@syncfusion/ej2-navigations 29.2.7 → 30.1.37
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/.eslintrc.json +2 -0
- package/dist/ej2-navigations.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +108 -30
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +109 -30
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +17 -69
- package/src/carousel/carousel.js +1 -7
- package/src/sidebar/sidebar.js +5 -1
- package/src/stepper/stepper.js +6 -5
- package/src/tab/tab.js +4 -1
- package/src/toolbar/toolbar-model.d.ts +8 -1
- package/src/toolbar/toolbar.d.ts +19 -0
- package/src/toolbar/toolbar.js +69 -13
- package/src/treeview/treeview.js +24 -3
- package/styles/bds-lite.css +29 -1
- package/styles/bds.css +31 -3
- package/styles/bootstrap-dark-lite.css +29 -1
- package/styles/bootstrap-dark.css +33 -5
- package/styles/bootstrap-lite.css +29 -1
- package/styles/bootstrap.css +33 -5
- package/styles/bootstrap4-lite.css +29 -1
- package/styles/bootstrap4.css +31 -3
- package/styles/bootstrap5-dark-lite.css +23 -1
- package/styles/bootstrap5-dark.css +26 -4
- package/styles/bootstrap5-lite.css +23 -1
- package/styles/bootstrap5.3-lite.css +23 -1
- package/styles/bootstrap5.3.css +25 -3
- package/styles/bootstrap5.css +26 -4
- package/styles/breadcrumb/_layout.scss +14 -0
- package/styles/breadcrumb/bds.css +15 -0
- package/styles/breadcrumb/bootstrap-dark.css +15 -0
- package/styles/breadcrumb/bootstrap.css +15 -0
- package/styles/breadcrumb/bootstrap4.css +15 -0
- package/styles/breadcrumb/bootstrap5-dark.css +15 -0
- package/styles/breadcrumb/bootstrap5.3.css +15 -0
- package/styles/breadcrumb/bootstrap5.css +15 -0
- package/styles/breadcrumb/fabric-dark.css +15 -0
- package/styles/breadcrumb/fabric.css +15 -0
- package/styles/breadcrumb/fluent-dark.css +15 -0
- package/styles/breadcrumb/fluent.css +15 -0
- package/styles/breadcrumb/fluent2.css +15 -0
- package/styles/breadcrumb/highcontrast-light.css +15 -0
- package/styles/breadcrumb/highcontrast.css +15 -0
- package/styles/breadcrumb/material-dark.css +15 -0
- package/styles/breadcrumb/material.css +15 -0
- package/styles/breadcrumb/material3-dark.css +15 -0
- package/styles/breadcrumb/material3.css +15 -0
- package/styles/breadcrumb/tailwind-dark.css +15 -0
- package/styles/breadcrumb/tailwind.css +15 -0
- package/styles/breadcrumb/tailwind3.css +15 -0
- package/styles/fabric-dark-lite.css +29 -1
- package/styles/fabric-dark.css +31 -3
- package/styles/fabric-lite.css +29 -1
- package/styles/fabric.css +31 -3
- package/styles/fluent-dark-lite.css +29 -1
- package/styles/fluent-dark.css +32 -4
- package/styles/fluent-lite.css +29 -1
- package/styles/fluent.css +32 -4
- package/styles/fluent2-lite.css +29 -1
- package/styles/fluent2.css +31 -3
- package/styles/highcontrast-light-lite.css +29 -1
- package/styles/highcontrast-light.css +31 -3
- package/styles/highcontrast-lite.css +31 -3
- package/styles/highcontrast.css +33 -5
- package/styles/material-dark-lite.css +31 -3
- package/styles/material-dark.css +33 -5
- package/styles/material-lite.css +31 -3
- package/styles/material.css +33 -5
- package/styles/material3-dark-lite.css +29 -1
- package/styles/material3-dark.css +31 -4
- package/styles/material3-lite.css +29 -1
- package/styles/material3.css +31 -4
- package/styles/pager/_bds-definition.scss +1 -1
- package/styles/pager/_bigger.scss +0 -1
- package/styles/pager/_bootstrap-dark-definition.scss +1 -1
- package/styles/pager/_bootstrap-definition.scss +1 -1
- package/styles/pager/_bootstrap4-definition.scss +1 -1
- package/styles/pager/_bootstrap5-definition.scss +2 -2
- package/styles/pager/_bootstrap5.3-definition.scss +1 -1
- package/styles/pager/_fabric-dark-definition.scss +1 -1
- package/styles/pager/_fabric-definition.scss +1 -1
- package/styles/pager/_fluent-definition.scss +2 -2
- package/styles/pager/_fluent2-definition.scss +1 -1
- package/styles/pager/_fusionnew-definition.scss +1 -1
- package/styles/pager/_highcontrast-definition.scss +1 -1
- package/styles/pager/_highcontrast-light-definition.scss +1 -1
- package/styles/pager/_layout.scss +8 -0
- package/styles/pager/_material-dark-definition.scss +1 -1
- package/styles/pager/_material-definition.scss +1 -1
- package/styles/pager/_material3-definition.scss +1 -1
- package/styles/pager/_tailwind-definition.scss +1 -1
- package/styles/pager/_tailwind3-definition.scss +2 -2
- package/styles/pager/bds.css +13 -3
- package/styles/pager/bootstrap-dark.css +13 -3
- package/styles/pager/bootstrap.css +13 -3
- package/styles/pager/bootstrap4.css +13 -3
- package/styles/pager/bootstrap5-dark.css +8 -4
- package/styles/pager/bootstrap5.3.css +7 -3
- package/styles/pager/bootstrap5.css +8 -4
- package/styles/pager/fabric-dark.css +13 -3
- package/styles/pager/fabric.css +13 -3
- package/styles/pager/fluent-dark.css +14 -4
- package/styles/pager/fluent.css +14 -4
- package/styles/pager/fluent2.css +13 -3
- package/styles/pager/highcontrast-light.css +13 -3
- package/styles/pager/highcontrast.css +13 -3
- package/styles/pager/material-dark.css +13 -3
- package/styles/pager/material.css +13 -3
- package/styles/pager/material3-dark.css +13 -4
- package/styles/pager/material3.css +13 -4
- package/styles/pager/tailwind-dark.css +13 -3
- package/styles/pager/tailwind.css +13 -3
- package/styles/pager/tailwind3.css +14 -4
- package/styles/tailwind-dark-lite.css +29 -1
- package/styles/tailwind-dark.css +31 -3
- package/styles/tailwind-lite.css +29 -1
- package/styles/tailwind.css +31 -3
- package/styles/tailwind3-lite.css +29 -1
- package/styles/tailwind3.css +32 -4
- package/styles/toolbar/_bootstrap-dark-definition.scss +1 -1
- package/styles/toolbar/_bootstrap-definition.scss +1 -1
- package/styles/toolbar/_highcontrast-definition.scss +1 -1
- package/styles/toolbar/_material-dark-definition.scss +2 -2
- package/styles/toolbar/_material-definition.scss +2 -2
- package/styles/toolbar/bootstrap-dark.css +2 -2
- package/styles/toolbar/bootstrap.css +2 -2
- package/styles/toolbar/highcontrast.css +2 -2
- package/styles/toolbar/material-dark.css +2 -2
- package/styles/toolbar/material.css +2 -2
- package/styles/treeview/_layout.scss +4 -0
- package/styles/treeview/bds.css +3 -0
- package/styles/treeview/bootstrap-dark.css +3 -0
- package/styles/treeview/bootstrap.css +3 -0
- package/styles/treeview/bootstrap4.css +3 -0
- package/styles/treeview/bootstrap5-dark.css +3 -0
- package/styles/treeview/bootstrap5.3.css +3 -0
- package/styles/treeview/bootstrap5.css +3 -0
- package/styles/treeview/fabric-dark.css +3 -0
- package/styles/treeview/fabric.css +3 -0
- package/styles/treeview/fluent-dark.css +3 -0
- package/styles/treeview/fluent.css +3 -0
- package/styles/treeview/fluent2.css +3 -0
- package/styles/treeview/highcontrast-light.css +3 -0
- package/styles/treeview/highcontrast.css +3 -0
- package/styles/treeview/material-dark.css +3 -0
- package/styles/treeview/material.css +3 -0
- package/styles/treeview/material3-dark.css +3 -0
- package/styles/treeview/material3.css +3 -0
- package/styles/treeview/tailwind-dark.css +3 -0
- package/styles/treeview/tailwind.css +3 -0
- package/styles/treeview/tailwind3.css +3 -0
|
@@ -113,7 +113,7 @@ $tbar-item-nrml-minwidth: 30px !default;
|
|
|
113
113
|
$tbar-separator-bgr-height: calc(100% - 12px) !default;
|
|
114
114
|
$tbar-separator-bgr-mrgn: 6px 6px !default;
|
|
115
115
|
$tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
116
|
-
$tbar-btn-bgr-padding:
|
|
116
|
+
$tbar-btn-bgr-padding: 0 7px !default;
|
|
117
117
|
$tbar-btn-bgr-focus-padding: 0 7px !default;
|
|
118
118
|
$tbar-btn-nrml-padding: 1px 2.5px !default;
|
|
119
119
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
@@ -118,7 +118,7 @@ $tbar-separator-bgr-mrgn: 6px 6px !default;
|
|
|
118
118
|
$tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
119
119
|
$tbar-separator-vertical-bgr-mrgn: 6px !default;
|
|
120
120
|
$tbar-separator-vertical-nrml-mrgn: 6px 5.5px !default;
|
|
121
|
-
$tbar-btn-bgr-padding:
|
|
121
|
+
$tbar-btn-bgr-padding: 0 7px !default;
|
|
122
122
|
$tbar-btn-bgr-focus-padding: 0 7px !default;
|
|
123
123
|
$tbar-btn-nrml-padding: 1px 2.5px !default;
|
|
124
124
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
@@ -97,7 +97,7 @@ $tbar-btn-border-radius: 0 !default;
|
|
|
97
97
|
$tbar-btn-pressed-box-shadow: none !default;
|
|
98
98
|
$tbar-btn-nrml-mrgn: 0 !default;
|
|
99
99
|
$tbar-popup-padding: 0 !default;
|
|
100
|
-
$tbar-btn-nrml-minheight:
|
|
100
|
+
$tbar-btn-nrml-minheight: 40px !default;
|
|
101
101
|
$tbar-btn-nrml-line-height: 25px !default;
|
|
102
102
|
$tbar-btn-icon-nrml-line-height: 24px !default;
|
|
103
103
|
$tbar-btn-bgr-minheight: 49px !default;
|
|
@@ -9,8 +9,8 @@ $tbar-btn-bgr-line-height: 35px !default;
|
|
|
9
9
|
$tbar-btn-icon-bgr-line-height: 34px !default;
|
|
10
10
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
11
11
|
$tbar-btn-nrml-minheight: 0 !default;
|
|
12
|
-
$tbar-btn-nrml-line-height:
|
|
13
|
-
$tbar-btn-icon-nrml-line-height:
|
|
12
|
+
$tbar-btn-nrml-line-height: 24px !default;
|
|
13
|
+
$tbar-btn-icon-nrml-line-height: 24px !default;
|
|
14
14
|
$tbar-pop-icon-nrml-padding: 0 !default;
|
|
15
15
|
$tbar-pop-btn-txt-nrml-pad: 0 !default;
|
|
16
16
|
$tbar-btn-icn-nrml-padding: 0 !default;
|
|
@@ -8,8 +8,8 @@ $tbar-btn-bgr-line-height: 35px !default;
|
|
|
8
8
|
$tbar-btn-icon-bgr-line-height: 34px !default;
|
|
9
9
|
$tbar-icons-bgr-font-size: 14px;
|
|
10
10
|
$tbar-btn-nrml-minheight: 0 !default;
|
|
11
|
-
$tbar-btn-nrml-line-height:
|
|
12
|
-
$tbar-btn-icon-nrml-line-height:
|
|
11
|
+
$tbar-btn-nrml-line-height: 24px !default;
|
|
12
|
+
$tbar-btn-icon-nrml-line-height: 24px !default;
|
|
13
13
|
$tbar-pop-icon-nrml-padding: 0;
|
|
14
14
|
$tbar-pop-btn-txt-nrml-pad: 0;
|
|
15
15
|
$tbar-btn-icn-nrml-padding: 0;
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
940
940
|
min-height: 34px;
|
|
941
941
|
min-width: 0;
|
|
942
|
-
padding:
|
|
942
|
+
padding: 0 7px;
|
|
943
943
|
line-height: 34px;
|
|
944
944
|
}
|
|
945
945
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
@@ -1064,7 +1064,7 @@
|
|
|
1064
1064
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1065
1065
|
min-height: 34px;
|
|
1066
1066
|
min-width: 0;
|
|
1067
|
-
padding:
|
|
1067
|
+
padding: 0 7px;
|
|
1068
1068
|
}
|
|
1069
1069
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1070
1070
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
942
942
|
min-height: 34px;
|
|
943
943
|
min-width: 0;
|
|
944
|
-
padding:
|
|
944
|
+
padding: 0 7px;
|
|
945
945
|
line-height: 34px;
|
|
946
946
|
}
|
|
947
947
|
.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
@@ -1066,7 +1066,7 @@
|
|
|
1066
1066
|
.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
1067
1067
|
min-height: 34px;
|
|
1068
1068
|
min-width: 0;
|
|
1069
|
-
padding:
|
|
1069
|
+
padding: 0 7px;
|
|
1070
1070
|
}
|
|
1071
1071
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text,
|
|
1072
1072
|
.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text,
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
-ms-flex-pack: center;
|
|
164
164
|
justify-content: center;
|
|
165
165
|
margin: 0;
|
|
166
|
-
min-height:
|
|
166
|
+
min-height: 40px;
|
|
167
167
|
min-width: 40px;
|
|
168
168
|
padding: 0;
|
|
169
169
|
border-radius: 0;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
}
|
|
436
436
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
|
|
437
437
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
438
|
-
min-height:
|
|
438
|
+
min-height: 40px;
|
|
439
439
|
min-width: 40px;
|
|
440
440
|
padding: 0;
|
|
441
441
|
}
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
min-width: 0;
|
|
233
233
|
padding: 0 1.5px;
|
|
234
234
|
border-radius: 2px;
|
|
235
|
-
line-height:
|
|
235
|
+
line-height: 24px;
|
|
236
236
|
border: none;
|
|
237
237
|
cursor: pointer;
|
|
238
238
|
font-size: 14px;
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
min-width: 24px;
|
|
254
254
|
width: auto;
|
|
255
255
|
font-size: 14px;
|
|
256
|
-
line-height:
|
|
256
|
+
line-height: 24px;
|
|
257
257
|
}
|
|
258
258
|
.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 {
|
|
259
259
|
padding: 0 1.5px;
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
min-width: 0;
|
|
235
235
|
padding: 0 1.5px;
|
|
236
236
|
border-radius: 2px;
|
|
237
|
-
line-height:
|
|
237
|
+
line-height: 24px;
|
|
238
238
|
border: none;
|
|
239
239
|
cursor: pointer;
|
|
240
240
|
font-size: 14px;
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
min-width: 24px;
|
|
256
256
|
width: auto;
|
|
257
257
|
font-size: 14px;
|
|
258
|
-
line-height:
|
|
258
|
+
line-height: 24px;
|
|
259
259
|
}
|
|
260
260
|
.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 {
|
|
261
261
|
padding: 0 1.5px;
|
package/styles/treeview/bds.css
CHANGED