cosey 0.7.4 → 0.7.6
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/components/audio-card/audio-card.api.d.ts +1 -1
- package/components/audio-card/audio-card.d.ts +2 -2
- package/components/audio-card/index.d.ts +3 -3
- package/components/config-provider/config-provider.js +11 -4
- package/components/config-provider/override-element-plus.js +19 -7
- package/components/copy/copy.api.d.ts +6 -1
- package/components/copy/copy.api.js +4 -0
- package/components/copy/copy.d.ts +11 -1
- package/components/copy/copy.js +1 -0
- package/components/copy/index.d.ts +21 -3
- package/components/editor/editor.js +1 -1
- package/components/field/components/number-range/number-range.d.ts +3 -3
- package/components/field/components/number-range/number-range.vue.js +1 -1
- package/components/field/components/radio-group/radio-group.d.ts +1 -1
- package/components/field/field.api.d.ts +1 -0
- package/components/field/field.api.js +1 -0
- package/components/field/index.js +1 -0
- package/components/file-card/file-card.api.d.ts +1 -1
- package/components/file-card/file-card.d.ts +2 -2
- package/components/file-card/index.d.ts +3 -3
- package/components/form/form-item.api.d.ts +2 -1
- package/components/form/form-item.api.js +2 -1
- package/components/form/form-item.vue.js +4 -4
- package/components/form/index.d.ts +1 -1
- package/components/form/useBubbleTemplate.d.ts +3 -1
- package/components/form/useBubbleTemplate.js +1 -1
- package/components/form-dialog/form-dialog.api.d.ts +237 -0
- package/components/form-dialog/form-dialog.api.js +53 -0
- package/components/form-dialog/form-dialog.d.ts +221 -59
- package/components/form-dialog/form-dialog.js +53 -46
- package/components/form-dialog/index.d.ts +2 -2
- package/components/form-dialog/index.js +2 -2
- package/components/form-dialog/useFormDialogWidth.d.ts +1 -1
- package/components/form-dialog/useFormDialogWidth.js +1 -1
- package/components/form-drawer/form-drawer.api.d.ts +226 -0
- package/components/form-drawer/form-drawer.api.js +26 -0
- package/components/form-drawer/form-drawer.d.ts +273 -43
- package/components/form-drawer/form-drawer.js +54 -11
- package/components/form-drawer/index.d.ts +44 -76
- package/components/form-drawer/index.js +2 -2
- package/components/form-group/form-group.api.d.ts +73 -0
- package/components/form-group/form-group.api.js +41 -0
- package/components/form-group/form-group.d.ts +143 -14
- package/components/form-group/form-group.js +69 -0
- package/components/{input-number-range/style/index.d.ts → form-group/form-group.style.d.ts} +1 -1
- package/components/form-group/{style/index.js → form-group.style.js} +2 -2
- package/components/form-group/index.d.ts +230 -22
- package/components/form-group/index.js +2 -1
- package/components/form-list/form-list.api.d.ts +1 -0
- package/components/form-query/form-query.api.js +1 -1
- package/components/image-card/image-card.api.d.ts +1 -1
- package/components/image-card/image-card.d.ts +2 -2
- package/components/image-card/index.d.ts +3 -3
- package/components/index.js +8 -6
- package/components/input-number-range/index.d.ts +118 -15
- package/components/input-number-range/index.js +2 -2
- package/components/input-number-range/input-number-range.api.d.ts +43 -0
- package/components/input-number-range/input-number-range.api.js +44 -0
- package/components/input-number-range/input-number-range.d.ts +79 -24
- package/components/input-number-range/input-number-range.js +109 -4
- package/components/{long-text/style/index.d.ts → input-number-range/input-number-range.style.d.ts} +1 -1
- package/components/input-number-range/{style/index.js → input-number-range.style.js} +1 -1
- package/components/long-text/index.d.ts +63 -17
- package/components/long-text/index.js +2 -2
- package/components/long-text/long-text.api.d.ts +23 -0
- package/components/long-text/long-text.api.js +20 -0
- package/components/long-text/long-text.d.ts +38 -14
- package/components/long-text/long-text.js +56 -6
- package/components/{scroll-view/style/index.d.ts → long-text/long-text.style.d.ts} +1 -1
- package/components/long-text/{style/index.js → long-text.style.js} +2 -2
- package/components/media-card/index.d.ts +3 -3
- package/components/media-card/media-card.api.d.ts +2 -2
- package/components/media-card/media-card.d.ts +2 -2
- package/components/media-card/media-card.style.js +2 -1
- package/components/panel/panel.api.d.ts +2 -5
- package/components/remote-select/index.d.ts +6 -6
- package/components/remote-select/remote-select.api.d.ts +1 -1
- package/components/remote-select/remote-select.d.ts +2 -2
- package/components/remote-select/remote-select.js +1 -1
- package/components/scroll-view/index.d.ts +5 -5
- package/components/scroll-view/scroll-view.style.d.ts +4 -0
- package/components/scroll-view/{style/index.js → scroll-view.style.js} +1 -1
- package/components/scroll-view/scroll-view.vue.d.ts +1 -1
- package/components/scroll-view/scroll-view.vue.js +1 -1
- package/components/stack-dialog/index.d.ts +609 -4
- package/components/stack-dialog/index.js +2 -2
- package/components/stack-dialog/stack-dialog.api.d.ts +200 -0
- package/components/stack-dialog/stack-dialog.api.js +65 -0
- package/components/stack-dialog/stack-dialog.d.ts +204 -30
- package/components/stack-dialog/stack-dialog.js +67 -59
- package/components/svga-card/index.d.ts +3 -3
- package/components/svga-card/svga-card.api.d.ts +1 -1
- package/components/svga-card/svga-card.d.ts +2 -2
- package/components/table/index.d.ts +4 -4
- package/components/table/index.js +1 -1
- package/components/table/table-column/renderer.js +1 -1
- package/components/table/table-column/table-column.d.ts +3 -3
- package/components/table/table-column-editor/table-column-editor.api.d.ts +17 -0
- package/components/table/table-column-editor/table-column-editor.api.js +15 -0
- package/components/table/table-column-editor/table-column-editor.d.ts +26 -11
- package/components/table/table-column-editor/table-column-editor.js +154 -4
- package/components/table/table-export/item.d.ts +15 -0
- package/components/table/table-export/item.js +37 -0
- package/components/table/table-export/list.d.ts +15 -0
- package/components/table/table-export/list.js +27 -0
- package/components/table/table-export/table-export.api.d.ts +208 -0
- package/components/table/table-export/table-export.api.js +32 -0
- package/components/table/table-export/table-export.d.ts +262 -35
- package/components/table/table-export/table-export.js +238 -26
- package/components/table/table-export/{style/index.js → table-export.style.js} +1 -1
- package/components/table/table-query/table-query.api.d.ts +172 -0
- package/components/table/table-query/table-query.api.js +31 -0
- package/components/table/table-query/table-query.d.ts +207 -44
- package/components/table/table-query/table-query.js +84 -24
- package/components/table/table-stats/table-stats.api.d.ts +17 -0
- package/components/table/table-stats/table-stats.api.js +12 -0
- package/components/table/table-stats/table-stats.d.ts +23 -14
- package/components/table/table-stats/table-stats.js +37 -5
- package/components/table/table.d.ts +2 -2
- package/components/table/table.js +1 -1
- package/components/table/table.vue.d.ts +2 -2
- package/components/table/table.vue.js +10 -9
- package/components/theme/getGlobalStyleHook.js +2 -22
- package/components/transition-group/index.d.ts +3 -3
- package/components/transition-group/transition-group.d.ts +1 -1
- package/components/upload/upload.js +1 -1
- package/components/video-card/index.d.ts +3 -3
- package/components/video-card/video-card.api.d.ts +1 -1
- package/components/video-card/video-card.d.ts +2 -2
- package/config/root-config-provider.js +1 -1
- package/hooks/useColorScheme.d.ts +2 -2
- package/hooks/useColorScheme.js +1 -1
- package/index.js +7 -2
- package/layout/layout-header/style/index.js +1 -1
- package/package.json +4 -5
- package/router/index.d.ts +1 -0
- package/router/index.js +4 -3
- package/types/helper.d.ts +8 -0
- package/utils/index.js +1 -0
- package/utils/warning.d.ts +2 -0
- package/utils/warning.js +2 -0
- package/components/form-dialog/form-dialog.vue.js +0 -63
- package/components/form-drawer/form-drawer.vue.d.ts +0 -482
- package/components/form-drawer/form-drawer.vue.js +0 -64
- package/components/form-group/form-group.vue.d.ts +0 -19
- package/components/form-group/form-group.vue.js +0 -139
- package/components/input-number-range/input-number-range.vue.d.ts +0 -18
- package/components/input-number-range/input-number-range.vue.js +0 -166
- package/components/long-text/long-text.vue.d.ts +0 -14
- package/components/long-text/long-text.vue.js +0 -94
- package/components/stack-dialog/stack-dialog.vue.js +0 -75
- package/components/table/table-column-editor/table-column-editor.vue.d.ts +0 -22
- package/components/table/table-column-editor/table-column-editor.vue.js +0 -188
- package/components/table/table-export/item.vue.d.ts +0 -7
- package/components/table/table-export/item.vue.js +0 -41
- package/components/table/table-export/list.vue.d.ts +0 -7
- package/components/table/table-export/list.vue.js +0 -32
- package/components/table/table-export/style/index.d.ts +0 -4
- package/components/table/table-export/table-export.vue.d.ts +0 -428
- package/components/table/table-export/table-export.vue.js +0 -250
- package/components/table/table-query/table-query.vue.d.ts +0 -349
- package/components/table/table-query/table-query.vue.js +0 -92
- package/components/table/table-stats/table-stats.vue.d.ts +0 -6
- package/components/table/table-stats/table-stats.vue.js +0 -52
- /package/components/scroll-view/{scroll-view.d.ts → scroll-view.api.d.ts} +0 -0
- /package/components/scroll-view/{scroll-view.js → scroll-view.api.js} +0 -0
- /package/components/{form-group/style/index.d.ts → table/table-export/table-export.style.d.ts} +0 -0
|
@@ -1,43 +1,251 @@
|
|
|
1
|
-
export * from './form-group';
|
|
1
|
+
export * from './form-group.api';
|
|
2
2
|
declare const _FormGroup: {
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
alignment: {
|
|
5
|
+
type: import("vue").PropType<"stretch" | "center" | "flex-start" | "flex-end">;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
size: {
|
|
9
|
+
type: import("vue").PropType<number | "default" | "small" | "large" | [number, number]>;
|
|
10
|
+
default: () => number[];
|
|
11
|
+
};
|
|
12
|
+
wrap: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
title: {
|
|
17
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
18
|
+
};
|
|
19
|
+
borderStyle: {
|
|
20
|
+
type: import("vue").PropType<"none" | "solid" | "dashed" | "dotted">;
|
|
21
|
+
};
|
|
22
|
+
position: {
|
|
23
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
collapsible: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
};
|
|
29
|
+
collapsed: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
};
|
|
32
|
+
fill: BooleanConstructor;
|
|
33
|
+
direction: {
|
|
34
|
+
readonly type: import("vue").PropType<"horizontal" | "vertical">;
|
|
35
|
+
readonly required: false;
|
|
36
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
|
+
__epPropKey: true;
|
|
38
|
+
} & {
|
|
39
|
+
readonly default: "horizontal";
|
|
40
|
+
};
|
|
41
|
+
spacer: {
|
|
42
|
+
readonly type: import("vue").PropType<import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}>>;
|
|
45
|
+
readonly required: false;
|
|
46
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
47
|
+
__epPropKey: true;
|
|
48
|
+
} & {
|
|
49
|
+
readonly default: null;
|
|
50
|
+
};
|
|
51
|
+
prefixCls: {
|
|
52
|
+
readonly type: import("vue").PropType<string>;
|
|
53
|
+
readonly required: false;
|
|
54
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
|
+
__epPropKey: true;
|
|
56
|
+
};
|
|
57
|
+
fillRatio: {
|
|
58
|
+
readonly type: import("vue").PropType<number>;
|
|
59
|
+
readonly required: false;
|
|
60
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
61
|
+
__epPropKey: true;
|
|
62
|
+
} & {
|
|
63
|
+
readonly default: 100;
|
|
64
|
+
};
|
|
65
|
+
}>> & Readonly<{
|
|
4
66
|
"onUpdate:collapsed"?: ((collapsed: boolean) => any) | undefined;
|
|
5
|
-
}>,
|
|
6
|
-
|
|
67
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
68
|
+
'update:collapsed': (collapsed: boolean) => boolean;
|
|
7
69
|
}, import("vue").PublicProps, {
|
|
70
|
+
fill: boolean;
|
|
71
|
+
direction: "horizontal" | "vertical";
|
|
8
72
|
position: "left" | "right" | "center";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
73
|
+
size: number | "default" | "large" | "small" | [number, number];
|
|
74
|
+
wrap: boolean;
|
|
75
|
+
spacer: import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
76
|
+
[key: string]: any;
|
|
77
|
+
}>;
|
|
78
|
+
collapsed: boolean;
|
|
79
|
+
alignment: "stretch" | "center" | "flex-end" | "flex-start";
|
|
80
|
+
fillRatio: number;
|
|
81
|
+
collapsible: boolean;
|
|
82
|
+
}, true, {}, import("vue").SlotsType<import("./form-group.api").FormGroupSlots>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
13
83
|
P: {};
|
|
14
84
|
B: {};
|
|
15
85
|
D: {};
|
|
16
86
|
C: {};
|
|
17
87
|
M: {};
|
|
18
88
|
Defaults: {};
|
|
19
|
-
}, Readonly<import("
|
|
89
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
90
|
+
alignment: {
|
|
91
|
+
type: import("vue").PropType<"stretch" | "center" | "flex-start" | "flex-end">;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
size: {
|
|
95
|
+
type: import("vue").PropType<number | "default" | "small" | "large" | [number, number]>;
|
|
96
|
+
default: () => number[];
|
|
97
|
+
};
|
|
98
|
+
wrap: {
|
|
99
|
+
type: BooleanConstructor;
|
|
100
|
+
default: boolean;
|
|
101
|
+
};
|
|
102
|
+
title: {
|
|
103
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
104
|
+
};
|
|
105
|
+
borderStyle: {
|
|
106
|
+
type: import("vue").PropType<"none" | "solid" | "dashed" | "dotted">;
|
|
107
|
+
};
|
|
108
|
+
position: {
|
|
109
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
collapsible: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
};
|
|
115
|
+
collapsed: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
};
|
|
118
|
+
fill: BooleanConstructor;
|
|
119
|
+
direction: {
|
|
120
|
+
readonly type: import("vue").PropType<"horizontal" | "vertical">;
|
|
121
|
+
readonly required: false;
|
|
122
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
123
|
+
__epPropKey: true;
|
|
124
|
+
} & {
|
|
125
|
+
readonly default: "horizontal";
|
|
126
|
+
};
|
|
127
|
+
spacer: {
|
|
128
|
+
readonly type: import("vue").PropType<import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
129
|
+
[key: string]: any;
|
|
130
|
+
}>>;
|
|
131
|
+
readonly required: false;
|
|
132
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
|
+
__epPropKey: true;
|
|
134
|
+
} & {
|
|
135
|
+
readonly default: null;
|
|
136
|
+
};
|
|
137
|
+
prefixCls: {
|
|
138
|
+
readonly type: import("vue").PropType<string>;
|
|
139
|
+
readonly required: false;
|
|
140
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
|
+
__epPropKey: true;
|
|
142
|
+
};
|
|
143
|
+
fillRatio: {
|
|
144
|
+
readonly type: import("vue").PropType<number>;
|
|
145
|
+
readonly required: false;
|
|
146
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
|
+
__epPropKey: true;
|
|
148
|
+
} & {
|
|
149
|
+
readonly default: 100;
|
|
150
|
+
};
|
|
151
|
+
}>> & Readonly<{
|
|
20
152
|
"onUpdate:collapsed"?: ((collapsed: boolean) => any) | undefined;
|
|
21
|
-
}>,
|
|
153
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
154
|
+
fill: boolean;
|
|
155
|
+
direction: "horizontal" | "vertical";
|
|
22
156
|
position: "left" | "right" | "center";
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
157
|
+
size: number | "default" | "large" | "small" | [number, number];
|
|
158
|
+
wrap: boolean;
|
|
159
|
+
spacer: import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
160
|
+
[key: string]: any;
|
|
161
|
+
}>;
|
|
162
|
+
collapsed: boolean;
|
|
163
|
+
alignment: "stretch" | "center" | "flex-end" | "flex-start";
|
|
164
|
+
fillRatio: number;
|
|
165
|
+
collapsible: boolean;
|
|
26
166
|
}>;
|
|
27
167
|
__isFragment?: never;
|
|
28
168
|
__isTeleport?: never;
|
|
29
169
|
__isSuspense?: never;
|
|
30
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("
|
|
170
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
171
|
+
alignment: {
|
|
172
|
+
type: import("vue").PropType<"stretch" | "center" | "flex-start" | "flex-end">;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
size: {
|
|
176
|
+
type: import("vue").PropType<number | "default" | "small" | "large" | [number, number]>;
|
|
177
|
+
default: () => number[];
|
|
178
|
+
};
|
|
179
|
+
wrap: {
|
|
180
|
+
type: BooleanConstructor;
|
|
181
|
+
default: boolean;
|
|
182
|
+
};
|
|
183
|
+
title: {
|
|
184
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
185
|
+
};
|
|
186
|
+
borderStyle: {
|
|
187
|
+
type: import("vue").PropType<"none" | "solid" | "dashed" | "dotted">;
|
|
188
|
+
};
|
|
189
|
+
position: {
|
|
190
|
+
type: import("vue").PropType<"left" | "right" | "center">;
|
|
191
|
+
default: string;
|
|
192
|
+
};
|
|
193
|
+
collapsible: {
|
|
194
|
+
type: BooleanConstructor;
|
|
195
|
+
};
|
|
196
|
+
collapsed: {
|
|
197
|
+
type: BooleanConstructor;
|
|
198
|
+
};
|
|
199
|
+
fill: BooleanConstructor;
|
|
200
|
+
direction: {
|
|
201
|
+
readonly type: import("vue").PropType<"horizontal" | "vertical">;
|
|
202
|
+
readonly required: false;
|
|
203
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
204
|
+
__epPropKey: true;
|
|
205
|
+
} & {
|
|
206
|
+
readonly default: "horizontal";
|
|
207
|
+
};
|
|
208
|
+
spacer: {
|
|
209
|
+
readonly type: import("vue").PropType<import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
210
|
+
[key: string]: any;
|
|
211
|
+
}>>;
|
|
212
|
+
readonly required: false;
|
|
213
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
+
__epPropKey: true;
|
|
215
|
+
} & {
|
|
216
|
+
readonly default: null;
|
|
217
|
+
};
|
|
218
|
+
prefixCls: {
|
|
219
|
+
readonly type: import("vue").PropType<string>;
|
|
220
|
+
readonly required: false;
|
|
221
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
222
|
+
__epPropKey: true;
|
|
223
|
+
};
|
|
224
|
+
fillRatio: {
|
|
225
|
+
readonly type: import("vue").PropType<number>;
|
|
226
|
+
readonly required: false;
|
|
227
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
|
+
__epPropKey: true;
|
|
229
|
+
} & {
|
|
230
|
+
readonly default: 100;
|
|
231
|
+
};
|
|
232
|
+
}>> & Readonly<{
|
|
31
233
|
"onUpdate:collapsed"?: ((collapsed: boolean) => any) | undefined;
|
|
32
|
-
}>,
|
|
33
|
-
|
|
234
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
235
|
+
'update:collapsed': (collapsed: boolean) => boolean;
|
|
34
236
|
}, string, {
|
|
237
|
+
fill: boolean;
|
|
238
|
+
direction: "horizontal" | "vertical";
|
|
35
239
|
position: "left" | "right" | "center";
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
240
|
+
size: number | "default" | "large" | "small" | [number, number];
|
|
241
|
+
wrap: boolean;
|
|
242
|
+
spacer: import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
243
|
+
[key: string]: any;
|
|
244
|
+
}>;
|
|
245
|
+
collapsed: boolean;
|
|
246
|
+
alignment: "stretch" | "center" | "flex-end" | "flex-start";
|
|
247
|
+
fillRatio: number;
|
|
248
|
+
collapsible: boolean;
|
|
249
|
+
}, {}, string, import("vue").SlotsType<import("./form-group.api").FormGroupSlots>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
|
|
42
250
|
export { _FormGroup as FormGroup };
|
|
43
251
|
export default _FormGroup;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { withInstall } from '../utils.js';
|
|
2
|
-
import stdin_default$1 from './form-group.
|
|
2
|
+
import stdin_default$1 from './form-group.js';
|
|
3
|
+
export { formGroupEmits, formGroupProps, formGroupSlots } from './form-group.api.js';
|
|
3
4
|
|
|
4
5
|
const _FormGroup = withInstall(stdin_default$1);
|
|
5
6
|
var stdin_default = _FormGroup;
|
|
@@ -143,6 +143,7 @@ export declare const defaultFormListProps: {
|
|
|
143
143
|
fieldRef: () => void;
|
|
144
144
|
showMessage: boolean;
|
|
145
145
|
inlineMessage: boolean;
|
|
146
|
+
required: undefined;
|
|
146
147
|
};
|
|
147
148
|
export interface FormListProps<T = FormListRow> extends Omit<FormItemProps<'input'>, 'modelValue'> {
|
|
148
149
|
defaultValue?: T;
|
|
@@ -11,7 +11,7 @@ export declare const imageCardProps: {
|
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
};
|
|
13
13
|
type: {
|
|
14
|
-
type: import("vue").PropType<"image" | "video" | "audio" | (string & {})>;
|
|
14
|
+
type: import("vue").PropType<"image" | "video" | "audio" | "svga" | (string & {})>;
|
|
15
15
|
};
|
|
16
16
|
title: {
|
|
17
17
|
type: StringConstructor;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10
10
|
type: StringConstructor;
|
|
11
11
|
};
|
|
12
12
|
type: {
|
|
13
|
-
type: import("vue").PropType<"image" | "video" | "audio" | (string & {})>;
|
|
13
|
+
type: import("vue").PropType<"image" | "video" | "audio" | "svga" | (string & {})>;
|
|
14
14
|
};
|
|
15
15
|
title: {
|
|
16
16
|
type: StringConstructor;
|
|
@@ -135,7 +135,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
135
135
|
type: StringConstructor;
|
|
136
136
|
};
|
|
137
137
|
type: {
|
|
138
|
-
type: import("vue").PropType<"image" | "video" | "audio" | (string & {})>;
|
|
138
|
+
type: import("vue").PropType<"image" | "video" | "audio" | "svga" | (string & {})>;
|
|
139
139
|
};
|
|
140
140
|
title: {
|
|
141
141
|
type: StringConstructor;
|
|
@@ -12,7 +12,7 @@ declare const _ImageCard: {
|
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
};
|
|
14
14
|
type: {
|
|
15
|
-
type: import("vue").PropType<"image" | "video" | "audio" | (string & {})>;
|
|
15
|
+
type: import("vue").PropType<"image" | "video" | "audio" | "svga" | (string & {})>;
|
|
16
16
|
};
|
|
17
17
|
title: {
|
|
18
18
|
type: StringConstructor;
|
|
@@ -165,7 +165,7 @@ declare const _ImageCard: {
|
|
|
165
165
|
type: StringConstructor;
|
|
166
166
|
};
|
|
167
167
|
type: {
|
|
168
|
-
type: import("vue").PropType<"image" | "video" | "audio" | (string & {})>;
|
|
168
|
+
type: import("vue").PropType<"image" | "video" | "audio" | "svga" | (string & {})>;
|
|
169
169
|
};
|
|
170
170
|
title: {
|
|
171
171
|
type: StringConstructor;
|
|
@@ -309,7 +309,7 @@ declare const _ImageCard: {
|
|
|
309
309
|
type: StringConstructor;
|
|
310
310
|
};
|
|
311
311
|
type: {
|
|
312
|
-
type: import("vue").PropType<"image" | "video" | "audio" | (string & {})>;
|
|
312
|
+
type: import("vue").PropType<"image" | "video" | "audio" | "svga" | (string & {})>;
|
|
313
313
|
};
|
|
314
314
|
title: {
|
|
315
315
|
type: StringConstructor;
|
package/components/index.js
CHANGED
|
@@ -65,6 +65,7 @@ export { dndSortItemProps, dndSortItemSlots } from './dnd-sort/dnd-sort-item.api
|
|
|
65
65
|
export { useDndSort } from './dnd-sort/useDndSort.js';
|
|
66
66
|
export { useDndSortItem } from './dnd-sort/useDndSortItem.js';
|
|
67
67
|
export { editorEmits, editorProps } from './editor/editor.api.js';
|
|
68
|
+
export { fieldComponentCommonProps } from './field/components/common.js';
|
|
68
69
|
export { fieldProps, mapFieldTypeComponent } from './field/field.api.js';
|
|
69
70
|
export { fileCardProps, fileCardSlots } from './file-card/file-card.api.js';
|
|
70
71
|
export { formBubbleContextSymbol, formContextSymbol, formEmits, formExposeKeys, formProps, formPropsOmit, formSlots } from './form/form.api.js';
|
|
@@ -72,9 +73,10 @@ export { defaultFormItemProps, exlucdeFieldSlotNames, formItemExposeKeys, formIt
|
|
|
72
73
|
export { getFormItemWidth, useFormItemWidth } from './form/useFormItemWidth.js';
|
|
73
74
|
export { useBubbleTemplate } from './form/useBubbleTemplate.js';
|
|
74
75
|
export { useFormTemplate } from './form/useFormTemplate.js';
|
|
75
|
-
export { elFormDialogExposeKeys, formDialogButtonProps, formDialogProps, mapFormDialogWidth } from './form-dialog/form-dialog.js';
|
|
76
|
+
export { elFormDialogExposeKeys, formDialogButtonProps, formDialogEmits, formDialogProps, formDialogSlots, mapFormDialogWidth } from './form-dialog/form-dialog.api.js';
|
|
76
77
|
export { useFormDialogWidth } from './form-dialog/useFormDialogWidth.js';
|
|
77
|
-
export { elFormDrawerExposeKeys, formDrawerProps } from './form-drawer/form-drawer.js';
|
|
78
|
+
export { elFormDrawerExposeKeys, formDrawerEmits, formDrawerProps, formDrawerSlots } from './form-drawer/form-drawer.api.js';
|
|
79
|
+
export { formGroupEmits, formGroupProps, formGroupSlots } from './form-group/form-group.api.js';
|
|
78
80
|
export { defaultFormListProps, formListEmits, formListExposeKeys, formListProps, formListSlots } from './form-list/form-list.api.js';
|
|
79
81
|
export { defaultMapSizeColNumber, formQueryContextSymbol, formQueryEmits, formQueryProps, formQuerySlots } from './form-query/form-query.api.js';
|
|
80
82
|
export { highlightProps, highlightSlots } from './highlight/highlight.api.js';
|
|
@@ -82,8 +84,8 @@ export { default as hljs } from 'highlight.js/lib/core';
|
|
|
82
84
|
export { horizontalTreeEmits, horizontalTreeProps, horizontalTreeSlots } from './horizontal-tree/horizontal-tree.api.js';
|
|
83
85
|
export { addIconifyIcon, iconifyIconsSets } from './iconify-icon/iconify-icon.js';
|
|
84
86
|
export { imageCardEmits, imageCardProps, imageCardSlots } from './image-card/image-card.api.js';
|
|
85
|
-
export {
|
|
86
|
-
export {
|
|
87
|
+
export { inputNumberRangeEmits, inputNumberRangeProps } from './input-number-range/input-number-range.api.js';
|
|
88
|
+
export { longTextProps, longTextSlots } from './long-text/long-text.api.js';
|
|
87
89
|
export { maskEmits } from './mask/mask.api.js';
|
|
88
90
|
export { mediaCardBaseProps, mediaCardProps, mediaCardSlots } from './media-card/media-card.api.js';
|
|
89
91
|
export { mediaCardGroupProps, mediaCardGroupSlots } from './media-card-group/media-card-group.api.js';
|
|
@@ -94,12 +96,12 @@ export { remoteSelectEmits, remoteSelectProps, remoteSelectSlots } from './remot
|
|
|
94
96
|
export { ribbonEmits, ribbonProps, ribbonSlots } from './ribbon/ribbon.api.js';
|
|
95
97
|
export { defaultBreakpoints, defaultRowProps, generateAlgorithms, rowColumns, rowContextSymbol, rowSizes } from './row/row.js';
|
|
96
98
|
export { snugMenuContextSymbol } from './snug-menu/snug-menu.js';
|
|
97
|
-
export { createStackDialogInfo, stackDialogProps, useStackDialog, useStackDialogProvide } from './stack-dialog/stack-dialog.js';
|
|
99
|
+
export { createStackDialogInfo, stackDialogEmits, stackDialogProps, stackDialogSlots, useStackDialog, useStackDialogProvide } from './stack-dialog/stack-dialog.api.js';
|
|
98
100
|
export { getFocusVisibleStyle, getLineClampStyle, getTruncateStyle } from './style/mixins.js';
|
|
99
101
|
export { contrarotation, rotation, rotation45, spinner } from './style/animation.js';
|
|
100
102
|
export { defaultTableConfig, elSlotsName, omittedTableProps, tableEmitEvents, tableEmitOnEvents, tableEmitOnProps, tableExposeKeys, tableProps } from './table/table.js';
|
|
101
103
|
export { tableColumnProps } from './table/table-column/table-column.api.js';
|
|
102
|
-
export { createScheme, omittedTableQueryProps, tableQueryExposeKeys, tableQueryProps } from './table/table-query/table-query.js';
|
|
104
|
+
export { createScheme, omittedTableQueryProps, tableQueryEmits, tableQueryExposeKeys, tableQueryProps, tableQuerySlots } from './table/table-query/table-query.api.js';
|
|
103
105
|
export { useTable } from './table/useTable.js';
|
|
104
106
|
export { tableActionProps } from './table-action/table-action.api.js';
|
|
105
107
|
export { StyleCache, StyleProvider } from './theme/StyleContext.js';
|
|
@@ -1,39 +1,142 @@
|
|
|
1
|
-
export * from './input-number-range';
|
|
1
|
+
export * from './input-number-range.api';
|
|
2
2
|
declare const _InputNumberRange: {
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
type: import("vue").PropType<number[]>;
|
|
6
|
+
};
|
|
7
|
+
min: {
|
|
8
|
+
type: import("vue").PropType<number>;
|
|
9
|
+
};
|
|
10
|
+
max: {
|
|
11
|
+
type: import("vue").PropType<number>;
|
|
12
|
+
};
|
|
13
|
+
step: {
|
|
14
|
+
type: import("vue").PropType<number>;
|
|
15
|
+
};
|
|
16
|
+
stepStrictly: {
|
|
17
|
+
type: import("vue").PropType<boolean>;
|
|
18
|
+
};
|
|
19
|
+
precision: {
|
|
20
|
+
type: import("vue").PropType<number>;
|
|
21
|
+
};
|
|
22
|
+
startPlaceholder: {
|
|
23
|
+
type: import("vue").PropType<string>;
|
|
24
|
+
};
|
|
25
|
+
endPlaceholder: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
};
|
|
28
|
+
readonly: {
|
|
29
|
+
type: import("vue").PropType<boolean>;
|
|
30
|
+
};
|
|
31
|
+
disabled: {
|
|
32
|
+
type: import("vue").PropType<boolean>;
|
|
33
|
+
};
|
|
34
|
+
validateEvent: {
|
|
35
|
+
type: import("vue").PropType<boolean>;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{
|
|
4
39
|
onChange?: ((value: number[] | undefined) => any) | undefined;
|
|
5
40
|
"onUpdate:modelValue"?: ((value: number[] | undefined) => any) | undefined;
|
|
6
|
-
}>,
|
|
7
|
-
|
|
8
|
-
|
|
41
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
|
+
'update:modelValue': (value: number[] | undefined) => boolean;
|
|
43
|
+
change: (value: number[] | undefined) => boolean;
|
|
9
44
|
}, import("vue").PublicProps, {
|
|
10
45
|
validateEvent: boolean;
|
|
11
|
-
},
|
|
46
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
12
47
|
P: {};
|
|
13
48
|
B: {};
|
|
14
49
|
D: {};
|
|
15
50
|
C: {};
|
|
16
51
|
M: {};
|
|
17
52
|
Defaults: {};
|
|
18
|
-
}, Readonly<import("
|
|
53
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
54
|
+
modelValue: {
|
|
55
|
+
type: import("vue").PropType<number[]>;
|
|
56
|
+
};
|
|
57
|
+
min: {
|
|
58
|
+
type: import("vue").PropType<number>;
|
|
59
|
+
};
|
|
60
|
+
max: {
|
|
61
|
+
type: import("vue").PropType<number>;
|
|
62
|
+
};
|
|
63
|
+
step: {
|
|
64
|
+
type: import("vue").PropType<number>;
|
|
65
|
+
};
|
|
66
|
+
stepStrictly: {
|
|
67
|
+
type: import("vue").PropType<boolean>;
|
|
68
|
+
};
|
|
69
|
+
precision: {
|
|
70
|
+
type: import("vue").PropType<number>;
|
|
71
|
+
};
|
|
72
|
+
startPlaceholder: {
|
|
73
|
+
type: import("vue").PropType<string>;
|
|
74
|
+
};
|
|
75
|
+
endPlaceholder: {
|
|
76
|
+
type: import("vue").PropType<string>;
|
|
77
|
+
};
|
|
78
|
+
readonly: {
|
|
79
|
+
type: import("vue").PropType<boolean>;
|
|
80
|
+
};
|
|
81
|
+
disabled: {
|
|
82
|
+
type: import("vue").PropType<boolean>;
|
|
83
|
+
};
|
|
84
|
+
validateEvent: {
|
|
85
|
+
type: import("vue").PropType<boolean>;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
}>> & Readonly<{
|
|
19
89
|
onChange?: ((value: number[] | undefined) => any) | undefined;
|
|
20
90
|
"onUpdate:modelValue"?: ((value: number[] | undefined) => any) | undefined;
|
|
21
|
-
}>,
|
|
91
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
22
92
|
validateEvent: boolean;
|
|
23
93
|
}>;
|
|
24
94
|
__isFragment?: never;
|
|
25
95
|
__isTeleport?: never;
|
|
26
96
|
__isSuspense?: never;
|
|
27
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("
|
|
97
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
98
|
+
modelValue: {
|
|
99
|
+
type: import("vue").PropType<number[]>;
|
|
100
|
+
};
|
|
101
|
+
min: {
|
|
102
|
+
type: import("vue").PropType<number>;
|
|
103
|
+
};
|
|
104
|
+
max: {
|
|
105
|
+
type: import("vue").PropType<number>;
|
|
106
|
+
};
|
|
107
|
+
step: {
|
|
108
|
+
type: import("vue").PropType<number>;
|
|
109
|
+
};
|
|
110
|
+
stepStrictly: {
|
|
111
|
+
type: import("vue").PropType<boolean>;
|
|
112
|
+
};
|
|
113
|
+
precision: {
|
|
114
|
+
type: import("vue").PropType<number>;
|
|
115
|
+
};
|
|
116
|
+
startPlaceholder: {
|
|
117
|
+
type: import("vue").PropType<string>;
|
|
118
|
+
};
|
|
119
|
+
endPlaceholder: {
|
|
120
|
+
type: import("vue").PropType<string>;
|
|
121
|
+
};
|
|
122
|
+
readonly: {
|
|
123
|
+
type: import("vue").PropType<boolean>;
|
|
124
|
+
};
|
|
125
|
+
disabled: {
|
|
126
|
+
type: import("vue").PropType<boolean>;
|
|
127
|
+
};
|
|
128
|
+
validateEvent: {
|
|
129
|
+
type: import("vue").PropType<boolean>;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
132
|
+
}>> & Readonly<{
|
|
28
133
|
onChange?: ((value: number[] | undefined) => any) | undefined;
|
|
29
134
|
"onUpdate:modelValue"?: ((value: number[] | undefined) => any) | undefined;
|
|
30
|
-
}>,
|
|
31
|
-
|
|
32
|
-
|
|
135
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
136
|
+
'update:modelValue': (value: number[] | undefined) => boolean;
|
|
137
|
+
change: (value: number[] | undefined) => boolean;
|
|
33
138
|
}, string, {
|
|
34
139
|
validateEvent: boolean;
|
|
35
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (
|
|
36
|
-
$slots: import("./input-number-range").InputNumberRangeSlots;
|
|
37
|
-
}) & import("vue").Plugin;
|
|
140
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
|
|
38
141
|
export { _InputNumberRange as InputNumberRange };
|
|
39
142
|
export default _InputNumberRange;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withInstall } from '../utils.js';
|
|
2
|
-
import stdin_default$1 from './input-number-range.
|
|
3
|
-
export {
|
|
2
|
+
import stdin_default$1 from './input-number-range.js';
|
|
3
|
+
export { inputNumberRangeEmits, inputNumberRangeProps } from './input-number-range.api.js';
|
|
4
4
|
|
|
5
5
|
const _InputNumberRange = withInstall(stdin_default$1);
|
|
6
6
|
var stdin_default = _InputNumberRange;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
export declare const inputNumberRangeProps: {
|
|
3
|
+
modelValue: {
|
|
4
|
+
type: PropType<number[]>;
|
|
5
|
+
};
|
|
6
|
+
min: {
|
|
7
|
+
type: PropType<number>;
|
|
8
|
+
};
|
|
9
|
+
max: {
|
|
10
|
+
type: PropType<number>;
|
|
11
|
+
};
|
|
12
|
+
step: {
|
|
13
|
+
type: PropType<number>;
|
|
14
|
+
};
|
|
15
|
+
stepStrictly: {
|
|
16
|
+
type: PropType<boolean>;
|
|
17
|
+
};
|
|
18
|
+
precision: {
|
|
19
|
+
type: PropType<number>;
|
|
20
|
+
};
|
|
21
|
+
startPlaceholder: {
|
|
22
|
+
type: PropType<string>;
|
|
23
|
+
};
|
|
24
|
+
endPlaceholder: {
|
|
25
|
+
type: PropType<string>;
|
|
26
|
+
};
|
|
27
|
+
readonly: {
|
|
28
|
+
type: PropType<boolean>;
|
|
29
|
+
};
|
|
30
|
+
disabled: {
|
|
31
|
+
type: PropType<boolean>;
|
|
32
|
+
};
|
|
33
|
+
validateEvent: {
|
|
34
|
+
type: PropType<boolean>;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export type InputNumberRangeProps = ExtractPropTypes<typeof inputNumberRangeProps>;
|
|
39
|
+
export declare const inputNumberRangeEmits: {
|
|
40
|
+
'update:modelValue': (value: number[] | undefined) => boolean;
|
|
41
|
+
change: (value: number[] | undefined) => boolean;
|
|
42
|
+
};
|
|
43
|
+
export type InputNumberRangeEmits = typeof inputNumberRangeEmits;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { isUndefined } from '../../utils/is.js';
|
|
2
|
+
|
|
3
|
+
const inputNumberRangeProps = {
|
|
4
|
+
modelValue: {
|
|
5
|
+
type: Array
|
|
6
|
+
},
|
|
7
|
+
min: {
|
|
8
|
+
type: Number
|
|
9
|
+
},
|
|
10
|
+
max: {
|
|
11
|
+
type: Number
|
|
12
|
+
},
|
|
13
|
+
step: {
|
|
14
|
+
type: Number
|
|
15
|
+
},
|
|
16
|
+
stepStrictly: {
|
|
17
|
+
type: Boolean
|
|
18
|
+
},
|
|
19
|
+
precision: {
|
|
20
|
+
type: Number
|
|
21
|
+
},
|
|
22
|
+
startPlaceholder: {
|
|
23
|
+
type: String
|
|
24
|
+
},
|
|
25
|
+
endPlaceholder: {
|
|
26
|
+
type: String
|
|
27
|
+
},
|
|
28
|
+
readonly: {
|
|
29
|
+
type: Boolean
|
|
30
|
+
},
|
|
31
|
+
disabled: {
|
|
32
|
+
type: Boolean
|
|
33
|
+
},
|
|
34
|
+
validateEvent: {
|
|
35
|
+
type: Boolean,
|
|
36
|
+
default: true
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
const inputNumberRangeEmits = {
|
|
40
|
+
"update:modelValue": (value) => Array.isArray(value) || isUndefined(value),
|
|
41
|
+
change: (value) => Array.isArray(value) || isUndefined(value)
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export { inputNumberRangeEmits, inputNumberRangeProps };
|