@factoringplus/pl-components-pack-v3 1.13.4 → 1.13.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/{crypto-pro-actual-cades-plugin-b763ca04.cjs → crypto-pro-actual-cades-plugin-00e94b0e.cjs} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-21690d4e.js → crypto-pro-actual-cades-plugin-6de44578.js} +1 -1
- package/dist/{entry-a2ad1f2f.js → entry-408d6e03.js} +4411 -4407
- package/dist/{entry-c4b485d2.cjs → entry-a17d0f2b.cjs} +27 -27
- 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/index.d.ts +21 -20
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +21 -20
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-dialog/index.d.ts +21 -20
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-link/index.d.ts +2 -1
- package/dist/src/components/basic/pl-scrollbar/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +4 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +5 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/index.d.ts +7 -6
- package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +9 -8
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +1 -1
- package/dist/src/components/data/pl-action-bar/components/pl-action-button/index.d.ts +2 -1
- package/dist/src/components/data/pl-action-bar/index.d.ts +2 -1
- package/dist/src/components/data/pl-banner/index.d.ts +2 -1
- package/dist/src/components/data/pl-card/index.d.ts +2 -1
- package/dist/src/components/data/pl-multitab/index.d.ts +2 -1
- package/dist/src/components/data/pl-onboarding/index.d.ts +25 -24
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +11 -11
- package/dist/src/components/data/pl-progress/index.d.ts +5 -4
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +1 -1
- package/dist/src/components/data/pl-sign-error/index.d.ts +2 -1
- package/dist/src/components/data/pl-signing/index.d.ts +2 -1
- package/dist/src/components/data/pl-snackbar/index.d.ts +3 -3
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-stepper/index.d.ts +21 -20
- package/dist/src/components/data/pl-table-plus/index.d.ts +150 -149
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +72 -72
- package/dist/src/components/data/pl-tabs/index.d.ts +2 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +9 -8
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -1
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +30 -30
- package/dist/src/components/form/pl-autocomplete/index.d.ts +75 -74
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +35 -35
- package/dist/src/components/form/pl-checkbox-plus/index.d.ts +9 -8
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-form/index.d.ts +26 -25
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +30 -30
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +24 -24
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +18 -18
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +33 -33
- package/dist/src/components/form/pl-input-plus/index.d.ts +127 -126
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-multi-select/index.d.ts +40 -39
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +18 -18
- package/dist/src/components/form/pl-radio/index.d.ts +9 -8
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +3 -3
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-select-plus/index.d.ts +40 -39
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-switch/index.d.ts +2 -1
- package/dist/src/components/form/pl-upload-plus/index.d.ts +21 -20
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +9 -9
- package/dist/src/components/shared/pl-dropdown/index.d.ts +29 -28
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +13 -13
- package/dist/src/components/shared/pl-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-label/index.d.ts +2 -1
- package/dist/src/components/shared/pl-mark-text/index.d.ts +2 -1
- package/dist/src/components/shared/pl-option/index.d.ts +2 -1
- package/dist/src/components/shared/pl-status-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-tab-pane/index.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +4 -3
package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts
CHANGED
|
@@ -3,6 +3,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
3
3
|
isOpen: import('vue').PropType<boolean>;
|
|
4
4
|
dateValue: import('vue').PropType<string>;
|
|
5
5
|
modelValue: import('vue').PropType<string>;
|
|
6
|
+
mobile: {
|
|
7
|
+
type: import('vue').PropType<boolean>;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
6
10
|
idProp: {
|
|
7
11
|
type: import('vue').PropType<string>;
|
|
8
12
|
default: string;
|
|
@@ -11,10 +15,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
15
|
type: import('vue').PropType<HTMLElement>;
|
|
12
16
|
required: true;
|
|
13
17
|
};
|
|
14
|
-
mobile: {
|
|
15
|
-
type: import('vue').PropType<boolean>;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
18
|
monthSwitch: {
|
|
19
19
|
type: import('vue').PropType<boolean>;
|
|
20
20
|
default: boolean;
|
|
@@ -38,6 +38,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
38
38
|
isOpen: import('vue').PropType<boolean>;
|
|
39
39
|
dateValue: import('vue').PropType<string>;
|
|
40
40
|
modelValue: import('vue').PropType<string>;
|
|
41
|
+
mobile: {
|
|
42
|
+
type: import('vue').PropType<boolean>;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
41
45
|
idProp: {
|
|
42
46
|
type: import('vue').PropType<string>;
|
|
43
47
|
default: string;
|
|
@@ -46,10 +50,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
46
50
|
type: import('vue').PropType<HTMLElement>;
|
|
47
51
|
required: true;
|
|
48
52
|
};
|
|
49
|
-
mobile: {
|
|
50
|
-
type: import('vue').PropType<boolean>;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
53
|
monthSwitch: {
|
|
54
54
|
type: import('vue').PropType<boolean>;
|
|
55
55
|
default: boolean;
|
|
@@ -67,8 +67,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
67
67
|
"onUpdate:dateValue"?: (...args: any[]) => any;
|
|
68
68
|
onClosePickerOnMobile?: (...args: any[]) => any;
|
|
69
69
|
}, {
|
|
70
|
-
idProp: string;
|
|
71
70
|
mobile: boolean;
|
|
71
|
+
idProp: string;
|
|
72
72
|
monthSwitch: boolean;
|
|
73
73
|
yearSwitch: boolean;
|
|
74
74
|
}, {}>;
|
|
@@ -12,6 +12,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
12
12
|
type: import('vue').PropType<string>;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
+
prop: {
|
|
16
|
+
type: import('vue').PropType<string>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
placeholder: {
|
|
20
|
+
type: import('vue').PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
15
23
|
helpertext: {
|
|
16
24
|
type: import('vue').PropType<string>;
|
|
17
25
|
default: string;
|
|
@@ -31,14 +39,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
31
39
|
tooltipWidth: {
|
|
32
40
|
type: import('vue').PropType<string>;
|
|
33
41
|
};
|
|
34
|
-
prop: {
|
|
35
|
-
type: import('vue').PropType<string>;
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
placeholder: {
|
|
39
|
-
type: import('vue').PropType<string>;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
42
|
showInput: {
|
|
43
43
|
type: import('vue').PropType<boolean>;
|
|
44
44
|
default: boolean;
|
|
@@ -79,6 +79,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
79
79
|
type: import('vue').PropType<string>;
|
|
80
80
|
default: string;
|
|
81
81
|
};
|
|
82
|
+
prop: {
|
|
83
|
+
type: import('vue').PropType<string>;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
placeholder: {
|
|
87
|
+
type: import('vue').PropType<string>;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
82
90
|
helpertext: {
|
|
83
91
|
type: import('vue').PropType<string>;
|
|
84
92
|
default: string;
|
|
@@ -98,14 +106,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
98
106
|
tooltipWidth: {
|
|
99
107
|
type: import('vue').PropType<string>;
|
|
100
108
|
};
|
|
101
|
-
prop: {
|
|
102
|
-
type: import('vue').PropType<string>;
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
|
-
placeholder: {
|
|
106
|
-
type: import('vue').PropType<string>;
|
|
107
|
-
default: string;
|
|
108
|
-
};
|
|
109
109
|
showInput: {
|
|
110
110
|
type: import('vue').PropType<boolean>;
|
|
111
111
|
default: boolean;
|
|
@@ -134,12 +134,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
134
134
|
disabled: boolean;
|
|
135
135
|
width: string;
|
|
136
136
|
label: string;
|
|
137
|
+
prop: string;
|
|
138
|
+
placeholder: string;
|
|
137
139
|
helpertext: string;
|
|
138
140
|
optional: string;
|
|
139
141
|
tooltip: string;
|
|
140
142
|
clearable: boolean;
|
|
141
|
-
prop: string;
|
|
142
|
-
placeholder: string;
|
|
143
143
|
showInput: boolean;
|
|
144
144
|
monthSwitch: boolean;
|
|
145
145
|
yearSwitch: boolean;
|
|
@@ -12,6 +12,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
12
12
|
type: import('vue').PropType<string>;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
+
prop: {
|
|
16
|
+
type: import('vue').PropType<string>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
placeholder: {
|
|
20
|
+
type: import('vue').PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
15
23
|
helpertext: {
|
|
16
24
|
type: import('vue').PropType<string>;
|
|
17
25
|
default: string;
|
|
@@ -35,14 +43,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
35
43
|
tooltipWidth: {
|
|
36
44
|
type: import('vue').PropType<string>;
|
|
37
45
|
};
|
|
38
|
-
prop: {
|
|
39
|
-
type: import('vue').PropType<string>;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
placeholder: {
|
|
43
|
-
type: import('vue').PropType<string>;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
46
|
showInput: {
|
|
47
47
|
type: import('vue').PropType<boolean>;
|
|
48
48
|
default: boolean;
|
|
@@ -90,6 +90,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
90
90
|
type: import('vue').PropType<string>;
|
|
91
91
|
default: string;
|
|
92
92
|
};
|
|
93
|
+
prop: {
|
|
94
|
+
type: import('vue').PropType<string>;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
placeholder: {
|
|
98
|
+
type: import('vue').PropType<string>;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
93
101
|
helpertext: {
|
|
94
102
|
type: import('vue').PropType<string>;
|
|
95
103
|
default: string;
|
|
@@ -113,14 +121,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
113
121
|
tooltipWidth: {
|
|
114
122
|
type: import('vue').PropType<string>;
|
|
115
123
|
};
|
|
116
|
-
prop: {
|
|
117
|
-
type: import('vue').PropType<string>;
|
|
118
|
-
default: string;
|
|
119
|
-
};
|
|
120
|
-
placeholder: {
|
|
121
|
-
type: import('vue').PropType<string>;
|
|
122
|
-
default: string;
|
|
123
|
-
};
|
|
124
124
|
showInput: {
|
|
125
125
|
type: import('vue').PropType<boolean>;
|
|
126
126
|
default: boolean;
|
|
@@ -156,13 +156,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
156
156
|
disabled: boolean;
|
|
157
157
|
width: string;
|
|
158
158
|
label: string;
|
|
159
|
+
prop: string;
|
|
160
|
+
placeholder: string;
|
|
159
161
|
helpertext: string;
|
|
160
162
|
optional: string;
|
|
161
163
|
tooltip: string;
|
|
162
164
|
clearable: boolean;
|
|
163
165
|
focusOnReset: boolean;
|
|
164
|
-
prop: string;
|
|
165
|
-
placeholder: string;
|
|
166
166
|
showInput: boolean;
|
|
167
167
|
periods: boolean;
|
|
168
168
|
periodOptions: string[];
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
+
import { default as Form } from './pl-form.vue';
|
|
1
2
|
import { IFormProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlForm: import('../../../install-function').SFCInstallWithContext<{
|
|
4
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
|
-
model: {
|
|
6
|
-
type: import('vue').PropType<{
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
}>;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
6
|
rules: {
|
|
12
7
|
type: import('vue').PropType<import('async-validator').Rules>;
|
|
13
8
|
default: () => {};
|
|
@@ -16,6 +11,12 @@ export declare const PlForm: import('../../../install-function').SFCInstallWithC
|
|
|
16
11
|
type: import('vue').PropType<import('async-validator').ValidateError[]>;
|
|
17
12
|
default: () => any[];
|
|
18
13
|
};
|
|
14
|
+
model: {
|
|
15
|
+
type: import('vue').PropType<{
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
}>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
19
20
|
}>> & {
|
|
20
21
|
"onUpdate:modelErrorsState"?: (...args: any[]) => any;
|
|
21
22
|
}, {
|
|
@@ -27,12 +28,6 @@ export declare const PlForm: import('../../../install-function').SFCInstallWithC
|
|
|
27
28
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
29
|
"update:modelErrorsState": (...args: any[]) => void;
|
|
29
30
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
-
model: {
|
|
31
|
-
type: import('vue').PropType<{
|
|
32
|
-
[key: string]: any;
|
|
33
|
-
}>;
|
|
34
|
-
required: true;
|
|
35
|
-
};
|
|
36
31
|
rules: {
|
|
37
32
|
type: import('vue').PropType<import('async-validator').Rules>;
|
|
38
33
|
default: () => {};
|
|
@@ -41,6 +36,12 @@ export declare const PlForm: import('../../../install-function').SFCInstallWithC
|
|
|
41
36
|
type: import('vue').PropType<import('async-validator').ValidateError[]>;
|
|
42
37
|
default: () => any[];
|
|
43
38
|
};
|
|
39
|
+
model: {
|
|
40
|
+
type: import('vue').PropType<{
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
}>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
44
45
|
}>> & {
|
|
45
46
|
"onUpdate:modelErrorsState"?: (...args: any[]) => any;
|
|
46
47
|
}, {
|
|
@@ -54,12 +55,6 @@ export declare const PlForm: import('../../../install-function').SFCInstallWithC
|
|
|
54
55
|
M: {};
|
|
55
56
|
Defaults: {};
|
|
56
57
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
57
|
-
model: {
|
|
58
|
-
type: import('vue').PropType<{
|
|
59
|
-
[key: string]: any;
|
|
60
|
-
}>;
|
|
61
|
-
required: true;
|
|
62
|
-
};
|
|
63
58
|
rules: {
|
|
64
59
|
type: import('vue').PropType<import('async-validator').Rules>;
|
|
65
60
|
default: () => {};
|
|
@@ -68,6 +63,12 @@ export declare const PlForm: import('../../../install-function').SFCInstallWithC
|
|
|
68
63
|
type: import('vue').PropType<import('async-validator').ValidateError[]>;
|
|
69
64
|
default: () => any[];
|
|
70
65
|
};
|
|
66
|
+
model: {
|
|
67
|
+
type: import('vue').PropType<{
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
}>;
|
|
70
|
+
required: true;
|
|
71
|
+
};
|
|
71
72
|
}>> & {
|
|
72
73
|
"onUpdate:modelErrorsState"?: (...args: any[]) => any;
|
|
73
74
|
}, {
|
|
@@ -84,12 +85,6 @@ export declare const PlForm: import('../../../install-function').SFCInstallWithC
|
|
|
84
85
|
__isTeleport?: never;
|
|
85
86
|
__isSuspense?: never;
|
|
86
87
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
87
|
-
model: {
|
|
88
|
-
type: import('vue').PropType<{
|
|
89
|
-
[key: string]: any;
|
|
90
|
-
}>;
|
|
91
|
-
required: true;
|
|
92
|
-
};
|
|
93
88
|
rules: {
|
|
94
89
|
type: import('vue').PropType<import('async-validator').Rules>;
|
|
95
90
|
default: () => {};
|
|
@@ -98,6 +93,12 @@ export declare const PlForm: import('../../../install-function').SFCInstallWithC
|
|
|
98
93
|
type: import('vue').PropType<import('async-validator').ValidateError[]>;
|
|
99
94
|
default: () => any[];
|
|
100
95
|
};
|
|
96
|
+
model: {
|
|
97
|
+
type: import('vue').PropType<{
|
|
98
|
+
[key: string]: any;
|
|
99
|
+
}>;
|
|
100
|
+
required: true;
|
|
101
|
+
};
|
|
101
102
|
}>> & {
|
|
102
103
|
"onUpdate:modelErrorsState"?: (...args: any[]) => any;
|
|
103
104
|
}, {
|
|
@@ -120,6 +121,6 @@ export default PlForm;
|
|
|
120
121
|
export type { IFormProps };
|
|
121
122
|
declare module 'vue' {
|
|
122
123
|
interface GlobalComponents {
|
|
123
|
-
PlForm:
|
|
124
|
+
PlForm: typeof Form;
|
|
124
125
|
}
|
|
125
126
|
}
|
|
@@ -6,6 +6,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
6
6
|
type: import('vue').PropType<boolean>;
|
|
7
7
|
default: boolean;
|
|
8
8
|
};
|
|
9
|
+
prop: {
|
|
10
|
+
type: import('vue').PropType<string>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
placeholder: {
|
|
14
|
+
type: import('vue').PropType<string>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
9
17
|
leftIcon: {
|
|
10
18
|
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
11
19
|
default: string;
|
|
@@ -18,24 +26,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
18
26
|
type: import('vue').PropType<boolean>;
|
|
19
27
|
default: boolean;
|
|
20
28
|
};
|
|
21
|
-
valueRange: {
|
|
22
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
23
|
-
};
|
|
24
|
-
currencyInputOptions: {
|
|
25
|
-
type: import('vue').PropType<CurrencyInputOptions>;
|
|
26
|
-
};
|
|
27
29
|
clearable: {
|
|
28
30
|
type: import('vue').PropType<boolean>;
|
|
29
31
|
default: boolean;
|
|
30
32
|
};
|
|
31
|
-
prop: {
|
|
32
|
-
type: import('vue').PropType<string>;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
placeholder: {
|
|
36
|
-
type: import('vue').PropType<string>;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
33
|
inputClass: {
|
|
40
34
|
type: import('vue').PropType<string>;
|
|
41
35
|
default: string;
|
|
@@ -43,6 +37,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
43
37
|
containerClass: {
|
|
44
38
|
type: import('vue').PropType<string>;
|
|
45
39
|
};
|
|
40
|
+
valueRange: {
|
|
41
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
42
|
+
};
|
|
43
|
+
currencyInputOptions: {
|
|
44
|
+
type: import('vue').PropType<CurrencyInputOptions>;
|
|
45
|
+
};
|
|
46
46
|
id: {
|
|
47
47
|
type: import('vue').PropType<string>;
|
|
48
48
|
required: true;
|
|
@@ -56,6 +56,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
56
56
|
type: import('vue').PropType<boolean>;
|
|
57
57
|
default: boolean;
|
|
58
58
|
};
|
|
59
|
+
prop: {
|
|
60
|
+
type: import('vue').PropType<string>;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
placeholder: {
|
|
64
|
+
type: import('vue').PropType<string>;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
59
67
|
leftIcon: {
|
|
60
68
|
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
61
69
|
default: string;
|
|
@@ -68,24 +76,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
68
76
|
type: import('vue').PropType<boolean>;
|
|
69
77
|
default: boolean;
|
|
70
78
|
};
|
|
71
|
-
valueRange: {
|
|
72
|
-
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
73
|
-
};
|
|
74
|
-
currencyInputOptions: {
|
|
75
|
-
type: import('vue').PropType<CurrencyInputOptions>;
|
|
76
|
-
};
|
|
77
79
|
clearable: {
|
|
78
80
|
type: import('vue').PropType<boolean>;
|
|
79
81
|
default: boolean;
|
|
80
82
|
};
|
|
81
|
-
prop: {
|
|
82
|
-
type: import('vue').PropType<string>;
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
placeholder: {
|
|
86
|
-
type: import('vue').PropType<string>;
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
83
|
inputClass: {
|
|
90
84
|
type: import('vue').PropType<string>;
|
|
91
85
|
default: string;
|
|
@@ -93,6 +87,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
93
87
|
containerClass: {
|
|
94
88
|
type: import('vue').PropType<string>;
|
|
95
89
|
};
|
|
90
|
+
valueRange: {
|
|
91
|
+
type: import('vue').PropType<import('vue-currency-input').NumberRange>;
|
|
92
|
+
};
|
|
93
|
+
currencyInputOptions: {
|
|
94
|
+
type: import('vue').PropType<CurrencyInputOptions>;
|
|
95
|
+
};
|
|
96
96
|
id: {
|
|
97
97
|
type: import('vue').PropType<string>;
|
|
98
98
|
required: true;
|
|
@@ -102,12 +102,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
102
102
|
onBlur?: () => any;
|
|
103
103
|
}, {
|
|
104
104
|
disabled: boolean;
|
|
105
|
+
prop: string;
|
|
106
|
+
placeholder: string;
|
|
105
107
|
leftIcon: import('../../../components').TIcon;
|
|
106
108
|
rightIcon: import('../../../components').TIcon;
|
|
107
109
|
round: boolean;
|
|
108
110
|
clearable: boolean;
|
|
109
|
-
prop: string;
|
|
110
|
-
placeholder: string;
|
|
111
111
|
inputClass: string;
|
|
112
112
|
}, {}>;
|
|
113
113
|
export default _default;
|
|
@@ -6,10 +6,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
6
6
|
type: import('vue').PropType<boolean>;
|
|
7
7
|
default: boolean;
|
|
8
8
|
};
|
|
9
|
+
prop: {
|
|
10
|
+
type: import('vue').PropType<string>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
9
13
|
showWordLimit: {
|
|
10
14
|
type: import('vue').PropType<boolean>;
|
|
11
15
|
default: boolean;
|
|
12
16
|
};
|
|
17
|
+
placeholder: {
|
|
18
|
+
type: import('vue').PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
13
21
|
leftIcon: {
|
|
14
22
|
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
15
23
|
default: string;
|
|
@@ -18,9 +26,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
18
26
|
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
19
27
|
default: string;
|
|
20
28
|
};
|
|
21
|
-
formatter: {
|
|
22
|
-
type: import('vue').PropType<Function>;
|
|
23
|
-
};
|
|
24
29
|
maxlength: {
|
|
25
30
|
type: import('vue').PropType<number>;
|
|
26
31
|
default: any;
|
|
@@ -37,14 +42,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
37
42
|
type: import('vue').PropType<boolean>;
|
|
38
43
|
default: boolean;
|
|
39
44
|
};
|
|
40
|
-
prop: {
|
|
41
|
-
type: import('vue').PropType<string>;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
placeholder: {
|
|
45
|
-
type: import('vue').PropType<string>;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
45
|
inputClass: {
|
|
49
46
|
type: import('vue').PropType<string>;
|
|
50
47
|
default: string;
|
|
@@ -52,6 +49,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
52
49
|
containerClass: {
|
|
53
50
|
type: import('vue').PropType<string>;
|
|
54
51
|
};
|
|
52
|
+
formatter: {
|
|
53
|
+
type: import('vue').PropType<Function>;
|
|
54
|
+
};
|
|
55
55
|
id: {
|
|
56
56
|
type: import('vue').PropType<string>;
|
|
57
57
|
required: true;
|
|
@@ -70,10 +70,18 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
70
70
|
type: import('vue').PropType<boolean>;
|
|
71
71
|
default: boolean;
|
|
72
72
|
};
|
|
73
|
+
prop: {
|
|
74
|
+
type: import('vue').PropType<string>;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
73
77
|
showWordLimit: {
|
|
74
78
|
type: import('vue').PropType<boolean>;
|
|
75
79
|
default: boolean;
|
|
76
80
|
};
|
|
81
|
+
placeholder: {
|
|
82
|
+
type: import('vue').PropType<string>;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
77
85
|
leftIcon: {
|
|
78
86
|
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
79
87
|
default: string;
|
|
@@ -82,9 +90,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
82
90
|
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
83
91
|
default: string;
|
|
84
92
|
};
|
|
85
|
-
formatter: {
|
|
86
|
-
type: import('vue').PropType<Function>;
|
|
87
|
-
};
|
|
88
93
|
maxlength: {
|
|
89
94
|
type: import('vue').PropType<number>;
|
|
90
95
|
default: any;
|
|
@@ -101,14 +106,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
101
106
|
type: import('vue').PropType<boolean>;
|
|
102
107
|
default: boolean;
|
|
103
108
|
};
|
|
104
|
-
prop: {
|
|
105
|
-
type: import('vue').PropType<string>;
|
|
106
|
-
default: string;
|
|
107
|
-
};
|
|
108
|
-
placeholder: {
|
|
109
|
-
type: import('vue').PropType<string>;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
109
|
inputClass: {
|
|
113
110
|
type: import('vue').PropType<string>;
|
|
114
111
|
default: string;
|
|
@@ -116,6 +113,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
116
113
|
containerClass: {
|
|
117
114
|
type: import('vue').PropType<string>;
|
|
118
115
|
};
|
|
116
|
+
formatter: {
|
|
117
|
+
type: import('vue').PropType<Function>;
|
|
118
|
+
};
|
|
119
119
|
id: {
|
|
120
120
|
type: import('vue').PropType<string>;
|
|
121
121
|
required: true;
|
|
@@ -130,15 +130,15 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
130
130
|
onTabHandler?: () => any;
|
|
131
131
|
}, {
|
|
132
132
|
disabled: boolean;
|
|
133
|
+
prop: string;
|
|
133
134
|
showWordLimit: boolean;
|
|
135
|
+
placeholder: string;
|
|
134
136
|
leftIcon: import('../../../components').TIcon;
|
|
135
137
|
rightIcon: import('../../../components').TIcon;
|
|
136
138
|
maxlength: number;
|
|
137
139
|
iconPointer: boolean;
|
|
138
140
|
customBlur: boolean;
|
|
139
141
|
clearable: boolean;
|
|
140
|
-
prop: string;
|
|
141
|
-
placeholder: string;
|
|
142
142
|
inputClass: string;
|
|
143
143
|
id: string;
|
|
144
144
|
}, {}>;
|
|
@@ -4,6 +4,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
4
4
|
type: import('vue').PropType<boolean>;
|
|
5
5
|
default: boolean;
|
|
6
6
|
};
|
|
7
|
+
prop: {
|
|
8
|
+
type: import('vue').PropType<string>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
placeholder: {
|
|
12
|
+
type: import('vue').PropType<string>;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
7
15
|
leftIcon: {
|
|
8
16
|
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
9
17
|
};
|
|
@@ -15,14 +23,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
15
23
|
type: import('vue').PropType<boolean>;
|
|
16
24
|
default: boolean;
|
|
17
25
|
};
|
|
18
|
-
prop: {
|
|
19
|
-
type: import('vue').PropType<string>;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
placeholder: {
|
|
23
|
-
type: import('vue').PropType<string>;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
26
|
inputClass: {
|
|
27
27
|
type: import('vue').PropType<string>;
|
|
28
28
|
default: string;
|
|
@@ -43,6 +43,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
43
43
|
type: import('vue').PropType<boolean>;
|
|
44
44
|
default: boolean;
|
|
45
45
|
};
|
|
46
|
+
prop: {
|
|
47
|
+
type: import('vue').PropType<string>;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
placeholder: {
|
|
51
|
+
type: import('vue').PropType<string>;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
46
54
|
leftIcon: {
|
|
47
55
|
type: import('vue').PropType<import('../../../components').TIcon>;
|
|
48
56
|
};
|
|
@@ -54,14 +62,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
54
62
|
type: import('vue').PropType<boolean>;
|
|
55
63
|
default: boolean;
|
|
56
64
|
};
|
|
57
|
-
prop: {
|
|
58
|
-
type: import('vue').PropType<string>;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
placeholder: {
|
|
62
|
-
type: import('vue').PropType<string>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
65
|
inputClass: {
|
|
66
66
|
type: import('vue').PropType<string>;
|
|
67
67
|
default: string;
|
|
@@ -78,10 +78,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
78
78
|
onBlur?: () => any;
|
|
79
79
|
}, {
|
|
80
80
|
disabled: boolean;
|
|
81
|
-
currentPassword: boolean;
|
|
82
|
-
newPassword: boolean;
|
|
83
81
|
prop: string;
|
|
84
82
|
placeholder: string;
|
|
83
|
+
currentPassword: boolean;
|
|
84
|
+
newPassword: boolean;
|
|
85
85
|
inputClass: string;
|
|
86
86
|
id: string;
|
|
87
87
|
}, {}>;
|