@web-utils/component 3.0.6 → 3.1.0

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 (172) hide show
  1. package/address-input/index.mjs +20 -57
  2. package/affix/index.mjs +26 -47
  3. package/aside-menu/index.mjs +18 -43
  4. package/avatar/index.mjs +27 -49
  5. package/awesome-button/index.mjs +35 -43
  6. package/capsule-tab/index.mjs +16 -34
  7. package/card/index.mjs +21 -76
  8. package/carousel/index.mjs +14 -49
  9. package/chat/index.mjs +104 -414
  10. package/chunk-file-uploader/index.mjs +21 -38
  11. package/chunks/FormTemp.aa57efb4.mjs +125 -0
  12. package/code-mirror-editor/index.mjs +69 -79
  13. package/color-picker/index.mjs +29 -60
  14. package/comment/index.mjs +17 -48
  15. package/confirm-button/index.mjs +11 -19
  16. package/confirmable/index.mjs +12 -20
  17. package/context-menu/index.mjs +42 -144
  18. package/count-up/index.mjs +18 -25
  19. package/custom-scrollbar/index.mjs +13 -22
  20. package/data-box/index.mjs +15 -66
  21. package/data-card/index.mjs +16 -65
  22. package/data-cardtext/index.mjs +16 -52
  23. package/data-display/index.mjs +18 -62
  24. package/data-icons/index.mjs +16 -68
  25. package/data-imgtext/index.mjs +18 -79
  26. package/data-operatext/index.mjs +18 -75
  27. package/data-panel/index.mjs +16 -63
  28. package/data-pay/index.mjs +20 -122
  29. package/data-price/index.mjs +18 -60
  30. package/data-progress/index.mjs +16 -67
  31. package/data-rotate/index.mjs +16 -66
  32. package/data-table-picker/index.mjs +25 -88
  33. package/data-tabs/index.mjs +16 -64
  34. package/dialog-form/index.mjs +48 -94
  35. package/dynamic-table/index.mjs +43 -127
  36. package/e-charts/index.mjs +21 -34
  37. package/easy-popup/index.mjs +35 -61
  38. package/editable-progress/index.mjs +22 -77
  39. package/editable-tree/index.mjs +235 -546
  40. package/egd-collapse/index.mjs +13 -26
  41. package/egd-collapse-item/index.mjs +27 -87
  42. package/element-dialog/index.mjs +69 -133
  43. package/empty-view/index.mjs +13 -33
  44. package/error-view/index.mjs +14 -34
  45. package/flex-column/index.mjs +15 -23
  46. package/flex-item/index.mjs +18 -26
  47. package/flex-row/index.mjs +23 -31
  48. package/flex-scroller/index.mjs +16 -27
  49. package/flow/index.mjs +70 -110
  50. package/flow-designer/index.mjs +1215 -4804
  51. package/flow-node/index.mjs +15 -51
  52. package/flow-viewer/index.mjs +64 -89
  53. package/form-block/index.mjs +43 -62
  54. package/form-button/index.mjs +10 -18
  55. package/form-cascader/index.mjs +49 -100
  56. package/form-checkbox-group/index.mjs +43 -110
  57. package/form-date-picker/index.mjs +51 -97
  58. package/form-holder/index.mjs +25 -42
  59. package/form-input/index.mjs +40 -90
  60. package/form-input-email/index.mjs +35 -79
  61. package/form-input-id-card/index.mjs +40 -87
  62. package/form-input-number/index.mjs +42 -102
  63. package/form-input-phone-number/index.mjs +34 -75
  64. package/form-input-tag/index.mjs +31 -73
  65. package/form-input-time/index.mjs +42 -87
  66. package/form-item/index.mjs +70 -89
  67. package/form-item-config-provider/index.mjs +12 -20
  68. package/form-item-group/index.mjs +46 -65
  69. package/form-radio-group/index.mjs +50 -108
  70. package/form-select/index.mjs +44 -95
  71. package/form-switch/index.mjs +38 -85
  72. package/form-textarea/index.mjs +31 -75
  73. package/form-view/index.mjs +112 -260
  74. package/fy-array/index.mjs +35 -121
  75. package/fy-article/index.mjs +12 -43
  76. package/fy-cascader/index.mjs +26 -67
  77. package/fy-checkbox/index.mjs +27 -77
  78. package/fy-code/index.mjs +19 -33
  79. package/fy-curd/index.mjs +810 -2017
  80. package/fy-date/index.mjs +18 -59
  81. package/fy-draggable/index.mjs +81 -140
  82. package/fy-dynamic/index.mjs +85 -204
  83. package/fy-empty/index.mjs +14 -35
  84. package/fy-form/index.mjs +254 -571
  85. package/fy-form-design/index.mjs +1489 -6084
  86. package/fy-form-design/style.css +1 -1
  87. package/fy-input/index.mjs +34 -104
  88. package/fy-input-color/index.mjs +22 -67
  89. package/fy-input-icon/index.mjs +37 -122
  90. package/fy-input-map/index.mjs +57 -149
  91. package/fy-input-number/index.mjs +18 -53
  92. package/fy-input-table/index.mjs +36 -102
  93. package/fy-input-tree/index.mjs +51 -138
  94. package/fy-progress/index.mjs +12 -31
  95. package/fy-radio/index.mjs +20 -51
  96. package/fy-rate/index.mjs +18 -51
  97. package/fy-select/index.mjs +49 -134
  98. package/fy-slider/index.mjs +19 -52
  99. package/fy-switch/index.mjs +18 -48
  100. package/fy-tabs/index.mjs +19 -51
  101. package/fy-time/index.mjs +22 -62
  102. package/fy-title/index.mjs +14 -25
  103. package/fy-tree/index.mjs +74 -216
  104. package/fy-u-editor/index.mjs +50 -64
  105. package/fy-upload/index.mjs +167 -338
  106. package/guide-steps/index.mjs +33 -53
  107. package/highlight-j-s/index.mjs +13 -27
  108. package/icon-card/index.mjs +12 -36
  109. package/icon-temp/index.mjs +12 -34
  110. package/iframe-window/index.mjs +13 -40
  111. package/image-cropper/index.mjs +46 -171
  112. package/image-preview/index.mjs +54 -168
  113. package/image-viewer/index.mjs +24 -50
  114. package/index.css +1 -0
  115. package/index.mjs +3973 -501
  116. package/input-number/index.mjs +84 -173
  117. package/input-number-range/index.mjs +20 -70
  118. package/j-s-x-component/index.mjs +3 -3
  119. package/keep-view-alive/index.mjs +47 -55
  120. package/keyboard/index.mjs +100 -113
  121. package/license/index.mjs +34 -51
  122. package/loading-view/index.mjs +14 -34
  123. package/login/index.mjs +33 -161
  124. package/monaco-editor/index.mjs +13 -21
  125. package/name-avatar/index.mjs +13 -32
  126. package/nav-bar/index.mjs +12 -31
  127. package/not-implement/index.mjs +14 -25
  128. package/notice/index.mjs +32 -80
  129. package/package.json +1 -1
  130. package/page/index.mjs +11 -23
  131. package/page-header/index.mjs +16 -37
  132. package/page-index/index.mjs +42 -93
  133. package/page-index-top/index.mjs +42 -84
  134. package/page-skeleton/index.mjs +24 -39
  135. package/page-skeleton-new/index.mjs +21 -68
  136. package/pageable-table/index.mjs +105 -227
  137. package/pageable-view/index.mjs +30 -83
  138. package/photo-swipe/index.mjs +62 -87
  139. package/present-view/index.mjs +114 -267
  140. package/queue/index.mjs +14 -29
  141. package/record-video/index.mjs +29 -66
  142. package/resize-observer/index.mjs +18 -30
  143. package/search/index.mjs +47 -81
  144. package/search-popover/index.mjs +57 -329
  145. package/sign/index.mjs +43 -60
  146. package/sign-panel/index.mjs +40 -151
  147. package/skeleton/index.mjs +18 -44
  148. package/split-pane/index.mjs +45 -129
  149. package/stateful/index.mjs +18 -26
  150. package/static-pageable-table/index.mjs +18 -44
  151. package/swiper/index.mjs +53 -94
  152. package/tab/index.mjs +13 -39
  153. package/tab-item/index.mjs +23 -37
  154. package/table-column/index.mjs +27 -35
  155. package/table-view/index.mjs +89 -209
  156. package/tag-render/index.mjs +34 -69
  157. package/text-ellipsis/index.mjs +22 -47
  158. package/tinymce-editor/index.mjs +174 -285
  159. package/toolbar/index.mjs +21 -42
  160. package/toolbar-button/index.mjs +25 -54
  161. package/verify/index.mjs +16 -29
  162. package/vue-cron/index.mjs +272 -1089
  163. package/vue-qr-code/index.mjs +19 -27
  164. package/vue-quill-editor/index.mjs +15 -27
  165. package/vue-tags-input/index.mjs +104 -224
  166. package/vue-tree-select/index.mjs +595 -742
  167. package/vue-video-player/index.mjs +42 -57
  168. package/watermark/index.mjs +27 -35
  169. package/web-types.json +1 -1
  170. package/x-input-tag/index.mjs +50 -112
  171. package/chunks/FormTemp.7f91629d.mjs +0 -165
  172. /package/chunks/{vueComponentNormalizer.446f5dc4.mjs → _plugin-vue2_normalizer.446f5dc4.mjs} +0 -0
@@ -1,153 +1,9 @@
1
- import { p as u, e as c } from "../chunks/event.b5d855dd.mjs";
1
+ import { p as d, e as u } from "../chunks/event.b5d855dd.mjs";
2
2
  import { o, d as l } from "../chunks/util.ae730cde.mjs";
3
- import { n as h } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
- function f(e) {
5
- if (e == null)
6
- throw new TypeError("Cannot destructure " + e);
7
- }
8
- var m = function() {
9
- var e = this, t = e.$createElement, n = e._self._c || t;
10
- return n("div", {
11
- key: e.reload,
12
- staticClass: "avue-dynamic"
13
- }, [e.isForm ? [n("div", {
14
- staticClass: "avue-dynamic__header"
15
- }, [!e.readonly && !e.disabled && !e.addBtn ? n("ElButton", {
16
- attrs: {
17
- size: "mini",
18
- circle: "",
19
- disabled: e.disabled,
20
- type: "primary",
21
- icon: "el-icon-plus"
22
- },
23
- on: {
24
- click: e.addRow
25
- }
26
- }) : e._e()], 1), n("div", e._l(e.text, function(i, r) {
27
- return n("div", {
28
- key: r,
29
- staticClass: "avue-dynamic__row",
30
- on: {
31
- mouseenter: function(s) {
32
- return e.cellMouseenter({
33
- $index: r
34
- });
35
- },
36
- mouseleave: function(s) {
37
- return e.cellMouseLeave({
38
- $index: r
39
- });
40
- }
41
- }
42
- }, [!e.readonly && !e.disabled && !e.delBtn && e.hoverList[r] ? n("ElButton", {
43
- staticClass: "avue-dynamic__menu",
44
- attrs: {
45
- type: "danger",
46
- size: "mini",
47
- disabled: e.disabled,
48
- icon: "el-icon-delete",
49
- circle: ""
50
- },
51
- on: {
52
- click: function(s) {
53
- return e.delRow(i.$index);
54
- }
55
- }
56
- }) : e._e(), n("FyForm", {
57
- key: r,
58
- ref: "main",
59
- refInFor: !0,
60
- attrs: {
61
- option: e.deepClone(e.option)
62
- },
63
- scopedSlots: e._u([{
64
- key: "_index",
65
- fn: function(s) {
66
- return f(s), [n("div", [n("span", [e._v(e._s(i.$index + 1))])])];
67
- }
68
- }, e._l(e.columnSlot, function(s) {
69
- return {
70
- key: s,
71
- fn: function(d) {
72
- return [e._t(s, null, null, Object.assign(d, {
73
- row: e.text[r]
74
- }))];
75
- }
76
- };
77
- })], null, !0),
78
- model: {
79
- value: e.text[r],
80
- callback: function(s) {
81
- e.$set(e.text, r, s);
82
- },
83
- expression: "text[index]"
84
- }
85
- })], 1);
86
- }), 0)] : e.isCrud ? n("FyCurd", {
87
- ref: "main",
88
- attrs: {
89
- option: e.option,
90
- disabled: e.disabled,
91
- data: e.text
92
- },
93
- on: {
94
- "cell-mouse-enter": e.cellMouseenter,
95
- "cell-mouse-leave": e.cellMouseLeave,
96
- "selection-change": e.handleSelectionChange,
97
- "sortable-change": e.handleSortableChange
98
- },
99
- scopedSlots: e._u([{
100
- key: "_indexHeader",
101
- fn: function() {
102
- return [!(e.addBtn || e.readonly) && e.maxFlag ? n("ElButton", {
103
- attrs: {
104
- type: "primary",
105
- size: "mini",
106
- disabled: e.disabled,
107
- icon: "el-icon-plus",
108
- circle: ""
109
- },
110
- on: {
111
- click: function(i) {
112
- return e.addRow();
113
- }
114
- }
115
- }) : e._e()];
116
- },
117
- proxy: !0
118
- }, {
119
- key: "_index",
120
- fn: function(i) {
121
- return [!e.readonly && !e.disabled && !e.delBtn && e.hoverList[i.row.$index] ? n("ElButton", {
122
- attrs: {
123
- type: "danger",
124
- size: "mini",
125
- disabled: e.disabled,
126
- icon: "el-icon-delete",
127
- circle: ""
128
- },
129
- on: {
130
- click: function(r) {
131
- return e.delRow(i.row.$index);
132
- }
133
- }
134
- }) : n("div", [e._v(" " + e._s(i.row.$index + 1) + " ")])];
135
- }
136
- }, e._l(e.columnSlot, function(i) {
137
- return {
138
- key: e.getSlotName({
139
- prop: i
140
- }, "F"),
141
- fn: function(r) {
142
- return [e._t(i, null, null, r)];
143
- }
144
- };
145
- })], null, !0)
146
- }) : e._e()], 2);
147
- }, p = [];
148
- const v = {
3
+ import { n as c } from "../chunks/_plugin-vue2_normalizer.446f5dc4.mjs";
4
+ const h = {
149
5
  name: "FyDynamic",
150
- mixins: [u, c],
6
+ mixins: [d, u],
151
7
  props: {
152
8
  max: Number,
153
9
  columnSlot: {
@@ -206,16 +62,16 @@ const v = {
206
62
  return this.children.delBtn === !1;
207
63
  },
208
64
  valueOption() {
209
- const e = {};
210
- return this.columnOption.forEach((t) => {
211
- t.value && (e[t.prop] = t.value);
212
- }), e;
65
+ const t = {};
66
+ return this.columnOption.forEach((e) => {
67
+ e.value && (t[e.prop] = e.value);
68
+ }), t;
213
69
  },
214
70
  rulesOption() {
215
- const e = {};
216
- return this.columnOption.forEach((t) => {
217
- t.rules && (e[t.prop] = t.rules);
218
- }), e;
71
+ const t = {};
72
+ return this.columnOption.forEach((e) => {
73
+ e.rules && (t[e.prop] = e.rules);
74
+ }), t;
219
75
  },
220
76
  columnOption() {
221
77
  return this.children.column || [];
@@ -233,11 +89,11 @@ const v = {
233
89
  submitBtn: !1
234
90
  },
235
91
  (() => {
236
- const e = l(this.children);
237
- return delete e.column, e;
92
+ const t = l(this.children);
93
+ return delete t.column, t;
238
94
  })(),
239
95
  (() => {
240
- const e = [
96
+ const t = [
241
97
  {
242
98
  label: this.children.indexLabel || "#",
243
99
  prop: "_index",
@@ -250,14 +106,14 @@ const v = {
250
106
  width: 50
251
107
  }
252
108
  ];
253
- return this.columnOption.forEach((t) => {
254
- e.push(
255
- Object.assign(t, {
256
- cell: o(t.cell, this.isCrud)
109
+ return this.columnOption.forEach((e) => {
110
+ t.push(
111
+ Object.assign(e, {
112
+ cell: o(e.cell, this.isCrud)
257
113
  })
258
114
  );
259
115
  }), {
260
- column: e
116
+ column: t
261
117
  };
262
118
  })()
263
119
  );
@@ -273,73 +129,98 @@ const v = {
273
129
  },
274
130
  methods: {
275
131
  deepClone: l,
276
- handleSelectionChange(e) {
277
- this.selectionChange && this.selectionChange(e);
132
+ handleSelectionChange(t) {
133
+ this.selectionChange && this.selectionChange(t);
278
134
  },
279
- handleSortableChange(e, t, n, i) {
280
- this.sortableChange && this.sortableChange(e, t, n, i);
135
+ handleSortableChange(t, e, n, i) {
136
+ this.sortableChange && this.sortableChange(t, e, n, i);
281
137
  },
282
- cellMouseenter(e) {
283
- const t = e.$index;
284
- this.mouseoverRow(t);
138
+ cellMouseenter(t) {
139
+ const e = t.$index;
140
+ this.mouseoverRow(e);
285
141
  },
286
- cellMouseLeave(e) {
287
- const t = e.$index;
288
- this.mouseoutRow(t);
142
+ cellMouseLeave(t) {
143
+ const e = t.$index;
144
+ this.mouseoutRow(e);
289
145
  },
290
146
  initData() {
291
- this.text.forEach((e, t) => {
292
- e = Object.assign(e, {
147
+ this.text.forEach((t, e) => {
148
+ t = Object.assign(t, {
293
149
  $cellEdit: !0,
294
- $index: t
150
+ $index: e
295
151
  });
296
152
  });
297
153
  },
298
- mouseoverRow(e) {
299
- this.delBtn || (this.flagList(), this.$set(this.hoverList, e, !0));
154
+ mouseoverRow(t) {
155
+ this.delBtn || (this.flagList(), this.$set(this.hoverList, t, !0));
300
156
  },
301
- mouseoutRow(e) {
302
- this.delBtn || (this.flagList(), this.$set(this.hoverList, e, !1));
157
+ mouseoutRow(t) {
158
+ this.delBtn || (this.flagList(), this.$set(this.hoverList, t, !1));
303
159
  },
304
160
  flagList() {
305
- this.hoverList.forEach((e, t) => {
306
- this.hoverList[t] = !1;
161
+ this.hoverList.forEach((t, e) => {
162
+ this.hoverList[e] = !1;
307
163
  });
308
164
  },
309
- delRow(e) {
310
- const t = () => {
165
+ delRow(t) {
166
+ const e = () => {
311
167
  const n = l(this.text);
312
- n.splice(e, 1), this.text = n, this.reload = Math.random();
168
+ n.splice(t, 1), this.text = n, this.reload = Math.random();
313
169
  };
314
- typeof this.rowDel == "function" ? this.rowDel(this.text[e], t) : t();
170
+ typeof this.rowDel == "function" ? this.rowDel(this.text[t], e) : e();
315
171
  },
316
172
  addRow() {
317
- const e = (t = {}) => {
318
- t = Object.assign(this.valueOption, t, {
173
+ const t = (e = {}) => {
174
+ e = Object.assign(this.valueOption, e, {
319
175
  $index: this.textLen
320
- }), this.isCrud ? this.$refs.main.rowCellAdd(t) : this.isForm && this.text.push(t);
176
+ }), this.isCrud ? this.$refs.main.rowCellAdd(e) : this.isForm && this.text.push(e);
321
177
  };
322
- typeof this.rowAdd == "function" ? this.rowAdd(e) : e();
178
+ typeof this.rowAdd == "function" ? this.rowAdd(t) : t();
323
179
  }
324
180
  }
325
- }, a = {};
326
- var _ = /* @__PURE__ */ h(
327
- v,
181
+ };
182
+ var f = function() {
183
+ var e = this, n = e._self._c;
184
+ return n("div", { key: e.reload, staticClass: "avue-dynamic" }, [e.isForm ? [n("div", { staticClass: "avue-dynamic__header" }, [!e.readonly && !e.disabled && !e.addBtn ? n("ElButton", { attrs: { size: "mini", circle: "", disabled: e.disabled, type: "primary", icon: "el-icon-plus" }, on: { click: e.addRow } }) : e._e()], 1), n("div", e._l(e.text, function(i, r) {
185
+ return n("div", { key: r, staticClass: "avue-dynamic__row", on: { mouseenter: function(s) {
186
+ return e.cellMouseenter({ $index: r });
187
+ }, mouseleave: function(s) {
188
+ return e.cellMouseLeave({ $index: r });
189
+ } } }, [!e.readonly && !e.disabled && !e.delBtn && e.hoverList[r] ? n("ElButton", { staticClass: "avue-dynamic__menu", attrs: { type: "danger", size: "mini", disabled: e.disabled, icon: "el-icon-delete", circle: "" }, on: { click: function(s) {
190
+ return e.delRow(i.$index);
191
+ } } }) : e._e(), n("FyForm", { key: r, ref: "main", refInFor: !0, attrs: { option: e.deepClone(e.option) }, scopedSlots: e._u([{ key: "_index", fn: function({}) {
192
+ return [n("div", [n("span", [e._v(e._s(i.$index + 1))])])];
193
+ } }, e._l(e.columnSlot, function(s) {
194
+ return { key: s, fn: function(a) {
195
+ return [e._t(s, null, null, Object.assign(a, { row: e.text[r] }))];
196
+ } };
197
+ })], null, !0), model: { value: e.text[r], callback: function(s) {
198
+ e.$set(e.text, r, s);
199
+ }, expression: "text[index]" } })], 1);
200
+ }), 0)] : e.isCrud ? n("FyCurd", { ref: "main", attrs: { option: e.option, disabled: e.disabled, data: e.text }, on: { "cell-mouse-enter": e.cellMouseenter, "cell-mouse-leave": e.cellMouseLeave, "selection-change": e.handleSelectionChange, "sortable-change": e.handleSortableChange }, scopedSlots: e._u([{ key: "_indexHeader", fn: function() {
201
+ return [!(e.addBtn || e.readonly) && e.maxFlag ? n("ElButton", { attrs: { type: "primary", size: "mini", disabled: e.disabled, icon: "el-icon-plus", circle: "" }, on: { click: function(i) {
202
+ return e.addRow();
203
+ } } }) : e._e()];
204
+ }, proxy: !0 }, { key: "_index", fn: function(i) {
205
+ return [!e.readonly && !e.disabled && !e.delBtn && e.hoverList[i.row.$index] ? n("ElButton", { attrs: { type: "danger", size: "mini", disabled: e.disabled, icon: "el-icon-delete", circle: "" }, on: { click: function(r) {
206
+ return e.delRow(i.row.$index);
207
+ } } }) : n("div", [e._v(" " + e._s(i.row.$index + 1) + " ")])];
208
+ } }, e._l(e.columnSlot, function(i) {
209
+ return { key: e.getSlotName({ prop: i }, "F"), fn: function(r) {
210
+ return [e._t(i, null, null, r)];
211
+ } };
212
+ })], null, !0) }) : e._e()], 2);
213
+ }, m = [], p = /* @__PURE__ */ c(
214
+ h,
215
+ f,
328
216
  m,
329
- p,
330
217
  !1,
331
- y,
218
+ null,
332
219
  null,
333
220
  null,
334
221
  null
335
222
  );
336
- function y(e) {
337
- for (let t in a)
338
- this[t] = a[t];
339
- }
340
- const g = /* @__PURE__ */ function() {
341
- return _.exports;
342
- }();
223
+ const x = p.exports;
343
224
  export {
344
- g as default
225
+ x as default
345
226
  };
@@ -1,24 +1,6 @@
1
- import { s as N } from "../chunks/util.ae730cde.mjs";
2
- import { n as j } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
- var i = function() {
4
- var M = this, I = M.$createElement, g = M._self._c || I;
5
- return g("div", {
6
- staticClass: "avue-empty"
7
- }, [g("div", {
8
- staticClass: "avue-empty__image",
9
- style: {
10
- height: M.setPx(M.size)
11
- }
12
- }, [g("img", {
13
- attrs: {
14
- src: M.image,
15
- alt: ""
16
- }
17
- })]), g("p", {
18
- staticClass: "avue-empty__desc"
19
- }, [M._v(" " + M._s(M.desc) + " ")]), M._t("default")], 2);
20
- }, u = [];
21
- const T = {
1
+ import { s as g } from "../chunks/util.ae730cde.mjs";
2
+ import { n as A } from "../chunks/_plugin-vue2_normalizer.446f5dc4.mjs";
3
+ const N = {
22
4
  name: "FyEmpty",
23
5
  props: {
24
6
  size: {
@@ -34,26 +16,23 @@ const T = {
34
16
  }
35
17
  },
36
18
  methods: {
37
- setPx: N
19
+ setPx: g
38
20
  }
39
- }, A = {};
40
- var y = /* @__PURE__ */ j(
21
+ };
22
+ var j = function() {
23
+ var M = this, I = M._self._c;
24
+ return I("div", { staticClass: "avue-empty" }, [I("div", { staticClass: "avue-empty__image", style: { height: M.setPx(M.size) } }, [I("img", { attrs: { src: M.image, alt: "" } })]), I("p", { staticClass: "avue-empty__desc" }, [M._v(" " + M._s(M.desc) + " ")]), M._t("default")], 2);
25
+ }, T = [], i = /* @__PURE__ */ A(
26
+ N,
27
+ j,
41
28
  T,
42
- i,
43
- u,
44
29
  !1,
45
- L,
30
+ null,
46
31
  null,
47
32
  null,
48
33
  null
49
34
  );
50
- function L(M) {
51
- for (let I in A)
52
- this[I] = A[I];
53
- }
54
- const C = /* @__PURE__ */ function() {
55
- return y.exports;
56
- }();
35
+ const D = i.exports;
57
36
  export {
58
- C as default
37
+ D as default
59
38
  };