@amirjalili1374/ui-kit 1.3.12 → 1.3.14
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
|
@@ -37424,6 +37424,14 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
|
|
|
37424
37424
|
miniSidebar: {
|
|
37425
37425
|
type: Boolean,
|
|
37426
37426
|
required: true
|
|
37427
|
+
},
|
|
37428
|
+
rail: {
|
|
37429
|
+
type: Boolean,
|
|
37430
|
+
default: false
|
|
37431
|
+
},
|
|
37432
|
+
railWidth: {
|
|
37433
|
+
type: Number,
|
|
37434
|
+
default: 72
|
|
37427
37435
|
}
|
|
37428
37436
|
},
|
|
37429
37437
|
emits: ["update:sidebarDrawer"],
|
|
@@ -37446,10 +37454,10 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
|
|
|
37446
37454
|
"model-value": __props.sidebarDrawer,
|
|
37447
37455
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => emit("update:sidebarDrawer", $event)),
|
|
37448
37456
|
elevation: "0",
|
|
37449
|
-
"rail-width":
|
|
37457
|
+
"rail-width": __props.railWidth,
|
|
37450
37458
|
"mobile-breakpoint": "lg",
|
|
37451
37459
|
app: "",
|
|
37452
|
-
rail: __props.
|
|
37460
|
+
rail: __props.rail,
|
|
37453
37461
|
class: normalizeClass(["rightSidebar", { "sidebar-closed": !__props.sidebarDrawer }])
|
|
37454
37462
|
}, {
|
|
37455
37463
|
default: withCtx(() => [
|
|
@@ -37500,7 +37508,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
|
|
|
37500
37508
|
})
|
|
37501
37509
|
]),
|
|
37502
37510
|
_: 1
|
|
37503
|
-
}, 8, ["model-value", "rail", "class"]);
|
|
37511
|
+
}, 8, ["model-value", "rail-width", "rail", "class"]);
|
|
37504
37512
|
};
|
|
37505
37513
|
}
|
|
37506
37514
|
});
|