@douyinfe/semi-ui 2.38.3-alpha.2-patch-table-datepicker-aria → 2.38.3-alpha.2-path-settimeout

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 (51) hide show
  1. package/dist/umd/semi-ui.js +4 -1
  2. package/dist/umd/semi-ui.js.map +1 -1
  3. package/dist/umd/semi-ui.min.js +1 -1
  4. package/dist/umd/semi-ui.min.js.map +1 -1
  5. package/lib/cjs/anchor/index.d.ts +1 -1
  6. package/lib/cjs/autoComplete/index.d.ts +1 -1
  7. package/lib/cjs/button/Button.d.ts +1 -1
  8. package/lib/cjs/button/buttonGroup.d.ts +1 -1
  9. package/lib/cjs/carousel/CarouselIndicator.d.ts +1 -1
  10. package/lib/cjs/carousel/index.d.ts +2 -2
  11. package/lib/cjs/datePicker/dateInput.d.ts +1 -1
  12. package/lib/cjs/datePicker/datePicker.d.ts +3 -3
  13. package/lib/cjs/datePicker/monthsGrid.d.ts +2 -2
  14. package/lib/cjs/datePicker/quickControl.d.ts +1 -1
  15. package/lib/cjs/datePicker/yearAndMonth.d.ts +2 -2
  16. package/lib/cjs/dropdown/index.d.ts +1 -1
  17. package/lib/cjs/form/baseForm.d.ts +3 -3
  18. package/lib/cjs/form/field.d.ts +3 -3
  19. package/lib/cjs/modal/confirm.d.ts +39 -39
  20. package/lib/cjs/popover/index.d.ts +1 -1
  21. package/lib/cjs/radio/radio.d.ts +1 -1
  22. package/lib/cjs/radio/radioGroup.d.ts +1 -1
  23. package/lib/cjs/select/index.d.ts +1 -1
  24. package/lib/cjs/table/Table.d.ts +1 -1
  25. package/lib/cjs/tooltip/index.d.ts +1 -1
  26. package/lib/cjs/typography/numeral.d.ts +1 -1
  27. package/lib/cjs/typography/title.d.ts +1 -1
  28. package/lib/es/anchor/index.d.ts +1 -1
  29. package/lib/es/autoComplete/index.d.ts +1 -1
  30. package/lib/es/button/Button.d.ts +1 -1
  31. package/lib/es/button/buttonGroup.d.ts +1 -1
  32. package/lib/es/carousel/CarouselIndicator.d.ts +1 -1
  33. package/lib/es/carousel/index.d.ts +2 -2
  34. package/lib/es/datePicker/dateInput.d.ts +1 -1
  35. package/lib/es/datePicker/datePicker.d.ts +3 -3
  36. package/lib/es/datePicker/monthsGrid.d.ts +2 -2
  37. package/lib/es/datePicker/quickControl.d.ts +1 -1
  38. package/lib/es/datePicker/yearAndMonth.d.ts +2 -2
  39. package/lib/es/dropdown/index.d.ts +1 -1
  40. package/lib/es/form/baseForm.d.ts +3 -3
  41. package/lib/es/form/field.d.ts +3 -3
  42. package/lib/es/modal/confirm.d.ts +39 -39
  43. package/lib/es/popover/index.d.ts +1 -1
  44. package/lib/es/radio/radio.d.ts +1 -1
  45. package/lib/es/radio/radioGroup.d.ts +1 -1
  46. package/lib/es/select/index.d.ts +1 -1
  47. package/lib/es/table/Table.d.ts +1 -1
  48. package/lib/es/tooltip/index.d.ts +1 -1
  49. package/lib/es/typography/numeral.d.ts +1 -1
  50. package/lib/es/typography/title.d.ts +1 -1
  51. package/package.json +8 -8
@@ -18533,6 +18533,7 @@ class foundation_Tooltip extends foundation {
18533
18533
  this._adapter.unregisterClickOutsideHandler();
18534
18534
  this.unBindResizeEvent();
18535
18535
  this.unBindScrollEvent();
18536
+ clearTimeout(this._timer);
18536
18537
  }
18537
18538
  _bindTriggerEvent(triggerEventSet) {
18538
18539
  this._adapter.registerTriggerEvent(triggerEventSet);
@@ -61500,7 +61501,9 @@ class SubNavFoundation extends foundation {
61500
61501
  // this.log('invoke SubNavFoundation init()');
61501
61502
  this._timer = null;
61502
61503
  }
61503
- destroy() {} // eslint-disable-line
61504
+ destroy() {
61505
+ this.clearDelayTimer();
61506
+ }
61504
61507
  clearDelayTimer() {
61505
61508
  if (this._timer) {
61506
61509
  clearTimeout(this._timer);