@web-utils/component 3.0.1 → 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 (168) 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/index.mjs +477 -480
  92. package/input-number/index.mjs +173 -63
  93. package/license/index.mjs +1 -1
  94. package/loading-view/index.mjs +33 -15
  95. package/login/index.mjs +1 -1
  96. package/nav-bar/index.mjs +31 -15
  97. package/package.json +1 -1
  98. package/page/index.mjs +20 -12
  99. package/page-header/index.mjs +34 -13
  100. package/page-index-top/index.mjs +53 -100
  101. package/page-skeleton/index.mjs +35 -18
  102. package/page-skeleton-new/index.mjs +15 -16
  103. package/pageable-table/index.mjs +228 -86
  104. package/pageable-view/index.mjs +1 -1
  105. package/present-view/index.mjs +71 -75
  106. package/record-video/index.mjs +1 -1
  107. package/resize-observer/index.mjs +29 -21
  108. package/search/index.mjs +9 -9
  109. package/search-popover/index.mjs +1 -1
  110. package/sign/index.mjs +1 -1
  111. package/split-pane/index.mjs +45 -40
  112. package/swiper/index.mjs +13 -14
  113. package/table-view/index.mjs +97 -631
  114. package/text-ellipsis/index.mjs +1 -1
  115. package/tinymce-editor/index.mjs +63 -63
  116. package/toolbar/index.mjs +208 -15
  117. package/toolbar-button/index.mjs +56 -30
  118. package/verify/index.mjs +1 -1
  119. package/watermark/index.mjs +1 -1
  120. package/web-types.json +1 -85
  121. package/x-input-tag/index.mjs +118 -49
  122. package/chunks/CountUp.f1a19f35.mjs +0 -124
  123. package/chunks/CountUp.vue_vue_type_template_lang.1f68c96e.mjs +0 -8
  124. package/chunks/EasyPopup.vue_vue_type_style_index_0_lang.89350bda.mjs +0 -32
  125. package/chunks/EditableTree.vue_vue_type_style_index_0_lang.5dba9f89.mjs +0 -356
  126. package/chunks/ElementDialog.d8f3105c.mjs +0 -211
  127. package/chunks/ElementDialog.vue_vue_type_style_index_0_lang.57cb8e07.mjs +0 -95
  128. package/chunks/EmptyView.e2430422.mjs +0 -51
  129. package/chunks/EmptyView.vue_vue_type_style_index_0_lang.ffa84770.mjs +0 -23
  130. package/chunks/FlowNode.vue_vue_type_template_lang.662bdcfa.mjs +0 -37
  131. package/chunks/FormInput.vue_vue_type_template_lang.3cb79386.mjs +0 -65
  132. package/chunks/FormItem.2920ac0c.mjs +0 -45
  133. package/chunks/FormItem.vue_vue_type_style_index_0_lang.970bd712.mjs +0 -258
  134. package/chunks/FormItemGroup.41daddb6.mjs +0 -64
  135. package/chunks/FormItemGroup.vue_vue_type_style_index_0_lang.b588a8ea.mjs +0 -155
  136. package/chunks/FyCurd.8acd2983.mjs +0 -548
  137. package/chunks/FyCurd.vue_vue_type_style_index_0_lang.4fbd4b30.mjs +0 -2945
  138. package/chunks/FyDate.vue_vue_type_style_index_0_lang.429c03e3.mjs +0 -47
  139. package/chunks/FyDynamic.vue_vue_type_style_index_0_lang.304417ce.mjs +0 -151
  140. package/chunks/FyEmpty.vue_vue_type_style_index_0_lang.fc8bd24c.mjs +0 -22
  141. package/chunks/FyForm.0294e494.mjs +0 -439
  142. package/chunks/FyForm.vue_vue_type_style_index_0_lang.6e64daee.mjs +0 -737
  143. package/chunks/FyInput.vue_vue_type_template_lang.d2c56811.mjs +0 -93
  144. package/chunks/FyInputColor.vue_vue_type_template_lang.6eca0ddd.mjs +0 -56
  145. package/chunks/FyInputIcon.vue_vue_type_style_index_0_lang.11a6a221.mjs +0 -158
  146. package/chunks/FyRate.vue_vue_type_style_index_0_lang.82174185.mjs +0 -39
  147. package/chunks/FySelect.vue_vue_type_style_index_0_lang.5f0f3244.mjs +0 -102
  148. package/chunks/FyTabs.vue_vue_type_template_lang.66af5ac9.mjs +0 -41
  149. package/chunks/HighlightJS.vue_vue_type_style_index_0_lang.fefeaa3b.mjs +0 -15
  150. package/chunks/IconTemp.42c48e1f.mjs +0 -32
  151. package/chunks/IconTemp.vue_vue_type_style_index_0_lang.a0777b31.mjs +0 -23
  152. package/chunks/InputNumber.vue_vue_type_style_index_0_lang.18046bd3.mjs +0 -172
  153. package/chunks/LoadingView.vue_vue_type_style_index_0_lang.4c3fff2a.mjs +0 -23
  154. package/chunks/NavBar.vue_vue_type_style_index_0_lang.e21b57f3.mjs +0 -21
  155. package/chunks/Page.81f4b8d9.mjs +0 -32
  156. package/chunks/Page.vue_vue_type_style_index_0_lang.cb4f9bf2.mjs +0 -13
  157. package/chunks/PageHeader.vue_vue_type_style_index_0_lang.3bcca5aa.mjs +0 -26
  158. package/chunks/PageSkeleton.vue_vue_type_style_index_0_lang.8621381f.mjs +0 -88
  159. package/chunks/PageableTable.333cbdc1.mjs +0 -335
  160. package/chunks/PageableTable.vue_vue_type_style_index_0_lang.fd89fb43.mjs +0 -148
  161. package/chunks/ResizeObserver.60f728f0.mjs +0 -54
  162. package/chunks/ResizeObserver.vue_vue_type_style_index_0_lang.7079029c.mjs +0 -13
  163. package/chunks/TableColumn.8503272e.mjs +0 -106
  164. package/chunks/Toolbar.5c539dbb.mjs +0 -24
  165. package/chunks/Toolbar.vue_vue_type_style_index_0_lang.7594243c.mjs +0 -275
  166. package/chunks/ToolbarButton.vue_vue_type_style_index_0_lang.e2cb14ba.mjs +0 -31
  167. package/chunks/XInputTag.vue_vue_type_style_index_0_lang.7ad045b3.mjs +0 -74
  168. package/color-picker/index.mjs +0 -296
@@ -1,23 +1,22 @@
1
1
  var l = Object.defineProperty;
2
- var s = Object.getOwnPropertySymbols;
2
+ var a = Object.getOwnPropertySymbols;
3
3
  var u = Object.prototype.hasOwnProperty, f = Object.prototype.propertyIsEnumerable;
4
- var a = (e, t, o) => t in e ? l(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, p = (e, t) => {
4
+ var s = (e, t, o) => t in e ? l(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, p = (e, t) => {
5
5
  for (var o in t || (t = {}))
6
- u.call(t, o) && a(e, o, t[o]);
7
- if (s)
8
- for (var o of s(t))
9
- f.call(t, o) && a(e, o, t[o]);
6
+ u.call(t, o) && s(e, o, t[o]);
7
+ if (a)
8
+ for (var o of a(t))
9
+ f.call(t, o) && s(e, o, t[o]);
10
10
  return e;
11
11
  };
12
- import { B as m } from "../chunks/util.7844e2c2.mjs";
12
+ import { B as m } from "../chunks/util.ae730cde.mjs";
13
13
  import { VueCropper as d } from "vue-cropper";
14
14
  import h from "vue";
15
15
  import n from "element-ui/lib/button";
16
- import { _ as v } from "../chunks/ElementDialog.d8f3105c.mjs";
17
- import { n as g } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
18
- var _ = function() {
16
+ import { n as v } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
17
+ var g = function() {
19
18
  var e = this, t = e.$createElement, o = e._self._c || t;
20
- return o(v, {
19
+ return o("ElementDialog", {
21
20
  staticClass: "avue-cropper",
22
21
  attrs: {
23
22
  visible: e.visible,
@@ -146,7 +145,7 @@ var _ = function() {
146
145
  alt: ""
147
146
  }
148
147
  })])])])]);
149
- }, x = [];
148
+ }, _ = [];
150
149
  const r = {
151
150
  name: "ImageCropper",
152
151
  components: {
@@ -189,7 +188,7 @@ const r = {
189
188
  e && e(), this.visible = !1, this.option.cancel && this.option.cancel(), typeof this.option.beforeClose == "function" && this.option.beforeClose(), this.$destroy(), this.$el.remove();
190
189
  }
191
190
  }
192
- }, b = (e = {}) => {
191
+ }, x = (e = {}) => {
193
192
  const t = h.extend(r), o = p({
194
193
  outputSize: 1,
195
194
  // 裁剪生成图片的质量(可选0.1 - 1)
@@ -227,25 +226,25 @@ const r = {
227
226
  }).$mount();
228
227
  return document.body.appendChild(i.$el), i.show(), i;
229
228
  };
230
- r.imageCropper = b;
231
- const C = r, c = {};
232
- var y = /* @__PURE__ */ g(
233
- C,
229
+ r.imageCropper = x;
230
+ const b = r, c = {};
231
+ var C = /* @__PURE__ */ v(
232
+ b,
233
+ g,
234
234
  _,
235
- x,
236
235
  !1,
237
- $,
236
+ y,
238
237
  null,
239
238
  null,
240
239
  null
241
240
  );
242
- function $(e) {
241
+ function y(e) {
243
242
  for (let t in c)
244
243
  this[t] = c[t];
245
244
  }
246
- const M = /* @__PURE__ */ function() {
247
- return y.exports;
245
+ const B = /* @__PURE__ */ function() {
246
+ return C.exports;
248
247
  }();
249
248
  export {
250
- M as default
249
+ B as default
251
250
  };
@@ -9,7 +9,7 @@ var r = (e, i, t) => i in e ? d(e, i, { enumerable: !0, configurable: !0, writab
9
9
  h.call(i, t) && r(e, t, i[t]);
10
10
  return e;
11
11
  };
12
- import { v as p } from "../chunks/util.7844e2c2.mjs";
12
+ import { i as p } from "../chunks/util.ae730cde.mjs";
13
13
  import { setPx as u } from "@web-utils/core";
14
14
  import f from "vue";
15
15
  import g from "element-ui/lib/carousel-item";