@factoringplus/pl-components-pack-v3 1.9.9-pre-01-crypto-pro → 1.9.9-pre-scrollbar
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-19fd1707.js +2914 -0
- package/dist/crypto-pro-408288b0.cjs +7 -0
- package/dist/{entry-70b0d4b3.js → entry-3699beec.js} +9681 -9664
- package/dist/entry-8aa6f892.cjs +115 -0
- 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 +10 -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 +2 -2
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +10 -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-autocomplete/types/index.d.ts +2 -0
- 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 +243 -243
- 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/src/utils/screenSizes.d.ts +6 -0
- package/dist/style.css +1 -1
- package/package.json +23 -23
- package/dist/crypto-pro-actual-cades-plugin-380ec5b0.cjs +0 -8
- package/dist/crypto-pro-actual-cades-plugin-5dfe947d.js +0 -2937
- package/dist/entry-1bc16604.cjs +0 -115
@@ -1,6 +1,14 @@
|
|
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
|
+
};
|
4
12
|
disabled: {
|
5
13
|
type: import('vue').PropType<boolean>;
|
6
14
|
default: boolean;
|
@@ -10,18 +18,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
10
18
|
required: true;
|
11
19
|
default: string;
|
12
20
|
};
|
13
|
-
label: {
|
14
|
-
type: import('vue').PropType<string>;
|
15
|
-
default: string;
|
16
|
-
};
|
17
21
|
width: {
|
18
22
|
type: import('vue').PropType<string>;
|
19
23
|
default: string;
|
20
24
|
};
|
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
|
+
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,37 @@ 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
|
-
|
69
|
-
type: import('vue').PropType<
|
70
|
-
default: boolean;
|
71
|
-
};
|
72
|
-
showWordLimit: {
|
73
|
-
type: import('vue').PropType<boolean>;
|
74
|
-
default: boolean;
|
65
|
+
formatter: {
|
66
|
+
type: import('vue').PropType<Function>;
|
75
67
|
};
|
76
68
|
password: {
|
77
69
|
type: import('vue').PropType<boolean>;
|
78
70
|
default: boolean;
|
79
71
|
};
|
80
|
-
|
72
|
+
helpertext: {
|
73
|
+
type: import('vue').PropType<string>;
|
74
|
+
default: string;
|
75
|
+
};
|
76
|
+
optional: {
|
77
|
+
type: import('vue').PropType<string>;
|
78
|
+
default: string;
|
79
|
+
};
|
80
|
+
tooltipWidth: {
|
81
|
+
type: import('vue').PropType<string>;
|
82
|
+
};
|
83
|
+
focusOnReset: {
|
81
84
|
type: import('vue').PropType<boolean>;
|
82
85
|
default: boolean;
|
83
86
|
};
|
84
|
-
|
85
|
-
type: import('vue').PropType<number>;
|
86
|
-
default: any;
|
87
|
-
};
|
88
|
-
currentPassword: {
|
87
|
+
customBlur: {
|
89
88
|
type: import('vue').PropType<boolean>;
|
90
89
|
default: boolean;
|
91
90
|
};
|
92
|
-
|
91
|
+
disableTrim: {
|
93
92
|
type: import('vue').PropType<boolean>;
|
94
93
|
default: boolean;
|
95
94
|
};
|
@@ -97,21 +96,30 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
97
96
|
type: import('vue').PropType<boolean>;
|
98
97
|
default: boolean;
|
99
98
|
};
|
100
|
-
|
99
|
+
valueRange: {
|
100
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
101
|
+
default: () => {
|
102
|
+
min: number;
|
103
|
+
};
|
104
|
+
};
|
105
|
+
currencyInputOptions: {
|
106
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
107
|
+
};
|
108
|
+
currentPassword: {
|
101
109
|
type: import('vue').PropType<boolean>;
|
102
110
|
default: boolean;
|
103
111
|
};
|
104
|
-
|
112
|
+
newPassword: {
|
105
113
|
type: import('vue').PropType<boolean>;
|
106
114
|
default: boolean;
|
107
115
|
};
|
108
|
-
|
116
|
+
showWordLimit: {
|
109
117
|
type: import('vue').PropType<boolean>;
|
110
118
|
default: boolean;
|
111
119
|
};
|
112
|
-
|
113
|
-
type: import('vue').PropType<
|
114
|
-
default:
|
120
|
+
maxlength: {
|
121
|
+
type: import('vue').PropType<number>;
|
122
|
+
default: any;
|
115
123
|
};
|
116
124
|
autosize: {
|
117
125
|
type: import('vue').PropType<boolean>;
|
@@ -125,22 +133,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
125
133
|
type: import('vue').PropType<number>;
|
126
134
|
default: any;
|
127
135
|
};
|
128
|
-
|
129
|
-
type: import('vue').PropType<
|
130
|
-
default:
|
131
|
-
min: number;
|
132
|
-
};
|
133
|
-
};
|
134
|
-
currencyInputOptions: {
|
135
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
136
|
-
};
|
137
|
-
formatter: {
|
138
|
-
type: import('vue').PropType<Function>;
|
136
|
+
'show-word-limit': {
|
137
|
+
type: import('vue').PropType<boolean>;
|
138
|
+
default: boolean;
|
139
139
|
};
|
140
140
|
}>> & {
|
141
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
142
141
|
onBlur?: (...args: any[]) => any;
|
143
142
|
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,6 +158,14 @@ 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
|
+
};
|
161
169
|
disabled: {
|
162
170
|
type: import('vue').PropType<boolean>;
|
163
171
|
default: boolean;
|
@@ -167,18 +175,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
167
175
|
required: true;
|
168
176
|
default: string;
|
169
177
|
};
|
170
|
-
label: {
|
171
|
-
type: import('vue').PropType<string>;
|
172
|
-
default: string;
|
173
|
-
};
|
174
178
|
width: {
|
175
179
|
type: import('vue').PropType<string>;
|
176
180
|
default: string;
|
177
181
|
};
|
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
|
+
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,37 @@ 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
|
-
|
226
|
-
type: import('vue').PropType<
|
227
|
-
default: boolean;
|
228
|
-
};
|
229
|
-
showWordLimit: {
|
230
|
-
type: import('vue').PropType<boolean>;
|
231
|
-
default: boolean;
|
222
|
+
formatter: {
|
223
|
+
type: import('vue').PropType<Function>;
|
232
224
|
};
|
233
225
|
password: {
|
234
226
|
type: import('vue').PropType<boolean>;
|
235
227
|
default: boolean;
|
236
228
|
};
|
237
|
-
|
229
|
+
helpertext: {
|
230
|
+
type: import('vue').PropType<string>;
|
231
|
+
default: string;
|
232
|
+
};
|
233
|
+
optional: {
|
234
|
+
type: import('vue').PropType<string>;
|
235
|
+
default: string;
|
236
|
+
};
|
237
|
+
tooltipWidth: {
|
238
|
+
type: import('vue').PropType<string>;
|
239
|
+
};
|
240
|
+
focusOnReset: {
|
238
241
|
type: import('vue').PropType<boolean>;
|
239
242
|
default: boolean;
|
240
243
|
};
|
241
|
-
|
242
|
-
type: import('vue').PropType<number>;
|
243
|
-
default: any;
|
244
|
-
};
|
245
|
-
currentPassword: {
|
244
|
+
customBlur: {
|
246
245
|
type: import('vue').PropType<boolean>;
|
247
246
|
default: boolean;
|
248
247
|
};
|
249
|
-
|
248
|
+
disableTrim: {
|
250
249
|
type: import('vue').PropType<boolean>;
|
251
250
|
default: boolean;
|
252
251
|
};
|
@@ -254,21 +253,30 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
254
253
|
type: import('vue').PropType<boolean>;
|
255
254
|
default: boolean;
|
256
255
|
};
|
257
|
-
|
256
|
+
valueRange: {
|
257
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
258
|
+
default: () => {
|
259
|
+
min: number;
|
260
|
+
};
|
261
|
+
};
|
262
|
+
currencyInputOptions: {
|
263
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
264
|
+
};
|
265
|
+
currentPassword: {
|
258
266
|
type: import('vue').PropType<boolean>;
|
259
267
|
default: boolean;
|
260
268
|
};
|
261
|
-
|
269
|
+
newPassword: {
|
262
270
|
type: import('vue').PropType<boolean>;
|
263
271
|
default: boolean;
|
264
272
|
};
|
265
|
-
|
273
|
+
showWordLimit: {
|
266
274
|
type: import('vue').PropType<boolean>;
|
267
275
|
default: boolean;
|
268
276
|
};
|
269
|
-
|
270
|
-
type: import('vue').PropType<
|
271
|
-
default:
|
277
|
+
maxlength: {
|
278
|
+
type: import('vue').PropType<number>;
|
279
|
+
default: any;
|
272
280
|
};
|
273
281
|
autosize: {
|
274
282
|
type: import('vue').PropType<boolean>;
|
@@ -282,60 +290,52 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
282
290
|
type: import('vue').PropType<number>;
|
283
291
|
default: any;
|
284
292
|
};
|
285
|
-
|
286
|
-
type: import('vue').PropType<
|
287
|
-
default:
|
288
|
-
min: number;
|
289
|
-
};
|
290
|
-
};
|
291
|
-
currencyInputOptions: {
|
292
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
293
|
-
};
|
294
|
-
formatter: {
|
295
|
-
type: import('vue').PropType<Function>;
|
293
|
+
'show-word-limit': {
|
294
|
+
type: import('vue').PropType<boolean>;
|
295
|
+
default: boolean;
|
296
296
|
};
|
297
297
|
}>> & {
|
298
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
299
298
|
onBlur?: (...args: any[]) => any;
|
300
299
|
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;
|
306
308
|
disabled: boolean;
|
307
309
|
modelValue: import('./types').TInputModelValue;
|
308
|
-
label: string;
|
309
310
|
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
|
-
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: {};
|
@@ -344,6 +344,14 @@ 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
|
+
};
|
347
355
|
disabled: {
|
348
356
|
type: import('vue').PropType<boolean>;
|
349
357
|
default: boolean;
|
@@ -353,18 +361,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
353
361
|
required: true;
|
354
362
|
default: string;
|
355
363
|
};
|
356
|
-
label: {
|
357
|
-
type: import('vue').PropType<string>;
|
358
|
-
default: string;
|
359
|
-
};
|
360
364
|
width: {
|
361
365
|
type: import('vue').PropType<string>;
|
362
366
|
default: string;
|
363
367
|
};
|
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
|
+
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,37 @@ 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
|
-
|
412
|
-
type: import('vue').PropType<
|
413
|
-
default: boolean;
|
414
|
-
};
|
415
|
-
showWordLimit: {
|
416
|
-
type: import('vue').PropType<boolean>;
|
417
|
-
default: boolean;
|
408
|
+
formatter: {
|
409
|
+
type: import('vue').PropType<Function>;
|
418
410
|
};
|
419
411
|
password: {
|
420
412
|
type: import('vue').PropType<boolean>;
|
421
413
|
default: boolean;
|
422
414
|
};
|
423
|
-
|
415
|
+
helpertext: {
|
416
|
+
type: import('vue').PropType<string>;
|
417
|
+
default: string;
|
418
|
+
};
|
419
|
+
optional: {
|
420
|
+
type: import('vue').PropType<string>;
|
421
|
+
default: string;
|
422
|
+
};
|
423
|
+
tooltipWidth: {
|
424
|
+
type: import('vue').PropType<string>;
|
425
|
+
};
|
426
|
+
focusOnReset: {
|
424
427
|
type: import('vue').PropType<boolean>;
|
425
428
|
default: boolean;
|
426
429
|
};
|
427
|
-
|
428
|
-
type: import('vue').PropType<number>;
|
429
|
-
default: any;
|
430
|
-
};
|
431
|
-
currentPassword: {
|
430
|
+
customBlur: {
|
432
431
|
type: import('vue').PropType<boolean>;
|
433
432
|
default: boolean;
|
434
433
|
};
|
435
|
-
|
434
|
+
disableTrim: {
|
436
435
|
type: import('vue').PropType<boolean>;
|
437
436
|
default: boolean;
|
438
437
|
};
|
@@ -440,21 +439,30 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
440
439
|
type: import('vue').PropType<boolean>;
|
441
440
|
default: boolean;
|
442
441
|
};
|
443
|
-
|
442
|
+
valueRange: {
|
443
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
444
|
+
default: () => {
|
445
|
+
min: number;
|
446
|
+
};
|
447
|
+
};
|
448
|
+
currencyInputOptions: {
|
449
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
450
|
+
};
|
451
|
+
currentPassword: {
|
444
452
|
type: import('vue').PropType<boolean>;
|
445
453
|
default: boolean;
|
446
454
|
};
|
447
|
-
|
455
|
+
newPassword: {
|
448
456
|
type: import('vue').PropType<boolean>;
|
449
457
|
default: boolean;
|
450
458
|
};
|
451
|
-
|
459
|
+
showWordLimit: {
|
452
460
|
type: import('vue').PropType<boolean>;
|
453
461
|
default: boolean;
|
454
462
|
};
|
455
|
-
|
456
|
-
type: import('vue').PropType<
|
457
|
-
default:
|
463
|
+
maxlength: {
|
464
|
+
type: import('vue').PropType<number>;
|
465
|
+
default: any;
|
458
466
|
};
|
459
467
|
autosize: {
|
460
468
|
type: import('vue').PropType<boolean>;
|
@@ -468,22 +476,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
468
476
|
type: import('vue').PropType<number>;
|
469
477
|
default: any;
|
470
478
|
};
|
471
|
-
|
472
|
-
type: import('vue').PropType<
|
473
|
-
default:
|
474
|
-
min: number;
|
475
|
-
};
|
476
|
-
};
|
477
|
-
currencyInputOptions: {
|
478
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
479
|
-
};
|
480
|
-
formatter: {
|
481
|
-
type: import('vue').PropType<Function>;
|
479
|
+
'show-word-limit': {
|
480
|
+
type: import('vue').PropType<boolean>;
|
481
|
+
default: boolean;
|
482
482
|
};
|
483
483
|
}>> & {
|
484
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
485
484
|
onBlur?: (...args: any[]) => any;
|
486
485
|
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,44 +493,52 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
493
493
|
focusInput: () => void;
|
494
494
|
getId: () => string;
|
495
495
|
}, {}, {}, {}, {
|
496
|
+
label: string;
|
497
|
+
textarea: boolean;
|
496
498
|
disabled: boolean;
|
497
499
|
modelValue: import('./types').TInputModelValue;
|
498
|
-
label: string;
|
499
500
|
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
|
-
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;
|
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
|
+
};
|
534
542
|
disabled: {
|
535
543
|
type: import('vue').PropType<boolean>;
|
536
544
|
default: boolean;
|
@@ -540,18 +548,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
540
548
|
required: true;
|
541
549
|
default: string;
|
542
550
|
};
|
543
|
-
label: {
|
544
|
-
type: import('vue').PropType<string>;
|
545
|
-
default: string;
|
546
|
-
};
|
547
551
|
width: {
|
548
552
|
type: import('vue').PropType<string>;
|
549
553
|
default: string;
|
550
554
|
};
|
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
|
+
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,37 @@ 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
|
-
|
599
|
-
type: import('vue').PropType<
|
600
|
-
default: boolean;
|
601
|
-
};
|
602
|
-
showWordLimit: {
|
603
|
-
type: import('vue').PropType<boolean>;
|
604
|
-
default: boolean;
|
595
|
+
formatter: {
|
596
|
+
type: import('vue').PropType<Function>;
|
605
597
|
};
|
606
598
|
password: {
|
607
599
|
type: import('vue').PropType<boolean>;
|
608
600
|
default: boolean;
|
609
601
|
};
|
610
|
-
|
602
|
+
helpertext: {
|
603
|
+
type: import('vue').PropType<string>;
|
604
|
+
default: string;
|
605
|
+
};
|
606
|
+
optional: {
|
607
|
+
type: import('vue').PropType<string>;
|
608
|
+
default: string;
|
609
|
+
};
|
610
|
+
tooltipWidth: {
|
611
|
+
type: import('vue').PropType<string>;
|
612
|
+
};
|
613
|
+
focusOnReset: {
|
611
614
|
type: import('vue').PropType<boolean>;
|
612
615
|
default: boolean;
|
613
616
|
};
|
614
|
-
|
615
|
-
type: import('vue').PropType<number>;
|
616
|
-
default: any;
|
617
|
-
};
|
618
|
-
currentPassword: {
|
617
|
+
customBlur: {
|
619
618
|
type: import('vue').PropType<boolean>;
|
620
619
|
default: boolean;
|
621
620
|
};
|
622
|
-
|
621
|
+
disableTrim: {
|
623
622
|
type: import('vue').PropType<boolean>;
|
624
623
|
default: boolean;
|
625
624
|
};
|
@@ -627,21 +626,30 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
627
626
|
type: import('vue').PropType<boolean>;
|
628
627
|
default: boolean;
|
629
628
|
};
|
630
|
-
|
629
|
+
valueRange: {
|
630
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
631
|
+
default: () => {
|
632
|
+
min: number;
|
633
|
+
};
|
634
|
+
};
|
635
|
+
currencyInputOptions: {
|
636
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
637
|
+
};
|
638
|
+
currentPassword: {
|
631
639
|
type: import('vue').PropType<boolean>;
|
632
640
|
default: boolean;
|
633
641
|
};
|
634
|
-
|
642
|
+
newPassword: {
|
635
643
|
type: import('vue').PropType<boolean>;
|
636
644
|
default: boolean;
|
637
645
|
};
|
638
|
-
|
646
|
+
showWordLimit: {
|
639
647
|
type: import('vue').PropType<boolean>;
|
640
648
|
default: boolean;
|
641
649
|
};
|
642
|
-
|
643
|
-
type: import('vue').PropType<
|
644
|
-
default:
|
650
|
+
maxlength: {
|
651
|
+
type: import('vue').PropType<number>;
|
652
|
+
default: any;
|
645
653
|
};
|
646
654
|
autosize: {
|
647
655
|
type: import('vue').PropType<boolean>;
|
@@ -655,22 +663,14 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
655
663
|
type: import('vue').PropType<number>;
|
656
664
|
default: any;
|
657
665
|
};
|
658
|
-
|
659
|
-
type: import('vue').PropType<
|
660
|
-
default:
|
661
|
-
min: number;
|
662
|
-
};
|
663
|
-
};
|
664
|
-
currencyInputOptions: {
|
665
|
-
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
666
|
-
};
|
667
|
-
formatter: {
|
668
|
-
type: import('vue').PropType<Function>;
|
666
|
+
'show-word-limit': {
|
667
|
+
type: import('vue').PropType<boolean>;
|
668
|
+
default: boolean;
|
669
669
|
};
|
670
670
|
}>> & {
|
671
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
672
671
|
onBlur?: (...args: any[]) => any;
|
673
672
|
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;
|
691
693
|
disabled: boolean;
|
692
694
|
modelValue: import('./types').TInputModelValue;
|
693
|
-
label: string;
|
694
695
|
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
|
-
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;
|