@factoringplus/pl-components-pack-v3 2.0.0-pre-icons-04 → 2.0.0-pre-optimized-10-icons
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-e9d36109.js → crypto-pro-actual-cades-plugin-115a7ca6.js} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-baebd409.cjs → crypto-pro-actual-cades-plugin-9ee13aa9.cjs} +2 -2
- package/dist/entry-3ef5d8de.cjs +47 -0
- package/dist/{icons/index.es.js → entry-e3decc45.js} +17755 -3117
- package/dist/pl-components-pack-v3.cjs.js +1 -0
- package/dist/pl-components-pack-v3.es.js +626 -0
- package/dist/src/components/basic/pl-button/index.d.ts +7 -7
- 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 +7 -7
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +1 -1
- package/dist/src/components/components.d.ts +1 -0
- package/dist/src/components/data/pl-banner/index.d.ts +3 -3
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +1 -1
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +7 -7
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +2 -2
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +2 -2
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +2 -2
- package/dist/src/components/form/pl-input-plus/index.d.ts +14 -14
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +2 -2
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +1 -1
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-icon/index.d.ts +1 -6
- package/dist/src/components/shared/pl-icon/pl-icon.vue.d.ts +0 -4
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +7 -7
- package/dist/style.css +1 -1
- package/package.json +8 -14
- package/dist/WarningCircle40-0074b3ea.js +0 -386
- package/dist/WarningCircle40-a72db1e8.cjs +0 -1
- package/dist/entry-9acba9b3.cjs +0 -47
- package/dist/entry-db3587cf.js +0 -13163
- package/dist/icons/index.cjs.js +0 -1
- package/dist/icons.d.ts +0 -1
- package/dist/index.cjs.js +0 -1
- package/dist/index.es.js +0 -66
- /package/dist/{index.d.ts → pl-components-pack-v3.d.ts} +0 -0
|
@@ -3,7 +3,7 @@ import { TButtonProps } from './types';
|
|
|
3
3
|
export declare const PlButton: import('../../../install-function').SFCInstallWithContext<{
|
|
4
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
5
5
|
icon: {
|
|
6
|
-
type: import('vue').PropType<import('../../
|
|
6
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
type: {
|
|
@@ -63,7 +63,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
63
63
|
click: (...args: any[]) => void;
|
|
64
64
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
65
65
|
icon: {
|
|
66
|
-
type: import('vue').PropType<import('../../
|
|
66
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
type: {
|
|
@@ -120,7 +120,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
120
120
|
}>> & {
|
|
121
121
|
onClick?: (...args: any[]) => any;
|
|
122
122
|
}, {
|
|
123
|
-
icon: import('../../
|
|
123
|
+
icon: import('../../components').TIcon;
|
|
124
124
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
125
125
|
size: "small" | "large" | "medium";
|
|
126
126
|
fullWidth: boolean;
|
|
@@ -139,7 +139,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
139
139
|
Defaults: {};
|
|
140
140
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
141
141
|
icon: {
|
|
142
|
-
type: import('vue').PropType<import('../../
|
|
142
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
143
143
|
default: string;
|
|
144
144
|
};
|
|
145
145
|
type: {
|
|
@@ -196,7 +196,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
196
196
|
}>> & {
|
|
197
197
|
onClick?: (...args: any[]) => any;
|
|
198
198
|
}, {}, {}, {}, {}, {
|
|
199
|
-
icon: import('../../
|
|
199
|
+
icon: import('../../components').TIcon;
|
|
200
200
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
201
201
|
size: "small" | "large" | "medium";
|
|
202
202
|
fullWidth: boolean;
|
|
@@ -212,7 +212,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
212
212
|
__isSuspense?: never;
|
|
213
213
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
214
214
|
icon: {
|
|
215
|
-
type: import('vue').PropType<import('../../
|
|
215
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
216
216
|
default: string;
|
|
217
217
|
};
|
|
218
218
|
type: {
|
|
@@ -271,7 +271,7 @@ export declare const PlButton: import('../../../install-function').SFCInstallWit
|
|
|
271
271
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
272
272
|
click: (...args: any[]) => void;
|
|
273
273
|
}, string, {
|
|
274
|
-
icon: import('../../
|
|
274
|
+
icon: import('../../components').TIcon;
|
|
275
275
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
276
276
|
size: "small" | "large" | "medium";
|
|
277
277
|
fullWidth: boolean;
|
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
33
33
|
}>>> & {
|
|
34
34
|
onClick?: (...args: any[]) => any;
|
|
35
35
|
}, {
|
|
36
|
-
icon: import('../../
|
|
36
|
+
icon: import('../../components').TIcon;
|
|
37
37
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
38
38
|
size: "small" | "large" | "medium";
|
|
39
39
|
fullWidth: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const PlButtonDropdown: import('../../../install-function').SFCInstallWithContext<{
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
icon: {
|
|
4
|
-
type: import('vue').PropType<import('../../
|
|
4
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
type: {
|
|
@@ -66,7 +66,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
66
66
|
"select-value": (...args: any[]) => void;
|
|
67
67
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
68
68
|
icon: {
|
|
69
|
-
type: import('vue').PropType<import('../../
|
|
69
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
70
70
|
default: string;
|
|
71
71
|
};
|
|
72
72
|
type: {
|
|
@@ -127,7 +127,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
127
127
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
128
128
|
"onSelect-value"?: (...args: any[]) => any;
|
|
129
129
|
}, {
|
|
130
|
-
icon: import('../../
|
|
130
|
+
icon: import('../../components').TIcon;
|
|
131
131
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
132
132
|
size: "small" | "large" | "medium";
|
|
133
133
|
fullWidth: boolean;
|
|
@@ -149,7 +149,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
149
149
|
Defaults: {};
|
|
150
150
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
151
151
|
icon: {
|
|
152
|
-
type: import('vue').PropType<import('../../
|
|
152
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
153
153
|
default: string;
|
|
154
154
|
};
|
|
155
155
|
type: {
|
|
@@ -210,7 +210,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
210
210
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
211
211
|
"onSelect-value"?: (...args: any[]) => any;
|
|
212
212
|
}, {}, {}, {}, {}, {
|
|
213
|
-
icon: import('../../
|
|
213
|
+
icon: import('../../components').TIcon;
|
|
214
214
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
215
215
|
size: "small" | "large" | "medium";
|
|
216
216
|
fullWidth: boolean;
|
|
@@ -229,7 +229,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
229
229
|
__isSuspense?: never;
|
|
230
230
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
231
231
|
icon: {
|
|
232
|
-
type: import('vue').PropType<import('../../
|
|
232
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
233
233
|
default: string;
|
|
234
234
|
};
|
|
235
235
|
type: {
|
|
@@ -293,7 +293,7 @@ export declare const PlButtonDropdown: import('../../../install-function').SFCIn
|
|
|
293
293
|
"update:modelValue": (...args: any[]) => void;
|
|
294
294
|
"select-value": (...args: any[]) => void;
|
|
295
295
|
}, string, {
|
|
296
|
-
icon: import('../../
|
|
296
|
+
icon: import('../../components').TIcon;
|
|
297
297
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
298
298
|
size: "small" | "large" | "medium";
|
|
299
299
|
fullWidth: boolean;
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
35
35
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
36
36
|
"onSelect-value"?: (...args: any[]) => any;
|
|
37
37
|
}, {
|
|
38
|
-
icon: import('../../
|
|
38
|
+
icon: import('../../components').TIcon;
|
|
39
39
|
type: "primary" | "secondary" | "alternative" | "error" | "empty";
|
|
40
40
|
size: "small" | "large" | "medium";
|
|
41
41
|
fullWidth: boolean;
|
|
@@ -76,6 +76,7 @@ export * from '../services/pl-navigation/components/TLogo';
|
|
|
76
76
|
export * from './data/pl-text-cell';
|
|
77
77
|
export * from './data/pl-progress';
|
|
78
78
|
export * from './data/pl-banner';
|
|
79
|
+
export * from './shared/pl-icon';
|
|
79
80
|
export * from './shared/pl-text';
|
|
80
81
|
export * from './shared/pl-mark-text';
|
|
81
82
|
export * from './shared/pl-tab-pane';
|
|
@@ -2,7 +2,7 @@ import { TBannerProps, ICustomColors } from './types';
|
|
|
2
2
|
|
|
3
3
|
export declare const PlBanner: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
4
4
|
icon: {
|
|
5
|
-
type: import('vue').PropType<import('../../
|
|
5
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
8
|
type: {
|
|
@@ -37,7 +37,7 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
37
37
|
buttonClicked: () => void;
|
|
38
38
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
39
39
|
icon: {
|
|
40
|
-
type: import('vue').PropType<import('../../
|
|
40
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
43
|
type: {
|
|
@@ -71,7 +71,7 @@ export declare const PlBanner: import('../../../install-function').SFCInstallWit
|
|
|
71
71
|
onClose?: () => any;
|
|
72
72
|
onButtonClicked?: () => any;
|
|
73
73
|
}, {
|
|
74
|
-
icon: import('../../
|
|
74
|
+
icon: import('../../components').TIcon;
|
|
75
75
|
type: "info" | "interactive" | "success" | "warning" | "critical" | "custom";
|
|
76
76
|
title: string;
|
|
77
77
|
description: string;
|
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
23
|
onClose?: () => any;
|
|
24
24
|
onButtonClicked?: () => any;
|
|
25
25
|
}, {
|
|
26
|
-
icon: import('../../
|
|
26
|
+
icon: import('../../components').TIcon;
|
|
27
27
|
type: "info" | "interactive" | "success" | "warning" | "critical" | "custom";
|
|
28
28
|
title: string;
|
|
29
29
|
description: string;
|
|
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
21
|
progress: boolean;
|
|
22
22
|
percentage: number;
|
|
23
23
|
}>>>, {
|
|
24
|
-
icon: import('../../
|
|
24
|
+
icon: import('../../components').TIcon;
|
|
25
25
|
color: string;
|
|
26
26
|
button: string;
|
|
27
27
|
progress: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const PlTagsChips: import('../../../install-function').SFCInstallWithContext<{
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
icon: {
|
|
4
|
-
type: import('vue').PropType<import('../../
|
|
4
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
type: {
|
|
@@ -52,7 +52,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
52
52
|
crossClicked: (...args: any[]) => void;
|
|
53
53
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
54
54
|
icon: {
|
|
55
|
-
type: import('vue').PropType<import('../../
|
|
55
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
58
|
type: {
|
|
@@ -99,7 +99,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
99
99
|
onTagClicked?: (...args: any[]) => any;
|
|
100
100
|
onCrossClicked?: (...args: any[]) => any;
|
|
101
101
|
}, {
|
|
102
|
-
icon: import('../../
|
|
102
|
+
icon: import('../../components').TIcon;
|
|
103
103
|
type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
|
|
104
104
|
size: "small" | "large";
|
|
105
105
|
disabled: boolean;
|
|
@@ -119,7 +119,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
119
119
|
Defaults: {};
|
|
120
120
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
121
121
|
icon: {
|
|
122
|
-
type: import('vue').PropType<import('../../
|
|
122
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
123
123
|
default: string;
|
|
124
124
|
};
|
|
125
125
|
type: {
|
|
@@ -166,7 +166,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
166
166
|
onTagClicked?: (...args: any[]) => any;
|
|
167
167
|
onCrossClicked?: (...args: any[]) => any;
|
|
168
168
|
}, {}, {}, {}, {}, {
|
|
169
|
-
icon: import('../../
|
|
169
|
+
icon: import('../../components').TIcon;
|
|
170
170
|
type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
|
|
171
171
|
size: "small" | "large";
|
|
172
172
|
disabled: boolean;
|
|
@@ -183,7 +183,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
183
183
|
__isSuspense?: never;
|
|
184
184
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
185
185
|
icon: {
|
|
186
|
-
type: import('vue').PropType<import('../../
|
|
186
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
187
187
|
default: string;
|
|
188
188
|
};
|
|
189
189
|
type: {
|
|
@@ -233,7 +233,7 @@ export declare const PlTagsChips: import('../../../install-function').SFCInstall
|
|
|
233
233
|
tagClicked: (...args: any[]) => void;
|
|
234
234
|
crossClicked: (...args: any[]) => void;
|
|
235
235
|
}, string, {
|
|
236
|
-
icon: import('../../
|
|
236
|
+
icon: import('../../components').TIcon;
|
|
237
237
|
type: "error" | "info" | "interactive" | "success" | "warning" | ("primary" | "outline");
|
|
238
238
|
size: "small" | "large";
|
|
239
239
|
disabled: 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
|
showError: number;
|
|
@@ -62,8 +62,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
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;
|
|
@@ -27,8 +27,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
27
27
|
}, {
|
|
28
28
|
disabled: boolean;
|
|
29
29
|
placeholder: string;
|
|
30
|
-
leftIcon: import('../../../
|
|
31
|
-
rightIcon: import('../../../
|
|
30
|
+
leftIcon: import('../../../components').TIcon;
|
|
31
|
+
rightIcon: import('../../../components').TIcon;
|
|
32
32
|
prop: string;
|
|
33
33
|
inputClass: string;
|
|
34
34
|
round: boolean;
|
|
@@ -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
|
inputClass: string;
|
|
@@ -31,11 +31,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
leftIcon: {
|
|
34
|
-
type: import('vue').PropType<import('../../
|
|
34
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
37
|
rightIcon: {
|
|
38
|
-
type: import('vue').PropType<import('../../
|
|
38
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
39
39
|
default: string;
|
|
40
40
|
};
|
|
41
41
|
prop: {
|
|
@@ -188,11 +188,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
188
188
|
default: boolean;
|
|
189
189
|
};
|
|
190
190
|
leftIcon: {
|
|
191
|
-
type: import('vue').PropType<import('../../
|
|
191
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
192
192
|
default: string;
|
|
193
193
|
};
|
|
194
194
|
rightIcon: {
|
|
195
|
-
type: import('vue').PropType<import('../../
|
|
195
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
196
196
|
default: string;
|
|
197
197
|
};
|
|
198
198
|
prop: {
|
|
@@ -310,8 +310,8 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
310
310
|
width: string;
|
|
311
311
|
placeholder: string;
|
|
312
312
|
currency: boolean;
|
|
313
|
-
leftIcon: import('../../
|
|
314
|
-
rightIcon: import('../../
|
|
313
|
+
leftIcon: import('../../components').TIcon;
|
|
314
|
+
rightIcon: import('../../components').TIcon;
|
|
315
315
|
prop: string;
|
|
316
316
|
helpertext: string;
|
|
317
317
|
optional: string;
|
|
@@ -374,11 +374,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
374
374
|
default: boolean;
|
|
375
375
|
};
|
|
376
376
|
leftIcon: {
|
|
377
|
-
type: import('vue').PropType<import('../../
|
|
377
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
378
378
|
default: string;
|
|
379
379
|
};
|
|
380
380
|
rightIcon: {
|
|
381
|
-
type: import('vue').PropType<import('../../
|
|
381
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
382
382
|
default: string;
|
|
383
383
|
};
|
|
384
384
|
prop: {
|
|
@@ -500,8 +500,8 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
500
500
|
width: string;
|
|
501
501
|
placeholder: string;
|
|
502
502
|
currency: boolean;
|
|
503
|
-
leftIcon: import('../../
|
|
504
|
-
rightIcon: import('../../
|
|
503
|
+
leftIcon: import('../../components').TIcon;
|
|
504
|
+
rightIcon: import('../../components').TIcon;
|
|
505
505
|
prop: string;
|
|
506
506
|
helpertext: string;
|
|
507
507
|
optional: string;
|
|
@@ -561,11 +561,11 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
561
561
|
default: boolean;
|
|
562
562
|
};
|
|
563
563
|
leftIcon: {
|
|
564
|
-
type: import('vue').PropType<import('../../
|
|
564
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
565
565
|
default: string;
|
|
566
566
|
};
|
|
567
567
|
rightIcon: {
|
|
568
|
-
type: import('vue').PropType<import('../../
|
|
568
|
+
type: import('vue').PropType<import('../../components').TIcon>;
|
|
569
569
|
default: string;
|
|
570
570
|
};
|
|
571
571
|
prop: {
|
|
@@ -695,8 +695,8 @@ export declare const PlInputPlus: import('../../../install-function').SFCInstall
|
|
|
695
695
|
width: string;
|
|
696
696
|
placeholder: string;
|
|
697
697
|
currency: boolean;
|
|
698
|
-
leftIcon: import('../../
|
|
699
|
-
rightIcon: import('../../
|
|
698
|
+
leftIcon: import('../../components').TIcon;
|
|
699
|
+
rightIcon: import('../../components').TIcon;
|
|
700
700
|
prop: string;
|
|
701
701
|
helpertext: string;
|
|
702
702
|
optional: string;
|
|
@@ -96,8 +96,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
96
96
|
width: string;
|
|
97
97
|
placeholder: string;
|
|
98
98
|
currency: boolean;
|
|
99
|
-
leftIcon: import('../../
|
|
100
|
-
rightIcon: import('../../
|
|
99
|
+
leftIcon: import('../../components').TIcon;
|
|
100
|
+
rightIcon: import('../../components').TIcon;
|
|
101
101
|
prop: string;
|
|
102
102
|
helpertext: string;
|
|
103
103
|
optional: string;
|
|
@@ -51,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
51
51
|
modelValue: IOption[];
|
|
52
52
|
width: string;
|
|
53
53
|
placeholder: string;
|
|
54
|
-
leftIcon: import('../../
|
|
54
|
+
leftIcon: import('../../components').TIcon;
|
|
55
55
|
teleport: boolean;
|
|
56
56
|
prop: string;
|
|
57
57
|
helpertext: string;
|
|
@@ -47,8 +47,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
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,9 +1,6 @@
|
|
|
1
1
|
import { TIconProps, TIcon } from './types';
|
|
2
2
|
|
|
3
3
|
export declare const PlIcon: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
4
|
-
name: {
|
|
5
|
-
type: import('vue').PropType<TIcon>;
|
|
6
|
-
};
|
|
7
4
|
icon: {
|
|
8
5
|
type: import('vue').PropType<any>;
|
|
9
6
|
required: true;
|
|
@@ -12,9 +9,6 @@ export declare const PlIcon: import('../../../install-function').SFCInstallWithC
|
|
|
12
9
|
type: import('vue').PropType<string>;
|
|
13
10
|
};
|
|
14
11
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
15
|
-
name: {
|
|
16
|
-
type: import('vue').PropType<TIcon>;
|
|
17
|
-
};
|
|
18
12
|
icon: {
|
|
19
13
|
type: import('vue').PropType<any>;
|
|
20
14
|
required: true;
|
|
@@ -25,6 +19,7 @@ export declare const PlIcon: import('../../../install-function').SFCInstallWithC
|
|
|
25
19
|
}>>, {}, {}>>;
|
|
26
20
|
export default PlIcon;
|
|
27
21
|
export type { TIconProps, TIcon };
|
|
22
|
+
export * from './assets-map/index';
|
|
28
23
|
declare module 'vue' {
|
|
29
24
|
interface GlobalComponents {
|
|
30
25
|
/**
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
import { TIcon } from './types';
|
|
2
|
-
|
|
3
1
|
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
name?: TIcon;
|
|
5
2
|
icon: any;
|
|
6
3
|
color?: string;
|
|
7
4
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
name?: TIcon;
|
|
9
5
|
icon: any;
|
|
10
6
|
color?: string;
|
|
11
7
|
}>>>, {}, {}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const PlNavButton: import('../../../../install-function').SFCInstallWithContext<{
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
icon: {
|
|
4
|
-
type: import('vue').PropType<import('../../../../components/
|
|
4
|
+
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
type: {
|
|
@@ -23,7 +23,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
|
23
23
|
"update:isClicked": (...args: any[]) => void;
|
|
24
24
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
25
25
|
icon: {
|
|
26
|
-
type: import('vue').PropType<import('../../../../components/
|
|
26
|
+
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
|
27
27
|
default: string;
|
|
28
28
|
};
|
|
29
29
|
type: {
|
|
@@ -41,7 +41,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
|
41
41
|
onClick?: (...args: any[]) => any;
|
|
42
42
|
"onUpdate:isClicked"?: (...args: any[]) => any;
|
|
43
43
|
}, {
|
|
44
|
-
icon: import('../../../../components/
|
|
44
|
+
icon: import('../../../../components/components').TIcon;
|
|
45
45
|
disabled: boolean;
|
|
46
46
|
isClicked: boolean;
|
|
47
47
|
}, true, {}, {}, {
|
|
@@ -53,7 +53,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
|
53
53
|
Defaults: {};
|
|
54
54
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
55
55
|
icon: {
|
|
56
|
-
type: import('vue').PropType<import('../../../../components/
|
|
56
|
+
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
type: {
|
|
@@ -71,7 +71,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
|
71
71
|
onClick?: (...args: any[]) => any;
|
|
72
72
|
"onUpdate:isClicked"?: (...args: any[]) => any;
|
|
73
73
|
}, {}, {}, {}, {}, {
|
|
74
|
-
icon: import('../../../../components/
|
|
74
|
+
icon: import('../../../../components/components').TIcon;
|
|
75
75
|
disabled: boolean;
|
|
76
76
|
isClicked: boolean;
|
|
77
77
|
}>;
|
|
@@ -80,7 +80,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
|
80
80
|
__isSuspense?: never;
|
|
81
81
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
82
82
|
icon: {
|
|
83
|
-
type: import('vue').PropType<import('../../../../components/
|
|
83
|
+
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
|
84
84
|
default: string;
|
|
85
85
|
};
|
|
86
86
|
type: {
|
|
@@ -101,7 +101,7 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
|
101
101
|
click: (...args: any[]) => void;
|
|
102
102
|
"update:isClicked": (...args: any[]) => void;
|
|
103
103
|
}, string, {
|
|
104
|
-
icon: import('../../../../components/
|
|
104
|
+
icon: import('../../../../components/components').TIcon;
|
|
105
105
|
disabled: boolean;
|
|
106
106
|
isClicked: boolean;
|
|
107
107
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|