@web-utils/component 3.4.6 → 3.6.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 (113) hide show
  1. package/chat/index.mjs +1 -1
  2. package/chunks/ElementBaseInfo.jv89Vjy1.mjs +118 -0
  3. package/chunks/ElementForm.4QQYs5uq.mjs +241 -0
  4. package/chunks/ElementListeners.vfHHHAOL.mjs +255 -0
  5. package/chunks/ElementMultiInstance.3Z28ewuh.mjs +191 -0
  6. package/chunks/ElementOtherConfig.B1NfMTYh.mjs +60 -0
  7. package/chunks/ElementProperties.CRIQaaPc.mjs +112 -0
  8. package/chunks/ElementTaskConfig.MBbkLrth.mjs +326 -0
  9. package/chunks/FlowCondition.BfU9kw6h.mjs +132 -0
  10. package/chunks/{FormTemp.CJOJOy8K.mjs → FormTemp.BSpnNput.mjs} +4 -4
  11. package/chunks/SignalAndMessage.CH6L7cYu.mjs +96 -0
  12. package/chunks/UserTaskListeners.XXe5dC5I.mjs +210 -0
  13. package/chunks/confirmable-mixin.D4LAArE5.mjs +114 -0
  14. package/chunks/{dataformat.ARPY2U57.mjs → dataformat.B9UvztrQ.mjs} +7 -7
  15. package/chunks/{dic.DBmh9yzU.mjs → dic.CET0XdKP.mjs} +3 -3
  16. package/chunks/{event.mRPNW7Cx.mjs → event.BT1F_1vF.mjs} +6 -6
  17. package/chunks/{form-input-mixin.DMuQta5I.mjs → form-input-mixin.BkKiqJhi.mjs} +2 -2
  18. package/chunks/{form-item-mixin.CdcqXa2h.mjs → form-item-mixin.CG4ZwzMC.mjs} +1 -1
  19. package/chunks/{index.DwCBGcYk.mjs → index.MAFc4eFi.mjs} +4 -4
  20. package/chunks/{init.CauLYxJq.mjs → init.ofpxEyAI.mjs} +8 -8
  21. package/chunks/{json-beautifier.j1-U5g4P.mjs → json-beautifier.Bp3GslGm.mjs} +2 -0
  22. package/chunks/{util.BaRFvfAi.mjs → util.CoahLDYn.mjs} +7 -7
  23. package/chunks/utilSelf.CRqpl0Cz.mjs +56 -0
  24. package/chunks/utils.DRcxC1Fb.mjs +60 -0
  25. package/code-mirror-editor/index.mjs +45 -45
  26. package/confirm-button/index.mjs +1 -1
  27. package/confirmable/index.mjs +1 -1
  28. package/data-table-picker/index.mjs +1 -1
  29. package/dialog-form/index.mjs +1 -1
  30. package/e-charts/index.mjs +3 -3
  31. package/editable-tree/index.mjs +13 -13
  32. package/element-listeners/style.css +1 -0
  33. package/element-multi-instance/style.css +1 -0
  34. package/ellipsis/index.mjs +148 -0
  35. package/ellipsis/style.css +1 -0
  36. package/flex-column/index.mjs +1 -1
  37. package/flex-item/index.mjs +1 -1
  38. package/flex-row/index.mjs +1 -1
  39. package/flow/index.mjs +1 -1
  40. package/flow-designer/index.mjs +519 -2134
  41. package/flow-designer/style.css +1 -1
  42. package/flow-node/index.mjs +1 -1
  43. package/form-cascader/index.mjs +5 -5
  44. package/form-checkbox-group/index.mjs +2 -2
  45. package/form-date-picker/index.mjs +2 -2
  46. package/form-holder/index.mjs +1 -1
  47. package/form-input/index.mjs +2 -2
  48. package/form-input-email/index.mjs +2 -2
  49. package/form-input-id-card/index.mjs +2 -2
  50. package/form-input-number/index.mjs +2 -2
  51. package/form-input-phone-number/index.mjs +2 -2
  52. package/form-input-tag/index.mjs +2 -2
  53. package/form-input-time/index.mjs +2 -2
  54. package/form-item/index.mjs +1 -1
  55. package/form-radio-group/index.mjs +2 -2
  56. package/form-select/index.mjs +2 -2
  57. package/form-switch/index.mjs +2 -2
  58. package/form-textarea/index.mjs +2 -2
  59. package/form-view/index.mjs +3 -3
  60. package/fy-array/index.mjs +2 -2
  61. package/fy-cascader/index.mjs +1 -1
  62. package/fy-checkbox/index.mjs +1 -1
  63. package/fy-code/index.mjs +1 -1
  64. package/fy-curd/index.mjs +9 -9
  65. package/fy-date/index.mjs +1 -1
  66. package/fy-draggable/index.mjs +1 -1
  67. package/fy-dynamic/index.mjs +2 -2
  68. package/fy-empty/index.mjs +1 -1
  69. package/fy-form/index.mjs +14 -14
  70. package/fy-form-design/index.mjs +2 -2
  71. package/fy-input/index.mjs +1 -1
  72. package/fy-input-color/index.mjs +1 -1
  73. package/fy-input-icon/index.mjs +1 -1
  74. package/fy-input-map/index.mjs +1 -1
  75. package/fy-input-number/index.mjs +1 -1
  76. package/fy-input-table/index.mjs +1 -1
  77. package/fy-input-tree/index.mjs +1 -1
  78. package/fy-input-tree/style.css +1 -1
  79. package/fy-radio/index.mjs +1 -1
  80. package/fy-rate/index.mjs +1 -1
  81. package/fy-select/index.mjs +3 -3
  82. package/fy-slider/index.mjs +2 -2
  83. package/fy-switch/index.mjs +1 -1
  84. package/fy-time/index.mjs +1 -1
  85. package/fy-title/index.mjs +1 -1
  86. package/fy-tree/index.mjs +1 -1
  87. package/fy-u-editor/index.mjs +1 -1
  88. package/fy-upload/index.mjs +2 -2
  89. package/image-cropper/index.mjs +1 -1
  90. package/image-preview/index.mjs +1 -1
  91. package/index.mjs +455 -451
  92. package/license/index.mjs +1 -1
  93. package/login/index.mjs +1 -1
  94. package/monaco-editor/index.mjs +1 -1
  95. package/package.json +16 -16
  96. package/page-index/index.mjs +1 -1
  97. package/page-index-top/index.mjs +1 -1
  98. package/pageable-table/index.mjs +3 -3
  99. package/pageable-view/index.mjs +3 -3
  100. package/present-view/index.mjs +3 -3
  101. package/record-video/index.mjs +1 -1
  102. package/resize-observer/index.mjs +1 -1
  103. package/search/index.mjs +2 -2
  104. package/search-popover/index.mjs +4 -4
  105. package/sign/index.mjs +1 -1
  106. package/table-view/index.mjs +6 -6
  107. package/text-ellipsis/index.mjs +1 -1
  108. package/verify/index.mjs +1 -1
  109. package/vue-tree-select/index.mjs +354 -347
  110. package/vue-tree-select/style.css +1 -1
  111. package/watermark/index.mjs +1 -1
  112. package/web-types.json +82 -4
  113. package/chunks/confirmable-mixin.D2KW-Qlc.mjs +0 -116
@@ -1,4 +1,4 @@
1
- import { p as s, e as n } from "../chunks/event.mRPNW7Cx.mjs";
1
+ import { p as s, e as n } from "../chunks/event.BT1F_1vF.mjs";
2
2
  import { n as r } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
3
3
  const a = {
4
4
  name: "FyTitle",
package/fy-tree/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { s as d, o as l, a as r } from "../chunks/util.BaRFvfAi.mjs";
1
+ import { o as l, D as r, s as d } from "../chunks/util.CoahLDYn.mjs";
2
2
  import { p as h } from "../chunks/permission.CO31YIkD.mjs";
3
3
  import { isBlank as u } from "@web-utils/core";
4
4
  import { n as p } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
@@ -28,7 +28,7 @@ var u = (e, t, r) => new Promise((o, i) => {
28
28
  });
29
29
  import "@wangeditor/editor/dist/css/style.css";
30
30
  import { createEditor as v, createToolbar as A } from "@wangeditor/editor";
31
- import { p as O } from "../chunks/util.BaRFvfAi.mjs";
31
+ import { p as O } from "../chunks/util.CoahLDYn.mjs";
32
32
  import { n as _ } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
33
33
  const w = (e) => {
34
34
  const { region: t, endpoint: r, accessKeyId: o, accessKeySecret: i, bucket: n } = e;
@@ -1,5 +1,5 @@
1
- import { p as R, e as I } from "../chunks/event.mRPNW7Cx.mjs";
2
- import { B, i as F, p as N } from "../chunks/util.BaRFvfAi.mjs";
1
+ import { p as R, e as I } from "../chunks/event.BT1F_1vF.mjs";
2
+ import { B, i as F, p as N } from "../chunks/util.CoahLDYn.mjs";
3
3
  import { p as A } from "../chunks/packages.CWPkeLu9.mjs";
4
4
  import { isBlank as b } from "@web-utils/core";
5
5
  import { n as K } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
@@ -9,7 +9,7 @@ var s = (o, e, t) => e in o ? p(o, e, { enumerable: !0, configurable: !0, writab
9
9
  l.call(e, t) && s(o, t, e[t]);
10
10
  return o;
11
11
  };
12
- import { B as u } from "../chunks/util.BaRFvfAi.mjs";
12
+ import { B as u } from "../chunks/util.CoahLDYn.mjs";
13
13
  import { VueCropper as f } from "vue-cropper";
14
14
  import m from "vue";
15
15
  import { n as h } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";
@@ -9,7 +9,7 @@ var r = (i, e, t) => e in i ? m(i, e, { enumerable: !0, configurable: !0, writab
9
9
  v.call(e, t) && r(i, t, e[t]);
10
10
  return i;
11
11
  };
12
- import { i as p } from "../chunks/util.BaRFvfAi.mjs";
12
+ import { i as p } from "../chunks/util.CoahLDYn.mjs";
13
13
  import { setPx as u } from "@web-utils/core";
14
14
  import _ from "vue";
15
15
  import { n as f } from "../chunks/_plugin-vue2_normalizer.CeySl7Fu.mjs";