@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.
@@ -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
@@ -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