vxe-pc-ui 3.4.1 → 3.4.3

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 (80) hide show
  1. package/es/color-picker/src/color-picker.js +2 -2
  2. package/es/date-picker/src/date-picker.js +1 -1
  3. package/es/form/src/form.js +4 -4
  4. package/es/icon/style.css +1 -1
  5. package/es/icon-picker/src/icon-picker.js +1 -1
  6. package/es/input/src/input.js +4 -4
  7. package/es/number-input/src/number-input.js +3 -3
  8. package/es/pulldown/src/pulldown.js +1 -1
  9. package/es/select/src/select.js +64 -12
  10. package/es/select/style.css +17 -0
  11. package/es/select/style.min.css +1 -1
  12. package/es/style.css +1 -1
  13. package/es/style.min.css +1 -1
  14. package/es/table-select/src/table-select.js +1 -1
  15. package/es/tree-select/src/tree-select.js +1 -1
  16. package/es/ui/index.js +2 -1
  17. package/es/ui/src/log.js +1 -1
  18. package/es/vxe-select/style.css +17 -0
  19. package/es/vxe-select/style.min.css +1 -1
  20. package/lib/color-picker/src/color-picker.js +2 -2
  21. package/lib/color-picker/src/color-picker.min.js +1 -1
  22. package/lib/date-picker/src/date-picker.js +1 -1
  23. package/lib/date-picker/src/date-picker.min.js +1 -1
  24. package/lib/form/src/form.js +4 -4
  25. package/lib/form/src/form.min.js +1 -1
  26. package/lib/icon/style/style.css +1 -1
  27. package/lib/icon/style/style.min.css +1 -1
  28. package/lib/icon-picker/src/icon-picker.js +1 -1
  29. package/lib/icon-picker/src/icon-picker.min.js +1 -1
  30. package/lib/index.umd.js +90 -32
  31. package/lib/index.umd.min.js +1 -1
  32. package/lib/input/src/input.js +4 -4
  33. package/lib/input/src/input.min.js +1 -1
  34. package/lib/number-input/src/number-input.js +3 -3
  35. package/lib/number-input/src/number-input.min.js +1 -1
  36. package/lib/pulldown/src/pulldown.js +1 -1
  37. package/lib/pulldown/src/pulldown.min.js +1 -1
  38. package/lib/select/src/select.js +69 -12
  39. package/lib/select/src/select.min.js +1 -1
  40. package/lib/select/style/style.css +17 -0
  41. package/lib/select/style/style.min.css +1 -1
  42. package/lib/style.css +1 -1
  43. package/lib/style.min.css +1 -1
  44. package/lib/table-select/src/table-select.js +1 -1
  45. package/lib/table-select/src/table-select.min.js +1 -1
  46. package/lib/tree-select/src/tree-select.js +1 -1
  47. package/lib/tree-select/src/tree-select.min.js +1 -1
  48. package/lib/ui/index.js +2 -1
  49. package/lib/ui/index.min.js +1 -1
  50. package/lib/ui/src/log.js +1 -1
  51. package/lib/ui/src/log.min.js +1 -1
  52. package/lib/vxe-select/style/style.css +17 -0
  53. package/lib/vxe-select/style/style.min.css +1 -1
  54. package/package.json +1 -1
  55. package/packages/color-picker/src/color-picker.ts +2 -2
  56. package/packages/date-picker/src/date-picker.ts +1 -1
  57. package/packages/form/src/form.ts +4 -4
  58. package/packages/icon-picker/src/icon-picker.ts +1 -1
  59. package/packages/input/src/input.ts +4 -4
  60. package/packages/number-input/src/number-input.ts +3 -3
  61. package/packages/pulldown/src/pulldown.ts +1 -1
  62. package/packages/select/src/select.ts +65 -12
  63. package/packages/table-select/src/table-select.ts +1 -1
  64. package/packages/tree-select/src/tree-select.ts +1 -1
  65. package/packages/ui/index.ts +1 -0
  66. package/styles/components/select.scss +19 -0
  67. package/types/components/select.d.ts +15 -2
  68. package/types/ui/global-icon.d.ts +1 -0
  69. /package/es/icon/{iconfont.1741079786101.ttf → iconfont.1741230044715.ttf} +0 -0
  70. /package/es/icon/{iconfont.1741079786101.woff → iconfont.1741230044715.woff} +0 -0
  71. /package/es/icon/{iconfont.1741079786101.woff2 → iconfont.1741230044715.woff2} +0 -0
  72. /package/es/{iconfont.1741079786101.ttf → iconfont.1741230044715.ttf} +0 -0
  73. /package/es/{iconfont.1741079786101.woff → iconfont.1741230044715.woff} +0 -0
  74. /package/es/{iconfont.1741079786101.woff2 → iconfont.1741230044715.woff2} +0 -0
  75. /package/lib/icon/style/{iconfont.1741079786101.ttf → iconfont.1741230044715.ttf} +0 -0
  76. /package/lib/icon/style/{iconfont.1741079786101.woff → iconfont.1741230044715.woff} +0 -0
  77. /package/lib/icon/style/{iconfont.1741079786101.woff2 → iconfont.1741230044715.woff2} +0 -0
  78. /package/lib/{iconfont.1741079786101.ttf → iconfont.1741230044715.ttf} +0 -0
  79. /package/lib/{iconfont.1741079786101.woff → iconfont.1741230044715.woff} +0 -0
  80. /package/lib/{iconfont.1741079786101.woff2 → iconfont.1741230044715.woff2} +0 -0
package/lib/index.umd.js CHANGED
@@ -12854,14 +12854,14 @@ var defineVxeComponent = function defineVxeComponent(options) {
12854
12854
  };
12855
12855
  ;// CONCATENATED MODULE: ./packages/ui/src/log.ts
12856
12856
 
12857
- var log_version = "ui v".concat("3.4.1");
12857
+ var log_version = "ui v".concat("3.4.3");
12858
12858
  var warnLog = log.create('warn', log_version);
12859
12859
  var errLog = log.create('error', log_version);
12860
12860
  ;// CONCATENATED MODULE: ./packages/ui/index.ts
12861
12861
 
12862
12862
 
12863
12863
 
12864
- var ui_version = "3.4.1";
12864
+ var ui_version = "3.4.3";
12865
12865
  index_esm_VxeUI.uiVersion = ui_version;
12866
12866
  index_esm_VxeUI.dynamicApp = dynamicApp;
12867
12867
  function config(options) {
@@ -13219,6 +13219,7 @@ setIcon({
13219
13219
  SELECT_LOADED: iconPrefix + 'spinner roll',
13220
13220
  SELECT_OPEN: iconPrefix + 'caret-down rotate180',
13221
13221
  SELECT_CLOSE: iconPrefix + 'caret-down',
13222
+ ADD_OPTION: iconPrefix + 'add',
13222
13223
  // icon-picker
13223
13224
  ICON_PICKER_OPEN: iconPrefix + 'caret-down rotate180',
13224
13225
  ICON_PICKER_CLOSE: iconPrefix + 'caret-down',
@@ -20683,7 +20684,7 @@ function toFloatValueFixed(inputValue, digitsValue) {
20683
20684
  var internalData = $xeInput.internalData;
20684
20685
  return new Promise(function (resolve) {
20685
20686
  reactData.visiblePanel = false;
20686
- internalData.hpTimeout = window.setTimeout(function () {
20687
+ internalData.hpTimeout = setTimeout(function () {
20687
20688
  reactData.isAniVisible = false;
20688
20689
  resolve();
20689
20690
  }, 350);
@@ -21031,7 +21032,7 @@ function toFloatValueFixed(inputValue, digitsValue) {
21031
21032
  numberDownNextEvent: function numberDownNextEvent(evnt) {
21032
21033
  var $xeInput = this;
21033
21034
  var internalData = $xeInput.internalData;
21034
- internalData.dnTimeout = window.setTimeout(function () {
21035
+ internalData.dnTimeout = setTimeout(function () {
21035
21036
  $xeInput.numberNextEvent(evnt);
21036
21037
  $xeInput.numberDownNextEvent(evnt);
21037
21038
  }, 60);
@@ -21107,7 +21108,7 @@ function toFloatValueFixed(inputValue, digitsValue) {
21107
21108
  numberDownPrevEvent: function numberDownPrevEvent(evnt) {
21108
21109
  var $xeInput = this;
21109
21110
  var internalData = $xeInput.internalData;
21110
- internalData.dnTimeout = window.setTimeout(function () {
21111
+ internalData.dnTimeout = setTimeout(function () {
21111
21112
  $xeInput.numberPrevEvent(evnt);
21112
21113
  $xeInput.numberDownPrevEvent(evnt);
21113
21114
  }, 60);
@@ -21123,7 +21124,7 @@ function toFloatValueFixed(inputValue, digitsValue) {
21123
21124
  } else {
21124
21125
  $xeInput.numberNextEvent(evnt);
21125
21126
  }
21126
- internalData.dnTimeout = window.setTimeout(function () {
21127
+ internalData.dnTimeout = setTimeout(function () {
21127
21128
  if (isPrevNumber) {
21128
21129
  $xeInput.numberDownPrevEvent(evnt);
21129
21130
  } else {
@@ -22642,7 +22643,7 @@ function toFloatValueFixed(inputValue, digitsValue) {
22642
22643
 
22643
22644
 
22644
22645
 
22645
- var WinEyeDropper = window.EyeDropper;
22646
+ var WinEyeDropper = typeof window !== 'undefined' ? window.EyeDropper : null;
22646
22647
  /* harmony default export */ var color_picker = (/* define-vxe-component start */defineVxeComponent({
22647
22648
  name: 'VxeColorPicker',
22648
22649
  mixins: [globalMixins.sizeMixin],
@@ -23051,7 +23052,7 @@ var WinEyeDropper = window.EyeDropper;
23051
23052
  var reactData = $xeColorPicker.reactData;
23052
23053
  var internalData = $xeColorPicker.internalData;
23053
23054
  reactData.visiblePanel = false;
23054
- internalData.hpTimeout = window.setTimeout(function () {
23055
+ internalData.hpTimeout = setTimeout(function () {
23055
23056
  reactData.isAniVisible = false;
23056
23057
  }, 350);
23057
23058
  },
@@ -24993,7 +24994,7 @@ var Countdown = VxeCountdown;
24993
24994
  var internalData = $xeDatePicker.internalData;
24994
24995
  return new Promise(function (resolve) {
24995
24996
  reactData.visiblePanel = false;
24996
- internalData.hpTimeout = window.setTimeout(function () {
24997
+ internalData.hpTimeout = setTimeout(function () {
24997
24998
  reactData.isAniVisible = false;
24998
24999
  resolve();
24999
25000
  }, 350);
@@ -29004,7 +29005,7 @@ var validErrorRuleValue = function validErrorRuleValue(rule, val) {
29004
29005
  }
29005
29006
  }).catch(function () {
29006
29007
  return new Promise(function (resolve) {
29007
- internalData.meTimeout = window.setTimeout(function () {
29008
+ internalData.meTimeout = setTimeout(function () {
29008
29009
  itemList.forEach(function (item) {
29009
29010
  if (item.errRule) {
29010
29011
  item.showError = true;
@@ -29259,13 +29260,13 @@ var validErrorRuleValue = function validErrorRuleValue(rule, val) {
29259
29260
  var props = $xeForm;
29260
29261
  var reactData = $xeForm.reactData;
29261
29262
  reactData.collapseAll = !!props.collapseStatus;
29262
- if (props.items) {
29263
- $xeForm.loadItem(props.items);
29264
- }
29265
29263
  },
29266
29264
  mounted: function mounted() {
29267
29265
  var $xeForm = this;
29268
29266
  var props = $xeForm;
29267
+ if (props.items) {
29268
+ $xeForm.loadItem(props.items);
29269
+ }
29269
29270
  $xeForm.$nextTick(function () {
29270
29271
  if (true) {
29271
29272
  if (props.customLayout && props.items) {
@@ -30618,7 +30619,7 @@ var Icon = VxeIcon;
30618
30619
  var reactData = $xeIconPicker.reactData;
30619
30620
  var internalData = $xeIconPicker.internalData;
30620
30621
  reactData.visiblePanel = false;
30621
- internalData.hpTimeout = window.setTimeout(function () {
30622
+ internalData.hpTimeout = setTimeout(function () {
30622
30623
  reactData.isAniVisible = false;
30623
30624
  }, 350);
30624
30625
  },
@@ -36206,7 +36207,7 @@ var handleNumberString = function handleNumberString(val) {
36206
36207
  numberDownNextEvent: function numberDownNextEvent(evnt) {
36207
36208
  var $xeNumberInput = this;
36208
36209
  var internalData = $xeNumberInput.internalData;
36209
- internalData.dnTimeout = window.setTimeout(function () {
36210
+ internalData.dnTimeout = setTimeout(function () {
36210
36211
  $xeNumberInput.numberNextEvent(evnt);
36211
36212
  $xeNumberInput.numberDownNextEvent(evnt);
36212
36213
  }, 60);
@@ -36280,7 +36281,7 @@ var handleNumberString = function handleNumberString(val) {
36280
36281
  numberDownPrevEvent: function numberDownPrevEvent(evnt) {
36281
36282
  var $xeNumberInput = this;
36282
36283
  var internalData = $xeNumberInput.internalData;
36283
- internalData.dnTimeout = window.setTimeout(function () {
36284
+ internalData.dnTimeout = setTimeout(function () {
36284
36285
  $xeNumberInput.numberPrevEvent(evnt);
36285
36286
  $xeNumberInput.numberDownPrevEvent(evnt);
36286
36287
  }, 60);
@@ -36296,7 +36297,7 @@ var handleNumberString = function handleNumberString(val) {
36296
36297
  } else {
36297
36298
  $xeNumberInput.numberNextEvent(evnt);
36298
36299
  }
36299
- internalData.dnTimeout = window.setTimeout(function () {
36300
+ internalData.dnTimeout = setTimeout(function () {
36300
36301
  if (isPrevNumber) {
36301
36302
  $xeNumberInput.numberDownPrevEvent(evnt);
36302
36303
  } else {
@@ -36938,6 +36939,12 @@ function getOptUniqueId() {
36938
36939
  }
36939
36940
  },
36940
36941
  prefixIcon: String,
36942
+ allowCreate: {
36943
+ type: Boolean,
36944
+ default: function _default() {
36945
+ return getConfig().select.allowCreate;
36946
+ }
36947
+ },
36941
36948
  placement: String,
36942
36949
  options: Array,
36943
36950
  optionProps: Object,
@@ -37025,6 +37032,7 @@ function getOptUniqueId() {
37025
37032
  var internalData = {
37026
37033
  synchData: [],
37027
37034
  fullData: [],
37035
+ optAddMaps: {},
37028
37036
  optGroupKeyMaps: {},
37029
37037
  optFullValMaps: {},
37030
37038
  remoteValMaps: {},
@@ -37565,6 +37573,9 @@ function getOptUniqueId() {
37565
37573
  }, 100);
37566
37574
  $xeSelect.updateZIndex();
37567
37575
  $xeSelect.updatePlacement();
37576
+ $xeSelect.dispatchEvent('visible-change', {
37577
+ visible: true
37578
+ }, null);
37568
37579
  }
37569
37580
  },
37570
37581
  hideOptionPanel: function hideOptionPanel() {
@@ -37574,9 +37585,12 @@ function getOptUniqueId() {
37574
37585
  reactData.searchValue = '';
37575
37586
  reactData.searchLoading = false;
37576
37587
  reactData.visiblePanel = false;
37577
- internalData.hpTimeout = window.setTimeout(function () {
37588
+ internalData.hpTimeout = setTimeout(function () {
37578
37589
  reactData.isAniVisible = false;
37579
37590
  }, 350);
37591
+ $xeSelect.dispatchEvent('visible-change', {
37592
+ visible: false
37593
+ }, null);
37580
37594
  },
37581
37595
  changeEvent: function changeEvent(evnt, selectValue) {
37582
37596
  var $xeSelect = this;
@@ -37800,15 +37814,19 @@ function getOptUniqueId() {
37800
37814
  $xeSelect.showOptionPanel();
37801
37815
  setTimeout(function () {
37802
37816
  reactData.triggerFocusPanel = false;
37803
- }, 150);
37817
+ }, 500);
37804
37818
  }
37805
37819
  }
37806
37820
  $xeSelect.dispatchEvent('focus', {}, evnt);
37807
37821
  },
37808
37822
  clickEvent: function clickEvent(evnt) {
37809
37823
  var $xeSelect = this;
37824
+ var reactData = $xeSelect.reactData;
37810
37825
  $xeSelect.togglePanelEvent(evnt);
37811
- $xeSelect.dispatchEvent('click', {}, evnt);
37826
+ $xeSelect.dispatchEvent('click', {
37827
+ triggerButton: false,
37828
+ visible: reactData.visiblePanel
37829
+ }, evnt);
37812
37830
  },
37813
37831
  blurEvent: function blurEvent(evnt) {
37814
37832
  var $xeSelect = this;
@@ -37816,6 +37834,15 @@ function getOptUniqueId() {
37816
37834
  reactData.isActivated = false;
37817
37835
  $xeSelect.dispatchEvent('blur', {}, evnt);
37818
37836
  },
37837
+ suffixClickEvent: function suffixClickEvent(evnt) {
37838
+ var $xeSelect = this;
37839
+ var reactData = $xeSelect.reactData;
37840
+ $xeSelect.togglePanelEvent(evnt);
37841
+ $xeSelect.dispatchEvent('click', {
37842
+ triggerButton: true,
37843
+ visible: reactData.visiblePanel
37844
+ }, evnt);
37845
+ },
37819
37846
  modelSearchEvent: function modelSearchEvent(value) {
37820
37847
  var $xeSelect = this;
37821
37848
  var reactData = $xeSelect.reactData;
@@ -37898,12 +37925,29 @@ function getOptUniqueId() {
37898
37925
  },
37899
37926
  handleData: function handleData() {
37900
37927
  var $xeSelect = this;
37928
+ var props = $xeSelect;
37901
37929
  var reactData = $xeSelect.reactData;
37902
37930
  var internalData = $xeSelect.internalData;
37931
+ var filterable = props.filterable,
37932
+ allowCreate = props.allowCreate;
37903
37933
  var scrollYLoad = reactData.scrollYLoad,
37904
- afterVisibleList = reactData.afterVisibleList;
37905
- var scrollYStore = internalData.scrollYStore;
37906
- reactData.optList = scrollYLoad ? afterVisibleList.slice(scrollYStore.startIndex, scrollYStore.endIndex) : afterVisibleList.slice(0);
37934
+ afterVisibleList = reactData.afterVisibleList,
37935
+ searchValue = reactData.searchValue;
37936
+ var optAddMaps = internalData.optAddMaps,
37937
+ scrollYStore = internalData.scrollYStore;
37938
+ var labelField = $xeSelect.computeLabelField;
37939
+ var valueField = $xeSelect.computeValueField;
37940
+ var restList = scrollYLoad ? afterVisibleList.slice(scrollYStore.startIndex, scrollYStore.endIndex) : afterVisibleList.slice(0);
37941
+ if (filterable && allowCreate && searchValue) {
37942
+ if (!restList.some(function (option) {
37943
+ return option[labelField] === searchValue;
37944
+ })) {
37945
+ var addItem = optAddMaps[searchValue] || _defineProperty(_defineProperty(_defineProperty({}, $xeSelect.getOptKey(), searchValue), labelField, searchValue), valueField, searchValue);
37946
+ optAddMaps[searchValue] = addItem;
37947
+ restList.unshift(addItem);
37948
+ }
37949
+ }
37950
+ reactData.optList = restList;
37907
37951
  return $xeSelect.$nextTick();
37908
37952
  },
37909
37953
  updateYData: function updateYData() {
@@ -38174,9 +38218,12 @@ function getOptUniqueId() {
38174
38218
  var props = $xeSelect;
38175
38219
  var slots = $xeSelect.$scopedSlots;
38176
38220
  var reactData = $xeSelect.reactData;
38177
- var optionKey = props.optionKey,
38221
+ var internalData = $xeSelect.internalData;
38222
+ var allowCreate = props.allowCreate,
38223
+ optionKey = props.optionKey,
38178
38224
  value = props.value;
38179
38225
  var currentOption = reactData.currentOption;
38226
+ var optAddMaps = internalData.optAddMaps;
38180
38227
  var optionOpts = $xeSelect.computeOptionOpts;
38181
38228
  var labelField = $xeSelect.computeLabelField;
38182
38229
  var valueField = $xeSelect.computeValueField;
@@ -38189,21 +38236,24 @@ function getOptUniqueId() {
38189
38236
  var optid = $xeSelect.getOptId(option);
38190
38237
  var optionValue = option[valueField];
38191
38238
  var isOptGroup = $xeSelect.hasOptGroupById(optid);
38192
- var isSelected = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isArray(value) ? value.indexOf(optionValue) > -1 : value === optionValue;
38193
- var isVisible = !isOptGroup || isOptionVisible(option);
38194
- var isDisabled = $xeSelect.checkOptionDisabled(isSelected, option, group);
38239
+ var isAdd = !!(allowCreate && optAddMaps[optid]);
38240
+ var isSelected = !isAdd && (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isArray(value) ? value.indexOf(optionValue) > -1 : value === optionValue);
38241
+ var isVisible = isAdd || !isOptGroup || isOptionVisible(option);
38242
+ var isDisabled = !isAdd && $xeSelect.checkOptionDisabled(isSelected, option, group);
38195
38243
  var defaultSlot = slots ? slots.default : null;
38196
38244
  var optParams = {
38197
38245
  option: option,
38198
38246
  group: null,
38199
38247
  $select: $xeSelect
38200
38248
  };
38249
+ var optVNs = optionSlot ? $xeSelect.callSlot(optionSlot, optParams, h) : defaultSlot ? $xeSelect.callSlot(defaultSlot, optParams, h) : getFuncText(option[isOptGroup ? groupLabelField : labelField]);
38201
38250
  return isVisible ? h('div', {
38202
38251
  key: useKey || optionKey ? optid : cIndex,
38203
38252
  class: ['vxe-select-option', className ? external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isFunction(className) ? className(optParams) : className : '', {
38204
38253
  'vxe-select-optgroup': isOptGroup,
38205
38254
  'is--disabled': isDisabled,
38206
38255
  'is--selected': isSelected,
38256
+ 'is--add': isAdd,
38207
38257
  'is--hover': currentOption && $xeSelect.getOptId(currentOption) === optid
38208
38258
  }],
38209
38259
  attrs: {
@@ -38227,7 +38277,15 @@ function getOptUniqueId() {
38227
38277
  }
38228
38278
  }
38229
38279
  }
38230
- }, optionSlot ? $xeSelect.callSlot(optionSlot, optParams, h) : defaultSlot ? $xeSelect.callSlot(defaultSlot, optParams, h) : getFuncText(option[isOptGroup ? groupLabelField : labelField])) : renderEmptyElement($xeSelect);
38280
+ }, allowCreate ? [h('span', {
38281
+ key: 1,
38282
+ class: 'vxe-select-option--label'
38283
+ }, optVNs), isAdd ? h('span', {
38284
+ key: 2,
38285
+ class: 'vxe-select-option--add-icon'
38286
+ }, [h('i', {
38287
+ class: getIcon().ADD_OPTION
38288
+ })]) : renderEmptyElement($xeSelect)] : optVNs) : renderEmptyElement($xeSelect);
38231
38289
  });
38232
38290
  },
38233
38291
  renderOpts: function renderOpts(h) {
@@ -38313,7 +38371,7 @@ function getOptUniqueId() {
38313
38371
  click: $xeSelect.clickEvent,
38314
38372
  focus: $xeSelect.focusEvent,
38315
38373
  blur: $xeSelect.blurEvent,
38316
- 'suffix-click': $xeSelect.togglePanelEvent
38374
+ 'suffix-click': $xeSelect.suffixClickEvent
38317
38375
  },
38318
38376
  scopedSlots: prefixSlot ? {
38319
38377
  prefix: function prefix() {
@@ -40469,7 +40527,7 @@ var Print = VxePrint;
40469
40527
  $xePulldown.emitModel(false);
40470
40528
  return new Promise(function (resolve) {
40471
40529
  if (reactData.isAniVisible) {
40472
- internalData.hpTimeout = window.setTimeout(function () {
40530
+ internalData.hpTimeout = setTimeout(function () {
40473
40531
  reactData.isAniVisible = false;
40474
40532
  $xePulldown.$nextTick(function () {
40475
40533
  resolve();
@@ -43004,7 +43062,7 @@ function getRowUniqueId() {
43004
43062
  var reactData = $xeTableSelect.reactData;
43005
43063
  var internalData = $xeTableSelect.internalData;
43006
43064
  reactData.visiblePanel = false;
43007
- internalData.hpTimeout = window.setTimeout(function () {
43065
+ internalData.hpTimeout = setTimeout(function () {
43008
43066
  reactData.isAniVisible = false;
43009
43067
  }, 350);
43010
43068
  },
@@ -46948,7 +47006,7 @@ function tree_select_getOptUniqueId() {
46948
47006
  var reactData = $xeTreeSelect.reactData;
46949
47007
  var internalData = $xeTreeSelect.internalData;
46950
47008
  reactData.visiblePanel = false;
46951
- internalData.hpTimeout = window.setTimeout(function () {
47009
+ internalData.hpTimeout = setTimeout(function () {
46952
47010
  reactData.isAniVisible = false;
46953
47011
  }, 350);
46954
47012
  },