@factoringplus/pl-components-pack-v3 1.2.21 → 1.2.22-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.
- package/dist/components/button/index.d.ts +19 -19
- package/dist/components/button/pl-button.vue.d.ts +6 -6
- package/dist/components/components.d.ts +12 -11
- package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -0
- package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -0
- package/dist/components/deprecated/pl-dialog/index.d.ts +6 -0
- package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +6 -6
- package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
- package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
- package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
- package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +7 -7
- package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
- package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +112 -0
- package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +7 -7
- package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +8 -8
- package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +15 -15
- package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +1 -1
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +8 -11
- package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +6 -9
- package/dist/components/pl-date-picker-plus/common/types/index.d.ts +2 -2
- package/dist/components/pl-date-picker-plus/common/utils/wrapperFunctions.d.ts +2 -2
- package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +12 -12
- package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +12 -12
- package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +8 -11
- package/dist/components/pl-form/pl-form.vue.d.ts +5 -5
- package/dist/components/pl-icon/pl-icon.vue.d.ts +2 -2
- package/dist/components/pl-input-plus/components/pl-currency.vue.d.ts +5 -5
- package/dist/components/pl-input-plus/components/pl-default.vue.d.ts +11 -11
- package/dist/components/pl-input-plus/components/pl-password.vue.d.ts +6 -6
- package/dist/components/pl-input-plus/components/pl-textarea.vue.d.ts +6 -6
- package/dist/components/pl-input-plus/pl-input-plus.vue.d.ts +13 -13
- package/dist/components/pl-input-plus/types/index.d.ts +2 -2
- package/dist/components/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/components/pl-link/pl-link.vue.d.ts +5 -5
- package/dist/components/pl-mark-text/index.d.ts +15 -1
- package/dist/components/pl-mark-text/pl-mark-text.vue.d.ts +16 -0
- package/dist/components/pl-multi-select/components/pl-default.vue.d.ts +8 -8
- package/dist/components/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +6 -6
- package/dist/components/pl-multi-select/pl-multi-select.vue.d.ts +8 -8
- package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +5 -5
- package/dist/components/pl-multitab/pl-multitab.vue.d.ts +4 -4
- package/dist/components/pl-option/pl-option.vue.d.ts +3 -3
- package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +6 -6
- package/dist/components/pl-select-plus/components/pl-account.vue.d.ts +68 -0
- package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +8 -8
- package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +6 -6
- package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +10 -10
- package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +4 -4
- package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +5 -11
- package/dist/components/pl-snackbar/types.d.ts +12 -8
- package/dist/components/pl-stepper/pl-stepper.vue.d.ts +57 -0
- package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +5 -5
- package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +6 -6
- package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +8 -8
- package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +1 -1
- package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +4 -4
- package/dist/components/pl-tabs/pl-tabs.vue.d.ts +4 -4
- package/dist/components/pl-tags/pl-tags.vue.d.ts +5 -5
- package/dist/components/pl-text/components/pl-body1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-body2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-body3.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-btn1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-btn2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-btn3.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-cap.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-h1.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-h2.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-h3.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-h4.vue.d.ts +3 -3
- package/dist/components/pl-text/components/pl-sub1.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-sub2.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-system.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-tag.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-title1.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-title2.vue.d.ts +1 -1
- package/dist/components/pl-text/components/pl-title3.vue.d.ts +1 -1
- package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +7 -7
- package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +9 -9
- package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -1
- package/dist/install-function/index.d.ts +2 -2
- package/dist/pl-components-pack-v3.d.ts +0 -2
- package/dist/pl-components-pack-v3.es.js +14066 -14040
- package/dist/pl-components-pack-v3.umd.js +29 -29
- package/dist/plugins/filters.d.ts +3 -2
- package/dist/plugins/loading/loading.d.ts +3 -1
- package/dist/services/plLoading.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/deepSet.d.ts +3 -2
- package/dist/utils/formatAccount.d.ts +1 -1
- package/dist/utils/getSourceCode.d.ts +4 -1
- package/package.json +66 -80
- package/dist/components/entry.d.ts +0 -82
- package/dist/mockServiceWorker.js +0 -364
- /package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +0 -0
- /package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +0 -0
- /package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +0 -0
- /package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +0 -0
- /package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +0 -0
- /package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +0 -0
- /package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +0 -0
- /package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +0 -0
- /package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +0 -0
- /package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +0 -0
- /package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +0 -0
- /package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +0 -0
- /package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +0 -0
|
@@ -2,14 +2,14 @@ import { TButtonProps } from './types';
|
|
|
2
2
|
|
|
3
3
|
export declare const PlButton: import('../../install-function').SFCInstallWithContext<{
|
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
-
type: {
|
|
6
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
5
|
size: {
|
|
10
6
|
type: import('vue').PropType<"small" | "large" | "medium">;
|
|
11
7
|
default: string;
|
|
12
8
|
};
|
|
9
|
+
type: {
|
|
10
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
13
|
fullWidth: {
|
|
14
14
|
type: import('vue').PropType<boolean>;
|
|
15
15
|
default: boolean;
|
|
@@ -39,14 +39,14 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
|
|
|
39
39
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
40
40
|
click: (...args: any[]) => void;
|
|
41
41
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
42
|
-
type: {
|
|
43
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
42
|
size: {
|
|
47
43
|
type: import('vue').PropType<"small" | "large" | "medium">;
|
|
48
44
|
default: string;
|
|
49
45
|
};
|
|
46
|
+
type: {
|
|
47
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
50
|
fullWidth: {
|
|
51
51
|
type: import('vue').PropType<boolean>;
|
|
52
52
|
default: boolean;
|
|
@@ -74,8 +74,8 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
|
|
|
74
74
|
}>> & {
|
|
75
75
|
onClick?: (...args: any[]) => any;
|
|
76
76
|
}, {
|
|
77
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
78
77
|
size: "small" | "large" | "medium";
|
|
78
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
79
79
|
fullWidth: boolean;
|
|
80
80
|
disabled: boolean;
|
|
81
81
|
icon: import('../pl-icon').TIcon;
|
|
@@ -90,14 +90,14 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
|
|
|
90
90
|
M: {};
|
|
91
91
|
Defaults: {};
|
|
92
92
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
93
|
-
type: {
|
|
94
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
95
|
-
default: string;
|
|
96
|
-
};
|
|
97
93
|
size: {
|
|
98
94
|
type: import('vue').PropType<"small" | "large" | "medium">;
|
|
99
95
|
default: string;
|
|
100
96
|
};
|
|
97
|
+
type: {
|
|
98
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
101
101
|
fullWidth: {
|
|
102
102
|
type: import('vue').PropType<boolean>;
|
|
103
103
|
default: boolean;
|
|
@@ -125,8 +125,8 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
|
|
|
125
125
|
}>> & {
|
|
126
126
|
onClick?: (...args: any[]) => any;
|
|
127
127
|
}, {}, {}, {}, {}, {
|
|
128
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
129
128
|
size: "small" | "large" | "medium";
|
|
129
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
130
130
|
fullWidth: boolean;
|
|
131
131
|
disabled: boolean;
|
|
132
132
|
icon: import('../pl-icon').TIcon;
|
|
@@ -138,14 +138,14 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
|
|
|
138
138
|
__isTeleport?: never;
|
|
139
139
|
__isSuspense?: never;
|
|
140
140
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
141
|
-
type: {
|
|
142
|
-
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
143
|
-
default: string;
|
|
144
|
-
};
|
|
145
141
|
size: {
|
|
146
142
|
type: import('vue').PropType<"small" | "large" | "medium">;
|
|
147
143
|
default: string;
|
|
148
144
|
};
|
|
145
|
+
type: {
|
|
146
|
+
type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
149
|
fullWidth: {
|
|
150
150
|
type: import('vue').PropType<boolean>;
|
|
151
151
|
default: boolean;
|
|
@@ -175,8 +175,8 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
|
|
|
175
175
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
176
176
|
click: (...args: any[]) => void;
|
|
177
177
|
}, string, {
|
|
178
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
179
178
|
size: "small" | "large" | "medium";
|
|
179
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
180
180
|
fullWidth: boolean;
|
|
181
181
|
disabled: boolean;
|
|
182
182
|
icon: import('../pl-icon').TIcon;
|
|
@@ -29,8 +29,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
29
29
|
}>>> & {
|
|
30
30
|
onClick?: (...args: any[]) => any;
|
|
31
31
|
}, {
|
|
32
|
-
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
33
32
|
size: "small" | "large" | "medium";
|
|
33
|
+
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
34
34
|
fullWidth: boolean;
|
|
35
35
|
disabled: boolean;
|
|
36
36
|
icon: import('../pl-icon').TIcon;
|
|
@@ -41,8 +41,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
41
41
|
default?(_: {}): any;
|
|
42
42
|
}>;
|
|
43
43
|
export default _default;
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
46
46
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
47
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
48
|
} : {
|
|
@@ -50,15 +50,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
50
50
|
required: true;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
|
-
|
|
53
|
+
type __VLS_WithDefaults<P, D> = {
|
|
54
54
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
55
|
default: D[K];
|
|
56
56
|
}> : P[K];
|
|
57
57
|
};
|
|
58
|
-
|
|
58
|
+
type __VLS_Prettify<T> = {
|
|
59
59
|
[K in keyof T]: T[K];
|
|
60
60
|
} & {};
|
|
61
|
-
|
|
61
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
62
|
new (): {
|
|
63
63
|
$slots: S;
|
|
64
64
|
};
|
|
@@ -1,38 +1,39 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
2
|
|
|
3
|
+
export * from './deprecated/pl-checkbox';
|
|
4
|
+
export * from './deprecated/pl-date-picker';
|
|
5
|
+
export * from './deprecated/pl-date-picker-legacy';
|
|
6
|
+
export * from './deprecated/pl-input';
|
|
7
|
+
export * from './deprecated/pl-select';
|
|
8
|
+
export * from './deprecated/pl-suggestions';
|
|
9
|
+
export * from './deprecated/pl-table';
|
|
10
|
+
export * from './deprecated/pl-tooltip';
|
|
11
|
+
export * from './deprecated/pl-upload';
|
|
12
|
+
export * from './deprecated/pl-upload-legacy';
|
|
13
|
+
export * from './deprecated/pl-dialog';
|
|
3
14
|
export * from './button';
|
|
4
|
-
export * from './currency-input';
|
|
15
|
+
export * from './deprecated/currency-input';
|
|
5
16
|
export * from './pl-autocomplete';
|
|
6
17
|
export * from './pl-card';
|
|
7
|
-
export * from './pl-checkbox';
|
|
8
18
|
export * from './pl-checkbox-plus';
|
|
9
|
-
export * from './pl-date-picker';
|
|
10
|
-
export * from './pl-date-picker-legacy';
|
|
11
19
|
export * from './pl-date-picker-plus';
|
|
12
20
|
export * from './pl-dialog';
|
|
13
21
|
export * from './pl-form';
|
|
14
22
|
export * from './pl-icon';
|
|
15
|
-
export * from './pl-input';
|
|
16
23
|
export * from './pl-input-plus';
|
|
17
24
|
export * from './pl-link';
|
|
18
25
|
export * from './pl-multitab';
|
|
19
26
|
export * from './pl-radio';
|
|
20
27
|
export * from './pl-scrollbar';
|
|
21
|
-
export * from './pl-select';
|
|
22
28
|
export * from './pl-select-plus';
|
|
23
29
|
export * from './pl-skeleton';
|
|
24
30
|
export * from './pl-snackbar';
|
|
25
31
|
export * from './pl-stepper';
|
|
26
|
-
export * from './pl-suggestions';
|
|
27
32
|
export * from './pl-switch';
|
|
28
33
|
export * from './pl-tab-pane';
|
|
29
|
-
export * from './pl-table';
|
|
30
34
|
export * from './pl-table-plus';
|
|
31
35
|
export * from './pl-tabs';
|
|
32
36
|
export * from './pl-text';
|
|
33
|
-
export * from './pl-tooltip';
|
|
34
|
-
export * from './pl-upload';
|
|
35
|
-
export * from './pl-upload-legacy';
|
|
36
37
|
export * from './pl-upload-plus';
|
|
37
38
|
export * from './pl-tooltip-plus';
|
|
38
39
|
export * from './pl-mark-text';
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: ArrayConstructor;
|
|
5
|
+
default: () => any[];
|
|
6
|
+
};
|
|
7
|
+
width: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
placeholder: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
label: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
isClose: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
showInput: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
teleport: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
}, {
|
|
32
|
+
clearDate: () => void;
|
|
33
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
|
+
"update:modelValue": (...args: any[]) => void;
|
|
35
|
+
changeOpen: (...args: any[]) => void;
|
|
36
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
37
|
+
modelValue: {
|
|
38
|
+
type: ArrayConstructor;
|
|
39
|
+
default: () => any[];
|
|
40
|
+
};
|
|
41
|
+
width: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
placeholder: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
label: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
isClose: {
|
|
54
|
+
type: BooleanConstructor;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
showInput: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
teleport: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
}>> & {
|
|
66
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
67
|
+
onChangeOpen?: (...args: any[]) => any;
|
|
68
|
+
}, {
|
|
69
|
+
label: string;
|
|
70
|
+
modelValue: unknown[];
|
|
71
|
+
width: string;
|
|
72
|
+
placeholder: string;
|
|
73
|
+
isClose: boolean;
|
|
74
|
+
showInput: boolean;
|
|
75
|
+
teleport: boolean;
|
|
76
|
+
}, {}>;
|
|
77
|
+
export default _default;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
rules: {
|
|
8
|
+
type: ObjectConstructor;
|
|
9
|
+
default: () => {};
|
|
10
|
+
};
|
|
11
|
+
prop: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
placeholder: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
label: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
weekendsDisabled: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
disabled: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
|
+
"update:modelValue": (...args: any[]) => void;
|
|
33
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
34
|
+
modelValue: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
rules: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
default: () => {};
|
|
41
|
+
};
|
|
42
|
+
prop: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
placeholder: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
label: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
weekendsDisabled: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
disabled: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
}>> & {
|
|
63
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
64
|
+
}, {
|
|
65
|
+
label: string;
|
|
66
|
+
disabled: boolean;
|
|
67
|
+
placeholder: string;
|
|
68
|
+
prop: string;
|
|
69
|
+
rules: Record<string, any>;
|
|
70
|
+
weekendsDisabled: boolean;
|
|
71
|
+
}, {}>;
|
|
72
|
+
export default _default;
|
|
@@ -59,12 +59,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
59
59
|
}, {
|
|
60
60
|
padding: string;
|
|
61
61
|
modelValue: boolean;
|
|
62
|
-
customClass: string;
|
|
63
62
|
showHeader: boolean;
|
|
64
63
|
showGrabber: boolean;
|
|
65
64
|
widthThis: string;
|
|
66
65
|
headerPadding: string;
|
|
67
66
|
showClose: boolean;
|
|
67
|
+
customClass: string;
|
|
68
68
|
slide: boolean;
|
|
69
69
|
simple: boolean;
|
|
70
70
|
disabledTeleport: boolean;
|
|
@@ -78,8 +78,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
78
78
|
default?(_: {}): any;
|
|
79
79
|
}>;
|
|
80
80
|
export default _default;
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
82
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
83
83
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
84
84
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
85
85
|
} : {
|
|
@@ -87,15 +87,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
87
87
|
required: true;
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
|
-
|
|
90
|
+
type __VLS_WithDefaults<P, D> = {
|
|
91
91
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
92
92
|
default: D[K];
|
|
93
93
|
}> : P[K];
|
|
94
94
|
};
|
|
95
|
-
|
|
95
|
+
type __VLS_Prettify<T> = {
|
|
96
96
|
[K in keyof T]: T[K];
|
|
97
97
|
} & {};
|
|
98
|
-
|
|
98
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
99
99
|
new (): {
|
|
100
100
|
$slots: S;
|
|
101
101
|
};
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
+
placeholder: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
rules: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
prop: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
isError: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
label: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
options: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
getValid: {
|
|
31
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
checked: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
icon: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
tooltipText: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
question: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
info: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
disabled: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
59
|
+
"update:modelValue": (...args: any[]) => void;
|
|
60
|
+
validate: (...args: any[]) => void;
|
|
61
|
+
"visible-change": (...args: any[]) => void;
|
|
62
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
63
|
+
placeholder: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
rules: {
|
|
68
|
+
type: ObjectConstructor;
|
|
69
|
+
default: () => {};
|
|
70
|
+
};
|
|
71
|
+
prop: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
isError: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
label: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
modelValue: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
required: true;
|
|
86
|
+
};
|
|
87
|
+
options: {
|
|
88
|
+
type: ObjectConstructor;
|
|
89
|
+
required: true;
|
|
90
|
+
};
|
|
91
|
+
getValid: {
|
|
92
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
checked: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
99
|
+
icon: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
tooltipText: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
question: {
|
|
108
|
+
type: BooleanConstructor;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
111
|
+
info: {
|
|
112
|
+
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
disabled: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
}>> & {
|
|
120
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
121
|
+
onValidate?: (...args: any[]) => any;
|
|
122
|
+
"onVisible-change"?: (...args: any[]) => any;
|
|
123
|
+
}, {
|
|
124
|
+
label: string;
|
|
125
|
+
disabled: boolean;
|
|
126
|
+
icon: boolean;
|
|
127
|
+
placeholder: string;
|
|
128
|
+
prop: string;
|
|
129
|
+
rules: Record<string, any>;
|
|
130
|
+
getValid: number | boolean;
|
|
131
|
+
checked: boolean;
|
|
132
|
+
isError: boolean;
|
|
133
|
+
tooltipText: string;
|
|
134
|
+
question: boolean;
|
|
135
|
+
info: boolean;
|
|
136
|
+
}, {}>, {
|
|
137
|
+
icon?(_: {}): any;
|
|
138
|
+
"options-slot"?(_: {
|
|
139
|
+
option: any;
|
|
140
|
+
}): any;
|
|
141
|
+
}>;
|
|
142
|
+
export default _default;
|
|
143
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
144
|
+
new (): {
|
|
145
|
+
$slots: S;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
rules: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default(): {};
|
|
5
|
+
};
|
|
6
|
+
suggestionList: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
default(): any[];
|
|
9
|
+
};
|
|
10
|
+
label: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
prop: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
selectedItem: {
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
isError: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
placeholder: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
symbolsCountSearch: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
default: number;
|
|
32
|
+
};
|
|
33
|
+
noData: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
getValidate: {
|
|
38
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
memoryBlur: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
|
+
change: (...args: any[]) => void;
|
|
47
|
+
validate: (...args: any[]) => void;
|
|
48
|
+
setValid: (...args: any[]) => void;
|
|
49
|
+
fetchDadata: (...args: any[]) => void;
|
|
50
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
51
|
+
rules: {
|
|
52
|
+
type: ObjectConstructor;
|
|
53
|
+
default(): {};
|
|
54
|
+
};
|
|
55
|
+
suggestionList: {
|
|
56
|
+
type: ArrayConstructor;
|
|
57
|
+
default(): any[];
|
|
58
|
+
};
|
|
59
|
+
label: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
prop: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
selectedItem: {
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
isError: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
placeholder: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
symbolsCountSearch: {
|
|
79
|
+
type: NumberConstructor;
|
|
80
|
+
default: number;
|
|
81
|
+
};
|
|
82
|
+
noData: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
getValidate: {
|
|
87
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
memoryBlur: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
94
|
+
}>> & {
|
|
95
|
+
onChange?: (...args: any[]) => any;
|
|
96
|
+
onValidate?: (...args: any[]) => any;
|
|
97
|
+
onSetValid?: (...args: any[]) => any;
|
|
98
|
+
onFetchDadata?: (...args: any[]) => any;
|
|
99
|
+
}, {
|
|
100
|
+
label: string;
|
|
101
|
+
placeholder: string;
|
|
102
|
+
prop: string;
|
|
103
|
+
rules: Record<string, any>;
|
|
104
|
+
isError: boolean;
|
|
105
|
+
suggestionList: unknown[];
|
|
106
|
+
selectedItem: string;
|
|
107
|
+
symbolsCountSearch: number;
|
|
108
|
+
noData: string;
|
|
109
|
+
getValidate: number | boolean;
|
|
110
|
+
memoryBlur: boolean;
|
|
111
|
+
}, {}>;
|
|
112
|
+
export default _default;
|