giime 0.0.0-dev.2 → 0.0.0-dev.21
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/README.md +11 -10
- package/dist/index.css +496 -0
- package/es/components/index.d.ts +4 -1
- package/es/components/index.mjs +7 -1
- package/es/components/index.mjs.map +1 -1
- package/es/components/src/cascader/Cascader.vue.mjs +7 -0
- package/es/components/src/cascader/Cascader.vue.mjs.map +1 -0
- package/es/components/src/cascader/Cascader.vue2.mjs +51 -0
- package/es/components/src/cascader/Cascader.vue2.mjs.map +1 -0
- package/es/components/src/cascader/cascader.d.ts +63 -0
- package/es/components/src/cascader/cascader.mjs +13 -0
- package/es/components/src/cascader/cascader.mjs.map +1 -0
- package/es/components/src/cascader/index.d.ts +6 -0
- package/es/components/src/cascader/index.mjs +9 -0
- package/es/components/src/cascader/index.mjs.map +1 -0
- package/es/components/src/cascaderPanel/CascaderPanel.vue.d.ts +400 -0
- package/es/components/src/cascaderPanel/CascaderPanel.vue.mjs +7 -0
- package/es/components/src/cascaderPanel/CascaderPanel.vue.mjs.map +1 -0
- package/es/components/src/cascaderPanel/CascaderPanel.vue2.mjs +50 -0
- package/es/components/src/cascaderPanel/CascaderPanel.vue2.mjs.map +1 -0
- package/es/components/src/cascaderPanel/cascaderPanel.d.ts +23 -0
- package/es/components/src/cascaderPanel/cascaderPanel.mjs +18 -0
- package/es/components/src/cascaderPanel/cascaderPanel.mjs.map +1 -0
- package/es/components/src/cascaderPanel/index.d.ts +1176 -0
- package/es/components/src/cascaderPanel/index.mjs +9 -0
- package/es/components/src/cascaderPanel/index.mjs.map +1 -0
- package/es/components/src/message/index.d.ts +2 -0
- package/es/components/src/message/index.mjs +7 -0
- package/es/components/src/message/index.mjs.map +1 -0
- package/es/components/src/message/method.d.ts +4 -0
- package/es/components/src/message/method.mjs +28 -0
- package/es/components/src/message/method.mjs.map +1 -0
- package/es/components/src/test/Test.vue.d.ts +243 -0
- package/es/components/src/test/Test.vue.mjs +8 -0
- package/es/components/src/test/Test.vue.mjs.map +1 -0
- package/es/components/src/test/Test.vue2.mjs +64 -0
- package/es/components/src/test/Test.vue2.mjs.map +1 -0
- package/es/components/src/{text/Text.vue3.mjs → test/Test.vue3.mjs} +1 -1
- package/es/components/src/test/Test.vue3.mjs.map +1 -0
- package/es/components/src/test/index.d.ts +246 -0
- package/es/components/src/test/index.mjs +8 -0
- package/es/components/src/test/index.mjs.map +1 -0
- package/es/components/src/test/test.d.ts +72 -0
- package/es/components/src/test/test.mjs +16 -0
- package/es/components/src/test/test.mjs.map +1 -0
- package/es/constants/index.d.ts +1 -0
- package/es/constants/index.mjs +2 -0
- package/es/constants/index.mjs.map +1 -0
- package/es/constants/key.d.ts +1 -0
- package/es/constants/key.mjs +4 -0
- package/es/constants/key.mjs.map +1 -0
- package/es/giime/component.d.ts +2 -1
- package/es/giime/component.mjs +3 -3
- package/es/giime/component.mjs.map +1 -1
- package/es/giime/defaults.d.ts +5 -0
- package/es/giime/defaults.mjs +8 -0
- package/es/giime/defaults.mjs.map +1 -0
- package/es/giime/index.d.ts +5 -0
- package/es/giime/index.mjs +17 -1
- package/es/giime/index.mjs.map +1 -1
- package/es/giime/makeInstaller.d.ts +5 -0
- package/es/giime/makeInstaller.mjs +19 -0
- package/es/giime/makeInstaller.mjs.map +1 -0
- package/es/giime/plugin.d.ts +3 -0
- package/es/giime/plugin.mjs +7 -0
- package/es/giime/plugin.mjs.map +1 -0
- package/es/giime/tailwind.css.mjs +4 -0
- package/es/giime/tailwind.css.mjs.map +1 -0
- package/es/giime/version.d.ts +1 -0
- package/es/giime/version.mjs +4 -0
- package/es/giime/version.mjs.map +1 -0
- package/es/index.css +493 -1
- package/es/utils/index.d.ts +2 -0
- package/es/utils/index.mjs +5 -0
- package/es/utils/index.mjs.map +1 -1
- package/es/utils/src/elementPlus/event.d.ts +1 -0
- package/es/utils/src/elementPlus/event.mjs +13 -0
- package/es/utils/src/elementPlus/event.mjs.map +1 -0
- package/es/utils/src/elementPlus/index.d.ts +1 -0
- package/es/utils/src/elementPlus/index.mjs +2 -0
- package/es/utils/src/elementPlus/index.mjs.map +1 -0
- package/es/utils/src/vue/index.d.ts +3 -0
- package/es/utils/src/vue/index.mjs +4 -0
- package/es/utils/src/vue/index.mjs.map +1 -0
- package/es/utils/src/vue/install.d.ts +7 -0
- package/es/utils/src/vue/install.mjs +35 -0
- package/es/utils/src/vue/install.mjs.map +1 -0
- package/es/utils/src/vue/resolver.d.ts +3 -0
- package/es/utils/src/vue/resolver.mjs +25 -0
- package/es/utils/src/vue/resolver.mjs.map +1 -0
- package/es/utils/src/vue/typescript.d.ts +5 -0
- package/es/utils/src/vue/typescript.mjs +2 -0
- package/es/utils/src/vue/typescript.mjs.map +1 -0
- package/lib/components/index.d.ts +4 -1
- package/lib/components/index.js +17 -2
- package/lib/components/index.js.map +1 -1
- package/lib/components/src/cascader/Cascader.vue.js +11 -0
- package/lib/components/src/cascader/Cascader.vue.js.map +1 -0
- package/lib/components/src/cascader/Cascader.vue2.js +55 -0
- package/lib/components/src/cascader/Cascader.vue2.js.map +1 -0
- package/lib/components/src/cascader/cascader.d.ts +63 -0
- package/lib/components/src/cascader/cascader.js +16 -0
- package/lib/components/src/cascader/cascader.js.map +1 -0
- package/lib/components/src/cascader/index.d.ts +6 -0
- package/lib/components/src/cascader/index.js +16 -0
- package/lib/components/src/cascader/index.js.map +1 -0
- package/lib/components/src/cascaderPanel/CascaderPanel.vue.d.ts +400 -0
- package/lib/components/src/cascaderPanel/CascaderPanel.vue.js +11 -0
- package/lib/components/src/cascaderPanel/CascaderPanel.vue.js.map +1 -0
- package/lib/components/src/cascaderPanel/CascaderPanel.vue2.js +54 -0
- package/lib/components/src/cascaderPanel/CascaderPanel.vue2.js.map +1 -0
- package/lib/components/src/cascaderPanel/cascaderPanel.d.ts +23 -0
- package/lib/components/src/cascaderPanel/cascaderPanel.js +22 -0
- package/lib/components/src/cascaderPanel/cascaderPanel.js.map +1 -0
- package/lib/components/src/cascaderPanel/index.d.ts +1176 -0
- package/lib/components/src/cascaderPanel/index.js +17 -0
- package/lib/components/src/cascaderPanel/index.js.map +1 -0
- package/lib/components/src/message/index.d.ts +2 -0
- package/lib/components/src/message/index.js +12 -0
- package/lib/components/src/message/index.js.map +1 -0
- package/lib/components/src/message/method.d.ts +4 -0
- package/lib/components/src/message/method.js +33 -0
- package/lib/components/src/message/method.js.map +1 -0
- package/lib/components/src/test/Test.vue.d.ts +243 -0
- package/lib/components/src/test/Test.vue.js +12 -0
- package/lib/components/src/test/Test.vue.js.map +1 -0
- package/lib/components/src/test/Test.vue2.js +68 -0
- package/lib/components/src/test/Test.vue2.js.map +1 -0
- package/lib/components/src/{text/Text.vue3.js → test/Test.vue3.js} +1 -1
- package/lib/components/src/test/Test.vue3.js.map +1 -0
- package/lib/components/src/test/index.d.ts +246 -0
- package/lib/components/src/test/index.js +14 -0
- package/lib/components/src/test/index.js.map +1 -0
- package/lib/components/src/test/test.d.ts +72 -0
- package/lib/components/src/test/test.js +18 -0
- package/lib/components/src/test/test.js.map +1 -0
- package/lib/constants/index.d.ts +1 -0
- package/lib/constants/index.js +8 -0
- package/lib/constants/index.js.map +1 -0
- package/lib/constants/key.d.ts +1 -0
- package/lib/constants/key.js +6 -0
- package/lib/constants/key.js.map +1 -0
- package/lib/giime/component.d.ts +2 -1
- package/lib/giime/component.js +3 -3
- package/lib/giime/component.js.map +1 -1
- package/lib/giime/defaults.d.ts +5 -0
- package/lib/giime/defaults.js +12 -0
- package/lib/giime/defaults.js.map +1 -0
- package/lib/giime/index.d.ts +5 -0
- package/lib/giime/index.js +36 -3
- package/lib/giime/index.js.map +1 -1
- package/lib/giime/makeInstaller.d.ts +5 -0
- package/lib/giime/makeInstaller.js +21 -0
- package/lib/giime/makeInstaller.js.map +1 -0
- package/lib/giime/plugin.d.ts +3 -0
- package/lib/giime/plugin.js +11 -0
- package/lib/giime/plugin.js.map +1 -0
- package/lib/giime/tailwind.css.js +8 -0
- package/lib/giime/tailwind.css.js.map +1 -0
- package/lib/giime/version.d.ts +1 -0
- package/lib/giime/version.js +6 -0
- package/lib/giime/version.js.map +1 -0
- package/lib/index.css +493 -1
- package/lib/utils/index.d.ts +2 -0
- package/lib/utils/index.js +12 -0
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/src/elementPlus/event.d.ts +1 -0
- package/lib/utils/src/elementPlus/event.js +15 -0
- package/lib/utils/src/elementPlus/event.js.map +1 -0
- package/lib/utils/src/elementPlus/index.d.ts +1 -0
- package/lib/utils/src/elementPlus/index.js +8 -0
- package/lib/utils/src/elementPlus/index.js.map +1 -0
- package/lib/utils/src/vue/index.d.ts +3 -0
- package/lib/utils/src/vue/index.js +15 -0
- package/lib/utils/src/vue/index.js.map +1 -0
- package/lib/utils/src/vue/install.d.ts +7 -0
- package/lib/utils/src/vue/install.js +40 -0
- package/lib/utils/src/vue/install.js.map +1 -0
- package/lib/utils/src/vue/resolver.d.ts +3 -0
- package/lib/utils/src/vue/resolver.js +28 -0
- package/lib/utils/src/vue/resolver.js.map +1 -0
- package/lib/utils/src/vue/typescript.d.ts +5 -0
- package/lib/utils/src/vue/typescript.js +3 -0
- package/lib/utils/src/vue/typescript.js.map +1 -0
- package/package.json +9 -1
- package/es/components/src/text/Text.vue.d.ts +0 -2
- package/es/components/src/text/Text.vue.mjs +0 -8
- package/es/components/src/text/Text.vue.mjs.map +0 -1
- package/es/components/src/text/Text.vue2.mjs +0 -18
- package/es/components/src/text/Text.vue2.mjs.map +0 -1
- package/es/components/src/text/Text.vue3.mjs.map +0 -1
- package/es/components/src/text/index.d.ts +0 -2
- package/es/components/src/text/index.mjs +0 -6
- package/es/components/src/text/index.mjs.map +0 -1
- package/lib/components/src/text/Text.vue.d.ts +0 -2
- package/lib/components/src/text/Text.vue.js +0 -12
- package/lib/components/src/text/Text.vue.js.map +0 -1
- package/lib/components/src/text/Text.vue2.js +0 -22
- package/lib/components/src/text/Text.vue2.js.map +0 -1
- package/lib/components/src/text/Text.vue3.js.map +0 -1
- package/lib/components/src/text/index.d.ts +0 -2
- package/lib/components/src/text/index.js +0 -11
- package/lib/components/src/text/index.js.map +0 -1
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
import Test from './Test.vue';
|
|
2
|
+
export declare const GmTest: import("../../../utils/index.js").SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
+
title: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
elBtnProps: {
|
|
8
|
+
type: () => import("vue").ExtractPropTypes<{
|
|
9
|
+
readonly size: {
|
|
10
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
11
|
+
readonly required: false;
|
|
12
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
|
+
__epPropKey: true;
|
|
14
|
+
};
|
|
15
|
+
readonly disabled: BooleanConstructor;
|
|
16
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
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>>;
|
|
19
|
+
readonly required: false;
|
|
20
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
|
+
__epPropKey: true;
|
|
22
|
+
};
|
|
23
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
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>;
|
|
26
|
+
readonly plain: BooleanConstructor;
|
|
27
|
+
readonly text: BooleanConstructor;
|
|
28
|
+
readonly link: BooleanConstructor;
|
|
29
|
+
readonly bg: BooleanConstructor;
|
|
30
|
+
readonly autofocus: BooleanConstructor;
|
|
31
|
+
readonly round: BooleanConstructor;
|
|
32
|
+
readonly circle: BooleanConstructor;
|
|
33
|
+
readonly color: StringConstructor;
|
|
34
|
+
readonly dark: BooleanConstructor;
|
|
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>;
|
|
37
|
+
}>;
|
|
38
|
+
default: () => {
|
|
39
|
+
size: {
|
|
40
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
41
|
+
readonly required: false;
|
|
42
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
|
+
__epPropKey: true;
|
|
44
|
+
};
|
|
45
|
+
disabled: BooleanConstructor;
|
|
46
|
+
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
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>>;
|
|
49
|
+
readonly required: false;
|
|
50
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
|
+
__epPropKey: true;
|
|
52
|
+
};
|
|
53
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
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>;
|
|
56
|
+
plain: BooleanConstructor;
|
|
57
|
+
text: BooleanConstructor;
|
|
58
|
+
link: BooleanConstructor;
|
|
59
|
+
bg: BooleanConstructor;
|
|
60
|
+
autofocus: BooleanConstructor;
|
|
61
|
+
round: BooleanConstructor;
|
|
62
|
+
circle: BooleanConstructor;
|
|
63
|
+
color: StringConstructor;
|
|
64
|
+
dark: BooleanConstructor;
|
|
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>;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
size: {
|
|
70
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
71
|
+
readonly required: false;
|
|
72
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
|
+
__epPropKey: true;
|
|
74
|
+
};
|
|
75
|
+
disabled: BooleanConstructor;
|
|
76
|
+
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
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>>;
|
|
79
|
+
readonly required: false;
|
|
80
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
|
+
__epPropKey: true;
|
|
82
|
+
};
|
|
83
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
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>;
|
|
86
|
+
plain: BooleanConstructor;
|
|
87
|
+
text: BooleanConstructor;
|
|
88
|
+
link: BooleanConstructor;
|
|
89
|
+
bg: BooleanConstructor;
|
|
90
|
+
autofocus: BooleanConstructor;
|
|
91
|
+
round: BooleanConstructor;
|
|
92
|
+
circle: BooleanConstructor;
|
|
93
|
+
color: StringConstructor;
|
|
94
|
+
dark: BooleanConstructor;
|
|
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>;
|
|
97
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
98
|
+
finishSubmit: () => void;
|
|
99
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
100
|
+
title: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
elBtnProps: {
|
|
105
|
+
type: () => import("vue").ExtractPropTypes<{
|
|
106
|
+
readonly size: {
|
|
107
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
108
|
+
readonly required: false;
|
|
109
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
|
+
__epPropKey: true;
|
|
111
|
+
};
|
|
112
|
+
readonly disabled: BooleanConstructor;
|
|
113
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
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>>;
|
|
116
|
+
readonly required: false;
|
|
117
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
118
|
+
__epPropKey: true;
|
|
119
|
+
};
|
|
120
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
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>;
|
|
123
|
+
readonly plain: BooleanConstructor;
|
|
124
|
+
readonly text: BooleanConstructor;
|
|
125
|
+
readonly link: BooleanConstructor;
|
|
126
|
+
readonly bg: BooleanConstructor;
|
|
127
|
+
readonly autofocus: BooleanConstructor;
|
|
128
|
+
readonly round: BooleanConstructor;
|
|
129
|
+
readonly circle: BooleanConstructor;
|
|
130
|
+
readonly color: StringConstructor;
|
|
131
|
+
readonly dark: BooleanConstructor;
|
|
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>;
|
|
134
|
+
}>;
|
|
135
|
+
default: () => {
|
|
136
|
+
size: {
|
|
137
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
138
|
+
readonly required: false;
|
|
139
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
140
|
+
__epPropKey: true;
|
|
141
|
+
};
|
|
142
|
+
disabled: BooleanConstructor;
|
|
143
|
+
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
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>>;
|
|
146
|
+
readonly required: false;
|
|
147
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
|
+
__epPropKey: true;
|
|
149
|
+
};
|
|
150
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
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>;
|
|
153
|
+
plain: BooleanConstructor;
|
|
154
|
+
text: BooleanConstructor;
|
|
155
|
+
link: BooleanConstructor;
|
|
156
|
+
bg: BooleanConstructor;
|
|
157
|
+
autofocus: BooleanConstructor;
|
|
158
|
+
round: BooleanConstructor;
|
|
159
|
+
circle: BooleanConstructor;
|
|
160
|
+
color: StringConstructor;
|
|
161
|
+
dark: BooleanConstructor;
|
|
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>;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
size: {
|
|
167
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
168
|
+
readonly required: false;
|
|
169
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
|
+
__epPropKey: true;
|
|
171
|
+
};
|
|
172
|
+
disabled: BooleanConstructor;
|
|
173
|
+
type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
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>>;
|
|
176
|
+
readonly required: false;
|
|
177
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
178
|
+
__epPropKey: true;
|
|
179
|
+
};
|
|
180
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
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>;
|
|
183
|
+
plain: BooleanConstructor;
|
|
184
|
+
text: BooleanConstructor;
|
|
185
|
+
link: BooleanConstructor;
|
|
186
|
+
bg: BooleanConstructor;
|
|
187
|
+
autofocus: BooleanConstructor;
|
|
188
|
+
round: BooleanConstructor;
|
|
189
|
+
circle: BooleanConstructor;
|
|
190
|
+
color: StringConstructor;
|
|
191
|
+
dark: BooleanConstructor;
|
|
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>;
|
|
194
|
+
}>> & {
|
|
195
|
+
onFinishSubmit?: (() => any) | undefined;
|
|
196
|
+
}, {
|
|
197
|
+
text: boolean;
|
|
198
|
+
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
199
|
+
disabled: boolean;
|
|
200
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
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>;
|
|
203
|
+
plain: boolean;
|
|
204
|
+
link: boolean;
|
|
205
|
+
bg: boolean;
|
|
206
|
+
autofocus: boolean;
|
|
207
|
+
round: boolean;
|
|
208
|
+
circle: boolean;
|
|
209
|
+
dark: boolean;
|
|
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>;
|
|
212
|
+
title: string;
|
|
213
|
+
elBtnProps: import("vue").ExtractPropTypes<{
|
|
214
|
+
readonly size: {
|
|
215
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
216
|
+
readonly required: false;
|
|
217
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
|
+
__epPropKey: true;
|
|
219
|
+
};
|
|
220
|
+
readonly disabled: BooleanConstructor;
|
|
221
|
+
readonly type: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
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>>;
|
|
224
|
+
readonly required: false;
|
|
225
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
|
+
__epPropKey: true;
|
|
227
|
+
};
|
|
228
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
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>;
|
|
231
|
+
readonly plain: BooleanConstructor;
|
|
232
|
+
readonly text: BooleanConstructor;
|
|
233
|
+
readonly link: BooleanConstructor;
|
|
234
|
+
readonly bg: BooleanConstructor;
|
|
235
|
+
readonly autofocus: BooleanConstructor;
|
|
236
|
+
readonly round: BooleanConstructor;
|
|
237
|
+
readonly circle: BooleanConstructor;
|
|
238
|
+
readonly color: StringConstructor;
|
|
239
|
+
readonly dark: BooleanConstructor;
|
|
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>;
|
|
242
|
+
}>;
|
|
243
|
+
}, {}>> & Record<string, any>;
|
|
244
|
+
export type TestInstance = InstanceType<typeof Test>;
|
|
245
|
+
export * from './test';
|
|
246
|
+
export default GmTest;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../../packages/components/src/test/index.ts"],"sourcesContent":["import { withInstall } from '@giime/utils/src/vue/install';\r\nimport Test from './Test.vue';\r\nexport const GmTest = withInstall(Test);\r\nexport type TestInstance = InstanceType<typeof Test>;\r\nexport * from './test';\r\nexport default GmTest;\r\n"],"names":[],"mappings":";;;;AAEa,MAAA,MAAA,GAAS,YAAY,IAAI;;;;"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { buttonProps } from 'element-plus';
|
|
2
|
+
import type { ExtractPropTypes } from 'vue';
|
|
3
|
+
export declare const testProps: {
|
|
4
|
+
title: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
elBtnProps: {
|
|
9
|
+
type: () => ExtractPropTypes<typeof buttonProps>;
|
|
10
|
+
default: () => {
|
|
11
|
+
size: {
|
|
12
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
13
|
+
readonly required: false;
|
|
14
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15
|
+
__epPropKey: true;
|
|
16
|
+
};
|
|
17
|
+
disabled: BooleanConstructor;
|
|
18
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
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>>;
|
|
21
|
+
readonly required: false;
|
|
22
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
|
+
__epPropKey: true;
|
|
24
|
+
};
|
|
25
|
+
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
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>;
|
|
28
|
+
plain: BooleanConstructor;
|
|
29
|
+
text: BooleanConstructor;
|
|
30
|
+
link: BooleanConstructor;
|
|
31
|
+
bg: BooleanConstructor;
|
|
32
|
+
autofocus: BooleanConstructor;
|
|
33
|
+
round: BooleanConstructor;
|
|
34
|
+
circle: BooleanConstructor;
|
|
35
|
+
color: StringConstructor;
|
|
36
|
+
dark: BooleanConstructor;
|
|
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>;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
size: {
|
|
42
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
43
|
+
readonly required: false;
|
|
44
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
|
+
__epPropKey: true;
|
|
46
|
+
};
|
|
47
|
+
disabled: BooleanConstructor;
|
|
48
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
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>>;
|
|
51
|
+
readonly required: false;
|
|
52
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
|
+
__epPropKey: true;
|
|
54
|
+
};
|
|
55
|
+
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
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>;
|
|
58
|
+
plain: BooleanConstructor;
|
|
59
|
+
text: BooleanConstructor;
|
|
60
|
+
link: BooleanConstructor;
|
|
61
|
+
bg: BooleanConstructor;
|
|
62
|
+
autofocus: BooleanConstructor;
|
|
63
|
+
round: BooleanConstructor;
|
|
64
|
+
circle: BooleanConstructor;
|
|
65
|
+
color: StringConstructor;
|
|
66
|
+
dark: BooleanConstructor;
|
|
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>;
|
|
69
|
+
};
|
|
70
|
+
export interface TestEmits {
|
|
71
|
+
(e: 'finishSubmit'): void;
|
|
72
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { buttonProps } from 'element-plus';
|
|
2
|
+
|
|
3
|
+
const testProps = {
|
|
4
|
+
...buttonProps,
|
|
5
|
+
title: {
|
|
6
|
+
type: String,
|
|
7
|
+
default: ""
|
|
8
|
+
},
|
|
9
|
+
elBtnProps: {
|
|
10
|
+
type: Object,
|
|
11
|
+
default: () => ({ ...buttonProps })
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { testProps };
|
|
16
|
+
//# sourceMappingURL=test.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test.mjs","sources":["../../../../../../packages/components/src/test/test.ts"],"sourcesContent":["import { buttonProps } from 'element-plus';\r\nimport type { ExtractPropTypes } from 'vue';\r\n\r\nexport const testProps = {\r\n ...buttonProps,\r\n title: {\r\n type: String,\r\n default: '',\r\n },\r\n elBtnProps: {\r\n type: Object as () => ExtractPropTypes<typeof buttonProps>,\r\n default: () => ({ ...buttonProps }),\r\n },\r\n};\r\nexport interface TestEmits {\r\n (e: 'finishSubmit'): void;\r\n}\r\n"],"names":[],"mappings":";;AAGO,MAAM,SAAY,GAAA;AAAA,EACvB,GAAG,WAAA;AAAA,EACH,KAAO,EAAA;AAAA,IACL,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,EAAA;AAAA,GACX;AAAA,EACA,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,MAAA;AAAA,IACN,OAAS,EAAA,OAAO,EAAE,GAAG,WAAY,EAAA,CAAA;AAAA,GACnC;AACF;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './key';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const INSTALLED_KEY: unique symbol;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key.mjs","sources":["../../../../packages/constants/key.ts"],"sourcesContent":["export const INSTALLED_KEY = Symbol('INSTALLED_KEY');\n"],"names":[],"mappings":"AAAa,MAAA,aAAA,GAAgB,OAAO,eAAe;;;;"}
|
package/es/giime/component.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import type { Plugin } from 'vue';
|
|
2
|
+
declare const _default: Plugin[];
|
|
2
3
|
export default _default;
|
package/es/giime/component.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GmTest } from '../components/src/test/index.mjs';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var Components = [GmTest];
|
|
4
4
|
|
|
5
|
-
export {
|
|
5
|
+
export { Components as default };
|
|
6
6
|
//# sourceMappingURL=component.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.mjs","sources":["../../../../packages/giime/component.ts"],"sourcesContent":["import {
|
|
1
|
+
{"version":3,"file":"component.mjs","sources":["../../../../packages/giime/component.ts"],"sourcesContent":["import { GmTest } from '@giime/components/src/test';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmTest] as Plugin[];\n"],"names":[],"mappings":";;AAIA,iBAAe,CAAC,MAAM,CAAA;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { makeInstaller } from './makeInstaller.mjs';
|
|
2
|
+
import Components from './component.mjs';
|
|
3
|
+
import Plugins from './plugin.mjs';
|
|
4
|
+
|
|
5
|
+
var installer = makeInstaller([...Components, ...Plugins]);
|
|
6
|
+
|
|
7
|
+
export { installer as default };
|
|
8
|
+
//# sourceMappingURL=defaults.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaults.mjs","sources":["../../../../packages/giime/defaults.ts"],"sourcesContent":["import { makeInstaller } from './makeInstaller';\nimport Components from './component';\nimport Plugins from './plugin';\n\nexport default makeInstaller([...Components, ...Plugins]);\n"],"names":[],"mappings":";;;;AAIA,gBAAe,cAAc,CAAC,GAAG,UAAY,EAAA,GAAG,OAAO,CAAC,CAAA;;;;"}
|
package/es/giime/index.d.ts
CHANGED
package/es/giime/index.mjs
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
|
+
import installer from './defaults.mjs';
|
|
2
|
+
import './tailwind.css.mjs';
|
|
1
3
|
import '../components/index.mjs';
|
|
2
4
|
import '../utils/index.mjs';
|
|
3
|
-
export {
|
|
5
|
+
export { testProps } from '../components/src/test/test.mjs';
|
|
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';
|
|
11
|
+
export { GmMessage } from '../components/src/message/index.mjs';
|
|
4
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';
|
|
13
|
+
export { withInstall, withInstallDirective, withInstallFunction, withNoopInstall } from '../utils/src/vue/install.mjs';
|
|
14
|
+
export { GiimeResolver, kebabCase } from '../utils/src/vue/resolver.mjs';
|
|
15
|
+
export { getGmEvent } from '../utils/src/elementPlus/event.mjs';
|
|
16
|
+
|
|
17
|
+
const install = installer.install;
|
|
18
|
+
const version = installer.version;
|
|
19
|
+
|
|
20
|
+
export { installer as default, install, version };
|
|
5
21
|
//# sourceMappingURL=index.mjs.map
|
package/es/giime/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
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;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import '../constants/index.mjs';
|
|
2
|
+
import { version } from './version.mjs';
|
|
3
|
+
import { INSTALLED_KEY } from '../constants/key.mjs';
|
|
4
|
+
|
|
5
|
+
const makeInstaller = (components = []) => {
|
|
6
|
+
const install = (app) => {
|
|
7
|
+
if (app[INSTALLED_KEY])
|
|
8
|
+
return;
|
|
9
|
+
app[INSTALLED_KEY] = true;
|
|
10
|
+
components.forEach((c) => app.use(c));
|
|
11
|
+
};
|
|
12
|
+
return {
|
|
13
|
+
version,
|
|
14
|
+
install
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export { makeInstaller };
|
|
19
|
+
//# sourceMappingURL=makeInstaller.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"makeInstaller.mjs","sources":["../../../../packages/giime/makeInstaller.ts"],"sourcesContent":["import { INSTALLED_KEY } from '@giime/constants';\nimport { version } from './version';\nimport type { App, Plugin } from '@vue/runtime-core';\n\nexport const makeInstaller = (components: Plugin[] = []) => {\n const install = (app: App<any>) => {\n if (app[INSTALLED_KEY]) return;\n\n app[INSTALLED_KEY] = true;\n components.forEach(c => app.use(c));\n };\n\n return {\n version,\n install,\n };\n};\n"],"names":[],"mappings":";;;;AAIO,MAAM,aAAgB,GAAA,CAAC,UAAuB,GAAA,EAAO,KAAA;AAC1D,EAAM,MAAA,OAAA,GAAU,CAAC,GAAkB,KAAA;AACjC,IAAA,IAAI,IAAI,aAAa,CAAA;AAAG,MAAA,OAAA;AAExB,IAAA,GAAA,CAAI,aAAa,CAAI,GAAA,IAAA,CAAA;AACrB,IAAA,UAAA,CAAW,OAAQ,CAAA,CAAA,CAAA,KAAK,GAAI,CAAA,GAAA,CAAI,CAAC,CAAC,CAAA,CAAA;AAAA,GACpC,CAAA;AAEA,EAAO,OAAA;AAAA,IACL,OAAA;AAAA,IACA,OAAA;AAAA,GACF,CAAA;AACF;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.mjs","sources":["../../../../packages/giime/plugin.ts"],"sourcesContent":["import { GmMessage } from '@giime/components';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmMessage] as Plugin[];\n"],"names":[],"mappings":";;;AAIA,cAAe,CAAC,SAAS,CAAA;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tailwind.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const version = "0.0.0-dev.21";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-dev.21'\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
|