@factoringplus/pl-components-pack-v3 1.13.0 → 1.13.5
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/README.md +48 -48
- package/dist/CNAME +1 -1
- package/dist/Close40-4bcbc3bd.cjs +1 -0
- package/dist/{Close40-33b3f990.js → Close40-d450a063.js} +2 -2
- package/dist/{crypto-pro-actual-cades-plugin-54e213c4.cjs → crypto-pro-actual-cades-plugin-00e94b0e.cjs} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-7f197d8a.js → crypto-pro-actual-cades-plugin-6de44578.js} +1 -1
- package/dist/{entry-e7802dab.js → entry-408d6e03.js} +10940 -10921
- package/dist/entry-a17d0f2b.cjs +115 -0
- package/dist/favicon.svg +4 -4
- package/dist/icon/cube20.svg +6 -6
- package/dist/icon/cube24.svg +6 -6
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/assets/calendar.json.d.ts +134 -134
- package/dist/src/components/basic/pl-button/index.d.ts +21 -20
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +21 -20
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-dialog/index.d.ts +21 -20
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-link/index.d.ts +2 -1
- package/dist/src/components/basic/pl-scrollbar/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -7
- 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 +4 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +5 -4
- 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 +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/index.d.ts +7 -6
- package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +9 -8
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +1 -1
- package/dist/src/components/data/pl-action-bar/components/pl-action-button/index.d.ts +2 -1
- package/dist/src/components/data/pl-action-bar/index.d.ts +2 -1
- package/dist/src/components/data/pl-banner/index.d.ts +2 -1
- package/dist/src/components/data/pl-card/index.d.ts +2 -1
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-multitab/index.d.ts +2 -1
- package/dist/src/components/data/pl-multitab/types/index.d.ts +1 -1
- package/dist/src/components/data/pl-onboarding/index.d.ts +25 -24
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +11 -11
- package/dist/src/components/data/pl-progress/index.d.ts +5 -4
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +1 -1
- package/dist/src/components/data/pl-sign-error/index.d.ts +2 -1
- package/dist/src/components/data/pl-signing/index.d.ts +2 -1
- package/dist/src/components/data/pl-snackbar/index.d.ts +3 -3
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-stepper/index.d.ts +21 -20
- package/dist/src/components/data/pl-table-plus/index.d.ts +150 -149
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +72 -72
- package/dist/src/components/data/pl-tabs/index.d.ts +2 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +9 -8
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -1
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +30 -21
- package/dist/src/components/form/pl-autocomplete/index.d.ts +75 -55
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +35 -26
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +2 -0
- package/dist/src/components/form/pl-checkbox-plus/index.d.ts +9 -8
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-form/index.d.ts +26 -25
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +30 -30
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +24 -24
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +18 -18
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +33 -33
- package/dist/src/components/form/pl-input-plus/index.d.ts +127 -126
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-multi-select/index.d.ts +40 -39
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +18 -18
- package/dist/src/components/form/pl-radio/index.d.ts +9 -8
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +3 -3
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-select-plus/index.d.ts +40 -39
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-switch/index.d.ts +2 -1
- package/dist/src/components/form/pl-upload-plus/index.d.ts +21 -20
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +9 -9
- package/dist/src/components/shared/pl-dropdown/index.d.ts +29 -28
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +13 -13
- package/dist/src/components/shared/pl-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-label/index.d.ts +2 -1
- package/dist/src/components/shared/pl-mark-text/index.d.ts +2 -1
- package/dist/src/components/shared/pl-option/index.d.ts +2 -1
- package/dist/src/components/shared/pl-status-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-tab-pane/index.d.ts +2 -1
- package/dist/src/directives/vTap.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +128 -125
- package/dist/Close40-49678fc0.cjs +0 -1
- package/dist/entry-dff9093b.cjs +0 -115
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as MultiSelect } from './pl-multi-select.vue';
|
|
1
2
|
import { ISelectProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlMultiSelect: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -20,6 +21,14 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
20
21
|
type: import('vue').PropType<string>;
|
|
21
22
|
default: string;
|
|
22
23
|
};
|
|
24
|
+
prop: {
|
|
25
|
+
type: import('vue').PropType<string>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
placeholder: {
|
|
29
|
+
type: import('vue').PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
23
32
|
helpertext: {
|
|
24
33
|
type: import('vue').PropType<string>;
|
|
25
34
|
default: string;
|
|
@@ -43,14 +52,6 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
43
52
|
tooltipWidth: {
|
|
44
53
|
type: import('vue').PropType<string>;
|
|
45
54
|
};
|
|
46
|
-
prop: {
|
|
47
|
-
type: import('vue').PropType<string>;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
placeholder: {
|
|
51
|
-
type: import('vue').PropType<string>;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
55
|
buttons: {
|
|
55
56
|
type: import('vue').PropType<boolean>;
|
|
56
57
|
default: boolean;
|
|
@@ -90,6 +91,14 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
90
91
|
type: import('vue').PropType<string>;
|
|
91
92
|
default: string;
|
|
92
93
|
};
|
|
94
|
+
prop: {
|
|
95
|
+
type: import('vue').PropType<string>;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
placeholder: {
|
|
99
|
+
type: import('vue').PropType<string>;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
93
102
|
helpertext: {
|
|
94
103
|
type: import('vue').PropType<string>;
|
|
95
104
|
default: string;
|
|
@@ -113,14 +122,6 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
113
122
|
tooltipWidth: {
|
|
114
123
|
type: import('vue').PropType<string>;
|
|
115
124
|
};
|
|
116
|
-
prop: {
|
|
117
|
-
type: import('vue').PropType<string>;
|
|
118
|
-
default: string;
|
|
119
|
-
};
|
|
120
|
-
placeholder: {
|
|
121
|
-
type: import('vue').PropType<string>;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
125
|
buttons: {
|
|
125
126
|
type: import('vue').PropType<boolean>;
|
|
126
127
|
default: boolean;
|
|
@@ -142,13 +143,13 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
142
143
|
options: import('./types').IOption[];
|
|
143
144
|
width: string;
|
|
144
145
|
label: string;
|
|
146
|
+
prop: string;
|
|
147
|
+
placeholder: string;
|
|
145
148
|
helpertext: string;
|
|
146
149
|
optional: string;
|
|
147
150
|
tooltip: string;
|
|
148
151
|
leftIcon: import('../../components').TIcon;
|
|
149
152
|
clearable: boolean;
|
|
150
|
-
prop: string;
|
|
151
|
-
placeholder: string;
|
|
152
153
|
buttons: boolean;
|
|
153
154
|
teleport: boolean;
|
|
154
155
|
selectAll: boolean;
|
|
@@ -178,6 +179,14 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
178
179
|
type: import('vue').PropType<string>;
|
|
179
180
|
default: string;
|
|
180
181
|
};
|
|
182
|
+
prop: {
|
|
183
|
+
type: import('vue').PropType<string>;
|
|
184
|
+
default: string;
|
|
185
|
+
};
|
|
186
|
+
placeholder: {
|
|
187
|
+
type: import('vue').PropType<string>;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
181
190
|
helpertext: {
|
|
182
191
|
type: import('vue').PropType<string>;
|
|
183
192
|
default: string;
|
|
@@ -201,14 +210,6 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
201
210
|
tooltipWidth: {
|
|
202
211
|
type: import('vue').PropType<string>;
|
|
203
212
|
};
|
|
204
|
-
prop: {
|
|
205
|
-
type: import('vue').PropType<string>;
|
|
206
|
-
default: string;
|
|
207
|
-
};
|
|
208
|
-
placeholder: {
|
|
209
|
-
type: import('vue').PropType<string>;
|
|
210
|
-
default: string;
|
|
211
|
-
};
|
|
212
213
|
buttons: {
|
|
213
214
|
type: import('vue').PropType<boolean>;
|
|
214
215
|
default: boolean;
|
|
@@ -230,13 +231,13 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
230
231
|
options: import('./types').IOption[];
|
|
231
232
|
width: string;
|
|
232
233
|
label: string;
|
|
234
|
+
prop: string;
|
|
235
|
+
placeholder: string;
|
|
233
236
|
helpertext: string;
|
|
234
237
|
optional: string;
|
|
235
238
|
tooltip: string;
|
|
236
239
|
leftIcon: import('../../components').TIcon;
|
|
237
240
|
clearable: boolean;
|
|
238
|
-
prop: string;
|
|
239
|
-
placeholder: string;
|
|
240
241
|
buttons: boolean;
|
|
241
242
|
teleport: boolean;
|
|
242
243
|
selectAll: boolean;
|
|
@@ -263,6 +264,14 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
263
264
|
type: import('vue').PropType<string>;
|
|
264
265
|
default: string;
|
|
265
266
|
};
|
|
267
|
+
prop: {
|
|
268
|
+
type: import('vue').PropType<string>;
|
|
269
|
+
default: string;
|
|
270
|
+
};
|
|
271
|
+
placeholder: {
|
|
272
|
+
type: import('vue').PropType<string>;
|
|
273
|
+
default: string;
|
|
274
|
+
};
|
|
266
275
|
helpertext: {
|
|
267
276
|
type: import('vue').PropType<string>;
|
|
268
277
|
default: string;
|
|
@@ -286,14 +295,6 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
286
295
|
tooltipWidth: {
|
|
287
296
|
type: import('vue').PropType<string>;
|
|
288
297
|
};
|
|
289
|
-
prop: {
|
|
290
|
-
type: import('vue').PropType<string>;
|
|
291
|
-
default: string;
|
|
292
|
-
};
|
|
293
|
-
placeholder: {
|
|
294
|
-
type: import('vue').PropType<string>;
|
|
295
|
-
default: string;
|
|
296
|
-
};
|
|
297
298
|
buttons: {
|
|
298
299
|
type: import('vue').PropType<boolean>;
|
|
299
300
|
default: boolean;
|
|
@@ -319,13 +320,13 @@ export declare const PlMultiSelect: import('../../../install-function').SFCInsta
|
|
|
319
320
|
options: import('./types').IOption[];
|
|
320
321
|
width: string;
|
|
321
322
|
label: string;
|
|
323
|
+
prop: string;
|
|
324
|
+
placeholder: string;
|
|
322
325
|
helpertext: string;
|
|
323
326
|
optional: string;
|
|
324
327
|
tooltip: string;
|
|
325
328
|
leftIcon: import('../../components').TIcon;
|
|
326
329
|
clearable: boolean;
|
|
327
|
-
prop: string;
|
|
328
|
-
placeholder: string;
|
|
329
330
|
buttons: boolean;
|
|
330
331
|
teleport: boolean;
|
|
331
332
|
selectAll: boolean;
|
|
@@ -338,6 +339,6 @@ export default PlMultiSelect;
|
|
|
338
339
|
export type { ISelectProps };
|
|
339
340
|
declare module 'vue' {
|
|
340
341
|
interface GlobalComponents {
|
|
341
|
-
PlMultiSelect:
|
|
342
|
+
PlMultiSelect: typeof MultiSelect;
|
|
342
343
|
}
|
|
343
344
|
}
|
|
@@ -19,6 +19,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
19
19
|
type: import('vue').PropType<string>;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
+
prop: {
|
|
23
|
+
type: import('vue').PropType<string>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
placeholder: {
|
|
27
|
+
type: import('vue').PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
22
30
|
helpertext: {
|
|
23
31
|
type: import('vue').PropType<string>;
|
|
24
32
|
default: string;
|
|
@@ -42,14 +50,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
42
50
|
tooltipWidth: {
|
|
43
51
|
type: import('vue').PropType<string>;
|
|
44
52
|
};
|
|
45
|
-
prop: {
|
|
46
|
-
type: import('vue').PropType<string>;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
placeholder: {
|
|
50
|
-
type: import('vue').PropType<string>;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
53
|
buttons: {
|
|
54
54
|
type: import('vue').PropType<boolean>;
|
|
55
55
|
default: boolean;
|
|
@@ -85,6 +85,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
85
85
|
type: import('vue').PropType<string>;
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
88
|
+
prop: {
|
|
89
|
+
type: import('vue').PropType<string>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
placeholder: {
|
|
93
|
+
type: import('vue').PropType<string>;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
88
96
|
helpertext: {
|
|
89
97
|
type: import('vue').PropType<string>;
|
|
90
98
|
default: string;
|
|
@@ -108,14 +116,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
108
116
|
tooltipWidth: {
|
|
109
117
|
type: import('vue').PropType<string>;
|
|
110
118
|
};
|
|
111
|
-
prop: {
|
|
112
|
-
type: import('vue').PropType<string>;
|
|
113
|
-
default: string;
|
|
114
|
-
};
|
|
115
|
-
placeholder: {
|
|
116
|
-
type: import('vue').PropType<string>;
|
|
117
|
-
default: string;
|
|
118
|
-
};
|
|
119
119
|
buttons: {
|
|
120
120
|
type: import('vue').PropType<boolean>;
|
|
121
121
|
default: boolean;
|
|
@@ -137,13 +137,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
137
137
|
options: IOption[];
|
|
138
138
|
width: string;
|
|
139
139
|
label: string;
|
|
140
|
+
prop: string;
|
|
141
|
+
placeholder: string;
|
|
140
142
|
helpertext: string;
|
|
141
143
|
optional: string;
|
|
142
144
|
tooltip: string;
|
|
143
145
|
leftIcon: import('../../components').TIcon;
|
|
144
146
|
clearable: boolean;
|
|
145
|
-
prop: string;
|
|
146
|
-
placeholder: string;
|
|
147
147
|
buttons: boolean;
|
|
148
148
|
teleport: boolean;
|
|
149
149
|
selectAll: boolean;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { default as Radio } from './pl-radio.vue';
|
|
1
2
|
import { IRadioOption, IRadioProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlRadio: import('../../../install-function').SFCInstallWithContext<{
|
|
4
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
6
|
modelValue: import('vue').PropType<any>;
|
|
6
7
|
size: {
|
|
7
|
-
type: import('vue').PropType<"
|
|
8
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
8
9
|
default: string;
|
|
9
10
|
};
|
|
10
11
|
disabled: {
|
|
@@ -29,7 +30,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
29
30
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
30
31
|
modelValue: import('vue').PropType<any>;
|
|
31
32
|
size: {
|
|
32
|
-
type: import('vue').PropType<"
|
|
33
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
33
34
|
default: string;
|
|
34
35
|
};
|
|
35
36
|
disabled: {
|
|
@@ -49,7 +50,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
49
50
|
onChange?: (...args: any[]) => any;
|
|
50
51
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
51
52
|
}, {
|
|
52
|
-
size: "
|
|
53
|
+
size: "medium" | "small";
|
|
53
54
|
}, true, {}, {}, {
|
|
54
55
|
P: {};
|
|
55
56
|
B: {};
|
|
@@ -60,7 +61,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
60
61
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
61
62
|
modelValue: import('vue').PropType<any>;
|
|
62
63
|
size: {
|
|
63
|
-
type: import('vue').PropType<"
|
|
64
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
64
65
|
default: string;
|
|
65
66
|
};
|
|
66
67
|
disabled: {
|
|
@@ -80,7 +81,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
80
81
|
onChange?: (...args: any[]) => any;
|
|
81
82
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
82
83
|
}, {}, {}, {}, {}, {
|
|
83
|
-
size: "
|
|
84
|
+
size: "medium" | "small";
|
|
84
85
|
}>;
|
|
85
86
|
__isFragment?: never;
|
|
86
87
|
__isTeleport?: never;
|
|
@@ -88,7 +89,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
88
89
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
89
90
|
modelValue: import('vue').PropType<any>;
|
|
90
91
|
size: {
|
|
91
|
-
type: import('vue').PropType<"
|
|
92
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
92
93
|
default: string;
|
|
93
94
|
};
|
|
94
95
|
disabled: {
|
|
@@ -111,7 +112,7 @@ export declare const PlRadio: import('../../../install-function').SFCInstallWith
|
|
|
111
112
|
change: (...args: any[]) => void;
|
|
112
113
|
"update:modelValue": (...args: any[]) => void;
|
|
113
114
|
}, string, {
|
|
114
|
-
size: "
|
|
115
|
+
size: "medium" | "small";
|
|
115
116
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
116
117
|
$slots: {
|
|
117
118
|
title?(_: {
|
|
@@ -133,6 +134,6 @@ declare module 'vue' {
|
|
|
133
134
|
* @property size - Размер радио кнопки
|
|
134
135
|
* @property disabled - Определяет недоступность взаимодействия
|
|
135
136
|
*/
|
|
136
|
-
PlRadio:
|
|
137
|
+
PlRadio: typeof Radio;
|
|
137
138
|
}
|
|
138
139
|
}
|
|
@@ -3,7 +3,7 @@ import { IRadioOption } from './types';
|
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
4
|
modelValue: import('vue').PropType<any>;
|
|
5
5
|
size: {
|
|
6
|
-
type: import('vue').PropType<"
|
|
6
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
disabled: {
|
|
@@ -25,7 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
25
25
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
26
|
modelValue: import('vue').PropType<any>;
|
|
27
27
|
size: {
|
|
28
|
-
type: import('vue').PropType<"
|
|
28
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
disabled: {
|
|
@@ -45,7 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
45
45
|
onChange?: (...args: any[]) => any;
|
|
46
46
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
47
47
|
}, {
|
|
48
|
-
size: "
|
|
48
|
+
size: "medium" | "small";
|
|
49
49
|
}, {}>, {
|
|
50
50
|
title?(_: {
|
|
51
51
|
option: IRadioOption;
|
|
@@ -7,14 +7,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
7
7
|
type: import('vue').PropType<boolean>;
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
|
-
leftIcon: {
|
|
11
|
-
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
clearable: {
|
|
15
|
-
type: import('vue').PropType<boolean>;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
10
|
prop: {
|
|
19
11
|
type: import('vue').PropType<string>;
|
|
20
12
|
default: string;
|
|
@@ -23,6 +15,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
15
|
type: import('vue').PropType<string>;
|
|
24
16
|
default: string;
|
|
25
17
|
};
|
|
18
|
+
leftIcon: {
|
|
19
|
+
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
clearable: {
|
|
23
|
+
type: import('vue').PropType<boolean>;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
26
|
showDescription: {
|
|
27
27
|
type: import('vue').PropType<string | boolean>;
|
|
28
28
|
default: string;
|
|
@@ -44,14 +44,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
44
44
|
type: import('vue').PropType<boolean>;
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
|
-
leftIcon: {
|
|
48
|
-
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
clearable: {
|
|
52
|
-
type: import('vue').PropType<boolean>;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
47
|
prop: {
|
|
56
48
|
type: import('vue').PropType<string>;
|
|
57
49
|
default: string;
|
|
@@ -60,6 +52,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
60
52
|
type: import('vue').PropType<string>;
|
|
61
53
|
default: string;
|
|
62
54
|
};
|
|
55
|
+
leftIcon: {
|
|
56
|
+
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
clearable: {
|
|
60
|
+
type: import('vue').PropType<boolean>;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
63
|
showDescription: {
|
|
64
64
|
type: import('vue').PropType<string | boolean>;
|
|
65
65
|
default: string;
|
|
@@ -76,10 +76,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
76
76
|
onReset?: () => any;
|
|
77
77
|
}, {
|
|
78
78
|
disabled: boolean;
|
|
79
|
-
leftIcon: import('../../../components').TIcon;
|
|
80
|
-
clearable: boolean;
|
|
81
79
|
prop: string;
|
|
82
80
|
placeholder: string;
|
|
81
|
+
leftIcon: import('../../../components').TIcon;
|
|
82
|
+
clearable: boolean;
|
|
83
83
|
showDescription: string | boolean;
|
|
84
84
|
id: string;
|
|
85
85
|
showError: number;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as SelectPlus } from './pl-select-plus.vue';
|
|
1
2
|
import { IOption, ISelectProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlSelectPlus: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -20,6 +21,14 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
20
21
|
type: import('vue').PropType<string>;
|
|
21
22
|
default: string;
|
|
22
23
|
};
|
|
24
|
+
prop: {
|
|
25
|
+
type: import('vue').PropType<string>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
placeholder: {
|
|
29
|
+
type: import('vue').PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
23
32
|
helpertext: {
|
|
24
33
|
type: import('vue').PropType<string>;
|
|
25
34
|
default: string;
|
|
@@ -47,14 +56,6 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
47
56
|
tooltipWidth: {
|
|
48
57
|
type: import('vue').PropType<string>;
|
|
49
58
|
};
|
|
50
|
-
prop: {
|
|
51
|
-
type: import('vue').PropType<string>;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
placeholder: {
|
|
55
|
-
type: import('vue').PropType<string>;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
59
|
teleport: {
|
|
59
60
|
type: import('vue').PropType<boolean>;
|
|
60
61
|
default: boolean;
|
|
@@ -90,6 +91,14 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
90
91
|
type: import('vue').PropType<string>;
|
|
91
92
|
default: string;
|
|
92
93
|
};
|
|
94
|
+
prop: {
|
|
95
|
+
type: import('vue').PropType<string>;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
placeholder: {
|
|
99
|
+
type: import('vue').PropType<string>;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
93
102
|
helpertext: {
|
|
94
103
|
type: import('vue').PropType<string>;
|
|
95
104
|
default: string;
|
|
@@ -117,14 +126,6 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
117
126
|
tooltipWidth: {
|
|
118
127
|
type: import('vue').PropType<string>;
|
|
119
128
|
};
|
|
120
|
-
prop: {
|
|
121
|
-
type: import('vue').PropType<string>;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
|
-
placeholder: {
|
|
125
|
-
type: import('vue').PropType<string>;
|
|
126
|
-
default: string;
|
|
127
|
-
};
|
|
128
129
|
teleport: {
|
|
129
130
|
type: import('vue').PropType<boolean>;
|
|
130
131
|
default: boolean;
|
|
@@ -144,14 +145,14 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
144
145
|
options: any[] | IOption[];
|
|
145
146
|
width: string;
|
|
146
147
|
label: string;
|
|
148
|
+
prop: string;
|
|
149
|
+
placeholder: string;
|
|
147
150
|
helpertext: string;
|
|
148
151
|
optional: string;
|
|
149
152
|
tooltip: string;
|
|
150
153
|
leftIcon: import('../../components').TIcon;
|
|
151
154
|
rightIcon: import('../../components').TIcon;
|
|
152
155
|
clearable: boolean;
|
|
153
|
-
prop: string;
|
|
154
|
-
placeholder: string;
|
|
155
156
|
teleport: boolean;
|
|
156
157
|
showDescription: boolean;
|
|
157
158
|
account: boolean;
|
|
@@ -181,6 +182,14 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
181
182
|
type: import('vue').PropType<string>;
|
|
182
183
|
default: string;
|
|
183
184
|
};
|
|
185
|
+
prop: {
|
|
186
|
+
type: import('vue').PropType<string>;
|
|
187
|
+
default: string;
|
|
188
|
+
};
|
|
189
|
+
placeholder: {
|
|
190
|
+
type: import('vue').PropType<string>;
|
|
191
|
+
default: string;
|
|
192
|
+
};
|
|
184
193
|
helpertext: {
|
|
185
194
|
type: import('vue').PropType<string>;
|
|
186
195
|
default: string;
|
|
@@ -208,14 +217,6 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
208
217
|
tooltipWidth: {
|
|
209
218
|
type: import('vue').PropType<string>;
|
|
210
219
|
};
|
|
211
|
-
prop: {
|
|
212
|
-
type: import('vue').PropType<string>;
|
|
213
|
-
default: string;
|
|
214
|
-
};
|
|
215
|
-
placeholder: {
|
|
216
|
-
type: import('vue').PropType<string>;
|
|
217
|
-
default: string;
|
|
218
|
-
};
|
|
219
220
|
teleport: {
|
|
220
221
|
type: import('vue').PropType<boolean>;
|
|
221
222
|
default: boolean;
|
|
@@ -235,14 +236,14 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
235
236
|
options: any[] | IOption[];
|
|
236
237
|
width: string;
|
|
237
238
|
label: string;
|
|
239
|
+
prop: string;
|
|
240
|
+
placeholder: string;
|
|
238
241
|
helpertext: string;
|
|
239
242
|
optional: string;
|
|
240
243
|
tooltip: string;
|
|
241
244
|
leftIcon: import('../../components').TIcon;
|
|
242
245
|
rightIcon: import('../../components').TIcon;
|
|
243
246
|
clearable: boolean;
|
|
244
|
-
prop: string;
|
|
245
|
-
placeholder: string;
|
|
246
247
|
teleport: boolean;
|
|
247
248
|
showDescription: boolean;
|
|
248
249
|
account: boolean;
|
|
@@ -269,6 +270,14 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
269
270
|
type: import('vue').PropType<string>;
|
|
270
271
|
default: string;
|
|
271
272
|
};
|
|
273
|
+
prop: {
|
|
274
|
+
type: import('vue').PropType<string>;
|
|
275
|
+
default: string;
|
|
276
|
+
};
|
|
277
|
+
placeholder: {
|
|
278
|
+
type: import('vue').PropType<string>;
|
|
279
|
+
default: string;
|
|
280
|
+
};
|
|
272
281
|
helpertext: {
|
|
273
282
|
type: import('vue').PropType<string>;
|
|
274
283
|
default: string;
|
|
@@ -296,14 +305,6 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
296
305
|
tooltipWidth: {
|
|
297
306
|
type: import('vue').PropType<string>;
|
|
298
307
|
};
|
|
299
|
-
prop: {
|
|
300
|
-
type: import('vue').PropType<string>;
|
|
301
|
-
default: string;
|
|
302
|
-
};
|
|
303
|
-
placeholder: {
|
|
304
|
-
type: import('vue').PropType<string>;
|
|
305
|
-
default: string;
|
|
306
|
-
};
|
|
307
308
|
teleport: {
|
|
308
309
|
type: import('vue').PropType<boolean>;
|
|
309
310
|
default: boolean;
|
|
@@ -325,14 +326,14 @@ export declare const PlSelectPlus: import('../../../install-function').SFCInstal
|
|
|
325
326
|
options: any[] | IOption[];
|
|
326
327
|
width: string;
|
|
327
328
|
label: string;
|
|
329
|
+
prop: string;
|
|
330
|
+
placeholder: string;
|
|
328
331
|
helpertext: string;
|
|
329
332
|
optional: string;
|
|
330
333
|
tooltip: string;
|
|
331
334
|
leftIcon: import('../../components').TIcon;
|
|
332
335
|
rightIcon: import('../../components').TIcon;
|
|
333
336
|
clearable: boolean;
|
|
334
|
-
prop: string;
|
|
335
|
-
placeholder: string;
|
|
336
337
|
teleport: boolean;
|
|
337
338
|
showDescription: boolean;
|
|
338
339
|
account: boolean;
|
|
@@ -345,6 +346,6 @@ export default PlSelectPlus;
|
|
|
345
346
|
export type { ISelectProps, IOption };
|
|
346
347
|
declare module 'vue' {
|
|
347
348
|
interface GlobalComponents {
|
|
348
|
-
PlSelectPlus:
|
|
349
|
+
PlSelectPlus: typeof SelectPlus;
|
|
349
350
|
}
|
|
350
351
|
}
|
|
@@ -19,6 +19,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
19
19
|
type: import('vue').PropType<string>;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
+
prop: {
|
|
23
|
+
type: import('vue').PropType<string>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
placeholder: {
|
|
27
|
+
type: import('vue').PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
22
30
|
helpertext: {
|
|
23
31
|
type: import('vue').PropType<string>;
|
|
24
32
|
default: string;
|
|
@@ -46,14 +54,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
46
54
|
tooltipWidth: {
|
|
47
55
|
type: import('vue').PropType<string>;
|
|
48
56
|
};
|
|
49
|
-
prop: {
|
|
50
|
-
type: import('vue').PropType<string>;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
placeholder: {
|
|
54
|
-
type: import('vue').PropType<string>;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
57
|
teleport: {
|
|
58
58
|
type: import('vue').PropType<boolean>;
|
|
59
59
|
default: boolean;
|
|
@@ -87,6 +87,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
87
87
|
type: import('vue').PropType<string>;
|
|
88
88
|
default: string;
|
|
89
89
|
};
|
|
90
|
+
prop: {
|
|
91
|
+
type: import('vue').PropType<string>;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
placeholder: {
|
|
95
|
+
type: import('vue').PropType<string>;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
90
98
|
helpertext: {
|
|
91
99
|
type: import('vue').PropType<string>;
|
|
92
100
|
default: string;
|
|
@@ -114,14 +122,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
114
122
|
tooltipWidth: {
|
|
115
123
|
type: import('vue').PropType<string>;
|
|
116
124
|
};
|
|
117
|
-
prop: {
|
|
118
|
-
type: import('vue').PropType<string>;
|
|
119
|
-
default: string;
|
|
120
|
-
};
|
|
121
|
-
placeholder: {
|
|
122
|
-
type: import('vue').PropType<string>;
|
|
123
|
-
default: string;
|
|
124
|
-
};
|
|
125
125
|
teleport: {
|
|
126
126
|
type: import('vue').PropType<boolean>;
|
|
127
127
|
default: boolean;
|
|
@@ -141,14 +141,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
141
141
|
options: any[] | IOption[];
|
|
142
142
|
width: string;
|
|
143
143
|
label: string;
|
|
144
|
+
prop: string;
|
|
145
|
+
placeholder: string;
|
|
144
146
|
helpertext: string;
|
|
145
147
|
optional: string;
|
|
146
148
|
tooltip: string;
|
|
147
149
|
leftIcon: import('../../components').TIcon;
|
|
148
150
|
rightIcon: import('../../components').TIcon;
|
|
149
151
|
clearable: boolean;
|
|
150
|
-
prop: string;
|
|
151
|
-
placeholder: string;
|
|
152
152
|
teleport: boolean;
|
|
153
153
|
showDescription: boolean;
|
|
154
154
|
account: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Switch } from './pl-switch.vue';
|
|
1
2
|
import { ISwitchProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlSwitch: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -41,6 +42,6 @@ export default PlSwitch;
|
|
|
41
42
|
export type { ISwitchProps };
|
|
42
43
|
declare module 'vue' {
|
|
43
44
|
interface GlobalComponents {
|
|
44
|
-
PlSwitch:
|
|
45
|
+
PlSwitch: typeof Switch;
|
|
45
46
|
}
|
|
46
47
|
}
|