@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 InputPlus } from './pl-input-plus.vue';
|
|
1
2
|
import { IPlInputPlusProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlInputPlus: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -19,10 +20,18 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
19
20
|
type: import('vue').PropType<string>;
|
|
20
21
|
default: string;
|
|
21
22
|
};
|
|
23
|
+
prop: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
22
27
|
showWordLimit: {
|
|
23
28
|
type: import('vue').PropType<boolean>;
|
|
24
29
|
default: boolean;
|
|
25
30
|
};
|
|
31
|
+
placeholder: {
|
|
32
|
+
type: import('vue').PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
26
35
|
currency: {
|
|
27
36
|
type: import('vue').PropType<boolean>;
|
|
28
37
|
default: boolean;
|
|
@@ -59,22 +68,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
59
68
|
type: import('vue').PropType<boolean>;
|
|
60
69
|
default: boolean;
|
|
61
70
|
};
|
|
62
|
-
valueRange: {
|
|
63
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
64
|
-
default: () => {
|
|
65
|
-
min: number;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
currencyInputOptions: {
|
|
69
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
70
|
-
};
|
|
71
71
|
'show-word-limit': {
|
|
72
72
|
type: import('vue').PropType<boolean>;
|
|
73
73
|
default: boolean;
|
|
74
74
|
};
|
|
75
|
-
formatter: {
|
|
76
|
-
type: import('vue').PropType<Function>;
|
|
77
|
-
};
|
|
78
75
|
maxlength: {
|
|
79
76
|
type: import('vue').PropType<number>;
|
|
80
77
|
default: any;
|
|
@@ -107,6 +104,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
107
104
|
type: import('vue').PropType<boolean>;
|
|
108
105
|
default: boolean;
|
|
109
106
|
};
|
|
107
|
+
inputClass: {
|
|
108
|
+
type: import('vue').PropType<string>;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
containerClass: {
|
|
112
|
+
type: import('vue').PropType<string>;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
110
115
|
autosize: {
|
|
111
116
|
type: import('vue').PropType<boolean>;
|
|
112
117
|
default: boolean;
|
|
@@ -119,24 +124,20 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
119
124
|
type: import('vue').PropType<number>;
|
|
120
125
|
default: any;
|
|
121
126
|
};
|
|
122
|
-
|
|
123
|
-
type: import('vue').PropType<
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
default: string;
|
|
127
|
+
valueRange: {
|
|
128
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
129
|
+
default: () => {
|
|
130
|
+
min: number;
|
|
131
|
+
};
|
|
128
132
|
};
|
|
129
|
-
|
|
130
|
-
type: import('vue').PropType<
|
|
131
|
-
default: string;
|
|
133
|
+
currencyInputOptions: {
|
|
134
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
132
135
|
};
|
|
133
|
-
|
|
134
|
-
type: import('vue').PropType<
|
|
135
|
-
default: string;
|
|
136
|
+
formatter: {
|
|
137
|
+
type: import('vue').PropType<Function>;
|
|
136
138
|
};
|
|
137
|
-
|
|
139
|
+
tooltipWidth: {
|
|
138
140
|
type: import('vue').PropType<string>;
|
|
139
|
-
default: string;
|
|
140
141
|
};
|
|
141
142
|
}>> & {
|
|
142
143
|
"onUpdate:modelValue"?: (v: string | number) => any;
|
|
@@ -176,10 +177,18 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
176
177
|
type: import('vue').PropType<string>;
|
|
177
178
|
default: string;
|
|
178
179
|
};
|
|
180
|
+
prop: {
|
|
181
|
+
type: import('vue').PropType<string>;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
179
184
|
showWordLimit: {
|
|
180
185
|
type: import('vue').PropType<boolean>;
|
|
181
186
|
default: boolean;
|
|
182
187
|
};
|
|
188
|
+
placeholder: {
|
|
189
|
+
type: import('vue').PropType<string>;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
183
192
|
currency: {
|
|
184
193
|
type: import('vue').PropType<boolean>;
|
|
185
194
|
default: boolean;
|
|
@@ -216,22 +225,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
216
225
|
type: import('vue').PropType<boolean>;
|
|
217
226
|
default: boolean;
|
|
218
227
|
};
|
|
219
|
-
valueRange: {
|
|
220
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
221
|
-
default: () => {
|
|
222
|
-
min: number;
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
currencyInputOptions: {
|
|
226
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
227
|
-
};
|
|
228
228
|
'show-word-limit': {
|
|
229
229
|
type: import('vue').PropType<boolean>;
|
|
230
230
|
default: boolean;
|
|
231
231
|
};
|
|
232
|
-
formatter: {
|
|
233
|
-
type: import('vue').PropType<Function>;
|
|
234
|
-
};
|
|
235
232
|
maxlength: {
|
|
236
233
|
type: import('vue').PropType<number>;
|
|
237
234
|
default: any;
|
|
@@ -264,6 +261,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
264
261
|
type: import('vue').PropType<boolean>;
|
|
265
262
|
default: boolean;
|
|
266
263
|
};
|
|
264
|
+
inputClass: {
|
|
265
|
+
type: import('vue').PropType<string>;
|
|
266
|
+
default: string;
|
|
267
|
+
};
|
|
268
|
+
containerClass: {
|
|
269
|
+
type: import('vue').PropType<string>;
|
|
270
|
+
default: string;
|
|
271
|
+
};
|
|
267
272
|
autosize: {
|
|
268
273
|
type: import('vue').PropType<boolean>;
|
|
269
274
|
default: boolean;
|
|
@@ -276,24 +281,20 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
276
281
|
type: import('vue').PropType<number>;
|
|
277
282
|
default: any;
|
|
278
283
|
};
|
|
279
|
-
|
|
280
|
-
type: import('vue').PropType<
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
default: string;
|
|
284
|
+
valueRange: {
|
|
285
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
286
|
+
default: () => {
|
|
287
|
+
min: number;
|
|
288
|
+
};
|
|
285
289
|
};
|
|
286
|
-
|
|
287
|
-
type: import('vue').PropType<
|
|
288
|
-
default: string;
|
|
290
|
+
currencyInputOptions: {
|
|
291
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
289
292
|
};
|
|
290
|
-
|
|
291
|
-
type: import('vue').PropType<
|
|
292
|
-
default: string;
|
|
293
|
+
formatter: {
|
|
294
|
+
type: import('vue').PropType<Function>;
|
|
293
295
|
};
|
|
294
|
-
|
|
296
|
+
tooltipWidth: {
|
|
295
297
|
type: import('vue').PropType<string>;
|
|
296
|
-
default: string;
|
|
297
298
|
};
|
|
298
299
|
}>> & {
|
|
299
300
|
"onUpdate:modelValue"?: (v: string | number) => any;
|
|
@@ -308,7 +309,9 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
308
309
|
modelValue: import('./types').TInputModelValue;
|
|
309
310
|
width: string;
|
|
310
311
|
label: string;
|
|
312
|
+
prop: string;
|
|
311
313
|
showWordLimit: boolean;
|
|
314
|
+
placeholder: string;
|
|
312
315
|
currency: boolean;
|
|
313
316
|
password: boolean;
|
|
314
317
|
textarea: boolean;
|
|
@@ -318,9 +321,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
318
321
|
leftIcon: import('../../components').TIcon;
|
|
319
322
|
rightIcon: import('../../components').TIcon;
|
|
320
323
|
round: boolean;
|
|
321
|
-
valueRange: {
|
|
322
|
-
min: number;
|
|
323
|
-
};
|
|
324
324
|
'show-word-limit': boolean;
|
|
325
325
|
maxlength: number;
|
|
326
326
|
currentPassword: boolean;
|
|
@@ -330,13 +330,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
330
330
|
clearable: boolean;
|
|
331
331
|
focusOnReset: boolean;
|
|
332
332
|
disableTrim: boolean;
|
|
333
|
+
inputClass: string;
|
|
334
|
+
containerClass: string;
|
|
333
335
|
autosize: boolean;
|
|
334
336
|
minRows: number;
|
|
335
337
|
maxRows: number;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
containerClass: string;
|
|
338
|
+
valueRange: {
|
|
339
|
+
min: number;
|
|
340
|
+
};
|
|
340
341
|
}, true, {}, {}, {
|
|
341
342
|
P: {};
|
|
342
343
|
B: {};
|
|
@@ -362,10 +363,18 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
362
363
|
type: import('vue').PropType<string>;
|
|
363
364
|
default: string;
|
|
364
365
|
};
|
|
366
|
+
prop: {
|
|
367
|
+
type: import('vue').PropType<string>;
|
|
368
|
+
default: string;
|
|
369
|
+
};
|
|
365
370
|
showWordLimit: {
|
|
366
371
|
type: import('vue').PropType<boolean>;
|
|
367
372
|
default: boolean;
|
|
368
373
|
};
|
|
374
|
+
placeholder: {
|
|
375
|
+
type: import('vue').PropType<string>;
|
|
376
|
+
default: string;
|
|
377
|
+
};
|
|
369
378
|
currency: {
|
|
370
379
|
type: import('vue').PropType<boolean>;
|
|
371
380
|
default: boolean;
|
|
@@ -402,22 +411,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
402
411
|
type: import('vue').PropType<boolean>;
|
|
403
412
|
default: boolean;
|
|
404
413
|
};
|
|
405
|
-
valueRange: {
|
|
406
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
407
|
-
default: () => {
|
|
408
|
-
min: number;
|
|
409
|
-
};
|
|
410
|
-
};
|
|
411
|
-
currencyInputOptions: {
|
|
412
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
413
|
-
};
|
|
414
414
|
'show-word-limit': {
|
|
415
415
|
type: import('vue').PropType<boolean>;
|
|
416
416
|
default: boolean;
|
|
417
417
|
};
|
|
418
|
-
formatter: {
|
|
419
|
-
type: import('vue').PropType<Function>;
|
|
420
|
-
};
|
|
421
418
|
maxlength: {
|
|
422
419
|
type: import('vue').PropType<number>;
|
|
423
420
|
default: any;
|
|
@@ -450,6 +447,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
450
447
|
type: import('vue').PropType<boolean>;
|
|
451
448
|
default: boolean;
|
|
452
449
|
};
|
|
450
|
+
inputClass: {
|
|
451
|
+
type: import('vue').PropType<string>;
|
|
452
|
+
default: string;
|
|
453
|
+
};
|
|
454
|
+
containerClass: {
|
|
455
|
+
type: import('vue').PropType<string>;
|
|
456
|
+
default: string;
|
|
457
|
+
};
|
|
453
458
|
autosize: {
|
|
454
459
|
type: import('vue').PropType<boolean>;
|
|
455
460
|
default: boolean;
|
|
@@ -462,24 +467,20 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
462
467
|
type: import('vue').PropType<number>;
|
|
463
468
|
default: any;
|
|
464
469
|
};
|
|
465
|
-
|
|
466
|
-
type: import('vue').PropType<
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
default: string;
|
|
470
|
+
valueRange: {
|
|
471
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
472
|
+
default: () => {
|
|
473
|
+
min: number;
|
|
474
|
+
};
|
|
471
475
|
};
|
|
472
|
-
|
|
473
|
-
type: import('vue').PropType<
|
|
474
|
-
default: string;
|
|
476
|
+
currencyInputOptions: {
|
|
477
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
475
478
|
};
|
|
476
|
-
|
|
477
|
-
type: import('vue').PropType<
|
|
478
|
-
default: string;
|
|
479
|
+
formatter: {
|
|
480
|
+
type: import('vue').PropType<Function>;
|
|
479
481
|
};
|
|
480
|
-
|
|
482
|
+
tooltipWidth: {
|
|
481
483
|
type: import('vue').PropType<string>;
|
|
482
|
-
default: string;
|
|
483
484
|
};
|
|
484
485
|
}>> & {
|
|
485
486
|
"onUpdate:modelValue"?: (v: string | number) => any;
|
|
@@ -498,7 +499,9 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
498
499
|
modelValue: import('./types').TInputModelValue;
|
|
499
500
|
width: string;
|
|
500
501
|
label: string;
|
|
502
|
+
prop: string;
|
|
501
503
|
showWordLimit: boolean;
|
|
504
|
+
placeholder: string;
|
|
502
505
|
currency: boolean;
|
|
503
506
|
password: boolean;
|
|
504
507
|
textarea: boolean;
|
|
@@ -508,9 +511,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
508
511
|
leftIcon: import('../../components').TIcon;
|
|
509
512
|
rightIcon: import('../../components').TIcon;
|
|
510
513
|
round: boolean;
|
|
511
|
-
valueRange: {
|
|
512
|
-
min: number;
|
|
513
|
-
};
|
|
514
514
|
'show-word-limit': boolean;
|
|
515
515
|
maxlength: number;
|
|
516
516
|
currentPassword: boolean;
|
|
@@ -520,13 +520,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
520
520
|
clearable: boolean;
|
|
521
521
|
focusOnReset: boolean;
|
|
522
522
|
disableTrim: boolean;
|
|
523
|
+
inputClass: string;
|
|
524
|
+
containerClass: string;
|
|
523
525
|
autosize: boolean;
|
|
524
526
|
minRows: number;
|
|
525
527
|
maxRows: number;
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
containerClass: string;
|
|
528
|
+
valueRange: {
|
|
529
|
+
min: number;
|
|
530
|
+
};
|
|
530
531
|
}>;
|
|
531
532
|
__isFragment?: never;
|
|
532
533
|
__isTeleport?: never;
|
|
@@ -549,10 +550,18 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
549
550
|
type: import('vue').PropType<string>;
|
|
550
551
|
default: string;
|
|
551
552
|
};
|
|
553
|
+
prop: {
|
|
554
|
+
type: import('vue').PropType<string>;
|
|
555
|
+
default: string;
|
|
556
|
+
};
|
|
552
557
|
showWordLimit: {
|
|
553
558
|
type: import('vue').PropType<boolean>;
|
|
554
559
|
default: boolean;
|
|
555
560
|
};
|
|
561
|
+
placeholder: {
|
|
562
|
+
type: import('vue').PropType<string>;
|
|
563
|
+
default: string;
|
|
564
|
+
};
|
|
556
565
|
currency: {
|
|
557
566
|
type: import('vue').PropType<boolean>;
|
|
558
567
|
default: boolean;
|
|
@@ -589,22 +598,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
589
598
|
type: import('vue').PropType<boolean>;
|
|
590
599
|
default: boolean;
|
|
591
600
|
};
|
|
592
|
-
valueRange: {
|
|
593
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
594
|
-
default: () => {
|
|
595
|
-
min: number;
|
|
596
|
-
};
|
|
597
|
-
};
|
|
598
|
-
currencyInputOptions: {
|
|
599
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
600
|
-
};
|
|
601
601
|
'show-word-limit': {
|
|
602
602
|
type: import('vue').PropType<boolean>;
|
|
603
603
|
default: boolean;
|
|
604
604
|
};
|
|
605
|
-
formatter: {
|
|
606
|
-
type: import('vue').PropType<Function>;
|
|
607
|
-
};
|
|
608
605
|
maxlength: {
|
|
609
606
|
type: import('vue').PropType<number>;
|
|
610
607
|
default: any;
|
|
@@ -637,6 +634,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
637
634
|
type: import('vue').PropType<boolean>;
|
|
638
635
|
default: boolean;
|
|
639
636
|
};
|
|
637
|
+
inputClass: {
|
|
638
|
+
type: import('vue').PropType<string>;
|
|
639
|
+
default: string;
|
|
640
|
+
};
|
|
641
|
+
containerClass: {
|
|
642
|
+
type: import('vue').PropType<string>;
|
|
643
|
+
default: string;
|
|
644
|
+
};
|
|
640
645
|
autosize: {
|
|
641
646
|
type: import('vue').PropType<boolean>;
|
|
642
647
|
default: boolean;
|
|
@@ -649,24 +654,20 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
649
654
|
type: import('vue').PropType<number>;
|
|
650
655
|
default: any;
|
|
651
656
|
};
|
|
652
|
-
|
|
653
|
-
type: import('vue').PropType<
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
default: string;
|
|
657
|
+
valueRange: {
|
|
658
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
659
|
+
default: () => {
|
|
660
|
+
min: number;
|
|
661
|
+
};
|
|
658
662
|
};
|
|
659
|
-
|
|
660
|
-
type: import('vue').PropType<
|
|
661
|
-
default: string;
|
|
663
|
+
currencyInputOptions: {
|
|
664
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
662
665
|
};
|
|
663
|
-
|
|
664
|
-
type: import('vue').PropType<
|
|
665
|
-
default: string;
|
|
666
|
+
formatter: {
|
|
667
|
+
type: import('vue').PropType<Function>;
|
|
666
668
|
};
|
|
667
|
-
|
|
669
|
+
tooltipWidth: {
|
|
668
670
|
type: import('vue').PropType<string>;
|
|
669
|
-
default: string;
|
|
670
671
|
};
|
|
671
672
|
}>> & {
|
|
672
673
|
"onUpdate:modelValue"?: (v: string | number) => any;
|
|
@@ -693,7 +694,9 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
693
694
|
modelValue: import('./types').TInputModelValue;
|
|
694
695
|
width: string;
|
|
695
696
|
label: string;
|
|
697
|
+
prop: string;
|
|
696
698
|
showWordLimit: boolean;
|
|
699
|
+
placeholder: string;
|
|
697
700
|
currency: boolean;
|
|
698
701
|
password: boolean;
|
|
699
702
|
textarea: boolean;
|
|
@@ -703,9 +706,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
703
706
|
leftIcon: import('../../components').TIcon;
|
|
704
707
|
rightIcon: import('../../components').TIcon;
|
|
705
708
|
round: boolean;
|
|
706
|
-
valueRange: {
|
|
707
|
-
min: number;
|
|
708
|
-
};
|
|
709
709
|
'show-word-limit': boolean;
|
|
710
710
|
maxlength: number;
|
|
711
711
|
currentPassword: boolean;
|
|
@@ -715,13 +715,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
715
715
|
clearable: boolean;
|
|
716
716
|
focusOnReset: boolean;
|
|
717
717
|
disableTrim: boolean;
|
|
718
|
+
inputClass: string;
|
|
719
|
+
containerClass: string;
|
|
718
720
|
autosize: boolean;
|
|
719
721
|
minRows: number;
|
|
720
722
|
maxRows: number;
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
containerClass: string;
|
|
723
|
+
valueRange: {
|
|
724
|
+
min: number;
|
|
725
|
+
};
|
|
725
726
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
726
727
|
$slots: {
|
|
727
728
|
"tooltip-text"?(_: {}): any;
|
|
@@ -731,6 +732,6 @@ export default PlInputPlus;
|
|
|
731
732
|
export type { IPlInputPlusProps };
|
|
732
733
|
declare module 'vue' {
|
|
733
734
|
interface GlobalComponents {
|
|
734
|
-
PlInputPlus:
|
|
735
|
+
PlInputPlus: typeof InputPlus;
|
|
735
736
|
}
|
|
736
737
|
}
|
|
@@ -93,7 +93,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
93
93
|
modelValue: import('./types').TInputModelValue;
|
|
94
94
|
width: string;
|
|
95
95
|
label: string;
|
|
96
|
+
prop: string;
|
|
96
97
|
showWordLimit: boolean;
|
|
98
|
+
placeholder: string;
|
|
97
99
|
currency: boolean;
|
|
98
100
|
password: boolean;
|
|
99
101
|
textarea: boolean;
|
|
@@ -103,9 +105,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
103
105
|
leftIcon: import('../../components').TIcon;
|
|
104
106
|
rightIcon: import('../../components').TIcon;
|
|
105
107
|
round: boolean;
|
|
106
|
-
valueRange: {
|
|
107
|
-
min: number;
|
|
108
|
-
};
|
|
109
108
|
'show-word-limit': boolean;
|
|
110
109
|
maxlength: number;
|
|
111
110
|
currentPassword: boolean;
|
|
@@ -115,13 +114,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
115
114
|
clearable: boolean;
|
|
116
115
|
focusOnReset: boolean;
|
|
117
116
|
disableTrim: boolean;
|
|
117
|
+
inputClass: string;
|
|
118
|
+
containerClass: string;
|
|
118
119
|
autosize: boolean;
|
|
119
120
|
minRows: number;
|
|
120
121
|
maxRows: number;
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
containerClass: string;
|
|
122
|
+
valueRange: {
|
|
123
|
+
min: number;
|
|
124
|
+
};
|
|
125
125
|
}, {}>, {
|
|
126
126
|
"tooltip-text"?(_: {}): any;
|
|
127
127
|
}>;
|
|
@@ -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;
|