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,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;;;;;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var install = require('../../../utils/src/vue/install.js');
|
|
6
|
+
var method = require('./method.js');
|
|
7
|
+
|
|
8
|
+
const GmMessage = install.withInstallFunction(method.default, "$message");
|
|
9
|
+
|
|
10
|
+
exports.GmMessage = GmMessage;
|
|
11
|
+
exports.default = GmMessage;
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../packages/components/src/message/index.ts"],"sourcesContent":["import { withInstallFunction } from '@giime/utils/src/vue/install';\r\nimport Message from './method';\r\nexport const GmMessage = withInstallFunction(Message, '$message');\r\nexport default GmMessage;\r\n"],"names":["withInstallFunction","Message"],"mappings":";;;;;;;AAEa,MAAA,SAAA,GAAYA,2BAAoB,CAAAC,cAAA,EAAS,UAAU;;;;;"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var vue = require('vue');
|
|
6
|
+
var shared = require('@vue/shared');
|
|
7
|
+
require('../../../utils/index.js');
|
|
8
|
+
var elementPlus = require('element-plus');
|
|
9
|
+
var is = require('../../../utils/src/is.js');
|
|
10
|
+
|
|
11
|
+
const messageTypes = ["success", "info", "warning", "error"];
|
|
12
|
+
const message = (options = {}, context) => {
|
|
13
|
+
const normalized = !options || is.isString(options) || vue.isVNode(options) || shared.isFunction(options) ? { message: options } : options;
|
|
14
|
+
return elementPlus.ElMessage(
|
|
15
|
+
{
|
|
16
|
+
grouping: true,
|
|
17
|
+
// duration: 5 * 1000,
|
|
18
|
+
...normalized
|
|
19
|
+
},
|
|
20
|
+
context
|
|
21
|
+
);
|
|
22
|
+
};
|
|
23
|
+
message.closeAll = elementPlus.ElMessage.closeAll;
|
|
24
|
+
message._context = elementPlus.ElMessage._context;
|
|
25
|
+
messageTypes.forEach((type) => {
|
|
26
|
+
message[type] = (options = {}, appContext) => {
|
|
27
|
+
return message({ ...options, type }, appContext);
|
|
28
|
+
};
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
exports.default = message;
|
|
32
|
+
exports.messageTypes = messageTypes;
|
|
33
|
+
//# sourceMappingURL=method.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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;;;;;"}
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
elBtnProps: {
|
|
7
|
+
type: () => import("vue").ExtractPropTypes<{
|
|
8
|
+
readonly size: {
|
|
9
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
10
|
+
readonly required: false;
|
|
11
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
|
+
__epPropKey: true;
|
|
13
|
+
};
|
|
14
|
+
readonly disabled: BooleanConstructor;
|
|
15
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
16
|
+
readonly icon: {
|
|
17
|
+
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>>;
|
|
18
|
+
readonly required: false;
|
|
19
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
|
+
__epPropKey: true;
|
|
21
|
+
};
|
|
22
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
23
|
+
readonly loading: BooleanConstructor;
|
|
24
|
+
readonly 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>;
|
|
25
|
+
readonly plain: BooleanConstructor;
|
|
26
|
+
readonly text: BooleanConstructor;
|
|
27
|
+
readonly link: BooleanConstructor;
|
|
28
|
+
readonly bg: BooleanConstructor;
|
|
29
|
+
readonly autofocus: BooleanConstructor;
|
|
30
|
+
readonly round: BooleanConstructor;
|
|
31
|
+
readonly circle: BooleanConstructor;
|
|
32
|
+
readonly color: StringConstructor;
|
|
33
|
+
readonly dark: BooleanConstructor;
|
|
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 | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
36
|
+
}>;
|
|
37
|
+
default: () => {
|
|
38
|
+
size: {
|
|
39
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
40
|
+
readonly required: false;
|
|
41
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
|
+
__epPropKey: true;
|
|
43
|
+
};
|
|
44
|
+
disabled: BooleanConstructor;
|
|
45
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
46
|
+
icon: {
|
|
47
|
+
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>>;
|
|
48
|
+
readonly required: false;
|
|
49
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
|
+
__epPropKey: true;
|
|
51
|
+
};
|
|
52
|
+
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
53
|
+
loading: BooleanConstructor;
|
|
54
|
+
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>;
|
|
55
|
+
plain: BooleanConstructor;
|
|
56
|
+
text: BooleanConstructor;
|
|
57
|
+
link: BooleanConstructor;
|
|
58
|
+
bg: BooleanConstructor;
|
|
59
|
+
autofocus: BooleanConstructor;
|
|
60
|
+
round: BooleanConstructor;
|
|
61
|
+
circle: BooleanConstructor;
|
|
62
|
+
color: StringConstructor;
|
|
63
|
+
dark: BooleanConstructor;
|
|
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 | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
size: {
|
|
69
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
70
|
+
readonly required: false;
|
|
71
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
|
+
__epPropKey: true;
|
|
73
|
+
};
|
|
74
|
+
disabled: BooleanConstructor;
|
|
75
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
76
|
+
icon: {
|
|
77
|
+
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>>;
|
|
78
|
+
readonly required: false;
|
|
79
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
+
__epPropKey: true;
|
|
81
|
+
};
|
|
82
|
+
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
83
|
+
loading: BooleanConstructor;
|
|
84
|
+
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>;
|
|
85
|
+
plain: BooleanConstructor;
|
|
86
|
+
text: BooleanConstructor;
|
|
87
|
+
link: BooleanConstructor;
|
|
88
|
+
bg: BooleanConstructor;
|
|
89
|
+
autofocus: BooleanConstructor;
|
|
90
|
+
round: BooleanConstructor;
|
|
91
|
+
circle: BooleanConstructor;
|
|
92
|
+
color: StringConstructor;
|
|
93
|
+
dark: BooleanConstructor;
|
|
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 | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
96
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
97
|
+
finishSubmit: () => void;
|
|
98
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
99
|
+
title: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
|
+
elBtnProps: {
|
|
104
|
+
type: () => import("vue").ExtractPropTypes<{
|
|
105
|
+
readonly size: {
|
|
106
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
107
|
+
readonly required: false;
|
|
108
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
|
+
__epPropKey: true;
|
|
110
|
+
};
|
|
111
|
+
readonly disabled: BooleanConstructor;
|
|
112
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
113
|
+
readonly icon: {
|
|
114
|
+
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>>;
|
|
115
|
+
readonly required: false;
|
|
116
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
|
+
__epPropKey: true;
|
|
118
|
+
};
|
|
119
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
120
|
+
readonly loading: BooleanConstructor;
|
|
121
|
+
readonly 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>;
|
|
122
|
+
readonly plain: BooleanConstructor;
|
|
123
|
+
readonly text: BooleanConstructor;
|
|
124
|
+
readonly link: BooleanConstructor;
|
|
125
|
+
readonly bg: BooleanConstructor;
|
|
126
|
+
readonly autofocus: BooleanConstructor;
|
|
127
|
+
readonly round: BooleanConstructor;
|
|
128
|
+
readonly circle: BooleanConstructor;
|
|
129
|
+
readonly color: StringConstructor;
|
|
130
|
+
readonly dark: BooleanConstructor;
|
|
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 | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
133
|
+
}>;
|
|
134
|
+
default: () => {
|
|
135
|
+
size: {
|
|
136
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
137
|
+
readonly required: false;
|
|
138
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
139
|
+
__epPropKey: true;
|
|
140
|
+
};
|
|
141
|
+
disabled: BooleanConstructor;
|
|
142
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
143
|
+
icon: {
|
|
144
|
+
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>>;
|
|
145
|
+
readonly required: false;
|
|
146
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
|
+
__epPropKey: true;
|
|
148
|
+
};
|
|
149
|
+
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
150
|
+
loading: BooleanConstructor;
|
|
151
|
+
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>;
|
|
152
|
+
plain: BooleanConstructor;
|
|
153
|
+
text: BooleanConstructor;
|
|
154
|
+
link: BooleanConstructor;
|
|
155
|
+
bg: BooleanConstructor;
|
|
156
|
+
autofocus: BooleanConstructor;
|
|
157
|
+
round: BooleanConstructor;
|
|
158
|
+
circle: BooleanConstructor;
|
|
159
|
+
color: StringConstructor;
|
|
160
|
+
dark: BooleanConstructor;
|
|
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 | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
size: {
|
|
166
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
167
|
+
readonly required: false;
|
|
168
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
169
|
+
__epPropKey: true;
|
|
170
|
+
};
|
|
171
|
+
disabled: BooleanConstructor;
|
|
172
|
+
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
173
|
+
icon: {
|
|
174
|
+
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>>;
|
|
175
|
+
readonly required: false;
|
|
176
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
|
+
__epPropKey: true;
|
|
178
|
+
};
|
|
179
|
+
nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
180
|
+
loading: BooleanConstructor;
|
|
181
|
+
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>;
|
|
182
|
+
plain: BooleanConstructor;
|
|
183
|
+
text: BooleanConstructor;
|
|
184
|
+
link: BooleanConstructor;
|
|
185
|
+
bg: BooleanConstructor;
|
|
186
|
+
autofocus: BooleanConstructor;
|
|
187
|
+
round: BooleanConstructor;
|
|
188
|
+
circle: BooleanConstructor;
|
|
189
|
+
color: StringConstructor;
|
|
190
|
+
dark: BooleanConstructor;
|
|
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 | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
193
|
+
}>> & {
|
|
194
|
+
onFinishSubmit?: (() => any) | undefined;
|
|
195
|
+
}, {
|
|
196
|
+
text: boolean;
|
|
197
|
+
type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
|
|
198
|
+
disabled: boolean;
|
|
199
|
+
nativeType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
200
|
+
loading: boolean;
|
|
201
|
+
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>;
|
|
202
|
+
plain: boolean;
|
|
203
|
+
link: boolean;
|
|
204
|
+
bg: boolean;
|
|
205
|
+
autofocus: boolean;
|
|
206
|
+
round: boolean;
|
|
207
|
+
circle: boolean;
|
|
208
|
+
dark: boolean;
|
|
209
|
+
autoInsertSpace: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
210
|
+
tag: 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>;
|
|
211
|
+
title: string;
|
|
212
|
+
elBtnProps: import("vue").ExtractPropTypes<{
|
|
213
|
+
readonly size: {
|
|
214
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
215
|
+
readonly required: false;
|
|
216
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
|
+
__epPropKey: true;
|
|
218
|
+
};
|
|
219
|
+
readonly disabled: BooleanConstructor;
|
|
220
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown, "", boolean>;
|
|
221
|
+
readonly icon: {
|
|
222
|
+
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>>;
|
|
223
|
+
readonly required: false;
|
|
224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
|
+
__epPropKey: true;
|
|
226
|
+
};
|
|
227
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
228
|
+
readonly loading: BooleanConstructor;
|
|
229
|
+
readonly 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>;
|
|
230
|
+
readonly plain: BooleanConstructor;
|
|
231
|
+
readonly text: BooleanConstructor;
|
|
232
|
+
readonly link: BooleanConstructor;
|
|
233
|
+
readonly bg: BooleanConstructor;
|
|
234
|
+
readonly autofocus: BooleanConstructor;
|
|
235
|
+
readonly round: BooleanConstructor;
|
|
236
|
+
readonly circle: BooleanConstructor;
|
|
237
|
+
readonly color: StringConstructor;
|
|
238
|
+
readonly dark: BooleanConstructor;
|
|
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 | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
241
|
+
}>;
|
|
242
|
+
}, {}>;
|
|
243
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Test_vue_vue_type_script_setup_true_lang = require('./Test.vue2.js');
|
|
6
|
+
require('./Test.vue3.js');
|
|
7
|
+
var _pluginVue_exportHelper = require('../../../_virtual/_plugin-vue_export-helper.js');
|
|
8
|
+
|
|
9
|
+
var Test = /* @__PURE__ */ _pluginVue_exportHelper.default(Test_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-d650d997"], ["__file", "Test.vue"]]);
|
|
10
|
+
|
|
11
|
+
exports.default = Test;
|
|
12
|
+
//# sourceMappingURL=Test.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Test.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var vue = require('vue');
|
|
6
|
+
var test = require('./test.js');
|
|
7
|
+
|
|
8
|
+
const _withScopeId = (n) => (vue.pushScopeId("data-v-d650d997"), n = n(), vue.popScopeId(), n);
|
|
9
|
+
const _hoisted_1 = { class: "gm-text gm-text-title" };
|
|
10
|
+
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode(
|
|
11
|
+
"span",
|
|
12
|
+
null,
|
|
13
|
+
"There little thoughts are the rustle of leaves; they have their whisper of joy in my mind.",
|
|
14
|
+
-1
|
|
15
|
+
/* HOISTED */
|
|
16
|
+
));
|
|
17
|
+
var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
18
|
+
...{
|
|
19
|
+
name: "GmText"
|
|
20
|
+
},
|
|
21
|
+
__name: "Test",
|
|
22
|
+
props: test.testProps,
|
|
23
|
+
emits: ["finishSubmit"],
|
|
24
|
+
setup(__props, { emit: __emit }) {
|
|
25
|
+
const props = __props;
|
|
26
|
+
const emit = __emit;
|
|
27
|
+
return (_ctx, _cache) => {
|
|
28
|
+
const _component_el_button = vue.resolveComponent("el-button");
|
|
29
|
+
const _component_el_divider = vue.resolveComponent("el-divider");
|
|
30
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
31
|
+
vue.createTextVNode(
|
|
32
|
+
vue.toDisplayString(props) + " ",
|
|
33
|
+
1
|
|
34
|
+
/* TEXT */
|
|
35
|
+
),
|
|
36
|
+
vue.createVNode(
|
|
37
|
+
_component_el_button,
|
|
38
|
+
vue.mergeProps(props, {
|
|
39
|
+
onClick: _cache[0] || (_cache[0] = ($event) => emit("finishSubmit"))
|
|
40
|
+
}),
|
|
41
|
+
{
|
|
42
|
+
default: vue.withCtx(() => [
|
|
43
|
+
vue.createTextVNode(
|
|
44
|
+
vue.toDisplayString(_ctx.title),
|
|
45
|
+
1
|
|
46
|
+
/* TEXT */
|
|
47
|
+
)
|
|
48
|
+
]),
|
|
49
|
+
_: 1
|
|
50
|
+
/* STABLE */
|
|
51
|
+
},
|
|
52
|
+
16
|
|
53
|
+
/* FULL_PROPS */
|
|
54
|
+
),
|
|
55
|
+
vue.createTextVNode(
|
|
56
|
+
" " + vue.toDisplayString(props.title) + " " + vue.toDisplayString(props.type) + " ",
|
|
57
|
+
1
|
|
58
|
+
/* TEXT */
|
|
59
|
+
),
|
|
60
|
+
vue.createVNode(_component_el_divider),
|
|
61
|
+
_hoisted_2
|
|
62
|
+
]);
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
exports.default = _sfc_main;
|
|
68
|
+
//# sourceMappingURL=Test.vue2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Test.vue2.js","sources":["../../../../../../packages/components/src/test/Test.vue"],"sourcesContent":["<template>\r\n <div class=\"gm-text gm-text-title\">\r\n {{ props }}\r\n <el-button v-bind=\"props\" @click=\"emit('finishSubmit')\">{{ title }}</el-button>\r\n {{ props.title }}\r\n {{ props.type }}\r\n <el-divider />\r\n <span>There little thoughts are the rustle of leaves; they have their whisper of joy in my mind.</span>\r\n </div>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { type TestEmits, testProps } from './test';\r\n\r\ndefineOptions({\r\n name: 'GmText',\r\n});\r\nconst props = defineProps(testProps);\r\nconst emit = defineEmits([\"finishSubmit\"]);\r\n</script>\r\n<style scoped>\r\n.gm-text {\r\n color: var(--gm-text-color-primary);\r\n}\r\n</style>\r\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAgBA,IAAA,MAAM,KAAQ,GAAA,OAAA,CAAA;AACd,IAAA,MAAM,IAAO,GAAA,MAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Test.vue3.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|