@web-utils/component 3.0.2 → 3.0.3

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 +11 -12
  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 +2824 -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,5 +1,26 @@
1
- import { s as n, r as o } from "../chunks/PageHeader.vue_vue_type_style_index_0_lang.3bcca5aa.mjs";
2
- import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ var r = function() {
3
+ var e = this, t = e.$createElement, n = e._self._c || t;
4
+ return n("div", {
5
+ staticClass: "egd-header flex-row egd-page-header"
6
+ }, [e._t("section-title", function() {
7
+ return [n("span", {
8
+ staticClass: "section-title"
9
+ }, [e._t("title", function() {
10
+ return [e._v(e._s(e.title))];
11
+ }, {
12
+ title: e.title
13
+ })], 2)];
14
+ }, {
15
+ title: e.title
16
+ }), n("div", {
17
+ staticClass: "flex-row flex-item vertical-center"
18
+ }, [n("div", {
19
+ class: ["flex-row", "flex-item", "vertical-center", {
20
+ "align-end": e.alignEnd
21
+ }]
22
+ }, [e._t("default")], 2)])], 2);
23
+ }, i = [];
3
24
  const s = {
4
25
  name: "PageHeader",
5
26
  props: {
@@ -12,24 +33,24 @@ const s = {
12
33
  default: !0
13
34
  }
14
35
  }
15
- }, t = {};
16
- var a = /* @__PURE__ */ r(
36
+ }, l = {};
37
+ var o = /* @__PURE__ */ a(
17
38
  s,
18
- o,
19
- n,
39
+ r,
40
+ i,
20
41
  !1,
21
- l,
42
+ _,
22
43
  null,
23
44
  null,
24
45
  null
25
46
  );
26
- function l(i) {
27
- for (let e in t)
28
- this[e] = t[e];
47
+ function _(e) {
48
+ for (let t in l)
49
+ this[t] = l[t];
29
50
  }
30
- const c = /* @__PURE__ */ function() {
31
- return a.exports;
51
+ const u = /* @__PURE__ */ function() {
52
+ return o.exports;
32
53
  }();
33
54
  export {
34
- c as default
55
+ u as default
35
56
  };
@@ -1,97 +1,50 @@
1
- var s = (t, e, n) => new Promise((a, r) => {
2
- var f = (o) => {
1
+ var i = (t, a, e) => new Promise((n, r) => {
2
+ var l = (s) => {
3
3
  try {
4
- i(n.next(o));
5
- } catch (u) {
6
- r(u);
4
+ u(e.next(s));
5
+ } catch (o) {
6
+ r(o);
7
7
  }
8
- }, h = (o) => {
8
+ }, h = (s) => {
9
9
  try {
10
- i(n.throw(o));
11
- } catch (u) {
12
- r(u);
10
+ u(e.throw(s));
11
+ } catch (o) {
12
+ r(o);
13
13
  }
14
- }, i = (o) => o.done ? a(o.value) : Promise.resolve(o.value).then(f, h);
15
- i((n = n.apply(t, e)).next());
14
+ }, u = (s) => s.done ? n(s.value) : Promise.resolve(s.value).then(l, h);
15
+ u((e = e.apply(t, a)).next());
16
16
  });
17
- import { treeToArray as d, findFirstMatchNode as l } from "@web-utils/core";
18
- import { _ as p } from "../chunks/EmptyView.e2430422.mjs";
19
- import v from "element-ui/lib/tab-pane";
20
- import y from "element-ui/lib/tabs";
21
- import { s as g, r as b, _ as $ } from "../chunks/PageSkeleton.vue_vue_type_style_index_0_lang.8621381f.mjs";
22
- import x from "@web-utils/component/page";
23
- import "@web-utils/component/page/style.css";
24
- import S from "@web-utils/component/nav-bar";
25
- import "@web-utils/component/nav-bar/style.css";
26
- import T from "@web-utils/component/page-header";
27
- import "@web-utils/component/page-header/style.css";
28
- import { n as _ } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
29
- const k = {
30
- name: "PageSkeleton",
31
- components: {
32
- Page: x,
33
- NavBar: S,
34
- PageHeader: T
35
- },
36
- props: {
37
- title: String,
38
- flexColumn: Boolean,
39
- flexRow: Boolean,
40
- header: {
41
- type: Boolean,
42
- default: !0
43
- },
44
- contentClass: String,
45
- contentScroll: {
46
- type: Boolean,
47
- default: !0
48
- }
49
- }
50
- }, c = {};
51
- var w = /* @__PURE__ */ _(
52
- k,
53
- b,
54
- g,
55
- !1,
56
- F,
57
- null,
58
- null,
59
- null
60
- );
61
- function F(t) {
62
- for (let e in c)
63
- this[e] = c[e];
64
- }
65
- const M = /* @__PURE__ */ function() {
66
- return w.exports;
67
- }();
68
- var B = function() {
69
- var t = this, e = t.$createElement, n = t._self._c || e;
70
- return t.menus && t.menus.length ? n(M, {
17
+ import { treeToArray as m, findFirstMatchNode as p } from "@web-utils/core";
18
+ import f from "element-ui/lib/tab-pane";
19
+ import _ from "element-ui/lib/tabs";
20
+ import { n as d } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
21
+ var y = function() {
22
+ var t = this, a = t.$createElement, e = t._self._c || a;
23
+ return t.menus && t.menus.length ? e("PageSkeleton", {
71
24
  scopedSlots: t._u([{
72
25
  key: "header",
73
26
  fn: function() {
74
- return [n($, {
27
+ return [e("PageHeader", {
75
28
  scopedSlots: t._u([{
76
29
  key: "section-title",
77
30
  fn: function() {
78
- return [n(y, {
31
+ return [e(_, {
79
32
  on: {
80
33
  "tab-click": t.tabClick
81
34
  },
82
35
  model: {
83
36
  value: t.activeTab,
84
- callback: function(a) {
85
- t.activeTab = a;
37
+ callback: function(n) {
38
+ t.activeTab = n;
86
39
  },
87
40
  expression: "activeTab"
88
41
  }
89
- }, t._l(t.menus, function(a) {
90
- return n(v, {
91
- key: a.path,
42
+ }, t._l(t.menus, function(n) {
43
+ return e(f, {
44
+ key: n.path,
92
45
  attrs: {
93
- label: a.label,
94
- name: `${a.path}`
46
+ label: n.label,
47
+ name: `${n.path}`
95
48
  }
96
49
  });
97
50
  }), 1)];
@@ -103,18 +56,18 @@ var B = function() {
103
56
  proxy: !0
104
57
  }], null, !1, 2288233724)
105
58
  }, [t._t("default", function() {
106
- return [n(p, {
59
+ return [e("EmptyView", {
107
60
  attrs: {
108
61
  "empty-tips": t.tips
109
62
  }
110
63
  })];
111
- })], 2) : n(p, {
64
+ })], 2) : e("EmptyView", {
112
65
  attrs: {
113
66
  "empty-tips": "暂无权限!"
114
67
  }
115
68
  });
116
- }, C = [];
117
- const P = {
69
+ }, v = [];
70
+ const b = {
118
71
  name: "PageIndexTop",
119
72
  props: {
120
73
  menus: {
@@ -143,48 +96,48 @@ const P = {
143
96
  },
144
97
  methods: {
145
98
  activeFirstMenu() {
146
- return s(this, null, function* () {
147
- if (d(this.menus).map((e) => e.path).filter((e) => e).includes(this.$route.path))
99
+ return i(this, null, function* () {
100
+ if (m(this.menus).map((a) => a.path).filter((a) => a).includes(this.$route.path))
148
101
  this.activeTab = this.$route.path;
149
102
  else {
150
- const e = l(this.menus, (n) => n.path);
151
- e && (this.activeTab = e.path, yield this.$router.push({ path: e.path, query: e.query }));
103
+ const a = p(this.menus, (e) => e.path);
104
+ a && (this.activeTab = a.path, yield this.$router.push({ path: a.path, query: a.query }));
152
105
  }
153
106
  });
154
107
  },
155
108
  tabClick(t) {
156
- return s(this, null, function* () {
109
+ return i(this, null, function* () {
157
110
  yield this.$router.push(t.name);
158
111
  });
159
112
  },
160
- beforeRouteUpdate(t, e, n) {
161
- return s(this, null, function* () {
113
+ beforeRouteUpdate(t, a, e) {
114
+ return i(this, null, function* () {
162
115
  if (t.path === this.schema) {
163
- const a = l(this.menus, (r) => r.path);
164
- a ? (yield n({ path: a.path, query: a.query }), this.activeTab = a.path) : yield n(!1);
116
+ const n = p(this.menus, (r) => r.path);
117
+ n ? (yield e({ path: n.path, query: n.query }), this.activeTab = n.path) : yield e(!1);
165
118
  } else
166
- yield n();
119
+ yield e();
167
120
  });
168
121
  }
169
122
  }
170
- }, m = {};
171
- var q = /* @__PURE__ */ _(
172
- P,
173
- B,
174
- C,
123
+ }, c = {};
124
+ var T = /* @__PURE__ */ d(
125
+ b,
126
+ y,
127
+ v,
175
128
  !1,
176
- I,
129
+ g,
177
130
  null,
178
131
  null,
179
132
  null
180
133
  );
181
- function I(t) {
182
- for (let e in m)
183
- this[e] = m[e];
134
+ function g(t) {
135
+ for (let a in c)
136
+ this[a] = c[a];
184
137
  }
185
- const O = /* @__PURE__ */ function() {
186
- return q.exports;
138
+ const F = /* @__PURE__ */ function() {
139
+ return T.exports;
187
140
  }();
188
141
  export {
189
- O as default
142
+ F as default
190
143
  };
@@ -1,17 +1,34 @@
1
- import t from "@web-utils/component/page";
1
+ import l from "@web-utils/component/page";
2
2
  import "@web-utils/component/page/style.css";
3
- import n from "@web-utils/component/nav-bar";
3
+ import r from "@web-utils/component/nav-bar";
4
4
  import "@web-utils/component/nav-bar/style.css";
5
- import r from "@web-utils/component/page-header";
5
+ import a from "@web-utils/component/page-header";
6
6
  import "@web-utils/component/page-header/style.css";
7
- import { s as l, r as a } from "../chunks/PageSkeleton.vue_vue_type_style_index_0_lang.8621381f.mjs";
8
7
  import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
9
- const i = {
8
+ var c = function() {
9
+ var e = this, t = e.$createElement, n = e._self._c || t;
10
+ return n("Page", {
11
+ staticClass: "page-skeleton"
12
+ }, [e.header ? e._t("header", function() {
13
+ return [e.title ? n("PageHeader", {
14
+ attrs: {
15
+ title: e.title
16
+ }
17
+ }) : n("NavBar")];
18
+ }) : e._e(), n("div", {
19
+ class: ["page-content", {
20
+ "flex-column": e.flexColumn,
21
+ "flex-row": e.flexRow,
22
+ "content-scroll": e.contentScroll
23
+ }, e.contentClass]
24
+ }, [e._t("default")], 2)], 2);
25
+ }, i = [];
26
+ const _ = {
10
27
  name: "PageSkeleton",
11
28
  components: {
12
- Page: t,
13
- NavBar: n,
14
- PageHeader: r
29
+ Page: l,
30
+ NavBar: r,
31
+ PageHeader: a
15
32
  },
16
33
  props: {
17
34
  title: String,
@@ -28,23 +45,23 @@ const i = {
28
45
  }
29
46
  }
30
47
  }, o = {};
31
- var m = /* @__PURE__ */ s(
48
+ var u = /* @__PURE__ */ s(
49
+ _,
50
+ c,
32
51
  i,
33
- a,
34
- l,
35
52
  !1,
36
- p,
53
+ f,
37
54
  null,
38
55
  null,
39
56
  null
40
57
  );
41
- function p(c) {
42
- for (let e in o)
43
- this[e] = o[e];
58
+ function f(e) {
59
+ for (let t in o)
60
+ this[t] = o[t];
44
61
  }
45
- const v = /* @__PURE__ */ function() {
46
- return m.exports;
62
+ const P = /* @__PURE__ */ function() {
63
+ return u.exports;
47
64
  }();
48
65
  export {
49
- v as default
66
+ P as default
50
67
  };
@@ -1,8 +1,7 @@
1
- import { _ as a } from "../chunks/Page.81f4b8d9.mjs";
2
- import { n as s } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
- var i = function() {
4
- var e = this, n = e.$createElement, t = e._self._c || n;
5
- return t(a, {
1
+ import { n as a } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
2
+ var s = function() {
3
+ var e = this, l = e.$createElement, t = e._self._c || l;
4
+ return t("Page", {
6
5
  staticClass: "page-skeleton-new",
7
6
  attrs: {
8
7
  horizontal: ""
@@ -52,7 +51,7 @@ var i = function() {
52
51
  }, [e._t("default", function() {
53
52
  return [e._v("内容")];
54
53
  })], 2)])]);
55
- }, o = [];
54
+ }, i = [];
56
55
  const r = {
57
56
  name: "PageSkeletonNew",
58
57
  props: {
@@ -76,24 +75,24 @@ const r = {
76
75
  default: "240px"
77
76
  }
78
77
  }
79
- }, l = {};
80
- var c = /* @__PURE__ */ s(
78
+ }, n = {};
79
+ var o = /* @__PURE__ */ a(
81
80
  r,
81
+ s,
82
82
  i,
83
- o,
84
83
  !1,
85
- d,
84
+ c,
86
85
  null,
87
86
  null,
88
87
  null
89
88
  );
90
- function d(e) {
91
- for (let n in l)
92
- this[n] = l[n];
89
+ function c(e) {
90
+ for (let l in n)
91
+ this[l] = n[l];
93
92
  }
94
- const u = /* @__PURE__ */ function() {
95
- return c.exports;
93
+ const _ = /* @__PURE__ */ function() {
94
+ return o.exports;
96
95
  }();
97
96
  export {
98
- u as default
97
+ _ as default
99
98
  };