@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.
- package/dist/components/NBadgeHashed.vue.d.ts +2 -2
- package/dist/components/NCheckbox.vue.d.ts +2 -2
- package/dist/components/NCodeBlock.vue.d.ts +5 -1
- package/dist/components/NDarkToggle.vue.d.ts +11 -2
- package/dist/components/NDrawer.vue.d.ts +2 -2
- package/dist/components/NDropdown.vue.d.ts +1 -1
- package/dist/components/NLink.vue.d.ts +2 -2
- package/dist/components/NSectionBlock.vue.d.ts +7 -7
- package/dist/components/NSelect.vue.d.ts +3 -3
- package/dist/components/NSplitPane.vue.d.ts +3 -3
- package/dist/components/NTextInput.vue.d.ts +1 -1
- package/dist/components/NTip.vue.d.ts +2 -2
- package/dist/module.d.mts +2 -1
- package/dist/module.d.ts +2 -1
- package/dist/module.json +3 -3
- package/dist/types.d.mts +3 -1
- package/package.json +19 -19
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
text: string;
|
|
3
3
|
};
|
|
4
|
-
declare var
|
|
4
|
+
declare var __VLS_6: {};
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof
|
|
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
|
|
5
|
+
declare var __VLS_6: {};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
default?: (props: typeof
|
|
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,
|
|
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
|
-
|
|
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
|
|
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
|
|
8
|
+
declare var __VLS_14: {};
|
|
9
9
|
type __VLS_Slots = {} & {
|
|
10
|
-
default?: (props: typeof
|
|
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;
|
|
@@ -4,9 +4,9 @@ type __VLS_Props = {
|
|
|
4
4
|
target?: string;
|
|
5
5
|
underline?: boolean;
|
|
6
6
|
};
|
|
7
|
-
declare var
|
|
7
|
+
declare var __VLS_7: {};
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
|
-
default?: (props: typeof
|
|
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
|
|
11
|
+
declare var __VLS_6: {}, __VLS_8: {}, __VLS_10: {}, __VLS_17: {}, __VLS_19: {}, __VLS_21: {};
|
|
12
12
|
type __VLS_Slots = {} & {
|
|
13
|
-
text?: (props: typeof
|
|
13
|
+
text?: (props: typeof __VLS_6) => any;
|
|
14
14
|
} & {
|
|
15
|
-
description?: (props: typeof
|
|
15
|
+
description?: (props: typeof __VLS_8) => any;
|
|
16
16
|
} & {
|
|
17
|
-
actions?: (props: typeof
|
|
17
|
+
actions?: (props: typeof __VLS_10) => any;
|
|
18
18
|
} & {
|
|
19
|
-
details?: (props: typeof
|
|
19
|
+
details?: (props: typeof __VLS_17) => any;
|
|
20
20
|
} & {
|
|
21
|
-
default?: (props: typeof
|
|
21
|
+
default?: (props: typeof __VLS_19) => any;
|
|
22
22
|
} & {
|
|
23
|
-
footer?: (props: typeof
|
|
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: {},
|
|
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
|
|
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
|
|
12
|
+
declare var __VLS_15: {}, __VLS_22: {};
|
|
13
13
|
type __VLS_Slots = {} & {
|
|
14
|
-
left?: (props: typeof
|
|
14
|
+
left?: (props: typeof __VLS_15) => any;
|
|
15
15
|
} & {
|
|
16
|
-
right?: (props: typeof
|
|
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: {},
|
|
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
|
|
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
package/dist/module.d.ts
CHANGED
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.
|
|
4
|
+
"version": "2.6.3-29263722.27f80d0",
|
|
5
5
|
"builder": {
|
|
6
|
-
"@nuxt/module-builder": "1.0.
|
|
7
|
-
"unbuild": "3.
|
|
6
|
+
"@nuxt/module-builder": "1.0.2",
|
|
7
|
+
"unbuild": "3.6.1"
|
|
8
8
|
}
|
|
9
9
|
}
|
package/dist/types.d.mts
CHANGED
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.
|
|
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.
|
|
31
|
+
"@nuxt/devtools": "npm:@nuxt/devtools-nightly@2.6.3-29263722.27f80d0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@iconify-json/carbon": "^1.2.
|
|
35
|
-
"@iconify-json/logos": "^1.2.
|
|
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.
|
|
38
|
-
"@nuxt/devtools-kit": "npm:@nuxt/devtools-kit-nightly@2.6.
|
|
39
|
-
"@nuxt/kit": "^3.
|
|
40
|
-
"@unocss/core": "^66.
|
|
41
|
-
"@unocss/nuxt": "^66.
|
|
42
|
-
"@unocss/preset-attributify": "^66.
|
|
43
|
-
"@unocss/preset-icons": "^66.
|
|
44
|
-
"@unocss/preset-mini": "^66.
|
|
45
|
-
"@unocss/reset": "^66.
|
|
46
|
-
"@vueuse/core": "^13.
|
|
47
|
-
"@vueuse/integrations": "^13.
|
|
48
|
-
"@vueuse/nuxt": "^13.
|
|
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.
|
|
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.
|
|
57
|
-
"nuxt": "^3.
|
|
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"
|