@faasjs/ant-design 0.0.3-beta.42 → 0.0.3-beta.44
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.
- package/dist/index.js +12 -0
- package/dist/index.mjs +12 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -638,6 +638,10 @@ function FormItem(props) {
|
|
|
638
638
|
onClick: () => add(),
|
|
639
639
|
icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons2.PlusOutlined, {})
|
|
640
640
|
}),
|
|
641
|
+
computedProps.extra && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
642
|
+
className: "ant-form-item-extra",
|
|
643
|
+
children: computedProps.extra
|
|
644
|
+
}),
|
|
641
645
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_antd6.Form.ErrorList, {
|
|
642
646
|
errors
|
|
643
647
|
})
|
|
@@ -720,6 +724,10 @@ function FormItem(props) {
|
|
|
720
724
|
onClick: () => add(),
|
|
721
725
|
icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons2.PlusOutlined, {})
|
|
722
726
|
}),
|
|
727
|
+
computedProps.extra && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
728
|
+
className: "ant-form-item-extra",
|
|
729
|
+
children: computedProps.extra
|
|
730
|
+
}),
|
|
723
731
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_antd6.Form.ErrorList, {
|
|
724
732
|
errors
|
|
725
733
|
})
|
|
@@ -815,6 +823,10 @@ function FormItem(props) {
|
|
|
815
823
|
computedProps.label
|
|
816
824
|
]
|
|
817
825
|
}),
|
|
826
|
+
computedProps.extra && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
827
|
+
className: "ant-form-item-extra",
|
|
828
|
+
children: computedProps.extra
|
|
829
|
+
}),
|
|
818
830
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_antd6.Form.ErrorList, {
|
|
819
831
|
errors
|
|
820
832
|
})
|
package/dist/index.mjs
CHANGED
|
@@ -621,6 +621,10 @@ function FormItem(props) {
|
|
|
621
621
|
onClick: () => add(),
|
|
622
622
|
icon: /* @__PURE__ */ jsx8(PlusOutlined, {})
|
|
623
623
|
}),
|
|
624
|
+
computedProps.extra && /* @__PURE__ */ jsx8("div", {
|
|
625
|
+
className: "ant-form-item-extra",
|
|
626
|
+
children: computedProps.extra
|
|
627
|
+
}),
|
|
624
628
|
/* @__PURE__ */ jsx8(AntdForm.ErrorList, {
|
|
625
629
|
errors
|
|
626
630
|
})
|
|
@@ -703,6 +707,10 @@ function FormItem(props) {
|
|
|
703
707
|
onClick: () => add(),
|
|
704
708
|
icon: /* @__PURE__ */ jsx8(PlusOutlined, {})
|
|
705
709
|
}),
|
|
710
|
+
computedProps.extra && /* @__PURE__ */ jsx8("div", {
|
|
711
|
+
className: "ant-form-item-extra",
|
|
712
|
+
children: computedProps.extra
|
|
713
|
+
}),
|
|
706
714
|
/* @__PURE__ */ jsx8(AntdForm.ErrorList, {
|
|
707
715
|
errors
|
|
708
716
|
})
|
|
@@ -798,6 +806,10 @@ function FormItem(props) {
|
|
|
798
806
|
computedProps.label
|
|
799
807
|
]
|
|
800
808
|
}),
|
|
809
|
+
computedProps.extra && /* @__PURE__ */ jsx8("div", {
|
|
810
|
+
className: "ant-form-item-extra",
|
|
811
|
+
children: computedProps.extra
|
|
812
|
+
}),
|
|
801
813
|
/* @__PURE__ */ jsx8(AntdForm.ErrorList, {
|
|
802
814
|
errors
|
|
803
815
|
})
|