@factoringplus/pl-components-pack-v3 0.17.12-pre-03 → 1.0.1-pre-01

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/dist/components/button/index.d.ts +7 -0
  2. package/dist/components/button/pl-button.vue.d.ts +64 -0
  3. package/dist/components/button/types/index.d.ts +21 -0
  4. package/dist/components/components.d.ts +38 -0
  5. package/dist/components/currency-input/index.d.ts +5 -0
  6. package/dist/components/entry.d.ts +16 -0
  7. package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +63 -0
  8. package/dist/components/pl-autocomplete/index.d.ts +5 -0
  9. package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +94 -0
  10. package/dist/components/pl-autocomplete/types/index.d.ts +48 -0
  11. package/dist/components/pl-card/index.d.ts +5 -0
  12. package/dist/components/pl-checkbox/index.d.ts +5 -0
  13. package/dist/components/pl-checkbox-plus/index.d.ts +5 -0
  14. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +72 -0
  15. package/dist/components/pl-date-picker/index.d.ts +5 -0
  16. package/dist/components/pl-date-picker-legacy/index.d.ts +5 -0
  17. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +83 -0
  18. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +69 -0
  19. package/dist/components/pl-date-picker-plus/index.d.ts +5 -0
  20. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +92 -0
  21. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +102 -0
  22. package/dist/components/pl-dialog/index.d.ts +5 -0
  23. package/dist/components/pl-dialog/pl-dialog.stories.d.ts +956 -0
  24. package/dist/components/pl-dialog/pl-dialog.vue.d.ts +102 -0
  25. package/dist/components/pl-form/index.d.ts +5 -0
  26. package/dist/components/pl-form/pl-form.vue.d.ts +48 -0
  27. package/dist/components/pl-form-item/index.d.ts +5 -0
  28. package/dist/components/pl-icon/index.d.ts +7 -0
  29. package/dist/components/pl-icon/pl-icon.vue.d.ts +12 -0
  30. package/dist/components/pl-icon/types/iconsType.d.ts +5 -0
  31. package/dist/components/pl-icon/types/index.d.ts +2 -0
  32. package/dist/components/pl-input/index.d.ts +5 -0
  33. package/dist/components/pl-input-native/index.d.ts +5 -0
  34. package/dist/components/pl-input-plus/index.d.ts +5 -0
  35. package/dist/components/pl-label/pl-label.vue.d.ts +39 -0
  36. package/dist/components/pl-link/index.d.ts +5 -0
  37. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +50 -0
  38. package/dist/components/pl-multitab/index.d.ts +5 -0
  39. package/dist/components/pl-option/index.d.ts +5 -0
  40. package/dist/components/pl-option/pl-option.vue.d.ts +122 -0
  41. package/dist/components/pl-radio/index.d.ts +5 -0
  42. package/dist/components/pl-radio/pl-radio.vue.d.ts +69 -0
  43. package/dist/components/pl-scrollbar/index.d.ts +5 -0
  44. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +61 -0
  45. package/dist/components/pl-scrollbar/utils/getSizeWithUnits.d.ts +1 -0
  46. package/dist/components/pl-select/index.d.ts +5 -0
  47. package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +45 -0
  48. package/dist/components/pl-select-plus/index.d.ts +5 -0
  49. package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +77 -0
  50. package/dist/components/pl-select-plus/types/index.d.ts +38 -0
  51. package/dist/components/pl-skeleton/index.d.ts +5 -0
  52. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +38 -0
  53. package/dist/components/pl-snackbar/index.d.ts +7 -0
  54. package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +53 -0
  55. package/dist/components/pl-snackbar/renderSnackbar.d.ts +10 -0
  56. package/dist/components/pl-snackbar/types.d.ts +20 -0
  57. package/dist/components/pl-stepper/index.d.ts +5 -0
  58. package/dist/components/pl-suggestions/index.d.ts +5 -0
  59. package/dist/components/pl-switch/index.d.ts +5 -0
  60. package/dist/components/pl-switch/pl-switch.vue.d.ts +47 -0
  61. package/dist/components/pl-tab-pane/index.d.ts +5 -0
  62. package/dist/components/pl-table/index.d.ts +5 -0
  63. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +52 -0
  64. package/dist/components/pl-table-plus/index.d.ts +5 -0
  65. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +93 -0
  66. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
  67. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +50 -0
  68. package/dist/components/pl-tabs/index.d.ts +5 -0
  69. package/dist/components/pl-text/components/pl-body1.vue.d.ts +9 -0
  70. package/dist/components/pl-text/components/pl-body2.vue.d.ts +9 -0
  71. package/dist/components/pl-text/components/pl-body3.vue.d.ts +9 -0
  72. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +9 -0
  73. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +9 -0
  74. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +9 -0
  75. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +9 -0
  76. package/dist/components/pl-text/components/pl-cap.vue.d.ts +9 -0
  77. package/dist/components/pl-text/components/pl-h1.vue.d.ts +9 -0
  78. package/dist/components/pl-text/components/pl-h2.vue.d.ts +9 -0
  79. package/dist/components/pl-text/components/pl-h3.vue.d.ts +9 -0
  80. package/dist/components/pl-text/components/pl-h4.vue.d.ts +9 -0
  81. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +9 -0
  82. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +9 -0
  83. package/dist/components/pl-text/components/pl-system.vue.d.ts +9 -0
  84. package/dist/components/pl-text/components/pl-tag.vue.d.ts +9 -0
  85. package/dist/components/pl-text/components/pl-title1.vue.d.ts +9 -0
  86. package/dist/components/pl-text/components/pl-title2.vue.d.ts +9 -0
  87. package/dist/components/pl-text/components/pl-title3.vue.d.ts +9 -0
  88. package/dist/components/pl-text/index.d.ts +5 -0
  89. package/dist/components/pl-tooltip/index.d.ts +5 -0
  90. package/dist/components/pl-tooltip-plus/index.d.ts +5 -0
  91. package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +45 -0
  92. package/dist/components/pl-upload/index.d.ts +5 -0
  93. package/dist/components/pl-upload-legacy/index.d.ts +5 -0
  94. package/dist/components/pl-upload-plus/index.d.ts +5 -0
  95. package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +96 -0
  96. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -0
  97. package/dist/directives/index.d.ts +4 -0
  98. package/dist/directives/vInfiniteScroll/utils/position.d.ts +1 -0
  99. package/dist/directives/vInfiniteScroll/utils/scroll.d.ts +1 -0
  100. package/dist/directives/vInfiniteScroll/utils/style.d.ts +1 -0
  101. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -0
  102. package/dist/directives/vTap.d.ts +3 -0
  103. package/dist/directives/vTouchOutside.d.ts +3 -0
  104. package/dist/main.d.ts +1 -0
  105. package/dist/pl-components-pack-v3.d.ts +3 -0
  106. package/dist/pl-components-pack-v3.es.js +30781 -31030
  107. package/dist/pl-components-pack-v3.umd.js +52 -52
  108. package/dist/plugins/api/api.d.ts +2 -0
  109. package/dist/plugins/loading/loading.d.ts +1 -0
  110. package/dist/style.css +1 -1
  111. package/dist/utils/declOfNum.d.ts +1 -0
  112. package/package.json +3 -1
@@ -0,0 +1,7 @@
1
+ import type { App } from 'vue';
2
+ import type { TButtonProps } from './types';
3
+ declare const PlButton: {
4
+ install(app: App): void;
5
+ };
6
+ export default PlButton;
7
+ export type { TButtonProps };
@@ -0,0 +1,64 @@
1
+ import type { TButtonProps } from './types';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
3
+ /**
4
+ * Выставляет ширину кнопки в 100%
5
+ */
6
+ fullWidth: boolean;
7
+ disabled: boolean;
8
+ type: string;
9
+ size: string;
10
+ icon: string;
11
+ iconColor: string;
12
+ iconPosition: string;
13
+ nativeType: string;
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ click: (...args: any[]) => void;
16
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
17
+ /**
18
+ * Выставляет ширину кнопки в 100%
19
+ */
20
+ fullWidth: boolean;
21
+ disabled: boolean;
22
+ type: string;
23
+ size: string;
24
+ icon: string;
25
+ iconColor: string;
26
+ iconPosition: string;
27
+ nativeType: string;
28
+ }>>> & {
29
+ onClick?: ((...args: any[]) => any) | undefined;
30
+ }, {
31
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
32
+ icon: import("../pl-icon").TIcon;
33
+ fullWidth: boolean;
34
+ disabled: boolean;
35
+ size: "small" | "large" | "medium";
36
+ iconColor: string;
37
+ iconPosition: "left" | "right";
38
+ nativeType: "button" | "submit" | "reset";
39
+ }, {}>, {
40
+ default?(_: {}): any;
41
+ }>;
42
+ export default _default;
43
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
45
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
46
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
47
+ } : {
48
+ type: import('vue').PropType<T[K]>;
49
+ required: true;
50
+ };
51
+ };
52
+ declare type __VLS_WithDefaults<P, D> = {
53
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
54
+ default: D[K];
55
+ }> : P[K];
56
+ };
57
+ declare type __VLS_Prettify<T> = {
58
+ [K in keyof T]: T[K];
59
+ } & {};
60
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
61
+ new (): {
62
+ $slots: S;
63
+ };
64
+ };
@@ -0,0 +1,21 @@
1
+ import type { TIcon } from '../../pl-icon/types';
2
+ /**
3
+ * @param fullWidth boolean;
4
+ * @param disabled boolean;
5
+ * @param type 'primary' | 'secondary' | 'alternative' | 'error' | 'empty';
6
+ * @param size 'large' | 'medium' | 'small';
7
+ * @param icon IIcon;
8
+ * @param iconColor string;
9
+ * @param iconPosition 'left' | 'right';
10
+ * @param nativeType 'button'| 'submit'| 'reset' | undefined
11
+ */
12
+ export declare type TButtonProps = {
13
+ fullWidth?: boolean;
14
+ disabled?: boolean;
15
+ type?: 'primary' | 'secondary' | 'alternative' | 'error' | 'empty';
16
+ size?: 'large' | 'medium' | 'small';
17
+ icon?: TIcon;
18
+ iconColor?: string;
19
+ iconPosition?: 'left' | 'right';
20
+ nativeType?: 'button' | 'submit' | 'reset';
21
+ };
@@ -0,0 +1,38 @@
1
+ import type { Plugin } from 'vue';
2
+ export * from './button';
3
+ export * from './currency-input';
4
+ export * from './pl-autocomplete';
5
+ export * from './pl-card';
6
+ export * from './pl-checkbox';
7
+ export * from './pl-checkbox-plus';
8
+ export * from './pl-date-picker';
9
+ export * from './pl-date-picker-legacy';
10
+ export * from './pl-date-picker-plus';
11
+ export * from './pl-dialog';
12
+ export * from './pl-form';
13
+ export * from './pl-icon';
14
+ export * from './pl-input';
15
+ export * from './pl-input-plus';
16
+ export * from './pl-link';
17
+ export * from './pl-multitab';
18
+ export * from './pl-radio';
19
+ export * from './pl-scrollbar';
20
+ export * from './pl-select';
21
+ export * from './pl-select-plus';
22
+ export * from './pl-skeleton';
23
+ export * from './pl-snackbar';
24
+ export * from './pl-stepper';
25
+ export * from './pl-suggestions';
26
+ export * from './pl-switch';
27
+ export * from './pl-tab-pane';
28
+ export * from './pl-table';
29
+ export * from './pl-table-plus';
30
+ export * from './pl-tabs';
31
+ export * from './pl-text';
32
+ export * from './pl-tooltip';
33
+ export * from './pl-upload';
34
+ export * from './pl-upload-legacy';
35
+ export * from './pl-upload-plus';
36
+ export * from './pl-tooltip-plus';
37
+ declare const _default: Plugin<any[]>[];
38
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlCurrency: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlCurrency;
@@ -0,0 +1,16 @@
1
+ import type { App } from 'vue';
2
+ import loadingAndSetup from '../plugins/loading/loading';
3
+
4
+
5
+
6
+
7
+
8
+ import type { IPlNotification } from './pl-snackbar/types';
9
+ declare const Storybook: {
10
+ install: (app: App) => void;
11
+ PlNotification: IPlNotification;
12
+ apiJs: (optionsRequest: any, isGetResourse: boolean | undefined, token: any) => Promise<unknown>;
13
+ loader: typeof loadingAndSetup;
14
+ };
15
+ export * from './components';
16
+ export default Storybook;
@@ -0,0 +1,63 @@
1
+ import type { IDropdownProps, IOption } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
3
+ focus: boolean;
4
+ id: string;
5
+ helpertext: string;
6
+ errors: () => never[];
7
+ offsets: string;
8
+ noSymbols: boolean;
9
+ loadingSuggestions: boolean;
10
+ query: string;
11
+ symbolsCountSearch: number;
12
+ disableMarkerBottom: boolean;
13
+ suggestionList: () => never[];
14
+ uniqKey: string;
15
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ "select-value": (...args: any[]) => void;
17
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
18
+ focus: boolean;
19
+ id: string;
20
+ helpertext: string;
21
+ errors: () => never[];
22
+ offsets: string;
23
+ noSymbols: boolean;
24
+ loadingSuggestions: boolean;
25
+ query: string;
26
+ symbolsCountSearch: number;
27
+ disableMarkerBottom: boolean;
28
+ suggestionList: () => never[];
29
+ uniqKey: string;
30
+ }>>> & {
31
+ "onSelect-value"?: ((...args: any[]) => any) | undefined;
32
+ }, {
33
+ id: string;
34
+ focus: boolean;
35
+ helpertext: string;
36
+ errors: import("async-validator").ValidateError[];
37
+ offsets: string;
38
+ noSymbols: boolean;
39
+ loadingSuggestions: boolean;
40
+ query: string;
41
+ symbolsCountSearch: number;
42
+ suggestionList: IOption[];
43
+ disableMarkerBottom: boolean;
44
+ uniqKey: string;
45
+ }, {}>;
46
+ export default _default;
47
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
49
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
50
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
+ } : {
52
+ type: import('vue').PropType<T[K]>;
53
+ required: true;
54
+ };
55
+ };
56
+ declare type __VLS_WithDefaults<P, D> = {
57
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
58
+ default: D[K];
59
+ }> : P[K];
60
+ };
61
+ declare type __VLS_Prettify<T> = {
62
+ [K in keyof T]: T[K];
63
+ } & {};
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlAutocomplete: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlAutocomplete;
@@ -0,0 +1,94 @@
1
+ import type { IOption, IAutocompleteProps } from './types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
3
+ modelValue: string;
4
+ prop: string;
5
+ placeholder: string;
6
+ width: string;
7
+ helpertext: string;
8
+ optional: string;
9
+ label: string;
10
+ tooltip: string;
11
+ leftIcon: string;
12
+ rightIcon: string;
13
+ disabled: boolean;
14
+ clearable: boolean;
15
+ symbolsCountSearch: number;
16
+ noSymbols: boolean;
17
+ suggestionList: () => never[];
18
+ noData: string;
19
+ defaultDropText: string;
20
+ memoryBlur: boolean;
21
+ disableMarkerBottom: boolean;
22
+ uniqKey: string;
23
+ teleport: boolean;
24
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ "update:modelValue": (...args: any[]) => void;
26
+ fetchDadata: (...args: any[]) => void;
27
+ changeValue: (...args: any[]) => void;
28
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
29
+ modelValue: string;
30
+ prop: string;
31
+ placeholder: string;
32
+ width: string;
33
+ helpertext: string;
34
+ optional: string;
35
+ label: string;
36
+ tooltip: string;
37
+ leftIcon: string;
38
+ rightIcon: string;
39
+ disabled: boolean;
40
+ clearable: boolean;
41
+ symbolsCountSearch: number;
42
+ noSymbols: boolean;
43
+ suggestionList: () => never[];
44
+ noData: string;
45
+ defaultDropText: string;
46
+ memoryBlur: boolean;
47
+ disableMarkerBottom: boolean;
48
+ uniqKey: string;
49
+ teleport: boolean;
50
+ }>>> & {
51
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
52
+ onFetchDadata?: ((...args: any[]) => any) | undefined;
53
+ onChangeValue?: ((...args: any[]) => any) | undefined;
54
+ }, {
55
+ label: string;
56
+ disabled: boolean;
57
+ helpertext: string;
58
+ noSymbols: boolean;
59
+ symbolsCountSearch: number;
60
+ suggestionList: IOption[];
61
+ disableMarkerBottom: boolean;
62
+ uniqKey: string;
63
+ defaultDropText: string;
64
+ noData: string;
65
+ leftIcon: string;
66
+ rightIcon: string;
67
+ width: string;
68
+ modelValue: string | number | IOption | null;
69
+ prop: string;
70
+ placeholder: string;
71
+ optional: string;
72
+ tooltip: string;
73
+ clearable: boolean;
74
+ memoryBlur: boolean;
75
+ teleport: boolean;
76
+ }, {}>;
77
+ export default _default;
78
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
79
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
80
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
81
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
82
+ } : {
83
+ type: import('vue').PropType<T[K]>;
84
+ required: true;
85
+ };
86
+ };
87
+ declare type __VLS_WithDefaults<P, D> = {
88
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
89
+ default: D[K];
90
+ }> : P[K];
91
+ };
92
+ declare type __VLS_Prettify<T> = {
93
+ [K in keyof T]: T[K];
94
+ } & {};
@@ -0,0 +1,48 @@
1
+ import type { ValidateError } from 'async-validator';
2
+ declare interface IOption {
3
+ value: string;
4
+ bottomText?: string;
5
+ disabled?: boolean;
6
+ data?: boolean | object;
7
+ }
8
+ declare interface IAutocompleteProps {
9
+ modelValue: string | number | IOption | null;
10
+ suggestionList: IOption[];
11
+ prop?: string;
12
+ placeholder?: string;
13
+ width?: string;
14
+ helpertext?: string;
15
+ optional?: string;
16
+ label?: string;
17
+ tooltip?: string;
18
+ leftIcon?: string;
19
+ rightIcon?: string;
20
+ disabled?: boolean;
21
+ clearable?: boolean;
22
+ symbolsCountSearch?: number;
23
+ noSymbols?: boolean;
24
+ noData?: string;
25
+ defaultDropText?: string;
26
+ memoryBlur?: boolean;
27
+ disableMarkerBottom?: boolean;
28
+ uniqKey?: string;
29
+ teleport?: boolean;
30
+ }
31
+ declare interface IDropdownProps {
32
+ focus: boolean;
33
+ id: string;
34
+ helpertext: string;
35
+ errors: ValidateError[];
36
+ offsets: string;
37
+ noSymbols: boolean;
38
+ loadingSuggestions: boolean;
39
+ query: string;
40
+ symbolsCountSearch: number;
41
+ suggestionList: IOption[];
42
+ disableMarkerBottom: boolean;
43
+ uniqKey: string;
44
+ selectedValue: string | number | IOption | null;
45
+ defaultDropText: string;
46
+ noData: string;
47
+ }
48
+ export { IOption, IAutocompleteProps, IDropdownProps };
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlCard: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlCard;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlCheckbox: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlCheckbox;
@@ -0,0 +1,5 @@
1
+ import { App } from 'vue';
2
+ declare const PlCheckboxPlus: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlCheckboxPlus;
@@ -0,0 +1,72 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ size: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ label: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ description: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ modelValue: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ disabled: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ isIndeterminate: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
+ "update:modelValue": (...args: any[]) => void;
28
+ change: (...args: any[]) => void;
29
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ size: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ label: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ description: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ modelValue: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ disabled: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ isIndeterminate: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ }>> & {
55
+ onChange?: ((...args: any[]) => any) | undefined;
56
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
57
+ }, {
58
+ label: string;
59
+ disabled: boolean;
60
+ size: string;
61
+ description: string;
62
+ modelValue: boolean;
63
+ isIndeterminate: boolean;
64
+ }, {}>, {
65
+ default?(_: {}): any;
66
+ }>;
67
+ export default _default;
68
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
69
+ new (): {
70
+ $slots: S;
71
+ };
72
+ };
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlDatePickerPlugin: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlDatePickerPlugin;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlDatePickerLegacyPlugin: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlDatePickerLegacyPlugin;
@@ -0,0 +1,83 @@
1
+
2
+ interface Props {
3
+ modelValue: string[] | null;
4
+ isOpen: boolean;
5
+ dateValue: string;
6
+ idProp: string;
7
+ mobile?: boolean;
8
+ periods?: boolean;
9
+ monthSwitch?: boolean;
10
+ yearSwitch?: boolean;
11
+ disabledDate?: Function;
12
+ periodOptions?: string[];
13
+ }
14
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ modelValue: () => never[];
16
+ isOpen: boolean;
17
+ dateValue: string;
18
+ mobile: boolean;
19
+ periods: boolean;
20
+ monthSwitch: boolean;
21
+ yearSwitch: boolean;
22
+ periodOptions: () => never[];
23
+ disabledDate: () => void;
24
+ idProp: string;
25
+ }>, {
26
+ openPopup: () => void;
27
+ checkRangeInput: () => void;
28
+ startUpdateDate: (event: Event & {
29
+ target: HTMLInputElement;
30
+ }) => void;
31
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
+ "update:modelValue": (...args: any[]) => void;
33
+ "update:isOpen": (...args: any[]) => void;
34
+ "update:dateValue": (...args: any[]) => void;
35
+ closePickerOnMobile: (...args: any[]) => void;
36
+ changeOpen: (...args: any[]) => void;
37
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
38
+ modelValue: () => never[];
39
+ isOpen: boolean;
40
+ dateValue: string;
41
+ mobile: boolean;
42
+ periods: boolean;
43
+ monthSwitch: boolean;
44
+ yearSwitch: boolean;
45
+ periodOptions: () => never[];
46
+ disabledDate: () => void;
47
+ idProp: string;
48
+ }>>> & {
49
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
50
+ "onUpdate:isOpen"?: ((...args: any[]) => any) | undefined;
51
+ "onUpdate:dateValue"?: ((...args: any[]) => any) | undefined;
52
+ onClosePickerOnMobile?: ((...args: any[]) => any) | undefined;
53
+ onChangeOpen?: ((...args: any[]) => any) | undefined;
54
+ }, {
55
+ modelValue: string[] | null;
56
+ isOpen: boolean;
57
+ dateValue: string;
58
+ idProp: string;
59
+ mobile: boolean;
60
+ periods: boolean;
61
+ monthSwitch: boolean;
62
+ yearSwitch: boolean;
63
+ disabledDate: Function;
64
+ periodOptions: string[];
65
+ }, {}>;
66
+ export default _default;
67
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
68
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
69
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
70
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
71
+ } : {
72
+ type: import('vue').PropType<T[K]>;
73
+ required: true;
74
+ };
75
+ };
76
+ declare type __VLS_WithDefaults<P, D> = {
77
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
78
+ default: D[K];
79
+ }> : P[K];
80
+ };
81
+ declare type __VLS_Prettify<T> = {
82
+ [K in keyof T]: T[K];
83
+ } & {};
@@ -0,0 +1,69 @@
1
+
2
+ interface Props {
3
+ modelValue: string | null;
4
+ isOpen: boolean;
5
+ dateValue: string;
6
+ idProp: string;
7
+ mobile?: boolean;
8
+ monthSwitch?: boolean;
9
+ yearSwitch?: boolean;
10
+ disabledDate?: Function;
11
+ }
12
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ modelValue: null;
14
+ dateValue: string;
15
+ mobile: boolean;
16
+ monthSwitch: boolean;
17
+ yearSwitch: boolean;
18
+ disabledDate: () => void;
19
+ idProp: string;
20
+ }>, {
21
+ openPopup: () => void;
22
+ checkInput: () => void;
23
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ "update:modelValue": (...args: any[]) => void;
25
+ "update:isOpen": (...args: any[]) => void;
26
+ "update:dateValue": (...args: any[]) => void;
27
+ closePickerOnMobile: (...args: any[]) => void;
28
+ changeOpen: (...args: any[]) => void;
29
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
30
+ modelValue: null;
31
+ dateValue: string;
32
+ mobile: boolean;
33
+ monthSwitch: boolean;
34
+ yearSwitch: boolean;
35
+ disabledDate: () => void;
36
+ idProp: string;
37
+ }>>> & {
38
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
39
+ "onUpdate:isOpen"?: ((...args: any[]) => any) | undefined;
40
+ "onUpdate:dateValue"?: ((...args: any[]) => any) | undefined;
41
+ onClosePickerOnMobile?: ((...args: any[]) => any) | undefined;
42
+ onChangeOpen?: ((...args: any[]) => any) | undefined;
43
+ }, {
44
+ modelValue: string | null;
45
+ dateValue: string;
46
+ idProp: string;
47
+ mobile: boolean;
48
+ monthSwitch: boolean;
49
+ yearSwitch: boolean;
50
+ disabledDate: Function;
51
+ }, {}>;
52
+ export default _default;
53
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
55
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
56
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
57
+ } : {
58
+ type: import('vue').PropType<T[K]>;
59
+ required: true;
60
+ };
61
+ };
62
+ declare type __VLS_WithDefaults<P, D> = {
63
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
64
+ default: D[K];
65
+ }> : P[K];
66
+ };
67
+ declare type __VLS_Prettify<T> = {
68
+ [K in keyof T]: T[K];
69
+ } & {};
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlDatePickerPlusPlugin: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlDatePickerPlusPlugin;