bi-eleme 1.0.7 → 1.0.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.
@@ -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 = 60);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 61);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -255,7 +255,7 @@ module.exports = require("bi-eleme/lib/mixins/locale");
255
255
 
256
256
  /***/ }),
257
257
 
258
- /***/ 60:
258
+ /***/ 61:
259
259
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
260
260
 
261
261
  "use strict";
@@ -7402,8 +7402,8 @@ switch_src_component.install = function (Vue) {
7402
7402
  };
7403
7403
 
7404
7404
  /* harmony default export */ var packages_switch = (switch_src_component);
7405
- // CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.0@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.0@vue-loader/lib??vue-loader-options!./packages/select/src/select.vue?vue&type=template&id=144a477f&
7406
- var selectvue_type_template_id_144a477f_render = function () {
7405
+ // CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.0@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.0@vue-loader/lib??vue-loader-options!./packages/select/src/select.vue?vue&type=template&id=1a400819&
7406
+ var selectvue_type_template_id_1a400819_render = function () {
7407
7407
  var _vm = this
7408
7408
  var _h = _vm.$createElement
7409
7409
  var _c = _vm._self._c || _h
@@ -7441,50 +7441,84 @@ var selectvue_type_template_id_144a477f_render = function () {
7441
7441
  ? _c(
7442
7442
  "span",
7443
7443
  [
7444
- _c(
7445
- "el-tag",
7446
- {
7447
- attrs: {
7448
- closable: !_vm.selectDisabled,
7449
- size: _vm.collapseTagSize,
7450
- hit: _vm.selected[0].hitState,
7451
- type: "info",
7452
- "disable-transitions": "",
7453
- },
7454
- on: {
7455
- close: function ($event) {
7456
- _vm.deleteTag($event, _vm.selected[0])
7457
- },
7458
- },
7459
- },
7460
- [
7461
- _c("span", { staticClass: "el-select__tags-text" }, [
7462
- _vm._v(_vm._s(_vm.selected[0].currentLabel)),
7463
- ]),
7464
- ]
7465
- ),
7466
- _vm.selected.length > 1
7467
- ? _c(
7444
+ _vm._l(
7445
+ _vm.formatSelected(
7446
+ _vm.selected,
7447
+ 0,
7448
+ _vm.collapseTagsNumber
7449
+ ),
7450
+ function (item) {
7451
+ return _c(
7468
7452
  "el-tag",
7469
7453
  {
7454
+ key: _vm.getValueKey(item),
7470
7455
  attrs: {
7471
- closable: false,
7456
+ closable: !_vm.selectDisabled,
7472
7457
  size: _vm.collapseTagSize,
7458
+ hit: item.hitState,
7473
7459
  type: "info",
7474
7460
  "disable-transitions": "",
7475
7461
  },
7462
+ on: {
7463
+ close: function ($event) {
7464
+ _vm.deleteTag($event, item)
7465
+ },
7466
+ },
7476
7467
  },
7477
7468
  [
7478
7469
  _c(
7479
7470
  "span",
7480
7471
  { staticClass: "el-select__tags-text" },
7481
- [_vm._v("+ " + _vm._s(_vm.selected.length - 1))]
7472
+ [_vm._v(_vm._s(item.currentLabel))]
7482
7473
  ),
7483
7474
  ]
7484
7475
  )
7476
+ }
7477
+ ),
7478
+ _vm.selected.length > _vm.collapseTagsNumber
7479
+ ? _c(
7480
+ "el-tag",
7481
+ {
7482
+ attrs: {
7483
+ closable: false,
7484
+ size: _vm.collapseTagSize,
7485
+ type: "info",
7486
+ "disable-transitions": "",
7487
+ },
7488
+ },
7489
+ [
7490
+ _vm.collapseTagsPopper
7491
+ ? _c(
7492
+ "span",
7493
+ { staticClass: "el-select__tags-text" },
7494
+ [
7495
+ _vm._v(
7496
+ "+ " +
7497
+ _vm._s(
7498
+ _vm.selected.length -
7499
+ _vm.collapseTagsNumber
7500
+ )
7501
+ ),
7502
+ ]
7503
+ )
7504
+ : _c(
7505
+ "span",
7506
+ { staticClass: "el-select__tags-text" },
7507
+ [
7508
+ _vm._v(
7509
+ "+ " +
7510
+ _vm._s(
7511
+ _vm.selected.length -
7512
+ _vm.collapseTagsNumber
7513
+ )
7514
+ ),
7515
+ ]
7516
+ ),
7517
+ ]
7518
+ )
7485
7519
  : _vm._e(),
7486
7520
  ],
7487
- 1
7521
+ 2
7488
7522
  )
7489
7523
  : _vm._e(),
7490
7524
  !_vm.collapseTags
@@ -7811,6 +7845,9 @@ var selectvue_type_template_id_144a477f_render = function () {
7811
7845
  attrs: { "append-to-body": _vm.popperAppendToBody },
7812
7846
  },
7813
7847
  [
7848
+ _vm.multiple && _vm.multipleAll
7849
+ ? _c("el-all-option", [_vm._v("全选")])
7850
+ : _vm._e(),
7814
7851
  _c(
7815
7852
  "el-scrollbar",
7816
7853
  {
@@ -7871,11 +7908,11 @@ var selectvue_type_template_id_144a477f_render = function () {
7871
7908
  1
7872
7909
  )
7873
7910
  }
7874
- var selectvue_type_template_id_144a477f_staticRenderFns = []
7875
- selectvue_type_template_id_144a477f_render._withStripped = true
7911
+ var selectvue_type_template_id_1a400819_staticRenderFns = []
7912
+ selectvue_type_template_id_1a400819_render._withStripped = true
7876
7913
 
7877
7914
 
7878
- // CONCATENATED MODULE: ./packages/select/src/select.vue?vue&type=template&id=144a477f&
7915
+ // CONCATENATED MODULE: ./packages/select/src/select.vue?vue&type=template&id=1a400819&
7879
7916
 
7880
7917
  // CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.0@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.0@vue-loader/lib??vue-loader-options!./packages/select/src/select-dropdown.vue?vue&type=template&id=7334b3e4&
7881
7918
  var select_dropdownvue_type_template_id_7334b3e4_render = function () {
@@ -8230,6 +8267,159 @@ var option_component = normalizeComponent(
8230
8267
  )
8231
8268
 
8232
8269
  /* harmony default export */ var src_option = (option_component.exports);
8270
+ // CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.0@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.0@vue-loader/lib??vue-loader-options!./packages/select/src/all-option.vue?vue&type=template&id=a5d8f44a&
8271
+ var all_optionvue_type_template_id_a5d8f44a_render = function () {
8272
+ var _vm = this
8273
+ var _h = _vm.$createElement
8274
+ var _c = _vm._self._c || _h
8275
+ return _c(
8276
+ "li",
8277
+ {
8278
+ directives: [
8279
+ {
8280
+ name: "show",
8281
+ rawName: "v-show",
8282
+ value: _vm.visible,
8283
+ expression: "visible",
8284
+ },
8285
+ ],
8286
+ staticClass: "el-select-dropdown__item select-all",
8287
+ class: {
8288
+ selected: _vm.itemSelected,
8289
+ "is-disabled": _vm.disabled || _vm.groupDisabled || _vm.limitReached,
8290
+ hover: _vm.hover,
8291
+ },
8292
+ on: {
8293
+ mouseenter: _vm.hoverItem,
8294
+ click: function ($event) {
8295
+ $event.stopPropagation()
8296
+ return _vm.selectOptionClick($event)
8297
+ },
8298
+ },
8299
+ },
8300
+ [_vm._t("default")],
8301
+ 2
8302
+ )
8303
+ }
8304
+ var all_optionvue_type_template_id_a5d8f44a_staticRenderFns = []
8305
+ all_optionvue_type_template_id_a5d8f44a_render._withStripped = true
8306
+
8307
+
8308
+ // CONCATENATED MODULE: ./packages/select/src/all-option.vue?vue&type=template&id=a5d8f44a&
8309
+
8310
+ // CONCATENATED MODULE: ./node_modules/_babel-loader@7.1.5@babel-loader/lib!./node_modules/_vue-loader@15.10.0@vue-loader/lib??vue-loader-options!./packages/select/src/all-option.vue?vue&type=script&lang=js&
8311
+ //
8312
+ //
8313
+ //
8314
+ //
8315
+ //
8316
+ //
8317
+ //
8318
+ //
8319
+ //
8320
+ //
8321
+ //
8322
+ //
8323
+ //
8324
+ //
8325
+ //
8326
+ //
8327
+ //
8328
+
8329
+
8330
+
8331
+
8332
+ /* harmony default export */ var all_optionvue_type_script_lang_js_ = ({
8333
+ mixins: [emitter_default.a],
8334
+
8335
+ name: 'ElAllOption',
8336
+
8337
+ componentName: 'ElOption',
8338
+
8339
+ inject: ['select'],
8340
+
8341
+ props: {
8342
+ label: [String, Number],
8343
+ created: Boolean,
8344
+ disabled: {
8345
+ type: Boolean,
8346
+ default: false
8347
+ }
8348
+ },
8349
+
8350
+ data: function data() {
8351
+ return {
8352
+ index: -1,
8353
+ groupDisabled: false,
8354
+ visible: true,
8355
+ hitState: false,
8356
+ hover: false
8357
+ };
8358
+ },
8359
+
8360
+
8361
+ computed: {
8362
+ itemSelected: function itemSelected() {
8363
+ return this.select.selectAll;
8364
+ },
8365
+ limitReached: function limitReached() {
8366
+ if (this.select.multiple) {
8367
+ return !this.itemSelected && (this.select.value || []).length >= this.select.multipleLimit && this.select.multipleLimit > 0;
8368
+ } else {
8369
+ return false;
8370
+ }
8371
+ }
8372
+ },
8373
+
8374
+ watch: {},
8375
+
8376
+ methods: {
8377
+ selectOptionClick: function selectOptionClick() {
8378
+ this.dispatch('ElSelect', 'handleMultipleAll', [!this.select.selectAll]);
8379
+ },
8380
+ hoverItem: function hoverItem() {
8381
+ this.select.hoverIndex = -1;
8382
+ },
8383
+ queryChange: function queryChange(query) {
8384
+ // this.visible = new RegExp(escapeRegexpString(query), 'i').test(this.currentLabel) || this.created
8385
+ // if (!this.visible) {
8386
+ // this.select.filteredOptionsCount--
8387
+ // }
8388
+ }
8389
+ },
8390
+
8391
+ created: function created() {
8392
+ // this.select.options.push(this)
8393
+ // this.select.cachedOptions.push(this)
8394
+ // this.select.optionsCount++
8395
+ // this.select.filteredOptionsCount++
8396
+ // this.$on('queryChange', this.queryChange)
8397
+ // this.$on('handleGroupDisabled', this.handleGroupDisabled)
8398
+ },
8399
+ beforeDestroy: function beforeDestroy() {}
8400
+ });
8401
+ // CONCATENATED MODULE: ./packages/select/src/all-option.vue?vue&type=script&lang=js&
8402
+ /* harmony default export */ var src_all_optionvue_type_script_lang_js_ = (all_optionvue_type_script_lang_js_);
8403
+ // CONCATENATED MODULE: ./packages/select/src/all-option.vue
8404
+
8405
+
8406
+
8407
+
8408
+
8409
+ /* normalize component */
8410
+
8411
+ var all_option_component = normalizeComponent(
8412
+ src_all_optionvue_type_script_lang_js_,
8413
+ all_optionvue_type_template_id_a5d8f44a_render,
8414
+ all_optionvue_type_template_id_a5d8f44a_staticRenderFns,
8415
+ false,
8416
+ null,
8417
+ null,
8418
+ null
8419
+
8420
+ )
8421
+
8422
+ /* harmony default export */ var all_option = (all_option_component.exports);
8233
8423
  // EXTERNAL MODULE: external "bi-eleme/lib/tag"
8234
8424
  var tag_ = __webpack_require__(29);
8235
8425
  var tag_default = /*#__PURE__*/__webpack_require__.n(tag_);
@@ -8473,6 +8663,18 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8473
8663
  //
8474
8664
  //
8475
8665
  //
8666
+ //
8667
+ //
8668
+ //
8669
+ //
8670
+ //
8671
+ //
8672
+ //
8673
+ //
8674
+ //
8675
+ //
8676
+ //
8677
+
8476
8678
 
8477
8679
 
8478
8680
 
@@ -8567,6 +8769,11 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8567
8769
  },
8568
8770
  propPlaceholder: function propPlaceholder() {
8569
8771
  return typeof this.placeholder !== 'undefined' ? this.placeholder : this.t('el.select.placeholder');
8772
+ },
8773
+ selectAll: function selectAll() {
8774
+ return this.cachedOptions.filter(function (option) {
8775
+ return option.itemSelected === true;
8776
+ }).length === this.optionsCount;
8570
8777
  }
8571
8778
  },
8572
8779
 
@@ -8574,6 +8781,7 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8574
8781
  ElInput: input_default.a,
8575
8782
  ElSelectMenu: select_dropdown,
8576
8783
  ElOption: src_option,
8784
+ ElAllOption: all_option,
8577
8785
  ElTag: tag_default.a,
8578
8786
  ElScrollbar: scrollbar_default.a
8579
8787
  },
@@ -8613,6 +8821,7 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8613
8821
  remoteMethod: Function,
8614
8822
  filterMethod: Function,
8615
8823
  multiple: Boolean,
8824
+ multipleAll: Boolean,
8616
8825
  multipleLimit: {
8617
8826
  type: Number,
8618
8827
  default: 0
@@ -8628,6 +8837,11 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8628
8837
  default: 'value'
8629
8838
  },
8630
8839
  collapseTags: Boolean,
8840
+ collapseTagsNumber: {
8841
+ type: Number,
8842
+ default: 1
8843
+ },
8844
+ collapseTagsPopper: Boolean,
8631
8845
  popperAppendToBody: {
8632
8846
  type: Boolean,
8633
8847
  default: true
@@ -8770,6 +8984,14 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8770
8984
  },
8771
8985
 
8772
8986
  methods: {
8987
+ formatSelected: function formatSelected(arr, startIndex, endIndex) {
8988
+ var selected = Array.from(arr);
8989
+ if (this.collapseTags) {
8990
+ return selected.splice(startIndex, endIndex);
8991
+ } else {
8992
+ return selected;
8993
+ }
8994
+ },
8773
8995
  handleNavigate: function handleNavigate(direction) {
8774
8996
  if (this.isOnComposition) return;
8775
8997
 
@@ -8841,8 +9063,14 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8841
9063
  });
8842
9064
  },
8843
9065
  emitChange: function emitChange(val) {
9066
+ var _this8 = this;
9067
+
8844
9068
  if (!Object(util_["valueEquals"])(this.value, val)) {
8845
- this.$emit('change', val);
9069
+ this.$nextTick(function () {
9070
+ console.log('this.selected:', _this8.selected);
9071
+
9072
+ _this8.$emit('change', val, _this8.multiple ? '' : _this8.selected.currentLabel);
9073
+ });
8846
9074
  }
8847
9075
  },
8848
9076
  getOption: function getOption(value) {
@@ -8871,7 +9099,7 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8871
9099
  return newOption;
8872
9100
  },
8873
9101
  setSelected: function setSelected() {
8874
- var _this8 = this;
9102
+ var _this9 = this;
8875
9103
 
8876
9104
  if (!this.multiple) {
8877
9105
  var option = this.getOption(this.value);
@@ -8889,12 +9117,12 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8889
9117
  var result = [];
8890
9118
  if (Array.isArray(this.value)) {
8891
9119
  this.value.forEach(function (value) {
8892
- result.push(_this8.getOption(value));
9120
+ result.push(_this9.getOption(value));
8893
9121
  });
8894
9122
  }
8895
9123
  this.selected = result;
8896
9124
  this.$nextTick(function () {
8897
- _this8.resetInputHeight();
9125
+ _this9.resetInputHeight();
8898
9126
  });
8899
9127
  },
8900
9128
  handleFocus: function handleFocus(event) {
@@ -8915,13 +9143,13 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8915
9143
  this.$refs.reference.blur();
8916
9144
  },
8917
9145
  handleBlur: function handleBlur(event) {
8918
- var _this9 = this;
9146
+ var _this10 = this;
8919
9147
 
8920
9148
  setTimeout(function () {
8921
- if (_this9.isSilentBlur) {
8922
- _this9.isSilentBlur = false;
9149
+ if (_this10.isSilentBlur) {
9150
+ _this10.isSilentBlur = false;
8923
9151
  } else {
8924
- _this9.$emit('blur', event);
9152
+ _this10.$emit('blur', event);
8925
9153
  }
8926
9154
  }, 50);
8927
9155
  this.softFocus = false;
@@ -8967,43 +9195,56 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
8967
9195
  this.resetInputHeight();
8968
9196
  },
8969
9197
  resetInputHeight: function resetInputHeight() {
8970
- var _this10 = this;
9198
+ var _this11 = this;
8971
9199
 
8972
9200
  if (this.collapseTags && !this.filterable) return;
8973
9201
  this.$nextTick(function () {
8974
- if (!_this10.$refs.reference) return;
8975
- var inputChildNodes = _this10.$refs.reference.$el.childNodes;
9202
+ if (!_this11.$refs.reference) return;
9203
+ var inputChildNodes = _this11.$refs.reference.$el.childNodes;
8976
9204
  var input = [].filter.call(inputChildNodes, function (item) {
8977
9205
  return item.tagName === 'INPUT';
8978
9206
  })[0];
8979
- var tags = _this10.$refs.tags;
9207
+ var tags = _this11.$refs.tags;
8980
9208
  var tagsHeight = tags ? Math.round(tags.getBoundingClientRect().height) : 0;
8981
- var sizeInMap = _this10.initialInputHeight || 40;
8982
- input.style.height = _this10.selected.length === 0 ? sizeInMap + 'px' : Math.max(tags ? tagsHeight + (tagsHeight > sizeInMap ? 6 : 0) : 0, sizeInMap) + 'px';
8983
- if (_this10.visible && _this10.emptyText !== false) {
8984
- _this10.broadcast('ElSelectDropdown', 'updatePopper');
9209
+ var sizeInMap = _this11.initialInputHeight || 40;
9210
+ input.style.height = _this11.selected.length === 0 ? sizeInMap + 'px' : Math.max(tags ? tagsHeight + (tagsHeight > sizeInMap ? 6 : 0) : 0, sizeInMap) + 'px';
9211
+ if (_this11.visible && _this11.emptyText !== false) {
9212
+ _this11.broadcast('ElSelectDropdown', 'updatePopper');
8985
9213
  }
8986
9214
  });
8987
9215
  },
8988
9216
  resetHoverIndex: function resetHoverIndex() {
8989
- var _this11 = this;
9217
+ var _this12 = this;
8990
9218
 
8991
9219
  setTimeout(function () {
8992
- if (!_this11.multiple) {
8993
- _this11.hoverIndex = _this11.options.indexOf(_this11.selected);
9220
+ if (!_this12.multiple) {
9221
+ _this12.hoverIndex = _this12.options.indexOf(_this12.selected);
8994
9222
  } else {
8995
- if (_this11.selected.length > 0) {
8996
- _this11.hoverIndex = Math.min.apply(null, _this11.selected.map(function (item) {
8997
- return _this11.options.indexOf(item);
9223
+ if (_this12.selected.length > 0) {
9224
+ _this12.hoverIndex = Math.min.apply(null, _this12.selected.map(function (item) {
9225
+ return _this12.options.indexOf(item);
8998
9226
  }));
8999
9227
  } else {
9000
- _this11.hoverIndex = -1;
9228
+ _this12.hoverIndex = -1;
9001
9229
  }
9002
9230
  }
9003
9231
  }, 300);
9004
9232
  },
9233
+ handleMultipleAll: function handleMultipleAll(checkStatus) {
9234
+ if (checkStatus) {
9235
+ var value = this.cachedOptions.map(function (option) {
9236
+ return option.value;
9237
+ });
9238
+
9239
+ this.$emit('input', value);
9240
+ this.emitChange(value);
9241
+ } else {
9242
+ this.$emit('input', []);
9243
+ this.emitChange([]);
9244
+ }
9245
+ },
9005
9246
  handleOptionSelect: function handleOptionSelect(option, byClick) {
9006
- var _this12 = this;
9247
+ var _this13 = this;
9007
9248
 
9008
9249
  if (this.multiple) {
9009
9250
  var value = (this.value || []).slice();
@@ -9030,7 +9271,7 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
9030
9271
  this.setSoftFocus();
9031
9272
  if (this.visible) return;
9032
9273
  this.$nextTick(function () {
9033
- _this12.scrollToOption(option);
9274
+ _this13.scrollToOption(option);
9034
9275
  });
9035
9276
  },
9036
9277
  setSoftFocus: function setSoftFocus() {
@@ -9159,7 +9400,7 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
9159
9400
  },
9160
9401
 
9161
9402
  created: function created() {
9162
- var _this13 = this;
9403
+ var _this14 = this;
9163
9404
 
9164
9405
  this.cachedPlaceHolder = this.currentPlaceholder = this.propPlaceholder;
9165
9406
  if (this.multiple && !Array.isArray(this.value)) {
@@ -9170,18 +9411,19 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
9170
9411
  }
9171
9412
 
9172
9413
  this.debouncedOnInputChange = debounce_default()(this.debounce, function () {
9173
- _this13.onInputChange();
9414
+ _this14.onInputChange();
9174
9415
  });
9175
9416
 
9176
9417
  this.debouncedQueryChange = debounce_default()(this.debounce, function (e) {
9177
- _this13.handleQueryChange(e.target.value);
9418
+ _this14.handleQueryChange(e.target.value);
9178
9419
  });
9179
9420
 
9180
9421
  this.$on('handleOptionClick', this.handleOptionSelect);
9422
+ this.$on('handleMultipleAll', this.handleMultipleAll);
9181
9423
  this.$on('setSelected', this.setSelected);
9182
9424
  },
9183
9425
  mounted: function mounted() {
9184
- var _this14 = this;
9426
+ var _this15 = this;
9185
9427
 
9186
9428
  if (this.multiple && Array.isArray(this.value) && this.value.length > 0) {
9187
9429
  this.currentPlaceholder = '';
@@ -9203,7 +9445,7 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
9203
9445
  }
9204
9446
  this.$nextTick(function () {
9205
9447
  if (reference && reference.$el) {
9206
- _this14.inputWidth = reference.$el.getBoundingClientRect().width;
9448
+ _this15.inputWidth = reference.$el.getBoundingClientRect().width;
9207
9449
  }
9208
9450
  });
9209
9451
  this.setSelected();
@@ -9224,8 +9466,8 @@ var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_vi
9224
9466
 
9225
9467
  var select_component = normalizeComponent(
9226
9468
  src_selectvue_type_script_lang_js_,
9227
- selectvue_type_template_id_144a477f_render,
9228
- selectvue_type_template_id_144a477f_staticRenderFns,
9469
+ selectvue_type_template_id_1a400819_render,
9470
+ selectvue_type_template_id_1a400819_staticRenderFns,
9229
9471
  false,
9230
9472
  null,
9231
9473
  null,
@@ -43840,7 +44082,7 @@ if (typeof window !== 'undefined' && window.Vue) {
43840
44082
  }
43841
44083
 
43842
44084
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
43843
- version: '1.0.7',
44085
+ version: '1.0.9',
43844
44086
  locale: lib_locale_default.a.use,
43845
44087
  i18n: lib_locale_default.a.i18n,
43846
44088
  install: src_install,