@factoringplus/pl-components-pack-v3 1.9.5-pre-07-banner → 1.9.5-pre-09-banner
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/{crypto-pro-c7da00ef.js → crypto-pro-2388230c.js} +1 -1
- package/dist/{crypto-pro-f90f952a.cjs → crypto-pro-8d878561.cjs} +1 -1
- package/dist/{entry-7625bbbd.js → entry-e0ec48a7.js} +2176 -2173
- package/dist/{entry-1c17b3ba.cjs → entry-ecec6fab.cjs} +14 -14
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-button/index.d.ts +79 -61
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +3 -3
- package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +57 -57
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +3 -3
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +12 -12
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +4 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +9 -9
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +4 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +6 -6
- package/dist/src/components/data/pl-banner/index.d.ts +80 -4
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +2 -2
- package/dist/src/components/data/pl-progress/index.d.ts +12 -12
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +2 -2
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +56 -56
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +4 -4
- package/dist/src/components/data/pl-text-cell/index.d.ts +6 -6
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +2 -2
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +2 -2
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-input-plus/index.d.ts +42 -42
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -2
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +15 -15
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/src/install-function/index.d.ts +0 -1
- package/dist/src/services/pl-navigation/components/NavButton/NavButton.vue.d.ts +1 -1
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +27 -27
- package/dist/style.css +1 -1
- package/package.json +2 -6
- package/global-components.d.ts +0 -10
@@ -1,29 +1,29 @@
|
|
1
1
|
export declare const PlTagsChips: import('../../../install-function').SFCInstallWithContext<{
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
3
3
|
size: {
|
4
|
-
type: import('vue').PropType<"
|
4
|
+
type: import('vue').PropType<"large" | "small">;
|
5
|
+
default: string;
|
6
|
+
};
|
7
|
+
disabled: {
|
8
|
+
type: import('vue').PropType<boolean>;
|
9
|
+
default: boolean;
|
10
|
+
};
|
11
|
+
type: {
|
12
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
|
5
13
|
default: string;
|
6
14
|
};
|
7
15
|
icon: {
|
8
16
|
type: import('vue').PropType<import('../../components').TIcon>;
|
9
17
|
default: string;
|
10
18
|
};
|
11
|
-
|
12
|
-
type: import('vue').PropType<
|
19
|
+
iconColor: {
|
20
|
+
type: import('vue').PropType<string>;
|
13
21
|
default: string;
|
14
22
|
};
|
15
23
|
interactive: {
|
16
24
|
type: import('vue').PropType<boolean>;
|
17
25
|
default: boolean;
|
18
26
|
};
|
19
|
-
disabled: {
|
20
|
-
type: import('vue').PropType<boolean>;
|
21
|
-
default: boolean;
|
22
|
-
};
|
23
|
-
iconColor: {
|
24
|
-
type: import('vue').PropType<string>;
|
25
|
-
default: string;
|
26
|
-
};
|
27
27
|
active: {
|
28
28
|
type: import('vue').PropType<boolean>;
|
29
29
|
default: boolean;
|
@@ -52,29 +52,29 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
52
52
|
crossClicked: (...args: any[]) => void;
|
53
53
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
54
54
|
size: {
|
55
|
-
type: import('vue').PropType<"
|
55
|
+
type: import('vue').PropType<"large" | "small">;
|
56
|
+
default: string;
|
57
|
+
};
|
58
|
+
disabled: {
|
59
|
+
type: import('vue').PropType<boolean>;
|
60
|
+
default: boolean;
|
61
|
+
};
|
62
|
+
type: {
|
63
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
|
56
64
|
default: string;
|
57
65
|
};
|
58
66
|
icon: {
|
59
67
|
type: import('vue').PropType<import('../../components').TIcon>;
|
60
68
|
default: string;
|
61
69
|
};
|
62
|
-
|
63
|
-
type: import('vue').PropType<
|
70
|
+
iconColor: {
|
71
|
+
type: import('vue').PropType<string>;
|
64
72
|
default: string;
|
65
73
|
};
|
66
74
|
interactive: {
|
67
75
|
type: import('vue').PropType<boolean>;
|
68
76
|
default: boolean;
|
69
77
|
};
|
70
|
-
disabled: {
|
71
|
-
type: import('vue').PropType<boolean>;
|
72
|
-
default: boolean;
|
73
|
-
};
|
74
|
-
iconColor: {
|
75
|
-
type: import('vue').PropType<string>;
|
76
|
-
default: string;
|
77
|
-
};
|
78
78
|
active: {
|
79
79
|
type: import('vue').PropType<boolean>;
|
80
80
|
default: boolean;
|
@@ -99,12 +99,12 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
99
99
|
onTagClicked?: (...args: any[]) => any;
|
100
100
|
onCrossClicked?: (...args: any[]) => any;
|
101
101
|
}, {
|
102
|
-
size: "
|
103
|
-
icon: import('../../components').TIcon;
|
104
|
-
type: "info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline");
|
105
|
-
interactive: boolean;
|
102
|
+
size: "large" | "small";
|
106
103
|
disabled: boolean;
|
104
|
+
type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
|
105
|
+
icon: import('../../components').TIcon;
|
107
106
|
iconColor: string;
|
107
|
+
interactive: boolean;
|
108
108
|
active: boolean;
|
109
109
|
chip: boolean;
|
110
110
|
textColor: string;
|
@@ -119,29 +119,29 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
119
119
|
Defaults: {};
|
120
120
|
}, Readonly<import('vue').ExtractPropTypes<{
|
121
121
|
size: {
|
122
|
-
type: import('vue').PropType<"
|
122
|
+
type: import('vue').PropType<"large" | "small">;
|
123
|
+
default: string;
|
124
|
+
};
|
125
|
+
disabled: {
|
126
|
+
type: import('vue').PropType<boolean>;
|
127
|
+
default: boolean;
|
128
|
+
};
|
129
|
+
type: {
|
130
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
|
123
131
|
default: string;
|
124
132
|
};
|
125
133
|
icon: {
|
126
134
|
type: import('vue').PropType<import('../../components').TIcon>;
|
127
135
|
default: string;
|
128
136
|
};
|
129
|
-
|
130
|
-
type: import('vue').PropType<
|
137
|
+
iconColor: {
|
138
|
+
type: import('vue').PropType<string>;
|
131
139
|
default: string;
|
132
140
|
};
|
133
141
|
interactive: {
|
134
142
|
type: import('vue').PropType<boolean>;
|
135
143
|
default: boolean;
|
136
144
|
};
|
137
|
-
disabled: {
|
138
|
-
type: import('vue').PropType<boolean>;
|
139
|
-
default: boolean;
|
140
|
-
};
|
141
|
-
iconColor: {
|
142
|
-
type: import('vue').PropType<string>;
|
143
|
-
default: string;
|
144
|
-
};
|
145
145
|
active: {
|
146
146
|
type: import('vue').PropType<boolean>;
|
147
147
|
default: boolean;
|
@@ -166,12 +166,12 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
166
166
|
onTagClicked?: (...args: any[]) => any;
|
167
167
|
onCrossClicked?: (...args: any[]) => any;
|
168
168
|
}, {}, {}, {}, {}, {
|
169
|
-
size: "
|
170
|
-
icon: import('../../components').TIcon;
|
171
|
-
type: "info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline");
|
172
|
-
interactive: boolean;
|
169
|
+
size: "large" | "small";
|
173
170
|
disabled: boolean;
|
171
|
+
type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
|
172
|
+
icon: import('../../components').TIcon;
|
174
173
|
iconColor: string;
|
174
|
+
interactive: boolean;
|
175
175
|
active: boolean;
|
176
176
|
chip: boolean;
|
177
177
|
textColor: string;
|
@@ -183,29 +183,29 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
183
183
|
__isSuspense?: never;
|
184
184
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
185
185
|
size: {
|
186
|
-
type: import('vue').PropType<"
|
186
|
+
type: import('vue').PropType<"large" | "small">;
|
187
|
+
default: string;
|
188
|
+
};
|
189
|
+
disabled: {
|
190
|
+
type: import('vue').PropType<boolean>;
|
191
|
+
default: boolean;
|
192
|
+
};
|
193
|
+
type: {
|
194
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
|
187
195
|
default: string;
|
188
196
|
};
|
189
197
|
icon: {
|
190
198
|
type: import('vue').PropType<import('../../components').TIcon>;
|
191
199
|
default: string;
|
192
200
|
};
|
193
|
-
|
194
|
-
type: import('vue').PropType<
|
201
|
+
iconColor: {
|
202
|
+
type: import('vue').PropType<string>;
|
195
203
|
default: string;
|
196
204
|
};
|
197
205
|
interactive: {
|
198
206
|
type: import('vue').PropType<boolean>;
|
199
207
|
default: boolean;
|
200
208
|
};
|
201
|
-
disabled: {
|
202
|
-
type: import('vue').PropType<boolean>;
|
203
|
-
default: boolean;
|
204
|
-
};
|
205
|
-
iconColor: {
|
206
|
-
type: import('vue').PropType<string>;
|
207
|
-
default: string;
|
208
|
-
};
|
209
209
|
active: {
|
210
210
|
type: import('vue').PropType<boolean>;
|
211
211
|
default: boolean;
|
@@ -233,12 +233,12 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
233
233
|
tagClicked: (...args: any[]) => void;
|
234
234
|
crossClicked: (...args: any[]) => void;
|
235
235
|
}, string, {
|
236
|
-
size: "
|
237
|
-
icon: import('../../components').TIcon;
|
238
|
-
type: "info" | "interactive" | "success" | "warning" | "error" | ("primary" | "outline");
|
239
|
-
interactive: boolean;
|
236
|
+
size: "large" | "small";
|
240
237
|
disabled: boolean;
|
238
|
+
type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
|
239
|
+
icon: import('../../components').TIcon;
|
241
240
|
iconColor: string;
|
241
|
+
interactive: boolean;
|
242
242
|
active: boolean;
|
243
243
|
chip: boolean;
|
244
244
|
textColor: string;
|
@@ -45,12 +45,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
45
45
|
onTagClicked?: (...args: any[]) => any;
|
46
46
|
onCrossClicked?: (...args: any[]) => any;
|
47
47
|
}, {
|
48
|
-
size: "
|
49
|
-
icon: TIcon;
|
50
|
-
type: "info" | "interactive" | "success" | "warning" | "error" | InteractiveTypes;
|
51
|
-
interactive: boolean;
|
48
|
+
size: "large" | "small";
|
52
49
|
disabled: boolean;
|
50
|
+
type: "error" | "info" | "interactive" | "success" | "warning" | InteractiveTypes;
|
51
|
+
icon: TIcon;
|
53
52
|
iconColor: string;
|
53
|
+
interactive: boolean;
|
54
54
|
active: boolean;
|
55
55
|
chip: boolean;
|
56
56
|
textColor: string;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
export declare const PlTextCell: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
|
+
type: {
|
3
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning">;
|
4
|
+
};
|
2
5
|
description: {
|
3
6
|
type: import('vue').PropType<string>;
|
4
7
|
};
|
5
|
-
type: {
|
6
|
-
type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "error">;
|
7
|
-
};
|
8
8
|
label: {
|
9
9
|
type: import('vue').PropType<string>;
|
10
10
|
};
|
@@ -23,12 +23,12 @@ export declare const PlTextCell: import('../../../install-function').SFCInstallW
|
|
23
23
|
type: import('vue').PropType<string>;
|
24
24
|
};
|
25
25
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
26
|
+
type: {
|
27
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning">;
|
28
|
+
};
|
26
29
|
description: {
|
27
30
|
type: import('vue').PropType<string>;
|
28
31
|
};
|
29
|
-
type: {
|
30
|
-
type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "error">;
|
31
|
-
};
|
32
32
|
label: {
|
33
33
|
type: import('vue').PropType<string>;
|
34
34
|
};
|
@@ -66,9 +66,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
66
66
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
67
67
|
onChangeOpen?: (...args: any[]) => any;
|
68
68
|
}, {
|
69
|
+
modelValue: unknown[];
|
69
70
|
width: string;
|
70
71
|
label: string;
|
71
|
-
modelValue: unknown[];
|
72
72
|
placeholder: string;
|
73
73
|
teleport: boolean;
|
74
74
|
isClose: boolean;
|
@@ -121,10 +121,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
121
121
|
onValidate?: (...args: any[]) => any;
|
122
122
|
"onVisible-change"?: (...args: any[]) => any;
|
123
123
|
}, {
|
124
|
+
disabled: boolean;
|
124
125
|
icon: boolean;
|
125
126
|
info: boolean;
|
126
127
|
label: string;
|
127
|
-
disabled: boolean;
|
128
128
|
checked: boolean;
|
129
129
|
placeholder: string;
|
130
130
|
tooltipText: string;
|
@@ -109,8 +109,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
109
109
|
"onSelected-rows"?: (...args: any[]) => any;
|
110
110
|
"onUpdate:toggleRowSelection"?: (...args: any[]) => any;
|
111
111
|
}, {
|
112
|
-
form: Record<string, any>;
|
113
112
|
modelValue: unknown[];
|
113
|
+
form: Record<string, any>;
|
114
114
|
total: number;
|
115
115
|
noDataText: string;
|
116
116
|
hasPagination: boolean;
|
@@ -99,9 +99,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
99
99
|
"onOn-change"?: (...args: any[]) => any;
|
100
100
|
"onOn-preview"?: (...args: any[]) => any;
|
101
101
|
}, {
|
102
|
+
modelValue: unknown[];
|
102
103
|
header: boolean;
|
103
104
|
main: boolean;
|
104
|
-
modelValue: unknown[];
|
105
105
|
height: string;
|
106
106
|
accept: string;
|
107
107
|
multiple: boolean;
|
@@ -67,11 +67,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
67
67
|
"onOn-success"?: (...args: any[]) => any;
|
68
68
|
"onOn-error"?: (...args: any[]) => any;
|
69
69
|
}, {
|
70
|
+
large: boolean;
|
71
|
+
modelValue: UploadUserFile[];
|
70
72
|
buttonText: string;
|
71
73
|
header: boolean;
|
72
74
|
main: boolean;
|
73
|
-
large: boolean;
|
74
|
-
modelValue: UploadUserFile[];
|
75
75
|
accept: string;
|
76
76
|
multiple: boolean;
|
77
77
|
drag: boolean;
|
@@ -57,10 +57,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
57
57
|
onFetchDadata?: (...args: any[]) => any;
|
58
58
|
onChangeValue?: (...args: any[]) => any;
|
59
59
|
}, {
|
60
|
-
width: string;
|
61
|
-
label: string;
|
62
60
|
disabled: boolean;
|
63
61
|
modelValue: IOption;
|
62
|
+
width: string;
|
63
|
+
label: string;
|
64
64
|
placeholder: string;
|
65
65
|
leftIcon: import('../../components').TIcon;
|
66
66
|
rightIcon: import('../../components').TIcon;
|
@@ -56,10 +56,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
56
56
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
57
57
|
}, {
|
58
58
|
size: string;
|
59
|
-
description: string;
|
60
|
-
label: string;
|
61
59
|
disabled: boolean;
|
62
60
|
modelValue: boolean;
|
61
|
+
description: string;
|
62
|
+
label: string;
|
63
63
|
isIndeterminate: boolean;
|
64
64
|
}, {}>, {
|
65
65
|
default?(_: {}): any;
|
@@ -47,10 +47,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
47
47
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
48
48
|
onChangeOpen?: (...args: any[]) => any;
|
49
49
|
}, {
|
50
|
-
width: string;
|
51
|
-
label: string;
|
52
50
|
disabled: boolean;
|
53
51
|
modelValue: string;
|
52
|
+
width: string;
|
53
|
+
label: string;
|
54
54
|
placeholder: string;
|
55
55
|
prop: string;
|
56
56
|
helpertext: string;
|
@@ -49,10 +49,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
49
49
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
50
50
|
onChangeOpen?: (...args: any[]) => any;
|
51
51
|
}, {
|
52
|
-
width: string;
|
53
|
-
label: string;
|
54
52
|
disabled: boolean;
|
55
53
|
modelValue: string[];
|
54
|
+
width: string;
|
55
|
+
label: string;
|
56
56
|
placeholder: string;
|
57
57
|
prop: string;
|
58
58
|
helpertext: string;
|
@@ -1,6 +1,15 @@
|
|
1
1
|
export type { IPlInputPlusProps } from './types';
|
2
2
|
export declare const PlInputPlus: import('../../../install-function').SFCInstallWithContext<{
|
3
3
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
4
|
+
disabled: {
|
5
|
+
type: import('vue').PropType<boolean>;
|
6
|
+
default: boolean;
|
7
|
+
};
|
8
|
+
modelValue: {
|
9
|
+
type: import('vue').PropType<import('./types').TInputModelValue>;
|
10
|
+
required: true;
|
11
|
+
default: string;
|
12
|
+
};
|
4
13
|
width: {
|
5
14
|
type: import('vue').PropType<string>;
|
6
15
|
default: string;
|
@@ -13,15 +22,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
13
22
|
type: import('vue').PropType<boolean>;
|
14
23
|
default: boolean;
|
15
24
|
};
|
16
|
-
disabled: {
|
17
|
-
type: import('vue').PropType<boolean>;
|
18
|
-
default: boolean;
|
19
|
-
};
|
20
|
-
modelValue: {
|
21
|
-
type: import('vue').PropType<import('./types').TInputModelValue>;
|
22
|
-
required: true;
|
23
|
-
default: string;
|
24
|
-
};
|
25
25
|
placeholder: {
|
26
26
|
type: import('vue').PropType<string>;
|
27
27
|
default: string;
|
@@ -158,6 +158,15 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
158
158
|
"tooltip-mouseenter": (...args: any[]) => void;
|
159
159
|
"tooltip-mouseleave": (...args: any[]) => void;
|
160
160
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
161
|
+
disabled: {
|
162
|
+
type: import('vue').PropType<boolean>;
|
163
|
+
default: boolean;
|
164
|
+
};
|
165
|
+
modelValue: {
|
166
|
+
type: import('vue').PropType<import('./types').TInputModelValue>;
|
167
|
+
required: true;
|
168
|
+
default: string;
|
169
|
+
};
|
161
170
|
width: {
|
162
171
|
type: import('vue').PropType<string>;
|
163
172
|
default: string;
|
@@ -170,15 +179,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
170
179
|
type: import('vue').PropType<boolean>;
|
171
180
|
default: boolean;
|
172
181
|
};
|
173
|
-
disabled: {
|
174
|
-
type: import('vue').PropType<boolean>;
|
175
|
-
default: boolean;
|
176
|
-
};
|
177
|
-
modelValue: {
|
178
|
-
type: import('vue').PropType<import('./types').TInputModelValue>;
|
179
|
-
required: true;
|
180
|
-
default: string;
|
181
|
-
};
|
182
182
|
placeholder: {
|
183
183
|
type: import('vue').PropType<string>;
|
184
184
|
default: string;
|
@@ -303,11 +303,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
303
303
|
"onTooltip-mouseenter"?: (...args: any[]) => any;
|
304
304
|
"onTooltip-mouseleave"?: (...args: any[]) => any;
|
305
305
|
}, {
|
306
|
+
disabled: boolean;
|
307
|
+
modelValue: import('./types').TInputModelValue;
|
306
308
|
width: string;
|
307
309
|
label: string;
|
308
310
|
textarea: boolean;
|
309
|
-
disabled: boolean;
|
310
|
-
modelValue: import('./types').TInputModelValue;
|
311
311
|
placeholder: string;
|
312
312
|
currency: boolean;
|
313
313
|
leftIcon: import('../../components').TIcon;
|
@@ -344,6 +344,15 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
344
344
|
M: {};
|
345
345
|
Defaults: {};
|
346
346
|
}, Readonly<import('vue').ExtractPropTypes<{
|
347
|
+
disabled: {
|
348
|
+
type: import('vue').PropType<boolean>;
|
349
|
+
default: boolean;
|
350
|
+
};
|
351
|
+
modelValue: {
|
352
|
+
type: import('vue').PropType<import('./types').TInputModelValue>;
|
353
|
+
required: true;
|
354
|
+
default: string;
|
355
|
+
};
|
347
356
|
width: {
|
348
357
|
type: import('vue').PropType<string>;
|
349
358
|
default: string;
|
@@ -356,15 +365,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
356
365
|
type: import('vue').PropType<boolean>;
|
357
366
|
default: boolean;
|
358
367
|
};
|
359
|
-
disabled: {
|
360
|
-
type: import('vue').PropType<boolean>;
|
361
|
-
default: boolean;
|
362
|
-
};
|
363
|
-
modelValue: {
|
364
|
-
type: import('vue').PropType<import('./types').TInputModelValue>;
|
365
|
-
required: true;
|
366
|
-
default: string;
|
367
|
-
};
|
368
368
|
placeholder: {
|
369
369
|
type: import('vue').PropType<string>;
|
370
370
|
default: string;
|
@@ -493,11 +493,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
493
493
|
focusInput: () => void;
|
494
494
|
getId: () => string;
|
495
495
|
}, {}, {}, {}, {
|
496
|
+
disabled: boolean;
|
497
|
+
modelValue: import('./types').TInputModelValue;
|
496
498
|
width: string;
|
497
499
|
label: string;
|
498
500
|
textarea: boolean;
|
499
|
-
disabled: boolean;
|
500
|
-
modelValue: import('./types').TInputModelValue;
|
501
501
|
placeholder: string;
|
502
502
|
currency: boolean;
|
503
503
|
leftIcon: import('../../components').TIcon;
|
@@ -531,6 +531,15 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
531
531
|
__isTeleport?: never;
|
532
532
|
__isSuspense?: never;
|
533
533
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
534
|
+
disabled: {
|
535
|
+
type: import('vue').PropType<boolean>;
|
536
|
+
default: boolean;
|
537
|
+
};
|
538
|
+
modelValue: {
|
539
|
+
type: import('vue').PropType<import('./types').TInputModelValue>;
|
540
|
+
required: true;
|
541
|
+
default: string;
|
542
|
+
};
|
534
543
|
width: {
|
535
544
|
type: import('vue').PropType<string>;
|
536
545
|
default: string;
|
@@ -543,15 +552,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
543
552
|
type: import('vue').PropType<boolean>;
|
544
553
|
default: boolean;
|
545
554
|
};
|
546
|
-
disabled: {
|
547
|
-
type: import('vue').PropType<boolean>;
|
548
|
-
default: boolean;
|
549
|
-
};
|
550
|
-
modelValue: {
|
551
|
-
type: import('vue').PropType<import('./types').TInputModelValue>;
|
552
|
-
required: true;
|
553
|
-
default: string;
|
554
|
-
};
|
555
555
|
placeholder: {
|
556
556
|
type: import('vue').PropType<string>;
|
557
557
|
default: string;
|
@@ -688,11 +688,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
688
688
|
"tooltip-mouseenter": (...args: any[]) => void;
|
689
689
|
"tooltip-mouseleave": (...args: any[]) => void;
|
690
690
|
}, string, {
|
691
|
+
disabled: boolean;
|
692
|
+
modelValue: import('./types').TInputModelValue;
|
691
693
|
width: string;
|
692
694
|
label: string;
|
693
695
|
textarea: boolean;
|
694
|
-
disabled: boolean;
|
695
|
-
modelValue: import('./types').TInputModelValue;
|
696
696
|
placeholder: string;
|
697
697
|
currency: boolean;
|
698
698
|
leftIcon: import('../../components').TIcon;
|
@@ -89,11 +89,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
89
89
|
"onTooltip-mouseenter"?: (...args: any[]) => any;
|
90
90
|
"onTooltip-mouseleave"?: (...args: any[]) => any;
|
91
91
|
}, {
|
92
|
+
disabled: boolean;
|
93
|
+
modelValue: import('./types').TInputModelValue;
|
92
94
|
width: string;
|
93
95
|
label: string;
|
94
96
|
textarea: boolean;
|
95
|
-
disabled: boolean;
|
96
|
-
modelValue: import('./types').TInputModelValue;
|
97
97
|
placeholder: string;
|
98
98
|
currency: boolean;
|
99
99
|
leftIcon: import('../../components').TIcon;
|
@@ -43,11 +43,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
43
43
|
onReset?: (...args: any[]) => any;
|
44
44
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
45
45
|
}, {
|
46
|
-
width: string;
|
47
|
-
label: string;
|
48
46
|
disabled: boolean;
|
49
47
|
options: IOption[];
|
50
48
|
modelValue: IOption[];
|
49
|
+
width: string;
|
50
|
+
label: string;
|
51
51
|
placeholder: string;
|
52
52
|
leftIcon: import('../../components').TIcon;
|
53
53
|
teleport: boolean;
|
@@ -7,15 +7,9 @@ interface RadioOption {
|
|
7
7
|
declare const _default: import('vue').DefineComponent<{
|
8
8
|
modelValue: import('vue').PropType<any>;
|
9
9
|
size: {
|
10
|
-
type: import('vue').PropType<"
|
10
|
+
type: import('vue').PropType<"medium" | "small">;
|
11
11
|
default: string;
|
12
12
|
};
|
13
|
-
description: {
|
14
|
-
type: import('vue').PropType<string>;
|
15
|
-
};
|
16
|
-
label: {
|
17
|
-
type: import('vue').PropType<string>;
|
18
|
-
};
|
19
13
|
disabled: {
|
20
14
|
type: import('vue').PropType<boolean>;
|
21
15
|
};
|
@@ -23,21 +17,21 @@ declare const _default: import('vue').DefineComponent<{
|
|
23
17
|
type: import('vue').PropType<RadioOption[]>;
|
24
18
|
required: true;
|
25
19
|
};
|
20
|
+
description: {
|
21
|
+
type: import('vue').PropType<string>;
|
22
|
+
};
|
23
|
+
label: {
|
24
|
+
type: import('vue').PropType<string>;
|
25
|
+
};
|
26
26
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
27
27
|
"update:modelValue": (...args: any[]) => void;
|
28
28
|
change: (...args: any[]) => void;
|
29
29
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
30
30
|
modelValue: import('vue').PropType<any>;
|
31
31
|
size: {
|
32
|
-
type: import('vue').PropType<"
|
32
|
+
type: import('vue').PropType<"medium" | "small">;
|
33
33
|
default: string;
|
34
34
|
};
|
35
|
-
description: {
|
36
|
-
type: import('vue').PropType<string>;
|
37
|
-
};
|
38
|
-
label: {
|
39
|
-
type: import('vue').PropType<string>;
|
40
|
-
};
|
41
35
|
disabled: {
|
42
36
|
type: import('vue').PropType<boolean>;
|
43
37
|
};
|
@@ -45,10 +39,16 @@ declare const _default: import('vue').DefineComponent<{
|
|
45
39
|
type: import('vue').PropType<RadioOption[]>;
|
46
40
|
required: true;
|
47
41
|
};
|
42
|
+
description: {
|
43
|
+
type: import('vue').PropType<string>;
|
44
|
+
};
|
45
|
+
label: {
|
46
|
+
type: import('vue').PropType<string>;
|
47
|
+
};
|
48
48
|
}>> & {
|
49
49
|
onChange?: (...args: any[]) => any;
|
50
50
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
51
51
|
}, {
|
52
|
-
size: "
|
52
|
+
size: "medium" | "small";
|
53
53
|
}, {}>;
|
54
54
|
export default _default;
|
@@ -41,11 +41,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
41
41
|
onChange?: (...args: any[]) => any;
|
42
42
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
43
43
|
}, {
|
44
|
-
width: string;
|
45
|
-
label: string;
|
46
44
|
disabled: boolean;
|
47
45
|
options: any[] | IOption[];
|
48
46
|
modelValue: any;
|
47
|
+
width: string;
|
48
|
+
label: string;
|
49
49
|
placeholder: string;
|
50
50
|
leftIcon: import('../../components').TIcon;
|
51
51
|
rightIcon: import('../../components').TIcon;
|