bkui-vue 0.0.1-beta.1 → 0.0.1-beta.13
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/LICENSE.txt +22 -0
- package/README.md +55 -0
- package/dist/bkui-vue.cjs.js +9957 -257
- package/dist/bkui-vue.esm.js +9919 -257
- package/dist/bkui-vue.umd.js +9967 -267
- package/dist/style.css +4010 -428
- package/lib/alert/alert.css +75 -0
- package/lib/alert/alert.d.ts +53 -0
- package/lib/alert/alert.less +110 -0
- package/lib/alert/alert.variable.css +161 -0
- package/lib/alert/index.d.ts +144 -0
- package/lib/alert/index.js +1 -0
- package/lib/animate-number/animate-number.d.ts +22 -0
- package/lib/animate-number/index.d.ts +77 -0
- package/lib/animate-number/index.js +1 -0
- package/lib/backtop/backtop.css +42 -0
- package/lib/backtop/backtop.d.ts +46 -0
- package/lib/backtop/backtop.less +18 -0
- package/lib/backtop/backtop.variable.css +128 -0
- package/lib/backtop/index.d.ts +110 -0
- package/lib/backtop/index.js +1 -0
- package/lib/badge/badge.css +121 -0
- package/lib/badge/badge.d.ts +70 -0
- package/lib/badge/badge.less +137 -0
- package/lib/badge/badge.variable.css +207 -0
- package/lib/badge/index.d.ts +149 -0
- package/lib/badge/index.js +1 -0
- package/lib/breadcrumb/breadcrumb-item.d.ts +32 -0
- package/lib/breadcrumb/breadcrumb.css +59 -0
- package/lib/breadcrumb/breadcrumb.d.ts +26 -0
- package/lib/breadcrumb/breadcrumb.less +54 -0
- package/lib/breadcrumb/breadcrumb.variable.css +145 -0
- package/lib/breadcrumb/index.d.ts +122 -0
- package/lib/breadcrumb/index.js +1 -0
- package/lib/breadcrumb/props.d.ts +4 -0
- package/lib/button/button-group.d.ts +8 -0
- package/lib/button/button.css +242 -22
- package/lib/button/button.d.ts +114 -0
- package/lib/button/button.less +180 -36
- package/lib/button/button.variable.css +339 -0
- package/lib/button/index.d.ts +170 -0
- package/lib/button/index.js +1 -206
- package/lib/card/card.css +63 -0
- package/lib/card/card.d.ts +54 -0
- package/lib/card/card.less +44 -0
- package/lib/card/card.variable.css +149 -0
- package/lib/card/index.d.ts +127 -0
- package/lib/card/index.js +1 -0
- package/lib/checkbox/checkbox-group.d.ts +44 -0
- package/lib/checkbox/checkbox.css +54 -125
- package/lib/checkbox/checkbox.d.ts +105 -0
- package/lib/checkbox/checkbox.less +66 -6
- package/lib/checkbox/checkbox.variable.css +150 -0
- package/lib/checkbox/common.d.ts +13 -0
- package/lib/checkbox/index.d.ts +221 -0
- package/lib/checkbox/index.js +1 -64
- package/lib/checkbox/type.d.ts +19 -0
- package/lib/collapse/collapse.css +30 -0
- package/lib/collapse/collapse.d.ts +74 -0
- package/lib/collapse/collapse.less +37 -0
- package/lib/collapse/collapse.variable.css +30 -0
- package/lib/collapse/index.d.ts +130 -0
- package/lib/collapse/index.js +1 -0
- package/lib/components.d.ts +31 -0
- package/lib/date-picker/date-picker.css +407 -0
- package/lib/date-picker/date-picker.d.ts +357 -0
- package/lib/date-picker/date-picker.less +526 -0
- package/lib/date-picker/date-picker.variable.css +493 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +525 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.css +68 -0
- package/lib/dialog/dialog.d.ts +83 -0
- package/lib/dialog/dialog.less +80 -0
- package/lib/dialog/dialog.variable.css +68 -0
- package/lib/dialog/index.d.ts +183 -0
- package/lib/dialog/index.js +1 -0
- package/lib/directives/clickoutside.d.ts +23 -0
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/index.js +15 -0
- package/lib/directives/mousewheel.d.ts +3 -0
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +40 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +124 -0
- package/lib/divider/index.d.ts +110 -0
- package/lib/divider/index.js +1 -0
- package/lib/dropdown/dropdown-item.d.ts +18 -0
- package/lib/dropdown/dropdown-menu.d.ts +15 -0
- package/lib/dropdown/dropdown.css +43 -0
- package/lib/dropdown/dropdown.d.ts +49 -0
- package/lib/dropdown/dropdown.less +54 -0
- package/lib/dropdown/dropdown.variable.css +129 -0
- package/lib/dropdown/index.d.ts +160 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.css +32 -0
- package/lib/exception/exception.d.ts +24 -0
- package/lib/exception/exception.less +39 -0
- package/lib/exception/exception.variable.css +118 -0
- package/lib/exception/index.d.ts +88 -0
- package/lib/exception/index.js +1 -0
- package/lib/fixed-navbar/fixed-navbar.css +42 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +28 -0
- package/lib/fixed-navbar/fixed-navbar.less +53 -0
- package/lib/fixed-navbar/fixed-navbar.variable.css +128 -0
- package/lib/fixed-navbar/index.d.ts +88 -0
- package/lib/fixed-navbar/index.js +1 -0
- package/lib/form/common.d.ts +3 -0
- package/lib/form/form-item.d.ts +140 -0
- package/lib/form/form.css +39 -0
- package/lib/form/form.d.ts +76 -0
- package/lib/form/form.less +50 -0
- package/lib/form/form.variable.css +39 -0
- package/lib/form/index.d.ts +4 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +21 -0
- package/lib/form/validator.d.ts +8 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/angle-up.d.ts +4 -0
- package/lib/icon/circle.d.ts +4 -0
- package/lib/icon/close.d.ts +4 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/done.d.ts +4 -0
- package/lib/icon/down-shape.d.ts +4 -0
- package/lib/icon/down-small.d.ts +4 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/eye.d.ts +4 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/help-document-fill.d.ts +4 -0
- package/lib/icon/help-fill.d.ts +4 -0
- package/lib/icon/help.d.ts +4 -0
- package/lib/icon/icon.d.ts +12 -0
- package/lib/icon/index.d.ts +38 -0
- package/lib/icon/index.js +15 -0
- package/lib/icon/info-line.d.ts +4 -0
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/play-shape.d.ts +4 -0
- package/lib/icon/plus.d.ts +4 -0
- package/lib/icon/right-shape.d.ts +4 -0
- package/lib/icon/search.d.ts +4 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/switcher-loading.d.ts +4 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/tree-application-shape.d.ts +4 -0
- package/lib/icon/unvisible.d.ts +4 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/index.d.ts +3 -0
- package/lib/input/index.d.ts +275 -0
- package/lib/input/index.js +15 -60
- package/lib/input/input.css +114 -148
- package/lib/input/input.d.ts +185 -0
- package/lib/input/input.less +107 -40
- package/lib/input/input.variable.css +218 -0
- package/lib/link/index.d.ts +116 -0
- package/lib/link/index.js +1 -0
- package/lib/link/link.css +55 -0
- package/lib/link/link.d.ts +46 -0
- package/lib/link/link.less +74 -0
- package/lib/link/link.variable.css +141 -0
- package/lib/loading/index.d.ts +125 -0
- package/lib/loading/index.js +1 -0
- package/lib/loading/loading.css +225 -0
- package/lib/loading/loading.d.ts +64 -0
- package/lib/loading/loading.less +181 -0
- package/lib/loading/loading.variable.css +311 -0
- package/lib/menu/index.d.ts +169 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +13 -0
- package/lib/menu/menu-item.d.ts +15 -0
- package/lib/menu/menu.css +182 -0
- package/lib/menu/menu.d.ts +60 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +268 -0
- package/lib/menu/submenu.d.ts +21 -0
- package/lib/menu/submenu.less +5 -0
- package/lib/menu/submenu.variable.css +86 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/index.js +1 -0
- package/lib/message/message.css +53 -0
- package/lib/message/message.less +61 -0
- package/lib/message/message.variable.css +139 -0
- package/lib/message/messageConstructor.d.ts +61 -0
- package/lib/modal/index.d.ts +155 -0
- package/lib/modal/index.js +1 -0
- package/lib/modal/modal.css +11 -0
- package/lib/modal/modal.d.ts +47 -0
- package/lib/modal/modal.less +12 -0
- package/lib/modal/modal.variable.css +11 -0
- package/lib/modal/props.mixin.d.ts +22 -0
- package/lib/navigation/index.d.ts +2 -0
- package/lib/navigation/index.js +1 -0
- package/lib/navigation/navigation-title.d.ts +22 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +94 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +270 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +49 -0
- package/lib/notify/notify.less +58 -0
- package/lib/notify/notify.variable.css +135 -0
- package/lib/notify/notifyConstructor.d.ts +75 -0
- package/lib/popover/index.d.ts +202 -0
- package/lib/popover/index.js +1 -0
- package/lib/popover/popover.css +55 -0
- package/lib/popover/popover.d.ts +88 -0
- package/lib/popover/popover.less +70 -0
- package/lib/popover/popover.variable.css +141 -0
- package/lib/preset.d.ts +8 -0
- package/lib/progress/circle.d.ts +6 -0
- package/lib/progress/index.d.ts +228 -0
- package/lib/progress/index.js +1 -0
- package/lib/progress/line.d.ts +6 -0
- package/lib/progress/progress.css +97 -0
- package/lib/progress/progress.d.ts +118 -0
- package/lib/progress/progress.less +94 -0
- package/lib/progress/progress.variable.css +183 -0
- package/lib/radio/common.d.ts +13 -0
- package/lib/radio/index.d.ts +228 -0
- package/lib/radio/index.js +1 -61
- package/lib/radio/radio-button.d.ts +83 -0
- package/lib/radio/radio-group.d.ts +40 -0
- package/lib/radio/radio.css +128 -125
- package/lib/radio/radio.d.ts +77 -0
- package/lib/radio/radio.less +173 -20
- package/lib/radio/radio.variable.css +224 -0
- package/lib/radio/type.d.ts +9 -0
- package/lib/rate/index.d.ts +101 -0
- package/lib/rate/index.js +1 -0
- package/lib/rate/rate.css +10 -0
- package/lib/rate/rate.d.ts +29 -0
- package/lib/rate/rate.less +11 -0
- package/lib/rate/rate.variable.css +10 -0
- package/lib/rate/star.css +24 -0
- package/lib/rate/star.d.ts +57 -0
- package/lib/rate/star.less +29 -0
- package/lib/rate/star.variable.css +24 -0
- package/lib/select/common.d.ts +28 -0
- package/lib/select/index.d.ts +950 -0
- package/lib/select/index.js +15 -0
- package/lib/select/option.d.ts +32 -0
- package/lib/select/optionGroup.d.ts +115 -0
- package/lib/select/select.css +157 -0
- package/lib/select/select.d.ts +285 -0
- package/lib/select/select.less +203 -0
- package/lib/select/select.variable.css +243 -0
- package/lib/shared/bk-helper-core.d.ts +87 -0
- package/lib/shared/bk-mask-manager.d.ts +47 -0
- package/lib/shared/bk-pop-manager.d.ts +19 -0
- package/lib/shared/bk-popover.d.ts +86 -0
- package/lib/shared/index.d.ts +51 -0
- package/lib/shared/index.js +1 -13
- package/lib/shared/scrollbar-width.d.ts +1 -0
- package/lib/shared/vue-types.d.ts +115 -0
- package/lib/shared/z-index-manager.d.ts +93 -0
- package/lib/sideslider/index.d.ts +139 -0
- package/lib/sideslider/index.js +1 -0
- package/lib/sideslider/sideslider.css +69 -0
- package/lib/sideslider/sideslider.d.ts +54 -0
- package/lib/sideslider/sideslider.less +86 -0
- package/lib/sideslider/sideslider.variable.css +155 -0
- package/lib/slider/index.d.ts +27 -0
- package/lib/slider/index.js +15 -0
- package/lib/slider/slider-button.d.ts +72 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +159 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +235 -0
- package/lib/steps/index.d.ts +198 -0
- package/lib/steps/index.js +15 -0
- package/lib/steps/steps.css +285 -0
- package/lib/steps/steps.d.ts +148 -0
- package/lib/steps/steps.less +320 -0
- package/lib/steps/steps.variable.css +371 -0
- package/lib/styles/index.d.ts +38 -0
- package/lib/styles/index.js +1 -0
- package/lib/styles/mixins/animate.css +21 -0
- package/lib/styles/mixins/animate.less +27 -0
- package/lib/styles/mixins/animate.variable.css +21 -0
- package/lib/styles/mixins/ellipsis.less +8 -0
- package/lib/styles/mixins/mixins.css +21 -0
- package/lib/styles/mixins/mixins.less +2 -0
- package/lib/styles/mixins/mixins.variable.css +21 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +10 -1
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +84 -284
- package/lib/switcher/index.d.ts +222 -0
- package/lib/switcher/index.js +1 -0
- package/lib/switcher/switcher.css +258 -0
- package/lib/switcher/switcher.d.ts +97 -0
- package/lib/switcher/switcher.less +302 -0
- package/lib/switcher/switcher.variable.css +344 -0
- package/lib/tab/index.d.ts +416 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/tab-nav.d.ts +154 -0
- package/lib/tab/tab-panel.d.ts +46 -0
- package/lib/tab/tab.css +147 -0
- package/lib/tab/tab.d.ts +131 -0
- package/lib/tab/tab.less +221 -0
- package/lib/tab/tab.variable.css +233 -0
- package/lib/table/index.d.ts +119 -0
- package/lib/table/index.js +1 -0
- package/lib/table/props.d.ts +41 -0
- package/lib/table/render.d.ts +47 -0
- package/lib/table/table.css +44 -0
- package/lib/table/table.d.ts +26 -0
- package/lib/table/table.less +67 -0
- package/lib/table/table.variable.css +130 -0
- package/lib/table/utils.d.ts +22 -0
- package/lib/tag/index.d.ts +338 -0
- package/lib/tag/index.js +1 -0
- package/lib/tag/tag.d.ts +54 -0
- package/lib/tag/tag.less +5 -0
- package/lib/tag/tag.variable.css +86 -0
- package/lib/tree/index.d.ts +149 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/tree.css +35 -0
- package/lib/tree/tree.d.ts +58 -0
- package/lib/tree/tree.less +55 -0
- package/lib/tree/tree.variable.css +35 -0
- package/lib/tree/util.d.ts +89 -0
- package/lib/use-message.d.ts +2 -0
- package/package.json +92 -40
- package/lib/styles/mixins/size.css +0 -0
- package/lib/styles/themes/themes.css +0 -119
- package/lib/styles/themes/variables.css +0 -27
- package/lib/styles/themes/variables.less +0 -36
@@ -0,0 +1,55 @@
|
|
1
|
+
.bk-link {
|
2
|
+
font-size: 14px;
|
3
|
+
text-decoration: none;
|
4
|
+
}
|
5
|
+
.bk-link.is-disabled {
|
6
|
+
cursor: not-allowed;
|
7
|
+
}
|
8
|
+
.bk-link.has-underline {
|
9
|
+
text-decoration: underline;
|
10
|
+
}
|
11
|
+
.bk-link.default {
|
12
|
+
color: #63656e;
|
13
|
+
}
|
14
|
+
.bk-link.default.is-disabled {
|
15
|
+
color: #dcdee5;
|
16
|
+
}
|
17
|
+
.bk-link.default:hover {
|
18
|
+
color: #979ba5;
|
19
|
+
}
|
20
|
+
.bk-link.primary {
|
21
|
+
color: #3a84ff;
|
22
|
+
}
|
23
|
+
.bk-link.primary.is-disabled {
|
24
|
+
color: #a3c5fd;
|
25
|
+
}
|
26
|
+
.bk-link.primary:hover {
|
27
|
+
color: #699df4;
|
28
|
+
}
|
29
|
+
.bk-link.success {
|
30
|
+
color: #2dcb56;
|
31
|
+
}
|
32
|
+
.bk-link.success.is-disabled {
|
33
|
+
color: #94f5a4;
|
34
|
+
}
|
35
|
+
.bk-link.success:hover {
|
36
|
+
color: #45e35f;
|
37
|
+
}
|
38
|
+
.bk-link.warning {
|
39
|
+
color: #ff9c01;
|
40
|
+
}
|
41
|
+
.bk-link.warning.is-disabled {
|
42
|
+
color: #ffd695;
|
43
|
+
}
|
44
|
+
.bk-link.warning:hover {
|
45
|
+
color: #ffb848;
|
46
|
+
}
|
47
|
+
.bk-link.danger {
|
48
|
+
color: #ea3636;
|
49
|
+
}
|
50
|
+
.bk-link.danger:hover {
|
51
|
+
color: #ff5656;
|
52
|
+
}
|
53
|
+
.bk-link.danger.is-disabled {
|
54
|
+
color: #fd9c9c;
|
55
|
+
}
|
@@ -0,0 +1,46 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
3
|
+
default: string;
|
4
|
+
};
|
5
|
+
href: import("vue-types").VueTypeValidableDef<string> & {
|
6
|
+
default: string;
|
7
|
+
} & {
|
8
|
+
default: string;
|
9
|
+
};
|
10
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
11
|
+
default: boolean;
|
12
|
+
} & {
|
13
|
+
default: boolean;
|
14
|
+
};
|
15
|
+
underline: import("vue-types").VueTypeValidableDef<boolean> & {
|
16
|
+
default: boolean;
|
17
|
+
} & {
|
18
|
+
default: boolean;
|
19
|
+
};
|
20
|
+
target: import("vue-types").VueTypeValidableDef<string> & {
|
21
|
+
default: string;
|
22
|
+
} & {
|
23
|
+
default: string;
|
24
|
+
};
|
25
|
+
}, {
|
26
|
+
handleClick: (event: Event) => boolean;
|
27
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
28
|
+
theme?: unknown;
|
29
|
+
href?: unknown;
|
30
|
+
disabled?: unknown;
|
31
|
+
underline?: unknown;
|
32
|
+
target?: unknown;
|
33
|
+
} & {
|
34
|
+
theme: string;
|
35
|
+
target: string;
|
36
|
+
underline: boolean;
|
37
|
+
disabled: boolean;
|
38
|
+
href: string;
|
39
|
+
} & {}> & {}, {
|
40
|
+
theme: string;
|
41
|
+
target: string;
|
42
|
+
underline: boolean;
|
43
|
+
disabled: boolean;
|
44
|
+
href: string;
|
45
|
+
}>;
|
46
|
+
export default _default;
|
@@ -0,0 +1,74 @@
|
|
1
|
+
@import '../styles/themes/themes.less';
|
2
|
+
|
3
|
+
.@{bk-prefix}-link {
|
4
|
+
font-size: @font-size-medium;
|
5
|
+
text-decoration: none;
|
6
|
+
|
7
|
+
&.is-disabled {
|
8
|
+
cursor: not-allowed;
|
9
|
+
}
|
10
|
+
|
11
|
+
&.has-underline {
|
12
|
+
text-decoration: underline;
|
13
|
+
}
|
14
|
+
|
15
|
+
&.default {
|
16
|
+
color: @default-color;
|
17
|
+
|
18
|
+
&.is-disabled {
|
19
|
+
color: @link-default-disabled-color;
|
20
|
+
}
|
21
|
+
|
22
|
+
&:hover {
|
23
|
+
color: @link-default-hover-color;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
&.primary {
|
28
|
+
color: @primary-color;
|
29
|
+
|
30
|
+
&.is-disabled {
|
31
|
+
color: @link-primary-disabled-color;
|
32
|
+
}
|
33
|
+
|
34
|
+
&:hover {
|
35
|
+
color: @link-primary-hover-color;
|
36
|
+
}
|
37
|
+
}
|
38
|
+
|
39
|
+
&.success {
|
40
|
+
color: @success-color;
|
41
|
+
|
42
|
+
&.is-disabled {
|
43
|
+
color: @link-success-disabled-color;
|
44
|
+
}
|
45
|
+
|
46
|
+
&:hover {
|
47
|
+
color: @link-success-hover-color;
|
48
|
+
}
|
49
|
+
}
|
50
|
+
|
51
|
+
&.warning {
|
52
|
+
color: @warning-color;
|
53
|
+
|
54
|
+
&.is-disabled {
|
55
|
+
color: @link-warning-disabled-color;
|
56
|
+
}
|
57
|
+
|
58
|
+
&:hover {
|
59
|
+
color: @link-warning-hover-color;
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
&.danger {
|
64
|
+
color: @danger-color;
|
65
|
+
|
66
|
+
&:hover {
|
67
|
+
color: @link-danger-hover-color;
|
68
|
+
}
|
69
|
+
|
70
|
+
&.is-disabled {
|
71
|
+
color: @link-danger-disabled-color;
|
72
|
+
}
|
73
|
+
}
|
74
|
+
}
|
@@ -0,0 +1,141 @@
|
|
1
|
+
:root {
|
2
|
+
--bk-prefix: bk;
|
3
|
+
--primary-color: #3a84ff;
|
4
|
+
--success-color: #2dcb56;
|
5
|
+
--warning-color: #ff9c01;
|
6
|
+
--danger-color: #ea3636;
|
7
|
+
--default-color: #63656e;
|
8
|
+
--gray-color: #979ba5;
|
9
|
+
--light-gray: #c4c6cc;
|
10
|
+
--white-color: white;
|
11
|
+
--disable-color: #dcdee5;
|
12
|
+
--font-size-base: 12px;
|
13
|
+
--font-size-medium: 14px;
|
14
|
+
--font-size-large: 16px;
|
15
|
+
--line-height-base: 16px;
|
16
|
+
--line-height-medium: 16px;
|
17
|
+
--line-height-large: 18px;
|
18
|
+
--component-size-small: 26px;
|
19
|
+
--component-size-base: 32px;
|
20
|
+
--component-size-large: 38px;
|
21
|
+
--border-width-base: 1px;
|
22
|
+
--border-style-base: solid;
|
23
|
+
--border-radius-base: 2px;
|
24
|
+
--input-disabled-bg: #fafbfd;
|
25
|
+
--input-disabled-border: var(--disable-color);
|
26
|
+
--input-height-base: var(--component-size-base);
|
27
|
+
--input-color: var(--default-color);
|
28
|
+
--input-bg: white;
|
29
|
+
--input-border-color: var(--light-gray);
|
30
|
+
--input-broder-radius: 3px;
|
31
|
+
--input-shadow-color: #a3c5fd;
|
32
|
+
--input-horizontal-padding: 10px;
|
33
|
+
--input-block-color: #f4f6fa;
|
34
|
+
--input-icon-size: var(--font-size-large);
|
35
|
+
--input-maxlength-color: #979ba5;
|
36
|
+
--button-primary-hover-color: #5594fa;
|
37
|
+
--button-danger-hover-color: #ff5656;
|
38
|
+
--button-success-hover-color: #45e35f;
|
39
|
+
--button-warning-hover-color: #ffb848;
|
40
|
+
--button-default-hover-border-color: #979ba5;
|
41
|
+
--button-primary-active-color: #2c77f4;
|
42
|
+
--button-danger-active-color: #db2626;
|
43
|
+
--button-success-active-color: #1ab943;
|
44
|
+
--button-warning-active-color: #eb9000;
|
45
|
+
--fixed-navbar-background: #fff;
|
46
|
+
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
47
|
+
--switch-default-color: #fff;
|
48
|
+
--switch-grey-color: #c4c6cc;
|
49
|
+
--breadcrumb-black-color: #979ba5;
|
50
|
+
--breadcrumb-primary-hover-color: #0082ff;
|
51
|
+
--breadcrumb-fn-main-color: #63656e;
|
52
|
+
--link-default-hover-color: #979ba5;
|
53
|
+
--link-primary-hover-color: #699df4;
|
54
|
+
--link-success-hover-color: #45e35f;
|
55
|
+
--link-warning-hover-color: #ffb848;
|
56
|
+
--link-danger-hover-color: #ff5656;
|
57
|
+
--link-default-disabled-color: #dcdee5;
|
58
|
+
--link-primary-disabled-color: #a3c5fd;
|
59
|
+
--link-success-disabled-color: #94f5a4;
|
60
|
+
--link-warning-disabled-color: #ffd695;
|
61
|
+
--link-danger-disabled-color: #fd9c9c;
|
62
|
+
--message-color: var(--default-color);
|
63
|
+
--message-primary-bg-color: #f0f8ff;
|
64
|
+
--message-primary-border-color: #e1ecff;
|
65
|
+
--message-warning-bg-color: #fff4e2;
|
66
|
+
--message-warning-border-color: #ffe8c3;
|
67
|
+
--message-success-bg-color: #f2fff4;
|
68
|
+
--message-success-border-color: #dcffe2;
|
69
|
+
--message-danger-bg-color: #ffeded;
|
70
|
+
--message-danger-border-color: #ffdddd;
|
71
|
+
--slider-default-bg: #dcdee5;
|
72
|
+
--slider-disable-bar-bg: #979ba5;
|
73
|
+
--menu-bg-color: #182132;
|
74
|
+
--submenu-bg-color: #151d2c;
|
75
|
+
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
76
|
+
--menu-color: #96a2b9;
|
77
|
+
--menu-group-color: var(--default-color);
|
78
|
+
--menu-width: 260px;
|
79
|
+
--menu-collapse-width: 60px;
|
80
|
+
--menu-active-color: white;
|
81
|
+
--nav-header-bg-color: #182132;
|
82
|
+
--nav-bg-color: #182132;
|
83
|
+
--date-picker-disabled-bg: #fafbfd;
|
84
|
+
--date-picker-dropdown-mb: 4px;
|
85
|
+
--date-picker-dropdown-bg: #fff;
|
86
|
+
}
|
87
|
+
.bk-link {
|
88
|
+
font-size: var(--font-size-medium);
|
89
|
+
text-decoration: none;
|
90
|
+
}
|
91
|
+
.bk-link.is-disabled {
|
92
|
+
cursor: not-allowed;
|
93
|
+
}
|
94
|
+
.bk-link.has-underline {
|
95
|
+
text-decoration: underline;
|
96
|
+
}
|
97
|
+
.bk-link.default {
|
98
|
+
color: var(--default-color);
|
99
|
+
}
|
100
|
+
.bk-link.default.is-disabled {
|
101
|
+
color: var(--link-default-disabled-color);
|
102
|
+
}
|
103
|
+
.bk-link.default:hover {
|
104
|
+
color: var(--link-default-hover-color);
|
105
|
+
}
|
106
|
+
.bk-link.primary {
|
107
|
+
color: var(--primary-color);
|
108
|
+
}
|
109
|
+
.bk-link.primary.is-disabled {
|
110
|
+
color: var(--link-primary-disabled-color);
|
111
|
+
}
|
112
|
+
.bk-link.primary:hover {
|
113
|
+
color: var(--link-primary-hover-color);
|
114
|
+
}
|
115
|
+
.bk-link.success {
|
116
|
+
color: var(--success-color);
|
117
|
+
}
|
118
|
+
.bk-link.success.is-disabled {
|
119
|
+
color: var(--link-success-disabled-color);
|
120
|
+
}
|
121
|
+
.bk-link.success:hover {
|
122
|
+
color: var(--link-success-hover-color);
|
123
|
+
}
|
124
|
+
.bk-link.warning {
|
125
|
+
color: var(--warning-color);
|
126
|
+
}
|
127
|
+
.bk-link.warning.is-disabled {
|
128
|
+
color: var(--link-warning-disabled-color);
|
129
|
+
}
|
130
|
+
.bk-link.warning:hover {
|
131
|
+
color: var(--link-warning-hover-color);
|
132
|
+
}
|
133
|
+
.bk-link.danger {
|
134
|
+
color: var(--danger-color);
|
135
|
+
}
|
136
|
+
.bk-link.danger:hover {
|
137
|
+
color: var(--link-danger-hover-color);
|
138
|
+
}
|
139
|
+
.bk-link.danger.is-disabled {
|
140
|
+
color: var(--link-danger-disabled-color);
|
141
|
+
}
|
@@ -0,0 +1,125 @@
|
|
1
|
+
import { setDefaultIndicator, BkLoadingMode, BkLoadingSize } from './loading';
|
2
|
+
declare const BkLoading: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: Partial<{
|
7
|
+
title: string;
|
8
|
+
loading: boolean;
|
9
|
+
}> & Omit<Readonly<{
|
10
|
+
indicator?: unknown;
|
11
|
+
loading?: unknown;
|
12
|
+
theme?: unknown;
|
13
|
+
title?: unknown;
|
14
|
+
size?: unknown;
|
15
|
+
mode?: unknown;
|
16
|
+
} & {
|
17
|
+
title: string;
|
18
|
+
loading: boolean;
|
19
|
+
} & {
|
20
|
+
theme?: string;
|
21
|
+
size?: string;
|
22
|
+
indicator?: Function;
|
23
|
+
mode?: BkLoadingMode;
|
24
|
+
}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "loading">;
|
25
|
+
$attrs: {
|
26
|
+
[x: string]: unknown;
|
27
|
+
};
|
28
|
+
$refs: {
|
29
|
+
[x: string]: unknown;
|
30
|
+
};
|
31
|
+
$slots: Readonly<{
|
32
|
+
[name: string]: import("vue").Slot;
|
33
|
+
}>;
|
34
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
35
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
36
|
+
$emit: (event: string, ...args: any[]) => void;
|
37
|
+
$el: any;
|
38
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{
|
39
|
+
indicator?: unknown;
|
40
|
+
loading?: unknown;
|
41
|
+
theme?: unknown;
|
42
|
+
title?: unknown;
|
43
|
+
size?: unknown;
|
44
|
+
mode?: unknown;
|
45
|
+
} & {
|
46
|
+
title: string;
|
47
|
+
loading: boolean;
|
48
|
+
} & {
|
49
|
+
theme?: string;
|
50
|
+
size?: string;
|
51
|
+
indicator?: Function;
|
52
|
+
mode?: BkLoadingMode;
|
53
|
+
}> & {}, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
|
+
[key: string]: any;
|
55
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
56
|
+
title: string;
|
57
|
+
loading: boolean;
|
58
|
+
}> & {
|
59
|
+
beforeCreate?: (() => void) | (() => void)[];
|
60
|
+
created?: (() => void) | (() => void)[];
|
61
|
+
beforeMount?: (() => void) | (() => void)[];
|
62
|
+
mounted?: (() => void) | (() => void)[];
|
63
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
64
|
+
updated?: (() => void) | (() => void)[];
|
65
|
+
activated?: (() => void) | (() => void)[];
|
66
|
+
deactivated?: (() => void) | (() => void)[];
|
67
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
68
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
69
|
+
destroyed?: (() => void) | (() => void)[];
|
70
|
+
unmounted?: (() => void) | (() => void)[];
|
71
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
72
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
73
|
+
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)[];
|
74
|
+
};
|
75
|
+
$forceUpdate: () => void;
|
76
|
+
$nextTick: typeof import("vue").nextTick;
|
77
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
78
|
+
} & Readonly<{
|
79
|
+
indicator?: unknown;
|
80
|
+
loading?: unknown;
|
81
|
+
theme?: unknown;
|
82
|
+
title?: unknown;
|
83
|
+
size?: unknown;
|
84
|
+
mode?: unknown;
|
85
|
+
} & {
|
86
|
+
title: string;
|
87
|
+
loading: boolean;
|
88
|
+
} & {
|
89
|
+
theme?: string;
|
90
|
+
size?: string;
|
91
|
+
indicator?: Function;
|
92
|
+
mode?: BkLoadingMode;
|
93
|
+
}> & {} & import("vue").ShallowUnwrapRef<() => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
94
|
+
[key: string]: any;
|
95
|
+
}>[]> & {} & {} & import("vue").ComponentCustomProperties;
|
96
|
+
__isFragment?: never;
|
97
|
+
__isTeleport?: never;
|
98
|
+
__isSuspense?: never;
|
99
|
+
} & import("vue").ComponentOptionsBase<Readonly<{
|
100
|
+
indicator?: unknown;
|
101
|
+
loading?: unknown;
|
102
|
+
theme?: unknown;
|
103
|
+
title?: unknown;
|
104
|
+
size?: unknown;
|
105
|
+
mode?: unknown;
|
106
|
+
} & {
|
107
|
+
title: string;
|
108
|
+
loading: boolean;
|
109
|
+
} & {
|
110
|
+
theme?: string;
|
111
|
+
size?: string;
|
112
|
+
indicator?: Function;
|
113
|
+
mode?: BkLoadingMode;
|
114
|
+
}> & {}, () => JSX.Element | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
|
+
[key: string]: any;
|
116
|
+
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
117
|
+
title: string;
|
118
|
+
loading: boolean;
|
119
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
|
120
|
+
setDefaultIndicator: typeof setDefaultIndicator;
|
121
|
+
BkLoadingMode: typeof BkLoadingMode;
|
122
|
+
BkLoadingSize: typeof BkLoadingSize;
|
123
|
+
}>;
|
124
|
+
export default BkLoading;
|
125
|
+
export { BkLoading, setDefaultIndicator, BkLoadingMode, BkLoadingSize, };
|
@@ -0,0 +1 @@
|
|
1
|
+
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],o):o((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,o,t){"use strict";function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var a={exports:{}};!function(e){e.exports=function(e,o,t){return o in e?Object.defineProperty(e,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[o]=t,e},e.exports.default=e.exports,e.exports.__esModule=!0}(a);var i,d,l,r=n(a.exports);function u(e){l="function"==typeof e?e:function(){return o.createVNode(e,null,null)}}e.BkLoadingMode=void 0,(i=e.BkLoadingMode||(e.BkLoadingMode={})).Spin="spin",i.Default="default",e.BkLoadingSize=void 0,(d=e.BkLoadingSize||(e.BkLoadingSize={})).Small="small",d.Large="large";var s={indicator:{type:Function},loading:t.PropTypes.bool,theme:t.PropTypes.theme(["white","primary","warning","success","danger"]),title:t.PropTypes.string.def(""),size:t.PropTypes.size(),mode:t.PropTypes.oneOf(Object.values(e.BkLoadingMode))},c=o.defineComponent({name:"BkLoading",props:s,setup:function(e,n){var a=[1,2,3,4].map((function(e){return o.createVNode("span",{class:"dot dot-".concat(e)},null)})),i=o.createVNode("div",{class:"bk-spin-indicator"},[[1,2,3,4,5,6,7,8].map((function(e){return o.createVNode("span",{class:"oval oval-".concat(e)},null)}))]),d=o.computed((function(){return t.classes({"bk-nested-loading":!!n.slots.default},"bk-loading-wrapper")})),u=o.computed((function(){var o;return t.classes((r(o={},"bk-loading-size-".concat(e.size),!e.size),r(o,"bk-loading-".concat(e.theme),!e.theme),o),"bk-loading-indicator")})),s=o.computed((function(){return!!e.title})),c=o.computed((function(){var t="spin"===e.mode;return"function"==typeof e.indicator?o.createVNode(e.indicator,null,null):"function"==typeof l?o.createVNode(l,null,null):t?i:a}));return function(){var t,a;return n.slots.default&&!e.loading?null===(a=(t=n.slots).default)||void 0===a?void 0:a.call(t):o.createVNode("div",{class:d.value},[o.createVNode("div",{class:u.value},[c.value,s.value&&o.createVNode("div",{class:"bk-loading-title"},[e.title])]),n.slots.default&&o.createVNode("div",{class:"bk-loading-mask"},[n.slots.default()])])}}}),p=t.withInstallProps(c,{setDefaultIndicator:u,BkLoadingMode:e.BkLoadingMode,BkLoadingSize:e.BkLoadingSize},!0);e.BkLoading=p,e.default=p,e.setDefaultIndicator=u,Object.defineProperty(e,"__esModule",{value:!0})}));
|
@@ -0,0 +1,225 @@
|
|
1
|
+
@keyframes loading-scale-animate {
|
2
|
+
0% {
|
3
|
+
transform: scale(1);
|
4
|
+
}
|
5
|
+
100% {
|
6
|
+
transform: scale(0.6);
|
7
|
+
}
|
8
|
+
}
|
9
|
+
@keyframes fade {
|
10
|
+
100% {
|
11
|
+
background-color: transparent;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
.bk-fade-transtion .bk-fade-enter-active,
|
15
|
+
.bk-fade-transtion .bk-fade-leave-active {
|
16
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
|
+
}
|
18
|
+
.bk-fade-transtion .bk-fade-enter,
|
19
|
+
.bk-fade-transtion .bk-fade-leave-to {
|
20
|
+
opacity: 0;
|
21
|
+
}
|
22
|
+
.bk-loading-wrapper {
|
23
|
+
position: static;
|
24
|
+
display: inline-block;
|
25
|
+
font-size: 0;
|
26
|
+
}
|
27
|
+
.bk-loading-wrapper.bk-nested-loading {
|
28
|
+
position: relative;
|
29
|
+
}
|
30
|
+
.bk-loading-wrapper.bk-nested-loading .bk-loading-indicator {
|
31
|
+
position: absolute;
|
32
|
+
top: 50%;
|
33
|
+
left: 50%;
|
34
|
+
z-index: 4;
|
35
|
+
transform: translate(-50%, -50%);
|
36
|
+
}
|
37
|
+
.bk-loading-wrapper .bk-loading-mask {
|
38
|
+
opacity: 0.5;
|
39
|
+
}
|
40
|
+
.bk-loading-wrapper .bk-loading-mask::after {
|
41
|
+
position: absolute;
|
42
|
+
top: 0;
|
43
|
+
right: 0;
|
44
|
+
bottom: 0;
|
45
|
+
left: 0;
|
46
|
+
z-index: 10;
|
47
|
+
width: 100%;
|
48
|
+
height: 100%;
|
49
|
+
background-color: rgba(255, 255, 255, 0.9);
|
50
|
+
content: '';
|
51
|
+
}
|
52
|
+
.bk-loading-wrapper .bk-loading-indicator {
|
53
|
+
font-size: 14px;
|
54
|
+
}
|
55
|
+
.bk-loading-wrapper .bk-loading-indicator .dot-1 {
|
56
|
+
background-color: #ea3636;
|
57
|
+
animation-delay: 0.1s;
|
58
|
+
}
|
59
|
+
.bk-loading-wrapper .bk-loading-indicator .dot-2 {
|
60
|
+
background-color: #ff9c01;
|
61
|
+
animation-delay: 0.25s;
|
62
|
+
}
|
63
|
+
.bk-loading-wrapper .bk-loading-indicator .dot-3 {
|
64
|
+
background-color: #2dcb56;
|
65
|
+
animation-delay: 0.4s;
|
66
|
+
}
|
67
|
+
.bk-loading-wrapper .bk-loading-indicator .dot-4 {
|
68
|
+
background-color: #3a84ff;
|
69
|
+
animation-delay: 0.55s;
|
70
|
+
margin-right: 0;
|
71
|
+
}
|
72
|
+
.bk-loading-wrapper .bk-loading-indicator .oval-1 {
|
73
|
+
transform: rotate(-135deg);
|
74
|
+
animation-delay: 0.6s;
|
75
|
+
}
|
76
|
+
.bk-loading-wrapper .bk-loading-indicator .oval-2 {
|
77
|
+
transform: rotate(-90deg);
|
78
|
+
animation-delay: 0.75s;
|
79
|
+
}
|
80
|
+
.bk-loading-wrapper .bk-loading-indicator .oval-3 {
|
81
|
+
transform: rotate(-45deg);
|
82
|
+
animation-delay: 0.9s;
|
83
|
+
}
|
84
|
+
.bk-loading-wrapper .bk-loading-indicator .oval-4 {
|
85
|
+
transform: rotate(0deg);
|
86
|
+
animation-delay: 1.05s;
|
87
|
+
}
|
88
|
+
.bk-loading-wrapper .bk-loading-indicator .oval-5 {
|
89
|
+
transform: rotate(45deg);
|
90
|
+
animation-delay: 1.2s;
|
91
|
+
}
|
92
|
+
.bk-loading-wrapper .bk-loading-indicator .oval-6 {
|
93
|
+
transform: rotate(90deg);
|
94
|
+
animation-delay: 1.35s;
|
95
|
+
}
|
96
|
+
.bk-loading-wrapper .bk-loading-indicator .oval-7 {
|
97
|
+
transform: rotate(135deg);
|
98
|
+
animation-delay: 1.5s;
|
99
|
+
}
|
100
|
+
.bk-loading-wrapper .bk-loading-indicator .oval-8 {
|
101
|
+
transform: rotate(180deg);
|
102
|
+
animation-delay: 1.65s;
|
103
|
+
}
|
104
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .oval,
|
105
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot,
|
106
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot1,
|
107
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot2,
|
108
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot3,
|
109
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot4 {
|
110
|
+
background-color: #2dcb56;
|
111
|
+
}
|
112
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .oval,
|
113
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot,
|
114
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot1,
|
115
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot2,
|
116
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot3,
|
117
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot4 {
|
118
|
+
background-color: #ea3636;
|
119
|
+
}
|
120
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .oval,
|
121
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot,
|
122
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot1,
|
123
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot2,
|
124
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot3,
|
125
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot4 {
|
126
|
+
background-color: #ff9c01;
|
127
|
+
}
|
128
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .oval,
|
129
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot,
|
130
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot1,
|
131
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot2,
|
132
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot3,
|
133
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot4 {
|
134
|
+
background-color: #3a84ff;
|
135
|
+
}
|
136
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .oval,
|
137
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot,
|
138
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot1,
|
139
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot2,
|
140
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot3,
|
141
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot4 {
|
142
|
+
background-color: white;
|
143
|
+
}
|
144
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .oval,
|
145
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot,
|
146
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot1,
|
147
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot2,
|
148
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot3,
|
149
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot4 {
|
150
|
+
background-color: #c4c6cc;
|
151
|
+
}
|
152
|
+
.bk-loading-wrapper .bk-loading-indicator .bk-spin-indicator {
|
153
|
+
height: 40px;
|
154
|
+
}
|
155
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .bk-spin-indicator {
|
156
|
+
height: 22px;
|
157
|
+
}
|
158
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .dot {
|
159
|
+
width: 6px;
|
160
|
+
height: 6px;
|
161
|
+
margin-right: 6px;
|
162
|
+
}
|
163
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .dot.dot-4 {
|
164
|
+
margin-right: 0;
|
165
|
+
}
|
166
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .oval {
|
167
|
+
width: 4px;
|
168
|
+
height: 5px;
|
169
|
+
border-radius: 5px;
|
170
|
+
transform-origin: center 11px;
|
171
|
+
}
|
172
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .bk-loading-title {
|
173
|
+
font-size: 12px;
|
174
|
+
}
|
175
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .bk-spin-indicator {
|
176
|
+
height: 52px;
|
177
|
+
}
|
178
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .dot {
|
179
|
+
width: 20px;
|
180
|
+
height: 20px;
|
181
|
+
margin-right: 12px;
|
182
|
+
}
|
183
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .dot.dot-4 {
|
184
|
+
margin-right: 0;
|
185
|
+
}
|
186
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .oval {
|
187
|
+
width: 8px;
|
188
|
+
height: 12px;
|
189
|
+
border-radius: 12px;
|
190
|
+
transform-origin: center 26px;
|
191
|
+
}
|
192
|
+
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .bk-loading-title {
|
193
|
+
font-size: 14px;
|
194
|
+
}
|
195
|
+
.bk-loading-wrapper .bk-loading-indicator .bk-loading-title {
|
196
|
+
margin-top: 8px;
|
197
|
+
font-size: 14px;
|
198
|
+
line-height: normal;
|
199
|
+
color: #63656e;
|
200
|
+
text-align: center;
|
201
|
+
}
|
202
|
+
.bk-loading-wrapper .bk-loading-indicator .dot {
|
203
|
+
display: inline-block;
|
204
|
+
width: 14px;
|
205
|
+
height: 14px;
|
206
|
+
margin-right: 10px;
|
207
|
+
border-radius: 50%;
|
208
|
+
transform: scale(0.6);
|
209
|
+
animation-duration: 0.8s;
|
210
|
+
animation-iteration-count: infinite;
|
211
|
+
animation-name: loading-scale-animate;
|
212
|
+
animation-direction: normal;
|
213
|
+
}
|
214
|
+
.bk-loading-wrapper .bk-loading-indicator .oval {
|
215
|
+
position: absolute;
|
216
|
+
width: 6px;
|
217
|
+
height: 8px;
|
218
|
+
background-color: #63656e;
|
219
|
+
border-radius: 8px;
|
220
|
+
animation-duration: 1.2s;
|
221
|
+
animation-iteration-count: infinite;
|
222
|
+
animation-name: fade;
|
223
|
+
transform-origin: center 20px;
|
224
|
+
animation-direction: normal;
|
225
|
+
}
|