@syncfusion/ej2-angular-navigations 20.1.61 → 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 (139) 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 +73 -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/utils/lib-details.d.ts +2 -2
  42. package/schematics/utils/lib-details.js +2 -2
  43. package/schematics/utils/lib-details.ts +2 -2
  44. package/styles/bootstrap-dark.css +743 -14
  45. package/styles/bootstrap-dark.scss +1 -0
  46. package/styles/bootstrap.css +744 -14
  47. package/styles/bootstrap.scss +1 -0
  48. package/styles/bootstrap4.css +745 -14
  49. package/styles/bootstrap4.scss +1 -0
  50. package/styles/bootstrap5-dark.css +789 -14
  51. package/styles/bootstrap5-dark.scss +1 -0
  52. package/styles/bootstrap5.css +789 -14
  53. package/styles/bootstrap5.scss +1 -0
  54. package/styles/breadcrumb/fluent-dark.css +5 -4
  55. package/styles/breadcrumb/fluent.css +5 -4
  56. package/styles/carousel/bootstrap-dark.css +23 -14
  57. package/styles/carousel/bootstrap.css +23 -14
  58. package/styles/carousel/bootstrap4.css +23 -14
  59. package/styles/carousel/bootstrap5-dark.css +23 -14
  60. package/styles/carousel/bootstrap5.css +23 -14
  61. package/styles/carousel/fabric-dark.css +23 -14
  62. package/styles/carousel/fabric.css +23 -14
  63. package/styles/carousel/fluent-dark.css +23 -14
  64. package/styles/carousel/fluent.css +23 -14
  65. package/styles/carousel/highcontrast-light.css +23 -14
  66. package/styles/carousel/highcontrast.css +23 -14
  67. package/styles/carousel/material-dark.css +23 -14
  68. package/styles/carousel/material.css +23 -14
  69. package/styles/carousel/tailwind-dark.css +23 -14
  70. package/styles/carousel/tailwind.css +23 -14
  71. package/styles/context-menu/bootstrap-dark.css +33 -0
  72. package/styles/context-menu/bootstrap.css +34 -0
  73. package/styles/context-menu/bootstrap4.css +34 -0
  74. package/styles/context-menu/bootstrap5-dark.css +44 -0
  75. package/styles/context-menu/bootstrap5.css +44 -0
  76. package/styles/context-menu/fabric-dark.css +33 -0
  77. package/styles/context-menu/fabric.css +34 -0
  78. package/styles/context-menu/fluent-dark.css +44 -0
  79. package/styles/context-menu/fluent.css +44 -0
  80. package/styles/context-menu/highcontrast-light.css +33 -0
  81. package/styles/context-menu/highcontrast.css +34 -0
  82. package/styles/context-menu/material-dark.css +51 -0
  83. package/styles/context-menu/material.css +53 -0
  84. package/styles/context-menu/tailwind-dark.css +44 -0
  85. package/styles/context-menu/tailwind.css +44 -0
  86. package/styles/fabric-dark.css +743 -14
  87. package/styles/fabric-dark.scss +1 -0
  88. package/styles/fabric.css +744 -14
  89. package/styles/fabric.scss +1 -0
  90. package/styles/fluent-dark.css +762 -19
  91. package/styles/fluent-dark.scss +1 -0
  92. package/styles/fluent.css +762 -19
  93. package/styles/fluent.scss +1 -0
  94. package/styles/highcontrast-light.css +743 -14
  95. package/styles/highcontrast-light.scss +1 -0
  96. package/styles/highcontrast.css +744 -14
  97. package/styles/highcontrast.scss +1 -0
  98. package/styles/material-dark.css +762 -15
  99. package/styles/material-dark.scss +1 -0
  100. package/styles/material.css +763 -14
  101. package/styles/material.scss +1 -0
  102. package/styles/menu/bootstrap4.css +1 -0
  103. package/styles/menu/fluent-dark.css +1 -1
  104. package/styles/menu/fluent.css +1 -1
  105. package/styles/pager/bootstrap-dark.css +686 -0
  106. package/styles/pager/bootstrap-dark.scss +1 -0
  107. package/styles/pager/bootstrap.css +686 -0
  108. package/styles/pager/bootstrap.scss +1 -0
  109. package/styles/pager/bootstrap4.css +686 -0
  110. package/styles/pager/bootstrap4.scss +1 -0
  111. package/styles/pager/bootstrap5-dark.css +721 -0
  112. package/styles/pager/bootstrap5-dark.scss +1 -0
  113. package/styles/pager/bootstrap5.css +721 -0
  114. package/styles/pager/bootstrap5.scss +1 -0
  115. package/styles/pager/fabric-dark.css +686 -0
  116. package/styles/pager/fabric-dark.scss +1 -0
  117. package/styles/pager/fabric.css +686 -0
  118. package/styles/pager/fabric.scss +1 -0
  119. package/styles/pager/fluent-dark.css +688 -0
  120. package/styles/pager/fluent-dark.scss +1 -0
  121. package/styles/pager/fluent.css +688 -0
  122. package/styles/pager/fluent.scss +1 -0
  123. package/styles/pager/highcontrast-light.css +686 -0
  124. package/styles/pager/highcontrast-light.scss +1 -0
  125. package/styles/pager/highcontrast.css +686 -0
  126. package/styles/pager/highcontrast.scss +1 -0
  127. package/styles/pager/material-dark.css +687 -0
  128. package/styles/pager/material-dark.scss +1 -0
  129. package/styles/pager/material.css +687 -0
  130. package/styles/pager/material.scss +1 -0
  131. package/styles/pager/tailwind-dark.css +813 -0
  132. package/styles/pager/tailwind-dark.scss +1 -0
  133. package/styles/pager/tailwind.css +813 -0
  134. package/styles/pager/tailwind.scss +1 -0
  135. package/styles/tab/material-dark.css +1 -1
  136. package/styles/tailwind-dark.css +882 -15
  137. package/styles/tailwind-dark.scss +1 -0
  138. package/styles/tailwind.css +882 -15
  139. package/styles/tailwind.scss +1 -0
@@ -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,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^20.1.60";
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.60";
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.60';
4
+ exports.pkgVer = '^19.45.0';
5
5
  exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule';
6
- exports.themeVer = '~20.1.60';
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.60';
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.60';
4
+ export const themeVer = '~19.45.0';