giime 0.9.0 → 0.9.1
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 +125 -122
- package/es/components/src/base/alert/Alert.vue.d.ts +1 -1
- package/es/components/src/base/alert/index.d.ts +3 -3
- package/es/components/src/base/cascader/Cascader.vue.d.ts +1 -1
- package/es/components/src/base/cascader/index.d.ts +3 -3
- package/es/components/src/base/col/Col.vue.d.ts +1 -1
- package/es/components/src/base/col/index.d.ts +3 -3
- package/es/components/src/base/dropdown/Dropdown.vue.d.ts +1 -1
- package/es/components/src/base/dropdown/index.d.ts +3 -3
- package/es/components/src/base/image/Image.vue.d.ts +3 -3
- package/es/components/src/base/image/image.d.ts +1 -1
- package/es/components/src/base/image/index.d.ts +7 -7
- package/es/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/es/components/src/base/popconfirm/index.d.ts +3 -3
- package/es/components/src/base/popover/Popover.vue.d.ts +1 -1
- package/es/components/src/base/popover/index.d.ts +3 -3
- package/es/components/src/base/radioGroup/RadioGroup.vue.d.ts +1 -1
- package/es/components/src/base/radioGroup/index.d.ts +3 -3
- package/es/components/src/base/select/Select.vue.d.ts +1 -1
- package/es/components/src/base/select/index.d.ts +3 -3
- package/es/components/src/base/selectV2/SelectV2.vue.d.ts +1 -1
- package/es/components/src/base/selectV2/index.d.ts +3 -3
- package/es/components/src/base/space/Space.vue.d.ts +1 -1
- package/es/components/src/base/space/index.d.ts +3 -3
- package/es/components/src/base/table/Table.vue.d.ts +4 -4
- package/es/components/src/base/table/index.d.ts +8 -8
- package/es/components/src/base/table/table.d.ts +2 -2
- package/es/components/src/base/tableColumn/TableColumn.vue.d.ts +3 -3
- package/es/components/src/base/tableColumn/index.d.ts +7 -7
- package/es/components/src/base/tableColumn/tableColumn.d.ts +1 -1
- package/es/components/src/base/tag/Tag.vue.d.ts +1 -1
- package/es/components/src/base/tag/index.d.ts +3 -3
- package/es/components/src/base/timeSelect/TimeSelect.vue.d.ts +1 -1
- package/es/components/src/base/timeSelect/index.d.ts +3 -3
- package/es/components/src/base/tooltip/Tooltip.vue.d.ts +1 -1
- package/es/components/src/base/tooltip/index.d.ts +3 -3
- package/es/components/src/base/treeSelect/TreeSelect.vue.d.ts +1 -1
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs +55 -5
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
- package/es/components/src/composite/selectOptions/SelectOptions.vue.d.ts +1 -1
- package/es/components/src/composite/selectOptions/index.d.ts +3 -3
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.d.ts +35 -0
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.mjs +102 -0
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.mjs.map +1 -0
- package/es/components/src/composite/tableCustom/TableCustom.vue.d.ts +5 -5
- package/es/components/src/composite/tableCustom/TableCustom.vue.mjs +1 -1
- package/es/components/src/composite/tableCustom/TableCustom.vue2.mjs +5 -7
- package/es/components/src/composite/tableCustom/TableCustom.vue2.mjs.map +1 -1
- package/es/components/src/composite/tableCustom/index.d.ts +11 -11
- package/es/components/src/composite/tableCustom/tableCustom.d.ts +2 -2
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +5 -5
- package/es/components/src/composite/tablePro/index.d.ts +11 -11
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +3 -3
- package/es/components/src/composite/tablePro/tableColumnPro/index.d.ts +7 -7
- package/es/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +1 -1
- package/es/components/src/composite/tablePro/tablePro.d.ts +2 -2
- 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/hooks/store/useLogin/index.d.ts +20 -2
- package/es/hooks/store/useLogin/index.mjs +29 -3
- package/es/hooks/store/useLogin/index.mjs.map +1 -1
- package/es/index.css +125 -122
- package/lib/components/src/base/alert/Alert.vue.d.ts +1 -1
- package/lib/components/src/base/alert/index.d.ts +3 -3
- package/lib/components/src/base/cascader/Cascader.vue.d.ts +1 -1
- package/lib/components/src/base/cascader/index.d.ts +3 -3
- package/lib/components/src/base/col/Col.vue.d.ts +1 -1
- package/lib/components/src/base/col/index.d.ts +3 -3
- package/lib/components/src/base/dropdown/Dropdown.vue.d.ts +1 -1
- package/lib/components/src/base/dropdown/index.d.ts +3 -3
- package/lib/components/src/base/image/Image.vue.d.ts +3 -3
- package/lib/components/src/base/image/image.d.ts +1 -1
- package/lib/components/src/base/image/index.d.ts +7 -7
- package/lib/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/lib/components/src/base/popconfirm/index.d.ts +3 -3
- package/lib/components/src/base/popover/Popover.vue.d.ts +1 -1
- package/lib/components/src/base/popover/index.d.ts +3 -3
- package/lib/components/src/base/radioGroup/RadioGroup.vue.d.ts +1 -1
- package/lib/components/src/base/radioGroup/index.d.ts +3 -3
- package/lib/components/src/base/select/Select.vue.d.ts +1 -1
- package/lib/components/src/base/select/index.d.ts +3 -3
- package/lib/components/src/base/selectV2/SelectV2.vue.d.ts +1 -1
- package/lib/components/src/base/selectV2/index.d.ts +3 -3
- package/lib/components/src/base/space/Space.vue.d.ts +1 -1
- package/lib/components/src/base/space/index.d.ts +3 -3
- package/lib/components/src/base/table/Table.vue.d.ts +4 -4
- package/lib/components/src/base/table/index.d.ts +8 -8
- package/lib/components/src/base/table/table.d.ts +2 -2
- package/lib/components/src/base/tableColumn/TableColumn.vue.d.ts +3 -3
- package/lib/components/src/base/tableColumn/index.d.ts +7 -7
- package/lib/components/src/base/tableColumn/tableColumn.d.ts +1 -1
- package/lib/components/src/base/tag/Tag.vue.d.ts +1 -1
- package/lib/components/src/base/tag/index.d.ts +3 -3
- package/lib/components/src/base/timeSelect/TimeSelect.vue.d.ts +1 -1
- package/lib/components/src/base/timeSelect/index.d.ts +3 -3
- package/lib/components/src/base/tooltip/Tooltip.vue.d.ts +1 -1
- package/lib/components/src/base/tooltip/index.d.ts +3 -3
- package/lib/components/src/base/treeSelect/TreeSelect.vue.d.ts +1 -1
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js +53 -3
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
- package/lib/components/src/composite/selectOptions/SelectOptions.vue.d.ts +1 -1
- package/lib/components/src/composite/selectOptions/index.d.ts +3 -3
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.d.ts +35 -0
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.js +106 -0
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.js.map +1 -0
- package/lib/components/src/composite/tableCustom/TableCustom.vue.d.ts +5 -5
- package/lib/components/src/composite/tableCustom/TableCustom.vue.js +1 -1
- package/lib/components/src/composite/tableCustom/TableCustom.vue2.js +5 -7
- package/lib/components/src/composite/tableCustom/TableCustom.vue2.js.map +1 -1
- package/lib/components/src/composite/tableCustom/index.d.ts +11 -11
- package/lib/components/src/composite/tableCustom/tableCustom.d.ts +2 -2
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +5 -5
- package/lib/components/src/composite/tablePro/index.d.ts +11 -11
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +3 -3
- package/lib/components/src/composite/tablePro/tableColumnPro/index.d.ts +7 -7
- package/lib/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +1 -1
- package/lib/components/src/composite/tablePro/tablePro.d.ts +2 -2
- 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/hooks/store/useLogin/index.d.ts +20 -2
- package/lib/hooks/store/useLogin/index.js +28 -2
- package/lib/hooks/store/useLogin/index.js.map +1 -1
- package/lib/index.css +125 -122
- package/package.json +1 -1
package/es/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.9.
|
|
1
|
+
export declare const version = "0.9.1";
|
package/es/giime/version.mjs
CHANGED
package/es/giime/version.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.9.
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.9.1';\n"],"names":[],"mappings":"AAAO,MAAM,OAAA,GAAU;;;;"}
|
|
@@ -18,6 +18,12 @@ export declare const useLoginStore: import("pinia").StoreDefinition<"gmLoginStor
|
|
|
18
18
|
onLoginResultPromise: () => Promise<unknown>;
|
|
19
19
|
/**监听登录弹窗关闭 promise版 */
|
|
20
20
|
onCloseLoginResultPromise: () => Promise<undefined>;
|
|
21
|
+
/** 是否被阻止登录(30秒内触发超过5次) */
|
|
22
|
+
isLoginBlocked: import("vue").ComputedRef<boolean>;
|
|
23
|
+
/** 记录登录弹窗触发时间 */
|
|
24
|
+
recordLoginTrigger: () => void;
|
|
25
|
+
/** 重置登录阻止状态 */
|
|
26
|
+
resetLoginBlock: () => void;
|
|
21
27
|
}, "showLogin" | "userToken" | "userId">, Pick<{
|
|
22
28
|
/**是否显示登录弹窗 */
|
|
23
29
|
showLogin: import("vue").Ref<boolean>;
|
|
@@ -30,7 +36,13 @@ export declare const useLoginStore: import("pinia").StoreDefinition<"gmLoginStor
|
|
|
30
36
|
onLoginResultPromise: () => Promise<unknown>;
|
|
31
37
|
/**监听登录弹窗关闭 promise版 */
|
|
32
38
|
onCloseLoginResultPromise: () => Promise<undefined>;
|
|
33
|
-
|
|
39
|
+
/** 是否被阻止登录(30秒内触发超过5次) */
|
|
40
|
+
isLoginBlocked: import("vue").ComputedRef<boolean>;
|
|
41
|
+
/** 记录登录弹窗触发时间 */
|
|
42
|
+
recordLoginTrigger: () => void;
|
|
43
|
+
/** 重置登录阻止状态 */
|
|
44
|
+
resetLoginBlock: () => void;
|
|
45
|
+
}, "isLoginBlocked">, Pick<{
|
|
34
46
|
/**是否显示登录弹窗 */
|
|
35
47
|
showLogin: import("vue").Ref<boolean>;
|
|
36
48
|
userToken: import("@vueuse/shared").RemovableRef<string | undefined>;
|
|
@@ -42,4 +54,10 @@ export declare const useLoginStore: import("pinia").StoreDefinition<"gmLoginStor
|
|
|
42
54
|
onLoginResultPromise: () => Promise<unknown>;
|
|
43
55
|
/**监听登录弹窗关闭 promise版 */
|
|
44
56
|
onCloseLoginResultPromise: () => Promise<undefined>;
|
|
45
|
-
|
|
57
|
+
/** 是否被阻止登录(30秒内触发超过5次) */
|
|
58
|
+
isLoginBlocked: import("vue").ComputedRef<boolean>;
|
|
59
|
+
/** 记录登录弹窗触发时间 */
|
|
60
|
+
recordLoginTrigger: () => void;
|
|
61
|
+
/** 重置登录阻止状态 */
|
|
62
|
+
resetLoginBlock: () => void;
|
|
63
|
+
}, "triggerLoginResult" | "onLoginResult" | "onLoginResultPromise" | "onCloseLoginResultPromise" | "recordLoginTrigger" | "resetLoginBlock">>;
|
|
@@ -1,12 +1,28 @@
|
|
|
1
|
-
import { ref, watch } from 'vue';
|
|
1
|
+
import { ref, computed, watch } from 'vue';
|
|
2
2
|
import { defineStore } from 'pinia';
|
|
3
3
|
import { useSessionStorage, createEventHook } from '@vueuse/core';
|
|
4
4
|
|
|
5
|
+
const LOGIN_WINDOW_MS = 30 * 1e3;
|
|
6
|
+
const LOGIN_MAX_TRIGGERS = 5;
|
|
5
7
|
const useLoginStore = defineStore("gmLoginStore", () => {
|
|
6
8
|
const showLogin = ref(false);
|
|
7
9
|
const userToken = useSessionStorage("gmUserToken", void 0);
|
|
8
10
|
const userId = useSessionStorage("gmUserId", void 0);
|
|
9
11
|
const loginResult = createEventHook();
|
|
12
|
+
const loginTriggerTimestamps = ref([]);
|
|
13
|
+
const isLoginBlocked = computed(() => {
|
|
14
|
+
const now = Date.now();
|
|
15
|
+
const recentCount = loginTriggerTimestamps.value.filter((t) => now - t < LOGIN_WINDOW_MS).length;
|
|
16
|
+
return recentCount >= LOGIN_MAX_TRIGGERS;
|
|
17
|
+
});
|
|
18
|
+
const recordLoginTrigger = () => {
|
|
19
|
+
const now = Date.now();
|
|
20
|
+
loginTriggerTimestamps.value = loginTriggerTimestamps.value.filter((t) => now - t < LOGIN_WINDOW_MS);
|
|
21
|
+
loginTriggerTimestamps.value.push(now);
|
|
22
|
+
};
|
|
23
|
+
const resetLoginBlock = () => {
|
|
24
|
+
loginTriggerTimestamps.value = [];
|
|
25
|
+
};
|
|
10
26
|
const triggerLoginResult = loginResult.trigger;
|
|
11
27
|
const onLoginResultPromise = () => new Promise((resolve) => {
|
|
12
28
|
loginResult.on(resolve);
|
|
@@ -16,7 +32,10 @@ const useLoginStore = defineStore("gmLoginStore", () => {
|
|
|
16
32
|
const onCloseLoginResultPromise = () => new Promise((resolve) => {
|
|
17
33
|
closeLoginResult.on(resolve);
|
|
18
34
|
});
|
|
19
|
-
watch(showLogin, (newValue) => {
|
|
35
|
+
watch(showLogin, (newValue, oldValue) => {
|
|
36
|
+
if (newValue && !oldValue) {
|
|
37
|
+
recordLoginTrigger();
|
|
38
|
+
}
|
|
20
39
|
if (!newValue) {
|
|
21
40
|
triggerCloseLoginResult();
|
|
22
41
|
}
|
|
@@ -32,7 +51,14 @@ const useLoginStore = defineStore("gmLoginStore", () => {
|
|
|
32
51
|
/** 监听登录成功 promise版 */
|
|
33
52
|
onLoginResultPromise,
|
|
34
53
|
/**监听登录弹窗关闭 promise版 */
|
|
35
|
-
onCloseLoginResultPromise
|
|
54
|
+
onCloseLoginResultPromise,
|
|
55
|
+
// 401循环保护相关
|
|
56
|
+
/** 是否被阻止登录(30秒内触发超过5次) */
|
|
57
|
+
isLoginBlocked,
|
|
58
|
+
/** 记录登录弹窗触发时间 */
|
|
59
|
+
recordLoginTrigger,
|
|
60
|
+
/** 重置登录阻止状态 */
|
|
61
|
+
resetLoginBlock
|
|
36
62
|
};
|
|
37
63
|
});
|
|
38
64
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../../../packages/hooks/store/useLogin/index.ts"],"sourcesContent":["import { ref, watch } from 'vue';\nimport { defineStore } from 'pinia';\n// eslint-disable-next-line @typescript-eslint/no-unused-vars // 下面行不能删除,否则会报错\nimport { type EventHookOn, type EventHookTrigger, createEventHook, useSessionStorage } from '@vueuse/core';\n/**监听登录成功响应的数据 */\nexport interface LoggedResultData {\n token: string;\n userId: string;\n}\n/**登录store */\nexport const useLoginStore = defineStore('gmLoginStore', () => {\n const showLogin = ref(false);\n const userToken = useSessionStorage<string | undefined>('gmUserToken', undefined);\n const userId = useSessionStorage<string | undefined>('gmUserId', undefined);\n const loginResult = createEventHook();\n const triggerLoginResult = loginResult.trigger;\n /**监听登录成功 promise版 */\n const onLoginResultPromise = () =>\n new Promise(resolve => {\n loginResult.on(resolve);\n });\n /**关闭登录弹窗事件 */\n const closeLoginResult = createEventHook();\n const triggerCloseLoginResult = closeLoginResult.trigger;\n /**监听登录弹窗关闭 promise版 */\n const onCloseLoginResultPromise = () =>\n new Promise<undefined>(resolve => {\n closeLoginResult.on(resolve);\n });\n watch(showLogin, newValue => {\n if (!newValue) {\n triggerCloseLoginResult();\n }\n });\n return {\n /**是否显示登录弹窗 */\n showLogin,\n userToken,\n userId,\n triggerLoginResult,\n /** 监听登录成功*/\n onLoginResult: loginResult.on,\n /** 监听登录成功 promise版 */\n onLoginResultPromise,\n /**监听登录弹窗关闭 promise版 */\n onCloseLoginResultPromise,\n };\n});\n"],"names":[],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../../../../packages/hooks/store/useLogin/index.ts"],"sourcesContent":["import { computed, ref, watch } from 'vue';\nimport { defineStore } from 'pinia';\n// eslint-disable-next-line @typescript-eslint/no-unused-vars // 下面行不能删除,否则会报错\nimport { type EventHookOn, type EventHookTrigger, createEventHook, useSessionStorage } from '@vueuse/core';\n/**监听登录成功响应的数据 */\nexport interface LoggedResultData {\n token: string;\n userId: string;\n}\n\n/** 401循环保护配置 */\nconst LOGIN_WINDOW_MS = 30 * 1000; // 30秒时间窗口\nconst LOGIN_MAX_TRIGGERS = 5; // 最大触发次数\n/**登录store */\nexport const useLoginStore = defineStore('gmLoginStore', () => {\n const showLogin = ref(false);\n const userToken = useSessionStorage<string | undefined>('gmUserToken', undefined);\n const userId = useSessionStorage<string | undefined>('gmUserId', undefined);\n const loginResult = createEventHook();\n\n // ========== 401循环保护机制 ==========\n /** 记录登录弹窗触发的时间戳 */\n const loginTriggerTimestamps = ref<number[]>([]);\n\n /** 检查是否被阻止(30秒内触发超过5次) */\n const isLoginBlocked = computed(() => {\n const now = Date.now();\n const recentCount = loginTriggerTimestamps.value.filter(t => now - t < LOGIN_WINDOW_MS).length;\n return recentCount >= LOGIN_MAX_TRIGGERS;\n });\n\n /** 记录登录弹窗触发时间 */\n const recordLoginTrigger = () => {\n const now = Date.now();\n // 清理过期的时间戳\n loginTriggerTimestamps.value = loginTriggerTimestamps.value.filter(t => now - t < LOGIN_WINDOW_MS);\n // 添加当前时间戳\n loginTriggerTimestamps.value.push(now);\n };\n\n /** 重置登录阻止状态(清空时间戳) */\n const resetLoginBlock = () => {\n loginTriggerTimestamps.value = [];\n };\n // ========== 401循环保护机制 END ==========\n const triggerLoginResult = loginResult.trigger;\n /**监听登录成功 promise版 */\n const onLoginResultPromise = () =>\n new Promise(resolve => {\n loginResult.on(resolve);\n });\n /**关闭登录弹窗事件 */\n const closeLoginResult = createEventHook();\n const triggerCloseLoginResult = closeLoginResult.trigger;\n /**监听登录弹窗关闭 promise版 */\n const onCloseLoginResultPromise = () =>\n new Promise<undefined>(resolve => {\n closeLoginResult.on(resolve);\n });\n watch(showLogin, (newValue, oldValue) => {\n // 弹窗打开时记录触发时间(用于401循环保护)\n if (newValue && !oldValue) {\n recordLoginTrigger();\n }\n // 弹窗关闭时触发关闭事件\n if (!newValue) {\n triggerCloseLoginResult();\n }\n });\n return {\n /**是否显示登录弹窗 */\n showLogin,\n userToken,\n userId,\n triggerLoginResult,\n /** 监听登录成功*/\n onLoginResult: loginResult.on,\n /** 监听登录成功 promise版 */\n onLoginResultPromise,\n /**监听登录弹窗关闭 promise版 */\n onCloseLoginResultPromise,\n // 401循环保护相关\n /** 是否被阻止登录(30秒内触发超过5次) */\n isLoginBlocked,\n /** 记录登录弹窗触发时间 */\n recordLoginTrigger,\n /** 重置登录阻止状态 */\n resetLoginBlock,\n };\n});\n"],"names":[],"mappings":";;;;AAWA,MAAM,kBAAkB,EAAA,GAAK,GAAA;AAC7B,MAAM,kBAAA,GAAqB,CAAA;AAEpB,MAAM,aAAA,GAAgB,WAAA,CAAY,cAAA,EAAgB,MAAM;AAC7D,EAAA,MAAM,SAAA,GAAY,IAAI,KAAK,CAAA;AAC3B,EAAA,MAAM,SAAA,GAAY,iBAAA,CAAsC,aAAA,EAAe,KAAA,CAAS,CAAA;AAChF,EAAA,MAAM,MAAA,GAAS,iBAAA,CAAsC,UAAA,EAAY,KAAA,CAAS,CAAA;AAC1E,EAAA,MAAM,cAAc,eAAA,EAAgB;AAIpC,EAAA,MAAM,sBAAA,GAAyB,GAAA,CAAc,EAAE,CAAA;AAG/C,EAAA,MAAM,cAAA,GAAiB,SAAS,MAAM;AACpC,IAAA,MAAM,GAAA,GAAM,KAAK,GAAA,EAAI;AACrB,IAAA,MAAM,WAAA,GAAc,uBAAuB,KAAA,CAAM,MAAA,CAAO,OAAK,GAAA,GAAM,CAAA,GAAI,eAAe,CAAA,CAAE,MAAA;AACxF,IAAA,OAAO,WAAA,IAAe,kBAAA;AAAA,EACxB,CAAC,CAAA;AAGD,EAAA,MAAM,qBAAqB,MAAM;AAC/B,IAAA,MAAM,GAAA,GAAM,KAAK,GAAA,EAAI;AAErB,IAAA,sBAAA,CAAuB,QAAQ,sBAAA,CAAuB,KAAA,CAAM,OAAO,CAAA,CAAA,KAAK,GAAA,GAAM,IAAI,eAAe,CAAA;AAEjG,IAAA,sBAAA,CAAuB,KAAA,CAAM,KAAK,GAAG,CAAA;AAAA,EACvC,CAAA;AAGA,EAAA,MAAM,kBAAkB,MAAM;AAC5B,IAAA,sBAAA,CAAuB,QAAQ,EAAC;AAAA,EAClC,CAAA;AAEA,EAAA,MAAM,qBAAqB,WAAA,CAAY,OAAA;AAEvC,EAAA,MAAM,oBAAA,GAAuB,MAC3B,IAAI,OAAA,CAAQ,CAAA,OAAA,KAAW;AACrB,IAAA,WAAA,CAAY,GAAG,OAAO,CAAA;AAAA,EACxB,CAAC,CAAA;AAEH,EAAA,MAAM,mBAAmB,eAAA,EAAgB;AACzC,EAAA,MAAM,0BAA0B,gBAAA,CAAiB,OAAA;AAEjD,EAAA,MAAM,yBAAA,GAA4B,MAChC,IAAI,OAAA,CAAmB,CAAA,OAAA,KAAW;AAChC,IAAA,gBAAA,CAAiB,GAAG,OAAO,CAAA;AAAA,EAC7B,CAAC,CAAA;AACH,EAAA,KAAA,CAAM,SAAA,EAAW,CAAC,QAAA,EAAU,QAAA,KAAa;AAEvC,IAAA,IAAI,QAAA,IAAY,CAAC,QAAA,EAAU;AACzB,MAAA,kBAAA,EAAmB;AAAA,IACrB;AAEA,IAAA,IAAI,CAAC,QAAA,EAAU;AACb,MAAA,uBAAA,EAAwB;AAAA,IAC1B;AAAA,EACF,CAAC,CAAA;AACD,EAAA,OAAO;AAAA;AAAA,IAEL,SAAA;AAAA,IACA,SAAA;AAAA,IACA,MAAA;AAAA,IACA,kBAAA;AAAA;AAAA,IAEA,eAAe,WAAA,CAAY,EAAA;AAAA;AAAA,IAE3B,oBAAA;AAAA;AAAA,IAEA,yBAAA;AAAA;AAAA;AAAA,IAGA,cAAA;AAAA;AAAA,IAEA,kBAAA;AAAA;AAAA,IAEA;AAAA,GACF;AACF,CAAC;;;;"}
|
package/es/index.css
CHANGED
|
@@ -788,6 +788,10 @@ video {
|
|
|
788
788
|
padding-left: 32px;
|
|
789
789
|
padding-right: 32px;
|
|
790
790
|
}
|
|
791
|
+
.gm-py-10 {
|
|
792
|
+
padding-top: 2.5rem;
|
|
793
|
+
padding-bottom: 2.5rem;
|
|
794
|
+
}
|
|
791
795
|
.gm-py-3 {
|
|
792
796
|
padding-top: 0.75rem;
|
|
793
797
|
padding-bottom: 0.75rem;
|
|
@@ -883,57 +887,6 @@ video {
|
|
|
883
887
|
.gm-group:hover .group-hover\:gm-block {
|
|
884
888
|
display: block;
|
|
885
889
|
}
|
|
886
|
-
.gm-flex-center[data-v-c17deec9] {
|
|
887
|
-
align-items: center;
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
.gm-flex-justify-between[data-v-c17deec9] {
|
|
891
|
-
justify-content: space-between;
|
|
892
|
-
}
|
|
893
|
-
.circular[data-v-d7b04fae] {
|
|
894
|
-
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
.path[data-v-d7b04fae] {
|
|
898
|
-
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
899
|
-
stroke-dasharray: 90, 150;
|
|
900
|
-
stroke-dashoffset: 0;
|
|
901
|
-
stroke: var(--el-color-primary);
|
|
902
|
-
stroke-linecap: round;
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
@keyframes loading-rotate-d7b04fae {
|
|
906
|
-
to {
|
|
907
|
-
transform: rotate(360deg);
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
@keyframes loading-dash-d7b04fae {
|
|
911
|
-
0% {
|
|
912
|
-
stroke-dasharray: 1, 200;
|
|
913
|
-
stroke-dashoffset: 0;
|
|
914
|
-
}
|
|
915
|
-
50% {
|
|
916
|
-
stroke-dasharray: 90, 150;
|
|
917
|
-
stroke-dashoffset: -40px;
|
|
918
|
-
}
|
|
919
|
-
100% {
|
|
920
|
-
stroke-dasharray: 90, 150;
|
|
921
|
-
stroke-dashoffset: -120px;
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
926
|
-
margin: 0;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
930
|
-
padding: 0;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
.gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload--picture-card {
|
|
934
|
-
width: auto;
|
|
935
|
-
height: auto;
|
|
936
|
-
}
|
|
937
890
|
.gm-upload-pro-file {
|
|
938
891
|
line-height: normal;
|
|
939
892
|
}
|
|
@@ -972,6 +925,48 @@ video {
|
|
|
972
925
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
973
926
|
display: none;
|
|
974
927
|
}
|
|
928
|
+
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
929
|
+
padding: 0;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload--picture-card {
|
|
933
|
+
width: auto;
|
|
934
|
+
height: auto;
|
|
935
|
+
}
|
|
936
|
+
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
937
|
+
margin-right: 0;
|
|
938
|
+
margin-bottom: 4px;
|
|
939
|
+
}
|
|
940
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
941
|
+
align-items: center;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
945
|
+
justify-content: space-between;
|
|
946
|
+
}
|
|
947
|
+
[data-v-1e1d88ac] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
948
|
+
border-right: none;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
[data-v-1e1d88ac] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
952
|
+
height: 0;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
[data-v-1e1d88ac] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
956
|
+
height: 0;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
[data-v-1e1d88ac] .gmTableNoBorder.el-table--border:after {
|
|
960
|
+
height: 0;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
[data-v-1e1d88ac] .gmTableNoBorder.el-table--border:before {
|
|
964
|
+
height: 0;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
[data-v-1e1d88ac] .gmTableNoBorder .el-table__border-left-patch {
|
|
968
|
+
height: 0;
|
|
969
|
+
}
|
|
975
970
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
976
971
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
977
972
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -990,9 +985,49 @@ video {
|
|
|
990
985
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
991
986
|
display: flex;
|
|
992
987
|
}
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
988
|
+
.gm-upload-file {
|
|
989
|
+
line-height: normal;
|
|
990
|
+
}
|
|
991
|
+
.gm-upload-file li > .el-checkbox {
|
|
992
|
+
position: absolute;
|
|
993
|
+
left: 10px;
|
|
994
|
+
top: 0;
|
|
995
|
+
z-index: 9;
|
|
996
|
+
}
|
|
997
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
998
|
+
gap: 10px;
|
|
999
|
+
}
|
|
1000
|
+
.gm-upload-file .el-upload-list__item {
|
|
1001
|
+
margin: 0;
|
|
1002
|
+
border: none;
|
|
1003
|
+
}
|
|
1004
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
1005
|
+
line-height: normal;
|
|
1006
|
+
}
|
|
1007
|
+
.gm-upload-file .el-upload-dragger {
|
|
1008
|
+
padding: 0;
|
|
1009
|
+
border: none;
|
|
1010
|
+
width: 100%;
|
|
1011
|
+
height: 100%;
|
|
1012
|
+
display: flex;
|
|
1013
|
+
}
|
|
1014
|
+
.gm-upload-file .el-upload--picture-card {
|
|
1015
|
+
border: none;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1019
|
+
display: none;
|
|
1020
|
+
}
|
|
1021
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1022
|
+
display: none;
|
|
1023
|
+
}
|
|
1024
|
+
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
1025
|
+
padding: 0;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload-list__item, .gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload--picture-card {
|
|
1029
|
+
width: auto;
|
|
1030
|
+
height: auto;
|
|
996
1031
|
}
|
|
997
1032
|
[data-v-050a4f74] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
998
1033
|
border-right: none;
|
|
@@ -1017,13 +1052,40 @@ video {
|
|
|
1017
1052
|
[data-v-050a4f74] .gmTableNoBorder .el-table__border-left-patch {
|
|
1018
1053
|
height: 0;
|
|
1019
1054
|
}
|
|
1055
|
+
.circular[data-v-d7b04fae] {
|
|
1056
|
+
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
1057
|
+
}
|
|
1020
1058
|
|
|
1021
|
-
.
|
|
1022
|
-
|
|
1023
|
-
|
|
1059
|
+
.path[data-v-d7b04fae] {
|
|
1060
|
+
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
1061
|
+
stroke-dasharray: 90, 150;
|
|
1062
|
+
stroke-dashoffset: 0;
|
|
1063
|
+
stroke: var(--el-color-primary);
|
|
1064
|
+
stroke-linecap: round;
|
|
1024
1065
|
}
|
|
1025
|
-
|
|
1026
|
-
|
|
1066
|
+
|
|
1067
|
+
@keyframes loading-rotate-d7b04fae {
|
|
1068
|
+
to {
|
|
1069
|
+
transform: rotate(360deg);
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
@keyframes loading-dash-d7b04fae {
|
|
1073
|
+
0% {
|
|
1074
|
+
stroke-dasharray: 1, 200;
|
|
1075
|
+
stroke-dashoffset: 0;
|
|
1076
|
+
}
|
|
1077
|
+
50% {
|
|
1078
|
+
stroke-dasharray: 90, 150;
|
|
1079
|
+
stroke-dashoffset: -40px;
|
|
1080
|
+
}
|
|
1081
|
+
100% {
|
|
1082
|
+
stroke-dasharray: 90, 150;
|
|
1083
|
+
stroke-dashoffset: -120px;
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
1088
|
+
margin: 0;
|
|
1027
1089
|
}
|
|
1028
1090
|
|
|
1029
1091
|
@charset "UTF-8";
|
|
@@ -1082,29 +1144,6 @@ video {
|
|
|
1082
1144
|
border-radius: 10px;
|
|
1083
1145
|
background: #eee;
|
|
1084
1146
|
}
|
|
1085
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1086
|
-
border-right: none;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1090
|
-
height: 0;
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1094
|
-
height: 0;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1098
|
-
height: 0;
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:before {
|
|
1102
|
-
height: 0;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1106
|
-
height: 0;
|
|
1107
|
-
}
|
|
1108
1147
|
@charset "UTF-8";
|
|
1109
1148
|
.table-custom-header-drawer .el-drawer__header {
|
|
1110
1149
|
padding: 10px 15px;
|
|
@@ -1161,47 +1200,11 @@ video {
|
|
|
1161
1200
|
border-radius: 10px;
|
|
1162
1201
|
background: #eee;
|
|
1163
1202
|
}
|
|
1164
|
-
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
1165
|
-
padding: 0;
|
|
1166
|
-
}
|
|
1167
1203
|
|
|
1168
|
-
.
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
}
|
|
1172
|
-
.gm-upload-file {
|
|
1173
|
-
line-height: normal;
|
|
1174
|
-
}
|
|
1175
|
-
.gm-upload-file li > .el-checkbox {
|
|
1176
|
-
position: absolute;
|
|
1177
|
-
left: 10px;
|
|
1178
|
-
top: 0;
|
|
1179
|
-
z-index: 9;
|
|
1180
|
-
}
|
|
1181
|
-
.gm-upload-file .el-upload-list--picture-card {
|
|
1182
|
-
gap: 10px;
|
|
1183
|
-
}
|
|
1184
|
-
.gm-upload-file .el-upload-list__item {
|
|
1185
|
-
margin: 0;
|
|
1186
|
-
border: none;
|
|
1187
|
-
}
|
|
1188
|
-
.gm-upload-file .el-upload-list__item-file-name {
|
|
1189
|
-
line-height: normal;
|
|
1190
|
-
}
|
|
1191
|
-
.gm-upload-file .el-upload-dragger {
|
|
1192
|
-
padding: 0;
|
|
1193
|
-
border: none;
|
|
1194
|
-
width: 100%;
|
|
1195
|
-
height: 100%;
|
|
1196
|
-
display: flex;
|
|
1197
|
-
}
|
|
1198
|
-
.gm-upload-file .el-upload--picture-card {
|
|
1199
|
-
border: none;
|
|
1204
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1205
|
+
background: #fff;
|
|
1206
|
+
padding-top: 12px;
|
|
1200
1207
|
}
|
|
1201
|
-
|
|
1202
|
-
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1208
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1203
1209
|
display: none;
|
|
1204
1210
|
}
|
|
1205
|
-
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1206
|
-
display: none;
|
|
1207
|
-
}
|
|
@@ -151,6 +151,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
151
151
|
onOpen?: (() => any) | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
154
|
+
effect: "dark" | "light";
|
|
154
155
|
center: boolean;
|
|
155
156
|
title: string;
|
|
156
157
|
hideAfter: number;
|
|
@@ -159,7 +160,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
159
160
|
closable: boolean;
|
|
160
161
|
closeText: string;
|
|
161
162
|
showIcon: boolean;
|
|
162
|
-
effect: "dark" | "light";
|
|
163
163
|
}, {}>, __VLS_Slots>;
|
|
164
164
|
export default _default;
|
|
165
165
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -149,6 +149,7 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
149
149
|
onOpen?: (() => any) | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
152
|
+
effect: "dark" | "light";
|
|
152
153
|
center: boolean;
|
|
153
154
|
title: string;
|
|
154
155
|
hideAfter: number;
|
|
@@ -157,7 +158,6 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
157
158
|
closable: boolean;
|
|
158
159
|
closeText: string;
|
|
159
160
|
showIcon: boolean;
|
|
160
|
-
effect: "dark" | "light";
|
|
161
161
|
}, true, {}, {}, {
|
|
162
162
|
P: {};
|
|
163
163
|
B: {};
|
|
@@ -240,6 +240,7 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
240
240
|
elRef: import("vue").Ref<import("element-plus").AlertInstance | undefined>;
|
|
241
241
|
}, {}, {}, {}, {
|
|
242
242
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
243
|
+
effect: "dark" | "light";
|
|
243
244
|
center: boolean;
|
|
244
245
|
title: string;
|
|
245
246
|
hideAfter: number;
|
|
@@ -248,7 +249,6 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
248
249
|
closable: boolean;
|
|
249
250
|
closeText: string;
|
|
250
251
|
showIcon: boolean;
|
|
251
|
-
effect: "dark" | "light";
|
|
252
252
|
}>;
|
|
253
253
|
__isFragment?: undefined;
|
|
254
254
|
__isTeleport?: undefined;
|
|
@@ -331,6 +331,7 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
331
331
|
close: (evt?: Event | undefined) => void;
|
|
332
332
|
}, string, {
|
|
333
333
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
334
|
+
effect: "dark" | "light";
|
|
334
335
|
center: boolean;
|
|
335
336
|
title: string;
|
|
336
337
|
hideAfter: number;
|
|
@@ -339,7 +340,6 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
339
340
|
closable: boolean;
|
|
340
341
|
closeText: string;
|
|
341
342
|
showIcon: boolean;
|
|
342
|
-
effect: "dark" | "light";
|
|
343
343
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
344
344
|
$slots: {
|
|
345
345
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -470,10 +470,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
470
470
|
}, {
|
|
471
471
|
placement: import("element-plus").Placement;
|
|
472
472
|
options: import("element-plus").CascaderOption[];
|
|
473
|
+
effect: import("element-plus").PopperEffect;
|
|
473
474
|
separator: string;
|
|
474
475
|
disabled: boolean;
|
|
475
476
|
props: import("element-plus").CascaderProps;
|
|
476
|
-
effect: import("element-plus").PopperEffect;
|
|
477
477
|
debounce: number;
|
|
478
478
|
teleported: boolean;
|
|
479
479
|
clearable: boolean;
|
|
@@ -475,10 +475,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
475
475
|
}, {
|
|
476
476
|
placement: import("element-plus").Placement;
|
|
477
477
|
options: import("element-plus").CascaderOption[];
|
|
478
|
+
effect: import("element-plus").PopperEffect;
|
|
478
479
|
separator: string;
|
|
479
480
|
disabled: boolean;
|
|
480
481
|
props: import("element-plus").CascaderProps;
|
|
481
|
-
effect: import("element-plus").PopperEffect;
|
|
482
482
|
debounce: number;
|
|
483
483
|
teleported: boolean;
|
|
484
484
|
clearable: boolean;
|
|
@@ -742,10 +742,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
742
742
|
}, {}, {}, {}, {
|
|
743
743
|
placement: import("element-plus").Placement;
|
|
744
744
|
options: import("element-plus").CascaderOption[];
|
|
745
|
+
effect: import("element-plus").PopperEffect;
|
|
745
746
|
separator: string;
|
|
746
747
|
disabled: boolean;
|
|
747
748
|
props: import("element-plus").CascaderProps;
|
|
748
|
-
effect: import("element-plus").PopperEffect;
|
|
749
749
|
debounce: number;
|
|
750
750
|
teleported: boolean;
|
|
751
751
|
clearable: boolean;
|
|
@@ -1015,10 +1015,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
1015
1015
|
}, string, {
|
|
1016
1016
|
placement: import("element-plus").Placement;
|
|
1017
1017
|
options: import("element-plus").CascaderOption[];
|
|
1018
|
+
effect: import("element-plus").PopperEffect;
|
|
1018
1019
|
separator: string;
|
|
1019
1020
|
disabled: boolean;
|
|
1020
1021
|
props: import("element-plus").CascaderProps;
|
|
1021
|
-
effect: import("element-plus").PopperEffect;
|
|
1022
1022
|
debounce: number;
|
|
1023
1023
|
teleported: boolean;
|
|
1024
1024
|
clearable: boolean;
|
|
@@ -165,8 +165,8 @@ export declare const GmCol: import("../../../../utils").SFCWithInstall<{
|
|
|
165
165
|
readonly default: () => {};
|
|
166
166
|
};
|
|
167
167
|
}>>, {
|
|
168
|
-
offset: number;
|
|
169
168
|
push: number;
|
|
169
|
+
offset: number;
|
|
170
170
|
span: number;
|
|
171
171
|
tag: string;
|
|
172
172
|
pull: number;
|
|
@@ -266,8 +266,8 @@ export declare const GmCol: import("../../../../utils").SFCWithInstall<{
|
|
|
266
266
|
}>>, {
|
|
267
267
|
elRef: import("vue").Ref<import("element-plus").ColInstance | undefined>;
|
|
268
268
|
}, {}, {}, {}, {
|
|
269
|
-
offset: number;
|
|
270
269
|
push: number;
|
|
270
|
+
offset: number;
|
|
271
271
|
span: number;
|
|
272
272
|
tag: string;
|
|
273
273
|
pull: number;
|
|
@@ -364,8 +364,8 @@ export declare const GmCol: import("../../../../utils").SFCWithInstall<{
|
|
|
364
364
|
}>>, {
|
|
365
365
|
elRef: import("vue").Ref<import("element-plus").ColInstance | undefined>;
|
|
366
366
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
367
|
-
offset: number;
|
|
368
367
|
push: number;
|
|
368
|
+
offset: number;
|
|
369
369
|
span: number;
|
|
370
370
|
tag: string;
|
|
371
371
|
pull: number;
|
|
@@ -386,9 +386,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
386
386
|
}, {
|
|
387
387
|
placement: import("element-plus").Placement;
|
|
388
388
|
size: string;
|
|
389
|
+
effect: import("element-plus").PopperEffect;
|
|
389
390
|
maxHeight: string | number;
|
|
390
391
|
disabled: boolean;
|
|
391
|
-
effect: import("element-plus").PopperEffect;
|
|
392
392
|
teleported: boolean;
|
|
393
393
|
tabindex: string | number;
|
|
394
394
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -386,9 +386,9 @@ export declare const GmDropdown: import("../../../../utils").SFCWithInstall<{
|
|
|
386
386
|
}, {
|
|
387
387
|
placement: import("element-plus").Placement;
|
|
388
388
|
size: string;
|
|
389
|
+
effect: import("element-plus").PopperEffect;
|
|
389
390
|
maxHeight: string | number;
|
|
390
391
|
disabled: boolean;
|
|
391
|
-
effect: import("element-plus").PopperEffect;
|
|
392
392
|
teleported: boolean;
|
|
393
393
|
tabindex: string | number;
|
|
394
394
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -604,9 +604,9 @@ export declare const GmDropdown: import("../../../../utils").SFCWithInstall<{
|
|
|
604
604
|
}, {}, {}, {}, {
|
|
605
605
|
placement: import("element-plus").Placement;
|
|
606
606
|
size: string;
|
|
607
|
+
effect: import("element-plus").PopperEffect;
|
|
607
608
|
maxHeight: string | number;
|
|
608
609
|
disabled: boolean;
|
|
609
|
-
effect: import("element-plus").PopperEffect;
|
|
610
610
|
teleported: boolean;
|
|
611
611
|
tabindex: string | number;
|
|
612
612
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -823,9 +823,9 @@ export declare const GmDropdown: import("../../../../utils").SFCWithInstall<{
|
|
|
823
823
|
}, string, {
|
|
824
824
|
placement: import("element-plus").Placement;
|
|
825
825
|
size: string;
|
|
826
|
+
effect: import("element-plus").PopperEffect;
|
|
826
827
|
maxHeight: string | number;
|
|
827
828
|
disabled: boolean;
|
|
828
|
-
effect: import("element-plus").PopperEffect;
|
|
829
829
|
teleported: boolean;
|
|
830
830
|
tabindex: string | number;
|
|
831
831
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
17
17
|
readonly default: "";
|
|
18
18
|
};
|
|
19
19
|
fit: {
|
|
20
|
-
readonly type: import("vue").PropType<"" | "
|
|
20
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
21
21
|
readonly required: false;
|
|
22
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
23
|
__epPropKey: true;
|
|
@@ -132,7 +132,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
132
132
|
readonly default: "";
|
|
133
133
|
};
|
|
134
134
|
fit: {
|
|
135
|
-
readonly type: import("vue").PropType<"" | "
|
|
135
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
136
136
|
readonly required: false;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
@@ -240,7 +240,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
240
240
|
infinite: boolean;
|
|
241
241
|
scale: number;
|
|
242
242
|
src: string;
|
|
243
|
-
fit: "" | "
|
|
243
|
+
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
244
244
|
initialIndex: number;
|
|
245
245
|
closeOnPressEscape: boolean;
|
|
246
246
|
hideOnClickModal: boolean;
|
|
@@ -9,7 +9,7 @@ export declare const imageProps: {
|
|
|
9
9
|
readonly default: "";
|
|
10
10
|
};
|
|
11
11
|
fit: {
|
|
12
|
-
readonly type: import("vue").PropType<"" | "
|
|
12
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
13
13
|
readonly required: false;
|
|
14
14
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15
15
|
__epPropKey: true;
|