@opencitylabs/formio-custom-components 0.7.9 → 0.7.10
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.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6806,7 +6806,7 @@ var Jn = ({ component: e, current: t, onChange: n, i18next: o }) => {
|
|
|
6806
6806
|
return t.conditionallyHidden() || t.visible === !1 ? null : /* @__PURE__ */ i(r, { children: p ? /* @__PURE__ */ a("div", { children: [/* @__PURE__ */ a("label", {
|
|
6807
6807
|
className: "col-form-label floating-label",
|
|
6808
6808
|
htmlFor: `${e.id}-${e.key}`,
|
|
6809
|
-
children: [e.label, e.validate.required && /* @__PURE__ */ i("span", { className: "text-danger" })]
|
|
6809
|
+
children: [o.t(e.label), e.validate.required && /* @__PURE__ */ i("span", { className: "text-danger" })]
|
|
6810
6810
|
}), /* @__PURE__ */ a("ul", {
|
|
6811
6811
|
className: "upload-file-list",
|
|
6812
6812
|
children: [c.map((e, t) => /* @__PURE__ */ a("li", {
|
|
@@ -6844,7 +6844,7 @@ var Jn = ({ component: e, current: t, onChange: n, i18next: o }) => {
|
|
|
6844
6844
|
htmlFor: `${e.id}-${e.key}`,
|
|
6845
6845
|
title: e.tooltip || void 0,
|
|
6846
6846
|
children: [
|
|
6847
|
-
e.label,
|
|
6847
|
+
o.t(e.label),
|
|
6848
6848
|
e.validate.required && /* @__PURE__ */ i("span", { className: "text-danger" }),
|
|
6849
6849
|
e.tooltip && /* @__PURE__ */ i("i", {
|
|
6850
6850
|
tabIndex: 0,
|