orion-design 0.1.28 → 0.1.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. package/README.md +5 -5
  2. package/dist/components/Form/index.js +308 -306
  3. package/dist/components/Form/index.js.map +1 -1
  4. package/dist/components/LovTable/LovPagetable.vue.d.ts +44 -0
  5. package/dist/components/LovTable/index.d.ts +22 -0
  6. package/dist/components/Modal/Modal.d.ts +2 -0
  7. package/dist/components/Modal/ModalLocator.vue.d.ts +20 -0
  8. package/dist/components/Modal/index.d.ts +4 -1
  9. package/dist/components/Modal/index.js +72 -0
  10. package/dist/components/Modal/index.js.map +1 -0
  11. package/dist/components/Modal/types.d.ts +18 -0
  12. package/dist/components/Modal/types.js +6 -0
  13. package/dist/components/Modal/types.js.map +1 -0
  14. package/dist/components/Modal/useModal.d.ts +1 -3
  15. package/dist/components/Modal/useModal.js +4 -3
  16. package/dist/components/Modal/useModal.js.map +1 -1
  17. package/dist/components/Pagetable/Pagetable.d.ts +20 -0
  18. package/dist/components/Pagetable/columns/PagetableColumnButtongroup.d.ts +13 -0
  19. package/dist/components/Pagetable/columns/PagetableColumnDate.d.ts +13 -0
  20. package/dist/components/Pagetable/columns/PagetableColumnDiy.d.ts +13 -0
  21. package/dist/components/Pagetable/columns/PagetableColumnLink.d.ts +88 -0
  22. package/dist/components/Pagetable/columns/PagetableColumnMultiselect.d.ts +13 -0
  23. package/dist/components/Pagetable/columns/PagetableColumnNumber.d.ts +13 -0
  24. package/dist/components/Pagetable/columns/PagetableColumnSingleselect.d.ts +13 -0
  25. package/dist/components/Pagetable/columns/PagetableColumnString.d.ts +13 -0
  26. package/dist/components/Pagetable/hooks/useColumns.js +36 -30
  27. package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
  28. package/dist/components/Pagetable/index.d.ts +16 -0
  29. package/dist/components/Pagetable/index.js +436 -321
  30. package/dist/components/Pagetable/index.js.map +1 -1
  31. package/dist/components/Pagetable/interface.d.ts +1 -0
  32. package/dist/components/Querytable/columns/QuerytableColumnLink.d.ts +75 -0
  33. package/dist/components/Querytable/hooks/useColumns.js +6 -6
  34. package/dist/components/Querytable/hooks/useColumns.js.map +1 -1
  35. package/dist/components/Querytable/index.d.ts +2 -0
  36. package/dist/components/Querytable/index.js +227 -180
  37. package/dist/components/Querytable/index.js.map +1 -1
  38. package/dist/components/_util/arrays.js.map +1 -1
  39. package/dist/components/_util/browser.js.map +1 -1
  40. package/dist/components/_util/dom/aria.js.map +1 -1
  41. package/dist/components/_util/dom/element.js.map +1 -1
  42. package/dist/components/_util/dom/event.js.map +1 -1
  43. package/dist/components/_util/dom/position.js.map +1 -1
  44. package/dist/components/_util/dom/scroll.js.map +1 -1
  45. package/dist/components/_util/dom/style.js.map +1 -1
  46. package/dist/components/_util/easings.js.map +1 -1
  47. package/dist/components/_util/error.js.map +1 -1
  48. package/dist/components/_util/i18n.js.map +1 -1
  49. package/dist/components/_util/objects.js.map +1 -1
  50. package/dist/components/_util/raf.js.map +1 -1
  51. package/dist/components/_util/rand.js.map +1 -1
  52. package/dist/components/_util/strings.js.map +1 -1
  53. package/dist/components/_util/throttleByRaf.js.map +1 -1
  54. package/dist/components/_util/types.js.map +1 -1
  55. package/dist/components/_util/typescript.js.map +1 -1
  56. package/dist/components/_util/vue/global-node.js.map +1 -1
  57. package/dist/components/_util/vue/icon.js.map +1 -1
  58. package/dist/components/_util/vue/install.js.map +1 -1
  59. package/dist/components/_util/vue/props/runtime.js.map +1 -1
  60. package/dist/components/_util/vue/refs.js.map +1 -1
  61. package/dist/components/_util/vue/size.js.map +1 -1
  62. package/dist/components/_util/vue/validator.js.map +1 -1
  63. package/dist/components/_util/vue/vnode.js.map +1 -1
  64. package/dist/components/components.js +8 -8
  65. package/dist/components/index.js +21 -21
  66. package/dist/components-8oZ2kpUC.js +27 -0
  67. package/dist/components-8oZ2kpUC.js.map +1 -0
  68. package/dist/index.css +1 -1
  69. package/dist/index.js +3 -3
  70. package/dist/version/version.d.ts +1 -1
  71. package/dist/version/version.js +1 -1
  72. package/dist/version/version.js.map +1 -1
  73. package/package.json +1 -1
  74. package/dist/components-0PErqPHo.js +0 -72
  75. package/dist/components-0PErqPHo.js.map +0 -1
@@ -1,8 +1,9 @@
1
1
  import { inject as o } from "vue";
2
- function $() {
3
- return o("$$Modal");
2
+ import { modalContextKey as t } from "./types.js";
3
+ function m() {
4
+ return o(t);
4
5
  }
5
6
  export {
6
- $ as default
7
+ m as default
7
8
  };
8
9
  //# sourceMappingURL=useModal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useModal.js","sources":["../../../src/components/Modal/useModal.ts"],"sourcesContent":["import { inject } from 'vue'\r\n\r\nexport default function useModal() {\r\n const $$Modal = inject<{\r\n close: (params: Record<string, any>) => void\r\n }>('$$Modal')\r\n return $$Modal\r\n}\r\n"],"names":["useModal","inject"],"mappings":";AAEA,SAAwBA,IAAW;AAI1B,SAHSC,EAEb,SAAS;AAEd;"}
1
+ {"version":3,"file":"useModal.js","sources":["../../../src/components/Modal/useModal.ts"],"sourcesContent":["import { inject } from 'vue'\r\nimport { modalContextKey } from './types'\r\n\r\nexport default function useModal() {\r\n return inject(modalContextKey)\r\n}\r\n"],"names":["useModal","inject","modalContextKey"],"mappings":";;AAGA,SAAwBA,IAAW;AACjC,SAAOC,EAAOC,CAAe;AAC/B;"}
@@ -4,15 +4,21 @@ export declare const pagetableProps: () => {
4
4
  type: PropType<any[]>;
5
5
  default: any[];
6
6
  };
7
+ tailData: {
8
+ type: PropType<Record<string, any>>;
9
+ default: Record<string, any>;
10
+ };
7
11
  pagination: {
8
12
  type: PropType<{
9
13
  currentPage?: number;
10
14
  pageSize?: number;
15
+ pageSizes?: number[];
11
16
  total?: number;
12
17
  }>;
13
18
  default: {
14
19
  currentPage?: number;
15
20
  pageSize?: number;
21
+ pageSizes?: number[];
16
22
  total?: number;
17
23
  };
18
24
  };
@@ -39,15 +45,21 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
39
45
  type: PropType<any[]>;
40
46
  default: any[];
41
47
  };
48
+ tailData: {
49
+ type: PropType<Record<string, any>>;
50
+ default: Record<string, any>;
51
+ };
42
52
  pagination: {
43
53
  type: PropType<{
44
54
  currentPage?: number;
45
55
  pageSize?: number;
56
+ pageSizes?: number[];
46
57
  total?: number;
47
58
  }>;
48
59
  default: {
49
60
  currentPage?: number;
50
61
  pageSize?: number;
62
+ pageSizes?: number[];
51
63
  total?: number;
52
64
  };
53
65
  };
@@ -72,15 +84,21 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
72
84
  type: PropType<any[]>;
73
85
  default: any[];
74
86
  };
87
+ tailData: {
88
+ type: PropType<Record<string, any>>;
89
+ default: Record<string, any>;
90
+ };
75
91
  pagination: {
76
92
  type: PropType<{
77
93
  currentPage?: number;
78
94
  pageSize?: number;
95
+ pageSizes?: number[];
79
96
  total?: number;
80
97
  }>;
81
98
  default: {
82
99
  currentPage?: number;
83
100
  pageSize?: number;
101
+ pageSizes?: number[];
84
102
  total?: number;
85
103
  };
86
104
  };
@@ -114,8 +132,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
114
132
  pagination: {
115
133
  currentPage?: number;
116
134
  pageSize?: number;
135
+ pageSizes?: number[];
117
136
  total?: number;
118
137
  };
138
+ tailData: Record<string, any>;
119
139
  showRowNumber: boolean;
120
140
  selectionMode: boolean;
121
141
  currentRowMode: boolean;
@@ -22,6 +22,10 @@ export declare const pagetableColumnButtongroupProps: () => {
22
22
  type: PropType<FixedType>;
23
23
  default: FixedType;
24
24
  };
25
+ tail: {
26
+ type: PropType<string | boolean>;
27
+ default: string | boolean;
28
+ };
25
29
  };
26
30
  export type PagetableColumnButtongroupProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnButtongroupProps>>>;
27
31
  declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
@@ -45,6 +49,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
45
49
  type: PropType<FixedType>;
46
50
  default: FixedType;
47
51
  };
52
+ tail: {
53
+ type: PropType<string | boolean>;
54
+ default: string | boolean;
55
+ };
48
56
  }>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
49
57
  head: {
50
58
  type: PropType<string>;
@@ -66,11 +74,16 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
66
74
  type: PropType<FixedType>;
67
75
  default: FixedType;
68
76
  };
77
+ tail: {
78
+ type: PropType<string | boolean>;
79
+ default: string | boolean;
80
+ };
69
81
  }>> & Readonly<{}>, {
70
82
  fixed: FixedType;
71
83
  head: string;
72
84
  width: string | boolean;
73
85
  name: string;
86
+ tail: string | boolean;
74
87
  headAlign: "center" | "left" | "right";
75
88
  }, CustomSlotsType<{
76
89
  default: any;
@@ -21,6 +21,10 @@ export declare const pagetableColumnDateProps: () => {
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
  format: {
25
29
  type: PropType<string>;
26
30
  default: string;
@@ -52,6 +56,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
52
56
  type: PropType<FixedType>;
53
57
  default: FixedType;
54
58
  };
59
+ tail: {
60
+ type: PropType<string | boolean>;
61
+ default: string | boolean;
62
+ };
55
63
  format: {
56
64
  type: PropType<string>;
57
65
  default: string;
@@ -81,6 +89,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
81
89
  type: PropType<FixedType>;
82
90
  default: FixedType;
83
91
  };
92
+ tail: {
93
+ type: PropType<string | boolean>;
94
+ default: string | boolean;
95
+ };
84
96
  format: {
85
97
  type: PropType<string>;
86
98
  default: string;
@@ -95,6 +107,7 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
95
107
  width: string | boolean;
96
108
  name: string;
97
109
  format: string;
110
+ tail: string | boolean;
98
111
  headAlign: "center" | "left" | "right";
99
112
  sourceFormat: string;
100
113
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -22,6 +22,10 @@ export declare const pagetableColumnDiyProps: () => {
22
22
  type: PropType<FixedType>;
23
23
  default: FixedType;
24
24
  };
25
+ tail: {
26
+ type: PropType<string | boolean>;
27
+ default: string | boolean;
28
+ };
25
29
  };
26
30
  export type PagetableColumnDiyProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnDiyProps>>>;
27
31
  declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
@@ -45,6 +49,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
45
49
  type: PropType<FixedType>;
46
50
  default: FixedType;
47
51
  };
52
+ tail: {
53
+ type: PropType<string | boolean>;
54
+ default: string | boolean;
55
+ };
48
56
  }>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
49
57
  head: {
50
58
  type: PropType<string>;
@@ -66,11 +74,16 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
66
74
  type: PropType<FixedType>;
67
75
  default: FixedType;
68
76
  };
77
+ tail: {
78
+ type: PropType<string | boolean>;
79
+ default: string | boolean;
80
+ };
69
81
  }>> & Readonly<{}>, {
70
82
  fixed: FixedType;
71
83
  head: string;
72
84
  width: string | boolean;
73
85
  name: string;
86
+ tail: string | boolean;
74
87
  headAlign: "center" | "left" | "right";
75
88
  }, CustomSlotsType<{
76
89
  default: any;
@@ -0,0 +1,88 @@
1
+ import { PropType, ExtractPropTypes } from 'vue';
2
+ import { FixedType } from '../interface';
3
+ export declare const pagetableColumnLinkProps: () => {
4
+ head: {
5
+ type: PropType<string>;
6
+ default: string;
7
+ };
8
+ headAlign: {
9
+ type: PropType<"center" | "left" | "right">;
10
+ default: "center" | "left" | "right";
11
+ };
12
+ name: {
13
+ type: PropType<string>;
14
+ default: string;
15
+ };
16
+ width: {
17
+ type: PropType<string | boolean>;
18
+ default: string | boolean;
19
+ };
20
+ fixed: {
21
+ type: PropType<FixedType>;
22
+ default: FixedType;
23
+ };
24
+ tail: {
25
+ type: PropType<string | boolean>;
26
+ default: string | boolean;
27
+ };
28
+ };
29
+ export type PagetableColumnLinkProps = Partial<ExtractPropTypes<ReturnType<typeof pagetableColumnLinkProps>>>;
30
+ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
31
+ head: {
32
+ type: PropType<string>;
33
+ default: string;
34
+ };
35
+ headAlign: {
36
+ type: PropType<"center" | "left" | "right">;
37
+ default: "center" | "left" | "right";
38
+ };
39
+ name: {
40
+ type: PropType<string>;
41
+ default: string;
42
+ };
43
+ width: {
44
+ type: PropType<string | boolean>;
45
+ default: string | boolean;
46
+ };
47
+ fixed: {
48
+ type: PropType<FixedType>;
49
+ default: FixedType;
50
+ };
51
+ tail: {
52
+ type: PropType<string | boolean>;
53
+ default: string | boolean;
54
+ };
55
+ }>, () => null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExtractPropTypes<{
56
+ head: {
57
+ type: PropType<string>;
58
+ default: string;
59
+ };
60
+ headAlign: {
61
+ type: PropType<"center" | "left" | "right">;
62
+ default: "center" | "left" | "right";
63
+ };
64
+ name: {
65
+ type: PropType<string>;
66
+ default: string;
67
+ };
68
+ width: {
69
+ type: PropType<string | boolean>;
70
+ default: string | boolean;
71
+ };
72
+ fixed: {
73
+ type: PropType<FixedType>;
74
+ default: FixedType;
75
+ };
76
+ tail: {
77
+ type: PropType<string | boolean>;
78
+ default: string | boolean;
79
+ };
80
+ }>> & Readonly<{}>, {
81
+ fixed: FixedType;
82
+ head: string;
83
+ width: string | boolean;
84
+ name: string;
85
+ tail: string | boolean;
86
+ headAlign: "center" | "left" | "right";
87
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
88
+ export default _default;
@@ -21,6 +21,10 @@ export declare const pagetableColumnMultiselectProps: () => {
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
  code: {
25
29
  type: PropType<string | {
26
30
  value: string;
@@ -54,6 +58,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
54
58
  type: PropType<FixedType>;
55
59
  default: FixedType;
56
60
  };
61
+ tail: {
62
+ type: PropType<string | boolean>;
63
+ default: string | boolean;
64
+ };
57
65
  code: {
58
66
  type: PropType<string | {
59
67
  value: string;
@@ -85,6 +93,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
85
93
  type: PropType<FixedType>;
86
94
  default: FixedType;
87
95
  };
96
+ tail: {
97
+ type: PropType<string | boolean>;
98
+ default: string | boolean;
99
+ };
88
100
  code: {
89
101
  type: PropType<string | {
90
102
  value: string;
@@ -104,6 +116,7 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
104
116
  head: string;
105
117
  width: string | boolean;
106
118
  name: string;
119
+ tail: string | boolean;
107
120
  headAlign: "center" | "left" | "right";
108
121
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
109
122
  export default _default;
@@ -21,6 +21,10 @@ export declare const pagetableColumnNumberProps: () => {
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
  thousandsSeparator: {
25
29
  type: BooleanConstructor;
26
30
  default: boolean;
@@ -56,6 +60,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
56
60
  type: PropType<FixedType>;
57
61
  default: FixedType;
58
62
  };
63
+ tail: {
64
+ type: PropType<string | boolean>;
65
+ default: string | boolean;
66
+ };
59
67
  thousandsSeparator: {
60
68
  type: BooleanConstructor;
61
69
  default: boolean;
@@ -89,6 +97,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
89
97
  type: PropType<FixedType>;
90
98
  default: FixedType;
91
99
  };
100
+ tail: {
101
+ type: PropType<string | boolean>;
102
+ default: string | boolean;
103
+ };
92
104
  thousandsSeparator: {
93
105
  type: BooleanConstructor;
94
106
  default: boolean;
@@ -107,6 +119,7 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
107
119
  width: string | boolean;
108
120
  name: string;
109
121
  thousandsSeparator: boolean;
122
+ tail: string | boolean;
110
123
  headAlign: "center" | "left" | "right";
111
124
  precision: -1;
112
125
  percentage: boolean;
@@ -21,6 +21,10 @@ export declare const pagetableColumnSingleselectProps: () => {
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
  code: {
25
29
  type: PropType<string | {
26
30
  value: string;
@@ -54,6 +58,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
54
58
  type: PropType<FixedType>;
55
59
  default: FixedType;
56
60
  };
61
+ tail: {
62
+ type: PropType<string | boolean>;
63
+ default: string | boolean;
64
+ };
57
65
  code: {
58
66
  type: PropType<string | {
59
67
  value: string;
@@ -85,6 +93,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
85
93
  type: PropType<FixedType>;
86
94
  default: FixedType;
87
95
  };
96
+ tail: {
97
+ type: PropType<string | boolean>;
98
+ default: string | boolean;
99
+ };
88
100
  code: {
89
101
  type: PropType<string | {
90
102
  value: string;
@@ -104,6 +116,7 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
104
116
  head: string;
105
117
  width: string | boolean;
106
118
  name: string;
119
+ tail: string | boolean;
107
120
  headAlign: "center" | "left" | "right";
108
121
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
109
122
  export default _default;
@@ -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;
@@ -2,93 +2,99 @@ 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
4
  import { filterEmpty as m } from "../../_util/props-util/index.js";
5
- function l(a) {
6
- return a == null ? void 0 : a.map((n) => {
7
- var t, i;
8
- const e = { ...n.props || {} };
9
- for (const [d, u] of Object.entries(e))
10
- delete e[d], e[y(d)] = u;
11
- if (n.type.name === "OPagetableColumnIndex")
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: n.type.name
13
+ type: a.type.name
14
14
  };
15
- if (n.type.name === "OPagetableColumnString")
15
+ if (a.type.name === "OPagetableColumnString" || a.type.name === "OPagetableColumnLink")
16
16
  return {
17
- type: n.type.name,
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 (n.type.name === "OPagetableColumnNumber")
25
+ if (a.type.name === "OPagetableColumnNumber")
25
26
  return {
26
- type: n.type.name,
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 (n.type.name === "OPagetableColumnDate")
38
+ if (a.type.name === "OPagetableColumnDate")
37
39
  return {
38
- type: n.type.name,
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 (n.type.name === "OPagetableColumnSingleselect" || n.type.name === "OPagetableColumnMultiselect")
50
+ if (a.type.name === "OPagetableColumnSingleselect" || a.type.name === "OPagetableColumnMultiselect")
48
51
  return {
49
- type: n.type.name,
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 (n.type.name === "OPagetableColumnButtongroup")
61
+ if (a.type.name === "OPagetableColumnButtongroup")
58
62
  return {
59
- type: n.type.name,
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
- children: n.children
69
+ tail: e == null ? void 0 : e.tail,
70
+ children: a.children
66
71
  };
67
- if (n.type.name === "OPagetableColumngroup")
72
+ if (a.type.name === "OPagetableColumngroup")
68
73
  return {
69
- type: n.type.name,
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: l(m((i = (t = n.children) == null ? void 0 : t.default) == null ? void 0 : i.call(t)))
77
+ children: d(m((i = (n = a.children) == null ? void 0 : n.default) == null ? void 0 : i.call(n)))
73
78
  };
74
- if (n.type.name === "OPagetableColumnDiy")
79
+ if (a.type.name === "OPagetableColumnDiy")
75
80
  return {
76
- type: n.type.name,
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
- children: n.children
87
+ tail: e == null ? void 0 : e.tail,
88
+ children: a.children
83
89
  };
84
- throw new g(`OPagetable不能正确解析'${n.type.name}'子组件。`);
90
+ throw new g(`OPagetable不能正确解析'${a.type.name}'子组件。`);
85
91
  });
86
92
  }
87
- function A(a) {
93
+ function A(t) {
88
94
  return f(() => {
89
95
  var i;
90
- const n = (i = a.default) == null ? void 0 : i.call(a), e = m(n);
91
- return l(e);
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') {\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":"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"}
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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"}