@amirjalili1374/ui-kit 1.3.16 → 1.3.18
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/ui-kit.es.js
CHANGED
|
@@ -37446,9 +37446,10 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
|
|
|
37446
37446
|
"model-value": __props.sidebarDrawer,
|
|
37447
37447
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:sidebarDrawer", $event)),
|
|
37448
37448
|
elevation: "0",
|
|
37449
|
+
"rail-width": "72",
|
|
37449
37450
|
"mobile-breakpoint": "lg",
|
|
37450
37451
|
app: "",
|
|
37451
|
-
|
|
37452
|
+
rail: __props.miniSidebar,
|
|
37452
37453
|
class: normalizeClass(["rightSidebar", { "sidebar-closed": !__props.sidebarDrawer }])
|
|
37453
37454
|
}, {
|
|
37454
37455
|
default: withCtx(() => [
|
|
@@ -37499,7 +37500,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
|
|
|
37499
37500
|
})
|
|
37500
37501
|
]),
|
|
37501
37502
|
_: 1
|
|
37502
|
-
}, 8, ["model-value", "class"]);
|
|
37503
|
+
}, 8, ["model-value", "rail", "class"]);
|
|
37503
37504
|
};
|
|
37504
37505
|
}
|
|
37505
37506
|
});
|