@dipusevilla/componentes-iu 1.1.4 → 1.1.5
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.cjs.js +2 -2
- package/dist/index.es.js +13 -4
- package/dist/index.umd.js +24 -24
- package/dist/types/editor/utils/adapterHelpers.d.ts +10 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -44300,12 +44300,20 @@ function KI() {
|
|
|
44300
44300
|
]);
|
|
44301
44301
|
return /* @__PURE__ */ s.jsx("div", { className: "p-3", children: /* @__PURE__ */ s.jsx(US, { items: u }) });
|
|
44302
44302
|
}
|
|
44303
|
+
function JI(e) {
|
|
44304
|
+
const t = {};
|
|
44305
|
+
return Object.values(e).forEach((r) => {
|
|
44306
|
+
[r.default, ...Object.values(r)].forEach((o) => {
|
|
44307
|
+
o && typeof o == "object" && "registry" in o && Object.assign(t, o.registry);
|
|
44308
|
+
});
|
|
44309
|
+
}), { registry: t };
|
|
44310
|
+
}
|
|
44303
44311
|
const FI = {
|
|
44304
44312
|
sm: "text-ds-sm h-8 px-2",
|
|
44305
44313
|
md: "text-ds-md h-10 px-3",
|
|
44306
44314
|
lg: "text-ds-lg h-12 px-3"
|
|
44307
44315
|
};
|
|
44308
|
-
function
|
|
44316
|
+
function YI({
|
|
44309
44317
|
options: e,
|
|
44310
44318
|
value: t,
|
|
44311
44319
|
defaultValue: r,
|
|
@@ -44434,7 +44442,7 @@ et.use(Yv).init({
|
|
|
44434
44442
|
fallbackLng: "es",
|
|
44435
44443
|
interpolation: { escapeValue: !1 }
|
|
44436
44444
|
});
|
|
44437
|
-
const
|
|
44445
|
+
const XI = (e) => {
|
|
44438
44446
|
et.changeLanguage(e);
|
|
44439
44447
|
};
|
|
44440
44448
|
export {
|
|
@@ -44442,7 +44450,7 @@ export {
|
|
|
44442
44450
|
fe as Button,
|
|
44443
44451
|
KI as Canvas,
|
|
44444
44452
|
ft as Checkbox,
|
|
44445
|
-
|
|
44453
|
+
YI as ChoiceGroup,
|
|
44446
44454
|
ct as CollapsibleSection,
|
|
44447
44455
|
$c as ColumnDropZone,
|
|
44448
44456
|
US as CompactAccordion,
|
|
@@ -44479,6 +44487,7 @@ export {
|
|
|
44479
44487
|
HI as ToastProvider,
|
|
44480
44488
|
El as Toggle,
|
|
44481
44489
|
b5 as ToggleSwitch,
|
|
44482
|
-
|
|
44490
|
+
JI as mergeAdaptersFromGlob,
|
|
44491
|
+
XI as setComponentsLanguage,
|
|
44483
44492
|
Vr as useToast
|
|
44484
44493
|
};
|