@factoringplus/pl-components-pack-v3 1.9.8-pre-03 → 1.9.8-pre-05
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-ac075e7d.cjs → crypto-pro-beeac1fa.cjs} +1 -1
- package/dist/{crypto-pro-5e882544.js → crypto-pro-c2a90c29.js} +1 -1
- package/dist/{entry-109737cc.js → entry-3c626f9f.js} +1127 -1123
- package/dist/{entry-7836c606.cjs → entry-a61ec194.cjs} +21 -21
- 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-dialog/pl-dialog-plus.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -2
- package/dist/src/components/data/pl-banner/index.d.ts +17 -17
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +22 -22
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +2 -2
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -2
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +2 -2
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +5 -5
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +3 -3
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +6 -6
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +2 -2
- 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 +235 -235
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +6 -6
- package/dist/src/components/form/pl-radio/index.d.ts +16 -16
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +7 -7
- 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 +4 -4
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +2 -2
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +3 -3
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
@@ -1,14 +1,6 @@
|
|
1
1
|
export type { IPlInputPlusProps } from './types';
|
2
2
|
export declare const PlInputPlus: import('../../../install-function').SFCInstallWithContext<{
|
3
3
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
4
|
-
label: {
|
5
|
-
type: import('vue').PropType<string>;
|
6
|
-
default: string;
|
7
|
-
};
|
8
|
-
textarea: {
|
9
|
-
type: import('vue').PropType<boolean>;
|
10
|
-
default: boolean;
|
11
|
-
};
|
12
4
|
disabled: {
|
13
5
|
type: import('vue').PropType<boolean>;
|
14
6
|
default: boolean;
|
@@ -18,10 +10,18 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
18
10
|
required: true;
|
19
11
|
default: string;
|
20
12
|
};
|
13
|
+
label: {
|
14
|
+
type: import('vue').PropType<string>;
|
15
|
+
default: string;
|
16
|
+
};
|
21
17
|
width: {
|
22
18
|
type: import('vue').PropType<string>;
|
23
19
|
default: string;
|
24
20
|
};
|
21
|
+
textarea: {
|
22
|
+
type: import('vue').PropType<boolean>;
|
23
|
+
default: boolean;
|
24
|
+
};
|
25
25
|
placeholder: {
|
26
26
|
type: import('vue').PropType<string>;
|
27
27
|
default: string;
|
@@ -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
|
+
helpertext: {
|
46
46
|
type: import('vue').PropType<string>;
|
47
47
|
default: string;
|
48
48
|
};
|
49
|
-
|
50
|
-
type: import('vue').PropType<
|
51
|
-
default:
|
49
|
+
optional: {
|
50
|
+
type: import('vue').PropType<string>;
|
51
|
+
default: string;
|
52
52
|
};
|
53
53
|
tooltip: {
|
54
54
|
type: import('vue').PropType<string>;
|
@@ -58,34 +58,38 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
58
58
|
type: import('vue').PropType<boolean>;
|
59
59
|
default: boolean;
|
60
60
|
};
|
61
|
-
|
61
|
+
tooltipWidth: {
|
62
|
+
type: import('vue').PropType<string>;
|
63
|
+
};
|
64
|
+
containerClass: {
|
62
65
|
type: import('vue').PropType<string>;
|
63
66
|
default: string;
|
64
67
|
};
|
65
|
-
|
68
|
+
round: {
|
66
69
|
type: import('vue').PropType<boolean>;
|
67
70
|
default: boolean;
|
68
71
|
};
|
69
|
-
|
70
|
-
type: import('vue').PropType<
|
71
|
-
default:
|
72
|
-
};
|
73
|
-
optional: {
|
74
|
-
type: import('vue').PropType<string>;
|
75
|
-
default: string;
|
72
|
+
showWordLimit: {
|
73
|
+
type: import('vue').PropType<boolean>;
|
74
|
+
default: boolean;
|
76
75
|
};
|
77
|
-
|
78
|
-
type: import('vue').PropType<
|
76
|
+
password: {
|
77
|
+
type: import('vue').PropType<boolean>;
|
78
|
+
default: boolean;
|
79
79
|
};
|
80
|
-
|
80
|
+
'show-word-limit': {
|
81
81
|
type: import('vue').PropType<boolean>;
|
82
82
|
default: boolean;
|
83
83
|
};
|
84
|
-
|
84
|
+
maxlength: {
|
85
|
+
type: import('vue').PropType<number>;
|
86
|
+
default: any;
|
87
|
+
};
|
88
|
+
currentPassword: {
|
85
89
|
type: import('vue').PropType<boolean>;
|
86
90
|
default: boolean;
|
87
91
|
};
|
88
|
-
|
92
|
+
newPassword: {
|
89
93
|
type: import('vue').PropType<boolean>;
|
90
94
|
default: boolean;
|
91
95
|
};
|
@@ -93,30 +97,21 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
93
97
|
type: import('vue').PropType<boolean>;
|
94
98
|
default: boolean;
|
95
99
|
};
|
96
|
-
|
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: {
|
100
|
+
customBlur: {
|
106
101
|
type: import('vue').PropType<boolean>;
|
107
102
|
default: boolean;
|
108
103
|
};
|
109
|
-
|
104
|
+
focusOnReset: {
|
110
105
|
type: import('vue').PropType<boolean>;
|
111
106
|
default: boolean;
|
112
107
|
};
|
113
|
-
|
108
|
+
disableTrim: {
|
114
109
|
type: import('vue').PropType<boolean>;
|
115
110
|
default: boolean;
|
116
111
|
};
|
117
|
-
|
118
|
-
type: import('vue').PropType<
|
119
|
-
default:
|
112
|
+
inputClass: {
|
113
|
+
type: import('vue').PropType<string>;
|
114
|
+
default: string;
|
120
115
|
};
|
121
116
|
autosize: {
|
122
117
|
type: import('vue').PropType<boolean>;
|
@@ -130,17 +125,22 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
130
125
|
type: import('vue').PropType<number>;
|
131
126
|
default: any;
|
132
127
|
};
|
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
|
+
};
|
133
137
|
formatter: {
|
134
138
|
type: import('vue').PropType<Function>;
|
135
139
|
};
|
136
|
-
'show-word-limit': {
|
137
|
-
type: import('vue').PropType<boolean>;
|
138
|
-
default: boolean;
|
139
|
-
};
|
140
140
|
}>> & {
|
141
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
141
142
|
onBlur?: (...args: any[]) => any;
|
142
143
|
onTouchstart?: (...args: any[]) => any;
|
143
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
144
144
|
onResetValue?: (...args: any[]) => any;
|
145
145
|
"onCustom-blur"?: (...args: any[]) => any;
|
146
146
|
"onTooltip-mouseenter"?: (...args: any[]) => any;
|
@@ -158,14 +158,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
158
158
|
"tooltip-mouseenter": (...args: any[]) => void;
|
159
159
|
"tooltip-mouseleave": (...args: any[]) => void;
|
160
160
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
161
|
-
label: {
|
162
|
-
type: import('vue').PropType<string>;
|
163
|
-
default: string;
|
164
|
-
};
|
165
|
-
textarea: {
|
166
|
-
type: import('vue').PropType<boolean>;
|
167
|
-
default: boolean;
|
168
|
-
};
|
169
161
|
disabled: {
|
170
162
|
type: import('vue').PropType<boolean>;
|
171
163
|
default: boolean;
|
@@ -175,10 +167,18 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
175
167
|
required: true;
|
176
168
|
default: string;
|
177
169
|
};
|
170
|
+
label: {
|
171
|
+
type: import('vue').PropType<string>;
|
172
|
+
default: string;
|
173
|
+
};
|
178
174
|
width: {
|
179
175
|
type: import('vue').PropType<string>;
|
180
176
|
default: string;
|
181
177
|
};
|
178
|
+
textarea: {
|
179
|
+
type: import('vue').PropType<boolean>;
|
180
|
+
default: boolean;
|
181
|
+
};
|
182
182
|
placeholder: {
|
183
183
|
type: import('vue').PropType<string>;
|
184
184
|
default: string;
|
@@ -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
|
+
helpertext: {
|
203
203
|
type: import('vue').PropType<string>;
|
204
204
|
default: string;
|
205
205
|
};
|
206
|
-
|
207
|
-
type: import('vue').PropType<
|
208
|
-
default:
|
206
|
+
optional: {
|
207
|
+
type: import('vue').PropType<string>;
|
208
|
+
default: string;
|
209
209
|
};
|
210
210
|
tooltip: {
|
211
211
|
type: import('vue').PropType<string>;
|
@@ -215,34 +215,38 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
215
215
|
type: import('vue').PropType<boolean>;
|
216
216
|
default: boolean;
|
217
217
|
};
|
218
|
-
|
218
|
+
tooltipWidth: {
|
219
|
+
type: import('vue').PropType<string>;
|
220
|
+
};
|
221
|
+
containerClass: {
|
219
222
|
type: import('vue').PropType<string>;
|
220
223
|
default: string;
|
221
224
|
};
|
222
|
-
|
225
|
+
round: {
|
223
226
|
type: import('vue').PropType<boolean>;
|
224
227
|
default: boolean;
|
225
228
|
};
|
226
|
-
|
227
|
-
type: import('vue').PropType<
|
228
|
-
default:
|
229
|
-
};
|
230
|
-
optional: {
|
231
|
-
type: import('vue').PropType<string>;
|
232
|
-
default: string;
|
229
|
+
showWordLimit: {
|
230
|
+
type: import('vue').PropType<boolean>;
|
231
|
+
default: boolean;
|
233
232
|
};
|
234
|
-
|
235
|
-
type: import('vue').PropType<
|
233
|
+
password: {
|
234
|
+
type: import('vue').PropType<boolean>;
|
235
|
+
default: boolean;
|
236
236
|
};
|
237
|
-
|
237
|
+
'show-word-limit': {
|
238
238
|
type: import('vue').PropType<boolean>;
|
239
239
|
default: boolean;
|
240
240
|
};
|
241
|
-
|
241
|
+
maxlength: {
|
242
|
+
type: import('vue').PropType<number>;
|
243
|
+
default: any;
|
244
|
+
};
|
245
|
+
currentPassword: {
|
242
246
|
type: import('vue').PropType<boolean>;
|
243
247
|
default: boolean;
|
244
248
|
};
|
245
|
-
|
249
|
+
newPassword: {
|
246
250
|
type: import('vue').PropType<boolean>;
|
247
251
|
default: boolean;
|
248
252
|
};
|
@@ -250,30 +254,21 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
250
254
|
type: import('vue').PropType<boolean>;
|
251
255
|
default: boolean;
|
252
256
|
};
|
253
|
-
|
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: {
|
257
|
+
customBlur: {
|
263
258
|
type: import('vue').PropType<boolean>;
|
264
259
|
default: boolean;
|
265
260
|
};
|
266
|
-
|
261
|
+
focusOnReset: {
|
267
262
|
type: import('vue').PropType<boolean>;
|
268
263
|
default: boolean;
|
269
264
|
};
|
270
|
-
|
265
|
+
disableTrim: {
|
271
266
|
type: import('vue').PropType<boolean>;
|
272
267
|
default: boolean;
|
273
268
|
};
|
274
|
-
|
275
|
-
type: import('vue').PropType<
|
276
|
-
default:
|
269
|
+
inputClass: {
|
270
|
+
type: import('vue').PropType<string>;
|
271
|
+
default: string;
|
277
272
|
};
|
278
273
|
autosize: {
|
279
274
|
type: import('vue').PropType<boolean>;
|
@@ -287,55 +282,60 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
287
282
|
type: import('vue').PropType<number>;
|
288
283
|
default: any;
|
289
284
|
};
|
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
|
+
};
|
290
294
|
formatter: {
|
291
295
|
type: import('vue').PropType<Function>;
|
292
296
|
};
|
293
|
-
'show-word-limit': {
|
294
|
-
type: import('vue').PropType<boolean>;
|
295
|
-
default: boolean;
|
296
|
-
};
|
297
297
|
}>> & {
|
298
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
298
299
|
onBlur?: (...args: any[]) => any;
|
299
300
|
onTouchstart?: (...args: any[]) => any;
|
300
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
301
301
|
onResetValue?: (...args: any[]) => any;
|
302
302
|
"onCustom-blur"?: (...args: any[]) => any;
|
303
303
|
"onTooltip-mouseenter"?: (...args: any[]) => any;
|
304
304
|
"onTooltip-mouseleave"?: (...args: any[]) => any;
|
305
305
|
}, {
|
306
|
-
label: string;
|
307
|
-
textarea: boolean;
|
308
306
|
disabled: boolean;
|
309
307
|
modelValue: import('./types').TInputModelValue;
|
308
|
+
label: string;
|
310
309
|
width: string;
|
310
|
+
textarea: boolean;
|
311
311
|
placeholder: string;
|
312
312
|
currency: boolean;
|
313
313
|
leftIcon: import('../../components').TIcon;
|
314
314
|
rightIcon: import('../../components').TIcon;
|
315
315
|
prop: string;
|
316
|
-
|
317
|
-
|
316
|
+
helpertext: string;
|
317
|
+
optional: string;
|
318
318
|
tooltip: string;
|
319
319
|
clearable: boolean;
|
320
|
-
|
320
|
+
containerClass: string;
|
321
|
+
round: boolean;
|
322
|
+
showWordLimit: boolean;
|
321
323
|
password: boolean;
|
322
|
-
|
323
|
-
|
324
|
-
focusOnReset: boolean;
|
325
|
-
customBlur: boolean;
|
326
|
-
disableTrim: boolean;
|
327
|
-
iconPointer: boolean;
|
328
|
-
valueRange: {
|
329
|
-
min: number;
|
330
|
-
};
|
324
|
+
'show-word-limit': boolean;
|
325
|
+
maxlength: number;
|
331
326
|
currentPassword: boolean;
|
332
327
|
newPassword: boolean;
|
333
|
-
|
334
|
-
|
328
|
+
iconPointer: boolean;
|
329
|
+
customBlur: boolean;
|
330
|
+
focusOnReset: boolean;
|
331
|
+
disableTrim: boolean;
|
332
|
+
inputClass: string;
|
335
333
|
autosize: boolean;
|
336
334
|
minRows: number;
|
337
335
|
maxRows: number;
|
338
|
-
|
336
|
+
valueRange: {
|
337
|
+
min: number;
|
338
|
+
};
|
339
339
|
}, true, {}, {}, {
|
340
340
|
P: {};
|
341
341
|
B: {};
|
@@ -344,14 +344,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
344
344
|
M: {};
|
345
345
|
Defaults: {};
|
346
346
|
}, Readonly<import('vue').ExtractPropTypes<{
|
347
|
-
label: {
|
348
|
-
type: import('vue').PropType<string>;
|
349
|
-
default: string;
|
350
|
-
};
|
351
|
-
textarea: {
|
352
|
-
type: import('vue').PropType<boolean>;
|
353
|
-
default: boolean;
|
354
|
-
};
|
355
347
|
disabled: {
|
356
348
|
type: import('vue').PropType<boolean>;
|
357
349
|
default: boolean;
|
@@ -361,10 +353,18 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
361
353
|
required: true;
|
362
354
|
default: string;
|
363
355
|
};
|
356
|
+
label: {
|
357
|
+
type: import('vue').PropType<string>;
|
358
|
+
default: string;
|
359
|
+
};
|
364
360
|
width: {
|
365
361
|
type: import('vue').PropType<string>;
|
366
362
|
default: string;
|
367
363
|
};
|
364
|
+
textarea: {
|
365
|
+
type: import('vue').PropType<boolean>;
|
366
|
+
default: boolean;
|
367
|
+
};
|
368
368
|
placeholder: {
|
369
369
|
type: import('vue').PropType<string>;
|
370
370
|
default: string;
|
@@ -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
|
+
helpertext: {
|
389
389
|
type: import('vue').PropType<string>;
|
390
390
|
default: string;
|
391
391
|
};
|
392
|
-
|
393
|
-
type: import('vue').PropType<
|
394
|
-
default:
|
392
|
+
optional: {
|
393
|
+
type: import('vue').PropType<string>;
|
394
|
+
default: string;
|
395
395
|
};
|
396
396
|
tooltip: {
|
397
397
|
type: import('vue').PropType<string>;
|
@@ -401,34 +401,38 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
401
401
|
type: import('vue').PropType<boolean>;
|
402
402
|
default: boolean;
|
403
403
|
};
|
404
|
-
|
404
|
+
tooltipWidth: {
|
405
|
+
type: import('vue').PropType<string>;
|
406
|
+
};
|
407
|
+
containerClass: {
|
405
408
|
type: import('vue').PropType<string>;
|
406
409
|
default: string;
|
407
410
|
};
|
408
|
-
|
411
|
+
round: {
|
409
412
|
type: import('vue').PropType<boolean>;
|
410
413
|
default: boolean;
|
411
414
|
};
|
412
|
-
|
413
|
-
type: import('vue').PropType<
|
414
|
-
default:
|
415
|
-
};
|
416
|
-
optional: {
|
417
|
-
type: import('vue').PropType<string>;
|
418
|
-
default: string;
|
415
|
+
showWordLimit: {
|
416
|
+
type: import('vue').PropType<boolean>;
|
417
|
+
default: boolean;
|
419
418
|
};
|
420
|
-
|
421
|
-
type: import('vue').PropType<
|
419
|
+
password: {
|
420
|
+
type: import('vue').PropType<boolean>;
|
421
|
+
default: boolean;
|
422
422
|
};
|
423
|
-
|
423
|
+
'show-word-limit': {
|
424
424
|
type: import('vue').PropType<boolean>;
|
425
425
|
default: boolean;
|
426
426
|
};
|
427
|
-
|
427
|
+
maxlength: {
|
428
|
+
type: import('vue').PropType<number>;
|
429
|
+
default: any;
|
430
|
+
};
|
431
|
+
currentPassword: {
|
428
432
|
type: import('vue').PropType<boolean>;
|
429
433
|
default: boolean;
|
430
434
|
};
|
431
|
-
|
435
|
+
newPassword: {
|
432
436
|
type: import('vue').PropType<boolean>;
|
433
437
|
default: boolean;
|
434
438
|
};
|
@@ -436,30 +440,21 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
436
440
|
type: import('vue').PropType<boolean>;
|
437
441
|
default: boolean;
|
438
442
|
};
|
439
|
-
|
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: {
|
443
|
+
customBlur: {
|
449
444
|
type: import('vue').PropType<boolean>;
|
450
445
|
default: boolean;
|
451
446
|
};
|
452
|
-
|
447
|
+
focusOnReset: {
|
453
448
|
type: import('vue').PropType<boolean>;
|
454
449
|
default: boolean;
|
455
450
|
};
|
456
|
-
|
451
|
+
disableTrim: {
|
457
452
|
type: import('vue').PropType<boolean>;
|
458
453
|
default: boolean;
|
459
454
|
};
|
460
|
-
|
461
|
-
type: import('vue').PropType<
|
462
|
-
default:
|
455
|
+
inputClass: {
|
456
|
+
type: import('vue').PropType<string>;
|
457
|
+
default: string;
|
463
458
|
};
|
464
459
|
autosize: {
|
465
460
|
type: import('vue').PropType<boolean>;
|
@@ -473,17 +468,22 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
473
468
|
type: import('vue').PropType<number>;
|
474
469
|
default: any;
|
475
470
|
};
|
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
|
+
};
|
476
480
|
formatter: {
|
477
481
|
type: import('vue').PropType<Function>;
|
478
482
|
};
|
479
|
-
'show-word-limit': {
|
480
|
-
type: import('vue').PropType<boolean>;
|
481
|
-
default: boolean;
|
482
|
-
};
|
483
483
|
}>> & {
|
484
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
484
485
|
onBlur?: (...args: any[]) => any;
|
485
486
|
onTouchstart?: (...args: any[]) => any;
|
486
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
487
487
|
onResetValue?: (...args: any[]) => any;
|
488
488
|
"onCustom-blur"?: (...args: any[]) => any;
|
489
489
|
"onTooltip-mouseenter"?: (...args: any[]) => any;
|
@@ -493,52 +493,44 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
493
493
|
focusInput: () => void;
|
494
494
|
getId: () => string;
|
495
495
|
}, {}, {}, {}, {
|
496
|
-
label: string;
|
497
|
-
textarea: boolean;
|
498
496
|
disabled: boolean;
|
499
497
|
modelValue: import('./types').TInputModelValue;
|
498
|
+
label: string;
|
500
499
|
width: string;
|
500
|
+
textarea: boolean;
|
501
501
|
placeholder: string;
|
502
502
|
currency: boolean;
|
503
503
|
leftIcon: import('../../components').TIcon;
|
504
504
|
rightIcon: import('../../components').TIcon;
|
505
505
|
prop: string;
|
506
|
-
|
507
|
-
|
506
|
+
helpertext: string;
|
507
|
+
optional: string;
|
508
508
|
tooltip: string;
|
509
509
|
clearable: boolean;
|
510
|
-
|
510
|
+
containerClass: string;
|
511
|
+
round: boolean;
|
512
|
+
showWordLimit: boolean;
|
511
513
|
password: boolean;
|
512
|
-
|
513
|
-
|
514
|
-
focusOnReset: boolean;
|
515
|
-
customBlur: boolean;
|
516
|
-
disableTrim: boolean;
|
517
|
-
iconPointer: boolean;
|
518
|
-
valueRange: {
|
519
|
-
min: number;
|
520
|
-
};
|
514
|
+
'show-word-limit': boolean;
|
515
|
+
maxlength: number;
|
521
516
|
currentPassword: boolean;
|
522
517
|
newPassword: boolean;
|
523
|
-
|
524
|
-
|
518
|
+
iconPointer: boolean;
|
519
|
+
customBlur: boolean;
|
520
|
+
focusOnReset: boolean;
|
521
|
+
disableTrim: boolean;
|
522
|
+
inputClass: string;
|
525
523
|
autosize: boolean;
|
526
524
|
minRows: number;
|
527
525
|
maxRows: number;
|
528
|
-
|
526
|
+
valueRange: {
|
527
|
+
min: number;
|
528
|
+
};
|
529
529
|
}>;
|
530
530
|
__isFragment?: never;
|
531
531
|
__isTeleport?: never;
|
532
532
|
__isSuspense?: never;
|
533
533
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
534
|
-
label: {
|
535
|
-
type: import('vue').PropType<string>;
|
536
|
-
default: string;
|
537
|
-
};
|
538
|
-
textarea: {
|
539
|
-
type: import('vue').PropType<boolean>;
|
540
|
-
default: boolean;
|
541
|
-
};
|
542
534
|
disabled: {
|
543
535
|
type: import('vue').PropType<boolean>;
|
544
536
|
default: boolean;
|
@@ -548,10 +540,18 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
548
540
|
required: true;
|
549
541
|
default: string;
|
550
542
|
};
|
543
|
+
label: {
|
544
|
+
type: import('vue').PropType<string>;
|
545
|
+
default: string;
|
546
|
+
};
|
551
547
|
width: {
|
552
548
|
type: import('vue').PropType<string>;
|
553
549
|
default: string;
|
554
550
|
};
|
551
|
+
textarea: {
|
552
|
+
type: import('vue').PropType<boolean>;
|
553
|
+
default: boolean;
|
554
|
+
};
|
555
555
|
placeholder: {
|
556
556
|
type: import('vue').PropType<string>;
|
557
557
|
default: string;
|
@@ -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
|
+
helpertext: {
|
576
576
|
type: import('vue').PropType<string>;
|
577
577
|
default: string;
|
578
578
|
};
|
579
|
-
|
580
|
-
type: import('vue').PropType<
|
581
|
-
default:
|
579
|
+
optional: {
|
580
|
+
type: import('vue').PropType<string>;
|
581
|
+
default: string;
|
582
582
|
};
|
583
583
|
tooltip: {
|
584
584
|
type: import('vue').PropType<string>;
|
@@ -588,34 +588,38 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
588
588
|
type: import('vue').PropType<boolean>;
|
589
589
|
default: boolean;
|
590
590
|
};
|
591
|
-
|
591
|
+
tooltipWidth: {
|
592
|
+
type: import('vue').PropType<string>;
|
593
|
+
};
|
594
|
+
containerClass: {
|
592
595
|
type: import('vue').PropType<string>;
|
593
596
|
default: string;
|
594
597
|
};
|
595
|
-
|
598
|
+
round: {
|
596
599
|
type: import('vue').PropType<boolean>;
|
597
600
|
default: boolean;
|
598
601
|
};
|
599
|
-
|
600
|
-
type: import('vue').PropType<
|
601
|
-
default:
|
602
|
-
};
|
603
|
-
optional: {
|
604
|
-
type: import('vue').PropType<string>;
|
605
|
-
default: string;
|
602
|
+
showWordLimit: {
|
603
|
+
type: import('vue').PropType<boolean>;
|
604
|
+
default: boolean;
|
606
605
|
};
|
607
|
-
|
608
|
-
type: import('vue').PropType<
|
606
|
+
password: {
|
607
|
+
type: import('vue').PropType<boolean>;
|
608
|
+
default: boolean;
|
609
609
|
};
|
610
|
-
|
610
|
+
'show-word-limit': {
|
611
611
|
type: import('vue').PropType<boolean>;
|
612
612
|
default: boolean;
|
613
613
|
};
|
614
|
-
|
614
|
+
maxlength: {
|
615
|
+
type: import('vue').PropType<number>;
|
616
|
+
default: any;
|
617
|
+
};
|
618
|
+
currentPassword: {
|
615
619
|
type: import('vue').PropType<boolean>;
|
616
620
|
default: boolean;
|
617
621
|
};
|
618
|
-
|
622
|
+
newPassword: {
|
619
623
|
type: import('vue').PropType<boolean>;
|
620
624
|
default: boolean;
|
621
625
|
};
|
@@ -623,30 +627,21 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
623
627
|
type: import('vue').PropType<boolean>;
|
624
628
|
default: boolean;
|
625
629
|
};
|
626
|
-
|
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: {
|
630
|
+
customBlur: {
|
636
631
|
type: import('vue').PropType<boolean>;
|
637
632
|
default: boolean;
|
638
633
|
};
|
639
|
-
|
634
|
+
focusOnReset: {
|
640
635
|
type: import('vue').PropType<boolean>;
|
641
636
|
default: boolean;
|
642
637
|
};
|
643
|
-
|
638
|
+
disableTrim: {
|
644
639
|
type: import('vue').PropType<boolean>;
|
645
640
|
default: boolean;
|
646
641
|
};
|
647
|
-
|
648
|
-
type: import('vue').PropType<
|
649
|
-
default:
|
642
|
+
inputClass: {
|
643
|
+
type: import('vue').PropType<string>;
|
644
|
+
default: string;
|
650
645
|
};
|
651
646
|
autosize: {
|
652
647
|
type: import('vue').PropType<boolean>;
|
@@ -660,17 +655,22 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
660
655
|
type: import('vue').PropType<number>;
|
661
656
|
default: any;
|
662
657
|
};
|
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
|
+
};
|
663
667
|
formatter: {
|
664
668
|
type: import('vue').PropType<Function>;
|
665
669
|
};
|
666
|
-
'show-word-limit': {
|
667
|
-
type: import('vue').PropType<boolean>;
|
668
|
-
default: boolean;
|
669
|
-
};
|
670
670
|
}>> & {
|
671
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
671
672
|
onBlur?: (...args: any[]) => any;
|
672
673
|
onTouchstart?: (...args: any[]) => any;
|
673
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
674
674
|
onResetValue?: (...args: any[]) => any;
|
675
675
|
"onCustom-blur"?: (...args: any[]) => any;
|
676
676
|
"onTooltip-mouseenter"?: (...args: any[]) => any;
|
@@ -688,39 +688,39 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
688
688
|
"tooltip-mouseenter": (...args: any[]) => void;
|
689
689
|
"tooltip-mouseleave": (...args: any[]) => void;
|
690
690
|
}, string, {
|
691
|
-
label: string;
|
692
|
-
textarea: boolean;
|
693
691
|
disabled: boolean;
|
694
692
|
modelValue: import('./types').TInputModelValue;
|
693
|
+
label: string;
|
695
694
|
width: string;
|
695
|
+
textarea: boolean;
|
696
696
|
placeholder: string;
|
697
697
|
currency: boolean;
|
698
698
|
leftIcon: import('../../components').TIcon;
|
699
699
|
rightIcon: import('../../components').TIcon;
|
700
700
|
prop: string;
|
701
|
-
|
702
|
-
|
701
|
+
helpertext: string;
|
702
|
+
optional: string;
|
703
703
|
tooltip: string;
|
704
704
|
clearable: boolean;
|
705
|
-
|
705
|
+
containerClass: string;
|
706
|
+
round: boolean;
|
707
|
+
showWordLimit: boolean;
|
706
708
|
password: boolean;
|
707
|
-
|
708
|
-
|
709
|
-
focusOnReset: boolean;
|
710
|
-
customBlur: boolean;
|
711
|
-
disableTrim: boolean;
|
712
|
-
iconPointer: boolean;
|
713
|
-
valueRange: {
|
714
|
-
min: number;
|
715
|
-
};
|
709
|
+
'show-word-limit': boolean;
|
710
|
+
maxlength: number;
|
716
711
|
currentPassword: boolean;
|
717
712
|
newPassword: boolean;
|
718
|
-
|
719
|
-
|
713
|
+
iconPointer: boolean;
|
714
|
+
customBlur: boolean;
|
715
|
+
focusOnReset: boolean;
|
716
|
+
disableTrim: boolean;
|
717
|
+
inputClass: string;
|
720
718
|
autosize: boolean;
|
721
719
|
minRows: number;
|
722
720
|
maxRows: number;
|
723
|
-
|
721
|
+
valueRange: {
|
722
|
+
min: number;
|
723
|
+
};
|
724
724
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
725
725
|
$slots: {
|
726
726
|
"tooltip-text"?(_: {}): any;
|