@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
|
@@ -108,7 +108,7 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
108
108
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
109
109
|
};
|
|
110
110
|
import { Options } from 'vue-class-component';
|
|
111
|
-
var properties = ['
|
|
111
|
+
var properties = ['isLazyUpdate', 'animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width', 'clicked', 'created', 'destroyed', 'expanded', 'expanding'];
|
|
112
112
|
var modelProps = ['expandedIndices'];
|
|
113
113
|
var testProp = getProps({ props: properties });
|
|
114
114
|
var props = testProp[0];
|
|
@@ -207,7 +207,7 @@ var AccordionComponent = /** @__PURE__ @class */ (function (_super) {
|
|
|
207
207
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
208
208
|
}
|
|
209
209
|
else {
|
|
210
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
210
|
+
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
211
211
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
212
212
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
213
213
|
}
|
|
@@ -386,7 +386,7 @@ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
386
386
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
387
387
|
};
|
|
388
388
|
// {{VueImport}}
|
|
389
|
-
var properties$1 = ['
|
|
389
|
+
var properties$1 = ['isLazyUpdate', 'allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width', 'beforeCreate', 'clicked', 'created', 'destroyed'];
|
|
390
390
|
var modelProps$1 = [];
|
|
391
391
|
var testProp$1 = getProps({ props: properties$1 });
|
|
392
392
|
var props$1 = testProp$1[0];
|
|
@@ -537,7 +537,7 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
537
537
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
538
538
|
};
|
|
539
539
|
// {{VueImport}}
|
|
540
|
-
var properties$2 = ['
|
|
540
|
+
var properties$2 = ['isLazyUpdate', 'animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
|
|
541
541
|
var modelProps$2 = [];
|
|
542
542
|
var testProp$2 = getProps({ props: properties$2 });
|
|
543
543
|
var props$2 = testProp$2[0];
|
|
@@ -783,7 +783,7 @@ var __decorate$6 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
783
783
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
784
784
|
};
|
|
785
785
|
// {{VueImport}}
|
|
786
|
-
var properties$3 = ['
|
|
786
|
+
var properties$3 = ['isLazyUpdate', 'activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url', 'beforeItemRender', 'created', 'itemClick'];
|
|
787
787
|
var modelProps$3 = ['activeItem'];
|
|
788
788
|
var testProp$3 = getProps({ props: properties$3 });
|
|
789
789
|
var props$3 = testProp$3[0];
|
|
@@ -882,7 +882,7 @@ var BreadcrumbComponent = /** @__PURE__ @class */ (function (_super) {
|
|
|
882
882
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
883
883
|
}
|
|
884
884
|
else {
|
|
885
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
885
|
+
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
886
886
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
887
887
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
888
888
|
}
|
|
@@ -1043,7 +1043,7 @@ var __decorate$8 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
1043
1043
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1044
1044
|
};
|
|
1045
1045
|
// {{VueImport}}
|
|
1046
|
-
var properties$4 = ['
|
|
1046
|
+
var 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'];
|
|
1047
1047
|
var modelProps$4 = [];
|
|
1048
1048
|
var testProp$4 = getProps({ props: properties$4 });
|
|
1049
1049
|
var props$4 = testProp$4[0];
|
|
@@ -1203,7 +1203,7 @@ var __decorate$9 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
1203
1203
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1204
1204
|
};
|
|
1205
1205
|
// {{VueImport}}
|
|
1206
|
-
var properties$5 = ['
|
|
1206
|
+
var 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'];
|
|
1207
1207
|
var modelProps$5 = [];
|
|
1208
1208
|
var testProp$5 = getProps({ props: properties$5 });
|
|
1209
1209
|
var props$5 = testProp$5[0];
|
|
@@ -1385,7 +1385,7 @@ var __decorate$10 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
1385
1385
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1386
1386
|
};
|
|
1387
1387
|
// {{VueImport}}
|
|
1388
|
-
var properties$6 = ['
|
|
1388
|
+
var 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'];
|
|
1389
1389
|
var modelProps$6 = ['isOpen'];
|
|
1390
1390
|
var testProp$6 = getProps({ props: properties$6 });
|
|
1391
1391
|
var props$6 = testProp$6[0];
|
|
@@ -1484,7 +1484,7 @@ var SidebarComponent = /** @__PURE__ @class */ (function (_super) {
|
|
|
1484
1484
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
1485
1485
|
}
|
|
1486
1486
|
else {
|
|
1487
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
1487
|
+
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
1488
1488
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
1489
1489
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
1490
1490
|
}
|
|
@@ -1640,7 +1640,7 @@ var __decorate$12 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
1640
1640
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1641
1641
|
};
|
|
1642
1642
|
// {{VueImport}}
|
|
1643
|
-
var properties$7 = ['
|
|
1643
|
+
var 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'];
|
|
1644
1644
|
var modelProps$7 = [];
|
|
1645
1645
|
var testProp$7 = getProps({ props: properties$7 });
|
|
1646
1646
|
var props$7 = testProp$7[0];
|