@syncfusion/ej2-vue-navigations 21.2.9 → 22.1.34
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 +9 -0
- package/dist/ej2-vue-navigations.umd.min.js +2 -2
- package/dist/ej2-vue-navigations.umd.min.js.map +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 +1 -1
- package/src/appbar/appbar.component.js +1 -1
- package/src/breadcrumb/breadcrumb.component.js +1 -1
- package/src/carousel/carousel.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 +1 -1
- 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/bootstrap-dark.css +11 -1
- package/styles/accordion/bootstrap.css +11 -1
- package/styles/accordion/bootstrap4.css +10 -0
- package/styles/accordion/bootstrap5-dark.css +11 -1
- package/styles/accordion/bootstrap5.css +11 -1
- package/styles/accordion/fabric-dark.css +10 -0
- package/styles/accordion/fabric.css +10 -0
- package/styles/accordion/fluent-dark.css +10 -0
- package/styles/accordion/fluent.css +10 -0
- package/styles/accordion/highcontrast-light.css +10 -0
- package/styles/accordion/highcontrast.css +10 -0
- package/styles/accordion/material-dark.css +10 -0
- package/styles/accordion/material.css +10 -0
- package/styles/accordion/material3-dark.css +596 -0
- package/styles/accordion/material3-dark.scss +2 -0
- package/styles/accordion/material3.css +652 -0
- package/styles/accordion/material3.scss +2 -0
- package/styles/accordion/tailwind-dark.css +10 -0
- package/styles/accordion/tailwind.css +10 -0
- package/styles/appbar/bootstrap-dark.css +7 -3
- package/styles/appbar/bootstrap.css +7 -3
- package/styles/appbar/bootstrap4.css +7 -3
- package/styles/appbar/bootstrap5-dark.css +7 -3
- package/styles/appbar/bootstrap5.css +7 -3
- package/styles/appbar/fabric-dark.css +7 -3
- package/styles/appbar/fabric.css +7 -3
- package/styles/appbar/fluent-dark.css +7 -3
- package/styles/appbar/fluent.css +7 -3
- package/styles/appbar/highcontrast-light.css +7 -3
- package/styles/appbar/highcontrast.css +7 -3
- package/styles/appbar/material-dark.css +7 -3
- package/styles/appbar/material.css +7 -3
- package/styles/appbar/material3-dark.css +307 -0
- package/styles/appbar/material3-dark.scss +2 -0
- package/styles/appbar/material3.css +363 -0
- package/styles/appbar/material3.scss +2 -0
- package/styles/appbar/tailwind-dark.css +7 -3
- package/styles/appbar/tailwind.css +7 -3
- package/styles/bootstrap-dark.css +185 -126
- package/styles/bootstrap.css +185 -126
- package/styles/bootstrap4.css +183 -124
- package/styles/bootstrap5-dark.css +179 -120
- package/styles/bootstrap5.css +179 -120
- package/styles/breadcrumb/bootstrap-dark.css +9 -9
- package/styles/breadcrumb/bootstrap.css +9 -9
- package/styles/breadcrumb/bootstrap4.css +9 -9
- package/styles/breadcrumb/bootstrap5-dark.css +8 -8
- package/styles/breadcrumb/bootstrap5.css +8 -8
- package/styles/breadcrumb/fabric-dark.css +7 -7
- package/styles/breadcrumb/fabric.css +7 -7
- package/styles/breadcrumb/fluent-dark.css +5 -5
- package/styles/breadcrumb/fluent.css +5 -5
- package/styles/breadcrumb/highcontrast-light.css +7 -7
- package/styles/breadcrumb/highcontrast.css +7 -7
- package/styles/breadcrumb/material-dark.css +9 -9
- package/styles/breadcrumb/material.css +9 -9
- package/styles/breadcrumb/material3-dark.css +424 -0
- package/styles/breadcrumb/material3-dark.scss +2 -0
- package/styles/breadcrumb/material3.css +480 -0
- package/styles/breadcrumb/material3.scss +2 -0
- package/styles/breadcrumb/tailwind-dark.css +8 -8
- package/styles/breadcrumb/tailwind.css +8 -8
- package/styles/carousel/bootstrap-dark.css +101 -62
- package/styles/carousel/bootstrap.css +101 -62
- package/styles/carousel/bootstrap4.css +101 -62
- package/styles/carousel/bootstrap5-dark.css +101 -62
- package/styles/carousel/bootstrap5.css +101 -62
- package/styles/carousel/fabric-dark.css +101 -62
- package/styles/carousel/fabric.css +101 -62
- package/styles/carousel/fluent-dark.css +101 -62
- package/styles/carousel/fluent.css +101 -62
- package/styles/carousel/highcontrast-light.css +101 -62
- package/styles/carousel/highcontrast.css +101 -62
- package/styles/carousel/material-dark.css +101 -62
- package/styles/carousel/material.css +101 -62
- package/styles/carousel/material3-dark.css +359 -0
- package/styles/carousel/material3-dark.scss +2 -0
- package/styles/carousel/material3.css +415 -0
- package/styles/carousel/material3.scss +2 -0
- package/styles/carousel/tailwind-dark.css +101 -62
- package/styles/carousel/tailwind.css +101 -62
- package/styles/context-menu/material3-dark.css +435 -0
- package/styles/context-menu/material3-dark.scss +2 -0
- package/styles/context-menu/material3.css +491 -0
- package/styles/context-menu/material3.scss +2 -0
- package/styles/fabric-dark.css +186 -127
- package/styles/fabric.css +185 -126
- package/styles/fluent-dark.css +179 -120
- package/styles/fluent.css +179 -120
- package/styles/h-scroll/material3-dark.css +336 -0
- package/styles/h-scroll/material3-dark.scss +2 -0
- package/styles/h-scroll/material3.css +392 -0
- package/styles/h-scroll/material3.scss +2 -0
- package/styles/highcontrast-light.css +178 -119
- package/styles/highcontrast.css +182 -123
- package/styles/material-dark.css +189 -130
- package/styles/material.css +188 -129
- package/styles/material3-dark.css +11015 -0
- package/styles/material3-dark.scss +14 -0
- package/styles/material3.css +11731 -0
- package/styles/material3.scss +14 -0
- package/styles/menu/bootstrap-dark.css +4 -0
- package/styles/menu/bootstrap.css +4 -0
- package/styles/menu/bootstrap4.css +4 -0
- package/styles/menu/bootstrap5-dark.css +4 -0
- package/styles/menu/bootstrap5.css +4 -0
- package/styles/menu/fabric-dark.css +4 -0
- package/styles/menu/fabric.css +4 -0
- package/styles/menu/fluent-dark.css +4 -0
- package/styles/menu/fluent.css +4 -0
- package/styles/menu/highcontrast-light.css +4 -0
- package/styles/menu/highcontrast.css +4 -0
- package/styles/menu/material-dark.css +4 -0
- package/styles/menu/material.css +4 -0
- package/styles/menu/material3-dark.css +1162 -0
- package/styles/menu/material3-dark.scss +2 -0
- package/styles/menu/material3.css +1218 -0
- package/styles/menu/material3.scss +2 -0
- package/styles/menu/tailwind-dark.css +4 -0
- package/styles/menu/tailwind.css +4 -0
- package/styles/pager/bootstrap-dark.css +15 -43
- package/styles/pager/bootstrap.css +15 -43
- package/styles/pager/bootstrap4.css +14 -42
- package/styles/pager/bootstrap5-dark.css +10 -38
- package/styles/pager/bootstrap5.css +10 -38
- package/styles/pager/fabric-dark.css +17 -45
- package/styles/pager/fabric.css +16 -44
- package/styles/pager/fluent-dark.css +14 -42
- package/styles/pager/fluent.css +14 -42
- package/styles/pager/highcontrast-light.css +10 -38
- package/styles/pager/highcontrast.css +14 -42
- package/styles/pager/material-dark.css +18 -46
- package/styles/pager/material.css +17 -45
- package/styles/pager/material3-dark.css +765 -0
- package/styles/pager/material3-dark.scss +2 -0
- package/styles/pager/material3.css +821 -0
- package/styles/pager/material3.scss +2 -0
- package/styles/pager/tailwind-dark.css +15 -43
- package/styles/pager/tailwind.css +15 -43
- package/styles/sidebar/material3-dark.css +204 -0
- package/styles/sidebar/material3-dark.scss +2 -0
- package/styles/sidebar/material3.css +260 -0
- package/styles/sidebar/material3.scss +2 -0
- package/styles/tab/bootstrap-dark.css +30 -7
- package/styles/tab/bootstrap.css +30 -7
- package/styles/tab/bootstrap4.css +30 -7
- package/styles/tab/bootstrap5-dark.css +30 -7
- package/styles/tab/bootstrap5.css +30 -7
- package/styles/tab/fabric-dark.css +30 -7
- package/styles/tab/fabric.css +30 -7
- package/styles/tab/fluent-dark.css +30 -7
- package/styles/tab/fluent.css +30 -7
- package/styles/tab/highcontrast-light.css +30 -7
- package/styles/tab/highcontrast.css +30 -7
- package/styles/tab/material-dark.css +30 -7
- package/styles/tab/material.css +30 -7
- package/styles/tab/material3-dark.css +4109 -0
- package/styles/tab/material3-dark.scss +2 -0
- package/styles/tab/material3.css +4165 -0
- package/styles/tab/material3.scss +2 -0
- package/styles/tab/tailwind-dark.css +29 -6
- package/styles/tab/tailwind.css +29 -6
- package/styles/tailwind-dark.css +185 -126
- package/styles/tailwind.css +185 -126
- package/styles/toolbar/bootstrap-dark.css +8 -1
- package/styles/toolbar/bootstrap.css +8 -1
- package/styles/toolbar/bootstrap4.css +8 -1
- package/styles/toolbar/bootstrap5-dark.css +8 -1
- package/styles/toolbar/bootstrap5.css +8 -1
- package/styles/toolbar/fabric-dark.css +10 -3
- package/styles/toolbar/fabric.css +10 -3
- package/styles/toolbar/fluent-dark.css +8 -1
- package/styles/toolbar/fluent.css +8 -1
- package/styles/toolbar/highcontrast-light.css +9 -2
- package/styles/toolbar/highcontrast.css +9 -2
- package/styles/toolbar/material-dark.css +10 -3
- package/styles/toolbar/material.css +10 -3
- package/styles/toolbar/material3-dark.css +1145 -0
- package/styles/toolbar/material3-dark.scss +2 -0
- package/styles/toolbar/material3.css +1201 -0
- package/styles/toolbar/material3.scss +2 -0
- package/styles/toolbar/tailwind-dark.css +11 -4
- package/styles/toolbar/tailwind.css +11 -4
- package/styles/treeview/material3-dark.css +903 -0
- package/styles/treeview/material3-dark.scss +2 -0
- package/styles/treeview/material3.css +959 -0
- package/styles/treeview/material3.scss +2 -0
- package/styles/v-scroll/material3-dark.css +258 -0
- package/styles/v-scroll/material3-dark.scss +2 -0
- package/styles/v-scroll/material3.css +314 -0
- package/styles/v-scroll/material3.scss +2 -0
|
@@ -88,7 +88,7 @@ var AccordionComponent = vueDefineComponent({
|
|
|
88
88
|
provide: function () { return { custom: this.custom }; },
|
|
89
89
|
data: function () {
|
|
90
90
|
return {
|
|
91
|
-
|
|
91
|
+
ej2Instance: new Accordion({}),
|
|
92
92
|
propKeys: properties,
|
|
93
93
|
models: modelProps,
|
|
94
94
|
hasChildDirective: true,
|
|
@@ -321,7 +321,7 @@ var ToolbarComponent = vueDefineComponent({
|
|
|
321
321
|
provide: function () { return { custom: this.custom }; },
|
|
322
322
|
data: function () {
|
|
323
323
|
return {
|
|
324
|
-
|
|
324
|
+
ej2Instance: new Toolbar({}),
|
|
325
325
|
propKeys: properties$1,
|
|
326
326
|
models: modelProps$1,
|
|
327
327
|
hasChildDirective: true,
|
|
@@ -455,7 +455,7 @@ var ContextMenuComponent = vueDefineComponent({
|
|
|
455
455
|
provide: function () { return { custom: this.custom }; },
|
|
456
456
|
data: function () {
|
|
457
457
|
return {
|
|
458
|
-
|
|
458
|
+
ej2Instance: new ContextMenu({}),
|
|
459
459
|
propKeys: properties$2,
|
|
460
460
|
models: modelProps$2,
|
|
461
461
|
hasChildDirective: false,
|
|
@@ -658,7 +658,7 @@ var BreadcrumbComponent = vueDefineComponent({
|
|
|
658
658
|
provide: function () { return { custom: this.custom }; },
|
|
659
659
|
data: function () {
|
|
660
660
|
return {
|
|
661
|
-
|
|
661
|
+
ej2Instance: new Breadcrumb({}),
|
|
662
662
|
propKeys: properties$3,
|
|
663
663
|
models: modelProps$3,
|
|
664
664
|
hasChildDirective: true,
|
|
@@ -847,7 +847,7 @@ var CarouselItemPlugin = {
|
|
|
847
847
|
}
|
|
848
848
|
};
|
|
849
849
|
|
|
850
|
-
var properties$4 = ['isLazyUpdate', 'plugins', 'animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width', 'slideChanged', 'slideChanging'];
|
|
850
|
+
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'];
|
|
851
851
|
var modelProps$4 = ['selectedIndex'];
|
|
852
852
|
var testProp$4 = getProps({ props: properties$4 });
|
|
853
853
|
var props$4 = testProp$4[0];
|
|
@@ -874,7 +874,7 @@ var CarouselComponent = vueDefineComponent({
|
|
|
874
874
|
provide: function () { return { custom: this.custom }; },
|
|
875
875
|
data: function () {
|
|
876
876
|
return {
|
|
877
|
-
|
|
877
|
+
ej2Instance: new Carousel({}),
|
|
878
878
|
propKeys: properties$4,
|
|
879
879
|
models: modelProps$4,
|
|
880
880
|
hasChildDirective: true,
|
|
@@ -1101,7 +1101,7 @@ var TabComponent = vueDefineComponent({
|
|
|
1101
1101
|
provide: function () { return { custom: this.custom }; },
|
|
1102
1102
|
data: function () {
|
|
1103
1103
|
return {
|
|
1104
|
-
|
|
1104
|
+
ej2Instance: new Tab({}),
|
|
1105
1105
|
propKeys: properties$5,
|
|
1106
1106
|
models: modelProps$5,
|
|
1107
1107
|
hasChildDirective: true,
|
|
@@ -1246,7 +1246,7 @@ var TreeViewComponent = vueDefineComponent({
|
|
|
1246
1246
|
provide: function () { return { custom: this.custom }; },
|
|
1247
1247
|
data: function () {
|
|
1248
1248
|
return {
|
|
1249
|
-
|
|
1249
|
+
ej2Instance: new TreeView({}),
|
|
1250
1250
|
propKeys: properties$6,
|
|
1251
1251
|
models: modelProps$6,
|
|
1252
1252
|
hasChildDirective: false,
|
|
@@ -1411,7 +1411,7 @@ var SidebarComponent = vueDefineComponent({
|
|
|
1411
1411
|
provide: function () { return { custom: this.custom }; },
|
|
1412
1412
|
data: function () {
|
|
1413
1413
|
return {
|
|
1414
|
-
|
|
1414
|
+
ej2Instance: new Sidebar({}),
|
|
1415
1415
|
propKeys: properties$7,
|
|
1416
1416
|
models: modelProps$7,
|
|
1417
1417
|
hasChildDirective: false,
|
|
@@ -1621,7 +1621,7 @@ var MenuComponent = vueDefineComponent({
|
|
|
1621
1621
|
provide: function () { return { custom: this.custom }; },
|
|
1622
1622
|
data: function () {
|
|
1623
1623
|
return {
|
|
1624
|
-
|
|
1624
|
+
ej2Instance: new Menu({}),
|
|
1625
1625
|
propKeys: properties$8,
|
|
1626
1626
|
models: modelProps$8,
|
|
1627
1627
|
hasChildDirective: true,
|
|
@@ -1766,7 +1766,7 @@ var AppBarComponent = vueDefineComponent({
|
|
|
1766
1766
|
provide: function () { return { custom: this.custom }; },
|
|
1767
1767
|
data: function () {
|
|
1768
1768
|
return {
|
|
1769
|
-
|
|
1769
|
+
ej2Instance: new AppBar({}),
|
|
1770
1770
|
propKeys: properties$9,
|
|
1771
1771
|
models: modelProps$9,
|
|
1772
1772
|
hasChildDirective: false,
|