@sme.up/ketchup 11.0.0-SNAPSHOT-20241014112852 → 11.0.0-SNAPSHOT-20241015124120

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 (33) hide show
  1. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +7 -7
  2. package/dist/cjs/kup-autocomplete_27.cjs.entry.js.map +1 -1
  3. package/dist/cjs/kup-input-panel.cjs.entry.js +1 -1
  4. package/dist/cjs/kup-input-panel.cjs.entry.js.map +1 -1
  5. package/dist/cjs/kup-typography.cjs.entry.js +8 -8
  6. package/dist/cjs/kup-typography.cjs.entry.js.map +1 -1
  7. package/dist/collection/components/kup-input-panel/kup-input-panel.js +1 -1
  8. package/dist/collection/components/kup-input-panel/kup-input-panel.js.map +1 -1
  9. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +7 -7
  10. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js.map +1 -1
  11. package/dist/collection/components/kup-typography/kup-typography.js +8 -8
  12. package/dist/collection/components/kup-typography/kup-typography.js.map +1 -1
  13. package/dist/components/kup-autocomplete2.js +7 -7
  14. package/dist/components/kup-autocomplete2.js.map +1 -1
  15. package/dist/components/kup-input-panel.js +1 -1
  16. package/dist/components/kup-input-panel.js.map +1 -1
  17. package/dist/components/kup-typography.js +8 -8
  18. package/dist/components/kup-typography.js.map +1 -1
  19. package/dist/esm/kup-autocomplete_27.entry.js +7 -7
  20. package/dist/esm/kup-autocomplete_27.entry.js.map +1 -1
  21. package/dist/esm/kup-input-panel.entry.js +1 -1
  22. package/dist/esm/kup-input-panel.entry.js.map +1 -1
  23. package/dist/esm/kup-typography.entry.js +8 -8
  24. package/dist/esm/kup-typography.entry.js.map +1 -1
  25. package/dist/ketchup/ketchup.esm.js +1 -1
  26. package/dist/ketchup/{p-312debf2.entry.js → p-248c1472.entry.js} +2 -2
  27. package/dist/ketchup/{p-312debf2.entry.js.map → p-248c1472.entry.js.map} +1 -1
  28. package/dist/ketchup/{p-a7a86f7d.entry.js → p-b8622242.entry.js} +2 -2
  29. package/dist/ketchup/{p-a7a86f7d.entry.js.map → p-b8622242.entry.js.map} +1 -1
  30. package/dist/ketchup/{p-6ee80189.entry.js → p-d5fb7b8a.entry.js} +2 -2
  31. package/dist/ketchup/p-d5fb7b8a.entry.js.map +1 -0
  32. package/package.json +1 -1
  33. package/dist/ketchup/p-6ee80189.entry.js.map +0 -1
@@ -16492,15 +16492,15 @@ const KupTabBar = class {
16492
16492
  /* P r i v a t e M e t h o d s */
16493
16493
  /*-------------------------------------------------*/
16494
16494
  closeRowToolbarList() {
16495
- this.kupManager.dynamicPosition.stop(this.toolbarList);
16496
- this.kupManager.removeClickCallback(__classPrivateFieldGet$2(this, _KupTabBar_clickCbDropCard, "f"));
16497
- this.toolbarList.remove();
16498
- this.toolbarList = null;
16499
- }
16500
- createDropDownToolbarList() {
16501
16495
  if (this.toolbarList) {
16502
- this.closeRowToolbarList();
16496
+ this.kupManager.dynamicPosition.stop(this.toolbarList);
16497
+ this.kupManager.removeClickCallback(__classPrivateFieldGet$2(this, _KupTabBar_clickCbDropCard, "f"));
16498
+ this.toolbarList.remove();
16499
+ this.toolbarList = null;
16503
16500
  }
16501
+ }
16502
+ createDropDownToolbarList() {
16503
+ this.closeRowToolbarList();
16504
16504
  const listEl = document.createElement('kup-list');
16505
16505
  listEl.data = this.toolbarData;
16506
16506
  listEl.isMenu = true;