halo-fe 1.0.34 → 1.0.35
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 +12 -12
|
@@ -1,68 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type DriverExpose } from "../../";
|
|
2
2
|
import { type DriverProps } from "./@types";
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
refs: {
|
|
10
|
-
driverRef: {
|
|
11
|
-
$: import("vue").ComponentInternalInstance;
|
|
12
|
-
$data: {};
|
|
13
|
-
$props: Partial<{}> & Omit<{
|
|
14
|
-
readonly inline?: boolean;
|
|
15
|
-
readonly labelWidth?: number;
|
|
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<any>;
|
|
25
|
-
}>;
|
|
26
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
27
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
28
|
-
$host: Element | null;
|
|
29
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
30
|
-
$el: HTMLDivElement;
|
|
31
|
-
$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> & {
|
|
32
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
33
|
-
created?: (() => void) | (() => void)[];
|
|
34
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
35
|
-
mounted?: (() => void) | (() => void)[];
|
|
36
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
37
|
-
updated?: (() => void) | (() => void)[];
|
|
38
|
-
activated?: (() => void) | (() => void)[];
|
|
39
|
-
deactivated?: (() => void) | (() => void)[];
|
|
40
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
41
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
42
|
-
destroyed?: (() => void) | (() => void)[];
|
|
43
|
-
unmounted?: (() => void) | (() => void)[];
|
|
44
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
45
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
46
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
47
|
-
};
|
|
48
|
-
$forceUpdate: () => void;
|
|
49
|
-
$nextTick: typeof import("vue").nextTick;
|
|
50
|
-
$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;
|
|
51
|
-
} & Readonly<{}> & Omit<Readonly<import("../../form/@types").FormProps> & Readonly<{}>, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
52
|
-
$slots: {
|
|
53
|
-
default?(_: {}): any;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
rootEl: HTMLDivElement;
|
|
3
|
+
declare var __VLS_26: {}, __VLS_46: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
app?: (props: typeof __VLS_26) => any;
|
|
6
|
+
} & {
|
|
7
|
+
default?: (props: typeof __VLS_46) => any;
|
|
58
8
|
};
|
|
59
|
-
|
|
60
|
-
declare const __VLS_component: import("vue").DefineComponent<DriverProps, {
|
|
61
|
-
keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
|
|
62
|
-
refresh: () => Promise<void>;
|
|
63
|
-
loadAsync: (reload?: boolean) => Promise<void>;
|
|
64
|
-
loadAppsAsync: (reload: boolean) => Promise<void>;
|
|
65
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
|
+
declare const __VLS_base: import("vue").DefineComponent<DriverProps, DriverExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
66
10
|
loaded: (apps: any[], envs: any[], drivers: any[]) => any;
|
|
67
11
|
change: (type: "app" | "env" | "id", value: string | number, option: any) => any;
|
|
68
12
|
succeed: (page: string, name: string) => any;
|
|
@@ -74,57 +18,11 @@ declare const __VLS_component: import("vue").DefineComponent<DriverProps, {
|
|
|
74
18
|
label: boolean;
|
|
75
19
|
width: number;
|
|
76
20
|
editable: boolean;
|
|
77
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
$data: {};
|
|
81
|
-
$props: Partial<{}> & Omit<{
|
|
82
|
-
readonly inline?: boolean;
|
|
83
|
-
readonly labelWidth?: number;
|
|
84
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
85
|
-
$attrs: {
|
|
86
|
-
[x: string]: unknown;
|
|
87
|
-
};
|
|
88
|
-
$refs: {
|
|
89
|
-
[x: string]: unknown;
|
|
90
|
-
};
|
|
91
|
-
$slots: Readonly<{
|
|
92
|
-
[name: string]: import("vue").Slot<any>;
|
|
93
|
-
}>;
|
|
94
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
95
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
96
|
-
$host: Element | null;
|
|
97
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
98
|
-
$el: HTMLDivElement;
|
|
99
|
-
$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> & {
|
|
100
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
101
|
-
created?: (() => void) | (() => void)[];
|
|
102
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
103
|
-
mounted?: (() => void) | (() => void)[];
|
|
104
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
105
|
-
updated?: (() => void) | (() => void)[];
|
|
106
|
-
activated?: (() => void) | (() => void)[];
|
|
107
|
-
deactivated?: (() => void) | (() => void)[];
|
|
108
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
109
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
110
|
-
destroyed?: (() => void) | (() => void)[];
|
|
111
|
-
unmounted?: (() => void) | (() => void)[];
|
|
112
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
113
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
114
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
115
|
-
};
|
|
116
|
-
$forceUpdate: () => void;
|
|
117
|
-
$nextTick: typeof import("vue").nextTick;
|
|
118
|
-
$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;
|
|
119
|
-
} & Readonly<{}> & Omit<Readonly<import("../../form/@types").FormProps> & Readonly<{}>, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
120
|
-
$slots: {
|
|
121
|
-
default?(_: {}): any;
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
}, HTMLDivElement>;
|
|
125
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
126
24
|
export default _default;
|
|
127
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
128
26
|
new (): {
|
|
129
27
|
$slots: S;
|
|
130
28
|
};
|
|
@@ -1,22 +1,19 @@
|
|
|
1
|
+
import { type DriverPickerExpose } from "../../index";
|
|
1
2
|
import { DriverPickerProps } from "./@types";
|
|
2
3
|
type __VLS_Props = DriverPickerProps;
|
|
3
|
-
type
|
|
4
|
+
type __VLS_ModelProps = {
|
|
5
|
+
/**
|
|
6
|
+
* 驱动列表
|
|
7
|
+
* 如果传递driver属性,则使用driver属性值;否则使用内部数组
|
|
8
|
+
*/
|
|
4
9
|
modelValue?: any[];
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
13
10
|
};
|
|
14
|
-
type
|
|
15
|
-
declare
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
11
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
12
|
+
declare var __VLS_20: {};
|
|
13
|
+
type __VLS_Slots = {} & {
|
|
14
|
+
default?: (props: typeof __VLS_20) => any;
|
|
15
|
+
};
|
|
16
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, DriverPickerExpose, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
17
|
"update:modelValue": (value: any[]) => any;
|
|
21
18
|
} & {
|
|
22
19
|
loaded: (ret: any) => any;
|
|
@@ -28,10 +25,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
28
25
|
}>, {
|
|
29
26
|
label: boolean;
|
|
30
27
|
editable: boolean;
|
|
31
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
32
|
-
declare const
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
33
31
|
export default _default;
|
|
34
|
-
type
|
|
32
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
33
|
new (): {
|
|
36
34
|
$slots: S;
|
|
37
35
|
};
|
|
@@ -1,28 +1,21 @@
|
|
|
1
1
|
import { ButtonProps } from "./@types";
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
refs: {
|
|
9
|
-
buttonRef: HTMLButtonElement;
|
|
10
|
-
};
|
|
11
|
-
rootEl: HTMLButtonElement;
|
|
2
|
+
declare var __VLS_6: {}, __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
icon?: (props: typeof __VLS_6) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
12
7
|
};
|
|
13
|
-
|
|
14
|
-
declare const __VLS_component: import("vue").DefineComponent<ButtonProps, {
|
|
8
|
+
declare const __VLS_base: import("vue").DefineComponent<ButtonProps, {
|
|
15
9
|
el: import("vue").Ref<any, any>;
|
|
16
10
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
17
11
|
click: (event: MouseEvent) => any;
|
|
18
12
|
}, string, import("vue").PublicProps, Readonly<ButtonProps> & Readonly<{
|
|
19
13
|
onClick?: (event: MouseEvent) => any;
|
|
20
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
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;
|
|
24
17
|
export default _default;
|
|
25
|
-
type
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
19
|
new (): {
|
|
27
20
|
$slots: S;
|
|
28
21
|
};
|
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { ButtonsProps } from "./@types";
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: HTMLDivElement;
|
|
2
|
+
declare var __VLS_1: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
5
|
};
|
|
10
|
-
|
|
11
|
-
declare const
|
|
12
|
-
declare const _default:
|
|
6
|
+
declare const __VLS_base: import("vue").DefineComponent<ButtonsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ButtonsProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
13
9
|
export default _default;
|
|
14
|
-
type
|
|
10
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
15
11
|
new (): {
|
|
16
12
|
$slots: S;
|
|
17
13
|
};
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { type CalendarProps } from "./@types";
|
|
2
2
|
type __VLS_Props = CalendarProps;
|
|
3
|
-
type
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
4
|
modelValue?: string;
|
|
5
|
-
}
|
|
6
|
-
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
8
|
"update:modelValue": (value: string) => any;
|
|
8
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
9
10
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
10
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
11
13
|
export default _default;
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
4
|
};
|
|
9
|
-
|
|
10
|
-
declare const
|
|
11
|
-
declare const _default:
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
12
8
|
export default _default;
|
|
13
|
-
type
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
10
|
new (): {
|
|
15
11
|
$slots: S;
|
|
16
12
|
};
|
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
import { CheckboxProps } from "./@types";
|
|
2
2
|
type __VLS_Props = CheckboxProps;
|
|
3
|
-
type
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
4
|
modelValue?: boolean;
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {
|
|
12
|
-
checkboxRef: HTMLInputElement;
|
|
13
|
-
};
|
|
14
|
-
rootEl: HTMLDivElement;
|
|
15
5
|
};
|
|
16
|
-
type
|
|
17
|
-
declare
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare var __VLS_1: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
18
12
|
ref: import("vue").Ref<any, any>;
|
|
19
13
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
14
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -23,12 +17,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
23
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
24
18
|
onChange?: (value: boolean, event: MouseEvent) => any;
|
|
25
19
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
26
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
30
23
|
export default _default;
|
|
31
|
-
type
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
25
|
new (): {
|
|
33
26
|
$slots: S;
|
|
34
27
|
};
|
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
import { CheckboxsProps } from "./@types";
|
|
2
2
|
type __VLS_Props = CheckboxsProps;
|
|
3
|
-
type
|
|
3
|
+
type __VLS_ModelProps = {
|
|
4
4
|
modelValue?: string[];
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLDivElement;
|
|
13
5
|
};
|
|
14
|
-
type
|
|
15
|
-
declare
|
|
6
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
7
|
+
declare var __VLS_1: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
12
|
"update:modelValue": (value: string[]) => any;
|
|
17
13
|
} & {
|
|
18
14
|
change: (value: boolean, event: MouseEvent) => any;
|
|
19
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
20
16
|
onChange?: (value: boolean, event: MouseEvent) => any;
|
|
21
17
|
"onUpdate:modelValue"?: (value: string[]) => any;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
23
|
-
declare const
|
|
18
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
24
21
|
export default _default;
|
|
25
|
-
type
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
23
|
new (): {
|
|
27
24
|
$slots: S;
|
|
28
25
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { ConditionProps } from "./@types";
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ConditionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ConditionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
3
4
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { ConditionGroupProps } from "./@types";
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ConditionGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ConditionGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
3
4
|
export default _default;
|