iov-design 2.15.119 → 2.15.121

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 (133) hide show
  1. package/lib/alert.js +2 -2
  2. package/lib/aside.js +2 -2
  3. package/lib/autocomplete.js +2 -2
  4. package/lib/avatar-group.js +21 -11
  5. package/lib/avatar.js +21 -11
  6. package/lib/backtop.js +2 -2
  7. package/lib/badge.js +2 -2
  8. package/lib/breadcrumb-item.js +2 -2
  9. package/lib/breadcrumb.js +2 -2
  10. package/lib/button-group.js +2 -2
  11. package/lib/button.js +18 -7
  12. package/lib/calendar.js +2 -2
  13. package/lib/card.js +2 -2
  14. package/lib/carousel-item.js +2 -2
  15. package/lib/carousel.js +2 -2
  16. package/lib/cascader-panel.js +4 -4
  17. package/lib/cascader.js +4 -4
  18. package/lib/checkbox-button.js +2 -2
  19. package/lib/checkbox-group.js +2 -2
  20. package/lib/checkbox.js +2 -2
  21. package/lib/col.js +2 -2
  22. package/lib/collapse-item.js +2 -2
  23. package/lib/collapse.js +2 -2
  24. package/lib/color-picker.js +2 -2
  25. package/lib/container.js +2 -2
  26. package/lib/date-picker.js +4 -4
  27. package/lib/descriptions-item.js +2 -2
  28. package/lib/descriptions.js +2 -2
  29. package/lib/dialog.js +9 -9
  30. package/lib/divider.js +2 -2
  31. package/lib/drawer.js +2 -2
  32. package/lib/dropdown-item.js +2 -2
  33. package/lib/dropdown-menu.js +18 -4
  34. package/lib/dropdown.js +39 -23
  35. package/lib/empty.js +2 -2
  36. package/lib/footer.js +2 -2
  37. package/lib/form-item.js +4 -4
  38. package/lib/form.js +2 -2
  39. package/lib/header.js +2 -2
  40. package/lib/icon.js +2 -2
  41. package/lib/image.js +2 -2
  42. package/lib/index.js +1 -1
  43. package/lib/infinite-scroll.js +2 -2
  44. package/lib/input-number.js +2 -2
  45. package/lib/input.js +2 -2
  46. package/lib/iov-design.common.js +119 -62
  47. package/lib/link.js +2 -2
  48. package/lib/loading.js +4 -4
  49. package/lib/main.js +2 -2
  50. package/lib/menu-item-group.js +2 -2
  51. package/lib/menu-item.js +2 -2
  52. package/lib/menu.js +2 -2
  53. package/lib/message-box.js +4 -4
  54. package/lib/message.js +2 -2
  55. package/lib/notification.js +9 -9
  56. package/lib/option-group.js +2 -2
  57. package/lib/option.js +2 -2
  58. package/lib/page-header.js +2 -2
  59. package/lib/pagination.js +6 -6
  60. package/lib/popconfirm.js +2 -2
  61. package/lib/popover.js +2 -2
  62. package/lib/progress.js +2 -2
  63. package/lib/radio-button.js +2 -2
  64. package/lib/radio-group.js +2 -2
  65. package/lib/radio.js +2 -2
  66. package/lib/rate.js +2 -2
  67. package/lib/result.js +2 -2
  68. package/lib/row.js +2 -2
  69. package/lib/scrollbar.js +2 -2
  70. package/lib/select.js +7 -5
  71. package/lib/skeleton-item.js +2 -2
  72. package/lib/skeleton.js +2 -2
  73. package/lib/slider.js +4 -4
  74. package/lib/spinner.js +2 -2
  75. package/lib/statistic.js +2 -2
  76. package/lib/step.js +2 -2
  77. package/lib/steps.js +2 -2
  78. package/lib/submenu.js +2 -2
  79. package/lib/svg-icon.js +2 -2
  80. package/lib/switch.js +23 -23
  81. package/lib/tab-pane.js +2 -2
  82. package/lib/table-column.js +2 -2
  83. package/lib/table.js +9 -8
  84. package/lib/tabs.js +2 -2
  85. package/lib/tag.js +9 -4
  86. package/lib/theme-chalk/avatar.css +1 -1
  87. package/lib/theme-chalk/base.css +1 -1
  88. package/lib/theme-chalk/button.css +1 -1
  89. package/lib/theme-chalk/calendar.css +1 -1
  90. package/lib/theme-chalk/cascader-panel.css +1 -1
  91. package/lib/theme-chalk/cascader.css +1 -1
  92. package/lib/theme-chalk/checkbox.css +1 -1
  93. package/lib/theme-chalk/dropdown.css +1 -1
  94. package/lib/theme-chalk/fonts/iovfont.ttf +0 -0
  95. package/lib/theme-chalk/fonts/iovfont.woff +0 -0
  96. package/lib/theme-chalk/fonts/iovfont.woff2 +0 -0
  97. package/lib/theme-chalk/index.css +1 -1
  98. package/lib/theme-chalk/iovfont.css +1 -1
  99. package/lib/theme-chalk/message-box.css +1 -1
  100. package/lib/theme-chalk/pagination.css +1 -1
  101. package/lib/theme-chalk/radio-button.css +1 -1
  102. package/lib/theme-chalk/select.css +1 -1
  103. package/lib/theme-chalk/table-column.css +1 -1
  104. package/lib/theme-chalk/table.css +1 -1
  105. package/lib/theme-chalk/tag.css +1 -1
  106. package/lib/theme-chalk/transfer.css +1 -1
  107. package/lib/theme-chalk/tree.css +1 -1
  108. package/lib/time-picker.js +11 -11
  109. package/lib/time-select.js +2 -2
  110. package/lib/timeline-item.js +2 -2
  111. package/lib/timeline.js +2 -2
  112. package/lib/tooltip.js +2 -2
  113. package/lib/transfer.js +2 -2
  114. package/lib/tree.js +2 -2
  115. package/lib/upload.js +4 -4
  116. package/package.json +1 -1
  117. package/packages/avatar/src/main.vue +7 -8
  118. package/packages/button/src/button.vue +15 -4
  119. package/packages/dropdown/src/dropdown-menu.vue +14 -0
  120. package/packages/dropdown/src/dropdown.vue +21 -9
  121. package/packages/select/src/select.vue +2 -0
  122. package/packages/tag/src/tag.vue +7 -2
  123. package/packages/theme-chalk/src/avatar.scss +16 -14
  124. package/packages/theme-chalk/src/base.scss +7 -0
  125. package/packages/theme-chalk/src/button.scss +13 -19
  126. package/packages/theme-chalk/src/dropdown.scss +123 -24
  127. package/packages/theme-chalk/src/fonts/iovfont.ttf +0 -0
  128. package/packages/theme-chalk/src/fonts/iovfont.woff +0 -0
  129. package/packages/theme-chalk/src/fonts/iovfont.woff2 +0 -0
  130. package/packages/theme-chalk/src/iovfont.scss +15 -3
  131. package/packages/theme-chalk/src/mixins/_button.scss +3 -1
  132. package/packages/theme-chalk/src/tag.scss +225 -56
  133. package/src/index.js +1 -1
package/lib/container.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 = 92);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 93);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 92:
195
+ /***/ 93:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
@@ -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 = 59);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 60);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -1670,7 +1670,7 @@ module.exports = require("iov-design/lib/mixins/emitter");
1670
1670
 
1671
1671
  /***/ }),
1672
1672
 
1673
- /***/ 45:
1673
+ /***/ 46:
1674
1674
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1675
1675
 
1676
1676
  "use strict";
@@ -1838,7 +1838,7 @@ module.exports = require("iov-design/lib/utils/vue-popper");
1838
1838
 
1839
1839
  /***/ }),
1840
1840
 
1841
- /***/ 59:
1841
+ /***/ 60:
1842
1842
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1843
1843
 
1844
1844
  "use strict";
@@ -3823,7 +3823,7 @@ date_rangevue_type_template_id_3d9f8367_render._withStripped = true
3823
3823
  // CONCATENATED MODULE: ./packages/date-picker/src/panel/date-range.vue?vue&type=template&id=3d9f8367
3824
3824
 
3825
3825
  // EXTERNAL MODULE: ./packages/date-picker/src/panel/time-range-content.vue + 4 modules
3826
- var time_range_content = __webpack_require__(45);
3826
+ var time_range_content = __webpack_require__(46);
3827
3827
 
3828
3828
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/date-picker/src/panel/date-range.vue?vue&type=script&lang=js
3829
3829
  //
@@ -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 = 142);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 143);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 142:
90
+ /***/ 143:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -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 = 141);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 142);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 141:
90
+ /***/ 142:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
package/lib/dialog.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 = 129);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 130);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -199,7 +199,14 @@ module.exports = require("iov-design/lib/mixins/migrating");
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 129:
202
+ /***/ 13:
203
+ /***/ (function(module, exports) {
204
+
205
+ module.exports = require("iov-design/lib/utils/popup");
206
+
207
+ /***/ }),
208
+
209
+ /***/ 130:
203
210
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
204
211
 
205
212
  "use strict";
@@ -531,13 +538,6 @@ src_component.install = function (Vue) {
531
538
 
532
539
  /***/ }),
533
540
 
534
- /***/ 13:
535
- /***/ (function(module, exports) {
536
-
537
- module.exports = require("iov-design/lib/utils/popup");
538
-
539
- /***/ }),
540
-
541
541
  /***/ 4:
542
542
  /***/ (function(module, exports) {
543
543
 
package/lib/divider.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 = 130);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 131);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 130:
195
+ /***/ 131:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/drawer.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 = 127);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 128);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 127:
195
+ /***/ 128:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
@@ -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 = 98);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 99);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -199,7 +199,7 @@ module.exports = require("iov-design/lib/mixins/emitter");
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 98:
202
+ /***/ 99:
203
203
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
204
204
 
205
205
  "use strict";
@@ -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 = 131);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 132);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,19 +192,19 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 131:
195
+ /***/ 132:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
199
199
  // ESM COMPAT FLAG
200
200
  __webpack_require__.r(__webpack_exports__);
201
201
 
202
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dropdown/src/dropdown-menu.vue?vue&type=template&id=50c92164
202
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/dropdown/src/dropdown-menu.vue?vue&type=template&id=20d8c5cc
203
203
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('transition',{attrs:{"name":"el-zoom-in-top"},on:{"after-leave":_vm.doDestroy}},[_c('ul',{directives:[{name:"show",rawName:"v-show",value:(_vm.showPopper),expression:"showPopper"}],staticClass:"el-dropdown-menu el-popper",class:[_vm.size && ("el-dropdown-menu--" + _vm.size)]},[_vm._t("default")],2)])}
204
204
  var staticRenderFns = []
205
205
  render._withStripped = true
206
206
 
207
- // CONCATENATED MODULE: ./packages/dropdown/src/dropdown-menu.vue?vue&type=template&id=50c92164
207
+ // CONCATENATED MODULE: ./packages/dropdown/src/dropdown-menu.vue?vue&type=template&id=20d8c5cc
208
208
 
209
209
  // EXTERNAL MODULE: external "iov-design/lib/utils/vue-popper"
210
210
  var vue_popper_ = __webpack_require__(5);
@@ -256,6 +256,11 @@ var vue_popper_default = /*#__PURE__*/__webpack_require__.n(vue_popper_);
256
256
  });
257
257
  this.$on('visible', function (val) {
258
258
  _this.showPopper = val;
259
+ if (val && _this.dropdown.menuWidthAlign) {
260
+ _this.$nextTick(function () {
261
+ _this.setMenuMinWidth();
262
+ });
263
+ }
259
264
  });
260
265
  },
261
266
  mounted: function mounted() {
@@ -267,6 +272,15 @@ var vue_popper_default = /*#__PURE__*/__webpack_require__.n(vue_popper_);
267
272
  },
268
273
 
269
274
 
275
+ methods: {
276
+ setMenuMinWidth: function setMenuMinWidth() {
277
+ if (this.$el) {
278
+ var containerWidth = this.dropdown.$el.getBoundingClientRect().width;
279
+ this.$el.style.width = containerWidth + 'px';
280
+ }
281
+ }
282
+ },
283
+
270
284
  watch: {
271
285
  'dropdown.placement': {
272
286
  immediate: true,
package/lib/dropdown.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 = 137);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 138);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -206,7 +206,7 @@ module.exports = require("iov-design/lib/utils/clickoutside");
206
206
 
207
207
  /***/ }),
208
208
 
209
- /***/ 137:
209
+ /***/ 138:
210
210
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
211
211
 
212
212
  "use strict";
@@ -303,6 +303,10 @@ var util_ = __webpack_require__(3);
303
303
  disabled: {
304
304
  type: Boolean,
305
305
  default: false
306
+ },
307
+ menuWidthAlign: {
308
+ type: Boolean,
309
+ default: false
306
310
  }
307
311
  },
308
312
 
@@ -441,13 +445,19 @@ var util_ = __webpack_require__(3);
441
445
  resetTabindex: function resetTabindex(ele) {
442
446
  // 下次tab时组件聚焦元素
443
447
  this.removeTabindex();
444
- ele.setAttribute('tabindex', '0'); // 下次期望的聚焦元素
448
+ if (ele) {
449
+ ele.setAttribute('tabindex', '0'); // 下次期望的聚焦元素
450
+ }
445
451
  },
446
452
  removeTabindex: function removeTabindex() {
447
- this.triggerElm.setAttribute('tabindex', '-1');
448
- this.menuItemsArray.forEach(function (item) {
449
- item.setAttribute('tabindex', '-1');
450
- });
453
+ if (this.triggerElm) {
454
+ this.triggerElm.setAttribute('tabindex', '-1');
455
+ }
456
+ if (this.menuItemsArray) {
457
+ this.menuItemsArray.forEach(function (item) {
458
+ item.setAttribute('tabindex', '-1');
459
+ });
460
+ }
451
461
  },
452
462
  initAria: function initAria() {
453
463
  this.dropdownElm.setAttribute('id', this.listId);
@@ -506,7 +516,9 @@ var util_ = __webpack_require__(3);
506
516
  this.$emit('command', command, instance);
507
517
  },
508
518
  triggerElmFocus: function triggerElmFocus() {
509
- this.triggerElm.focus && this.triggerElm.focus();
519
+ if (this.triggerElm) {
520
+ this.triggerElm.focus && this.triggerElm.focus();
521
+ }
510
522
  },
511
523
  initDomOperation: function initDomOperation() {
512
524
  this.dropdownElm = this.popperElm;
@@ -535,21 +547,25 @@ var util_ = __webpack_require__(3);
535
547
 
536
548
  var triggerElm = null;
537
549
  if (splitButton) {
538
- triggerElm = h('el-button-group', [h(
539
- 'el-button',
540
- {
541
- attrs: { type: type, size: dropdownSize, disabled: disabled },
542
- nativeOn: {
543
- 'click': handleMainButtonClick
544
- }
545
- },
546
- [this.$slots.default]
547
- ), h(
548
- 'el-button',
549
- { ref: 'trigger', attrs: { type: type, size: dropdownSize, disabled: disabled },
550
- 'class': 'el-dropdown__caret-button' },
551
- [h('i', { 'class': 'el-dropdown__icon iov-icon-arrow-down' })]
552
- )]);
550
+ triggerElm = h(
551
+ 'div',
552
+ { 'class': 'el-button-group__dropdown' + (type ? ' el-button-group__dropdown--' + type : ' el-button-group__dropdown--default') },
553
+ [h(
554
+ 'el-button',
555
+ {
556
+ attrs: { type: type, size: dropdownSize, disabled: disabled },
557
+ nativeOn: {
558
+ 'click': handleMainButtonClick
559
+ }
560
+ },
561
+ [this.$slots.default]
562
+ ), h(
563
+ 'el-button',
564
+ { ref: 'trigger', attrs: { type: type, size: dropdownSize, disabled: disabled },
565
+ 'class': 'el-dropdown__caret-button' },
566
+ [h('i', { 'class': 'el-dropdown__icon iov-icon-vertical-more' })]
567
+ )]
568
+ );
553
569
  } else {
554
570
  triggerElm = this.$slots.default;
555
571
  var vnodeData = triggerElm[0].data || {};
package/lib/empty.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);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 86);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -199,7 +199,7 @@ module.exports = require("iov-design/lib/locale");
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 85:
202
+ /***/ 86:
203
203
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
204
204
 
205
205
  "use strict";
package/lib/footer.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 = 113);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 114);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 113:
195
+ /***/ 114:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/form-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 = 75);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 76);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -206,14 +206,14 @@ module.exports = require("iov-design/lib/mixins/emitter");
206
206
 
207
207
  /***/ }),
208
208
 
209
- /***/ 54:
209
+ /***/ 55:
210
210
  /***/ (function(module, exports) {
211
211
 
212
212
  module.exports = require("async-validator");
213
213
 
214
214
  /***/ }),
215
215
 
216
- /***/ 75:
216
+ /***/ 76:
217
217
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
218
218
 
219
219
  "use strict";
@@ -241,7 +241,7 @@ render._withStripped = true
241
241
  // CONCATENATED MODULE: ./packages/form/src/form-item.vue?vue&type=template&id=0d8269bc
242
242
 
243
243
  // EXTERNAL MODULE: external "async-validator"
244
- var external_async_validator_ = __webpack_require__(54);
244
+ var external_async_validator_ = __webpack_require__(55);
245
245
  var external_async_validator_default = /*#__PURE__*/__webpack_require__.n(external_async_validator_);
246
246
 
247
247
  // EXTERNAL MODULE: external "iov-design/lib/mixins/emitter"
package/lib/form.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 = 133);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 134);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 133:
195
+ /***/ 134:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/header.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 = 94);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 95);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 94:
195
+ /***/ 95:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/icon.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 = 105);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 106);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 105:
195
+ /***/ 106:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
package/lib/image.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 = 70);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 71);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -234,7 +234,7 @@ module.exports = require("iov-design/lib/mixins/locale");
234
234
 
235
235
  /***/ }),
236
236
 
237
- /***/ 70:
237
+ /***/ 71:
238
238
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
239
239
 
240
240
  "use strict";