@silver-formily/element-plus 5.0.0 → 5.0.1
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/esm/autocomplete/index.d.ts +1 -40
- package/esm/cascader/index.d.ts +1 -31
- package/esm/checkbox/index.d.ts +1 -819
- package/esm/color-picker/index.d.ts +1 -210
- package/esm/color-picker-panel/index.d.ts +1 -130
- package/esm/date-picker/index.d.ts +1 -447
- package/esm/date-picker-panel/index.d.ts +1 -147
- package/esm/editable/index.d.ts +1 -60
- package/esm/form-item/index.d.ts +1 -83
- package/esm/form-layout/form-layout.vue.d.ts +2 -2
- package/esm/input/index.d.ts +1 -43
- package/esm/input-number/index.d.ts +1 -328
- package/esm/input-tag/index.d.ts +1 -25
- package/esm/mention/index.d.ts +1 -35
- package/esm/password/index.d.ts +1 -42
- package/esm/picker-select/index.d.ts +1 -41
- package/esm/query-form-item/index.d.ts +1 -152
- package/esm/radio/index.d.ts +58 -112
- package/esm/rate/index.d.ts +1 -186
- package/esm/segmented/index.d.ts +1 -28
- package/esm/select/index.d.ts +1 -112
- package/esm/select-table/index.d.ts +1 -61
- package/esm/slider/index.d.ts +1 -178
- package/esm/switch/index.d.ts +1 -298
- package/esm/time-picker/index.d.ts +1 -446
- package/esm/time-select/index.d.ts +1 -188
- package/esm/transfer/index.d.ts +1 -268
- package/esm/tree/index.d.ts +1 -45
- package/esm/tree-select/index.d.ts +1 -19
- package/esm/upload/index.d.ts +1 -129
- package/package.json +10 -10
- package/esm/select-table/types.d.ts +0 -22
- package/esm/tree/types.d.ts +0 -18
|
@@ -1,44 +1,5 @@
|
|
|
1
|
-
import * as _$element_plus0 from "element-plus";
|
|
2
|
-
import * as _$vue from "vue";
|
|
3
|
-
|
|
4
1
|
//#region src/autocomplete/index.d.ts
|
|
5
|
-
declare const Autocomplete:
|
|
6
|
-
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
7
|
-
options?: _$element_plus0.AutocompleteData;
|
|
8
|
-
}> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, true, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
9
|
-
P: {};
|
|
10
|
-
B: {};
|
|
11
|
-
D: {};
|
|
12
|
-
C: {};
|
|
13
|
-
M: {};
|
|
14
|
-
Defaults: {};
|
|
15
|
-
}, Readonly<{
|
|
16
|
-
options?: _$element_plus0.AutocompleteData;
|
|
17
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
18
|
-
__isFragment?: never;
|
|
19
|
-
__isTeleport?: never;
|
|
20
|
-
__isSuspense?: never;
|
|
21
|
-
} & _$vue.ComponentOptionsBase<Readonly<{
|
|
22
|
-
options?: _$element_plus0.AutocompleteData;
|
|
23
|
-
}> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
24
|
-
$slots: {
|
|
25
|
-
default?: (scope: {
|
|
26
|
-
item: _$element_plus0.AutocompleteData[number];
|
|
27
|
-
field: Field | undefined;
|
|
28
|
-
}) => any;
|
|
29
|
-
header?: (scope: {
|
|
30
|
-
field: Field | undefined;
|
|
31
|
-
}) => any;
|
|
32
|
-
footer?: (scope: {
|
|
33
|
-
field: Field | undefined;
|
|
34
|
-
}) => any;
|
|
35
|
-
loading?: () => any;
|
|
36
|
-
prefix?: () => any;
|
|
37
|
-
suffix?: () => any;
|
|
38
|
-
prepend?: () => any;
|
|
39
|
-
append?: () => any;
|
|
40
|
-
};
|
|
41
|
-
});
|
|
2
|
+
declare const Autocomplete: any;
|
|
42
3
|
//#endregion
|
|
43
4
|
export { Autocomplete };
|
|
44
5
|
//# sourceMappingURL=index.d.ts.map
|
package/esm/cascader/index.d.ts
CHANGED
|
@@ -1,35 +1,5 @@
|
|
|
1
|
-
import * as _$element_plus0 from "element-plus";
|
|
2
|
-
import * as _$vue from "vue";
|
|
3
|
-
|
|
4
1
|
//#region src/cascader/index.d.ts
|
|
5
|
-
declare const Cascader:
|
|
6
|
-
new (...args: any[]): _$vue.CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
7
|
-
options?: _$element_plus0.CascaderOption[];
|
|
8
|
-
}> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, _$vue.PublicProps, {}, true, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
9
|
-
P: {};
|
|
10
|
-
B: {};
|
|
11
|
-
D: {};
|
|
12
|
-
C: {};
|
|
13
|
-
M: {};
|
|
14
|
-
Defaults: {};
|
|
15
|
-
}, Readonly<{
|
|
16
|
-
options?: _$element_plus0.CascaderOption[];
|
|
17
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
18
|
-
__isFragment?: never;
|
|
19
|
-
__isTeleport?: never;
|
|
20
|
-
__isSuspense?: never;
|
|
21
|
-
} & _$vue.ComponentOptionsBase<Readonly<{
|
|
22
|
-
options?: _$element_plus0.CascaderOption[];
|
|
23
|
-
}> & Readonly<{}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
24
|
-
$slots: {
|
|
25
|
-
default?: (props: {
|
|
26
|
-
node: any;
|
|
27
|
-
data: any;
|
|
28
|
-
}) => any;
|
|
29
|
-
} & {
|
|
30
|
-
empty?: (props: {}) => any;
|
|
31
|
-
};
|
|
32
|
-
});
|
|
2
|
+
declare const Cascader: any;
|
|
33
3
|
//#endregion
|
|
34
4
|
export { Cascader };
|
|
35
5
|
//# sourceMappingURL=index.d.ts.map
|