@3sc/common-component 0.0.533 → 0.0.535
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-ClB9DeNW.js → index-DQ1YEl5o.js} +10 -7
- package/dist/{index-ClB9DeNW.js.map → index-DQ1YEl5o.js.map} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/{nl-BftnHsvt.js → nl-BWfddY7i.js} +2 -2
- package/dist/{nl-BftnHsvt.js.map → nl-BWfddY7i.js.map} +1 -1
- package/dist/{tr-Cv0kqZx7.js → tr-CTVa4ozy.js} +2 -2
- package/dist/{tr-Cv0kqZx7.js.map → tr-CTVa4ozy.js.map} +1 -1
- package/package.json +1 -1
|
@@ -33065,9 +33065,9 @@ const Tj = ({ color: e }) => /* @__PURE__ */ y.jsx("svg", { width: "7", height:
|
|
|
33065
33065
|
async function Ij(e) {
|
|
33066
33066
|
switch (e.split("-")[0]) {
|
|
33067
33067
|
case "tr":
|
|
33068
|
-
return (await import("./tr-
|
|
33068
|
+
return (await import("./tr-CTVa4ozy.js")).tr;
|
|
33069
33069
|
case "nl":
|
|
33070
|
-
return (await import("./nl-
|
|
33070
|
+
return (await import("./nl-BWfddY7i.js")).nl;
|
|
33071
33071
|
default:
|
|
33072
33072
|
return (await Promise.resolve().then(() => wA)).enUS;
|
|
33073
33073
|
}
|
|
@@ -38062,7 +38062,7 @@ const T2 = ({
|
|
|
38062
38062
|
sequenceId: 99999,
|
|
38063
38063
|
isLocalizable: !1,
|
|
38064
38064
|
key: "horizons",
|
|
38065
|
-
label: "Horizons",
|
|
38065
|
+
label: c("Horizons"),
|
|
38066
38066
|
isSortable: !1,
|
|
38067
38067
|
isHidden: !0,
|
|
38068
38068
|
showChildCheckbox: !0,
|
|
@@ -38436,7 +38436,7 @@ const O2 = ({ breadcrumbProps: e, switchProps: t, filterComponentProps: n, metaD
|
|
|
38436
38436
|
direction: "row",
|
|
38437
38437
|
alignItems: "center",
|
|
38438
38438
|
children: [
|
|
38439
|
-
/* @__PURE__ */ y.
|
|
38439
|
+
/* @__PURE__ */ y.jsxs(
|
|
38440
38440
|
ft,
|
|
38441
38441
|
{
|
|
38442
38442
|
sx: {
|
|
@@ -38444,7 +38444,10 @@ const O2 = ({ breadcrumbProps: e, switchProps: t, filterComponentProps: n, metaD
|
|
|
38444
38444
|
fontWeight: "500",
|
|
38445
38445
|
color: o.palette.primary.notifyActiveText
|
|
38446
38446
|
},
|
|
38447
|
-
children:
|
|
38447
|
+
children: [
|
|
38448
|
+
n?.labels?.description || i("Filters"),
|
|
38449
|
+
" :"
|
|
38450
|
+
]
|
|
38448
38451
|
}
|
|
38449
38452
|
),
|
|
38450
38453
|
/* @__PURE__ */ y.jsx(
|
|
@@ -38530,7 +38533,7 @@ const O2 = ({ breadcrumbProps: e, switchProps: t, filterComponentProps: n, metaD
|
|
|
38530
38533
|
cursor: "pointer"
|
|
38531
38534
|
},
|
|
38532
38535
|
onClick: n?.filterContainerProps?.onClearClick,
|
|
38533
|
-
children: "Clear"
|
|
38536
|
+
children: n?.labels?.button || i("Clear")
|
|
38534
38537
|
}
|
|
38535
38538
|
)
|
|
38536
38539
|
]
|
|
@@ -39849,4 +39852,4 @@ export {
|
|
|
39849
39852
|
jN as t,
|
|
39850
39853
|
n$ as u
|
|
39851
39854
|
};
|
|
39852
|
-
//# sourceMappingURL=index-
|
|
39855
|
+
//# sourceMappingURL=index-DQ1YEl5o.js.map
|