@aplus-frontend/ui 0.0.1-beta.2 → 0.0.1-beta.3
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/es/index.mjs +124 -118
- package/es/src/ap-field/checkbox/helper.d.ts +6 -0
- package/es/src/ap-field/date/constant.d.ts +1 -0
- package/es/src/ap-field/index.d.ts +5 -0
- package/es/src/ap-field/interface.d.ts +29 -0
- package/es/src/ap-form/ap-form-item-group/helper.d.ts +8 -0
- package/es/src/ap-form/ap-form-item-group/helper.mjs +14 -0
- package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +45 -0
- package/es/src/ap-form/ap-form-item-group/index.vue.mjs +58 -0
- package/es/src/ap-form/ap-form-item-group/index.vue2.mjs +4 -0
- package/es/src/ap-form/ap-form-item.vue.d.ts +47 -0
- package/es/src/ap-form/ap-form-item.vue.mjs +76 -0
- package/es/src/ap-form/ap-form-item.vue2.mjs +4 -0
- package/es/src/ap-form/ap-form.d.ts +1681 -0
- package/es/src/ap-form/ap-form.mjs +5 -0
- package/es/src/ap-form/constant.d.ts +3 -0
- package/es/src/ap-form/constant.mjs +17 -0
- package/es/src/ap-form/index.d.ts +2593 -0
- package/es/src/ap-form/index.mjs +10 -0
- package/es/src/ap-form/interface.d.ts +7 -0
- package/es/src/ap-form/style/ap-form-item-group.css +9 -0
- package/es/src/base-button/index.d.ts +16 -16
- package/es/src/basic/help.vue.d.ts +1 -1
- package/es/src/basic/index.d.ts +3 -3
- package/es/src/config-provider/config-provider-props.d.ts +7 -1
- package/es/src/config-provider/config-provider-props.mjs +8 -4
- package/es/src/config-provider/config-provider.d.ts +16 -3
- package/es/src/config-provider/constants.d.ts +3 -0
- package/es/src/config-provider/hooks/use-global-config.d.ts +7 -1
- package/es/src/config-provider/index.d.ts +34 -7
- package/es/src/container/collapse/index.vue.d.ts +1 -1
- package/es/src/container/index.d.ts +3 -3
- package/es/src/cropper/cropper-image.vue.d.ts +1 -1
- package/es/src/cropper/index.d.ts +31 -31
- package/es/src/description/description.vue.d.ts +3 -3
- package/es/src/description/index.d.ts +7 -7
- package/es/src/hooks/index.d.ts +1 -0
- package/es/src/hooks/useControllableValue.d.ts +13 -0
- package/es/src/hooks/useControllableValue.mjs +24 -0
- package/es/src/icon/index.d.ts +32 -32
- package/es/src/icon-picker/icon-picker.vue.d.ts +3 -3
- package/es/src/icon-picker/index.d.ts +41 -41
- package/es/src/index.d.ts +1 -0
- package/es/src/index.mjs +79 -75
- package/es/src/modal/basic.vue.d.ts +2 -2
- package/es/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/es/src/modal/components/modal-wrapper.vue.d.ts +1 -1
- package/es/src/modal/components/modal.d.ts +2 -2
- package/es/src/modal/index.d.ts +6 -6
- package/es/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/es/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/es/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/es/src/pro-form/hooks/use-label-width.d.ts +9 -9
- package/es/src/pro-form/pro-form.vue.d.ts +1 -1
- package/es/src/pro-table/const.d.ts +3 -0
- package/es/src/pro-table/const.mjs +10 -4
- package/es/src/pro-table/interface.d.ts +4 -0
- package/es/src/pro-table/pro-table.vue.d.ts +3 -0
- package/es/src/pro-table/pro-table.vue.mjs +221 -211
- package/es/src/pro-table/style/pro-table.css +10 -5
- package/es/src/scroll-bar/index.d.ts +0 -7
- package/es/src/scroll-bar/scroll-bar.vue.d.ts +0 -3
- package/es/src/scroll-bar/scroll-bar.vue.mjs +44 -44
- package/es/src/theme/ap-form/ap-form-item-group.css +9 -0
- package/es/src/theme/pro-table/pro-table.css +10 -5
- package/lib/index.js +1 -1
- package/lib/src/ap-field/checkbox/helper.d.ts +6 -0
- package/lib/src/ap-field/date/constant.d.ts +1 -0
- package/lib/src/ap-field/index.d.ts +5 -0
- package/lib/src/ap-field/interface.d.ts +29 -0
- package/lib/src/ap-form/ap-form-item-group/helper.d.ts +8 -0
- package/lib/src/ap-form/ap-form-item-group/helper.js +1 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +45 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue.js +1 -0
- package/lib/src/ap-form/ap-form-item-group/index.vue2.js +1 -0
- package/lib/src/ap-form/ap-form-item.vue.d.ts +47 -0
- package/lib/src/ap-form/ap-form-item.vue.js +1 -0
- package/lib/src/ap-form/ap-form-item.vue2.js +1 -0
- package/lib/src/ap-form/ap-form.d.ts +1681 -0
- package/lib/src/ap-form/ap-form.js +1 -0
- package/lib/src/ap-form/constant.d.ts +3 -0
- package/lib/src/ap-form/constant.js +1 -0
- package/lib/src/ap-form/index.d.ts +2593 -0
- package/lib/src/ap-form/index.js +1 -0
- package/lib/src/ap-form/interface.d.ts +7 -0
- package/lib/src/ap-form/style/ap-form-item-group.css +9 -0
- package/lib/src/base-button/index.d.ts +16 -16
- package/lib/src/basic/help.vue.d.ts +1 -1
- package/lib/src/basic/index.d.ts +3 -3
- package/lib/src/config-provider/config-provider-props.d.ts +7 -1
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/config-provider/config-provider.d.ts +16 -3
- package/lib/src/config-provider/constants.d.ts +3 -0
- package/lib/src/config-provider/hooks/use-global-config.d.ts +7 -1
- package/lib/src/config-provider/index.d.ts +34 -7
- package/lib/src/container/collapse/index.vue.d.ts +1 -1
- package/lib/src/container/index.d.ts +3 -3
- package/lib/src/cropper/cropper-image.vue.d.ts +1 -1
- package/lib/src/cropper/index.d.ts +31 -31
- package/lib/src/description/description.vue.d.ts +3 -3
- package/lib/src/description/index.d.ts +7 -7
- package/lib/src/hooks/index.d.ts +1 -0
- package/lib/src/hooks/useControllableValue.d.ts +13 -0
- package/lib/src/hooks/useControllableValue.js +1 -0
- package/lib/src/icon/index.d.ts +32 -32
- package/lib/src/icon-picker/icon-picker.vue.d.ts +3 -3
- package/lib/src/icon-picker/index.d.ts +41 -41
- package/lib/src/index.d.ts +1 -0
- package/lib/src/index.js +1 -1
- package/lib/src/modal/basic.vue.d.ts +2 -2
- package/lib/src/modal/components/modal-footer.vue.d.ts +2 -2
- package/lib/src/modal/components/modal-wrapper.vue.d.ts +1 -1
- package/lib/src/modal/components/modal.d.ts +2 -2
- package/lib/src/modal/index.d.ts +6 -6
- package/lib/src/pro-form/components/api-radio-group.vue.d.ts +1 -1
- package/lib/src/pro-form/components/api-select.vue.d.ts +2 -2
- package/lib/src/pro-form/components/api-tree.vue.d.ts +1 -1
- package/lib/src/pro-form/hooks/use-label-width.d.ts +9 -9
- package/lib/src/pro-form/pro-form.vue.d.ts +1 -1
- package/lib/src/pro-table/const.d.ts +3 -0
- package/lib/src/pro-table/const.js +1 -1
- package/lib/src/pro-table/interface.d.ts +4 -0
- package/lib/src/pro-table/pro-table.vue.d.ts +3 -0
- package/lib/src/pro-table/pro-table.vue.js +1 -1
- package/lib/src/pro-table/style/pro-table.css +10 -5
- package/lib/src/scroll-bar/index.d.ts +0 -7
- package/lib/src/scroll-bar/scroll-bar.vue.d.ts +0 -3
- package/lib/src/scroll-bar/scroll-bar.vue.js +1 -1
- package/lib/src/theme/ap-form/ap-form-item-group.css +9 -0
- package/lib/src/theme/pro-table/pro-table.css +10 -5
- package/package.json +2 -2
- package/es/src/constants/component-setting.d.ts +0 -74
- package/es/src/constants/component-setting.mjs +0 -90
- package/lib/src/constants/component-setting.d.ts +0 -74
- package/lib/src/constants/component-setting.js +0 -1
|
@@ -23,7 +23,7 @@ export declare const Description: {
|
|
|
23
23
|
default: boolean;
|
|
24
24
|
};
|
|
25
25
|
column: {
|
|
26
|
-
type: (
|
|
26
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
27
27
|
default: () => {
|
|
28
28
|
xxl: number;
|
|
29
29
|
xl: number;
|
|
@@ -65,7 +65,7 @@ export declare const Description: {
|
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
67
67
|
column: {
|
|
68
|
-
type: (
|
|
68
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
69
69
|
default: () => {
|
|
70
70
|
xxl: number;
|
|
71
71
|
xl: number;
|
|
@@ -90,8 +90,8 @@ export declare const Description: {
|
|
|
90
90
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
size: string;
|
|
93
|
-
title: string;
|
|
94
93
|
bordered: boolean;
|
|
94
|
+
title: string;
|
|
95
95
|
column: number | Record<string, any>;
|
|
96
96
|
schema: DescItem[];
|
|
97
97
|
useCollapse: boolean;
|
|
@@ -122,7 +122,7 @@ export declare const Description: {
|
|
|
122
122
|
default: boolean;
|
|
123
123
|
};
|
|
124
124
|
column: {
|
|
125
|
-
type: (
|
|
125
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
126
126
|
default: () => {
|
|
127
127
|
xxl: number;
|
|
128
128
|
xl: number;
|
|
@@ -147,8 +147,8 @@ export declare const Description: {
|
|
|
147
147
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
148
148
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
149
149
|
size: string;
|
|
150
|
-
title: string;
|
|
151
150
|
bordered: boolean;
|
|
151
|
+
title: string;
|
|
152
152
|
column: number | Record<string, any>;
|
|
153
153
|
schema: DescItem[];
|
|
154
154
|
useCollapse: boolean;
|
|
@@ -176,7 +176,7 @@ export declare const Description: {
|
|
|
176
176
|
default: boolean;
|
|
177
177
|
};
|
|
178
178
|
column: {
|
|
179
|
-
type: (
|
|
179
|
+
type: (NumberConstructor | ObjectConstructor)[];
|
|
180
180
|
default: () => {
|
|
181
181
|
xxl: number;
|
|
182
182
|
xl: number;
|
|
@@ -201,8 +201,8 @@ export declare const Description: {
|
|
|
201
201
|
onRegister?: ((...args: any[]) => any) | undefined;
|
|
202
202
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "register"[], "register", {
|
|
203
203
|
size: string;
|
|
204
|
-
title: string;
|
|
205
204
|
bordered: boolean;
|
|
205
|
+
title: string;
|
|
206
206
|
column: number | Record<string, any>;
|
|
207
207
|
schema: DescItem[];
|
|
208
208
|
useCollapse: boolean;
|
package/es/src/hooks/index.d.ts
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Recordable } from '../type';
|
|
2
|
+
import { Ref, UnwrapRef } from 'vue';
|
|
3
|
+
|
|
4
|
+
type Options = {
|
|
5
|
+
defaultValue?: any;
|
|
6
|
+
defaultValuePropName?: string;
|
|
7
|
+
valuePropName?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare function useControllableValue<ValueType = any>(props: Recordable, emit: (event: any, ...args: any[]) => void, options?: Options): {
|
|
10
|
+
value: Ref<UnwrapRef<ValueType>>;
|
|
11
|
+
updateValue: (newValue: any) => void;
|
|
12
|
+
};
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ref as v, watch as c } from "vue";
|
|
2
|
+
function V(u, f, e) {
|
|
3
|
+
const d = (e == null ? void 0 : e.defaultValuePropName) || "defaultValue", l = (e == null ? void 0 : e.valuePropName) || "value", r = v(
|
|
4
|
+
u[d] || (e == null ? void 0 : e.defaultValue)
|
|
5
|
+
);
|
|
6
|
+
function m(a) {
|
|
7
|
+
u[l] === void 0 && (r.value = a), f(`update:${l}`, a);
|
|
8
|
+
}
|
|
9
|
+
return c(
|
|
10
|
+
() => u[l],
|
|
11
|
+
(a) => {
|
|
12
|
+
u[l] !== void 0 && (console.log("set inner to ", a), r.value = a);
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
immediate: !0
|
|
16
|
+
}
|
|
17
|
+
), {
|
|
18
|
+
value: r,
|
|
19
|
+
updateValue: m
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
V as useControllableValue
|
|
24
|
+
};
|
package/es/src/icon/index.d.ts
CHANGED
|
@@ -6,10 +6,6 @@ export declare const Icon: {
|
|
|
6
6
|
type: PropType<string | number>;
|
|
7
7
|
default: number;
|
|
8
8
|
};
|
|
9
|
-
icon: {
|
|
10
|
-
type: PropType<string>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
9
|
prefix: {
|
|
14
10
|
type: PropType<string>;
|
|
15
11
|
default: string;
|
|
@@ -21,15 +17,15 @@ export declare const Icon: {
|
|
|
21
17
|
type: PropType<boolean>;
|
|
22
18
|
default: boolean;
|
|
23
19
|
};
|
|
20
|
+
icon: {
|
|
21
|
+
type: PropType<string>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
24
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
25
25
|
size: {
|
|
26
26
|
type: PropType<string | number>;
|
|
27
27
|
default: number;
|
|
28
28
|
};
|
|
29
|
-
icon: {
|
|
30
|
-
type: PropType<string>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
29
|
prefix: {
|
|
34
30
|
type: PropType<string>;
|
|
35
31
|
default: string;
|
|
@@ -41,6 +37,10 @@ export declare const Icon: {
|
|
|
41
37
|
type: PropType<boolean>;
|
|
42
38
|
default: boolean;
|
|
43
39
|
};
|
|
40
|
+
icon: {
|
|
41
|
+
type: PropType<string>;
|
|
42
|
+
required: true;
|
|
43
|
+
};
|
|
44
44
|
}>>, {
|
|
45
45
|
size: string | number;
|
|
46
46
|
prefix: string;
|
|
@@ -57,10 +57,6 @@ export declare const Icon: {
|
|
|
57
57
|
type: PropType<string | number>;
|
|
58
58
|
default: number;
|
|
59
59
|
};
|
|
60
|
-
icon: {
|
|
61
|
-
type: PropType<string>;
|
|
62
|
-
required: true;
|
|
63
|
-
};
|
|
64
60
|
prefix: {
|
|
65
61
|
type: PropType<string>;
|
|
66
62
|
default: string;
|
|
@@ -72,6 +68,10 @@ export declare const Icon: {
|
|
|
72
68
|
type: PropType<boolean>;
|
|
73
69
|
default: boolean;
|
|
74
70
|
};
|
|
71
|
+
icon: {
|
|
72
|
+
type: PropType<string>;
|
|
73
|
+
required: true;
|
|
74
|
+
};
|
|
75
75
|
}>>, {}, {}, {}, {}, {
|
|
76
76
|
size: string | number;
|
|
77
77
|
prefix: string;
|
|
@@ -85,10 +85,6 @@ export declare const Icon: {
|
|
|
85
85
|
type: PropType<string | number>;
|
|
86
86
|
default: number;
|
|
87
87
|
};
|
|
88
|
-
icon: {
|
|
89
|
-
type: PropType<string>;
|
|
90
|
-
required: true;
|
|
91
|
-
};
|
|
92
88
|
prefix: {
|
|
93
89
|
type: PropType<string>;
|
|
94
90
|
default: string;
|
|
@@ -100,6 +96,10 @@ export declare const Icon: {
|
|
|
100
96
|
type: PropType<boolean>;
|
|
101
97
|
default: boolean;
|
|
102
98
|
};
|
|
99
|
+
icon: {
|
|
100
|
+
type: PropType<string>;
|
|
101
|
+
required: true;
|
|
102
|
+
};
|
|
103
103
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
104
104
|
size: string | number;
|
|
105
105
|
prefix: string;
|
|
@@ -111,6 +111,10 @@ export declare const Icon: {
|
|
|
111
111
|
});
|
|
112
112
|
export declare const SvgIcon: {
|
|
113
113
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
114
|
+
name: {
|
|
115
|
+
type: PropType<string>;
|
|
116
|
+
required: true;
|
|
117
|
+
};
|
|
114
118
|
size: {
|
|
115
119
|
type: PropType<string | number>;
|
|
116
120
|
default: number;
|
|
@@ -119,15 +123,15 @@ export declare const SvgIcon: {
|
|
|
119
123
|
type: PropType<string>;
|
|
120
124
|
default: string;
|
|
121
125
|
};
|
|
122
|
-
name: {
|
|
123
|
-
type: PropType<string>;
|
|
124
|
-
required: true;
|
|
125
|
-
};
|
|
126
126
|
spin: {
|
|
127
127
|
type: PropType<boolean>;
|
|
128
128
|
default: boolean;
|
|
129
129
|
};
|
|
130
130
|
}>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
131
|
+
name: {
|
|
132
|
+
type: PropType<string>;
|
|
133
|
+
required: true;
|
|
134
|
+
};
|
|
131
135
|
size: {
|
|
132
136
|
type: PropType<string | number>;
|
|
133
137
|
default: number;
|
|
@@ -136,10 +140,6 @@ export declare const SvgIcon: {
|
|
|
136
140
|
type: PropType<string>;
|
|
137
141
|
default: string;
|
|
138
142
|
};
|
|
139
|
-
name: {
|
|
140
|
-
type: PropType<string>;
|
|
141
|
-
required: true;
|
|
142
|
-
};
|
|
143
143
|
spin: {
|
|
144
144
|
type: PropType<boolean>;
|
|
145
145
|
default: boolean;
|
|
@@ -156,6 +156,10 @@ export declare const SvgIcon: {
|
|
|
156
156
|
M: {};
|
|
157
157
|
Defaults: {};
|
|
158
158
|
}, Readonly< ExtractPropTypes<{
|
|
159
|
+
name: {
|
|
160
|
+
type: PropType<string>;
|
|
161
|
+
required: true;
|
|
162
|
+
};
|
|
159
163
|
size: {
|
|
160
164
|
type: PropType<string | number>;
|
|
161
165
|
default: number;
|
|
@@ -164,10 +168,6 @@ export declare const SvgIcon: {
|
|
|
164
168
|
type: PropType<string>;
|
|
165
169
|
default: string;
|
|
166
170
|
};
|
|
167
|
-
name: {
|
|
168
|
-
type: PropType<string>;
|
|
169
|
-
required: true;
|
|
170
|
-
};
|
|
171
171
|
spin: {
|
|
172
172
|
type: PropType<boolean>;
|
|
173
173
|
default: boolean;
|
|
@@ -181,6 +181,10 @@ export declare const SvgIcon: {
|
|
|
181
181
|
__isTeleport?: undefined;
|
|
182
182
|
__isSuspense?: undefined;
|
|
183
183
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
184
|
+
name: {
|
|
185
|
+
type: PropType<string>;
|
|
186
|
+
required: true;
|
|
187
|
+
};
|
|
184
188
|
size: {
|
|
185
189
|
type: PropType<string | number>;
|
|
186
190
|
default: number;
|
|
@@ -189,10 +193,6 @@ export declare const SvgIcon: {
|
|
|
189
193
|
type: PropType<string>;
|
|
190
194
|
default: string;
|
|
191
195
|
};
|
|
192
|
-
name: {
|
|
193
|
-
type: PropType<string>;
|
|
194
|
-
required: true;
|
|
195
|
-
};
|
|
196
196
|
spin: {
|
|
197
197
|
type: PropType<boolean>;
|
|
198
198
|
default: boolean;
|
|
@@ -24,12 +24,12 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
24
24
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
25
25
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}, {
|
|
27
|
-
width: string;
|
|
28
|
-
copy: boolean;
|
|
29
27
|
value: string;
|
|
30
28
|
readonly: boolean;
|
|
31
|
-
mode: "svg" | "iconify";
|
|
32
29
|
allowClear: boolean;
|
|
30
|
+
mode: "svg" | "iconify";
|
|
31
|
+
width: string;
|
|
32
|
+
copy: boolean;
|
|
33
33
|
pageSize: number;
|
|
34
34
|
}, {}>;
|
|
35
35
|
export default _default;
|
|
@@ -2,19 +2,15 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
2
2
|
export * from './interface';
|
|
3
3
|
export declare const IconPicker: {
|
|
4
4
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
5
|
-
|
|
5
|
+
value: {
|
|
6
6
|
type: PropType<string>;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
readonly: {
|
|
10
10
|
type: PropType<boolean>;
|
|
11
11
|
default: boolean;
|
|
12
12
|
};
|
|
13
|
-
|
|
14
|
-
type: PropType<string>;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
readonly: {
|
|
13
|
+
allowClear: {
|
|
18
14
|
type: PropType<boolean>;
|
|
19
15
|
default: boolean;
|
|
20
16
|
};
|
|
@@ -22,7 +18,11 @@ export declare const IconPicker: {
|
|
|
22
18
|
type: PropType<"svg" | "iconify">;
|
|
23
19
|
default: string;
|
|
24
20
|
};
|
|
25
|
-
|
|
21
|
+
width: {
|
|
22
|
+
type: PropType<string>;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
copy: {
|
|
26
26
|
type: PropType<boolean>;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
@@ -40,19 +40,15 @@ export declare const IconPicker: {
|
|
|
40
40
|
change: (...args: any[]) => void;
|
|
41
41
|
"update:value": (...args: any[]) => void;
|
|
42
42
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
43
|
-
|
|
43
|
+
value: {
|
|
44
44
|
type: PropType<string>;
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
readonly: {
|
|
48
48
|
type: PropType<boolean>;
|
|
49
49
|
default: boolean;
|
|
50
50
|
};
|
|
51
|
-
|
|
52
|
-
type: PropType<string>;
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
readonly: {
|
|
51
|
+
allowClear: {
|
|
56
52
|
type: PropType<boolean>;
|
|
57
53
|
default: boolean;
|
|
58
54
|
};
|
|
@@ -60,7 +56,11 @@ export declare const IconPicker: {
|
|
|
60
56
|
type: PropType<"svg" | "iconify">;
|
|
61
57
|
default: string;
|
|
62
58
|
};
|
|
63
|
-
|
|
59
|
+
width: {
|
|
60
|
+
type: PropType<string>;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
copy: {
|
|
64
64
|
type: PropType<boolean>;
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
@@ -75,12 +75,12 @@ export declare const IconPicker: {
|
|
|
75
75
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
}, {
|
|
78
|
-
width: string;
|
|
79
|
-
copy: boolean;
|
|
80
78
|
value: string;
|
|
81
79
|
readonly: boolean;
|
|
82
|
-
mode: "svg" | "iconify";
|
|
83
80
|
allowClear: boolean;
|
|
81
|
+
mode: "svg" | "iconify";
|
|
82
|
+
width: string;
|
|
83
|
+
copy: boolean;
|
|
84
84
|
pageSize: number;
|
|
85
85
|
}, true, {}, {}, {
|
|
86
86
|
P: {};
|
|
@@ -90,19 +90,15 @@ export declare const IconPicker: {
|
|
|
90
90
|
M: {};
|
|
91
91
|
Defaults: {};
|
|
92
92
|
}, Readonly< ExtractPropTypes<{
|
|
93
|
-
|
|
93
|
+
value: {
|
|
94
94
|
type: PropType<string>;
|
|
95
95
|
default: string;
|
|
96
96
|
};
|
|
97
|
-
|
|
97
|
+
readonly: {
|
|
98
98
|
type: PropType<boolean>;
|
|
99
99
|
default: boolean;
|
|
100
100
|
};
|
|
101
|
-
|
|
102
|
-
type: PropType<string>;
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
|
-
readonly: {
|
|
101
|
+
allowClear: {
|
|
106
102
|
type: PropType<boolean>;
|
|
107
103
|
default: boolean;
|
|
108
104
|
};
|
|
@@ -110,7 +106,11 @@ export declare const IconPicker: {
|
|
|
110
106
|
type: PropType<"svg" | "iconify">;
|
|
111
107
|
default: string;
|
|
112
108
|
};
|
|
113
|
-
|
|
109
|
+
width: {
|
|
110
|
+
type: PropType<string>;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
copy: {
|
|
114
114
|
type: PropType<boolean>;
|
|
115
115
|
default: boolean;
|
|
116
116
|
};
|
|
@@ -125,31 +125,27 @@ export declare const IconPicker: {
|
|
|
125
125
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
}, {}, {}, {}, {}, {
|
|
128
|
-
width: string;
|
|
129
|
-
copy: boolean;
|
|
130
128
|
value: string;
|
|
131
129
|
readonly: boolean;
|
|
132
|
-
mode: "svg" | "iconify";
|
|
133
130
|
allowClear: boolean;
|
|
131
|
+
mode: "svg" | "iconify";
|
|
132
|
+
width: string;
|
|
133
|
+
copy: boolean;
|
|
134
134
|
pageSize: number;
|
|
135
135
|
}>;
|
|
136
136
|
__isFragment?: undefined;
|
|
137
137
|
__isTeleport?: undefined;
|
|
138
138
|
__isSuspense?: undefined;
|
|
139
139
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
140
|
-
|
|
140
|
+
value: {
|
|
141
141
|
type: PropType<string>;
|
|
142
142
|
default: string;
|
|
143
143
|
};
|
|
144
|
-
|
|
144
|
+
readonly: {
|
|
145
145
|
type: PropType<boolean>;
|
|
146
146
|
default: boolean;
|
|
147
147
|
};
|
|
148
|
-
|
|
149
|
-
type: PropType<string>;
|
|
150
|
-
default: string;
|
|
151
|
-
};
|
|
152
|
-
readonly: {
|
|
148
|
+
allowClear: {
|
|
153
149
|
type: PropType<boolean>;
|
|
154
150
|
default: boolean;
|
|
155
151
|
};
|
|
@@ -157,7 +153,11 @@ export declare const IconPicker: {
|
|
|
157
153
|
type: PropType<"svg" | "iconify">;
|
|
158
154
|
default: string;
|
|
159
155
|
};
|
|
160
|
-
|
|
156
|
+
width: {
|
|
157
|
+
type: PropType<string>;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
copy: {
|
|
161
161
|
type: PropType<boolean>;
|
|
162
162
|
default: boolean;
|
|
163
163
|
};
|
|
@@ -175,12 +175,12 @@ export declare const IconPicker: {
|
|
|
175
175
|
change: (...args: any[]) => void;
|
|
176
176
|
"update:value": (...args: any[]) => void;
|
|
177
177
|
}, string, {
|
|
178
|
-
width: string;
|
|
179
|
-
copy: boolean;
|
|
180
178
|
value: string;
|
|
181
179
|
readonly: boolean;
|
|
182
|
-
mode: "svg" | "iconify";
|
|
183
180
|
allowClear: boolean;
|
|
181
|
+
mode: "svg" | "iconify";
|
|
182
|
+
width: string;
|
|
183
|
+
copy: boolean;
|
|
184
184
|
pageSize: number;
|
|
185
185
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & Plugin<any[]> & (new (...args: any[]) => {
|
|
186
186
|
$props: {
|
package/es/src/index.d.ts
CHANGED