bkui-vue 1.0.3-beta.26 → 1.0.3-beta.27
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 +46 -46
- package/dist/index.esm.js +6162 -6148
- package/dist/index.umd.js +46 -46
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.css +1 -1
- package/lib/affix/affix.less +2 -2
- package/lib/affix/affix.variable.css +3 -3
- package/lib/affix/index.js +13 -15
- package/lib/alert/alert.css +21 -21
- package/lib/alert/alert.less +16 -17
- package/lib/alert/alert.variable.css +23 -23
- package/lib/alert/index.js +22 -24
- package/lib/animate-number/index.js +5 -6
- package/lib/backtop/backtop.css +11 -11
- package/lib/backtop/backtop.less +3 -3
- package/lib/backtop/backtop.variable.css +13 -13
- package/lib/backtop/index.js +20 -22
- package/lib/badge/badge.css +32 -32
- package/lib/badge/badge.less +5 -5
- package/lib/badge/badge.variable.css +34 -34
- package/lib/badge/index.js +19 -21
- package/lib/breadcrumb/breadcrumb.css +31 -31
- package/lib/breadcrumb/breadcrumb.less +8 -8
- package/lib/breadcrumb/breadcrumb.variable.css +33 -33
- package/lib/breadcrumb/index.js +24 -26
- package/lib/button/button.css +69 -69
- package/lib/button/button.less +5 -3
- package/lib/button/button.variable.css +71 -71
- package/lib/button/index.js +28 -37
- package/lib/card/card.css +31 -31
- package/lib/card/card.less +4 -4
- package/lib/card/card.variable.css +33 -33
- package/lib/card/index.js +35 -43
- package/lib/cascader/cascader.css +63 -63
- package/lib/cascader/cascader.less +11 -12
- package/lib/cascader/cascader.variable.css +65 -65
- package/lib/cascader/index.js +80 -100
- package/lib/checkbox/checkbox.css +21 -21
- package/lib/checkbox/checkbox.less +8 -8
- package/lib/checkbox/checkbox.variable.css +23 -23
- package/lib/checkbox/index.js +32 -34
- package/lib/code-diff/code-diff.css +97 -97
- package/lib/code-diff/code-diff.less +4 -3
- package/lib/code-diff/code-diff.variable.css +99 -99
- package/lib/code-diff/index.js +12 -14
- package/lib/collapse/collapse.css +30 -30
- package/lib/collapse/collapse.less +24 -25
- package/lib/collapse/collapse.variable.css +32 -32
- package/lib/collapse/index.js +39 -41
- package/lib/collapse-transition/collapse-transition.css +32 -32
- package/lib/collapse-transition/collapse-transition.less +48 -59
- package/lib/collapse-transition/collapse-transition.variable.css +34 -34
- package/lib/collapse-transition/index.js +8 -9
- package/lib/color-picker/color-picker.css +57 -57
- package/lib/color-picker/color-picker.less +30 -36
- package/lib/color-picker/color-picker.variable.css +59 -59
- package/lib/color-picker/index.js +48 -50
- package/lib/components.js +505 -60
- package/lib/config-provider/config-provider.variable.css +2 -2
- package/lib/config-provider/index.js +8 -9
- package/lib/container/container.css +19 -19
- package/lib/container/container.less +3 -3
- package/lib/container/container.variable.css +21 -21
- package/lib/container/index.js +19 -21
- package/lib/date-picker/date-picker.css +92 -92
- package/lib/date-picker/date-picker.d.ts +1 -0
- package/lib/date-picker/date-picker.less +54 -55
- package/lib/date-picker/date-picker.variable.css +94 -94
- package/lib/date-picker/index.d.ts +3 -0
- package/lib/date-picker/index.js +69 -77
- package/lib/date-picker/time-picker.d.ts +1 -0
- package/lib/dialog/dialog.css +51 -51
- package/lib/dialog/dialog.less +1 -1
- package/lib/dialog/dialog.variable.css +53 -53
- package/lib/dialog/index.js +49 -63
- package/lib/directives/index.js +12 -13
- package/lib/dist.index.js +62 -5
- package/lib/divider/divider.css +8 -8
- package/lib/divider/divider.less +8 -5
- package/lib/divider/divider.variable.css +10 -10
- package/lib/divider/index.js +13 -15
- package/lib/dropdown/dropdown.css +15 -15
- package/lib/dropdown/dropdown.less +6 -6
- package/lib/dropdown/dropdown.variable.css +17 -17
- package/lib/dropdown/index.js +24 -32
- package/lib/exception/exception.css +13 -13
- package/lib/exception/exception.less +6 -6
- package/lib/exception/exception.variable.css +15 -15
- package/lib/exception/index.js +11 -13
- package/lib/fixed-navbar/fixed-navbar.css +9 -9
- package/lib/fixed-navbar/fixed-navbar.less +2 -1
- package/lib/fixed-navbar/fixed-navbar.variable.css +11 -11
- package/lib/fixed-navbar/index.js +13 -15
- package/lib/form/form.css +63 -63
- package/lib/form/form.less +16 -14
- package/lib/form/form.variable.css +65 -65
- package/lib/form/index.js +48 -50
- package/lib/hooks.js +48 -1
- package/lib/icon/index.js +0 -1
- package/lib/image/image-viewer.css +23 -23
- package/lib/image/image-viewer.less +25 -24
- package/lib/image/image-viewer.variable.css +25 -25
- package/lib/image/image.css +29 -29
- package/lib/image/image.less +8 -6
- package/lib/image/image.variable.css +31 -31
- package/lib/image/index.js +38 -39
- package/lib/index.js +72 -7
- package/lib/info-box/index.js +13 -21
- package/lib/info-box/info-box.css +10 -10
- package/lib/info-box/info-box.less +2 -1
- package/lib/info-box/info-box.variable.css +12 -12
- package/lib/input/index.js +59 -61
- package/lib/input/input.css +104 -102
- package/lib/input/input.less +33 -27
- package/lib/input/input.variable.css +106 -104
- package/lib/link/index.js +13 -15
- package/lib/link/link.css +18 -18
- package/lib/link/link.less +3 -1
- package/lib/link/link.variable.css +20 -20
- package/lib/loading/index.js +17 -19
- package/lib/loading/loading.css +94 -94
- package/lib/loading/loading.less +4 -4
- package/lib/loading/loading.variable.css +96 -96
- package/lib/locale/index.js +0 -1
- package/lib/menu/index.js +13 -15
- package/lib/menu/menu.css +38 -38
- package/lib/menu/menu.less +10 -10
- package/lib/menu/menu.variable.css +40 -40
- package/lib/menu/submenu.css +1 -1
- package/lib/menu/submenu.less +1 -1
- package/lib/menu/submenu.variable.css +3 -3
- package/lib/message/index.js +38 -40
- package/lib/message/message.css +59 -59
- package/lib/message/message.less +24 -25
- package/lib/message/message.variable.css +61 -61
- package/lib/modal/index.js +41 -43
- package/lib/modal/modal.css +26 -26
- package/lib/modal/modal.less +12 -8
- package/lib/modal/modal.variable.css +28 -28
- package/lib/navigation/index.js +14 -16
- package/lib/navigation/navigation.css +25 -25
- package/lib/navigation/navigation.less +9 -9
- package/lib/navigation/navigation.variable.css +27 -27
- package/lib/notify/index.js +31 -33
- package/lib/notify/notify.css +17 -17
- package/lib/notify/notify.less +6 -8
- package/lib/notify/notify.variable.css +19 -19
- package/lib/overflow-title/index.js +14 -22
- package/lib/pagination/index.js +50 -65
- package/lib/pagination/pagination.css +60 -60
- package/lib/pagination/pagination.less +25 -24
- package/lib/pagination/pagination.variable.css +62 -62
- package/lib/plugin-popover/index.js +53 -54
- package/lib/plugins/index.js +0 -1
- package/lib/pop-confirm/index.js +28 -42
- package/lib/pop-confirm/pop-confirm.css +10 -10
- package/lib/pop-confirm/pop-confirm.less +11 -14
- package/lib/pop-confirm/pop-confirm.variable.css +12 -12
- package/lib/popover/index.js +52 -54
- package/lib/popover/popover.css +5 -5
- package/lib/popover/popover.less +6 -5
- package/lib/popover/popover.variable.css +7 -7
- package/lib/popover2/index.js +3 -4
- package/lib/preset.js +64 -18
- package/lib/process/index.js +26 -27
- package/lib/process/process.css +33 -36
- package/lib/process/process.less +7 -8
- package/lib/process/process.variable.css +35 -38
- package/lib/progress/index.js +26 -28
- package/lib/progress/progress.css +33 -33
- package/lib/progress/progress.less +5 -6
- package/lib/progress/progress.variable.css +35 -35
- package/lib/radio/index.js +32 -34
- package/lib/radio/radio.css +51 -51
- package/lib/radio/radio.less +20 -13
- package/lib/radio/radio.variable.css +53 -53
- package/lib/rate/index.js +22 -24
- package/lib/rate/rate.css +2 -2
- package/lib/rate/rate.less +1 -1
- package/lib/rate/rate.variable.css +4 -4
- package/lib/rate/star.css +7 -7
- package/lib/rate/star.less +1 -1
- package/lib/rate/star.variable.css +9 -9
- package/lib/resize-layout/index.js +25 -27
- package/lib/resize-layout/resize-layout.css +42 -42
- package/lib/resize-layout/resize-layout.less +10 -17
- package/lib/resize-layout/resize-layout.variable.css +44 -44
- package/lib/search-select/index.js +49 -68
- package/lib/search-select/search-select.css +15 -15
- package/lib/search-select/search-select.variable.css +17 -17
- package/lib/select/index.js +129 -168
- package/lib/select/select.css +87 -87
- package/lib/select/select.less +22 -27
- package/lib/select/select.variable.css +89 -89
- package/lib/shared/index.js +4 -7
- package/lib/sideslider/index.js +14 -22
- package/lib/sideslider/sideslider.css +14 -14
- package/lib/sideslider/sideslider.less +13 -9
- package/lib/sideslider/sideslider.variable.css +16 -16
- package/lib/slider/index.js +22 -36
- package/lib/slider/slider.css +31 -31
- package/lib/slider/slider.less +8 -8
- package/lib/slider/slider.variable.css +33 -33
- package/lib/steps/index.js +28 -30
- package/lib/steps/steps.css +134 -134
- package/lib/steps/steps.less +48 -44
- package/lib/steps/steps.variable.css +136 -136
- package/lib/styles/mixins/animate.css +4 -4
- package/lib/styles/mixins/animate.less +3 -3
- package/lib/styles/mixins/animate.variable.css +6 -6
- package/lib/styles/mixins/mixins.css +15 -15
- package/lib/styles/mixins/mixins.variable.css +15 -15
- package/lib/styles/mixins/popper.css +11 -11
- package/lib/styles/mixins/popper.less +6 -6
- package/lib/styles/mixins/popper.variable.css +13 -13
- package/lib/styles/mixins/scroll.css +5 -5
- package/lib/styles/mixins/scroll.less +4 -4
- package/lib/styles/mixins/scroll.variable.css +7 -7
- package/lib/styles/reset.css +6 -6
- package/lib/styles/reset.less +5 -4
- package/lib/styles/reset.variable.css +8 -8
- package/lib/styles/themes/themes.less +10 -3
- package/lib/swiper/index.js +14 -16
- package/lib/swiper/swiper.css +15 -15
- package/lib/swiper/swiper.less +8 -8
- package/lib/swiper/swiper.variable.css +17 -17
- package/lib/switcher/index.js +29 -31
- package/lib/switcher/switcher.css +57 -57
- package/lib/switcher/switcher.less +22 -14
- package/lib/switcher/switcher.variable.css +59 -59
- package/lib/tab/index.js +44 -46
- package/lib/tab/tab.css +78 -78
- package/lib/tab/tab.less +39 -40
- package/lib/tab/tab.variable.css +80 -80
- package/lib/table/components/table-column.d.ts +1 -0
- package/lib/table/index.d.ts +1 -0
- package/lib/table/index.js +168 -207
- package/lib/table/plugins/head-filter.css +13 -13
- package/lib/table/plugins/head-filter.less +3 -3
- package/lib/table/plugins/head-filter.variable.css +15 -15
- package/lib/table/plugins/head-sort.css +5 -5
- package/lib/table/plugins/head-sort.less +2 -2
- package/lib/table/plugins/head-sort.variable.css +7 -7
- package/lib/table/plugins/settings.css +26 -26
- package/lib/table/plugins/settings.less +3 -1
- package/lib/table/plugins/settings.variable.css +28 -28
- package/lib/table/table.css +380 -380
- package/lib/table/table.less +14 -10
- package/lib/table/table.variable.css +382 -382
- package/lib/table-column/index.d.ts +3 -0
- package/lib/table-column/index.js +57 -43
- package/lib/tag/index.js +19 -21
- package/lib/tag/tag.css +51 -51
- package/lib/tag/tag.less +34 -34
- package/lib/tag/tag.variable.css +53 -53
- package/lib/tag-input/index.js +65 -80
- package/lib/tag-input/tag-input.css +38 -38
- package/lib/tag-input/tag-input.less +3 -3
- package/lib/tag-input/tag-input.variable.css +40 -40
- package/lib/time-picker/index.d.ts +3 -0
- package/lib/time-picker/index.js +7 -9
- package/lib/time-picker/time-picker.css +40 -40
- package/lib/time-picker/time-picker.less +44 -76
- package/lib/time-picker/time-picker.variable.css +42 -42
- package/lib/timeline/index.js +12 -13
- package/lib/timeline/timeline.css +69 -69
- package/lib/timeline/timeline.less +12 -6
- package/lib/timeline/timeline.variable.css +71 -71
- package/lib/transfer/index.js +36 -51
- package/lib/transfer/transfer.css +89 -89
- package/lib/transfer/transfer.less +1 -1
- package/lib/transfer/transfer.variable.css +91 -91
- package/lib/tree/index.js +72 -92
- package/lib/tree/tree.css +49 -49
- package/lib/tree/tree.less +7 -6
- package/lib/tree/tree.variable.css +51 -51
- package/lib/upload/index.js +48 -63
- package/lib/upload/upload.css +98 -98
- package/lib/upload/upload.less +69 -68
- package/lib/upload/upload.variable.css +100 -100
- package/lib/virtual-render/index.js +33 -35
- package/lib/virtual-render/virtual-render.css +9 -9
- package/lib/virtual-render/virtual-render.less +1 -1
- package/lib/virtual-render/virtual-render.variable.css +11 -11
- package/package.json +1 -1
- package/lib/styles/themes/themes copy.less +0 -167
package/lib/pagination/index.js
CHANGED
@@ -1,13 +1,9 @@
|
|
1
|
-
import "../
|
2
|
-
import "./pagination.less";
|
3
|
-
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
|
4
2
|
import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
|
5
|
-
import * as
|
6
|
-
import * as
|
7
|
-
import "../
|
8
|
-
import * as
|
9
|
-
import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
|
10
|
-
import "../popover/popover.less";
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__ from "../config-provider";
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE__select_22a14f69__ from "../select";
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__ from "../icon";
|
6
|
+
import * as __WEBPACK_EXTERNAL_MODULE__popover_cf5f8dce__ from "../popover";
|
11
7
|
/******/ // The require scope
|
12
8
|
/******/ var __webpack_require__ = {};
|
13
9
|
/******/
|
@@ -41,7 +37,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
41
37
|
;// CONCATENATED MODULE: external "../shared"
|
42
38
|
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
43
39
|
var y = x => () => x
|
44
|
-
const
|
40
|
+
const external_shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.classes, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstall });
|
45
41
|
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
|
46
42
|
function _typeof(o) {
|
47
43
|
"@babel/helpers - typeof";
|
@@ -152,17 +148,13 @@ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
|
152
148
|
var external_vue_y = x => () => x
|
153
149
|
const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["getCurrentInstance"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["toRefs"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRefs, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch });
|
154
150
|
;// CONCATENATED MODULE: external "../config-provider"
|
155
|
-
var
|
156
|
-
var
|
157
|
-
const
|
151
|
+
var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
152
|
+
var external_config_provider_y = x => () => x
|
153
|
+
const external_config_provider_namespaceObject = external_config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
|
158
154
|
;// CONCATENATED MODULE: external "../select"
|
159
|
-
var
|
160
|
-
var
|
161
|
-
const
|
162
|
-
;// CONCATENATED MODULE: external "../select/select.less"
|
163
|
-
var select_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
164
|
-
var select_less_y = x => () => x
|
165
|
-
const select_less_namespaceObject = select_less_x({ });
|
155
|
+
var external_select_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
156
|
+
var external_select_y = x => () => x
|
157
|
+
const external_select_namespaceObject = external_select_x({ ["BkOption"]: () => __WEBPACK_EXTERNAL_MODULE__select_22a14f69__.BkOption, ["default"]: () => __WEBPACK_EXTERNAL_MODULE__select_22a14f69__["default"] });
|
166
158
|
;// CONCATENATED MODULE: ../../packages/pagination/src/use-limit.tsx
|
167
159
|
|
168
160
|
|
@@ -195,8 +187,6 @@ const select_less_namespaceObject = select_less_x({ });
|
|
195
187
|
|
196
188
|
|
197
189
|
|
198
|
-
|
199
|
-
|
200
190
|
function _isSlot(s) {
|
201
191
|
return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !(0,external_vue_namespaceObject.isVNode)(s);
|
202
192
|
}
|
@@ -233,7 +223,7 @@ function _isSlot(s) {
|
|
233
223
|
var handleLimitChange = function handleLimitChange(limit) {
|
234
224
|
localLimit.value = limit;
|
235
225
|
};
|
236
|
-
var _usePrefix = (0,
|
226
|
+
var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
|
237
227
|
resolveClassName = _usePrefix.resolveClassName;
|
238
228
|
var render = function render(_ref) {
|
239
229
|
var _slot;
|
@@ -246,7 +236,7 @@ function _isSlot(s) {
|
|
246
236
|
"class": _defineProperty(_defineProperty(_defineProperty({}, resolveClassName('pagination-limit'), true), 'is-first', isFirst), 'is-last', isLast)
|
247
237
|
}, {
|
248
238
|
disabled: proxy.disabled
|
249
|
-
}), [(0,external_vue_namespaceObject.createVNode)("div", null, [t.value.eachPage]), (0,external_vue_namespaceObject.createVNode)(
|
239
|
+
}), [(0,external_vue_namespaceObject.createVNode)("div", null, [t.value.eachPage]), (0,external_vue_namespaceObject.createVNode)(external_select_namespaceObject["default"], {
|
250
240
|
"class": "".concat(resolveClassName('pagination-limit-select')),
|
251
241
|
"clearable": false,
|
252
242
|
"size": "small",
|
@@ -255,7 +245,7 @@ function _isSlot(s) {
|
|
255
245
|
"onChange": handleLimitChange,
|
256
246
|
"disabled": proxy.disabled
|
257
247
|
}, _isSlot(_slot = proxy.limitList.map(function (num, index) {
|
258
|
-
return (0,external_vue_namespaceObject.createVNode)(
|
248
|
+
return (0,external_vue_namespaceObject.createVNode)(external_select_namespaceObject.BkOption, {
|
259
249
|
"id": num,
|
260
250
|
"name": "".concat(num),
|
261
251
|
"key": "".concat(index, "_").concat(num)
|
@@ -272,9 +262,9 @@ function _isSlot(s) {
|
|
272
262
|
};
|
273
263
|
});
|
274
264
|
;// CONCATENATED MODULE: external "../icon"
|
275
|
-
var
|
276
|
-
var
|
277
|
-
const
|
265
|
+
var external_icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
266
|
+
var external_icon_y = x => () => x
|
267
|
+
const external_icon_namespaceObject = external_icon_x({ ["AngleLeft"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.AngleLeft, ["AngleRight"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.AngleRight, ["Ellipsis"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Ellipsis });
|
278
268
|
;// CONCATENATED MODULE: ../../packages/pagination/src/use-list.tsx
|
279
269
|
|
280
270
|
|
@@ -406,7 +396,7 @@ var PAGE_ITEMS_NUM = 5;
|
|
406
396
|
var handleNextBatch = function handleNextBatch() {
|
407
397
|
localCurrent.value = Math.min(proxy.totalPageNum, localCurrent.value + PAGE_ITEMS_NUM);
|
408
398
|
};
|
409
|
-
var _usePrefix = (0,
|
399
|
+
var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
|
410
400
|
resolveClassName = _usePrefix.resolveClassName;
|
411
401
|
var render = function render(_ref) {
|
412
402
|
var isFirst = _ref.isFirst,
|
@@ -416,7 +406,7 @@ var PAGE_ITEMS_NUM = 5;
|
|
416
406
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
417
407
|
"class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-pre')), true), 'is-disabled', isPagePreDisabled.value),
|
418
408
|
"onClick": handlePrePage
|
419
|
-
}, [proxy.prevText || (0,external_vue_namespaceObject.createVNode)(
|
409
|
+
}, [proxy.prevText || (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.AngleLeft, null, null)]), (0,external_vue_namespaceObject.createVNode)("div", {
|
420
410
|
"class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-item')), true), 'is-active', localCurrent.value === 1),
|
421
411
|
"key": "1",
|
422
412
|
"onClick": function onClick() {
|
@@ -426,7 +416,7 @@ var PAGE_ITEMS_NUM = 5;
|
|
426
416
|
"key": "pre-batch",
|
427
417
|
"class": "".concat(resolveClassName('pagination-list-pre-batch')),
|
428
418
|
"onClick": handlePreBatch
|
429
|
-
}, [(0,external_vue_namespaceObject.createVNode)(
|
419
|
+
}, [(0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Ellipsis, null, null)]), list.value.map(function (num) {
|
430
420
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
431
421
|
"class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-item')), true), 'is-active', localCurrent.value === num),
|
432
422
|
"key": num,
|
@@ -438,7 +428,7 @@ var PAGE_ITEMS_NUM = 5;
|
|
438
428
|
"key": "next-batch",
|
439
429
|
"class": "".concat(resolveClassName('pagination-list-next-batch')),
|
440
430
|
"onClick": handleNextBatch
|
441
|
-
}, [(0,external_vue_namespaceObject.createVNode)(
|
431
|
+
}, [(0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Ellipsis, null, null)]), proxy.totalPageNum > 1 && (0,external_vue_namespaceObject.createVNode)("div", {
|
442
432
|
"class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-item')), true), 'is-active', localCurrent.value === proxy.totalPageNum),
|
443
433
|
"key": "last",
|
444
434
|
"onClick": function onClick() {
|
@@ -447,7 +437,7 @@ var PAGE_ITEMS_NUM = 5;
|
|
447
437
|
}, [proxy.totalPageNum]), (0,external_vue_namespaceObject.createVNode)("div", {
|
448
438
|
"class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-pre')), true), 'is-disabled', isPageNextDisabled.value),
|
449
439
|
"onClick": handleNextPage
|
450
|
-
}, [proxy.nextText || (0,external_vue_namespaceObject.createVNode)(
|
440
|
+
}, [proxy.nextText || (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.AngleRight, null, null)])]);
|
451
441
|
};
|
452
442
|
return {
|
453
443
|
current: localCurrent,
|
@@ -455,13 +445,9 @@ var PAGE_ITEMS_NUM = 5;
|
|
455
445
|
};
|
456
446
|
});
|
457
447
|
;// CONCATENATED MODULE: external "../popover"
|
458
|
-
var
|
459
|
-
var
|
460
|
-
const
|
461
|
-
;// CONCATENATED MODULE: external "../popover/popover.less"
|
462
|
-
var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
463
|
-
var popover_less_y = x => () => x
|
464
|
-
const popover_less_namespaceObject = popover_less_x({ });
|
448
|
+
var external_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
449
|
+
var external_popover_y = x => () => x
|
450
|
+
const external_popover_namespaceObject = external_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE__popover_cf5f8dce__["default"] });
|
465
451
|
;// CONCATENATED MODULE: ../../packages/pagination/src/use-small-list.tsx
|
466
452
|
|
467
453
|
|
@@ -494,7 +480,6 @@ const popover_less_namespaceObject = popover_less_x({ });
|
|
494
480
|
|
495
481
|
|
496
482
|
|
497
|
-
|
498
483
|
/* harmony default export */ const use_small_list = (function () {
|
499
484
|
var _getCurrentInstance = (0,external_vue_namespaceObject.getCurrentInstance)(),
|
500
485
|
proxy = _getCurrentInstance.proxy;
|
@@ -608,7 +593,7 @@ const popover_less_namespaceObject = popover_less_x({ });
|
|
608
593
|
inputMemo = item;
|
609
594
|
handlePageEditorBlur();
|
610
595
|
};
|
611
|
-
var _usePrefix = (0,
|
596
|
+
var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
|
612
597
|
resolveClassName = _usePrefix.resolveClassName;
|
613
598
|
var render = function render() {
|
614
599
|
return (0,external_vue_namespaceObject.createVNode)("div", {
|
@@ -616,7 +601,7 @@ const popover_less_namespaceObject = popover_less_x({ });
|
|
616
601
|
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
617
602
|
"class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-btn-pre')), true), 'is-disabled', isPagePreDisabled.value),
|
618
603
|
"onClick": handlePrePage
|
619
|
-
}, [(0,external_vue_namespaceObject.createVNode)(
|
604
|
+
}, [(0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.AngleLeft, null, null)]), (0,external_vue_namespaceObject.createVNode)(external_popover_namespaceObject["default"], {
|
620
605
|
"theme": "light",
|
621
606
|
"trigger": "click",
|
622
607
|
"arrow": false,
|
@@ -659,7 +644,7 @@ const popover_less_namespaceObject = popover_less_x({ });
|
|
659
644
|
}), (0,external_vue_namespaceObject.createVNode)("div", {
|
660
645
|
"class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-btn-next')), true), 'is-disabled', isPageNextDisabled.value),
|
661
646
|
"onClick": handleNextPage
|
662
|
-
}, [(0,external_vue_namespaceObject.createVNode)(
|
647
|
+
}, [(0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.AngleRight, null, null)])]);
|
663
648
|
};
|
664
649
|
return {
|
665
650
|
current: localCurrent,
|
@@ -705,7 +690,7 @@ const popover_less_namespaceObject = popover_less_x({ });
|
|
705
690
|
if (!props.showTotalCount) {
|
706
691
|
return null;
|
707
692
|
}
|
708
|
-
var _usePrefix = (0,
|
693
|
+
var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
|
709
694
|
resolveClassName = _usePrefix.resolveClassName;
|
710
695
|
return (0,external_vue_namespaceObject.createVNode)("div", (0,external_vue_namespaceObject.mergeProps)({
|
711
696
|
"class": _defineProperty(_defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-total')), true), 'is-first', isFirst), 'is-last', isLast)
|
@@ -753,22 +738,22 @@ const popover_less_namespaceObject = popover_less_x({ });
|
|
753
738
|
|
754
739
|
|
755
740
|
var paginationProps = {
|
756
|
-
modelValue:
|
757
|
-
count:
|
758
|
-
limit:
|
759
|
-
limitList:
|
760
|
-
showLimit:
|
761
|
-
type:
|
762
|
-
location:
|
763
|
-
align:
|
764
|
-
size:
|
765
|
-
small:
|
766
|
-
showTotalCount:
|
767
|
-
prevText:
|
768
|
-
nextText:
|
769
|
-
disabled:
|
770
|
-
beforeChange:
|
771
|
-
layout:
|
741
|
+
modelValue: external_shared_namespaceObject.PropTypes.number.def(1),
|
742
|
+
count: external_shared_namespaceObject.PropTypes.number.def(0).isRequired,
|
743
|
+
limit: external_shared_namespaceObject.PropTypes.number.def(10),
|
744
|
+
limitList: external_shared_namespaceObject.PropTypes.arrayOf(Number).def([10, 20, 50, 100]),
|
745
|
+
showLimit: external_shared_namespaceObject.PropTypes.bool.def(true),
|
746
|
+
type: external_shared_namespaceObject.PropTypes.oneOf(['default', 'compact']).def('default'),
|
747
|
+
location: external_shared_namespaceObject.PropTypes.oneOf(['left', 'right']).def('right'),
|
748
|
+
align: external_shared_namespaceObject.PropTypes.oneOf(['left', 'center', 'right']).def('left'),
|
749
|
+
size: external_shared_namespaceObject.PropTypes.size(),
|
750
|
+
small: external_shared_namespaceObject.PropTypes.bool.def(false),
|
751
|
+
showTotalCount: external_shared_namespaceObject.PropTypes.bool.def(true),
|
752
|
+
prevText: external_shared_namespaceObject.PropTypes.string,
|
753
|
+
nextText: external_shared_namespaceObject.PropTypes.string,
|
754
|
+
disabled: external_shared_namespaceObject.PropTypes.bool.def(false),
|
755
|
+
beforeChange: external_shared_namespaceObject.PropTypes.func,
|
756
|
+
layout: external_shared_namespaceObject.PropTypes.custom(function (value) {
|
772
757
|
var layoutNameMap = {
|
773
758
|
total: true,
|
774
759
|
list: true,
|
@@ -784,7 +769,7 @@ var paginationProps = {
|
|
784
769
|
props: paginationProps,
|
785
770
|
emits: ['update:modelValue', 'change', 'update:limit', 'limitChange'],
|
786
771
|
setup: function setup(props, context) {
|
787
|
-
var t = (0,
|
772
|
+
var t = (0,external_config_provider_namespaceObject.useLocale)('pagination');
|
788
773
|
var totalPageNum = (0,external_vue_namespaceObject.ref)(0);
|
789
774
|
var _toRefs = (0,external_vue_namespaceObject.toRefs)(props),
|
790
775
|
count = _toRefs.count,
|
@@ -822,7 +807,7 @@ var paginationProps = {
|
|
822
807
|
(0,external_vue_namespaceObject.watch)(localLimit, function (localLimit) {
|
823
808
|
context.emit('limitChange', localLimit);
|
824
809
|
});
|
825
|
-
var _usePrefix = (0,
|
810
|
+
var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
|
826
811
|
resolveClassName = _usePrefix.resolveClassName;
|
827
812
|
return {
|
828
813
|
totalPageNum: totalPageNum,
|
@@ -835,7 +820,7 @@ var paginationProps = {
|
|
835
820
|
},
|
836
821
|
render: function render() {
|
837
822
|
var _this = this;
|
838
|
-
var paginationClass = (0,
|
823
|
+
var paginationClass = (0,external_shared_namespaceObject.classes)(_defineProperty(_defineProperty(_defineProperty({}, "".concat(this.resolveClassName('pagination')), true), "".concat(this.resolveClassName("pagination--".concat(this.size))), true), "is-align-".concat(this.align), true));
|
839
824
|
var layoutMap = {
|
840
825
|
total: this.renderTotal,
|
841
826
|
list: this.small ? this.renderSmallList : this.renderList,
|
@@ -879,7 +864,7 @@ var paginationProps = {
|
|
879
864
|
*/
|
880
865
|
|
881
866
|
|
882
|
-
var BkPagination = (0,
|
867
|
+
var BkPagination = (0,external_shared_namespaceObject.withInstall)(pagination);
|
883
868
|
/* harmony default export */ const src = (BkPagination);
|
884
869
|
|
885
870
|
var __webpack_exports__BkPagination = __webpack_exports__.BkPagination;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
.bk-pagination {
|
2
2
|
display: flex;
|
3
3
|
align-items: center;
|
4
4
|
font-size: 12px;
|
@@ -6,43 +6,43 @@
|
|
6
6
|
color: #63656e;
|
7
7
|
user-select: none;
|
8
8
|
}
|
9
|
-
|
9
|
+
.bk-pagination.is-disabled {
|
10
10
|
cursor: not-allowed;
|
11
11
|
}
|
12
|
-
|
12
|
+
.bk-pagination.is-align-left {
|
13
13
|
justify-content: flex-start;
|
14
14
|
}
|
15
|
-
|
15
|
+
.bk-pagination.is-align-center {
|
16
16
|
justify-content: center;
|
17
17
|
}
|
18
|
-
|
18
|
+
.bk-pagination.is-align-right {
|
19
19
|
justify-content: flex-end;
|
20
20
|
}
|
21
|
-
|
21
|
+
.bk-pagination > * {
|
22
22
|
margin: 0 6px;
|
23
23
|
}
|
24
|
-
|
24
|
+
.bk-pagination > .is-first {
|
25
25
|
margin-left: 0;
|
26
26
|
}
|
27
|
-
|
27
|
+
.bk-pagination > .is-last {
|
28
28
|
margin-right: 0;
|
29
29
|
}
|
30
|
-
|
30
|
+
.bk-pagination-total {
|
31
31
|
display: flex;
|
32
32
|
user-select: none;
|
33
33
|
}
|
34
|
-
|
34
|
+
.bk-pagination-total-num {
|
35
35
|
padding: 0 2px;
|
36
36
|
}
|
37
|
-
|
37
|
+
.bk-pagination-list {
|
38
38
|
display: flex;
|
39
39
|
margin-right: 8px;
|
40
40
|
}
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
41
|
+
.bk-pagination-list-pre-batch,
|
42
|
+
.bk-pagination-list-next-batch,
|
43
|
+
.bk-pagination-list-pre,
|
44
|
+
.bk-pagination-list-next,
|
45
|
+
.bk-pagination-list-item {
|
46
46
|
display: flex;
|
47
47
|
align-items: center;
|
48
48
|
justify-content: center;
|
@@ -57,78 +57,78 @@
|
|
57
57
|
border-radius: 2px;
|
58
58
|
user-select: none;
|
59
59
|
}
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
60
|
+
.bk-pagination-list-pre-batch.is-active,
|
61
|
+
.bk-pagination-list-next-batch.is-active,
|
62
|
+
.bk-pagination-list-pre.is-active,
|
63
|
+
.bk-pagination-list-next.is-active,
|
64
|
+
.bk-pagination-list-item.is-active {
|
65
65
|
color: #3a84ff;
|
66
66
|
background: #e1ecff;
|
67
67
|
}
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
68
|
+
.bk-pagination-list-pre-batch:hover,
|
69
|
+
.bk-pagination-list-next-batch:hover,
|
70
|
+
.bk-pagination-list-pre:hover,
|
71
|
+
.bk-pagination-list-next:hover,
|
72
|
+
.bk-pagination-list-item:hover {
|
73
73
|
background: #f0f1f5;
|
74
74
|
}
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
75
|
+
.bk-pagination-list-pre-batch.is-disabled,
|
76
|
+
.bk-pagination-list-next-batch.is-disabled,
|
77
|
+
.bk-pagination-list-pre.is-disabled,
|
78
|
+
.bk-pagination-list-next.is-disabled,
|
79
|
+
.bk-pagination-list-item.is-disabled {
|
80
80
|
color: #c4c6cc;
|
81
81
|
cursor: not-allowed;
|
82
82
|
background-color: #fafbfd;
|
83
83
|
border-color: #dcdee5;
|
84
84
|
}
|
85
|
-
|
86
|
-
|
85
|
+
.bk-pagination-list-pre,
|
86
|
+
.bk-pagination-list-next {
|
87
87
|
font-size: 20px;
|
88
88
|
color: #979ba5;
|
89
89
|
}
|
90
|
-
|
91
|
-
|
90
|
+
.bk-pagination-list-pre.is-disabled,
|
91
|
+
.bk-pagination-list-next.is-disabled {
|
92
92
|
color: #dcdee5;
|
93
93
|
cursor: not-allowed;
|
94
94
|
background-color: transparent;
|
95
95
|
}
|
96
|
-
|
96
|
+
.bk-pagination-list-item {
|
97
97
|
margin-right: 2px;
|
98
98
|
margin-left: 2px;
|
99
99
|
}
|
100
|
-
|
100
|
+
.bk-pagination-limit {
|
101
101
|
display: flex;
|
102
102
|
align-items: center;
|
103
103
|
user-select: none;
|
104
104
|
}
|
105
|
-
|
105
|
+
.bk-pagination-limit-select {
|
106
106
|
width: 60px;
|
107
107
|
margin: 0 4px;
|
108
108
|
}
|
109
|
-
|
109
|
+
.bk-pagination-limit-select .bk-input {
|
110
110
|
border-color: #f0f1f5;
|
111
111
|
}
|
112
|
-
|
112
|
+
.bk-pagination-limit-select .bk-input--text {
|
113
113
|
background-color: #f0f1f5;
|
114
114
|
}
|
115
|
-
|
115
|
+
.bk-pagination-limit-select:hover .bk-input {
|
116
116
|
border-color: #eaebf0;
|
117
117
|
}
|
118
|
-
|
118
|
+
.bk-pagination-limit-select:hover .bk-input--text {
|
119
119
|
background-color: #eaebf0;
|
120
120
|
}
|
121
|
-
|
121
|
+
.bk-pagination-limit-select .bk-input.is-focused {
|
122
122
|
border-color: #3a84ff;
|
123
123
|
}
|
124
|
-
|
124
|
+
.bk-pagination-limit-select .bk-input.is-focused .bk-input--text {
|
125
125
|
background-color: #fff;
|
126
126
|
}
|
127
|
-
|
127
|
+
.bk-pagination-small-list {
|
128
128
|
display: flex;
|
129
129
|
align-items: center;
|
130
130
|
}
|
131
|
-
|
131
|
+
.bk-pagination-small-list .bk-pagination-picker {
|
132
132
|
display: flex;
|
133
133
|
height: 26px;
|
134
134
|
margin: 0 4px;
|
@@ -138,16 +138,16 @@
|
|
138
138
|
border-radius: 2px;
|
139
139
|
align-items: center;
|
140
140
|
}
|
141
|
-
|
141
|
+
.bk-pagination-small-list .bk-pagination-picker:hover {
|
142
142
|
background-color: #eaebf0;
|
143
143
|
border-color: #eaebf0;
|
144
144
|
}
|
145
|
-
|
145
|
+
.bk-pagination-small-list .bk-pagination-picker.is-focused {
|
146
146
|
background-color: #fff;
|
147
147
|
border-color: #3a84ff;
|
148
148
|
box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
|
149
149
|
}
|
150
|
-
|
150
|
+
.bk-pagination-editor {
|
151
151
|
height: 16px;
|
152
152
|
min-width: 23px;
|
153
153
|
padding-right: 4px;
|
@@ -160,12 +160,12 @@
|
|
160
160
|
outline: none;
|
161
161
|
transition: all 0.15s;
|
162
162
|
}
|
163
|
-
|
163
|
+
.bk-pagination-small-list-total {
|
164
164
|
padding-right: 8px;
|
165
165
|
padding-left: 4px;
|
166
166
|
}
|
167
|
-
|
168
|
-
|
167
|
+
.bk-pagination-btn-pre,
|
168
|
+
.bk-pagination-btn-next {
|
169
169
|
display: flex;
|
170
170
|
width: 26px;
|
171
171
|
height: 26px;
|
@@ -175,23 +175,23 @@
|
|
175
175
|
justify-content: center;
|
176
176
|
align-items: center;
|
177
177
|
}
|
178
|
-
|
179
|
-
|
178
|
+
.bk-pagination-btn-pre:hover,
|
179
|
+
.bk-pagination-btn-next:hover {
|
180
180
|
color: #3a84ff;
|
181
181
|
background: #f0f1f5;
|
182
182
|
}
|
183
|
-
|
184
|
-
|
183
|
+
.bk-pagination-btn-pre.is-disabled,
|
184
|
+
.bk-pagination-btn-next.is-disabled {
|
185
185
|
color: #dcdee5;
|
186
186
|
cursor: not-allowed;
|
187
187
|
}
|
188
|
-
|
188
|
+
.bk-pagination-picker-list {
|
189
189
|
max-height: 216px;
|
190
190
|
padding: 7px 0;
|
191
191
|
margin: -7px -14px;
|
192
192
|
overflow: auto;
|
193
193
|
}
|
194
|
-
|
194
|
+
.bk-pagination-picker-list .item {
|
195
195
|
height: 32px;
|
196
196
|
padding: 0 10px;
|
197
197
|
font-size: 12px;
|
@@ -199,8 +199,8 @@
|
|
199
199
|
color: #63656e;
|
200
200
|
cursor: pointer;
|
201
201
|
}
|
202
|
-
|
203
|
-
|
202
|
+
.bk-pagination-picker-list .item:hover,
|
203
|
+
.bk-pagination-picker-list .item.is-actived {
|
204
204
|
color: #3a84ff;
|
205
205
|
background: #f4f6fa;
|
206
206
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
@import '../styles/themes/themes.less';
|
2
2
|
|
3
|
-
|
3
|
+
.@{bk-prefix}-pagination {
|
4
4
|
display: flex;
|
5
5
|
align-items: center;
|
6
6
|
font-size: 12px;
|
@@ -17,11 +17,11 @@
|
|
17
17
|
}
|
18
18
|
|
19
19
|
&.is-align-center {
|
20
|
-
justify-content: center
|
20
|
+
justify-content: center;;
|
21
21
|
}
|
22
22
|
|
23
23
|
&.is-align-right {
|
24
|
-
justify-content: flex-end
|
24
|
+
justify-content: flex-end;;
|
25
25
|
}
|
26
26
|
|
27
27
|
& > * {
|
@@ -35,26 +35,27 @@
|
|
35
35
|
& > .is-last {
|
36
36
|
margin-right: 0;
|
37
37
|
}
|
38
|
+
|
38
39
|
}
|
39
|
-
|
40
|
+
.@{bk-prefix}-pagination-total {
|
40
41
|
display: flex;
|
41
42
|
user-select: none;
|
42
43
|
}
|
43
44
|
|
44
|
-
|
45
|
+
.@{bk-prefix}-pagination-total-num {
|
45
46
|
padding: 0 2px;
|
46
47
|
}
|
47
48
|
|
48
|
-
|
49
|
+
.@{bk-prefix}-pagination-list {
|
49
50
|
display: flex;
|
50
51
|
margin-right: 8px;
|
51
52
|
}
|
52
53
|
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
54
|
+
.@{bk-prefix}-pagination-list-pre-batch,
|
55
|
+
.@{bk-prefix}-pagination-list-next-batch,
|
56
|
+
.@{bk-prefix}-pagination-list-pre,
|
57
|
+
.@{bk-prefix}-pagination-list-next,
|
58
|
+
.@{bk-prefix}-pagination-list-item {
|
58
59
|
display: flex;
|
59
60
|
align-items: center;
|
60
61
|
justify-content: center;
|
@@ -86,8 +87,8 @@
|
|
86
87
|
}
|
87
88
|
}
|
88
89
|
|
89
|
-
|
90
|
-
|
90
|
+
.@{bk-prefix}-pagination-list-pre,
|
91
|
+
.@{bk-prefix}-pagination-list-next {
|
91
92
|
font-size: 20px;
|
92
93
|
color: #979ba5;
|
93
94
|
|
@@ -98,18 +99,18 @@
|
|
98
99
|
}
|
99
100
|
}
|
100
101
|
|
101
|
-
|
102
|
+
.@{bk-prefix}-pagination-list-item {
|
102
103
|
margin-right: 2px;
|
103
104
|
margin-left: 2px;
|
104
105
|
}
|
105
106
|
|
106
|
-
|
107
|
+
.@{bk-prefix}-pagination-limit {
|
107
108
|
display: flex;
|
108
109
|
align-items: center;
|
109
110
|
user-select: none;
|
110
111
|
}
|
111
112
|
|
112
|
-
|
113
|
+
.@{bk-prefix}-pagination-limit-select {
|
113
114
|
width: 60px;
|
114
115
|
margin: 0 4px;
|
115
116
|
|
@@ -142,7 +143,7 @@
|
|
142
143
|
}
|
143
144
|
}
|
144
145
|
|
145
|
-
|
146
|
+
.@{bk-prefix}-pagination-small-list {
|
146
147
|
display: flex;
|
147
148
|
align-items: center;
|
148
149
|
|
@@ -164,12 +165,12 @@
|
|
164
165
|
&.is-focused {
|
165
166
|
background-color: #fff;
|
166
167
|
border-color: #3a84ff;
|
167
|
-
box-shadow: 0px 0px 4px rgba(58, 132, 255,
|
168
|
+
box-shadow: 0px 0px 4px rgba(58, 132, 255, .4);
|
168
169
|
}
|
169
170
|
}
|
170
171
|
}
|
171
172
|
|
172
|
-
|
173
|
+
.@{bk-prefix}-pagination-editor {
|
173
174
|
height: 16px;
|
174
175
|
min-width: 23px;
|
175
176
|
padding-right: 4px;
|
@@ -180,14 +181,14 @@
|
|
180
181
|
border: 0;
|
181
182
|
border-radius: 2px;
|
182
183
|
outline: none;
|
183
|
-
transition: all
|
184
|
+
transition: all .15s
|
184
185
|
}
|
185
|
-
|
186
|
+
.@{bk-prefix}-pagination-small-list-total {
|
186
187
|
padding-right: 8px;
|
187
188
|
padding-left: 4px;
|
188
189
|
}
|
189
|
-
|
190
|
-
|
190
|
+
.@{bk-prefix}-pagination-btn-pre,
|
191
|
+
.@{bk-prefix}-pagination-btn-next {
|
191
192
|
display: flex;
|
192
193
|
width: 26px;
|
193
194
|
height: 26px;
|
@@ -207,7 +208,7 @@
|
|
207
208
|
cursor: not-allowed;
|
208
209
|
}
|
209
210
|
}
|
210
|
-
|
211
|
+
.@{bk-prefix}-pagination-picker-list {
|
211
212
|
max-height: @popover-max-height;
|
212
213
|
padding: 7px 0;
|
213
214
|
margin: -7px -14px;
|