@amirjalili1374/ui-kit 1.4.6 → 1.4.8
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/components/common/AppStepper.vue.d.ts +0 -1
- package/dist/components/common/AppStepper.vue.d.ts.map +1 -1
- package/dist/components/layout/AppSidebar.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/ui-kit.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +4 -3
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
package/dist/ui-kit.es.js
CHANGED
|
@@ -20116,7 +20116,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent$1({
|
|
|
20116
20116
|
};
|
|
20117
20117
|
}
|
|
20118
20118
|
});
|
|
20119
|
-
const AppStepper = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["__scopeId", "data-v-
|
|
20119
|
+
const AppStepper = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["__scopeId", "data-v-5e0dd5c8"]]);
|
|
20120
20120
|
var lottie = { exports: {} };
|
|
20121
20121
|
(function(module, exports) {
|
|
20122
20122
|
typeof navigator !== "undefined" && function(global2, factory) {
|
|
@@ -37755,6 +37755,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent$1({
|
|
|
37755
37755
|
};
|
|
37756
37756
|
}
|
|
37757
37757
|
});
|
|
37758
|
+
const AppSidebar = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["__scopeId", "data-v-19e7c400"]]);
|
|
37758
37759
|
const makeVToolbarTitleProps = propsFactory({
|
|
37759
37760
|
text: String,
|
|
37760
37761
|
...makeComponentProps(),
|
|
@@ -38493,7 +38494,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent$1({
|
|
|
38493
38494
|
]),
|
|
38494
38495
|
_: 3
|
|
38495
38496
|
}, 16),
|
|
38496
|
-
createVNode(
|
|
38497
|
+
createVNode(AppSidebar, {
|
|
38497
38498
|
sidebarItems: __props.sidebar.sidebarItems,
|
|
38498
38499
|
getFilteredSidebarItems: __props.sidebar.getFilteredSidebarItems,
|
|
38499
38500
|
logoComponent: __props.sidebar.logoComponent,
|
|
@@ -39416,7 +39417,7 @@ export {
|
|
|
39416
39417
|
AppBootstrap,
|
|
39417
39418
|
AppHeader,
|
|
39418
39419
|
AppLayout,
|
|
39419
|
-
|
|
39420
|
+
AppSidebar,
|
|
39420
39421
|
AppStepper,
|
|
39421
39422
|
AuthModeInitializer,
|
|
39422
39423
|
_sfc_main$l as BaseBreadcrumb,
|