@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.
- package/README.md +2 -2
- package/dist/ej2-vue-navigations.umd.min.js +3 -3
- package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es2015.js +9 -3
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +9 -3
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/package.json +9 -9
- package/src/carousel/carousel.component.js +1 -1
- package/src/context-menu/contextmenu.component.d.ts +1 -0
- package/src/context-menu/contextmenu.component.js +4 -1
- package/src/menu/menu.component.d.ts +1 -0
- package/src/menu/menu.component.js +3 -0
- package/src/tab/tab.component.js +1 -1
- package/styles/accordion/bds.css +1 -0
- package/styles/accordion/bds.scss +1 -0
- package/styles/accordion/tailwind3.css +1 -0
- package/styles/accordion/tailwind3.scss +1 -0
- package/styles/appbar/bds.css +1 -0
- package/styles/appbar/bds.scss +1 -0
- package/styles/appbar/tailwind3.css +1 -0
- package/styles/appbar/tailwind3.scss +1 -0
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +14 -0
- package/styles/breadcrumb/bds.css +1 -0
- package/styles/breadcrumb/bds.scss +1 -0
- package/styles/breadcrumb/tailwind3.css +1 -0
- package/styles/breadcrumb/tailwind3.scss +1 -0
- package/styles/carousel/bds.css +1 -0
- package/styles/carousel/bds.scss +1 -0
- package/styles/carousel/tailwind3.css +1 -0
- package/styles/carousel/tailwind3.scss +1 -0
- package/styles/context-menu/bds.css +1 -0
- package/styles/context-menu/bds.scss +1 -0
- package/styles/context-menu/tailwind3.css +1 -0
- package/styles/context-menu/tailwind3.scss +1 -0
- package/styles/h-scroll/bds.css +1 -0
- package/styles/h-scroll/bds.scss +1 -0
- package/styles/h-scroll/tailwind3.css +1 -0
- package/styles/h-scroll/tailwind3.scss +1 -0
- package/styles/menu/bds.css +1 -0
- package/styles/menu/bds.scss +1 -0
- package/styles/menu/tailwind3.css +1 -0
- package/styles/menu/tailwind3.scss +1 -0
- package/styles/pager/bds.css +1 -0
- package/styles/pager/bds.scss +1 -0
- package/styles/pager/tailwind3.css +1 -0
- package/styles/pager/tailwind3.scss +1 -0
- package/styles/sidebar/bds.css +1 -0
- package/styles/sidebar/bds.scss +1 -0
- package/styles/sidebar/tailwind3.css +1 -0
- package/styles/sidebar/tailwind3.scss +1 -0
- package/styles/stepper/bds.css +1 -0
- package/styles/stepper/bds.scss +1 -0
- package/styles/stepper/tailwind3.css +1 -0
- package/styles/stepper/tailwind3.scss +1 -0
- package/styles/tab/bds.css +1 -0
- package/styles/tab/bds.scss +1 -0
- package/styles/tab/tailwind3.css +1 -0
- package/styles/tab/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +14 -0
- package/styles/toolbar/bds.css +1 -0
- package/styles/toolbar/bds.scss +1 -0
- package/styles/toolbar/tailwind3.css +1 -0
- package/styles/toolbar/tailwind3.scss +1 -0
- package/styles/treeview/bds.css +1 -0
- package/styles/treeview/bds.scss +1 -0
- package/styles/treeview/tailwind3.css +1 -0
- package/styles/treeview/tailwind3.scss +1 -0
- package/styles/v-scroll/bds.css +1 -0
- package/styles/v-scroll/bds.scss +1 -0
- package/styles/v-scroll/tailwind3.css +1 -0
- 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
|
},
|