@vue/devtools-applet 7.4.3 → 7.4.5
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/basic/AppConnecting.vue.d.ts +1 -1
- package/dist/components/basic/DevToolsHeader.vue.d.ts +3 -3
- package/dist/components/basic/Empty.vue.d.ts +1 -1
- package/dist/components/basic/Navbar.vue.d.ts +1 -1
- package/dist/components/basic/NodeTag.vue.d.ts +3 -3
- package/dist/components/basic/SelectiveList.vue.d.ts +4 -4
- package/dist/components/basic/ToggleExpanded.vue.d.ts +3 -3
- package/dist/components/settings/Settings.vue.d.ts +4 -4
- package/dist/components/state/ChildStateViewer.vue.d.ts +4 -4
- package/dist/components/state/RootStateViewer.vue.d.ts +4 -4
- package/dist/components/state/StateFieldEditor.vue.d.ts +5 -5
- package/dist/components/state/StateFieldInputEditor.vue.d.ts +6 -6
- package/dist/components/state/StateFieldViewer.vue.d.ts +3 -3
- package/dist/components/timeline/EventList.vue.d.ts +3 -3
- package/dist/components/timeline/index.vue.d.ts +3 -3
- package/dist/components/tree/TreeViewer.vue.d.ts +4 -4
- package/dist/composables/custom-inspector-state.d.ts +12 -0
- package/dist/composables/custom-inspector.d.ts +7 -0
- package/dist/composables/hover.d.ts +1 -1
- package/dist/composables/select.d.ts +2 -2
- package/dist/composables/state-editor.d.ts +16 -4
- package/dist/composables/toggle-expanded.d.ts +2 -2
- package/dist/composables/virtual-router.d.ts +4 -2
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2395 -2397
- package/dist/modules/components/components/RenderCode.vue.d.ts +4 -4
- package/dist/modules/components/index.vue.d.ts +2 -2
- package/dist/modules/custom-inspector/components/About.vue.d.ts +1 -1
- package/dist/modules/custom-inspector/components/DevToolsLogo.vue.d.ts +1 -1
- package/dist/modules/custom-inspector/components/Settings.vue.d.ts +1 -1
- package/dist/modules/custom-inspector/components/state/Index.vue.d.ts +1 -1
- package/dist/modules/custom-inspector/components/timeline/Index.vue.d.ts +1 -1
- package/dist/modules/custom-inspector/index.vue.d.ts +4 -4
- package/dist/modules/pinia/components/About.vue.d.ts +1 -1
- package/dist/modules/pinia/components/DevToolsLogo.vue.d.ts +1 -1
- package/dist/modules/pinia/components/Settings.vue.d.ts +1 -1
- package/dist/modules/pinia/components/store/Index.vue.d.ts +1 -1
- package/dist/modules/pinia/components/timeline/Index.vue.d.ts +1 -1
- package/dist/modules/pinia/index.vue.d.ts +1 -1
- package/dist/modules/router/components/About.vue.d.ts +1 -1
- package/dist/modules/router/components/DevToolsLogo.vue.d.ts +1 -1
- package/dist/modules/router/components/routes/Index.vue.d.ts +1 -1
- package/dist/modules/router/components/timeline/Index.vue.d.ts +1 -1
- package/dist/modules/router/index.vue.d.ts +3 -3
- package/dist/utils/index.d.ts +1 -1
- package/package.json +8 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
4
|
+
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>;
|
|
5
5
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
githubRepoLink?: string;
|
|
6
6
|
docLink: string;
|
|
7
|
-
}
|
|
7
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
githubRepoLink?: string;
|
|
9
9
|
docLink: string;
|
|
10
|
-
}
|
|
10
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
12
12
|
export default _default;
|
|
13
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
4
|
+
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>;
|
|
5
5
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { InspectorNodeTag } from '@vue/devtools-kit';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
tag: InspectorNodeTag;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
6
|
tag: InspectorNodeTag;
|
|
7
|
-
}
|
|
7
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { CustomInspectorNode } from '@vue/devtools-kit';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
modelValue: import('vue').PropType<any>;
|
|
5
5
|
data: {
|
|
6
6
|
type: import('vue').PropType<CustomInspectorNode[]>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
10
|
select: (...args: any[]) => void;
|
|
11
11
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
12
|
modelValue: import('vue').PropType<any>;
|
|
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
14
14
|
type: import('vue').PropType<CustomInspectorNode[]>;
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
|
-
}>> & {
|
|
17
|
+
}>> & Readonly<{
|
|
18
18
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
19
|
-
}, {}, {}>;
|
|
19
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
value: boolean;
|
|
3
|
-
}
|
|
3
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
value: boolean;
|
|
5
|
-
}
|
|
5
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
pluginId: string;
|
|
3
3
|
options: Record<string, any>;
|
|
4
4
|
values: Record<string, any>;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
6
|
update: (...args: any[]) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
8
|
pluginId: string;
|
|
9
9
|
options: Record<string, any>;
|
|
10
10
|
values: Record<string, any>;
|
|
11
|
-
}>>> & {
|
|
11
|
+
}>>> & Readonly<{
|
|
12
12
|
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
}, {}, {}>;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CustomInspectorState } from '@vue/devtools-kit';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
data: CustomInspectorState[];
|
|
5
5
|
depth: number;
|
|
6
6
|
index: string;
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
}>, {
|
|
9
9
|
depth: number;
|
|
10
10
|
expandedStateId: string;
|
|
11
|
-
}
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
12
|
data: CustomInspectorState[];
|
|
13
13
|
depth: number;
|
|
14
14
|
index: string;
|
|
@@ -16,10 +16,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
16
16
|
}>, {
|
|
17
17
|
depth: number;
|
|
18
18
|
expandedStateId: string;
|
|
19
|
-
}
|
|
19
|
+
}>>> & Readonly<{}>, {
|
|
20
20
|
depth: number;
|
|
21
21
|
expandedStateId: string;
|
|
22
|
-
}, {}>;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
23
|
export default _default;
|
|
24
24
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
25
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CustomInspectorState } from '@vue/devtools-kit';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
data: Record<string, CustomInspectorState[]>;
|
|
5
5
|
nodeId: string;
|
|
6
6
|
inspectorId: string;
|
|
@@ -9,7 +9,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
9
9
|
}>, {
|
|
10
10
|
disableEdit: boolean;
|
|
11
11
|
expandedStateId: string;
|
|
12
|
-
}
|
|
12
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
13
|
data: Record<string, CustomInspectorState[]>;
|
|
14
14
|
nodeId: string;
|
|
15
15
|
inspectorId: string;
|
|
@@ -18,10 +18,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
18
|
}>, {
|
|
19
19
|
disableEdit: boolean;
|
|
20
20
|
expandedStateId: string;
|
|
21
|
-
}
|
|
21
|
+
}>>> & Readonly<{}>, {
|
|
22
22
|
disableEdit: boolean;
|
|
23
23
|
expandedStateId: string;
|
|
24
|
-
}, {}>;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
25
|
export default _default;
|
|
26
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
27
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CustomInspectorState } from '@vue/devtools-kit';
|
|
2
2
|
import { EditorAddNewPropType, EditorInputValidType } from '../../composables/state-editor';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
data: CustomInspectorState & {
|
|
6
6
|
key?: string;
|
|
7
7
|
};
|
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
11
11
|
disableEdit?: boolean;
|
|
12
12
|
}>, {
|
|
13
13
|
showAddIfNeeded: boolean;
|
|
14
|
-
}
|
|
14
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
15
|
enableEditInput: (type: EditorInputValidType) => void;
|
|
16
16
|
addNewProp: (type: EditorAddNewPropType) => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -24,12 +24,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
24
24
|
disableEdit?: boolean;
|
|
25
25
|
}>, {
|
|
26
26
|
showAddIfNeeded: boolean;
|
|
27
|
-
}>>> & {
|
|
27
|
+
}>>> & Readonly<{
|
|
28
28
|
onEnableEditInput?: ((type: EditorInputValidType) => any) | undefined;
|
|
29
29
|
onAddNewProp?: ((type: EditorAddNewPropType) => any) | undefined;
|
|
30
|
-
}
|
|
30
|
+
}>, {
|
|
31
31
|
showAddIfNeeded: boolean;
|
|
32
|
-
}, {}>;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
33
33
|
export default _default;
|
|
34
34
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
35
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { customTypeEnums } from '@vue/devtools-kit';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
modelValue: string;
|
|
5
5
|
customType?: customTypeEnums;
|
|
6
6
|
showActions?: boolean;
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
}>, {
|
|
9
9
|
showActions: boolean;
|
|
10
10
|
autoFocus: boolean;
|
|
11
|
-
}
|
|
11
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
"update:modelValue": (value: string) => void;
|
|
13
13
|
cancel: () => void;
|
|
14
14
|
submit: () => void;
|
|
@@ -20,14 +20,14 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
20
|
}>, {
|
|
21
21
|
showActions: boolean;
|
|
22
22
|
autoFocus: boolean;
|
|
23
|
-
}>>> & {
|
|
24
|
-
onSubmit?: (() => any) | undefined;
|
|
23
|
+
}>>> & Readonly<{
|
|
25
24
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
26
25
|
onCancel?: (() => any) | undefined;
|
|
27
|
-
|
|
26
|
+
onSubmit?: (() => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
28
|
autoFocus: boolean;
|
|
29
29
|
showActions: boolean;
|
|
30
|
-
}, {}>;
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
export default _default;
|
|
32
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
33
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { CustomInspectorState } from '@vue/devtools-kit';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
data: CustomInspectorState;
|
|
5
5
|
depth: number;
|
|
6
6
|
index: string;
|
|
7
7
|
expandedStateId?: string;
|
|
8
|
-
}
|
|
8
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
data: CustomInspectorState;
|
|
10
10
|
depth: number;
|
|
11
11
|
index: string;
|
|
12
12
|
expandedStateId?: string;
|
|
13
|
-
}
|
|
13
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
modelValue: import('vue').PropType<any>;
|
|
4
4
|
data: {
|
|
5
5
|
type: import('vue').PropType<(import('@vue/devtools-kit').TimelineEvent<any, any> & {
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
8
8
|
})[]>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
|
-
}
|
|
11
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
12
12
|
modelValue: import('vue').PropType<any>;
|
|
13
13
|
data: {
|
|
14
14
|
type: import('vue').PropType<(import('@vue/devtools-kit').TimelineEvent<any, any> & {
|
|
@@ -17,5 +17,5 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
17
17
|
})[]>;
|
|
18
18
|
required: true;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
layerIds: string[];
|
|
3
3
|
docLink: string;
|
|
4
4
|
githubRepoLink?: string;
|
|
5
|
-
}
|
|
5
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
6
|
layerIds: string[];
|
|
7
7
|
docLink: string;
|
|
8
8
|
githubRepoLink?: string;
|
|
9
|
-
}
|
|
9
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
11
11
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
12
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentTreeNode, InspectorTree } from '@vue/devtools-kit';
|
|
2
2
|
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
modelValue: import('vue').PropType<any>;
|
|
5
5
|
data: {
|
|
6
6
|
type: import('vue').PropType<ComponentTreeNode[] | InspectorTree[]>;
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
16
16
|
required: true;
|
|
17
17
|
default: boolean;
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
20
|
modelValue: import('vue').PropType<any>;
|
|
21
21
|
data: {
|
|
22
22
|
type: import('vue').PropType<ComponentTreeNode[] | InspectorTree[]>;
|
|
@@ -32,8 +32,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
32
32
|
required: true;
|
|
33
33
|
default: boolean;
|
|
34
34
|
};
|
|
35
|
-
}
|
|
35
|
+
}>> & Readonly<{}>, {
|
|
36
36
|
depth: number;
|
|
37
37
|
withTag: boolean;
|
|
38
|
-
}, {}>;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
39
39
|
export default _default;
|
|
@@ -6,6 +6,12 @@ export declare function useCustomInspectorState(): Ref<Partial<{
|
|
|
6
6
|
label: string;
|
|
7
7
|
logo: string;
|
|
8
8
|
timelineLayerIds: string[];
|
|
9
|
+
}>, Partial<{
|
|
10
|
+
homepage: string;
|
|
11
|
+
id: string;
|
|
12
|
+
label: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
timelineLayerIds: string[];
|
|
9
15
|
}>>;
|
|
10
16
|
export declare function createCustomInspectorStateContext(): Ref<Partial<{
|
|
11
17
|
homepage: string;
|
|
@@ -13,4 +19,10 @@ export declare function createCustomInspectorStateContext(): Ref<Partial<{
|
|
|
13
19
|
label: string;
|
|
14
20
|
logo: string;
|
|
15
21
|
timelineLayerIds: string[];
|
|
22
|
+
}>, Partial<{
|
|
23
|
+
homepage: string;
|
|
24
|
+
id: string;
|
|
25
|
+
label: string;
|
|
26
|
+
logo: string;
|
|
27
|
+
timelineLayerIds: string[];
|
|
16
28
|
}>>;
|
|
@@ -14,6 +14,13 @@ export declare function useCustomInspector(): {
|
|
|
14
14
|
icon: string;
|
|
15
15
|
packageName: string | undefined;
|
|
16
16
|
homepage: string | undefined;
|
|
17
|
+
}[], CustomInspectorType[] | {
|
|
18
|
+
id: string;
|
|
19
|
+
label: string;
|
|
20
|
+
logo: string;
|
|
21
|
+
icon: string;
|
|
22
|
+
packageName: string | undefined;
|
|
23
|
+
homepage: string | undefined;
|
|
17
24
|
}[]>;
|
|
18
25
|
register: (inspector: CustomInspectorType) => void;
|
|
19
26
|
};
|
|
@@ -6,5 +6,5 @@ export interface UseHoverOptions {
|
|
|
6
6
|
initial?: boolean;
|
|
7
7
|
}
|
|
8
8
|
export declare function useHover(el: MaybeRefOrGetter<HTMLElement | null | undefined>, options?: UseHoverOptions): {
|
|
9
|
-
isHovering: import('vue').Ref<boolean>;
|
|
9
|
+
isHovering: import('vue').Ref<boolean, boolean>;
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
|
|
3
3
|
export declare function createSelectedContext(): {
|
|
4
|
-
selected: Ref<string>;
|
|
4
|
+
selected: Ref<string, string>;
|
|
5
5
|
};
|
|
6
6
|
export declare function useSelect(): {
|
|
7
|
-
selected: Ref<string>;
|
|
7
|
+
selected: Ref<string, string>;
|
|
8
8
|
select: (value: string) => void;
|
|
9
9
|
};
|
|
@@ -10,16 +10,20 @@ export declare function createStateEditorContext(initial: StateEditorContext): {
|
|
|
10
10
|
nodeId: string;
|
|
11
11
|
inspectorId: string;
|
|
12
12
|
disableEdit: boolean;
|
|
13
|
+
}, StateEditorContext | {
|
|
14
|
+
nodeId: string;
|
|
15
|
+
inspectorId: string;
|
|
16
|
+
disableEdit: boolean;
|
|
13
17
|
}>;
|
|
14
18
|
};
|
|
15
|
-
export declare function useStateEditorContext(): Ref<StateEditorContext>;
|
|
19
|
+
export declare function useStateEditorContext(): Ref<StateEditorContext, StateEditorContext>;
|
|
16
20
|
export type EditorInputValidType = 'number' | 'string' | 'object' | 'null';
|
|
17
21
|
export type EditorAddNewPropType = 'object' | 'array';
|
|
18
22
|
export declare function useStateEditor(): {
|
|
19
|
-
editingText: Ref<string>;
|
|
20
|
-
editing: Ref<boolean>;
|
|
23
|
+
editingText: Ref<string, string>;
|
|
24
|
+
editing: Ref<boolean, boolean>;
|
|
21
25
|
toggleEditing(t?: EditorInputValidType): void;
|
|
22
|
-
editingType: Ref<EditorInputValidType>;
|
|
26
|
+
editingType: Ref<EditorInputValidType, EditorInputValidType>;
|
|
23
27
|
nodeId: import('vue').ComputedRef<string>;
|
|
24
28
|
};
|
|
25
29
|
export declare function useStateEditorDrafting(): {
|
|
@@ -29,6 +33,14 @@ export declare function useStateEditorDrafting(): {
|
|
|
29
33
|
enable: boolean;
|
|
30
34
|
key: string;
|
|
31
35
|
value: string;
|
|
36
|
+
}, {
|
|
37
|
+
enable: boolean;
|
|
38
|
+
key: string;
|
|
39
|
+
value: string;
|
|
40
|
+
} | {
|
|
41
|
+
enable: boolean;
|
|
42
|
+
key: string;
|
|
43
|
+
value: string;
|
|
32
44
|
}>;
|
|
33
45
|
};
|
|
34
46
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
|
|
3
3
|
export declare function createExpandedContext(id?: string): {
|
|
4
|
-
expanded: Ref<string[]>;
|
|
4
|
+
expanded: Ref<string[], string[]>;
|
|
5
5
|
};
|
|
6
6
|
export declare function useToggleExpanded(id?: string): {
|
|
7
|
-
expanded: Ref<string[]>;
|
|
7
|
+
expanded: Ref<string[], string[]>;
|
|
8
8
|
toggleExpanded: (key: string) => void;
|
|
9
9
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Component, ComputedRef, Ref } from 'vue';
|
|
2
1
|
import { MaybeRef } from '@vueuse/core';
|
|
2
|
+
import { Component, ComputedRef, Ref } from 'vue';
|
|
3
3
|
|
|
4
4
|
export interface VirtualRoute {
|
|
5
5
|
path: string;
|
|
@@ -12,7 +12,7 @@ export declare function registerVirtualRouter<const Routes extends VirtualRoute[
|
|
|
12
12
|
}): {
|
|
13
13
|
VirtualRouterView: import('vue').DefineComponent<{}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
|
-
}> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
15
|
+
}> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
restoreRouter: () => void;
|
|
17
17
|
};
|
|
18
18
|
export declare function useVirtualRouter(): {
|
|
@@ -22,5 +22,7 @@ export declare function useVirtualRoute(): {
|
|
|
22
22
|
routes: ComputedRef<VirtualRoute[]>;
|
|
23
23
|
currentRoute: Ref<{
|
|
24
24
|
path: string;
|
|
25
|
+
}, {
|
|
26
|
+
path: string;
|
|
25
27
|
}>;
|
|
26
28
|
};
|