@web-utils/form-ui 1.0.0-beta2 → 1.0.0-beta21

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 (128) hide show
  1. package/base.css +1 -1
  2. package/chunks/1chbbDUh.mjs +98 -0
  3. package/chunks/5HLN3g1u.mjs +51 -0
  4. package/chunks/B5B9au3z.mjs +180 -0
  5. package/chunks/BI2XOQW3.mjs +226 -0
  6. package/chunks/BLpnMrum.mjs +189 -0
  7. package/chunks/BNpqILFO.mjs +95 -0
  8. package/chunks/Bb43eI1f.mjs +93 -0
  9. package/chunks/BbrVRWUo.mjs +73 -0
  10. package/chunks/Bd1I-R29.mjs +53 -0
  11. package/chunks/Bh_CMUlo.mjs +12 -0
  12. package/chunks/Bv-Gn_Jd.mjs +42 -0
  13. package/chunks/C4MTLHn4.mjs +26 -0
  14. package/chunks/CI4RZnNc.mjs +26 -0
  15. package/chunks/CnsFNU2A.mjs +17 -0
  16. package/chunks/Cw8pz9hK.mjs +222 -0
  17. package/chunks/D4v0MyB_.mjs +106 -0
  18. package/chunks/D9GcEl6r.mjs +8 -0
  19. package/chunks/DGhMkri0.mjs +88 -0
  20. package/chunks/DOI7ju3i.mjs +108 -0
  21. package/chunks/DRDj0e_k.mjs +171 -0
  22. package/chunks/Dq3yxEPg.mjs +106 -0
  23. package/chunks/Dy5-h_Tx.mjs +108 -0
  24. package/chunks/RcygoTkQ.mjs +26 -0
  25. package/chunks/iWlTrkaC.mjs +76 -0
  26. package/chunks/lTFu0zgR.mjs +106 -0
  27. package/chunks/wfL1FAwc.mjs +1360 -0
  28. package/constants.d.ts +42 -0
  29. package/constants.mjs +3 -3
  30. package/element-dialog/index.d.ts +96 -0
  31. package/element-dialog/index.mjs +2 -92
  32. package/element-dialog/style.css +1 -1
  33. package/empty-view/index.d.ts +29 -0
  34. package/flex-scroll-area/index.d.ts +22 -0
  35. package/form-advice/index.d.ts +9 -0
  36. package/form-advice/index.mjs +13 -12
  37. package/form-cascader/index.d.ts +2 -0
  38. package/form-cascader/index.mjs +10 -0
  39. package/form-cell/index.d.ts +25 -0
  40. package/form-check-box-group/index.d.ts +293 -0
  41. package/form-check-box-group/index.mjs +1 -1
  42. package/form-checkbox/index.d.ts +271 -0
  43. package/form-checkbox/index.mjs +1 -1
  44. package/form-date-picker/index.d.ts +421 -0
  45. package/form-date-picker/index.mjs +1 -1
  46. package/form-holder/index.d.ts +166 -0
  47. package/form-holder/index.mjs +1 -1
  48. package/form-holder/style.css +1 -1
  49. package/form-image/index.d.ts +224 -0
  50. package/form-image/index.mjs +1 -1
  51. package/form-input/index.d.ts +387 -0
  52. package/form-input/index.mjs +1 -1
  53. package/form-input/style.css +1 -0
  54. package/form-input-cron-expression/index.d.ts +215 -0
  55. package/form-input-cron-expression/index.mjs +2 -0
  56. package/form-input-cron-expression/style.css +1 -0
  57. package/form-input-email/index.d.ts +363 -0
  58. package/form-input-email/index.mjs +1 -1
  59. package/form-input-id-card/index.d.ts +363 -0
  60. package/form-input-id-card/index.mjs +1 -1
  61. package/form-input-number/index.d.ts +325 -0
  62. package/form-input-number/index.mjs +1 -1
  63. package/form-input-phone-number/index.d.ts +363 -0
  64. package/form-input-phone-number/index.mjs +1 -1
  65. package/form-input-tag/index.d.ts +2 -0
  66. package/form-input-time/index.d.ts +2 -0
  67. package/form-item-config-provider/index.d.ts +22 -0
  68. package/form-item-config-provider/index.mjs +24 -0
  69. package/form-item-group/index.d.ts +92 -0
  70. package/form-item-group/index.mjs +2 -78
  71. package/form-item-group/style.css +1 -1
  72. package/form-item-x/index.d.ts +184 -0
  73. package/form-item-x/index.mjs +1 -1
  74. package/form-item-x/style.css +1 -0
  75. package/form-radio-group/index.d.ts +281 -0
  76. package/form-radio-group/index.mjs +1 -1
  77. package/form-rate/index.d.ts +319 -0
  78. package/form-rate/index.mjs +1 -1
  79. package/form-red-table/index.d.ts +21 -0
  80. package/form-red-table/index.mjs +27 -26
  81. package/form-row/index.d.ts +11 -0
  82. package/form-row/index.mjs +1 -1
  83. package/form-select/index.d.ts +540 -0
  84. package/form-select/index.mjs +1 -1
  85. package/form-slider/index.d.ts +348 -0
  86. package/form-slider/index.mjs +1 -1
  87. package/form-switch/index.d.ts +337 -0
  88. package/form-switch/index.mjs +1 -1
  89. package/form-text/index.d.ts +227 -0
  90. package/form-text/index.mjs +1 -1
  91. package/form-view/index.d.ts +2 -0
  92. package/index.d.ts +42 -0
  93. package/index.mjs +39 -34
  94. package/month-calendar/index.d.ts +80 -0
  95. package/month-calendar/index.mjs +312 -0
  96. package/month-calendar/style.css +1 -0
  97. package/package.json +10 -7
  98. package/resolver.d.ts +9 -0
  99. package/resolver.mjs +29 -0
  100. package/table-view/index.d.ts +2 -0
  101. package/toolbar/index.d.ts +2 -0
  102. package/toolbar-button/index.d.ts +2 -0
  103. package/vue-cron/index.d.ts +191 -0
  104. package/vue-cron/index.mjs +2 -0
  105. package/vue-cron/style.css +1 -0
  106. package/web-types.json +1 -1
  107. package/year-calendar/index.d.ts +99 -0
  108. package/year-calendar/index.mjs +174 -0
  109. package/year-calendar/style.css +1 -0
  110. package/chunks/B4M_TFeR.mjs +0 -152
  111. package/chunks/B5BIQCcK.mjs +0 -149
  112. package/chunks/BHNKrW1j.mjs +0 -61
  113. package/chunks/BO9jWhBl.mjs +0 -46
  114. package/chunks/BZ8aOa78.mjs +0 -35
  115. package/chunks/Bsz7y4Xp.mjs +0 -73
  116. package/chunks/Bxj372sF.mjs +0 -53
  117. package/chunks/C33EmJN8.mjs +0 -32
  118. package/chunks/C6Li3-l7.mjs +0 -28
  119. package/chunks/CBcdalMX.mjs +0 -35
  120. package/chunks/CdRsyF0n.mjs +0 -43
  121. package/chunks/ClNahmiU.mjs +0 -23
  122. package/chunks/CstztYMu.mjs +0 -28
  123. package/chunks/DC9b53M6.mjs +0 -32
  124. package/chunks/DDVAgRED.mjs +0 -36
  125. package/chunks/DpJQABVD.mjs +0 -91
  126. package/chunks/ZsLNWI9x.mjs +0 -46
  127. package/chunks/jn_iQrVZ.mjs +0 -28
  128. package/input/style.css +0 -1
@@ -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 };
@@ -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/FormInputPhoneNumber.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/FormInputPhoneNumber.vue
10
- var c = {
11
- name: "FormInputPhoneNumber",
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: "phone",
23
- "onUpdate:modelValue": c
24
- }), s(a) ? a : { default: () => [a] });
25
- }
26
- };
27
- //#endregion
28
- export { c as t };
package/input/style.css DELETED
@@ -1 +0,0 @@
1
- .form-item.with-tips .el-form-item__content{flex-wrap:nowrap}.form-item.required.el-form-item.is-required>.el-form-item__label:before,.form-item.required.el-form-item.is-required>.el-form-item__label-wrap>.el-form-item__label:before{display:block!important}.form-item-input-info{color:gray;cursor:help;margin-left:4px;font-size:16px}