@maxtropy/v-components 0.1.11-beta.7 → 0.1.11-beta.9
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,25 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
-
type: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
|
-
highlightCurrentRow: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
type: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
highlightCurrentRow: {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
type: string;
|
|
21
|
-
highlightCurrentRow: boolean;
|
|
22
|
-
}, {}>, Partial<Record<string | number, (_: {
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, Partial<Record<string | number, (_: {
|
|
23
2
|
scope: any;
|
|
24
3
|
row: any;
|
|
25
4
|
index: any;
|
|
@@ -12,8 +12,6 @@ export declare const MxTableColumn: {
|
|
|
12
12
|
$: import("vue").ComponentInternalInstance;
|
|
13
13
|
$data: {};
|
|
14
14
|
$props: {
|
|
15
|
-
type?: string | undefined;
|
|
16
|
-
highlightCurrentRow?: boolean | undefined;
|
|
17
15
|
key?: string | number | symbol | undefined;
|
|
18
16
|
ref?: import("vue").VNodeRef | undefined;
|
|
19
17
|
ref_for?: boolean | undefined;
|
|
@@ -72,19 +70,7 @@ export declare const MxTableColumn: {
|
|
|
72
70
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
73
71
|
$emit: (event: string, ...args: any[]) => void;
|
|
74
72
|
$el: any;
|
|
75
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
76
|
-
type: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
|
-
highlightCurrentRow: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
85
|
-
type: string;
|
|
86
|
-
highlightCurrentRow: boolean;
|
|
87
|
-
}, {}, string, {}> & {
|
|
73
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
88
74
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
89
75
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
90
76
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -104,32 +90,11 @@ export declare const MxTableColumn: {
|
|
|
104
90
|
$forceUpdate: () => void;
|
|
105
91
|
$nextTick: typeof import("vue").nextTick;
|
|
106
92
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
107
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
-
type: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
highlightCurrentRow: {
|
|
113
|
-
type: BooleanConstructor;
|
|
114
|
-
default: boolean;
|
|
115
|
-
};
|
|
116
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
93
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
117
94
|
__isFragment?: undefined;
|
|
118
95
|
__isTeleport?: undefined;
|
|
119
96
|
__isSuspense?: undefined;
|
|
120
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
121
|
-
type: {
|
|
122
|
-
type: StringConstructor;
|
|
123
|
-
default: string;
|
|
124
|
-
};
|
|
125
|
-
highlightCurrentRow: {
|
|
126
|
-
type: BooleanConstructor;
|
|
127
|
-
default: boolean;
|
|
128
|
-
};
|
|
129
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
130
|
-
type: string;
|
|
131
|
-
highlightCurrentRow: boolean;
|
|
132
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
97
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
133
98
|
$slots: Partial<Record<string | number, (_: {
|
|
134
99
|
scope: any;
|
|
135
100
|
row: any;
|