halo-fe 1.0.34 → 1.0.36
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/main.js +5513 -5855
- package/dist/vendor/{liquidjs-DEqYMvhe.js → liquidjs-CyjuyKnF.js} +858 -812
- package/dist/vendor/{underscore-DYMmD6H5.js → underscore-CK1gjYcm.js} +2 -2
- package/esm/comp/Timer.vue.d.ts +8 -12
- package/esm/comp/alert/Index.vue.d.ts +2 -1
- package/esm/comp/business/Debugger.vue.d.ts +2 -327
- package/esm/comp/business/Tips.vue.d.ts +2 -1
- package/esm/comp/business/cruds/Index.vue.d.ts +13 -567
- package/esm/comp/business/drivers/Index.vue.d.ts +11 -113
- package/esm/comp/business/drivers/Picker.vue.d.ts +16 -18
- package/esm/comp/button/Button.vue.d.ts +10 -17
- package/esm/comp/button/Index.vue.d.ts +7 -11
- package/esm/comp/calender/Index.vue.d.ts +6 -4
- package/esm/comp/card/Index.vue.d.ts +7 -11
- package/esm/comp/checkbox/Checkbox.vue.d.ts +11 -18
- package/esm/comp/checkbox/Index.vue.d.ts +11 -14
- package/esm/comp/condition/Condition.vue.d.ts +2 -1
- package/esm/comp/condition/Index.vue.d.ts +2 -1
- package/esm/comp/datetime/Date.vue.d.ts +6 -228
- package/esm/comp/datetime/DateRange.vue.d.ts +7 -11
- package/esm/comp/datetime/Index.vue.d.ts +11 -14
- package/esm/comp/datetime/Time.vue.d.ts +2 -1
- package/esm/comp/datetime/TimeRange.vue.d.ts +2 -1
- package/esm/comp/dialog/Index.vue.d.ts +17 -6
- package/esm/comp/drawer/Index.vue.d.ts +10 -17
- package/esm/comp/dropdown/Index.vue.d.ts +11 -422
- package/esm/comp/empty/Index.vue.d.ts +7 -11
- package/esm/comp/form/Field.vue.d.ts +9 -12
- package/esm/comp/form/Index.vue.d.ts +7 -11
- package/esm/comp/icon/Arrow.vue.d.ts +3 -2
- package/esm/comp/icon/Index.vue.d.ts +3 -4
- package/esm/comp/input/Code.vue.d.ts +3 -4
- package/esm/comp/input/Compare.vue.d.ts +3 -4
- package/esm/comp/input/Index.vue.d.ts +12 -23
- package/esm/comp/input/RichText.vue.d.ts +6 -71
- package/esm/comp/layout/Col.vue.d.ts +7 -11
- package/esm/comp/layout/Container.vue.d.ts +8 -16
- package/esm/comp/layout/Desc.vue.d.ts +2 -1
- package/esm/comp/layout/Fill.vue.d.ts +8 -16
- package/esm/comp/layout/Row.vue.d.ts +8 -16
- package/esm/comp/link/Index.vue.d.ts +8 -12
- package/esm/comp/loading/Loading.vue.d.ts +2 -1
- package/esm/comp/menu/Index.vue.d.ts +7 -11
- package/esm/comp/menu/Menu.vue.d.ts +8 -12
- package/esm/comp/number/Index.vue.d.ts +10 -14
- package/esm/comp/overlay/Index.vue.d.ts +7 -11
- package/esm/comp/pager/Index.vue.d.ts +12 -6
- package/esm/comp/popover/Index.vue.d.ts +9 -150
- package/esm/comp/progress/Circle.vue.d.ts +2 -1
- package/esm/comp/progress/Index.vue.d.ts +4 -3
- package/esm/comp/progress/Socket.vue.d.ts +7 -11
- package/esm/comp/progress/Spinner.vue.d.ts +2 -1
- package/esm/comp/radio/Index.vue.d.ts +11 -14
- package/esm/comp/radio/Radio.vue.d.ts +8 -12
- package/esm/comp/resizer/Index.vue.d.ts +3 -4
- package/esm/comp/resizer/Resizers.vue.d.ts +3 -2
- package/esm/comp/scroller/Index.vue.d.ts +9 -23
- package/esm/comp/select/Index.vue.d.ts +11 -464
- package/esm/comp/select/Option.vue.d.ts +7 -15
- package/esm/comp/tab/Index.vue.d.ts +13 -15
- package/esm/comp/tab/Tab.vue.d.ts +9 -12
- package/esm/comp/table/Column.vue.d.ts +11 -155
- package/esm/comp/table/Filter.vue.d.ts +2 -1
- package/esm/comp/table/Index.vue.d.ts +24 -773
- package/esm/comp/table/Row.vue.d.ts +9 -18
- package/esm/comp/table/Sort.vue.d.ts +8 -4
- package/esm/comp/tag/Index.vue.d.ts +7 -11
- package/esm/comp/taskbar/Index.vue.d.ts +13 -15
- package/esm/comp/taskbar/Taskbar.vue.d.ts +7 -11
- package/esm/comp/text/Dance.vue.d.ts +3 -2
- package/esm/comp/tooltip/Index.vue.d.ts +9 -295
- package/esm/comp/tree/Index.vue.d.ts +10 -14
- package/esm/comp/upload/Index.vue.d.ts +7 -11
- package/esm/comp/window/Index.vue.d.ts +21 -6
- package/esm/vite.config.d.ts +1 -5
- package/package.json +51 -54
|
@@ -86,7 +86,7 @@ function Gn(n) {
|
|
|
86
86
|
}
|
|
87
87
|
function Jn(n) {
|
|
88
88
|
return function(r) {
|
|
89
|
-
return r
|
|
89
|
+
return r?.[n];
|
|
90
90
|
};
|
|
91
91
|
}
|
|
92
92
|
const U = Jn("byteLength"), Xr = Gn(U);
|
|
@@ -469,7 +469,7 @@ function wt(n, r, t) {
|
|
|
469
469
|
if (!e)
|
|
470
470
|
return g(t) ? t.call(n) : t;
|
|
471
471
|
for (var f = 0; f < e; f++) {
|
|
472
|
-
var u = n
|
|
472
|
+
var u = n?.[r[f]];
|
|
473
473
|
u === void 0 && (u = t, f = e), n = g(u) ? u.call(n) : u;
|
|
474
474
|
}
|
|
475
475
|
return n;
|
package/esm/comp/Timer.vue.d.ts
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLSpanElement;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
4
|
};
|
|
9
|
-
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {
|
|
11
6
|
restart: () => void;
|
|
12
7
|
start: () => void;
|
|
13
8
|
stop: () => void;
|
|
@@ -16,10 +11,11 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
16
11
|
change: (...args: any[]) => void;
|
|
17
12
|
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
18
13
|
onChange?: (...args: any[]) => any;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
20
|
-
declare const
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
21
17
|
export default _default;
|
|
22
|
-
type
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
19
|
new (): {
|
|
24
20
|
$slots: S;
|
|
25
21
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { AlertProps } from "./@types";
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<AlertProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AlertProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
3
4
|
export default _default;
|
|
@@ -1,328 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default:
|
|
3
|
-
dialogRef: {
|
|
4
|
-
$: import("vue").ComponentInternalInstance;
|
|
5
|
-
$data: {};
|
|
6
|
-
$props: Partial<{}> & Omit<{
|
|
7
|
-
readonly kind?: string;
|
|
8
|
-
readonly type?: string;
|
|
9
|
-
readonly name?: string;
|
|
10
|
-
readonly title?: string;
|
|
11
|
-
readonly index?: number;
|
|
12
|
-
readonly focused?: boolean;
|
|
13
|
-
readonly class?: string;
|
|
14
|
-
readonly options?: DialogOptions;
|
|
15
|
-
readonly minOptions?: DialogOptions;
|
|
16
|
-
readonly maxOptions?: DialogOptions;
|
|
17
|
-
readonly onChange?: (options: DialogOptions) => any;
|
|
18
|
-
readonly onClose?: (event: MouseEvent) => any;
|
|
19
|
-
readonly onFocus?: (value: boolean) => any;
|
|
20
|
-
readonly onResize?: (options: DialogOptions) => any;
|
|
21
|
-
readonly onMax?: (options: DialogOptions) => any;
|
|
22
|
-
readonly onMin?: (options: DialogOptions) => any;
|
|
23
|
-
readonly onVisible?: (value: boolean) => any;
|
|
24
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
25
|
-
$attrs: {
|
|
26
|
-
[x: string]: unknown;
|
|
27
|
-
};
|
|
28
|
-
$refs: any;
|
|
29
|
-
$slots: Readonly<{
|
|
30
|
-
[name: string]: import("vue").Slot<any>;
|
|
31
|
-
}>;
|
|
32
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
33
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
34
|
-
$host: Element | null;
|
|
35
|
-
$emit: ((event: "change", options: DialogOptions) => void) & ((event: "close", event: MouseEvent) => void) & ((event: "focus", value: boolean) => void) & ((event: "resize", options: DialogOptions) => void) & ((event: "max", options: DialogOptions) => void) & ((event: "min", options: DialogOptions) => void) & ((event: "visible", value: boolean) => void);
|
|
36
|
-
$el: any;
|
|
37
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("../dialog").DialogProps> & Readonly<{
|
|
38
|
-
onChange?: (options: DialogOptions) => any;
|
|
39
|
-
onClose?: (event: MouseEvent) => any;
|
|
40
|
-
onFocus?: (value: boolean) => any;
|
|
41
|
-
onResize?: (options: DialogOptions) => any;
|
|
42
|
-
onMax?: (options: DialogOptions) => any;
|
|
43
|
-
onMin?: (options: DialogOptions) => any;
|
|
44
|
-
onVisible?: (value: boolean) => any;
|
|
45
|
-
}>, {
|
|
46
|
-
toggle: (value?: boolean) => void;
|
|
47
|
-
max: () => void;
|
|
48
|
-
update: () => void;
|
|
49
|
-
updateIndex: (value?: number) => void;
|
|
50
|
-
state: import("vue").Ref<{
|
|
51
|
-
index: number;
|
|
52
|
-
focused?: boolean;
|
|
53
|
-
options: {
|
|
54
|
-
width?: number;
|
|
55
|
-
height?: number;
|
|
56
|
-
x?: number;
|
|
57
|
-
y?: number;
|
|
58
|
-
status?: import("../dialog").DialogStatus;
|
|
59
|
-
};
|
|
60
|
-
min: {
|
|
61
|
-
width?: number;
|
|
62
|
-
height?: number;
|
|
63
|
-
x?: number;
|
|
64
|
-
y?: number;
|
|
65
|
-
status?: import("../dialog").DialogStatus;
|
|
66
|
-
};
|
|
67
|
-
max: {
|
|
68
|
-
width?: number;
|
|
69
|
-
height?: number;
|
|
70
|
-
x?: number;
|
|
71
|
-
y?: number;
|
|
72
|
-
status?: import("../dialog").DialogStatus;
|
|
73
|
-
};
|
|
74
|
-
}, import("../dialog").DialogState | {
|
|
75
|
-
index: number;
|
|
76
|
-
focused?: boolean;
|
|
77
|
-
options: {
|
|
78
|
-
width?: number;
|
|
79
|
-
height?: number;
|
|
80
|
-
x?: number;
|
|
81
|
-
y?: number;
|
|
82
|
-
status?: import("../dialog").DialogStatus;
|
|
83
|
-
};
|
|
84
|
-
min: {
|
|
85
|
-
width?: number;
|
|
86
|
-
height?: number;
|
|
87
|
-
x?: number;
|
|
88
|
-
y?: number;
|
|
89
|
-
status?: import("../dialog").DialogStatus;
|
|
90
|
-
};
|
|
91
|
-
max: {
|
|
92
|
-
width?: number;
|
|
93
|
-
height?: number;
|
|
94
|
-
x?: number;
|
|
95
|
-
y?: number;
|
|
96
|
-
status?: import("../dialog").DialogStatus;
|
|
97
|
-
};
|
|
98
|
-
}>;
|
|
99
|
-
visible: import("vue").Ref<boolean, boolean>;
|
|
100
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
101
|
-
change: (options: DialogOptions) => any;
|
|
102
|
-
close: (event: MouseEvent) => any;
|
|
103
|
-
focus: (value: boolean) => any;
|
|
104
|
-
resize: (options: DialogOptions) => any;
|
|
105
|
-
max: (options: DialogOptions) => any;
|
|
106
|
-
min: (options: DialogOptions) => any;
|
|
107
|
-
visible: (value: boolean) => any;
|
|
108
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
109
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
110
|
-
created?: (() => void) | (() => void)[];
|
|
111
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
112
|
-
mounted?: (() => void) | (() => void)[];
|
|
113
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
114
|
-
updated?: (() => void) | (() => void)[];
|
|
115
|
-
activated?: (() => void) | (() => void)[];
|
|
116
|
-
deactivated?: (() => void) | (() => void)[];
|
|
117
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
118
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
119
|
-
destroyed?: (() => void) | (() => void)[];
|
|
120
|
-
unmounted?: (() => void) | (() => void)[];
|
|
121
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
122
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
123
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
124
|
-
};
|
|
125
|
-
$forceUpdate: () => void;
|
|
126
|
-
$nextTick: typeof import("vue").nextTick;
|
|
127
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
128
|
-
} & Readonly<{}> & Omit<Readonly<import("../dialog").DialogProps> & Readonly<{
|
|
129
|
-
onChange?: (options: DialogOptions) => any;
|
|
130
|
-
onClose?: (event: MouseEvent) => any;
|
|
131
|
-
onFocus?: (value: boolean) => any;
|
|
132
|
-
onResize?: (options: DialogOptions) => any;
|
|
133
|
-
onMax?: (options: DialogOptions) => any;
|
|
134
|
-
onMin?: (options: DialogOptions) => any;
|
|
135
|
-
onVisible?: (value: boolean) => any;
|
|
136
|
-
}>, "toggle" | "max" | "update" | "visible" | "updateIndex" | "state"> & import("vue").ShallowUnwrapRef<{
|
|
137
|
-
toggle: (value?: boolean) => void;
|
|
138
|
-
max: () => void;
|
|
139
|
-
update: () => void;
|
|
140
|
-
updateIndex: (value?: number) => void;
|
|
141
|
-
state: import("vue").Ref<{
|
|
142
|
-
index: number;
|
|
143
|
-
focused?: boolean;
|
|
144
|
-
options: {
|
|
145
|
-
width?: number;
|
|
146
|
-
height?: number;
|
|
147
|
-
x?: number;
|
|
148
|
-
y?: number;
|
|
149
|
-
status?: import("../dialog").DialogStatus;
|
|
150
|
-
};
|
|
151
|
-
min: {
|
|
152
|
-
width?: number;
|
|
153
|
-
height?: number;
|
|
154
|
-
x?: number;
|
|
155
|
-
y?: number;
|
|
156
|
-
status?: import("../dialog").DialogStatus;
|
|
157
|
-
};
|
|
158
|
-
max: {
|
|
159
|
-
width?: number;
|
|
160
|
-
height?: number;
|
|
161
|
-
x?: number;
|
|
162
|
-
y?: number;
|
|
163
|
-
status?: import("../dialog").DialogStatus;
|
|
164
|
-
};
|
|
165
|
-
}, import("../dialog").DialogState | {
|
|
166
|
-
index: number;
|
|
167
|
-
focused?: boolean;
|
|
168
|
-
options: {
|
|
169
|
-
width?: number;
|
|
170
|
-
height?: number;
|
|
171
|
-
x?: number;
|
|
172
|
-
y?: number;
|
|
173
|
-
status?: import("../dialog").DialogStatus;
|
|
174
|
-
};
|
|
175
|
-
min: {
|
|
176
|
-
width?: number;
|
|
177
|
-
height?: number;
|
|
178
|
-
x?: number;
|
|
179
|
-
y?: number;
|
|
180
|
-
status?: import("../dialog").DialogStatus;
|
|
181
|
-
};
|
|
182
|
-
max: {
|
|
183
|
-
width?: number;
|
|
184
|
-
height?: number;
|
|
185
|
-
x?: number;
|
|
186
|
-
y?: number;
|
|
187
|
-
status?: import("../dialog").DialogStatus;
|
|
188
|
-
};
|
|
189
|
-
}>;
|
|
190
|
-
visible: import("vue").Ref<boolean, boolean>;
|
|
191
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
192
|
-
$slots: any;
|
|
193
|
-
};
|
|
194
|
-
driverRef: {
|
|
195
|
-
$: import("vue").ComponentInternalInstance;
|
|
196
|
-
$data: {};
|
|
197
|
-
$props: {
|
|
198
|
-
readonly class?: string;
|
|
199
|
-
readonly width?: number;
|
|
200
|
-
readonly inline?: boolean;
|
|
201
|
-
readonly kind?: string;
|
|
202
|
-
readonly form: import("./drivers/@types/DriverFormProps").DriverFormProps;
|
|
203
|
-
readonly label?: boolean;
|
|
204
|
-
readonly editable?: boolean;
|
|
205
|
-
readonly to?: string | HTMLElement;
|
|
206
|
-
readonly onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
|
207
|
-
readonly onChange?: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
|
208
|
-
readonly onSucceed?: (page: string, name: string) => any;
|
|
209
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
210
|
-
$attrs: {
|
|
211
|
-
[x: string]: unknown;
|
|
212
|
-
};
|
|
213
|
-
$refs: {
|
|
214
|
-
[x: string]: unknown;
|
|
215
|
-
} & {
|
|
216
|
-
driverRef: {
|
|
217
|
-
$: import("vue").ComponentInternalInstance;
|
|
218
|
-
$data: {};
|
|
219
|
-
$props: Partial<{}> & Omit<{
|
|
220
|
-
readonly inline?: boolean;
|
|
221
|
-
readonly labelWidth?: number;
|
|
222
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
223
|
-
$attrs: {
|
|
224
|
-
[x: string]: unknown;
|
|
225
|
-
};
|
|
226
|
-
$refs: {
|
|
227
|
-
[x: string]: unknown;
|
|
228
|
-
};
|
|
229
|
-
$slots: Readonly<{
|
|
230
|
-
[name: string]: import("vue").Slot<any>;
|
|
231
|
-
}>;
|
|
232
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
233
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
234
|
-
$host: Element | null;
|
|
235
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
236
|
-
$el: HTMLDivElement;
|
|
237
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("../form/@types").FormProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
238
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
239
|
-
created?: (() => void) | (() => void)[];
|
|
240
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
241
|
-
mounted?: (() => void) | (() => void)[];
|
|
242
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
243
|
-
updated?: (() => void) | (() => void)[];
|
|
244
|
-
activated?: (() => void) | (() => void)[];
|
|
245
|
-
deactivated?: (() => void) | (() => void)[];
|
|
246
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
247
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
248
|
-
destroyed?: (() => void) | (() => void)[];
|
|
249
|
-
unmounted?: (() => void) | (() => void)[];
|
|
250
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
251
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
252
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
253
|
-
};
|
|
254
|
-
$forceUpdate: () => void;
|
|
255
|
-
$nextTick: typeof import("vue").nextTick;
|
|
256
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
257
|
-
} & Readonly<{}> & Omit<Readonly<import("../form/@types").FormProps> & Readonly<{}>, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
258
|
-
$slots: {
|
|
259
|
-
default?(_: {}): any;
|
|
260
|
-
};
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
$slots: Readonly<{
|
|
264
|
-
[name: string]: import("vue").Slot<any>;
|
|
265
|
-
}>;
|
|
266
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
267
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
268
|
-
$host: Element | null;
|
|
269
|
-
$emit: ((event: "loaded", apps: any[], envs: any[], drivers: any[]) => void) & ((event: "change", type: "app" | "env" | "id", value: string | number, option: any) => void) & ((event: "succeed", page: string, name: string) => void);
|
|
270
|
-
$el: HTMLDivElement;
|
|
271
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("./drivers").DriverProps> & Readonly<{
|
|
272
|
-
onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
|
273
|
-
onChange?: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
|
274
|
-
onSucceed?: (page: string, name: string) => any;
|
|
275
|
-
}>, {
|
|
276
|
-
keyboard: (type: import("../../repo").KeyboardType, event: KeyboardEvent) => void;
|
|
277
|
-
refresh: () => Promise<void>;
|
|
278
|
-
loadAsync: (reload?: boolean) => Promise<void>;
|
|
279
|
-
loadAppsAsync: (reload: boolean) => Promise<void>;
|
|
280
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
281
|
-
loaded: (apps: any[], envs: any[], drivers: any[]) => any;
|
|
282
|
-
change: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
|
283
|
-
succeed: (page: string, name: string) => any;
|
|
284
|
-
}, string, {
|
|
285
|
-
label: boolean;
|
|
286
|
-
width: number;
|
|
287
|
-
editable: boolean;
|
|
288
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
289
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
290
|
-
created?: (() => void) | (() => void)[];
|
|
291
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
292
|
-
mounted?: (() => void) | (() => void)[];
|
|
293
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
294
|
-
updated?: (() => void) | (() => void)[];
|
|
295
|
-
activated?: (() => void) | (() => void)[];
|
|
296
|
-
deactivated?: (() => void) | (() => void)[];
|
|
297
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
298
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
299
|
-
destroyed?: (() => void) | (() => void)[];
|
|
300
|
-
unmounted?: (() => void) | (() => void)[];
|
|
301
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
302
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
303
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
304
|
-
};
|
|
305
|
-
$forceUpdate: () => void;
|
|
306
|
-
$nextTick: typeof import("vue").nextTick;
|
|
307
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
308
|
-
} & Readonly<{
|
|
309
|
-
label: boolean;
|
|
310
|
-
width: number;
|
|
311
|
-
editable: boolean;
|
|
312
|
-
}> & Omit<Readonly<import("./drivers").DriverProps> & Readonly<{
|
|
313
|
-
onLoaded?: (apps: any[], envs: any[], drivers: any[]) => any;
|
|
314
|
-
onChange?: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
|
315
|
-
onSucceed?: (page: string, name: string) => any;
|
|
316
|
-
}>, "loadAsync" | "loadAppsAsync" | "refresh" | ("label" | "width" | "editable") | "keyboard"> & import("vue").ShallowUnwrapRef<{
|
|
317
|
-
keyboard: (type: import("../../repo").KeyboardType, event: KeyboardEvent) => void;
|
|
318
|
-
refresh: () => Promise<void>;
|
|
319
|
-
loadAsync: (reload?: boolean) => Promise<void>;
|
|
320
|
-
loadAppsAsync: (reload: boolean) => Promise<void>;
|
|
321
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
322
|
-
$slots: {
|
|
323
|
-
app?(_: {}): any;
|
|
324
|
-
default?(_: {}): any;
|
|
325
|
-
};
|
|
326
|
-
};
|
|
327
|
-
}, any>;
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
328
3
|
export default _default;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { TipsProps } from "./@types";
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<TipsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
3
|
close: () => any;
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<TipsProps> & Readonly<{
|
|
5
5
|
onClose?: () => any;
|
|
6
6
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
7
8
|
export default _default;
|