bkui-vue 0.0.1-beta.204 → 0.0.1-beta.206
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 +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.variable.css +1 -1
- package/lib/alert/alert.variable.css +1 -1
- package/lib/backtop/backtop.variable.css +1 -1
- package/lib/badge/badge.variable.css +1 -1
- package/lib/breadcrumb/breadcrumb.variable.css +1 -1
- package/lib/button/button.variable.css +1 -1
- package/lib/card/card.variable.css +1 -1
- package/lib/cascader/cascader.variable.css +1 -1
- package/lib/checkbox/checkbox.variable.css +1 -1
- package/lib/code-diff/code-diff.variable.css +1 -1
- package/lib/collapse/collapse.variable.css +1 -1
- package/lib/color-picker/color-picker.variable.css +1 -1
- package/lib/container/container.variable.css +1 -1
- package/lib/date-picker/date-picker.d.ts +4 -2
- package/lib/date-picker/date-picker.variable.css +1 -1
- package/lib/date-picker/index.d.ts +8 -4
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/panel/time.d.ts +4 -2
- package/lib/date-picker/props.d.ts +2 -1
- package/lib/date-picker/time-picker.d.ts +4 -2
- package/lib/dialog/dialog.css +1 -2
- package/lib/dialog/dialog.less +1 -2
- package/lib/dialog/dialog.variable.css +1 -2
- package/lib/divider/divider.variable.css +1 -1
- package/lib/dropdown/dropdown.variable.css +1 -1
- package/lib/exception/exception.variable.css +1 -1
- package/lib/fixed-navbar/fixed-navbar.variable.css +1 -1
- package/lib/form/form.variable.css +1 -1
- package/lib/input/input.variable.css +1 -1
- package/lib/link/link.variable.css +1 -1
- package/lib/loading/loading.variable.css +1 -1
- package/lib/menu/menu.variable.css +1 -1
- package/lib/menu/submenu.variable.css +1 -1
- package/lib/message/message.variable.css +1 -1
- package/lib/navigation/navigation.variable.css +1 -1
- package/lib/notify/notify.variable.css +1 -1
- package/lib/pagination/pagination.variable.css +1 -1
- package/lib/popover/popover.variable.css +1 -1
- package/lib/popover2/popover2.variable.css +1 -1
- package/lib/process/process.variable.css +1 -1
- package/lib/progress/progress.variable.css +1 -1
- package/lib/radio/radio.variable.css +1 -1
- package/lib/resize-layout/resize-layout.variable.css +1 -1
- package/lib/search-select/search-select.variable.css +1 -1
- package/lib/select/select.variable.css +1 -1
- package/lib/sideslider/sideslider.variable.css +1 -1
- package/lib/slider/slider.variable.css +1 -1
- package/lib/steps/steps.variable.css +1 -1
- package/lib/styles/mixins/scroll.variable.css +1 -1
- package/lib/styles/themes/themes.less +1 -1
- package/lib/switcher/switcher.css +5 -5
- package/lib/switcher/switcher.variable.css +1 -1
- package/lib/tab/tab.variable.css +1 -1
- package/lib/table/plugins/head-filter.variable.css +1 -1
- package/lib/table/plugins/head-sort.variable.css +1 -1
- package/lib/table/plugins/settings.variable.css +1 -1
- package/lib/table/table.variable.css +1 -1
- package/lib/tag/tag.variable.css +1 -1
- package/lib/tag-input/tag-input.variable.css +1 -1
- package/lib/time-picker/index.d.ts +8 -4
- package/lib/time-picker/time-picker.variable.css +1 -1
- package/lib/timeline/timeline.variable.css +1 -1
- package/lib/transfer/transfer.variable.css +1 -1
- package/lib/tree/tree.variable.css +1 -1
- package/lib/upload/upload.variable.css +1 -1
- package/lib/virtual-render/virtual-render.variable.css +1 -1
- package/package.json +1 -1
@@ -29,7 +29,8 @@ export declare const datePickerProps: {
|
|
29
29
|
readonly default: true;
|
30
30
|
};
|
31
31
|
readonly open: {
|
32
|
-
readonly type:
|
32
|
+
readonly type: () => boolean | null;
|
33
|
+
readonly default: any;
|
33
34
|
};
|
34
35
|
readonly multiple: {
|
35
36
|
readonly type: BooleanConstructor;
|
@@ -55,7 +55,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
55
55
|
readonly default: true;
|
56
56
|
};
|
57
57
|
open: {
|
58
|
-
readonly type:
|
58
|
+
readonly type: () => boolean;
|
59
|
+
readonly default: any;
|
59
60
|
};
|
60
61
|
multiple: {
|
61
62
|
readonly type: BooleanConstructor;
|
@@ -250,7 +251,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
250
251
|
readonly default: true;
|
251
252
|
};
|
252
253
|
open: {
|
253
|
-
readonly type:
|
254
|
+
readonly type: () => boolean;
|
255
|
+
readonly default: any;
|
254
256
|
};
|
255
257
|
multiple: {
|
256
258
|
readonly type: BooleanConstructor;
|
package/lib/dialog/dialog.css
CHANGED
@@ -100,7 +100,6 @@
|
|
100
100
|
.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-header {
|
101
101
|
padding: 24px;
|
102
102
|
font-size: 20px;
|
103
|
-
line-height: 1;
|
104
103
|
}
|
105
104
|
.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-header .bk-header-icon {
|
106
105
|
text-align: center;
|
@@ -129,7 +128,7 @@
|
|
129
128
|
.bk-modal-wrapper.bk-dialog-wrapper .bk-modal-content {
|
130
129
|
height: calc(100% - 70px);
|
131
130
|
max-height: calc(100vh - 70px);
|
132
|
-
min-height: calc(258px -
|
131
|
+
min-height: calc(258px - 137px);
|
133
132
|
padding: 3px 24px 58px;
|
134
133
|
font-size: 14px;
|
135
134
|
line-height: 1.5;
|
package/lib/dialog/dialog.less
CHANGED
@@ -40,7 +40,6 @@
|
|
40
40
|
.bk-dialog-header {
|
41
41
|
padding: 24px;
|
42
42
|
font-size: 20px;
|
43
|
-
line-height: 1;
|
44
43
|
|
45
44
|
.bk-header-icon {
|
46
45
|
text-align: center;
|
@@ -76,7 +75,7 @@
|
|
76
75
|
.bk-modal-content {
|
77
76
|
height: calc(100% - 70px);
|
78
77
|
max-height: calc(100vh - 70px);
|
79
|
-
min-height: calc(258px -
|
78
|
+
min-height: calc(258px - 137px);
|
80
79
|
padding: 3px 24px 58px;
|
81
80
|
font-size: 14px;
|
82
81
|
line-height: 1.5;
|
@@ -100,7 +100,6 @@
|
|
100
100
|
.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-header {
|
101
101
|
padding: 24px;
|
102
102
|
font-size: 20px;
|
103
|
-
line-height: 1;
|
104
103
|
}
|
105
104
|
.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-header .bk-header-icon {
|
106
105
|
text-align: center;
|
@@ -129,7 +128,7 @@
|
|
129
128
|
.bk-modal-wrapper.bk-dialog-wrapper .bk-modal-content {
|
130
129
|
height: calc(100% - 70px);
|
131
130
|
max-height: calc(100vh - 70px);
|
132
|
-
min-height: calc(258px -
|
131
|
+
min-height: calc(258px - 137px);
|
133
132
|
padding: 3px 24px 58px;
|
134
133
|
font-size: 14px;
|
135
134
|
line-height: 1.5;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -58,7 +58,7 @@
|
|
58
58
|
--fixed-navbar-background: #fff;
|
59
59
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
60
60
|
--switch-default-color: #fff;
|
61
|
-
--switch-grey-color:
|
61
|
+
--switch-grey-color: #c4c6cc;
|
62
62
|
--breadcrumb-black-color: #979ba5;
|
63
63
|
--breadcrumb-primary-hover-color: #0082ff;
|
64
64
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -58,7 +58,7 @@
|
|
58
58
|
--fixed-navbar-background: #fff;
|
59
59
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
60
60
|
--switch-default-color: #fff;
|
61
|
-
--switch-grey-color:
|
61
|
+
--switch-grey-color: #c4c6cc;
|
62
62
|
--breadcrumb-black-color: #979ba5;
|
63
63
|
--breadcrumb-primary-hover-color: #0082ff;
|
64
64
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -84,7 +84,7 @@
|
|
84
84
|
vertical-align: middle;
|
85
85
|
list-style: none;
|
86
86
|
cursor: pointer;
|
87
|
-
background-color:
|
87
|
+
background-color: #c4c6cc;
|
88
88
|
border: 1px solid transparent;
|
89
89
|
border-radius: 50px;
|
90
90
|
border-radius: 100px;
|
@@ -140,7 +140,7 @@
|
|
140
140
|
width: 16px;
|
141
141
|
height: 16px;
|
142
142
|
font-size: 12px;
|
143
|
-
color:
|
143
|
+
color: #c4c6cc;
|
144
144
|
cursor: pointer;
|
145
145
|
background: transparent;
|
146
146
|
border-radius: 16px;
|
@@ -217,16 +217,16 @@
|
|
217
217
|
}
|
218
218
|
.bk-switcher.bk-switcher-outline {
|
219
219
|
background: #fff;
|
220
|
-
border: 1px solid
|
220
|
+
border: 1px solid #c4c6cc;
|
221
221
|
}
|
222
222
|
.bk-switcher.bk-switcher-outline:after {
|
223
223
|
width: 24px;
|
224
224
|
height: 24px;
|
225
|
-
background-color:
|
225
|
+
background-color: #c4c6cc;
|
226
226
|
box-shadow: none;
|
227
227
|
}
|
228
228
|
.bk-switcher.bk-switcher-outline .switcher-text {
|
229
|
-
color:
|
229
|
+
color: #c4c6cc;
|
230
230
|
}
|
231
231
|
.bk-switcher.bk-switcher-outline.is-checked {
|
232
232
|
border: 1px solid #2dcb56;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
package/lib/tab/tab.variable.css
CHANGED
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
package/lib/tag/tag.variable.css
CHANGED
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -91,7 +91,8 @@ declare const BkTimePicker: {
|
|
91
91
|
readonly default: true;
|
92
92
|
};
|
93
93
|
open: {
|
94
|
-
readonly type:
|
94
|
+
readonly type: () => boolean;
|
95
|
+
readonly default: any;
|
95
96
|
};
|
96
97
|
multiple: {
|
97
98
|
readonly type: BooleanConstructor;
|
@@ -253,7 +254,8 @@ declare const BkTimePicker: {
|
|
253
254
|
readonly default: true;
|
254
255
|
};
|
255
256
|
open: {
|
256
|
-
readonly type:
|
257
|
+
readonly type: () => boolean;
|
258
|
+
readonly default: any;
|
257
259
|
};
|
258
260
|
multiple: {
|
259
261
|
readonly type: BooleanConstructor;
|
@@ -509,7 +511,8 @@ declare const BkTimePicker: {
|
|
509
511
|
readonly default: true;
|
510
512
|
};
|
511
513
|
open: {
|
512
|
-
readonly type:
|
514
|
+
readonly type: () => boolean;
|
515
|
+
readonly default: any;
|
513
516
|
};
|
514
517
|
multiple: {
|
515
518
|
readonly type: BooleanConstructor;
|
@@ -716,7 +719,8 @@ declare const BkTimePicker: {
|
|
716
719
|
readonly default: true;
|
717
720
|
};
|
718
721
|
open: {
|
719
|
-
readonly type:
|
722
|
+
readonly type: () => boolean;
|
723
|
+
readonly default: any;
|
720
724
|
};
|
721
725
|
multiple: {
|
722
726
|
readonly type: BooleanConstructor;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|
@@ -57,7 +57,7 @@
|
|
57
57
|
--fixed-navbar-background: #fff;
|
58
58
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
59
59
|
--switch-default-color: #fff;
|
60
|
-
--switch-grey-color:
|
60
|
+
--switch-grey-color: #c4c6cc;
|
61
61
|
--breadcrumb-black-color: #979ba5;
|
62
62
|
--breadcrumb-primary-hover-color: #0082ff;
|
63
63
|
--breadcrumb-fn-main-color: #63656e;
|