orion-design 0.1.41 → 0.1.43
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -5
- package/dist/Throne/hooks/use-throne-context.js.map +1 -1
- package/dist/components/Modal/index.d.ts +1 -0
- package/dist/components/Modal/index.js +10 -8
- package/dist/components/Modal/index.js.map +1 -1
- package/dist/components/Pagetable/index.js +48 -47
- package/dist/components/Pagetable/index.js.map +1 -1
- package/dist/components/Querytable/index.js +119 -118
- package/dist/components/Querytable/index.js.map +1 -1
- package/dist/components/Tree/Tree.d.ts +45 -0
- package/dist/components/Tree/Tree.js +2 -0
- package/dist/components/Tree/Tree.js.map +1 -0
- package/dist/components/Tree/Tree.vue.d.ts +1709 -0
- package/dist/components/Tree/index.d.ts +899 -1
- package/dist/components/Tree/index.js +92 -1
- package/dist/components/Tree/index.js.map +1 -1
- package/dist/components/Tree/utils/index.d.ts +3 -0
- package/dist/components/Tree/utils/index.js +7 -0
- package/dist/components/Tree/utils/index.js.map +1 -0
- package/dist/components/components.d.ts +1 -0
- package/dist/components/components.js +10 -8
- package/dist/components/components.js.map +1 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +41 -38
- package/dist/components/index.js.map +1 -1
- package/dist/{components-Pdc4XEej.js → components-G3_R2B-U.js} +14 -12
- package/dist/components-G3_R2B-U.js.map +1 -0
- package/dist/index-C2i44sFt.js +33 -0
- package/dist/index-C2i44sFt.js.map +1 -0
- package/dist/index.js +43 -40
- package/dist/index.js.map +1 -1
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +1 -1
- package/dist/version/version.js.map +1 -1
- package/global.d.ts +2 -0
- package/package.json +1 -1
- package/dist/components-Pdc4XEej.js.map +0 -1
package/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
# Vue 3 + TypeScript + Vite
|
2
|
-
|
3
|
-
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
4
|
-
|
5
|
-
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
|
1
|
+
# Vue 3 + TypeScript + Vite
|
2
|
+
|
3
|
+
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
4
|
+
|
5
|
+
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"use-throne-context.js","sources":["../../../src/Throne/hooks/use-throne-context.ts"],"sourcesContent":["import { computed, getCurrentInstance, inject, provide, ref, unref } from 'vue'\n\nimport type { InjectionKey } from 'vue'\n\nexport const throneContextKey: InjectionKey<Ref<Record<string, any> | undefined>> = Symbol('throneContext')\n\nimport type { App, Ref } from 'vue'\nimport type { ThroneContextProviderContext } from '../../components/Throne/ThroneContextProvider'\n\n\nexport function useThroneContext(): Ref<Record<string, any> | undefined> | undefined {\n const context = inject(throneContextKey, undefined)\n return context\n}\n\nexport const provideThroneContext = (props: ThroneContextProviderContext) => {\n const context = computed(() => {\n return props.context || undefined\n })\n\n provide(throneContextKey, context)\n\n return context\n}\n"],"names":["throneContextKey","useThroneContext","inject","provideThroneContext","props","context","computed","provide"],"mappings":";AAIa,MAAAA,IAAuE,OAAO,eAAe;AAMnG,SAASC,IAAqE;AAE5E,SADSC,EAAOF,GAAkB,MAAS;AAEpD;AAEa,MAAAG,IAAuB,CAACC,MAAwC;AACrE,QAAAC,IAAUC,EAAS,MAChBF,EAAM,WAAW,MACzB;AAED,SAAAG,EAAQP,GAAkBK,CAAO,GAE1BA;AACT;"}
|
1
|
+
{"version":3,"file":"use-throne-context.js","sources":["../../../src/Throne/hooks/use-throne-context.ts"],"sourcesContent":["import { computed, getCurrentInstance, inject, provide, ref, unref } from 'vue'\r\n\r\nimport type { InjectionKey } from 'vue'\r\n\r\nexport const throneContextKey: InjectionKey<Ref<Record<string, any> | undefined>> = Symbol('throneContext')\r\n\r\nimport type { App, Ref } from 'vue'\r\nimport type { ThroneContextProviderContext } from '../../components/Throne/ThroneContextProvider'\r\n\r\n\r\nexport function useThroneContext(): Ref<Record<string, any> | undefined> | undefined {\r\n const context = inject(throneContextKey, undefined)\r\n return context\r\n}\r\n\r\nexport const provideThroneContext = (props: ThroneContextProviderContext) => {\r\n const context = computed(() => {\r\n return props.context || undefined\r\n })\r\n\r\n provide(throneContextKey, context)\r\n\r\n return context\r\n}\r\n"],"names":["throneContextKey","useThroneContext","inject","provideThroneContext","props","context","computed","provide"],"mappings":";AAIa,MAAAA,IAAuE,OAAO,eAAe;AAMnG,SAASC,IAAqE;AAE5E,SADSC,EAAOF,GAAkB,MAAS;AAEpD;AAEa,MAAAG,IAAuB,CAACC,MAAwC;AACrE,QAAAC,IAAUC,EAAS,MAChBF,EAAM,WAAW,MACzB;AAED,SAAAG,EAAQP,GAAkBK,CAAO,GAE1BA;AACT;"}
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import "lodash-es";
|
2
|
-
import { defineComponent as _, inject as L, ref as o, shallowRef as
|
2
|
+
import { defineComponent as _, inject as L, ref as o, shallowRef as O, provide as g, createVNode as v, Fragment as P, useTemplateRef as k, openBlock as E, createElementBlock as T, renderSlot as b } from "vue";
|
3
3
|
import { withInstall as j } from "../_util/vue/install.js";
|
4
4
|
import { ElDialog as B } from "element-plus";
|
5
5
|
import { addUnit as I } from "../_util/dom/style.js";
|
6
6
|
import { modalLocatorContextKey as w, modalContextKey as K } from "./types.js";
|
7
7
|
import { _ as R } from "../../_plugin-vue_export-helper-CHgC5LLL.js";
|
8
|
+
import { default as Y } from "./useModal.js";
|
8
9
|
const V = /* @__PURE__ */ _({
|
9
10
|
name: "OModal",
|
10
11
|
setup(C, {
|
@@ -13,21 +14,21 @@ const V = /* @__PURE__ */ _({
|
|
13
14
|
emit: M,
|
14
15
|
expose: x
|
15
16
|
}) {
|
16
|
-
const r = L(w), l = o(!1), a = o(), s =
|
17
|
+
const r = L(w), l = o(!1), a = o(), s = O(), t = o(), u = o(), c = o(), d = o(), i = o(!0), n = o();
|
17
18
|
x({
|
18
19
|
open: async (e) => (l.value = !0, a.value = e.title, s.value = e.content, e.contentProps ? t.value = e.contentProps : t.value = {}, e.width && (u.value = e.width), e.height && (c.value = I(e.height)), e.showClose != null && e.showClose == !1 && (i.value = !1), e.locator ? n.value = e.locator : r && r.locator.value && (n.value = r.locator.value), new Promise((y, S) => {
|
19
20
|
d.value = y;
|
20
21
|
}))
|
21
22
|
});
|
22
23
|
const p = (e) => {
|
23
|
-
const
|
24
|
-
l.value = !1, a.value = void 0, s.value = void 0, t.value = void 0, u.value = void 0, c.value = void 0, d.value = void 0, i.value = !0, n.value = void 0,
|
24
|
+
const f = d.value;
|
25
|
+
l.value = !1, a.value = void 0, s.value = void 0, t.value = void 0, u.value = void 0, c.value = void 0, d.value = void 0, i.value = !0, n.value = void 0, f && f(e);
|
25
26
|
};
|
26
27
|
return g(K, {
|
27
28
|
close: p
|
28
29
|
}), () => {
|
29
30
|
const e = s.value;
|
30
|
-
return l.value ?
|
31
|
+
return l.value ? v(B, {
|
31
32
|
class: a.value ? "orion-dialog" : "orion-dialog notitle",
|
32
33
|
"modal-class": "orion-dialog-overlay",
|
33
34
|
title: a.value,
|
@@ -44,8 +45,8 @@ const V = /* @__PURE__ */ _({
|
|
44
45
|
},
|
45
46
|
appendTo: n.value
|
46
47
|
}, {
|
47
|
-
default: () => [
|
48
|
-
}) :
|
48
|
+
default: () => [v(e, t.value, null)]
|
49
|
+
}) : v(P, null, null);
|
49
50
|
};
|
50
51
|
}
|
51
52
|
}), A = {
|
@@ -65,6 +66,7 @@ const V = /* @__PURE__ */ _({
|
|
65
66
|
}
|
66
67
|
}), F = /* @__PURE__ */ R(D, [["__scopeId", "data-v-0fd5a1a9"]]), Q = j(V, { ModalLocator: F });
|
67
68
|
export {
|
68
|
-
Q as default
|
69
|
+
Q as default,
|
70
|
+
Y as useOModal
|
69
71
|
};
|
70
72
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/Modal/Modal.tsx","../../../src/components/Modal/ModalLocator.vue","../../../src/components/Modal/index.ts"],"sourcesContent":["import { defineComponent, inject, provide, ref, shallowRef } from 'vue'\r\nimport { ElDialog } from 'element-plus'\r\nimport { addUnit } from '../_util'\r\nimport { modalContextKey, modalLocatorContextKey, ModalOptions } from './types'\r\n\r\nconst Modal = defineComponent({\r\n name: 'OModal',\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const modalLocator = inject(modalLocatorContextKey)\r\n\r\n const show = ref(false)\r\n const title = ref<string>()\r\n const content = shallowRef()\r\n const contentProps = ref<Record<string, any>>()\r\n const width = ref<number | string>()\r\n const height = ref<number | string>()\r\n const __resolve = ref<(value: Record<string, any> | PromiseLike<Record<string, any>>) => void>()\r\n const showClose = ref(true)\r\n const appendTo = ref<HTMLElement>()\r\n\r\n const _open: (options: ModalOptions) => Promise<Record<string, any>> = async (options) => {\r\n show.value = true\r\n title.value = options.title\r\n content.value = options.content\r\n if (options.contentProps) {\r\n contentProps.value = options.contentProps\r\n } else {\r\n contentProps.value = {}\r\n }\r\n if (options.width) {\r\n width.value = options.width\r\n }\r\n if (options.height) {\r\n height.value = addUnit(options.height)\r\n }\r\n if (options.showClose != undefined && options.showClose == false) {\r\n showClose.value = false\r\n }\r\n if (options.locator) {\r\n appendTo.value = options.locator\r\n } else {\r\n if (modalLocator && modalLocator.locator.value) {\r\n appendTo.value = modalLocator.locator.value\r\n }\r\n }\r\n\r\n const promise = new Promise<Record<string, any>>((resolve, reject) => {\r\n __resolve.value = resolve\r\n })\r\n\r\n return promise\r\n }\r\n expose({\r\n open: _open,\r\n })\r\n\r\n const _close: (options: Record<string, any>) => void = (options) => {\r\n const resolve = __resolve.value\r\n\r\n show.value = false\r\n title.value = undefined\r\n content.value = undefined\r\n contentProps.value = undefined\r\n width.value = undefined\r\n height.value = undefined\r\n __resolve.value = undefined\r\n showClose.value = true\r\n appendTo.value = undefined\r\n\r\n resolve && resolve(options)\r\n }\r\n provide(modalContextKey, { close: _close })\r\n\r\n return () => {\r\n const Children = content.value\r\n return show.value ? (\r\n <ElDialog\r\n class={title.value ? 'orion-dialog' : 'orion-dialog notitle'}\r\n modal-class=\"orion-dialog-overlay\"\r\n title={title.value}\r\n width={width.value}\r\n modelValue={show.value}\r\n beforeClose={_close}\r\n draggable={true}\r\n closeOnClickModal={false}\r\n closeOnPressEscape={false}\r\n showClose={showClose.value}\r\n alignCenter={true}\r\n style={{ height: height.value }}\r\n appendTo={appendTo.value}\r\n >\r\n <Children {...contentProps.value}></Children>\r\n </ElDialog>\r\n ) : (\r\n <></>\r\n )\r\n }\r\n },\r\n})\r\n\r\nexport default Modal\r\n","<template>\r\n <div ref=\"modal-locator\" class=\"orion-modal-locator\"><slot></slot></div>\r\n</template>\r\n<script setup lang=\"ts\">\r\nimport { provide, useTemplateRef } from 'vue'\r\nimport { modalLocatorContextKey } from './types'\r\n\r\ndefineOptions({ name: 'OModalLocator', inheritAttrs: true })\r\nconst locator = useTemplateRef('modal-locator')\r\n\r\nprovide(modalLocatorContextKey, {\r\n locator,\r\n})\r\n</script>\r\n<style lang=\"scss\" scoped>\r\n.orion-modal-locator {\r\n width: 100%;\r\n height: 100%;\r\n overflow: auto;\r\n box-sizing: border-box;\r\n position: relative;\r\n\r\n :deep(> .el-overlay) {\r\n position: absolute;\r\n\r\n > .el-overlay-dialog {\r\n position: absolute;\r\n }\r\n }\r\n}\r\n</style>\r\n","import { withInstall } from '../_util'\r\n\r\nimport Modal from './Modal'\r\nimport ModalLocator from './ModalLocator.vue'\r\n\r\nexport default withInstall<typeof Modal, { ModalLocator: typeof ModalLocator }>(Modal, { ModalLocator })\r\n"],"names":["Modal","defineComponent","name","setup","props","slots","attrs","emit","expose","modalLocator","inject","modalLocatorContextKey","show","ref","title","content","shallowRef","contentProps","width","height","__resolve","showClose","appendTo","open","options","value","addUnit","undefined","locator","Promise","resolve","reject","_close","provide","modalContextKey","close","Children","_createVNode","ElDialog","default","_Fragment","useTemplateRef","index","withInstall","ModalLocator"],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/Modal/Modal.tsx","../../../src/components/Modal/ModalLocator.vue","../../../src/components/Modal/index.ts"],"sourcesContent":["import { defineComponent, inject, provide, ref, shallowRef } from 'vue'\r\nimport { ElDialog } from 'element-plus'\r\nimport { addUnit } from '../_util'\r\nimport { modalContextKey, modalLocatorContextKey, ModalOptions } from './types'\r\n\r\nconst Modal = defineComponent({\r\n name: 'OModal',\r\n setup(props, { slots, attrs, emit, expose }) {\r\n const modalLocator = inject(modalLocatorContextKey)\r\n\r\n const show = ref(false)\r\n const title = ref<string>()\r\n const content = shallowRef()\r\n const contentProps = ref<Record<string, any>>()\r\n const width = ref<number | string>()\r\n const height = ref<number | string>()\r\n const __resolve = ref<(value: Record<string, any> | PromiseLike<Record<string, any>>) => void>()\r\n const showClose = ref(true)\r\n const appendTo = ref<HTMLElement>()\r\n\r\n const _open: (options: ModalOptions) => Promise<Record<string, any>> = async (options) => {\r\n show.value = true\r\n title.value = options.title\r\n content.value = options.content\r\n if (options.contentProps) {\r\n contentProps.value = options.contentProps\r\n } else {\r\n contentProps.value = {}\r\n }\r\n if (options.width) {\r\n width.value = options.width\r\n }\r\n if (options.height) {\r\n height.value = addUnit(options.height)\r\n }\r\n if (options.showClose != undefined && options.showClose == false) {\r\n showClose.value = false\r\n }\r\n if (options.locator) {\r\n appendTo.value = options.locator\r\n } else {\r\n if (modalLocator && modalLocator.locator.value) {\r\n appendTo.value = modalLocator.locator.value\r\n }\r\n }\r\n\r\n const promise = new Promise<Record<string, any>>((resolve, reject) => {\r\n __resolve.value = resolve\r\n })\r\n\r\n return promise\r\n }\r\n expose({\r\n open: _open,\r\n })\r\n\r\n const _close: (options: Record<string, any>) => void = (options) => {\r\n const resolve = __resolve.value\r\n\r\n show.value = false\r\n title.value = undefined\r\n content.value = undefined\r\n contentProps.value = undefined\r\n width.value = undefined\r\n height.value = undefined\r\n __resolve.value = undefined\r\n showClose.value = true\r\n appendTo.value = undefined\r\n\r\n resolve && resolve(options)\r\n }\r\n provide(modalContextKey, { close: _close })\r\n\r\n return () => {\r\n const Children = content.value\r\n return show.value ? (\r\n <ElDialog\r\n class={title.value ? 'orion-dialog' : 'orion-dialog notitle'}\r\n modal-class=\"orion-dialog-overlay\"\r\n title={title.value}\r\n width={width.value}\r\n modelValue={show.value}\r\n beforeClose={_close}\r\n draggable={true}\r\n closeOnClickModal={false}\r\n closeOnPressEscape={false}\r\n showClose={showClose.value}\r\n alignCenter={true}\r\n style={{ height: height.value }}\r\n appendTo={appendTo.value}\r\n >\r\n <Children {...contentProps.value}></Children>\r\n </ElDialog>\r\n ) : (\r\n <></>\r\n )\r\n }\r\n },\r\n})\r\n\r\nexport default Modal\r\n","<template>\r\n <div ref=\"modal-locator\" class=\"orion-modal-locator\"><slot></slot></div>\r\n</template>\r\n<script setup lang=\"ts\">\r\nimport { provide, useTemplateRef } from 'vue'\r\nimport { modalLocatorContextKey } from './types'\r\n\r\ndefineOptions({ name: 'OModalLocator', inheritAttrs: true })\r\nconst locator = useTemplateRef('modal-locator')\r\n\r\nprovide(modalLocatorContextKey, {\r\n locator,\r\n})\r\n</script>\r\n<style lang=\"scss\" scoped>\r\n.orion-modal-locator {\r\n width: 100%;\r\n height: 100%;\r\n overflow: auto;\r\n box-sizing: border-box;\r\n position: relative;\r\n\r\n :deep(> .el-overlay) {\r\n position: absolute;\r\n\r\n > .el-overlay-dialog {\r\n position: absolute;\r\n }\r\n }\r\n}\r\n</style>\r\n","import { withInstall } from '../_util'\r\n\r\nimport Modal from './Modal'\r\nimport ModalLocator from './ModalLocator.vue'\r\n\r\nexport default withInstall<typeof Modal, { ModalLocator: typeof ModalLocator }>(Modal, { ModalLocator })\r\n\r\nexport { default as useOModal } from './useModal'\r\n"],"names":["Modal","defineComponent","name","setup","props","slots","attrs","emit","expose","modalLocator","inject","modalLocatorContextKey","show","ref","title","content","shallowRef","contentProps","width","height","__resolve","showClose","appendTo","open","options","value","addUnit","undefined","locator","Promise","resolve","reject","_close","provide","modalContextKey","close","Children","_createVNode","ElDialog","default","_Fragment","useTemplateRef","index","withInstall","ModalLocator"],"mappings":";;;;;;;;AAKA,MAAMA,IAAQC,gBAAAA,EAAgB;AAAA,EAC5BC,MAAM;AAAA,EACNC,MAAMC,GAAO;AAAA,IAAEC,OAAAA;AAAAA,IAAOC,OAAAA;AAAAA,IAAOC,MAAAA;AAAAA,IAAMC,QAAAA;AAAAA,EAAO,GAAG;AAC3C,UAAMC,IAAeC,EAAOC,CAAsB,GAE5CC,IAAOC,EAAI,EAAK,GAChBC,IAAQD,KACRE,IAAUC,KACVC,IAAeJ,KACfK,IAAQL,KACRM,IAASN,KACTO,IAAYP,KACZQ,IAAYR,EAAI,EAAI,GACpBS,IAAWT;AAkCjBL,IAAAA,EAAO;AAAA,MACLe,MAjCqE,OAAOC,OAC5EZ,EAAKa,QAAQ,IACbX,EAAMW,QAAQD,EAAQV,OACtBC,EAAQU,QAAQD,EAAQT,SACpBS,EAAQP,eACVA,EAAaQ,QAAQD,EAAQP,eAE7BA,EAAaQ,QAAQ,IAEnBD,EAAQN,UACVA,EAAMO,QAAQD,EAAQN,QAEpBM,EAAQL,WACVA,EAAOM,QAAQC,EAAQF,EAAQL,MAAM,IAEnCK,EAAQH,aAAaM,QAAaH,EAAQH,aAAa,OACzDA,EAAUI,QAAQ,KAEhBD,EAAQI,UACVN,EAASG,QAAQD,EAAQI,UAErBnB,KAAgBA,EAAamB,QAAQH,UACvCH,EAASG,QAAQhB,EAAamB,QAAQH,QAI1B,IAAII,QAA6B,CAACC,GAASC,MAAW;AACpEX,QAAAA,EAAUK,QAAQK;AAAAA,MACpB,CAAC;AAAA,IAMH,CAAC;AAED,UAAME,IAAkDR,CAAAA,MAAY;AAClE,YAAMM,IAAUV,EAAUK;AAE1Bb,MAAAA,EAAKa,QAAQ,IACbX,EAAMW,QAAQE,QACdZ,EAAQU,QAAQE,QAChBV,EAAaQ,QAAQE,QACrBT,EAAMO,QAAQE,QACdR,EAAOM,QAAQE,QACfP,EAAUK,QAAQE,QAClBN,EAAUI,QAAQ,IAClBH,EAASG,QAAQE,QAEjBG,KAAWA,EAAQN,CAAO;AAAA;AAE5BS,WAAAA,EAAQC,GAAiB;AAAA,MAAEC,OAAOH;AAAAA,IAAO,CAAC,GAEnC,MAAM;AACX,YAAMI,IAAWrB,EAAQU;AACzB,aAAOb,EAAKa,QAAKY,EAAAC,GAAA;AAAA,QAAA,OAENxB,EAAMW,QAAQ,iBAAiB;AAAA,QAAsB,eAAA;AAAA,QAAA,OAErDX,EAAMW;AAAAA,QAAK,OACXP,EAAMO;AAAAA,QAAK,YACNb,EAAKa;AAAAA,QAAK,aACTO;AAAAA,QAAM,WACR;AAAA,QAAI,mBACI;AAAA,QAAK,oBACJ;AAAA,QAAK,WACdX,EAAUI;AAAAA,QAAK,aACb;AAAA,QAAI,OACV;AAAA,UAAEN,QAAQA,EAAOM;AAAAA,QAAO;AAAA,QAAA,UACrBH,EAASG;AAAAA,MAAK,GAAA;AAAA,QAAAc,SAAAA,MAAAF,CAAAA,EAAAD,GAEVnB,EAAaQ,OAAK,IAAA,CAAA;AAAA,MAAAY,CAAAA,IAAAA,EAAAG,GAInC,MAAA,IAAA;AAAA;EAEL;AACF,CAAC;;;;;;;;AC1FK,UAAAZ,IAAUa,EAAe,eAAe;AAE9C,WAAAR,EAAQtB,GAAwB;AAAA,MAC9B,SAAAiB;AAAA,IAAA,CACD;;;;kECPDc,IAAeC,EAAiE3C,GAAO,EAAE,cAAA4C,GAAc;"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import "lodash-es";
|
2
2
|
import { defineComponent as x, ref as ie, computed as $, createVNode as a, createTextVNode as se, isVNode as U } from "vue";
|
3
3
|
import { withInstall as ue } from "../_util/vue/install.js";
|
4
|
-
import { ElTable as
|
4
|
+
import { ElTable as ce, ElTableColumn as S, ElPagination as pe, ElButton as de } from "element-plus";
|
5
5
|
import ge from "../_util/classNames.js";
|
6
6
|
import { arrayType as me, objectType as L, booleanType as R, stringType as n, someType as r, numberType as fe } from "../_util/type.js";
|
7
7
|
import { number2string as he, formatDate as Y, getSingleCodeContent as we, getMultiCodeContent as be } from "./utils/index.js";
|
@@ -32,12 +32,12 @@ const Ae = () => ({
|
|
32
32
|
props: Ae(),
|
33
33
|
emits: ["selectionChange", "currentRowChange", "update:pagination", "paginationChange", "rowClick", "rowDblclick", "cellClick", "cellDblclick", "select", "select-all"],
|
34
34
|
setup(o, {
|
35
|
-
slots:
|
35
|
+
slots: c,
|
36
36
|
attrs: y,
|
37
37
|
emit: s,
|
38
38
|
expose: C
|
39
39
|
}) {
|
40
|
-
const v = ie(), k = $(() => ({})), B = Se(
|
40
|
+
const v = ie(), k = $(() => ({})), B = Se(c), _ = $(() => {
|
41
41
|
let m = [];
|
42
42
|
o.showRowNumber && m.push({
|
43
43
|
type: "__showRowNumber__"
|
@@ -122,19 +122,20 @@ const Ae = () => ({
|
|
122
122
|
headerAlign: "center",
|
123
123
|
align: "center",
|
124
124
|
width: 56,
|
125
|
-
fixed:
|
125
|
+
fixed: c.expandedRowRender ? !1 : "left",
|
126
126
|
showOverflowTooltip: !0,
|
127
|
-
index: (
|
127
|
+
index: (t) => (d.currentPage - 1) * d.pageSize + t + 1
|
128
128
|
}, null), W = () => a(S, {
|
129
129
|
type: "selection",
|
130
|
+
headerAlign: "center",
|
130
131
|
align: "center",
|
131
132
|
width: 40,
|
132
|
-
fixed:
|
133
|
+
fixed: c.expandedRowRender ? !1 : "left"
|
133
134
|
}, null), X = (e) => {
|
134
135
|
const {
|
135
136
|
name: t,
|
136
137
|
head: l,
|
137
|
-
headAlign: i,
|
138
|
+
headAlign: i = "center",
|
138
139
|
bodyAlign: u,
|
139
140
|
width: h,
|
140
141
|
fixed: f
|
@@ -152,7 +153,7 @@ const Ae = () => ({
|
|
152
153
|
const {
|
153
154
|
name: t,
|
154
155
|
head: l,
|
155
|
-
headAlign: i,
|
156
|
+
headAlign: i = "center",
|
156
157
|
bodyAlign: u,
|
157
158
|
width: h,
|
158
159
|
fixed: f
|
@@ -168,25 +169,25 @@ const Ae = () => ({
|
|
168
169
|
}, {
|
169
170
|
default: (w) => {
|
170
171
|
const {
|
171
|
-
row:
|
172
|
+
row: p,
|
172
173
|
column: g
|
173
174
|
} = w;
|
174
175
|
return a("span", {
|
175
176
|
class: "cell-linkcolumn"
|
176
|
-
}, [
|
177
|
+
}, [p[g.property]]);
|
177
178
|
}
|
178
179
|
});
|
179
180
|
}, ee = (e) => {
|
180
181
|
const {
|
181
182
|
name: t,
|
182
183
|
head: l,
|
183
|
-
headAlign: i,
|
184
|
+
headAlign: i = "center",
|
184
185
|
bodyAlign: u = "right",
|
185
186
|
width: h,
|
186
187
|
fixed: f
|
187
188
|
} = e, {
|
188
189
|
thousandsSeparator: w = !0,
|
189
|
-
precision:
|
190
|
+
precision: p = -1,
|
190
191
|
percentage: g = !1
|
191
192
|
} = e;
|
192
193
|
return a(S, {
|
@@ -205,19 +206,19 @@ const Ae = () => ({
|
|
205
206
|
} = P;
|
206
207
|
return a("span", {
|
207
208
|
class: "cell-numbercolumn"
|
208
|
-
}, [he(D[b.property], w,
|
209
|
+
}, [he(D[b.property], w, p, g === !0 || g === "")]);
|
209
210
|
}
|
210
211
|
});
|
211
212
|
}, te = (e) => {
|
212
213
|
const {
|
213
214
|
name: t,
|
214
215
|
head: l,
|
215
|
-
headAlign: i,
|
216
|
-
bodyAlign: u,
|
216
|
+
headAlign: i = "center",
|
217
|
+
bodyAlign: u = "center",
|
217
218
|
width: h,
|
218
219
|
fixed: f,
|
219
220
|
sourceFormat: w,
|
220
|
-
format:
|
221
|
+
format: p = "YYYYMMDDHHmmss"
|
221
222
|
} = e;
|
222
223
|
return a(S, {
|
223
224
|
label: l,
|
@@ -233,14 +234,14 @@ const Ae = () => ({
|
|
233
234
|
row: P,
|
234
235
|
column: D
|
235
236
|
} = g, b = P[D.property];
|
236
|
-
return b instanceof Date || ye.isDayjs(b) ? a("div", null, [Y(b,
|
237
|
+
return b instanceof Date || ye.isDayjs(b) ? a("div", null, [Y(b, p)]) : w && p ? a("div", null, [Y(b, w, p)]) : a("div", null, [b]);
|
237
238
|
}
|
238
239
|
});
|
239
240
|
}, ne = (e) => {
|
240
241
|
const {
|
241
242
|
name: t,
|
242
243
|
head: l,
|
243
|
-
headAlign: i,
|
244
|
+
headAlign: i = "center",
|
244
245
|
bodyAlign: u,
|
245
246
|
width: h,
|
246
247
|
fixed: f
|
@@ -256,11 +257,11 @@ const Ae = () => ({
|
|
256
257
|
fixed: f,
|
257
258
|
showOverflowTooltip: !0
|
258
259
|
}, {
|
259
|
-
default: (
|
260
|
+
default: (p) => {
|
260
261
|
const {
|
261
262
|
row: g,
|
262
263
|
column: P
|
263
|
-
} =
|
264
|
+
} = p, D = g[P.property];
|
264
265
|
let b;
|
265
266
|
const N = H(w);
|
266
267
|
return N.value ? b = we(N.value, D) : b = null, a("span", {
|
@@ -272,7 +273,7 @@ const Ae = () => ({
|
|
272
273
|
const {
|
273
274
|
name: t,
|
274
275
|
head: l,
|
275
|
-
headAlign: i,
|
276
|
+
headAlign: i = "center",
|
276
277
|
bodyAlign: u,
|
277
278
|
width: h,
|
278
279
|
fixed: f
|
@@ -288,11 +289,11 @@ const Ae = () => ({
|
|
288
289
|
fixed: f,
|
289
290
|
showOverflowTooltip: !0
|
290
291
|
}, {
|
291
|
-
default: (
|
292
|
+
default: (p) => {
|
292
293
|
const {
|
293
294
|
row: g,
|
294
295
|
column: P
|
295
|
-
} =
|
296
|
+
} = p, D = g[P.property];
|
296
297
|
let b;
|
297
298
|
const N = H(w);
|
298
299
|
return N.value ? b = be(N.value, D) : b = null, a("span", {
|
@@ -304,7 +305,7 @@ const Ae = () => ({
|
|
304
305
|
const {
|
305
306
|
name: t,
|
306
307
|
head: l,
|
307
|
-
headAlign: i,
|
308
|
+
headAlign: i = "center",
|
308
309
|
bodyAlign: u,
|
309
310
|
width: h,
|
310
311
|
fixed: f
|
@@ -319,22 +320,22 @@ const Ae = () => ({
|
|
319
320
|
}, {
|
320
321
|
default: (w) => {
|
321
322
|
var g, P;
|
322
|
-
const
|
323
|
+
const p = (P = (g = e.children) == null ? void 0 : g.default) == null ? void 0 : P.call(g, {
|
323
324
|
rowData: w.row,
|
324
325
|
column: e,
|
325
326
|
rowIndex: w.$index
|
326
327
|
});
|
327
328
|
return a("div", {
|
328
329
|
class: "cell-buttongroup"
|
329
|
-
}, [a(Ce, null, xe(
|
330
|
-
default: () => [
|
330
|
+
}, [a(Ce, null, xe(p) ? p : {
|
331
|
+
default: () => [p]
|
331
332
|
})]);
|
332
333
|
}
|
333
334
|
});
|
334
335
|
}, re = (e) => {
|
335
336
|
const {
|
336
337
|
head: t,
|
337
|
-
headAlign: l
|
338
|
+
headAlign: l = "center"
|
338
339
|
} = e, {
|
339
340
|
children: i
|
340
341
|
} = e;
|
@@ -348,7 +349,7 @@ const Ae = () => ({
|
|
348
349
|
const {
|
349
350
|
name: t,
|
350
351
|
head: l,
|
351
|
-
headAlign: i,
|
352
|
+
headAlign: i = "center",
|
352
353
|
width: u,
|
353
354
|
fixed: h
|
354
355
|
} = e;
|
@@ -360,8 +361,8 @@ const Ae = () => ({
|
|
360
361
|
fixed: h
|
361
362
|
}, {
|
362
363
|
default: (f) => {
|
363
|
-
var
|
364
|
-
const w = (g = (
|
364
|
+
var p, g;
|
365
|
+
const w = (g = (p = e.children) == null ? void 0 : p.default) == null ? void 0 : g.call(p, {
|
365
366
|
rowData: f.row,
|
366
367
|
column: e,
|
367
368
|
rowIndex: f.$index
|
@@ -397,7 +398,7 @@ const Ae = () => ({
|
|
397
398
|
style: [k.value, y.style]
|
398
399
|
}, [a("div", {
|
399
400
|
class: "pagetable-wrapper"
|
400
|
-
}, [a(
|
401
|
+
}, [a(ce, {
|
401
402
|
showSummary: q.value,
|
402
403
|
summaryMethod: J,
|
403
404
|
border: !0,
|
@@ -456,13 +457,13 @@ const Ae = () => ({
|
|
456
457
|
columnIndex: e.columnIndex
|
457
458
|
}) : typeof z == "object" ? z : {}
|
458
459
|
}, {
|
459
|
-
default: () => [
|
460
|
+
default: () => [c.expandedRowRender && a(S, {
|
460
461
|
type: "expand",
|
461
462
|
fixed: !1
|
462
463
|
}, {
|
463
464
|
default: (e) => {
|
464
465
|
var l;
|
465
|
-
const t = (l =
|
466
|
+
const t = (l = c.expandedRowRender) == null ? void 0 : l.call(c, {
|
466
467
|
rowData: e.row,
|
467
468
|
rowIndex: e.$index
|
468
469
|
});
|
@@ -473,7 +474,7 @@ const Ae = () => ({
|
|
473
474
|
}), T && Q(), O && W(), E(B.value)]
|
474
475
|
})]), a("div", {
|
475
476
|
class: "pagination-wrapper"
|
476
|
-
}, [a(
|
477
|
+
}, [a(pe, {
|
477
478
|
currentPage: d.currentPage,
|
478
479
|
"onUpdate:current-page": (e) => {
|
479
480
|
s("update:pagination", {
|
@@ -502,7 +503,7 @@ const Ae = () => ({
|
|
502
503
|
inheritAttrs: !1,
|
503
504
|
props: ve(),
|
504
505
|
setup(o, {
|
505
|
-
slots:
|
506
|
+
slots: c,
|
506
507
|
attrs: y,
|
507
508
|
emit: s,
|
508
509
|
expose: C
|
@@ -522,7 +523,7 @@ const Ae = () => ({
|
|
522
523
|
inheritAttrs: !1,
|
523
524
|
props: Be(),
|
524
525
|
setup(o, {
|
525
|
-
slots:
|
526
|
+
slots: c,
|
526
527
|
attrs: y,
|
527
528
|
emit: s,
|
528
529
|
expose: C
|
@@ -542,7 +543,7 @@ const Ae = () => ({
|
|
542
543
|
inheritAttrs: !1,
|
543
544
|
props: Re(),
|
544
545
|
setup(o, {
|
545
|
-
slots:
|
546
|
+
slots: c,
|
546
547
|
attrs: y,
|
547
548
|
emit: s,
|
548
549
|
expose: C
|
@@ -565,7 +566,7 @@ const Ae = () => ({
|
|
565
566
|
inheritAttrs: !1,
|
566
567
|
props: Te(),
|
567
568
|
setup(o, {
|
568
|
-
slots:
|
569
|
+
slots: c,
|
569
570
|
attrs: y,
|
570
571
|
emit: s,
|
571
572
|
expose: C
|
@@ -588,7 +589,7 @@ const Ae = () => ({
|
|
588
589
|
inheritAttrs: !1,
|
589
590
|
props: _e(),
|
590
591
|
setup(o, {
|
591
|
-
slots:
|
592
|
+
slots: c,
|
592
593
|
attrs: y,
|
593
594
|
emit: s,
|
594
595
|
expose: C
|
@@ -609,7 +610,7 @@ const Ae = () => ({
|
|
609
610
|
inheritAttrs: !1,
|
610
611
|
props: Me(),
|
611
612
|
setup(o, {
|
612
|
-
slots:
|
613
|
+
slots: c,
|
613
614
|
attrs: y,
|
614
615
|
emit: s,
|
615
616
|
expose: C
|
@@ -630,7 +631,7 @@ const Ae = () => ({
|
|
630
631
|
inheritAttrs: !1,
|
631
632
|
props: ze(),
|
632
633
|
setup(o, {
|
633
|
-
slots:
|
634
|
+
slots: c,
|
634
635
|
attrs: y,
|
635
636
|
emit: s,
|
636
637
|
expose: C
|
@@ -651,7 +652,7 @@ const Ae = () => ({
|
|
651
652
|
props: Ve(),
|
652
653
|
slots: Object,
|
653
654
|
setup(o, {
|
654
|
-
slots:
|
655
|
+
slots: c,
|
655
656
|
attrs: y,
|
656
657
|
emit: s,
|
657
658
|
expose: C
|
@@ -670,7 +671,7 @@ const Ye = () => ({
|
|
670
671
|
props: Ye(),
|
671
672
|
emits: ["click"],
|
672
673
|
setup(o, {
|
673
|
-
slots:
|
674
|
+
slots: c,
|
674
675
|
attrs: y,
|
675
676
|
emit: s,
|
676
677
|
expose: C
|
@@ -682,7 +683,7 @@ const Ye = () => ({
|
|
682
683
|
var _;
|
683
684
|
const {
|
684
685
|
type: k
|
685
|
-
} = o, B = (_ =
|
686
|
+
} = o, B = (_ = c.default) == null ? void 0 : _.call(c);
|
686
687
|
return a(de, {
|
687
688
|
link: !0,
|
688
689
|
type: k,
|
@@ -701,7 +702,7 @@ const Ye = () => ({
|
|
701
702
|
inheritAttrs: !1,
|
702
703
|
props: He(),
|
703
704
|
setup(o, {
|
704
|
-
slots:
|
705
|
+
slots: c,
|
705
706
|
attrs: y,
|
706
707
|
emit: s,
|
707
708
|
expose: C
|
@@ -721,7 +722,7 @@ const Ye = () => ({
|
|
721
722
|
props: qe(),
|
722
723
|
slots: Object,
|
723
724
|
setup(o, {
|
724
|
-
slots:
|
725
|
+
slots: c,
|
725
726
|
attrs: y,
|
726
727
|
emit: s,
|
727
728
|
expose: C
|