@syncfusion/ej2-navigations 19.4.50 → 19.4.55
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/CHANGELOG.md +24 -0
- package/README.md +1 -1
- 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 +8 -6
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +8 -6
- 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 +11 -11
- package/src/accordion/accordion.js +3 -3
- package/src/common/menu-base.js +2 -2
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +3 -1
- package/styles/bootstrap-dark.css +5 -2
- package/styles/bootstrap.css +5 -2
- package/styles/bootstrap4.css +5 -2
- package/styles/bootstrap5-dark.css +5 -2
- package/styles/bootstrap5.css +5 -2
- package/styles/fabric-dark.css +5 -2
- package/styles/fabric.css +5 -2
- package/styles/highcontrast-light.css +5 -2
- package/styles/highcontrast.css +5 -2
- package/styles/material-dark.css +5 -2
- package/styles/material.css +5 -2
- package/styles/menu/_layout.scss +1 -1
- package/styles/menu/_theme.scss +0 -9
- package/styles/tailwind-dark.css +5 -2
- package/styles/tailwind.css +5 -2
- package/styles/toolbar/_layout.scss +4 -2
- package/styles/toolbar/bootstrap-dark.css +5 -2
- package/styles/toolbar/bootstrap.css +5 -2
- package/styles/toolbar/bootstrap4.css +5 -2
- package/styles/toolbar/bootstrap5-dark.css +5 -2
- package/styles/toolbar/bootstrap5.css +5 -2
- package/styles/toolbar/fabric-dark.css +5 -2
- package/styles/toolbar/fabric.css +5 -2
- package/styles/toolbar/highcontrast-light.css +5 -2
- package/styles/toolbar/highcontrast.css +5 -2
- package/styles/toolbar/material-dark.css +5 -2
- package/styles/toolbar/material.css +5 -2
- package/styles/toolbar/tailwind-dark.css +5 -2
- package/styles/toolbar/tailwind.css +5 -2
|
@@ -159,7 +159,9 @@
|
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
162
|
-
.e-
|
|
162
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
163
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
164
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
163
165
|
display: none;
|
|
164
166
|
}
|
|
165
167
|
|
|
@@ -861,7 +863,8 @@
|
|
|
861
863
|
margin: 1px 0;
|
|
862
864
|
}
|
|
863
865
|
|
|
864
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
866
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
867
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
865
868
|
display: none;
|
|
866
869
|
}
|
|
867
870
|
|
|
@@ -194,7 +194,9 @@
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
197
|
-
.e-
|
|
197
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
198
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
199
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
198
200
|
display: none;
|
|
199
201
|
}
|
|
200
202
|
|
|
@@ -895,7 +897,8 @@
|
|
|
895
897
|
white-space: normal;
|
|
896
898
|
}
|
|
897
899
|
|
|
898
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
900
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
901
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
899
902
|
display: none;
|
|
900
903
|
}
|
|
901
904
|
|
|
@@ -197,7 +197,9 @@
|
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
200
|
-
.e-
|
|
200
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
201
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
202
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
201
203
|
display: none;
|
|
202
204
|
}
|
|
203
205
|
|
|
@@ -898,7 +900,8 @@
|
|
|
898
900
|
white-space: normal;
|
|
899
901
|
}
|
|
900
902
|
|
|
901
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
903
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
904
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
902
905
|
display: none;
|
|
903
906
|
}
|
|
904
907
|
|
|
@@ -169,7 +169,9 @@
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
172
|
-
.e-
|
|
172
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
173
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
174
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
173
175
|
display: none;
|
|
174
176
|
}
|
|
175
177
|
|
|
@@ -868,7 +870,8 @@
|
|
|
868
870
|
white-space: normal;
|
|
869
871
|
}
|
|
870
872
|
|
|
871
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
873
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
874
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
872
875
|
display: none;
|
|
873
876
|
}
|
|
874
877
|
|
|
@@ -169,7 +169,9 @@
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
172
|
-
.e-
|
|
172
|
+
.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden,
|
|
173
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
174
|
+
.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
173
175
|
display: none;
|
|
174
176
|
}
|
|
175
177
|
|
|
@@ -868,7 +870,8 @@
|
|
|
868
870
|
white-space: normal;
|
|
869
871
|
}
|
|
870
872
|
|
|
871
|
-
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator
|
|
873
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator,
|
|
874
|
+
.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-hidden {
|
|
872
875
|
display: none;
|
|
873
876
|
}
|
|
874
877
|
|