@nuxt/devtools-ui-kit-nightly 2.6.2-29262790.e0897e3 → 2.6.3-29263722.27f80d0

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.
@@ -1,9 +1,9 @@
1
1
  type __VLS_Props = {
2
2
  text: string;
3
3
  };
4
- declare var __VLS_5: {};
4
+ declare var __VLS_6: {};
5
5
  type __VLS_Slots = {} & {
6
- default?: (props: typeof __VLS_5) => any;
6
+ default?: (props: typeof __VLS_6) => any;
7
7
  };
8
8
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -2,9 +2,9 @@ type __VLS_Props = {
2
2
  modelValue?: boolean | null;
3
3
  disabled?: boolean;
4
4
  };
5
- declare var __VLS_5: {};
5
+ declare var __VLS_6: {};
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_5) => any;
7
+ default?: (props: typeof __VLS_6) => any;
8
8
  };
9
9
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
10
  [x: string]: never;
@@ -7,7 +7,11 @@ type __VLS_Props = {
7
7
  grammarContextCode?: string;
8
8
  transformRendered?: (code: string) => string;
9
9
  };
10
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
10
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ loaded: (...args: any[]) => void;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
13
+ onLoaded?: ((...args: any[]) => any) | undefined;
14
+ }>, {
11
15
  lines: boolean;
12
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
17
  export default _default;
@@ -1,6 +1,15 @@
1
- declare var __VLS_6: any;
1
+ /**
2
+ * Credit to [@hooray](https://github.com/hooray)
3
+ * @see https://github.com/vuejs/vitepress/pull/2347
4
+ */
5
+ declare function toggle(event?: MouseEvent): void;
6
+ declare var __VLS_7: {
7
+ mode: import("@vueuse/core").UseColorModeReturn<import("@vueuse/core").BasicColorMode>;
8
+ isDark: import("vue").WritableComputedRef<boolean, boolean>;
9
+ toggle: typeof toggle;
10
+ };
2
11
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_6) => any;
12
+ default?: (props: typeof __VLS_7) => any;
4
13
  };
5
14
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
15
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -5,9 +5,9 @@ type __VLS_Props = {
5
5
  autoClose?: boolean;
6
6
  transition?: 'right' | 'bottom' | 'top';
7
7
  };
8
- declare var __VLS_13: {};
8
+ declare var __VLS_14: {};
9
9
  type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_13) => any;
10
+ default?: (props: typeof __VLS_14) => any;
11
11
  };
12
12
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
13
  close: () => any;
@@ -3,7 +3,7 @@ type __VLS_Props = {
3
3
  direction?: 'start' | 'end';
4
4
  };
5
5
  declare var __VLS_1: {
6
- enabled: any;
6
+ enabled: boolean;
7
7
  click: () => boolean;
8
8
  }, __VLS_11: {};
9
9
  type __VLS_Slots = {} & {
@@ -4,9 +4,9 @@ type __VLS_Props = {
4
4
  target?: string;
5
5
  underline?: boolean;
6
6
  };
7
- declare var __VLS_6: {};
7
+ declare var __VLS_7: {};
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_6) => any;
9
+ default?: (props: typeof __VLS_7) => any;
10
10
  };
11
11
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -8,19 +8,19 @@ type __VLS_Props = {
8
8
  open?: boolean;
9
9
  padding?: boolean | string;
10
10
  };
11
- declare var __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_15: {}, __VLS_17: {}, __VLS_19: {};
11
+ declare var __VLS_6: {}, __VLS_8: {}, __VLS_10: {}, __VLS_17: {}, __VLS_19: {}, __VLS_21: {};
12
12
  type __VLS_Slots = {} & {
13
- text?: (props: typeof __VLS_5) => any;
13
+ text?: (props: typeof __VLS_6) => any;
14
14
  } & {
15
- description?: (props: typeof __VLS_7) => any;
15
+ description?: (props: typeof __VLS_8) => any;
16
16
  } & {
17
- actions?: (props: typeof __VLS_9) => any;
17
+ actions?: (props: typeof __VLS_10) => any;
18
18
  } & {
19
- details?: (props: typeof __VLS_15) => any;
19
+ details?: (props: typeof __VLS_17) => any;
20
20
  } & {
21
- default?: (props: typeof __VLS_17) => any;
21
+ default?: (props: typeof __VLS_19) => any;
22
22
  } & {
23
- footer?: (props: typeof __VLS_19) => any;
23
+ footer?: (props: typeof __VLS_21) => any;
24
24
  };
25
25
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
26
26
  containerClass: string;
@@ -4,21 +4,21 @@ type __VLS_Props = {
4
4
  icon?: string;
5
5
  disabled?: boolean;
6
6
  };
7
- declare var __VLS_1: {}, __VLS_7: {};
7
+ declare var __VLS_1: {}, __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
9
  icon?: (props: typeof __VLS_1) => any;
10
10
  } & {
11
- default?: (props: typeof __VLS_7) => any;
11
+ default?: (props: typeof __VLS_8) => any;
12
12
  };
13
13
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
14
  [x: string]: never;
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
16
16
  [x: `on${Capitalize<any>}`]: ((...args: unknown[]) => any) | undefined;
17
17
  }>, {
18
+ placeholder: string;
18
19
  modelValue: any;
19
20
  disabled: boolean;
20
21
  icon: string;
21
- placeholder: string;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
23
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
24
24
  export default _default;
@@ -9,11 +9,11 @@ type __VLS_Props = {
9
9
  minSize?: number;
10
10
  horizontal?: boolean;
11
11
  };
12
- declare var __VLS_14: {}, __VLS_20: {};
12
+ declare var __VLS_15: {}, __VLS_22: {};
13
13
  type __VLS_Slots = {} & {
14
- left?: (props: typeof __VLS_14) => any;
14
+ left?: (props: typeof __VLS_15) => any;
15
15
  } & {
16
- right?: (props: typeof __VLS_20) => any;
16
+ right?: (props: typeof __VLS_22) => any;
17
17
  };
18
18
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
19
  stateKey: string;
@@ -21,8 +21,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
21
21
  onKeyup?: ((event: KeyboardEvent) => any) | undefined;
22
22
  onChange?: ((event: Event) => any) | undefined;
23
23
  }>, {
24
- modelValue: string | number;
25
24
  type: string;
25
+ modelValue: string | number;
26
26
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
27
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
28
28
  export default _default;
@@ -1,11 +1,11 @@
1
1
  type __VLS_Props = {
2
2
  icon?: string;
3
3
  };
4
- declare var __VLS_1: {}, __VLS_7: {};
4
+ declare var __VLS_1: {}, __VLS_8: {};
5
5
  type __VLS_Slots = {} & {
6
6
  icon?: (props: typeof __VLS_1) => any;
7
7
  } & {
8
- default?: (props: typeof __VLS_7) => any;
8
+ default?: (props: typeof __VLS_8) => any;
9
9
  };
10
10
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
11
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
package/dist/module.d.mts CHANGED
@@ -9,4 +9,5 @@ interface ModuleOptions {
9
9
  }
10
10
  declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
11
11
 
12
- export { type ModuleOptions, _default as default };
12
+ export { _default as default };
13
+ export type { ModuleOptions };
package/dist/module.d.ts CHANGED
@@ -9,4 +9,5 @@ interface ModuleOptions {
9
9
  }
10
10
  declare const _default: _nuxt_schema.NuxtModule<ModuleOptions, ModuleOptions, false>;
11
11
 
12
- export { type ModuleOptions, _default as default };
12
+ export { _default as default };
13
+ export type { ModuleOptions };
package/dist/module.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit",
3
3
  "configKey": "devtoolsUIKit",
4
- "version": "2.6.2-29262790.e0897e3",
4
+ "version": "2.6.3-29263722.27f80d0",
5
5
  "builder": {
6
- "@nuxt/module-builder": "1.0.1",
7
- "unbuild": "3.5.0"
6
+ "@nuxt/module-builder": "1.0.2",
7
+ "unbuild": "3.6.1"
8
8
  }
9
9
  }
package/dist/types.d.mts CHANGED
@@ -1,3 +1,5 @@
1
1
  export { type unocssPreset } from './unocss.mjs'
2
2
 
3
- export { type ModuleOptions, default } from './module.mjs'
3
+ export { default } from './module.mjs'
4
+
5
+ export { type ModuleOptions } from './module.mjs'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit-nightly",
3
3
  "type": "module",
4
- "version": "2.6.2-29262790.e0897e3",
4
+ "version": "2.6.3-29263722.27f80d0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://devtools.nuxt.com/module/ui-kit",
7
7
  "repository": {
@@ -28,33 +28,33 @@
28
28
  "dist"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@nuxt/devtools": "npm:@nuxt/devtools-nightly@2.6.2-29262790.e0897e3"
31
+ "@nuxt/devtools": "npm:@nuxt/devtools-nightly@2.6.3-29263722.27f80d0"
32
32
  },
33
33
  "dependencies": {
34
- "@iconify-json/carbon": "^1.2.10",
35
- "@iconify-json/logos": "^1.2.4",
34
+ "@iconify-json/carbon": "^1.2.13",
35
+ "@iconify-json/logos": "^1.2.9",
36
36
  "@iconify-json/ri": "^1.2.5",
37
- "@iconify-json/tabler": "^1.2.19",
38
- "@nuxt/devtools-kit": "npm:@nuxt/devtools-kit-nightly@2.6.2-29262790.e0897e3",
39
- "@nuxt/kit": "^3.17.6",
40
- "@unocss/core": "^66.3.2",
41
- "@unocss/nuxt": "^66.3.2",
42
- "@unocss/preset-attributify": "^66.3.2",
43
- "@unocss/preset-icons": "^66.3.2",
44
- "@unocss/preset-mini": "^66.3.2",
45
- "@unocss/reset": "^66.3.2",
46
- "@vueuse/core": "^13.4.0",
47
- "@vueuse/integrations": "^13.4.0",
48
- "@vueuse/nuxt": "^13.4.0",
37
+ "@iconify-json/tabler": "^1.2.22",
38
+ "@nuxt/devtools-kit": "npm:@nuxt/devtools-kit-nightly@2.6.3-29263722.27f80d0",
39
+ "@nuxt/kit": "^3.18.1",
40
+ "@unocss/core": "^66.4.2",
41
+ "@unocss/nuxt": "^66.4.2",
42
+ "@unocss/preset-attributify": "^66.4.2",
43
+ "@unocss/preset-icons": "^66.4.2",
44
+ "@unocss/preset-mini": "^66.4.2",
45
+ "@unocss/reset": "^66.4.2",
46
+ "@vueuse/core": "^13.7.0",
47
+ "@vueuse/integrations": "^13.7.0",
48
+ "@vueuse/nuxt": "^13.7.0",
49
49
  "defu": "^6.1.4",
50
50
  "focus-trap": "^7.6.5",
51
51
  "splitpanes": "^3.2.0",
52
- "unocss": "^66.3.2",
52
+ "unocss": "^66.4.2",
53
53
  "v-lazy-show": "^0.3.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@nuxt/devtools": "npm:@nuxt/devtools-nightly@2.6.2-29262790.e0897e3",
57
- "nuxt": "^3.17.6"
56
+ "@nuxt/devtools": "npm:@nuxt/devtools-nightly@2.6.3-29263722.27f80d0",
57
+ "nuxt": "^3.18.1"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"