@syncfusion/ej2-vue-navigations 27.2.5 → 28.1.33

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 (78) hide show
  1. package/README.md +2 -2
  2. package/dist/ej2-vue-navigations.umd.min.js +3 -3
  3. package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-navigations.es2015.js +9 -3
  5. package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-navigations.es5.js +9 -3
  7. package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
  8. package/package.json +9 -9
  9. package/src/carousel/carousel.component.js +1 -1
  10. package/src/context-menu/contextmenu.component.d.ts +1 -0
  11. package/src/context-menu/contextmenu.component.js +4 -1
  12. package/src/menu/menu.component.d.ts +1 -0
  13. package/src/menu/menu.component.js +3 -0
  14. package/src/tab/tab.component.js +1 -1
  15. package/styles/accordion/bds.css +1 -0
  16. package/styles/accordion/bds.scss +1 -0
  17. package/styles/accordion/tailwind3.css +1 -0
  18. package/styles/accordion/tailwind3.scss +1 -0
  19. package/styles/appbar/bds.css +1 -0
  20. package/styles/appbar/bds.scss +1 -0
  21. package/styles/appbar/tailwind3.css +1 -0
  22. package/styles/appbar/tailwind3.scss +1 -0
  23. package/styles/bds-lite.css +1 -0
  24. package/styles/bds-lite.scss +1 -0
  25. package/styles/bds.css +1 -0
  26. package/styles/bds.scss +14 -0
  27. package/styles/breadcrumb/bds.css +1 -0
  28. package/styles/breadcrumb/bds.scss +1 -0
  29. package/styles/breadcrumb/tailwind3.css +1 -0
  30. package/styles/breadcrumb/tailwind3.scss +1 -0
  31. package/styles/carousel/bds.css +1 -0
  32. package/styles/carousel/bds.scss +1 -0
  33. package/styles/carousel/tailwind3.css +1 -0
  34. package/styles/carousel/tailwind3.scss +1 -0
  35. package/styles/context-menu/bds.css +1 -0
  36. package/styles/context-menu/bds.scss +1 -0
  37. package/styles/context-menu/tailwind3.css +1 -0
  38. package/styles/context-menu/tailwind3.scss +1 -0
  39. package/styles/h-scroll/bds.css +1 -0
  40. package/styles/h-scroll/bds.scss +1 -0
  41. package/styles/h-scroll/tailwind3.css +1 -0
  42. package/styles/h-scroll/tailwind3.scss +1 -0
  43. package/styles/menu/bds.css +1 -0
  44. package/styles/menu/bds.scss +1 -0
  45. package/styles/menu/tailwind3.css +1 -0
  46. package/styles/menu/tailwind3.scss +1 -0
  47. package/styles/pager/bds.css +1 -0
  48. package/styles/pager/bds.scss +1 -0
  49. package/styles/pager/tailwind3.css +1 -0
  50. package/styles/pager/tailwind3.scss +1 -0
  51. package/styles/sidebar/bds.css +1 -0
  52. package/styles/sidebar/bds.scss +1 -0
  53. package/styles/sidebar/tailwind3.css +1 -0
  54. package/styles/sidebar/tailwind3.scss +1 -0
  55. package/styles/stepper/bds.css +1 -0
  56. package/styles/stepper/bds.scss +1 -0
  57. package/styles/stepper/tailwind3.css +1 -0
  58. package/styles/stepper/tailwind3.scss +1 -0
  59. package/styles/tab/bds.css +1 -0
  60. package/styles/tab/bds.scss +1 -0
  61. package/styles/tab/tailwind3.css +1 -0
  62. package/styles/tab/tailwind3.scss +1 -0
  63. package/styles/tailwind3-lite.css +1 -0
  64. package/styles/tailwind3-lite.scss +1 -0
  65. package/styles/tailwind3.css +1 -0
  66. package/styles/tailwind3.scss +14 -0
  67. package/styles/toolbar/bds.css +1 -0
  68. package/styles/toolbar/bds.scss +1 -0
  69. package/styles/toolbar/tailwind3.css +1 -0
  70. package/styles/toolbar/tailwind3.scss +1 -0
  71. package/styles/treeview/bds.css +1 -0
  72. package/styles/treeview/bds.scss +1 -0
  73. package/styles/treeview/tailwind3.css +1 -0
  74. package/styles/treeview/tailwind3.scss +1 -0
  75. package/styles/v-scroll/bds.css +1 -0
  76. package/styles/v-scroll/bds.scss +1 -0
  77. package/styles/v-scroll/tailwind3.css +1 -0
  78. package/styles/v-scroll/tailwind3.scss +1 -0
@@ -411,7 +411,7 @@ const ToolbarPlugin = {
411
411
  }
412
412
  };
413
413
 
414
- const properties$2 = ['isLazyUpdate', 'plugins', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
414
+ const properties$2 = ['isLazyUpdate', 'plugins', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'itemTemplate', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
415
415
  const modelProps$2 = [];
416
416
  const testProp$2 = getProps({ props: properties$2 });
417
417
  const props$2 = testProp$2[0], watch$2 = testProp$2[1], emitProbs$2 = Object.keys(watch$2);
@@ -516,6 +516,9 @@ let ContextMenuComponent = vueDefineComponent({
516
516
  getItemIndex(item, isUniqueId) {
517
517
  return this.ej2Instances.getItemIndex(item, isUniqueId);
518
518
  },
519
+ getMenuWidth(cmenu, width, isRtl) {
520
+ return this.ej2Instances.getMenuWidth(cmenu, width, isRtl);
521
+ },
519
522
  hideItems(items, isUniqueId) {
520
523
  return this.ej2Instances.hideItems(items, isUniqueId);
521
524
  },
@@ -812,7 +815,7 @@ const CarouselItemPlugin = {
812
815
  }
813
816
  };
814
817
 
815
- const properties$4 = ['isLazyUpdate', 'plugins', 'animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'indicatorsType', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'swipeMode', 'width', 'slideChanged', 'slideChanging'];
818
+ const properties$4 = ['isLazyUpdate', 'plugins', 'allowKeyboardInteraction', 'animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'indicatorsType', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'swipeMode', 'width', 'slideChanged', 'slideChanging'];
816
819
  const modelProps$4 = ['selectedIndex'];
817
820
  const testProp$4 = getProps({ props: properties$4 });
818
821
  const props$4 = testProp$4[0], watch$4 = testProp$4[1], emitProbs$4 = Object.keys(watch$4);
@@ -1031,7 +1034,7 @@ const TabItemPlugin = {
1031
1034
  }
1032
1035
  };
1033
1036
 
1034
- const properties$5 = ['isLazyUpdate', 'plugins', 'allowDragAndDrop', 'animation', 'clearTemplates', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width', 'added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
1037
+ const properties$5 = ['isLazyUpdate', 'plugins', 'allowDragAndDrop', 'animation', 'clearTemplates', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'swipeMode', 'width', 'added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
1035
1038
  const modelProps$5 = [];
1036
1039
  const testProp$5 = getProps({ props: properties$5 });
1037
1040
  const props$5 = testProp$5[0], watch$5 = testProp$5[1], emitProbs$5 = Object.keys(watch$5);
@@ -1631,6 +1634,9 @@ let MenuComponent = vueDefineComponent({
1631
1634
  getItemIndex(item, isUniqueId) {
1632
1635
  return this.ej2Instances.getItemIndex(item, isUniqueId);
1633
1636
  },
1637
+ getMenuWidth(cmenu, width, isRtl) {
1638
+ return this.ej2Instances.getMenuWidth(cmenu, width, isRtl);
1639
+ },
1634
1640
  hideItems(items, isUniqueId) {
1635
1641
  return this.ej2Instances.hideItems(items, isUniqueId);
1636
1642
  },