@syncfusion/ej2-vue-navigations 21.2.8 → 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 +29 -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
|
@@ -87,7 +87,7 @@ let AccordionComponent = vueDefineComponent({
|
|
|
87
87
|
provide() { return { custom: this.custom }; },
|
|
88
88
|
data() {
|
|
89
89
|
return {
|
|
90
|
-
|
|
90
|
+
ej2Instance: new Accordion({}),
|
|
91
91
|
propKeys: properties,
|
|
92
92
|
models: modelProps,
|
|
93
93
|
hasChildDirective: true,
|
|
@@ -316,7 +316,7 @@ let ToolbarComponent = vueDefineComponent({
|
|
|
316
316
|
provide() { return { custom: this.custom }; },
|
|
317
317
|
data() {
|
|
318
318
|
return {
|
|
319
|
-
|
|
319
|
+
ej2Instance: new Toolbar({}),
|
|
320
320
|
propKeys: properties$1,
|
|
321
321
|
models: modelProps$1,
|
|
322
322
|
hasChildDirective: true,
|
|
@@ -446,7 +446,7 @@ let ContextMenuComponent = vueDefineComponent({
|
|
|
446
446
|
provide() { return { custom: this.custom }; },
|
|
447
447
|
data() {
|
|
448
448
|
return {
|
|
449
|
-
|
|
449
|
+
ej2Instance: new ContextMenu({}),
|
|
450
450
|
propKeys: properties$2,
|
|
451
451
|
models: modelProps$2,
|
|
452
452
|
hasChildDirective: false,
|
|
@@ -645,7 +645,7 @@ let BreadcrumbComponent = vueDefineComponent({
|
|
|
645
645
|
provide() { return { custom: this.custom }; },
|
|
646
646
|
data() {
|
|
647
647
|
return {
|
|
648
|
-
|
|
648
|
+
ej2Instance: new Breadcrumb({}),
|
|
649
649
|
propKeys: properties$3,
|
|
650
650
|
models: modelProps$3,
|
|
651
651
|
hasChildDirective: true,
|
|
@@ -831,7 +831,7 @@ const CarouselItemPlugin = {
|
|
|
831
831
|
}
|
|
832
832
|
};
|
|
833
833
|
|
|
834
|
-
const 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'];
|
|
834
|
+
const 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'];
|
|
835
835
|
const modelProps$4 = ['selectedIndex'];
|
|
836
836
|
const testProp$4 = getProps({ props: properties$4 });
|
|
837
837
|
const props$4 = testProp$4[0];
|
|
@@ -857,7 +857,7 @@ let CarouselComponent = vueDefineComponent({
|
|
|
857
857
|
provide() { return { custom: this.custom }; },
|
|
858
858
|
data() {
|
|
859
859
|
return {
|
|
860
|
-
|
|
860
|
+
ej2Instance: new Carousel({}),
|
|
861
861
|
propKeys: properties$4,
|
|
862
862
|
models: modelProps$4,
|
|
863
863
|
hasChildDirective: true,
|
|
@@ -1080,7 +1080,7 @@ let TabComponent = vueDefineComponent({
|
|
|
1080
1080
|
provide() { return { custom: this.custom }; },
|
|
1081
1081
|
data() {
|
|
1082
1082
|
return {
|
|
1083
|
-
|
|
1083
|
+
ej2Instance: new Tab({}),
|
|
1084
1084
|
propKeys: properties$5,
|
|
1085
1085
|
models: modelProps$5,
|
|
1086
1086
|
hasChildDirective: true,
|
|
@@ -1221,7 +1221,7 @@ let TreeViewComponent = vueDefineComponent({
|
|
|
1221
1221
|
provide() { return { custom: this.custom }; },
|
|
1222
1222
|
data() {
|
|
1223
1223
|
return {
|
|
1224
|
-
|
|
1224
|
+
ej2Instance: new TreeView({}),
|
|
1225
1225
|
propKeys: properties$6,
|
|
1226
1226
|
models: modelProps$6,
|
|
1227
1227
|
hasChildDirective: false,
|
|
@@ -1382,7 +1382,7 @@ let SidebarComponent = vueDefineComponent({
|
|
|
1382
1382
|
provide() { return { custom: this.custom }; },
|
|
1383
1383
|
data() {
|
|
1384
1384
|
return {
|
|
1385
|
-
|
|
1385
|
+
ej2Instance: new Sidebar({}),
|
|
1386
1386
|
propKeys: properties$7,
|
|
1387
1387
|
models: modelProps$7,
|
|
1388
1388
|
hasChildDirective: false,
|
|
@@ -1588,7 +1588,7 @@ let MenuComponent = vueDefineComponent({
|
|
|
1588
1588
|
provide() { return { custom: this.custom }; },
|
|
1589
1589
|
data() {
|
|
1590
1590
|
return {
|
|
1591
|
-
|
|
1591
|
+
ej2Instance: new Menu({}),
|
|
1592
1592
|
propKeys: properties$8,
|
|
1593
1593
|
models: modelProps$8,
|
|
1594
1594
|
hasChildDirective: true,
|
|
@@ -1729,7 +1729,7 @@ let AppBarComponent = vueDefineComponent({
|
|
|
1729
1729
|
provide() { return { custom: this.custom }; },
|
|
1730
1730
|
data() {
|
|
1731
1731
|
return {
|
|
1732
|
-
|
|
1732
|
+
ej2Instance: new AppBar({}),
|
|
1733
1733
|
propKeys: properties$9,
|
|
1734
1734
|
models: modelProps$9,
|
|
1735
1735
|
hasChildDirective: false,
|