iov-design 2.15.97 → 2.15.99

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/cascader.js CHANGED
@@ -213,7 +213,7 @@ module.exports = require("iov-design/lib/mixins/migrating");
213
213
  // ESM COMPAT FLAG
214
214
  __webpack_require__.r(__webpack_exports__);
215
215
 
216
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/cascader/src/cascader.vue?vue&type=template&id=222ec682
216
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/cascader/src/cascader.vue?vue&type=template&id=0bb86285
217
217
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:(function () { return _vm.toggleDropDownVisible(false); }),expression:"() => toggleDropDownVisible(false)"}],ref:"reference",class:[
218
218
  'el-cascader',
219
219
  _vm.realSize && ("el-cascader--" + _vm.realSize),
@@ -229,7 +229,7 @@ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._sel
229
229
  var staticRenderFns = []
230
230
  render._withStripped = true
231
231
 
232
- // CONCATENATED MODULE: ./packages/cascader/src/cascader.vue?vue&type=template&id=222ec682
232
+ // CONCATENATED MODULE: ./packages/cascader/src/cascader.vue?vue&type=template&id=0bb86285
233
233
 
234
234
  // EXTERNAL MODULE: external "iov-design/lib/utils/vue-popper"
235
235
  var vue_popper_ = __webpack_require__(5);
@@ -780,6 +780,8 @@ var InputSizeMap = {
780
780
  getMaxWidth: function getMaxWidth() {
781
781
  var _this3 = this;
782
782
 
783
+ this.resetInputWidth();
784
+ this.resetTagsLeft();
783
785
  this.$nextTick(function () {
784
786
  if (_this3.collapseTags) {
785
787
  if (_this3.multipleTagMaxWidth && _this3.multipleTagMaxWidth !== 'none') {