bk-magic-vue 2.3.2-beta.4 → 2.3.2-beta.6
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/bk-magic-vue.css +4 -4
- package/dist/bk-magic-vue.js +1507 -2471
- 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/lib/alert.js +5 -11
- package/lib/animate-number.js +2 -9
- package/lib/badge.js +7 -25
- package/lib/big-tree.js +2549 -2788
- package/lib/breadcrumb-item.js +3 -10
- package/lib/breadcrumb.js +1 -9
- package/lib/button.js +1 -9
- package/lib/card.js +41 -70
- package/lib/cascade.js +442 -698
- package/lib/checkbox-group.js +2 -16
- package/lib/checkbox.js +972 -1179
- package/lib/col.js +9 -17
- package/lib/collapse-item.js +1 -10
- package/lib/collapse.js +1 -9
- package/lib/color-picker.js +38 -96
- package/lib/compose-form-item.js +1 -4
- package/lib/container.js +3 -11
- package/lib/date-picker.js +202 -330
- package/lib/dialog.js +2572 -2782
- package/lib/diff.js +2 -10
- package/lib/directives/clickoutside.js +2 -2
- package/lib/directives/overflow-tips.js +57 -73
- package/lib/directives/tooltips.js +65 -79
- package/lib/directives/transfer-dom.js +1 -4
- package/lib/divider.js +1 -9
- package/lib/dropdown-menu.js +7 -17
- package/lib/exception.js +5 -14
- package/lib/fixed-navbar.js +2 -13
- package/lib/form-item.js +253 -483
- package/lib/form.js +5 -22
- package/lib/icon.js +4 -5
- package/lib/image-viewer.js +22 -35
- package/lib/image.js +45 -72
- package/lib/info-box.js +2701 -2918
- package/lib/input.js +10 -33
- package/lib/link.js +1 -9
- package/lib/loading.js +9 -21
- package/lib/locale/index.js +5 -11
- package/lib/message.js +10 -22
- package/lib/navigation-menu-group.js +0 -4
- package/lib/navigation-menu-item.js +6 -19
- package/lib/navigation-menu.js +1046 -1252
- package/lib/navigation.js +34 -39
- package/lib/notify.js +20 -34
- package/lib/option-group.js +5 -10
- package/lib/option.js +15 -20
- package/lib/pagination.js +6706 -7013
- package/lib/popconfirm.js +66 -83
- package/lib/popover.js +55 -66
- package/lib/process.js +2 -17
- package/lib/progress.js +4 -10
- package/lib/radio-button.js +6 -13
- package/lib/radio-group.js +2 -9
- package/lib/radio.js +6 -13
- package/lib/rate.js +5 -21
- package/lib/resize-layout.js +11 -20
- package/lib/round-progress.js +1 -9
- package/lib/row.js +5 -18
- package/lib/search-select.js +409 -635
- package/lib/select.js +5989 -6261
- package/lib/sideslider.js +1560 -1769
- package/lib/slider.js +78 -127
- package/lib/star.js +3 -11
- package/lib/steps.js +1754 -1961
- package/lib/swiper.js +20 -33
- package/lib/switcher.js +3 -12
- package/lib/tab-panel.js +2 -9
- package/lib/tab.js +2330 -2536
- package/lib/table-column.js +328 -547
- package/lib/table-setting-content.js +321 -558
- package/lib/table.js +566 -917
- package/lib/tag-input.js +397 -649
- package/lib/tag.js +2 -10
- package/lib/time-picker.js +144 -219
- package/lib/timeline.js +23 -35
- package/lib/transfer.js +111 -161
- package/lib/transition.js +1 -9
- package/lib/tree.js +31 -75
- package/lib/ui/bk-magic-vue.css +4 -4
- 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/button.css +1 -1
- package/lib/ui/button.min.css +1 -1
- package/lib/ui/button.min.css.map +1 -1
- package/lib/ui/dialog.css +2 -2
- package/lib/ui/dialog.min.css +1 -1
- package/lib/ui/dialog.min.css.map +1 -1
- package/lib/ui/info-box.css +2 -2
- package/lib/ui/info-box.min.css +1 -1
- package/lib/ui/info-box.min.css.map +1 -1
- package/lib/ui/popconfirm.css +1 -1
- package/lib/ui/popconfirm.min.css +1 -1
- package/lib/ui/popconfirm.min.css.map +1 -1
- package/lib/upload.js +63 -87
- package/lib/utils/deepmerge.js +5 -11
- package/lib/utils/pinyin.js +5 -11
- package/lib/utils/pop-manager.js +2 -2
- package/lib/utils/tippy.js +48 -49
- package/lib/version-detail.js +5854 -6081
- package/lib/virtual-scroll.js +17 -23
- package/lib/zoom-image.js +3 -11
- package/package.json +1 -1
package/lib/checkbox-group.js
CHANGED
|
@@ -7,15 +7,12 @@
|
|
|
7
7
|
function _toConsumableArray(arr) {
|
|
8
8
|
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
9
9
|
}
|
|
10
|
-
|
|
11
10
|
function _arrayWithoutHoles(arr) {
|
|
12
11
|
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
13
12
|
}
|
|
14
|
-
|
|
15
13
|
function _iterableToArray(iter) {
|
|
16
14
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
17
15
|
}
|
|
18
|
-
|
|
19
16
|
function _unsupportedIterableToArray(o, minLen) {
|
|
20
17
|
if (!o) return;
|
|
21
18
|
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
@@ -24,15 +21,11 @@
|
|
|
24
21
|
if (n === "Map" || n === "Set") return Array.from(o);
|
|
25
22
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
26
23
|
}
|
|
27
|
-
|
|
28
24
|
function _arrayLikeToArray(arr, len) {
|
|
29
25
|
if (len == null || len > arr.length) len = arr.length;
|
|
30
|
-
|
|
31
26
|
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
32
|
-
|
|
33
27
|
return arr2;
|
|
34
28
|
}
|
|
35
|
-
|
|
36
29
|
function _nonIterableSpread() {
|
|
37
30
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
38
31
|
}
|
|
@@ -157,15 +150,12 @@
|
|
|
157
150
|
|
|
158
151
|
/* script */
|
|
159
152
|
var __vue_script__ = script;
|
|
160
|
-
/* template */
|
|
161
153
|
|
|
154
|
+
/* template */
|
|
162
155
|
var __vue_render__ = function __vue_render__() {
|
|
163
156
|
var _vm = this;
|
|
164
|
-
|
|
165
157
|
var _h = _vm.$createElement;
|
|
166
|
-
|
|
167
158
|
var _c = _vm._self._c || _h;
|
|
168
|
-
|
|
169
159
|
return _c('div', {
|
|
170
160
|
staticClass: "bk-form-control",
|
|
171
161
|
attrs: {
|
|
@@ -173,19 +163,15 @@
|
|
|
173
163
|
}
|
|
174
164
|
}, [_vm._t("default")], 2);
|
|
175
165
|
};
|
|
176
|
-
|
|
177
166
|
var __vue_staticRenderFns__ = [];
|
|
178
|
-
/* style */
|
|
179
167
|
|
|
168
|
+
/* style */
|
|
180
169
|
var __vue_inject_styles__ = undefined;
|
|
181
170
|
/* scoped */
|
|
182
|
-
|
|
183
171
|
var __vue_scope_id__ = undefined;
|
|
184
172
|
/* module identifier */
|
|
185
|
-
|
|
186
173
|
var __vue_module_identifier__ = undefined;
|
|
187
174
|
/* functional template */
|
|
188
|
-
|
|
189
175
|
var __vue_is_functional_template__ = false;
|
|
190
176
|
/* style inject */
|
|
191
177
|
|