bk-magic-vue 2.5.4-beta.8 → 2.5.4-beta.9

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 (40) hide show
  1. package/License.txt +14 -0
  2. package/dist/bk-magic-vue.css +5 -9
  3. package/dist/bk-magic-vue.js +100 -83
  4. package/dist/bk-magic-vue.min.css +1 -1
  5. package/dist/bk-magic-vue.min.css.gz +0 -0
  6. package/dist/bk-magic-vue.min.css.map +1 -1
  7. package/dist/bk-magic-vue.min.js +1 -1
  8. package/dist/bk-magic-vue.min.js.gz +0 -0
  9. package/dist/bk-magic-vue.min.js.map +1 -1
  10. package/dist/images/exceptions/403.svg +41 -85
  11. package/dist/images/exceptions/404.svg +86 -188
  12. package/dist/images/exceptions/500.svg +53 -86
  13. package/dist/images/exceptions/building.svg +155 -265
  14. package/dist/images/exceptions/empty.svg +37 -56
  15. package/dist/images/exceptions/login.svg +81 -160
  16. package/dist/images/exceptions/search-empty.svg +69 -108
  17. package/lib/exception.js +7 -7
  18. package/lib/pagination.js +412 -308
  19. package/lib/select.js +412 -308
  20. package/lib/table.js +145 -20
  21. package/lib/tag-input.js +103 -2
  22. package/lib/ui/bk-magic-vue.css +5 -9
  23. package/lib/ui/bk-magic-vue.min.css +1 -1
  24. package/lib/ui/bk-magic-vue.min.css.gz +0 -0
  25. package/lib/ui/bk-magic-vue.min.css.map +1 -1
  26. package/lib/ui/exception.css +5 -8
  27. package/lib/ui/exception.min.css +1 -1
  28. package/lib/ui/exception.min.css.map +1 -1
  29. package/lib/ui/images/exceptions/403.svg +41 -85
  30. package/lib/ui/images/exceptions/404.svg +86 -188
  31. package/lib/ui/images/exceptions/500.svg +53 -86
  32. package/lib/ui/images/exceptions/building.svg +155 -265
  33. package/lib/ui/images/exceptions/empty.svg +37 -56
  34. package/lib/ui/images/exceptions/login.svg +81 -160
  35. package/lib/ui/images/exceptions/search-empty.svg +69 -108
  36. package/lib/ui/table.css +0 -1
  37. package/lib/ui/table.min.css +1 -1
  38. package/lib/ui/table.min.css.map +1 -1
  39. package/package.json +1 -1
  40. package/LICENSE.txt +0 -22
package/License.txt ADDED
@@ -0,0 +1,14 @@
1
+ TencentBlueKing is pleased to support the open source community by making
2
+ 蓝鲸智云 - 蓝鲸Vue组件库2.0 (BlueKing PaaS Community Edition) available.
3
+ Copyright (C) 2021 THL A29 Limited,
4
+ a Tencent company. All rights reserved.
5
+ Licensed under the MIT License (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at http://opensource.org/licenses/MIT
8
+ Unless required by applicable law or agreed to in writing,
9
+ software distributed under the License is distributed on
10
+ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
11
+ either express or implied. See the License for the
12
+ specific language governing permissions and limitations under the License.
13
+ We undertake not to change the open source license (MIT license) applicable
14
+ to the current version of the project delivered to anyone in the future.
@@ -5354,8 +5354,6 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
5354
5354
  position:relative;
5355
5355
  }
5356
5356
  .bk-exception-img{
5357
- width:480px;
5358
- height:240px;
5359
5357
  display:-webkit-box;
5360
5358
  display:-ms-flexbox;
5361
5359
  display:flex;
@@ -5364,19 +5362,18 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
5364
5362
  align-items:center;
5365
5363
  -webkit-box-pack:center;
5366
5364
  -ms-flex-pack:center;
5367
- justify-content:center
5365
+ justify-content:center;
5368
5366
  }
5369
- .bk-exception-img.part-img{
5370
- width:120px;
5371
- height:100px;
5372
- }
5373
5367
  .bk-exception-img .exception-image{
5374
5368
  -o-object-fit:contain;
5375
5369
  object-fit:contain;
5376
5370
  display:block;
5377
- height:100%;
5371
+ height:200px;
5378
5372
  vertical-align:middle;
5379
5373
  }
5374
+ .bk-exception-img.part-img .exception-image{
5375
+ height:100px;
5376
+ }
5380
5377
  .bk-exception-text{
5381
5378
  font-size:24px;
5382
5379
  color:#63656E;
@@ -10870,7 +10867,6 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
10870
10867
  }
10871
10868
  .bk-table-empty-text{
10872
10869
  padding:60px 0;
10873
- width:50%;
10874
10870
  color:#63656e;
10875
10871
  }
10876
10872
  .bk-table-empty-text .bk-table-empty-icon{