iov-design 2.15.26 → 2.15.27
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/lib/alert.js +2 -2
- package/lib/aside.js +2 -2
- package/lib/autocomplete.js +2 -2
- package/lib/avatar.js +2 -2
- package/lib/backtop.js +2 -2
- package/lib/badge.js +2 -2
- package/lib/breadcrumb-item.js +2 -2
- package/lib/breadcrumb.js +2 -2
- package/lib/button-group.js +2 -2
- package/lib/button.js +2 -2
- package/lib/calendar.js +2 -2
- package/lib/card.js +2 -2
- package/lib/carousel-item.js +9 -9
- package/lib/carousel.js +2 -2
- package/lib/cascader-panel.js +4 -4
- package/lib/cascader.js +4 -4
- package/lib/checkbox-button.js +2 -2
- package/lib/checkbox-group.js +2 -2
- package/lib/checkbox.js +2 -2
- package/lib/col.js +2 -2
- package/lib/collapse-item.js +2 -2
- package/lib/collapse.js +2 -2
- package/lib/color-picker.js +9 -9
- package/lib/container.js +2 -2
- package/lib/date-picker.js +90 -69
- package/lib/descriptions-item.js +2 -2
- package/lib/descriptions.js +2 -2
- package/lib/dialog.js +2 -2
- package/lib/divider.js +2 -2
- package/lib/drawer.js +9 -9
- package/lib/dropdown-item.js +2 -2
- package/lib/dropdown-menu.js +2 -2
- package/lib/dropdown.js +9 -9
- package/lib/empty.js +19 -82
- package/lib/footer.js +2 -2
- package/lib/form-item.js +4 -4
- package/lib/form.js +2 -2
- package/lib/header.js +2 -2
- package/lib/icon.js +2 -2
- package/lib/image.js +2 -2
- package/lib/index.js +1 -1
- package/lib/infinite-scroll.js +2 -2
- package/lib/input-number.js +2 -2
- package/lib/input.js +9 -9
- package/lib/iov-design.common.js +33 -87
- package/lib/link.js +2 -2
- package/lib/loading.js +2 -2
- package/lib/main.js +2 -2
- package/lib/menu-item-group.js +2 -2
- package/lib/menu-item.js +64 -64
- package/lib/menu.js +2 -2
- package/lib/message-box.js +4 -4
- package/lib/message.js +2 -2
- package/lib/notification.js +2 -2
- package/lib/option-group.js +2 -2
- package/lib/option.js +2 -2
- package/lib/page-header.js +2 -2
- package/lib/pagination.js +6 -6
- package/lib/popconfirm.js +4 -4
- package/lib/popover.js +2 -2
- package/lib/progress.js +2 -2
- package/lib/radio-button.js +2 -2
- package/lib/radio-group.js +2 -2
- package/lib/radio.js +2 -2
- package/lib/rate.js +9 -9
- package/lib/result.js +2 -2
- package/lib/row.js +2 -2
- package/lib/scrollbar.js +2 -2
- package/lib/select.js +3 -3
- package/lib/skeleton-item.js +2 -2
- package/lib/skeleton.js +2 -2
- package/lib/slider.js +4 -4
- package/lib/spinner.js +2 -2
- package/lib/statistic.js +2 -2
- package/lib/step.js +2 -2
- package/lib/steps.js +9 -9
- package/lib/submenu.js +2 -2
- package/lib/switch.js +2 -2
- package/lib/tab-pane.js +2 -2
- package/lib/table-column.js +2 -2
- package/lib/table.js +5 -14
- package/lib/tabs.js +2 -2
- package/lib/tag.js +2 -2
- package/lib/time-picker.js +2 -2
- package/lib/time-select.js +2 -2
- package/lib/timeline-item.js +2 -2
- package/lib/timeline.js +2 -2
- package/lib/tooltip.js +2 -2
- package/lib/transfer.js +2 -2
- package/lib/tree.js +2 -2
- package/lib/upload.js +2 -2
- package/package.json +1 -1
- package/packages/empty/src/index.vue +10 -10
- package/packages/select/src/select.vue +1 -1
- package/src/index.js +1 -1
- package/lib/0.7d92a25b.png +0 -0
- package/lib/1.196ad096.png +0 -0
- package/lib/2.904013cc.png +0 -0
- package/lib/4.93f6f3d7.png +0 -0
- package/lib/5.f35784ee.png +0 -0
- package/lib/6.1aa4ea30.png +0 -0
- package/lib/7.e69e68f0.png +0 -0
- package/lib/8.016d5815.png +0 -0
- package/lib/9.b1293c6e.png +0 -0
- package/lib/static/0.7d92a25.png +0 -0
- package/lib/static/1.196ad09.png +0 -0
- package/lib/static/2.904013c.png +0 -0
- package/lib/static/4.93f6f3d.png +0 -0
- package/lib/static/5.f35784e.png +0 -0
- package/lib/static/6.1aa4ea3.png +0 -0
- package/lib/static/7.e69e68f.png +0 -0
- package/lib/static/8.016d581.png +0 -0
- package/lib/static/9.b1293c6.png +0 -0
package/lib/time-picker.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 78);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -2515,7 +2515,7 @@ module.exports = require("vue");
|
|
|
2515
2515
|
|
|
2516
2516
|
/***/ }),
|
|
2517
2517
|
|
|
2518
|
-
/***/
|
|
2518
|
+
/***/ 78:
|
|
2519
2519
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2520
2520
|
|
|
2521
2521
|
"use strict";
|
package/lib/time-select.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 79);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -1433,7 +1433,7 @@ module.exports = require("vue");
|
|
|
1433
1433
|
|
|
1434
1434
|
/***/ }),
|
|
1435
1435
|
|
|
1436
|
-
/***/
|
|
1436
|
+
/***/ 79:
|
|
1437
1437
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1438
1438
|
|
|
1439
1439
|
"use strict";
|
package/lib/timeline-item.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 95);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -189,7 +189,7 @@ function normalizeComponent (
|
|
|
189
189
|
|
|
190
190
|
/***/ }),
|
|
191
191
|
|
|
192
|
-
/***/
|
|
192
|
+
/***/ 95:
|
|
193
193
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
194
194
|
|
|
195
195
|
"use strict";
|
package/lib/timeline.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 136);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -189,7 +189,7 @@ function normalizeComponent (
|
|
|
189
189
|
|
|
190
190
|
/***/ }),
|
|
191
191
|
|
|
192
|
-
/***/
|
|
192
|
+
/***/ 136:
|
|
193
193
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
194
194
|
|
|
195
195
|
"use strict";
|
package/lib/tooltip.js
CHANGED
|
@@ -82,12 +82,12 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 142);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 142:
|
|
91
91
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
package/lib/transfer.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 67);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -238,7 +238,7 @@ module.exports = require("iov-design/lib/mixins/locale");
|
|
|
238
238
|
|
|
239
239
|
/***/ }),
|
|
240
240
|
|
|
241
|
-
/***/
|
|
241
|
+
/***/ 67:
|
|
242
242
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
243
243
|
|
|
244
244
|
"use strict";
|
package/lib/tree.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 61);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -231,7 +231,7 @@ module.exports = require("iov-design/lib/mixins/emitter");
|
|
|
231
231
|
|
|
232
232
|
/***/ }),
|
|
233
233
|
|
|
234
|
-
/***/
|
|
234
|
+
/***/ 61:
|
|
235
235
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
236
236
|
|
|
237
237
|
"use strict";
|
package/lib/upload.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 60);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -217,7 +217,7 @@ module.exports = require("iov-design/lib/mixins/locale");
|
|
|
217
217
|
|
|
218
218
|
/***/ }),
|
|
219
219
|
|
|
220
|
-
/***/
|
|
220
|
+
/***/ 60:
|
|
221
221
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
222
222
|
|
|
223
223
|
"use strict";
|
package/package.json
CHANGED
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
|
|
19
19
|
<script>
|
|
20
20
|
const IMG = {
|
|
21
|
-
0: require('./img/0.png'),
|
|
22
|
-
1: require('./img/1.png'),
|
|
23
|
-
2: require('./img/2.png'),
|
|
24
|
-
3: require('./img/4.png'),
|
|
25
|
-
4: require('./img/4.png'),
|
|
26
|
-
5: require('./img/5.png'),
|
|
27
|
-
6: require('./img/6.png'),
|
|
28
|
-
7: require('./img/7.png'),
|
|
29
|
-
8: require('./img/8.png'),
|
|
30
|
-
9: require('./img/9.png')
|
|
21
|
+
0: '//prod-common-public.obs-helf.cucloud.cn/user/72f51000000000112154360', // require('./img/0.png'),
|
|
22
|
+
1: '//prod-common-public.obs-helf.cucloud.cn/user/2c951000000000112154402', // require('./img/1.png'),
|
|
23
|
+
2: '//prod-common-public.obs-helf.cucloud.cn/user/c3301000000000112154439', // require('./img/2.png'),
|
|
24
|
+
3: '//prod-common-public.obs-helf.cucloud.cn/user/98171000000000112154450', // require('./img/4.png'),
|
|
25
|
+
4: '//prod-common-public.obs-helf.cucloud.cn/user/ccae1000000000112154463', // require('./img/4.png'),
|
|
26
|
+
5: '//prod-common-public.obs-helf.cucloud.cn/user/ae811000000000112154481', // require('./img/5.png'),
|
|
27
|
+
6: '//prod-common-public.obs-helf.cucloud.cn/user/3b9f1000000000112154499', // require('./img/6.png'),
|
|
28
|
+
7: '//prod-common-public.obs-helf.cucloud.cn/user/3bfc1000000000112154525', // require('./img/7.png'),
|
|
29
|
+
8: '//prod-common-public.obs-helf.cucloud.cn/user/eb8b1000000000112154533', // require('./img/8.png'),
|
|
30
|
+
9: '//prod-common-public.obs-helf.cucloud.cn/user/22061000000000112154548' // require('./img/9.png')
|
|
31
31
|
};
|
|
32
32
|
import { t } from 'iov-design/src/locale';
|
|
33
33
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
</el-scrollbar>
|
|
130
130
|
<template v-if="emptyText && (!allowCreate || loading || (allowCreate && options.length === 0 ))">
|
|
131
131
|
<slot name="empty" v-if="$slots.empty"></slot>
|
|
132
|
-
<el-empty v-else :description="emptyText" :type="0" image-size="60"></el-empty>
|
|
132
|
+
<el-empty v-else :description="emptyText" :type="0" :image-size="60"></el-empty>
|
|
133
133
|
</template>
|
|
134
134
|
</el-select-menu>
|
|
135
135
|
</transition>
|
package/src/index.js
CHANGED
package/lib/0.7d92a25b.png
DELETED
|
Binary file
|
package/lib/1.196ad096.png
DELETED
|
Binary file
|
package/lib/2.904013cc.png
DELETED
|
Binary file
|
package/lib/4.93f6f3d7.png
DELETED
|
Binary file
|
package/lib/5.f35784ee.png
DELETED
|
Binary file
|
package/lib/6.1aa4ea30.png
DELETED
|
Binary file
|
package/lib/7.e69e68f0.png
DELETED
|
Binary file
|
package/lib/8.016d5815.png
DELETED
|
Binary file
|
package/lib/9.b1293c6e.png
DELETED
|
Binary file
|
package/lib/static/0.7d92a25.png
DELETED
|
Binary file
|
package/lib/static/1.196ad09.png
DELETED
|
Binary file
|
package/lib/static/2.904013c.png
DELETED
|
Binary file
|
package/lib/static/4.93f6f3d.png
DELETED
|
Binary file
|
package/lib/static/5.f35784e.png
DELETED
|
Binary file
|
package/lib/static/6.1aa4ea3.png
DELETED
|
Binary file
|
package/lib/static/7.e69e68f.png
DELETED
|
Binary file
|
package/lib/static/8.016d581.png
DELETED
|
Binary file
|
package/lib/static/9.b1293c6.png
DELETED
|
Binary file
|