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