paas-component-library 1.0.65 → 1.0.66
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/paas-ui.js
CHANGED
|
@@ -21222,7 +21222,7 @@ const gg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
21222
21222
|
localStorage.setItem("tableSize", r);
|
|
21223
21223
|
},
|
|
21224
21224
|
getPaginationLockFromStore() {
|
|
21225
|
-
return localStorage.getItem("paginationLocked")
|
|
21225
|
+
return localStorage.getItem("paginationLocked") != "false";
|
|
21226
21226
|
},
|
|
21227
21227
|
savePaginationLockToStore(r) {
|
|
21228
21228
|
localStorage.setItem("paginationLocked", r);
|
|
@@ -21597,7 +21597,7 @@ function tGe(r, e, t, n, i, o) {
|
|
|
21597
21597
|
}, 8, ["title"])
|
|
21598
21598
|
]);
|
|
21599
21599
|
}
|
|
21600
|
-
const rGe = /* @__PURE__ */ Er(KYe, [["render", tGe], ["__scopeId", "data-v-
|
|
21600
|
+
const rGe = /* @__PURE__ */ Er(KYe, [["render", tGe], ["__scopeId", "data-v-7ab4c020"]]), nGe = {
|
|
21601
21601
|
name: "PaasSelect",
|
|
21602
21602
|
inheritAttrs: !1,
|
|
21603
21603
|
props: {
|