@tmagic/editor 1.2.0-beta.25 → 1.2.0-beta.26
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/style.css +32 -16
- package/dist/tmagic-editor.js +18 -5
- package/dist/tmagic-editor.js.map +1 -1
- package/dist/tmagic-editor.umd.cjs +18 -5
- package/dist/tmagic-editor.umd.cjs.map +1 -1
- package/package.json +10 -10
- package/src/Editor.vue +7 -2
- package/src/layouts/NavMenu.vue +1 -1
- package/src/services/editor.ts +12 -1
- package/src/theme/code-block.scss +11 -3
- package/src/theme/component-list-panel.scss +8 -5
- package/src/type.ts +1 -0
- package/src/utils/stage.ts +1 -0
- package/types/Editor.vue.d.ts +7 -0
- package/types/components/CodeDraftEditor.vue.d.ts +19 -111
- package/types/components/ContentMenu.vue.d.ts +11 -87
- package/types/components/FunctionEditor.vue.d.ts +13 -90
- package/types/components/Icon.vue.d.ts +4 -50
- package/types/components/ScrollBar.vue.d.ts +7 -65
- package/types/components/ToolButton.vue.d.ts +12 -78
- package/types/fields/Code.vue.d.ts +11 -77
- package/types/fields/CodeLink.vue.d.ts +12 -82
- package/types/fields/CodeSelect.vue.d.ts +10 -74
- package/types/fields/UISelect.vue.d.ts +7 -65
- package/types/layouts/AddPageBox.vue.d.ts +1 -43
- package/types/layouts/CodeEditor.vue.d.ts +21 -122
- package/types/layouts/NavMenu.vue.d.ts +9 -69
- package/types/layouts/sidebar/LayerMenu.vue.d.ts +5 -55
- package/types/layouts/workspace/Breadcrumb.vue.d.ts +1 -43
- package/types/layouts/workspace/Stage.vue.d.ts +4 -51
- package/types/layouts/workspace/ViewerMenu.vue.d.ts +9 -69
- package/types/type.d.ts +1 -0
|
@@ -1,54 +1,8 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
new (...args: any[]): {
|
|
3
|
-
$: import("vue").ComponentInternalInstance;
|
|
4
|
-
$data: {};
|
|
5
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
icon?: any;
|
|
7
|
-
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
8
|
-
$attrs: {
|
|
9
|
-
[x: string]: unknown;
|
|
10
|
-
};
|
|
11
|
-
$refs: {
|
|
12
|
-
[x: string]: unknown;
|
|
13
|
-
};
|
|
14
|
-
$slots: Readonly<{
|
|
15
|
-
[name: string]: import("vue").Slot | undefined;
|
|
16
|
-
}>;
|
|
17
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
18
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
19
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
20
|
-
$el: any;
|
|
21
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
22
|
-
icon?: any;
|
|
23
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}> & {
|
|
24
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
25
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
26
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
27
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
37
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
38
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
39
|
-
};
|
|
40
|
-
$forceUpdate: () => void;
|
|
41
|
-
$nextTick: typeof import("vue").nextTick;
|
|
42
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
43
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
44
|
-
icon?: any;
|
|
45
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
46
|
-
__isFragment?: undefined;
|
|
47
|
-
__isTeleport?: undefined;
|
|
48
|
-
__isSuspense?: undefined;
|
|
49
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
50
2
|
icon?: any;
|
|
51
|
-
}
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
icon?: any;
|
|
5
|
+
}>>>, {}>;
|
|
52
6
|
export default _default;
|
|
53
7
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
8
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,74 +1,16 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
scrollSize: number;
|
|
8
|
-
isHorizontal?: boolean | undefined;
|
|
9
|
-
pos: number;
|
|
10
|
-
}>>> & {
|
|
11
|
-
onScroll?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
13
|
-
$attrs: {
|
|
14
|
-
[x: string]: unknown;
|
|
15
|
-
};
|
|
16
|
-
$refs: {
|
|
17
|
-
[x: string]: unknown;
|
|
18
|
-
};
|
|
19
|
-
$slots: Readonly<{
|
|
20
|
-
[name: string]: import("vue").Slot | undefined;
|
|
21
|
-
}>;
|
|
22
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
23
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
24
|
-
$emit: (event: "scroll", ...args: any[]) => void;
|
|
25
|
-
$el: any;
|
|
26
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
27
|
-
size: number;
|
|
28
|
-
scrollSize: number;
|
|
29
|
-
isHorizontal?: boolean | undefined;
|
|
30
|
-
pos: number;
|
|
31
|
-
}>>> & {
|
|
32
|
-
onScroll?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scroll"[], string, {}> & {
|
|
34
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
45
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
46
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
47
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
48
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
49
|
-
};
|
|
50
|
-
$forceUpdate: () => void;
|
|
51
|
-
$nextTick: typeof import("vue").nextTick;
|
|
52
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
53
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
54
|
-
size: number;
|
|
55
|
-
scrollSize: number;
|
|
56
|
-
isHorizontal?: boolean | undefined;
|
|
57
|
-
pos: number;
|
|
58
|
-
}>>> & {
|
|
59
|
-
onScroll?: ((...args: any[]) => any) | undefined;
|
|
60
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
61
|
-
__isFragment?: undefined;
|
|
62
|
-
__isTeleport?: undefined;
|
|
63
|
-
__isSuspense?: undefined;
|
|
64
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
size: number;
|
|
3
|
+
scrollSize: number;
|
|
4
|
+
isHorizontal?: boolean | undefined;
|
|
5
|
+
pos: number;
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scroll"[], "scroll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
65
7
|
size: number;
|
|
66
8
|
scrollSize: number;
|
|
67
9
|
isHorizontal?: boolean | undefined;
|
|
68
10
|
pos: number;
|
|
69
11
|
}>>> & {
|
|
70
12
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
71
|
-
}, {}
|
|
13
|
+
}, {}>;
|
|
72
14
|
export default _default;
|
|
73
15
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
74
16
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,80 +1,5 @@
|
|
|
1
1
|
import type { MenuButton, MenuComponent } from '../type';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
new (...args: any[]): {
|
|
4
|
-
$: import("vue").ComponentInternalInstance;
|
|
5
|
-
$data: {};
|
|
6
|
-
$props: Partial<{
|
|
7
|
-
data: MenuButton | MenuComponent;
|
|
8
|
-
eventType: 'mousedown' | 'mouseup' | 'click';
|
|
9
|
-
}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
-
data?: MenuButton | MenuComponent | undefined;
|
|
11
|
-
eventType?: "mousedown" | "click" | "mouseup" | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
data: () => {
|
|
14
|
-
type: string;
|
|
15
|
-
display: boolean;
|
|
16
|
-
};
|
|
17
|
-
eventType: string;
|
|
18
|
-
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "eventType">;
|
|
19
|
-
$attrs: {
|
|
20
|
-
[x: string]: unknown;
|
|
21
|
-
};
|
|
22
|
-
$refs: {
|
|
23
|
-
[x: string]: unknown;
|
|
24
|
-
};
|
|
25
|
-
$slots: Readonly<{
|
|
26
|
-
[name: string]: import("vue").Slot | undefined;
|
|
27
|
-
}>;
|
|
28
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
29
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
30
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
31
|
-
$el: any;
|
|
32
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
33
|
-
data?: MenuButton | MenuComponent | undefined;
|
|
34
|
-
eventType?: "mousedown" | "click" | "mouseup" | undefined;
|
|
35
|
-
}>, {
|
|
36
|
-
data: () => {
|
|
37
|
-
type: string;
|
|
38
|
-
display: boolean;
|
|
39
|
-
};
|
|
40
|
-
eventType: string;
|
|
41
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
42
|
-
data: MenuButton | MenuComponent;
|
|
43
|
-
eventType: 'mousedown' | 'mouseup' | 'click';
|
|
44
|
-
}> & {
|
|
45
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
46
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
47
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
48
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
49
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
50
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
51
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
52
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
53
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
54
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
55
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
56
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
57
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
58
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
59
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
60
|
-
};
|
|
61
|
-
$forceUpdate: () => void;
|
|
62
|
-
$nextTick: typeof import("vue").nextTick;
|
|
63
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
64
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
65
|
-
data?: MenuButton | MenuComponent | undefined;
|
|
66
|
-
eventType?: "mousedown" | "click" | "mouseup" | undefined;
|
|
67
|
-
}>, {
|
|
68
|
-
data: () => {
|
|
69
|
-
type: string;
|
|
70
|
-
display: boolean;
|
|
71
|
-
};
|
|
72
|
-
eventType: string;
|
|
73
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
74
|
-
__isFragment?: undefined;
|
|
75
|
-
__isTeleport?: undefined;
|
|
76
|
-
__isSuspense?: undefined;
|
|
77
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
78
3
|
data?: MenuButton | MenuComponent | undefined;
|
|
79
4
|
eventType?: "mousedown" | "click" | "mouseup" | undefined;
|
|
80
5
|
}>, {
|
|
@@ -83,10 +8,19 @@ declare const _default: {
|
|
|
83
8
|
display: boolean;
|
|
84
9
|
};
|
|
85
10
|
eventType: string;
|
|
86
|
-
}
|
|
11
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
12
|
+
data?: MenuButton | MenuComponent | undefined;
|
|
13
|
+
eventType?: "mousedown" | "click" | "mouseup" | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
data: () => {
|
|
16
|
+
type: string;
|
|
17
|
+
display: boolean;
|
|
18
|
+
};
|
|
19
|
+
eventType: string;
|
|
20
|
+
}>>>, {
|
|
87
21
|
data: MenuButton | MenuComponent;
|
|
88
22
|
eventType: 'mousedown' | 'mouseup' | 'click';
|
|
89
|
-
}
|
|
23
|
+
}>;
|
|
90
24
|
export default _default;
|
|
91
25
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
92
26
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,79 +1,13 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
height?: string | undefined;
|
|
12
|
-
};
|
|
13
|
-
prop: string;
|
|
14
|
-
}>>> & {
|
|
15
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
17
|
-
$attrs: {
|
|
18
|
-
[x: string]: unknown;
|
|
19
|
-
};
|
|
20
|
-
$refs: {
|
|
21
|
-
[x: string]: unknown;
|
|
22
|
-
};
|
|
23
|
-
$slots: Readonly<{
|
|
24
|
-
[name: string]: import("vue").Slot | undefined;
|
|
25
|
-
}>;
|
|
26
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
27
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
28
|
-
$emit: (event: "change", ...args: any[]) => void;
|
|
29
|
-
$el: any;
|
|
30
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
31
|
-
model: any;
|
|
32
|
-
name: string;
|
|
33
|
-
config: {
|
|
34
|
-
language?: string | undefined;
|
|
35
|
-
options?: Object | undefined;
|
|
36
|
-
height?: string | undefined;
|
|
37
|
-
};
|
|
38
|
-
prop: string;
|
|
39
|
-
}>>> & {
|
|
40
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
41
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], string, {}> & {
|
|
42
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
45
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
46
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
47
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
48
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
49
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
50
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
51
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
52
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
53
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
54
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
55
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
56
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
57
|
-
};
|
|
58
|
-
$forceUpdate: () => void;
|
|
59
|
-
$nextTick: typeof import("vue").nextTick;
|
|
60
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
61
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
62
|
-
model: any;
|
|
63
|
-
name: string;
|
|
64
|
-
config: {
|
|
65
|
-
language?: string | undefined;
|
|
66
|
-
options?: Object | undefined;
|
|
67
|
-
height?: string | undefined;
|
|
68
|
-
};
|
|
69
|
-
prop: string;
|
|
70
|
-
}>>> & {
|
|
71
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
72
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
73
|
-
__isFragment?: undefined;
|
|
74
|
-
__isTeleport?: undefined;
|
|
75
|
-
__isSuspense?: undefined;
|
|
76
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
model: any;
|
|
3
|
+
name: string;
|
|
4
|
+
config: {
|
|
5
|
+
language?: string | undefined;
|
|
6
|
+
options?: Object | undefined;
|
|
7
|
+
height?: string | undefined;
|
|
8
|
+
};
|
|
9
|
+
prop: string;
|
|
10
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
77
11
|
model: any;
|
|
78
12
|
name: string;
|
|
79
13
|
config: {
|
|
@@ -84,7 +18,7 @@ declare const _default: {
|
|
|
84
18
|
prop: string;
|
|
85
19
|
}>>> & {
|
|
86
20
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
87
|
-
}, {}
|
|
21
|
+
}, {}>;
|
|
88
22
|
export default _default;
|
|
89
23
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
90
24
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,85 +1,15 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
$data: {};
|
|
5
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
config: {
|
|
7
|
-
type: 'code-link';
|
|
8
|
-
name: string;
|
|
9
|
-
text?: string;
|
|
10
|
-
formTitle?: string;
|
|
11
|
-
codeOptions?: Object;
|
|
12
|
-
};
|
|
13
|
-
model: any;
|
|
14
|
-
name: string;
|
|
15
|
-
prop: string;
|
|
16
|
-
}>>> & {
|
|
17
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
18
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
19
|
-
$attrs: {
|
|
20
|
-
[x: string]: unknown;
|
|
21
|
-
};
|
|
22
|
-
$refs: {
|
|
23
|
-
[x: string]: unknown;
|
|
24
|
-
};
|
|
25
|
-
$slots: Readonly<{
|
|
26
|
-
[name: string]: import("vue").Slot | undefined;
|
|
27
|
-
}>;
|
|
28
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
29
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
30
|
-
$emit: (event: "change", ...args: any[]) => void;
|
|
31
|
-
$el: any;
|
|
32
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
33
|
-
config: {
|
|
34
|
-
type: 'code-link';
|
|
35
|
-
name: string;
|
|
36
|
-
text?: string;
|
|
37
|
-
formTitle?: string;
|
|
38
|
-
codeOptions?: Object;
|
|
39
|
-
};
|
|
40
|
-
model: any;
|
|
41
|
-
name: string;
|
|
42
|
-
prop: string;
|
|
43
|
-
}>>> & {
|
|
44
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
45
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], string, {}> & {
|
|
46
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
47
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
48
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
49
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
50
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
51
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
52
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
53
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
54
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
55
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
56
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
57
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
58
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
59
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
60
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
61
|
-
};
|
|
62
|
-
$forceUpdate: () => void;
|
|
63
|
-
$nextTick: typeof import("vue").nextTick;
|
|
64
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
65
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
66
|
-
config: {
|
|
67
|
-
type: 'code-link';
|
|
68
|
-
name: string;
|
|
69
|
-
text?: string;
|
|
70
|
-
formTitle?: string;
|
|
71
|
-
codeOptions?: Object;
|
|
72
|
-
};
|
|
73
|
-
model: any;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
config: {
|
|
3
|
+
type: 'code-link';
|
|
74
4
|
name: string;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
} & import("vue").
|
|
5
|
+
text?: string;
|
|
6
|
+
formTitle?: string;
|
|
7
|
+
codeOptions?: Object;
|
|
8
|
+
};
|
|
9
|
+
model: any;
|
|
10
|
+
name: string;
|
|
11
|
+
prop: string;
|
|
12
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
83
13
|
config: {
|
|
84
14
|
type: 'code-link';
|
|
85
15
|
name: string;
|
|
@@ -92,7 +22,7 @@ declare const _default: {
|
|
|
92
22
|
prop: string;
|
|
93
23
|
}>>> & {
|
|
94
24
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
95
|
-
}, {}
|
|
25
|
+
}, {}>;
|
|
96
26
|
export default _default;
|
|
97
27
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
98
28
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,77 +1,13 @@
|
|
|
1
1
|
import { TableConfig } from '@tmagic/form';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
prop: string;
|
|
12
|
-
name: string;
|
|
13
|
-
size: 'mini' | 'small' | 'medium';
|
|
14
|
-
}>>> & {
|
|
15
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
17
|
-
$attrs: {
|
|
18
|
-
[x: string]: unknown;
|
|
19
|
-
};
|
|
20
|
-
$refs: {
|
|
21
|
-
[x: string]: unknown;
|
|
22
|
-
};
|
|
23
|
-
$slots: Readonly<{
|
|
24
|
-
[name: string]: import("vue").Slot | undefined;
|
|
25
|
-
}>;
|
|
26
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
27
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
28
|
-
$emit: (event: "change", ...args: any[]) => void;
|
|
29
|
-
$el: any;
|
|
30
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
31
|
-
config: {
|
|
32
|
-
tableConfig?: TableConfig | undefined;
|
|
33
|
-
};
|
|
34
|
-
model: any;
|
|
35
|
-
prop: string;
|
|
36
|
-
name: string;
|
|
37
|
-
size: 'mini' | 'small' | 'medium';
|
|
38
|
-
}>>> & {
|
|
39
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
40
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], string, {}> & {
|
|
41
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
45
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
46
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
47
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
48
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
49
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
50
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
51
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
52
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
53
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
54
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
55
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
56
|
-
};
|
|
57
|
-
$forceUpdate: () => void;
|
|
58
|
-
$nextTick: typeof import("vue").nextTick;
|
|
59
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
60
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
61
|
-
config: {
|
|
62
|
-
tableConfig?: TableConfig | undefined;
|
|
63
|
-
};
|
|
64
|
-
model: any;
|
|
65
|
-
prop: string;
|
|
66
|
-
name: string;
|
|
67
|
-
size: 'mini' | 'small' | 'medium';
|
|
68
|
-
}>>> & {
|
|
69
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
70
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
71
|
-
__isFragment?: undefined;
|
|
72
|
-
__isTeleport?: undefined;
|
|
73
|
-
__isSuspense?: undefined;
|
|
74
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
config: {
|
|
4
|
+
tableConfig?: TableConfig | undefined;
|
|
5
|
+
};
|
|
6
|
+
model: any;
|
|
7
|
+
prop: string;
|
|
8
|
+
name: string;
|
|
9
|
+
size: 'mini' | 'small' | 'medium';
|
|
10
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
75
11
|
config: {
|
|
76
12
|
tableConfig?: TableConfig | undefined;
|
|
77
13
|
};
|
|
@@ -81,7 +17,7 @@ declare const _default: {
|
|
|
81
17
|
size: 'mini' | 'small' | 'medium';
|
|
82
18
|
}>>> & {
|
|
83
19
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
84
|
-
}, {}
|
|
20
|
+
}, {}>;
|
|
85
21
|
export default _default;
|
|
86
22
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
87
23
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,74 +1,16 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
model: any;
|
|
8
|
-
prop: string;
|
|
9
|
-
name: string;
|
|
10
|
-
}>>> & {
|
|
11
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
13
|
-
$attrs: {
|
|
14
|
-
[x: string]: unknown;
|
|
15
|
-
};
|
|
16
|
-
$refs: {
|
|
17
|
-
[x: string]: unknown;
|
|
18
|
-
};
|
|
19
|
-
$slots: Readonly<{
|
|
20
|
-
[name: string]: import("vue").Slot | undefined;
|
|
21
|
-
}>;
|
|
22
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
23
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
24
|
-
$emit: (event: "change", ...args: any[]) => void;
|
|
25
|
-
$el: any;
|
|
26
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
27
|
-
config: any;
|
|
28
|
-
model: any;
|
|
29
|
-
prop: string;
|
|
30
|
-
name: string;
|
|
31
|
-
}>>> & {
|
|
32
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], string, {}> & {
|
|
34
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
45
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
46
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
47
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
48
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
49
|
-
};
|
|
50
|
-
$forceUpdate: () => void;
|
|
51
|
-
$nextTick: typeof import("vue").nextTick;
|
|
52
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
53
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
54
|
-
config: any;
|
|
55
|
-
model: any;
|
|
56
|
-
prop: string;
|
|
57
|
-
name: string;
|
|
58
|
-
}>>> & {
|
|
59
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
60
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties;
|
|
61
|
-
__isFragment?: undefined;
|
|
62
|
-
__isTeleport?: undefined;
|
|
63
|
-
__isSuspense?: undefined;
|
|
64
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
config: any;
|
|
3
|
+
model: any;
|
|
4
|
+
prop: string;
|
|
5
|
+
name: string;
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
65
7
|
config: any;
|
|
66
8
|
model: any;
|
|
67
9
|
prop: string;
|
|
68
10
|
name: string;
|
|
69
11
|
}>>> & {
|
|
70
12
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
71
|
-
}, {}
|
|
13
|
+
}, {}>;
|
|
72
14
|
export default _default;
|
|
73
15
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
74
16
|
declare type __VLS_TypePropsToRuntimeProps<T> = {
|