@web-utils/component 3.0.2 → 3.0.4

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.
Files changed (166) hide show
  1. package/address-input/index.mjs +14 -14
  2. package/chat/index.mjs +39 -40
  3. package/chunk-file-uploader/index.mjs +35 -594
  4. package/chunk-file-uploader/style.css +1 -1
  5. package/chunks/FormTemp.d079292b.mjs +139 -0
  6. package/chunks/{dataformat.816df805.mjs → dataformat.e655611c.mjs} +6 -6
  7. package/chunks/detail.d6f8e347.mjs +29 -0
  8. package/chunks/{dic.3b4ba802.mjs → dic.eaac0823.mjs} +40 -40
  9. package/chunks/{event.4377230d.mjs → event.10295951.mjs} +2 -2
  10. package/chunks/form-input-mixin.78a567bc.mjs +24 -0
  11. package/chunks/form-item-mixin.57cb2019.mjs +140 -0
  12. package/chunks/{index.d91bd77a.mjs → index.57f871af.mjs} +7 -7
  13. package/chunks/{init.f0a03127.mjs → init.47f219b4.mjs} +2 -2
  14. package/chunks/input-number-mixin.41a066be.mjs +60 -0
  15. package/chunks/{util.7844e2c2.mjs → util.ae730cde.mjs} +21 -21
  16. package/count-up/index.mjs +17 -14
  17. package/data-box/index.mjs +18 -19
  18. package/data-display/index.mjs +17 -18
  19. package/data-icons/index.mjs +16 -17
  20. package/data-panel/index.mjs +20 -21
  21. package/data-pay/index.mjs +15 -16
  22. package/data-progress/index.mjs +19 -20
  23. package/data-rotate/index.mjs +35 -36
  24. package/data-table-picker/index.mjs +23 -25
  25. package/data-tabs/index.mjs +15 -16
  26. package/dialog-form/index.mjs +24 -28
  27. package/dynamic-table/index.mjs +34 -35
  28. package/easy-popup/index.mjs +56 -29
  29. package/editable-tree/index.mjs +485 -134
  30. package/element-dialog/index.mjs +127 -37
  31. package/empty-view/index.mjs +31 -13
  32. package/flex-column/index.mjs +1 -1
  33. package/flex-item/index.mjs +1 -1
  34. package/flex-row/index.mjs +1 -1
  35. package/flow/index.mjs +40 -105
  36. package/flow-designer/index.mjs +555 -615
  37. package/flow-node/index.mjs +47 -15
  38. package/flow-viewer/index.mjs +78 -167
  39. package/form-cascader/index.mjs +24 -24
  40. package/form-checkbox-group/index.mjs +35 -79
  41. package/form-date-picker/index.mjs +22 -22
  42. package/form-holder/index.mjs +1 -1
  43. package/form-input/index.mjs +86 -28
  44. package/form-input-email/index.mjs +18 -18
  45. package/form-input-id-card/index.mjs +27 -27
  46. package/form-input-number/index.mjs +59 -219
  47. package/form-input-phone-number/index.mjs +27 -27
  48. package/form-input-tag/index.mjs +38 -160
  49. package/form-input-time/index.mjs +16 -16
  50. package/form-item/index.mjs +146 -15
  51. package/form-item-group/index.mjs +164 -14
  52. package/form-radio-group/index.mjs +41 -41
  53. package/form-select/index.mjs +20 -20
  54. package/form-switch/index.mjs +19 -19
  55. package/form-textarea/index.mjs +29 -29
  56. package/form-view/index.mjs +42 -46
  57. package/fy-array/index.mjs +2 -2
  58. package/fy-cascader/index.mjs +15 -15
  59. package/fy-checkbox/index.mjs +1 -1
  60. package/fy-code/index.mjs +1 -1
  61. package/fy-curd/index.mjs +2821 -210
  62. package/fy-date/index.mjs +59 -17
  63. package/fy-draggable/index.mjs +1 -1
  64. package/fy-dynamic/index.mjs +208 -64
  65. package/fy-empty/index.mjs +29 -12
  66. package/fy-form/index.mjs +743 -178
  67. package/fy-form-design/index.mjs +1013 -1540
  68. package/fy-input/index.mjs +105 -17
  69. package/fy-input-color/index.mjs +67 -16
  70. package/fy-input-icon/index.mjs +119 -23
  71. package/fy-input-map/index.mjs +14 -15
  72. package/fy-input-number/index.mjs +1 -1
  73. package/fy-input-table/index.mjs +19 -21
  74. package/fy-input-tree/index.mjs +3 -3
  75. package/fy-radio/index.mjs +1 -1
  76. package/fy-rate/index.mjs +50 -16
  77. package/fy-select/index.mjs +126 -29
  78. package/fy-slider/index.mjs +2 -2
  79. package/fy-switch/index.mjs +1 -1
  80. package/fy-tabs/index.mjs +51 -15
  81. package/fy-time/index.mjs +1 -1
  82. package/fy-title/index.mjs +1 -1
  83. package/fy-tree/index.mjs +23 -25
  84. package/fy-u-editor/index.mjs +1 -1
  85. package/fy-upload/index.mjs +2 -2
  86. package/highlight-j-s/index.mjs +29 -19
  87. package/icon-temp/index.mjs +30 -12
  88. package/iframe-window/index.mjs +18 -19
  89. package/image-cropper/index.mjs +22 -23
  90. package/image-preview/index.mjs +1 -1
  91. package/input-number/index.mjs +173 -63
  92. package/license/index.mjs +1 -1
  93. package/loading-view/index.mjs +33 -15
  94. package/login/index.mjs +1 -1
  95. package/nav-bar/index.mjs +31 -15
  96. package/package.json +1 -1
  97. package/page/index.mjs +20 -12
  98. package/page-header/index.mjs +34 -13
  99. package/page-index-top/index.mjs +53 -100
  100. package/page-skeleton/index.mjs +35 -18
  101. package/page-skeleton-new/index.mjs +15 -16
  102. package/pageable-table/index.mjs +228 -86
  103. package/pageable-view/index.mjs +1 -1
  104. package/present-view/index.mjs +71 -75
  105. package/record-video/index.mjs +1 -1
  106. package/resize-observer/index.mjs +29 -21
  107. package/search/index.mjs +9 -9
  108. package/search-popover/index.mjs +1 -1
  109. package/sign/index.mjs +1 -1
  110. package/split-pane/index.mjs +45 -40
  111. package/swiper/index.mjs +13 -14
  112. package/table-view/index.mjs +97 -631
  113. package/text-ellipsis/index.mjs +1 -1
  114. package/tinymce-editor/index.mjs +63 -63
  115. package/toolbar/index.mjs +208 -15
  116. package/toolbar-button/index.mjs +56 -30
  117. package/verify/index.mjs +1 -1
  118. package/watermark/index.mjs +1 -1
  119. package/web-types.json +1 -1
  120. package/x-input-tag/index.mjs +118 -49
  121. package/chunks/CountUp.f1a19f35.mjs +0 -124
  122. package/chunks/CountUp.vue_vue_type_template_lang.1f68c96e.mjs +0 -8
  123. package/chunks/EasyPopup.vue_vue_type_style_index_0_lang.89350bda.mjs +0 -32
  124. package/chunks/EditableTree.vue_vue_type_style_index_0_lang.5dba9f89.mjs +0 -356
  125. package/chunks/ElementDialog.d8f3105c.mjs +0 -211
  126. package/chunks/ElementDialog.vue_vue_type_style_index_0_lang.57cb8e07.mjs +0 -95
  127. package/chunks/EmptyView.e2430422.mjs +0 -51
  128. package/chunks/EmptyView.vue_vue_type_style_index_0_lang.ffa84770.mjs +0 -23
  129. package/chunks/FlowNode.vue_vue_type_template_lang.662bdcfa.mjs +0 -37
  130. package/chunks/FormInput.vue_vue_type_template_lang.3cb79386.mjs +0 -65
  131. package/chunks/FormItem.2920ac0c.mjs +0 -45
  132. package/chunks/FormItem.vue_vue_type_style_index_0_lang.970bd712.mjs +0 -258
  133. package/chunks/FormItemGroup.41daddb6.mjs +0 -64
  134. package/chunks/FormItemGroup.vue_vue_type_style_index_0_lang.b588a8ea.mjs +0 -155
  135. package/chunks/FyCurd.8acd2983.mjs +0 -548
  136. package/chunks/FyCurd.vue_vue_type_style_index_0_lang.4fbd4b30.mjs +0 -2945
  137. package/chunks/FyDate.vue_vue_type_style_index_0_lang.429c03e3.mjs +0 -47
  138. package/chunks/FyDynamic.vue_vue_type_style_index_0_lang.304417ce.mjs +0 -151
  139. package/chunks/FyEmpty.vue_vue_type_style_index_0_lang.fc8bd24c.mjs +0 -22
  140. package/chunks/FyForm.0294e494.mjs +0 -439
  141. package/chunks/FyForm.vue_vue_type_style_index_0_lang.6e64daee.mjs +0 -737
  142. package/chunks/FyInput.vue_vue_type_template_lang.d2c56811.mjs +0 -93
  143. package/chunks/FyInputColor.vue_vue_type_template_lang.6eca0ddd.mjs +0 -56
  144. package/chunks/FyInputIcon.vue_vue_type_style_index_0_lang.11a6a221.mjs +0 -158
  145. package/chunks/FyRate.vue_vue_type_style_index_0_lang.82174185.mjs +0 -39
  146. package/chunks/FySelect.vue_vue_type_style_index_0_lang.5f0f3244.mjs +0 -102
  147. package/chunks/FyTabs.vue_vue_type_template_lang.66af5ac9.mjs +0 -41
  148. package/chunks/HighlightJS.vue_vue_type_style_index_0_lang.fefeaa3b.mjs +0 -15
  149. package/chunks/IconTemp.42c48e1f.mjs +0 -32
  150. package/chunks/IconTemp.vue_vue_type_style_index_0_lang.a0777b31.mjs +0 -23
  151. package/chunks/InputNumber.vue_vue_type_style_index_0_lang.18046bd3.mjs +0 -172
  152. package/chunks/LoadingView.vue_vue_type_style_index_0_lang.4c3fff2a.mjs +0 -23
  153. package/chunks/NavBar.vue_vue_type_style_index_0_lang.e21b57f3.mjs +0 -21
  154. package/chunks/Page.81f4b8d9.mjs +0 -32
  155. package/chunks/Page.vue_vue_type_style_index_0_lang.cb4f9bf2.mjs +0 -13
  156. package/chunks/PageHeader.vue_vue_type_style_index_0_lang.3bcca5aa.mjs +0 -26
  157. package/chunks/PageSkeleton.vue_vue_type_style_index_0_lang.8621381f.mjs +0 -88
  158. package/chunks/PageableTable.333cbdc1.mjs +0 -335
  159. package/chunks/PageableTable.vue_vue_type_style_index_0_lang.fd89fb43.mjs +0 -148
  160. package/chunks/ResizeObserver.60f728f0.mjs +0 -54
  161. package/chunks/ResizeObserver.vue_vue_type_style_index_0_lang.7079029c.mjs +0 -13
  162. package/chunks/TableColumn.8503272e.mjs +0 -106
  163. package/chunks/Toolbar.5c539dbb.mjs +0 -24
  164. package/chunks/Toolbar.vue_vue_type_style_index_0_lang.7594243c.mjs +0 -275
  165. package/chunks/ToolbarButton.vue_vue_type_style_index_0_lang.e2cb14ba.mjs +0 -31
  166. package/chunks/XInputTag.vue_vue_type_style_index_0_lang.7ad045b3.mjs +0 -74
@@ -1,172 +0,0 @@
1
- import i from "element-ui/lib/input";
2
- const a = {
3
- props: {
4
- suffixIcon: {
5
- type: String
6
- },
7
- prefixIcon: {
8
- type: String
9
- },
10
- step: {
11
- type: Number,
12
- default: 1
13
- },
14
- stepStrictly: {
15
- type: Boolean,
16
- default: !1
17
- },
18
- max: {
19
- type: Number,
20
- default: 1 / 0
21
- },
22
- min: {
23
- type: Number,
24
- default: -1 / 0
25
- },
26
- value: {
27
- type: [Number, String]
28
- },
29
- disabled: Boolean,
30
- size: {
31
- type: String
32
- },
33
- controls: {
34
- type: Boolean,
35
- default: !0
36
- },
37
- controlsPosition: {
38
- type: String,
39
- default: ""
40
- },
41
- name: {
42
- type: String
43
- },
44
- label: {
45
- type: String
46
- },
47
- placeholder: {
48
- type: String
49
- },
50
- precision: {
51
- type: Number,
52
- default: void 0,
53
- validator(e) {
54
- return e >= 0 && e === parseInt(e, 10);
55
- }
56
- }
57
- }
58
- };
59
- var l = function() {
60
- var e = this, t = e.$createElement, r = e._self._c || t;
61
- return r("div", {
62
- class: ["input-number", "el-input-number", e.inputNumberSize ? `el-input-number--${e.inputNumberSize}` : "", {
63
- "is-disabled": e.inputNumberDisabled,
64
- "is-without-controls": !e.controls,
65
- "is-controls-right": e.controlsAtRight
66
- }],
67
- on: {
68
- dragstart: function(n) {
69
- n.preventDefault();
70
- }
71
- }
72
- }, [e.controls ? r("span", {
73
- directives: [{
74
- name: "repeat-click",
75
- rawName: "v-repeat-click",
76
- value: e.decrease,
77
- expression: "decrease"
78
- }],
79
- staticClass: "el-input-number__decrease",
80
- class: {
81
- "is-disabled": e.minDisabled
82
- },
83
- attrs: {
84
- role: "button"
85
- },
86
- on: {
87
- keydown: function(n) {
88
- return !n.type.indexOf("key") && e._k(n.keyCode, "enter", 13, n.key, "Enter") ? null : e.decrease.apply(null, arguments);
89
- }
90
- }
91
- }, [r("i", {
92
- class: `el-icon-${e.controlsAtRight ? "arrow-down" : "minus"}`
93
- })]) : e._e(), e.controls ? r("span", {
94
- directives: [{
95
- name: "repeat-click",
96
- rawName: "v-repeat-click",
97
- value: e.increase,
98
- expression: "increase"
99
- }],
100
- staticClass: "el-input-number__increase",
101
- class: {
102
- "is-disabled": e.maxDisabled
103
- },
104
- attrs: {
105
- role: "button"
106
- },
107
- on: {
108
- keydown: function(n) {
109
- return !n.type.indexOf("key") && e._k(n.keyCode, "enter", 13, n.key, "Enter") ? null : e.increase.apply(null, arguments);
110
- }
111
- }
112
- }, [r("i", {
113
- class: `el-icon-${e.controlsAtRight ? "arrow-up" : "plus"}`
114
- })]) : e._e(), r(i, {
115
- ref: "input",
116
- attrs: {
117
- value: e.displayValue,
118
- placeholder: e.placeholder,
119
- disabled: e.inputNumberDisabled,
120
- size: e.inputNumberSize,
121
- max: e.max,
122
- "prefix-icon": e.prefixIcon,
123
- "suffix-icon": e.suffixIcon,
124
- min: e.min,
125
- name: e.name,
126
- label: e.label
127
- },
128
- on: {
129
- blur: e.handleBlur,
130
- focus: e.handleFocus,
131
- input: e.handleInput,
132
- change: e.handleInputChange
133
- },
134
- nativeOn: {
135
- keydown: [function(n) {
136
- return !n.type.indexOf("key") && e._k(n.keyCode, "up", 38, n.key, ["Up", "ArrowUp"]) ? null : (n.preventDefault(), e.increase.apply(null, arguments));
137
- }, function(n) {
138
- return !n.type.indexOf("key") && e._k(n.keyCode, "down", 40, n.key, ["Down", "ArrowDown"]) ? null : (n.preventDefault(), e.decrease.apply(null, arguments));
139
- }]
140
- },
141
- scopedSlots: e._u([{
142
- key: "append",
143
- fn: function() {
144
- return [e._t("append")];
145
- },
146
- proxy: !0
147
- }, {
148
- key: "prefix",
149
- fn: function() {
150
- return [e._t("prefix")];
151
- },
152
- proxy: !0
153
- }, {
154
- key: "prepend",
155
- fn: function() {
156
- return [e._t("prepend")];
157
- },
158
- proxy: !0
159
- }, {
160
- key: "suffix",
161
- fn: function() {
162
- return [e._t("suffix")];
163
- },
164
- proxy: !0
165
- }], null, !0)
166
- })], 1);
167
- }, s = [];
168
- export {
169
- a as i,
170
- l as r,
171
- s
172
- };
@@ -1,23 +0,0 @@
1
- var n = function() {
2
- var e = this, i = e.$createElement, t = e._self._c || i;
3
- return t("div", {
4
- staticClass: "loading-view",
5
- style: {
6
- fontSize: e.fontSize,
7
- height: e.height
8
- }
9
- }, [e._t("default", function() {
10
- return [t("div", {
11
- staticClass: "flex-column horizon-center"
12
- }, [t("i", {
13
- staticClass: "el-icon-loading",
14
- style: {
15
- fontSize: e.iconSize
16
- }
17
- }), t("p", [e._v(e._s(e.loadingTips))])])];
18
- })], 2);
19
- }, s = [];
20
- export {
21
- n as r,
22
- s
23
- };
@@ -1,21 +0,0 @@
1
- import a from "element-ui/lib/button";
2
- var s = function() {
3
- var t = this, r = t.$createElement, e = t._self._c || r;
4
- return e("div", {
5
- staticClass: "nav-bar"
6
- }, [t.showBack ? e(a, {
7
- attrs: {
8
- type: "text",
9
- icon: "el-icon-arrow-left"
10
- },
11
- on: {
12
- click: t.goBack
13
- }
14
- }, [t._v(" 返回 ")]) : t._e(), t.$slots.right ? e("div", {
15
- staticClass: "flex-item flex-row-column vertical-center"
16
- }, [t._t("right")], 2) : t._e()], 1);
17
- }, _ = [];
18
- export {
19
- s as r,
20
- _ as s
21
- };
@@ -1,32 +0,0 @@
1
- import { s as e, r as t } from "./Page.vue_vue_type_style_index_0_lang.cb4f9bf2.mjs";
2
- import { n as r } from "./vueComponentNormalizer.446f5dc4.mjs";
3
- const s = {
4
- name: "Page",
5
- props: {
6
- vertical: {
7
- type: Boolean,
8
- default: !0
9
- },
10
- horizontal: Boolean
11
- }
12
- }, o = {};
13
- var l = /* @__PURE__ */ r(
14
- s,
15
- t,
16
- e,
17
- !1,
18
- _,
19
- null,
20
- null,
21
- null
22
- );
23
- function _(a) {
24
- for (let n in o)
25
- this[n] = o[n];
26
- }
27
- const u = /* @__PURE__ */ function() {
28
- return l.exports;
29
- }();
30
- export {
31
- u as _
32
- };
@@ -1,13 +0,0 @@
1
- var r = function() {
2
- var e = this, a = e.$createElement, t = e._self._c || a;
3
- return t("div", {
4
- staticClass: "page flex-row flex-item",
5
- class: {
6
- vertical: e.vertical && !e.horizontal
7
- }
8
- }, [e._t("default")], 2);
9
- }, s = [];
10
- export {
11
- r,
12
- s
13
- };
@@ -1,26 +0,0 @@
1
- var i = function() {
2
- var e = this, a = e.$createElement, t = e._self._c || a;
3
- return t("div", {
4
- staticClass: "egd-header flex-row egd-page-header"
5
- }, [e._t("section-title", function() {
6
- return [t("span", {
7
- staticClass: "section-title"
8
- }, [e._t("title", function() {
9
- return [e._v(e._s(e.title))];
10
- }, {
11
- title: e.title
12
- })], 2)];
13
- }, {
14
- title: e.title
15
- }), t("div", {
16
- staticClass: "flex-row flex-item vertical-center"
17
- }, [t("div", {
18
- class: ["flex-row", "flex-item", "vertical-center", {
19
- "align-end": e.alignEnd
20
- }]
21
- }, [e._t("default")], 2)])], 2);
22
- }, r = [];
23
- export {
24
- i as r,
25
- r as s
26
- };
@@ -1,88 +0,0 @@
1
- import { s as l, r as a } from "./NavBar.vue_vue_type_style_index_0_lang.e21b57f3.mjs";
2
- import { n as r } from "./vueComponentNormalizer.446f5dc4.mjs";
3
- import { s as _, r as c } from "./PageHeader.vue_vue_type_style_index_0_lang.3bcca5aa.mjs";
4
- import { _ as i } from "./Page.81f4b8d9.mjs";
5
- const u = {
6
- name: "PageHeader",
7
- props: {
8
- title: {
9
- type: String,
10
- default: "标题"
11
- },
12
- alignEnd: {
13
- type: Boolean,
14
- default: !0
15
- }
16
- }
17
- }, o = {};
18
- var p = /* @__PURE__ */ r(
19
- u,
20
- c,
21
- _,
22
- !1,
23
- f,
24
- null,
25
- null,
26
- null
27
- );
28
- function f(e) {
29
- for (let t in o)
30
- this[t] = o[t];
31
- }
32
- const m = /* @__PURE__ */ function() {
33
- return p.exports;
34
- }(), d = {
35
- name: "NavBar",
36
- props: {
37
- onGoBack: Function,
38
- showBack: {
39
- type: Boolean,
40
- default: !0
41
- }
42
- },
43
- methods: {
44
- goBack() {
45
- this.onGoBack ? this.onGoBack() : this.$router.back();
46
- }
47
- }
48
- }, s = {};
49
- var v = /* @__PURE__ */ r(
50
- d,
51
- a,
52
- l,
53
- !1,
54
- g,
55
- null,
56
- null,
57
- null
58
- );
59
- function g(e) {
60
- for (let t in s)
61
- this[t] = s[t];
62
- }
63
- const h = /* @__PURE__ */ function() {
64
- return v.exports;
65
- }();
66
- var y = function() {
67
- var e = this, t = e.$createElement, n = e._self._c || t;
68
- return n(i, {
69
- staticClass: "page-skeleton"
70
- }, [e.header ? e._t("header", function() {
71
- return [e.title ? n(m, {
72
- attrs: {
73
- title: e.title
74
- }
75
- }) : n(h)];
76
- }) : e._e(), n("div", {
77
- class: ["page-content", {
78
- "flex-column": e.flexColumn,
79
- "flex-row": e.flexRow,
80
- "content-scroll": e.contentScroll
81
- }, e.contentClass]
82
- }, [e._t("default")], 2)], 2);
83
- }, S = [];
84
- export {
85
- m as _,
86
- y as r,
87
- S as s
88
- };
@@ -1,335 +0,0 @@
1
- var _ = Object.defineProperty, w = Object.defineProperties;
2
- var B = Object.getOwnPropertyDescriptors;
3
- var p = Object.getOwnPropertySymbols;
4
- var f = Object.prototype.hasOwnProperty, m = Object.prototype.propertyIsEnumerable;
5
- var g = (e, t, s) => t in e ? _(e, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : e[t] = s, u = (e, t) => {
6
- for (var s in t || (t = {}))
7
- f.call(t, s) && g(e, s, t[s]);
8
- if (p)
9
- for (var s of p(t))
10
- m.call(t, s) && g(e, s, t[s]);
11
- return e;
12
- }, b = (e, t) => w(e, B(t));
13
- var y = (e, t) => {
14
- var s = {};
15
- for (var i in e)
16
- f.call(e, i) && t.indexOf(i) < 0 && (s[i] = e[i]);
17
- if (e != null && p)
18
- for (var i of p(e))
19
- t.indexOf(i) < 0 && m.call(e, i) && (s[i] = e[i]);
20
- return s;
21
- };
22
- var d = (e, t, s) => new Promise((i, l) => {
23
- var c = (a) => {
24
- try {
25
- r(s.next(a));
26
- } catch (n) {
27
- l(n);
28
- }
29
- }, h = (a) => {
30
- try {
31
- r(s.throw(a));
32
- } catch (n) {
33
- l(n);
34
- }
35
- }, r = (a) => a.done ? i(a.value) : Promise.resolve(a.value).then(c, h);
36
- r((s = s.apply(e, t)).next());
37
- });
38
- import { hasOwn as P } from "@web-utils/core";
39
- import { cloneDeep as S, merge as v } from "@web-utils/integrations/lodash";
40
- import { f as $, a as O, b as L } from "./index.d91bd77a.mjs";
41
- import { s as x, r as A } from "./PageableTable.vue_vue_type_style_index_0_lang.fd89fb43.mjs";
42
- import { n as C } from "./vueComponentNormalizer.446f5dc4.mjs";
43
- const o = {
44
- loading: 1,
45
- error: -1,
46
- empty: 2,
47
- success: 0
48
- }, M = {
49
- name: "PageableTable",
50
- bus: {
51
- reloadTableView(e) {
52
- e === this.viewId && this.getPage();
53
- }
54
- },
55
- inheritAttrs: !1,
56
- props: {
57
- viewId: {
58
- type: String
59
- },
60
- url: {
61
- type: String
62
- },
63
- httpGet: Boolean,
64
- hideOnSinglePage: Boolean,
65
- api: {
66
- type: Function
67
- },
68
- filters: {
69
- type: Object
70
- },
71
- filter: {
72
- type: Object
73
- },
74
- rules: {
75
- type: Array,
76
- default: () => []
77
- },
78
- model: {
79
- type: Object
80
- },
81
- ascs: {
82
- type: String,
83
- default: ""
84
- },
85
- descs: {
86
- type: String,
87
- default: ""
88
- },
89
- headerBold: Boolean,
90
- autoHeight: Boolean,
91
- immediate: {
92
- type: Boolean,
93
- default: !0
94
- },
95
- index: {
96
- type: Boolean,
97
- default: !0
98
- },
99
- multiple: {
100
- type: Boolean,
101
- default: !0
102
- },
103
- selection: {
104
- type: Boolean,
105
- default: !0
106
- },
107
- border: {
108
- type: Boolean,
109
- default: !0
110
- },
111
- reloadOnModelChange: {
112
- type: Boolean,
113
- default: !1
114
- },
115
- columns: {
116
- type: Array
117
- },
118
- pageSize: {
119
- type: Number,
120
- default: 25
121
- }
122
- },
123
- data() {
124
- let e = { rules: [] };
125
- this.rules && this.rules.length > 0 && (e.rules = this.rules), this.filters && (e = this.filters), this.filter && (e = Object.assign({}, e, this.filter));
126
- let t = {};
127
- this.model && (t = S(this.model));
128
- const s = this.pageSize;
129
- return {
130
- TABLE_STATUS: Object.freeze(o),
131
- tableStatus: o.empty,
132
- records: [],
133
- currentRow: null,
134
- page: {
135
- total: 0,
136
- page: 1,
137
- limit: s,
138
- ascs: this.ascs,
139
- descs: this.descs,
140
- model: t,
141
- filters: e
142
- }
143
- };
144
- },
145
- computed: {
146
- guard() {
147
- return this.reloadOnModelChange ? {
148
- asc: this.page.ascs,
149
- desc: this.page.descs,
150
- page: this.page.page,
151
- model: this.page.model,
152
- filters: this.page.filters
153
- } : {
154
- asc: this.page.ascs,
155
- desc: this.page.descs,
156
- page: this.page.page,
157
- filters: this.page.filters
158
- };
159
- },
160
- method() {
161
- return this.httpGet ? this.httpGet : this.httpPost;
162
- },
163
- indexWidth() {
164
- const e = `${(this.page.page - 1) * this.page.limit + this.records.length}`;
165
- return e.length > 3 ? 50 + (e.length - 3) * 10 : 50;
166
- },
167
- mergeAttrs() {
168
- return v({}, this.$attrs, { height: this.autoHeight ? null : "auto" });
169
- },
170
- headers() {
171
- var e;
172
- return ((e = this.columns) == null ? void 0 : e.map($)) || [];
173
- }
174
- },
175
- watch: {
176
- url: { handler: "reload" },
177
- api: { handler: "reload" },
178
- "$attrs.data"() {
179
- this.getPage();
180
- },
181
- model: {
182
- deep: !0,
183
- handler(e) {
184
- this.setModel(e);
185
- }
186
- }
187
- },
188
- created() {
189
- this.$watch(() => this.guard, this.getPage, {
190
- deep: !0,
191
- immediate: this.immediate
192
- });
193
- },
194
- mounted() {
195
- this.$refs.table.bodyWrapper.addEventListener("scroll", this.onTableScroll);
196
- },
197
- beforeDestroy() {
198
- this.$refs.table.bodyWrapper.removeEventListener("scroll", this.onTableScroll);
199
- },
200
- methods: {
201
- rowDbClick(...e) {
202
- var s;
203
- const t = this.$refs.table.$children.find((i) => {
204
- var l;
205
- return ((l = i.$options) == null ? void 0 : l.name) === "ElTableBody";
206
- });
207
- t && ((s = t.$refs.tooltip) == null || s.hide()), this.$emit("row-dblclick", ...e);
208
- },
209
- updateTableScrollPosition() {
210
- return d(this, null, function* () {
211
- this.$refs.table.bodyWrapper && this.scrollTo(this.tableScrollTop, this.tableScrollLeft);
212
- });
213
- },
214
- filterTableProperties: O,
215
- filterTableEvents: L,
216
- filterTableColumnProperties: $,
217
- onTableScroll() {
218
- this.tableScrollTop = this.$refs.table.bodyWrapper.scrollTop, this.tableScrollLeft = this.$refs.table.bodyWrapper.scrollLeft;
219
- },
220
- onSortChange({ prop: e, order: t }) {
221
- this.page.ascs = t === "ascending" ? e : "", this.page.descs = t === "descending" ? e : "";
222
- },
223
- onCurrentChange(e) {
224
- this.currentRow = e;
225
- },
226
- /**
227
- *
228
- * @param {FilterRule} rule
229
- */
230
- addRule(e) {
231
- this.removeRule(e.field), this.page.filters.rules.push(e);
232
- },
233
- addRules(e) {
234
- e.forEach((t) => this.addRule(t));
235
- },
236
- setModelField(e, t) {
237
- this.$set(this.page.model, e, t);
238
- },
239
- setModel(e) {
240
- this.page.page = 1, this.page.model = S(e);
241
- },
242
- deleteModelField(e) {
243
- delete this.page.model[e];
244
- },
245
- removeRule(e) {
246
- const t = this.page.filters.rules, s = t.findIndex((i) => i.field === e);
247
- s > -1 && t.splice(s, 1);
248
- },
249
- addFilter({ field: e, op: t, value: s }) {
250
- this.page.filters = Object.assign({}, this.page.filters, {
251
- rules: [
252
- {
253
- field: e,
254
- op: t,
255
- value: s
256
- }
257
- ],
258
- op: "and"
259
- });
260
- },
261
- clearFilters() {
262
- this.page.filters = {};
263
- },
264
- clearSelection() {
265
- this.$refs.table.clearSelection();
266
- },
267
- search() {
268
- this.setModel(this.model), this.getPage();
269
- },
270
- getPage() {
271
- return d(this, null, function* () {
272
- var a;
273
- if (P(this.$attrs, "data")) {
274
- this.records = this.$attrs.data, this.page.page = 1, this.page.total = this.records.length, this.page.limit = this.page.total;
275
- return;
276
- }
277
- this.records = [];
278
- let e;
279
- const r = this.page, { filters: t } = r, s = y(r, ["filters"]), i = u({}, s);
280
- if ((a = t == null ? void 0 : t.rules) != null && a.length && (i.filters = { rules: t.rules }), this.api || this.url) {
281
- this.tableStatus = o.loading;
282
- try {
283
- this.api && (e = yield this.api(i)), this.url && (e = yield this.method(this.url, i));
284
- } catch (n) {
285
- this.tableStatus = o.error, console.error(n);
286
- return;
287
- }
288
- } else {
289
- this.$notify.warning({
290
- title: "开发提示!",
291
- message: "PageableTable 请提供 url(String) 或 api(Function) 属性"
292
- });
293
- return;
294
- }
295
- const { data: l } = e || {}, { total: c, records: h } = l || {};
296
- this.page.total = Number(c), this.records = h, !h || !h.length ? this.tableStatus = o.empty : this.tableStatus = o.success, this.$refs.table.doLayout(), this.$emit("page-loaded", l);
297
- });
298
- },
299
- refresh() {
300
- return d(this, null, function* () {
301
- yield this.getPage();
302
- });
303
- },
304
- reload() {
305
- return d(this, null, function* () {
306
- this.page = b(u({}, this.$options.data.call(this).page), {
307
- total: this.page.total
308
- });
309
- });
310
- },
311
- scrollTo(e, t) {
312
- e && (this.$refs.table.bodyWrapper.scrollTop = e), t && (this.$refs.table.bodyWrapper.scrollLeft = t);
313
- }
314
- }
315
- }, T = {};
316
- var R = /* @__PURE__ */ C(
317
- M,
318
- A,
319
- x,
320
- !1,
321
- W,
322
- null,
323
- null,
324
- null
325
- );
326
- function W(e) {
327
- for (let t in T)
328
- this[t] = T[t];
329
- }
330
- const I = /* @__PURE__ */ function() {
331
- return R.exports;
332
- }();
333
- export {
334
- I as _
335
- };