bk-magic-vue 2.5.4-beta.7 → 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.
- package/License.txt +14 -0
- package/dist/bk-magic-vue.css +5 -9
- package/dist/bk-magic-vue.js +100 -85
- package/dist/bk-magic-vue.min.css +1 -1
- package/dist/bk-magic-vue.min.css.gz +0 -0
- package/dist/bk-magic-vue.min.css.map +1 -1
- package/dist/bk-magic-vue.min.js +1 -1
- package/dist/bk-magic-vue.min.js.gz +0 -0
- package/dist/bk-magic-vue.min.js.map +1 -1
- package/dist/images/exceptions/403.svg +41 -85
- package/dist/images/exceptions/404.svg +86 -188
- package/dist/images/exceptions/500.svg +53 -86
- package/dist/images/exceptions/building.svg +155 -265
- package/dist/images/exceptions/empty.svg +37 -56
- package/dist/images/exceptions/login.svg +81 -160
- package/dist/images/exceptions/search-empty.svg +69 -108
- package/lib/cascade.js +0 -2
- package/lib/directives/overflow-tips.js +0 -2
- package/lib/directives/tooltips.js +0 -2
- package/lib/exception.js +7 -7
- package/lib/form-item.js +0 -2
- package/lib/pagination.js +412 -310
- package/lib/popconfirm.js +0 -2
- package/lib/popover.js +0 -2
- package/lib/search-select.js +0 -2
- package/lib/select.js +412 -310
- package/lib/slider.js +0 -2
- package/lib/table.js +145 -22
- package/lib/tag-input.js +103 -4
- package/lib/transfer.js +0 -2
- package/lib/ui/bk-magic-vue.css +5 -9
- package/lib/ui/bk-magic-vue.min.css +1 -1
- package/lib/ui/bk-magic-vue.min.css.gz +0 -0
- package/lib/ui/bk-magic-vue.min.css.map +1 -1
- package/lib/ui/exception.css +5 -8
- package/lib/ui/exception.min.css +1 -1
- package/lib/ui/exception.min.css.map +1 -1
- package/lib/ui/images/exceptions/403.svg +41 -85
- package/lib/ui/images/exceptions/404.svg +86 -188
- package/lib/ui/images/exceptions/500.svg +53 -86
- package/lib/ui/images/exceptions/building.svg +155 -265
- package/lib/ui/images/exceptions/empty.svg +37 -56
- package/lib/ui/images/exceptions/login.svg +81 -160
- package/lib/ui/images/exceptions/search-empty.svg +69 -108
- package/lib/ui/table.css +0 -1
- package/lib/ui/table.min.css +1 -1
- package/lib/ui/table.min.css.map +1 -1
- package/lib/upload.js +0 -2
- package/lib/utils/tippy.js +0 -2
- package/lib/version-detail.js +0 -2
- package/package.json +1 -1
- 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.
|
package/dist/bk-magic-vue.css
CHANGED
|
@@ -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:
|
|
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{
|