bkui-vue 0.0.1-beta.128 → 0.0.1-beta.129
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/index.cjs.js +145 -31
- package/dist/index.esm.js +3573 -471
- package/dist/index.umd.js +145 -31
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.variable.css +2 -2
- package/lib/affix/index.d.ts +118 -22
- package/lib/alert/alert.variable.css +2 -2
- package/lib/alert/index.d.ts +146 -28
- package/lib/animate-number/index.d.ts +84 -14
- package/lib/backtop/backtop.variable.css +2 -2
- package/lib/backtop/index.d.ts +135 -29
- package/lib/badge/badge.variable.css +2 -2
- package/lib/badge/index.d.ts +211 -46
- package/lib/breadcrumb/breadcrumb.css +43 -0
- package/lib/breadcrumb/breadcrumb.variable.css +45 -2
- package/lib/button/button.css +4 -0
- package/lib/button/button.less +13 -7
- package/lib/button/button.variable.css +6 -2
- package/lib/card/card.css +43 -0
- package/lib/card/card.variable.css +45 -2
- package/lib/card/index.d.ts +223 -50
- package/lib/cascader/cascader.variable.css +2 -2
- package/lib/checkbox/checkbox.css +4 -2
- package/lib/checkbox/checkbox.less +4 -2
- package/lib/checkbox/checkbox.variable.css +6 -4
- package/lib/code-diff/code-diff.variable.css +2 -2
- package/lib/code-diff/index.d.ts +123 -23
- package/lib/collapse/collapse.variable.css +2 -2
- package/lib/collapse/index.d.ts +147 -28
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -1
- package/lib/container/container.css +43 -0
- package/lib/container/container.variable.css +45 -2
- package/lib/date-picker/date-picker.variable.css +2 -2
- package/lib/date-picker/index.d.ts +566 -124
- package/lib/dialog/index.d.ts +557 -140
- package/lib/divider/divider.variable.css +2 -2
- package/lib/divider/index.d.ts +117 -23
- package/lib/dropdown/dropdown.variable.css +2 -2
- package/lib/exception/exception.variable.css +2 -2
- package/lib/exception/index.d.ts +83 -13
- package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
- package/lib/fixed-navbar/index.d.ts +121 -22
- package/lib/form/form.variable.css +2 -2
- package/lib/input/index.d.ts +408 -92
- package/lib/input/index.js +1 -1
- package/lib/input/input.css +56 -5
- package/lib/input/input.less +12 -2
- package/lib/input/input.variable.css +55 -4
- package/lib/link/index.d.ts +134 -28
- package/lib/link/link.variable.css +2 -2
- package/lib/loading/loading.css +43 -2
- package/lib/loading/loading.less +2 -2
- package/lib/loading/loading.variable.css +45 -4
- package/lib/menu/menu.css +43 -0
- package/lib/menu/menu.variable.css +45 -2
- package/lib/menu/submenu.variable.css +2 -2
- package/lib/message/message.variable.css +2 -2
- package/lib/navigation/index.d.ts +244 -51
- package/lib/navigation/navigation.variable.css +2 -2
- package/lib/notify/notify.variable.css +2 -2
- package/lib/pagination/index.d.ts +305 -68
- package/lib/pagination/pagination.variable.css +2 -2
- package/lib/popover/index.d.ts +298 -76
- package/lib/popover/popover.variable.css +2 -2
- package/lib/popover2/index.d.ts +378 -92
- package/lib/popover2/index.js +1 -1
- package/lib/popover2/popover2.variable.css +2 -2
- package/lib/popover2/use-platform.d.ts +30 -0
- package/lib/process/index.d.ts +166 -35
- package/lib/process/process.variable.css +2 -2
- package/lib/progress/index.d.ts +306 -76
- package/lib/progress/progress.css +43 -0
- package/lib/progress/progress.variable.css +45 -2
- package/lib/radio/index.d.ts +2 -2
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +3 -4
- package/lib/radio/radio.css +4 -5
- package/lib/radio/radio.less +4 -5
- package/lib/radio/radio.variable.css +6 -7
- package/lib/rate/index.d.ts +96 -15
- package/lib/resize-layout/index.d.ts +261 -52
- package/lib/resize-layout/resize-layout.variable.css +2 -2
- package/lib/select/select.css +26 -24
- package/lib/select/select.less +132 -122
- package/lib/select/select.variable.css +28 -26
- package/lib/shared/index.d.ts +3 -3
- package/lib/sideslider/index.d.ts +369 -91
- package/lib/sideslider/sideslider.variable.css +2 -2
- package/lib/slider/index.d.ts +319 -78
- package/lib/slider/slider.variable.css +2 -2
- package/lib/steps/index.d.ts +198 -43
- package/lib/steps/steps.variable.css +2 -2
- package/lib/styles/mixins/mixins.css +43 -0
- package/lib/styles/mixins/mixins.less +1 -0
- package/lib/styles/mixins/mixins.variable.css +43 -0
- package/lib/styles/mixins/scroll.variable.css +2 -2
- package/lib/styles/themes/themes.less +2 -2
- package/lib/swiper/index.d.ts +146 -30
- package/lib/switcher/index.d.ts +223 -50
- package/lib/switcher/switcher.css +43 -0
- package/lib/switcher/switcher.variable.css +45 -2
- package/lib/tab/tab.variable.css +2 -2
- package/lib/table/const.d.ts +5 -0
- package/lib/table/index.d.ts +419 -101
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.variable.css +2 -2
- package/lib/table/plugins/head-sort.variable.css +2 -2
- package/lib/table/plugins/settings.css +23 -4
- package/lib/table/plugins/settings.less +25 -4
- package/lib/table/plugins/settings.variable.css +25 -6
- package/lib/table/props.d.ts +1 -0
- package/lib/table/table.css +668 -5
- package/lib/table/table.less +7 -1
- package/lib/table/table.variable.css +670 -7
- package/lib/table/use-common.d.ts +16 -1
- package/lib/table/utils.d.ts +1 -1
- package/lib/tag/index.d.ts +183 -38
- package/lib/tag/tag.variable.css +2 -2
- package/lib/tag-input/index.d.ts +666 -145
- package/lib/tag-input/tag-input.variable.css +2 -2
- package/lib/timeline/index.d.ts +109 -19
- package/lib/timeline/timeline.variable.css +2 -2
- package/lib/transfer/index.d.ts +264 -59
- package/lib/transfer/transfer.variable.css +2 -2
- package/lib/tree/index.d.ts +401 -103
- package/lib/tree/index.js +1 -1
- package/lib/tree/tree.css +107 -0
- package/lib/tree/tree.less +2 -0
- package/lib/tree/tree.variable.css +109 -2
- package/lib/tree/use-node-action.d.ts +1 -1
- package/lib/tree/use-node-attribute.d.ts +1 -0
- package/lib/upload/upload.css +43 -0
- package/lib/upload/upload.variable.css +45 -2
- package/lib/virtual-render/index.d.ts +433 -109
- package/lib/virtual-render/virtual-render.variable.css +2 -2
- package/package.json +1 -1
- package/lib/table/plugins/head-filter.css +0 -68
@@ -0,0 +1,30 @@
|
|
1
|
+
declare const _default: () => {
|
2
|
+
getElementRects: ({ reference, floating }: {
|
3
|
+
reference: any;
|
4
|
+
floating: any;
|
5
|
+
}) => {
|
6
|
+
reference: {
|
7
|
+
width: number;
|
8
|
+
height: number;
|
9
|
+
x: number;
|
10
|
+
y: number;
|
11
|
+
};
|
12
|
+
floating: {
|
13
|
+
width: number;
|
14
|
+
height: number;
|
15
|
+
x: number;
|
16
|
+
y: number;
|
17
|
+
};
|
18
|
+
};
|
19
|
+
getDimensions: (element: HTMLElement) => {
|
20
|
+
width: number;
|
21
|
+
height: number;
|
22
|
+
};
|
23
|
+
getClippingRect: ({}: {}) => {
|
24
|
+
width: number;
|
25
|
+
height: number;
|
26
|
+
x: number;
|
27
|
+
y: number;
|
28
|
+
};
|
29
|
+
};
|
30
|
+
export default _default;
|
package/lib/process/index.d.ts
CHANGED
@@ -1,37 +1,164 @@
|
|
1
|
-
declare const BkSteps:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
}
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
1
|
+
declare const BkSteps: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{
|
6
|
+
extCls: string;
|
7
|
+
list: unknown[];
|
8
|
+
controllable: boolean;
|
9
|
+
showSteps: boolean;
|
10
|
+
curProcess: number;
|
11
|
+
displayKey: string;
|
12
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
13
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
14
|
+
default: () => unknown[];
|
15
|
+
} & {
|
16
|
+
default: () => unknown[];
|
17
|
+
};
|
18
|
+
controllable: import("vue-types").VueTypeValidableDef<boolean> & {
|
19
|
+
default: boolean;
|
20
|
+
} & {
|
21
|
+
default: boolean;
|
22
|
+
};
|
23
|
+
showSteps: import("vue-types").VueTypeValidableDef<boolean> & {
|
24
|
+
default: boolean;
|
25
|
+
} & {
|
26
|
+
default: boolean;
|
27
|
+
};
|
28
|
+
curProcess: import("vue-types").VueTypeValidableDef<number> & {
|
29
|
+
default: number;
|
30
|
+
} & {
|
31
|
+
default: number;
|
32
|
+
};
|
33
|
+
displayKey: import("vue-types").VueTypeValidableDef<string> & {
|
34
|
+
default: string;
|
35
|
+
} & {
|
36
|
+
default: string;
|
37
|
+
};
|
38
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
39
|
+
default: string;
|
40
|
+
};
|
41
|
+
}>> & {
|
42
|
+
onClick?: (...args: any[]) => any;
|
43
|
+
"onUpdate:curProcess"?: (...args: any[]) => any;
|
44
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "extCls" | "list" | "controllable" | "showSteps" | "curProcess" | "displayKey">;
|
45
|
+
$attrs: {
|
46
|
+
[x: string]: unknown;
|
47
|
+
};
|
48
|
+
$refs: {
|
49
|
+
[x: string]: unknown;
|
50
|
+
};
|
51
|
+
$slots: Readonly<{
|
52
|
+
[name: string]: import("vue").Slot;
|
53
|
+
}>;
|
54
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
55
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
56
|
+
$emit: (event: "click" | "update:curProcess", ...args: any[]) => void;
|
57
|
+
$el: any;
|
58
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
59
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
60
|
+
default: () => unknown[];
|
61
|
+
} & {
|
62
|
+
default: () => unknown[];
|
63
|
+
};
|
64
|
+
controllable: import("vue-types").VueTypeValidableDef<boolean> & {
|
65
|
+
default: boolean;
|
66
|
+
} & {
|
67
|
+
default: boolean;
|
68
|
+
};
|
69
|
+
showSteps: import("vue-types").VueTypeValidableDef<boolean> & {
|
70
|
+
default: boolean;
|
71
|
+
} & {
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
curProcess: import("vue-types").VueTypeValidableDef<number> & {
|
75
|
+
default: number;
|
76
|
+
} & {
|
77
|
+
default: number;
|
78
|
+
};
|
79
|
+
displayKey: import("vue-types").VueTypeValidableDef<string> & {
|
80
|
+
default: string;
|
81
|
+
} & {
|
82
|
+
default: string;
|
83
|
+
};
|
84
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
85
|
+
default: string;
|
86
|
+
};
|
87
|
+
}>> & {
|
88
|
+
onClick?: (...args: any[]) => any;
|
89
|
+
"onUpdate:curProcess"?: (...args: any[]) => any;
|
90
|
+
}, {
|
91
|
+
defaultProcessList: import("vue").Ref<any[]>;
|
92
|
+
paddingBottom: import("vue").Ref<number>;
|
93
|
+
jumpTo: (index: any) => Promise<void>;
|
94
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:curProcess")[], string, {
|
95
|
+
extCls: string;
|
96
|
+
list: unknown[];
|
97
|
+
controllable: boolean;
|
98
|
+
showSteps: boolean;
|
99
|
+
curProcess: number;
|
100
|
+
displayKey: string;
|
101
|
+
}> & {
|
102
|
+
beforeCreate?: (() => void) | (() => void)[];
|
103
|
+
created?: (() => void) | (() => void)[];
|
104
|
+
beforeMount?: (() => void) | (() => void)[];
|
105
|
+
mounted?: (() => void) | (() => void)[];
|
106
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
107
|
+
updated?: (() => void) | (() => void)[];
|
108
|
+
activated?: (() => void) | (() => void)[];
|
109
|
+
deactivated?: (() => void) | (() => void)[];
|
110
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
111
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
112
|
+
destroyed?: (() => void) | (() => void)[];
|
113
|
+
unmounted?: (() => void) | (() => void)[];
|
114
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
115
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
116
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
117
|
+
};
|
118
|
+
$forceUpdate: () => void;
|
119
|
+
$nextTick: typeof import("vue").nextTick;
|
120
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
121
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
122
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
123
|
+
default: () => unknown[];
|
124
|
+
} & {
|
125
|
+
default: () => unknown[];
|
126
|
+
};
|
127
|
+
controllable: import("vue-types").VueTypeValidableDef<boolean> & {
|
128
|
+
default: boolean;
|
129
|
+
} & {
|
130
|
+
default: boolean;
|
131
|
+
};
|
132
|
+
showSteps: import("vue-types").VueTypeValidableDef<boolean> & {
|
133
|
+
default: boolean;
|
134
|
+
} & {
|
135
|
+
default: boolean;
|
136
|
+
};
|
137
|
+
curProcess: import("vue-types").VueTypeValidableDef<number> & {
|
138
|
+
default: number;
|
139
|
+
} & {
|
140
|
+
default: number;
|
141
|
+
};
|
142
|
+
displayKey: import("vue-types").VueTypeValidableDef<string> & {
|
143
|
+
default: string;
|
144
|
+
} & {
|
145
|
+
default: string;
|
146
|
+
};
|
147
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
148
|
+
default: string;
|
149
|
+
};
|
150
|
+
}>> & {
|
151
|
+
onClick?: (...args: any[]) => any;
|
152
|
+
"onUpdate:curProcess"?: (...args: any[]) => any;
|
153
|
+
} & import("vue").ShallowUnwrapRef<{
|
154
|
+
defaultProcessList: import("vue").Ref<any[]>;
|
155
|
+
paddingBottom: import("vue").Ref<number>;
|
156
|
+
jumpTo: (index: any) => Promise<void>;
|
157
|
+
}> & {} & {} & import("vue").ComponentCustomProperties;
|
158
|
+
__isFragment?: never;
|
159
|
+
__isTeleport?: never;
|
160
|
+
__isSuspense?: never;
|
161
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
35
162
|
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
36
163
|
default: () => unknown[];
|
37
164
|
} & {
|
@@ -64,11 +191,15 @@ declare const BkSteps: import("vue").DefineComponent<{
|
|
64
191
|
onClick?: (...args: any[]) => any;
|
65
192
|
"onUpdate:curProcess"?: (...args: any[]) => any;
|
66
193
|
}, {
|
194
|
+
defaultProcessList: import("vue").Ref<any[]>;
|
195
|
+
paddingBottom: import("vue").Ref<number>;
|
196
|
+
jumpTo: (index: any) => Promise<void>;
|
197
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:curProcess")[], "click" | "update:curProcess", {
|
67
198
|
extCls: string;
|
68
199
|
list: unknown[];
|
69
200
|
controllable: boolean;
|
70
201
|
showSteps: boolean;
|
71
202
|
curProcess: number;
|
72
203
|
displayKey: string;
|
73
|
-
}
|
204
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
74
205
|
export default BkSteps;
|
@@ -19,7 +19,7 @@
|
|
19
19
|
--line-height-large: 18px;
|
20
20
|
--component-size-small: 26px;
|
21
21
|
--component-size-base: 32px;
|
22
|
-
--component-size-large:
|
22
|
+
--component-size-large: 40px;
|
23
23
|
--border-width-base: 1px;
|
24
24
|
--border-style-base: solid;
|
25
25
|
--border-radius-base: 2px;
|
@@ -34,7 +34,7 @@
|
|
34
34
|
--input-horizontal-padding: 10px;
|
35
35
|
--input-block-color: #f5f7fa;
|
36
36
|
--input-block-hover-color: #eaebf0;
|
37
|
-
--input-icon-size: var(--font-size-
|
37
|
+
--input-icon-size: var(--font-size-medium);
|
38
38
|
--input-maxlength-color: #979ba5;
|
39
39
|
--button-primary-hover-color: #5594fa;
|
40
40
|
--button-danger-hover-color: #ff5656;
|
package/lib/progress/index.d.ts
CHANGED
@@ -1,4 +1,306 @@
|
|
1
|
-
declare const BkProgress:
|
1
|
+
declare const BkProgress: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{
|
6
|
+
fixed: number;
|
7
|
+
type: string;
|
8
|
+
theme: string;
|
9
|
+
extCls: string;
|
10
|
+
width: number;
|
11
|
+
color: string;
|
12
|
+
strokeLinecap: string;
|
13
|
+
strokeWidth: number;
|
14
|
+
format: (...args: any[]) => any;
|
15
|
+
percent: number;
|
16
|
+
bgColor: string;
|
17
|
+
titleStyle: {
|
18
|
+
[key: string]: any;
|
19
|
+
};
|
20
|
+
showText: boolean;
|
21
|
+
textInside: boolean;
|
22
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
23
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
24
|
+
default: string;
|
25
|
+
};
|
26
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
27
|
+
default: string;
|
28
|
+
} & {
|
29
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
30
|
+
} & {
|
31
|
+
default: string;
|
32
|
+
};
|
33
|
+
percent: import("vue-types").VueTypeValidableDef<number> & {
|
34
|
+
default: number;
|
35
|
+
} & {
|
36
|
+
default: number;
|
37
|
+
};
|
38
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
39
|
+
default: string;
|
40
|
+
};
|
41
|
+
size: import("vue-types").VueTypeDef<string>;
|
42
|
+
width: import("vue-types").VueTypeValidableDef<number> & {
|
43
|
+
default: number;
|
44
|
+
} & {
|
45
|
+
default: number;
|
46
|
+
};
|
47
|
+
strokeWidth: import("vue-types").VueTypeValidableDef<number> & {
|
48
|
+
default: number;
|
49
|
+
};
|
50
|
+
strokeLinecap: import("vue-types").VueTypeValidableDef<string> & {
|
51
|
+
default: string;
|
52
|
+
} & {
|
53
|
+
default: string;
|
54
|
+
};
|
55
|
+
textInside: import("vue-types").VueTypeValidableDef<boolean> & {
|
56
|
+
default: boolean;
|
57
|
+
} & {
|
58
|
+
default: boolean;
|
59
|
+
};
|
60
|
+
showText: import("vue-types").VueTypeValidableDef<boolean> & {
|
61
|
+
default: boolean;
|
62
|
+
} & {
|
63
|
+
default: boolean;
|
64
|
+
};
|
65
|
+
color: import("vue-types").VueTypeValidableDef<string> & {
|
66
|
+
default: string;
|
67
|
+
};
|
68
|
+
bgColor: import("vue-types").VueTypeValidableDef<string> & {
|
69
|
+
default: string;
|
70
|
+
};
|
71
|
+
fixed: import("vue-types").VueTypeValidableDef<number> & {
|
72
|
+
default: number;
|
73
|
+
} & {
|
74
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
75
|
+
} & {
|
76
|
+
default: number;
|
77
|
+
};
|
78
|
+
format: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
79
|
+
default: (...args: any[]) => any;
|
80
|
+
} & {
|
81
|
+
default: (...args: any[]) => any;
|
82
|
+
};
|
83
|
+
titleStyle: import("vue-types").VueTypeValidableDef<{
|
84
|
+
[key: string]: any;
|
85
|
+
}> & {
|
86
|
+
default: () => {
|
87
|
+
[key: string]: any;
|
88
|
+
};
|
89
|
+
} & {
|
90
|
+
default: () => {
|
91
|
+
[key: string]: any;
|
92
|
+
};
|
93
|
+
};
|
94
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fixed" | "type" | "theme" | "extCls" | "width" | "color" | "strokeLinecap" | "strokeWidth" | "format" | "percent" | "bgColor" | "titleStyle" | "showText" | "textInside">;
|
95
|
+
$attrs: {
|
96
|
+
[x: string]: unknown;
|
97
|
+
};
|
98
|
+
$refs: {
|
99
|
+
[x: string]: unknown;
|
100
|
+
};
|
101
|
+
$slots: Readonly<{
|
102
|
+
[name: string]: import("vue").Slot;
|
103
|
+
}>;
|
104
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
105
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
106
|
+
$emit: (event: string, ...args: any[]) => void;
|
107
|
+
$el: any;
|
108
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
109
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
110
|
+
default: string;
|
111
|
+
};
|
112
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
113
|
+
default: string;
|
114
|
+
} & {
|
115
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
116
|
+
} & {
|
117
|
+
default: string;
|
118
|
+
};
|
119
|
+
percent: import("vue-types").VueTypeValidableDef<number> & {
|
120
|
+
default: number;
|
121
|
+
} & {
|
122
|
+
default: number;
|
123
|
+
};
|
124
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
125
|
+
default: string;
|
126
|
+
};
|
127
|
+
size: import("vue-types").VueTypeDef<string>;
|
128
|
+
width: import("vue-types").VueTypeValidableDef<number> & {
|
129
|
+
default: number;
|
130
|
+
} & {
|
131
|
+
default: number;
|
132
|
+
};
|
133
|
+
strokeWidth: import("vue-types").VueTypeValidableDef<number> & {
|
134
|
+
default: number;
|
135
|
+
};
|
136
|
+
strokeLinecap: import("vue-types").VueTypeValidableDef<string> & {
|
137
|
+
default: string;
|
138
|
+
} & {
|
139
|
+
default: string;
|
140
|
+
};
|
141
|
+
textInside: import("vue-types").VueTypeValidableDef<boolean> & {
|
142
|
+
default: boolean;
|
143
|
+
} & {
|
144
|
+
default: boolean;
|
145
|
+
};
|
146
|
+
showText: import("vue-types").VueTypeValidableDef<boolean> & {
|
147
|
+
default: boolean;
|
148
|
+
} & {
|
149
|
+
default: boolean;
|
150
|
+
};
|
151
|
+
color: import("vue-types").VueTypeValidableDef<string> & {
|
152
|
+
default: string;
|
153
|
+
};
|
154
|
+
bgColor: import("vue-types").VueTypeValidableDef<string> & {
|
155
|
+
default: string;
|
156
|
+
};
|
157
|
+
fixed: import("vue-types").VueTypeValidableDef<number> & {
|
158
|
+
default: number;
|
159
|
+
} & {
|
160
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
161
|
+
} & {
|
162
|
+
default: number;
|
163
|
+
};
|
164
|
+
format: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
165
|
+
default: (...args: any[]) => any;
|
166
|
+
} & {
|
167
|
+
default: (...args: any[]) => any;
|
168
|
+
};
|
169
|
+
titleStyle: import("vue-types").VueTypeValidableDef<{
|
170
|
+
[key: string]: any;
|
171
|
+
}> & {
|
172
|
+
default: () => {
|
173
|
+
[key: string]: any;
|
174
|
+
};
|
175
|
+
} & {
|
176
|
+
default: () => {
|
177
|
+
[key: string]: any;
|
178
|
+
};
|
179
|
+
};
|
180
|
+
}>>, {}, unknown, {}, {
|
181
|
+
validPercent(percent?: number): number;
|
182
|
+
renderProcessInfo(): JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
183
|
+
[key: string]: any;
|
184
|
+
}>[];
|
185
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
186
|
+
fixed: number;
|
187
|
+
type: string;
|
188
|
+
theme: string;
|
189
|
+
extCls: string;
|
190
|
+
width: number;
|
191
|
+
color: string;
|
192
|
+
strokeLinecap: string;
|
193
|
+
strokeWidth: number;
|
194
|
+
format: (...args: any[]) => any;
|
195
|
+
percent: number;
|
196
|
+
bgColor: string;
|
197
|
+
titleStyle: {
|
198
|
+
[key: string]: any;
|
199
|
+
};
|
200
|
+
showText: boolean;
|
201
|
+
textInside: boolean;
|
202
|
+
}> & {
|
203
|
+
beforeCreate?: (() => void) | (() => void)[];
|
204
|
+
created?: (() => void) | (() => void)[];
|
205
|
+
beforeMount?: (() => void) | (() => void)[];
|
206
|
+
mounted?: (() => void) | (() => void)[];
|
207
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
208
|
+
updated?: (() => void) | (() => void)[];
|
209
|
+
activated?: (() => void) | (() => void)[];
|
210
|
+
deactivated?: (() => void) | (() => void)[];
|
211
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
212
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
213
|
+
destroyed?: (() => void) | (() => void)[];
|
214
|
+
unmounted?: (() => void) | (() => void)[];
|
215
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
216
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
217
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
218
|
+
};
|
219
|
+
$forceUpdate: () => void;
|
220
|
+
$nextTick: typeof import("vue").nextTick;
|
221
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
222
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
223
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
224
|
+
default: string;
|
225
|
+
};
|
226
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
227
|
+
default: string;
|
228
|
+
} & {
|
229
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
230
|
+
} & {
|
231
|
+
default: string;
|
232
|
+
};
|
233
|
+
percent: import("vue-types").VueTypeValidableDef<number> & {
|
234
|
+
default: number;
|
235
|
+
} & {
|
236
|
+
default: number;
|
237
|
+
};
|
238
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
239
|
+
default: string;
|
240
|
+
};
|
241
|
+
size: import("vue-types").VueTypeDef<string>;
|
242
|
+
width: import("vue-types").VueTypeValidableDef<number> & {
|
243
|
+
default: number;
|
244
|
+
} & {
|
245
|
+
default: number;
|
246
|
+
};
|
247
|
+
strokeWidth: import("vue-types").VueTypeValidableDef<number> & {
|
248
|
+
default: number;
|
249
|
+
};
|
250
|
+
strokeLinecap: import("vue-types").VueTypeValidableDef<string> & {
|
251
|
+
default: string;
|
252
|
+
} & {
|
253
|
+
default: string;
|
254
|
+
};
|
255
|
+
textInside: import("vue-types").VueTypeValidableDef<boolean> & {
|
256
|
+
default: boolean;
|
257
|
+
} & {
|
258
|
+
default: boolean;
|
259
|
+
};
|
260
|
+
showText: import("vue-types").VueTypeValidableDef<boolean> & {
|
261
|
+
default: boolean;
|
262
|
+
} & {
|
263
|
+
default: boolean;
|
264
|
+
};
|
265
|
+
color: import("vue-types").VueTypeValidableDef<string> & {
|
266
|
+
default: string;
|
267
|
+
};
|
268
|
+
bgColor: import("vue-types").VueTypeValidableDef<string> & {
|
269
|
+
default: string;
|
270
|
+
};
|
271
|
+
fixed: import("vue-types").VueTypeValidableDef<number> & {
|
272
|
+
default: number;
|
273
|
+
} & {
|
274
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
275
|
+
} & {
|
276
|
+
default: number;
|
277
|
+
};
|
278
|
+
format: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
279
|
+
default: (...args: any[]) => any;
|
280
|
+
} & {
|
281
|
+
default: (...args: any[]) => any;
|
282
|
+
};
|
283
|
+
titleStyle: import("vue-types").VueTypeValidableDef<{
|
284
|
+
[key: string]: any;
|
285
|
+
}> & {
|
286
|
+
default: () => {
|
287
|
+
[key: string]: any;
|
288
|
+
};
|
289
|
+
} & {
|
290
|
+
default: () => {
|
291
|
+
[key: string]: any;
|
292
|
+
};
|
293
|
+
};
|
294
|
+
}>> & import("vue").ShallowUnwrapRef<{}> & {} & {} & {
|
295
|
+
validPercent(percent?: number): number;
|
296
|
+
renderProcessInfo(): JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
297
|
+
[key: string]: any;
|
298
|
+
}>[];
|
299
|
+
} & import("vue").ComponentCustomProperties;
|
300
|
+
__isFragment?: never;
|
301
|
+
__isTeleport?: never;
|
302
|
+
__isSuspense?: never;
|
303
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
2
304
|
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
3
305
|
default: string;
|
4
306
|
};
|
@@ -70,84 +372,12 @@ declare const BkProgress: import("vue").DefineComponent<{
|
|
70
372
|
[key: string]: any;
|
71
373
|
};
|
72
374
|
};
|
73
|
-
}
|
375
|
+
}>>, {}, unknown, {}, {
|
74
376
|
validPercent(percent?: number): number;
|
75
377
|
renderProcessInfo(): JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
76
378
|
[key: string]: any;
|
77
379
|
}>[];
|
78
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string,
|
79
|
-
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
80
|
-
default: string;
|
81
|
-
};
|
82
|
-
type: import("vue-types").VueTypeValidableDef<string> & {
|
83
|
-
default: string;
|
84
|
-
} & {
|
85
|
-
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
86
|
-
} & {
|
87
|
-
default: string;
|
88
|
-
};
|
89
|
-
percent: import("vue-types").VueTypeValidableDef<number> & {
|
90
|
-
default: number;
|
91
|
-
} & {
|
92
|
-
default: number;
|
93
|
-
};
|
94
|
-
theme: import("vue-types").VueTypeDef<string> & {
|
95
|
-
default: string;
|
96
|
-
};
|
97
|
-
size: import("vue-types").VueTypeDef<string>;
|
98
|
-
width: import("vue-types").VueTypeValidableDef<number> & {
|
99
|
-
default: number;
|
100
|
-
} & {
|
101
|
-
default: number;
|
102
|
-
};
|
103
|
-
strokeWidth: import("vue-types").VueTypeValidableDef<number> & {
|
104
|
-
default: number;
|
105
|
-
};
|
106
|
-
strokeLinecap: import("vue-types").VueTypeValidableDef<string> & {
|
107
|
-
default: string;
|
108
|
-
} & {
|
109
|
-
default: string;
|
110
|
-
};
|
111
|
-
textInside: import("vue-types").VueTypeValidableDef<boolean> & {
|
112
|
-
default: boolean;
|
113
|
-
} & {
|
114
|
-
default: boolean;
|
115
|
-
};
|
116
|
-
showText: import("vue-types").VueTypeValidableDef<boolean> & {
|
117
|
-
default: boolean;
|
118
|
-
} & {
|
119
|
-
default: boolean;
|
120
|
-
};
|
121
|
-
color: import("vue-types").VueTypeValidableDef<string> & {
|
122
|
-
default: string;
|
123
|
-
};
|
124
|
-
bgColor: import("vue-types").VueTypeValidableDef<string> & {
|
125
|
-
default: string;
|
126
|
-
};
|
127
|
-
fixed: import("vue-types").VueTypeValidableDef<number> & {
|
128
|
-
default: number;
|
129
|
-
} & {
|
130
|
-
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
131
|
-
} & {
|
132
|
-
default: number;
|
133
|
-
};
|
134
|
-
format: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
135
|
-
default: (...args: any[]) => any;
|
136
|
-
} & {
|
137
|
-
default: (...args: any[]) => any;
|
138
|
-
};
|
139
|
-
titleStyle: import("vue-types").VueTypeValidableDef<{
|
140
|
-
[key: string]: any;
|
141
|
-
}> & {
|
142
|
-
default: () => {
|
143
|
-
[key: string]: any;
|
144
|
-
};
|
145
|
-
} & {
|
146
|
-
default: () => {
|
147
|
-
[key: string]: any;
|
148
|
-
};
|
149
|
-
};
|
150
|
-
}>>, {
|
380
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
151
381
|
fixed: number;
|
152
382
|
type: string;
|
153
383
|
theme: string;
|
@@ -164,5 +394,5 @@ declare const BkProgress: import("vue").DefineComponent<{
|
|
164
394
|
};
|
165
395
|
showText: boolean;
|
166
396
|
textInside: boolean;
|
167
|
-
}
|
397
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
168
398
|
export default BkProgress;
|