@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
@@ -112,8 +112,8 @@
112
112
  .e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon {
113
113
  padding: 4px 6px;
114
114
  }
115
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator),
116
- .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator) {
115
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer),
116
+ .e-toolbar.e-bigger .e-toolbar-item:not(.e-separator):not(.e-spacer) {
117
117
  min-width: 49px;
118
118
  padding: 5px 6px;
119
119
  }
@@ -297,6 +297,19 @@
297
297
  white-space: nowrap;
298
298
  overflow: hidden;
299
299
  }
300
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items {
301
+ display: -ms-flexbox;
302
+ display: flex;
303
+ -ms-flex-wrap: nowrap;
304
+ flex-wrap: nowrap;
305
+ width: 100%;
306
+ }
307
+ .e-toolbar.e-spacer-toolbar .e-toolbar-items:not(.e-toolbar-multirow) {
308
+ position: absolute;
309
+ }
310
+ .e-toolbar.e-spacer-toolbar.e-pop-mode .e-toolbar-items {
311
+ width: calc(100% - 28px);
312
+ }
300
313
  .e-toolbar .e-blazor-toolbar-items {
301
314
  position: absolute;
302
315
  top: -9999px;
@@ -401,6 +414,12 @@
401
414
  min-height: 38px;
402
415
  vertical-align: middle;
403
416
  width: auto;
417
+ -ms-flex: 0 0 auto;
418
+ flex: 0 0 auto;
419
+ }
420
+ .e-toolbar .e-toolbar-item.e-spacer {
421
+ -ms-flex-positive: 1;
422
+ flex-grow: 1;
404
423
  }
405
424
  .e-toolbar .e-toolbar-item .e-tbar-btn {
406
425
  display: -ms-flexbox;
@@ -451,7 +470,7 @@
451
470
  font-size: 14px;
452
471
  padding: 4px;
453
472
  }
454
- .e-toolbar .e-toolbar-item:not(.e-separator) {
473
+ .e-toolbar .e-toolbar-item:not(.e-separator):not(.e-spacer) {
455
474
  height: inherit;
456
475
  min-width: 28px;
457
476
  padding: 4px;
@@ -744,6 +763,9 @@
744
763
  .e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align {
745
764
  display: table;
746
765
  }
766
+ .e-toolbar.e-rtl:not(.e-spacer-toolbar) .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
767
+ margin-right: 8px;
768
+ }
747
769
  .e-toolbar.e-rtl .e-toolbar-item .e-tbar-btn.e-tbtn-txt .e-icons.e-btn-icon {
748
770
  padding: 4px;
749
771
  }
@@ -782,7 +804,6 @@
782
804
  }
783
805
  .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
784
806
  margin-left: 0;
785
- margin-right: 8px;
786
807
  }
787
808
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child,
788
809
  .e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
@@ -0,0 +1,132 @@
1
+ /*! TreeView's theme wise override definitions and variables */
2
+ /* stylelint-disable */
3
+ $treeview-font-size: $text-sm !default;
4
+ $treeview-icon-font-size: $text-xl !default;
5
+ $treeview-image-font-size: $text-xl !default;
6
+ $treeview-big-font-size: $text-base !default;
7
+ $treeview-big-icon-font-size: $text-2xl !default;
8
+ $treeview-item-height: 40px !default;
9
+ $treeview-text-height: 38px !default;
10
+ $treeview-input-height: 30px !default;
11
+ $treeview-root-ul-padding: 0 0 0 12px !default;
12
+ $treeview-rtl-root-ul-padding: 0 12px 0 0 !default;
13
+ $treeview-child-ul-padding: 0 0 0 20px !default;
14
+ $treeview-rtl-child-ul-padding: 0 20px 0 0 !default;
15
+ $treeview-text-wrap-padding: 0 0 0 20px !default;
16
+ $treeview-rtl-text-wrap-padding: 0 20px 0 0 !default;
17
+ $treeview-icon-size: 20px !default;
18
+ $treeview-icon-margin: 0 0 0 -20px !default;
19
+ $treeview-rtl-icon-margin: 0 -20px 0 0 !default;
20
+ $treeview-icon-padding: 0px !default;
21
+ $treeview-text-padding: 0 8px !default;
22
+ $treeview-text-margin: 0 !default;
23
+ $treeview-image-size: 20px !default;
24
+ $treeview-image-margin: 0 0 0 8px !default;
25
+ $treeview-navigable-icon-image-margin: 0 8px 0 0 !default;
26
+ $treeview-navigable-icon-image-margin-reverse: 0 0 0 8px !default;
27
+ $treeview-navigable-check-margin-bigger: 0 0 0 12px !default;
28
+ $treeview-navigable-icon-image-anchor-margin-bigger: 0 12px 0 8px !default;
29
+ $treeview-navigable-icon-image-anchor-margin-reverse-bigger: 0 6px 0 10px !default;
30
+ $treeview-navigable-icon-image-anchor-margin: 0 10px 0 2px !default;
31
+ $treeview-navigable-icon-image-anchor-margin-reverse: 0 2px 0 10px !default;
32
+ $treeview-navigable-rtl-margin-reverse: 0 12px 0 0 !default;
33
+ $treeview-rtl-image-margin: 0 8px 0 0 !default;
34
+ $treeview-image-text-padding: 0 8px !default;
35
+ $treeview-icon-image-margin: 0 0 0 8px !default;
36
+ $treeview-rtl-icon-image-margin: 0 8px 0 0 !default;
37
+ $treeview-check-margin: 0 0 0 6px !default;
38
+ $treeview-rtl-check-margin: 0 6px 0 0 !default;
39
+ $treeview-check-text-padding: 0 8px !default;
40
+ $treeview-check-image-margin: 0 0 0 8px !default;
41
+ $treeview-rtl-check-image-margin: 0 8px 0 0 !default;
42
+ $treeview-drop-count-border-size: 1px !default;
43
+ $treeview-drop-count-font-size: $text-xs !default;
44
+ $treeview-active-font-weight: 600 !default;
45
+ $treeview-edit-wrap-width: calc(100% - 2px) !default;
46
+ $treeview-check-wrap-width: calc(100% - 23px) !default;
47
+ $treeview-check-icon-wrap-width: calc(100% - 56px) !default;
48
+ $treeview-check-icon-img-wrap-width: calc(100% - 84px) !default;
49
+ $treeview-icon-wrap-width: calc(100% - 32px) !default;
50
+ $treeview-icon-img-wrap-width: calc(100% - 60px) !default;
51
+
52
+ $treeview-big-item-height: 48px !default;
53
+ $treeview-big-text-height: 46px !default;
54
+ $treeview-big-input-height: 40px !default;
55
+ $treeview-big-text-padding: 0 12px !default;
56
+ $treeview-big-input-padding: 0 9px !default;
57
+ $treeview-big-icon-padding: 0px !default;
58
+ $treeview-big-image-margin: 0 0 0 12px !default;
59
+ $treeview-big-rtl-image-margin: 0 12px 0 0 !default;
60
+ $treeview-big-icon-image-margin: 0 0 0 12px !default;
61
+ $treeview-big-rtl-icon-image-margin: 0 12px 0 0 !default;
62
+ $treeview-big-check-margin: 0 0 0 8px !default;
63
+ $treeview-big-rtl-check-margin: 0 8px 0 0 !default;
64
+ $treeview-big-check-image-margin: 0 0 0 12px !default;
65
+ $treeview-big-rtl-check-image-margin: 0 12px 0 0 !default;
66
+ $treeview-big-root-ul-padding: 0 0 0 16px !default;
67
+ $treeview-big-rtl-root-ul-padding: 0 16px 0 0 !default;
68
+ $treeview-big-child-ul-padding: 0 0 0 24px !default;
69
+ $treeview-big-rtl-child-ul-padding: 0 24px 0 0 !default;
70
+ $treeview-big-image-text-padding: 0 12px !default;
71
+ $treeview-big-icon-margin: 0 0 0 -24px !default;
72
+ $treeview-big-rtl-icon-margin: 0 -24px 0 0 !default;
73
+ $treeview-big-text-wrap-padding: 0 0 0 24px !default;
74
+ $treeview-big-rtl-text-wrap-padding: 0 24px 0 0 !default;
75
+ $treeview-big-drag-icon-font-size: $text-2xl !default;
76
+ $treeview-big-drag-item-text-padding-left: 12px !default;
77
+ $treeview-big-drag-icon-margin: -6px 0px 5px -9px !default;
78
+ $treeview-big-drag-before-icon-padding: 6px !default;
79
+ $treeview-big-check-text-padding: 0 12px !default;
80
+ $treeview-big-check-wrap-width: calc(100% - 29px) !default;
81
+ $treeview-big-check-icon-wrap-width: calc(100% - 65px) !default;
82
+ $treeview-big-check-icon-img-wrap-width: calc(100% - 101px) !default;
83
+ $treeview-big-icon-wrap-width: calc(100% - 35px) !default;
84
+ $treeview-big-icon-img-wrap-width: calc(100% - 71px) !default;
85
+
86
+ $treeview-font-family: $font-family !default;
87
+ $treeview-drag-icon-font-size: $text-xl !default;
88
+ $treeview-drag-icon-padding: 6px !default;
89
+ $treeview-drag-icon-margin: 0 8px 10px -20px;
90
+ $treeview-drag-icon-padding-right: 4px !default;
91
+ $treeview-rtl-drag-margin: 10px -13px -1px 0;
92
+
93
+ $ripple-size: -7px !default;
94
+ $ripple-height: 32px !default;
95
+ $ripple-width: 32px !default;
96
+
97
+ //color variables
98
+ $treeview-icon-color: $icon-color !default;
99
+ $treeview-text-color: $content-text-color !default;
100
+ $treeview-item-border-color: $transparent !default;
101
+ $treeview-item-active-bg: $content-bg-color-selected !default;
102
+ $treeview-icon-active-color: $content-text-color-selected !default;
103
+ $treeview-text-active-color: $content-text-color-selected !default;
104
+ $treeview-item-active-border-color: $content-bg-color-selected !default;
105
+ $treeview-item-hover-bg: $content-bg-color-hover !default;
106
+ $treeview-icon-hover-color: $icon-color-hover !default;
107
+ $treeview-text-hover-color: $content-text-color-hover !default;
108
+ $treeview-item-hover-border-color: $content-bg-color-hover !default;
109
+ $treeview-item-active-hover-bg: $content-bg-color-hover !default;
110
+ $treeview-icon-active-hover-color: $content-text-color-selected !default;
111
+ $treeview-text-active-hover-color: $content-text-color-selected !default;
112
+ $treeview-item-active-hover-border-color: $treeview-item-hover-border-color !default;
113
+ $treeview-text-disable-color: $content-text-color-disabled !default;
114
+ $treeview-icon-disable-color: $icon-color-disabled !default;
115
+ $treeview-drag-line-bg: $primary !default;
116
+ $treeview-drag-line-color: $primary !default;
117
+ $treeview-popup-bg-color: $content-bg-color-hover !default;
118
+ $treeview-popup-border-color: $content-bg-color-hover !default;
119
+ $treeview-drop-count-bg: $primary !default;
120
+ $treeview-drop-count-border: $primary-text-color !default;
121
+ $treeview-drop-count-color: $primary-text-color !default;
122
+ $treeview-drag-item-bg: $content-bg-color-alt3 !default;
123
+ $treeview-drag-item-color: $content-text-color-alt1 !default;
124
+ $treeview-drag-icon-color: $treeview-icon-color !default;
125
+
126
+ $treeview-item-active-hover-bg:$content-bg-color-hover !default;
127
+
128
+ @mixin active-hover-theme {
129
+ @if $skin-name =='tailwind' {
130
+ background-color: $treeview-item-active-hover-bg !important;
131
+ }
132
+ }
@@ -106,7 +106,7 @@ $treeview-item-hover-bg: $content-bg-color-hover !default;
106
106
  $treeview-icon-hover-color: $icon-color-hover !default;
107
107
  $treeview-text-hover-color: $content-text-color-hover !default;
108
108
  $treeview-item-hover-border-color: $content-bg-color-hover !default;
109
- $treeview-item-active-hover-bg: $content-bg-color-hover !default;
109
+ $treeview-item-active-hover-bg: darken($content-bg-color-hover, 10%) !default;
110
110
  $treeview-icon-active-hover-color: $treeview-icon-hover-color !default;
111
111
  $treeview-text-active-hover-color: $treeview-text-hover-color !default;
112
112
  $treeview-item-active-hover-border-color: $treeview-item-hover-border-color !default;
@@ -15,7 +15,7 @@
15
15
  }
16
16
 
17
17
  @else if $theme-name =='tailwind' {
18
- background-color: darken($treeview-item-active-hover-bg, 10%);
18
+ background-color: $treeview-item-active-hover-bg;
19
19
  }
20
20
 
21
21
  @else {
@@ -0,0 +1,43 @@
1
+ @include export-module('treeview-bds-icons') {
2
+
3
+ /*! TreeView icons */
4
+ .e-treeview {
5
+
6
+ .e-list-item {
7
+
8
+ div.e-icons::before {
9
+ content: '\e75c';
10
+ }
11
+ }
12
+
13
+ .e-sibling::before {
14
+ content: '';
15
+ }
16
+
17
+ .e-popup {
18
+
19
+ .e-icons::before {
20
+ content: '\e76a';
21
+ }
22
+ }
23
+
24
+ &.e-drag-item {
25
+
26
+ .e-icons.e-drop-in::before {
27
+ content: '\e768';
28
+ }
29
+
30
+ .e-icons.e-drop-out::before {
31
+ content: '\e839';
32
+ }
33
+
34
+ .e-icons.e-drop-next::before {
35
+ content: '\e736';
36
+ }
37
+
38
+ .e-icons.e-no-drop::before {
39
+ content: '\e839';
40
+ }
41
+ }
42
+ }
43
+ }
@@ -775,7 +775,7 @@
775
775
  }
776
776
  .e-treeview .e-list-item.e-active.e-hover > .e-fullrow,
777
777
  .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
778
- background-color: #4b5563;
778
+ background-color: #353c46;
779
779
  border-color: #4b5563;
780
780
  }
781
781
  .e-treeview .e-list-item.e-editing.e-active > .e-fullrow,
@@ -822,7 +822,7 @@
822
822
  }
823
823
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content,
824
824
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
825
- background-color: #4b5563;
825
+ background-color: #353c46;
826
826
  border-color: #4b5563;
827
827
  }
828
828
  .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content,
@@ -0,0 +1,49 @@
1
+ /*! component's theme wise override definitions and variables */
2
+ $vscroll-skin: $skin-name !default;
3
+ $vscroll-nav-nrml-height: 38px !default;
4
+ $vscroll-hover-font: $content-text-color-alt2 !default;
5
+ $vscroll-active-font-color: $content-text-color-alt2 !default;
6
+ $vscroll-border-size: 1px !default;
7
+ $vscroll-border-type: solid !default;
8
+
9
+ $vscroll-default-bg: $content-bg-color-alt2 !default;
10
+ $vscroll-nav-nrml-minheight: 38px !default;
11
+ $vscroll-nav-bgr-minheight: 48px !default;
12
+ $vscroll-nav-nrml-width: 28px !default;
13
+ $vscroll-nav-bgr-width: 48px !default;
14
+ $vscroll-nrml-padding: 0 $vscroll-nav-nrml-width !default;
15
+ $vscroll-bgr-padding: $vscroll-nav-bgr-width 0 !default;
16
+ $vscroll-box-shadow: none !default;
17
+ $vscroll-overlay-opacity: .5 !default;
18
+ $vscroll-overlay-bg: $content-bg-color-alt2 !default;
19
+ $vscroll-overlay-start: rgba($vscroll-overlay-bg, 0) !default;
20
+ $vscroll-overlay-end: rgba($vscroll-overlay-bg, 1) !default;
21
+ $vscroll-right-bg: linear-gradient(-270deg, $vscroll-overlay-start 0%, $vscroll-overlay-end 100%) !default;
22
+ $vscroll-left-bg: linear-gradient(-270deg, $vscroll-overlay-end 0%, $vscroll-overlay-start 100%) !default;
23
+
24
+ $vscroll-device-arrow-box-shadow: $shadow !default;
25
+ $vscroll-device-arrow-rtl-box-shadow: $shadow !default;
26
+ $vscroll-device-arrow-bg: $content-bg-color-alt2 !default;
27
+ $vscroll-device-arrow-border-size: 1px !default;
28
+ $vscroll-device-arrow-border-color: $icon-color !default;
29
+ $vscroll-device-arrow-color: $icon-color !default;
30
+ $vscroll-device-arrow-size: 14px !default;
31
+ $vscroll-device-arrow-width: 48px !default;
32
+
33
+ $vscroll-default-icon-color: $icon-color !default;
34
+ $vscroll-hover-bg: $content-bg-color-alt3 !default;
35
+ $vscroll-press-bg: $content-bg-color-alt3 !default;
36
+ $vscroll-default-border: $icon-color !default;
37
+ $vscroll-focus-border: 0 !default;
38
+ $vscroll-active-border: 0 !default;
39
+ $vscroll-hover-border: 0 !default;
40
+ $vscroll-hover-border-color: transparent !default;
41
+ $vscroll-active-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) !default;
42
+
43
+ @mixin vscroll-btn-animation {
44
+ content: '';
45
+ }
46
+
47
+ @mixin vscroll-btn-animation-after {
48
+ content: '';
49
+ }
@@ -0,0 +1,27 @@
1
+ @include export-module('vscroll-bds-icons') {
2
+
3
+ /*! vscroll icons */
4
+ #{&}.e-vscroll {
5
+
6
+ &.e-scroll-device {
7
+
8
+ .e-nav-up-arrow::before {
9
+ content: '\e7dd';
10
+ }
11
+
12
+ .e-nav-down-arrow::before {
13
+ content: '\e734';
14
+ }
15
+ }
16
+
17
+ .e-nav-up-arrow::before {
18
+ content: '\e776';
19
+ line-height: normal;
20
+ }
21
+
22
+ .e-nav-down-arrow::before {
23
+ content: '\e729';
24
+ line-height: normal;
25
+ }
26
+ }
27
+ }
@@ -1,63 +0,0 @@
1
- ### Bug description
2
-
3
- Clearly and concisely describe the problem or feature (this cannot be empty).
4
-
5
- ### Root cause
6
-
7
- Briefly describe the root cause and analysis of the problem.
8
- If there is an internal discussion on the forum, provide the link.
9
-
10
- ### Reason for not identifying earlier
11
-
12
- Find how it was missed in our earlier testing and development by analysing the below checklist. This will help prevent similar mistakes in the future.
13
-
14
- - [ ] Guidelines/documents are not followed
15
-
16
- - Common guidelines / Core team guideline
17
- - Specification document
18
- - Requirement document
19
-
20
- - [ ] Guidelines/documents are not given
21
-
22
-
23
- - Common guidelines / Core team guideline
24
- - Specification document
25
- - Requirement document
26
-
27
-
28
- ### Reason:
29
- Mention any one or more reasons from the above points.
30
-
31
- ### Action taken:
32
-
33
- What action did you take to avoid this in future?
34
-
35
- ### Related areas:
36
-
37
- Is there any other related areas also to be addressed?
38
-
39
-
40
- ### Is it a breaking issue?
41
-
42
- If it is a breaking issue, provide the commit detail which caused this break.
43
-
44
- ### Solution description
45
-
46
- Describe your code changes in detail for reviewers.
47
-
48
- ### Output screenshots
49
-
50
- Post the output screenshots if an UI is affected or added due to this bug.
51
-
52
- ### Areas affected and ensured
53
-
54
- List the areas affected by your code changes.
55
-
56
- ### Additional checklist
57
-
58
- - Did you run the automation against your fix?
59
- - Is there any API name change?
60
- - Is there any existing behavior change of other features due to this code change?
61
- - Does your new code introduce new warnings or binding errors?
62
- - Does your code pass all FxCop and StyleCop rules?
63
- - Did you record this case in the unit test or UI test?
@@ -1,39 +0,0 @@
1
- ### Feature description
2
-
3
- Clearly and concisely describe the problem or feature (this cannot be empty).
4
-
5
- ### Analysis and design
6
-
7
- If there is an external design, link to its project documentation area.
8
- If there is an internal discussion on the forum, provide the link.
9
-
10
- ### Solution description
11
-
12
- Describe your code changes in detail for reviewers.
13
-
14
- ### Output screenshots
15
-
16
- Post the output screenshots if an UI is affected or added due to this feature.
17
-
18
- ### Areas affected and ensured
19
-
20
- List the areas are affected by your code changes.
21
-
22
- ### Test cases
23
-
24
- Provide the unit testing written file details to understand the use cases considered in this implementation.
25
- If there is no TDD (if it’s not possible to follow), provide the UI automation script location and the Excel file that contains the use cases considered in this implementation.
26
- Provide the test cases Excel file alone if the feature cannot be automated in any case.
27
-
28
- ### Test bed sample location
29
-
30
- Provide the test bed sample location where code reviewers can review the new feature’s behaviors. This depends on the CI process that your team follows. It can be from NPMCI, HockeyApp, staging site, local server, etc.
31
-
32
- ### Additional checklist
33
-
34
- - Did you run the automation against your fix?
35
- - Is there any API name change?
36
- - Is there any existing behavior change of other features due to this code change?
37
- - Does your new code introduce new warnings or binding errors?
38
- - Does your code pass all FxCop and StyleCop rules?
39
- - Did you record this case in the unit test or UI test?