@syncfusion/ej2-vue-navigations 19.3.56 → 19.4.41
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/CHANGELOG.md +58 -0
- package/dist/ej2-vue-navigations.umd.min.js +1 -1
- package/dist/es6/ej2-vue-navigations.es2015.js +11 -11
- package/dist/es6/ej2-vue-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-navigations.es5.js +11 -11
- package/dist/es6/ej2-vue-navigations.es5.js.map +1 -1
- package/dist/global/ej2-vue-navigations.min.js +2 -2
- package/package.json +8 -8
- package/src/accordion/accordion.component.js +2 -2
- package/src/breadcrumb/breadcrumb.component.js +2 -2
- package/src/context-menu/contextmenu.component.js +1 -1
- package/src/menu/menu.component.js +1 -1
- package/src/sidebar/sidebar.component.js +2 -2
- package/src/tab/tab.component.js +1 -1
- package/src/toolbar/toolbar.component.js +1 -1
- package/src/treeview/treeview.component.js +1 -1
- package/styles/accordion/bootstrap4.css +1 -2
- package/styles/accordion/bootstrap5-dark.css +11 -2
- package/styles/accordion/bootstrap5.css +11 -2
- package/styles/accordion/highcontrast-light.css +0 -4
- package/styles/accordion/highcontrast.css +1 -5
- package/styles/bootstrap-dark.css +317 -84
- package/styles/bootstrap.css +316 -83
- package/styles/bootstrap4.css +317 -76
- package/styles/bootstrap5-dark.css +339 -75
- package/styles/bootstrap5.css +341 -77
- package/styles/breadcrumb/bootstrap-dark.css +194 -17
- package/styles/breadcrumb/bootstrap.css +194 -17
- package/styles/breadcrumb/bootstrap4.css +194 -17
- package/styles/breadcrumb/bootstrap5-dark.css +198 -24
- package/styles/breadcrumb/bootstrap5.css +198 -24
- package/styles/breadcrumb/fabric-dark.css +197 -20
- package/styles/breadcrumb/fabric.css +197 -20
- package/styles/breadcrumb/highcontrast-light.css +200 -22
- package/styles/breadcrumb/highcontrast.css +200 -22
- package/styles/breadcrumb/material-dark.css +186 -13
- package/styles/breadcrumb/material.css +186 -13
- package/styles/breadcrumb/tailwind-dark.css +195 -22
- package/styles/breadcrumb/tailwind.css +195 -22
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +1 -1
- package/styles/context-menu/bootstrap5-dark.css +5 -5
- package/styles/context-menu/bootstrap5.css +6 -6
- package/styles/context-menu/material-dark.css +1 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/fabric-dark.css +305 -41
- package/styles/fabric.css +308 -44
- package/styles/h-scroll/bootstrap-dark.css +1 -1
- package/styles/h-scroll/bootstrap.css +1 -1
- package/styles/h-scroll/bootstrap4.css +1 -1
- package/styles/h-scroll/bootstrap5-dark.css +1 -1
- package/styles/h-scroll/bootstrap5.css +1 -1
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/h-scroll/highcontrast-light.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/h-scroll/material-dark.css +1 -1
- package/styles/h-scroll/material.css +1 -1
- package/styles/h-scroll/tailwind-dark.css +1 -1
- package/styles/h-scroll/tailwind.css +1 -1
- package/styles/highcontrast-light.css +317 -47
- package/styles/highcontrast.css +322 -52
- package/styles/material-dark.css +295 -32
- package/styles/material.css +296 -33
- package/styles/menu/bootstrap-dark.css +1 -1
- package/styles/menu/bootstrap.css +1 -1
- package/styles/menu/bootstrap4.css +1 -1
- package/styles/menu/bootstrap5-dark.css +4 -4
- package/styles/menu/bootstrap5.css +5 -5
- package/styles/menu/material-dark.css +1 -1
- package/styles/menu/material.css +1 -1
- package/styles/menu/tailwind-dark.css +1 -1
- package/styles/menu/tailwind.css +1 -1
- package/styles/sidebar/bootstrap5-dark.css +0 -1
- package/styles/sidebar/bootstrap5.css +0 -1
- package/styles/sidebar/tailwind-dark.css +0 -1
- package/styles/sidebar/tailwind.css +0 -1
- package/styles/tab/bootstrap-dark.css +43 -18
- package/styles/tab/bootstrap.css +42 -17
- package/styles/tab/bootstrap4.css +47 -28
- package/styles/tab/bootstrap5-dark.css +53 -30
- package/styles/tab/bootstrap5.css +53 -30
- package/styles/tab/fabric-dark.css +43 -20
- package/styles/tab/fabric.css +46 -23
- package/styles/tab/highcontrast-light.css +52 -19
- package/styles/tab/highcontrast.css +56 -23
- package/styles/tab/material-dark.css +42 -15
- package/styles/tab/material.css +42 -15
- package/styles/tab/tailwind-dark.css +42 -17
- package/styles/tab/tailwind.css +42 -17
- package/styles/tailwind-dark.css +313 -50
- package/styles/tailwind.css +313 -50
- package/styles/toolbar/bootstrap-dark.css +17 -46
- package/styles/toolbar/bootstrap.css +17 -46
- package/styles/toolbar/bootstrap4.css +12 -26
- package/styles/toolbar/bootstrap5-dark.css +6 -7
- package/styles/toolbar/bootstrap5.css +6 -7
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/highcontrast-light.css +4 -1
- package/styles/toolbar/highcontrast.css +4 -1
- package/styles/toolbar/material-dark.css +4 -1
- package/styles/toolbar/material.css +5 -2
- package/styles/toolbar/tailwind-dark.css +8 -6
- package/styles/toolbar/tailwind.css +8 -6
- package/styles/treeview/bootstrap-dark.css +60 -0
- package/styles/treeview/bootstrap.css +60 -0
- package/styles/treeview/bootstrap4.css +60 -0
- package/styles/treeview/bootstrap5-dark.css +61 -1
- package/styles/treeview/bootstrap5.css +61 -1
- package/styles/treeview/fabric-dark.css +60 -0
- package/styles/treeview/fabric.css +60 -0
- package/styles/treeview/highcontrast-light.css +60 -0
- package/styles/treeview/highcontrast.css +60 -0
- package/styles/treeview/material-dark.css +60 -0
- package/styles/treeview/material.css +60 -0
- package/styles/treeview/tailwind-dark.css +65 -1
- package/styles/treeview/tailwind.css +65 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,64 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Tab
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#SF-359072` - An issue with active tab selection is not highlight when render inside the `dialog` has been fixed.
|
|
10
|
+
|
|
11
|
+
## 19.4.40 (2021-12-28)
|
|
12
|
+
|
|
13
|
+
### Context Menu
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I346314` - Issue with stopPropagation not works for context menu has been resolved.
|
|
18
|
+
|
|
19
|
+
## 19.4.38 (2021-12-17)
|
|
20
|
+
|
|
21
|
+
### Tab
|
|
22
|
+
|
|
23
|
+
#### New Features
|
|
24
|
+
|
|
25
|
+
- `#I302394` - Provided support to maintain the active item in either tab header area or inside the popup.
|
|
26
|
+
- `#F166169` - Provided support to identify the tab select event raised by user interaction or programmatic way.
|
|
27
|
+
|
|
28
|
+
### TreeView
|
|
29
|
+
|
|
30
|
+
#### New Features
|
|
31
|
+
|
|
32
|
+
- `#FB27518` - Provided support to wrap the TreeView node text when its text content exceeds the TreeView node width.
|
|
33
|
+
|
|
34
|
+
### Breadcrumb
|
|
35
|
+
|
|
36
|
+
#### New Features
|
|
37
|
+
|
|
38
|
+
- Provided new types of overflow mode and as follows:
|
|
39
|
+
|
|
40
|
+
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.
|
|
41
|
+
2. **Wrap**: Wraps the items on multiple lines when the Breadcrumb’s width exceeds the container space.
|
|
42
|
+
3. **Scroll**: Shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
|
|
43
|
+
4. **None**: Shows all the items on a single line.
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
5. Provided `cancel` support in `beforeItemRender` event.
|
|
47
|
+
|
|
48
|
+
#### Breaking Changes
|
|
49
|
+
|
|
50
|
+
- Provided `disabled` property in Breadcrumb and Breadcrumb's Item instead of using CSS class `e-disabled`.
|
|
51
|
+
- Removed `width` property from Breadcrumb component, you can set `width` in the style attribute of CSS to breadcrumb's element or its parent element.
|
|
52
|
+
|
|
53
|
+
## 19.3.57 (2021-12-07)
|
|
54
|
+
|
|
55
|
+
### Sidebar
|
|
56
|
+
|
|
57
|
+
#### Bug Fixes
|
|
58
|
+
|
|
59
|
+
- `#I347551` - The issue with "The sidebar main content margin value changes when using Sidebar type as Over and dock support" has been fixed.
|
|
60
|
+
|
|
61
|
+
## 19.3.56 (2021-12-02)
|
|
62
|
+
|
|
5
63
|
### TreeView
|
|
6
64
|
|
|
7
65
|
#### Bug Fixes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-navigations.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.41
|
|
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 = ['
|
|
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.
|
|
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 = ['
|
|
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 = ['
|
|
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 = ['
|
|
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.
|
|
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 = ['
|
|
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 = ['
|
|
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 = ['
|
|
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.
|
|
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 = ['
|
|
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];
|