@syncfusion/ej2-navigations 24.2.4 → 25.1.35

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 (137) hide show
  1. package/CHANGELOG.md +4 -34
  2. package/dist/ej2-navigations.min.js +2 -2
  3. package/dist/ej2-navigations.umd.min.js +2 -2
  4. package/dist/ej2-navigations.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-navigations.es2015.js +154 -138
  6. package/dist/es6/ej2-navigations.es2015.js.map +1 -1
  7. package/dist/es6/ej2-navigations.es5.js +154 -138
  8. package/dist/es6/ej2-navigations.es5.js.map +1 -1
  9. package/dist/global/ej2-navigations.min.js +2 -2
  10. package/dist/global/ej2-navigations.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +12 -12
  13. package/src/accordion/accordion-model.d.ts +3 -2
  14. package/src/accordion/accordion.d.ts +3 -2
  15. package/src/accordion/accordion.js +7 -7
  16. package/src/breadcrumb/breadcrumb.js +2 -1
  17. package/src/common/menu-base-model.d.ts +3 -2
  18. package/src/common/menu-base.d.ts +3 -2
  19. package/src/common/menu-base.js +101 -101
  20. package/src/menu/menu-model.d.ts +3 -2
  21. package/src/menu/menu.d.ts +3 -2
  22. package/src/menu/menu.js +1 -1
  23. package/src/stepper/stepper.js +1 -2
  24. package/src/tab/tab-model.d.ts +7 -21
  25. package/src/tab/tab.d.ts +7 -21
  26. package/src/tab/tab.js +5 -5
  27. package/src/toolbar/toolbar.js +25 -7
  28. package/src/treeview/treeview-model.d.ts +4 -7
  29. package/src/treeview/treeview.d.ts +3 -3
  30. package/src/treeview/treeview.js +14 -16
  31. package/styles/accordion/_bds-definition.scss +180 -0
  32. package/styles/accordion/_material-definition.scss +1 -1
  33. package/styles/accordion/icons/_bds.scss +17 -0
  34. package/styles/accordion/material.css +1 -1
  35. package/styles/appbar/_bds-definition.scss +27 -0
  36. package/styles/bootstrap-dark.css +38 -8
  37. package/styles/bootstrap.css +34 -4
  38. package/styles/bootstrap4.css +38 -8
  39. package/styles/bootstrap5-dark.css +34 -4
  40. package/styles/bootstrap5.css +34 -4
  41. package/styles/breadcrumb/_bds-definition.scss +60 -0
  42. package/styles/breadcrumb/icons/_bds.scss +25 -0
  43. package/styles/carousel/_bds-definition.scss +27 -0
  44. package/styles/carousel/_layout.scss +5 -0
  45. package/styles/carousel/bootstrap-dark.css +6 -0
  46. package/styles/carousel/bootstrap.css +6 -0
  47. package/styles/carousel/bootstrap4.css +6 -0
  48. package/styles/carousel/bootstrap5-dark.css +6 -0
  49. package/styles/carousel/bootstrap5.css +6 -0
  50. package/styles/carousel/fabric-dark.css +6 -0
  51. package/styles/carousel/fabric.css +6 -0
  52. package/styles/carousel/fluent-dark.css +6 -0
  53. package/styles/carousel/fluent.css +6 -0
  54. package/styles/carousel/highcontrast-light.css +6 -0
  55. package/styles/carousel/highcontrast.css +6 -0
  56. package/styles/carousel/icons/_bds.scss +30 -0
  57. package/styles/carousel/material-dark.css +6 -0
  58. package/styles/carousel/material.css +6 -0
  59. package/styles/carousel/material3-dark.css +6 -0
  60. package/styles/carousel/material3.css +6 -0
  61. package/styles/carousel/tailwind-dark.css +6 -0
  62. package/styles/carousel/tailwind.css +6 -0
  63. package/styles/context-menu/_bds-definition.scss +65 -0
  64. package/styles/context-menu/icons/_bds.scss +33 -0
  65. package/styles/fabric-dark.css +34 -4
  66. package/styles/fabric.css +34 -4
  67. package/styles/fluent-dark.css +45 -15
  68. package/styles/fluent.css +45 -15
  69. package/styles/h-scroll/_bds-definition.scss +83 -0
  70. package/styles/h-scroll/icons/_bds.scss +49 -0
  71. package/styles/highcontrast-light.css +34 -4
  72. package/styles/highcontrast.css +34 -4
  73. package/styles/material-dark.css +34 -4
  74. package/styles/material.css +35 -5
  75. package/styles/material3-dark.css +34 -4
  76. package/styles/material3.css +34 -4
  77. package/styles/menu/_bds-definition.scss +66 -0
  78. package/styles/menu/icons/_bds.scss +134 -0
  79. package/styles/pager/_bds-definition.scss +152 -0
  80. package/styles/pager/icons/_bds.scss +50 -0
  81. package/styles/sidebar/_bds-definition.scss +45 -0
  82. package/styles/stepper/_bds-definition.scss +79 -0
  83. package/styles/stepper/_layout.scss +1 -0
  84. package/styles/stepper/bootstrap-dark.css +3 -0
  85. package/styles/stepper/bootstrap.css +3 -0
  86. package/styles/stepper/bootstrap4.css +3 -0
  87. package/styles/stepper/bootstrap5-dark.css +3 -0
  88. package/styles/stepper/bootstrap5.css +3 -0
  89. package/styles/stepper/fabric-dark.css +3 -0
  90. package/styles/stepper/fabric.css +3 -0
  91. package/styles/stepper/fluent-dark.css +3 -0
  92. package/styles/stepper/fluent.css +3 -0
  93. package/styles/stepper/highcontrast-light.css +3 -0
  94. package/styles/stepper/highcontrast.css +3 -0
  95. package/styles/stepper/icons/_bds.scss +5 -0
  96. package/styles/stepper/material-dark.css +3 -0
  97. package/styles/stepper/material.css +3 -0
  98. package/styles/stepper/material3-dark.css +3 -0
  99. package/styles/stepper/material3.css +3 -0
  100. package/styles/stepper/tailwind-dark.css +3 -0
  101. package/styles/stepper/tailwind.css +3 -0
  102. package/styles/tab/_bds-definition.scss +701 -0
  103. package/styles/tab/icons/_bds.scss +92 -0
  104. package/styles/tailwind-dark.css +36 -6
  105. package/styles/tailwind.css +34 -4
  106. package/styles/toolbar/_bds-definition.scss +215 -0
  107. package/styles/toolbar/_bootstrap-dark-definition.scss +3 -3
  108. package/styles/toolbar/_bootstrap4-definition.scss +3 -3
  109. package/styles/toolbar/_fluent-definition.scss +3 -3
  110. package/styles/toolbar/_layout.scss +39 -5
  111. package/styles/toolbar/bootstrap-dark.css +29 -8
  112. package/styles/toolbar/bootstrap.css +25 -4
  113. package/styles/toolbar/bootstrap4.css +29 -8
  114. package/styles/toolbar/bootstrap5-dark.css +25 -4
  115. package/styles/toolbar/bootstrap5.css +25 -4
  116. package/styles/toolbar/fabric-dark.css +25 -4
  117. package/styles/toolbar/fabric.css +25 -4
  118. package/styles/toolbar/fluent-dark.css +36 -15
  119. package/styles/toolbar/fluent.css +36 -15
  120. package/styles/toolbar/highcontrast-light.css +25 -4
  121. package/styles/toolbar/highcontrast.css +25 -4
  122. package/styles/toolbar/icons/_bds.scss +16 -0
  123. package/styles/toolbar/material-dark.css +25 -4
  124. package/styles/toolbar/material.css +25 -4
  125. package/styles/toolbar/material3-dark.css +25 -4
  126. package/styles/toolbar/material3.css +25 -4
  127. package/styles/toolbar/tailwind-dark.css +25 -4
  128. package/styles/toolbar/tailwind.css +25 -4
  129. package/styles/treeview/_bds-definition.scss +132 -0
  130. package/styles/treeview/_tailwind-definition.scss +1 -1
  131. package/styles/treeview/_theme.scss +1 -1
  132. package/styles/treeview/icons/_bds.scss +43 -0
  133. package/styles/treeview/tailwind-dark.css +2 -2
  134. package/styles/v-scroll/_bds-definition.scss +49 -0
  135. package/styles/v-scroll/icons/_bds.scss +27 -0
  136. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -63
  137. package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -39
@@ -0,0 +1,79 @@
1
+ $stepper-ol-padding: 0 !default;
2
+ $stepper-step-radius: 9999px !default;
3
+ $stepper-step-width: 32px !default;
4
+ $stepper-icon-size: 16px !default;
5
+ $stepper-progress-bar-height: 1.6px !default;
6
+ $stepper-progress-value-height: 100% !default;
7
+ $stepper-progress-position: 50% !default;
8
+ $stepper-temp-outline-width: 2px solid !default;
9
+ $stepper-label-top: 1em !default;
10
+ $stepper-label-bottom: 4.5em !default;
11
+ $stepper-label-position: 2.5em !default;
12
+ $stepper-validation-position: .25em !default;
13
+ $stepper-text-padding: 0 6px !default;
14
+ $stepper-icon-text-padding: 0 8px !default;
15
+ $stepper-text-vert-padding: 6px 0 !default;
16
+ $stepper-text-radius: 15px !default;
17
+ $stepper-text-block: 5px !default;
18
+ $stepper-optional-top: 2em !default;
19
+ $stepper-label-optional: 3em !default;
20
+ $stepper-top-label-optional: 3.5em !default;
21
+ $stepper-text-postion: 10px !default;
22
+ $stepper-icon-padding: 0 3px 0 4px !default;
23
+ $stepper-optional-size: 12px !default;
24
+ $step-border: 2px solid !default;
25
+ $stepper-label-order: -1 !default;
26
+ $stepper-font-weight: 600 !default;
27
+ $stepper-text-size: 14px !default;
28
+ $stepper-tooltip-tip-bottom-height: 8px !default;
29
+
30
+ $stepper-small-step-width: 28px !default;
31
+ $stepper-small-icon-size: 14px !default;
32
+ $stepper-small-optional-size: 10px !default;
33
+ $stepper-small-text-size: 12px !default;
34
+
35
+ $stepper-bigger-step-width: 40px !default;
36
+ $stepper-bigger-icon-size: 18px !default;
37
+ $stepper-bigger-optional-size: 14px !default;
38
+ $stepper-bigger-text-size: 16px !default;
39
+
40
+ $stepper-bigger-small-step-width: 36px !default;
41
+ $stepper-bigger-small-icon-size: 16px !default;
42
+ $stepper-bigger-small-optional-size: 12px !default;
43
+ $stepper-bigger-small-text-size: 14px !default;
44
+
45
+ $step-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $primary, 0 0 0 8px $content-bg-color !default;
46
+ $step-keyboard-selected-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $content-text-color, 0 0 0 8px $content-bg-color !default;
47
+ $step-valid-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $success-border-color, 0 0 0 8px $content-bg-color !default;
48
+ $step-error-li-shadow: 0 0 0 2px $content-bg-color, 0 0 0 4px $border-error, 0 0 0 8px $content-bg-color !default;
49
+ $step-li-shadow: 0 0 0 8px $content-bg-color !default;
50
+
51
+ $step-border-color: $border !default;
52
+ $step-hover-text-color: $primary-text-color !default;
53
+ $step-hover-not-text-color: $content-text-color-alt2 !default;
54
+ $step-hover-border-color: $border-dark !default;
55
+ $step-active-border-color: $border-dark !default;
56
+ $stepper-outline-color: $content-bg-color !default;
57
+ $step-color: $content-text-color-alt2 !default;
58
+ $step-optional-color: $content-text-color-alt2 !default;
59
+ $step-bg-color: $content-bg-color !default;
60
+ $step-completed-color: $primary-text-color !default;
61
+ $step-completed-bg-color: $primary !default;
62
+ $step-progress-bg-color: $border !default;
63
+ $step-progress-value-bg-color: $primary !default;
64
+ $step-disabled-bg-color: $border-light !default;
65
+ $step-disabled-font-color: $content-text-color-disabled !default;
66
+ $step-disabled-color: $content-text-color-disabled !default;
67
+ $stepper-text-color: $content-text-color !default;
68
+ $step-valid-icon-only-color: $success-border-color !default;
69
+ $step-error-icon-only-color: $border-error !default;
70
+ $step-valid-completed-color: $primary-text-color !default;
71
+ $step-valid-completed-bg-color: $success-border-color !default;
72
+ $step-error-icon-color: $primary-text-color !default;
73
+ $step-error-completed-color: $border-error !default;
74
+ $step-error-completed-bg-color: $border-error !default;
75
+ $step-indicator-color: $content-bg-color !default;
76
+ $step-hover-color: $content-bg-color !default;
77
+ $step-active-color: $content-bg-color !default;
78
+ $step-selected-hover-color: $primary-bg-color-hover !default;
79
+ $step-selected-active-color: $primary-bg-color-pressed !default;
@@ -89,6 +89,7 @@
89
89
  }
90
90
 
91
91
  &.e-horizontal {
92
+ display: block;
92
93
  .e-stepper-steps {
93
94
  flex-direction: row;
94
95
  }
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -0,0 +1,5 @@
1
+ @include export-module('stepper-bds-icons') {
2
+ .e-step-indicator::before {
3
+ content: '\e8db';
4
+ }
5
+ }
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -142,6 +142,9 @@
142
142
  -ms-flex-direction: column;
143
143
  flex-direction: column;
144
144
  }
145
+ .e-stepper.e-horizontal {
146
+ display: block;
147
+ }
145
148
  .e-stepper.e-horizontal .e-stepper-steps {
146
149
  -ms-flex-direction: row;
147
150
  flex-direction: row;
@@ -198,6 +198,9 @@
198
198
  -ms-flex-direction: column;
199
199
  flex-direction: column;
200
200
  }
201
+ .e-stepper.e-horizontal {
202
+ display: block;
203
+ }
201
204
  .e-stepper.e-horizontal .e-stepper-steps {
202
205
  -ms-flex-direction: row;
203
206
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;
@@ -87,6 +87,9 @@
87
87
  -ms-flex-direction: column;
88
88
  flex-direction: column;
89
89
  }
90
+ .e-stepper.e-horizontal {
91
+ display: block;
92
+ }
90
93
  .e-stepper.e-horizontal .e-stepper-steps {
91
94
  -ms-flex-direction: row;
92
95
  flex-direction: row;