@amirjalili1374/ui-kit 1.3.29 → 1.3.30
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/AppHeader.vue.d.ts +3 -3
- package/dist/components/layout/AppHeader.vue.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/components/layout/menu.d.ts +7 -1
- package/dist/types/components/layout/menu.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 +57 -29
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import type { MenuItem } from '../../types/components/layout/menu';
|
|
3
|
-
declare var
|
|
3
|
+
declare var __VLS_94: {}, __VLS_104: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
|
-
notifications?: (props: typeof
|
|
5
|
+
notifications?: (props: typeof __VLS_94) => any;
|
|
6
6
|
} & {
|
|
7
|
-
profile?: (props: typeof
|
|
7
|
+
profile?: (props: typeof __VLS_104) => any;
|
|
8
8
|
};
|
|
9
9
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10
10
|
menuOrientation: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/AppHeader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AppHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/layout/AppHeader.vue"],"names":[],"mappings":"AAqOA,OAAO,EAAY,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AA4enE,QAAA,IAAI,QAAQ,IAAW,EAAE,SAAS,IAAa,CAAE;AACjD,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,SAAS,KAAK,GAAG,CAAA;CAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuFjD,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|