@syncfusion/ej2-angular-navigations 20.1.58 → 20.2.36-ngcc

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 (150) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +2 -2
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/CHANGELOG.md +89 -0
  6. package/dist/ej2-angular-navigations.umd.js +2 -3
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -1
  8. package/dist/ej2-angular-navigations.umd.min.js +2 -2
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
  10. package/ej2-angular-navigations.metadata.json +1 -1
  11. package/package.json +8 -8
  12. package/schematics/generators/accordion-default/schema.json +3 -2
  13. package/schematics/generators/accordion-html-template/schema.json +3 -2
  14. package/schematics/generators/accordion-multiple-expand/schema.json +3 -2
  15. package/schematics/generators/accordion-nested/schema.json +3 -2
  16. package/schematics/generators/contextmenu-default/schema.json +3 -2
  17. package/schematics/generators/menu-default/schema.json +3 -2
  18. package/schematics/generators/sidebar-backdrop/schema.json +3 -2
  19. package/schematics/generators/sidebar-dock/schema.json +3 -2
  20. package/schematics/generators/sidebar-target/schema.json +3 -2
  21. package/schematics/generators/sidebar-types/schema.json +3 -2
  22. package/schematics/generators/tab-html-template/schema.json +3 -2
  23. package/schematics/generators/tab-icon/schema.json +3 -2
  24. package/schematics/generators/tab-nested/schema.json +3 -2
  25. package/schematics/generators/tab-popup/schema.json +3 -2
  26. package/schematics/generators/tab-scrollable/schema.json +3 -2
  27. package/schematics/generators/tab-vertical/schema.json +3 -2
  28. package/schematics/generators/toolbar-alignment/schema.json +3 -2
  29. package/schematics/generators/toolbar-extended/schema.json +3 -2
  30. package/schematics/generators/toolbar-html-template/schema.json +3 -2
  31. package/schematics/generators/toolbar-multi-row/schema.json +3 -2
  32. package/schematics/generators/toolbar-popup/schema.json +3 -2
  33. package/schematics/generators/toolbar-scrollable/schema.json +3 -2
  34. package/schematics/generators/treeview-checkbox/schema.json +3 -2
  35. package/schematics/generators/treeview-default/schema.json +3 -2
  36. package/schematics/generators/treeview-draganddrop/schema.json +3 -2
  37. package/schematics/generators/treeview-multiselection/schema.json +3 -2
  38. package/schematics/generators/treeview-nodeediting/schema.json +3 -2
  39. package/schematics/generators/treeview-remotedata/schema.json +3 -2
  40. package/schematics/generators/treeview-treetemplate/schema.json +3 -2
  41. package/schematics/ng-add/schema.json +1 -1
  42. package/schematics/utils/lib-details.d.ts +2 -2
  43. package/schematics/utils/lib-details.js +2 -2
  44. package/schematics/utils/lib-details.ts +2 -2
  45. package/styles/bootstrap-dark.css +744 -16
  46. package/styles/bootstrap-dark.scss +1 -0
  47. package/styles/bootstrap.css +748 -23
  48. package/styles/bootstrap.scss +1 -0
  49. package/styles/bootstrap4.css +748 -20
  50. package/styles/bootstrap4.scss +1 -0
  51. package/styles/bootstrap5-dark.css +793 -21
  52. package/styles/bootstrap5-dark.scss +1 -0
  53. package/styles/bootstrap5.css +793 -21
  54. package/styles/bootstrap5.scss +1 -0
  55. package/styles/breadcrumb/fluent-dark.css +5 -4
  56. package/styles/breadcrumb/fluent.css +5 -4
  57. package/styles/carousel/bootstrap-dark.css +24 -16
  58. package/styles/carousel/bootstrap.css +24 -16
  59. package/styles/carousel/bootstrap4.css +24 -16
  60. package/styles/carousel/bootstrap5-dark.css +24 -16
  61. package/styles/carousel/bootstrap5.css +24 -16
  62. package/styles/carousel/fabric-dark.css +24 -16
  63. package/styles/carousel/fabric.css +24 -16
  64. package/styles/carousel/fluent-dark.css +24 -16
  65. package/styles/carousel/fluent.css +24 -16
  66. package/styles/carousel/highcontrast-light.css +24 -16
  67. package/styles/carousel/highcontrast.css +24 -16
  68. package/styles/carousel/material-dark.css +24 -16
  69. package/styles/carousel/material.css +24 -16
  70. package/styles/carousel/tailwind-dark.css +24 -16
  71. package/styles/carousel/tailwind.css +24 -16
  72. package/styles/context-menu/bootstrap-dark.css +33 -0
  73. package/styles/context-menu/bootstrap.css +34 -0
  74. package/styles/context-menu/bootstrap4.css +34 -0
  75. package/styles/context-menu/bootstrap5-dark.css +44 -0
  76. package/styles/context-menu/bootstrap5.css +44 -0
  77. package/styles/context-menu/fabric-dark.css +33 -0
  78. package/styles/context-menu/fabric.css +34 -0
  79. package/styles/context-menu/fluent-dark.css +44 -0
  80. package/styles/context-menu/fluent.css +44 -0
  81. package/styles/context-menu/highcontrast-light.css +33 -0
  82. package/styles/context-menu/highcontrast.css +34 -0
  83. package/styles/context-menu/material-dark.css +51 -0
  84. package/styles/context-menu/material.css +53 -0
  85. package/styles/context-menu/tailwind-dark.css +44 -0
  86. package/styles/context-menu/tailwind.css +44 -0
  87. package/styles/fabric-dark.css +744 -16
  88. package/styles/fabric-dark.scss +1 -0
  89. package/styles/fabric.css +745 -16
  90. package/styles/fabric.scss +1 -0
  91. package/styles/fluent-dark.css +763 -21
  92. package/styles/fluent-dark.scss +1 -0
  93. package/styles/fluent.css +763 -21
  94. package/styles/fluent.scss +1 -0
  95. package/styles/highcontrast-light.css +744 -16
  96. package/styles/highcontrast-light.scss +1 -0
  97. package/styles/highcontrast.css +745 -16
  98. package/styles/highcontrast.scss +1 -0
  99. package/styles/material-dark.css +763 -17
  100. package/styles/material-dark.scss +1 -0
  101. package/styles/material.css +764 -16
  102. package/styles/material.scss +1 -0
  103. package/styles/menu/bootstrap.css +1 -2
  104. package/styles/menu/bootstrap4.css +2 -2
  105. package/styles/menu/fluent-dark.css +1 -1
  106. package/styles/menu/fluent.css +1 -1
  107. package/styles/pager/bootstrap-dark.css +686 -0
  108. package/styles/pager/bootstrap-dark.scss +1 -0
  109. package/styles/pager/bootstrap.css +686 -0
  110. package/styles/pager/bootstrap.scss +1 -0
  111. package/styles/pager/bootstrap4.css +686 -0
  112. package/styles/pager/bootstrap4.scss +1 -0
  113. package/styles/pager/bootstrap5-dark.css +721 -0
  114. package/styles/pager/bootstrap5-dark.scss +1 -0
  115. package/styles/pager/bootstrap5.css +721 -0
  116. package/styles/pager/bootstrap5.scss +1 -0
  117. package/styles/pager/fabric-dark.css +686 -0
  118. package/styles/pager/fabric-dark.scss +1 -0
  119. package/styles/pager/fabric.css +686 -0
  120. package/styles/pager/fabric.scss +1 -0
  121. package/styles/pager/fluent-dark.css +688 -0
  122. package/styles/pager/fluent-dark.scss +1 -0
  123. package/styles/pager/fluent.css +688 -0
  124. package/styles/pager/fluent.scss +1 -0
  125. package/styles/pager/highcontrast-light.css +686 -0
  126. package/styles/pager/highcontrast-light.scss +1 -0
  127. package/styles/pager/highcontrast.css +686 -0
  128. package/styles/pager/highcontrast.scss +1 -0
  129. package/styles/pager/material-dark.css +687 -0
  130. package/styles/pager/material-dark.scss +1 -0
  131. package/styles/pager/material.css +687 -0
  132. package/styles/pager/material.scss +1 -0
  133. package/styles/pager/tailwind-dark.css +813 -0
  134. package/styles/pager/tailwind-dark.scss +1 -0
  135. package/styles/pager/tailwind.css +813 -0
  136. package/styles/pager/tailwind.scss +1 -0
  137. package/styles/tab/bootstrap.css +1 -2
  138. package/styles/tab/bootstrap5-dark.css +1 -2
  139. package/styles/tab/bootstrap5.css +1 -2
  140. package/styles/tab/material-dark.css +1 -1
  141. package/styles/tailwind-dark.css +883 -17
  142. package/styles/tailwind-dark.scss +1 -0
  143. package/styles/tailwind.css +883 -17
  144. package/styles/tailwind.scss +1 -0
  145. package/styles/toolbar/bootstrap.css +1 -3
  146. package/styles/toolbar/bootstrap4.css +1 -2
  147. package/styles/toolbar/bootstrap5-dark.css +1 -2
  148. package/styles/toolbar/bootstrap5.css +1 -2
  149. package/styles/treeview/bootstrap5-dark.css +1 -1
  150. package/styles/treeview/bootstrap5.css +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "tab-scrollable",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "tab-scrollable",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "tab-scrollable"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "tab-vertical",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "tab-vertical",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "tab-vertical"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "toolbar-alignment",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "toolbar-alignment",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "toolbar-alignment"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "toolbar-extended",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "toolbar-extended",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "toolbar-extended"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "toolbar-html-template",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "toolbar-html-template",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "toolbar-html-template"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "toolbar-multi-row",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "toolbar-multi-row",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "toolbar-multi-row"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "toolbar-popup",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "toolbar-popup",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "toolbar-popup"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "toolbar-scrollable",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "toolbar-scrollable",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "toolbar-scrollable"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "treeview-checkbox",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "treeview-checkbox",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "treeview-checkbox"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "treeview-default",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "treeview-default",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "treeview-default"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "treeview-draganddrop",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "treeview-draganddrop",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "treeview-draganddrop"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "treeview-multiselection",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "treeview-multiselection",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "treeview-multiselection"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "treeview-nodeediting",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "treeview-nodeediting",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "treeview-nodeediting"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "treeview-remotedata",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "treeview-remotedata",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "treeview-remotedata"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "treeview-treetemplate",
3
+ "$id": "EJ2SchemaTemplateID",
4
4
  "title": "treeview-treetemplate",
5
5
  "type": "object",
6
6
  "properties": {
@@ -120,5 +120,6 @@
120
120
  },
121
121
  "required": [
122
122
  "name"
123
- ]
123
+ ],
124
+ "id": "treeview-treetemplate"
124
125
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/schema",
3
- "id": "ngAdd",
3
+ "$id": "ngAdd",
4
4
  "title": "Add Essential JS 2 Angular packages",
5
5
  "type": "object",
6
6
  "properties": {
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^20.1.57";
2
+ export declare const pkgVer = "^19.45.0";
3
3
  export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule";
4
- export declare const themeVer = "~20.1.57";
4
+ export declare const themeVer = "~19.45.0";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-navigations';
4
- exports.pkgVer = '^20.1.57';
4
+ exports.pkgVer = '^19.45.0';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
6
- exports.themeVer = '~20.1.57';
6
+ exports.themeVer = '~19.45.0';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^20.1.57';
2
+ export const pkgVer = '^19.45.0';
3
3
  export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
4
- export const themeVer = '~20.1.57';
4
+ export const themeVer = '~19.45.0';