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,164 +1,20 @@
|
|
|
1
1
|
import { ColumnProps } from './@types';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
default?(_: {
|
|
6
|
-
row: any;
|
|
7
|
-
index: number;
|
|
8
|
-
}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {
|
|
11
|
-
cellRef: HTMLDivElement;
|
|
12
|
-
checkboxRef: {
|
|
13
|
-
$: import("vue").ComponentInternalInstance;
|
|
14
|
-
$data: {};
|
|
15
|
-
$props: Partial<{}> & Omit<{
|
|
16
|
-
readonly modelValue?: boolean;
|
|
17
|
-
readonly value?: string;
|
|
18
|
-
readonly onChange?: (value: boolean, event: MouseEvent) => any;
|
|
19
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
|
20
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
21
|
-
$attrs: {
|
|
22
|
-
[x: string]: unknown;
|
|
23
|
-
};
|
|
24
|
-
$refs: {
|
|
25
|
-
[x: string]: unknown;
|
|
26
|
-
} & {
|
|
27
|
-
checkboxRef: HTMLInputElement;
|
|
28
|
-
};
|
|
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", value: boolean, event: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
36
|
-
$el: HTMLDivElement;
|
|
37
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
38
|
-
modelValue?: boolean;
|
|
39
|
-
} & import("../checkbox/@types").CheckboxProps> & Readonly<{
|
|
40
|
-
onChange?: (value: boolean, event: MouseEvent) => any;
|
|
41
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
42
|
-
}>, {
|
|
43
|
-
ref: import("vue").Ref<any, any>;
|
|
44
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
|
-
"update:modelValue": (value: boolean) => any;
|
|
46
|
-
} & {
|
|
47
|
-
change: (value: boolean, event: MouseEvent) => any;
|
|
48
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
49
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
50
|
-
created?: (() => void) | (() => void)[];
|
|
51
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
52
|
-
mounted?: (() => void) | (() => void)[];
|
|
53
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
54
|
-
updated?: (() => void) | (() => void)[];
|
|
55
|
-
activated?: (() => void) | (() => void)[];
|
|
56
|
-
deactivated?: (() => void) | (() => void)[];
|
|
57
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
58
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
59
|
-
destroyed?: (() => void) | (() => void)[];
|
|
60
|
-
unmounted?: (() => void) | (() => void)[];
|
|
61
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
62
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
63
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
64
|
-
};
|
|
65
|
-
$forceUpdate: () => void;
|
|
66
|
-
$nextTick: typeof import("vue").nextTick;
|
|
67
|
-
$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;
|
|
68
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
69
|
-
modelValue?: boolean;
|
|
70
|
-
} & import("../checkbox/@types").CheckboxProps> & Readonly<{
|
|
71
|
-
onChange?: (value: boolean, event: MouseEvent) => any;
|
|
72
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
73
|
-
}>, "ref"> & import("vue").ShallowUnwrapRef<{
|
|
74
|
-
ref: import("vue").Ref<any, any>;
|
|
75
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
76
|
-
$slots: {
|
|
77
|
-
default?(_: {}): any;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
};
|
|
81
|
-
rootEl: HTMLTableCellElement;
|
|
2
|
+
declare var __VLS_1: {
|
|
3
|
+
row: any;
|
|
4
|
+
index: number;
|
|
82
5
|
};
|
|
83
|
-
type
|
|
84
|
-
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import("vue").DefineComponent<ColumnProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
85
10
|
change: () => any;
|
|
86
11
|
}, string, import("vue").PublicProps, Readonly<ColumnProps> & Readonly<{
|
|
87
12
|
onChange?: () => any;
|
|
88
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
$: import("vue").ComponentInternalInstance;
|
|
92
|
-
$data: {};
|
|
93
|
-
$props: Partial<{}> & Omit<{
|
|
94
|
-
readonly modelValue?: boolean;
|
|
95
|
-
readonly value?: string;
|
|
96
|
-
readonly onChange?: (value: boolean, event: MouseEvent) => any;
|
|
97
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
|
98
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
99
|
-
$attrs: {
|
|
100
|
-
[x: string]: unknown;
|
|
101
|
-
};
|
|
102
|
-
$refs: {
|
|
103
|
-
[x: string]: unknown;
|
|
104
|
-
} & {
|
|
105
|
-
checkboxRef: HTMLInputElement;
|
|
106
|
-
};
|
|
107
|
-
$slots: Readonly<{
|
|
108
|
-
[name: string]: import("vue").Slot<any>;
|
|
109
|
-
}>;
|
|
110
|
-
$root: import("vue").ComponentPublicInstance | null;
|
|
111
|
-
$parent: import("vue").ComponentPublicInstance | null;
|
|
112
|
-
$host: Element | null;
|
|
113
|
-
$emit: ((event: "change", value: boolean, event: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
114
|
-
$el: HTMLDivElement;
|
|
115
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
|
116
|
-
modelValue?: boolean;
|
|
117
|
-
} & import("../checkbox/@types").CheckboxProps> & Readonly<{
|
|
118
|
-
onChange?: (value: boolean, event: MouseEvent) => any;
|
|
119
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
120
|
-
}>, {
|
|
121
|
-
ref: import("vue").Ref<any, any>;
|
|
122
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
123
|
-
"update:modelValue": (value: boolean) => any;
|
|
124
|
-
} & {
|
|
125
|
-
change: (value: boolean, event: MouseEvent) => any;
|
|
126
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
127
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
128
|
-
created?: (() => void) | (() => void)[];
|
|
129
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
130
|
-
mounted?: (() => void) | (() => void)[];
|
|
131
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
132
|
-
updated?: (() => void) | (() => void)[];
|
|
133
|
-
activated?: (() => void) | (() => void)[];
|
|
134
|
-
deactivated?: (() => void) | (() => void)[];
|
|
135
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
136
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
137
|
-
destroyed?: (() => void) | (() => void)[];
|
|
138
|
-
unmounted?: (() => void) | (() => void)[];
|
|
139
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
140
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
141
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
142
|
-
};
|
|
143
|
-
$forceUpdate: () => void;
|
|
144
|
-
$nextTick: typeof import("vue").nextTick;
|
|
145
|
-
$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;
|
|
146
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
147
|
-
modelValue?: boolean;
|
|
148
|
-
} & import("../checkbox/@types").CheckboxProps> & Readonly<{
|
|
149
|
-
onChange?: (value: boolean, event: MouseEvent) => any;
|
|
150
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
151
|
-
}>, "ref"> & import("vue").ShallowUnwrapRef<{
|
|
152
|
-
ref: import("vue").Ref<any, any>;
|
|
153
|
-
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
154
|
-
$slots: {
|
|
155
|
-
default?(_: {}): any;
|
|
156
|
-
};
|
|
157
|
-
};
|
|
158
|
-
}, HTMLTableCellElement>;
|
|
159
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
160
16
|
export default _default;
|
|
161
|
-
type
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
162
18
|
new (): {
|
|
163
19
|
$slots: S;
|
|
164
20
|
};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
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;
|
|
2
3
|
export default _default;
|