@factoringplus/pl-components-pack-v3 1.13.4 → 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 +3 -3
- package/dist/{crypto-pro-actual-cades-plugin-b763ca04.cjs → crypto-pro-actual-cades-plugin-00e94b0e.cjs} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-21690d4e.js → crypto-pro-actual-cades-plugin-6de44578.js} +1 -1
- package/dist/{entry-a2ad1f2f.js → entry-408d6e03.js} +4411 -4407
- package/dist/{entry-c4b485d2.cjs → entry-a17d0f2b.cjs} +27 -27
- 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 +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/index.d.ts +2 -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 -30
- package/dist/src/components/form/pl-autocomplete/index.d.ts +75 -74
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +35 -35
- 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/style.css +1 -1
- package/package.json +4 -3
|
@@ -1,12 +1,9 @@
|
|
|
1
|
+
import { default as Autocomplete } from './pl-autocompete.vue';
|
|
1
2
|
import { IAutocompleteProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlAutocomplete: import('../../../install-function').SFCInstallWithContext<{
|
|
4
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
6
|
modelValue: import('vue').PropType<import('./types').IOption>;
|
|
6
|
-
trim: {
|
|
7
|
-
type: import('vue').PropType<boolean>;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
7
|
disabled: {
|
|
11
8
|
type: import('vue').PropType<boolean>;
|
|
12
9
|
default: boolean;
|
|
@@ -19,6 +16,14 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
19
16
|
type: import('vue').PropType<string>;
|
|
20
17
|
default: string;
|
|
21
18
|
};
|
|
19
|
+
prop: {
|
|
20
|
+
type: import('vue').PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
placeholder: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
22
27
|
helpertext: {
|
|
23
28
|
type: import('vue').PropType<string>;
|
|
24
29
|
default: string;
|
|
@@ -39,27 +44,19 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
39
44
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
40
45
|
default: string;
|
|
41
46
|
};
|
|
42
|
-
formatter: {
|
|
43
|
-
type: import('vue').PropType<Function>;
|
|
44
|
-
};
|
|
45
47
|
clearable: {
|
|
46
48
|
type: import('vue').PropType<boolean>;
|
|
47
49
|
default: boolean;
|
|
48
50
|
};
|
|
49
|
-
|
|
50
|
-
type: import('vue').PropType<string>;
|
|
51
|
-
};
|
|
52
|
-
prop: {
|
|
51
|
+
inputClass: {
|
|
53
52
|
type: import('vue').PropType<string>;
|
|
54
53
|
default: string;
|
|
55
54
|
};
|
|
56
|
-
|
|
57
|
-
type: import('vue').PropType<
|
|
58
|
-
default: string;
|
|
55
|
+
formatter: {
|
|
56
|
+
type: import('vue').PropType<Function>;
|
|
59
57
|
};
|
|
60
|
-
|
|
58
|
+
tooltipWidth: {
|
|
61
59
|
type: import('vue').PropType<string>;
|
|
62
|
-
default: string;
|
|
63
60
|
};
|
|
64
61
|
teleport: {
|
|
65
62
|
type: import('vue').PropType<boolean>;
|
|
@@ -73,6 +70,10 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
73
70
|
type: import('vue').PropType<boolean>;
|
|
74
71
|
default: boolean;
|
|
75
72
|
};
|
|
73
|
+
trim: {
|
|
74
|
+
type: import('vue').PropType<boolean>;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
76
77
|
suggestionList: {
|
|
77
78
|
type: import('vue').PropType<import('./types').IOption[]>;
|
|
78
79
|
required: true;
|
|
@@ -102,10 +103,6 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
102
103
|
fetchDadata: (value: string) => void;
|
|
103
104
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
104
105
|
modelValue: import('vue').PropType<import('./types').IOption>;
|
|
105
|
-
trim: {
|
|
106
|
-
type: import('vue').PropType<boolean>;
|
|
107
|
-
default: boolean;
|
|
108
|
-
};
|
|
109
106
|
disabled: {
|
|
110
107
|
type: import('vue').PropType<boolean>;
|
|
111
108
|
default: boolean;
|
|
@@ -118,6 +115,14 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
118
115
|
type: import('vue').PropType<string>;
|
|
119
116
|
default: string;
|
|
120
117
|
};
|
|
118
|
+
prop: {
|
|
119
|
+
type: import('vue').PropType<string>;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
placeholder: {
|
|
123
|
+
type: import('vue').PropType<string>;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
121
126
|
helpertext: {
|
|
122
127
|
type: import('vue').PropType<string>;
|
|
123
128
|
default: string;
|
|
@@ -138,27 +143,19 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
138
143
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
139
144
|
default: string;
|
|
140
145
|
};
|
|
141
|
-
formatter: {
|
|
142
|
-
type: import('vue').PropType<Function>;
|
|
143
|
-
};
|
|
144
146
|
clearable: {
|
|
145
147
|
type: import('vue').PropType<boolean>;
|
|
146
148
|
default: boolean;
|
|
147
149
|
};
|
|
148
|
-
|
|
149
|
-
type: import('vue').PropType<string>;
|
|
150
|
-
};
|
|
151
|
-
prop: {
|
|
150
|
+
inputClass: {
|
|
152
151
|
type: import('vue').PropType<string>;
|
|
153
152
|
default: string;
|
|
154
153
|
};
|
|
155
|
-
|
|
156
|
-
type: import('vue').PropType<
|
|
157
|
-
default: string;
|
|
154
|
+
formatter: {
|
|
155
|
+
type: import('vue').PropType<Function>;
|
|
158
156
|
};
|
|
159
|
-
|
|
157
|
+
tooltipWidth: {
|
|
160
158
|
type: import('vue').PropType<string>;
|
|
161
|
-
default: string;
|
|
162
159
|
};
|
|
163
160
|
teleport: {
|
|
164
161
|
type: import('vue').PropType<boolean>;
|
|
@@ -172,6 +169,10 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
172
169
|
type: import('vue').PropType<boolean>;
|
|
173
170
|
default: boolean;
|
|
174
171
|
};
|
|
172
|
+
trim: {
|
|
173
|
+
type: import('vue').PropType<boolean>;
|
|
174
|
+
default: boolean;
|
|
175
|
+
};
|
|
175
176
|
suggestionList: {
|
|
176
177
|
type: import('vue').PropType<import('./types').IOption[]>;
|
|
177
178
|
required: true;
|
|
@@ -197,22 +198,22 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
197
198
|
onFetchDadata?: (value: string) => any;
|
|
198
199
|
onChangeValue?: (value: import('./types').IOption) => any;
|
|
199
200
|
}, {
|
|
200
|
-
trim: boolean;
|
|
201
201
|
disabled: boolean;
|
|
202
202
|
width: string;
|
|
203
203
|
label: string;
|
|
204
|
+
prop: string;
|
|
205
|
+
placeholder: string;
|
|
204
206
|
helpertext: string;
|
|
205
207
|
optional: string;
|
|
206
208
|
tooltip: string;
|
|
207
209
|
leftIcon: import('../../components').TIcon;
|
|
208
210
|
rightIcon: import('../../components').TIcon;
|
|
209
211
|
clearable: boolean;
|
|
210
|
-
prop: string;
|
|
211
|
-
placeholder: string;
|
|
212
212
|
inputClass: string;
|
|
213
213
|
teleport: boolean;
|
|
214
214
|
uniqKey: string;
|
|
215
215
|
disableMarkerBottom: boolean;
|
|
216
|
+
trim: boolean;
|
|
216
217
|
suggestionList: import('./types').IOption[];
|
|
217
218
|
symbolsCountSearch: number;
|
|
218
219
|
noData: string;
|
|
@@ -227,10 +228,6 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
227
228
|
Defaults: {};
|
|
228
229
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
229
230
|
modelValue: import('vue').PropType<import('./types').IOption>;
|
|
230
|
-
trim: {
|
|
231
|
-
type: import('vue').PropType<boolean>;
|
|
232
|
-
default: boolean;
|
|
233
|
-
};
|
|
234
231
|
disabled: {
|
|
235
232
|
type: import('vue').PropType<boolean>;
|
|
236
233
|
default: boolean;
|
|
@@ -243,6 +240,14 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
243
240
|
type: import('vue').PropType<string>;
|
|
244
241
|
default: string;
|
|
245
242
|
};
|
|
243
|
+
prop: {
|
|
244
|
+
type: import('vue').PropType<string>;
|
|
245
|
+
default: string;
|
|
246
|
+
};
|
|
247
|
+
placeholder: {
|
|
248
|
+
type: import('vue').PropType<string>;
|
|
249
|
+
default: string;
|
|
250
|
+
};
|
|
246
251
|
helpertext: {
|
|
247
252
|
type: import('vue').PropType<string>;
|
|
248
253
|
default: string;
|
|
@@ -263,27 +268,19 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
263
268
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
264
269
|
default: string;
|
|
265
270
|
};
|
|
266
|
-
formatter: {
|
|
267
|
-
type: import('vue').PropType<Function>;
|
|
268
|
-
};
|
|
269
271
|
clearable: {
|
|
270
272
|
type: import('vue').PropType<boolean>;
|
|
271
273
|
default: boolean;
|
|
272
274
|
};
|
|
273
|
-
|
|
274
|
-
type: import('vue').PropType<string>;
|
|
275
|
-
};
|
|
276
|
-
prop: {
|
|
275
|
+
inputClass: {
|
|
277
276
|
type: import('vue').PropType<string>;
|
|
278
277
|
default: string;
|
|
279
278
|
};
|
|
280
|
-
|
|
281
|
-
type: import('vue').PropType<
|
|
282
|
-
default: string;
|
|
279
|
+
formatter: {
|
|
280
|
+
type: import('vue').PropType<Function>;
|
|
283
281
|
};
|
|
284
|
-
|
|
282
|
+
tooltipWidth: {
|
|
285
283
|
type: import('vue').PropType<string>;
|
|
286
|
-
default: string;
|
|
287
284
|
};
|
|
288
285
|
teleport: {
|
|
289
286
|
type: import('vue').PropType<boolean>;
|
|
@@ -297,6 +294,10 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
297
294
|
type: import('vue').PropType<boolean>;
|
|
298
295
|
default: boolean;
|
|
299
296
|
};
|
|
297
|
+
trim: {
|
|
298
|
+
type: import('vue').PropType<boolean>;
|
|
299
|
+
default: boolean;
|
|
300
|
+
};
|
|
300
301
|
suggestionList: {
|
|
301
302
|
type: import('vue').PropType<import('./types').IOption[]>;
|
|
302
303
|
required: true;
|
|
@@ -322,22 +323,22 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
322
323
|
onFetchDadata?: (value: string) => any;
|
|
323
324
|
onChangeValue?: (value: import('./types').IOption) => any;
|
|
324
325
|
}, {}, {}, {}, {}, {
|
|
325
|
-
trim: boolean;
|
|
326
326
|
disabled: boolean;
|
|
327
327
|
width: string;
|
|
328
328
|
label: string;
|
|
329
|
+
prop: string;
|
|
330
|
+
placeholder: string;
|
|
329
331
|
helpertext: string;
|
|
330
332
|
optional: string;
|
|
331
333
|
tooltip: string;
|
|
332
334
|
leftIcon: import('../../components').TIcon;
|
|
333
335
|
rightIcon: import('../../components').TIcon;
|
|
334
336
|
clearable: boolean;
|
|
335
|
-
prop: string;
|
|
336
|
-
placeholder: string;
|
|
337
337
|
inputClass: string;
|
|
338
338
|
teleport: boolean;
|
|
339
339
|
uniqKey: string;
|
|
340
340
|
disableMarkerBottom: boolean;
|
|
341
|
+
trim: boolean;
|
|
341
342
|
suggestionList: import('./types').IOption[];
|
|
342
343
|
symbolsCountSearch: number;
|
|
343
344
|
noData: string;
|
|
@@ -349,10 +350,6 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
349
350
|
__isSuspense?: never;
|
|
350
351
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
351
352
|
modelValue: import('vue').PropType<import('./types').IOption>;
|
|
352
|
-
trim: {
|
|
353
|
-
type: import('vue').PropType<boolean>;
|
|
354
|
-
default: boolean;
|
|
355
|
-
};
|
|
356
353
|
disabled: {
|
|
357
354
|
type: import('vue').PropType<boolean>;
|
|
358
355
|
default: boolean;
|
|
@@ -365,6 +362,14 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
365
362
|
type: import('vue').PropType<string>;
|
|
366
363
|
default: string;
|
|
367
364
|
};
|
|
365
|
+
prop: {
|
|
366
|
+
type: import('vue').PropType<string>;
|
|
367
|
+
default: string;
|
|
368
|
+
};
|
|
369
|
+
placeholder: {
|
|
370
|
+
type: import('vue').PropType<string>;
|
|
371
|
+
default: string;
|
|
372
|
+
};
|
|
368
373
|
helpertext: {
|
|
369
374
|
type: import('vue').PropType<string>;
|
|
370
375
|
default: string;
|
|
@@ -385,27 +390,19 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
385
390
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
386
391
|
default: string;
|
|
387
392
|
};
|
|
388
|
-
formatter: {
|
|
389
|
-
type: import('vue').PropType<Function>;
|
|
390
|
-
};
|
|
391
393
|
clearable: {
|
|
392
394
|
type: import('vue').PropType<boolean>;
|
|
393
395
|
default: boolean;
|
|
394
396
|
};
|
|
395
|
-
|
|
396
|
-
type: import('vue').PropType<string>;
|
|
397
|
-
};
|
|
398
|
-
prop: {
|
|
397
|
+
inputClass: {
|
|
399
398
|
type: import('vue').PropType<string>;
|
|
400
399
|
default: string;
|
|
401
400
|
};
|
|
402
|
-
|
|
403
|
-
type: import('vue').PropType<
|
|
404
|
-
default: string;
|
|
401
|
+
formatter: {
|
|
402
|
+
type: import('vue').PropType<Function>;
|
|
405
403
|
};
|
|
406
|
-
|
|
404
|
+
tooltipWidth: {
|
|
407
405
|
type: import('vue').PropType<string>;
|
|
408
|
-
default: string;
|
|
409
406
|
};
|
|
410
407
|
teleport: {
|
|
411
408
|
type: import('vue').PropType<boolean>;
|
|
@@ -419,6 +416,10 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
419
416
|
type: import('vue').PropType<boolean>;
|
|
420
417
|
default: boolean;
|
|
421
418
|
};
|
|
419
|
+
trim: {
|
|
420
|
+
type: import('vue').PropType<boolean>;
|
|
421
|
+
default: boolean;
|
|
422
|
+
};
|
|
422
423
|
suggestionList: {
|
|
423
424
|
type: import('vue').PropType<import('./types').IOption[]>;
|
|
424
425
|
required: true;
|
|
@@ -447,22 +448,22 @@ export declare const PlAutocomplete: import('../../../install-function').SFCInst
|
|
|
447
448
|
changeValue: (value: import('./types').IOption) => void;
|
|
448
449
|
fetchDadata: (value: string) => void;
|
|
449
450
|
}, string, {
|
|
450
|
-
trim: boolean;
|
|
451
451
|
disabled: boolean;
|
|
452
452
|
width: string;
|
|
453
453
|
label: string;
|
|
454
|
+
prop: string;
|
|
455
|
+
placeholder: string;
|
|
454
456
|
helpertext: string;
|
|
455
457
|
optional: string;
|
|
456
458
|
tooltip: string;
|
|
457
459
|
leftIcon: import('../../components').TIcon;
|
|
458
460
|
rightIcon: import('../../components').TIcon;
|
|
459
461
|
clearable: boolean;
|
|
460
|
-
prop: string;
|
|
461
|
-
placeholder: string;
|
|
462
462
|
inputClass: string;
|
|
463
463
|
teleport: boolean;
|
|
464
464
|
uniqKey: string;
|
|
465
465
|
disableMarkerBottom: boolean;
|
|
466
|
+
trim: boolean;
|
|
466
467
|
suggestionList: import('./types').IOption[];
|
|
467
468
|
symbolsCountSearch: number;
|
|
468
469
|
noData: string;
|
|
@@ -477,6 +478,6 @@ export default PlAutocomplete;
|
|
|
477
478
|
export type { IAutocompleteProps };
|
|
478
479
|
declare module 'vue' {
|
|
479
480
|
interface GlobalComponents {
|
|
480
|
-
PlAutocomplete:
|
|
481
|
+
PlAutocomplete: typeof Autocomplete;
|
|
481
482
|
}
|
|
482
483
|
}
|
|
@@ -2,10 +2,6 @@ import { IOption } from './types';
|
|
|
2
2
|
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
4
|
modelValue: import('vue').PropType<IOption>;
|
|
5
|
-
trim: {
|
|
6
|
-
type: import('vue').PropType<boolean>;
|
|
7
|
-
default: boolean;
|
|
8
|
-
};
|
|
9
5
|
disabled: {
|
|
10
6
|
type: import('vue').PropType<boolean>;
|
|
11
7
|
default: boolean;
|
|
@@ -18,6 +14,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
18
14
|
type: import('vue').PropType<string>;
|
|
19
15
|
default: string;
|
|
20
16
|
};
|
|
17
|
+
prop: {
|
|
18
|
+
type: import('vue').PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
placeholder: {
|
|
22
|
+
type: import('vue').PropType<string>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
21
25
|
helpertext: {
|
|
22
26
|
type: import('vue').PropType<string>;
|
|
23
27
|
default: string;
|
|
@@ -38,27 +42,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
38
42
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
39
43
|
default: string;
|
|
40
44
|
};
|
|
41
|
-
formatter: {
|
|
42
|
-
type: import('vue').PropType<Function>;
|
|
43
|
-
};
|
|
44
45
|
clearable: {
|
|
45
46
|
type: import('vue').PropType<boolean>;
|
|
46
47
|
default: boolean;
|
|
47
48
|
};
|
|
48
|
-
|
|
49
|
-
type: import('vue').PropType<string>;
|
|
50
|
-
};
|
|
51
|
-
prop: {
|
|
49
|
+
inputClass: {
|
|
52
50
|
type: import('vue').PropType<string>;
|
|
53
51
|
default: string;
|
|
54
52
|
};
|
|
55
|
-
|
|
56
|
-
type: import('vue').PropType<
|
|
57
|
-
default: string;
|
|
53
|
+
formatter: {
|
|
54
|
+
type: import('vue').PropType<Function>;
|
|
58
55
|
};
|
|
59
|
-
|
|
56
|
+
tooltipWidth: {
|
|
60
57
|
type: import('vue').PropType<string>;
|
|
61
|
-
default: string;
|
|
62
58
|
};
|
|
63
59
|
teleport: {
|
|
64
60
|
type: import('vue').PropType<boolean>;
|
|
@@ -72,6 +68,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
72
68
|
type: import('vue').PropType<boolean>;
|
|
73
69
|
default: boolean;
|
|
74
70
|
};
|
|
71
|
+
trim: {
|
|
72
|
+
type: import('vue').PropType<boolean>;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
75
|
suggestionList: {
|
|
76
76
|
type: import('vue').PropType<IOption[]>;
|
|
77
77
|
required: true;
|
|
@@ -98,10 +98,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
98
98
|
fetchDadata: (value: string) => void;
|
|
99
99
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
100
100
|
modelValue: import('vue').PropType<IOption>;
|
|
101
|
-
trim: {
|
|
102
|
-
type: import('vue').PropType<boolean>;
|
|
103
|
-
default: boolean;
|
|
104
|
-
};
|
|
105
101
|
disabled: {
|
|
106
102
|
type: import('vue').PropType<boolean>;
|
|
107
103
|
default: boolean;
|
|
@@ -114,6 +110,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
114
110
|
type: import('vue').PropType<string>;
|
|
115
111
|
default: string;
|
|
116
112
|
};
|
|
113
|
+
prop: {
|
|
114
|
+
type: import('vue').PropType<string>;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
placeholder: {
|
|
118
|
+
type: import('vue').PropType<string>;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
117
121
|
helpertext: {
|
|
118
122
|
type: import('vue').PropType<string>;
|
|
119
123
|
default: string;
|
|
@@ -134,27 +138,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
134
138
|
type: import('vue').PropType<import('../../components').TIcon>;
|
|
135
139
|
default: string;
|
|
136
140
|
};
|
|
137
|
-
formatter: {
|
|
138
|
-
type: import('vue').PropType<Function>;
|
|
139
|
-
};
|
|
140
141
|
clearable: {
|
|
141
142
|
type: import('vue').PropType<boolean>;
|
|
142
143
|
default: boolean;
|
|
143
144
|
};
|
|
144
|
-
|
|
145
|
-
type: import('vue').PropType<string>;
|
|
146
|
-
};
|
|
147
|
-
prop: {
|
|
145
|
+
inputClass: {
|
|
148
146
|
type: import('vue').PropType<string>;
|
|
149
147
|
default: string;
|
|
150
148
|
};
|
|
151
|
-
|
|
152
|
-
type: import('vue').PropType<
|
|
153
|
-
default: string;
|
|
149
|
+
formatter: {
|
|
150
|
+
type: import('vue').PropType<Function>;
|
|
154
151
|
};
|
|
155
|
-
|
|
152
|
+
tooltipWidth: {
|
|
156
153
|
type: import('vue').PropType<string>;
|
|
157
|
-
default: string;
|
|
158
154
|
};
|
|
159
155
|
teleport: {
|
|
160
156
|
type: import('vue').PropType<boolean>;
|
|
@@ -168,6 +164,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
168
164
|
type: import('vue').PropType<boolean>;
|
|
169
165
|
default: boolean;
|
|
170
166
|
};
|
|
167
|
+
trim: {
|
|
168
|
+
type: import('vue').PropType<boolean>;
|
|
169
|
+
default: boolean;
|
|
170
|
+
};
|
|
171
171
|
suggestionList: {
|
|
172
172
|
type: import('vue').PropType<IOption[]>;
|
|
173
173
|
required: true;
|
|
@@ -193,22 +193,22 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
193
193
|
onFetchDadata?: (value: string) => any;
|
|
194
194
|
onChangeValue?: (value: IOption) => any;
|
|
195
195
|
}, {
|
|
196
|
-
trim: boolean;
|
|
197
196
|
disabled: boolean;
|
|
198
197
|
width: string;
|
|
199
198
|
label: string;
|
|
199
|
+
prop: string;
|
|
200
|
+
placeholder: string;
|
|
200
201
|
helpertext: string;
|
|
201
202
|
optional: string;
|
|
202
203
|
tooltip: string;
|
|
203
204
|
leftIcon: import('../../components').TIcon;
|
|
204
205
|
rightIcon: import('../../components').TIcon;
|
|
205
206
|
clearable: boolean;
|
|
206
|
-
prop: string;
|
|
207
|
-
placeholder: string;
|
|
208
207
|
inputClass: string;
|
|
209
208
|
teleport: boolean;
|
|
210
209
|
uniqKey: string;
|
|
211
210
|
disableMarkerBottom: boolean;
|
|
211
|
+
trim: boolean;
|
|
212
212
|
suggestionList: IOption[];
|
|
213
213
|
symbolsCountSearch: number;
|
|
214
214
|
noData: string;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { default as CheckboxPlus } from './pl-checkbox-plus.vue';
|
|
1
2
|
import { ICheckboxProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlCheckboxPlus: import('../../../install-function').SFCInstallWithContext<{
|
|
4
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
6
|
modelValue: import('vue').PropType<boolean>;
|
|
6
7
|
size: {
|
|
7
|
-
type: import('vue').PropType<"
|
|
8
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
8
9
|
default: string;
|
|
9
10
|
};
|
|
10
11
|
disabled: {
|
|
@@ -30,7 +31,7 @@ export declare const PlCheckboxPlus: import('../../../install-function').SFCInst
|
|
|
30
31
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
31
32
|
modelValue: import('vue').PropType<boolean>;
|
|
32
33
|
size: {
|
|
33
|
-
type: import('vue').PropType<"
|
|
34
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
34
35
|
default: string;
|
|
35
36
|
};
|
|
36
37
|
disabled: {
|
|
@@ -52,7 +53,7 @@ export declare const PlCheckboxPlus: import('../../../install-function').SFCInst
|
|
|
52
53
|
}>> & {
|
|
53
54
|
onChange?: (isChecked: boolean) => any;
|
|
54
55
|
}, {
|
|
55
|
-
size: "
|
|
56
|
+
size: "medium" | "small";
|
|
56
57
|
disabled: boolean;
|
|
57
58
|
label: string;
|
|
58
59
|
description: string;
|
|
@@ -67,7 +68,7 @@ export declare const PlCheckboxPlus: import('../../../install-function').SFCInst
|
|
|
67
68
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
68
69
|
modelValue: import('vue').PropType<boolean>;
|
|
69
70
|
size: {
|
|
70
|
-
type: import('vue').PropType<"
|
|
71
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
71
72
|
default: string;
|
|
72
73
|
};
|
|
73
74
|
disabled: {
|
|
@@ -89,7 +90,7 @@ export declare const PlCheckboxPlus: import('../../../install-function').SFCInst
|
|
|
89
90
|
}>> & {
|
|
90
91
|
onChange?: (isChecked: boolean) => any;
|
|
91
92
|
}, {}, {}, {}, {}, {
|
|
92
|
-
size: "
|
|
93
|
+
size: "medium" | "small";
|
|
93
94
|
disabled: boolean;
|
|
94
95
|
label: string;
|
|
95
96
|
description: string;
|
|
@@ -101,7 +102,7 @@ export declare const PlCheckboxPlus: import('../../../install-function').SFCInst
|
|
|
101
102
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
102
103
|
modelValue: import('vue').PropType<boolean>;
|
|
103
104
|
size: {
|
|
104
|
-
type: import('vue').PropType<"
|
|
105
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
105
106
|
default: string;
|
|
106
107
|
};
|
|
107
108
|
disabled: {
|
|
@@ -125,7 +126,7 @@ export declare const PlCheckboxPlus: import('../../../install-function').SFCInst
|
|
|
125
126
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
126
127
|
change: (isChecked: boolean) => void;
|
|
127
128
|
}, string, {
|
|
128
|
-
size: "
|
|
129
|
+
size: "medium" | "small";
|
|
129
130
|
disabled: boolean;
|
|
130
131
|
label: string;
|
|
131
132
|
description: string;
|
|
@@ -139,6 +140,6 @@ export default PlCheckboxPlus;
|
|
|
139
140
|
export type { ICheckboxProps };
|
|
140
141
|
declare module 'vue' {
|
|
141
142
|
interface GlobalComponents {
|
|
142
|
-
PlCheckboxPlus:
|
|
143
|
+
PlCheckboxPlus: typeof CheckboxPlus;
|
|
143
144
|
}
|
|
144
145
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
2
|
modelValue: import('vue').PropType<boolean>;
|
|
3
3
|
size: {
|
|
4
|
-
type: import('vue').PropType<"
|
|
4
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
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<boolean>;
|
|
27
27
|
size: {
|
|
28
|
-
type: import('vue').PropType<"
|
|
28
|
+
type: import('vue').PropType<"medium" | "small">;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
disabled: {
|
|
@@ -47,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
47
47
|
}>> & {
|
|
48
48
|
onChange?: (isChecked: boolean) => any;
|
|
49
49
|
}, {
|
|
50
|
-
size: "
|
|
50
|
+
size: "medium" | "small";
|
|
51
51
|
disabled: boolean;
|
|
52
52
|
label: string;
|
|
53
53
|
description: string;
|
|
@@ -3,6 +3,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
3
3
|
modelValue: import('vue').PropType<string[]>;
|
|
4
4
|
isOpen: import('vue').PropType<boolean>;
|
|
5
5
|
dateValue: import('vue').PropType<string>;
|
|
6
|
+
mobile: {
|
|
7
|
+
type: import('vue').PropType<boolean>;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
6
10
|
idProp: {
|
|
7
11
|
type: import('vue').PropType<string>;
|
|
8
12
|
default: string;
|
|
@@ -11,10 +15,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
15
|
type: import('vue').PropType<HTMLElement>;
|
|
12
16
|
required: true;
|
|
13
17
|
};
|
|
14
|
-
mobile: {
|
|
15
|
-
type: import('vue').PropType<boolean>;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
18
|
periods: {
|
|
19
19
|
type: import('vue').PropType<boolean>;
|
|
20
20
|
default: boolean;
|
|
@@ -44,6 +44,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
44
44
|
modelValue: import('vue').PropType<string[]>;
|
|
45
45
|
isOpen: import('vue').PropType<boolean>;
|
|
46
46
|
dateValue: import('vue').PropType<string>;
|
|
47
|
+
mobile: {
|
|
48
|
+
type: import('vue').PropType<boolean>;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
47
51
|
idProp: {
|
|
48
52
|
type: import('vue').PropType<string>;
|
|
49
53
|
default: string;
|
|
@@ -52,10 +56,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
52
56
|
type: import('vue').PropType<HTMLElement>;
|
|
53
57
|
required: true;
|
|
54
58
|
};
|
|
55
|
-
mobile: {
|
|
56
|
-
type: import('vue').PropType<boolean>;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
59
|
periods: {
|
|
60
60
|
type: import('vue').PropType<boolean>;
|
|
61
61
|
default: boolean;
|
|
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
76
76
|
type: import('vue').PropType<(date: string) => boolean>;
|
|
77
77
|
};
|
|
78
78
|
}>>, {
|
|
79
|
-
idProp: string;
|
|
80
79
|
mobile: boolean;
|
|
80
|
+
idProp: string;
|
|
81
81
|
periods: boolean;
|
|
82
82
|
periodOptions: string[];
|
|
83
83
|
monthSwitch: boolean;
|