@farris/ui-vue 1.2.8 → 1.2.9

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 (215) hide show
  1. package/components/accordion/index.esm.js +129 -129
  2. package/components/accordion/index.umd.cjs +1 -0
  3. package/components/avatar/index.esm.js +166 -157
  4. package/components/avatar/index.umd.cjs +1 -0
  5. package/components/border-editor/index.umd.cjs +1 -0
  6. package/components/button/index.umd.cjs +1 -0
  7. package/components/button-edit/index.esm.js +343 -325
  8. package/components/button-edit/index.umd.cjs +1 -0
  9. package/components/button-group/index.umd.cjs +1 -0
  10. package/components/calculator/index.umd.cjs +1 -0
  11. package/components/calendar/index.esm.js +338 -338
  12. package/components/calendar/index.umd.cjs +1 -0
  13. package/components/capsule/index.esm.js +182 -182
  14. package/components/capsule/index.umd.cjs +1 -0
  15. package/components/checkbox/index.esm.js +326 -317
  16. package/components/checkbox/index.umd.cjs +1 -0
  17. package/components/color-picker/index.esm.js +118 -118
  18. package/components/color-picker/index.umd.cjs +3 -0
  19. package/components/combo-list/index.esm.js +338 -325
  20. package/components/combo-list/index.umd.cjs +1 -0
  21. package/components/combo-tree/index.esm.js +62 -62
  22. package/components/combo-tree/index.umd.cjs +1 -0
  23. package/components/common/index.umd.cjs +1 -0
  24. package/components/component/index.esm.js +382 -270
  25. package/components/component/index.umd.cjs +1 -0
  26. package/components/condition/index.esm.js +1018 -895
  27. package/components/condition/index.umd.cjs +1 -0
  28. package/components/content-container/index.esm.js +285 -212
  29. package/components/content-container/index.umd.cjs +1 -0
  30. package/components/data-grid/index.css +1 -1
  31. package/components/data-grid/index.esm.js +4761 -4319
  32. package/components/data-grid/index.umd.cjs +1 -0
  33. package/components/data-view/index.esm.js +2901 -2664
  34. package/components/data-view/index.umd.cjs +1 -0
  35. package/components/date-picker/index.esm.js +1502 -1488
  36. package/components/date-picker/index.umd.cjs +1 -0
  37. package/components/designer-canvas/index.css +1 -1
  38. package/components/designer-canvas/index.esm.js +938 -928
  39. package/components/designer-canvas/index.umd.cjs +1 -0
  40. package/components/designer-outline/index.css +1 -1
  41. package/components/designer-outline/index.esm.js +27 -27
  42. package/components/designer-outline/index.umd.cjs +1 -0
  43. package/components/designer-toolbox/index.esm.js +36 -12
  44. package/components/designer-toolbox/index.umd.cjs +1 -0
  45. package/components/discussion-editor/index.umd.cjs +3 -0
  46. package/components/discussion-list/index.umd.cjs +1 -0
  47. package/components/drawer/index.umd.cjs +1 -0
  48. package/components/dropdown/index.esm.js +241 -241
  49. package/components/dropdown/index.umd.cjs +2 -0
  50. package/components/dynamic-form/index.esm.js +1074 -885
  51. package/components/dynamic-form/index.umd.cjs +1 -0
  52. package/components/dynamic-resolver/index.esm.js +99 -94
  53. package/components/dynamic-resolver/index.umd.cjs +1 -0
  54. package/components/dynamic-view/index.umd.cjs +1 -0
  55. package/components/enum-editor/index.umd.cjs +1 -0
  56. package/components/events-editor/index.esm.js +577 -522
  57. package/components/events-editor/index.umd.cjs +1 -0
  58. package/components/expression-editor/index.esm.js +70 -70
  59. package/components/expression-editor/index.umd.cjs +1 -0
  60. package/components/external-container/index.css +1 -1
  61. package/components/external-container/index.esm.js +2938 -2619
  62. package/components/external-container/index.umd.cjs +1 -0
  63. package/components/field-selector/index.css +1 -1
  64. package/components/field-selector/index.esm.js +4766 -4325
  65. package/components/field-selector/index.umd.cjs +1 -0
  66. package/components/filter-bar/index.css +1 -1
  67. package/components/filter-bar/index.esm.js +1231 -1215
  68. package/components/filter-bar/index.umd.cjs +1 -0
  69. package/components/flow-canvas/index.css +1 -1
  70. package/components/flow-canvas/index.esm.js +1062 -1052
  71. package/components/flow-canvas/index.umd.cjs +1 -0
  72. package/components/image-cropper/index.esm.js +373 -373
  73. package/components/image-cropper/index.umd.cjs +1 -0
  74. package/components/input-group/index.esm.js +398 -394
  75. package/components/input-group/index.umd.cjs +1 -0
  76. package/components/layout/index.esm.js +268 -268
  77. package/components/layout/index.umd.cjs +1 -0
  78. package/components/list-nav/index.esm.js +234 -161
  79. package/components/list-nav/index.umd.cjs +1 -0
  80. package/components/list-view/index.css +1 -1
  81. package/components/list-view/index.esm.js +2288 -2048
  82. package/components/list-view/index.umd.cjs +1 -0
  83. package/components/loading/index.umd.cjs +8 -0
  84. package/components/locale/index.umd.cjs +1 -0
  85. package/components/lookup/index.css +1 -1
  86. package/components/lookup/index.esm.js +5776 -5305
  87. package/components/lookup/index.umd.cjs +1 -0
  88. package/components/mapping-editor/index.css +1 -1
  89. package/components/mapping-editor/index.esm.js +5496 -5036
  90. package/components/mapping-editor/index.umd.cjs +1 -0
  91. package/components/message-box/index.umd.cjs +1 -0
  92. package/components/modal/index.umd.cjs +1 -0
  93. package/components/nav/index.esm.js +383 -322
  94. package/components/nav/index.umd.cjs +3 -0
  95. package/components/notify/index.umd.cjs +1 -0
  96. package/components/number-range/index.esm.js +273 -269
  97. package/components/number-range/index.umd.cjs +1 -0
  98. package/components/number-spinner/index.esm.js +292 -283
  99. package/components/number-spinner/index.umd.cjs +1 -0
  100. package/components/order/index.css +1 -1
  101. package/components/order/index.esm.js +1008 -925
  102. package/components/order/index.umd.cjs +1 -0
  103. package/components/page-footer/index.esm.js +98 -98
  104. package/components/page-footer/index.umd.cjs +1 -0
  105. package/components/page-header/index.esm.js +949 -847
  106. package/components/page-header/index.umd.cjs +1 -0
  107. package/components/pagination/index.esm.js +464 -403
  108. package/components/pagination/index.umd.cjs +1 -0
  109. package/components/popover/index.umd.cjs +1 -0
  110. package/components/progress/index.esm.js +226 -226
  111. package/components/progress/index.umd.cjs +3 -0
  112. package/components/property-editor/index.esm.js +1110 -1092
  113. package/components/property-editor/index.umd.cjs +3 -0
  114. package/components/property-panel/index.esm.js +520 -513
  115. package/components/property-panel/index.umd.cjs +1 -0
  116. package/components/query-solution/index.css +1 -1
  117. package/components/query-solution/index.esm.js +1714 -1575
  118. package/components/query-solution/index.umd.cjs +1 -0
  119. package/components/radio-button/index.esm.js +67 -67
  120. package/components/radio-button/index.umd.cjs +1 -0
  121. package/components/radio-group/index.esm.js +298 -289
  122. package/components/radio-group/index.umd.cjs +1 -0
  123. package/components/rate/index.esm.js +195 -190
  124. package/components/rate/index.umd.cjs +1 -0
  125. package/components/response-layout/index.esm.js +112 -112
  126. package/components/response-layout/index.umd.cjs +1 -0
  127. package/components/response-layout-editor/index.esm.js +902 -877
  128. package/components/response-layout-editor/index.umd.cjs +1 -0
  129. package/components/response-toolbar/index.esm.js +874 -778
  130. package/components/response-toolbar/index.umd.cjs +1 -0
  131. package/components/schema-selector/index.css +1 -1
  132. package/components/schema-selector/index.esm.js +4594 -4289
  133. package/components/schema-selector/index.umd.cjs +8 -0
  134. package/components/search-box/index.esm.js +126 -126
  135. package/components/search-box/index.umd.cjs +1 -0
  136. package/components/section/index.esm.js +645 -503
  137. package/components/section/index.umd.cjs +1 -0
  138. package/components/smoke-detector/index.esm.js +120 -120
  139. package/components/smoke-detector/index.umd.cjs +1 -0
  140. package/components/spacing-editor/index.umd.cjs +1 -0
  141. package/components/splitter/index.esm.js +421 -348
  142. package/components/splitter/index.umd.cjs +1 -0
  143. package/components/step/index.esm.js +219 -219
  144. package/components/step/index.umd.cjs +1 -0
  145. package/components/switch/index.esm.js +232 -222
  146. package/components/switch/index.umd.cjs +1 -0
  147. package/components/tabs/index.esm.js +1823 -1744
  148. package/components/tabs/index.umd.cjs +1 -0
  149. package/components/tags/index.esm.js +399 -401
  150. package/components/tags/index.umd.cjs +1 -0
  151. package/components/text/index.esm.js +164 -164
  152. package/components/text/index.umd.cjs +1 -0
  153. package/components/textarea/index.esm.js +220 -215
  154. package/components/textarea/index.umd.cjs +1 -0
  155. package/components/time-picker/index.esm.js +693 -666
  156. package/components/time-picker/index.umd.cjs +1 -0
  157. package/components/tooltip/index.umd.cjs +1 -0
  158. package/components/transfer/index.css +1 -1
  159. package/components/transfer/index.esm.js +422 -413
  160. package/components/transfer/index.umd.cjs +1 -0
  161. package/components/tree-grid/index.css +1 -1
  162. package/components/tree-grid/index.esm.js +4799 -4358
  163. package/components/tree-grid/index.umd.cjs +1 -0
  164. package/components/tree-view/index.esm.js +2448 -2215
  165. package/components/tree-view/index.umd.cjs +1 -0
  166. package/components/uploader/index.esm.js +164 -164
  167. package/components/uploader/index.umd.cjs +2 -0
  168. package/components/verify-detail/index.esm.js +143 -143
  169. package/components/verify-detail/index.umd.cjs +1 -0
  170. package/components/video/index.esm.js +410 -331
  171. package/components/video/index.umd.cjs +1 -0
  172. package/components/weather/index.esm.js +901 -901
  173. package/components/weather/index.umd.cjs +16 -0
  174. package/farris.all.esm.js +12305 -11403
  175. package/farris.all.umd.cjs +8 -8
  176. package/index.css +1 -1
  177. package/package.json +1 -1
  178. package/types/button-edit/src/designer/button-group.design.component.d.ts +7 -0
  179. package/types/combo-list/src/components/list-container.component.d.ts +3 -0
  180. package/types/combo-list/src/components/list-container.props.d.ts +5 -1
  181. package/types/common/entity/entity-schema.d.ts +258 -0
  182. package/types/component/src/component-ref.props.d.ts +4 -0
  183. package/types/component/src/composition/inner-component-build-info.d.ts +27 -0
  184. package/types/component/src/designer/use-designer-rules.d.ts +2 -2
  185. package/types/data-grid/index.d.ts +5 -2
  186. package/types/data-grid/src/composition/data-grid-component-creator.service.d.ts +33 -0
  187. package/types/data-grid/src/data-grid.component.d.ts +2 -1
  188. package/types/data-grid/src/data-grid.props.d.ts +2 -2
  189. package/types/data-grid/src/designer/use-group-column.d.ts +20 -0
  190. package/types/data-grid/src/property-config/data-grid.property-config.d.ts +4 -0
  191. package/types/data-grid/src/schema/schema-resolver.d.ts +2 -1
  192. package/types/data-view/components/column-format/boolean.component.d.ts +4 -0
  193. package/types/data-view/components/column-format/column-format.component.d.ts +4 -0
  194. package/types/data-view/components/column-format/date.component.d.ts +4 -0
  195. package/types/data-view/components/column-format/enum.component.d.ts +4 -0
  196. package/types/data-view/components/column-format/number.component.d.ts +4 -0
  197. package/types/data-view/composition/pagination/use-pagination.d.ts +1 -0
  198. package/types/data-view/composition/types.d.ts +18 -6
  199. package/types/data-view/composition/use-edit.d.ts +2 -1
  200. package/types/designer-canvas/src/composition/function/use-dragula.d.ts +2 -2
  201. package/types/designer-canvas/src/types.d.ts +2 -2
  202. package/types/dynamic-form/index.d.ts +2 -1
  203. package/types/dynamic-form/src/composition/response-form-component-creator.service.d.ts +31 -0
  204. package/types/dynamic-form/src/schema/schema-resolver.d.ts +2 -1
  205. package/types/dynamic-resolver/src/schema-resolver.d.ts +2 -1
  206. package/types/dynamic-resolver/src/types.d.ts +3 -2
  207. package/types/response-toolbar/src/response-toolbar.props.d.ts +2 -2
  208. package/types/response-toolbar/src/schema/schema-mapper.d.ts +4 -0
  209. package/types/section/src/property-config/section.property-config.d.ts +93 -0
  210. package/types/section/src/schema/schema-resolver.d.ts +2 -1
  211. package/types/tabs/src/composition/types.d.ts +2 -2
  212. package/types/tabs/src/designer/tab-header-item.design.component.d.ts +3 -1
  213. package/types/tabs/src/property-config/tab-page.property-config.d.ts +60 -0
  214. package/types/tabs/src/schema/schema-resolver.d.ts +2 -1
  215. package/types/tags/index.d.ts +36 -5
@@ -1,102 +1,102 @@
1
- import { inject as Te, ref as v, onMounted as Ae, onUnmounted as lt, watch as K, defineComponent as Ce, createVNode as T, withModifiers as O } from "vue";
2
- import { cloneDeep as nt } from "lodash-es";
1
+ import { inject as Ae, ref as v, onMounted as Te, onUnmounted as nt, watch as K, defineComponent as Ce, createVNode as T, withModifiers as F } from "vue";
2
+ import { cloneDeep as lt } from "lodash-es";
3
3
  const Se = {}, Ee = {};
4
4
  function he(e) {
5
- const { properties: i, title: r } = e, m = Object.keys(i).reduce((o, t) => (o[t] = i[t].type === "object" && i[t].properties ? he(i[t]) : nt(i[t].default), o), {});
6
- return m.id = `${r}-${Date.now()}`, m;
5
+ const { properties: i, title: r, ignore: y } = e, o = y && Array.isArray(y), t = Object.keys(i).reduce((h, g) => ((!o || !y.find((w) => w == g)) && (h[g] = i[g].type === "object" && i[g].properties ? he(i[g]) : lt(i[g].default)), h), {});
6
+ return (!o || !y.find((h) => h == "id")) && (t.id = `${r}-${Date.now()}`), t;
7
7
  }
8
- function ve(e, i = {}) {
9
- const r = Se[e];
10
- if (r) {
11
- let m = he(r);
12
- const o = Ee[e];
13
- return m = o ? o({ getSchemaByType: ve }, m, i) : m, m;
8
+ function ve(e, i = {}, r) {
9
+ const y = Se[e];
10
+ if (y) {
11
+ let o = he(y);
12
+ const t = Ee[e];
13
+ return o = t ? t({ getSchemaByType: ve }, o, i, r) : o, o;
14
14
  }
15
15
  return null;
16
16
  }
17
17
  function ut(e, i) {
18
18
  const r = he(i);
19
- return Object.keys(e).reduce((m, o) => (m[o] && typeof m[o] == "object" ? Object.assign(m[o], e[o]) : m[o] = e[o], m), r), r;
19
+ return Object.keys(e).reduce((y, o) => (y[o] && typeof y[o] == "object" ? Object.assign(y[o], e[o]) : y[o] = e[o], y), r), r;
20
20
  }
21
21
  function rt(e, i) {
22
- return Object.keys(e).filter((m) => e[m] != null).reduce((m, o) => {
22
+ return Object.keys(e).filter((y) => e[y] != null).reduce((y, o) => {
23
23
  if (i.has(o)) {
24
24
  const t = i.get(o);
25
25
  if (typeof t == "string")
26
- m[t] = e[o];
26
+ y[t] = e[o];
27
27
  else {
28
- const p = t(o, e[o], e);
29
- Object.assign(m, p);
28
+ const h = t(o, e[o], e);
29
+ Object.assign(y, h);
30
30
  }
31
31
  } else
32
- m[o] = e[o];
33
- return m;
32
+ y[o] = e[o];
33
+ return y;
34
34
  }, {});
35
35
  }
36
36
  function st(e, i, r = /* @__PURE__ */ new Map()) {
37
- const m = ut(e, i);
38
- return rt(m, r);
37
+ const y = ut(e, i);
38
+ return rt(y, r);
39
39
  }
40
40
  function ot(e = {}) {
41
- function i(s, y, g, l) {
42
- if (typeof g == "number")
43
- return l[s].length === g;
44
- if (typeof g == "object") {
45
- const u = Object.keys(g)[0], w = g[u];
41
+ function i(s, x, m, n) {
42
+ if (typeof m == "number")
43
+ return n[s].length === m;
44
+ if (typeof m == "object") {
45
+ const u = Object.keys(m)[0], A = m[u];
46
46
  if (u === "not")
47
- return Number(l[s].length) !== Number(w);
47
+ return Number(n[s].length) !== Number(A);
48
48
  if (u === "moreThan")
49
- return Number(l[s].length) >= Number(w);
49
+ return Number(n[s].length) >= Number(A);
50
50
  if (u === "lessThan")
51
- return Number(l[s].length) <= Number(w);
51
+ return Number(n[s].length) <= Number(A);
52
52
  }
53
53
  return !1;
54
54
  }
55
- function r(s, y, g, l) {
56
- return l[s] && l[s].propertyValue && String(l[s].propertyValue.value) === String(g);
55
+ function r(s, x, m, n) {
56
+ return n[s] && n[s].propertyValue && String(n[s].propertyValue.value) === String(m);
57
57
  }
58
- const m = /* @__PURE__ */ new Map([
58
+ const y = /* @__PURE__ */ new Map([
59
59
  ["length", i],
60
60
  ["getProperty", r]
61
61
  ]);
62
- Object.keys(e).reduce((s, y) => (s.set(y, e[y]), s), m);
63
- function o(s, y) {
64
- const g = s;
65
- return typeof y == "number" ? [{ target: g, operator: "length", param: null, value: Number(y) }] : typeof y == "boolean" ? [{ target: g, operator: "getProperty", param: s, value: !!y }] : typeof y == "object" ? Object.keys(y).map((l) => {
66
- if (l === "length")
67
- return { target: g, operator: "length", param: null, value: y[l] };
68
- const u = l, w = y[l];
69
- return { target: g, operator: "getProperty", param: u, value: w };
62
+ Object.keys(e).reduce((s, x) => (s.set(x, e[x]), s), y);
63
+ function o(s, x) {
64
+ const m = s;
65
+ return typeof x == "number" ? [{ target: m, operator: "length", param: null, value: Number(x) }] : typeof x == "boolean" ? [{ target: m, operator: "getProperty", param: s, value: !!x }] : typeof x == "object" ? Object.keys(x).map((n) => {
66
+ if (n === "length")
67
+ return { target: m, operator: "length", param: null, value: x[n] };
68
+ const u = n, A = x[n];
69
+ return { target: m, operator: "getProperty", param: u, value: A };
70
70
  }) : [];
71
71
  }
72
72
  function t(s) {
73
- return Object.keys(s).reduce((g, l) => {
74
- const u = o(l, s[l]);
75
- return g.push(...u), g;
73
+ return Object.keys(s).reduce((m, n) => {
74
+ const u = o(n, s[n]);
75
+ return m.push(...u), m;
76
76
  }, []);
77
77
  }
78
- function p(s, y) {
79
- if (m.has(s.operator)) {
80
- const g = m.get(s.operator);
81
- return g && g(s.target, s.param, s.value, y) || !1;
78
+ function h(s, x) {
79
+ if (y.has(s.operator)) {
80
+ const m = y.get(s.operator);
81
+ return m && m(s.target, s.param, s.value, x) || !1;
82
82
  }
83
83
  return !1;
84
84
  }
85
- function b(s, y) {
86
- return t(s).reduce((u, w) => u && p(w, y), !0);
85
+ function g(s, x) {
86
+ return t(s).reduce((u, A) => u && h(A, x), !0);
87
87
  }
88
- function A(s, y) {
89
- const g = Object.keys(s), l = g.includes("allOf"), u = g.includes("anyOf"), w = l || u, W = (w ? s[w ? l ? "allOf" : "anyOf" : "allOf"] : [s]).map((D) => b(D, y));
90
- return l ? !W.includes(!1) : W.includes(!0);
88
+ function w(s, x) {
89
+ const m = Object.keys(s), n = m.includes("allOf"), u = m.includes("anyOf"), A = n || u, L = (A ? s[A ? n ? "allOf" : "anyOf" : "allOf"] : [s]).map((D) => g(D, x));
90
+ return n ? !L.includes(!1) : L.includes(!0);
91
91
  }
92
- return { parseValueSchema: A };
92
+ return { parseValueSchema: w };
93
93
  }
94
94
  const ct = {}, ft = {};
95
95
  ot();
96
- function vt(e, i, r = /* @__PURE__ */ new Map(), m = (p, b, A) => b, o = {}, t = (p) => p) {
97
- return Se[i.title] = i, Ee[i.title] = m, ct[i.title] = o, ft[i.title] = t, (p = {}) => {
98
- const b = st(p, i, r), A = Object.keys(e).reduce((s, y) => (s[y] = e[y].default, s), {});
99
- return Object.assign(A, b);
96
+ function vt(e, i, r = /* @__PURE__ */ new Map(), y = (h, g, w) => g, o = {}, t = (h) => h) {
97
+ return Se[i.title] = i, Ee[i.title] = y, ct[i.title] = o, ft[i.title] = t, (h = {}) => {
98
+ const g = st(h, i, r), w = Object.keys(e).reduce((s, x) => (s[x] = e[x].default, s), {});
99
+ return Object.assign(w, g);
100
100
  };
101
101
  }
102
102
  function ht(e, i) {
@@ -172,7 +172,7 @@ const dt = /* @__PURE__ */ new Map([
172
172
  }, wt = [
173
173
  "id",
174
174
  "type"
175
- ], Tt = {
175
+ ], At = {
176
176
  $schema: mt,
177
177
  $id: pt,
178
178
  title: yt,
@@ -180,7 +180,7 @@ const dt = /* @__PURE__ */ new Map([
180
180
  type: bt,
181
181
  properties: Mt,
182
182
  required: wt
183
- }, At = "image-cropper", Ct = "A Farris Component", St = "object", Et = {
183
+ }, Tt = "image-cropper", Ct = "A Farris Component", St = "object", Et = {
184
184
  basic: {
185
185
  description: "Basic Infomation",
186
186
  title: "基本信息",
@@ -234,7 +234,7 @@ const dt = /* @__PURE__ */ new Map([
234
234
  }
235
235
  }
236
236
  }, zt = {
237
- title: At,
237
+ title: Tt,
238
238
  description: Ct,
239
239
  type: St,
240
240
  categories: Et
@@ -295,7 +295,7 @@ const dt = /* @__PURE__ */ new Map([
295
295
  y2: 1e4
296
296
  }
297
297
  }
298
- }, we = vt(ge, Tt, dt, gt, zt);
298
+ }, we = vt(ge, At, dt, gt, zt);
299
299
  var ae = /* @__PURE__ */ ((e) => (e.Move = "move", e.Resize = "resize", e))(ae || {});
300
300
  function kt() {
301
301
  function e(o) {
@@ -322,97 +322,97 @@ function kt() {
322
322
  const t = new DataView(r(o));
323
323
  if (t.getUint16(0, !1) !== 65496)
324
324
  return -2;
325
- const p = t.byteLength;
326
- let b = 2;
327
- for (; b < p; ) {
328
- if (t.getUint16(b + 2, !1) <= 8) return -1;
329
- const A = t.getUint16(b, !1);
330
- if (b += 2, A === 65505) {
331
- if (t.getUint32(b += 2, !1) !== 1165519206)
325
+ const h = t.byteLength;
326
+ let g = 2;
327
+ for (; g < h; ) {
328
+ if (t.getUint16(g + 2, !1) <= 8) return -1;
329
+ const w = t.getUint16(g, !1);
330
+ if (g += 2, w === 65505) {
331
+ if (t.getUint32(g += 2, !1) !== 1165519206)
332
332
  return -1;
333
- const s = t.getUint16(b += 6, !1) === 18761;
334
- b += t.getUint32(b + 4, s);
335
- const y = t.getUint16(b, s);
336
- b += 2;
337
- for (let g = 0; g < y; g++)
338
- if (t.getUint16(b + g * 12, s) === 274)
339
- return t.getUint16(b + g * 12 + 8, s);
333
+ const s = t.getUint16(g += 6, !1) === 18761;
334
+ g += t.getUint32(g + 4, s);
335
+ const x = t.getUint16(g, s);
336
+ g += 2;
337
+ for (let m = 0; m < x; m++)
338
+ if (t.getUint16(g + m * 12, s) === 274)
339
+ return t.getUint16(g + m * 12 + 8, s);
340
340
  } else {
341
- if ((A & 65280) !== 65280)
341
+ if ((w & 65280) !== 65280)
342
342
  break;
343
- b += t.getUint16(b, !1);
343
+ g += t.getUint16(g, !1);
344
344
  }
345
345
  }
346
346
  return -1;
347
347
  }
348
348
  function r(o) {
349
349
  o = o.replace(/^data:([^;]+);base64,/gmi, "");
350
- const t = atob(o), p = t.length, b = new Uint8Array(p);
351
- for (let A = 0; A < p; A++)
352
- b[A] = t.charCodeAt(A);
353
- return b.buffer;
354
- }
355
- function m(o, t, p) {
356
- const b = o.width, A = o.height;
357
- t = Math.round(t), p = Math.round(p);
358
- const s = b / t, y = A / p, g = Math.ceil(s / 2), l = Math.ceil(y / 2), u = o.getContext("2d");
350
+ const t = atob(o), h = t.length, g = new Uint8Array(h);
351
+ for (let w = 0; w < h; w++)
352
+ g[w] = t.charCodeAt(w);
353
+ return g.buffer;
354
+ }
355
+ function y(o, t, h) {
356
+ const g = o.width, w = o.height;
357
+ t = Math.round(t), h = Math.round(h);
358
+ const s = g / t, x = w / h, m = Math.ceil(s / 2), n = Math.ceil(x / 2), u = o.getContext("2d");
359
359
  if (u) {
360
- const w = u.getImageData(0, 0, b, A), M = u.createImageData(t, p), { data: $ } = w, W = M.data;
361
- for (let P = 0; P < p; P++)
360
+ const A = u.getImageData(0, 0, g, w), M = u.createImageData(t, h), { data: $ } = A, L = M.data;
361
+ for (let R = 0; R < h; R++)
362
362
  for (let D = 0; D < t; D++) {
363
- const j = (D + P * t) * 4, k = P * y;
364
- let d = 0, f = 0, h = 0, H = 0, q = 0, C = 0, S = 0;
365
- const U = Math.floor(D * s), B = Math.floor(P * y);
366
- let Q = Math.ceil((D + 1) * s), G = Math.ceil((P + 1) * y);
367
- Q = Math.min(Q, b), G = Math.min(G, A);
368
- for (let L = B; L < G; L++) {
369
- const E = Math.abs(k - L) / l, ie = D * s, ee = E * E;
370
- for (let I = U; I < Q; I++) {
371
- const N = Math.abs(ie - I) / g, R = Math.sqrt(ee + N * N);
372
- if (R >= 1)
363
+ const j = (D + R * t) * 4, k = R * x;
364
+ let p = 0, f = 0, d = 0, B = 0, V = 0, C = 0, S = 0;
365
+ const I = Math.floor(D * s), W = Math.floor(R * x);
366
+ let Q = Math.ceil((D + 1) * s), G = Math.ceil((R + 1) * x);
367
+ Q = Math.min(Q, g), G = Math.min(G, w);
368
+ for (let P = W; P < G; P++) {
369
+ const E = Math.abs(k - P) / n, ie = D * s, ee = E * E;
370
+ for (let U = I; U < Q; U++) {
371
+ const N = Math.abs(ie - U) / m, _ = Math.sqrt(ee + N * N);
372
+ if (_ >= 1)
373
373
  continue;
374
- d = 2 * R * R * R - 3 * R * R + 1;
375
- const V = 4 * (I + L * b);
376
- S += d * $[V + 3], h += d, $[V + 3] < 255 && (d = d * $[V + 3] / 250), H += d * $[V], q += d * $[V + 1], C += d * $[V + 2], f += d;
374
+ p = 2 * _ * _ * _ - 3 * _ * _ + 1;
375
+ const O = 4 * (U + P * g);
376
+ S += p * $[O + 3], d += p, $[O + 3] < 255 && (p = p * $[O + 3] / 250), B += p * $[O], V += p * $[O + 1], C += p * $[O + 2], f += p;
377
377
  }
378
378
  }
379
- W[j] = H / f, W[j + 1] = q / f, W[j + 2] = C / f, W[j + 3] = S / h;
379
+ L[j] = B / f, L[j + 1] = V / f, L[j + 2] = C / f, L[j + 3] = S / d;
380
380
  }
381
- o.width = t, o.height = p, u.putImageData(M, 0, 0);
381
+ o.width = t, o.height = h, u.putImageData(M, 0, 0);
382
382
  }
383
383
  }
384
384
  return {
385
- resizeCanvas: m,
385
+ resizeCanvas: y,
386
386
  getTransformationsFromExifData: e
387
387
  };
388
388
  }
389
- function Dt(e, i, r, m) {
390
- function o(l, u) {
391
- e.value.x2 = e.value.x1 + (e.value.y2 - e.value.y1) * r.value, l = Math.max(e.value.x2 - i.value.width, 0), u = Math.max(0 - e.value.y1, 0), (l > 0 || u > 0) && (e.value.x2 -= u * r.value > l ? u * r.value : l, e.value.y1 += u * r.value > l ? u : l / r.value);
389
+ function Dt(e, i, r, y) {
390
+ function o(n, u) {
391
+ e.value.x2 = e.value.x1 + (e.value.y2 - e.value.y1) * r.value, n = Math.max(e.value.x2 - i.value.width, 0), u = Math.max(0 - e.value.y1, 0), (n > 0 || u > 0) && (e.value.x2 -= u * r.value > n ? u * r.value : n, e.value.y1 += u * r.value > n ? u : n / r.value);
392
392
  }
393
- function t(l, u) {
394
- e.value.x2 = e.value.x1 + (e.value.y2 - e.value.y1) * r.value, l = Math.max(e.value.x2 - i.value.width, 0), u = Math.max(e.value.y2 - i.value.height, 0), (l > 0 || u > 0) && (e.value.x2 -= u * r.value > l ? u * r.value : l, e.value.y2 -= u * r.value > l ? u : l / r.value);
393
+ function t(n, u) {
394
+ e.value.x2 = e.value.x1 + (e.value.y2 - e.value.y1) * r.value, n = Math.max(e.value.x2 - i.value.width, 0), u = Math.max(e.value.y2 - i.value.height, 0), (n > 0 || u > 0) && (e.value.x2 -= u * r.value > n ? u * r.value : n, e.value.y2 -= u * r.value > n ? u : n / r.value);
395
395
  }
396
- function p(l, u) {
397
- e.value.y1 = e.value.y2 - (e.value.x2 - e.value.x1) / r.value, l = Math.max(0 - e.value.x1, 0), u = Math.max(0 - e.value.y1, 0), (l > 0 || u > 0) && (e.value.x1 += u * r.value > l ? u * r.value : l, e.value.y1 += u * r.value > l ? u : l / r.value);
396
+ function h(n, u) {
397
+ e.value.y1 = e.value.y2 - (e.value.x2 - e.value.x1) / r.value, n = Math.max(0 - e.value.x1, 0), u = Math.max(0 - e.value.y1, 0), (n > 0 || u > 0) && (e.value.x1 += u * r.value > n ? u * r.value : n, e.value.y1 += u * r.value > n ? u : n / r.value);
398
398
  }
399
- function b(l, u) {
400
- e.value.y1 = e.value.y2 - (e.value.x2 - e.value.x1) / r.value, l = Math.max(e.value.x2 - i.value.width, 0), u = Math.max(0 - e.value.y1, 0), (l > 0 || u > 0) && (e.value.x2 -= u * r.value > l ? u * r.value : l, e.value.y1 += u * r.value > l ? u : l / r.value);
399
+ function g(n, u) {
400
+ e.value.y1 = e.value.y2 - (e.value.x2 - e.value.x1) / r.value, n = Math.max(e.value.x2 - i.value.width, 0), u = Math.max(0 - e.value.y1, 0), (n > 0 || u > 0) && (e.value.x2 -= u * r.value > n ? u * r.value : n, e.value.y1 += u * r.value > n ? u : n / r.value);
401
401
  }
402
- function A(l, u) {
403
- e.value.y2 = e.value.y1 + (e.value.x2 - e.value.x1) / r.value, l = Math.max(e.value.x2 - i.value.width, 0), u = Math.max(e.value.y2 - i.value.height, 0), (l > 0 || u > 0) && (e.value.x2 -= u * r.value > l ? u * r.value : l, e.value.y2 -= u * r.value > l ? u : l / r.value);
402
+ function w(n, u) {
403
+ e.value.y2 = e.value.y1 + (e.value.x2 - e.value.x1) / r.value, n = Math.max(e.value.x2 - i.value.width, 0), u = Math.max(e.value.y2 - i.value.height, 0), (n > 0 || u > 0) && (e.value.x2 -= u * r.value > n ? u * r.value : n, e.value.y2 -= u * r.value > n ? u : n / r.value);
404
404
  }
405
- function s(l, u) {
406
- e.value.y2 = e.value.y1 + (e.value.x2 - e.value.x1) / r.value, l = Math.max(0 - e.value.x1, 0), u = Math.max(e.value.y2 - i.value.height, 0), (l > 0 || u > 0) && (e.value.x1 += u * r.value > l ? u * r.value : l, e.value.y2 -= u * r.value > l ? u : l / r.value);
405
+ function s(n, u) {
406
+ e.value.y2 = e.value.y1 + (e.value.x2 - e.value.x1) / r.value, n = Math.max(0 - e.value.x1, 0), u = Math.max(e.value.y2 - i.value.height, 0), (n > 0 || u > 0) && (e.value.x1 += u * r.value > n ? u * r.value : n, e.value.y2 -= u * r.value > n ? u : n / r.value);
407
407
  }
408
- function y() {
408
+ function x() {
409
409
  e.value.x2 = e.value.x1 + (e.value.y2 - e.value.y1) * r.value, e.value.y2 = e.value.y1 + (e.value.x2 - e.value.x1) / r.value;
410
- const l = Math.max(0 - e.value.x1, 0), u = Math.max(e.value.x2 - i.value.width, 0), w = Math.max(e.value.y2 - i.value.height, 0), M = Math.max(0 - e.value.y1, 0);
411
- (l > 0 || u > 0 || w > 0 || M > 0) && (e.value.x1 += w * r.value > l ? w * r.value : l, e.value.x2 -= M * r.value > u ? M * r.value : u, e.value.y1 += M * r.value > u ? M : u / r.value, e.value.y2 -= w * r.value > l ? w : l / r.value);
410
+ const n = Math.max(0 - e.value.x1, 0), u = Math.max(e.value.x2 - i.value.width, 0), A = Math.max(e.value.y2 - i.value.height, 0), M = Math.max(0 - e.value.y1, 0);
411
+ (n > 0 || u > 0 || A > 0 || M > 0) && (e.value.x1 += A * r.value > n ? A * r.value : n, e.value.x2 -= M * r.value > u ? M * r.value : u, e.value.y1 += M * r.value > u ? M : u / r.value, e.value.y2 -= A * r.value > n ? A : n / r.value);
412
412
  }
413
- function g() {
413
+ function m() {
414
414
  if (i.value.width && i.value.height)
415
- switch (m.position) {
415
+ switch (y.position) {
416
416
  case "top":
417
417
  o(0, 0);
418
418
  break;
@@ -420,37 +420,37 @@ function Dt(e, i, r, m) {
420
420
  t(0, 0);
421
421
  break;
422
422
  case "topleft":
423
- p(0, 0);
423
+ h(0, 0);
424
424
  break;
425
425
  case "topright":
426
- b(0, 0);
426
+ g(0, 0);
427
427
  break;
428
428
  case "right":
429
429
  case "bottomright":
430
- A(0, 0);
430
+ w(0, 0);
431
431
  break;
432
432
  case "left":
433
433
  case "bottomleft":
434
434
  s(0, 0);
435
435
  break;
436
436
  case "center":
437
- y();
437
+ x();
438
438
  break;
439
439
  }
440
440
  }
441
- return { checkAspectRatio: g };
441
+ return { checkAspectRatio: m };
442
442
  }
443
443
  function ze(e, i) {
444
- const { resizeCanvas: r, getTransformationsFromExifData: m } = kt(), o = Te("NotifyService"), t = v(e.cropper), p = v(e.transform), b = v(e.cropperMinWidth), A = v(e.maintainAspectRatio), s = v(e.aspectRatio), y = v(e.autoCrop), g = v(e.backgroundColor), l = v(e.resizeToWidth), u = v(e.onlyScaleDown), w = v(e.containWithinAspectRatio), M = v(e.canvasRotation), $ = v(e.format), W = v(e.imageQuality), P = v(e.resizeToHeight), D = v(e.cropperMinHeight), j = v(""), k = v(!0), d = v(!0);
445
- let f, h, H = 0, q, C, S;
446
- const U = v(null), B = v(""), Q = v(""), G = v("0px"), L = v(), E = v({ width: 100, height: 100 }), ie = ae;
447
- let ee, I = 20, N = 20, R = !1, V = { rotate: 0, flip: !1 }, x = { active: !1, type: null, position: null, x1: 0, y1: 0, x2: 0, y2: 0, clientX: 0, clientY: 0 };
448
- const de = v(e.imageChangedEvent), le = v(e.imageURL), ke = v(e.imageBase64), De = v(e.imageFile);
444
+ const { resizeCanvas: r, getTransformationsFromExifData: y } = kt(), o = Ae("NotifyService"), t = v(e.cropper), h = v(e.transform), g = v(e.cropperMinWidth), w = v(e.maintainAspectRatio), s = v(e.aspectRatio), x = v(e.autoCrop), m = v(e.backgroundColor), n = v(e.resizeToWidth), u = v(e.onlyScaleDown), A = v(e.containWithinAspectRatio), M = v(e.canvasRotation), $ = v(e.format), L = v(e.imageQuality), R = v(e.resizeToHeight), D = v(e.cropperMinHeight), j = v(""), k = v(!0), p = v(!0);
445
+ let f, d, B = 0, V, C, S;
446
+ const I = v(null), W = v(""), Q = v(""), G = v("0px"), P = v(), E = v({ width: 100, height: 100 }), ie = ae;
447
+ let ee, U = 20, N = 20, _ = !1, O = { rotate: 0, flip: !1 }, b = { active: !1, type: null, position: null, x1: 0, y1: 0, x2: 0, y2: 0, clientX: 0, clientY: 0 };
448
+ const de = v(e.imageChangedEvent), ne = v(e.imageURL), ke = v(e.imageBase64), De = v(e.imageFile);
449
449
  function Be() {
450
- Q.value = "scaleX(" + (p.value.scale || 1) * (p.value.flipH ? -1 : 1) + ")scaleY(" + (p.value.scale || 1) * (p.value.flipV ? -1 : 1) + ")rotate(" + (p.value.rotate || 0) + "deg)";
450
+ Q.value = "scaleX(" + (h.value.scale || 1) * (h.value.flipH ? -1 : 1) + ")scaleY(" + (h.value.scale || 1) * (h.value.flipV ? -1 : 1) + ")rotate(" + (h.value.rotate || 0) + "deg)";
451
451
  }
452
452
  function Y() {
453
- d.value = !1, L.value = null, j.value = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=", x = {
453
+ p.value = !1, P.value = null, j.value = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=", b = {
454
454
  active: !1,
455
455
  type: null,
456
456
  position: null,
@@ -466,7 +466,7 @@ function ze(e, i) {
466
466
  }, f = {
467
467
  width: 0,
468
468
  height: 0
469
- }, h = {
469
+ }, d = {
470
470
  width: 0,
471
471
  height: 0
472
472
  }, t.value.x1 = -100, t.value.y1 = -100, t.value.x2 = 1e4, t.value.y2 = 1e4;
@@ -475,7 +475,7 @@ function ze(e, i) {
475
475
  return /image\/(png|jpg|jpeg|bmp|gif|tiff|webp)/.test(a);
476
476
  }
477
477
  function Le() {
478
- if (M.value += V.rotate, w.value && f.width && f.height) {
478
+ if (M.value += O.rotate, A.value && f.width && f.height) {
479
479
  if (M.value % 2) {
480
480
  const c = f.width * s.value, z = f.height / s.value;
481
481
  return {
@@ -483,10 +483,10 @@ function ze(e, i) {
483
483
  height: Math.max(f.width, z)
484
484
  };
485
485
  }
486
- const a = f.height * s.value, n = f.width / s.value;
486
+ const a = f.height * s.value, l = f.width / s.value;
487
487
  return {
488
488
  width: Math.max(f.width, a),
489
- height: Math.max(f.height, n)
489
+ height: Math.max(f.height, l)
490
490
  };
491
491
  }
492
492
  return M.value % 2 ? {
@@ -497,184 +497,184 @@ function ze(e, i) {
497
497
  height: f.height
498
498
  };
499
499
  }
500
- function $e() {
501
- M.value += V.rotate;
502
- const a = Le(), n = document.createElement("canvas");
503
- a.width && a.height && (n.width = a.width, n.height = a.height);
504
- const c = n.getContext("2d");
505
- return f.width && f.height && S && (c == null || c.setTransform(V.flip ? -1 : 1, 0, 0, 1, n.width / 2, n.height / 2), c == null || c.rotate(Math.PI * (M.value / 2)), c == null || c.drawImage(S, -f.width / 2, -f.height / 2)), n.toDataURL();
500
+ function Pe() {
501
+ M.value += O.rotate;
502
+ const a = Le(), l = document.createElement("canvas");
503
+ a.width && a.height && (l.width = a.width, l.height = a.height);
504
+ const c = l.getContext("2d");
505
+ return f.width && f.height && S && (c == null || c.setTransform(O.flip ? -1 : 1, 0, 0, 1, l.width / 2, l.height / 2), c == null || c.rotate(Math.PI * (M.value / 2)), c == null || c.drawImage(S, -f.width / 2, -f.height / 2)), l.toDataURL();
506
506
  }
507
- function Pe(a) {
508
- return new Promise((n) => {
509
- ee = a, j.value = a, L.value = new Image(), L.value.onload = () => {
507
+ function $e(a) {
508
+ return new Promise((l) => {
509
+ ee = a, j.value = a, P.value = new Image(), P.value.onload = () => {
510
510
  var c, z;
511
- h.width = (c = L.value) == null ? void 0 : c.naturalWidth, h.height = (z = L.value) == null ? void 0 : z.naturalHeight, n();
512
- }, L.value.src = ee;
511
+ d.width = (c = P.value) == null ? void 0 : c.naturalWidth, d.height = (z = P.value) == null ? void 0 : z.naturalHeight, l();
512
+ }, P.value.src = ee;
513
513
  });
514
514
  }
515
515
  function me() {
516
- if (!S || !S.complete || !V)
516
+ if (!S || !S.complete || !O)
517
517
  return Promise.reject(new Error("No image loaded"));
518
- const a = $e();
519
- return Pe(a);
518
+ const a = Pe();
519
+ return $e(a);
520
520
  }
521
- function ne(a) {
522
- const n = (c) => {
521
+ function le(a) {
522
+ const l = (c) => {
523
523
  o.show({
524
524
  showCloseButton: !1,
525
525
  timeout: 3e3,
526
526
  animate: "fadeIn",
527
527
  toasts: [{ type: "string", title: "提示", msg: "图片上传错误,请重试" }]
528
- }), k.value = !1, R = !0, i.emit("loadImageFailed"), S = null, B.value = "";
528
+ }), k.value = !1, _ = !0, i.emit("loadImageFailed"), S = null, W.value = "";
529
529
  };
530
530
  S = new Image(), S.onload = () => {
531
- B.value = a, V = m(a), f.width = S == null ? void 0 : S.naturalWidth, f.height = S == null ? void 0 : S.naturalHeight, me().then(() => {
532
- R = !1;
533
- }).catch(n);
534
- }, S.onerror = n, S.src = a;
531
+ W.value = a, O = y(a), f.width = S == null ? void 0 : S.naturalWidth, f.height = S == null ? void 0 : S.naturalHeight, me().then(() => {
532
+ _ = !1;
533
+ }).catch(l);
534
+ }, S.onerror = l, S.src = a;
535
535
  }
536
- function Re(a, n) {
537
- We(n) ? (R = !1, ne(a)) : (o.show({
536
+ function Re(a, l) {
537
+ We(l) ? (_ = !1, le(a)) : (o.show({
538
538
  showCloseButton: !1,
539
539
  timeout: 3e3,
540
540
  animate: "fadeIn",
541
541
  toasts: [{ type: "string", title: "提示", msg: "图片类型不正确,请重试" }]
542
- }), k.value = !1, R = !0, i.emit("loadImageFailed"));
542
+ }), k.value = !1, _ = !0, i.emit("loadImageFailed"));
543
543
  }
544
544
  function pe(a) {
545
- const n = new FileReader();
546
- n.onload = (c) => Re(c.target.result, a.type), n.readAsDataURL(a);
545
+ const l = new FileReader();
546
+ l.onload = (c) => Re(c.target.result, a.type), l.readAsDataURL(a);
547
547
  }
548
548
  function ye(a) {
549
- const n = new Image();
550
- n.onerror = () => {
549
+ const l = new Image();
550
+ l.onerror = () => {
551
551
  o.show({
552
552
  showCloseButton: !1,
553
553
  timeout: 3e3,
554
554
  animate: "fadeIn",
555
555
  toasts: [{ type: "string", title: "提示", msg: "图片加载错误,请重试" }]
556
- }), k.value = !1, R = !0, i.emit("loadImageFailed");
557
- }, n.onload = () => {
558
- R = !1;
556
+ }), k.value = !1, _ = !0, i.emit("loadImageFailed");
557
+ }, l.onload = () => {
558
+ _ = !1;
559
559
  const c = document.createElement("canvas"), z = c.getContext("2d");
560
- c.width = n.width, c.height = n.height, z == null || z.drawImage(n, 0, 0), ne(c.toDataURL());
561
- }, n.crossOrigin = "anonymous", n.src = a;
560
+ c.width = l.width, c.height = l.height, z == null || z.drawImage(l, 0, 0), le(c.toDataURL());
561
+ }, l.crossOrigin = "anonymous", l.src = a;
562
562
  }
563
563
  function _e() {
564
- return U.value && U.value && U.value.offsetWidth > 0;
564
+ return I.value && I.value && I.value.offsetWidth > 0;
565
565
  }
566
566
  function ue() {
567
- if (U.value) {
568
- const a = U.value;
567
+ if (I.value) {
568
+ const a = I.value;
569
569
  E.value.width = a.offsetWidth, E.value.height = a.offsetHeight, G.value = "calc(50% - " + E.value.width / 2 + "px)";
570
570
  }
571
571
  }
572
572
  function He() {
573
- L.value && E.value.width && (I = b.value > 0 ? Math.max(20, b.value / L.value.width * E.value.width) : 20);
573
+ P.value && E.value.width && (U = g.value > 0 ? Math.max(20, g.value / P.value.width * E.value.width) : 20);
574
574
  }
575
- function Ue() {
576
- A.value ? N = Math.max(20, I / s.value) : D.value > 0 && L.value && E.value.height ? N = Math.max(20, D.value / L.value.height * E.value.height) : N = 20;
575
+ function Ie() {
576
+ w.value ? N = Math.max(20, U / s.value) : D.value > 0 && P.value && E.value.height ? N = Math.max(20, D.value / P.value.height * E.value.height) : N = 20;
577
577
  }
578
578
  function re() {
579
- L.value ? (He(), Ue()) : (I = 20, N = 20);
579
+ P.value ? (He(), Ie()) : (U = 20, N = 20);
580
580
  }
581
- function Ie() {
582
- const a = U.value, n = v({ x1: 0, x2: 0, y1: 0, y2: 0 });
583
- if (a && h.width && h.height) {
584
- const c = h.width / a.offsetWidth;
585
- n.value = {
581
+ function Ue() {
582
+ const a = I.value, l = v({ x1: 0, x2: 0, y1: 0, y2: 0 });
583
+ if (a && d.width && d.height) {
584
+ const c = d.width / a.offsetWidth;
585
+ l.value = {
586
586
  x1: Math.round(t.value.x1 * c),
587
587
  y1: Math.round(t.value.y1 * c),
588
588
  x2: Math.round(t.value.x2 * c),
589
589
  y2: Math.round(t.value.y2 * c)
590
- }, w.value || (n.value.x1 = Math.max(n.value.x1, 0), n.value.y1 = Math.max(n.value.y1, 0), n.value.x2 = Math.min(n.value.x2, h.width), n.value.y2 = Math.min(n.value.y2, h.height));
590
+ }, A.value || (l.value.x1 = Math.max(l.value.x1, 0), l.value.y1 = Math.max(l.value.y1, 0), l.value.x2 = Math.min(l.value.x2, d.width), l.value.y2 = Math.min(l.value.y2, d.height));
591
591
  }
592
- return n.value;
592
+ return l.value;
593
593
  }
594
594
  function Ne() {
595
- M.value += V.rotate;
596
- const a = U.value, n = v({ x1: 0, x2: 0, y1: 0, y2: 0 });
597
- if (a && h.height && h.width && f.height && f.width) {
598
- const c = h.width / a.offsetWidth;
599
- let z, _;
600
- M.value % 2 ? (z = (h.width - f.height) / 2, _ = (h.height - f.width) / 2) : (z = (h.width - f.width) / 2, _ = (h.height - f.height) / 2), n.value = {
595
+ M.value += O.rotate;
596
+ const a = I.value, l = v({ x1: 0, x2: 0, y1: 0, y2: 0 });
597
+ if (a && d.height && d.width && f.height && f.width) {
598
+ const c = d.width / a.offsetWidth;
599
+ let z, H;
600
+ M.value % 2 ? (z = (d.width - f.height) / 2, H = (d.height - f.width) / 2) : (z = (d.width - f.width) / 2, H = (d.height - f.height) / 2), l.value = {
601
601
  x1: Math.round(t.value.x1 * c) - z,
602
- y1: Math.round(t.value.y1 * c) - _,
602
+ y1: Math.round(t.value.y1 * c) - H,
603
603
  x2: Math.round(t.value.x2 * c) - z,
604
- y2: Math.round(t.value.y2 * c) - _
605
- }, w.value || (n.value.x1 = Math.max(n.value.x1, 0), n.value.y1 = Math.max(n.value.y1, 0), n.value.x2 = Math.min(n.value.x2, h.width), n.value.y2 = Math.min(n.value.y2, h.height));
604
+ y2: Math.round(t.value.y2 * c) - H
605
+ }, A.value || (l.value.x1 = Math.max(l.value.x1, 0), l.value.y1 = Math.max(l.value.y1, 0), l.value.x2 = Math.min(l.value.x2, d.width), l.value.y2 = Math.min(l.value.y2, d.height));
606
606
  }
607
- return n.value;
608
- }
609
- function je(a, n) {
610
- if (l.value > 0) {
611
- if (!u.value || a > l.value)
612
- return l.value / a;
613
- } else if (P.value > 0 && (!u.value || n > P.value))
614
- return P.value / n;
607
+ return l.value;
608
+ }
609
+ function je(a, l) {
610
+ if (n.value > 0) {
611
+ if (!u.value || a > n.value)
612
+ return n.value / a;
613
+ } else if (R.value > 0 && (!u.value || l > R.value))
614
+ return R.value / l;
615
615
  return 1;
616
616
  }
617
617
  function Ve() {
618
- return Math.min(1, Math.max(0, W.value / 100));
618
+ return Math.min(1, Math.max(0, L.value / 100));
619
619
  }
620
620
  function Oe(a) {
621
621
  return a.toDataURL("image/" + $.value, Ve());
622
622
  }
623
623
  function Fe() {
624
- if (U.value && U.value && L.value != null) {
625
- const a = Ie(), n = a.x2 - a.x1, c = a.y2 - a.y1, z = document.createElement("canvas");
626
- z.width = n, z.height = c;
627
- const _ = z.getContext("2d");
628
- if (_) {
629
- g.value != null && (_.fillStyle = g.value, _.fillRect(0, 0, n, c));
630
- const J = (p.value.scale || 1) * (p.value.flipH ? -1 : 1), Z = (p.value.scale || 1) * (p.value.flipV ? -1 : 1);
631
- h.width && h.height && (_.setTransform(J, 0, 0, Z, h.width / 2, h.height / 2), _.translate(-a.x1 / J, -a.y1 / Z), _.rotate((p.value.rotate || 0) * Math.PI / 180), _.drawImage(L.value, -h.width / 2, -h.height / 2));
632
- const F = {
633
- width: n,
624
+ if (I.value && I.value && P.value != null) {
625
+ const a = Ue(), l = a.x2 - a.x1, c = a.y2 - a.y1, z = document.createElement("canvas");
626
+ z.width = l, z.height = c;
627
+ const H = z.getContext("2d");
628
+ if (H) {
629
+ m.value != null && (H.fillStyle = m.value, H.fillRect(0, 0, l, c));
630
+ const J = (h.value.scale || 1) * (h.value.flipH ? -1 : 1), Z = (h.value.scale || 1) * (h.value.flipV ? -1 : 1);
631
+ d.width && d.height && (H.setTransform(J, 0, 0, Z, d.width / 2, d.height / 2), H.translate(-a.x1 / J, -a.y1 / Z), H.rotate((h.value.rotate || 0) * Math.PI / 180), H.drawImage(P.value, -d.width / 2, -d.height / 2));
632
+ const q = {
633
+ width: l,
634
634
  height: c,
635
635
  imagePosition: a,
636
636
  cropperPosition: { ...t.value }
637
637
  };
638
- w.value && (F.offsetImagePosition = Ne());
639
- const X = je(n, c);
640
- return X !== 1 && (F.width = Math.round(n * X), F.height = A.value ? Math.round(F.width / s.value) : Math.round(c * X), r(z, F.width, F.height)), F.base64 = Oe(z), i.emit("imageCropped", F), F;
638
+ A.value && (q.offsetImagePosition = Ne());
639
+ const X = je(l, c);
640
+ return X !== 1 && (q.width = Math.round(l * X), q.height = w.value ? Math.round(q.width / s.value) : Math.round(c * X), r(z, q.width, q.height)), q.base64 = Oe(z), i.emit("imageCropped", q), q;
641
641
  }
642
642
  }
643
643
  return null;
644
644
  }
645
645
  function te() {
646
- y.value && Fe();
646
+ x.value && Fe();
647
647
  }
648
648
  function xe() {
649
- const a = U.value;
649
+ const a = I.value;
650
650
  if (a) {
651
- if (!A.value)
651
+ if (!w.value)
652
652
  t.value.x1 = 0, t.value.x2 = a.offsetWidth, t.value.y1 = 0, t.value.y2 = a.offsetHeight;
653
653
  else if (a.offsetWidth / s.value < a.offsetHeight) {
654
654
  t.value.x1 = 0, t.value.x2 = a.offsetWidth;
655
- const n = a.offsetWidth / s.value;
656
- t.value.y1 = (a.offsetHeight - n) / 2, t.value.y2 = t.value.y1 + n;
655
+ const l = a.offsetWidth / s.value;
656
+ t.value.y1 = (a.offsetHeight - l) / 2, t.value.y2 = t.value.y1 + l;
657
657
  } else {
658
658
  t.value.y1 = 0, t.value.y2 = a.offsetHeight;
659
- const n = a.offsetHeight * s.value;
660
- t.value.x1 = (a.offsetWidth - n) / 2, t.value.x2 = t.value.x1 + n;
659
+ const l = a.offsetHeight * s.value;
660
+ t.value.x1 = (a.offsetWidth - l) / 2, t.value.x2 = t.value.x1 + l;
661
661
  }
662
- te(), d.value = !0;
662
+ te(), p.value = !0;
663
663
  }
664
664
  }
665
665
  function be() {
666
- H > 40 ? (o.show({
666
+ B > 40 ? (o.show({
667
667
  showCloseButton: !1,
668
668
  timeout: 3e3,
669
669
  animate: "fadeIn",
670
670
  toasts: [{ type: "string", title: "提示", msg: "图片加载超时,请重试" }]
671
- }), R = !0, k.value = !1, i.emit("loadImageFailed")) : _e() ? (R = !1, ue(), re(), xe(), i.emit("cropperReady", { ...E.value })) : (H++, setTimeout(() => be(), 50));
671
+ }), _ = !0, k.value = !1, i.emit("loadImageFailed")) : _e() ? (_ = !1, ue(), re(), xe(), i.emit("cropperReady", { ...E.value })) : (B++, setTimeout(() => be(), 50));
672
672
  }
673
673
  function qe() {
674
- L.value != null && (k.value = !1, i.emit("imageLoaded"), H = 0, setTimeout(() => be()));
674
+ P.value != null && (k.value = !1, i.emit("imageLoaded"), B = 0, setTimeout(() => be()));
675
675
  }
676
676
  function Qe() {
677
- const a = U.value;
677
+ const a = I.value;
678
678
  (E.value.width !== (a == null ? void 0 : a.offsetWidth) || E.value.height !== (a == null ? void 0 : a.offsetHeight)) && E.value.width && E.value.height && a && (t.value.x1 = t.value.x1 * a.offsetWidth / E.value.width, t.value.x2 = t.value.x2 * a.offsetWidth / E.value.width, t.value.y1 = t.value.y1 * a.offsetHeight / E.value.height, t.value.y2 = t.value.y2 * a.offsetHeight / E.value.height);
679
679
  }
680
680
  const Je = () => {
@@ -682,13 +682,13 @@ function ze(e, i) {
682
682
  }, Me = () => {
683
683
  clearTimeout(C), C = setTimeout(Je, 300);
684
684
  };
685
- Ae(() => {
686
- window.addEventListener("resize", Me), le.value && (Y(), k.value = !0, ye(le.value));
687
- }), lt(() => {
685
+ Te(() => {
686
+ window.addEventListener("resize", Me), ne.value && (Y(), k.value = !0, ye(ne.value));
687
+ }), nt(() => {
688
688
  window.removeEventListener("resize", Me);
689
689
  });
690
690
  function Ge() {
691
- x.active && (x.active = !1, te());
691
+ b.active && (b.active = !1, te());
692
692
  }
693
693
  function se(a) {
694
694
  return (a.touches && a.touches[0] ? a.touches[0].clientX : a.clientX) || 0;
@@ -696,10 +696,10 @@ function ze(e, i) {
696
696
  function oe(a) {
697
697
  return (a.touches && a.touches[0] ? a.touches[0].clientY : a.clientY) || 0;
698
698
  }
699
- function Ze(a, n, c = null) {
700
- x && x.active || (a.preventDefault && a.preventDefault(), x = {
699
+ function Ze(a, l, c = null) {
700
+ b && b.active || (a.preventDefault && a.preventDefault(), b = {
701
701
  active: !0,
702
- type: n,
702
+ type: l,
703
703
  position: c,
704
704
  clientX: se(a),
705
705
  clientY: oe(a),
@@ -710,60 +710,60 @@ function ze(e, i) {
710
710
  t.value.x1 < 0 && (t.value.x2 -= a ? t.value.x1 : 0, t.value.x1 = 0), t.value.y1 < 0 && (t.value.y2 -= a ? t.value.y1 : 0, t.value.y1 = 0), t.value.x2 > E.value.width && (t.value.x1 -= a ? t.value.x2 - E.value.width : 0, t.value.x2 = E.value.width), t.value.y2 > E.value.height && (t.value.y1 -= a ? t.value.y2 - E.value.height : 0, t.value.y2 = E.value.height);
711
711
  }
712
712
  function Ye(a) {
713
- const n = se(a) - x.clientX, c = oe(a) - x.clientY;
714
- t.value.x1 = x.x1 + n, t.value.y1 = x.y1 + c, t.value.x2 = x.x2 + n, t.value.y2 = x.y2 + c;
713
+ const l = se(a) - b.clientX, c = oe(a) - b.clientY;
714
+ t.value.x1 = b.x1 + l, t.value.y1 = b.y1 + c, t.value.x2 = b.x2 + l, t.value.y2 = b.y2 + c;
715
715
  }
716
- const { checkAspectRatio: Xe } = Dt(t, E, s, x);
716
+ const { checkAspectRatio: Xe } = Dt(t, E, s, b);
717
717
  function Ke(a) {
718
- const n = se(a) - x.clientX, c = oe(a) - x.clientY;
719
- switch (x.position) {
718
+ const l = se(a) - b.clientX, c = oe(a) - b.clientY;
719
+ switch (b.position) {
720
720
  case "left":
721
- t.value.x1 = Math.min(x.x1 + n, t.value.x2 - I);
721
+ t.value.x1 = Math.min(b.x1 + l, t.value.x2 - U);
722
722
  break;
723
723
  case "topleft":
724
- t.value.x1 = Math.min(x.x1 + n, t.value.x2 - I), t.value.y1 = Math.min(x.y1 + c, t.value.y2 - N);
724
+ t.value.x1 = Math.min(b.x1 + l, t.value.x2 - U), t.value.y1 = Math.min(b.y1 + c, t.value.y2 - N);
725
725
  break;
726
726
  case "top":
727
- t.value.y1 = Math.min(x.y1 + c, t.value.y2 - N);
727
+ t.value.y1 = Math.min(b.y1 + c, t.value.y2 - N);
728
728
  break;
729
729
  case "topright":
730
- t.value.x2 = Math.max(x.x2 + n, t.value.x1 + I), t.value.y1 = Math.min(x.y1 + c, t.value.y2 - N);
730
+ t.value.x2 = Math.max(b.x2 + l, t.value.x1 + U), t.value.y1 = Math.min(b.y1 + c, t.value.y2 - N);
731
731
  break;
732
732
  case "right":
733
- t.value.x2 = Math.max(x.x2 + n, t.value.x1 + I);
733
+ t.value.x2 = Math.max(b.x2 + l, t.value.x1 + U);
734
734
  break;
735
735
  case "bottomright":
736
- t.value.x2 = Math.max(x.x2 + n, t.value.x1 + I), t.value.y2 = Math.max(x.y2 + c, t.value.y1 + N);
736
+ t.value.x2 = Math.max(b.x2 + l, t.value.x1 + U), t.value.y2 = Math.max(b.y2 + c, t.value.y1 + N);
737
737
  break;
738
738
  case "bottom":
739
- t.value.y2 = Math.max(x.y2 + c, t.value.y1 + N);
739
+ t.value.y2 = Math.max(b.y2 + c, t.value.y1 + N);
740
740
  break;
741
741
  case "bottomleft":
742
- t.value.x1 = Math.min(x.x1 + n, t.value.x2 - I), t.value.y2 = Math.max(x.y2 + c, t.value.y1 + N);
742
+ t.value.x1 = Math.min(b.x1 + l, t.value.x2 - U), t.value.y2 = Math.max(b.y2 + c, t.value.y1 + N);
743
743
  break;
744
744
  case "center":
745
- const { scale: z } = a, _ = Math.abs(x.x2 - x.x1) * z, J = Math.abs(x.y2 - x.y1) * z, { x1: Z } = t.value, { y1: F } = t.value;
746
- t.value.x1 = Math.min(x.clientX - _ / 2, t.value.x2 - I), t.value.y1 = Math.min(x.clientY - J / 2, t.value.y2 - N), t.value.x2 = Math.max(x.clientX + _ / 2, Z + I), t.value.y2 = Math.max(x.clientY + J / 2, F + N);
745
+ const { scale: z } = a, H = Math.abs(b.x2 - b.x1) * z, J = Math.abs(b.y2 - b.y1) * z, { x1: Z } = t.value, { y1: q } = t.value;
746
+ t.value.x1 = Math.min(b.clientX - H / 2, t.value.x2 - U), t.value.y1 = Math.min(b.clientY - J / 2, t.value.y2 - N), t.value.x2 = Math.max(b.clientX + H / 2, Z + U), t.value.y2 = Math.max(b.clientY + J / 2, q + N);
747
747
  break;
748
748
  }
749
- A.value && Xe();
749
+ w.value && Xe();
750
750
  }
751
751
  function et(a) {
752
- x && x.active && (a.stopPropagation && a.stopPropagation(), a.preventDefault && a.preventDefault(), clearTimeout(q), q = setTimeout(() => {
753
- x.type === ae.Move ? (Ye(a), ce(!0)) : x.type === ae.Resize && (Ke(a), ce(!1));
752
+ b && b.active && (a.stopPropagation && a.stopPropagation(), a.preventDefault && a.preventDefault(), clearTimeout(V), V = setTimeout(() => {
753
+ b.type === ae.Move ? (Ye(a), ce(!0)) : b.type === ae.Resize && (Ke(a), ce(!1));
754
754
  }, 300));
755
755
  }
756
756
  return K(de, (a) => {
757
757
  Y(), a && a.target && a.target.files && a.target.files.length > 0 && (k.value = !0, pe(a.target.files[0]));
758
- }), K(le, (a) => {
758
+ }), K(ne, (a) => {
759
759
  a ? (Y(), k.value = !0, ye(a)) : (o.show({
760
760
  showCloseButton: !1,
761
761
  timeout: 3e3,
762
762
  animate: "fadeIn",
763
763
  toasts: [{ type: "string", title: "提示", msg: "图片路径为空" }]
764
- }), k.value = !1, R = !0);
764
+ }), k.value = !1, _ = !0);
765
765
  }), K(ke, (a) => {
766
- Y(), k.value = !0, ne(a);
766
+ Y(), k.value = !0, le(a);
767
767
  }), K(De, (a) => {
768
768
  Y(), a && (k.value = !0, pe(a));
769
769
  }), K(
@@ -775,14 +775,14 @@ function ze(e, i) {
775
775
  e.transform,
776
776
  e.imageChangedEvent
777
777
  ],
778
- ([a, n, c, z, _, J], [Z, F, X, tt, at, it]) => {
779
- S && S.complete && V && (a !== Z || n !== F) && me(), c !== X && (ue(), re(), ce(!1), te()), z !== tt && d.value && xe(), _ !== at && (Be(), te()), J !== it && (de.value = J);
778
+ ([a, l, c, z, H, J], [Z, q, X, tt, at, it]) => {
779
+ S && S.complete && O && (a !== Z || l !== q) && me(), c !== X && (ue(), re(), ce(!1), te()), z !== tt && p.value && xe(), H !== at && (Be(), te()), J !== it && (de.value = J);
780
780
  }
781
781
  ), {
782
- uploadError: R,
783
- imageVisible: d,
784
- backgroundColor: g,
785
- sourceImage: U,
782
+ uploadError: _,
783
+ imageVisible: p,
784
+ backgroundColor: m,
785
+ sourceImage: I,
786
786
  safeImgDataUrl: j,
787
787
  safeTransformStyle: Q,
788
788
  maxSize: E,
@@ -801,33 +801,33 @@ const fe = /* @__PURE__ */ Ce({
801
801
  props: ge,
802
802
  emits: ["imageCropped", "imageLoaded", "cropperReady", "loadImageFailed"],
803
803
  setup(e, i) {
804
- const r = v(e.alignImage), m = v(e.roundCropper), o = v(e.hideResizeSquares), t = v(e.loadImageErrorText), p = v(e.disabled), b = v(null), {
805
- uploadError: A,
804
+ const r = v(e.alignImage), y = v(e.roundCropper), o = v(e.hideResizeSquares), t = v(e.loadImageErrorText), h = v(e.disabled), g = v(null), {
805
+ uploadError: w,
806
806
  imageVisible: s,
807
- backgroundColor: y,
808
- sourceImage: g,
809
- safeImgDataUrl: l,
807
+ backgroundColor: x,
808
+ sourceImage: m,
809
+ safeImgDataUrl: n,
810
810
  safeTransformStyle: u,
811
- maxSize: w,
811
+ maxSize: A,
812
812
  cropper: M,
813
813
  marginLeft: $,
814
- moveTypes: W,
815
- isLoading: P,
814
+ moveTypes: L,
815
+ isLoading: R,
816
816
  startMove: D,
817
817
  imageLoadedInView: j,
818
818
  moveStop: k,
819
- moveImg: d
819
+ moveImg: p
820
820
  } = ze(e, i);
821
821
  function f(C) {
822
822
  return T("span", {
823
823
  class: `farris-image-cropper-resize-bar ${C}`,
824
- onMousedown: O((S) => D(S, W.Resize, C), ["prevent"])
824
+ onMousedown: F((S) => D(S, L.Resize, C), ["prevent"])
825
825
  }, null);
826
826
  }
827
- function h(C) {
827
+ function d(C) {
828
828
  return T("div", null, [T("span", {
829
829
  class: `farris-image-cropper-resize-bar ${C}`,
830
- onMousedown: O((S) => D(S, W.Resize, C), ["prevent"])
830
+ onMousedown: F((S) => D(S, L.Resize, C), ["prevent"])
831
831
  }, [T("span", {
832
832
  class: "farris-image-cropper-square"
833
833
  }, null)]), T("span", {
@@ -836,47 +836,47 @@ const fe = /* @__PURE__ */ Ce({
836
836
  class: "farris-image-cropper-square"
837
837
  }, null)])]);
838
838
  }
839
- const H = ["top", "right", "bottom", "left"].map((C) => f(C)), q = ["topleft", "topright", "bottomright", "bottomleft"].map((C) => h(C));
839
+ const B = ["top", "right", "bottom", "left"].map((C) => f(C)), V = ["topleft", "topright", "bottomright", "bottomleft"].map((C) => d(C));
840
840
  return () => T("div", {
841
841
  class: ["farris-image-cropper-frame", {
842
- "farris-image-cropper-disabled": p.value
842
+ "farris-image-cropper-disabled": h.value
843
843
  }],
844
844
  style: {
845
845
  "text-align": r.value
846
846
  },
847
- onMousemove: O((C) => d(C), ["prevent"]),
848
- onTouchmove: O((C) => d(C), ["prevent"]),
849
- onMouseup: O(() => k(), ["prevent"]),
850
- onTouchend: O(() => k(), ["prevent"])
851
- }, [!A && T("div", {
852
- ref: b,
847
+ onMousemove: F((C) => p(C), ["prevent"]),
848
+ onTouchmove: F((C) => p(C), ["prevent"]),
849
+ onMouseup: F(() => k(), ["prevent"]),
850
+ onTouchend: F(() => k(), ["prevent"])
851
+ }, [!w && T("div", {
852
+ ref: g,
853
853
  class: "farris-image-cropper",
854
854
  style: [{
855
- background: s.value ? y.value : ""
855
+ background: s.value ? x.value : ""
856
856
  }]
857
- }, [l.value && T("img", {
857
+ }, [n.value && T("img", {
858
858
  title: "farris-source-image",
859
- ref: g,
859
+ ref: m,
860
860
  class: "farris-source-image",
861
861
  style: [{
862
862
  visibility: s.value ? "visible" : "hidden"
863
863
  }, {
864
864
  transform: u.value
865
865
  }],
866
- src: l.value,
866
+ src: n.value,
867
867
  onLoad: () => j()
868
- }, null), w.value && T("div", {
868
+ }, null), A.value && T("div", {
869
869
  class: "farris-image-overlay",
870
870
  style: [{
871
- width: `${w.value.width || 0}px`
871
+ width: `${A.value.width || 0}px`
872
872
  }, {
873
- height: `${w.value.height || 0}px`
873
+ height: `${A.value.height || 0}px`
874
874
  }, {
875
875
  "margin-left": r.value === "center" ? $.value : ""
876
876
  }]
877
877
  }, null), s.value && T("div", {
878
878
  class: ["farris-image-cropper-wrapper", {
879
- "farris-image-cropper-rounded": m.value
879
+ "farris-image-cropper-rounded": y.value
880
880
  }],
881
881
  style: [{
882
882
  top: `${M.value.y1}px`
@@ -894,77 +894,77 @@ const fe = /* @__PURE__ */ Ce({
894
894
  tabindex: "0"
895
895
  }, [T("div", {
896
896
  class: "farris-image-cropper-move",
897
- onMousedown: O((C) => D(C, W.Move, "topleft"), ["prevent"])
898
- }, null), !o.value && T("div", null, [q, H])])]), P.value && T("div", {
897
+ onMousedown: F((C) => D(C, L.Move, "topleft"), ["prevent"])
898
+ }, null), !o.value && T("div", null, [V, B])])]), R.value && T("div", {
899
899
  class: "farris-image-cropper-loading"
900
900
  }, [T("div", {
901
901
  class: "farris-image-cropper-loading-spinner"
902
- }, null)]), A && T("div", {
902
+ }, null)]), w && T("div", {
903
903
  class: "farris-image-cropper-error"
904
904
  }, [t.value])]);
905
905
  }
906
906
  });
907
907
  function Bt(e, i, r) {
908
908
  var k;
909
- function m() {
909
+ function y() {
910
910
  }
911
- const o = "", t = "", p = v();
912
- function b() {
911
+ const o = "", t = "", h = v();
912
+ function g() {
913
913
  return (i == null ? void 0 : i.schema.componentType) !== "frame";
914
914
  }
915
- function A() {
915
+ function w() {
916
916
  return !1;
917
917
  }
918
918
  function s() {
919
919
  return (i == null ? void 0 : i.schema.componentType) !== "frame";
920
920
  }
921
- function y() {
921
+ function x() {
922
922
  return (i == null ? void 0 : i.schema.componentType) === "frame";
923
923
  }
924
- function g(d) {
925
- if (!d || !d.value)
924
+ function m(p) {
925
+ if (!p || !p.value)
926
926
  return null;
927
- if (d.value.schema && d.value.schema.type === "component")
928
- return d.value;
929
- const f = v(d == null ? void 0 : d.value.parent), h = g(f);
930
- return h || null;
927
+ if (p.value.schema && p.value.schema.type === "component")
928
+ return p.value;
929
+ const f = v(p == null ? void 0 : p.value.parent), d = m(f);
930
+ return d || null;
931
931
  }
932
- function l(d = i) {
933
- const { componentInstance: f, designerItemElementRef: h } = d;
934
- return !f || !f.value ? null : f.value.canMove ? h : l(d.parent);
932
+ function n(p = i) {
933
+ const { componentInstance: f, designerItemElementRef: d } = p;
934
+ return !f || !f.value ? null : f.value.canMove ? d : n(p.parent);
935
935
  }
936
- function u(d) {
936
+ function u(p) {
937
937
  return !!r;
938
938
  }
939
- function w() {
939
+ function A() {
940
940
  return (i == null ? void 0 : i.schema.label) || (i == null ? void 0 : i.schema.title) || (i == null ? void 0 : i.schema.name);
941
941
  }
942
942
  function M() {
943
943
  }
944
- function $(d, f) {
944
+ function $(p, f) {
945
945
  }
946
- function W(d) {
947
- const { componentType: f } = d;
948
- let h = ve(f, d);
949
- const H = f.toLowerCase().replace("-", "_");
950
- return h && !h.id && h.type === f && (h.id = `${H}_${Math.random().toString().slice(2, 6)}`), h;
946
+ function L(p, f) {
947
+ const { componentType: d } = p;
948
+ let B = ve(d, p, f);
949
+ const V = d.toLowerCase().replace("-", "_");
950
+ return B && !B.id && B.type === d && (B.id = `${V}_${Math.random().toString().slice(2, 6)}`), B;
951
951
  }
952
- function P(d, f) {
953
- const h = String(d.getAttribute("data-controltype")), H = d.getAttribute("data-feature"), q = H ? JSON.parse(H) : {};
954
- q.parentComponentInstance = p.value;
955
- let C = ve(h, q);
956
- const S = h.toLowerCase().replace("-", "_");
957
- return C && !C.id && C.type === h && (C.id = `${S}_${Math.random().toString().slice(2, 6)}`), C;
952
+ function R(p, f) {
953
+ const d = String(p.getAttribute("data-controltype")), B = p.getAttribute("data-feature"), V = B ? JSON.parse(B) : {};
954
+ V.parentComponentInstance = h.value;
955
+ let C = ve(d, V);
956
+ const S = d.toLowerCase().replace("-", "_");
957
+ return C && !C.id && C.type === d && (C.id = `${S}_${Math.random().toString().slice(2, 6)}`), C;
958
958
  }
959
- function D(d) {
959
+ function D(p) {
960
960
  }
961
- function j(...d) {
961
+ function j(...p) {
962
962
  }
963
- return p.value = {
964
- canMove: b(),
965
- canSelectParent: A(),
963
+ return h.value = {
964
+ canMove: g(),
965
+ canSelectParent: w(),
966
966
  canDelete: s(),
967
- canNested: !y(),
967
+ canNested: !x(),
968
968
  contents: i == null ? void 0 : i.schema.contents,
969
969
  elementRef: e,
970
970
  parent: (k = i == null ? void 0 : i.parent) == null ? void 0 : k.componentInstance,
@@ -972,55 +972,55 @@ function Bt(e, i, r) {
972
972
  styles: o,
973
973
  designerClass: t,
974
974
  canAccepts: u,
975
- getBelongedComponentInstance: g,
976
- getDraggableDesignItemElement: l,
977
- getDraggingDisplayText: w,
975
+ getBelongedComponentInstance: m,
976
+ getDraggableDesignItemElement: n,
977
+ getDraggingDisplayText: A,
978
978
  getPropConfig: j,
979
979
  getDragScopeElement: M,
980
980
  onAcceptMovedChildElement: $,
981
- onAcceptNewChildElement: P,
981
+ onAcceptNewChildElement: R,
982
982
  onChildElementMovedOut: D,
983
- addNewChildComponentSchema: W,
984
- updateDragAndDropRules: m,
983
+ addNewChildComponentSchema: L,
984
+ updateDragAndDropRules: y,
985
985
  triggerBelongedComponentToMoveWhenMoved: v(!1),
986
986
  triggerBelongedComponentToDeleteWhenDeleted: v(!1)
987
- }, p;
987
+ }, h;
988
988
  }
989
989
  const Wt = /* @__PURE__ */ Ce({
990
990
  name: "FImageCropperDesign",
991
991
  props: ge,
992
992
  emits: ["imageCropped", "imageLoaded", "cropperReady", "loadImageFailed"],
993
993
  setup(e, i) {
994
- const r = v(e.alignImage), m = v(e.roundCropper), o = v(e.hideResizeSquares), t = v(e.loadImageErrorText), p = v(e.disabled), b = v(null), {
995
- uploadError: A,
994
+ const r = v(e.alignImage), y = v(e.roundCropper), o = v(e.hideResizeSquares), t = v(e.loadImageErrorText), h = v(e.disabled), g = v(null), {
995
+ uploadError: w,
996
996
  imageVisible: s,
997
- backgroundColor: y,
998
- sourceImage: g,
999
- safeImgDataUrl: l,
997
+ backgroundColor: x,
998
+ sourceImage: m,
999
+ safeImgDataUrl: n,
1000
1000
  safeTransformStyle: u,
1001
- maxSize: w,
1001
+ maxSize: A,
1002
1002
  cropper: M,
1003
1003
  marginLeft: $,
1004
- moveTypes: W,
1005
- isLoading: P,
1004
+ moveTypes: L,
1005
+ isLoading: R,
1006
1006
  startMove: D,
1007
1007
  imageLoadedInView: j,
1008
1008
  moveStop: k,
1009
- moveImg: d
1010
- } = ze(e, i), f = v(), h = Te("design-item-context"), H = Bt(f, h);
1011
- Ae(() => {
1012
- f.value.componentInstance = H;
1013
- }), i.expose(H.value);
1014
- function q(B) {
1009
+ moveImg: p
1010
+ } = ze(e, i), f = v(), d = Ae("design-item-context"), B = Bt(f, d);
1011
+ Te(() => {
1012
+ f.value.componentInstance = B;
1013
+ }), i.expose(B.value);
1014
+ function V(W) {
1015
1015
  return T("span", {
1016
- class: `farris-image-cropper-resize-bar ${B}`,
1017
- onMousedown: O((Q) => D(Q, W.Resize, B), ["prevent"])
1016
+ class: `farris-image-cropper-resize-bar ${W}`,
1017
+ onMousedown: F((Q) => D(Q, L.Resize, W), ["prevent"])
1018
1018
  }, null);
1019
1019
  }
1020
- function C(B) {
1020
+ function C(W) {
1021
1021
  return T("div", null, [T("span", {
1022
- class: `farris-image-cropper-resize-bar ${B}`,
1023
- onMousedown: O((Q) => D(Q, W.Resize, B), ["prevent"])
1022
+ class: `farris-image-cropper-resize-bar ${W}`,
1023
+ onMousedown: F((Q) => D(Q, L.Resize, W), ["prevent"])
1024
1024
  }, [T("span", {
1025
1025
  class: "farris-image-cropper-square"
1026
1026
  }, null)]), T("span", {
@@ -1029,48 +1029,48 @@ const Wt = /* @__PURE__ */ Ce({
1029
1029
  class: "farris-image-cropper-square"
1030
1030
  }, null)])]);
1031
1031
  }
1032
- const S = ["top", "right", "bottom", "left"].map((B) => q(B)), U = ["topleft", "topright", "bottomright", "bottomleft"].map((B) => C(B));
1032
+ const S = ["top", "right", "bottom", "left"].map((W) => V(W)), I = ["topleft", "topright", "bottomright", "bottomleft"].map((W) => C(W));
1033
1033
  return () => T("div", {
1034
1034
  ref: f,
1035
1035
  class: ["farris-image-cropper-frame", {
1036
- "farris-image-cropper-disabled": p.value
1036
+ "farris-image-cropper-disabled": h.value
1037
1037
  }],
1038
1038
  style: {
1039
1039
  "text-align": r.value
1040
1040
  },
1041
- onMousemove: O((B) => d(B), ["prevent"]),
1042
- onTouchmove: O((B) => d(B), ["prevent"]),
1043
- onMouseup: O(() => k(), ["prevent"]),
1044
- onTouchend: O(() => k(), ["prevent"])
1045
- }, [!A && T("div", {
1046
- ref: b,
1041
+ onMousemove: F((W) => p(W), ["prevent"]),
1042
+ onTouchmove: F((W) => p(W), ["prevent"]),
1043
+ onMouseup: F(() => k(), ["prevent"]),
1044
+ onTouchend: F(() => k(), ["prevent"])
1045
+ }, [!w && T("div", {
1046
+ ref: g,
1047
1047
  class: "farris-image-cropper",
1048
1048
  style: [{
1049
- background: s.value ? y.value : ""
1049
+ background: s.value ? x.value : ""
1050
1050
  }]
1051
- }, [l.value && T("img", {
1051
+ }, [n.value && T("img", {
1052
1052
  title: "farris-source-image",
1053
- ref: g,
1053
+ ref: m,
1054
1054
  class: "farris-source-image",
1055
1055
  style: [{
1056
1056
  visibility: s.value ? "visible" : "hidden"
1057
1057
  }, {
1058
1058
  transform: u.value
1059
1059
  }],
1060
- src: l.value,
1060
+ src: n.value,
1061
1061
  onLoad: () => j()
1062
- }, null), w.value && T("div", {
1062
+ }, null), A.value && T("div", {
1063
1063
  class: "farris-image-overlay",
1064
1064
  style: [{
1065
- width: `${w.value.width || 0}px`
1065
+ width: `${A.value.width || 0}px`
1066
1066
  }, {
1067
- height: `${w.value.height || 0}px`
1067
+ height: `${A.value.height || 0}px`
1068
1068
  }, {
1069
1069
  "margin-left": r.value === "center" ? $.value : ""
1070
1070
  }]
1071
1071
  }, null), s.value && T("div", {
1072
1072
  class: ["farris-image-cropper-wrapper", {
1073
- "farris-image-cropper-rounded": m.value
1073
+ "farris-image-cropper-rounded": y.value
1074
1074
  }],
1075
1075
  style: [{
1076
1076
  top: `${M.value.y1}px`
@@ -1088,20 +1088,20 @@ const Wt = /* @__PURE__ */ Ce({
1088
1088
  tabindex: "0"
1089
1089
  }, [T("div", {
1090
1090
  class: "farris-image-cropper-move",
1091
- onMousedown: O((B) => D(B, W.Move, "topleft"), ["prevent"])
1092
- }, null), !o.value && T("div", null, [U, S])])]), P.value && T("div", {
1091
+ onMousedown: F((W) => D(W, L.Move, "topleft"), ["prevent"])
1092
+ }, null), !o.value && T("div", null, [I, S])])]), R.value && T("div", {
1093
1093
  class: "farris-image-cropper-loading"
1094
1094
  }, [T("div", {
1095
1095
  class: "farris-image-cropper-loading-spinner"
1096
- }, null)]), A && T("div", {
1096
+ }, null)]), w && T("div", {
1097
1097
  class: "farris-image-cropper-error"
1098
1098
  }, [t.value])]);
1099
1099
  }
1100
- }), Pt = {
1100
+ }), $t = {
1101
1101
  install(e) {
1102
1102
  e.component(fe.name, fe);
1103
1103
  },
1104
- register(e, i, r, m) {
1104
+ register(e, i, r, y) {
1105
1105
  e["image-cropper"] = fe, i["image-cropper"] = we;
1106
1106
  },
1107
1107
  registerDesigner(e, i, r) {
@@ -1110,7 +1110,7 @@ const Wt = /* @__PURE__ */ Ce({
1110
1110
  };
1111
1111
  export {
1112
1112
  fe as ImageCropper,
1113
- Pt as default,
1113
+ $t as default,
1114
1114
  ge as imageCropperProps,
1115
1115
  we as propsResolver
1116
1116
  };