@syncfusion/ej2-navigations 27.2.5 → 28.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.
- package/README.md +2 -2
- package/dist/ej2-navigations.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js +3 -3
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +535 -341
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +555 -355
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +3 -3
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +2 -2
- package/package.json +12 -12
- package/src/accordion/accordion.d.ts +7 -0
- package/src/accordion/accordion.js +52 -45
- package/src/carousel/carousel-model.d.ts +12 -0
- package/src/carousel/carousel.d.ts +11 -0
- package/src/carousel/carousel.js +25 -4
- package/src/common/menu-base-model.d.ts +7 -0
- package/src/common/menu-base.d.ts +7 -0
- package/src/common/menu-base.js +80 -19
- package/src/context-menu/context-menu-model.d.ts +15 -0
- package/src/context-menu/context-menu.d.ts +13 -0
- package/src/context-menu/context-menu.js +10 -0
- package/src/menu/menu.js +4 -0
- package/src/stepper/stepper.d.ts +9 -0
- package/src/stepper/stepper.js +262 -237
- package/src/stepper-base/stepper-base.js +15 -11
- package/src/tab/tab-model.d.ts +15 -2
- package/src/tab/tab.d.ts +26 -2
- package/src/tab/tab.js +81 -14
- package/src/toolbar/toolbar-model.d.ts +0 -6
- package/src/toolbar/toolbar.d.ts +0 -6
- package/src/treeview/treeview.d.ts +1 -9
- package/src/treeview/treeview.js +17 -16
- package/styles/accordion/_tailwind3-definition.scss +168 -0
- package/styles/accordion/_theme.scss +2 -2
- package/styles/accordion/bds.css +544 -0
- package/styles/accordion/bds.scss +5 -0
- package/styles/accordion/icons/_tailwind3.scss +15 -0
- package/styles/accordion/tailwind3.css +552 -0
- package/styles/accordion/tailwind3.scss +5 -0
- package/styles/appbar/_layout.scss +1 -1
- package/styles/appbar/_tailwind3-definition.scss +6 -0
- package/styles/appbar/bds.css +302 -0
- package/styles/appbar/bds.scss +4 -0
- package/styles/appbar/tailwind3.css +285 -0
- package/styles/appbar/tailwind3.scss +4 -0
- package/styles/bds-lite.css +9233 -0
- package/styles/bds-lite.scss +47 -0
- package/styles/bds.css +11954 -0
- package/styles/bds.scss +59 -0
- package/styles/bootstrap-dark-lite.css +21 -13
- package/styles/bootstrap-dark.css +35 -14
- package/styles/bootstrap-lite.css +21 -13
- package/styles/bootstrap.css +35 -14
- package/styles/bootstrap4-lite.css +21 -13
- package/styles/bootstrap4.css +35 -14
- package/styles/bootstrap5-dark-lite.css +29 -21
- package/styles/bootstrap5-dark.css +43 -22
- package/styles/bootstrap5-lite.css +29 -21
- package/styles/bootstrap5.3-lite.css +21 -13
- package/styles/bootstrap5.3.css +35 -14
- package/styles/bootstrap5.css +43 -22
- package/styles/breadcrumb/_bigger.scss +6 -0
- package/styles/breadcrumb/_layout.scss +19 -1
- package/styles/breadcrumb/_tailwind3-definition.scss +61 -0
- package/styles/breadcrumb/_theme.scss +60 -0
- package/styles/breadcrumb/bds.css +418 -0
- package/styles/breadcrumb/bds.scss +5 -0
- package/styles/breadcrumb/icons/_tailwind3.scss +23 -0
- package/styles/breadcrumb/tailwind3.css +441 -0
- package/styles/breadcrumb/tailwind3.scss +5 -0
- package/styles/carousel/_tailwind3-definition.scss +24 -0
- package/styles/carousel/_theme.scss +9 -3
- package/styles/carousel/bds.css +426 -0
- package/styles/carousel/bds.scss +5 -0
- package/styles/carousel/fluent2.css +5 -0
- package/styles/carousel/icons/_tailwind3.scss +30 -0
- package/styles/carousel/tailwind3.css +396 -0
- package/styles/carousel/tailwind3.scss +5 -0
- package/styles/context-menu/_bigger.scss +15 -0
- package/styles/context-menu/_layout.scss +24 -0
- package/styles/context-menu/_tailwind3-definition.scss +55 -0
- package/styles/context-menu/bds.css +421 -0
- package/styles/context-menu/bds.scss +8 -0
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/icons/_tailwind3.scss +31 -0
- package/styles/context-menu/tailwind3.css +449 -0
- package/styles/context-menu/tailwind3.scss +8 -0
- package/styles/fabric-dark-lite.css +21 -13
- package/styles/fabric-dark.css +35 -14
- package/styles/fabric-lite.css +21 -13
- package/styles/fabric.css +35 -14
- package/styles/fluent-dark-lite.css +22 -14
- package/styles/fluent-dark.css +36 -15
- package/styles/fluent-lite.css +22 -14
- package/styles/fluent.css +36 -15
- package/styles/fluent2-lite.css +37 -21
- package/styles/fluent2.css +51 -22
- package/styles/h-scroll/_tailwind3-definition.scss +83 -0
- package/styles/h-scroll/bds.css +311 -0
- package/styles/h-scroll/bds.scss +5 -0
- package/styles/h-scroll/icons/_tailwind3.scss +49 -0
- package/styles/h-scroll/tailwind3.css +311 -0
- package/styles/h-scroll/tailwind3.scss +5 -0
- package/styles/highcontrast-light-lite.css +21 -13
- package/styles/highcontrast-light.css +35 -14
- package/styles/highcontrast-lite.css +24 -16
- package/styles/highcontrast.css +38 -17
- package/styles/material-dark-lite.css +21 -13
- package/styles/material-dark.css +35 -14
- package/styles/material-lite.css +21 -13
- package/styles/material.css +35 -14
- package/styles/material3-dark-lite.css +21 -13
- package/styles/material3-dark.css +38 -14
- package/styles/material3-lite.css +21 -13
- package/styles/material3.css +38 -14
- package/styles/menu/_bigger.scss +26 -0
- package/styles/menu/_layout.scss +35 -0
- package/styles/menu/_tailwind3-definition.scss +66 -0
- package/styles/menu/_theme.scss +33 -1
- package/styles/menu/bds.css +1155 -0
- package/styles/menu/bds.scss +9 -0
- package/styles/menu/fluent2.css +1 -1
- package/styles/menu/icons/_tailwind3.scss +104 -0
- package/styles/menu/tailwind3.css +1238 -0
- package/styles/menu/tailwind3.scss +9 -0
- package/styles/pager/_bigger.scss +65 -6
- package/styles/pager/_layout.scss +22 -2
- package/styles/pager/_tailwind-definition.scss +1 -1
- package/styles/pager/_tailwind3-definition.scss +166 -0
- package/styles/pager/bds.css +915 -0
- package/styles/pager/bds.scss +5 -0
- package/styles/pager/bootstrap-dark.css +7 -0
- package/styles/pager/bootstrap.css +7 -0
- package/styles/pager/bootstrap4.css +7 -0
- package/styles/pager/bootstrap5-dark.css +7 -0
- package/styles/pager/bootstrap5.3.css +7 -0
- package/styles/pager/bootstrap5.css +7 -0
- package/styles/pager/fabric-dark.css +7 -0
- package/styles/pager/fabric.css +7 -0
- package/styles/pager/fluent-dark.css +7 -0
- package/styles/pager/fluent.css +7 -0
- package/styles/pager/fluent2.css +7 -0
- package/styles/pager/highcontrast-light.css +7 -0
- package/styles/pager/highcontrast.css +7 -0
- package/styles/pager/icons/_tailwind3.scss +50 -0
- package/styles/pager/material-dark.css +7 -0
- package/styles/pager/material.css +7 -0
- package/styles/pager/material3-dark.css +8 -0
- package/styles/pager/material3.css +8 -0
- package/styles/pager/tailwind-dark.css +16 -9
- package/styles/pager/tailwind.css +16 -9
- package/styles/pager/tailwind3.css +875 -0
- package/styles/pager/tailwind3.scss +5 -0
- package/styles/sidebar/_tailwind3-definition.scss +6 -0
- package/styles/sidebar/_theme.scss +1 -1
- package/styles/sidebar/bds.css +263 -0
- package/styles/sidebar/bds.scss +3 -0
- package/styles/sidebar/tailwind3.css +227 -0
- package/styles/sidebar/tailwind3.scss +3 -0
- package/styles/stepper/_layout.scss +2 -0
- package/styles/stepper/_tailwind3-definition.scss +72 -0
- package/styles/stepper/_theme.scss +2 -1
- package/styles/stepper/bds.css +724 -0
- package/styles/stepper/bds.scss +6 -0
- package/styles/stepper/bootstrap-dark.css +4 -1
- package/styles/stepper/bootstrap.css +4 -1
- package/styles/stepper/bootstrap4.css +4 -1
- package/styles/stepper/bootstrap5-dark.css +4 -1
- package/styles/stepper/bootstrap5.3.css +4 -1
- package/styles/stepper/bootstrap5.css +4 -1
- package/styles/stepper/fabric-dark.css +4 -1
- package/styles/stepper/fabric.css +4 -1
- package/styles/stepper/fluent-dark.css +4 -1
- package/styles/stepper/fluent.css +4 -1
- package/styles/stepper/fluent2.css +4 -1
- package/styles/stepper/highcontrast-light.css +4 -1
- package/styles/stepper/highcontrast.css +4 -1
- package/styles/stepper/icons/_tailwind3.scss +5 -0
- package/styles/stepper/material-dark.css +4 -1
- package/styles/stepper/material.css +4 -1
- package/styles/stepper/material3-dark.css +4 -1
- package/styles/stepper/material3.css +4 -1
- package/styles/stepper/tailwind-dark.css +4 -1
- package/styles/stepper/tailwind.css +4 -1
- package/styles/stepper/tailwind3.css +724 -0
- package/styles/stepper/tailwind3.scss +6 -0
- package/styles/tab/_bigger.scss +16 -0
- package/styles/tab/_bootstrap-dark-definition.scss +0 -2
- package/styles/tab/_bootstrap-definition.scss +0 -2
- package/styles/tab/_bootstrap4-definition.scss +0 -2
- package/styles/tab/_bootstrap5-definition.scss +0 -2
- package/styles/tab/_bootstrap5.3-definition.scss +0 -2
- package/styles/tab/_fabric-dark-definition.scss +0 -2
- package/styles/tab/_fabric-definition.scss +0 -2
- package/styles/tab/_fluent-definition.scss +0 -2
- package/styles/tab/_fluent2-definition.scss +0 -2
- package/styles/tab/_fusionnew-definition.scss +0 -2
- package/styles/tab/_highcontrast-definition.scss +0 -2
- package/styles/tab/_highcontrast-light-definition.scss +0 -2
- package/styles/tab/_material-dark-definition.scss +0 -2
- package/styles/tab/_material-definition.scss +0 -2
- package/styles/tab/_material3-definition.scss +0 -2
- package/styles/tab/_tailwind-definition.scss +0 -2
- package/styles/tab/_tailwind3-definition.scss +634 -0
- package/styles/tab/_theme.scss +0 -12
- package/styles/tab/bds.css +4190 -0
- package/styles/tab/bds.scss +6 -0
- package/styles/tab/bootstrap-dark.css +7 -11
- package/styles/tab/bootstrap.css +7 -11
- package/styles/tab/bootstrap4.css +7 -11
- package/styles/tab/bootstrap5-dark.css +7 -11
- package/styles/tab/bootstrap5.3.css +7 -11
- package/styles/tab/bootstrap5.css +7 -11
- package/styles/tab/fabric-dark.css +7 -11
- package/styles/tab/fabric.css +7 -11
- package/styles/tab/fluent-dark.css +7 -11
- package/styles/tab/fluent.css +7 -11
- package/styles/tab/fluent2.css +10 -14
- package/styles/tab/highcontrast-light.css +7 -11
- package/styles/tab/highcontrast.css +7 -11
- package/styles/tab/icons/_tailwind3.scss +90 -0
- package/styles/tab/material-dark.css +7 -11
- package/styles/tab/material.css +7 -11
- package/styles/tab/material3-dark.css +9 -11
- package/styles/tab/material3.css +9 -11
- package/styles/tab/tailwind-dark.css +7 -11
- package/styles/tab/tailwind.css +7 -11
- package/styles/tab/tailwind3.css +4125 -0
- package/styles/tab/tailwind3.scss +6 -0
- package/styles/tailwind-dark-lite.css +26 -18
- package/styles/tailwind-dark.css +45 -24
- package/styles/tailwind-lite.css +26 -18
- package/styles/tailwind.css +45 -24
- package/styles/tailwind3-lite.css +9055 -0
- package/styles/tailwind3-lite.scss +47 -0
- package/styles/tailwind3.css +11743 -0
- package/styles/tailwind3.scss +59 -0
- package/styles/toolbar/_bigger.scss +14 -0
- package/styles/toolbar/_bootstrap5-definition.scss +6 -6
- package/styles/toolbar/_layout.scss +7 -1
- package/styles/toolbar/_tailwind3-definition.scss +199 -0
- package/styles/toolbar/_theme.scss +6 -6
- package/styles/toolbar/bds.css +1219 -0
- package/styles/toolbar/bds.scss +9 -0
- package/styles/toolbar/bootstrap-dark.css +1 -1
- package/styles/toolbar/bootstrap.css +1 -1
- package/styles/toolbar/bootstrap4.css +1 -1
- package/styles/toolbar/bootstrap5-dark.css +9 -9
- package/styles/toolbar/bootstrap5.3.css +1 -1
- package/styles/toolbar/bootstrap5.css +9 -9
- package/styles/toolbar/fabric-dark.css +1 -1
- package/styles/toolbar/fabric.css +1 -1
- package/styles/toolbar/fluent-dark.css +1 -1
- package/styles/toolbar/fluent.css +1 -1
- package/styles/toolbar/fluent2.css +1 -1
- package/styles/toolbar/highcontrast-light.css +1 -1
- package/styles/toolbar/highcontrast.css +1 -1
- package/styles/toolbar/icons/_tailwind3.scss +14 -0
- package/styles/toolbar/material-dark.css +1 -1
- package/styles/toolbar/material.css +1 -1
- package/styles/toolbar/material3-dark.css +1 -1
- package/styles/toolbar/material3.css +1 -1
- package/styles/toolbar/tailwind-dark.css +1 -1
- package/styles/toolbar/tailwind.css +1 -1
- package/styles/toolbar/tailwind3.css +1211 -0
- package/styles/toolbar/tailwind3.scss +9 -0
- package/styles/treeview/_bigger.scss +16 -3
- package/styles/treeview/_fluent-definition.scss +1 -1
- package/styles/treeview/_fluent2-definition.scss +2 -2
- package/styles/treeview/_highcontrast-definition.scss +3 -3
- package/styles/treeview/_layout.scss +42 -5
- package/styles/treeview/_tailwind-definition.scss +1 -1
- package/styles/treeview/_tailwind3-definition.scss +126 -0
- package/styles/treeview/_theme.scss +1 -1
- package/styles/treeview/bds.css +1031 -0
- package/styles/treeview/bds.scss +7 -0
- package/styles/treeview/bootstrap-dark.css +16 -1
- package/styles/treeview/bootstrap.css +16 -1
- package/styles/treeview/bootstrap4.css +16 -1
- package/styles/treeview/bootstrap5-dark.css +16 -1
- package/styles/treeview/bootstrap5.3.css +16 -1
- package/styles/treeview/bootstrap5.css +16 -1
- package/styles/treeview/fabric-dark.css +16 -1
- package/styles/treeview/fabric.css +16 -1
- package/styles/treeview/fluent-dark.css +17 -2
- package/styles/treeview/fluent.css +17 -2
- package/styles/treeview/fluent2.css +22 -4
- package/styles/treeview/highcontrast-light.css +16 -1
- package/styles/treeview/highcontrast.css +19 -4
- package/styles/treeview/icons/_tailwind3.scss +44 -0
- package/styles/treeview/material-dark.css +16 -1
- package/styles/treeview/material.css +16 -1
- package/styles/treeview/material3-dark.css +16 -1
- package/styles/treeview/material3.css +16 -1
- package/styles/treeview/tailwind-dark.css +17 -2
- package/styles/treeview/tailwind.css +17 -2
- package/styles/treeview/tailwind3.css +806 -0
- package/styles/treeview/tailwind3.scss +7 -0
- package/styles/v-scroll/_tailwind3-definition.scss +49 -0
- package/styles/v-scroll/bds.css +218 -0
- package/styles/v-scroll/bds.scss +5 -0
- package/styles/v-scroll/icons/_tailwind3.scss +27 -0
- package/styles/v-scroll/tailwind3.css +218 -0
- package/styles/v-scroll/tailwind3.scss +5 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
@import 'ej2-base/styles/definition/tailwind3.scss';
|
|
2
|
+
@import '../context-menu/tailwind3-definition.scss';
|
|
3
|
+
@import '../h-scroll/tailwind3-definition.scss';
|
|
4
|
+
@import '../v-scroll/tailwind3-definition.scss';
|
|
5
|
+
@import 'ej2-popups/styles/popup/tailwind3-definition.scss';
|
|
6
|
+
@import 'tailwind3-definition.scss';
|
|
7
|
+
@import 'icons/tailwind3.scss';
|
|
8
|
+
@import 'all.scss';
|
|
9
|
+
@import 'bigger.scss';
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
.e-np.e-spacing.e-focused,
|
|
101
101
|
.e-pp.e-spacing.e-focused {
|
|
102
102
|
@if $pager-skin == 'tailwind' {
|
|
103
|
-
padding:
|
|
103
|
+
padding: 7px 11.8px 6.5px;
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
|
|
@@ -119,10 +119,22 @@
|
|
|
119
119
|
@if $pager-skin == 'material3' {
|
|
120
120
|
padding: $pager-bigger-current-item-padding;
|
|
121
121
|
}
|
|
122
|
+
@if $pager-skin == 'tailwind3' {
|
|
123
|
+
padding: 10.7px 15.48px 11.5px 15.1px;
|
|
124
|
+
}
|
|
122
125
|
@else {
|
|
123
126
|
padding: $pager-bigger-letter-spacing;
|
|
124
127
|
}
|
|
125
128
|
}
|
|
129
|
+
|
|
130
|
+
.e-pp.e-spacing,
|
|
131
|
+
.e-np.e-spacing,
|
|
132
|
+
.e-pp.e-spacing:hover,
|
|
133
|
+
.e-np.e-spacing:hover {
|
|
134
|
+
@if $pager-skin == 'tailwind3' {
|
|
135
|
+
padding-top: 12.5px;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
126
138
|
|
|
127
139
|
& .e-pagerdropdown {
|
|
128
140
|
margin: $pager-rtl-pagerdropdown-bigger-margin;
|
|
@@ -144,13 +156,13 @@
|
|
|
144
156
|
.e-firstpage.e-focused,
|
|
145
157
|
.e-lastpage.e-focused {
|
|
146
158
|
@if $pager-skin == 'tailwind' {
|
|
147
|
-
padding: 10px 10px
|
|
159
|
+
padding: 10px 10px 9.5px;
|
|
148
160
|
}
|
|
149
161
|
}
|
|
150
162
|
|
|
151
163
|
.e-next.e-icons.e-icon-next.e-nextpage.e-pager-default.e-focused {
|
|
152
164
|
@if $pager-skin == 'tailwind' {
|
|
153
|
-
padding: 10px 11px
|
|
165
|
+
padding: 10px 11px 9.5px;
|
|
154
166
|
}
|
|
155
167
|
}
|
|
156
168
|
}
|
|
@@ -165,6 +177,13 @@
|
|
|
165
177
|
margin-left: $pager-bigger-rtl-parentmsgbar-margin-left;
|
|
166
178
|
margin-top: $pager-bigger-rtl-parentmsgbar-margin-top;
|
|
167
179
|
}
|
|
180
|
+
|
|
181
|
+
@media (max-width: 769px) {
|
|
182
|
+
div.e-parentmsgbar {
|
|
183
|
+
margin-left: 0;
|
|
184
|
+
margin-top: $pager-rtl-pagermsgbar-device-margin-top;
|
|
185
|
+
}
|
|
186
|
+
}
|
|
168
187
|
|
|
169
188
|
@media (max-width: 769px) {
|
|
170
189
|
div.e-parentmsgbar {
|
|
@@ -249,17 +268,31 @@
|
|
|
249
268
|
.e-prevpage.e-focused,
|
|
250
269
|
.e-firstpage.e-focused {
|
|
251
270
|
@if $pager-skin == 'tailwind' {
|
|
252
|
-
padding: 10px 11px
|
|
271
|
+
padding: 10px 11px 9.5px 10px;
|
|
253
272
|
}
|
|
254
273
|
}
|
|
255
274
|
|
|
256
275
|
.e-lastpage.e-focused {
|
|
257
276
|
@if $pager-skin == 'tailwind' {
|
|
258
|
-
padding: 10px 10px
|
|
277
|
+
padding: 10px 10px 9.5px;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
&.e-rtl .e-pagercontainer {
|
|
283
|
+
.e-firstpage,
|
|
284
|
+
.e-prevpage,
|
|
285
|
+
.e-firstpagedisabled,
|
|
286
|
+
.e-prevpagedisabled,
|
|
287
|
+
.e-nextpage,
|
|
288
|
+
.e-lastpage,
|
|
289
|
+
.e-nextpagedisabled,
|
|
290
|
+
.e-lastpagedisabled {
|
|
291
|
+
@if $pager-skin == 'tailwind3' {
|
|
292
|
+
padding: 11.7px 11.6px 8.7px;
|
|
259
293
|
}
|
|
260
294
|
}
|
|
261
295
|
}
|
|
262
|
-
|
|
263
296
|
.e-pp,
|
|
264
297
|
.e-np,
|
|
265
298
|
.e-pp:hover,
|
|
@@ -301,4 +334,30 @@
|
|
|
301
334
|
}
|
|
302
335
|
}
|
|
303
336
|
}
|
|
337
|
+
|
|
338
|
+
.e-bigger #{&}.sf-pager,
|
|
339
|
+
#{&}.sf-pager.e-bigger {
|
|
340
|
+
.e-pagercontainer {
|
|
341
|
+
.e-firstpage,
|
|
342
|
+
.e-prevpage,
|
|
343
|
+
.e-firstpagedisabled,
|
|
344
|
+
.e-prevpagedisabled,
|
|
345
|
+
.e-nextpage,
|
|
346
|
+
.e-lastpage,
|
|
347
|
+
.e-nextpagedisabled,
|
|
348
|
+
.e-lastpagedisabled {
|
|
349
|
+
@if $pager-skin =='tailwind3' {
|
|
350
|
+
padding: 10.3px 11.6px 12.5px;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.e-spacing,
|
|
356
|
+
.e-currentitem,
|
|
357
|
+
.e-numericitem:hover {
|
|
358
|
+
@if $pager-skin =='tailwind3' {
|
|
359
|
+
padding: 14.5px 15.48px 11.8px 15.1px;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
}
|
|
304
363
|
}
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
&.e-currentitem,
|
|
124
124
|
&.e-currentitem:hover {
|
|
125
125
|
@if $pager-skin == 'tailwind' {
|
|
126
|
-
padding: 3.5px 11px
|
|
126
|
+
padding: 3.5px 11px 6.2px 10px;
|
|
127
127
|
}
|
|
128
128
|
@else if $pager-skin == 'bootstrap5' {
|
|
129
129
|
padding: 7.4px 10.5px 8.4px 9.5px;
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
&.e-focused {
|
|
211
211
|
border: 0;
|
|
212
212
|
border-right-style: none;
|
|
213
|
-
padding: 8.
|
|
213
|
+
padding: 8.5px 7px 9.5px;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
@else if $pager-skin == 'material3' {
|
|
@@ -219,6 +219,9 @@
|
|
|
219
219
|
border-radius: 4px;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
+
@else if $pager-skin == 'tailwind3' {
|
|
223
|
+
vertical-align: sub;
|
|
224
|
+
}
|
|
222
225
|
}
|
|
223
226
|
|
|
224
227
|
.e-nextpage.e-focused,
|
|
@@ -727,6 +730,23 @@
|
|
|
727
730
|
.e-last {
|
|
728
731
|
font-size: $pager-icon-size;
|
|
729
732
|
}
|
|
733
|
+
.e-firstpage,
|
|
734
|
+
.e-prevpage,
|
|
735
|
+
.e-firstpagedisabled,
|
|
736
|
+
.e-prevpagedisabled,
|
|
737
|
+
.e-nextpage,
|
|
738
|
+
.e-lastpage,
|
|
739
|
+
.e-nextpagedisabled,
|
|
740
|
+
.e-lastpagedisabled {
|
|
741
|
+
@if $pager-skin == 'tailwind3' {
|
|
742
|
+
padding: 7.1px 8.6px 8.5px;
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
.e-spacing {
|
|
747
|
+
@if $pager-skin == 'tailwind3' {
|
|
748
|
+
padding: 7.6px 11.85px 7.8px 11.8px;
|
|
749
|
+
}
|
|
730
750
|
}
|
|
731
751
|
|
|
732
752
|
.e-numericcontainer a {
|
|
@@ -130,7 +130,7 @@ $pager-skin: 'tailwind' !default;
|
|
|
130
130
|
$pager-container-border-radius: 4px !default;
|
|
131
131
|
$pager-bigger-tripledot-font-size: 14px !default;
|
|
132
132
|
$pager-focus-bg-color: $transparent !default;
|
|
133
|
-
$pager-focus-tripledot-padding: 4.5px
|
|
133
|
+
$pager-focus-tripledot-padding: 4.5px 9.2px 7px !default;
|
|
134
134
|
$pager-focus-tripledot-line-height: 18px !default;
|
|
135
135
|
$pager-focus-active-box-shadow: none !default;
|
|
136
136
|
$pager-focus-shadow: 0 0 0 1px $primary inset !default;
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
@use 'sass:math';
|
|
2
|
+
|
|
3
|
+
$pager-numericitem-border-radius: 0 !default;
|
|
4
|
+
$pager-border-type: solid !default;
|
|
5
|
+
$pager-mobile-icon-size: 11px !default;
|
|
6
|
+
$pager-icon-width: 'auto' !default;
|
|
7
|
+
$pager-icon-height: 'auto' !default;
|
|
8
|
+
$pager-navigationicon-padding: 11px 9px 8px !default;
|
|
9
|
+
$pager-navigationicon-right: 0 !default;
|
|
10
|
+
$pager-navigationicon-top: 0 !default;
|
|
11
|
+
$pager-numericitem-margin-right: 0 !default;
|
|
12
|
+
$pager-messagebar-padding-bottom: 0 !default;
|
|
13
|
+
$pager-bigger-messagebar-padding-bottom: 8px !default;
|
|
14
|
+
$pager-content-opacity: 1 !default;
|
|
15
|
+
$pager-bigger-new-container-rtl-margin: 0 0 -5px 0 !default;
|
|
16
|
+
$pager-next-icon-margin-left: 0 !default;
|
|
17
|
+
$pager-container-rtl-margin: 0 .3px -4px 0 !default;
|
|
18
|
+
$pager-rtl-navigation-icon-padding: 8.85px 8.6px 7px 8.6px !default;
|
|
19
|
+
$pager-rtl-numeric-margin: 0 !default;
|
|
20
|
+
$pager-item-hover-borders-width: 0 !default;
|
|
21
|
+
$pager-tripledot-font-size: 14px !default;
|
|
22
|
+
$pager-last-page-hover-border-radius: 0 3px 3px 0 !default;
|
|
23
|
+
$pager-first-page-hover-border-radius: 3px 0 0 3px !default;
|
|
24
|
+
$pager-rtl-parentmsgbar-margin-left: 6px !default;
|
|
25
|
+
$pager-rtl-parentmsgbar-padding-top: 5px !default;
|
|
26
|
+
$pager-bigger-nexticon-marign-left: math.div($pager-next-icon-margin-left, .75) !default;
|
|
27
|
+
$pager-bigger-current-item-border-radius: math.div($pager-numericitem-border-radius, .75) !default;
|
|
28
|
+
$pager-bigger-rtl-nexticon-marign-left: 0 !default;
|
|
29
|
+
$pager-bigger-rtl-nexticon-marign-right: math.div($pager-next-icon-margin-left, .75) !default;
|
|
30
|
+
$pager-device-padding: 19px 0 !default;
|
|
31
|
+
$pager-device-messabar-padding: 0 !default;
|
|
32
|
+
$pager-bigger-rtl-parentmsgbar-margin-left: 6px !default;
|
|
33
|
+
$pager-bigger-rtl-activeitem-padding: 7px 8px 7px 8px !default;
|
|
34
|
+
$pager-numericitem-min-width: 26px !default;
|
|
35
|
+
$pager-font-size: 14px !default;
|
|
36
|
+
$pager-font-line-height: 1 !default;
|
|
37
|
+
$pager-numeric-font-line-height: $pager-font-line-height !default;
|
|
38
|
+
$pager-bg-color: $content-bg-color !default;
|
|
39
|
+
$pager-border-color: $border-light !default;
|
|
40
|
+
$pager-color: $content-text-color-alt1 !default;
|
|
41
|
+
$pager-icon-size: 14px !default;
|
|
42
|
+
$pager-border-size: 1px !default;
|
|
43
|
+
$pager-numericitem-padding: 13px 12px 10px 12px !default;
|
|
44
|
+
$pager-numeric-hover-bg-color: $content-bg-color-hover !default;
|
|
45
|
+
$pager-numeric-txt-bg-color: $icon-color-disabled !default;
|
|
46
|
+
$pager-padding: 7px 8px 7px 8px !default;
|
|
47
|
+
$pager-numeric-font-weight: bold !default;
|
|
48
|
+
$pager-messagebar-padding-top: 5px !default;
|
|
49
|
+
$pager-number-hover-bg-color: $content-bg-color-hover !default;
|
|
50
|
+
$pager-font-family: $font-family !default;
|
|
51
|
+
$pager-font-weight: bold !default;
|
|
52
|
+
$pager-messagebar-padding-right: 0 !default;
|
|
53
|
+
$pager-tripledot-padding: 6.1px 9.92px 9.9px 9.9px !default;
|
|
54
|
+
$pager-numeric-icon-padding: 6.1px 11.85px 9.8px 11.8px !default;
|
|
55
|
+
$pager-pagecontainer-icon-padding: 8.85px 8.6px 7px 8.6px !default;
|
|
56
|
+
$pager-bigger-pagecontainer-icon-padding: 16px 14px 14px 14px !default;
|
|
57
|
+
$pager-hover-color: $content-text-color-hover !default;
|
|
58
|
+
$pager-mhover-color: $primary !default;
|
|
59
|
+
$pager-pagermessage-weight: $font-weight-normal !default;
|
|
60
|
+
$pager-active-bg-color: $primary !default;
|
|
61
|
+
$pager-last-border-size: 1px !default;
|
|
62
|
+
$page-content-color: $content-text-color !default;
|
|
63
|
+
$pager-container-margin: 0 0 -4px .3px !default;
|
|
64
|
+
$pager-bigger-numeric-item-margin: 0 !default;
|
|
65
|
+
$pager-bigger-icon-font-size: 18px !default;
|
|
66
|
+
$pager-bigger-font-size: 16px !default;
|
|
67
|
+
$pager-bigger-padding: 7px 8px 7px 8px !default;
|
|
68
|
+
$pager-bigger-pagercontainer-margin: 0 0 -6px .8px !default;
|
|
69
|
+
$pager-bigger-pagercontainer-icons-padding: 11.7px 11.6px 8.7px 11.6px !default;
|
|
70
|
+
$pager-bigger-pagercontainer-icons-marign-right: 0 !default;
|
|
71
|
+
$pager-bigger-current-item-padding: 10.7px 15.48px 11.5px 15.1px !default;
|
|
72
|
+
$pager-letter-spacing: 0 !default;
|
|
73
|
+
$pager-bigger-icons-align: middle !default;
|
|
74
|
+
$pager-bigger-messagebar-padding-right: 0 !default;
|
|
75
|
+
$pager-bigger-messagebar-padding-top: 8px !default;
|
|
76
|
+
$pager-last-content-icon: 'e235' !default;
|
|
77
|
+
$pager-next-content-icon: 'e236' !default;
|
|
78
|
+
$pager-prev-content-icon: 'e237' !default;
|
|
79
|
+
$pager-first-content-icon: 'e238' !default;
|
|
80
|
+
$pager-icon-color: $content-text-color-alt3 !default;
|
|
81
|
+
$pager-hover-bg-color: $content-bg-color-hover !default;
|
|
82
|
+
$pager-dropdown-margin-top: -17px !default;
|
|
83
|
+
$pager-dropdown-margin-left: 10px !default;
|
|
84
|
+
$pager-dropdown-margin-right: 8px !default;
|
|
85
|
+
$pager-dropdown-overflow: unset !default;
|
|
86
|
+
$pager-bigger-dropdown-constant-margin: 4px !default;
|
|
87
|
+
$pager-bigger-dropdown-margin: 0 10px 0 18px !default;
|
|
88
|
+
$pager-dropdown-height: 32px !default;
|
|
89
|
+
$pager-dropdown-width: 90px !default;
|
|
90
|
+
$pager-bigger-dropdown-width: 90px !default;
|
|
91
|
+
$pager-constant-margin: 0 0 4px 8px !default;
|
|
92
|
+
$pager-bigger-letter-spacing: 12.6px 13.92px 12px 13.9px !default;
|
|
93
|
+
$pager-tripledot-rtl-margin-top: 0 !default;
|
|
94
|
+
$pager-tripledot-rtl-padding: 6.1px 9.92px 9.9px 9.9px !default;
|
|
95
|
+
$pager-rtl-pagerconstant-margin-top: 0 8px 6px 0 !default;
|
|
96
|
+
$pager-rtl-pagerdropdown-margin: -17px 16px 0 0 !default;
|
|
97
|
+
$pager-tripledot-rtl-bigger-margin-top: 0 !default;
|
|
98
|
+
$pager-bigger-rtl-numeric-margin: 0 !default;
|
|
99
|
+
$pager-bigger-container-rtl-margin: 0 0 -4px 0 !default;
|
|
100
|
+
$pager-activeitem-padding: 6.1px 11.85px 9.8px 11.8px !default;
|
|
101
|
+
$pager-bigger-activeitem-padding: 12px 15px 13px !default;
|
|
102
|
+
$pager-rtl-pagerdropdown-bigger-margin: -21px 16px 0 0 !default;
|
|
103
|
+
$pager-rtl-pagerconstant-bigger-margin-top: 0 16px 7px 0 !default;
|
|
104
|
+
$pager-bigger-rtl-parentmsgbar-margin-top: 0 !default;
|
|
105
|
+
$pager-bigger-rtl-pagercontainer-margin-top: 5px !default;
|
|
106
|
+
$pager-bigger-device-rtl-parentmsgbar-margin-top: 5px !default;
|
|
107
|
+
$pager-rtl-pagermsgbar-device-margin-top: 10px !default;
|
|
108
|
+
$pager-bigger-constant-margin-left: 16px !default;
|
|
109
|
+
$pager-rtl-last-content-icon: 'e238' !default;
|
|
110
|
+
$pager-rtl-first-content-icon: 'e235' !default;
|
|
111
|
+
$pager-rtl-prev-content-icon: 'e236' !default;
|
|
112
|
+
$pager-rtl-next-content-icon: 'e237' !default;
|
|
113
|
+
$pager-rtl-first-last-icon-hover-border-radius: 0 4px 4px 0 !default;
|
|
114
|
+
$pager-item-hover-border-width: 0 1px 0 0 !default;
|
|
115
|
+
$pager-item-hover-border-color: $pager-border-color !default;
|
|
116
|
+
$pager-bigger-current-item-hover-padding: $pager-bigger-current-item-padding !default;
|
|
117
|
+
$pager-numeric-icon-hover-padding: 10.4px 12.5px 11.6px 12.5px !default;
|
|
118
|
+
$pager-bigger-rtl-activeitem-hover-padding: 12px 15px 13px !default;
|
|
119
|
+
$pager-activeitem-hover-padding: $pager-activeitem-padding !default;
|
|
120
|
+
$pager-bigger-dropdown-margin-top: -21px !default;
|
|
121
|
+
$pager-rtl-nxtpage-margin: 0 !default;
|
|
122
|
+
$pager-disabled-icons-opacity: 1 !default;
|
|
123
|
+
$pager-current-item-font-weight: $font-weight-normal !default;
|
|
124
|
+
$pager-bigger-dropdown-heigh: 40px !default;
|
|
125
|
+
$pager-external-msg-padding: 6px 6px 0 6px !default;
|
|
126
|
+
$pager-rtl-bigger-tripledot-font-size: 14px !default;
|
|
127
|
+
$pager-bigger-tripledot-padding: 13px 14px 11px 14px !default;
|
|
128
|
+
$pager-container-children-height: 31px !default;
|
|
129
|
+
$pager-div-chrome-margin-top: -.5px !default;
|
|
130
|
+
$pager-div-margin-top: -.3px !default;
|
|
131
|
+
$pager-container-height: 32px !default;
|
|
132
|
+
$pager-first-disabled-border-radious: 3px 0 0 3px !default;
|
|
133
|
+
$pager-last-disabled-border-radious: 0 3px 3px 0 !default;
|
|
134
|
+
$pager-bigger-container-height: 38px !default;
|
|
135
|
+
$pager-bigger-container-children-height: 37px !default;
|
|
136
|
+
$pager-bigger-container-margin-left: -.9px !default;
|
|
137
|
+
$pager-bigger-container-margin-right: -.9px !default;
|
|
138
|
+
$pager-rtl-padding: $pager-padding !default;
|
|
139
|
+
$pager-skin: $skin-name !default;
|
|
140
|
+
$pager-container-border-radius: 4px !default;
|
|
141
|
+
$pager-bigger-tripledot-font-size: $pager-tripledot-font-size !default;
|
|
142
|
+
$pager-active-border: 2px !default;
|
|
143
|
+
$pager-active-size: solid !default;
|
|
144
|
+
$pager-active-color: $primary-text-color !default;
|
|
145
|
+
$pager-numeric-icon-padding-with-margin: 7px 10px 7px 10px !default;
|
|
146
|
+
$pager-focus-bg-color: $table-bg-color-hover !default;
|
|
147
|
+
$pager-focus-tripledot-padding: $pager-tripledot-padding !default;
|
|
148
|
+
$pager-focus-tripledot-line-height: 1 !default;
|
|
149
|
+
$pager-focus-active-box-shadow: 0 0 0 1px $primary inset !default;
|
|
150
|
+
$pager-focus-shadow: 0 0 0 1px $primary inset !default;
|
|
151
|
+
$pager-bigger-adaptive-pagermsgbar-margin-top: -5px !default;
|
|
152
|
+
$pager-bigger-adaptive-dropdown-margin: -3px 2px 0 4px !default;
|
|
153
|
+
$pager-bigger-adaptive-dropdown-min-width: 77px !default;
|
|
154
|
+
$pager-bigger-adaptive-constant-top: 6px !default;
|
|
155
|
+
$pager-rtl-adaptive-constant-top: 0 10px 0 8px !default;
|
|
156
|
+
$pager-rtl-e-bigger-adaptive-dropdown-margin: 1px 4px 0 2px !default;
|
|
157
|
+
$pager-rtl-e-bigger-adaptive-pagermsgbar-margin-top: -2px !default;
|
|
158
|
+
$pager-bigger-adaptive-pager-padding: 8px !default;
|
|
159
|
+
$pager-adaptive-pagermsgbar-margin-top: -6px !default;
|
|
160
|
+
$pager-adaptive-dropdown-margin: 2px 2px 0 4px !default;
|
|
161
|
+
$pager-rtl-adaptive-pagermsgbar-margin-top: -4px !default;
|
|
162
|
+
$pager-rtl-adaptive-dropdown-margin: 5px 4px 0 2px !default;
|
|
163
|
+
$pager-adaptive-constant-pagesizeall-top: 11px !default;
|
|
164
|
+
$pager-bigger-adaptive-constant-pagesizeall-top: 10px !default;
|
|
165
|
+
$pager-rtl-adaptive-constant-pagesizeall-top: 14px !default;
|
|
166
|
+
$pager-rtl-e-bigger-adaptive-constant-pagesizeall-top: 13px !default;
|