bkui-vue 0.0.1-beta.125 → 0.0.1-beta.128

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.
Files changed (117) hide show
  1. package/dist/index.cjs.js +31 -145
  2. package/dist/index.esm.js +435 -3387
  3. package/dist/index.umd.js +31 -145
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.variable.css +2 -2
  7. package/lib/affix/index.d.ts +22 -118
  8. package/lib/alert/alert.variable.css +2 -2
  9. package/lib/alert/index.d.ts +28 -146
  10. package/lib/animate-number/index.d.ts +14 -84
  11. package/lib/backtop/backtop.variable.css +2 -2
  12. package/lib/backtop/index.d.ts +29 -135
  13. package/lib/badge/badge.variable.css +2 -2
  14. package/lib/badge/index.d.ts +46 -211
  15. package/lib/breadcrumb/breadcrumb.variable.css +2 -2
  16. package/lib/button/button.css +0 -4
  17. package/lib/button/button.less +7 -13
  18. package/lib/button/button.variable.css +2 -6
  19. package/lib/card/card.variable.css +2 -2
  20. package/lib/card/index.d.ts +50 -223
  21. package/lib/cascader/cascader.variable.css +2 -2
  22. package/lib/checkbox/checkbox.css +1 -1
  23. package/lib/checkbox/checkbox.less +1 -1
  24. package/lib/checkbox/checkbox.variable.css +3 -3
  25. package/lib/code-diff/code-diff.variable.css +2 -2
  26. package/lib/code-diff/index.d.ts +23 -123
  27. package/lib/collapse/collapse.variable.css +2 -2
  28. package/lib/collapse/index.d.ts +28 -147
  29. package/lib/components.d.ts +0 -1
  30. package/lib/components.js +1 -1
  31. package/lib/container/container.variable.css +2 -2
  32. package/lib/date-picker/date-picker.variable.css +2 -2
  33. package/lib/date-picker/index.d.ts +124 -566
  34. package/lib/dialog/index.d.ts +140 -557
  35. package/lib/divider/divider.variable.css +2 -2
  36. package/lib/divider/index.d.ts +23 -117
  37. package/lib/dropdown/dropdown.variable.css +2 -2
  38. package/lib/exception/exception.variable.css +2 -2
  39. package/lib/exception/index.d.ts +13 -83
  40. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
  41. package/lib/fixed-navbar/index.d.ts +22 -121
  42. package/lib/form/form.variable.css +2 -2
  43. package/lib/input/index.d.ts +92 -408
  44. package/lib/input/index.js +1 -1
  45. package/lib/input/input.css +5 -13
  46. package/lib/input/input.less +2 -12
  47. package/lib/input/input.variable.css +4 -12
  48. package/lib/link/index.d.ts +28 -134
  49. package/lib/link/link.variable.css +2 -2
  50. package/lib/loading/loading.css +2 -0
  51. package/lib/loading/loading.less +2 -2
  52. package/lib/loading/loading.variable.css +4 -2
  53. package/lib/menu/menu.variable.css +2 -2
  54. package/lib/menu/submenu.variable.css +2 -2
  55. package/lib/message/message.variable.css +2 -2
  56. package/lib/navigation/index.d.ts +51 -244
  57. package/lib/navigation/navigation.variable.css +2 -2
  58. package/lib/notify/notify.variable.css +2 -2
  59. package/lib/pagination/index.d.ts +68 -305
  60. package/lib/pagination/pagination.variable.css +2 -2
  61. package/lib/popover/index.d.ts +76 -298
  62. package/lib/popover/popover.variable.css +2 -2
  63. package/lib/popover2/index.d.ts +92 -378
  64. package/lib/popover2/popover2.variable.css +2 -2
  65. package/lib/process/index.d.ts +35 -166
  66. package/lib/process/process.variable.css +2 -2
  67. package/lib/progress/index.d.ts +76 -306
  68. package/lib/progress/progress.variable.css +2 -2
  69. package/lib/radio/radio.variable.css +2 -2
  70. package/lib/rate/index.d.ts +15 -96
  71. package/lib/resize-layout/index.d.ts +52 -261
  72. package/lib/resize-layout/resize-layout.variable.css +2 -2
  73. package/lib/select/select.variable.css +2 -2
  74. package/lib/shared/index.d.ts +3 -3
  75. package/lib/sideslider/index.d.ts +91 -369
  76. package/lib/sideslider/sideslider.variable.css +2 -2
  77. package/lib/slider/index.d.ts +78 -319
  78. package/lib/slider/slider.variable.css +2 -2
  79. package/lib/steps/index.d.ts +43 -198
  80. package/lib/steps/steps.variable.css +2 -2
  81. package/lib/styles/mixins/scroll.variable.css +2 -2
  82. package/lib/styles/themes/themes.less +2 -2
  83. package/lib/swiper/index.d.ts +30 -146
  84. package/lib/switcher/index.d.ts +50 -223
  85. package/lib/switcher/switcher.variable.css +2 -2
  86. package/lib/tab/tab.variable.css +2 -2
  87. package/lib/table/index.d.ts +105 -412
  88. package/lib/table/index.js +1 -1
  89. package/lib/table/plugins/head-filter.variable.css +2 -2
  90. package/lib/table/plugins/head-sort.variable.css +2 -2
  91. package/lib/table/plugins/settings.css +4 -22
  92. package/lib/table/plugins/settings.less +4 -24
  93. package/lib/table/plugins/settings.variable.css +6 -24
  94. package/lib/table/props.d.ts +3 -2
  95. package/lib/table/table.css +4 -664
  96. package/lib/table/table.d.ts +7 -2
  97. package/lib/table/table.less +0 -6
  98. package/lib/table/table.variable.css +6 -666
  99. package/lib/tag/index.d.ts +38 -183
  100. package/lib/tag/tag.variable.css +2 -2
  101. package/lib/tag-input/index.d.ts +145 -666
  102. package/lib/tag-input/tag-input.variable.css +2 -2
  103. package/lib/timeline/index.d.ts +19 -109
  104. package/lib/timeline/timeline.variable.css +2 -2
  105. package/lib/transfer/index.d.ts +59 -264
  106. package/lib/transfer/transfer.variable.css +2 -2
  107. package/lib/tree/index.d.ts +103 -401
  108. package/lib/tree/index.js +1 -1
  109. package/lib/tree/tree.css +0 -105
  110. package/lib/tree/tree.less +0 -2
  111. package/lib/tree/tree.variable.css +2 -107
  112. package/lib/tree/use-node-action.d.ts +1 -1
  113. package/lib/tree/use-node-attribute.d.ts +0 -1
  114. package/lib/upload/upload.variable.css +2 -2
  115. package/lib/virtual-render/index.d.ts +109 -433
  116. package/lib/virtual-render/virtual-render.variable.css +2 -2
  117. package/package.json +1 -1
@@ -15,648 +15,6 @@
15
15
  .bk-F-scroll-y::-webkit-scrollbar-thumb {
16
16
  border-radius: 4px;
17
17
  }
18
- .bk-virtual-render {
19
- position: relative;
20
- }
21
- .bk-virtual-render .bk-virtual-content,
22
- .bk-virtual-render.bk-virtual-content {
23
- position: absolute;
24
- top: 0;
25
- bottom: 0;
26
- left: 0;
27
- width: 100%;
28
- height: 100%;
29
- }
30
- .bk-virtual-render .bk-virtual-section {
31
- width: 1px;
32
- background: transparent;
33
- }
34
- .bk-checkbox {
35
- display: inline-flex;
36
- justify-self: center;
37
- margin-right: 30px;
38
- font-size: 14px;
39
- line-height: 18px;
40
- letter-spacing: normal;
41
- color: #63656e;
42
- cursor: pointer;
43
- user-select: none;
44
- }
45
- .bk-checkbox.is-checked .bk-checkbox-input {
46
- background: #3a84ff;
47
- border-color: #3a84ff;
48
- transition: all 0.1s;
49
- }
50
- .bk-checkbox.is-checked .bk-checkbox-input.small::after {
51
- width: 3px;
52
- height: 6px;
53
- }
54
- .bk-checkbox.is-checked .bk-checkbox-input::after {
55
- position: absolute;
56
- top: 50%;
57
- left: 50%;
58
- width: 4px;
59
- height: 8px;
60
- border: 2px solid #fff;
61
- border-top: 0;
62
- border-left: 0;
63
- content: '';
64
- transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
65
- transform-origin: center;
66
- }
67
- .bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
68
- width: 6px;
69
- height: 2px;
70
- }
71
- .bk-checkbox.is-indeterminated .bk-checkbox-input::after {
72
- position: absolute;
73
- top: 50%;
74
- left: 50%;
75
- width: 8px;
76
- height: 2px;
77
- background: #fff;
78
- border: none;
79
- border-radius: 2px;
80
- content: '';
81
- transform: translate(-50%, -50%);
82
- }
83
- .bk-checkbox.is-disabled {
84
- color: #c4c6cc;
85
- cursor: not-allowed;
86
- }
87
- .bk-checkbox.is-disabled .bk-checkbox-input {
88
- background: #fafbfd;
89
- border-color: #dcdee5;
90
- }
91
- .bk-checkbox.is-disabled .bk-checkbox-input::after {
92
- background: #dcdee5;
93
- }
94
- .bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
95
- background: #dcdee5;
96
- }
97
- .bk-checkbox .bk-checkbox-input {
98
- position: relative;
99
- display: inline-block;
100
- width: 16px;
101
- height: 16px;
102
- margin-right: 5px;
103
- vertical-align: middle;
104
- border: 1px solid #979ba5;
105
- border-radius: 2px;
106
- }
107
- .bk-checkbox .bk-checkbox-input.small {
108
- width: 14px;
109
- height: 14px;
110
- }
111
- .bk-checkbox .bk-checkbox-original {
112
- position: absolute;
113
- top: 0;
114
- left: 0;
115
- z-index: -1;
116
- width: 0;
117
- height: 0;
118
- }
119
- .bk-checkbox .bk-checkbox-label {
120
- display: inline-block;
121
- vertical-align: middle;
122
- }
123
- .bk-button {
124
- display: inline-flex;
125
- height: 32px;
126
- padding: 5px 12px;
127
- font-size: 14px;
128
- color: #63656e;
129
- text-decoration: none;
130
- white-space: nowrap;
131
- cursor: pointer;
132
- background-color: white;
133
- border: 1px solid #c4c6cc;
134
- border-radius: 2px;
135
- outline: none;
136
- box-sizing: border-box;
137
- transition: background-color ease 0.3s;
138
- appearance: none;
139
- align-items: center;
140
- justify-content: center;
141
- }
142
- .bk-button.bk-button-primary {
143
- background-color: #3a84ff;
144
- color: white;
145
- border-color: #3a84ff;
146
- }
147
- .bk-button.bk-button-primary:hover {
148
- background-color: #5594fa;
149
- border-color: #5594fa;
150
- }
151
- .bk-button.bk-button-primary:active {
152
- background-color: #2c77f4;
153
- border-color: #2c77f4;
154
- color: white;
155
- }
156
- .bk-button.bk-button-primary.is-outline {
157
- color: #3a84ff;
158
- border-color: #3a84ff;
159
- background-color: white;
160
- }
161
- .bk-button.bk-button-primary.is-outline:hover {
162
- background-color: #5594fa;
163
- border-color: #5594fa;
164
- color: white;
165
- }
166
- .bk-button.bk-button-primary.is-text {
167
- color: #3a84ff;
168
- background-color: transparent;
169
- border: none;
170
- }
171
- .bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
172
- color: #5594fa;
173
- }
174
- .bk-button.bk-button-primary.is-disabled {
175
- color: #dcdee5;
176
- cursor: not-allowed;
177
- }
178
- .bk-button.bk-button-primary.is-disabled:not(.is-text) {
179
- background-color: #dcdee5;
180
- color: white;
181
- border-color: #dcdee5;
182
- }
183
- .bk-button.bk-button-hover-primary:hover {
184
- background-color: #5594fa;
185
- border-color: #5594fa;
186
- color: white;
187
- }
188
- .bk-button.bk-button-warning {
189
- background-color: #ff9c01;
190
- color: white;
191
- border-color: #ff9c01;
192
- }
193
- .bk-button.bk-button-warning:hover {
194
- background-color: #ffb848;
195
- border-color: #ffb848;
196
- }
197
- .bk-button.bk-button-warning:active {
198
- background-color: #eb9000;
199
- border-color: #eb9000;
200
- color: white;
201
- }
202
- .bk-button.bk-button-warning.is-outline {
203
- color: #ff9c01;
204
- border-color: #ff9c01;
205
- background-color: white;
206
- }
207
- .bk-button.bk-button-warning.is-outline:hover {
208
- background-color: #ffb848;
209
- border-color: #ffb848;
210
- color: white;
211
- }
212
- .bk-button.bk-button-warning.is-text {
213
- color: #ff9c01;
214
- background-color: transparent;
215
- border: none;
216
- }
217
- .bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
218
- color: #ffb848;
219
- }
220
- .bk-button.bk-button-warning.is-disabled {
221
- color: #dcdee5;
222
- cursor: not-allowed;
223
- }
224
- .bk-button.bk-button-warning.is-disabled:not(.is-text) {
225
- background-color: #dcdee5;
226
- color: white;
227
- border-color: #dcdee5;
228
- }
229
- .bk-button.bk-button-hover-warning:hover {
230
- background-color: #ffb848;
231
- border-color: #ffb848;
232
- color: white;
233
- }
234
- .bk-button.bk-button-success {
235
- background-color: #2dcb56;
236
- color: white;
237
- border-color: #2dcb56;
238
- }
239
- .bk-button.bk-button-success:hover {
240
- background-color: #45e35f;
241
- border-color: #45e35f;
242
- }
243
- .bk-button.bk-button-success:active {
244
- background-color: #1ab943;
245
- border-color: #1ab943;
246
- color: white;
247
- }
248
- .bk-button.bk-button-success.is-outline {
249
- color: #2dcb56;
250
- border-color: #2dcb56;
251
- background-color: white;
252
- }
253
- .bk-button.bk-button-success.is-outline:hover {
254
- background-color: #45e35f;
255
- border-color: #45e35f;
256
- color: white;
257
- }
258
- .bk-button.bk-button-success.is-text {
259
- color: #2dcb56;
260
- background-color: transparent;
261
- border: none;
262
- }
263
- .bk-button.bk-button-success.is-text:not(.is-disabled):hover {
264
- color: #45e35f;
265
- }
266
- .bk-button.bk-button-success.is-disabled {
267
- color: #dcdee5;
268
- cursor: not-allowed;
269
- }
270
- .bk-button.bk-button-success.is-disabled:not(.is-text) {
271
- background-color: #dcdee5;
272
- color: white;
273
- border-color: #dcdee5;
274
- }
275
- .bk-button.bk-button-hover-success:hover {
276
- background-color: #45e35f;
277
- border-color: #45e35f;
278
- color: white;
279
- }
280
- .bk-button.bk-button-danger {
281
- background-color: #ea3636;
282
- color: white;
283
- border-color: #ea3636;
284
- }
285
- .bk-button.bk-button-danger:hover {
286
- background-color: #ff5656;
287
- border-color: #ff5656;
288
- }
289
- .bk-button.bk-button-danger:active {
290
- background-color: #db2626;
291
- border-color: #db2626;
292
- color: white;
293
- }
294
- .bk-button.bk-button-danger.is-outline {
295
- color: #ea3636;
296
- border-color: #ea3636;
297
- background-color: white;
298
- }
299
- .bk-button.bk-button-danger.is-outline:hover {
300
- background-color: #ff5656;
301
- border-color: #ff5656;
302
- color: white;
303
- }
304
- .bk-button.bk-button-danger.is-text {
305
- color: #ea3636;
306
- background-color: transparent;
307
- border: none;
308
- }
309
- .bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
310
- color: #ff5656;
311
- }
312
- .bk-button.bk-button-danger.is-disabled {
313
- color: #dcdee5;
314
- cursor: not-allowed;
315
- }
316
- .bk-button.bk-button-danger.is-disabled:not(.is-text) {
317
- background-color: #dcdee5;
318
- color: white;
319
- border-color: #dcdee5;
320
- }
321
- .bk-button.bk-button-hover-danger:hover {
322
- background-color: #ff5656;
323
- border-color: #ff5656;
324
- color: white;
325
- }
326
- .bk-button.bk-button-small {
327
- height: 26px;
328
- padding: 3px 12px;
329
- font-size: 12px;
330
- }
331
- .bk-button.bk-button-large {
332
- height: 38px;
333
- padding: 8px 20px;
334
- font-size: 16px;
335
- }
336
- .bk-button .bk-button-text {
337
- display: inline-flex;
338
- align-items: center;
339
- line-height: 1;
340
- }
341
- .bk-button.is-loading {
342
- position: relative;
343
- }
344
- .bk-button.is-loading .bk-button-loading:not(:last-child) {
345
- position: absolute;
346
- }
347
- .bk-button.is-loading .bk-button-text {
348
- visibility: hidden;
349
- }
350
- .bk-button:hover {
351
- border-color: #979ba5;
352
- }
353
- .bk-button:active {
354
- color: #3a84ff;
355
- border-color: #3a84ff;
356
- }
357
- .bk-button.is-text {
358
- height: auto;
359
- padding: 0;
360
- font-size: 14px;
361
- font-size: inherit;
362
- color: #63656e;
363
- text-decoration: none;
364
- cursor: pointer;
365
- background-color: transparent;
366
- border: none;
367
- outline: none;
368
- }
369
- .bk-button.is-disabled {
370
- color: #dcdee5;
371
- cursor: not-allowed;
372
- border-color: #dcdee5;
373
- }
374
- .bk-button-group {
375
- display: inline-block;
376
- font-size: 0;
377
- }
378
- .bk-button-group.bk-button-group-small .bk-button {
379
- height: 26px;
380
- padding: 3px 12px;
381
- font-size: 12px;
382
- }
383
- .bk-button-group.bk-button-group-large .bk-button {
384
- height: 38px;
385
- padding: 8px 20px;
386
- font-size: 16px;
387
- }
388
- .bk-button-group .bk-button {
389
- height: 32px;
390
- margin: 0 0 0 -1px;
391
- border-radius: 0;
392
- }
393
- .bk-button-group .bk-button:not(.is-disabled) {
394
- color: #63656e;
395
- background-color: white;
396
- border-color: #c4c6cc;
397
- }
398
- .bk-button-group .bk-button.is-disabled {
399
- color: #c4c6cc;
400
- }
401
- .bk-button-group .bk-button:first-child {
402
- border-radius: 2px 0 0 2px;
403
- }
404
- .bk-button-group .bk-button:last-child {
405
- border-radius: 0 2px 2px 0;
406
- }
407
- .bk-button-group .bk-button:only-child {
408
- border-radius: 2px;
409
- }
410
- .bk-button-group .bk-button:hover:not(.is-disabled),
411
- .bk-button-group .bk-button.is-selected:not(.is-disabled) {
412
- position: relative;
413
- z-index: 1;
414
- color: #3a84ff;
415
- background-color: white;
416
- border-color: #3a84ff;
417
- }
418
- .bk-button-group .bk-button.is-selected:not(.is-disabled) {
419
- background-color: #e1ecff;
420
- }
421
- .bk-button-group .bk-button.is-selected.is-disabled {
422
- background-color: #f0f1f5;
423
- }
424
- .bk-exception-wrapper {
425
- position: relative;
426
- display: flex;
427
- width: 100%;
428
- align-items: center;
429
- flex-direction: column;
430
- }
431
- .bk-exception-wrapper .bk-exception-img {
432
- display: flex;
433
- width: 480px;
434
- height: 240px;
435
- align-items: center;
436
- justify-content: center;
437
- }
438
- .bk-exception-wrapper .bk-exception-img.part-img {
439
- width: 120px;
440
- height: 100px;
441
- }
442
- .bk-exception-wrapper .bk-exception-img .exception-image {
443
- display: block;
444
- height: 100%;
445
- vertical-align: middle;
446
- object-fit: contain;
447
- }
448
- .bk-exception-wrapper .bk-exception-text {
449
- font-size: 24px;
450
- color: #63656e;
451
- text-align: center;
452
- }
453
- .bk-exception-wrapper .bk-exception-text.part-text {
454
- font-size: 14px;
455
- }
456
- .bk-pagination {
457
- display: flex;
458
- align-items: center;
459
- font-size: 12px;
460
- letter-spacing: normal;
461
- color: #63656e;
462
- user-select: none;
463
- }
464
- .bk-pagination.is-disabled {
465
- cursor: not-allowed;
466
- }
467
- .bk-pagination.is-align-left {
468
- justify-content: flex-start;
469
- }
470
- .bk-pagination.is-align-center {
471
- justify-content: center;
472
- }
473
- .bk-pagination.is-align-right {
474
- justify-content: flex-end;
475
- }
476
- .bk-pagination > * {
477
- margin: 0 6px;
478
- }
479
- .bk-pagination > .is-first {
480
- margin-left: 0;
481
- }
482
- .bk-pagination > .is-last {
483
- margin-right: 0;
484
- }
485
- .bk-pagination-total {
486
- display: flex;
487
- user-select: none;
488
- }
489
- .bk-pagination-total-num {
490
- padding: 0 2px;
491
- color: #3f4046;
492
- }
493
- .bk-pagination-list {
494
- display: flex;
495
- }
496
- .bk-pagination-list-pre,
497
- .bk-pagination-list-next,
498
- .bk-pagination-list-item {
499
- display: flex;
500
- align-items: center;
501
- justify-content: center;
502
- height: 32px;
503
- min-width: 32px;
504
- padding: 0 4px;
505
- margin-right: 2px;
506
- margin-left: 2px;
507
- color: #63656e;
508
- cursor: pointer;
509
- background: #fff;
510
- border: 1px solid #c4c6cc;
511
- border-radius: 2px;
512
- user-select: none;
513
- }
514
- .bk-pagination-list-pre:hover,
515
- .bk-pagination-list-next:hover,
516
- .bk-pagination-list-item:hover,
517
- .bk-pagination-list-pre.is-active,
518
- .bk-pagination-list-next.is-active,
519
- .bk-pagination-list-item.is-active {
520
- color: #3a84ff;
521
- border-color: #3a84ff;
522
- }
523
- .bk-pagination-list-pre.is-disabled,
524
- .bk-pagination-list-next.is-disabled,
525
- .bk-pagination-list-item.is-disabled {
526
- color: #c4c6cc;
527
- cursor: not-allowed;
528
- background-color: #fafbfd;
529
- border-color: #dcdee5;
530
- }
531
- .bk-pagination-list-pre-batch,
532
- .bk-pagination-list-next-batch {
533
- display: flex;
534
- align-items: center;
535
- justify-content: center;
536
- height: 32px;
537
- cursor: pointer;
538
- user-select: none;
539
- }
540
- .bk-pagination-list-pre-batch:hover,
541
- .bk-pagination-list-next-batch:hover {
542
- color: #3a84ff;
543
- }
544
- .bk-pagination-list-pre,
545
- .bk-pagination-list-next {
546
- font-size: 14px;
547
- }
548
- .bk-pagination-list-item {
549
- margin-right: 4px;
550
- margin-left: 4px;
551
- }
552
- .bk-pagination-limit {
553
- display: flex;
554
- align-items: center;
555
- user-select: none;
556
- }
557
- .bk-pagination-limit-select {
558
- width: 60px;
559
- margin: 0 4px;
560
- }
561
- .bk-pagination-small-list {
562
- display: flex;
563
- }
564
- .bk-pagination-small-list .bk-pagination-picker {
565
- display: flex;
566
- height: 24px;
567
- cursor: pointer;
568
- background-color: #f0f1f5;
569
- border: 1px solid #f0f1f5;
570
- border-radius: 2px;
571
- align-items: center;
572
- }
573
- .bk-pagination-small-list .bk-pagination-picker:hover {
574
- background-color: #e1ecff;
575
- border-color: #e1ecff;
576
- }
577
- .bk-pagination-small-list .bk-pagination-picker.is-focused {
578
- background-color: #fff;
579
- border-color: #3a84ff;
580
- box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
581
- }
582
- .bk-pagination-editor {
583
- height: 16px;
584
- min-width: 14px;
585
- padding-right: 4px;
586
- padding-left: 8px;
587
- line-height: 16px;
588
- text-align: center;
589
- background-color: transparent;
590
- border: 0;
591
- border-radius: 2px;
592
- outline: none;
593
- transition: all 0.15s;
594
- }
595
- .bk-pagination-small-list-total {
596
- padding-right: 8px;
597
- padding-left: 4px;
598
- }
599
- .bk-pagination-btn-pre,
600
- .bk-pagination-btn-next {
601
- display: flex;
602
- justify-content: center;
603
- align-items: center;
604
- width: 24px;
605
- cursor: pointer;
606
- }
607
- .bk-pagination-btn-pre:hover,
608
- .bk-pagination-btn-next:hover {
609
- color: #3a84ff;
610
- }
611
- .bk-pagination-btn-pre.is-disabled,
612
- .bk-pagination-btn-next.is-disabled {
613
- color: #dcdee5;
614
- cursor: not-allowed;
615
- }
616
- .bk-pagination-picker-list {
617
- max-height: 216px;
618
- padding: 7px 0;
619
- margin: -7px -14px;
620
- overflow: auto;
621
- }
622
- .bk-pagination-picker-list .item {
623
- height: 32px;
624
- padding: 0 10px;
625
- font-size: 12px;
626
- line-height: 32px;
627
- color: #63656e;
628
- cursor: pointer;
629
- }
630
- .bk-pagination-picker-list .item:hover,
631
- .bk-pagination-picker-list .item.is-actived {
632
- color: #3a84ff;
633
- background: #f4f6fa;
634
- }
635
- .bk-popover2.bk-pop2-content {
636
- position: absolute;
637
- display: none;
638
- padding: 7px 14px;
639
- font-size: 12px;
640
- color: #fff;
641
- background: #26323d;
642
- border-radius: 4px;
643
- box-sizing: border-box;
644
- }
645
- .bk-popover2.bk-pop2-content .bk-pop2-arrow {
646
- position: absolute;
647
- width: 8px;
648
- height: 8px;
649
- background: #333;
650
- transform: rotate(45deg);
651
- }
652
- .bk-popover2.bk-pop2-content[data-theme^='light'] {
653
- color: #26323d;
654
- background-color: #fff;
655
- box-shadow: 0 0 6px 0 #dcdee5;
656
- }
657
- .bk-popover2.bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
658
- background-color: #fff;
659
- }
660
18
  .bk-table-head-action {
661
19
  display: flex;
662
20
  width: 32px;
@@ -772,14 +130,6 @@
772
130
  right: 15px;
773
131
  cursor: pointer;
774
132
  }
775
- .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-head .head-title {
776
- display: inline-block;
777
- height: 26px;
778
- margin: 24px 0;
779
- font-size: 20px;
780
- line-height: 26px;
781
- color: #313238;
782
- }
783
133
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body {
784
134
  padding: 0 24px;
785
135
  }
@@ -790,13 +140,6 @@
790
140
  color: #63656e;
791
141
  justify-content: space-between;
792
142
  }
793
- .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .field-setting-label {
794
- height: 22px;
795
- font-size: 14px;
796
- line-height: 22px;
797
- color: #313238;
798
- text-align: left;
799
- }
800
143
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-title .limit {
801
144
  color: #c4c6cc;
802
145
  }
@@ -812,9 +155,8 @@
812
155
  }
813
156
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
814
157
  width: 150px;
815
- height: 16px;
816
- margin-top: 16px;
817
- line-height: 16px;
158
+ height: 42px;
159
+ line-height: 42px;
818
160
  }
819
161
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
820
162
  overflow: hidden;
@@ -867,11 +209,9 @@
867
209
  }
868
210
  .bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-footer {
869
211
  display: flex;
870
- height: 50px;
212
+ height: 56px;
871
213
  padding: 0 24px;
872
- background: #fafbfd;
873
- border: 1px solid #dcdee5;
874
- border-radius: 0px 0px 2px 2px;
214
+ background-color: #fafbfd;
875
215
  justify-content: flex-end;
876
216
  align-items: center;
877
217
  }
@@ -57,7 +57,9 @@ declare const _default: import("vue").DefineComponent<{
57
57
  } & {
58
58
  default: string;
59
59
  };
60
- settings: import("vue-types").VueTypeValidableDef<any>;
60
+ settings: import("vue-types").VueTypeDef<boolean | import("./props").Settings> & {
61
+ default: boolean | (() => import("./props").Settings);
62
+ };
61
63
  rowClass: import("vue-types").VueTypeDef<any> & {
62
64
  default: any;
63
65
  };
@@ -155,7 +157,9 @@ declare const _default: import("vue").DefineComponent<{
155
157
  } & {
156
158
  default: string;
157
159
  };
158
- settings: import("vue-types").VueTypeValidableDef<any>;
160
+ settings: import("vue-types").VueTypeDef<boolean | import("./props").Settings> & {
161
+ default: boolean | (() => import("./props").Settings);
162
+ };
159
163
  rowClass: import("vue-types").VueTypeDef<any> & {
160
164
  default: any;
161
165
  };
@@ -214,6 +218,7 @@ declare const _default: import("vue").DefineComponent<{
214
218
  virtualEnabled: boolean;
215
219
  remotePagination: boolean;
216
220
  emptyText: string;
221
+ settings: boolean | import("./props").Settings;
217
222
  rowClass: any;
218
223
  rowStyle: any;
219
224
  cellStyle: any;