@nuxt/devtools-ui-kit 3.0.1 → 3.1.1

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_6: {};
4
+ declare var __VLS_7: {};
5
5
  type __VLS_Slots = {} & {
6
- default?: (props: typeof __VLS_6) => any;
6
+ default?: (props: typeof __VLS_7) => any;
7
7
  };
8
8
  declare const __VLS_base: 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 __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -2,18 +2,15 @@ type __VLS_Props = {
2
2
  modelValue?: boolean | null;
3
3
  disabled?: boolean;
4
4
  };
5
- declare var __VLS_6: {};
5
+ declare var __VLS_7: {};
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_6) => any;
7
+ default?: (props: typeof __VLS_7) => any;
8
8
  };
9
9
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
10
  [x: string]: never;
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  [x: `on${Capitalize<any>}`]: ((...args: unknown[]) => any) | undefined;
13
- }>, {
14
- modelValue: boolean | null;
15
- disabled: boolean;
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
14
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
15
  declare const _default: typeof __VLS_export;
19
16
  export default _default;
@@ -7,8 +7,6 @@ type __VLS_Props = {
7
7
  grammarContextCode?: string;
8
8
  transformRendered?: (code: string) => string;
9
9
  };
10
- declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
11
- lines: boolean;
12
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
11
  declare const _default: typeof __VLS_export;
14
12
  export default _default;
@@ -40,6 +40,7 @@ function toggle(event) {
40
40
  {
41
41
  duration: 400,
42
42
  easing: "ease-in",
43
+ fill: "forwards",
43
44
  pseudoElement: isDark.value ? "::view-transition-old(root)" : "::view-transition-new(root)"
44
45
  }
45
46
  );
@@ -1,6 +1,6 @@
1
- declare var __VLS_7: any;
1
+ declare var __VLS_8: any;
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_7) => any;
3
+ default?: (props: typeof __VLS_8) => any;
4
4
  };
5
5
  declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -12,11 +12,7 @@ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
12
12
  }> & Readonly<{
13
13
  onClose?: (() => any) | undefined;
14
14
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
15
- }>, {
16
- modelValue: boolean;
17
- dim: boolean;
18
- autoClose: boolean;
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
20
16
  default?: (props: {}) => any;
21
17
  }>;
22
18
  declare const _default: typeof __VLS_export;
@@ -5,17 +5,15 @@ type __VLS_Props = {
5
5
  autoClose?: boolean;
6
6
  transition?: 'right' | 'bottom' | 'top';
7
7
  };
8
- declare var __VLS_14: {};
8
+ declare var __VLS_15: {};
9
9
  type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_14) => any;
10
+ default?: (props: typeof __VLS_15) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
13
  close: () => any;
14
14
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
15
  onClose?: (() => any) | undefined;
16
- }>, {
17
- transition: "right" | "bottom" | "top";
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
17
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
18
  declare const _default: typeof __VLS_export;
21
19
  export default _default;
@@ -15,9 +15,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
15
15
  [x: string]: never;
16
16
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
17
  [x: `on${Capitalize<any>}`]: ((...args: unknown[]) => any) | undefined;
18
- }>, {
19
- direction: "start" | "end";
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
20
  declare const _default: typeof __VLS_export;
23
21
  export default _default;
@@ -4,9 +4,9 @@ type __VLS_Props = {
4
4
  target?: string;
5
5
  underline?: boolean;
6
6
  };
7
- declare var __VLS_7: {};
7
+ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_7) => any;
9
+ default?: (props: typeof __VLS_8) => any;
10
10
  };
11
11
  declare const __VLS_base: 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 __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
@@ -12,10 +12,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
12
12
  [x: string]: never;
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
14
  [x: `on${Capitalize<any>}`]: ((...args: unknown[]) => any) | undefined;
15
- }>, {
16
- modelValue: string;
17
- disabled: boolean;
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
17
  declare const _default: typeof __VLS_export;
21
18
  export default _default;
@@ -8,26 +8,21 @@ type __VLS_Props = {
8
8
  open?: boolean;
9
9
  padding?: boolean | string;
10
10
  };
11
- declare var __VLS_6: {}, __VLS_8: {}, __VLS_10: {}, __VLS_17: {}, __VLS_19: {}, __VLS_21: {};
11
+ declare var __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_19: {}, __VLS_21: {}, __VLS_23: {};
12
12
  type __VLS_Slots = {} & {
13
- text?: (props: typeof __VLS_6) => any;
13
+ text?: (props: typeof __VLS_7) => any;
14
14
  } & {
15
- description?: (props: typeof __VLS_8) => any;
15
+ description?: (props: typeof __VLS_9) => any;
16
16
  } & {
17
- actions?: (props: typeof __VLS_10) => any;
17
+ actions?: (props: typeof __VLS_11) => any;
18
18
  } & {
19
- details?: (props: typeof __VLS_17) => any;
19
+ details?: (props: typeof __VLS_19) => any;
20
20
  } & {
21
- default?: (props: typeof __VLS_19) => any;
21
+ default?: (props: typeof __VLS_21) => any;
22
22
  } & {
23
- footer?: (props: typeof __VLS_21) => any;
23
+ footer?: (props: typeof __VLS_23) => any;
24
24
  };
25
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
26
- containerClass: string;
27
- collapse: boolean;
28
- open: boolean;
29
- padding: boolean | string;
30
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const __VLS_base: 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>;
31
26
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
27
  declare const _default: typeof __VLS_export;
33
28
  export default _default;
@@ -4,22 +4,17 @@ type __VLS_Props = {
4
4
  icon?: string;
5
5
  disabled?: boolean;
6
6
  };
7
- declare var __VLS_1: {}, __VLS_8: {};
7
+ declare var __VLS_1: {}, __VLS_9: {};
8
8
  type __VLS_Slots = {} & {
9
9
  icon?: (props: typeof __VLS_1) => any;
10
10
  } & {
11
- default?: (props: typeof __VLS_8) => any;
11
+ default?: (props: typeof __VLS_9) => any;
12
12
  };
13
13
  declare const __VLS_base: 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
- }>, {
18
- modelValue: any;
19
- disabled: boolean;
20
- icon: string;
21
- placeholder: string;
22
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
19
  declare const _default: typeof __VLS_export;
25
20
  export default _default;
@@ -10,9 +10,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
10
10
  [x: string]: never;
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  [x: `on${Capitalize<any>}`]: ((...args: unknown[]) => any) | undefined;
13
- }>, {
14
- modelValue: any;
15
- disabled: boolean;
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
14
  declare const _default: typeof __VLS_export;
18
15
  export default _default;
@@ -9,15 +9,13 @@ type __VLS_Props = {
9
9
  minSize?: number;
10
10
  horizontal?: boolean;
11
11
  };
12
- declare var __VLS_15: {}, __VLS_22: {};
12
+ declare var __VLS_16: {}, __VLS_24: {};
13
13
  type __VLS_Slots = {} & {
14
- left?: (props: typeof __VLS_15) => any;
14
+ left?: (props: typeof __VLS_16) => any;
15
15
  } & {
16
- right?: (props: typeof __VLS_22) => any;
16
+ right?: (props: typeof __VLS_24) => any;
17
17
  };
18
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
- stateKey: string;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const __VLS_base: 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>;
21
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
20
  declare const _default: typeof __VLS_export;
23
21
  export default _default;
@@ -14,9 +14,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
14
14
  "update:modelValue": (value: boolean) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
16
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
- }>, {
18
- disabled: boolean;
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
19
  declare const _default: typeof __VLS_export;
22
20
  export default _default;
@@ -20,10 +20,7 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
20
20
  onKeydown?: ((event: KeyboardEvent) => any) | undefined;
21
21
  onKeyup?: ((event: KeyboardEvent) => any) | undefined;
22
22
  onChange?: ((event: Event) => any) | undefined;
23
- }>, {
24
- modelValue: string | number;
25
- type: string;
26
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
27
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
25
  declare const _default: typeof __VLS_export;
29
26
  export default _default;
@@ -1,11 +1,11 @@
1
1
  type __VLS_Props = {
2
2
  icon?: string;
3
3
  };
4
- declare var __VLS_1: {}, __VLS_8: {};
4
+ declare var __VLS_1: {}, __VLS_9: {};
5
5
  type __VLS_Slots = {} & {
6
6
  icon?: (props: typeof __VLS_1) => any;
7
7
  } & {
8
- default?: (props: typeof __VLS_8) => any;
8
+ default?: (props: typeof __VLS_9) => any;
9
9
  };
10
10
  declare const __VLS_base: 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 __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit",
3
3
  "configKey": "devtoolsUIKit",
4
- "version": "3.0.1",
4
+ "version": "3.1.1",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -11,7 +11,7 @@ import 'unocss';
11
11
  function rPath(p) {
12
12
  return fileURLToPath(new URL(p, import.meta.url).toString());
13
13
  }
14
- const module = defineNuxtModule({
14
+ const module$1 = defineNuxtModule({
15
15
  meta: {
16
16
  name: "@nuxt/devtools-ui-kit",
17
17
  configKey: "devtoolsUIKit"
@@ -34,4 +34,4 @@ const module = defineNuxtModule({
34
34
  }
35
35
  });
36
36
 
37
- export { module as default };
37
+ export { module$1 as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit",
3
3
  "type": "module",
4
- "version": "3.0.1",
4
+ "version": "3.1.1",
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": "3.0.1"
31
+ "@nuxt/devtools": "3.1.1"
32
32
  },
33
33
  "dependencies": {
34
34
  "@iconify-json/carbon": "^1.2.14",
35
35
  "@iconify-json/logos": "^1.2.10",
36
36
  "@iconify-json/ri": "^1.2.6",
37
37
  "@iconify-json/tabler": "^1.2.23",
38
- "@nuxt/kit": "^4.2.0",
39
- "@unocss/core": "^66.5.4",
40
- "@unocss/nuxt": "^66.5.4",
41
- "@unocss/preset-attributify": "^66.5.4",
42
- "@unocss/preset-icons": "^66.5.4",
43
- "@unocss/preset-mini": "^66.5.4",
44
- "@unocss/reset": "^66.5.4",
38
+ "@nuxt/kit": "^4.2.1",
39
+ "@unocss/core": "^66.5.9",
40
+ "@unocss/nuxt": "^66.5.9",
41
+ "@unocss/preset-attributify": "^66.5.9",
42
+ "@unocss/preset-icons": "^66.5.9",
43
+ "@unocss/preset-mini": "^66.5.9",
44
+ "@unocss/reset": "^66.5.9",
45
45
  "@vueuse/core": "^14.0.0",
46
46
  "@vueuse/integrations": "^14.0.0",
47
47
  "@vueuse/nuxt": "^14.0.0",
48
48
  "defu": "^6.1.4",
49
49
  "focus-trap": "^7.6.6",
50
50
  "splitpanes": "^4.0.4",
51
- "unocss": "^66.5.4",
51
+ "unocss": "^66.5.9",
52
52
  "v-lazy-show": "^0.3.0",
53
- "@nuxt/devtools-kit": "3.0.1"
53
+ "@nuxt/devtools-kit": "3.1.1"
54
54
  },
55
55
  "devDependencies": {
56
- "nuxt": "^4.2.0",
57
- "@nuxt/devtools": "3.0.1"
56
+ "nuxt": "^4.2.1",
57
+ "@nuxt/devtools": "3.1.1"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"