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.
- package/es/components/index.d.ts +2 -0
- package/es/components/index.mjs +4 -0
- 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/method.mjs +1 -1
- package/es/components/src/message/method.mjs.map +1 -1
- package/es/components/src/test/Test.vue.d.ts +34 -34
- package/es/components/src/test/index.d.ts +34 -34
- package/es/components/src/test/test.d.ts +8 -8
- package/es/giime/index.mjs +5 -0
- package/es/giime/index.mjs.map +1 -1
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.mjs +2 -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/install.d.ts +1 -0
- package/es/utils/src/vue/install.mjs.map +1 -1
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.js +13 -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/method.js +2 -2
- package/lib/components/src/message/method.js.map +1 -1
- package/lib/components/src/test/Test.vue.d.ts +34 -34
- package/lib/components/src/test/index.d.ts +34 -34
- package/lib/components/src/test/test.d.ts +8 -8
- package/lib/giime/index.js +15 -2
- package/lib/giime/index.js.map +1 -1
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +3 -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/install.d.ts +1 -0
- package/lib/utils/src/vue/install.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
require('../../../utils/index.js');
|
|
6
|
+
var CascaderPanel = require('./CascaderPanel.vue.js');
|
|
7
|
+
var cascaderPanel = require('./cascaderPanel.js');
|
|
8
|
+
var install = require('../../../utils/src/vue/install.js');
|
|
9
|
+
|
|
10
|
+
const GmCascaderPanel = install.withInstall(CascaderPanel.default);
|
|
11
|
+
|
|
12
|
+
exports.cascaderPanelEmits = cascaderPanel.cascaderPanelEmits;
|
|
13
|
+
exports.cascaderPanelProps = cascaderPanel.cascaderPanelProps;
|
|
14
|
+
exports.elCascaderPanelEmits = cascaderPanel.elCascaderPanelEmits;
|
|
15
|
+
exports.GmCascaderPanel = GmCascaderPanel;
|
|
16
|
+
exports.default = GmCascaderPanel;
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../packages/components/src/cascaderPanel/index.ts"],"sourcesContent":["import { withInstall } from '@giime/utils';\r\nimport CascaderPanel from './CascaderPanel.vue';\r\nexport const GmCascaderPanel = withInstall(CascaderPanel);\r\nexport type CascaderPanelInstance = InstanceType<typeof CascaderPanel>;\r\nexport * from './cascaderPanel';\r\nexport default GmCascaderPanel;\r\n"],"names":["withInstall","CascaderPanel"],"mappings":";;;;;;;;;AAEa,MAAA,eAAA,GAAkBA,oBAAYC,qBAAa;;;;;;;;"}
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
|
+
var shared = require('@vue/shared');
|
|
6
7
|
require('../../../utils/index.js');
|
|
7
8
|
var elementPlus = require('element-plus');
|
|
8
|
-
var utils = require('element-plus/es/utils');
|
|
9
9
|
var is = require('../../../utils/src/is.js');
|
|
10
10
|
|
|
11
11
|
const messageTypes = ["success", "info", "warning", "error"];
|
|
12
12
|
const message = (options = {}, context) => {
|
|
13
|
-
const normalized = !options || is.isString(options) || vue.isVNode(options) ||
|
|
13
|
+
const normalized = !options || is.isString(options) || vue.isVNode(options) || shared.isFunction(options) ? { message: options } : options;
|
|
14
14
|
return elementPlus.ElMessage(
|
|
15
15
|
{
|
|
16
16
|
grouping: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method.js","sources":["../../../../../../packages/components/src/message/method.ts"],"sourcesContent":["import { type AppContext, isVNode } from 'vue';\r\nimport {
|
|
1
|
+
{"version":3,"file":"method.js","sources":["../../../../../../packages/components/src/message/method.ts"],"sourcesContent":["import { type AppContext, isVNode } from 'vue';\r\nimport { isFunction } from '@vue/shared';\r\nimport { isString } from '@giime/utils';\r\nimport { ElMessage } from 'element-plus';\r\nimport type { Message, MessageFn, MessageOptions, MessageParamsNormalized } from 'element-plus';\r\nexport const messageTypes = ['success', 'info', 'warning', 'error'] as const;\r\n\r\nconst message: MessageFn & Partial<Message> & { _context: AppContext | null } = (options = {}, context) => {\r\n const normalized: MessageOptions = !options || isString(options) || isVNode(options) || isFunction(options) ? { message: options } : options;\r\n\r\n return ElMessage(\r\n {\r\n grouping: true,\r\n // duration: 5 * 1000,\r\n ...normalized,\r\n },\r\n context,\r\n );\r\n};\r\nmessage.closeAll = ElMessage.closeAll;\r\nmessage._context = ElMessage._context;\r\nmessageTypes.forEach(type => {\r\n message[type] = (options = {}, appContext) => {\r\n return message({ ...(options as MessageParamsNormalized), type }, appContext);\r\n };\r\n});\r\nexport default message as Message;\r\n"],"names":["isString","isVNode","isFunction","ElMessage"],"mappings":";;;;;;;;;;AAKO,MAAM,YAAe,GAAA,CAAC,SAAW,EAAA,MAAA,EAAQ,WAAW,OAAO,EAAA;AAElE,MAAM,OAA0E,GAAA,CAAC,OAAU,GAAA,IAAI,OAAY,KAAA;AACzG,EAAA,MAAM,UAA6B,GAAA,CAAC,OAAW,IAAAA,WAAA,CAAS,OAAO,CAAK,IAAAC,WAAA,CAAQ,OAAO,CAAA,IAAKC,kBAAW,OAAO,CAAA,GAAI,EAAE,OAAA,EAAS,SAAY,GAAA,OAAA,CAAA;AAErI,EAAO,OAAAC,qBAAA;AAAA,IACL;AAAA,MACE,QAAU,EAAA,IAAA;AAAA;AAAA,MAEV,GAAG,UAAA;AAAA,KACL;AAAA,IACA,OAAA;AAAA,GACF,CAAA;AACF,EAAA;AACA,OAAA,CAAQ,WAAWA,qBAAU,CAAA,QAAA,CAAA;AAC7B,OAAA,CAAQ,WAAWA,qBAAU,CAAA,QAAA,CAAA;AAC7B,YAAA,CAAa,QAAQ,CAAQ,IAAA,KAAA;AAC3B,EAAA,OAAA,CAAQ,IAAI,CAAI,GAAA,CAAC,OAAU,GAAA,IAAI,UAAe,KAAA;AAC5C,IAAA,OAAO,QAAQ,EAAE,GAAI,OAAqC,EAAA,IAAA,IAAQ,UAAU,CAAA,CAAA;AAAA,GAC9E,CAAA;AACF,CAAC,CAAA;;;;;"}
|
|
@@ -4,9 +4,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
elBtnProps: {
|
|
7
|
-
type: () =>
|
|
7
|
+
type: () => globalThis.ExtractPropTypes<{
|
|
8
8
|
readonly size: {
|
|
9
|
-
readonly type:
|
|
9
|
+
readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
10
10
|
readonly required: false;
|
|
11
11
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
12
|
__epPropKey: true;
|
|
@@ -14,14 +14,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
readonly disabled: BooleanConstructor;
|
|
15
15
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
16
16
|
readonly icon: {
|
|
17
|
-
readonly type:
|
|
17
|
+
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>>;
|
|
18
18
|
readonly required: false;
|
|
19
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
22
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
23
23
|
readonly loading: BooleanConstructor;
|
|
24
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
24
|
+
readonly 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>;
|
|
25
25
|
readonly plain: BooleanConstructor;
|
|
26
26
|
readonly text: BooleanConstructor;
|
|
27
27
|
readonly link: BooleanConstructor;
|
|
@@ -32,11 +32,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
readonly color: StringConstructor;
|
|
33
33
|
readonly dark: BooleanConstructor;
|
|
34
34
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
35
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
35
|
+
readonly 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>;
|
|
36
36
|
}>;
|
|
37
37
|
default: () => {
|
|
38
38
|
size: {
|
|
39
|
-
readonly type:
|
|
39
|
+
readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
40
40
|
readonly required: false;
|
|
41
41
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
42
|
__epPropKey: true;
|
|
@@ -44,14 +44,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
disabled: BooleanConstructor;
|
|
45
45
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
46
46
|
icon: {
|
|
47
|
-
readonly type:
|
|
47
|
+
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>>;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
52
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
53
53
|
loading: BooleanConstructor;
|
|
54
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
54
|
+
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>;
|
|
55
55
|
plain: BooleanConstructor;
|
|
56
56
|
text: BooleanConstructor;
|
|
57
57
|
link: BooleanConstructor;
|
|
@@ -62,11 +62,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
color: StringConstructor;
|
|
63
63
|
dark: BooleanConstructor;
|
|
64
64
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
65
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
65
|
+
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>;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
68
|
size: {
|
|
69
|
-
readonly type:
|
|
69
|
+
readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
70
70
|
readonly required: false;
|
|
71
71
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
72
|
__epPropKey: true;
|
|
@@ -74,14 +74,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
disabled: BooleanConstructor;
|
|
75
75
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
76
76
|
icon: {
|
|
77
|
-
readonly type:
|
|
77
|
+
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>>;
|
|
78
78
|
readonly required: false;
|
|
79
79
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
80
|
__epPropKey: true;
|
|
81
81
|
};
|
|
82
82
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
83
83
|
loading: BooleanConstructor;
|
|
84
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
84
|
+
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>;
|
|
85
85
|
plain: BooleanConstructor;
|
|
86
86
|
text: BooleanConstructor;
|
|
87
87
|
link: BooleanConstructor;
|
|
@@ -92,18 +92,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
92
|
color: StringConstructor;
|
|
93
93
|
dark: BooleanConstructor;
|
|
94
94
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
95
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
95
|
+
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>;
|
|
96
96
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
97
97
|
finishSubmit: () => void;
|
|
98
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
98
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
99
99
|
title: {
|
|
100
100
|
type: StringConstructor;
|
|
101
101
|
default: string;
|
|
102
102
|
};
|
|
103
103
|
elBtnProps: {
|
|
104
|
-
type: () =>
|
|
104
|
+
type: () => globalThis.ExtractPropTypes<{
|
|
105
105
|
readonly size: {
|
|
106
|
-
readonly type:
|
|
106
|
+
readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
107
107
|
readonly required: false;
|
|
108
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
109
|
__epPropKey: true;
|
|
@@ -111,14 +111,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
readonly disabled: BooleanConstructor;
|
|
112
112
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
113
113
|
readonly icon: {
|
|
114
|
-
readonly type:
|
|
114
|
+
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>>;
|
|
115
115
|
readonly required: false;
|
|
116
116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
117
|
__epPropKey: true;
|
|
118
118
|
};
|
|
119
119
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
120
120
|
readonly loading: BooleanConstructor;
|
|
121
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
121
|
+
readonly 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>;
|
|
122
122
|
readonly plain: BooleanConstructor;
|
|
123
123
|
readonly text: BooleanConstructor;
|
|
124
124
|
readonly link: BooleanConstructor;
|
|
@@ -129,11 +129,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
129
|
readonly color: StringConstructor;
|
|
130
130
|
readonly dark: BooleanConstructor;
|
|
131
131
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
132
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
132
|
+
readonly 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>;
|
|
133
133
|
}>;
|
|
134
134
|
default: () => {
|
|
135
135
|
size: {
|
|
136
|
-
readonly type:
|
|
136
|
+
readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
137
137
|
readonly required: false;
|
|
138
138
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
139
|
__epPropKey: true;
|
|
@@ -141,14 +141,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
disabled: BooleanConstructor;
|
|
142
142
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
143
143
|
icon: {
|
|
144
|
-
readonly type:
|
|
144
|
+
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>>;
|
|
145
145
|
readonly required: false;
|
|
146
146
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
147
|
__epPropKey: true;
|
|
148
148
|
};
|
|
149
149
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
150
150
|
loading: BooleanConstructor;
|
|
151
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
151
|
+
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>;
|
|
152
152
|
plain: BooleanConstructor;
|
|
153
153
|
text: BooleanConstructor;
|
|
154
154
|
link: BooleanConstructor;
|
|
@@ -159,11 +159,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
159
159
|
color: StringConstructor;
|
|
160
160
|
dark: BooleanConstructor;
|
|
161
161
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
162
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
162
|
+
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>;
|
|
163
163
|
};
|
|
164
164
|
};
|
|
165
165
|
size: {
|
|
166
|
-
readonly type:
|
|
166
|
+
readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
167
167
|
readonly required: false;
|
|
168
168
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
169
|
__epPropKey: true;
|
|
@@ -171,14 +171,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
171
|
disabled: BooleanConstructor;
|
|
172
172
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
173
173
|
icon: {
|
|
174
|
-
readonly type:
|
|
174
|
+
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>>;
|
|
175
175
|
readonly required: false;
|
|
176
176
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
177
|
__epPropKey: true;
|
|
178
178
|
};
|
|
179
179
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
180
180
|
loading: BooleanConstructor;
|
|
181
|
-
loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
181
|
+
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>;
|
|
182
182
|
plain: BooleanConstructor;
|
|
183
183
|
text: BooleanConstructor;
|
|
184
184
|
link: BooleanConstructor;
|
|
@@ -189,7 +189,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
189
189
|
color: StringConstructor;
|
|
190
190
|
dark: BooleanConstructor;
|
|
191
191
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
192
|
-
tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
192
|
+
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>;
|
|
193
193
|
}>> & {
|
|
194
194
|
onFinishSubmit?: (() => any) | undefined;
|
|
195
195
|
}, {
|
|
@@ -198,7 +198,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
198
198
|
disabled: boolean;
|
|
199
199
|
nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
200
200
|
loading: boolean;
|
|
201
|
-
loadingIcon: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string |
|
|
201
|
+
loadingIcon: 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>;
|
|
202
202
|
plain: boolean;
|
|
203
203
|
link: boolean;
|
|
204
204
|
bg: boolean;
|
|
@@ -207,11 +207,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
207
|
circle: boolean;
|
|
208
208
|
dark: boolean;
|
|
209
209
|
autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
210
|
-
tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string |
|
|
210
|
+
tag: 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>;
|
|
211
211
|
title: string;
|
|
212
|
-
elBtnProps:
|
|
212
|
+
elBtnProps: globalThis.ExtractPropTypes<{
|
|
213
213
|
readonly size: {
|
|
214
|
-
readonly type:
|
|
214
|
+
readonly type: globalThis.PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
215
215
|
readonly required: false;
|
|
216
216
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
217
|
__epPropKey: true;
|
|
@@ -219,14 +219,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
219
219
|
readonly disabled: BooleanConstructor;
|
|
220
220
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
221
221
|
readonly icon: {
|
|
222
|
-
readonly type:
|
|
222
|
+
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>>;
|
|
223
223
|
readonly required: false;
|
|
224
224
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
225
|
__epPropKey: true;
|
|
226
226
|
};
|
|
227
227
|
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
228
228
|
readonly loading: BooleanConstructor;
|
|
229
|
-
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
229
|
+
readonly 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>;
|
|
230
230
|
readonly plain: BooleanConstructor;
|
|
231
231
|
readonly text: BooleanConstructor;
|
|
232
232
|
readonly link: BooleanConstructor;
|
|
@@ -237,7 +237,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
237
237
|
readonly color: StringConstructor;
|
|
238
238
|
readonly dark: BooleanConstructor;
|
|
239
239
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
240
|
-
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
240
|
+
readonly 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>;
|
|
241
241
|
}>;
|
|
242
242
|
}, {}>;
|
|
243
243
|
export default _default;
|