@factoringplus/pl-components-pack-v3 1.10.11 → 1.10.12-pre-01-refactor
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-actual-cades-plugin-fff3b673.js → crypto-pro-actual-cades-plugin-39d4088e.js} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-98082cab.cjs → crypto-pro-actual-cades-plugin-92e46d97.cjs} +1 -1
- package/dist/entry-68a9c923.cjs +115 -0
- package/dist/{entry-b80b42f0.js → entry-6f158286.js} +12814 -12949
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-button/components/PlButtonSpinner.vue.d.ts +3 -7
- package/dist/src/components/basic/pl-button/index.d.ts +6 -18
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-button/types/index.d.ts +4 -1
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +31 -38
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +115 -54
- package/dist/src/components/basic/pl-dialog/index.d.ts +411 -5
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +162 -92
- package/dist/src/components/basic/pl-dialog/types/index.d.ts +23 -0
- package/dist/src/components/basic/pl-link/index.d.ts +126 -4
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +6 -8
- package/dist/src/components/basic/pl-link/types/index.d.ts +7 -0
- package/dist/src/components/basic/pl-scrollbar/index.d.ts +275 -4
- package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +15 -19
- package/dist/src/components/basic/pl-scrollbar/types/index.d.ts +12 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +4 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/pl-skeleton-control.vue.d.ts +4 -8
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +11 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/pl-skeleton-icon.vue.d.ts +5 -8
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/pl-skeleton-input.vue.d.ts +4 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/pl-skeleton-tabs.vue.d.ts +4 -5
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +4 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/pl-skeleton-text.vue.d.ts +4 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/pl-skeleton-text-cell.vue.d.ts +2 -5
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +8 -0
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/pl-skeleton-upload.vue.d.ts +4 -5
- package/dist/src/components/basic/pl-skeleton/index.d.ts +47 -4
- package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +4 -8
- package/dist/src/components/basic/pl-skeleton/types/index.d.ts +43 -0
- package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +166 -5
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +8 -12
- package/dist/src/components/basic/pl-tooltip-plus/types/index.d.ts +9 -0
- package/dist/src/components/data/pl-banner/index.d.ts +37 -37
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +3 -3
- package/dist/src/components/data/pl-card/index.d.ts +46 -4
- package/dist/src/components/data/pl-card/pl-card.vue.d.ts +13 -0
- package/dist/src/components/data/pl-card/types/index.d.ts +8 -0
- 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 +40 -4
- package/dist/src/components/data/pl-multitab/pl-multitab.vue.d.ts +29 -35
- package/dist/src/components/data/pl-multitab/types/index.d.ts +0 -1
- package/dist/src/components/data/pl-onboarding/index.d.ts +172 -4
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +63 -60
- package/dist/src/components/data/pl-onboarding/types/index.d.ts +12 -0
- package/dist/src/components/data/pl-progress/index.d.ts +8 -0
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +4 -9
- package/dist/src/components/data/pl-progress/types/index.d.ts +7 -0
- package/dist/src/components/data/pl-sign-error/index.d.ts +3 -0
- package/dist/src/components/data/pl-sign-error/pl-sign-error.vue.d.ts +4 -10
- package/dist/src/components/data/pl-sign-error/types/index.d.ts +5 -0
- package/dist/src/components/data/pl-signing/index.d.ts +19 -38
- package/dist/src/components/data/pl-signing/pl-signing.vue.d.ts +52 -57
- package/dist/src/components/data/pl-signing/types/index.d.ts +7 -0
- package/dist/src/components/data/pl-snackbar/index.d.ts +8 -1
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +5 -5
- package/dist/src/components/data/pl-snackbar/{types.d.ts → types/index.d.ts} +3 -2
- package/dist/src/components/data/pl-stepper/index.d.ts +67 -4
- package/dist/src/components/data/pl-stepper/pl-stepper.vue.d.ts +30 -51
- package/dist/src/components/data/pl-stepper/types/index.d.ts +10 -0
- package/dist/src/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +15 -6
- package/dist/src/components/data/pl-table-plus/components/Pagination/index.d.ts +15 -6
- package/dist/src/components/data/pl-table-plus/components/row-mask.vue.d.ts +5 -5
- package/dist/src/components/data/pl-table-plus/index.d.ts +523 -4
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +41 -41
- package/dist/src/components/data/pl-table-plus/types/index.d.ts +27 -0
- package/dist/src/components/data/pl-tabs/components/pl-tab-counter.vue.d.ts +25 -11
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +3 -3
- package/dist/src/components/data/pl-tabs/index.d.ts +49 -4
- package/dist/src/components/data/pl-tabs/pl-tabs.vue.d.ts +38 -40
- package/dist/src/components/data/pl-tabs/types/index.d.ts +6 -0
- package/dist/src/components/data/pl-tags-chips/index.d.ts +65 -57
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +11 -25
- package/dist/src/components/data/pl-tags-chips/types/index.d.ts +17 -0
- package/dist/src/components/data/pl-text-cell/index.d.ts +40 -17
- package/dist/src/components/data/pl-text-cell/pl-text-cell.vue.d.ts +18 -10
- package/dist/src/components/data/pl-text-cell/types/index.d.ts +9 -0
- 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-dialog/pl-dialog.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +5 -5
- package/dist/src/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-table/pl-table.vue.d.ts +3 -3
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +4 -4
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +4 -4
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +5 -5
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +98 -54
- package/dist/src/components/form/pl-autocomplete/index.d.ts +461 -4
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +190 -80
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +0 -2
- package/dist/src/components/form/pl-checkbox-plus/index.d.ts +142 -4
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +21 -30
- package/dist/src/components/form/pl-checkbox-plus/types/index.d.ts +7 -0
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +2 -8
- package/dist/src/components/form/pl-date-picker-plus/common/types/index.d.ts +2 -8
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +27 -27
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +36 -36
- package/dist/src/components/form/pl-form/index.d.ts +96 -4
- package/dist/src/components/form/pl-form/pl-form.vue.d.ts +24 -35
- package/dist/src/components/form/pl-form/types/index.d.ts +9 -0
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +104 -44
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +134 -65
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +80 -43
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +40 -38
- package/dist/src/components/form/pl-input-plus/index.d.ts +266 -284
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +291 -115
- package/dist/src/components/form/pl-input-plus/types/index.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +78 -59
- package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +95 -44
- package/dist/src/components/form/pl-multi-select/index.d.ts +341 -4
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +138 -68
- package/dist/src/components/form/pl-multi-select/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-radio/index.d.ts +10 -16
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +4 -6
- package/dist/src/components/form/pl-radio/types/index.d.ts +0 -4
- package/dist/src/components/form/pl-select-plus/components/pl-account.vue.d.ts +30 -42
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +77 -59
- package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +3 -5
- package/dist/src/components/form/pl-select-plus/index.d.ts +348 -6
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +143 -65
- package/dist/src/components/form/pl-select-plus/types/index.d.ts +0 -1
- package/dist/src/components/form/pl-switch/index.d.ts +44 -4
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +10 -19
- package/dist/src/components/form/pl-switch/types/index.d.ts +5 -0
- package/dist/src/components/form/pl-upload-plus/index.d.ts +709 -4
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +163 -91
- package/dist/src/components/form/pl-upload-plus/types/index.d.ts +20 -0
- package/dist/src/components/shared/pl-dropdown/index.d.ts +122 -0
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +43 -37
- package/dist/src/components/shared/pl-dropdown/types/index.d.ts +7 -0
- package/dist/src/components/shared/pl-label/index.d.ts +90 -0
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +28 -27
- package/dist/src/components/shared/pl-label/types/index.d.ts +5 -0
- package/dist/src/components/shared/pl-mark-text/index.d.ts +17 -9
- package/dist/src/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +9 -9
- package/dist/src/components/shared/pl-mark-text/types/index.d.ts +3 -0
- package/dist/src/components/shared/pl-option/index.d.ts +128 -4
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +50 -109
- package/dist/src/components/shared/pl-option/types/index.d.ts +17 -0
- package/dist/src/components/shared/pl-status-icon/index.d.ts +12 -12
- package/dist/src/components/shared/pl-status-icon/pl-status-icon.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-tab-pane/index.d.ts +145 -4
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/src/services/pl-navigation/components/Header.vue.d.ts +7 -7
- package/dist/src/services/pl-navigation/components/NavButton/NavButton.vue.d.ts +33 -38
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +17 -31
- package/dist/src/services/pl-navigation/components/SidebarItem/SidebarItem.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation/components/SidebarItem/index.d.ts +2 -2
- package/dist/src/services/pl-navigation/index.d.ts +18 -18
- package/dist/src/services/pl-navigation/pl-navigation.vue.d.ts +6 -6
- package/dist/src/services/pl-navigation/{types.d.ts → types/index.d.ts} +1 -1
- package/dist/src/services/pl-navigation-plus/components/HeaderPlus.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/NavButtonPlus.vue.d.ts +33 -38
- package/dist/src/services/pl-navigation-plus/components/NavButtonPlus/index.d.ts +17 -31
- package/dist/src/services/pl-navigation-plus/components/SidebarItem/SidebarItemPlus.vue.d.ts +5 -5
- package/dist/src/services/pl-navigation-plus/components/SidebarItem/index.d.ts +2 -2
- package/dist/src/services/pl-navigation-plus/index.d.ts +12 -12
- package/dist/src/services/pl-navigation-plus/pl-navigation-plus.vue.d.ts +4 -4
- package/dist/src/services/pl-navigation-plus/{types.d.ts → types/index.d.ts} +1 -1
- package/dist/src/utils/types.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +6 -5
- package/dist/entry-8adeee28.cjs +0 -115
- /package/dist/src/components/shared/pl-text/{types.d.ts → types/index.d.ts} +0 -0
|
@@ -1,46 +1,35 @@
|
|
|
1
|
-
|
|
1
|
+
import { IPlInputPlusProps } from './types';
|
|
2
|
+
|
|
2
3
|
export declare const PlInputPlus: import('../../../install-function').SFCInstallWithContext<{
|
|
3
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
+
modelValue: import('vue').PropType<any>;
|
|
4
6
|
disabled: {
|
|
5
7
|
type: import('vue').PropType<boolean>;
|
|
6
8
|
default: boolean;
|
|
7
9
|
};
|
|
8
|
-
|
|
9
|
-
type: import('vue').PropType<import('./types').TInputModelValue>;
|
|
10
|
-
required: true;
|
|
11
|
-
default: string;
|
|
12
|
-
};
|
|
13
|
-
label: {
|
|
10
|
+
width: {
|
|
14
11
|
type: import('vue').PropType<string>;
|
|
15
12
|
default: string;
|
|
16
13
|
};
|
|
17
|
-
|
|
14
|
+
label: {
|
|
18
15
|
type: import('vue').PropType<string>;
|
|
19
16
|
default: string;
|
|
20
17
|
};
|
|
21
|
-
|
|
18
|
+
showWordLimit: {
|
|
22
19
|
type: import('vue').PropType<boolean>;
|
|
23
20
|
default: boolean;
|
|
24
21
|
};
|
|
25
|
-
placeholder: {
|
|
26
|
-
type: import('vue').PropType<string>;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
22
|
currency: {
|
|
30
23
|
type: import('vue').PropType<boolean>;
|
|
31
24
|
default: boolean;
|
|
32
25
|
};
|
|
33
|
-
|
|
34
|
-
type: import('vue').PropType<
|
|
35
|
-
default:
|
|
36
|
-
};
|
|
37
|
-
rightIcon: {
|
|
38
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
|
39
|
-
default: string;
|
|
26
|
+
password: {
|
|
27
|
+
type: import('vue').PropType<boolean>;
|
|
28
|
+
default: boolean;
|
|
40
29
|
};
|
|
41
|
-
|
|
42
|
-
type: import('vue').PropType<
|
|
43
|
-
default:
|
|
30
|
+
textarea: {
|
|
31
|
+
type: import('vue').PropType<boolean>;
|
|
32
|
+
default: boolean;
|
|
44
33
|
};
|
|
45
34
|
helpertext: {
|
|
46
35
|
type: import('vue').PropType<string>;
|
|
@@ -54,33 +43,34 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
54
43
|
type: import('vue').PropType<string>;
|
|
55
44
|
default: string;
|
|
56
45
|
};
|
|
57
|
-
|
|
58
|
-
type: import('vue').PropType<
|
|
59
|
-
default:
|
|
60
|
-
};
|
|
61
|
-
tooltipWidth: {
|
|
62
|
-
type: import('vue').PropType<string>;
|
|
46
|
+
leftIcon: {
|
|
47
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
48
|
+
default: string;
|
|
63
49
|
};
|
|
64
|
-
|
|
65
|
-
type: import('vue').PropType<
|
|
50
|
+
rightIcon: {
|
|
51
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
66
52
|
default: string;
|
|
67
53
|
};
|
|
68
54
|
round: {
|
|
69
55
|
type: import('vue').PropType<boolean>;
|
|
70
56
|
default: boolean;
|
|
71
57
|
};
|
|
72
|
-
|
|
73
|
-
type: import('vue').PropType<
|
|
74
|
-
default:
|
|
58
|
+
valueRange: {
|
|
59
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
60
|
+
default: () => {
|
|
61
|
+
min: number;
|
|
62
|
+
};
|
|
75
63
|
};
|
|
76
|
-
|
|
77
|
-
type: import('vue').PropType<
|
|
78
|
-
default: boolean;
|
|
64
|
+
currencyInputOptions: {
|
|
65
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
79
66
|
};
|
|
80
67
|
'show-word-limit': {
|
|
81
68
|
type: import('vue').PropType<boolean>;
|
|
82
69
|
default: boolean;
|
|
83
70
|
};
|
|
71
|
+
formatter: {
|
|
72
|
+
type: import('vue').PropType<Function>;
|
|
73
|
+
};
|
|
84
74
|
maxlength: {
|
|
85
75
|
type: import('vue').PropType<number>;
|
|
86
76
|
default: any;
|
|
@@ -101,6 +91,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
101
91
|
type: import('vue').PropType<boolean>;
|
|
102
92
|
default: boolean;
|
|
103
93
|
};
|
|
94
|
+
clearable: {
|
|
95
|
+
type: import('vue').PropType<boolean>;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
104
98
|
focusOnReset: {
|
|
105
99
|
type: import('vue').PropType<boolean>;
|
|
106
100
|
default: boolean;
|
|
@@ -109,10 +103,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
109
103
|
type: import('vue').PropType<boolean>;
|
|
110
104
|
default: boolean;
|
|
111
105
|
};
|
|
112
|
-
inputClass: {
|
|
113
|
-
type: import('vue').PropType<string>;
|
|
114
|
-
default: string;
|
|
115
|
-
};
|
|
116
106
|
autosize: {
|
|
117
107
|
type: import('vue').PropType<boolean>;
|
|
118
108
|
default: boolean;
|
|
@@ -125,79 +115,72 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
125
115
|
type: import('vue').PropType<number>;
|
|
126
116
|
default: any;
|
|
127
117
|
};
|
|
128
|
-
|
|
129
|
-
type: import('vue').PropType<
|
|
130
|
-
default: () => {
|
|
131
|
-
min: number;
|
|
132
|
-
};
|
|
118
|
+
tooltipWidth: {
|
|
119
|
+
type: import('vue').PropType<string>;
|
|
133
120
|
};
|
|
134
|
-
|
|
135
|
-
type: import('vue').PropType<
|
|
121
|
+
prop: {
|
|
122
|
+
type: import('vue').PropType<string>;
|
|
123
|
+
default: string;
|
|
136
124
|
};
|
|
137
|
-
|
|
138
|
-
type: import('vue').PropType<
|
|
125
|
+
placeholder: {
|
|
126
|
+
type: import('vue').PropType<string>;
|
|
127
|
+
default: string;
|
|
128
|
+
};
|
|
129
|
+
inputClass: {
|
|
130
|
+
type: import('vue').PropType<string>;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
containerClass: {
|
|
134
|
+
type: import('vue').PropType<string>;
|
|
135
|
+
default: string;
|
|
139
136
|
};
|
|
140
137
|
}>> & {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
"
|
|
146
|
-
"onTooltip-
|
|
147
|
-
"onTooltip-mouseleave"?: (...args: any[]) => any;
|
|
138
|
+
onResetValue?: () => any;
|
|
139
|
+
onTouchstart?: () => any;
|
|
140
|
+
onBlur?: () => any;
|
|
141
|
+
"onCustom-blur"?: () => any;
|
|
142
|
+
"onTooltip-mouseenter"?: () => any;
|
|
143
|
+
"onTooltip-mouseleave"?: () => any;
|
|
148
144
|
}, {
|
|
149
145
|
blurInput: (mob?: boolean) => void;
|
|
150
146
|
focusInput: () => void;
|
|
151
147
|
getId: () => string;
|
|
152
148
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
153
|
-
|
|
154
|
-
touchstart: (
|
|
155
|
-
blur: (
|
|
156
|
-
|
|
157
|
-
"
|
|
158
|
-
"tooltip-
|
|
159
|
-
"tooltip-mouseleave": (...args: any[]) => void;
|
|
149
|
+
resetValue: () => void;
|
|
150
|
+
touchstart: () => void;
|
|
151
|
+
blur: () => void;
|
|
152
|
+
"custom-blur": () => void;
|
|
153
|
+
"tooltip-mouseenter": () => void;
|
|
154
|
+
"tooltip-mouseleave": () => void;
|
|
160
155
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
156
|
+
modelValue: import('vue').PropType<any>;
|
|
161
157
|
disabled: {
|
|
162
158
|
type: import('vue').PropType<boolean>;
|
|
163
159
|
default: boolean;
|
|
164
160
|
};
|
|
165
|
-
|
|
166
|
-
type: import('vue').PropType<import('./types').TInputModelValue>;
|
|
167
|
-
required: true;
|
|
168
|
-
default: string;
|
|
169
|
-
};
|
|
170
|
-
label: {
|
|
161
|
+
width: {
|
|
171
162
|
type: import('vue').PropType<string>;
|
|
172
163
|
default: string;
|
|
173
164
|
};
|
|
174
|
-
|
|
165
|
+
label: {
|
|
175
166
|
type: import('vue').PropType<string>;
|
|
176
167
|
default: string;
|
|
177
168
|
};
|
|
178
|
-
|
|
169
|
+
showWordLimit: {
|
|
179
170
|
type: import('vue').PropType<boolean>;
|
|
180
171
|
default: boolean;
|
|
181
172
|
};
|
|
182
|
-
placeholder: {
|
|
183
|
-
type: import('vue').PropType<string>;
|
|
184
|
-
default: string;
|
|
185
|
-
};
|
|
186
173
|
currency: {
|
|
187
174
|
type: import('vue').PropType<boolean>;
|
|
188
175
|
default: boolean;
|
|
189
176
|
};
|
|
190
|
-
|
|
191
|
-
type: import('vue').PropType<
|
|
192
|
-
default:
|
|
193
|
-
};
|
|
194
|
-
rightIcon: {
|
|
195
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
|
196
|
-
default: string;
|
|
177
|
+
password: {
|
|
178
|
+
type: import('vue').PropType<boolean>;
|
|
179
|
+
default: boolean;
|
|
197
180
|
};
|
|
198
|
-
|
|
199
|
-
type: import('vue').PropType<
|
|
200
|
-
default:
|
|
181
|
+
textarea: {
|
|
182
|
+
type: import('vue').PropType<boolean>;
|
|
183
|
+
default: boolean;
|
|
201
184
|
};
|
|
202
185
|
helpertext: {
|
|
203
186
|
type: import('vue').PropType<string>;
|
|
@@ -211,33 +194,34 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
211
194
|
type: import('vue').PropType<string>;
|
|
212
195
|
default: string;
|
|
213
196
|
};
|
|
214
|
-
|
|
215
|
-
type: import('vue').PropType<
|
|
216
|
-
default:
|
|
217
|
-
};
|
|
218
|
-
tooltipWidth: {
|
|
219
|
-
type: import('vue').PropType<string>;
|
|
197
|
+
leftIcon: {
|
|
198
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
199
|
+
default: string;
|
|
220
200
|
};
|
|
221
|
-
|
|
222
|
-
type: import('vue').PropType<
|
|
201
|
+
rightIcon: {
|
|
202
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
223
203
|
default: string;
|
|
224
204
|
};
|
|
225
205
|
round: {
|
|
226
206
|
type: import('vue').PropType<boolean>;
|
|
227
207
|
default: boolean;
|
|
228
208
|
};
|
|
229
|
-
|
|
230
|
-
type: import('vue').PropType<
|
|
231
|
-
default:
|
|
209
|
+
valueRange: {
|
|
210
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
211
|
+
default: () => {
|
|
212
|
+
min: number;
|
|
213
|
+
};
|
|
232
214
|
};
|
|
233
|
-
|
|
234
|
-
type: import('vue').PropType<
|
|
235
|
-
default: boolean;
|
|
215
|
+
currencyInputOptions: {
|
|
216
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
236
217
|
};
|
|
237
218
|
'show-word-limit': {
|
|
238
219
|
type: import('vue').PropType<boolean>;
|
|
239
220
|
default: boolean;
|
|
240
221
|
};
|
|
222
|
+
formatter: {
|
|
223
|
+
type: import('vue').PropType<Function>;
|
|
224
|
+
};
|
|
241
225
|
maxlength: {
|
|
242
226
|
type: import('vue').PropType<number>;
|
|
243
227
|
default: any;
|
|
@@ -258,6 +242,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
258
242
|
type: import('vue').PropType<boolean>;
|
|
259
243
|
default: boolean;
|
|
260
244
|
};
|
|
245
|
+
clearable: {
|
|
246
|
+
type: import('vue').PropType<boolean>;
|
|
247
|
+
default: boolean;
|
|
248
|
+
};
|
|
261
249
|
focusOnReset: {
|
|
262
250
|
type: import('vue').PropType<boolean>;
|
|
263
251
|
default: boolean;
|
|
@@ -266,10 +254,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
266
254
|
type: import('vue').PropType<boolean>;
|
|
267
255
|
default: boolean;
|
|
268
256
|
};
|
|
269
|
-
inputClass: {
|
|
270
|
-
type: import('vue').PropType<string>;
|
|
271
|
-
default: string;
|
|
272
|
-
};
|
|
273
257
|
autosize: {
|
|
274
258
|
type: import('vue').PropType<boolean>;
|
|
275
259
|
default: boolean;
|
|
@@ -282,60 +266,65 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
282
266
|
type: import('vue').PropType<number>;
|
|
283
267
|
default: any;
|
|
284
268
|
};
|
|
285
|
-
|
|
286
|
-
type: import('vue').PropType<
|
|
287
|
-
default: () => {
|
|
288
|
-
min: number;
|
|
289
|
-
};
|
|
269
|
+
tooltipWidth: {
|
|
270
|
+
type: import('vue').PropType<string>;
|
|
290
271
|
};
|
|
291
|
-
|
|
292
|
-
type: import('vue').PropType<
|
|
272
|
+
prop: {
|
|
273
|
+
type: import('vue').PropType<string>;
|
|
274
|
+
default: string;
|
|
293
275
|
};
|
|
294
|
-
|
|
295
|
-
type: import('vue').PropType<
|
|
276
|
+
placeholder: {
|
|
277
|
+
type: import('vue').PropType<string>;
|
|
278
|
+
default: string;
|
|
279
|
+
};
|
|
280
|
+
inputClass: {
|
|
281
|
+
type: import('vue').PropType<string>;
|
|
282
|
+
default: string;
|
|
283
|
+
};
|
|
284
|
+
containerClass: {
|
|
285
|
+
type: import('vue').PropType<string>;
|
|
286
|
+
default: string;
|
|
296
287
|
};
|
|
297
288
|
}>> & {
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
"
|
|
303
|
-
"onTooltip-
|
|
304
|
-
"onTooltip-mouseleave"?: (...args: any[]) => any;
|
|
289
|
+
onResetValue?: () => any;
|
|
290
|
+
onTouchstart?: () => any;
|
|
291
|
+
onBlur?: () => any;
|
|
292
|
+
"onCustom-blur"?: () => any;
|
|
293
|
+
"onTooltip-mouseenter"?: () => any;
|
|
294
|
+
"onTooltip-mouseleave"?: () => any;
|
|
305
295
|
}, {
|
|
306
296
|
disabled: boolean;
|
|
307
|
-
modelValue: import('./types').TInputModelValue;
|
|
308
|
-
label: string;
|
|
309
297
|
width: string;
|
|
310
|
-
|
|
311
|
-
|
|
298
|
+
label: string;
|
|
299
|
+
showWordLimit: boolean;
|
|
312
300
|
currency: boolean;
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
prop: string;
|
|
301
|
+
password: boolean;
|
|
302
|
+
textarea: boolean;
|
|
316
303
|
helpertext: string;
|
|
317
304
|
optional: string;
|
|
318
305
|
tooltip: string;
|
|
319
|
-
|
|
320
|
-
|
|
306
|
+
leftIcon: import('../../components').TIcon;
|
|
307
|
+
rightIcon: import('../../components').TIcon;
|
|
321
308
|
round: boolean;
|
|
322
|
-
|
|
323
|
-
|
|
309
|
+
valueRange: {
|
|
310
|
+
min: number;
|
|
311
|
+
};
|
|
324
312
|
'show-word-limit': boolean;
|
|
325
313
|
maxlength: number;
|
|
326
314
|
currentPassword: boolean;
|
|
327
315
|
newPassword: boolean;
|
|
328
316
|
iconPointer: boolean;
|
|
329
317
|
customBlur: boolean;
|
|
318
|
+
clearable: boolean;
|
|
330
319
|
focusOnReset: boolean;
|
|
331
320
|
disableTrim: boolean;
|
|
332
|
-
inputClass: string;
|
|
333
321
|
autosize: boolean;
|
|
334
322
|
minRows: number;
|
|
335
323
|
maxRows: number;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
324
|
+
prop: string;
|
|
325
|
+
placeholder: string;
|
|
326
|
+
inputClass: string;
|
|
327
|
+
containerClass: string;
|
|
339
328
|
}, true, {}, {}, {
|
|
340
329
|
P: {};
|
|
341
330
|
B: {};
|
|
@@ -344,46 +333,34 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
344
333
|
M: {};
|
|
345
334
|
Defaults: {};
|
|
346
335
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
336
|
+
modelValue: import('vue').PropType<any>;
|
|
347
337
|
disabled: {
|
|
348
338
|
type: import('vue').PropType<boolean>;
|
|
349
339
|
default: boolean;
|
|
350
340
|
};
|
|
351
|
-
|
|
352
|
-
type: import('vue').PropType<import('./types').TInputModelValue>;
|
|
353
|
-
required: true;
|
|
354
|
-
default: string;
|
|
355
|
-
};
|
|
356
|
-
label: {
|
|
341
|
+
width: {
|
|
357
342
|
type: import('vue').PropType<string>;
|
|
358
343
|
default: string;
|
|
359
344
|
};
|
|
360
|
-
|
|
345
|
+
label: {
|
|
361
346
|
type: import('vue').PropType<string>;
|
|
362
347
|
default: string;
|
|
363
348
|
};
|
|
364
|
-
|
|
349
|
+
showWordLimit: {
|
|
365
350
|
type: import('vue').PropType<boolean>;
|
|
366
351
|
default: boolean;
|
|
367
352
|
};
|
|
368
|
-
placeholder: {
|
|
369
|
-
type: import('vue').PropType<string>;
|
|
370
|
-
default: string;
|
|
371
|
-
};
|
|
372
353
|
currency: {
|
|
373
354
|
type: import('vue').PropType<boolean>;
|
|
374
355
|
default: boolean;
|
|
375
356
|
};
|
|
376
|
-
|
|
377
|
-
type: import('vue').PropType<
|
|
378
|
-
default:
|
|
379
|
-
};
|
|
380
|
-
rightIcon: {
|
|
381
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
|
382
|
-
default: string;
|
|
357
|
+
password: {
|
|
358
|
+
type: import('vue').PropType<boolean>;
|
|
359
|
+
default: boolean;
|
|
383
360
|
};
|
|
384
|
-
|
|
385
|
-
type: import('vue').PropType<
|
|
386
|
-
default:
|
|
361
|
+
textarea: {
|
|
362
|
+
type: import('vue').PropType<boolean>;
|
|
363
|
+
default: boolean;
|
|
387
364
|
};
|
|
388
365
|
helpertext: {
|
|
389
366
|
type: import('vue').PropType<string>;
|
|
@@ -397,33 +374,34 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
397
374
|
type: import('vue').PropType<string>;
|
|
398
375
|
default: string;
|
|
399
376
|
};
|
|
400
|
-
|
|
401
|
-
type: import('vue').PropType<
|
|
402
|
-
default:
|
|
403
|
-
};
|
|
404
|
-
tooltipWidth: {
|
|
405
|
-
type: import('vue').PropType<string>;
|
|
377
|
+
leftIcon: {
|
|
378
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
379
|
+
default: string;
|
|
406
380
|
};
|
|
407
|
-
|
|
408
|
-
type: import('vue').PropType<
|
|
381
|
+
rightIcon: {
|
|
382
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
409
383
|
default: string;
|
|
410
384
|
};
|
|
411
385
|
round: {
|
|
412
386
|
type: import('vue').PropType<boolean>;
|
|
413
387
|
default: boolean;
|
|
414
388
|
};
|
|
415
|
-
|
|
416
|
-
type: import('vue').PropType<
|
|
417
|
-
default:
|
|
389
|
+
valueRange: {
|
|
390
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
391
|
+
default: () => {
|
|
392
|
+
min: number;
|
|
393
|
+
};
|
|
418
394
|
};
|
|
419
|
-
|
|
420
|
-
type: import('vue').PropType<
|
|
421
|
-
default: boolean;
|
|
395
|
+
currencyInputOptions: {
|
|
396
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
422
397
|
};
|
|
423
398
|
'show-word-limit': {
|
|
424
399
|
type: import('vue').PropType<boolean>;
|
|
425
400
|
default: boolean;
|
|
426
401
|
};
|
|
402
|
+
formatter: {
|
|
403
|
+
type: import('vue').PropType<Function>;
|
|
404
|
+
};
|
|
427
405
|
maxlength: {
|
|
428
406
|
type: import('vue').PropType<number>;
|
|
429
407
|
default: any;
|
|
@@ -444,6 +422,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
444
422
|
type: import('vue').PropType<boolean>;
|
|
445
423
|
default: boolean;
|
|
446
424
|
};
|
|
425
|
+
clearable: {
|
|
426
|
+
type: import('vue').PropType<boolean>;
|
|
427
|
+
default: boolean;
|
|
428
|
+
};
|
|
447
429
|
focusOnReset: {
|
|
448
430
|
type: import('vue').PropType<boolean>;
|
|
449
431
|
default: boolean;
|
|
@@ -452,10 +434,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
452
434
|
type: import('vue').PropType<boolean>;
|
|
453
435
|
default: boolean;
|
|
454
436
|
};
|
|
455
|
-
inputClass: {
|
|
456
|
-
type: import('vue').PropType<string>;
|
|
457
|
-
default: string;
|
|
458
|
-
};
|
|
459
437
|
autosize: {
|
|
460
438
|
type: import('vue').PropType<boolean>;
|
|
461
439
|
default: boolean;
|
|
@@ -468,109 +446,102 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
468
446
|
type: import('vue').PropType<number>;
|
|
469
447
|
default: any;
|
|
470
448
|
};
|
|
471
|
-
|
|
472
|
-
type: import('vue').PropType<
|
|
473
|
-
default: () => {
|
|
474
|
-
min: number;
|
|
475
|
-
};
|
|
449
|
+
tooltipWidth: {
|
|
450
|
+
type: import('vue').PropType<string>;
|
|
476
451
|
};
|
|
477
|
-
|
|
478
|
-
type: import('vue').PropType<
|
|
452
|
+
prop: {
|
|
453
|
+
type: import('vue').PropType<string>;
|
|
454
|
+
default: string;
|
|
479
455
|
};
|
|
480
|
-
|
|
481
|
-
type: import('vue').PropType<
|
|
456
|
+
placeholder: {
|
|
457
|
+
type: import('vue').PropType<string>;
|
|
458
|
+
default: string;
|
|
459
|
+
};
|
|
460
|
+
inputClass: {
|
|
461
|
+
type: import('vue').PropType<string>;
|
|
462
|
+
default: string;
|
|
463
|
+
};
|
|
464
|
+
containerClass: {
|
|
465
|
+
type: import('vue').PropType<string>;
|
|
466
|
+
default: string;
|
|
482
467
|
};
|
|
483
468
|
}>> & {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
"
|
|
489
|
-
"onTooltip-
|
|
490
|
-
"onTooltip-mouseleave"?: (...args: any[]) => any;
|
|
469
|
+
onResetValue?: () => any;
|
|
470
|
+
onTouchstart?: () => any;
|
|
471
|
+
onBlur?: () => any;
|
|
472
|
+
"onCustom-blur"?: () => any;
|
|
473
|
+
"onTooltip-mouseenter"?: () => any;
|
|
474
|
+
"onTooltip-mouseleave"?: () => any;
|
|
491
475
|
}, {
|
|
492
476
|
blurInput: (mob?: boolean) => void;
|
|
493
477
|
focusInput: () => void;
|
|
494
478
|
getId: () => string;
|
|
495
479
|
}, {}, {}, {}, {
|
|
496
480
|
disabled: boolean;
|
|
497
|
-
modelValue: import('./types').TInputModelValue;
|
|
498
|
-
label: string;
|
|
499
481
|
width: string;
|
|
500
|
-
|
|
501
|
-
|
|
482
|
+
label: string;
|
|
483
|
+
showWordLimit: boolean;
|
|
502
484
|
currency: boolean;
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
prop: string;
|
|
485
|
+
password: boolean;
|
|
486
|
+
textarea: boolean;
|
|
506
487
|
helpertext: string;
|
|
507
488
|
optional: string;
|
|
508
489
|
tooltip: string;
|
|
509
|
-
|
|
510
|
-
|
|
490
|
+
leftIcon: import('../../components').TIcon;
|
|
491
|
+
rightIcon: import('../../components').TIcon;
|
|
511
492
|
round: boolean;
|
|
512
|
-
|
|
513
|
-
|
|
493
|
+
valueRange: {
|
|
494
|
+
min: number;
|
|
495
|
+
};
|
|
514
496
|
'show-word-limit': boolean;
|
|
515
497
|
maxlength: number;
|
|
516
498
|
currentPassword: boolean;
|
|
517
499
|
newPassword: boolean;
|
|
518
500
|
iconPointer: boolean;
|
|
519
501
|
customBlur: boolean;
|
|
502
|
+
clearable: boolean;
|
|
520
503
|
focusOnReset: boolean;
|
|
521
504
|
disableTrim: boolean;
|
|
522
|
-
inputClass: string;
|
|
523
505
|
autosize: boolean;
|
|
524
506
|
minRows: number;
|
|
525
507
|
maxRows: number;
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
508
|
+
prop: string;
|
|
509
|
+
placeholder: string;
|
|
510
|
+
inputClass: string;
|
|
511
|
+
containerClass: string;
|
|
529
512
|
}>;
|
|
530
513
|
__isFragment?: never;
|
|
531
514
|
__isTeleport?: never;
|
|
532
515
|
__isSuspense?: never;
|
|
533
516
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
517
|
+
modelValue: import('vue').PropType<any>;
|
|
534
518
|
disabled: {
|
|
535
519
|
type: import('vue').PropType<boolean>;
|
|
536
520
|
default: boolean;
|
|
537
521
|
};
|
|
538
|
-
|
|
539
|
-
type: import('vue').PropType<import('./types').TInputModelValue>;
|
|
540
|
-
required: true;
|
|
541
|
-
default: string;
|
|
542
|
-
};
|
|
543
|
-
label: {
|
|
522
|
+
width: {
|
|
544
523
|
type: import('vue').PropType<string>;
|
|
545
524
|
default: string;
|
|
546
525
|
};
|
|
547
|
-
|
|
526
|
+
label: {
|
|
548
527
|
type: import('vue').PropType<string>;
|
|
549
528
|
default: string;
|
|
550
529
|
};
|
|
551
|
-
|
|
530
|
+
showWordLimit: {
|
|
552
531
|
type: import('vue').PropType<boolean>;
|
|
553
532
|
default: boolean;
|
|
554
533
|
};
|
|
555
|
-
placeholder: {
|
|
556
|
-
type: import('vue').PropType<string>;
|
|
557
|
-
default: string;
|
|
558
|
-
};
|
|
559
534
|
currency: {
|
|
560
535
|
type: import('vue').PropType<boolean>;
|
|
561
536
|
default: boolean;
|
|
562
537
|
};
|
|
563
|
-
|
|
564
|
-
type: import('vue').PropType<
|
|
565
|
-
default:
|
|
566
|
-
};
|
|
567
|
-
rightIcon: {
|
|
568
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
|
569
|
-
default: string;
|
|
538
|
+
password: {
|
|
539
|
+
type: import('vue').PropType<boolean>;
|
|
540
|
+
default: boolean;
|
|
570
541
|
};
|
|
571
|
-
|
|
572
|
-
type: import('vue').PropType<
|
|
573
|
-
default:
|
|
542
|
+
textarea: {
|
|
543
|
+
type: import('vue').PropType<boolean>;
|
|
544
|
+
default: boolean;
|
|
574
545
|
};
|
|
575
546
|
helpertext: {
|
|
576
547
|
type: import('vue').PropType<string>;
|
|
@@ -584,33 +555,34 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
584
555
|
type: import('vue').PropType<string>;
|
|
585
556
|
default: string;
|
|
586
557
|
};
|
|
587
|
-
|
|
588
|
-
type: import('vue').PropType<
|
|
589
|
-
default:
|
|
590
|
-
};
|
|
591
|
-
tooltipWidth: {
|
|
592
|
-
type: import('vue').PropType<string>;
|
|
558
|
+
leftIcon: {
|
|
559
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
560
|
+
default: string;
|
|
593
561
|
};
|
|
594
|
-
|
|
595
|
-
type: import('vue').PropType<
|
|
562
|
+
rightIcon: {
|
|
563
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
596
564
|
default: string;
|
|
597
565
|
};
|
|
598
566
|
round: {
|
|
599
567
|
type: import('vue').PropType<boolean>;
|
|
600
568
|
default: boolean;
|
|
601
569
|
};
|
|
602
|
-
|
|
603
|
-
type: import('vue').PropType<
|
|
604
|
-
default:
|
|
570
|
+
valueRange: {
|
|
571
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
572
|
+
default: () => {
|
|
573
|
+
min: number;
|
|
574
|
+
};
|
|
605
575
|
};
|
|
606
|
-
|
|
607
|
-
type: import('vue').PropType<
|
|
608
|
-
default: boolean;
|
|
576
|
+
currencyInputOptions: {
|
|
577
|
+
type: import('vue').PropType<import('vue-currency-input').CurrencyInputOptions>;
|
|
609
578
|
};
|
|
610
579
|
'show-word-limit': {
|
|
611
580
|
type: import('vue').PropType<boolean>;
|
|
612
581
|
default: boolean;
|
|
613
582
|
};
|
|
583
|
+
formatter: {
|
|
584
|
+
type: import('vue').PropType<Function>;
|
|
585
|
+
};
|
|
614
586
|
maxlength: {
|
|
615
587
|
type: import('vue').PropType<number>;
|
|
616
588
|
default: any;
|
|
@@ -631,6 +603,10 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
631
603
|
type: import('vue').PropType<boolean>;
|
|
632
604
|
default: boolean;
|
|
633
605
|
};
|
|
606
|
+
clearable: {
|
|
607
|
+
type: import('vue').PropType<boolean>;
|
|
608
|
+
default: boolean;
|
|
609
|
+
};
|
|
634
610
|
focusOnReset: {
|
|
635
611
|
type: import('vue').PropType<boolean>;
|
|
636
612
|
default: boolean;
|
|
@@ -639,10 +615,6 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
639
615
|
type: import('vue').PropType<boolean>;
|
|
640
616
|
default: boolean;
|
|
641
617
|
};
|
|
642
|
-
inputClass: {
|
|
643
|
-
type: import('vue').PropType<string>;
|
|
644
|
-
default: string;
|
|
645
|
-
};
|
|
646
618
|
autosize: {
|
|
647
619
|
type: import('vue').PropType<boolean>;
|
|
648
620
|
default: boolean;
|
|
@@ -655,75 +627,85 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
655
627
|
type: import('vue').PropType<number>;
|
|
656
628
|
default: any;
|
|
657
629
|
};
|
|
658
|
-
|
|
659
|
-
type: import('vue').PropType<
|
|
660
|
-
default: () => {
|
|
661
|
-
min: number;
|
|
662
|
-
};
|
|
630
|
+
tooltipWidth: {
|
|
631
|
+
type: import('vue').PropType<string>;
|
|
663
632
|
};
|
|
664
|
-
|
|
665
|
-
type: import('vue').PropType<
|
|
633
|
+
prop: {
|
|
634
|
+
type: import('vue').PropType<string>;
|
|
635
|
+
default: string;
|
|
666
636
|
};
|
|
667
|
-
|
|
668
|
-
type: import('vue').PropType<
|
|
637
|
+
placeholder: {
|
|
638
|
+
type: import('vue').PropType<string>;
|
|
639
|
+
default: string;
|
|
640
|
+
};
|
|
641
|
+
inputClass: {
|
|
642
|
+
type: import('vue').PropType<string>;
|
|
643
|
+
default: string;
|
|
644
|
+
};
|
|
645
|
+
containerClass: {
|
|
646
|
+
type: import('vue').PropType<string>;
|
|
647
|
+
default: string;
|
|
669
648
|
};
|
|
670
649
|
}>> & {
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
"
|
|
676
|
-
"onTooltip-
|
|
677
|
-
"onTooltip-mouseleave"?: (...args: any[]) => any;
|
|
650
|
+
onResetValue?: () => any;
|
|
651
|
+
onTouchstart?: () => any;
|
|
652
|
+
onBlur?: () => any;
|
|
653
|
+
"onCustom-blur"?: () => any;
|
|
654
|
+
"onTooltip-mouseenter"?: () => any;
|
|
655
|
+
"onTooltip-mouseleave"?: () => any;
|
|
678
656
|
}, {
|
|
679
657
|
blurInput: (mob?: boolean) => void;
|
|
680
658
|
focusInput: () => void;
|
|
681
659
|
getId: () => string;
|
|
682
660
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
683
|
-
|
|
684
|
-
touchstart: (
|
|
685
|
-
blur: (
|
|
686
|
-
|
|
687
|
-
"
|
|
688
|
-
"tooltip-
|
|
689
|
-
"tooltip-mouseleave": (...args: any[]) => void;
|
|
661
|
+
resetValue: () => void;
|
|
662
|
+
touchstart: () => void;
|
|
663
|
+
blur: () => void;
|
|
664
|
+
"custom-blur": () => void;
|
|
665
|
+
"tooltip-mouseenter": () => void;
|
|
666
|
+
"tooltip-mouseleave": () => void;
|
|
690
667
|
}, string, {
|
|
691
668
|
disabled: boolean;
|
|
692
|
-
modelValue: import('./types').TInputModelValue;
|
|
693
|
-
label: string;
|
|
694
669
|
width: string;
|
|
695
|
-
|
|
696
|
-
|
|
670
|
+
label: string;
|
|
671
|
+
showWordLimit: boolean;
|
|
697
672
|
currency: boolean;
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
prop: string;
|
|
673
|
+
password: boolean;
|
|
674
|
+
textarea: boolean;
|
|
701
675
|
helpertext: string;
|
|
702
676
|
optional: string;
|
|
703
677
|
tooltip: string;
|
|
704
|
-
|
|
705
|
-
|
|
678
|
+
leftIcon: import('../../components').TIcon;
|
|
679
|
+
rightIcon: import('../../components').TIcon;
|
|
706
680
|
round: boolean;
|
|
707
|
-
|
|
708
|
-
|
|
681
|
+
valueRange: {
|
|
682
|
+
min: number;
|
|
683
|
+
};
|
|
709
684
|
'show-word-limit': boolean;
|
|
710
685
|
maxlength: number;
|
|
711
686
|
currentPassword: boolean;
|
|
712
687
|
newPassword: boolean;
|
|
713
688
|
iconPointer: boolean;
|
|
714
689
|
customBlur: boolean;
|
|
690
|
+
clearable: boolean;
|
|
715
691
|
focusOnReset: boolean;
|
|
716
692
|
disableTrim: boolean;
|
|
717
|
-
inputClass: string;
|
|
718
693
|
autosize: boolean;
|
|
719
694
|
minRows: number;
|
|
720
695
|
maxRows: number;
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
696
|
+
prop: string;
|
|
697
|
+
placeholder: string;
|
|
698
|
+
inputClass: string;
|
|
699
|
+
containerClass: string;
|
|
724
700
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
725
701
|
$slots: {
|
|
726
702
|
"tooltip-text"?(_: {}): any;
|
|
727
703
|
};
|
|
728
704
|
})>;
|
|
729
705
|
export default PlInputPlus;
|
|
706
|
+
export type { IPlInputPlusProps };
|
|
707
|
+
declare module 'vue' {
|
|
708
|
+
interface GlobalComponents {
|
|
709
|
+
PlInputPlus: import('vue').DefineComponent<IPlInputPlusProps>;
|
|
710
|
+
}
|
|
711
|
+
}
|