@syncfusion/ej2-angular-navigations 22.1.39 → 22.2.5
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/esm2020/src/accordion/accordion.component.mjs +1 -1
- package/esm2020/src/carousel/carousel.component.mjs +1 -1
- package/esm2020/src/carousel/items.directive.mjs +1 -1
- package/esm2020/src/tab/items.directive.mjs +1 -1
- package/esm2020/src/toolbar/items.directive.mjs +1 -1
- package/esm2020/src/treeview/treeview.component.mjs +1 -1
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accordion/accordion.component.d.ts +6 -0
- package/src/carousel/carousel.component.d.ts +15 -0
- package/src/carousel/items.directive.d.ts +3 -0
- package/src/tab/items.directive.d.ts +7 -0
- package/src/toolbar/items.directive.d.ts +3 -0
- package/src/treeview/treeview.component.d.ts +1 -0
- package/styles/bootstrap-dark.css +3 -1
- package/styles/bootstrap.css +13 -11
- package/styles/bootstrap4.css +3 -1
- package/styles/bootstrap5-dark.css +3 -1
- package/styles/bootstrap5.css +3 -1
- package/styles/fabric-dark.css +3 -1
- package/styles/fabric.css +3 -1
- package/styles/fluent-dark.css +3 -1
- package/styles/fluent.css +3 -1
- package/styles/highcontrast-light.css +3 -1
- package/styles/highcontrast.css +3 -1
- package/styles/material-dark.css +3 -1
- package/styles/material.css +3 -1
- package/styles/material3-dark.css +3 -1
- package/styles/material3.css +3 -1
- package/styles/pager/_layout.scss +3 -1
- package/styles/pager/bootstrap-dark.css +3 -1
- package/styles/pager/bootstrap.css +3 -1
- package/styles/pager/bootstrap4.css +3 -1
- package/styles/pager/bootstrap5-dark.css +3 -1
- package/styles/pager/bootstrap5.css +3 -1
- package/styles/pager/fabric-dark.css +3 -1
- package/styles/pager/fabric.css +3 -1
- package/styles/pager/fluent-dark.css +3 -1
- package/styles/pager/fluent.css +3 -1
- package/styles/pager/highcontrast-light.css +3 -1
- package/styles/pager/highcontrast.css +3 -1
- package/styles/pager/material-dark.css +3 -1
- package/styles/pager/material.css +3 -1
- package/styles/pager/material3-dark.css +3 -1
- package/styles/pager/material3.css +3 -1
- package/styles/pager/tailwind-dark.css +3 -1
- package/styles/pager/tailwind.css +3 -1
- package/styles/tailwind-dark.css +3 -1
- package/styles/tailwind.css +3 -1
- package/styles/toolbar/_bootstrap-definition.scss +5 -5
- package/styles/toolbar/bootstrap.css +10 -10
|
@@ -273,7 +273,9 @@
|
|
|
273
273
|
.e-pager [class^=e-] {
|
|
274
274
|
box-sizing: border-box;
|
|
275
275
|
}
|
|
276
|
-
.e-pager .e-pager-default.e-hide
|
|
276
|
+
.e-pager .e-pager-default.e-hide,
|
|
277
|
+
.e-pager .e-pagesizes.e-hide,
|
|
278
|
+
.e-pager .e-hide {
|
|
277
279
|
display: none;
|
|
278
280
|
}
|
|
279
281
|
.e-pager div.e-parentmsgbar {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -285,7 +285,9 @@
|
|
|
285
285
|
.e-pager [class^=e-] {
|
|
286
286
|
box-sizing: border-box;
|
|
287
287
|
}
|
|
288
|
-
.e-pager .e-pager-default.e-hide
|
|
288
|
+
.e-pager .e-pager-default.e-hide,
|
|
289
|
+
.e-pager .e-pagesizes.e-hide,
|
|
290
|
+
.e-pager .e-hide {
|
|
289
291
|
display: none;
|
|
290
292
|
}
|
|
291
293
|
.e-pager div.e-parentmsgbar {
|
package/styles/tailwind.css
CHANGED
|
@@ -285,7 +285,9 @@
|
|
|
285
285
|
.e-pager [class^=e-] {
|
|
286
286
|
box-sizing: border-box;
|
|
287
287
|
}
|
|
288
|
-
.e-pager .e-pager-default.e-hide
|
|
288
|
+
.e-pager .e-pager-default.e-hide,
|
|
289
|
+
.e-pager .e-pagesizes.e-hide,
|
|
290
|
+
.e-pager .e-hide {
|
|
289
291
|
display: none;
|
|
290
292
|
}
|
|
291
293
|
.e-pager div.e-parentmsgbar {
|
|
@@ -120,7 +120,7 @@ $tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
|
120
120
|
$tbar-separator-vertical-bgr-mrgn: 6px !default;
|
|
121
121
|
$tbar-separator-vertical-nrml-mrgn: 6px 5.5px !default;
|
|
122
122
|
$tbar-btn-bgr-padding: 1px 7px !default;
|
|
123
|
-
$tbar-btn-bgr-focus-padding: 0
|
|
123
|
+
$tbar-btn-bgr-focus-padding: 0 7px !default;
|
|
124
124
|
$tbar-btn-nrml-padding: 1px 2.5px !default;
|
|
125
125
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
126
126
|
$tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
@@ -130,16 +130,16 @@ $tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
|
130
130
|
|
|
131
131
|
$tbar-bgr-btn-text-font-size: 14px !default;
|
|
132
132
|
$tbar-bgr-btn-icon-font-size: 16px !default;
|
|
133
|
-
$tbar-bgr-btn-focus-padding: 0
|
|
133
|
+
$tbar-bgr-btn-focus-padding: 0 7px !default;
|
|
134
134
|
|
|
135
135
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
136
|
-
$tbar-nrml-btn-focus-padding: 0
|
|
136
|
+
$tbar-nrml-btn-focus-padding: 0 2.5px !default;
|
|
137
137
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
138
138
|
|
|
139
139
|
$tbar-btn-icons-focus-color: $tbar-press-font !default;
|
|
140
140
|
$tbar-btn-text-focus-color: $tbar-press-font !default;
|
|
141
141
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
142
|
-
$tbar-btn-hover-border-size:
|
|
142
|
+
$tbar-btn-hover-border-size: 0 !default;
|
|
143
143
|
$tbar-btn-hover-active-icons-color: $tbar-press-font !default;
|
|
144
144
|
$tbar-btn-hover-active-text-color: $tbar-press-font !default;
|
|
145
145
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
@@ -152,7 +152,7 @@ $tbar-btn-pressed-focus-box-shadow: inset 0 3px 5px rgba($grey-base, .125) !defa
|
|
|
152
152
|
$tbar-btn-pressed-bg: $grey-e6 !default;
|
|
153
153
|
$tbar-flat-btn-active-box-shadow: inset 0 3px 5px rgba($grey-base, .125) !default;
|
|
154
154
|
|
|
155
|
-
$tbar-ext-btn-focus-padding: 0
|
|
155
|
+
$tbar-ext-btn-focus-padding: 0 2.5px !default;
|
|
156
156
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
157
157
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
158
158
|
$tbar-ext-btn-focus-box-shadow: none !default;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
56
56
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
57
57
|
.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
58
|
-
padding: 0
|
|
58
|
+
padding: 0 7px;
|
|
59
59
|
}
|
|
60
60
|
.e-bigger .e-toolbar .e-toolbar-item,
|
|
61
61
|
.e-toolbar.e-bigger .e-toolbar-item {
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
211
211
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
212
212
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
213
|
-
padding: 0
|
|
213
|
+
padding: 0 7px;
|
|
214
214
|
}
|
|
215
215
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator),
|
|
216
216
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
line-height: 25px;
|
|
430
430
|
}
|
|
431
431
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover, .e-toolbar .e-toolbar-item .e-tbar-btn:focus, .e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
432
|
-
padding: 0
|
|
432
|
+
padding: 0 2.5px;
|
|
433
433
|
}
|
|
434
434
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
435
435
|
outline: 0;
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover,
|
|
683
683
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus,
|
|
684
684
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
|
|
685
|
-
padding: 0
|
|
685
|
+
padding: 0 2.5px;
|
|
686
686
|
}
|
|
687
687
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) {
|
|
688
688
|
min-width: 30px;
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
color: #333;
|
|
849
849
|
border-color: #8c8c8c;
|
|
850
850
|
border-style: solid;
|
|
851
|
-
border-width:
|
|
851
|
+
border-width: 0;
|
|
852
852
|
box-shadow: none;
|
|
853
853
|
}
|
|
854
854
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
@@ -861,7 +861,7 @@
|
|
|
861
861
|
background: #e6e6e6;
|
|
862
862
|
border-color: #adadad;
|
|
863
863
|
border-style: solid;
|
|
864
|
-
border-width:
|
|
864
|
+
border-width: 0;
|
|
865
865
|
border-radius: 4px;
|
|
866
866
|
color: #333;
|
|
867
867
|
}
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
background: #e6e6e6;
|
|
882
882
|
border-color: #adadad;
|
|
883
883
|
border-style: solid;
|
|
884
|
-
border-width:
|
|
884
|
+
border-width: 0;
|
|
885
885
|
border-radius: 4px;
|
|
886
886
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
887
887
|
color: #333;
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
border-radius: 4px;
|
|
1038
1038
|
border-color: #8c8c8c;
|
|
1039
1039
|
border-style: solid;
|
|
1040
|
-
border-width:
|
|
1040
|
+
border-width: 0;
|
|
1041
1041
|
box-shadow: none;
|
|
1042
1042
|
}
|
|
1043
1043
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
@@ -1045,7 +1045,7 @@
|
|
|
1045
1045
|
border-radius: 4px;
|
|
1046
1046
|
border-color: #adadad;
|
|
1047
1047
|
border-style: solid;
|
|
1048
|
-
border-width:
|
|
1048
|
+
border-width: 0;
|
|
1049
1049
|
}
|
|
1050
1050
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
1051
1051
|
background: #e6e6e6;
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
1054
1054
|
border-color: #adadad;
|
|
1055
1055
|
border-style: solid;
|
|
1056
|
-
border-width:
|
|
1056
|
+
border-width: 0;
|
|
1057
1057
|
}
|
|
1058
1058
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
1059
1059
|
border: solid #ccc;
|