@syncfusion/ej2-vue-navigations 19.3.57 → 19.4.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 (121) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/ej2-vue-navigations.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-navigations.es2015.js +11 -11
  4. package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-navigations.es5.js +11 -11
  6. package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-navigations.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/accordion/accordion.component.js +2 -2
  10. package/src/breadcrumb/breadcrumb.component.js +2 -2
  11. package/src/context-menu/contextmenu.component.js +1 -1
  12. package/src/menu/menu.component.js +1 -1
  13. package/src/sidebar/sidebar.component.js +2 -2
  14. package/src/tab/tab.component.js +1 -1
  15. package/src/toolbar/toolbar.component.js +1 -1
  16. package/src/treeview/treeview.component.js +1 -1
  17. package/styles/accordion/bootstrap4.css +1 -2
  18. package/styles/accordion/bootstrap5-dark.css +11 -2
  19. package/styles/accordion/bootstrap5.css +11 -2
  20. package/styles/accordion/highcontrast-light.css +0 -4
  21. package/styles/accordion/highcontrast.css +1 -5
  22. package/styles/bootstrap-dark.css +317 -84
  23. package/styles/bootstrap.css +316 -83
  24. package/styles/bootstrap4.css +317 -76
  25. package/styles/bootstrap5-dark.css +339 -75
  26. package/styles/bootstrap5.css +341 -77
  27. package/styles/breadcrumb/bootstrap-dark.css +194 -17
  28. package/styles/breadcrumb/bootstrap.css +194 -17
  29. package/styles/breadcrumb/bootstrap4.css +194 -17
  30. package/styles/breadcrumb/bootstrap5-dark.css +198 -24
  31. package/styles/breadcrumb/bootstrap5.css +198 -24
  32. package/styles/breadcrumb/fabric-dark.css +197 -20
  33. package/styles/breadcrumb/fabric.css +197 -20
  34. package/styles/breadcrumb/highcontrast-light.css +200 -22
  35. package/styles/breadcrumb/highcontrast.css +200 -22
  36. package/styles/breadcrumb/material-dark.css +186 -13
  37. package/styles/breadcrumb/material.css +186 -13
  38. package/styles/breadcrumb/tailwind-dark.css +195 -22
  39. package/styles/breadcrumb/tailwind.css +195 -22
  40. package/styles/context-menu/bootstrap-dark.css +1 -1
  41. package/styles/context-menu/bootstrap.css +1 -1
  42. package/styles/context-menu/bootstrap4.css +1 -1
  43. package/styles/context-menu/bootstrap5-dark.css +5 -5
  44. package/styles/context-menu/bootstrap5.css +6 -6
  45. package/styles/context-menu/material-dark.css +1 -1
  46. package/styles/context-menu/material.css +1 -1
  47. package/styles/context-menu/tailwind-dark.css +1 -1
  48. package/styles/context-menu/tailwind.css +1 -1
  49. package/styles/fabric-dark.css +305 -41
  50. package/styles/fabric.css +308 -44
  51. package/styles/h-scroll/bootstrap-dark.css +1 -1
  52. package/styles/h-scroll/bootstrap.css +1 -1
  53. package/styles/h-scroll/bootstrap4.css +1 -1
  54. package/styles/h-scroll/bootstrap5-dark.css +1 -1
  55. package/styles/h-scroll/bootstrap5.css +1 -1
  56. package/styles/h-scroll/fabric-dark.css +1 -1
  57. package/styles/h-scroll/fabric.css +1 -1
  58. package/styles/h-scroll/highcontrast-light.css +1 -1
  59. package/styles/h-scroll/highcontrast.css +1 -1
  60. package/styles/h-scroll/material-dark.css +1 -1
  61. package/styles/h-scroll/material.css +1 -1
  62. package/styles/h-scroll/tailwind-dark.css +1 -1
  63. package/styles/h-scroll/tailwind.css +1 -1
  64. package/styles/highcontrast-light.css +317 -47
  65. package/styles/highcontrast.css +322 -52
  66. package/styles/material-dark.css +295 -32
  67. package/styles/material.css +296 -33
  68. package/styles/menu/bootstrap-dark.css +1 -1
  69. package/styles/menu/bootstrap.css +1 -1
  70. package/styles/menu/bootstrap4.css +1 -1
  71. package/styles/menu/bootstrap5-dark.css +4 -4
  72. package/styles/menu/bootstrap5.css +5 -5
  73. package/styles/menu/material-dark.css +1 -1
  74. package/styles/menu/material.css +1 -1
  75. package/styles/menu/tailwind-dark.css +1 -1
  76. package/styles/menu/tailwind.css +1 -1
  77. package/styles/sidebar/bootstrap5-dark.css +0 -1
  78. package/styles/sidebar/bootstrap5.css +0 -1
  79. package/styles/sidebar/tailwind-dark.css +0 -1
  80. package/styles/sidebar/tailwind.css +0 -1
  81. package/styles/tab/bootstrap-dark.css +43 -18
  82. package/styles/tab/bootstrap.css +42 -17
  83. package/styles/tab/bootstrap4.css +47 -28
  84. package/styles/tab/bootstrap5-dark.css +53 -30
  85. package/styles/tab/bootstrap5.css +53 -30
  86. package/styles/tab/fabric-dark.css +43 -20
  87. package/styles/tab/fabric.css +46 -23
  88. package/styles/tab/highcontrast-light.css +52 -19
  89. package/styles/tab/highcontrast.css +56 -23
  90. package/styles/tab/material-dark.css +42 -15
  91. package/styles/tab/material.css +42 -15
  92. package/styles/tab/tailwind-dark.css +42 -17
  93. package/styles/tab/tailwind.css +42 -17
  94. package/styles/tailwind-dark.css +313 -50
  95. package/styles/tailwind.css +313 -50
  96. package/styles/toolbar/bootstrap-dark.css +17 -46
  97. package/styles/toolbar/bootstrap.css +17 -46
  98. package/styles/toolbar/bootstrap4.css +12 -26
  99. package/styles/toolbar/bootstrap5-dark.css +6 -7
  100. package/styles/toolbar/bootstrap5.css +6 -7
  101. package/styles/toolbar/fabric-dark.css +4 -0
  102. package/styles/toolbar/fabric.css +4 -0
  103. package/styles/toolbar/highcontrast-light.css +4 -1
  104. package/styles/toolbar/highcontrast.css +4 -1
  105. package/styles/toolbar/material-dark.css +4 -1
  106. package/styles/toolbar/material.css +5 -2
  107. package/styles/toolbar/tailwind-dark.css +8 -6
  108. package/styles/toolbar/tailwind.css +8 -6
  109. package/styles/treeview/bootstrap-dark.css +60 -0
  110. package/styles/treeview/bootstrap.css +60 -0
  111. package/styles/treeview/bootstrap4.css +60 -0
  112. package/styles/treeview/bootstrap5-dark.css +61 -1
  113. package/styles/treeview/bootstrap5.css +61 -1
  114. package/styles/treeview/fabric-dark.css +60 -0
  115. package/styles/treeview/fabric.css +60 -0
  116. package/styles/treeview/highcontrast-light.css +60 -0
  117. package/styles/treeview/highcontrast.css +60 -0
  118. package/styles/treeview/material-dark.css +60 -0
  119. package/styles/treeview/material.css +60 -0
  120. package/styles/treeview/tailwind-dark.css +65 -1
  121. package/styles/treeview/tailwind.css +65 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,40 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tab
6
+
7
+ #### New Features
8
+
9
+ - `#I302394` - Provided support to maintain the active item in either tab header area or inside the popup.
10
+ - `#F166169` - Provided support to identify the tab select event raised by user interaction or programmatic way.
11
+
12
+ ### TreeView
13
+
14
+ #### New Features
15
+
16
+ - `#FB27518` - Provided support to wrap the TreeView node text when its text content exceeds the TreeView node width.
17
+
18
+ ### Breadcrumb
19
+
20
+ #### New Features
21
+
22
+ - Provided new types of overflow mode and as follows:
23
+
24
+ 1. **Menu**: Shows the number of breadcrumb items that can be accommodated within the container space, and creates a sub menu with the remaining items.
25
+ 2. **Wrap**: Wraps the items on multiple lines when the Breadcrumb’s width exceeds the container space.
26
+ 3. **Scroll**: Shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
27
+ 4. **None**: Shows all the items on a single line.
28
+
29
+
30
+ 5. Provided `cancel` support in `beforeItemRender` event.
31
+
32
+ #### Breaking Changes
33
+
34
+ - Provided `disabled` property in Breadcrumb and Breadcrumb's Item instead of using CSS class `e-disabled`.
35
+ - Removed `width` property from Breadcrumb component, you can set `width` in the style attribute of CSS to breadcrumb's element or its parent element.
36
+
37
+ ## 19.3.57 (2021-12-07)
38
+
5
39
  ### Sidebar
6
40
 
7
41
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-navigations.umd.min.js
3
- * version : 19.3.57
3
+ * version : 19.4.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -72,7 +72,7 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
72
72
  return c > 3 && r && Object.defineProperty(target, key, r), r;
73
73
  };
74
74
  // {{VueImport}}
75
- const properties = ['islazyUpdate', 'animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width', 'clicked', 'created', 'destroyed', 'expanded', 'expanding'];
75
+ const properties = ['isLazyUpdate', 'animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width', 'clicked', 'created', 'destroyed', 'expanded', 'expanding'];
76
76
  const modelProps = ['expandedIndices'];
77
77
  const testProp = getProps({ props: properties });
78
78
  const props = testProp[0];
@@ -171,7 +171,7 @@ class AccordionComponent extends ComponentBase {
171
171
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
172
172
  }
173
173
  else {
174
- if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
174
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
175
175
  this.$emit('update:' + propKey, eventProp[propKey]);
176
176
  this.$emit('modelchanged', eventProp[propKey]);
177
177
  }
@@ -313,7 +313,7 @@ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators,
313
313
  return c > 3 && r && Object.defineProperty(target, key, r), r;
314
314
  };
315
315
  // {{VueImport}}
316
- const properties$1 = ['islazyUpdate', 'allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width', 'beforeCreate', 'clicked', 'created', 'destroyed'];
316
+ const properties$1 = ['isLazyUpdate', 'allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width', 'beforeCreate', 'clicked', 'created', 'destroyed'];
317
317
  const modelProps$1 = [];
318
318
  const testProp$1 = getProps({ props: properties$1 });
319
319
  const props$1 = testProp$1[0];
@@ -450,7 +450,7 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
450
450
  return c > 3 && r && Object.defineProperty(target, key, r), r;
451
451
  };
452
452
  // {{VueImport}}
453
- const properties$2 = ['islazyUpdate', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
453
+ const properties$2 = ['isLazyUpdate', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
454
454
  const modelProps$2 = [];
455
455
  const testProp$2 = getProps({ props: properties$2 });
456
456
  const props$2 = testProp$2[0];
@@ -659,7 +659,7 @@ var __decorate$6 = (undefined && undefined.__decorate) || function (decorators,
659
659
  return c > 3 && r && Object.defineProperty(target, key, r), r;
660
660
  };
661
661
  // {{VueImport}}
662
- const properties$3 = ['islazyUpdate', 'activeItem', 'cssClass', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url', 'width', 'beforeItemRender', 'created', 'itemClick'];
662
+ const properties$3 = ['isLazyUpdate', 'activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url', 'beforeItemRender', 'created', 'itemClick'];
663
663
  const modelProps$3 = ['activeItem'];
664
664
  const testProp$3 = getProps({ props: properties$3 });
665
665
  const props$3 = testProp$3[0];
@@ -758,7 +758,7 @@ class BreadcrumbComponent extends ComponentBase {
758
758
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
759
759
  }
760
760
  else {
761
- if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
761
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
762
762
  this.$emit('update:' + propKey, eventProp[propKey]);
763
763
  this.$emit('modelchanged', eventProp[propKey]);
764
764
  }
@@ -882,7 +882,7 @@ var __decorate$8 = (undefined && undefined.__decorate) || function (decorators,
882
882
  return c > 3 && r && Object.defineProperty(target, key, r), r;
883
883
  };
884
884
  // {{VueImport}}
885
- const properties$4 = ['islazyUpdate', 'allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'scrollStep', 'selectedItem', 'showCloseButton', 'width', 'added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
885
+ const properties$4 = ['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'];
886
886
  const modelProps$4 = [];
887
887
  const testProp$4 = getProps({ props: properties$4 });
888
888
  const props$4 = testProp$4[0];
@@ -1028,7 +1028,7 @@ var __decorate$9 = (undefined && undefined.__decorate) || function (decorators,
1028
1028
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1029
1029
  };
1030
1030
  // {{VueImport}}
1031
- const properties$5 = ['islazyUpdate', 'allowDragAndDrop', 'allowEditing', 'allowMultiSelection', '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'];
1031
+ const properties$5 = ['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'];
1032
1032
  const modelProps$5 = [];
1033
1033
  const testProp$5 = getProps({ props: properties$5 });
1034
1034
  const props$5 = testProp$5[0];
@@ -1196,7 +1196,7 @@ var __decorate$10 = (undefined && undefined.__decorate) || function (decorators,
1196
1196
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1197
1197
  };
1198
1198
  // {{VueImport}}
1199
- const properties$6 = ['islazyUpdate', 'animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex', 'change', 'close', 'created', 'destroyed', 'open'];
1199
+ const properties$6 = ['isLazyUpdate', 'animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex', 'change', 'close', 'created', 'destroyed', 'open'];
1200
1200
  const modelProps$6 = ['isOpen'];
1201
1201
  const testProp$6 = getProps({ props: properties$6 });
1202
1202
  const props$6 = testProp$6[0];
@@ -1295,7 +1295,7 @@ class SidebarComponent extends ComponentBase {
1295
1295
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
1296
1296
  }
1297
1297
  else {
1298
- if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
1298
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
1299
1299
  this.$emit('update:' + propKey, eventProp[propKey]);
1300
1300
  this.$emit('modelchanged', eventProp[propKey]);
1301
1301
  }
@@ -1414,7 +1414,7 @@ var __decorate$12 = (undefined && undefined.__decorate) || function (decorators,
1414
1414
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1415
1415
  };
1416
1416
  // {{VueImport}}
1417
- const properties$7 = ['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'];
1417
+ const properties$7 = ['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'];
1418
1418
  const modelProps$7 = [];
1419
1419
  const testProp$7 = getProps({ props: properties$7 });
1420
1420
  const props$7 = testProp$7[0];