bkui-vue 0.0.2-beta.130 → 0.0.2-beta.131

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 (94) hide show
  1. package/dist/index.cjs.js +27 -27
  2. package/dist/index.esm.js +6093 -6062
  3. package/dist/index.umd.js +27 -27
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.variable.css +3 -3
  7. package/lib/alert/alert.variable.css +3 -3
  8. package/lib/backtop/backtop.variable.css +3 -3
  9. package/lib/badge/badge.variable.css +3 -3
  10. package/lib/breadcrumb/breadcrumb.variable.css +3 -3
  11. package/lib/button/button.css +5 -5
  12. package/lib/button/button.d.ts +1 -1
  13. package/lib/button/button.variable.css +3 -3
  14. package/lib/button/index.d.ts +3 -3
  15. package/lib/card/card.variable.css +3 -3
  16. package/lib/cascader/cascader.variable.css +3 -3
  17. package/lib/checkbox/checkbox.css +12 -0
  18. package/lib/checkbox/checkbox.d.ts +1 -0
  19. package/lib/checkbox/checkbox.less +14 -0
  20. package/lib/checkbox/checkbox.variable.css +15 -3
  21. package/lib/checkbox/common.d.ts +1 -0
  22. package/lib/checkbox/index.d.ts +3 -0
  23. package/lib/checkbox/index.js +33 -9
  24. package/lib/code-diff/code-diff.variable.css +3 -3
  25. package/lib/collapse/collapse.variable.css +3 -3
  26. package/lib/collapse-transition/collapse-transition.variable.css +3 -3
  27. package/lib/color-picker/color-picker.variable.css +3 -3
  28. package/lib/config-provider/config-provider.variable.css +3 -3
  29. package/lib/container/container.variable.css +3 -3
  30. package/lib/date-picker/date-picker.variable.css +3 -3
  31. package/lib/dialog/dialog.variable.css +3 -3
  32. package/lib/divider/divider.variable.css +3 -3
  33. package/lib/dropdown/dropdown.variable.css +3 -3
  34. package/lib/exception/exception.variable.css +3 -3
  35. package/lib/fixed-navbar/fixed-navbar.variable.css +3 -3
  36. package/lib/form/form.variable.css +3 -3
  37. package/lib/icon/index.d.ts +1 -0
  38. package/lib/icon/index.js +58 -25
  39. package/lib/icon/loading.d.ts +4 -0
  40. package/lib/icon/loading.js +276 -0
  41. package/lib/image/image-viewer.variable.css +3 -3
  42. package/lib/image/image.variable.css +3 -3
  43. package/lib/info-box/info-box.variable.css +3 -3
  44. package/lib/input/input.variable.css +3 -3
  45. package/lib/link/link.variable.css +3 -3
  46. package/lib/loading/index.d.ts +3 -3
  47. package/lib/loading/loading.d.ts +1 -1
  48. package/lib/loading/loading.variable.css +3 -3
  49. package/lib/menu/menu.variable.css +3 -3
  50. package/lib/menu/submenu.variable.css +3 -3
  51. package/lib/message/message.variable.css +3 -3
  52. package/lib/modal/modal.variable.css +3 -3
  53. package/lib/navigation/navigation.variable.css +3 -3
  54. package/lib/notify/notify.variable.css +3 -3
  55. package/lib/pagination/pagination.variable.css +3 -3
  56. package/lib/pop-confirm/pop-confirm.variable.css +3 -3
  57. package/lib/popover/popover.variable.css +3 -3
  58. package/lib/process/process.variable.css +3 -3
  59. package/lib/progress/progress.variable.css +3 -3
  60. package/lib/radio/radio.css +3 -3
  61. package/lib/radio/radio.variable.css +3 -3
  62. package/lib/rate/rate.variable.css +3 -3
  63. package/lib/rate/star.variable.css +3 -3
  64. package/lib/resize-layout/resize-layout.variable.css +3 -3
  65. package/lib/search-select/search-select.variable.css +3 -3
  66. package/lib/select/index.d.ts +3 -3
  67. package/lib/select/select.d.ts +1 -1
  68. package/lib/select/select.variable.css +3 -3
  69. package/lib/sideslider/sideslider.variable.css +3 -3
  70. package/lib/slider/slider.variable.css +3 -3
  71. package/lib/steps/steps.variable.css +3 -3
  72. package/lib/styles/mixins/animate.variable.css +3 -3
  73. package/lib/styles/mixins/popper.variable.css +3 -3
  74. package/lib/styles/mixins/scroll.variable.css +3 -3
  75. package/lib/styles/reset.variable.css +3 -3
  76. package/lib/styles/themes/themes.less +3 -3
  77. package/lib/swiper/swiper.variable.css +3 -3
  78. package/lib/switcher/switcher.variable.css +3 -3
  79. package/lib/tab/tab.variable.css +3 -3
  80. package/lib/table/plugins/head-filter.variable.css +3 -3
  81. package/lib/table/plugins/head-sort.variable.css +3 -3
  82. package/lib/table/plugins/settings.variable.css +3 -3
  83. package/lib/table/table.css +17 -5
  84. package/lib/table/table.variable.css +20 -8
  85. package/lib/tag/tag.variable.css +3 -3
  86. package/lib/tag-input/tag-input.variable.css +3 -3
  87. package/lib/time-picker/time-picker.variable.css +3 -3
  88. package/lib/timeline/timeline.variable.css +3 -3
  89. package/lib/transfer/transfer.variable.css +3 -3
  90. package/lib/tree/tree.css +12 -0
  91. package/lib/tree/tree.variable.css +15 -3
  92. package/lib/upload/upload.variable.css +3 -3
  93. package/lib/virtual-render/virtual-render.variable.css +3 -3
  94. package/package.json +1 -1
package/lib/icon/index.js CHANGED
@@ -306,6 +306,34 @@ leftTurnLine.inheritAttrs = false;
306
306
 
307
307
  /***/ }),
308
308
 
309
+ /***/ 1569:
310
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
311
+
312
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
313
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
314
+ /* harmony export */ });
315
+ /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6666);
316
+ /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6609);
317
+ /* harmony import */ var _icon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5226);
318
+
319
+
320
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
321
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
322
+
323
+ var data = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M332.8 243.2c25.6 25.6 25.6 64 0 89.6-25.6 25.6-64 25.6-89.6 0L217.6 307.2 198.4 288c-25.6-25.6-25.6-64 0-89.6s64-25.6 89.6 0l25.6 25.6L332.8 243.2z","opacity":".1"}},{"type":"element","name":"path","attributes":{"d":"M192 448c38.4 0 64 25.6 64 64S230.4 576 192 576H160 128C89.6 576 64 550.4 64 512s25.6-64 64-64h32H192z","opacity":".15"}},{"type":"element","name":"path","attributes":{"d":"M243.2 691.2c25.6-25.6 64-25.6 89.6 0 25.6 25.6 25.6 64 0 89.6l-25.6 25.6L281.6 832c-25.6 25.6-64 25.6-89.6 0s-25.6-64 0-89.6l25.6-25.6L243.2 691.2z","opacity":".3"}},{"type":"element","name":"path","attributes":{"d":"M448 832c0-38.4 25.6-64 64-64s64 25.6 64 64v32V896c0 38.4-25.6 64-64 64s-64-25.6-64-64v-32V832z","opacity":".45"}},{"type":"element","name":"path","attributes":{"d":"M825.6 825.6c-25.6 25.6-64 25.6-89.6 0l-25.6-25.6 0 0-25.6-25.6c-25.6-25.6-25.6-64 0-89.6s64-25.6 89.6 0l25.6 25.6 25.6 25.6 0 0C851.2 761.6 851.2 806.4 825.6 825.6z","opacity":".6"}},{"type":"element","name":"path","attributes":{"d":"M896 448l-32 128H832c-38.4 0-64-25.6-64-64s25.6-64 64-64H896zM960 512c0 38.4-25.6 64-64 64h-32L896 448C934.4 448 960 473.6 960 512z","opacity":".75"}},{"type":"element","name":"path","attributes":{"d":"M742.4 192c25.6-19.2 64-19.2 83.2 6.4 25.6 25.6 25.6 64 0 89.6l-25.6 25.6-25.6 25.6c-25.6 25.6-64 25.6-89.6 0s-25.6-64 0-89.6","opacity":".9"}},{"type":"element","name":"path","attributes":{"d":"M448 160L576 192c0 38.4-25.6 64-64 64S448 230.4 448 192V160zM512 64c38.4 0 64 25.6 64 64v32H448V128C448 89.6 473.6 64 512 64zM448 160h128V192H448V160z"}}]}');
324
+ var loading = function loading(props, context) {
325
+ var p = _objectSpread(_objectSpread({}, props), context.attrs);
326
+ return (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_icon__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, (0,vue__WEBPACK_IMPORTED_MODULE_0__.mergeProps)(p, {
327
+ "data": data,
328
+ "name": "loading"
329
+ }), null);
330
+ };
331
+ loading.displayName = 'loading';
332
+ loading.inheritAttrs = false;
333
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (loading);
334
+
335
+ /***/ }),
336
+
309
337
  /***/ 6552:
310
338
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
311
339
 
@@ -1233,6 +1261,7 @@ __webpack_require__.d(__webpack_exports__, {
1233
1261
  mJ: () => (/* reexport */ info_line/* default */.Z),
1234
1262
  xo: () => (/* reexport */ left_shape/* default */.Z),
1235
1263
  Sb: () => (/* reexport */ left_turn_line/* default */.Z),
1264
+ gb: () => (/* reexport */ loading/* default */.Z),
1236
1265
  wg: () => (/* reexport */ narrow_line/* default */.Z),
1237
1266
  gg: () => (/* reexport */ original/* default */.Z),
1238
1267
  dG: () => (/* reexport */ pdf_fill/* default */.Z),
@@ -2148,6 +2177,8 @@ var info = __webpack_require__(7450);
2148
2177
  var left_shape = __webpack_require__(2555);
2149
2178
  // EXTERNAL MODULE: ../../packages/icon/icons/left-turn-line.tsx
2150
2179
  var left_turn_line = __webpack_require__(3431);
2180
+ // EXTERNAL MODULE: ../../packages/icon/icons/loading.tsx
2181
+ var loading = __webpack_require__(1569);
2151
2182
  // EXTERNAL MODULE: ../../packages/icon/icons/narrow-line.tsx
2152
2183
  var narrow_line = __webpack_require__(6552);
2153
2184
  // EXTERNAL MODULE: ../../packages/icon/icons/original.tsx
@@ -2202,30 +2233,31 @@ var weixin_pro = __webpack_require__(5859);
2202
2233
  var weixin = __webpack_require__(4273);
2203
2234
  ;// CONCATENATED MODULE: ../../packages/icon/src/index.tsx
2204
2235
  /*
2205
- * Tencent is pleased to support the open source community by making
2206
- * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2207
- *
2208
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2209
- *
2210
- * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2211
- *
2212
- * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
2213
- *
2214
- * ---------------------------------------------------
2215
- * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2216
- * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
2217
- * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
2218
- * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2219
- *
2220
- * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
2221
- * the Software.
2222
- *
2223
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
2224
- * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2225
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2226
- * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2227
- * IN THE SOFTWARE.
2228
- */
2236
+ * Tencent is pleased to support the open source community by making
2237
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2238
+ *
2239
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2240
+ *
2241
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2242
+ *
2243
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
2244
+ *
2245
+ * ---------------------------------------------------
2246
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2247
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
2248
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
2249
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2250
+ *
2251
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
2252
+ * the Software.
2253
+ *
2254
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
2255
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2256
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2257
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
2258
+ * IN THE SOFTWARE.
2259
+ */
2260
+
2229
2261
 
2230
2262
 
2231
2263
 
@@ -2370,6 +2402,7 @@ var __webpack_exports__Info = __webpack_exports__.kI;
2370
2402
  var __webpack_exports__InfoLine = __webpack_exports__.mJ;
2371
2403
  var __webpack_exports__LeftShape = __webpack_exports__.xo;
2372
2404
  var __webpack_exports__LeftTurnLine = __webpack_exports__.Sb;
2405
+ var __webpack_exports__Loading = __webpack_exports__.gb;
2373
2406
  var __webpack_exports__NarrowLine = __webpack_exports__.wg;
2374
2407
  var __webpack_exports__Original = __webpack_exports__.gg;
2375
2408
  var __webpack_exports__PdfFill = __webpack_exports__.dG;
@@ -2396,4 +2429,4 @@ var __webpack_exports__VideoFill = __webpack_exports__.EU;
2396
2429
  var __webpack_exports__Warn = __webpack_exports__.uU;
2397
2430
  var __webpack_exports__Weixin = __webpack_exports__.$L;
2398
2431
  var __webpack_exports__WeixinPro = __webpack_exports__.lS;
2399
- export { __webpack_exports__AngleDoubleDownLine as AngleDoubleDownLine, __webpack_exports__AngleDoubleLeft as AngleDoubleLeft, __webpack_exports__AngleDoubleLeftLine as AngleDoubleLeftLine, __webpack_exports__AngleDoubleRight as AngleDoubleRight, __webpack_exports__AngleDoubleRightLine as AngleDoubleRightLine, __webpack_exports__AngleDoubleUpLine as AngleDoubleUpLine, __webpack_exports__AngleDown as AngleDown, __webpack_exports__AngleDownFill as AngleDownFill, __webpack_exports__AngleDownLine as AngleDownLine, __webpack_exports__AngleLeft as AngleLeft, __webpack_exports__AngleRight as AngleRight, __webpack_exports__AngleUp as AngleUp, __webpack_exports__AngleUpFill as AngleUpFill, __webpack_exports__ArchiveFill as ArchiveFill, __webpack_exports__ArrowsLeft as ArrowsLeft, __webpack_exports__ArrowsRight as ArrowsRight, __webpack_exports__Assistant as Assistant, __webpack_exports__AudioFill as AudioFill, __webpack_exports__Bk as Bk, __webpack_exports__Circle as Circle, __webpack_exports__Close as Close, __webpack_exports__CloseLine as CloseLine, __webpack_exports__Code as Code, __webpack_exports__CogShape as CogShape, __webpack_exports__CollapseLeft as CollapseLeft, __webpack_exports__Copy as Copy, __webpack_exports__CopyShape as CopyShape, __webpack_exports__DataShape as DataShape, __webpack_exports__Del as Del, __webpack_exports__DocFill as DocFill, __webpack_exports__Done as Done, __webpack_exports__DownShape as DownShape, __webpack_exports__DownSmall as DownSmall, __webpack_exports__EditLine as EditLine, __webpack_exports__Ellipsis as Ellipsis, __webpack_exports__EnlargeLine as EnlargeLine, __webpack_exports__Error as Error, __webpack_exports__ExcelFill as ExcelFill, __webpack_exports__ExclamationCircleShape as ExclamationCircleShape, __webpack_exports__Eye as Eye, __webpack_exports__FilliscreenLine as FilliscreenLine, __webpack_exports__FixLine as FixLine, __webpack_exports__FixShape as FixShape, __webpack_exports__Folder as Folder, __webpack_exports__FolderOpen as FolderOpen, __webpack_exports__FolderShape as FolderShape, __webpack_exports__FolderShapeOpen as FolderShapeOpen, __webpack_exports__Funnel as Funnel, __webpack_exports__Help as Help, __webpack_exports__HelpDocumentFill as HelpDocumentFill, __webpack_exports__HelpFill as HelpFill, __webpack_exports__ImageFill as ImageFill, __webpack_exports__ImgError as ImgError, __webpack_exports__ImgPlacehoulder as ImgPlacehoulder, __webpack_exports__Info as Info, __webpack_exports__InfoLine as InfoLine, __webpack_exports__LeftShape as LeftShape, __webpack_exports__LeftTurnLine as LeftTurnLine, __webpack_exports__NarrowLine as NarrowLine, __webpack_exports__Original as Original, __webpack_exports__PdfFill as PdfFill, __webpack_exports__PlayShape as PlayShape, __webpack_exports__Plus as Plus, __webpack_exports__PptFill as PptFill, __webpack_exports__Qq as Qq, __webpack_exports__RightShape as RightShape, __webpack_exports__RightTurnLine as RightTurnLine, __webpack_exports__Search as Search, __webpack_exports__Share as Share, __webpack_exports__Spinner as Spinner, __webpack_exports__Success as Success, __webpack_exports__SwitcherLoading as SwitcherLoading, __webpack_exports__TextFile as TextFile, __webpack_exports__TextFill as TextFill, __webpack_exports__Transfer as Transfer, __webpack_exports__TreeApplicationShape as TreeApplicationShape, __webpack_exports__UnfullScreen as UnfullScreen, __webpack_exports__Unvisible as Unvisible, __webpack_exports__UpShape as UpShape, __webpack_exports__Upload as Upload, __webpack_exports__VideoFill as VideoFill, __webpack_exports__Warn as Warn, __webpack_exports__Weixin as Weixin, __webpack_exports__WeixinPro as WeixinPro };
2432
+ export { __webpack_exports__AngleDoubleDownLine as AngleDoubleDownLine, __webpack_exports__AngleDoubleLeft as AngleDoubleLeft, __webpack_exports__AngleDoubleLeftLine as AngleDoubleLeftLine, __webpack_exports__AngleDoubleRight as AngleDoubleRight, __webpack_exports__AngleDoubleRightLine as AngleDoubleRightLine, __webpack_exports__AngleDoubleUpLine as AngleDoubleUpLine, __webpack_exports__AngleDown as AngleDown, __webpack_exports__AngleDownFill as AngleDownFill, __webpack_exports__AngleDownLine as AngleDownLine, __webpack_exports__AngleLeft as AngleLeft, __webpack_exports__AngleRight as AngleRight, __webpack_exports__AngleUp as AngleUp, __webpack_exports__AngleUpFill as AngleUpFill, __webpack_exports__ArchiveFill as ArchiveFill, __webpack_exports__ArrowsLeft as ArrowsLeft, __webpack_exports__ArrowsRight as ArrowsRight, __webpack_exports__Assistant as Assistant, __webpack_exports__AudioFill as AudioFill, __webpack_exports__Bk as Bk, __webpack_exports__Circle as Circle, __webpack_exports__Close as Close, __webpack_exports__CloseLine as CloseLine, __webpack_exports__Code as Code, __webpack_exports__CogShape as CogShape, __webpack_exports__CollapseLeft as CollapseLeft, __webpack_exports__Copy as Copy, __webpack_exports__CopyShape as CopyShape, __webpack_exports__DataShape as DataShape, __webpack_exports__Del as Del, __webpack_exports__DocFill as DocFill, __webpack_exports__Done as Done, __webpack_exports__DownShape as DownShape, __webpack_exports__DownSmall as DownSmall, __webpack_exports__EditLine as EditLine, __webpack_exports__Ellipsis as Ellipsis, __webpack_exports__EnlargeLine as EnlargeLine, __webpack_exports__Error as Error, __webpack_exports__ExcelFill as ExcelFill, __webpack_exports__ExclamationCircleShape as ExclamationCircleShape, __webpack_exports__Eye as Eye, __webpack_exports__FilliscreenLine as FilliscreenLine, __webpack_exports__FixLine as FixLine, __webpack_exports__FixShape as FixShape, __webpack_exports__Folder as Folder, __webpack_exports__FolderOpen as FolderOpen, __webpack_exports__FolderShape as FolderShape, __webpack_exports__FolderShapeOpen as FolderShapeOpen, __webpack_exports__Funnel as Funnel, __webpack_exports__Help as Help, __webpack_exports__HelpDocumentFill as HelpDocumentFill, __webpack_exports__HelpFill as HelpFill, __webpack_exports__ImageFill as ImageFill, __webpack_exports__ImgError as ImgError, __webpack_exports__ImgPlacehoulder as ImgPlacehoulder, __webpack_exports__Info as Info, __webpack_exports__InfoLine as InfoLine, __webpack_exports__LeftShape as LeftShape, __webpack_exports__LeftTurnLine as LeftTurnLine, __webpack_exports__Loading as Loading, __webpack_exports__NarrowLine as NarrowLine, __webpack_exports__Original as Original, __webpack_exports__PdfFill as PdfFill, __webpack_exports__PlayShape as PlayShape, __webpack_exports__Plus as Plus, __webpack_exports__PptFill as PptFill, __webpack_exports__Qq as Qq, __webpack_exports__RightShape as RightShape, __webpack_exports__RightTurnLine as RightTurnLine, __webpack_exports__Search as Search, __webpack_exports__Share as Share, __webpack_exports__Spinner as Spinner, __webpack_exports__Success as Success, __webpack_exports__SwitcherLoading as SwitcherLoading, __webpack_exports__TextFile as TextFile, __webpack_exports__TextFill as TextFill, __webpack_exports__Transfer as Transfer, __webpack_exports__TreeApplicationShape as TreeApplicationShape, __webpack_exports__UnfullScreen as UnfullScreen, __webpack_exports__Unvisible as Unvisible, __webpack_exports__UpShape as UpShape, __webpack_exports__Upload as Upload, __webpack_exports__VideoFill as VideoFill, __webpack_exports__Warn as Warn, __webpack_exports__Weixin as Weixin, __webpack_exports__WeixinPro as WeixinPro };
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { IIconBaseProps } from './icon';
3
+ declare const loading: FunctionalComponent<IIconBaseProps>;
4
+ export default loading;
@@ -0,0 +1,276 @@
1
+ import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
2
+ /******/ var __webpack_modules__ = ({
3
+
4
+ /***/ 5226:
5
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
6
+
7
+
8
+ // EXPORTS
9
+ __webpack_require__.d(__webpack_exports__, {
10
+ Z: () => (/* binding */ icon)
11
+ });
12
+
13
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
14
+ function _objectWithoutPropertiesLoose(source, excluded) {
15
+ if (source == null) return {};
16
+ var target = {};
17
+ var sourceKeys = Object.keys(source);
18
+ var key, i;
19
+ for (i = 0; i < sourceKeys.length; i++) {
20
+ key = sourceKeys[i];
21
+ if (excluded.indexOf(key) >= 0) continue;
22
+ target[key] = source[key];
23
+ }
24
+ return target;
25
+ }
26
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
27
+
28
+ function _objectWithoutProperties(source, excluded) {
29
+ if (source == null) return {};
30
+ var target = _objectWithoutPropertiesLoose(source, excluded);
31
+ var key, i;
32
+ if (Object.getOwnPropertySymbols) {
33
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
34
+ for (i = 0; i < sourceSymbolKeys.length; i++) {
35
+ key = sourceSymbolKeys[i];
36
+ if (excluded.indexOf(key) >= 0) continue;
37
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
38
+ target[key] = source[key];
39
+ }
40
+ }
41
+ return target;
42
+ }
43
+ // EXTERNAL MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
44
+ var defineProperty = __webpack_require__(6666);
45
+ // EXTERNAL MODULE: external "vue"
46
+ var external_vue_ = __webpack_require__(6609);
47
+ ;// CONCATENATED MODULE: ../../packages/icon/icons/icon.tsx
48
+
49
+
50
+ var _excluded = ["data", "name", "width", "height", "fill"];
51
+
52
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
53
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0,defineProperty/* default */.Z)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
54
+ /*
55
+ * Tencent is pleased to support the open source community by making
56
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
57
+ *
58
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
59
+ *
60
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
61
+ *
62
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
63
+ *
64
+ * ---------------------------------------------------
65
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
66
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
67
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
68
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
69
+ *
70
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
71
+ * the Software.
72
+ *
73
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
74
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
76
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
77
+ * IN THE SOFTWARE.
78
+ */
79
+
80
+ function generate(node, key, rootAttrs) {
81
+ return (0,external_vue_.h)(node.name, _objectSpread(_objectSpread({
82
+ key: key
83
+ }, node.attributes), {}, {
84
+ style: "".concat(node.attributes.style, " ").concat(rootAttrs || '')
85
+ }), (node.elements || []).map(function (element, index) {
86
+ return generate(element, "".concat(key, "-").concat(node.name, "-").concat(index));
87
+ }));
88
+ }
89
+ var bkIcon = function bkIcon(props, context) {
90
+ var _context$attrs$props = _objectSpread(_objectSpread({}, context.attrs), props),
91
+ data = _context$attrs$props.data,
92
+ name = _context$attrs$props.name,
93
+ width = _context$attrs$props.width,
94
+ height = _context$attrs$props.height,
95
+ fill = _context$attrs$props.fill,
96
+ restProps = _objectWithoutProperties(_context$attrs$props, _excluded);
97
+ var rootAttrs = "width: ".concat(width, "; height: ").concat(height, "; fill: ").concat(fill);
98
+ var iconBoxStyle = {
99
+ display: 'inline-flex',
100
+ 'align-items': 'center',
101
+ 'justify-content': 'center'
102
+ };
103
+ return (0,external_vue_.createVNode)("span", (0,external_vue_.mergeProps)({
104
+ "style": iconBoxStyle
105
+ }, restProps), [generate(data, name, rootAttrs)]);
106
+ };
107
+ bkIcon.inheritAttrs = false;
108
+ bkIcon.displayName = 'bkIcon';
109
+ /* harmony default export */ const icon = (bkIcon);
110
+
111
+ /***/ }),
112
+
113
+ /***/ 6609:
114
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
115
+
116
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
117
+ var y = x => () => x
118
+ module.exports = x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps });
119
+
120
+ /***/ }),
121
+
122
+ /***/ 6666:
123
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
124
+
125
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
126
+ /* harmony export */ Z: () => (/* binding */ _defineProperty)
127
+ /* harmony export */ });
128
+ /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3795);
129
+
130
+ function _defineProperty(obj, key, value) {
131
+ key = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(key);
132
+ if (key in obj) {
133
+ Object.defineProperty(obj, key, {
134
+ value: value,
135
+ enumerable: true,
136
+ configurable: true,
137
+ writable: true
138
+ });
139
+ } else {
140
+ obj[key] = value;
141
+ }
142
+ return obj;
143
+ }
144
+
145
+ /***/ }),
146
+
147
+ /***/ 9745:
148
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
149
+
150
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
151
+ /* harmony export */ Z: () => (/* binding */ _toPrimitive)
152
+ /* harmony export */ });
153
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6522);
154
+
155
+ function _toPrimitive(input, hint) {
156
+ if ((0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(input) !== "object" || input === null) return input;
157
+ var prim = input[Symbol.toPrimitive];
158
+ if (prim !== undefined) {
159
+ var res = prim.call(input, hint || "default");
160
+ if ((0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(res) !== "object") return res;
161
+ throw new TypeError("@@toPrimitive must return a primitive value.");
162
+ }
163
+ return (hint === "string" ? String : Number)(input);
164
+ }
165
+
166
+ /***/ }),
167
+
168
+ /***/ 3795:
169
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
170
+
171
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
172
+ /* harmony export */ Z: () => (/* binding */ _toPropertyKey)
173
+ /* harmony export */ });
174
+ /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6522);
175
+ /* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9745);
176
+
177
+
178
+ function _toPropertyKey(arg) {
179
+ var key = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(arg, "string");
180
+ return (0,_typeof_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(key) === "symbol" ? key : String(key);
181
+ }
182
+
183
+ /***/ }),
184
+
185
+ /***/ 6522:
186
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
187
+
188
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
189
+ /* harmony export */ Z: () => (/* binding */ _typeof)
190
+ /* harmony export */ });
191
+ function _typeof(obj) {
192
+ "@babel/helpers - typeof";
193
+
194
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
195
+ return typeof obj;
196
+ } : function (obj) {
197
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
198
+ }, _typeof(obj);
199
+ }
200
+
201
+ /***/ })
202
+
203
+ /******/ });
204
+ /************************************************************************/
205
+ /******/ // The module cache
206
+ /******/ var __webpack_module_cache__ = {};
207
+ /******/
208
+ /******/ // The require function
209
+ /******/ function __webpack_require__(moduleId) {
210
+ /******/ // Check if module is in cache
211
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
212
+ /******/ if (cachedModule !== undefined) {
213
+ /******/ return cachedModule.exports;
214
+ /******/ }
215
+ /******/ // Create a new module (and put it into the cache)
216
+ /******/ var module = __webpack_module_cache__[moduleId] = {
217
+ /******/ // no module.id needed
218
+ /******/ // no module.loaded needed
219
+ /******/ exports: {}
220
+ /******/ };
221
+ /******/
222
+ /******/ // Execute the module function
223
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
224
+ /******/
225
+ /******/ // Return the exports of the module
226
+ /******/ return module.exports;
227
+ /******/ }
228
+ /******/
229
+ /************************************************************************/
230
+ /******/ /* webpack/runtime/define property getters */
231
+ /******/ (() => {
232
+ /******/ // define getter functions for harmony exports
233
+ /******/ __webpack_require__.d = (exports, definition) => {
234
+ /******/ for(var key in definition) {
235
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
236
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
237
+ /******/ }
238
+ /******/ }
239
+ /******/ };
240
+ /******/ })();
241
+ /******/
242
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
243
+ /******/ (() => {
244
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
245
+ /******/ })();
246
+ /******/
247
+ /************************************************************************/
248
+ var __webpack_exports__ = {};
249
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
250
+ (() => {
251
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
252
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
253
+ /* harmony export */ });
254
+ /* harmony import */ var _babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6666);
255
+ /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6609);
256
+ /* harmony import */ var _icon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5226);
257
+
258
+
259
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
260
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0,_babel_runtime_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
261
+
262
+ var data = JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M332.8 243.2c25.6 25.6 25.6 64 0 89.6-25.6 25.6-64 25.6-89.6 0L217.6 307.2 198.4 288c-25.6-25.6-25.6-64 0-89.6s64-25.6 89.6 0l25.6 25.6L332.8 243.2z","opacity":".1"}},{"type":"element","name":"path","attributes":{"d":"M192 448c38.4 0 64 25.6 64 64S230.4 576 192 576H160 128C89.6 576 64 550.4 64 512s25.6-64 64-64h32H192z","opacity":".15"}},{"type":"element","name":"path","attributes":{"d":"M243.2 691.2c25.6-25.6 64-25.6 89.6 0 25.6 25.6 25.6 64 0 89.6l-25.6 25.6L281.6 832c-25.6 25.6-64 25.6-89.6 0s-25.6-64 0-89.6l25.6-25.6L243.2 691.2z","opacity":".3"}},{"type":"element","name":"path","attributes":{"d":"M448 832c0-38.4 25.6-64 64-64s64 25.6 64 64v32V896c0 38.4-25.6 64-64 64s-64-25.6-64-64v-32V832z","opacity":".45"}},{"type":"element","name":"path","attributes":{"d":"M825.6 825.6c-25.6 25.6-64 25.6-89.6 0l-25.6-25.6 0 0-25.6-25.6c-25.6-25.6-25.6-64 0-89.6s64-25.6 89.6 0l25.6 25.6 25.6 25.6 0 0C851.2 761.6 851.2 806.4 825.6 825.6z","opacity":".6"}},{"type":"element","name":"path","attributes":{"d":"M896 448l-32 128H832c-38.4 0-64-25.6-64-64s25.6-64 64-64H896zM960 512c0 38.4-25.6 64-64 64h-32L896 448C934.4 448 960 473.6 960 512z","opacity":".75"}},{"type":"element","name":"path","attributes":{"d":"M742.4 192c25.6-19.2 64-19.2 83.2 6.4 25.6 25.6 25.6 64 0 89.6l-25.6 25.6-25.6 25.6c-25.6 25.6-64 25.6-89.6 0s-25.6-64 0-89.6","opacity":".9"}},{"type":"element","name":"path","attributes":{"d":"M448 160L576 192c0 38.4-25.6 64-64 64S448 230.4 448 192V160zM512 64c38.4 0 64 25.6 64 64v32H448V128C448 89.6 473.6 64 512 64zM448 160h128V192H448V160z"}}]}');
263
+ var loading = function loading(props, context) {
264
+ var p = _objectSpread(_objectSpread({}, props), context.attrs);
265
+ return (0,vue__WEBPACK_IMPORTED_MODULE_0__.createVNode)(_icon__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z, (0,vue__WEBPACK_IMPORTED_MODULE_0__.mergeProps)(p, {
266
+ "data": data,
267
+ "name": "loading"
268
+ }), null);
269
+ };
270
+ loading.displayName = 'loading';
271
+ loading.inheritAttrs = false;
272
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (loading);
273
+ })();
274
+
275
+ var __webpack_exports__default = __webpack_exports__.Z;
276
+ export { __webpack_exports__default as default };
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -10,8 +10,8 @@ declare const BkLoading: {
10
10
  color?: string;
11
11
  size?: "" | "small" | "large" | "mini";
12
12
  inline?: boolean;
13
- opacity?: number;
14
13
  loading?: boolean;
14
+ opacity?: number;
15
15
  isDirective?: boolean;
16
16
  class?: unknown;
17
17
  style?: unknown;
@@ -130,8 +130,8 @@ declare const BkLoading: {
130
130
  color: string;
131
131
  size: "" | "small" | "large" | "mini";
132
132
  inline: boolean;
133
- opacity: number;
134
133
  loading: boolean;
134
+ opacity: number;
135
135
  isDirective: boolean;
136
136
  }, {}, string, {}> & {
137
137
  beforeCreate?: (() => void) | (() => void)[];
@@ -264,8 +264,8 @@ declare const BkLoading: {
264
264
  color: string;
265
265
  size: "" | "small" | "large" | "mini";
266
266
  inline: boolean;
267
- opacity: number;
268
267
  loading: boolean;
268
+ opacity: number;
269
269
  isDirective: boolean;
270
270
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Readonly<{
271
271
  setDefaultIndicator: typeof setDefaultIndicator;
@@ -169,8 +169,8 @@ declare const _default: import("vue").DefineComponent<{
169
169
  color: string;
170
170
  size: "" | "small" | "large" | "mini";
171
171
  inline: boolean;
172
- opacity: number;
173
172
  loading: boolean;
173
+ opacity: number;
174
174
  isDirective: boolean;
175
175
  }, {}>;
176
176
  export default _default;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;
@@ -21,9 +21,9 @@
21
21
  --component-size-small: 26px;
22
22
  --component-size-base: 32px;
23
23
  --component-size-large: 40px;
24
- --component-size-small-padding: var(--component-size-small-padding);
25
- --component-size-base-padding: var(--component-size-base-padding);
26
- --component-size-large-padding: var(--component-size-large-padding);
24
+ --component-size-small-padding: 0 12px;
25
+ --component-size-base-padding: 0 14px;
26
+ --component-size-large-padding: 0 16px;
27
27
  --border-width-base: 1px;
28
28
  --border-style-base: solid;
29
29
  --border-radius-base: 2px;