giime 0.0.0-dev.19 → 0.0.0-dev.20

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.
Files changed (91) hide show
  1. package/es/components/index.d.ts +2 -0
  2. package/es/components/index.mjs +4 -0
  3. package/es/components/index.mjs.map +1 -1
  4. package/es/components/src/cascader/Cascader.vue.mjs +7 -0
  5. package/es/components/src/cascader/Cascader.vue.mjs.map +1 -0
  6. package/es/components/src/cascader/Cascader.vue2.mjs +51 -0
  7. package/es/components/src/cascader/Cascader.vue2.mjs.map +1 -0
  8. package/es/components/src/cascader/cascader.d.ts +63 -0
  9. package/es/components/src/cascader/cascader.mjs +13 -0
  10. package/es/components/src/cascader/cascader.mjs.map +1 -0
  11. package/es/components/src/cascader/index.d.ts +6 -0
  12. package/es/components/src/cascader/index.mjs +9 -0
  13. package/es/components/src/cascader/index.mjs.map +1 -0
  14. package/es/components/src/cascaderPanel/CascaderPanel.vue.d.ts +400 -0
  15. package/es/components/src/cascaderPanel/CascaderPanel.vue.mjs +7 -0
  16. package/es/components/src/cascaderPanel/CascaderPanel.vue.mjs.map +1 -0
  17. package/es/components/src/cascaderPanel/CascaderPanel.vue2.mjs +50 -0
  18. package/es/components/src/cascaderPanel/CascaderPanel.vue2.mjs.map +1 -0
  19. package/es/components/src/cascaderPanel/cascaderPanel.d.ts +23 -0
  20. package/es/components/src/cascaderPanel/cascaderPanel.mjs +18 -0
  21. package/es/components/src/cascaderPanel/cascaderPanel.mjs.map +1 -0
  22. package/es/components/src/cascaderPanel/index.d.ts +1176 -0
  23. package/es/components/src/cascaderPanel/index.mjs +9 -0
  24. package/es/components/src/cascaderPanel/index.mjs.map +1 -0
  25. package/es/components/src/message/method.mjs +1 -1
  26. package/es/components/src/message/method.mjs.map +1 -1
  27. package/es/components/src/test/Test.vue.d.ts +34 -34
  28. package/es/components/src/test/index.d.ts +34 -34
  29. package/es/components/src/test/test.d.ts +8 -8
  30. package/es/giime/index.mjs +5 -0
  31. package/es/giime/index.mjs.map +1 -1
  32. package/es/giime/version.d.ts +1 -1
  33. package/es/giime/version.mjs +1 -1
  34. package/es/giime/version.mjs.map +1 -1
  35. package/es/utils/index.d.ts +1 -0
  36. package/es/utils/index.mjs +2 -0
  37. package/es/utils/index.mjs.map +1 -1
  38. package/es/utils/src/elementPlus/event.d.ts +1 -0
  39. package/es/utils/src/elementPlus/event.mjs +13 -0
  40. package/es/utils/src/elementPlus/event.mjs.map +1 -0
  41. package/es/utils/src/elementPlus/index.d.ts +1 -0
  42. package/es/utils/src/elementPlus/index.mjs +2 -0
  43. package/es/utils/src/elementPlus/index.mjs.map +1 -0
  44. package/es/utils/src/vue/install.d.ts +1 -0
  45. package/es/utils/src/vue/install.mjs.map +1 -1
  46. package/lib/components/index.d.ts +2 -0
  47. package/lib/components/index.js +13 -2
  48. package/lib/components/index.js.map +1 -1
  49. package/lib/components/src/cascader/Cascader.vue.js +11 -0
  50. package/lib/components/src/cascader/Cascader.vue.js.map +1 -0
  51. package/lib/components/src/cascader/Cascader.vue2.js +55 -0
  52. package/lib/components/src/cascader/Cascader.vue2.js.map +1 -0
  53. package/lib/components/src/cascader/cascader.d.ts +63 -0
  54. package/lib/components/src/cascader/cascader.js +16 -0
  55. package/lib/components/src/cascader/cascader.js.map +1 -0
  56. package/lib/components/src/cascader/index.d.ts +6 -0
  57. package/lib/components/src/cascader/index.js +16 -0
  58. package/lib/components/src/cascader/index.js.map +1 -0
  59. package/lib/components/src/cascaderPanel/CascaderPanel.vue.d.ts +400 -0
  60. package/lib/components/src/cascaderPanel/CascaderPanel.vue.js +11 -0
  61. package/lib/components/src/cascaderPanel/CascaderPanel.vue.js.map +1 -0
  62. package/lib/components/src/cascaderPanel/CascaderPanel.vue2.js +54 -0
  63. package/lib/components/src/cascaderPanel/CascaderPanel.vue2.js.map +1 -0
  64. package/lib/components/src/cascaderPanel/cascaderPanel.d.ts +23 -0
  65. package/lib/components/src/cascaderPanel/cascaderPanel.js +22 -0
  66. package/lib/components/src/cascaderPanel/cascaderPanel.js.map +1 -0
  67. package/lib/components/src/cascaderPanel/index.d.ts +1176 -0
  68. package/lib/components/src/cascaderPanel/index.js +17 -0
  69. package/lib/components/src/cascaderPanel/index.js.map +1 -0
  70. package/lib/components/src/message/method.js +2 -2
  71. package/lib/components/src/message/method.js.map +1 -1
  72. package/lib/components/src/test/Test.vue.d.ts +34 -34
  73. package/lib/components/src/test/index.d.ts +34 -34
  74. package/lib/components/src/test/test.d.ts +8 -8
  75. package/lib/giime/index.js +15 -2
  76. package/lib/giime/index.js.map +1 -1
  77. package/lib/giime/version.d.ts +1 -1
  78. package/lib/giime/version.js +1 -1
  79. package/lib/giime/version.js.map +1 -1
  80. package/lib/utils/index.d.ts +1 -0
  81. package/lib/utils/index.js +3 -0
  82. package/lib/utils/index.js.map +1 -1
  83. package/lib/utils/src/elementPlus/event.d.ts +1 -0
  84. package/lib/utils/src/elementPlus/event.js +15 -0
  85. package/lib/utils/src/elementPlus/event.js.map +1 -0
  86. package/lib/utils/src/elementPlus/index.d.ts +1 -0
  87. package/lib/utils/src/elementPlus/index.js +8 -0
  88. package/lib/utils/src/elementPlus/index.js.map +1 -0
  89. package/lib/utils/src/vue/install.d.ts +1 -0
  90. package/lib/utils/src/vue/install.js.map +1 -1
  91. package/package.json +1 -1
@@ -5,9 +5,9 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
5
5
  default: string;
6
6
  };
7
7
  elBtnProps: {
8
- type: () => import("vue").ExtractPropTypes<{
8
+ type: () => globalThis.ExtractPropTypes<{
9
9
  readonly size: {
10
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
10
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
11
11
  readonly required: false;
12
12
  readonly validator: ((val: unknown) => boolean) | undefined;
13
13
  __epPropKey: true;
@@ -15,14 +15,14 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
15
15
  readonly disabled: BooleanConstructor;
16
16
  readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
17
17
  readonly icon: {
18
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
18
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
19
19
  readonly required: false;
20
20
  readonly validator: ((val: unknown) => boolean) | undefined;
21
21
  __epPropKey: true;
22
22
  };
23
23
  readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
24
24
  readonly loading: BooleanConstructor;
25
- readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
25
+ readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
26
26
  readonly plain: BooleanConstructor;
27
27
  readonly text: BooleanConstructor;
28
28
  readonly link: BooleanConstructor;
@@ -33,11 +33,11 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
33
33
  readonly color: StringConstructor;
34
34
  readonly dark: BooleanConstructor;
35
35
  readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
36
- readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
36
+ readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
37
37
  }>;
38
38
  default: () => {
39
39
  size: {
40
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
40
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
41
41
  readonly required: false;
42
42
  readonly validator: ((val: unknown) => boolean) | undefined;
43
43
  __epPropKey: true;
@@ -45,14 +45,14 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
45
45
  disabled: BooleanConstructor;
46
46
  type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
47
47
  icon: {
48
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
48
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
49
49
  readonly required: false;
50
50
  readonly validator: ((val: unknown) => boolean) | undefined;
51
51
  __epPropKey: true;
52
52
  };
53
53
  nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
54
54
  loading: BooleanConstructor;
55
- loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
55
+ loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
56
56
  plain: BooleanConstructor;
57
57
  text: BooleanConstructor;
58
58
  link: BooleanConstructor;
@@ -63,11 +63,11 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
63
63
  color: StringConstructor;
64
64
  dark: BooleanConstructor;
65
65
  autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
66
- tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
66
+ tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
67
67
  };
68
68
  };
69
69
  size: {
70
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
70
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
71
71
  readonly required: false;
72
72
  readonly validator: ((val: unknown) => boolean) | undefined;
73
73
  __epPropKey: true;
@@ -75,14 +75,14 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
75
75
  disabled: BooleanConstructor;
76
76
  type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
77
77
  icon: {
78
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
78
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
79
79
  readonly required: false;
80
80
  readonly validator: ((val: unknown) => boolean) | undefined;
81
81
  __epPropKey: true;
82
82
  };
83
83
  nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
84
84
  loading: BooleanConstructor;
85
- loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
85
+ loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
86
86
  plain: BooleanConstructor;
87
87
  text: BooleanConstructor;
88
88
  link: BooleanConstructor;
@@ -93,18 +93,18 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
93
93
  color: StringConstructor;
94
94
  dark: BooleanConstructor;
95
95
  autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
96
- tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
96
+ tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
97
97
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
98
98
  finishSubmit: () => void;
99
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
99
+ }, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
100
100
  title: {
101
101
  type: StringConstructor;
102
102
  default: string;
103
103
  };
104
104
  elBtnProps: {
105
- type: () => import("vue").ExtractPropTypes<{
105
+ type: () => globalThis.ExtractPropTypes<{
106
106
  readonly size: {
107
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
107
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
108
108
  readonly required: false;
109
109
  readonly validator: ((val: unknown) => boolean) | undefined;
110
110
  __epPropKey: true;
@@ -112,14 +112,14 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
112
112
  readonly disabled: BooleanConstructor;
113
113
  readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
114
114
  readonly icon: {
115
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
115
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
116
116
  readonly required: false;
117
117
  readonly validator: ((val: unknown) => boolean) | undefined;
118
118
  __epPropKey: true;
119
119
  };
120
120
  readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
121
121
  readonly loading: BooleanConstructor;
122
- readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
122
+ readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
123
123
  readonly plain: BooleanConstructor;
124
124
  readonly text: BooleanConstructor;
125
125
  readonly link: BooleanConstructor;
@@ -130,11 +130,11 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
130
130
  readonly color: StringConstructor;
131
131
  readonly dark: BooleanConstructor;
132
132
  readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
133
- readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
133
+ readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
134
134
  }>;
135
135
  default: () => {
136
136
  size: {
137
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
137
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
138
138
  readonly required: false;
139
139
  readonly validator: ((val: unknown) => boolean) | undefined;
140
140
  __epPropKey: true;
@@ -142,14 +142,14 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
142
142
  disabled: BooleanConstructor;
143
143
  type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
144
144
  icon: {
145
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
145
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
146
146
  readonly required: false;
147
147
  readonly validator: ((val: unknown) => boolean) | undefined;
148
148
  __epPropKey: true;
149
149
  };
150
150
  nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
151
151
  loading: BooleanConstructor;
152
- loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
152
+ loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
153
153
  plain: BooleanConstructor;
154
154
  text: BooleanConstructor;
155
155
  link: BooleanConstructor;
@@ -160,11 +160,11 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
160
160
  color: StringConstructor;
161
161
  dark: BooleanConstructor;
162
162
  autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
163
- tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
163
+ tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
164
164
  };
165
165
  };
166
166
  size: {
167
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
167
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
168
168
  readonly required: false;
169
169
  readonly validator: ((val: unknown) => boolean) | undefined;
170
170
  __epPropKey: true;
@@ -172,14 +172,14 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
172
172
  disabled: BooleanConstructor;
173
173
  type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
174
174
  icon: {
175
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
175
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
176
176
  readonly required: false;
177
177
  readonly validator: ((val: unknown) => boolean) | undefined;
178
178
  __epPropKey: true;
179
179
  };
180
180
  nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
181
181
  loading: BooleanConstructor;
182
- loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
182
+ loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
183
183
  plain: BooleanConstructor;
184
184
  text: BooleanConstructor;
185
185
  link: BooleanConstructor;
@@ -190,7 +190,7 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
190
190
  color: StringConstructor;
191
191
  dark: BooleanConstructor;
192
192
  autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
193
- tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
193
+ tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
194
194
  }>> & {
195
195
  onFinishSubmit?: (() => any) | undefined;
196
196
  }, {
@@ -199,7 +199,7 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
199
199
  disabled: boolean;
200
200
  nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
201
201
  loading: boolean;
202
- loadingIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
202
+ loadingIcon: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
203
203
  plain: boolean;
204
204
  link: boolean;
205
205
  bg: boolean;
@@ -208,11 +208,11 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
208
208
  circle: boolean;
209
209
  dark: boolean;
210
210
  autoInsertSpace: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
211
- tag: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
211
+ tag: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
212
212
  title: string;
213
- elBtnProps: import("vue").ExtractPropTypes<{
213
+ elBtnProps: globalThis.ExtractPropTypes<{
214
214
  readonly size: {
215
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
215
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
216
216
  readonly required: false;
217
217
  readonly validator: ((val: unknown) => boolean) | undefined;
218
218
  __epPropKey: true;
@@ -220,14 +220,14 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
220
220
  readonly disabled: BooleanConstructor;
221
221
  readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
222
222
  readonly icon: {
223
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
223
+ readonly type: globalThis.PropType<import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
224
224
  readonly required: false;
225
225
  readonly validator: ((val: unknown) => boolean) | undefined;
226
226
  __epPropKey: true;
227
227
  };
228
228
  readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
229
229
  readonly loading: BooleanConstructor;
230
- readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
230
+ readonly loadingIcon: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
231
231
  readonly plain: BooleanConstructor;
232
232
  readonly text: BooleanConstructor;
233
233
  readonly link: BooleanConstructor;
@@ -238,7 +238,7 @@ export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<im
238
238
  readonly color: StringConstructor;
239
239
  readonly dark: BooleanConstructor;
240
240
  readonly autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
241
- readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
241
+ readonly tag: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
242
242
  }>;
243
243
  }, {}>> & Record<string, any>;
244
244
  export type TestInstance = InstanceType<typeof Test>;
@@ -9,7 +9,7 @@ export declare const testProps: {
9
9
  type: () => ExtractPropTypes<typeof buttonProps>;
10
10
  default: () => {
11
11
  size: {
12
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
12
+ readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
13
13
  readonly required: false;
14
14
  readonly validator: ((val: unknown) => boolean) | undefined;
15
15
  __epPropKey: true;
@@ -17,14 +17,14 @@ export declare const testProps: {
17
17
  disabled: BooleanConstructor;
18
18
  type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
19
19
  icon: {
20
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
20
+ readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
21
21
  readonly required: false;
22
22
  readonly validator: ((val: unknown) => boolean) | undefined;
23
23
  __epPropKey: true;
24
24
  };
25
25
  nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
26
26
  loading: BooleanConstructor;
27
- loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
27
+ loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
28
28
  plain: BooleanConstructor;
29
29
  text: BooleanConstructor;
30
30
  link: BooleanConstructor;
@@ -35,11 +35,11 @@ export declare const testProps: {
35
35
  color: StringConstructor;
36
36
  dark: BooleanConstructor;
37
37
  autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
38
- tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
38
+ tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
39
39
  };
40
40
  };
41
41
  size: {
42
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
42
+ readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
43
43
  readonly required: false;
44
44
  readonly validator: ((val: unknown) => boolean) | undefined;
45
45
  __epPropKey: true;
@@ -47,14 +47,14 @@ export declare const testProps: {
47
47
  disabled: BooleanConstructor;
48
48
  type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
49
49
  icon: {
50
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
50
+ readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
51
51
  readonly required: false;
52
52
  readonly validator: ((val: unknown) => boolean) | undefined;
53
53
  __epPropKey: true;
54
54
  };
55
55
  nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
56
56
  loading: BooleanConstructor;
57
- loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
57
+ loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
58
58
  plain: BooleanConstructor;
59
59
  text: BooleanConstructor;
60
60
  link: BooleanConstructor;
@@ -65,7 +65,7 @@ export declare const testProps: {
65
65
  color: StringConstructor;
66
66
  dark: BooleanConstructor;
67
67
  autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
68
- tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
68
+ tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | globalThis.Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
69
69
  };
70
70
  export interface TestEmits {
71
71
  (e: 'finishSubmit'): void;
@@ -4,10 +4,15 @@ import '../components/index.mjs';
4
4
  import '../utils/index.mjs';
5
5
  export { testProps } from '../components/src/test/test.mjs';
6
6
  export { GmTest } from '../components/src/test/index.mjs';
7
+ export { cascaderEmits, cascaderProps } from '../components/src/cascader/cascader.mjs';
8
+ export { GmCascader } from '../components/src/cascader/index.mjs';
9
+ export { cascaderPanelEmits, cascaderPanelProps, elCascaderPanelEmits } from '../components/src/cascaderPanel/cascaderPanel.mjs';
10
+ export { GmCascaderPanel } from '../components/src/cascaderPanel/index.mjs';
7
11
  export { GmMessage } from '../components/src/message/index.mjs';
8
12
  export { getTag, isBoolean, isDate, isDecimal, isError, isEven, isInteger, isNegative, isNil, isNull, isNumber, isObjectLike, isOdd, isPlainObject, isPositive, isString, isSymbol, isUndefined } from '../utils/src/is.mjs';
9
13
  export { withInstall, withInstallDirective, withInstallFunction, withNoopInstall } from '../utils/src/vue/install.mjs';
10
14
  export { GiimeResolver, kebabCase } from '../utils/src/vue/resolver.mjs';
15
+ export { getGmEvent } from '../utils/src/elementPlus/event.mjs';
11
16
 
12
17
  const install = installer.install;
13
18
  const version = installer.version;
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../packages/giime/index.ts"],"sourcesContent":["import installer from './defaults';\r\nimport './tailwind.css';\r\nexport * from '@giime/components';\r\nexport * from '@giime/utils';\r\nexport const install = installer.install;\r\nexport const version = installer.version;\r\nexport default installer;\r\n"],"names":[],"mappings":";;;;;;;;;;;AAIO,MAAM,UAAU,SAAU,CAAA,QAAA;AAC1B,MAAM,UAAU,SAAU,CAAA;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":["../../../../packages/giime/index.ts"],"sourcesContent":["import installer from './defaults';\r\nimport './tailwind.css';\r\nexport * from '@giime/components';\r\nexport * from '@giime/utils';\r\nexport const install = installer.install;\r\nexport const version = installer.version;\r\nexport default installer;\r\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAIO,MAAM,UAAU,SAAU,CAAA,QAAA;AAC1B,MAAM,UAAU,SAAU,CAAA;;;;"}
@@ -1 +1 @@
1
- export declare const version = "0.0.0-dev.19";
1
+ export declare const version = "0.0.0-dev.20";
@@ -1,4 +1,4 @@
1
- const version = "0.0.0-dev.19";
1
+ const version = "0.0.0-dev.20";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=version.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-dev.19'\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
1
+ {"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-dev.20'\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
@@ -1,2 +1,3 @@
1
1
  export * from './src/is';
2
2
  export * from './src/vue';
3
+ export * from './src/elementPlus';
@@ -1,5 +1,7 @@
1
1
  export { getTag, isBoolean, isDate, isDecimal, isError, isEven, isInteger, isNegative, isNil, isNull, isNumber, isObjectLike, isOdd, isPlainObject, isPositive, isString, isSymbol, isUndefined } from './src/is.mjs';
2
2
  import './src/vue/index.mjs';
3
+ import './src/elementPlus/index.mjs';
3
4
  export { withInstall, withInstallDirective, withInstallFunction, withNoopInstall } from './src/vue/install.mjs';
4
5
  export { GiimeResolver, kebabCase } from './src/vue/resolver.mjs';
6
+ export { getGmEvent } from './src/elementPlus/event.mjs';
5
7
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -0,0 +1 @@
1
+ export declare const getGmEvent: (events: Record<string, any>, emit: (...args: any[]) => any) => {};
@@ -0,0 +1,13 @@
1
+ const getGmEvent = (events, emit) => {
2
+ return Object.keys(events).reduce((acc, key) => {
3
+ return {
4
+ ...acc,
5
+ [key]: (...args) => {
6
+ return emit(key, ...args);
7
+ }
8
+ };
9
+ }, {});
10
+ };
11
+
12
+ export { getGmEvent };
13
+ //# sourceMappingURL=event.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"event.mjs","sources":["../../../../../../packages/utils/src/elementPlus/event.ts"],"sourcesContent":["export const getGmEvent = (events: Record<string, any>, emit: (...args: any[]) => any) => {\r\n return Object.keys(events).reduce((acc, key) => {\r\n return {\r\n ...acc,\r\n [key]: (...args: any[]) => {\r\n return emit(key, ...args);\r\n },\r\n };\r\n }, {});\r\n};\r\n"],"names":[],"mappings":"AAAa,MAAA,UAAA,GAAa,CAAC,MAAA,EAA6B,IAAkC,KAAA;AACxF,EAAA,OAAO,OAAO,IAAK,CAAA,MAAM,EAAE,MAAO,CAAA,CAAC,KAAK,GAAQ,KAAA;AAC9C,IAAO,OAAA;AAAA,MACL,GAAG,GAAA;AAAA,MACH,CAAC,GAAG,GAAG,CAAA,GAAI,IAAgB,KAAA;AACzB,QAAO,OAAA,IAAA,CAAK,GAAK,EAAA,GAAG,IAAI,CAAA,CAAA;AAAA,OAC1B;AAAA,KACF,CAAA;AAAA,GACF,EAAG,EAAE,CAAA,CAAA;AACP;;;;"}
@@ -0,0 +1 @@
1
+ export * from './event';
@@ -0,0 +1,2 @@
1
+ export { getGmEvent } from './event.mjs';
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,6 +1,7 @@
1
1
  import type { Directive } from 'vue';
2
2
  import type { SFCInstallWithContext, SFCWithInstall } from './typescript';
3
3
  export declare const withInstall: <T, E extends Record<string, any>>(main: T, extra?: E | undefined) => SFCWithInstall<T> & E;
4
+ export type WithInstallReturnType<T, E extends Record<string, any> = object> = ReturnType<typeof withInstall<T, E>>;
4
5
  export declare const withInstallFunction: <T>(fn: T, name: string) => SFCInstallWithContext<T>;
5
6
  export declare const withInstallDirective: <T extends Directive>(directive: T, name: string) => SFCWithInstall<T>;
6
7
  export declare const withNoopInstall: <T>(component: T) => SFCWithInstall<T>;
@@ -1 +1 @@
1
- {"version":3,"file":"install.mjs","sources":["../../../../../../packages/utils/src/vue/install.ts"],"sourcesContent":["import { NOOP } from '@vue/shared';\r\n\r\nimport type { App, Directive } from 'vue';\r\nimport type { SFCInstallWithContext, SFCWithInstall } from './typescript';\r\n\r\nexport const withInstall = <T, E extends Record<string, any>>(main: T, extra?: E) => {\r\n (main as SFCWithInstall<T>).install = (app: App<any>): void => {\r\n for (const comp of [main, ...Object.values(extra ?? {})]) {\r\n app.component(comp.name, comp);\r\n }\r\n };\r\n\r\n if (extra) {\r\n for (const [key, comp] of Object.entries(extra)) {\r\n (main as any)[key] = comp;\r\n }\r\n }\r\n return main as SFCWithInstall<T> & E;\r\n};\r\n\r\nexport const withInstallFunction = <T>(fn: T, name: string) => {\r\n (fn as SFCWithInstall<T>).install = (app: App) => {\r\n (fn as SFCInstallWithContext<T>)._context = app._context;\r\n app.config.globalProperties[name] = fn;\r\n };\r\n\r\n return fn as SFCInstallWithContext<T>;\r\n};\r\n\r\nexport const withInstallDirective = <T extends Directive>(directive: T, name: string) => {\r\n (directive as SFCWithInstall<T>).install = (app: App): void => {\r\n app.directive(name, directive);\r\n };\r\n\r\n return directive as SFCWithInstall<T>;\r\n};\r\n\r\nexport const withNoopInstall = <T>(component: T) => {\r\n (component as SFCWithInstall<T>).install = NOOP;\r\n\r\n return component as SFCWithInstall<T>;\r\n};\r\n"],"names":[],"mappings":";;AAKa,MAAA,WAAA,GAAc,CAAmC,IAAA,EAAS,KAAc,KAAA;AACnF,EAAC,IAAA,CAA2B,OAAU,GAAA,CAAC,GAAwB,KAAA;AAC7D,IAAW,KAAA,MAAA,IAAA,IAAQ,CAAC,IAAA,EAAM,GAAG,MAAA,CAAO,OAAO,KAAS,IAAA,EAAE,CAAC,CAAG,EAAA;AACxD,MAAI,GAAA,CAAA,SAAA,CAAU,IAAK,CAAA,IAAA,EAAM,IAAI,CAAA,CAAA;AAAA,KAC/B;AAAA,GACF,CAAA;AAEA,EAAA,IAAI,KAAO,EAAA;AACT,IAAA,KAAA,MAAW,CAAC,GAAK,EAAA,IAAI,KAAK,MAAO,CAAA,OAAA,CAAQ,KAAK,CAAG,EAAA;AAC/C,MAAC,IAAA,CAAa,GAAG,CAAI,GAAA,IAAA,CAAA;AAAA,KACvB;AAAA,GACF;AACA,EAAO,OAAA,IAAA,CAAA;AACT,EAAA;AAEa,MAAA,mBAAA,GAAsB,CAAI,EAAA,EAAO,IAAiB,KAAA;AAC7D,EAAC,EAAA,CAAyB,OAAU,GAAA,CAAC,GAAa,KAAA;AAChD,IAAC,EAAA,CAAgC,WAAW,GAAI,CAAA,QAAA,CAAA;AAChD,IAAI,GAAA,CAAA,MAAA,CAAO,gBAAiB,CAAA,IAAI,CAAI,GAAA,EAAA,CAAA;AAAA,GACtC,CAAA;AAEA,EAAO,OAAA,EAAA,CAAA;AACT,EAAA;AAEa,MAAA,oBAAA,GAAuB,CAAsB,SAAA,EAAc,IAAiB,KAAA;AACvF,EAAC,SAAA,CAAgC,OAAU,GAAA,CAAC,GAAmB,KAAA;AAC7D,IAAI,GAAA,CAAA,SAAA,CAAU,MAAM,SAAS,CAAA,CAAA;AAAA,GAC/B,CAAA;AAEA,EAAO,OAAA,SAAA,CAAA;AACT,EAAA;AAEa,MAAA,eAAA,GAAkB,CAAI,SAAiB,KAAA;AAClD,EAAC,UAAgC,OAAU,GAAA,IAAA,CAAA;AAE3C,EAAO,OAAA,SAAA,CAAA;AACT;;;;"}
1
+ {"version":3,"file":"install.mjs","sources":["../../../../../../packages/utils/src/vue/install.ts"],"sourcesContent":["import { NOOP } from '@vue/shared';\r\n\r\nimport type { App, Directive } from 'vue';\r\nimport type { SFCInstallWithContext, SFCWithInstall } from './typescript';\r\n\r\nexport const withInstall = <T, E extends Record<string, any>>(main: T, extra?: E) => {\r\n (main as SFCWithInstall<T>).install = (app: App<any>): void => {\r\n for (const comp of [main, ...Object.values(extra ?? {})]) {\r\n app.component(comp.name, comp);\r\n }\r\n };\r\n\r\n if (extra) {\r\n for (const [key, comp] of Object.entries(extra)) {\r\n (main as any)[key] = comp;\r\n }\r\n }\r\n return main as SFCWithInstall<T> & E;\r\n};\r\nexport type WithInstallReturnType<T, E extends Record<string, any> = object> = ReturnType<typeof withInstall<T, E>>;\r\n\r\nexport const withInstallFunction = <T>(fn: T, name: string) => {\r\n (fn as SFCWithInstall<T>).install = (app: App) => {\r\n (fn as SFCInstallWithContext<T>)._context = app._context;\r\n app.config.globalProperties[name] = fn;\r\n };\r\n\r\n return fn as SFCInstallWithContext<T>;\r\n};\r\n\r\nexport const withInstallDirective = <T extends Directive>(directive: T, name: string) => {\r\n (directive as SFCWithInstall<T>).install = (app: App): void => {\r\n app.directive(name, directive);\r\n };\r\n\r\n return directive as SFCWithInstall<T>;\r\n};\r\n\r\nexport const withNoopInstall = <T>(component: T) => {\r\n (component as SFCWithInstall<T>).install = NOOP;\r\n\r\n return component as SFCWithInstall<T>;\r\n};\r\n"],"names":[],"mappings":";;AAKa,MAAA,WAAA,GAAc,CAAmC,IAAA,EAAS,KAAc,KAAA;AACnF,EAAC,IAAA,CAA2B,OAAU,GAAA,CAAC,GAAwB,KAAA;AAC7D,IAAW,KAAA,MAAA,IAAA,IAAQ,CAAC,IAAA,EAAM,GAAG,MAAA,CAAO,OAAO,KAAS,IAAA,EAAE,CAAC,CAAG,EAAA;AACxD,MAAI,GAAA,CAAA,SAAA,CAAU,IAAK,CAAA,IAAA,EAAM,IAAI,CAAA,CAAA;AAAA,KAC/B;AAAA,GACF,CAAA;AAEA,EAAA,IAAI,KAAO,EAAA;AACT,IAAA,KAAA,MAAW,CAAC,GAAK,EAAA,IAAI,KAAK,MAAO,CAAA,OAAA,CAAQ,KAAK,CAAG,EAAA;AAC/C,MAAC,IAAA,CAAa,GAAG,CAAI,GAAA,IAAA,CAAA;AAAA,KACvB;AAAA,GACF;AACA,EAAO,OAAA,IAAA,CAAA;AACT,EAAA;AAGa,MAAA,mBAAA,GAAsB,CAAI,EAAA,EAAO,IAAiB,KAAA;AAC7D,EAAC,EAAA,CAAyB,OAAU,GAAA,CAAC,GAAa,KAAA;AAChD,IAAC,EAAA,CAAgC,WAAW,GAAI,CAAA,QAAA,CAAA;AAChD,IAAI,GAAA,CAAA,MAAA,CAAO,gBAAiB,CAAA,IAAI,CAAI,GAAA,EAAA,CAAA;AAAA,GACtC,CAAA;AAEA,EAAO,OAAA,EAAA,CAAA;AACT,EAAA;AAEa,MAAA,oBAAA,GAAuB,CAAsB,SAAA,EAAc,IAAiB,KAAA;AACvF,EAAC,SAAA,CAAgC,OAAU,GAAA,CAAC,GAAmB,KAAA;AAC7D,IAAI,GAAA,CAAA,SAAA,CAAU,MAAM,SAAS,CAAA,CAAA;AAAA,GAC/B,CAAA;AAEA,EAAO,OAAA,SAAA,CAAA;AACT,EAAA;AAEa,MAAA,eAAA,GAAkB,CAAI,SAAiB,KAAA;AAClD,EAAC,UAAgC,OAAU,GAAA,IAAA,CAAA;AAE3C,EAAO,OAAA,SAAA,CAAA;AACT;;;;"}
@@ -1,2 +1,4 @@
1
1
  export * from './src/test';
2
+ export * from './src/cascader';
3
+ export * from './src/cascaderPanel';
2
4
  export * from './src/message';
@@ -1,12 +1,23 @@
1
1
  'use strict';
2
2
 
3
3
  var index = require('./src/test/index.js');
4
- var index$1 = require('./src/message/index.js');
4
+ var index$1 = require('./src/cascader/index.js');
5
+ var index$2 = require('./src/cascaderPanel/index.js');
6
+ var index$3 = require('./src/message/index.js');
5
7
  var test = require('./src/test/test.js');
8
+ var cascader = require('./src/cascader/cascader.js');
9
+ var cascaderPanel = require('./src/cascaderPanel/cascaderPanel.js');
6
10
 
7
11
 
8
12
 
9
13
  exports.GmTest = index.GmTest;
10
- exports.GmMessage = index$1.GmMessage;
14
+ exports.GmCascader = index$1.GmCascader;
15
+ exports.GmCascaderPanel = index$2.GmCascaderPanel;
16
+ exports.GmMessage = index$3.GmMessage;
11
17
  exports.testProps = test.testProps;
18
+ exports.cascaderEmits = cascader.cascaderEmits;
19
+ exports.cascaderProps = cascader.cascaderProps;
20
+ exports.cascaderPanelEmits = cascaderPanel.cascaderPanelEmits;
21
+ exports.cascaderPanelProps = cascaderPanel.cascaderPanelProps;
22
+ exports.elCascaderPanelEmits = cascaderPanel.elCascaderPanelEmits;
12
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var Cascader_vue_vue_type_script_setup_true_lang = require('./Cascader.vue2.js');
6
+ var _pluginVue_exportHelper = require('../../../_virtual/_plugin-vue_export-helper.js');
7
+
8
+ var Cascader = /* @__PURE__ */ _pluginVue_exportHelper.default(Cascader_vue_vue_type_script_setup_true_lang.default, [["__file", "Cascader.vue"]]);
9
+
10
+ exports.default = Cascader;
11
+ //# sourceMappingURL=Cascader.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cascader.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;"}