@web-utils/form-ui 1.0.0-beta4 → 1.0.0-beta41

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 (189) hide show
  1. package/api/index.d.ts +60 -0
  2. package/api/index.mjs +42 -0
  3. package/awesome-button/index.d.ts +60 -0
  4. package/awesome-button/index.mjs +49 -0
  5. package/base.css +1 -0
  6. package/chunks/4GMuTlFS.mjs +25 -0
  7. package/chunks/B-YO6Py8.mjs +145 -0
  8. package/chunks/B1MSrc6f.mjs +8 -0
  9. package/chunks/B40JZqF5.mjs +60 -0
  10. package/chunks/BLNpMvUQ.mjs +95 -0
  11. package/chunks/BNQD6fKI.mjs +40 -0
  12. package/chunks/BROfNO6c.mjs +17 -0
  13. package/chunks/BiF8cEVB.mjs +102 -0
  14. package/chunks/Bm5eiSmT.mjs +79 -0
  15. package/chunks/C5BjmbyR.mjs +91 -0
  16. package/chunks/CBHZpxPE.mjs +108 -0
  17. package/chunks/CD2WYSl1.mjs +188 -0
  18. package/chunks/CE0MejA6.mjs +200 -0
  19. package/chunks/CSf0Lu3w.mjs +102 -0
  20. package/chunks/CXSIP67a.mjs +234 -0
  21. package/chunks/ChmDDqoZ2.mjs +478 -0
  22. package/chunks/ClpNoMQe.mjs +37 -0
  23. package/chunks/Csa9EgOO.mjs +152 -0
  24. package/chunks/CuBH-6_y.mjs +25 -0
  25. package/chunks/CybmpSN8.mjs +664 -0
  26. package/chunks/CzvmkGvn.mjs +89 -0
  27. package/chunks/DASUt7ot.mjs +166 -0
  28. package/chunks/DBNqhkDl.mjs +174 -0
  29. package/chunks/DMcUruCK2.mjs +207 -0
  30. package/chunks/DUjgfS7g.mjs +95 -0
  31. package/chunks/DWLv8UUC.mjs +612 -0
  32. package/chunks/Ds_Tpa_M.mjs +83 -0
  33. package/chunks/MeM8FGzA.mjs +200 -0
  34. package/chunks/_90XRi0U.mjs +105 -0
  35. package/chunks/_Uzl3uMy.mjs +109 -0
  36. package/chunks/b5HOxD60.mjs +1369 -0
  37. package/chunks/cmuHpsX6.mjs +109 -0
  38. package/chunks/ePSxkHli.mjs +95 -0
  39. package/chunks/jHrYQI1Q.mjs +320 -0
  40. package/chunks/kKoMKOYH.mjs +180 -0
  41. package/chunks/lPLJkGiz.mjs +25 -0
  42. package/chunks/mbLUSXcZ.mjs +56 -0
  43. package/chunks/y-DmM31a.mjs +168 -0
  44. package/confirm-button/index.d.ts +113 -0
  45. package/confirm-button/index.mjs +35 -0
  46. package/confirmable/index.d.ts +84 -0
  47. package/confirmable/index.mjs +8 -0
  48. package/constants/index.d.ts +53 -0
  49. package/constants/index.mjs +4 -0
  50. package/editable-tree/index.d.ts +254 -0
  51. package/editable-tree/index.mjs +2 -0
  52. package/editable-tree/style.css +1 -0
  53. package/element-dialog/index.d.ts +337 -16
  54. package/element-dialog/index.mjs +2 -91
  55. package/empty-view/index.d.ts +2 -2
  56. package/empty-view/index.mjs +1 -1
  57. package/flex-scroll-area/index.d.ts +1 -1
  58. package/flex-scroll-area/index.mjs +1 -1
  59. package/form-advice/index.mjs +13 -12
  60. package/form-button/index.d.ts +114 -0
  61. package/form-button/index.mjs +36 -0
  62. package/form-card/index.d.ts +14 -0
  63. package/form-card/index.mjs +18 -0
  64. package/form-cascader/index.d.ts +472 -0
  65. package/form-cascader/index.mjs +2 -0
  66. package/form-check-box-group/index.d.ts +289 -18
  67. package/form-check-box-group/index.mjs +1 -1
  68. package/form-check-box-group/style.css +1 -0
  69. package/form-checkbox/index.d.ts +236 -16
  70. package/form-checkbox/index.mjs +1 -1
  71. package/form-date-picker/index.d.ts +390 -19
  72. package/form-date-picker/index.mjs +1 -1
  73. package/form-holder/index.d.ts +87 -20
  74. package/form-holder/index.mjs +1 -1
  75. package/form-holder/style.css +1 -1
  76. package/form-image/index.d.ts +145 -13
  77. package/form-image/index.mjs +1 -1
  78. package/form-input/index.d.ts +301 -20
  79. package/form-input/index.mjs +1 -1
  80. package/form-input/style.css +1 -0
  81. package/form-input-cron-expression/index.d.ts +217 -0
  82. package/form-input-cron-expression/index.mjs +2 -0
  83. package/form-input-cron-expression/style.css +1 -0
  84. package/form-input-email/index.d.ts +307 -16
  85. package/form-input-email/index.mjs +1 -1
  86. package/form-input-id-card/index.d.ts +307 -16
  87. package/form-input-id-card/index.mjs +1 -1
  88. package/form-input-number/index.d.ts +246 -18
  89. package/form-input-number/index.mjs +1 -1
  90. package/form-input-phone-number/index.d.ts +307 -16
  91. package/form-input-phone-number/index.mjs +1 -1
  92. package/form-input-tag/index.d.ts +263 -1
  93. package/form-input-tag/index.mjs +1 -3
  94. package/form-input-time/index.d.ts +434 -1
  95. package/form-input-time/index.mjs +1 -3
  96. package/form-item-config-provider/index.d.ts +22 -0
  97. package/form-item-config-provider/index.mjs +24 -0
  98. package/form-item-group/index.d.ts +91 -17
  99. package/form-item-group/index.mjs +2 -78
  100. package/form-item-group/style.css +1 -1
  101. package/form-item-x/index.d.ts +141 -11
  102. package/form-item-x/index.mjs +1 -1
  103. package/form-item-x/style.css +1 -0
  104. package/form-radio-group/index.d.ts +303 -16
  105. package/form-radio-group/index.mjs +1 -1
  106. package/form-rate/index.d.ts +254 -14
  107. package/form-rate/index.mjs +1 -1
  108. package/form-red-table/index.mjs +27 -26
  109. package/form-row/index.d.ts +2 -2
  110. package/form-row/index.mjs +1 -1
  111. package/form-select/index.d.ts +537 -18
  112. package/form-select/index.mjs +1 -1
  113. package/form-slider/index.d.ts +283 -16
  114. package/form-slider/index.mjs +1 -1
  115. package/form-switch/index.d.ts +272 -14
  116. package/form-switch/index.mjs +1 -1
  117. package/form-text/index.d.ts +165 -13
  118. package/form-text/index.mjs +1 -1
  119. package/form-textarea/index.d.ts +351 -0
  120. package/form-textarea/index.mjs +2 -0
  121. package/form-time-select/index.d.ts +319 -0
  122. package/form-time-select/index.mjs +2 -0
  123. package/form-view/index.mjs +1 -1
  124. package/helper/dictionary.d.ts +15 -0
  125. package/helper/dictionary.mjs +97 -0
  126. package/hook/useDictionary.d.ts +60 -0
  127. package/hook/useDictionary.mjs +15 -0
  128. package/hook/useVisibilityChange.d.ts +4 -0
  129. package/hook/useVisibilityChange.mjs +14 -0
  130. package/iframe-window/index.d.ts +9 -0
  131. package/iframe-window/index.mjs +37 -0
  132. package/iframe-window/style.css +1 -0
  133. package/index.d.ts +52 -36
  134. package/index.mjs +54 -61
  135. package/package.json +10 -5
  136. package/pageable-table/index.d.ts +398 -0
  137. package/pageable-table/index.mjs +2 -0
  138. package/pageable-table/style.css +1 -0
  139. package/resize-observer/index.d.ts +8 -0
  140. package/resize-observer/index.mjs +40 -0
  141. package/resize-observer/style.css +1 -0
  142. package/resolver/index.mjs +29 -0
  143. package/table-column/index.d.ts +160 -0
  144. package/table-column/index.mjs +2 -0
  145. package/table-column/style.css +1 -0
  146. package/table-column-def/index.d.ts +85 -0
  147. package/table-column-def/index.mjs +11 -0
  148. package/table-view/index.d.ts +340 -1
  149. package/table-view/index.mjs +459 -6
  150. package/table-view/style.css +1 -0
  151. package/toolbar/index.d.ts +128 -1
  152. package/toolbar/index.mjs +1 -8
  153. package/toolbar/style.css +1 -0
  154. package/toolbar-button/index.d.ts +188 -1
  155. package/toolbar-button/index.mjs +1 -8
  156. package/vue-cron/index.d.ts +191 -0
  157. package/vue-cron/index.mjs +2 -0
  158. package/vue-cron/style.css +1 -0
  159. package/web-types.json +1 -1
  160. package/x-input-tag/index.d.ts +2 -0
  161. package/x-input-tag/index.mjs +232 -0
  162. package/x-input-tag/style.css +1 -0
  163. package/year-calendar/index.d.ts +99 -0
  164. package/year-calendar/index.mjs +2 -0
  165. package/year-calendar/style.css +1 -0
  166. package/chunks/B4M_TFeR.mjs +0 -152
  167. package/chunks/B5BIQCcK.mjs +0 -149
  168. package/chunks/BHNKrW1j.mjs +0 -61
  169. package/chunks/BO9jWhBl.mjs +0 -46
  170. package/chunks/BZ8aOa78.mjs +0 -35
  171. package/chunks/Bsz7y4Xp.mjs +0 -73
  172. package/chunks/Bxj372sF.mjs +0 -53
  173. package/chunks/C33EmJN8.mjs +0 -32
  174. package/chunks/C6Li3-l7.mjs +0 -28
  175. package/chunks/CBcdalMX.mjs +0 -35
  176. package/chunks/CdRsyF0n.mjs +0 -43
  177. package/chunks/ClNahmiU.mjs +0 -23
  178. package/chunks/CstztYMu.mjs +0 -28
  179. package/chunks/DC9b53M6.mjs +0 -32
  180. package/chunks/DDVAgRED.mjs +0 -36
  181. package/chunks/DpJQABVD.mjs +0 -91
  182. package/chunks/ZsLNWI9x.mjs +0 -46
  183. package/chunks/jn_iQrVZ.mjs +0 -28
  184. package/constants.d.ts +0 -1
  185. package/constants.mjs +0 -4
  186. package/input/style.css +0 -1
  187. package/resolver.mjs +0 -79
  188. package/utils/style.css +0 -1
  189. /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
@@ -1,61 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElInput as r } from "element-plus/es";
3
- import { computed as i, createVNode as a } from "vue";
4
- import { validatePhoneNum as o } from "@web-utils/core";
5
- //#region src/util/form-validate.js
6
- var s = (e, t, n) => t && !/^[A-Za-z0-9\u4e00-\u9fa5_-]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(t) ? n(/* @__PURE__ */ Error("invalid")) : n();
7
- function c(e, t, n) {
8
- t && !/^[1-9][0-9]{5}(18|19|(2[0-9]))[0-9]{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)[0-9]{3}[0-9Xx]$/.test(t) ? n(/* @__PURE__ */ Error("invalid")) : n();
9
- }
10
- //#endregion
11
- //#region src/components/form/FormInput.vue
12
- var l = {
13
- name: "FormInput",
14
- inheritAttrs: !1,
15
- props: {
16
- ...t,
17
- modelValue: String,
18
- type: String,
19
- rows: Number,
20
- prepend: String,
21
- append: String,
22
- prefix: String,
23
- suffix: String
24
- },
25
- emits: [...n],
26
- setup(t, { emit: n, slots: l }) {
27
- let u = `请输入正确的${t.label}!`, { emitInput: d, render: f, placeholder: p, disabled: m } = e(t, {
28
- emit: n,
29
- slots: l,
30
- rules: i(() => {
31
- if (!t.type || t.type === "textarea") return null;
32
- let e = {
33
- message: u,
34
- trigger: "blur"
35
- };
36
- if (t.type === "email") e.validator = s;
37
- else if (t.type === "idcard") e.validator = c;
38
- else if (t.type === "phone") e.validator = o;
39
- else return null;
40
- return [e];
41
- })
42
- });
43
- return () => f({ vNodes: a(r, {
44
- modelValue: t.modelValue,
45
- type: t.type,
46
- clearable: !0,
47
- rows: t.rows,
48
- disabled: m.value,
49
- "onUpdate:modelValue": d,
50
- placeholder: p.value
51
- }, {
52
- prefix: l.prefix || t.prefix ? () => t.prefix : null,
53
- suffix: l.suffix || t.suffix ? () => t.suffix : null,
54
- "password-icon": l["password-icon"],
55
- prepend: l.prepend || t.prepend ? () => t.prepend : null,
56
- append: l.append || t.append ? () => t.append : null
57
- }) });
58
- }
59
- };
60
- //#endregion
61
- export { l as t };
@@ -1,46 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElRadio as r, ElRadioGroup as i } from "element-plus/es";
3
- import { createVNode as a, isVNode as o } from "vue";
4
- //#region src/components/form/FormRadioGroup.vue?vue&type=script&lang.jsx
5
- function s(e) {
6
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !o(e);
7
- }
8
- //#endregion
9
- //#region src/components/form/FormRadioGroup.vue
10
- var c = {
11
- name: "FormRadioGroup",
12
- inheritAttrs: !1,
13
- props: {
14
- ...t,
15
- modelValue: [
16
- String,
17
- Number,
18
- Boolean
19
- ],
20
- options: Array
21
- },
22
- emits: [...n],
23
- setup(t, { emit: n, slots: o }) {
24
- let { emitInput: c, render: l, placeholder: u, disabled: d } = e(t, {
25
- emit: n,
26
- slots: o
27
- });
28
- return () => l({ vNodes: a(i, {
29
- modelValue: t.modelValue,
30
- disabled: d.value,
31
- "onUpdate:modelValue": c,
32
- placeholder: u.value
33
- }, {
34
- ...o,
35
- default: o.default || (() => {
36
- var e;
37
- return (e = t.options) == null ? void 0 : e.map(({ value: e, label: t }) => a(r, {
38
- key: e,
39
- value: e
40
- }, s(t) ? t : { default: () => [t] }));
41
- })
42
- }) });
43
- }
44
- };
45
- //#endregion
46
- export { c as t };
@@ -1,35 +0,0 @@
1
- import { n as e, r as t, s as n } from "./B4M_TFeR.mjs";
2
- import { ElImage as r } from "element-plus/es";
3
- import { createVNode as i, isVNode as a } from "vue";
4
- //#region src/components/form/FormImage.vue?vue&type=script&lang.jsx
5
- function o(e) {
6
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
7
- }
8
- //#endregion
9
- //#region src/components/form/FormImage.vue
10
- var s = {
11
- name: "FormImage",
12
- inheritAttrs: !1,
13
- props: {
14
- ...e,
15
- src: String,
16
- fit: String,
17
- hideOnClickModal: Boolean
18
- },
19
- setup(e, { slots: a, attrs: s }) {
20
- let c = n(e);
21
- return () => t(e, {
22
- vNodes: i(r, {
23
- src: e.src,
24
- fit: e.fit,
25
- "preview-src-list": [e.src],
26
- "hide-on-click-modal": e.hideOnClickModal,
27
- style: s.style
28
- }, o(a) ? a : { default: () => [a] }),
29
- formItemProps: c,
30
- slots: a
31
- });
32
- }
33
- };
34
- //#endregion
35
- export { s as t };
@@ -1,73 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElDatePicker as r } from "element-plus/es";
3
- import { computed as i, createVNode as a } from "vue";
4
- //#endregion
5
- //#region src/components/form/FormDatePicker.vue
6
- var o = {
7
- name: "FormDatePicker",
8
- inheritAttrs: !1,
9
- props: {
10
- ...t,
11
- modelValue: [
12
- String,
13
- Number,
14
- Date,
15
- Array
16
- ],
17
- type: {
18
- type: String,
19
- default: "date"
20
- },
21
- unlinkPanels: {
22
- type: Boolean,
23
- default: !0
24
- },
25
- split: Boolean,
26
- startDate: String,
27
- endDate: String
28
- },
29
- emits: [
30
- ...n,
31
- "update:startDate",
32
- "update:endDate"
33
- ],
34
- setup(t, { emit: n, slots: o }) {
35
- let { emitInput: s, render: c, placeholder: l, disabled: u } = e(t, {
36
- emit: n,
37
- slots: o
38
- }), d = i(() => {
39
- switch (t.type) {
40
- case "date":
41
- case "daterange": return "YYYY-MM-DD";
42
- case "datetime":
43
- case "datetimerange": return "YYYY-MM-DD HH:mm:ss";
44
- default: return "";
45
- }
46
- }), f = i(() => t.split && t.type.indexOf("range") > -1), p = (e, t) => {
47
- n("update:startDate", e), n("update:endDate", t);
48
- }, m = (e) => {
49
- f.value ? e ? p(e[0], e[1]) : p(null, null) : s(e);
50
- }, h = i(() => f.value ? [t.startDate, t.endDate] : t.modelValue);
51
- return () => c({ vNodes: a(r, {
52
- style: "width: 100%",
53
- clearable: !0,
54
- modelValue: h.value,
55
- type: t.type,
56
- unlinkPanels: t.unlinkPanels,
57
- disabled: u.value,
58
- "onUpdate:modelValue": m,
59
- format: d.value,
60
- "value-format": d.value,
61
- placeholder: l.value
62
- }, {
63
- default: o.default,
64
- "range-separator": o["range-separator"],
65
- "pre-month": o["pre-month"],
66
- "next-month": o["next-month"],
67
- "pre-year": o["pre-year"],
68
- "next-year": o["next-year"]
69
- }) });
70
- }
71
- };
72
- //#endregion
73
- export { o as t };
@@ -1,53 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElCheckbox as r, ElCheckboxGroup as i } from "element-plus/es";
3
- import { computed as a, createVNode as o, isVNode as s } from "vue";
4
- //#region src/components/form/FormCheckBoxGroup.vue?vue&type=script&lang.jsx
5
- function c(e) {
6
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !s(e);
7
- }
8
- //#endregion
9
- //#region src/components/form/FormCheckBoxGroup.vue
10
- var l = {
11
- name: "FormCheckBoxGroup",
12
- inheritAttrs: !1,
13
- props: {
14
- ...t,
15
- modelValue: [Array, String],
16
- options: Array,
17
- stringMode: Boolean,
18
- delimiter: {
19
- type: String,
20
- default: ","
21
- }
22
- },
23
- emits: [...n],
24
- setup(t, { emit: n, slots: s }) {
25
- let { emitInput: l, render: u, placeholder: d, disabled: f } = e(t, {
26
- emit: n,
27
- slots: s
28
- }), p = (e) => l(t.stringMode ? e.join(t.delimiter) : e), m = a(() => {
29
- if (t.stringMode) {
30
- var e;
31
- return Array.isArray(t.modelValue) ? t.modelValue.filter((e) => e) : ((e = t.modelValue) == null ? void 0 : e.split(t.delimiter).filter((e) => e)) ?? [];
32
- }
33
- return t.modelValue || [];
34
- });
35
- return () => u({ vNodes: o(i, {
36
- modelValue: m.value,
37
- disabled: f.value,
38
- "onUpdate:modelValue": p,
39
- placeholder: d.value
40
- }, {
41
- ...s,
42
- default: s.default || (() => {
43
- var e;
44
- return (e = t.options) == null ? void 0 : e.map(({ value: e, label: t }) => o(r, {
45
- key: e,
46
- value: e
47
- }, c(t) ? t : { default: () => [t] }));
48
- })
49
- }) });
50
- }
51
- };
52
- //#endregion
53
- export { l as t };
@@ -1,32 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElSlider as r } from "element-plus/es";
3
- import { createVNode as i, isVNode as a } from "vue";
4
- //#region src/components/form/FormSlider.vue?vue&type=script&lang.jsx
5
- function o(e) {
6
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
7
- }
8
- //#endregion
9
- //#region src/components/form/FormSlider.vue
10
- var s = {
11
- name: "FormSlider",
12
- inheritAttrs: !1,
13
- props: {
14
- ...t,
15
- modelValue: [Number, Array]
16
- },
17
- emits: [...n],
18
- setup(t, { emit: n, slots: a }) {
19
- let { emitInput: s, render: c, disabled: l } = e(t, {
20
- emit: n,
21
- slots: a
22
- });
23
- return () => c({ vNodes: i(r, {
24
- modelValue: t.modelValue,
25
- clearable: !0,
26
- disabled: l.value,
27
- "onUpdate:modelValue": s
28
- }, o(a) ? a : { default: () => [a] }) });
29
- }
30
- };
31
- //#endregion
32
- export { s as t };
@@ -1,28 +0,0 @@
1
- import { i as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { t as r } from "./BHNKrW1j.mjs";
3
- import { createVNode as i, isVNode as a, mergeProps as o } from "vue";
4
- //#region src/components/form/FormInputEmail.vue?vue&type=script&lang.jsx
5
- function s(e) {
6
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
7
- }
8
- //#endregion
9
- //#region src/components/form/FormInputEmail.vue
10
- var c = {
11
- name: "FormInputEmail",
12
- inheritAttrs: !1,
13
- props: {
14
- ...t,
15
- modelValue: String
16
- },
17
- emits: [...n],
18
- setup(t, { emit: n, slots: a }) {
19
- let c = (t) => e(n, t);
20
- return () => i(r, o(t, {
21
- modelValue: t.modelValue,
22
- type: "email",
23
- "onUpdate:modelValue": c
24
- }), s(a) ? a : { default: () => [a] });
25
- }
26
- };
27
- //#endregion
28
- export { c as t };
@@ -1,35 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElCheckbox as r } from "element-plus/es";
3
- import { createVNode as i } from "vue";
4
- //#endregion
5
- //#region src/components/form/FormCheckbox.vue
6
- var a = {
7
- name: "FormCheckbox",
8
- inheritAttrs: !1,
9
- props: {
10
- ...t,
11
- modelValue: [
12
- String,
13
- Number,
14
- Boolean
15
- ],
16
- value: String,
17
- label: String
18
- },
19
- emits: [...n],
20
- setup(t, { emit: n, slots: a }) {
21
- let { emitInput: o, render: s, disabled: c } = e(t, {
22
- emit: n,
23
- slots: a
24
- });
25
- return () => s({ vNodes: i(r, {
26
- modelValue: t.modelValue,
27
- value: t.value,
28
- label: t.label,
29
- disabled: c.value,
30
- "onUpdate:modelValue": o
31
- }, { default: a.default }) });
32
- }
33
- };
34
- //#endregion
35
- export { a as t };
@@ -1,43 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElInputNumber as r } from "element-plus/es";
3
- import { createVNode as i } from "vue";
4
- //#endregion
5
- //#region src/components/form/FormInputNumber.vue
6
- var a = {
7
- name: "FormInputNumber",
8
- inheritAttrs: !1,
9
- props: {
10
- ...t,
11
- modelValue: Number,
12
- controls: Boolean,
13
- align: {
14
- type: String,
15
- default: "left"
16
- },
17
- prefix: String,
18
- suffix: String
19
- },
20
- emits: [...n],
21
- setup(t, { emit: n, slots: a }) {
22
- let { emitInput: o, render: s, placeholder: c, disabled: l } = e(t, {
23
- emit: n,
24
- slots: a
25
- });
26
- return () => s({ vNodes: i(r, {
27
- style: "width: 100%",
28
- align: t.align,
29
- modelValue: t.modelValue,
30
- disabled: l.value,
31
- controls: t.controls,
32
- "onUpdate:modelValue": o,
33
- placeholder: c.value
34
- }, {
35
- prefix: a.prefix || t.prefix ? () => t.prefix : null,
36
- suffix: a.suffix || t.suffix ? () => t.suffix : null,
37
- "decrease-icon": a["decrease-icon"],
38
- "increase-icon": a["increase-icon"]
39
- }) });
40
- }
41
- };
42
- //#endregion
43
- export { a as t };
@@ -1,23 +0,0 @@
1
- import { n as e, r as t, s as n } from "./B4M_TFeR.mjs";
2
- import { ElText as r } from "element-plus/es";
3
- import { createVNode as i } from "vue";
4
- //#endregion
5
- //#region src/components/form/FormText.vue
6
- var a = {
7
- name: "FormText",
8
- inheritAttrs: !1,
9
- props: {
10
- ...e,
11
- text: String
12
- },
13
- setup(e, { slots: a }) {
14
- let o = n(e);
15
- return () => t(e, {
16
- vNodes: i(r, null, { default: a.default || (() => e.text) }),
17
- formItemProps: o,
18
- slots: a
19
- });
20
- }
21
- };
22
- //#endregion
23
- export { a as t };
@@ -1,28 +0,0 @@
1
- import { i as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { t as r } from "./BHNKrW1j.mjs";
3
- import { createVNode as i, isVNode as a, mergeProps as o } from "vue";
4
- //#region src/components/form/FormInputIdCard.vue?vue&type=script&lang.jsx
5
- function s(e) {
6
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
7
- }
8
- //#endregion
9
- //#region src/components/form/FormInputIdCard.vue
10
- var c = {
11
- name: "FormInputIdCard",
12
- inheritAttrs: !1,
13
- props: {
14
- ...t,
15
- modelValue: String
16
- },
17
- emits: [...n],
18
- setup(t, { emit: n, slots: a }) {
19
- let c = (t) => e(n, t);
20
- return () => i(r, o(t, {
21
- modelValue: t.modelValue,
22
- type: "idcard",
23
- "onUpdate:modelValue": c
24
- }), s(a) ? a : { default: () => [a] });
25
- }
26
- };
27
- //#endregion
28
- export { c as t };
@@ -1,32 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElRate as r } from "element-plus/es";
3
- import { createVNode as i, isVNode as a } from "vue";
4
- //#region src/components/form/FormRate.vue?vue&type=script&lang.jsx
5
- function o(e) {
6
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
7
- }
8
- //#endregion
9
- //#region src/components/form/FormRate.vue
10
- var s = {
11
- name: "FormRate",
12
- inheritAttrs: !1,
13
- props: {
14
- ...t,
15
- modelValue: Number
16
- },
17
- emits: [...n],
18
- setup(t, { emit: n, slots: a }) {
19
- let { emitInput: s, render: c, disabled: l } = e(t, {
20
- emit: n,
21
- slots: a
22
- });
23
- return () => c({ vNodes: i(r, {
24
- modelValue: t.modelValue,
25
- clearable: !0,
26
- disabled: l.value,
27
- "onUpdate:modelValue": s
28
- }, o(a) ? a : { default: () => [a] }) });
29
- }
30
- };
31
- //#endregion
32
- export { s as t };
@@ -1,36 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElSwitch as r } from "element-plus/es";
3
- import { createVNode as i, isVNode as a } from "vue";
4
- //#region src/components/form/FormSwitch.vue?vue&type=script&lang.jsx
5
- function o(e) {
6
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !a(e);
7
- }
8
- //#endregion
9
- //#region src/components/form/FormSwitch.vue
10
- var s = {
11
- name: "FormSwitch",
12
- inheritAttrs: !1,
13
- props: {
14
- ...t,
15
- modelValue: [
16
- Boolean,
17
- String,
18
- Number
19
- ]
20
- },
21
- emits: [...n],
22
- setup(t, { emit: n, slots: a }) {
23
- let { emitInput: s, render: c, disabled: l } = e(t, {
24
- emit: n,
25
- slots: a
26
- });
27
- return () => c({ vNodes: i(r, {
28
- modelValue: t.modelValue,
29
- clearable: !0,
30
- disabled: l.value,
31
- "onUpdate:modelValue": s
32
- }, o(a) ? a : { default: () => [a] }) });
33
- }
34
- };
35
- //#endregion
36
- export { s as t };
@@ -1,91 +0,0 @@
1
- import e from "../form-cell/index.mjs";
2
- import { ElTooltip as t } from "element-plus/es";
3
- import { Comment as n, Fragment as r, Text as i, createVNode as a, inject as o, isVNode as s } from "vue";
4
- import { camelize as c, isDef as l, isString as u } from "@web-utils/core";
5
- //#region src/components/red-form/FormRow.vue?vue&type=script&lang.jsx
6
- function d(e) {
7
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !s(e);
8
- }
9
- var f = (e) => {
10
- let t = Object.keys({});
11
- for (let n in e) t[c(n)] = e[n];
12
- return t;
13
- }, p = (e, { columnSize: o }) => {
14
- if (!e || !e.length) return null;
15
- e = e.filter((e) => e.type !== n);
16
- let s = [], c = e.length === 1;
17
- for (let n = 0; n < e.length; n++) {
18
- let g = e[n], { name: _ } = g.type;
19
- if (g.type === i) s.push({
20
- tag: _,
21
- type: "text",
22
- content: g,
23
- colspan: c ? o : 0
24
- });
25
- else if (g.type === r) s.push(...p(g.children, { columnSize: o }));
26
- else if (u(g.type) && g.type === "td") s.push({
27
- tag: g.type,
28
- type: "td",
29
- content: g
30
- });
31
- else if (_ === "FormCell") s.push({
32
- tag: _,
33
- type: "FormCell",
34
- content: g
35
- });
36
- else if (typeof g.type == "object") {
37
- let { label: e, hideLabel: n, labelColspan: r, inputColspan: i, labelRowspan: u, inputRowspan: p, tipsAfterLabel: v, tips: y } = f(g.props);
38
- if (!l(n)) {
39
- var d, m, h;
40
- let n = (d = g.children) == null ? void 0 : d.tips, i = n || y ? a(t, {
41
- effect: "light",
42
- content: y,
43
- offset: 4
44
- }, {
45
- default: () => a("i", { class: "el-icon-info form-item-input-info" }, null),
46
- content: n || null
47
- }) : null;
48
- s.push({
49
- tag: _,
50
- type: "label",
51
- colspan: r,
52
- rowspan: u,
53
- content: [((m = g.children) == null || (h = m.label) == null ? void 0 : h.call(m)) || e, v === "" ? i : null]
54
- });
55
- }
56
- let b;
57
- b = c && l(n) ? o : l(i) ? i : c ? o - 1 : 0, s.push({
58
- tag: _,
59
- type: "input",
60
- colspan: b,
61
- rowspan: p,
62
- content: g
63
- });
64
- } else console.error("未知节点");
65
- }
66
- return s;
67
- }, m = {
68
- name: "FormRow",
69
- props: {
70
- isLabel: Boolean,
71
- alignCenter: Boolean
72
- },
73
- setup(t, { slots: n }) {
74
- let r = o("setColumnSize", null), i = o("columnSize", null);
75
- return () => {
76
- var o;
77
- let s = (o = n.default) == null ? void 0 : o.call(n), c = [];
78
- return c.push(...p(s, { columnSize: (i == null ? void 0 : i.value) ?? 0 })), ((i == null ? void 0 : i.value) ?? 0) < c.length && (r == null || r(c.length)), a("tr", null, [c.map(({ tag: n, type: r, colspan: i, rowspan: o, content: s }) => n === "td" || r === "FormCell" ? s : r === "text" ? a(e, {
79
- isLabel: t.isLabel,
80
- alignCenter: t.alignCenter,
81
- colspan: i
82
- }, d(s) ? s : { default: () => [s] }) : a("td", {
83
- class: r,
84
- colspan: i,
85
- rowspan: o
86
- }, [s]))]);
87
- };
88
- }
89
- };
90
- //#endregion
91
- export { m as t };
@@ -1,46 +0,0 @@
1
- import { a as e, n as t, t as n } from "./B4M_TFeR.mjs";
2
- import { ElOption as r, ElSelect as i } from "element-plus/es";
3
- import { createVNode as a } from "vue";
4
- //#endregion
5
- //#region src/components/form/FormSelect.vue
6
- var o = {
7
- name: "FormSelect",
8
- inheritAttrs: !1,
9
- props: {
10
- ...t,
11
- modelValue: String,
12
- options: [
13
- String,
14
- Number,
15
- Boolean,
16
- Object,
17
- Array
18
- ]
19
- },
20
- emits: [...n],
21
- setup(t, { emit: n, slots: o }) {
22
- let { emitInput: s, render: c, placeholder: l, disabled: u } = e(t, {
23
- emit: n,
24
- slots: o
25
- });
26
- return () => c({ vNodes: a(i, {
27
- modelValue: t.modelValue,
28
- clearable: !0,
29
- disabled: u.value,
30
- "onUpdate:modelValue": s,
31
- placeholder: l.value
32
- }, {
33
- ...o,
34
- default: o.default || (() => {
35
- var e;
36
- return (e = t.options) == null ? void 0 : e.map(({ value: e, label: t }) => a(r, {
37
- key: e,
38
- label: t,
39
- value: e
40
- }, null));
41
- })
42
- }) });
43
- }
44
- };
45
- //#endregion
46
- export { o as t };