adata-ui 4.0.25 → 4.0.26

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/module.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
7
  "failOnWarn": false,
8
- "version": "4.0.25",
8
+ "version": "4.0.26",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -106,6 +106,8 @@ onBeforeMount(() => {
106
106
  </div>
107
107
  <color-mode />
108
108
 
109
+ <slot name="notifications" />
110
+
109
111
  <profile-menu
110
112
  :email="email"
111
113
  :is-authenticated="isAuthenticated"
@@ -13,7 +13,11 @@ interface Props {
13
13
  module?: ProjectKeys;
14
14
  oldVersion?: string;
15
15
  }
16
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
16
+ declare var __VLS_29: {};
17
+ type __VLS_Slots = {} & {
18
+ notifications?: (props: typeof __VLS_29) => any;
19
+ };
20
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
17
21
  daysRemaining: number;
18
22
  limitRemaining: number;
19
23
  module: ProjectKeys;
@@ -22,4 +26,10 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
22
26
  mobileHeaderType: "search" | "default";
23
27
  showLogIn: boolean;
24
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
30
  export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "4.0.25",
3
+ "version": "4.0.26",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",