orion-design 0.1.29 → 0.1.30
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -5
- package/dist/components/LovTable/LovPagetable.vue.d.ts +28 -0
- package/dist/components/LovTable/index.d.ts +14 -0
- package/dist/components/Modal/Modal.d.ts +2 -0
- package/dist/components/Modal/ModalLocator.vue.d.ts +20 -0
- package/dist/components/Modal/index.d.ts +4 -1
- package/dist/components/Modal/index.js +72 -0
- package/dist/components/Modal/index.js.map +1 -0
- package/dist/components/Modal/types.d.ts +18 -0
- package/dist/components/Modal/types.js +6 -0
- package/dist/components/Modal/types.js.map +1 -0
- package/dist/components/Modal/useModal.d.ts +1 -3
- package/dist/components/Modal/useModal.js +4 -3
- package/dist/components/Modal/useModal.js.map +1 -1
- package/dist/components/Pagetable/Pagetable.d.ts +13 -0
- package/dist/components/Pagetable/columns/PagetableColumnButtongroup.d.ts +13 -0
- package/dist/components/Pagetable/columns/PagetableColumnDate.d.ts +13 -0
- package/dist/components/Pagetable/columns/PagetableColumnDiy.d.ts +13 -0
- package/dist/components/Pagetable/columns/PagetableColumnLink.d.ts +13 -0
- package/dist/components/Pagetable/columns/PagetableColumnMultiselect.d.ts +13 -0
- package/dist/components/Pagetable/columns/PagetableColumnNumber.d.ts +13 -0
- package/dist/components/Pagetable/columns/PagetableColumnSingleselect.d.ts +13 -0
- package/dist/components/Pagetable/columns/PagetableColumnString.d.ts +13 -0
- package/dist/components/Pagetable/hooks/useColumns.js +37 -31
- package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
- package/dist/components/Pagetable/index.d.ts +9 -0
- package/dist/components/Pagetable/index.js +427 -366
- package/dist/components/Pagetable/index.js.map +1 -1
- package/dist/components/_util/arrays.js.map +1 -1
- package/dist/components/_util/browser.js.map +1 -1
- package/dist/components/_util/dom/aria.js.map +1 -1
- package/dist/components/_util/dom/element.js.map +1 -1
- package/dist/components/_util/dom/event.js.map +1 -1
- package/dist/components/_util/dom/position.js.map +1 -1
- package/dist/components/_util/dom/scroll.js.map +1 -1
- package/dist/components/_util/dom/style.js.map +1 -1
- package/dist/components/_util/easings.js.map +1 -1
- package/dist/components/_util/error.js.map +1 -1
- package/dist/components/_util/i18n.js.map +1 -1
- package/dist/components/_util/objects.js.map +1 -1
- package/dist/components/_util/raf.js.map +1 -1
- package/dist/components/_util/rand.js.map +1 -1
- package/dist/components/_util/strings.js.map +1 -1
- package/dist/components/_util/throttleByRaf.js.map +1 -1
- package/dist/components/_util/types.js.map +1 -1
- package/dist/components/_util/typescript.js.map +1 -1
- package/dist/components/_util/vue/global-node.js.map +1 -1
- package/dist/components/_util/vue/icon.js.map +1 -1
- package/dist/components/_util/vue/install.js.map +1 -1
- package/dist/components/_util/vue/props/runtime.js.map +1 -1
- package/dist/components/_util/vue/refs.js.map +1 -1
- package/dist/components/_util/vue/size.js.map +1 -1
- package/dist/components/_util/vue/validator.js.map +1 -1
- package/dist/components/_util/vue/vnode.js.map +1 -1
- package/dist/components/components.js +8 -8
- package/dist/components/index.js +21 -21
- package/dist/components-8oZ2kpUC.js +27 -0
- package/dist/components-8oZ2kpUC.js.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +3 -3
- package/dist/version/version.d.ts +1 -1
- package/dist/version/version.js +1 -1
- package/dist/version/version.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-J6-qau6Y.js +0 -73
- package/dist/components-J6-qau6Y.js.map +0 -1
@@ -21,6 +21,10 @@ export declare const pagetableColumnStringProps: () => {
|
|
21
21
|
type: PropType<FixedType>;
|
22
22
|
default: FixedType;
|
23
23
|
};
|
24
|
+
tail: {
|
25
|
+
type: PropType<string | boolean>;
|
26
|
+
default: string | boolean;
|
27
|
+
};
|
24
28
|
};
|
25
29
|
export type PagetableColumnStringProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnStringProps>>>;
|
26
30
|
declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
@@ -44,6 +48,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
|
44
48
|
type: PropType<FixedType>;
|
45
49
|
default: FixedType;
|
46
50
|
};
|
51
|
+
tail: {
|
52
|
+
type: PropType<string | boolean>;
|
53
|
+
default: string | boolean;
|
54
|
+
};
|
47
55
|
}>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
|
48
56
|
head: {
|
49
57
|
type: PropType<string>;
|
@@ -65,11 +73,16 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
|
|
65
73
|
type: PropType<FixedType>;
|
66
74
|
default: FixedType;
|
67
75
|
};
|
76
|
+
tail: {
|
77
|
+
type: PropType<string | boolean>;
|
78
|
+
default: string | boolean;
|
79
|
+
};
|
68
80
|
}>> & Readonly<{}>, {
|
69
81
|
fixed: FixedType;
|
70
82
|
head: string;
|
71
83
|
width: string | boolean;
|
72
84
|
name: string;
|
85
|
+
tail: string | boolean;
|
73
86
|
headAlign: "center" | "left" | "right";
|
74
87
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
75
88
|
export default _default;
|
@@ -1,94 +1,100 @@
|
|
1
1
|
import { computed as f } from "vue";
|
2
2
|
import g from "../../../error/OrionError.js";
|
3
3
|
import { camelize as y } from "../../_util/util.js";
|
4
|
-
import { filterEmpty as
|
5
|
-
function
|
6
|
-
return
|
7
|
-
var
|
8
|
-
const e = { ...
|
9
|
-
for (const [
|
10
|
-
delete e[
|
11
|
-
if (
|
4
|
+
import { filterEmpty as m } from "../../_util/props-util/index.js";
|
5
|
+
function d(t) {
|
6
|
+
return t == null ? void 0 : t.map((a) => {
|
7
|
+
var n, i;
|
8
|
+
const e = { ...a.props || {} };
|
9
|
+
for (const [l, u] of Object.entries(e))
|
10
|
+
delete e[l], e[y(l)] = u;
|
11
|
+
if (a.type.name === "OPagetableColumnIndex")
|
12
12
|
return {
|
13
|
-
type:
|
13
|
+
type: a.type.name
|
14
14
|
};
|
15
|
-
if (
|
15
|
+
if (a.type.name === "OPagetableColumnString" || a.type.name === "OPagetableColumnLink")
|
16
16
|
return {
|
17
|
-
type:
|
17
|
+
type: a.type.name,
|
18
18
|
head: e == null ? void 0 : e.head,
|
19
19
|
headAlign: e == null ? void 0 : e.headAlign,
|
20
20
|
name: e == null ? void 0 : e.name,
|
21
21
|
width: e == null ? void 0 : e.width,
|
22
|
-
fixed: e == null ? void 0 : e.fixed
|
22
|
+
fixed: e == null ? void 0 : e.fixed,
|
23
|
+
tail: e == null ? void 0 : e.tail
|
23
24
|
};
|
24
|
-
if (
|
25
|
+
if (a.type.name === "OPagetableColumnNumber")
|
25
26
|
return {
|
26
|
-
type:
|
27
|
+
type: a.type.name,
|
27
28
|
head: e == null ? void 0 : e.head,
|
28
29
|
headAlign: e == null ? void 0 : e.headAlign,
|
29
30
|
name: e == null ? void 0 : e.name,
|
30
31
|
width: e == null ? void 0 : e.width,
|
31
32
|
fixed: e == null ? void 0 : e.fixed,
|
33
|
+
tail: e == null ? void 0 : e.tail,
|
32
34
|
thousandsSeparator: e == null ? void 0 : e.thousandsSeparator,
|
33
35
|
precision: Number(e == null ? void 0 : e.precision),
|
34
36
|
percentage: e == null ? void 0 : e.percentage
|
35
37
|
};
|
36
|
-
if (
|
38
|
+
if (a.type.name === "OPagetableColumnDate")
|
37
39
|
return {
|
38
|
-
type:
|
40
|
+
type: a.type.name,
|
39
41
|
head: e == null ? void 0 : e.head,
|
40
42
|
headAlign: e == null ? void 0 : e.headAlign,
|
41
43
|
name: e == null ? void 0 : e.name,
|
42
44
|
width: e == null ? void 0 : e.width,
|
43
45
|
fixed: e == null ? void 0 : e.fixed,
|
46
|
+
tail: e == null ? void 0 : e.tail,
|
44
47
|
format: e == null ? void 0 : e.format,
|
45
48
|
sourceFormat: e == null ? void 0 : e.sourceFormat
|
46
49
|
};
|
47
|
-
if (
|
50
|
+
if (a.type.name === "OPagetableColumnSingleselect" || a.type.name === "OPagetableColumnMultiselect")
|
48
51
|
return {
|
49
|
-
type:
|
52
|
+
type: a.type.name,
|
50
53
|
head: e == null ? void 0 : e.head,
|
51
54
|
headAlign: e == null ? void 0 : e.headAlign,
|
52
55
|
name: e == null ? void 0 : e.name,
|
53
56
|
width: e == null ? void 0 : e.width,
|
54
57
|
fixed: e == null ? void 0 : e.fixed,
|
58
|
+
tail: e == null ? void 0 : e.tail,
|
55
59
|
code: e == null ? void 0 : e.code
|
56
60
|
};
|
57
|
-
if (
|
61
|
+
if (a.type.name === "OPagetableColumnButtongroup")
|
58
62
|
return {
|
59
|
-
type:
|
63
|
+
type: a.type.name,
|
60
64
|
head: e == null ? void 0 : e.head,
|
61
65
|
headAlign: e == null ? void 0 : e.headAlign,
|
62
66
|
name: e == null ? void 0 : e.name,
|
63
67
|
width: e == null ? void 0 : e.width,
|
64
68
|
fixed: e == null ? void 0 : e.fixed,
|
65
|
-
|
69
|
+
tail: e == null ? void 0 : e.tail,
|
70
|
+
children: a.children
|
66
71
|
};
|
67
|
-
if (
|
72
|
+
if (a.type.name === "OPagetableColumngroup")
|
68
73
|
return {
|
69
|
-
type:
|
74
|
+
type: a.type.name,
|
70
75
|
head: e == null ? void 0 : e.head,
|
71
76
|
headAlign: e == null ? void 0 : e.headAlign,
|
72
|
-
children:
|
77
|
+
children: d(m((i = (n = a.children) == null ? void 0 : n.default) == null ? void 0 : i.call(n)))
|
73
78
|
};
|
74
|
-
if (
|
79
|
+
if (a.type.name === "OPagetableColumnDiy")
|
75
80
|
return {
|
76
|
-
type:
|
81
|
+
type: a.type.name,
|
77
82
|
head: e == null ? void 0 : e.head,
|
78
83
|
headAlign: e == null ? void 0 : e.headAlign,
|
79
84
|
name: e == null ? void 0 : e.name,
|
80
85
|
width: e == null ? void 0 : e.width,
|
81
86
|
fixed: e == null ? void 0 : e.fixed,
|
82
|
-
|
87
|
+
tail: e == null ? void 0 : e.tail,
|
88
|
+
children: a.children
|
83
89
|
};
|
84
|
-
throw new g(`OPagetable不能正确解析'${
|
90
|
+
throw new g(`OPagetable不能正确解析'${a.type.name}'子组件。`);
|
85
91
|
});
|
86
92
|
}
|
87
|
-
function A(
|
93
|
+
function A(t) {
|
88
94
|
return f(() => {
|
89
95
|
var i;
|
90
|
-
const
|
91
|
-
return
|
96
|
+
const a = (i = t.default) == null ? void 0 : i.call(t), e = m(a);
|
97
|
+
return d(e);
|
92
98
|
});
|
93
99
|
}
|
94
100
|
export {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"useColumns.js","sources":["../../../../src/components/Pagetable/hooks/useColumns.ts"],"sourcesContent":["import { computed } from 'vue'\r\nimport OrionError from '../../../error/OrionError'\r\n\r\nimport { camelize } from '../../../components/_util/util'\r\nimport { filterEmpty } from '../../_util/props-util'\r\n\r\nfunction genColumns(children) {\r\n const tableColumns = children?.map((c) => {\r\n const props = { ...(c.props || {}) }\r\n for (const [k, v] of Object.entries(props)) {\r\n delete props[k]\r\n props[camelize(k)] = v\r\n }\r\n\r\n if (c.type.name === 'OPagetableColumnIndex') {\r\n return {\r\n type: c.type.name,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnString' || c.type.name === 'OPagetableColumnLink') {\r\n return {\r\n type: c.type.name,\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnNumber') {\r\n return {\r\n type: c.type.name,\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n\r\n thousandsSeparator: props?.thousandsSeparator,\r\n precision: Number(props?.precision),\r\n percentage: props?.percentage,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnDate') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n\r\n format: props?.format,\r\n sourceFormat: props?.sourceFormat,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnSingleselect' || c.type.name === 'OPagetableColumnMultiselect') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n\r\n code: props?.code,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnButtongroup') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n\r\n children: c.children,\r\n }\r\n } else if (c.type.name === 'OPagetableColumngroup') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n\r\n children: genColumns(filterEmpty(c.children?.default?.())),\r\n }\r\n } else if (c.type.name === 'OPagetableColumnDiy') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n\r\n children: c.children,\r\n }\r\n } else {\r\n throw new OrionError(`OPagetable不能正确解析'${c.type.name}'子组件。`)\r\n }\r\n })\r\n\r\n return tableColumns\r\n}\r\n\r\nexport default function useColumns(slots) {\r\n const columns = computed(() => {\r\n const children = slots.default?.()\r\n\r\n const non_empty_children = filterEmpty(children)\r\n\r\n const tableColumns = genColumns(non_empty_children)\r\n\r\n return tableColumns\r\n })\r\n\r\n return columns\r\n}\r\n"],"names":["genColumns","children","c","props","k","v","camelize","filterEmpty","_b","_a","OrionError","useColumns","slots","computed","non_empty_children"],"mappings":";;;;AAMA,SAASA,EAAWC,GAAU;
|
1
|
+
{"version":3,"file":"useColumns.js","sources":["../../../../src/components/Pagetable/hooks/useColumns.ts"],"sourcesContent":["import { computed } from 'vue'\r\nimport OrionError from '../../../error/OrionError'\r\n\r\nimport { camelize } from '../../../components/_util/util'\r\nimport { filterEmpty } from '../../_util/props-util'\r\n\r\nfunction genColumns(children) {\r\n const tableColumns = children?.map((c) => {\r\n const props = { ...(c.props || {}) }\r\n for (const [k, v] of Object.entries(props)) {\r\n delete props[k]\r\n props[camelize(k)] = v\r\n }\r\n\r\n if (c.type.name === 'OPagetableColumnIndex') {\r\n return {\r\n type: c.type.name,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnString' || c.type.name === 'OPagetableColumnLink') {\r\n return {\r\n type: c.type.name,\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n tail: props?.tail,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnNumber') {\r\n return {\r\n type: c.type.name,\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n tail: props?.tail,\r\n\r\n thousandsSeparator: props?.thousandsSeparator,\r\n precision: Number(props?.precision),\r\n percentage: props?.percentage,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnDate') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n tail: props?.tail,\r\n\r\n format: props?.format,\r\n sourceFormat: props?.sourceFormat,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnSingleselect' || c.type.name === 'OPagetableColumnMultiselect') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n tail: props?.tail,\r\n\r\n code: props?.code,\r\n }\r\n } else if (c.type.name === 'OPagetableColumnButtongroup') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n tail: props?.tail,\r\n\r\n children: c.children,\r\n }\r\n } else if (c.type.name === 'OPagetableColumngroup') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n\r\n children: genColumns(filterEmpty(c.children?.default?.())),\r\n }\r\n } else if (c.type.name === 'OPagetableColumnDiy') {\r\n return {\r\n type: c.type.name,\r\n\r\n head: props?.head,\r\n headAlign: props?.headAlign,\r\n name: props?.name,\r\n width: props?.width,\r\n fixed: props?.fixed,\r\n tail: props?.tail,\r\n\r\n children: c.children,\r\n }\r\n } else {\r\n throw new OrionError(`OPagetable不能正确解析'${c.type.name}'子组件。`)\r\n }\r\n })\r\n\r\n return tableColumns\r\n}\r\n\r\nexport default function useColumns(slots) {\r\n const columns = computed(() => {\r\n const children = slots.default?.()\r\n\r\n const non_empty_children = filterEmpty(children)\r\n\r\n const tableColumns = genColumns(non_empty_children)\r\n\r\n return tableColumns\r\n })\r\n\r\n return columns\r\n}\r\n"],"names":["genColumns","children","c","props","k","v","camelize","filterEmpty","_b","_a","OrionError","useColumns","slots","computed","non_empty_children"],"mappings":"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"}
|
@@ -15,6 +15,10 @@ declare const _default: import('../_util').SFCWithInstall<import('vue').DefineCo
|
|
15
15
|
type: import('vue').PropType<any[]>;
|
16
16
|
default: any[];
|
17
17
|
};
|
18
|
+
tailData: {
|
19
|
+
type: import('vue').PropType<Record<string, any>>;
|
20
|
+
default: Record<string, any>;
|
21
|
+
};
|
18
22
|
pagination: {
|
19
23
|
type: import('vue').PropType<{
|
20
24
|
currentPage?: number;
|
@@ -50,6 +54,10 @@ declare const _default: import('../_util').SFCWithInstall<import('vue').DefineCo
|
|
50
54
|
type: import('vue').PropType<any[]>;
|
51
55
|
default: any[];
|
52
56
|
};
|
57
|
+
tailData: {
|
58
|
+
type: import('vue').PropType<Record<string, any>>;
|
59
|
+
default: Record<string, any>;
|
60
|
+
};
|
53
61
|
pagination: {
|
54
62
|
type: import('vue').PropType<{
|
55
63
|
currentPage?: number;
|
@@ -97,6 +105,7 @@ declare const _default: import('../_util').SFCWithInstall<import('vue').DefineCo
|
|
97
105
|
pageSizes?: number[];
|
98
106
|
total?: number;
|
99
107
|
};
|
108
|
+
tailData: Record<string, any>;
|
100
109
|
showRowNumber: boolean;
|
101
110
|
selectionMode: boolean;
|
102
111
|
currentRowMode: boolean;
|