@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
|
@@ -419,7 +419,7 @@ var ToolbarPlugin = {
|
|
|
419
419
|
}
|
|
420
420
|
};
|
|
421
421
|
|
|
422
|
-
var 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'];
|
|
422
|
+
var 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'];
|
|
423
423
|
var modelProps$2 = [];
|
|
424
424
|
var testProp$2 = getProps({ props: properties$2 });
|
|
425
425
|
var props$2 = testProp$2[0], watch$2 = testProp$2[1], emitProbs$2 = Object.keys(watch$2);
|
|
@@ -528,6 +528,9 @@ var ContextMenuComponent = vueDefineComponent({
|
|
|
528
528
|
getItemIndex: function (item, isUniqueId) {
|
|
529
529
|
return this.ej2Instances.getItemIndex(item, isUniqueId);
|
|
530
530
|
},
|
|
531
|
+
getMenuWidth: function (cmenu, width, isRtl) {
|
|
532
|
+
return this.ej2Instances.getMenuWidth(cmenu, width, isRtl);
|
|
533
|
+
},
|
|
531
534
|
hideItems: function (items, isUniqueId) {
|
|
532
535
|
return this.ej2Instances.hideItems(items, isUniqueId);
|
|
533
536
|
},
|
|
@@ -828,7 +831,7 @@ var CarouselItemPlugin = {
|
|
|
828
831
|
}
|
|
829
832
|
};
|
|
830
833
|
|
|
831
|
-
var 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'];
|
|
834
|
+
var 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'];
|
|
832
835
|
var modelProps$4 = ['selectedIndex'];
|
|
833
836
|
var testProp$4 = getProps({ props: properties$4 });
|
|
834
837
|
var props$4 = testProp$4[0], watch$4 = testProp$4[1], emitProbs$4 = Object.keys(watch$4);
|
|
@@ -1051,7 +1054,7 @@ var TabItemPlugin = {
|
|
|
1051
1054
|
}
|
|
1052
1055
|
};
|
|
1053
1056
|
|
|
1054
|
-
var 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'];
|
|
1057
|
+
var 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'];
|
|
1055
1058
|
var modelProps$5 = [];
|
|
1056
1059
|
var testProp$5 = getProps({ props: properties$5 });
|
|
1057
1060
|
var props$5 = testProp$5[0], watch$5 = testProp$5[1], emitProbs$5 = Object.keys(watch$5);
|
|
@@ -1667,6 +1670,9 @@ var MenuComponent = vueDefineComponent({
|
|
|
1667
1670
|
getItemIndex: function (item, isUniqueId) {
|
|
1668
1671
|
return this.ej2Instances.getItemIndex(item, isUniqueId);
|
|
1669
1672
|
},
|
|
1673
|
+
getMenuWidth: function (cmenu, width, isRtl) {
|
|
1674
|
+
return this.ej2Instances.getMenuWidth(cmenu, width, isRtl);
|
|
1675
|
+
},
|
|
1670
1676
|
hideItems: function (items, isUniqueId) {
|
|
1671
1677
|
return this.ej2Instances.hideItems(items, isUniqueId);
|
|
1672
1678
|
},
|