@3sc/common-component 0.0.568 → 0.0.569
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-CAD8quwS.js → index-DLKszXrh.js} +4 -4
- package/dist/{index-CAD8quwS.js.map → index-DLKszXrh.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-BNRj7uS3.js → nl-4KfCotj9.js} +2 -2
- package/dist/{nl-BNRj7uS3.js.map → nl-4KfCotj9.js.map} +1 -1
- package/dist/{tr-BlJ7z3p-.js → tr-CeWuFxHA.js} +2 -2
- package/dist/{tr-BlJ7z3p-.js.map → tr-CeWuFxHA.js.map} +1 -1
- package/package.json +1 -1
|
@@ -30559,9 +30559,9 @@ const B6 = ee(Ef)(({ theme: e }) => ({
|
|
|
30559
30559
|
async function H6(e) {
|
|
30560
30560
|
switch (e.split("-")[0]) {
|
|
30561
30561
|
case "tr":
|
|
30562
|
-
return (await import("./tr-
|
|
30562
|
+
return (await import("./tr-CeWuFxHA.js")).tr;
|
|
30563
30563
|
case "nl":
|
|
30564
|
-
return (await import("./nl-
|
|
30564
|
+
return (await import("./nl-4KfCotj9.js")).nl;
|
|
30565
30565
|
default:
|
|
30566
30566
|
return (await Promise.resolve().then(() => YA)).enUS;
|
|
30567
30567
|
}
|
|
@@ -40708,7 +40708,7 @@ const z$ = ({
|
|
|
40708
40708
|
sortable: f.isSortable ?? !1,
|
|
40709
40709
|
pinned: f.isSticky ? "left" : void 0,
|
|
40710
40710
|
hidden: m?.isHidden ?? !1,
|
|
40711
|
-
resizable: !
|
|
40711
|
+
resizable: f?.isResizable ?? !0,
|
|
40712
40712
|
draggable: f?.isDraggable ?? !g,
|
|
40713
40713
|
hideable: !g,
|
|
40714
40714
|
align: "center",
|
|
@@ -44991,4 +44991,4 @@ export {
|
|
|
44991
44991
|
BB as t,
|
|
44992
44992
|
dL as u
|
|
44993
44993
|
};
|
|
44994
|
-
//# sourceMappingURL=index-
|
|
44994
|
+
//# sourceMappingURL=index-DLKszXrh.js.map
|