@factoringplus/pl-components-pack-v3 1.8.22-pre-13 → 1.8.22-pre-14
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/components/basic/pl-button/index.d.ts +19 -7
- package/dist/components/basic/pl-button/pl-button.vue.d.ts +1 -1
- package/dist/components/basic/pl-button/types/index.d.ts +1 -0
- package/dist/components/basic/pl-button-dropdown/index.d.ts +26 -7
- package/dist/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +4 -1
- package/dist/components/components.d.ts +1 -0
- package/dist/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/components/data/pl-tags-chips/index.d.ts +7 -7
- package/dist/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
- package/dist/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +2 -2
- package/dist/components/form/pl-input-plus/components/pl-currency.vue.d.ts +1 -1
- package/dist/components/form/pl-input-plus/components/pl-default.vue.d.ts +2 -2
- package/dist/components/form/pl-input-plus/index.d.ts +6 -6
- package/dist/components/form/pl-input-plus/pl-input-plus.vue.d.ts +2 -2
- package/dist/components/form/pl-multi-select/pl-multi-select.vue.d.ts +1 -1
- package/dist/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
- package/dist/components/shared/pl-icon/types/iconsType.d.ts +3 -1
- package/dist/pl-components-pack-v3.es.js +5960 -6082
- package/dist/pl-components-pack-v3.umd.js +26 -26
- package/dist/services/pl-navigation/components/NavButton/index.d.ts +7 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
19
19
|
default: boolean;
|
|
20
20
|
};
|
|
21
21
|
icon: {
|
|
22
|
-
type: import('vue').PropType<import('../../
|
|
22
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
25
|
iconColor: {
|
|
@@ -47,6 +47,9 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
47
47
|
noIcon: {
|
|
48
48
|
type: import('vue').PropType<boolean>;
|
|
49
49
|
};
|
|
50
|
+
sheetTitle: {
|
|
51
|
+
type: import('vue').PropType<string>;
|
|
52
|
+
};
|
|
50
53
|
}>> & {
|
|
51
54
|
onClick?: (...args: any[]) => any;
|
|
52
55
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -69,7 +72,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
69
72
|
default: boolean;
|
|
70
73
|
};
|
|
71
74
|
icon: {
|
|
72
|
-
type: import('vue').PropType<import('../../
|
|
75
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
73
76
|
default: string;
|
|
74
77
|
};
|
|
75
78
|
iconColor: {
|
|
@@ -97,6 +100,9 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
97
100
|
noIcon: {
|
|
98
101
|
type: import('vue').PropType<boolean>;
|
|
99
102
|
};
|
|
103
|
+
sheetTitle: {
|
|
104
|
+
type: import('vue').PropType<string>;
|
|
105
|
+
};
|
|
100
106
|
}>> & {
|
|
101
107
|
onClick?: (...args: any[]) => any;
|
|
102
108
|
}, {
|
|
@@ -104,7 +110,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
104
110
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
105
111
|
fullWidth: boolean;
|
|
106
112
|
disabled: boolean;
|
|
107
|
-
icon: import('../../
|
|
113
|
+
icon: import('../../components').TIcon;
|
|
108
114
|
iconColor: string;
|
|
109
115
|
iconPosition: "left" | "right";
|
|
110
116
|
nativeType: "button" | "submit" | "reset";
|
|
@@ -134,7 +140,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
134
140
|
default: boolean;
|
|
135
141
|
};
|
|
136
142
|
icon: {
|
|
137
|
-
type: import('vue').PropType<import('../../
|
|
143
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
138
144
|
default: string;
|
|
139
145
|
};
|
|
140
146
|
iconColor: {
|
|
@@ -162,6 +168,9 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
162
168
|
noIcon: {
|
|
163
169
|
type: import('vue').PropType<boolean>;
|
|
164
170
|
};
|
|
171
|
+
sheetTitle: {
|
|
172
|
+
type: import('vue').PropType<string>;
|
|
173
|
+
};
|
|
165
174
|
}>> & {
|
|
166
175
|
onClick?: (...args: any[]) => any;
|
|
167
176
|
}, {}, {}, {}, {}, {
|
|
@@ -169,7 +178,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
169
178
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
170
179
|
fullWidth: boolean;
|
|
171
180
|
disabled: boolean;
|
|
172
|
-
icon: import('../../
|
|
181
|
+
icon: import('../../components').TIcon;
|
|
173
182
|
iconColor: string;
|
|
174
183
|
iconPosition: "left" | "right";
|
|
175
184
|
nativeType: "button" | "submit" | "reset";
|
|
@@ -196,7 +205,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
196
205
|
default: boolean;
|
|
197
206
|
};
|
|
198
207
|
icon: {
|
|
199
|
-
type: import('vue').PropType<import('../../
|
|
208
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
200
209
|
default: string;
|
|
201
210
|
};
|
|
202
211
|
iconColor: {
|
|
@@ -224,6 +233,9 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
224
233
|
noIcon: {
|
|
225
234
|
type: import('vue').PropType<boolean>;
|
|
226
235
|
};
|
|
236
|
+
sheetTitle: {
|
|
237
|
+
type: import('vue').PropType<string>;
|
|
238
|
+
};
|
|
227
239
|
}>> & {
|
|
228
240
|
onClick?: (...args: any[]) => any;
|
|
229
241
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -233,7 +245,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
233
245
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
234
246
|
fullWidth: boolean;
|
|
235
247
|
disabled: boolean;
|
|
236
|
-
icon: import('../../
|
|
248
|
+
icon: import('../../components').TIcon;
|
|
237
249
|
iconColor: string;
|
|
238
250
|
iconPosition: "left" | "right";
|
|
239
251
|
nativeType: "button" | "submit" | "reset";
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
35
35
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
36
36
|
fullWidth: boolean;
|
|
37
37
|
disabled: boolean;
|
|
38
|
-
icon: import('../../
|
|
38
|
+
icon: import('../../components').TIcon;
|
|
39
39
|
iconColor: string;
|
|
40
40
|
iconPosition: "left" | "right";
|
|
41
41
|
nativeType: "button" | "submit" | "reset";
|
|
@@ -17,7 +17,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
17
17
|
default: boolean;
|
|
18
18
|
};
|
|
19
19
|
icon: {
|
|
20
|
-
type: import('vue').PropType<import('../../
|
|
20
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
iconColor: {
|
|
@@ -47,6 +47,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
47
47
|
type: import('vue').PropType<boolean>;
|
|
48
48
|
default: boolean;
|
|
49
49
|
};
|
|
50
|
+
sheetTitle: {
|
|
51
|
+
type: import('vue').PropType<string>;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
50
54
|
}>> & {
|
|
51
55
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
52
56
|
"onSelect-value"?: (...args: any[]) => any;
|
|
@@ -71,7 +75,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
71
75
|
default: boolean;
|
|
72
76
|
};
|
|
73
77
|
icon: {
|
|
74
|
-
type: import('vue').PropType<import('../../
|
|
78
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
75
79
|
default: string;
|
|
76
80
|
};
|
|
77
81
|
iconColor: {
|
|
@@ -101,6 +105,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
101
105
|
type: import('vue').PropType<boolean>;
|
|
102
106
|
default: boolean;
|
|
103
107
|
};
|
|
108
|
+
sheetTitle: {
|
|
109
|
+
type: import('vue').PropType<string>;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
104
112
|
}>> & {
|
|
105
113
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
106
114
|
"onSelect-value"?: (...args: any[]) => any;
|
|
@@ -109,13 +117,14 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
109
117
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
110
118
|
fullWidth: boolean;
|
|
111
119
|
disabled: boolean;
|
|
112
|
-
icon: import('../../
|
|
120
|
+
icon: import('../../components').TIcon;
|
|
113
121
|
iconColor: string;
|
|
114
122
|
iconPosition: "left" | "right";
|
|
115
123
|
nativeType: "button" | "submit" | "reset";
|
|
116
124
|
options: any;
|
|
117
125
|
modelValue: any;
|
|
118
126
|
noIcon: boolean;
|
|
127
|
+
sheetTitle: string;
|
|
119
128
|
}, true, {}, {}, {
|
|
120
129
|
P: {};
|
|
121
130
|
B: {};
|
|
@@ -141,7 +150,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
141
150
|
default: boolean;
|
|
142
151
|
};
|
|
143
152
|
icon: {
|
|
144
|
-
type: import('vue').PropType<import('../../
|
|
153
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
145
154
|
default: string;
|
|
146
155
|
};
|
|
147
156
|
iconColor: {
|
|
@@ -171,6 +180,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
171
180
|
type: import('vue').PropType<boolean>;
|
|
172
181
|
default: boolean;
|
|
173
182
|
};
|
|
183
|
+
sheetTitle: {
|
|
184
|
+
type: import('vue').PropType<string>;
|
|
185
|
+
default: string;
|
|
186
|
+
};
|
|
174
187
|
}>> & {
|
|
175
188
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
176
189
|
"onSelect-value"?: (...args: any[]) => any;
|
|
@@ -179,13 +192,14 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
179
192
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
180
193
|
fullWidth: boolean;
|
|
181
194
|
disabled: boolean;
|
|
182
|
-
icon: import('../../
|
|
195
|
+
icon: import('../../components').TIcon;
|
|
183
196
|
iconColor: string;
|
|
184
197
|
iconPosition: "left" | "right";
|
|
185
198
|
nativeType: "button" | "submit" | "reset";
|
|
186
199
|
options: any;
|
|
187
200
|
modelValue: any;
|
|
188
201
|
noIcon: boolean;
|
|
202
|
+
sheetTitle: string;
|
|
189
203
|
}>;
|
|
190
204
|
__isFragment?: never;
|
|
191
205
|
__isTeleport?: never;
|
|
@@ -208,7 +222,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
208
222
|
default: boolean;
|
|
209
223
|
};
|
|
210
224
|
icon: {
|
|
211
|
-
type: import('vue').PropType<import('../../
|
|
225
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
212
226
|
default: string;
|
|
213
227
|
};
|
|
214
228
|
iconColor: {
|
|
@@ -238,6 +252,10 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
238
252
|
type: import('vue').PropType<boolean>;
|
|
239
253
|
default: boolean;
|
|
240
254
|
};
|
|
255
|
+
sheetTitle: {
|
|
256
|
+
type: import('vue').PropType<string>;
|
|
257
|
+
default: string;
|
|
258
|
+
};
|
|
241
259
|
}>> & {
|
|
242
260
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
243
261
|
"onSelect-value"?: (...args: any[]) => any;
|
|
@@ -249,13 +267,14 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
249
267
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
250
268
|
fullWidth: boolean;
|
|
251
269
|
disabled: boolean;
|
|
252
|
-
icon: import('../../
|
|
270
|
+
icon: import('../../components').TIcon;
|
|
253
271
|
iconColor: string;
|
|
254
272
|
iconPosition: "left" | "right";
|
|
255
273
|
nativeType: "button" | "submit" | "reset";
|
|
256
274
|
options: any;
|
|
257
275
|
modelValue: any;
|
|
258
276
|
noIcon: boolean;
|
|
277
|
+
sheetTitle: string;
|
|
259
278
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
260
279
|
$slots: {
|
|
261
280
|
default?(_: {}): any;
|
|
@@ -12,6 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
12
12
|
options: () => any[];
|
|
13
13
|
modelValue: string;
|
|
14
14
|
noIcon: boolean;
|
|
15
|
+
sheetTitle: string;
|
|
15
16
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
17
|
"update:modelValue": (...args: any[]) => void;
|
|
17
18
|
"select-value": (...args: any[]) => void;
|
|
@@ -27,6 +28,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
27
28
|
options: () => any[];
|
|
28
29
|
modelValue: string;
|
|
29
30
|
noIcon: boolean;
|
|
31
|
+
sheetTitle: string;
|
|
30
32
|
}>>> & {
|
|
31
33
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
32
34
|
"onSelect-value"?: (...args: any[]) => any;
|
|
@@ -35,13 +37,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
35
37
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
36
38
|
fullWidth: boolean;
|
|
37
39
|
disabled: boolean;
|
|
38
|
-
icon: import('../../
|
|
40
|
+
icon: import('../../components').TIcon;
|
|
39
41
|
iconColor: string;
|
|
40
42
|
iconPosition: "left" | "right";
|
|
41
43
|
nativeType: "button" | "submit" | "reset";
|
|
42
44
|
options: any;
|
|
43
45
|
modelValue: any;
|
|
44
46
|
noIcon: boolean;
|
|
47
|
+
sheetTitle: string;
|
|
45
48
|
}, {}>, {
|
|
46
49
|
default?(_: {}): any;
|
|
47
50
|
}>;
|
|
@@ -90,6 +90,7 @@ export * from '../services/pl-navigation/components/SidebarItem';
|
|
|
90
90
|
export * from '../services/pl-navigation/components/NavButton';
|
|
91
91
|
export * from '../services/pl-navigation/components/TLogo';
|
|
92
92
|
export * from './data/pl-text-cell';
|
|
93
|
+
export * from './shared/pl-icon';
|
|
93
94
|
export * from './shared/pl-text';
|
|
94
95
|
export * from './shared/pl-mark-text';
|
|
95
96
|
export * from './shared/pl-tab-pane';
|
|
@@ -22,7 +22,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
22
22
|
color: string;
|
|
23
23
|
button: string;
|
|
24
24
|
title: string;
|
|
25
|
-
icon: import('../../
|
|
25
|
+
icon: import('../../components').TIcon;
|
|
26
26
|
id: number;
|
|
27
27
|
message: string;
|
|
28
28
|
buttonAdd: string;
|
|
@@ -13,7 +13,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
15
|
icon: {
|
|
16
|
-
type: import('vue').PropType<import('../../
|
|
16
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
iconColor: {
|
|
@@ -64,7 +64,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
64
64
|
default: boolean;
|
|
65
65
|
};
|
|
66
66
|
icon: {
|
|
67
|
-
type: import('vue').PropType<import('../../
|
|
67
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
68
68
|
default: string;
|
|
69
69
|
};
|
|
70
70
|
iconColor: {
|
|
@@ -102,7 +102,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
102
102
|
size: "small" | "large";
|
|
103
103
|
type: "error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive";
|
|
104
104
|
disabled: boolean;
|
|
105
|
-
icon: import('../../
|
|
105
|
+
icon: import('../../components').TIcon;
|
|
106
106
|
iconColor: string;
|
|
107
107
|
active: boolean;
|
|
108
108
|
interactive: boolean;
|
|
@@ -131,7 +131,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
131
131
|
default: boolean;
|
|
132
132
|
};
|
|
133
133
|
icon: {
|
|
134
|
-
type: import('vue').PropType<import('../../
|
|
134
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
137
137
|
iconColor: {
|
|
@@ -169,7 +169,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
169
169
|
size: "small" | "large";
|
|
170
170
|
type: "error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive";
|
|
171
171
|
disabled: boolean;
|
|
172
|
-
icon: import('../../
|
|
172
|
+
icon: import('../../components').TIcon;
|
|
173
173
|
iconColor: string;
|
|
174
174
|
active: boolean;
|
|
175
175
|
interactive: boolean;
|
|
@@ -195,7 +195,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
195
195
|
default: boolean;
|
|
196
196
|
};
|
|
197
197
|
icon: {
|
|
198
|
-
type: import('vue').PropType<import('../../
|
|
198
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
199
199
|
default: string;
|
|
200
200
|
};
|
|
201
201
|
iconColor: {
|
|
@@ -236,7 +236,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
236
236
|
size: "small" | "large";
|
|
237
237
|
type: "error" | "info" | "success" | "warning" | ("primary" | "outline") | "interactive";
|
|
238
238
|
disabled: boolean;
|
|
239
|
-
icon: import('../../
|
|
239
|
+
icon: import('../../components').TIcon;
|
|
240
240
|
iconColor: string;
|
|
241
241
|
active: boolean;
|
|
242
242
|
interactive: boolean;
|
|
@@ -37,7 +37,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
37
37
|
modelValue: string;
|
|
38
38
|
id: string;
|
|
39
39
|
placeholder: string;
|
|
40
|
-
leftIcon: import('../../../
|
|
40
|
+
leftIcon: import('../../../components').TIcon;
|
|
41
41
|
prop: string;
|
|
42
42
|
clearable: boolean;
|
|
43
43
|
inputClass: string;
|
|
@@ -62,8 +62,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
62
62
|
modelValue: IOption;
|
|
63
63
|
width: string;
|
|
64
64
|
placeholder: string;
|
|
65
|
-
leftIcon: import('../../
|
|
66
|
-
rightIcon: import('../../
|
|
65
|
+
leftIcon: import('../../components').TIcon;
|
|
66
|
+
rightIcon: import('../../components').TIcon;
|
|
67
67
|
disableMarkerBottom: boolean;
|
|
68
68
|
teleport: boolean;
|
|
69
69
|
prop: string;
|
|
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
25
25
|
}, {
|
|
26
26
|
disabled: boolean;
|
|
27
27
|
placeholder: string;
|
|
28
|
-
leftIcon: import('../../../
|
|
28
|
+
leftIcon: import('../../../components').TIcon;
|
|
29
29
|
prop: string;
|
|
30
30
|
round: boolean;
|
|
31
31
|
inputClass: string;
|
|
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
46
46
|
disabled: boolean;
|
|
47
47
|
id: string;
|
|
48
48
|
placeholder: string;
|
|
49
|
-
leftIcon: import('../../../
|
|
50
|
-
rightIcon: import('../../../
|
|
49
|
+
leftIcon: import('../../../components').TIcon;
|
|
50
|
+
rightIcon: import('../../../components').TIcon;
|
|
51
51
|
prop: string;
|
|
52
52
|
clearable: boolean;
|
|
53
53
|
showWordLimit: boolean;
|
|
@@ -30,11 +30,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
30
30
|
default: boolean;
|
|
31
31
|
};
|
|
32
32
|
leftIcon: {
|
|
33
|
-
type: import('vue').PropType<import('../../
|
|
33
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
rightIcon: {
|
|
37
|
-
type: import('vue').PropType<import('../../
|
|
37
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
prop: {
|
|
@@ -164,11 +164,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
164
164
|
default: boolean;
|
|
165
165
|
};
|
|
166
166
|
leftIcon: {
|
|
167
|
-
type: import('vue').PropType<import('../../
|
|
167
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
168
168
|
default: string;
|
|
169
169
|
};
|
|
170
170
|
rightIcon: {
|
|
171
|
-
type: import('vue').PropType<import('../../
|
|
171
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
172
172
|
default: string;
|
|
173
173
|
};
|
|
174
174
|
prop: {
|
|
@@ -271,8 +271,8 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
271
271
|
width: string;
|
|
272
272
|
placeholder: string;
|
|
273
273
|
currency: boolean;
|
|
274
|
-
leftIcon: import('../../
|
|
275
|
-
rightIcon: import('../../
|
|
274
|
+
leftIcon: import('../../components').TIcon;
|
|
275
|
+
rightIcon: import('../../components').TIcon;
|
|
276
276
|
prop: string;
|
|
277
277
|
helpertext: string;
|
|
278
278
|
optional: string;
|
|
@@ -90,8 +90,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
90
90
|
width: string;
|
|
91
91
|
placeholder: string;
|
|
92
92
|
currency: boolean;
|
|
93
|
-
leftIcon: import('../../
|
|
94
|
-
rightIcon: import('../../
|
|
93
|
+
leftIcon: import('../../components').TIcon;
|
|
94
|
+
rightIcon: import('../../components').TIcon;
|
|
95
95
|
prop: string;
|
|
96
96
|
helpertext: string;
|
|
97
97
|
optional: string;
|
|
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
47
47
|
modelValue: IOption[];
|
|
48
48
|
width: string;
|
|
49
49
|
placeholder: string;
|
|
50
|
-
leftIcon: import('../../
|
|
50
|
+
leftIcon: import('../../components').TIcon;
|
|
51
51
|
teleport: boolean;
|
|
52
52
|
buttons: boolean;
|
|
53
53
|
prop: string;
|
|
@@ -47,8 +47,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
47
47
|
modelValue: any;
|
|
48
48
|
width: string;
|
|
49
49
|
placeholder: string;
|
|
50
|
-
leftIcon: import('../../
|
|
51
|
-
rightIcon: import('../../
|
|
50
|
+
leftIcon: import('../../components').TIcon;
|
|
51
|
+
rightIcon: import('../../components').TIcon;
|
|
52
52
|
teleport: boolean;
|
|
53
53
|
prop: string;
|
|
54
54
|
helpertext: string;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
|
|
1
3
|
export declare type TIconProps = {
|
|
2
|
-
name:
|
|
4
|
+
name: Component;
|
|
3
5
|
color?: string | '';
|
|
4
6
|
};
|
|
5
7
|
export declare type TIcon = '' | 'Close16' | 'User20' | 'Group20' | 'Edit20' | 'BlankPan20' | 'Support20' | 'HandKey20' | 'Lock20' | 'Connection20' | 'Picture20' | 'Ruble20' | 'Document20' | 'Clip20' | 'USB20' | 'Layers20' | 'BlankKey20' | 'BlankChat20' | 'BlankCheck20' | 'BlankLock20' | 'Calendar20' | 'MailCheck20' | 'Mail20' | 'HandTop20' | 'HandRight20' | 'Pin20' | 'Rotate20' | 'Search20' | 'ArrowTop20' | 'ArrowRight20' | 'ArrowLeft20' | 'ArrowBottom20' | 'Settings20' | 'Chart20' | 'Exit20' | 'Warning20' | 'WarningTwo20' | 'WarningThree20' | 'CircleCheck20' | 'Question20' | 'Library20' | 'Loader20' | 'Share20' | 'Saved20' | 'CloudDownload20' | 'Bin20' | 'Eye20' | 'EyeCrossed20' | 'Chat20' | 'Bell20' | 'DotsHorizontal20' | 'DotsVertical20' | 'Scheduled20' | 'Dashboard20' | 'Clock20' | 'Box20' | 'Sort20' | 'SortTwo20' | 'Filter20' | 'Grid20' | 'Hub20' | 'GridTwo20' | 'Home20' | 'Key20' | 'Bulb20' | 'Attachment20' | 'Download20' | 'Link20' | 'Copy20' | 'Telegram20' | 'SortThree20' | 'Plus20' | 'Minus20' | 'Close20' | 'Check20' | 'Scroll20' | 'Print20' | 'Send20' | 'Block20' | 'Star20' | 'Sticker20' | 'ChevronDoubleLeft20' | 'Cube20' | 'Menu20' | 'AlertFill20' | 'Main20' | 'Wallet20' | 'Truck20' | 'Percent20' | 'Shield20' | 'ChevronDown20' | 'ChevronUp20' | 'ChevronLeft20' | 'ChevronRight20' | 'CreditCard20' | 'Zap20' | 'User24' | 'Group24' | 'Edit24' | 'BlankPan24' | 'Support24' | 'HandKey24' | 'Lock24' | 'Connection24' | 'Picture24' | 'Ruble24' | 'Document24' | 'Clip24' | 'Bell24' | 'USB24' | 'Layers24' | 'BlankKey24' | 'BlankChat24' | 'BlankCheck24' | 'BlankLock24' | 'Calendar24' | 'MailCheck24' | 'Mail24' | 'HandTop24' | 'HandRight24' | 'Pin24' | 'Rotate24' | 'Search24' | 'ArrowTop24' | 'ArrowRight24' | 'ArrowLeft24' | 'ArrowBottom24' | 'Settings24' | 'Chart24' | 'Exit24' | 'Warning24' | 'WarningTwo24' | 'WarningThree24' | 'CircleCheck24' | 'Question24' | 'Library24' | 'Loader24' | 'Share24' | 'Saved24' | 'CloudDownload24' | 'Bin24' | 'Eye24' | 'EyeCrossed24' | 'Chat24' | 'DotsHorizontal24' | 'DotsVertical24' | 'Scheduled24' | 'Dashboard24' | 'Clock24' | 'Box24' | 'Sort24' | 'SortTwo24' | 'Filter24' | 'Grid24' | 'Hub24' | 'GridTwo24' | 'Home24' | 'Key24' | 'Bulb24' | 'Attachment24' | 'Download24' | 'Link24' | 'Copy24' | 'Telegram24' | 'SortThree24' | 'Plus24' | 'Minus24' | 'Close24' | 'Check24' | 'Scroll24' | 'Print24' | 'Send24' | 'Block24' | 'Star24' | 'Sticker24' | 'ChevronDoubleLeft24' | 'ChevronDoubleRight24' | 'Cube24' | 'Menu24' | 'AlertFill24' | 'Main24' | 'Wallet24' | 'Truck24' | 'Percent24' | 'Shield24' | 'ChevronDown24' | 'ChevronUp24' | 'ChevronLeft24' | 'ChevronRight24' | 'Word24' | 'Exel24' | 'PDF24' | 'JPG24' | 'PNG24' | 'Info24' | 'WB20' | 'Ozon20' | 'Yandex20' | 'WB24' | 'Ozon24' | 'Yandex24' | 'WB40' | 'Ozon40' | 'Yandex40' | 'WB56' | 'Ozon56' | 'Yandex56' | 'Attachment32' | 'Bell32' | 'Bin32' | 'BlankChat32' | 'BlankCheck32' | 'BlankKey32' | 'BlankLock32' | 'BlankPan32' | 'Block32' | 'Box32' | 'Bulb32' | 'Bulb40' | 'Calendar32' | 'Chart32' | 'Chat32' | 'Chat40' | 'Check32' | 'CheckCircle32' | 'Connection32' | 'Copy32' | 'CreditCard32' | 'CreditCard40' | 'Dashboard32' | 'Document32' | 'DotsHorizontal32' | 'DotsVertical32' | 'DoubleLeft32' | 'Download32' | 'Edit32' | 'Exit32' | 'Eye32' | 'EyeCrossed32' | 'Filter32' | 'FilterTwo32' | 'Grid32' | 'GridTwo32' | 'Grid40' | 'GridTwo40' | 'Group32' | 'HandKey32' | 'HandRight32' | 'HandTop32' | 'Home32' | 'Hub32' | 'Hub40' | 'Key32' | 'Layers32' | 'Library32' | 'Link32' | 'Link40' | 'Loader32' | 'Lock32' | 'Mail32' | 'MailCheck32' | 'Menu32' | 'Minus32' | 'Notification32' | 'Picture32' | 'Pin32' | 'Plus32' | 'Print32' | 'Question32' | 'Rotate32' | 'Ruble32' | 'Sample32' | 'Saved32' | 'Scheduled32' | 'Scroll32' | 'Search32' | 'Send32' | 'Settings32' | 'Share32' | 'ShareTwo32' | 'Sort32' | 'SortTwo32' | 'Star32' | 'Sticker32' | 'Support32' | 'USBPort32' | 'User32' | 'WarningCircle32' | 'WarningPolygon32' | 'WarningTriangle32' | 'BankAccount32' | 'ChevronBottom32' | 'ChevronLeft32' | 'ChevronRight32' | 'ChevronTop32' | 'ArrowBottom32' | 'ArrowLeft32' | 'ArrowRight32' | 'ArrowTop32' | 'ArrowTopRight32' | 'Credit32' | 'Factoring32' | 'Guarantees32' | 'Facebook32' | 'Instagram32' | 'Telegram32' | 'VK32' | 'Youtube32' | 'Attachment40' | 'Bell40' | 'Bin40' | 'BlankChat40' | 'BlankCheck40' | 'BlankKey40' | 'BlankLock40' | 'BlankPan40' | 'Block40' | 'Box40' | 'Calendar40' | 'Chart40' | 'Check40' | 'CheckCircle40' | 'Clip40' | 'Clock40' | 'Close40' | 'CloudDownload40' | 'Connection40' | 'Copy40' | 'Dashboard40' | 'Document40' | 'DotsHorizontal40' | 'DotsVertical40' | 'DoubleLeft40' | 'Download40' | 'Edit40' | 'Exit40' | 'Eye40' | 'EyeCrossed40' | 'Filter40' | 'FilterTwo40' | 'Group40' | 'HandKey40' | 'HandRight40' | 'HandTop40' | 'Home40' | 'Key40' | 'Layers40' | 'Library40' | 'Loader40' | 'Lock40' | 'Mail40' | 'MailCheck40' | 'Menu40' | 'Minus40' | 'Notification40' | 'Picture40' | 'Pin40' | 'Plus40' | 'Print40' | 'Question40' | 'Rotate40' | 'Ruble40' | 'Sample40' | 'Saved40' | 'Scheduled40' | 'Scroll40' | 'Search40' | 'Send40' | 'Settings40' | 'Share40' | 'ShareTwo40' | 'Sort40' | 'SortTwo40' | 'Star40' | 'Sticker40' | 'Support40' | 'USBPort40' | 'User40' | 'WarningCircle40' | 'WarningPolygon40' | 'WarningTriangle40' | 'ChevronBottom40' | 'ChevronLeft40' | 'ChevronRight40' | 'ChevronTop40' | 'ArrowBottom40' | 'ArrowLeft40' | 'ArrowRight40' | 'ArrowTop40' | 'ArrowTopRight40' | 'BankAccount40' | 'Credit40' | 'Factoring40' | 'Guarantees40' | 'Facebook40' | 'Instagram40' | 'Telegram40' | 'VK40' | 'Youtube40' | 'Thunder20' | 'Thunder24' | 'Thunder42' | 'Thunder40' | 'Suitcase20' | 'Suitcase24' | 'Suitcase32' | 'Suitcase40' | 'Cloud20' | 'Cloud24' | 'Cloud32' | 'Cloud40' | 'AlertFill16' | 'Cube16' | 'ArrowBottom16' | 'ArrowLeft16' | 'ArrowRight16' | 'ArrowTop16' | 'Attachment16' | 'Bell16' | 'BellTwo16' | 'Bin16' | 'BlankChat16' | 'BlankCheck16' | 'BlankKey16' | 'BlankLock16' | 'BlankPan16' | 'Block16' | 'Box16' | 'Bulb16' | 'Calendar16' | 'Chart16' | 'Chat16' | 'Check16' | 'ChevronBottom16' | 'ChevronDoubleLeft16' | 'ChevronLeft16' | 'ChevronRight16' | 'ChevronTop16' | 'CircleCheck16' | 'Clip16' | 'Clock16' | 'CloudDownload16' | 'Connection16' | 'Copy16' | 'Dashboard16' | 'Document16' | 'DotsHorizontal16' | 'DotsVertical16' | 'Download16' | 'Edit16' | 'Exit16' | 'Eye16' | 'EyeCrossed16' | 'Facebook16' | 'Filter16' | 'Grid16' | 'GridTwo16' | 'Group16' | 'HandKey16' | 'HandRight16' | 'HandTop16' | 'Home16' | 'Hub16' | 'Instagram16' | 'Key16' | 'Layers16' | 'Library16' | 'Link16' | 'Loader16' | 'Lock16' | 'Mail16' | 'MailCheck16' | 'Menu16' | 'MenuTwo16' | 'Minus16' | 'Notification16' | 'Picture16' | 'Pin16' | 'Plus16' | 'Print16' | 'Question16' | 'Rotate16' | 'Ruble16' | 'Saved16' | 'Scheduled16' | 'Scroll16' | 'Search16' | 'Send16' | 'Settings16' | 'Share16' | 'ShareTwo16' | 'SortOne16' | 'SortThree16' | 'SortTwo16' | 'Star16' | 'Sticker16' | 'Support16' | 'Telegram16' | 'USBPort16' | 'User16' | 'VK16' | 'WarningOne16' | 'WarningThree16' | 'WarningTwo16' | 'Cloud16' | 'CreditCard16' | 'Factoring16' | 'Icon16' | 'Main16' | 'Percent16' | 'Shield16' | 'Suitcase16' | 'Thunder16' | 'Truck16' | 'Wallet16' | 'Zap16' | 'ChevronDoubleRight16' | 'ChevronDoubleRight20' | 'Sidebar20' | 'Sidebar16' | 'Sidebar32' | 'Sidebar40' | 'Info16' | 'Info20' | 'Info40' | 'Info32' | 'ArrowTopRight16' | 'ArrowTopRight20' | 'ArrowTopRight24';
|