@syncfusion/ej2-vue-navigations 20.1.60 → 20.2.38

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 (116) hide show
  1. package/CHANGELOG.md +93 -0
  2. package/dist/ej2-vue-navigations.umd.min.js +20 -2
  3. package/dist/ej2-vue-navigations.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-navigations.es2015.js +9 -9
  5. package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-navigations.es5.js +9 -9
  7. package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-navigations.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/accordion/accordion.component.js +1 -1
  11. package/src/breadcrumb/breadcrumb.component.js +1 -1
  12. package/src/carousel/carousel.component.js +1 -1
  13. package/src/context-menu/contextmenu.component.js +1 -1
  14. package/src/menu/menu.component.js +1 -1
  15. package/src/sidebar/sidebar.component.js +1 -1
  16. package/src/tab/tab.component.js +1 -1
  17. package/src/toolbar/toolbar.component.js +1 -1
  18. package/src/treeview/treeview.component.js +1 -1
  19. package/styles/bootstrap-dark.css +743 -14
  20. package/styles/bootstrap-dark.scss +1 -0
  21. package/styles/bootstrap.css +744 -14
  22. package/styles/bootstrap.scss +1 -0
  23. package/styles/bootstrap4.css +745 -14
  24. package/styles/bootstrap4.scss +1 -0
  25. package/styles/bootstrap5-dark.css +789 -14
  26. package/styles/bootstrap5-dark.scss +1 -0
  27. package/styles/bootstrap5.css +789 -14
  28. package/styles/bootstrap5.scss +1 -0
  29. package/styles/breadcrumb/fluent-dark.css +5 -4
  30. package/styles/breadcrumb/fluent.css +5 -4
  31. package/styles/carousel/bootstrap-dark.css +23 -14
  32. package/styles/carousel/bootstrap.css +23 -14
  33. package/styles/carousel/bootstrap4.css +23 -14
  34. package/styles/carousel/bootstrap5-dark.css +23 -14
  35. package/styles/carousel/bootstrap5.css +23 -14
  36. package/styles/carousel/fabric-dark.css +23 -14
  37. package/styles/carousel/fabric.css +23 -14
  38. package/styles/carousel/fluent-dark.css +28 -19
  39. package/styles/carousel/fluent.css +23 -14
  40. package/styles/carousel/highcontrast-light.css +23 -14
  41. package/styles/carousel/highcontrast.css +23 -14
  42. package/styles/carousel/material-dark.css +23 -14
  43. package/styles/carousel/material.css +23 -14
  44. package/styles/carousel/tailwind-dark.css +23 -14
  45. package/styles/carousel/tailwind.css +23 -14
  46. package/styles/context-menu/bootstrap-dark.css +33 -0
  47. package/styles/context-menu/bootstrap.css +34 -0
  48. package/styles/context-menu/bootstrap4.css +34 -0
  49. package/styles/context-menu/bootstrap5-dark.css +44 -0
  50. package/styles/context-menu/bootstrap5.css +44 -0
  51. package/styles/context-menu/fabric-dark.css +33 -0
  52. package/styles/context-menu/fabric.css +34 -0
  53. package/styles/context-menu/fluent-dark.css +44 -0
  54. package/styles/context-menu/fluent.css +44 -0
  55. package/styles/context-menu/highcontrast-light.css +33 -0
  56. package/styles/context-menu/highcontrast.css +34 -0
  57. package/styles/context-menu/material-dark.css +51 -0
  58. package/styles/context-menu/material.css +53 -0
  59. package/styles/context-menu/tailwind-dark.css +44 -0
  60. package/styles/context-menu/tailwind.css +44 -0
  61. package/styles/fabric-dark.css +743 -14
  62. package/styles/fabric-dark.scss +1 -0
  63. package/styles/fabric.css +744 -14
  64. package/styles/fabric.scss +1 -0
  65. package/styles/fluent-dark.css +799 -56
  66. package/styles/fluent-dark.scss +1 -0
  67. package/styles/fluent.css +762 -19
  68. package/styles/fluent.scss +1 -0
  69. package/styles/highcontrast-light.css +743 -14
  70. package/styles/highcontrast-light.scss +1 -0
  71. package/styles/highcontrast.css +744 -14
  72. package/styles/highcontrast.scss +1 -0
  73. package/styles/material-dark.css +762 -15
  74. package/styles/material-dark.scss +1 -0
  75. package/styles/material.css +763 -14
  76. package/styles/material.scss +1 -0
  77. package/styles/menu/bootstrap4.css +1 -0
  78. package/styles/menu/fluent-dark.css +1 -1
  79. package/styles/menu/fluent.css +1 -1
  80. package/styles/pager/bootstrap-dark.css +686 -0
  81. package/styles/pager/bootstrap-dark.scss +1 -0
  82. package/styles/pager/bootstrap.css +686 -0
  83. package/styles/pager/bootstrap.scss +1 -0
  84. package/styles/pager/bootstrap4.css +686 -0
  85. package/styles/pager/bootstrap4.scss +1 -0
  86. package/styles/pager/bootstrap5-dark.css +721 -0
  87. package/styles/pager/bootstrap5-dark.scss +1 -0
  88. package/styles/pager/bootstrap5.css +721 -0
  89. package/styles/pager/bootstrap5.scss +1 -0
  90. package/styles/pager/fabric-dark.css +686 -0
  91. package/styles/pager/fabric-dark.scss +1 -0
  92. package/styles/pager/fabric.css +686 -0
  93. package/styles/pager/fabric.scss +1 -0
  94. package/styles/pager/fluent-dark.css +688 -0
  95. package/styles/pager/fluent-dark.scss +1 -0
  96. package/styles/pager/fluent.css +688 -0
  97. package/styles/pager/fluent.scss +1 -0
  98. package/styles/pager/highcontrast-light.css +686 -0
  99. package/styles/pager/highcontrast-light.scss +1 -0
  100. package/styles/pager/highcontrast.css +686 -0
  101. package/styles/pager/highcontrast.scss +1 -0
  102. package/styles/pager/material-dark.css +687 -0
  103. package/styles/pager/material-dark.scss +1 -0
  104. package/styles/pager/material.css +687 -0
  105. package/styles/pager/material.scss +1 -0
  106. package/styles/pager/tailwind-dark.css +813 -0
  107. package/styles/pager/tailwind-dark.scss +1 -0
  108. package/styles/pager/tailwind.css +813 -0
  109. package/styles/pager/tailwind.scss +1 -0
  110. package/styles/tab/fluent-dark.css +30 -30
  111. package/styles/tab/material-dark.css +1 -1
  112. package/styles/tailwind-dark.css +882 -15
  113. package/styles/tailwind-dark.scss +1 -0
  114. package/styles/tailwind.css +882 -15
  115. package/styles/tailwind.scss +1 -0
  116. package/styles/treeview/fluent-dark.css +2 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-navigations@*",
3
- "_id": "@syncfusion/ej2-vue-navigations@20.1.58",
3
+ "_id": "@syncfusion/ej2-vue-navigations@20.2.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-x3C9we3k9SYVYwheWeiqLgyTnKwJjLg06AUZ+P5aX73Wa7rVg0UTsj9eTVoWapmiOufgg86NNL4HkP90YMwrpg==",
5
+ "_integrity": "sha512-sqpbinpEmaLe93aLcIhZoKYpaTZL67yBF0Lo3obnCa6txqvymN5AjR0XDrGuPFsQBBIcJ9sR4oG1UPSVXSFciA==",
6
6
  "_location": "/@syncfusion/ej2-vue-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-20.1.58.tgz",
23
- "_shasum": "4985bd2cf527254c8535b4da665067cdc3f6f697",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-navigations/-/ej2-vue-navigations-20.2.36.tgz",
23
+ "_shasum": "54aa1a7c8ffcdcfd6e4772451f319685433136d1",
24
24
  "_spec": "@syncfusion/ej2-vue-navigations@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.60",
35
- "@syncfusion/ej2-navigations": "20.1.60",
36
- "@syncfusion/ej2-vue-base": "~20.1.57"
34
+ "@syncfusion/ej2-base": "~20.2.38",
35
+ "@syncfusion/ej2-navigations": "20.2.38",
36
+ "@syncfusion/ej2-vue-base": "~20.2.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
@@ -165,6 +165,6 @@
165
165
  "type": "git",
166
166
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
167
167
  },
168
- "version": "20.1.60",
168
+ "version": "20.2.38",
169
169
  "sideEffects": false
170
170
  }
@@ -23,7 +23,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { Accordion } from '@syncfusion/ej2-navigations';
24
24
  import { AccordionItemsDirective, AccordionItemDirective, AccordionItemsPlugin, AccordionItemPlugin } from './items.directive';
25
25
  import { Options } from 'vue-class-component';
26
- export var properties = ['isLazyUpdate', 'animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width', 'clicked', 'created', 'destroyed', 'expanded', 'expanding'];
26
+ export var properties = ['isLazyUpdate', 'plugins', 'animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width', 'clicked', 'created', 'destroyed', 'expanded', 'expanding'];
27
27
  export var modelProps = ['expandedIndices'];
28
28
  export var testProp = getProps({ props: properties });
29
29
  export var props = testProp[0];
@@ -23,7 +23,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { Breadcrumb } from '@syncfusion/ej2-navigations';
24
24
  import { BreadcrumbItemsDirective, BreadcrumbItemDirective, BreadcrumbItemsPlugin, BreadcrumbItemPlugin } from './items.directive';
25
25
  import { Options } from 'vue-class-component';
26
- export var properties = ['isLazyUpdate', 'activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url', 'beforeItemRender', 'created', 'itemClick'];
26
+ export var properties = ['isLazyUpdate', 'plugins', 'activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url', 'beforeItemRender', 'created', 'itemClick'];
27
27
  export var modelProps = ['activeItem'];
28
28
  export var testProp = getProps({ props: properties });
29
29
  export var props = testProp[0];
@@ -23,7 +23,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { Carousel } from '@syncfusion/ej2-navigations';
24
24
  import { CarouselItemsDirective, CarouselItemDirective, CarouselItemsPlugin, CarouselItemPlugin } from './items.directive';
25
25
  import { Options } from 'vue-class-component';
26
- export var properties = ['isLazyUpdate', 'animation', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width', 'slideChanged', 'slideChanging'];
26
+ export var properties = ['isLazyUpdate', 'plugins', 'animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width', 'slideChanged', 'slideChanging'];
27
27
  export var modelProps = ['selectedIndex'];
28
28
  export var testProp = getProps({ props: properties });
29
29
  export var props = testProp[0];
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { ContextMenu } from '@syncfusion/ej2-navigations';
23
23
  import { Options } from 'vue-class-component';
24
- export var properties = ['isLazyUpdate', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
24
+ export var properties = ['isLazyUpdate', 'plugins', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
25
25
  export var modelProps = [];
26
26
  export var testProp = getProps({ props: properties });
27
27
  export var props = testProp[0];
@@ -22,7 +22,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { Menu } from '@syncfusion/ej2-navigations';
23
23
  import { MenuItemsDirective, MenuItemDirective, MenuItemsPlugin, MenuItemPlugin } from './items.directive';
24
24
  import { Options } from 'vue-class-component';
25
- export var properties = ['isLazyUpdate', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
25
+ export var properties = ['isLazyUpdate', 'plugins', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
26
26
  export var modelProps = [];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { Sidebar } from '@syncfusion/ej2-navigations';
24
24
  import { Options } from 'vue-class-component';
25
- export var properties = ['isLazyUpdate', 'animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex', 'change', 'close', 'created', 'destroyed', 'open'];
25
+ export var properties = ['isLazyUpdate', 'plugins', 'animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex', 'change', 'close', 'created', 'destroyed', 'open'];
26
26
  export var modelProps = ['isOpen'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -22,7 +22,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { Tab } from '@syncfusion/ej2-navigations';
23
23
  import { TabItemsDirective, TabItemDirective, TabItemsPlugin, TabItemPlugin } from './items.directive';
24
24
  import { Options } from 'vue-class-component';
25
- export var properties = ['isLazyUpdate', 'allowDragAndDrop', 'animation', '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'];
25
+ export var properties = ['isLazyUpdate', 'plugins', 'allowDragAndDrop', 'animation', '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'];
26
26
  export var modelProps = [];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -22,7 +22,7 @@ import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { Toolbar } from '@syncfusion/ej2-navigations';
23
23
  import { ItemsDirective, ItemDirective, ItemsPlugin, ItemPlugin } from './items.directive';
24
24
  import { Options } from 'vue-class-component';
25
- export var properties = ['isLazyUpdate', 'allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width', 'beforeCreate', 'clicked', 'created', 'destroyed'];
25
+ export var properties = ['isLazyUpdate', 'plugins', 'allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width', 'beforeCreate', 'clicked', 'created', 'destroyed'];
26
26
  export var modelProps = [];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
21
21
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
22
22
  import { TreeView } from '@syncfusion/ej2-navigations';
23
23
  import { Options } from 'vue-class-component';
24
- export var properties = ['isLazyUpdate', 'allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder', 'actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
24
+ export var properties = ['isLazyUpdate', 'plugins', 'allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder', 'actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
25
25
  export var modelProps = [];
26
26
  export var testProp = getProps({ props: properties });
27
27
  export var props = testProp[0];