@web-utils/form-ui 1.0.0-beta70 → 1.0.0-beta71
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/address-input/index.d.ts +52 -0
- package/affix/index.d.ts +32 -0
- package/awesome-button/index.d.ts +60 -0
- package/capsule-tab/index.d.ts +22 -0
- package/card/index.d.ts +41 -0
- package/code-mirror-editor/index.d.ts +50 -0
- package/confirm-button/index.d.ts +122 -0
- package/confirmable/index.d.ts +93 -0
- package/context-menu/index.d.ts +183 -0
- package/count-up/index.d.ts +70 -0
- package/custom-scrollbar/index.d.ts +49 -0
- package/data-box/index.d.ts +19 -0
- package/data-card/index.d.ts +20 -0
- package/data-card-text/index.d.ts +21 -0
- package/data-display/index.d.ts +20 -0
- package/data-icons/index.d.ts +21 -0
- package/data-imgtext/index.d.ts +18 -0
- package/data-operatext/index.d.ts +17 -0
- package/data-panel/index.d.ts +19 -0
- package/data-pay/index.d.ts +19 -0
- package/data-price/index.d.ts +17 -0
- package/data-progress/index.d.ts +19 -0
- package/data-rotate/index.d.ts +19 -0
- package/data-table-picker/index.d.ts +61 -0
- package/data-tabs/index.d.ts +19 -0
- package/dict-render/index.d.ts +28 -0
- package/e-charts/index.d.ts +79 -0
- package/easy-popup/index.d.ts +114 -0
- package/editable-progress/index.d.ts +68 -0
- package/editable-tree/index.d.ts +281 -0
- package/element-dialog/index.d.ts +376 -0
- package/element-resize-observer/index.d.ts +8 -0
- package/empty-view/index.d.ts +29 -0
- package/error-view/index.d.ts +25 -0
- package/flex-box/index.d.ts +44 -0
- package/flex-column/index.d.ts +41 -0
- package/flex-item/index.d.ts +77 -0
- package/flex-row/index.d.ts +41 -0
- package/flex-scroll-area/index.d.ts +22 -0
- package/flex-scroller/index.d.ts +26 -0
- package/flow-designer/index.d.ts +353 -0
- package/flow-viewer/index.d.ts +62 -0
- package/form-advice/index.d.ts +9 -0
- package/form-button/index.d.ts +123 -0
- package/form-card/index.d.ts +14 -0
- package/form-cascader/index.d.ts +478 -0
- package/form-cell/index.d.ts +25 -0
- package/form-checkbox/index.d.ts +314 -0
- package/form-checkbox-group/index.d.ts +373 -0
- package/form-date-picker/index.d.ts +487 -0
- package/form-holder/index.d.ts +162 -0
- package/form-image/index.d.ts +220 -0
- package/form-input/index.d.ts +378 -0
- package/form-input-cron-expression/index.d.ts +223 -0
- package/form-input-email/index.d.ts +376 -0
- package/form-input-id-card/index.d.ts +376 -0
- package/form-input-number/index.d.ts +329 -0
- package/form-input-phone-number/index.d.ts +376 -0
- package/form-input-tag/index.d.ts +270 -0
- package/form-input-time/index.d.ts +441 -0
- package/form-item-config-provider/index.d.ts +40 -0
- package/form-item-group/index.d.ts +92 -0
- package/form-item-x/index.d.ts +190 -0
- package/form-radio-group/index.d.ts +374 -0
- package/form-rate/index.d.ts +325 -0
- package/form-red-table/index.d.ts +21 -0
- package/form-row/index.d.ts +11 -0
- package/form-select/index.d.ts +606 -0
- package/form-slider/index.d.ts +352 -0
- package/form-switch/index.d.ts +343 -0
- package/form-table/index.d.ts +287 -0
- package/form-table-plus/index.d.ts +266 -0
- package/form-text/index.d.ts +235 -0
- package/form-textarea/index.d.ts +351 -0
- package/form-time-select/index.d.ts +325 -0
- package/form-tree-select/index.d.ts +715 -0
- package/form-tree-select-multiple/index.d.ts +717 -0
- package/form-view/index.d.ts +226 -0
- package/guide-steps/index.d.ts +31 -0
- package/highlight-j-s/index.d.ts +18 -0
- package/iframe-window/index.d.ts +9 -0
- package/image-cropper/index.d.ts +365 -0
- package/image-preview/index.d.ts +213 -0
- package/image-viewer/index.d.ts +25 -0
- package/index.d.ts +0 -2
- package/index.mjs +2 -2
- package/input-number-range/index.d.ts +41 -0
- package/keyboard/index.d.ts +64 -0
- package/loading-view/index.d.ts +65 -0
- package/name-avatar/index.d.ts +62 -0
- package/nav-bar/index.d.ts +21 -0
- package/package.json +11 -4
- package/page/index.d.ts +21 -0
- package/page-header/index.d.ts +27 -0
- package/page-index/index.d.ts +82 -0
- package/page-index-top/index.d.ts +38 -0
- package/page-skeleton/index.d.ts +30 -0
- package/page-skeleton-new/index.d.ts +34 -0
- package/pageable-table/index.d.ts +400 -0
- package/photo-swipe/index.d.ts +18 -0
- package/resolver/components.d.ts +2 -0
- package/resolver/components.mjs +4 -0
- package/resolver/index.mjs +2 -2
- package/sign-panel/index.d.ts +85 -0
- package/skeleton-panel/index.d.ts +27 -0
- package/split-pane/index.d.ts +106 -0
- package/stateful/index.d.ts +92 -0
- package/sub-table/index.d.ts +109 -0
- package/sub-table-plus/index.d.ts +109 -0
- package/swiper/index.d.ts +27 -0
- package/table-column/index.d.ts +163 -0
- package/table-column-def/index.d.ts +97 -0
- package/table-view/index.d.ts +346 -0
- package/tag-render/index.d.ts +48 -0
- package/text-ellipsis/index.d.ts +111 -0
- package/toolbar/index.d.ts +129 -0
- package/toolbar-button/index.d.ts +189 -0
- package/vue-cron/index.d.ts +191 -0
- package/vue-qr-code/index.d.ts +47 -0
- package/vue-tags-input/index.d.ts +373 -0
- package/vue-tree-select/index.d.ts +1489 -0
- package/vue-video-player/index.d.ts +117 -0
- package/watermark/index.d.ts +97 -0
- package/web-types.json +1 -1
- package/x-input-tag/index.d.ts +2 -0
- package/year-calendar/index.d.ts +99 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
options: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default(): never[];
|
|
5
|
+
};
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {
|
|
9
|
+
address: never[];
|
|
10
|
+
detailAddress: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
props: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: () => {
|
|
16
|
+
label: string;
|
|
17
|
+
value: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
labelAsValue: BooleanConstructor;
|
|
21
|
+
disabled: BooleanConstructor;
|
|
22
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
23
|
+
options: {
|
|
24
|
+
type: ArrayConstructor;
|
|
25
|
+
default(): never[];
|
|
26
|
+
};
|
|
27
|
+
modelValue: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
default: () => {
|
|
30
|
+
address: never[];
|
|
31
|
+
detailAddress: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
props: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
default: () => {
|
|
37
|
+
label: string;
|
|
38
|
+
value: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
labelAsValue: BooleanConstructor;
|
|
42
|
+
disabled: BooleanConstructor;
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}>, {
|
|
46
|
+
props: Record<string, any>;
|
|
47
|
+
labelAsValue: boolean;
|
|
48
|
+
disabled: boolean;
|
|
49
|
+
options: unknown[];
|
|
50
|
+
modelValue: Record<string, any>;
|
|
51
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
export default _default;
|
package/affix/index.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
$emit: (event: "on-change", ...args: any[]) => void;
|
|
8
|
+
offsetTop: number;
|
|
9
|
+
target?: string | undefined;
|
|
10
|
+
offsetBottom?: number | undefined;
|
|
11
|
+
aa?: Function | undefined;
|
|
12
|
+
$props: {
|
|
13
|
+
readonly offsetTop?: number | undefined;
|
|
14
|
+
readonly target?: string | undefined;
|
|
15
|
+
readonly offsetBottom?: number | undefined;
|
|
16
|
+
readonly aa?: Function | undefined;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
19
|
+
el: HTMLDivElement;
|
|
20
|
+
point: HTMLDivElement;
|
|
21
|
+
}, HTMLDivElement>;
|
|
22
|
+
type __VLS_TemplateResult = {
|
|
23
|
+
attrs: Partial<{}>;
|
|
24
|
+
slots: {
|
|
25
|
+
default?(_: {}): any;
|
|
26
|
+
};
|
|
27
|
+
refs: {
|
|
28
|
+
el: HTMLDivElement;
|
|
29
|
+
point: HTMLDivElement;
|
|
30
|
+
};
|
|
31
|
+
rootEl: HTMLDivElement;
|
|
32
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
size: StringConstructor;
|
|
7
|
+
icon: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
nativeType: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
loading: BooleanConstructor;
|
|
16
|
+
disabled: BooleanConstructor;
|
|
17
|
+
plain: BooleanConstructor;
|
|
18
|
+
autofocus: BooleanConstructor;
|
|
19
|
+
round: BooleanConstructor;
|
|
20
|
+
text: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
}>, () => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
27
|
+
type: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
size: StringConstructor;
|
|
32
|
+
icon: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
nativeType: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
loading: BooleanConstructor;
|
|
41
|
+
disabled: BooleanConstructor;
|
|
42
|
+
plain: BooleanConstructor;
|
|
43
|
+
autofocus: BooleanConstructor;
|
|
44
|
+
round: BooleanConstructor;
|
|
45
|
+
text: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
}>> & Readonly<{}>, {
|
|
50
|
+
disabled: boolean;
|
|
51
|
+
type: string;
|
|
52
|
+
icon: string;
|
|
53
|
+
plain: boolean;
|
|
54
|
+
loading: boolean;
|
|
55
|
+
autofocus: boolean;
|
|
56
|
+
round: boolean;
|
|
57
|
+
nativeType: string;
|
|
58
|
+
text: string;
|
|
59
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
60
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
tabs: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => never[];
|
|
5
|
+
};
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
10
|
+
tabs: {
|
|
11
|
+
type: ArrayConstructor;
|
|
12
|
+
default: () => never[];
|
|
13
|
+
};
|
|
14
|
+
modelValue: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
};
|
|
17
|
+
}>> & Readonly<{
|
|
18
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
tabs: unknown[];
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
package/card/index.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
option: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
data: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
default: () => never[];
|
|
9
|
+
};
|
|
10
|
+
}>, {}, {
|
|
11
|
+
propsDefault: {
|
|
12
|
+
img: string;
|
|
13
|
+
title: string;
|
|
14
|
+
info: string;
|
|
15
|
+
};
|
|
16
|
+
}, {
|
|
17
|
+
imgKey(): any;
|
|
18
|
+
titleKey(): any;
|
|
19
|
+
infoKey(): any;
|
|
20
|
+
span(): any;
|
|
21
|
+
gutter(): any;
|
|
22
|
+
}, {
|
|
23
|
+
rowAdd(): void;
|
|
24
|
+
rowClick(row: any, index: any): void;
|
|
25
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("row-add" | "row-click")[], "row-add" | "row-click", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
26
|
+
option: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
default: () => {};
|
|
29
|
+
};
|
|
30
|
+
data: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
default: () => never[];
|
|
33
|
+
};
|
|
34
|
+
}>> & Readonly<{
|
|
35
|
+
"onRow-add"?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
37
|
+
}>, {
|
|
38
|
+
data: unknown[];
|
|
39
|
+
option: Record<string, any>;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
mode: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
theme: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
disabled: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
formator: FunctionConstructor;
|
|
19
|
+
outputTranformer: FunctionConstructor;
|
|
20
|
+
}>, {}, {}, {}, {
|
|
21
|
+
focus(): void;
|
|
22
|
+
change(): void;
|
|
23
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
24
|
+
modelValue: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
mode: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
theme: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
disabled: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
formator: FunctionConstructor;
|
|
41
|
+
outputTranformer: FunctionConstructor;
|
|
42
|
+
}>> & Readonly<{
|
|
43
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
}>, {
|
|
45
|
+
disabled: boolean;
|
|
46
|
+
modelValue: string;
|
|
47
|
+
mode: string;
|
|
48
|
+
theme: string;
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
50
|
+
export default _default;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
stop: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
prevent: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
text: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
message: StringConstructor;
|
|
15
|
+
confirmable: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
confirmText: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
confirmType: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
confirmTitle: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
loadable: BooleanConstructor;
|
|
32
|
+
loadingText: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
tag: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
icon: StringConstructor;
|
|
41
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
42
|
+
stop: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
prevent: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
text: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
message: StringConstructor;
|
|
55
|
+
confirmable: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
confirmText: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
confirmType: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
confirmTitle: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
loadable: BooleanConstructor;
|
|
72
|
+
loadingText: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
tag: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
icon: StringConstructor;
|
|
81
|
+
}>> & Readonly<{}>, {
|
|
82
|
+
text: string;
|
|
83
|
+
stop: boolean;
|
|
84
|
+
prevent: boolean;
|
|
85
|
+
loadable: boolean;
|
|
86
|
+
loadingText: string;
|
|
87
|
+
confirmable: boolean;
|
|
88
|
+
confirmType: string;
|
|
89
|
+
confirmText: string;
|
|
90
|
+
confirmTitle: string;
|
|
91
|
+
tag: string;
|
|
92
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | {
|
|
93
|
+
props: {
|
|
94
|
+
type: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
size: StringConstructor;
|
|
99
|
+
icon: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
|
+
nativeType: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
loading: BooleanConstructor;
|
|
108
|
+
disabled: BooleanConstructor;
|
|
109
|
+
plain: BooleanConstructor;
|
|
110
|
+
autofocus: BooleanConstructor;
|
|
111
|
+
round: BooleanConstructor;
|
|
112
|
+
text: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
tag: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
122
|
+
export default _default;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
stop: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
prevent: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
text: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
message: StringConstructor;
|
|
15
|
+
confirmable: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
confirmText: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
confirmType: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
confirmTitle: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
loadable: BooleanConstructor;
|
|
32
|
+
loadingText: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
tag: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
icon: StringConstructor;
|
|
41
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
42
|
+
stop: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
prevent: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
text: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
message: StringConstructor;
|
|
55
|
+
confirmable: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
confirmText: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
confirmType: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
confirmTitle: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
loadable: BooleanConstructor;
|
|
72
|
+
loadingText: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
tag: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
icon: StringConstructor;
|
|
81
|
+
}>> & Readonly<{}>, {
|
|
82
|
+
text: string;
|
|
83
|
+
stop: boolean;
|
|
84
|
+
prevent: boolean;
|
|
85
|
+
loadable: boolean;
|
|
86
|
+
loadingText: string;
|
|
87
|
+
confirmable: boolean;
|
|
88
|
+
confirmType: string;
|
|
89
|
+
confirmText: string;
|
|
90
|
+
confirmTitle: string;
|
|
91
|
+
tag: string;
|
|
92
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
93
|
+
export default _default;
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* 菜单项
|
|
4
|
+
*/
|
|
5
|
+
list: {
|
|
6
|
+
type: ArrayConstructor;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* 是否开启下划线
|
|
11
|
+
*/
|
|
12
|
+
underline: BooleanConstructor;
|
|
13
|
+
appendToBody: BooleanConstructor;
|
|
14
|
+
/**
|
|
15
|
+
* 是否开启箭头
|
|
16
|
+
*/
|
|
17
|
+
arrow: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* 是否开启边界检测
|
|
23
|
+
*/
|
|
24
|
+
border: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* 列表项宽度
|
|
30
|
+
*/
|
|
31
|
+
itemWidth: {
|
|
32
|
+
type: NumberConstructor;
|
|
33
|
+
default: number;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* 列表项高度
|
|
37
|
+
*/
|
|
38
|
+
itemHeight: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* 列表项字体
|
|
44
|
+
*/
|
|
45
|
+
itemFontSize: {
|
|
46
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
47
|
+
default: number;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* 显示点偏移量
|
|
51
|
+
*/
|
|
52
|
+
offset: {
|
|
53
|
+
type: ObjectConstructor;
|
|
54
|
+
default: () => {
|
|
55
|
+
x: number;
|
|
56
|
+
y: number;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* 边界距离
|
|
61
|
+
*/
|
|
62
|
+
borderWidth: {
|
|
63
|
+
type: NumberConstructor;
|
|
64
|
+
default: number;
|
|
65
|
+
};
|
|
66
|
+
}>, {}, {
|
|
67
|
+
/**
|
|
68
|
+
* 是否显示
|
|
69
|
+
*/
|
|
70
|
+
visible: boolean;
|
|
71
|
+
rendered: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* 触发点坐标
|
|
74
|
+
*/
|
|
75
|
+
axis: {
|
|
76
|
+
x: number;
|
|
77
|
+
y: number;
|
|
78
|
+
};
|
|
79
|
+
}, {
|
|
80
|
+
axisComputed(): {
|
|
81
|
+
top: string;
|
|
82
|
+
left: string;
|
|
83
|
+
display: string;
|
|
84
|
+
};
|
|
85
|
+
liStyle(): {
|
|
86
|
+
width: string;
|
|
87
|
+
height: string;
|
|
88
|
+
lineHeight: string;
|
|
89
|
+
fontSize: string;
|
|
90
|
+
};
|
|
91
|
+
firstLeft(): boolean;
|
|
92
|
+
secondLeft(): boolean;
|
|
93
|
+
}, {
|
|
94
|
+
secondBorderCheck(i: any): {
|
|
95
|
+
left: string;
|
|
96
|
+
top: string | number;
|
|
97
|
+
};
|
|
98
|
+
thirdBorderCheck(i: any, si: any): {
|
|
99
|
+
left: string;
|
|
100
|
+
top: string | number;
|
|
101
|
+
};
|
|
102
|
+
show(event: any): void;
|
|
103
|
+
hide(): void;
|
|
104
|
+
onItemClick(item: any, indexList: any): void;
|
|
105
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "on-item-click"[], "on-item-click", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
106
|
+
/**
|
|
107
|
+
* 菜单项
|
|
108
|
+
*/
|
|
109
|
+
list: {
|
|
110
|
+
type: ArrayConstructor;
|
|
111
|
+
required: true;
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* 是否开启下划线
|
|
115
|
+
*/
|
|
116
|
+
underline: BooleanConstructor;
|
|
117
|
+
appendToBody: BooleanConstructor;
|
|
118
|
+
/**
|
|
119
|
+
* 是否开启箭头
|
|
120
|
+
*/
|
|
121
|
+
arrow: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* 是否开启边界检测
|
|
127
|
+
*/
|
|
128
|
+
border: {
|
|
129
|
+
type: BooleanConstructor;
|
|
130
|
+
default: boolean;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* 列表项宽度
|
|
134
|
+
*/
|
|
135
|
+
itemWidth: {
|
|
136
|
+
type: NumberConstructor;
|
|
137
|
+
default: number;
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* 列表项高度
|
|
141
|
+
*/
|
|
142
|
+
itemHeight: {
|
|
143
|
+
type: NumberConstructor;
|
|
144
|
+
default: number;
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* 列表项字体
|
|
148
|
+
*/
|
|
149
|
+
itemFontSize: {
|
|
150
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
151
|
+
default: number;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* 显示点偏移量
|
|
155
|
+
*/
|
|
156
|
+
offset: {
|
|
157
|
+
type: ObjectConstructor;
|
|
158
|
+
default: () => {
|
|
159
|
+
x: number;
|
|
160
|
+
y: number;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* 边界距离
|
|
165
|
+
*/
|
|
166
|
+
borderWidth: {
|
|
167
|
+
type: NumberConstructor;
|
|
168
|
+
default: number;
|
|
169
|
+
};
|
|
170
|
+
}>> & Readonly<{
|
|
171
|
+
"onOn-item-click"?: ((...args: any[]) => any) | undefined;
|
|
172
|
+
}>, {
|
|
173
|
+
offset: Record<string, any>;
|
|
174
|
+
underline: boolean;
|
|
175
|
+
appendToBody: boolean;
|
|
176
|
+
arrow: boolean;
|
|
177
|
+
border: boolean;
|
|
178
|
+
itemWidth: number;
|
|
179
|
+
itemHeight: number;
|
|
180
|
+
itemFontSize: string | number;
|
|
181
|
+
borderWidth: number;
|
|
182
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
183
|
+
export default _default;
|