@amirjalili1374/ui-kit 1.4.43 → 1.4.45
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/layout/AppSidebar.vue.d.ts +12 -56
- package/dist/components/layout/AppSidebar.vue.d.ts.map +1 -1
- package/dist/components/shared/CustomDataTable.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/componentTypes/DataTableTypes.d.ts +1 -1
- package/dist/types/componentTypes/DataTableTypes.d.ts.map +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 +63 -70
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,60 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
logoComponent: {
|
|
14
|
-
type: PropType<any>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
sidebarDrawer: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
miniSidebar: {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
version: {
|
|
26
|
-
type: typeof string;
|
|
27
|
-
required: false;
|
|
28
|
-
};
|
|
29
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
1
|
+
import type { MenuItem } from '@/types/components/layout/menu';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
sidebarItems: MenuItem[];
|
|
4
|
+
getFilteredSidebarItems: () => MenuItem[];
|
|
5
|
+
logoComponent: any;
|
|
6
|
+
sidebarDrawer: boolean;
|
|
7
|
+
miniSidebar: boolean;
|
|
8
|
+
version?: string;
|
|
9
|
+
};
|
|
10
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
30
11
|
"update:sidebarDrawer": (value: boolean) => any;
|
|
31
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
32
|
-
sidebarItems: {
|
|
33
|
-
type: PropType<MenuItem[]>;
|
|
34
|
-
required: true;
|
|
35
|
-
};
|
|
36
|
-
getFilteredSidebarItems: {
|
|
37
|
-
type: PropType<() => MenuItem[]>;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
logoComponent: {
|
|
41
|
-
type: PropType<any>;
|
|
42
|
-
required: true;
|
|
43
|
-
};
|
|
44
|
-
sidebarDrawer: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
miniSidebar: {
|
|
49
|
-
type: BooleanConstructor;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
version: {
|
|
53
|
-
type: typeof string;
|
|
54
|
-
required: false;
|
|
55
|
-
};
|
|
56
|
-
}>> & Readonly<{
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
57
13
|
"onUpdate:sidebarDrawer"?: (value: boolean) => any;
|
|
58
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
59
15
|
export default _default;
|
|
60
16
|
//# sourceMappingURL=AppSidebar.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/AppSidebar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AppSidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/AppSidebar.vue"],"names":[],"mappings":"AA2FA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE/D,KAAK,WAAW,GAAG;IACjB,YAAY,EAAE,QAAQ,EAAE,CAAA;IACxB,uBAAuB,EAAE,MAAM,QAAQ,EAAE,CAAA;IACzC,aAAa,EAAE,GAAG,CAAA;IAClB,aAAa,EAAE,OAAO,CAAA;IACtB,WAAW,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB,CAAC;;;;;;AA2NF,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomDataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/CustomDataTable.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CustomDataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/CustomDataTable.vue"],"names":[],"mappings":"AA2gFA,OAAO,KAAK,EAAa,GAAG,EAAE,MAAM,KAAK,CAAC;AAI1C,OAAO,KAAK,EAA6B,cAAc,EAAU,SAAS,EAAkB,MAAM,uCAAuC,CAAC;AAY1I;;GAEG;AACH,UAAU,KAAM,SAAQ,IAAI,CAAC,cAAc,EAAE,QAAQ,CAAC;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,SAAS,KAAK,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAChF,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAirJD,wBASG"}
|