@vue/devtools-ui 7.4.6 → 7.5.0

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.
@@ -4,9 +4,7 @@ import { ButtonProps } from './Button';
4
4
  declare const _default: <T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<(Partial<{}> & Omit<{
6
6
  readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
7
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
8
- "onUpdate:visible"?: ((value: boolean) => any) | undefined;
9
- }>, never>) & ({
7
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>) & ({
10
8
  label?: string;
11
9
  buttonProps?: ButtonProps;
12
10
  buttonClass?: string;
@@ -3,9 +3,7 @@ import { ButtonProps } from './Button';
3
3
  declare const _default: <Value extends number | string, Label, M extends boolean>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<(Partial<{}> & Omit<{
5
5
  readonly "onUpdate:modelValue"?: ((value: M extends true ? Value[] : Value) => any) | undefined;
6
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
7
- "onUpdate:modelValue"?: ((value: M extends true ? Value[] : Value) => any) | undefined;
8
- }>, never>) & {
6
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>) & {
9
7
  modelValue: M extends true ? Value[] : Value;
10
8
  multiple?: M;
11
9
  options: {
@@ -1,6 +1,6 @@
1
1
  import { BuiltinLanguage, HighlighterCore } from 'shiki';
2
2
 
3
- export declare const shiki: import('vue').ShallowRef<HighlighterCore | undefined>;
3
+ export declare const shiki: import('vue').ShallowRef<HighlighterCore | undefined, HighlighterCore | undefined>;
4
4
  export declare function renderCodeHighlight(code: string, lang?: BuiltinLanguage | 'text'): {
5
5
  code: string;
6
6
  supported: false | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue/devtools-ui",
3
3
  "type": "module",
4
- "version": "7.4.6",
4
+ "version": "7.5.0",
5
5
  "author": "webfansplz",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -42,17 +42,17 @@
42
42
  "@vueuse/integrations": "^11.1.0",
43
43
  "colord": "^2.9.3",
44
44
  "focus-trap": "^7.6.0",
45
- "@vue/devtools-shared": "7.4.6"
45
+ "@vue/devtools-shared": "7.5.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@histoire/plugin-vue": "^0.17.17",
49
- "@iconify-json/ic": "^1.2.0",
50
- "@types/node": "^20.16.5",
51
- "@unocss/reset": "^0.62.4",
49
+ "@iconify-json/ic": "^1.2.1",
50
+ "@types/node": "^20.16.11",
51
+ "@unocss/reset": "^0.63.4",
52
52
  "@vitejs/plugin-vue": "^5.1.4",
53
53
  "floating-vue": "5.2.2",
54
54
  "histoire": "^0.17.17",
55
- "unocss": "^0.62.4",
55
+ "unocss": "^0.63.4",
56
56
  "vite-plugin-dts": "^3.9.1"
57
57
  },
58
58
  "scripts": {