@factoringplus/pl-components-pack-v3 1.9.5-pre-01-radio → 1.9.5-pre-12-banner
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{crypto-pro-2ea5cd24.js → crypto-pro-add073d8.js} +1 -1
- package/dist/{crypto-pro-624032ca.cjs → crypto-pro-b15fe047.cjs} +1 -1
- package/dist/{entry-8b28b726.cjs → entry-42ee3834.cjs} +30 -30
- package/dist/{entry-0cbbe01b.js → entry-f89f5a70.js} +7835 -7615
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +73 -72
- package/dist/src/components/basic/pl-button/index.d.ts +18 -0
- package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -2
- package/dist/src/components/components.d.ts +3 -1
- package/dist/src/components/data/pl-banner/index.d.ts +101 -0
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +51 -0
- package/dist/src/components/data/pl-banner/types/index.d.ts +70 -0
- package/dist/src/components/data/pl-tags-chips/index.d.ts +7 -7
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
- 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 +1 -1
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +4 -4
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +5 -5
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
- package/dist/src/components/form/pl-input-plus/index.d.ts +193 -193
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +15 -15
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -2
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +2 -11
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-text/components/pl-system-regular.vue.d.ts +20 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -42,13 +42,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
42
42
|
type: import('vue').PropType<string>;
|
43
43
|
default: string;
|
44
44
|
};
|
45
|
-
|
45
|
+
containerClass: {
|
46
46
|
type: import('vue').PropType<string>;
|
47
47
|
default: string;
|
48
48
|
};
|
49
|
-
|
50
|
-
type: import('vue').PropType<
|
51
|
-
default:
|
49
|
+
round: {
|
50
|
+
type: import('vue').PropType<boolean>;
|
51
|
+
default: boolean;
|
52
52
|
};
|
53
53
|
tooltip: {
|
54
54
|
type: import('vue').PropType<string>;
|
@@ -58,38 +58,34 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
58
58
|
type: import('vue').PropType<boolean>;
|
59
59
|
default: boolean;
|
60
60
|
};
|
61
|
-
|
62
|
-
type: import('vue').PropType<string>;
|
63
|
-
};
|
64
|
-
containerClass: {
|
61
|
+
inputClass: {
|
65
62
|
type: import('vue').PropType<string>;
|
66
63
|
default: string;
|
67
64
|
};
|
68
|
-
|
65
|
+
password: {
|
69
66
|
type: import('vue').PropType<boolean>;
|
70
67
|
default: boolean;
|
71
68
|
};
|
72
|
-
|
73
|
-
type: import('vue').PropType<
|
74
|
-
default:
|
69
|
+
helpertext: {
|
70
|
+
type: import('vue').PropType<string>;
|
71
|
+
default: string;
|
75
72
|
};
|
76
|
-
|
77
|
-
type: import('vue').PropType<
|
78
|
-
default:
|
73
|
+
optional: {
|
74
|
+
type: import('vue').PropType<string>;
|
75
|
+
default: string;
|
79
76
|
};
|
80
|
-
|
77
|
+
tooltipWidth: {
|
78
|
+
type: import('vue').PropType<string>;
|
79
|
+
};
|
80
|
+
focusOnReset: {
|
81
81
|
type: import('vue').PropType<boolean>;
|
82
82
|
default: boolean;
|
83
83
|
};
|
84
|
-
|
85
|
-
type: import('vue').PropType<number>;
|
86
|
-
default: any;
|
87
|
-
};
|
88
|
-
currentPassword: {
|
84
|
+
customBlur: {
|
89
85
|
type: import('vue').PropType<boolean>;
|
90
86
|
default: boolean;
|
91
87
|
};
|
92
|
-
|
88
|
+
disableTrim: {
|
93
89
|
type: import('vue').PropType<boolean>;
|
94
90
|
default: boolean;
|
95
91
|
};
|
@@ -97,21 +93,30 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
97
93
|
type: import('vue').PropType<boolean>;
|
98
94
|
default: boolean;
|
99
95
|
};
|
100
|
-
|
96
|
+
valueRange: {
|
97
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
98
|
+
default: () => {
|
99
|
+
min: number;
|
100
|
+
};
|
101
|
+
};
|
102
|
+
currencyInputOptions: {
|
103
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
104
|
+
};
|
105
|
+
currentPassword: {
|
101
106
|
type: import('vue').PropType<boolean>;
|
102
107
|
default: boolean;
|
103
108
|
};
|
104
|
-
|
109
|
+
newPassword: {
|
105
110
|
type: import('vue').PropType<boolean>;
|
106
111
|
default: boolean;
|
107
112
|
};
|
108
|
-
|
113
|
+
showWordLimit: {
|
109
114
|
type: import('vue').PropType<boolean>;
|
110
115
|
default: boolean;
|
111
116
|
};
|
112
|
-
|
113
|
-
type: import('vue').PropType<
|
114
|
-
default:
|
117
|
+
maxlength: {
|
118
|
+
type: import('vue').PropType<number>;
|
119
|
+
default: any;
|
115
120
|
};
|
116
121
|
autosize: {
|
117
122
|
type: import('vue').PropType<boolean>;
|
@@ -125,18 +130,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
125
130
|
type: import('vue').PropType<number>;
|
126
131
|
default: any;
|
127
132
|
};
|
128
|
-
valueRange: {
|
129
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
130
|
-
default: () => {
|
131
|
-
min: number;
|
132
|
-
};
|
133
|
-
};
|
134
|
-
currencyInputOptions: {
|
135
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
136
|
-
};
|
137
133
|
formatter: {
|
138
134
|
type: import('vue').PropType<Function>;
|
139
135
|
};
|
136
|
+
'show-word-limit': {
|
137
|
+
type: import('vue').PropType<boolean>;
|
138
|
+
default: boolean;
|
139
|
+
};
|
140
140
|
}>> & {
|
141
141
|
onBlur?: (...args: any[]) => any;
|
142
142
|
onTouchstart?: (...args: any[]) => any;
|
@@ -199,13 +199,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
199
199
|
type: import('vue').PropType<string>;
|
200
200
|
default: string;
|
201
201
|
};
|
202
|
-
|
202
|
+
containerClass: {
|
203
203
|
type: import('vue').PropType<string>;
|
204
204
|
default: string;
|
205
205
|
};
|
206
|
-
|
207
|
-
type: import('vue').PropType<
|
208
|
-
default:
|
206
|
+
round: {
|
207
|
+
type: import('vue').PropType<boolean>;
|
208
|
+
default: boolean;
|
209
209
|
};
|
210
210
|
tooltip: {
|
211
211
|
type: import('vue').PropType<string>;
|
@@ -215,38 +215,34 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
215
215
|
type: import('vue').PropType<boolean>;
|
216
216
|
default: boolean;
|
217
217
|
};
|
218
|
-
|
219
|
-
type: import('vue').PropType<string>;
|
220
|
-
};
|
221
|
-
containerClass: {
|
218
|
+
inputClass: {
|
222
219
|
type: import('vue').PropType<string>;
|
223
220
|
default: string;
|
224
221
|
};
|
225
|
-
|
222
|
+
password: {
|
226
223
|
type: import('vue').PropType<boolean>;
|
227
224
|
default: boolean;
|
228
225
|
};
|
229
|
-
|
230
|
-
type: import('vue').PropType<
|
231
|
-
default:
|
226
|
+
helpertext: {
|
227
|
+
type: import('vue').PropType<string>;
|
228
|
+
default: string;
|
232
229
|
};
|
233
|
-
|
234
|
-
type: import('vue').PropType<
|
235
|
-
default:
|
230
|
+
optional: {
|
231
|
+
type: import('vue').PropType<string>;
|
232
|
+
default: string;
|
236
233
|
};
|
237
|
-
|
234
|
+
tooltipWidth: {
|
235
|
+
type: import('vue').PropType<string>;
|
236
|
+
};
|
237
|
+
focusOnReset: {
|
238
238
|
type: import('vue').PropType<boolean>;
|
239
239
|
default: boolean;
|
240
240
|
};
|
241
|
-
|
242
|
-
type: import('vue').PropType<number>;
|
243
|
-
default: any;
|
244
|
-
};
|
245
|
-
currentPassword: {
|
241
|
+
customBlur: {
|
246
242
|
type: import('vue').PropType<boolean>;
|
247
243
|
default: boolean;
|
248
244
|
};
|
249
|
-
|
245
|
+
disableTrim: {
|
250
246
|
type: import('vue').PropType<boolean>;
|
251
247
|
default: boolean;
|
252
248
|
};
|
@@ -254,21 +250,30 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
254
250
|
type: import('vue').PropType<boolean>;
|
255
251
|
default: boolean;
|
256
252
|
};
|
257
|
-
|
253
|
+
valueRange: {
|
254
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
255
|
+
default: () => {
|
256
|
+
min: number;
|
257
|
+
};
|
258
|
+
};
|
259
|
+
currencyInputOptions: {
|
260
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
261
|
+
};
|
262
|
+
currentPassword: {
|
258
263
|
type: import('vue').PropType<boolean>;
|
259
264
|
default: boolean;
|
260
265
|
};
|
261
|
-
|
266
|
+
newPassword: {
|
262
267
|
type: import('vue').PropType<boolean>;
|
263
268
|
default: boolean;
|
264
269
|
};
|
265
|
-
|
270
|
+
showWordLimit: {
|
266
271
|
type: import('vue').PropType<boolean>;
|
267
272
|
default: boolean;
|
268
273
|
};
|
269
|
-
|
270
|
-
type: import('vue').PropType<
|
271
|
-
default:
|
274
|
+
maxlength: {
|
275
|
+
type: import('vue').PropType<number>;
|
276
|
+
default: any;
|
272
277
|
};
|
273
278
|
autosize: {
|
274
279
|
type: import('vue').PropType<boolean>;
|
@@ -282,18 +287,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
282
287
|
type: import('vue').PropType<number>;
|
283
288
|
default: any;
|
284
289
|
};
|
285
|
-
valueRange: {
|
286
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
287
|
-
default: () => {
|
288
|
-
min: number;
|
289
|
-
};
|
290
|
-
};
|
291
|
-
currencyInputOptions: {
|
292
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
293
|
-
};
|
294
290
|
formatter: {
|
295
291
|
type: import('vue').PropType<Function>;
|
296
292
|
};
|
293
|
+
'show-word-limit': {
|
294
|
+
type: import('vue').PropType<boolean>;
|
295
|
+
default: boolean;
|
296
|
+
};
|
297
297
|
}>> & {
|
298
298
|
onBlur?: (...args: any[]) => any;
|
299
299
|
onTouchstart?: (...args: any[]) => any;
|
@@ -313,29 +313,29 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
313
313
|
leftIcon: import('../../components').TIcon;
|
314
314
|
rightIcon: import('../../components').TIcon;
|
315
315
|
prop: string;
|
316
|
-
helpertext: string;
|
317
|
-
optional: string;
|
318
|
-
tooltip: string;
|
319
|
-
clearable: boolean;
|
320
316
|
containerClass: string;
|
321
317
|
round: boolean;
|
322
|
-
|
318
|
+
tooltip: string;
|
319
|
+
clearable: boolean;
|
320
|
+
inputClass: string;
|
323
321
|
password: boolean;
|
324
|
-
|
325
|
-
|
326
|
-
currentPassword: boolean;
|
327
|
-
newPassword: boolean;
|
328
|
-
iconPointer: boolean;
|
329
|
-
customBlur: boolean;
|
322
|
+
helpertext: string;
|
323
|
+
optional: string;
|
330
324
|
focusOnReset: boolean;
|
325
|
+
customBlur: boolean;
|
331
326
|
disableTrim: boolean;
|
332
|
-
|
333
|
-
autosize: boolean;
|
334
|
-
minRows: number;
|
335
|
-
maxRows: number;
|
327
|
+
iconPointer: boolean;
|
336
328
|
valueRange: {
|
337
329
|
min: number;
|
338
330
|
};
|
331
|
+
currentPassword: boolean;
|
332
|
+
newPassword: boolean;
|
333
|
+
showWordLimit: boolean;
|
334
|
+
maxlength: number;
|
335
|
+
autosize: boolean;
|
336
|
+
minRows: number;
|
337
|
+
maxRows: number;
|
338
|
+
'show-word-limit': boolean;
|
339
339
|
}, true, {}, {}, {
|
340
340
|
P: {};
|
341
341
|
B: {};
|
@@ -385,13 +385,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
385
385
|
type: import('vue').PropType<string>;
|
386
386
|
default: string;
|
387
387
|
};
|
388
|
-
|
388
|
+
containerClass: {
|
389
389
|
type: import('vue').PropType<string>;
|
390
390
|
default: string;
|
391
391
|
};
|
392
|
-
|
393
|
-
type: import('vue').PropType<
|
394
|
-
default:
|
392
|
+
round: {
|
393
|
+
type: import('vue').PropType<boolean>;
|
394
|
+
default: boolean;
|
395
395
|
};
|
396
396
|
tooltip: {
|
397
397
|
type: import('vue').PropType<string>;
|
@@ -401,38 +401,34 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
401
401
|
type: import('vue').PropType<boolean>;
|
402
402
|
default: boolean;
|
403
403
|
};
|
404
|
-
|
405
|
-
type: import('vue').PropType<string>;
|
406
|
-
};
|
407
|
-
containerClass: {
|
404
|
+
inputClass: {
|
408
405
|
type: import('vue').PropType<string>;
|
409
406
|
default: string;
|
410
407
|
};
|
411
|
-
|
408
|
+
password: {
|
412
409
|
type: import('vue').PropType<boolean>;
|
413
410
|
default: boolean;
|
414
411
|
};
|
415
|
-
|
416
|
-
type: import('vue').PropType<
|
417
|
-
default:
|
412
|
+
helpertext: {
|
413
|
+
type: import('vue').PropType<string>;
|
414
|
+
default: string;
|
418
415
|
};
|
419
|
-
|
420
|
-
type: import('vue').PropType<
|
421
|
-
default:
|
416
|
+
optional: {
|
417
|
+
type: import('vue').PropType<string>;
|
418
|
+
default: string;
|
422
419
|
};
|
423
|
-
|
420
|
+
tooltipWidth: {
|
421
|
+
type: import('vue').PropType<string>;
|
422
|
+
};
|
423
|
+
focusOnReset: {
|
424
424
|
type: import('vue').PropType<boolean>;
|
425
425
|
default: boolean;
|
426
426
|
};
|
427
|
-
|
428
|
-
type: import('vue').PropType<number>;
|
429
|
-
default: any;
|
430
|
-
};
|
431
|
-
currentPassword: {
|
427
|
+
customBlur: {
|
432
428
|
type: import('vue').PropType<boolean>;
|
433
429
|
default: boolean;
|
434
430
|
};
|
435
|
-
|
431
|
+
disableTrim: {
|
436
432
|
type: import('vue').PropType<boolean>;
|
437
433
|
default: boolean;
|
438
434
|
};
|
@@ -440,21 +436,30 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
440
436
|
type: import('vue').PropType<boolean>;
|
441
437
|
default: boolean;
|
442
438
|
};
|
443
|
-
|
439
|
+
valueRange: {
|
440
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
441
|
+
default: () => {
|
442
|
+
min: number;
|
443
|
+
};
|
444
|
+
};
|
445
|
+
currencyInputOptions: {
|
446
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
447
|
+
};
|
448
|
+
currentPassword: {
|
444
449
|
type: import('vue').PropType<boolean>;
|
445
450
|
default: boolean;
|
446
451
|
};
|
447
|
-
|
452
|
+
newPassword: {
|
448
453
|
type: import('vue').PropType<boolean>;
|
449
454
|
default: boolean;
|
450
455
|
};
|
451
|
-
|
456
|
+
showWordLimit: {
|
452
457
|
type: import('vue').PropType<boolean>;
|
453
458
|
default: boolean;
|
454
459
|
};
|
455
|
-
|
456
|
-
type: import('vue').PropType<
|
457
|
-
default:
|
460
|
+
maxlength: {
|
461
|
+
type: import('vue').PropType<number>;
|
462
|
+
default: any;
|
458
463
|
};
|
459
464
|
autosize: {
|
460
465
|
type: import('vue').PropType<boolean>;
|
@@ -468,18 +473,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
468
473
|
type: import('vue').PropType<number>;
|
469
474
|
default: any;
|
470
475
|
};
|
471
|
-
valueRange: {
|
472
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
473
|
-
default: () => {
|
474
|
-
min: number;
|
475
|
-
};
|
476
|
-
};
|
477
|
-
currencyInputOptions: {
|
478
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
479
|
-
};
|
480
476
|
formatter: {
|
481
477
|
type: import('vue').PropType<Function>;
|
482
478
|
};
|
479
|
+
'show-word-limit': {
|
480
|
+
type: import('vue').PropType<boolean>;
|
481
|
+
default: boolean;
|
482
|
+
};
|
483
483
|
}>> & {
|
484
484
|
onBlur?: (...args: any[]) => any;
|
485
485
|
onTouchstart?: (...args: any[]) => any;
|
@@ -503,29 +503,29 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
503
503
|
leftIcon: import('../../components').TIcon;
|
504
504
|
rightIcon: import('../../components').TIcon;
|
505
505
|
prop: string;
|
506
|
-
helpertext: string;
|
507
|
-
optional: string;
|
508
|
-
tooltip: string;
|
509
|
-
clearable: boolean;
|
510
506
|
containerClass: string;
|
511
507
|
round: boolean;
|
512
|
-
|
508
|
+
tooltip: string;
|
509
|
+
clearable: boolean;
|
510
|
+
inputClass: string;
|
513
511
|
password: boolean;
|
514
|
-
|
515
|
-
|
516
|
-
currentPassword: boolean;
|
517
|
-
newPassword: boolean;
|
518
|
-
iconPointer: boolean;
|
519
|
-
customBlur: boolean;
|
512
|
+
helpertext: string;
|
513
|
+
optional: string;
|
520
514
|
focusOnReset: boolean;
|
515
|
+
customBlur: boolean;
|
521
516
|
disableTrim: boolean;
|
522
|
-
|
523
|
-
autosize: boolean;
|
524
|
-
minRows: number;
|
525
|
-
maxRows: number;
|
517
|
+
iconPointer: boolean;
|
526
518
|
valueRange: {
|
527
519
|
min: number;
|
528
520
|
};
|
521
|
+
currentPassword: boolean;
|
522
|
+
newPassword: boolean;
|
523
|
+
showWordLimit: boolean;
|
524
|
+
maxlength: number;
|
525
|
+
autosize: boolean;
|
526
|
+
minRows: number;
|
527
|
+
maxRows: number;
|
528
|
+
'show-word-limit': boolean;
|
529
529
|
}>;
|
530
530
|
__isFragment?: never;
|
531
531
|
__isTeleport?: never;
|
@@ -572,13 +572,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
572
572
|
type: import('vue').PropType<string>;
|
573
573
|
default: string;
|
574
574
|
};
|
575
|
-
|
575
|
+
containerClass: {
|
576
576
|
type: import('vue').PropType<string>;
|
577
577
|
default: string;
|
578
578
|
};
|
579
|
-
|
580
|
-
type: import('vue').PropType<
|
581
|
-
default:
|
579
|
+
round: {
|
580
|
+
type: import('vue').PropType<boolean>;
|
581
|
+
default: boolean;
|
582
582
|
};
|
583
583
|
tooltip: {
|
584
584
|
type: import('vue').PropType<string>;
|
@@ -588,38 +588,34 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
588
588
|
type: import('vue').PropType<boolean>;
|
589
589
|
default: boolean;
|
590
590
|
};
|
591
|
-
|
592
|
-
type: import('vue').PropType<string>;
|
593
|
-
};
|
594
|
-
containerClass: {
|
591
|
+
inputClass: {
|
595
592
|
type: import('vue').PropType<string>;
|
596
593
|
default: string;
|
597
594
|
};
|
598
|
-
|
595
|
+
password: {
|
599
596
|
type: import('vue').PropType<boolean>;
|
600
597
|
default: boolean;
|
601
598
|
};
|
602
|
-
|
603
|
-
type: import('vue').PropType<
|
604
|
-
default:
|
599
|
+
helpertext: {
|
600
|
+
type: import('vue').PropType<string>;
|
601
|
+
default: string;
|
605
602
|
};
|
606
|
-
|
607
|
-
type: import('vue').PropType<
|
608
|
-
default:
|
603
|
+
optional: {
|
604
|
+
type: import('vue').PropType<string>;
|
605
|
+
default: string;
|
609
606
|
};
|
610
|
-
|
607
|
+
tooltipWidth: {
|
608
|
+
type: import('vue').PropType<string>;
|
609
|
+
};
|
610
|
+
focusOnReset: {
|
611
611
|
type: import('vue').PropType<boolean>;
|
612
612
|
default: boolean;
|
613
613
|
};
|
614
|
-
|
615
|
-
type: import('vue').PropType<number>;
|
616
|
-
default: any;
|
617
|
-
};
|
618
|
-
currentPassword: {
|
614
|
+
customBlur: {
|
619
615
|
type: import('vue').PropType<boolean>;
|
620
616
|
default: boolean;
|
621
617
|
};
|
622
|
-
|
618
|
+
disableTrim: {
|
623
619
|
type: import('vue').PropType<boolean>;
|
624
620
|
default: boolean;
|
625
621
|
};
|
@@ -627,21 +623,30 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
627
623
|
type: import('vue').PropType<boolean>;
|
628
624
|
default: boolean;
|
629
625
|
};
|
630
|
-
|
626
|
+
valueRange: {
|
627
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
628
|
+
default: () => {
|
629
|
+
min: number;
|
630
|
+
};
|
631
|
+
};
|
632
|
+
currencyInputOptions: {
|
633
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
634
|
+
};
|
635
|
+
currentPassword: {
|
631
636
|
type: import('vue').PropType<boolean>;
|
632
637
|
default: boolean;
|
633
638
|
};
|
634
|
-
|
639
|
+
newPassword: {
|
635
640
|
type: import('vue').PropType<boolean>;
|
636
641
|
default: boolean;
|
637
642
|
};
|
638
|
-
|
643
|
+
showWordLimit: {
|
639
644
|
type: import('vue').PropType<boolean>;
|
640
645
|
default: boolean;
|
641
646
|
};
|
642
|
-
|
643
|
-
type: import('vue').PropType<
|
644
|
-
default:
|
647
|
+
maxlength: {
|
648
|
+
type: import('vue').PropType<number>;
|
649
|
+
default: any;
|
645
650
|
};
|
646
651
|
autosize: {
|
647
652
|
type: import('vue').PropType<boolean>;
|
@@ -655,18 +660,13 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
655
660
|
type: import('vue').PropType<number>;
|
656
661
|
default: any;
|
657
662
|
};
|
658
|
-
valueRange: {
|
659
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
660
|
-
default: () => {
|
661
|
-
min: number;
|
662
|
-
};
|
663
|
-
};
|
664
|
-
currencyInputOptions: {
|
665
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
666
|
-
};
|
667
663
|
formatter: {
|
668
664
|
type: import('vue').PropType<Function>;
|
669
665
|
};
|
666
|
+
'show-word-limit': {
|
667
|
+
type: import('vue').PropType<boolean>;
|
668
|
+
default: boolean;
|
669
|
+
};
|
670
670
|
}>> & {
|
671
671
|
onBlur?: (...args: any[]) => any;
|
672
672
|
onTouchstart?: (...args: any[]) => any;
|
@@ -698,29 +698,29 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
698
698
|
leftIcon: import('../../components').TIcon;
|
699
699
|
rightIcon: import('../../components').TIcon;
|
700
700
|
prop: string;
|
701
|
-
helpertext: string;
|
702
|
-
optional: string;
|
703
|
-
tooltip: string;
|
704
|
-
clearable: boolean;
|
705
701
|
containerClass: string;
|
706
702
|
round: boolean;
|
707
|
-
|
703
|
+
tooltip: string;
|
704
|
+
clearable: boolean;
|
705
|
+
inputClass: string;
|
708
706
|
password: boolean;
|
709
|
-
|
710
|
-
|
711
|
-
currentPassword: boolean;
|
712
|
-
newPassword: boolean;
|
713
|
-
iconPointer: boolean;
|
714
|
-
customBlur: boolean;
|
707
|
+
helpertext: string;
|
708
|
+
optional: string;
|
715
709
|
focusOnReset: boolean;
|
710
|
+
customBlur: boolean;
|
716
711
|
disableTrim: boolean;
|
717
|
-
|
718
|
-
autosize: boolean;
|
719
|
-
minRows: number;
|
720
|
-
maxRows: number;
|
712
|
+
iconPointer: boolean;
|
721
713
|
valueRange: {
|
722
714
|
min: number;
|
723
715
|
};
|
716
|
+
currentPassword: boolean;
|
717
|
+
newPassword: boolean;
|
718
|
+
showWordLimit: boolean;
|
719
|
+
maxlength: number;
|
720
|
+
autosize: boolean;
|
721
|
+
minRows: number;
|
722
|
+
maxRows: number;
|
723
|
+
'show-word-limit': boolean;
|
724
724
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
725
725
|
$slots: {
|
726
726
|
"tooltip-text"?(_: {}): any;
|