giime 0.7.19 → 0.7.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/dist/index.css +96 -96
- package/es/components/src/base/button/Button.vue.d.ts +13 -11
- package/es/components/src/base/button/Button.vue2.mjs +29 -14
- package/es/components/src/base/button/Button.vue2.mjs.map +1 -1
- package/es/components/src/base/button/button.d.ts +4 -1
- package/es/components/src/base/button/button.mjs +6 -1
- package/es/components/src/base/button/button.mjs.map +1 -1
- package/es/components/src/base/button/index.d.ts +31 -31
- package/es/components/src/composite/operateButton/OperateButton.vue.d.ts +8 -2
- package/es/components/src/composite/operateButton/index.d.ts +8 -2
- package/es/components/src/composite/operateButton/operateButton.d.ts +4 -1
- package/es/components/src/composite/tableCustom/customOperate/customOperate.d.ts +4 -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/index.css +96 -96
- package/lib/components/src/base/button/Button.vue.d.ts +13 -11
- package/lib/components/src/base/button/Button.vue2.js +27 -12
- package/lib/components/src/base/button/Button.vue2.js.map +1 -1
- package/lib/components/src/base/button/button.d.ts +4 -1
- package/lib/components/src/base/button/button.js +6 -1
- package/lib/components/src/base/button/button.js.map +1 -1
- package/lib/components/src/base/button/index.d.ts +31 -31
- package/lib/components/src/composite/operateButton/OperateButton.vue.d.ts +8 -2
- package/lib/components/src/composite/operateButton/index.d.ts +8 -2
- package/lib/components/src/composite/operateButton/operateButton.d.ts +4 -1
- package/lib/components/src/composite/tableCustom/customOperate/customOperate.d.ts +4 -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/index.css +96 -96
- package/package.json +1 -1
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
loading: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: undefined;
|
|
5
|
+
};
|
|
2
6
|
size: {
|
|
3
7
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4
8
|
readonly required: false;
|
|
@@ -14,7 +18,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
14
18
|
__epPropKey: true;
|
|
15
19
|
};
|
|
16
20
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
17
|
-
loading: BooleanConstructor;
|
|
18
21
|
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>;
|
|
19
22
|
plain: BooleanConstructor;
|
|
20
23
|
text: BooleanConstructor;
|
|
@@ -56,8 +59,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
56
59
|
readonly dark: boolean;
|
|
57
60
|
readonly circle: boolean;
|
|
58
61
|
readonly disabled: boolean;
|
|
59
|
-
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
60
62
|
readonly loading: boolean;
|
|
63
|
+
readonly nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
61
64
|
readonly bg: boolean;
|
|
62
65
|
readonly autofocus: boolean;
|
|
63
66
|
readonly tag: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -98,7 +101,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
98
101
|
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
99
102
|
}>> & {
|
|
100
103
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
101
|
-
}, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "
|
|
104
|
+
}, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "loading" | "nativeType" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
|
|
102
105
|
$attrs: {
|
|
103
106
|
[x: string]: unknown;
|
|
104
107
|
};
|
|
@@ -231,9 +234,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
231
234
|
default?(_: {}): any;
|
|
232
235
|
};
|
|
233
236
|
}) | undefined>;
|
|
234
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
238
|
+
loading: {
|
|
239
|
+
type: BooleanConstructor;
|
|
240
|
+
default: undefined;
|
|
241
|
+
};
|
|
237
242
|
size: {
|
|
238
243
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
239
244
|
readonly required: false;
|
|
@@ -249,7 +254,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
249
254
|
__epPropKey: true;
|
|
250
255
|
};
|
|
251
256
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
252
|
-
loading: BooleanConstructor;
|
|
253
257
|
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>;
|
|
254
258
|
plain: BooleanConstructor;
|
|
255
259
|
text: BooleanConstructor;
|
|
@@ -262,9 +266,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
262
266
|
dark: BooleanConstructor;
|
|
263
267
|
autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
264
268
|
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>;
|
|
265
|
-
}
|
|
266
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
267
|
-
}, {
|
|
269
|
+
}>>, {
|
|
268
270
|
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
269
271
|
plain: boolean;
|
|
270
272
|
link: boolean;
|
|
@@ -273,8 +275,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
273
275
|
dark: boolean;
|
|
274
276
|
circle: boolean;
|
|
275
277
|
disabled: boolean;
|
|
276
|
-
nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
277
278
|
loading: boolean;
|
|
279
|
+
nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
278
280
|
loadingIcon: 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>;
|
|
279
281
|
bg: boolean;
|
|
280
282
|
autofocus: boolean;
|
|
@@ -3,24 +3,37 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vue = require('vue');
|
|
6
|
-
require('
|
|
7
|
-
var elementPlus = require('element-plus');
|
|
6
|
+
var lodashEs = require('lodash-es');
|
|
8
7
|
var button = require('./button.js');
|
|
9
|
-
var
|
|
8
|
+
var is = require('../../../../utils/src/is.js');
|
|
10
9
|
|
|
11
10
|
var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
12
11
|
...{
|
|
13
|
-
name: "GmButton"
|
|
12
|
+
name: "GmButton",
|
|
13
|
+
inheritAttrs: false
|
|
14
14
|
},
|
|
15
15
|
__name: "Button",
|
|
16
16
|
props: button.buttonProps,
|
|
17
|
-
|
|
18
|
-
setup(__props, { expose: __expose, emit: __emit }) {
|
|
17
|
+
setup(__props, { expose: __expose }) {
|
|
19
18
|
const slots = vue.useSlots();
|
|
19
|
+
const attrs = vue.useAttrs();
|
|
20
20
|
const props = __props;
|
|
21
|
-
const emit = __emit;
|
|
22
|
-
const elEvents = event.getGmEvent(elementPlus.buttonEmits, emit);
|
|
23
21
|
const elRef = vue.ref();
|
|
22
|
+
const isLoading = vue.ref(false);
|
|
23
|
+
const realLoading = vue.computed(() => {
|
|
24
|
+
if (is.isBoolean(props.loading)) {
|
|
25
|
+
return props.loading;
|
|
26
|
+
}
|
|
27
|
+
return isLoading.value;
|
|
28
|
+
});
|
|
29
|
+
const handleClick = async (evt) => {
|
|
30
|
+
try {
|
|
31
|
+
isLoading.value = true;
|
|
32
|
+
return await attrs.onClick?.(evt);
|
|
33
|
+
} finally {
|
|
34
|
+
isLoading.value = false;
|
|
35
|
+
}
|
|
36
|
+
};
|
|
24
37
|
__expose({
|
|
25
38
|
elRef
|
|
26
39
|
});
|
|
@@ -29,9 +42,11 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
29
42
|
return vue.openBlock(), vue.createBlock(_component_el_button, vue.mergeProps({
|
|
30
43
|
ref_key: "elRef",
|
|
31
44
|
ref: elRef
|
|
32
|
-
},
|
|
33
|
-
type: _ctx.disabled ? "info" : _ctx.type
|
|
34
|
-
|
|
45
|
+
}, vue.unref(lodashEs.omit)(vue.unref(attrs), "onClick"), {
|
|
46
|
+
type: _ctx.disabled ? "info" : _ctx.type,
|
|
47
|
+
loading: realLoading.value,
|
|
48
|
+
onClick: handleClick
|
|
49
|
+
}), vue.createSlots({
|
|
35
50
|
_: 2
|
|
36
51
|
/* DYNAMIC */
|
|
37
52
|
}, [
|
|
@@ -56,7 +71,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
56
71
|
]),
|
|
57
72
|
key: "2"
|
|
58
73
|
} : void 0
|
|
59
|
-
]), 1040, ["type"]);
|
|
74
|
+
]), 1040, ["type", "loading"]);
|
|
60
75
|
};
|
|
61
76
|
}
|
|
62
77
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.vue2.js","sources":["../../../../../../../packages/components/src/base/button/Button.vue"],"sourcesContent":["<template>\n <el-button ref=\"elRef\" v-bind=\"
|
|
1
|
+
{"version":3,"file":"Button.vue2.js","sources":["../../../../../../../packages/components/src/base/button/Button.vue"],"sourcesContent":["<template>\n <el-button ref=\"elRef\" v-bind=\"omit(attrs, 'onClick')\" :type=\"disabled ? 'info' : type\" :loading=\"realLoading\" @click=\"handleClick\">\n <template v-if=\"slots.loading\" #loading=\"slotValue\">\n <slot name=\"loading\" v-bind=\"slotValue\" />\n </template>\n <template v-if=\"slots.default\" #default>\n <slot />\n </template>\n <template v-if=\"slots.icon\" #icon=\"slotValue\">\n <slot name=\"icon\" v-bind=\"slotValue\" />\n </template>\n </el-button>\n</template>\n<script lang=\"ts\" setup>\nimport { computed, ref, useAttrs, useSlots } from 'vue';\nimport { omit } from 'lodash-es';\nimport { buttonProps } from './button';\nimport type { ButtonInstance } from 'element-plus';\nimport { isBoolean } from '@giime/utils/src/is';\n\ndefineOptions({\n name: 'GmButton',\n inheritAttrs: false,\n});\nconst slots = useSlots();\nconst attrs = useAttrs() as {\n onClick: (evt: MouseEvent) => Promise<any> | any;\n};\nconst props = defineProps(buttonProps);\n// const emit = defineEmits(buttonEmits);\n// 重发el的事件\n// const elEvents = getGmEvent(elButtonEmits, emit);\n\nconst elRef = ref<ButtonInstance>();\nconst isLoading = ref(false);\nconst realLoading = computed(() => {\n // 优先使用用户传进来的loading\n if (isBoolean(props.loading)) {\n return props.loading;\n }\n return isLoading.value;\n});\nconst handleClick = async (evt: MouseEvent) => {\n try {\n isLoading.value = true;\n return await attrs.onClick?.(evt);\n } finally {\n isLoading.value = false;\n }\n};\ndefineExpose({\n elRef,\n});\n</script>\n"],"names":["useSlots","useAttrs","ref","computed","isBoolean"],"mappings":";;;;;;;;;;;;;;;;;AAwBA,IAAA,MAAM,QAAQA,YAAS,EAAA,CAAA;AACvB,IAAA,MAAM,QAAQC,YAAS,EAAA,CAAA;AAGvB,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AAKd,IAAA,MAAM,QAAQC,OAAoB,EAAA,CAAA;AAClC,IAAM,MAAA,SAAA,GAAYA,QAAI,KAAK,CAAA,CAAA;AAC3B,IAAM,MAAA,WAAA,GAAcC,aAAS,MAAM;AAEjC,MAAI,IAAAC,YAAA,CAAU,KAAM,CAAA,OAAO,CAAG,EAAA;AAC5B,QAAA,OAAO,KAAM,CAAA,OAAA,CAAA;AAAA,OACf;AACA,MAAA,OAAO,SAAU,CAAA,KAAA,CAAA;AAAA,KAClB,CAAA,CAAA;AACD,IAAM,MAAA,WAAA,GAAc,OAAO,GAAoB,KAAA;AAC7C,MAAI,IAAA;AACF,QAAA,SAAA,CAAU,KAAQ,GAAA,IAAA,CAAA;AAClB,QAAO,OAAA,MAAM,KAAM,CAAA,OAAA,GAAU,GAAG,CAAA,CAAA;AAAA,OAChC,SAAA;AACA,QAAA,SAAA,CAAU,KAAQ,GAAA,KAAA,CAAA;AAAA,OACpB;AAAA,KACF,CAAA;AACA,IAAa,QAAA,CAAA;AAAA,MACX,KAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const buttonProps: {
|
|
2
|
+
loading: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: undefined;
|
|
5
|
+
};
|
|
2
6
|
size: {
|
|
3
7
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
4
8
|
readonly required: false;
|
|
@@ -14,7 +18,6 @@ export declare const buttonProps: {
|
|
|
14
18
|
__epPropKey: true;
|
|
15
19
|
};
|
|
16
20
|
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
17
|
-
loading: BooleanConstructor;
|
|
18
21
|
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>;
|
|
19
22
|
plain: BooleanConstructor;
|
|
20
23
|
text: BooleanConstructor;
|
|
@@ -3,7 +3,12 @@
|
|
|
3
3
|
var elementPlus = require('element-plus');
|
|
4
4
|
|
|
5
5
|
const buttonProps = {
|
|
6
|
-
...elementPlus.buttonProps
|
|
6
|
+
...elementPlus.buttonProps,
|
|
7
|
+
loading: {
|
|
8
|
+
type: Boolean,
|
|
9
|
+
default: void 0
|
|
10
|
+
// 默认undefined,表示不使用loading
|
|
11
|
+
}
|
|
7
12
|
};
|
|
8
13
|
const buttonEmits = {
|
|
9
14
|
...elementPlus.buttonEmits
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.js","sources":["../../../../../../../packages/components/src/base/button/button.ts"],"sourcesContent":["import {\n buttonEmits as elButtonEmits,\n buttonNativeTypes as elButtonNativeTypes,\n buttonProps as elButtonProps,\n buttonTypes as elButtonTypes,\n} from 'element-plus';\n// import type { ExtractPropTypes } from 'vue';\n\nexport const buttonProps = {\n ...elButtonProps,\n};\n\nexport const buttonEmits = {\n ...elButtonEmits,\n // 自定义事件\n // submit: (value: any) => !!value,\n};\n\nexport const buttonTypes = [...elButtonTypes];\n\nexport const buttonNativeTypes = [...elButtonNativeTypes];\n"],"names":["elButtonProps","elButtonEmits","elButtonTypes","elButtonNativeTypes"],"mappings":";;;;AAQO,MAAM,WAAc,GAAA;AAAA,EACzB,GAAGA,uBAAA;
|
|
1
|
+
{"version":3,"file":"button.js","sources":["../../../../../../../packages/components/src/base/button/button.ts"],"sourcesContent":["import {\n buttonEmits as elButtonEmits,\n buttonNativeTypes as elButtonNativeTypes,\n buttonProps as elButtonProps,\n buttonTypes as elButtonTypes,\n} from 'element-plus';\n// import type { ExtractPropTypes } from 'vue';\n\nexport const buttonProps = {\n ...elButtonProps,\n loading: {\n type: Boolean,\n default: undefined, // 默认undefined,表示不使用loading\n },\n};\n\nexport const buttonEmits = {\n ...elButtonEmits,\n // 自定义事件\n // submit: (value: any) => !!value,\n};\n\nexport const buttonTypes = [...elButtonTypes];\n\nexport const buttonNativeTypes = [...elButtonNativeTypes];\n"],"names":["elButtonProps","elButtonEmits","elButtonTypes","elButtonNativeTypes"],"mappings":";;;;AAQO,MAAM,WAAc,GAAA;AAAA,EACzB,GAAGA,uBAAA;AAAA,EACH,OAAS,EAAA;AAAA,IACP,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,KAAA,CAAA;AAAA;AAAA,GACX;AACF,EAAA;AAEO,MAAM,WAAc,GAAA;AAAA,EACzB,GAAGC,uBAAA;AAAA;AAAA;AAGL,EAAA;AAEa,MAAA,WAAA,GAAc,CAAC,GAAGC,uBAAa,EAAA;AAE/B,MAAA,iBAAA,GAAoB,CAAC,GAAGC,6BAAmB;;;;;;;"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import Button from './Button.vue';
|
|
2
2
|
export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
loading: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
4
8
|
size: {
|
|
5
9
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
6
10
|
readonly required: false;
|
|
@@ -16,7 +20,6 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
16
20
|
__epPropKey: true;
|
|
17
21
|
};
|
|
18
22
|
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
19
|
-
loading: BooleanConstructor;
|
|
20
23
|
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>;
|
|
21
24
|
plain: BooleanConstructor;
|
|
22
25
|
text: BooleanConstructor;
|
|
@@ -29,9 +32,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
29
32
|
dark: BooleanConstructor;
|
|
30
33
|
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
31
34
|
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>;
|
|
32
|
-
}
|
|
33
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
34
|
-
}, {
|
|
35
|
+
}>>, {
|
|
35
36
|
elRef: import("vue").Ref<({
|
|
36
37
|
$: import("vue").ComponentInternalInstance;
|
|
37
38
|
$data: {};
|
|
@@ -60,8 +61,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
60
61
|
readonly dark: boolean;
|
|
61
62
|
readonly circle: boolean;
|
|
62
63
|
readonly disabled: boolean;
|
|
63
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
64
64
|
readonly loading: boolean;
|
|
65
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
65
66
|
readonly bg: boolean;
|
|
66
67
|
readonly autofocus: boolean;
|
|
67
68
|
readonly 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, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -102,7 +103,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
102
103
|
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, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
103
104
|
}>> & {
|
|
104
105
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
105
|
-
}, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "
|
|
106
|
+
}, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "loading" | "nativeType" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
|
|
106
107
|
$attrs: {
|
|
107
108
|
[x: string]: unknown;
|
|
108
109
|
};
|
|
@@ -235,9 +236,11 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
235
236
|
default?(_: {}): any;
|
|
236
237
|
};
|
|
237
238
|
}) | undefined>;
|
|
238
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
239
|
-
|
|
240
|
-
|
|
239
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
240
|
+
loading: {
|
|
241
|
+
type: BooleanConstructor;
|
|
242
|
+
default: undefined;
|
|
243
|
+
};
|
|
241
244
|
size: {
|
|
242
245
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
243
246
|
readonly required: false;
|
|
@@ -253,7 +256,6 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
253
256
|
__epPropKey: true;
|
|
254
257
|
};
|
|
255
258
|
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
256
|
-
loading: BooleanConstructor;
|
|
257
259
|
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>;
|
|
258
260
|
plain: BooleanConstructor;
|
|
259
261
|
text: BooleanConstructor;
|
|
@@ -266,9 +268,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
266
268
|
dark: BooleanConstructor;
|
|
267
269
|
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
268
270
|
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>;
|
|
269
|
-
}
|
|
270
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
271
|
-
}, {
|
|
271
|
+
}>>, {
|
|
272
272
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
273
273
|
plain: boolean;
|
|
274
274
|
link: boolean;
|
|
@@ -277,8 +277,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
277
277
|
dark: boolean;
|
|
278
278
|
circle: boolean;
|
|
279
279
|
disabled: boolean;
|
|
280
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
281
280
|
loading: boolean;
|
|
281
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
282
282
|
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>;
|
|
283
283
|
bg: boolean;
|
|
284
284
|
autofocus: boolean;
|
|
@@ -292,6 +292,10 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
292
292
|
M: {};
|
|
293
293
|
Defaults: {};
|
|
294
294
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
295
|
+
loading: {
|
|
296
|
+
type: BooleanConstructor;
|
|
297
|
+
default: undefined;
|
|
298
|
+
};
|
|
295
299
|
size: {
|
|
296
300
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
297
301
|
readonly required: false;
|
|
@@ -307,7 +311,6 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
307
311
|
__epPropKey: true;
|
|
308
312
|
};
|
|
309
313
|
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
310
|
-
loading: BooleanConstructor;
|
|
311
314
|
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>;
|
|
312
315
|
plain: BooleanConstructor;
|
|
313
316
|
text: BooleanConstructor;
|
|
@@ -320,9 +323,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
320
323
|
dark: BooleanConstructor;
|
|
321
324
|
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
322
325
|
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>;
|
|
323
|
-
}
|
|
324
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
325
|
-
}, {
|
|
326
|
+
}>>, {
|
|
326
327
|
elRef: import("vue").Ref<({
|
|
327
328
|
$: import("vue").ComponentInternalInstance;
|
|
328
329
|
$data: {};
|
|
@@ -351,8 +352,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
351
352
|
readonly dark: boolean;
|
|
352
353
|
readonly circle: boolean;
|
|
353
354
|
readonly disabled: boolean;
|
|
354
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
355
355
|
readonly loading: boolean;
|
|
356
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
356
357
|
readonly bg: boolean;
|
|
357
358
|
readonly autofocus: boolean;
|
|
358
359
|
readonly 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, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -393,7 +394,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
393
394
|
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, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
394
395
|
}>> & {
|
|
395
396
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
396
|
-
}, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "
|
|
397
|
+
}, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "loading" | "nativeType" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
|
|
397
398
|
$attrs: {
|
|
398
399
|
[x: string]: unknown;
|
|
399
400
|
};
|
|
@@ -535,8 +536,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
535
536
|
dark: boolean;
|
|
536
537
|
circle: boolean;
|
|
537
538
|
disabled: boolean;
|
|
538
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
539
539
|
loading: boolean;
|
|
540
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
540
541
|
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>;
|
|
541
542
|
bg: boolean;
|
|
542
543
|
autofocus: boolean;
|
|
@@ -547,6 +548,10 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
547
548
|
__isTeleport?: undefined;
|
|
548
549
|
__isSuspense?: undefined;
|
|
549
550
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
551
|
+
loading: {
|
|
552
|
+
type: BooleanConstructor;
|
|
553
|
+
default: undefined;
|
|
554
|
+
};
|
|
550
555
|
size: {
|
|
551
556
|
readonly type: import("vue").PropType<import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
552
557
|
readonly required: false;
|
|
@@ -562,7 +567,6 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
562
567
|
__epPropKey: true;
|
|
563
568
|
};
|
|
564
569
|
nativeType: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
|
|
565
|
-
loading: BooleanConstructor;
|
|
566
570
|
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>;
|
|
567
571
|
plain: BooleanConstructor;
|
|
568
572
|
text: BooleanConstructor;
|
|
@@ -575,9 +579,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
575
579
|
dark: BooleanConstructor;
|
|
576
580
|
autoInsertSpace: import("element-plus/es/utils/index.js").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
577
581
|
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>;
|
|
578
|
-
}
|
|
579
|
-
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
580
|
-
}, {
|
|
582
|
+
}>>, {
|
|
581
583
|
elRef: import("vue").Ref<({
|
|
582
584
|
$: import("vue").ComponentInternalInstance;
|
|
583
585
|
$data: {};
|
|
@@ -606,8 +608,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
606
608
|
readonly dark: boolean;
|
|
607
609
|
readonly circle: boolean;
|
|
608
610
|
readonly disabled: boolean;
|
|
609
|
-
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
610
611
|
readonly loading: boolean;
|
|
612
|
+
readonly nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
611
613
|
readonly bg: boolean;
|
|
612
614
|
readonly autofocus: boolean;
|
|
613
615
|
readonly 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, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown>;
|
|
@@ -648,7 +650,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
648
650
|
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, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, "button", boolean>;
|
|
649
651
|
}>> & {
|
|
650
652
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
651
|
-
}, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "
|
|
653
|
+
}, "type" | "plain" | "link" | "text" | "round" | "dark" | "circle" | "disabled" | "loading" | "nativeType" | "loadingIcon" | "bg" | "autofocus" | "autoInsertSpace" | "tag">;
|
|
652
654
|
$attrs: {
|
|
653
655
|
[x: string]: unknown;
|
|
654
656
|
};
|
|
@@ -781,9 +783,7 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
781
783
|
default?(_: {}): any;
|
|
782
784
|
};
|
|
783
785
|
}) | undefined>;
|
|
784
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
785
|
-
click: (evt: MouseEvent) => void;
|
|
786
|
-
}, string, {
|
|
786
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
787
787
|
type: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
788
788
|
plain: boolean;
|
|
789
789
|
link: boolean;
|
|
@@ -792,8 +792,8 @@ export declare const GmButton: import("../../../../utils").SFCWithInstall<{
|
|
|
792
792
|
dark: boolean;
|
|
793
793
|
circle: boolean;
|
|
794
794
|
disabled: boolean;
|
|
795
|
-
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
796
795
|
loading: boolean;
|
|
796
|
+
nativeType: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
|
|
797
797
|
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>;
|
|
798
798
|
bg: boolean;
|
|
799
799
|
autofocus: boolean;
|
|
@@ -13,7 +13,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
default: true;
|
|
14
14
|
};
|
|
15
15
|
disabled: BooleanConstructor;
|
|
16
|
-
loading:
|
|
16
|
+
loading: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
17
20
|
size: {
|
|
18
21
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
19
22
|
default: "small";
|
|
@@ -33,7 +36,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
36
|
default: true;
|
|
34
37
|
};
|
|
35
38
|
disabled: BooleanConstructor;
|
|
36
|
-
loading:
|
|
39
|
+
loading: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: undefined;
|
|
42
|
+
};
|
|
37
43
|
size: {
|
|
38
44
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
39
45
|
default: "small";
|
|
@@ -14,7 +14,10 @@ export declare const GmOperateButton: import("../../../../utils").SFCWithInstall
|
|
|
14
14
|
default: true;
|
|
15
15
|
};
|
|
16
16
|
disabled: BooleanConstructor;
|
|
17
|
-
loading:
|
|
17
|
+
loading: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
18
21
|
size: {
|
|
19
22
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
20
23
|
default: "small";
|
|
@@ -34,7 +37,10 @@ export declare const GmOperateButton: import("../../../../utils").SFCWithInstall
|
|
|
34
37
|
default: true;
|
|
35
38
|
};
|
|
36
39
|
disabled: BooleanConstructor;
|
|
37
|
-
loading:
|
|
40
|
+
loading: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
38
44
|
size: {
|
|
39
45
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
40
46
|
default: "small";
|
|
@@ -17,7 +17,10 @@ export declare const operateButtonProps: {
|
|
|
17
17
|
default: true;
|
|
18
18
|
};
|
|
19
19
|
disabled: BooleanConstructor;
|
|
20
|
-
loading:
|
|
20
|
+
loading: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: undefined;
|
|
23
|
+
};
|
|
21
24
|
size: {
|
|
22
25
|
type: PropType<"" | "default" | "small" | "large">;
|
|
23
26
|
default: "small";
|
|
@@ -14,7 +14,10 @@ export declare const customOperateButtonProps: {
|
|
|
14
14
|
default: true;
|
|
15
15
|
};
|
|
16
16
|
disabled: BooleanConstructor;
|
|
17
|
-
loading:
|
|
17
|
+
loading: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
18
21
|
size: {
|
|
19
22
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
20
23
|
default: "small";
|
package/lib/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.7.
|
|
1
|
+
export declare const version = "0.7.20";
|
package/lib/giime/version.js
CHANGED
package/lib/giime/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.7.
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.7.19';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
|