@factoringplus/pl-components-pack-v3 1.9.5-pre-snackbar-02 → 1.9.5-pre-11-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-54743567.js → crypto-pro-1e16f0cb.js} +1 -1
- package/dist/{crypto-pro-7e2b1d00.cjs → crypto-pro-5ce1d64f.cjs} +1 -1
- package/dist/{entry-f2f22ab2.cjs → entry-9605a7d7.cjs} +31 -31
- package/dist/{entry-22cc4d12.js → entry-9730832c.js} +7933 -7761
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +73 -72
- package/dist/src/components/basic/pl-button/index.d.ts +60 -42
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +38 -38
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +6 -6
- 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-tags-chips/index.d.ts +3 -3
- 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/components.d.ts +3 -1
- package/dist/src/components/data/pl-banner/index.d.ts +101 -0
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +51 -0
- package/dist/src/components/data/pl-banner/types/index.d.ts +62 -0
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-progress/index.d.ts +3 -3
- 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 +5 -8
- package/dist/src/components/data/pl-snackbar/types.d.ts +2 -3
- 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 +41 -41
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +3 -3
- 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 +2 -2
- 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 +3 -3
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +1 -1
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/index.d.ts +38 -38
- 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 +1 -1
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +9 -9
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +1 -1
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +2 -2
- 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 +2 -2
- package/dist/src/components/shared/pl-text/components/pl-system-regular.vue.d.ts +20 -0
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -1,17 +1,17 @@
|
|
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<"
|
5
|
-
default: string;
|
6
|
-
};
|
7
|
-
type: {
|
8
|
-
type: import('vue').PropType<"error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive">;
|
4
|
+
type: import('vue').PropType<"large" | "small">;
|
9
5
|
default: string;
|
10
6
|
};
|
11
7
|
disabled: {
|
12
8
|
type: import('vue').PropType<boolean>;
|
13
9
|
default: boolean;
|
14
10
|
};
|
11
|
+
type: {
|
12
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
|
13
|
+
default: string;
|
14
|
+
};
|
15
15
|
icon: {
|
16
16
|
type: import('vue').PropType<import('../../components').TIcon>;
|
17
17
|
default: string;
|
@@ -20,15 +20,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
20
20
|
type: import('vue').PropType<string>;
|
21
21
|
default: string;
|
22
22
|
};
|
23
|
-
|
23
|
+
interactive: {
|
24
24
|
type: import('vue').PropType<boolean>;
|
25
25
|
default: boolean;
|
26
26
|
};
|
27
|
-
|
27
|
+
active: {
|
28
28
|
type: import('vue').PropType<boolean>;
|
29
29
|
default: boolean;
|
30
30
|
};
|
31
|
-
|
31
|
+
chip: {
|
32
32
|
type: import('vue').PropType<boolean>;
|
33
33
|
default: boolean;
|
34
34
|
};
|
@@ -52,17 +52,17 @@ 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<"
|
56
|
-
default: string;
|
57
|
-
};
|
58
|
-
type: {
|
59
|
-
type: import('vue').PropType<"error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive">;
|
55
|
+
type: import('vue').PropType<"large" | "small">;
|
60
56
|
default: string;
|
61
57
|
};
|
62
58
|
disabled: {
|
63
59
|
type: import('vue').PropType<boolean>;
|
64
60
|
default: boolean;
|
65
61
|
};
|
62
|
+
type: {
|
63
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
|
64
|
+
default: string;
|
65
|
+
};
|
66
66
|
icon: {
|
67
67
|
type: import('vue').PropType<import('../../components').TIcon>;
|
68
68
|
default: string;
|
@@ -71,15 +71,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
71
71
|
type: import('vue').PropType<string>;
|
72
72
|
default: string;
|
73
73
|
};
|
74
|
-
|
74
|
+
interactive: {
|
75
75
|
type: import('vue').PropType<boolean>;
|
76
76
|
default: boolean;
|
77
77
|
};
|
78
|
-
|
78
|
+
active: {
|
79
79
|
type: import('vue').PropType<boolean>;
|
80
80
|
default: boolean;
|
81
81
|
};
|
82
|
-
|
82
|
+
chip: {
|
83
83
|
type: import('vue').PropType<boolean>;
|
84
84
|
default: boolean;
|
85
85
|
};
|
@@ -99,14 +99,14 @@ 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
|
-
type: "error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive";
|
102
|
+
size: "large" | "small";
|
104
103
|
disabled: boolean;
|
104
|
+
type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
|
105
105
|
icon: import('../../components').TIcon;
|
106
106
|
iconColor: string;
|
107
|
+
interactive: boolean;
|
107
108
|
active: boolean;
|
108
109
|
chip: boolean;
|
109
|
-
interactive: boolean;
|
110
110
|
textColor: string;
|
111
111
|
backgroundColor: string;
|
112
112
|
deleteBtn: boolean;
|
@@ -119,17 +119,17 @@ 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<"
|
123
|
-
default: string;
|
124
|
-
};
|
125
|
-
type: {
|
126
|
-
type: import('vue').PropType<"error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive">;
|
122
|
+
type: import('vue').PropType<"large" | "small">;
|
127
123
|
default: string;
|
128
124
|
};
|
129
125
|
disabled: {
|
130
126
|
type: import('vue').PropType<boolean>;
|
131
127
|
default: boolean;
|
132
128
|
};
|
129
|
+
type: {
|
130
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
|
131
|
+
default: string;
|
132
|
+
};
|
133
133
|
icon: {
|
134
134
|
type: import('vue').PropType<import('../../components').TIcon>;
|
135
135
|
default: string;
|
@@ -138,15 +138,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
138
138
|
type: import('vue').PropType<string>;
|
139
139
|
default: string;
|
140
140
|
};
|
141
|
-
|
141
|
+
interactive: {
|
142
142
|
type: import('vue').PropType<boolean>;
|
143
143
|
default: boolean;
|
144
144
|
};
|
145
|
-
|
145
|
+
active: {
|
146
146
|
type: import('vue').PropType<boolean>;
|
147
147
|
default: boolean;
|
148
148
|
};
|
149
|
-
|
149
|
+
chip: {
|
150
150
|
type: import('vue').PropType<boolean>;
|
151
151
|
default: boolean;
|
152
152
|
};
|
@@ -166,14 +166,14 @@ 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
|
-
type: "error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive";
|
169
|
+
size: "large" | "small";
|
171
170
|
disabled: boolean;
|
171
|
+
type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
|
172
172
|
icon: import('../../components').TIcon;
|
173
173
|
iconColor: string;
|
174
|
+
interactive: boolean;
|
174
175
|
active: boolean;
|
175
176
|
chip: boolean;
|
176
|
-
interactive: boolean;
|
177
177
|
textColor: string;
|
178
178
|
backgroundColor: string;
|
179
179
|
deleteBtn: boolean;
|
@@ -183,17 +183,17 @@ 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<"
|
187
|
-
default: string;
|
188
|
-
};
|
189
|
-
type: {
|
190
|
-
type: import('vue').PropType<"error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive">;
|
186
|
+
type: import('vue').PropType<"large" | "small">;
|
191
187
|
default: string;
|
192
188
|
};
|
193
189
|
disabled: {
|
194
190
|
type: import('vue').PropType<boolean>;
|
195
191
|
default: boolean;
|
196
192
|
};
|
193
|
+
type: {
|
194
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline")>;
|
195
|
+
default: string;
|
196
|
+
};
|
197
197
|
icon: {
|
198
198
|
type: import('vue').PropType<import('../../components').TIcon>;
|
199
199
|
default: string;
|
@@ -202,15 +202,15 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
202
202
|
type: import('vue').PropType<string>;
|
203
203
|
default: string;
|
204
204
|
};
|
205
|
-
|
205
|
+
interactive: {
|
206
206
|
type: import('vue').PropType<boolean>;
|
207
207
|
default: boolean;
|
208
208
|
};
|
209
|
-
|
209
|
+
active: {
|
210
210
|
type: import('vue').PropType<boolean>;
|
211
211
|
default: boolean;
|
212
212
|
};
|
213
|
-
|
213
|
+
chip: {
|
214
214
|
type: import('vue').PropType<boolean>;
|
215
215
|
default: boolean;
|
216
216
|
};
|
@@ -233,14 +233,14 @@ 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
|
-
type: "error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive";
|
236
|
+
size: "large" | "small";
|
238
237
|
disabled: boolean;
|
238
|
+
type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
|
239
239
|
icon: import('../../components').TIcon;
|
240
240
|
iconColor: string;
|
241
|
+
interactive: boolean;
|
241
242
|
active: boolean;
|
242
243
|
chip: boolean;
|
243
|
-
interactive: boolean;
|
244
244
|
textColor: string;
|
245
245
|
backgroundColor: string;
|
246
246
|
deleteBtn: boolean;
|
@@ -45,14 +45,14 @@ 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
|
-
type: "error" | "info" | "success" | "warning" | InteractiveTypes | "interactive";
|
48
|
+
size: "large" | "small";
|
50
49
|
disabled: boolean;
|
50
|
+
type: "error" | "info" | "interactive" | "success" | "warning" | InteractiveTypes;
|
51
51
|
icon: TIcon;
|
52
52
|
iconColor: string;
|
53
|
+
interactive: boolean;
|
53
54
|
active: boolean;
|
54
55
|
chip: boolean;
|
55
|
-
interactive: boolean;
|
56
56
|
textColor: string;
|
57
57
|
backgroundColor: string;
|
58
58
|
deleteBtn: boolean;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
export declare const PlTextCell: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
2
2
|
type: {
|
3
|
-
type: import('vue').PropType<"error" | "info" | "
|
3
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning">;
|
4
4
|
};
|
5
|
-
|
5
|
+
description: {
|
6
6
|
type: import('vue').PropType<string>;
|
7
7
|
};
|
8
|
-
|
8
|
+
label: {
|
9
9
|
type: import('vue').PropType<string>;
|
10
10
|
};
|
11
11
|
descriptionColor: {
|
@@ -24,12 +24,12 @@ export declare const PlTextCell: import('../../../install-function').SFCInstallW
|
|
24
24
|
};
|
25
25
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
26
26
|
type: {
|
27
|
-
type: import('vue').PropType<"error" | "info" | "
|
27
|
+
type: import('vue').PropType<"error" | "info" | "interactive" | "success" | "warning">;
|
28
28
|
};
|
29
|
-
|
29
|
+
description: {
|
30
30
|
type: import('vue').PropType<string>;
|
31
31
|
};
|
32
|
-
|
32
|
+
label: {
|
33
33
|
type: import('vue').PropType<string>;
|
34
34
|
};
|
35
35
|
descriptionColor: {
|
@@ -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
|
-
label: string;
|
70
69
|
modelValue: unknown[];
|
71
70
|
width: string;
|
71
|
+
label: string;
|
72
72
|
placeholder: string;
|
73
73
|
teleport: boolean;
|
74
74
|
isClose: boolean;
|
@@ -121,12 +121,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
121
121
|
onValidate?: (...args: any[]) => any;
|
122
122
|
"onVisible-change"?: (...args: any[]) => any;
|
123
123
|
}, {
|
124
|
-
label: string;
|
125
124
|
disabled: boolean;
|
126
125
|
icon: boolean;
|
126
|
+
info: boolean;
|
127
|
+
label: string;
|
127
128
|
checked: boolean;
|
128
129
|
placeholder: string;
|
129
|
-
info: boolean;
|
130
130
|
tooltipText: string;
|
131
131
|
prop: string;
|
132
132
|
rules: Record<string, any>;
|
@@ -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,14 +67,14 @@ 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
|
-
header: boolean;
|
71
|
-
main: boolean;
|
72
70
|
large: boolean;
|
73
71
|
modelValue: UploadUserFile[];
|
72
|
+
buttonText: string;
|
73
|
+
header: boolean;
|
74
|
+
main: boolean;
|
74
75
|
accept: string;
|
75
76
|
multiple: boolean;
|
76
77
|
drag: boolean;
|
77
|
-
buttonText: string;
|
78
78
|
fileSize: number;
|
79
79
|
requestConfig: object;
|
80
80
|
responseKeys: string;
|
@@ -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
|
-
label: string;
|
61
60
|
disabled: boolean;
|
62
61
|
modelValue: IOption;
|
63
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
|
-
label: string;
|
60
59
|
disabled: boolean;
|
61
60
|
modelValue: boolean;
|
62
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
|
-
label: string;
|
51
50
|
disabled: boolean;
|
52
51
|
modelValue: string;
|
53
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
|
-
label: string;
|
53
52
|
disabled: boolean;
|
54
53
|
modelValue: string[];
|
55
54
|
width: string;
|
55
|
+
label: string;
|
56
56
|
placeholder: string;
|
57
57
|
prop: string;
|
58
58
|
helpertext: string;
|
@@ -1,14 +1,6 @@
|
|
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
|
-
label: {
|
5
|
-
type: import('vue').PropType<string>;
|
6
|
-
default: string;
|
7
|
-
};
|
8
|
-
textarea: {
|
9
|
-
type: import('vue').PropType<boolean>;
|
10
|
-
default: boolean;
|
11
|
-
};
|
12
4
|
disabled: {
|
13
5
|
type: import('vue').PropType<boolean>;
|
14
6
|
default: boolean;
|
@@ -22,6 +14,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
22
14
|
type: import('vue').PropType<string>;
|
23
15
|
default: string;
|
24
16
|
};
|
17
|
+
label: {
|
18
|
+
type: import('vue').PropType<string>;
|
19
|
+
default: string;
|
20
|
+
};
|
21
|
+
textarea: {
|
22
|
+
type: import('vue').PropType<boolean>;
|
23
|
+
default: boolean;
|
24
|
+
};
|
25
25
|
placeholder: {
|
26
26
|
type: import('vue').PropType<string>;
|
27
27
|
default: string;
|
@@ -158,14 +158,6 @@ 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
|
-
label: {
|
162
|
-
type: import('vue').PropType<string>;
|
163
|
-
default: string;
|
164
|
-
};
|
165
|
-
textarea: {
|
166
|
-
type: import('vue').PropType<boolean>;
|
167
|
-
default: boolean;
|
168
|
-
};
|
169
161
|
disabled: {
|
170
162
|
type: import('vue').PropType<boolean>;
|
171
163
|
default: boolean;
|
@@ -179,6 +171,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
179
171
|
type: import('vue').PropType<string>;
|
180
172
|
default: string;
|
181
173
|
};
|
174
|
+
label: {
|
175
|
+
type: import('vue').PropType<string>;
|
176
|
+
default: string;
|
177
|
+
};
|
178
|
+
textarea: {
|
179
|
+
type: import('vue').PropType<boolean>;
|
180
|
+
default: boolean;
|
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
|
-
label: string;
|
307
|
-
textarea: boolean;
|
308
306
|
disabled: boolean;
|
309
307
|
modelValue: import('./types').TInputModelValue;
|
310
308
|
width: string;
|
309
|
+
label: string;
|
310
|
+
textarea: boolean;
|
311
311
|
placeholder: string;
|
312
312
|
currency: boolean;
|
313
313
|
leftIcon: import('../../components').TIcon;
|
@@ -344,14 +344,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
344
344
|
M: {};
|
345
345
|
Defaults: {};
|
346
346
|
}, Readonly<import('vue').ExtractPropTypes<{
|
347
|
-
label: {
|
348
|
-
type: import('vue').PropType<string>;
|
349
|
-
default: string;
|
350
|
-
};
|
351
|
-
textarea: {
|
352
|
-
type: import('vue').PropType<boolean>;
|
353
|
-
default: boolean;
|
354
|
-
};
|
355
347
|
disabled: {
|
356
348
|
type: import('vue').PropType<boolean>;
|
357
349
|
default: boolean;
|
@@ -365,6 +357,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
365
357
|
type: import('vue').PropType<string>;
|
366
358
|
default: string;
|
367
359
|
};
|
360
|
+
label: {
|
361
|
+
type: import('vue').PropType<string>;
|
362
|
+
default: string;
|
363
|
+
};
|
364
|
+
textarea: {
|
365
|
+
type: import('vue').PropType<boolean>;
|
366
|
+
default: boolean;
|
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
|
-
label: string;
|
497
|
-
textarea: boolean;
|
498
496
|
disabled: boolean;
|
499
497
|
modelValue: import('./types').TInputModelValue;
|
500
498
|
width: string;
|
499
|
+
label: string;
|
500
|
+
textarea: boolean;
|
501
501
|
placeholder: string;
|
502
502
|
currency: boolean;
|
503
503
|
leftIcon: import('../../components').TIcon;
|
@@ -531,14 +531,6 @@ 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
|
-
label: {
|
535
|
-
type: import('vue').PropType<string>;
|
536
|
-
default: string;
|
537
|
-
};
|
538
|
-
textarea: {
|
539
|
-
type: import('vue').PropType<boolean>;
|
540
|
-
default: boolean;
|
541
|
-
};
|
542
534
|
disabled: {
|
543
535
|
type: import('vue').PropType<boolean>;
|
544
536
|
default: boolean;
|
@@ -552,6 +544,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
552
544
|
type: import('vue').PropType<string>;
|
553
545
|
default: string;
|
554
546
|
};
|
547
|
+
label: {
|
548
|
+
type: import('vue').PropType<string>;
|
549
|
+
default: string;
|
550
|
+
};
|
551
|
+
textarea: {
|
552
|
+
type: import('vue').PropType<boolean>;
|
553
|
+
default: boolean;
|
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
|
-
label: string;
|
692
|
-
textarea: boolean;
|
693
691
|
disabled: boolean;
|
694
692
|
modelValue: import('./types').TInputModelValue;
|
695
693
|
width: string;
|
694
|
+
label: string;
|
695
|
+
textarea: boolean;
|
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
|
-
label: string;
|
93
|
-
textarea: boolean;
|
94
92
|
disabled: boolean;
|
95
93
|
modelValue: import('./types').TInputModelValue;
|
96
94
|
width: string;
|
95
|
+
label: string;
|
96
|
+
textarea: boolean;
|
97
97
|
placeholder: string;
|
98
98
|
currency: boolean;
|
99
99
|
leftIcon: import('../../components').TIcon;
|
@@ -45,11 +45,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
45
45
|
onReset?: (...args: any[]) => any;
|
46
46
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
47
47
|
}, {
|
48
|
-
label: string;
|
49
48
|
disabled: boolean;
|
50
49
|
options: IOption[];
|
51
50
|
modelValue: IOption[];
|
52
51
|
width: string;
|
52
|
+
label: string;
|
53
53
|
placeholder: string;
|
54
54
|
leftIcon: import('../../components').TIcon;
|
55
55
|
teleport: boolean;
|
@@ -7,12 +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
|
-
label: {
|
14
|
-
type: import('vue').PropType<string>;
|
15
|
-
};
|
16
13
|
disabled: {
|
17
14
|
type: import('vue').PropType<boolean>;
|
18
15
|
};
|
@@ -23,18 +20,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
23
20
|
description: {
|
24
21
|
type: import('vue').PropType<string>;
|
25
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
|
-
label: {
|
36
|
-
type: import('vue').PropType<string>;
|
37
|
-
};
|
38
35
|
disabled: {
|
39
36
|
type: import('vue').PropType<boolean>;
|
40
37
|
};
|
@@ -45,10 +42,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
45
42
|
description: {
|
46
43
|
type: import('vue').PropType<string>;
|
47
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
|
-
label: string;
|
45
44
|
disabled: boolean;
|
46
45
|
options: any[] | IOption[];
|
47
46
|
modelValue: any;
|
48
47
|
width: string;
|
48
|
+
label: string;
|
49
49
|
placeholder: string;
|
50
50
|
leftIcon: import('../../components').TIcon;
|
51
51
|
rightIcon: import('../../components').TIcon;
|
@@ -39,9 +39,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
39
39
|
onChange?: (...args: any[]) => any;
|
40
40
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
41
41
|
}, {
|
42
|
-
label: string;
|
43
42
|
disabled: boolean;
|
44
43
|
modelValue: boolean;
|
45
44
|
description: string;
|
45
|
+
label: string;
|
46
46
|
}, {}>;
|
47
47
|
export default _default;
|