@syncfusion/ej2-navigations 27.2.4 → 28.1.33
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 +484 -297
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +503 -310
- 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/carousel/carousel-model.d.ts +12 -0
- package/src/carousel/carousel.d.ts +11 -0
- package/src/carousel/carousel.js +24 -3
- 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 +82 -15
- 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 +18 -17
- 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 +9234 -0
- package/styles/bds-lite.scss +47 -0
- package/styles/bds.css +11955 -0
- package/styles/bds.scss +59 -0
- package/styles/bootstrap-dark-lite.css +22 -13
- package/styles/bootstrap-dark.css +36 -14
- package/styles/bootstrap-lite.css +22 -13
- package/styles/bootstrap.css +36 -14
- package/styles/bootstrap4-lite.css +22 -13
- package/styles/bootstrap4.css +36 -14
- package/styles/bootstrap5-dark-lite.css +30 -21
- package/styles/bootstrap5-dark.css +44 -22
- package/styles/bootstrap5-lite.css +30 -21
- package/styles/bootstrap5.3-lite.css +22 -13
- package/styles/bootstrap5.3.css +36 -14
- package/styles/bootstrap5.css +44 -22
- package/styles/breadcrumb/_layout.scss +16 -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 +434 -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 +22 -13
- package/styles/fabric-dark.css +36 -14
- package/styles/fabric-lite.css +22 -13
- package/styles/fabric.css +36 -14
- package/styles/fluent-dark-lite.css +23 -14
- package/styles/fluent-dark.css +37 -15
- package/styles/fluent-lite.css +23 -14
- package/styles/fluent.css +37 -15
- package/styles/fluent2-lite.css +38 -21
- package/styles/fluent2.css +52 -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 +22 -13
- package/styles/highcontrast-light.css +36 -14
- package/styles/highcontrast-lite.css +25 -16
- package/styles/highcontrast.css +39 -17
- package/styles/material-dark-lite.css +22 -13
- package/styles/material-dark.css +36 -14
- package/styles/material-lite.css +22 -13
- package/styles/material.css +36 -14
- package/styles/material3-dark-lite.css +22 -13
- package/styles/material3-dark.css +39 -14
- package/styles/material3-lite.css +22 -13
- package/styles/material3.css +39 -14
- package/styles/menu/_bigger.scss +23 -0
- package/styles/menu/_layout.scss +32 -0
- package/styles/menu/_tailwind3-definition.scss +66 -0
- package/styles/menu/_theme.scss +36 -2
- 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 +1232 -0
- package/styles/menu/tailwind3.scss +9 -0
- package/styles/pager/_bigger.scss +39 -6
- package/styles/pager/_layout.scss +5 -2
- package/styles/pager/_tailwind-definition.scss +2 -2
- 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 +17 -10
- package/styles/pager/tailwind.css +17 -10
- package/styles/pager/tailwind3.css +835 -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 +3 -0
- package/styles/stepper/_tailwind3-definition.scss +72 -0
- package/styles/stepper/_theme.scss +2 -1
- package/styles/stepper/bds.css +725 -0
- package/styles/stepper/bds.scss +6 -0
- package/styles/stepper/bootstrap-dark.css +5 -1
- package/styles/stepper/bootstrap.css +5 -1
- package/styles/stepper/bootstrap4.css +5 -1
- package/styles/stepper/bootstrap5-dark.css +5 -1
- package/styles/stepper/bootstrap5.3.css +5 -1
- package/styles/stepper/bootstrap5.css +5 -1
- package/styles/stepper/fabric-dark.css +5 -1
- package/styles/stepper/fabric.css +5 -1
- package/styles/stepper/fluent-dark.css +5 -1
- package/styles/stepper/fluent.css +5 -1
- package/styles/stepper/fluent2.css +5 -1
- package/styles/stepper/highcontrast-light.css +5 -1
- package/styles/stepper/highcontrast.css +5 -1
- package/styles/stepper/icons/_tailwind3.scss +5 -0
- package/styles/stepper/material-dark.css +5 -1
- package/styles/stepper/material.css +5 -1
- package/styles/stepper/material3-dark.css +5 -1
- package/styles/stepper/material3.css +5 -1
- package/styles/stepper/tailwind-dark.css +5 -1
- package/styles/stepper/tailwind.css +5 -1
- package/styles/stepper/tailwind3.css +725 -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 +28 -19
- package/styles/tailwind-dark.css +47 -25
- package/styles/tailwind-lite.css +28 -19
- package/styles/tailwind.css +47 -25
- package/styles/tailwind3-lite.css +9035 -0
- package/styles/tailwind3-lite.scss +47 -0
- package/styles/tailwind3.css +11691 -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,59 @@
|
|
|
1
|
+
@import 'ej2-base/styles/definition/tailwind3.scss';
|
|
2
|
+
@import 'pager/tailwind3-definition.scss';
|
|
3
|
+
@import 'pager/icons/tailwind3.scss';
|
|
4
|
+
@import 'pager/all.scss';
|
|
5
|
+
@import 'pager/bigger.scss';
|
|
6
|
+
@import 'h-scroll/tailwind3-definition.scss';
|
|
7
|
+
@import 'h-scroll/icons/tailwind3.scss';
|
|
8
|
+
@import 'h-scroll/all.scss';
|
|
9
|
+
@import 'h-scroll/bigger.scss';
|
|
10
|
+
@import 'v-scroll/tailwind3-definition.scss';
|
|
11
|
+
@import 'v-scroll/icons/tailwind3.scss';
|
|
12
|
+
@import 'v-scroll/all.scss';
|
|
13
|
+
@import 'v-scroll/bigger.scss';
|
|
14
|
+
@import 'ej2-buttons/styles/button/tailwind3-definition.scss';
|
|
15
|
+
@import 'ej2-popups/styles/popup/tailwind3-definition.scss';
|
|
16
|
+
@import 'toolbar/tailwind3-definition.scss';
|
|
17
|
+
@import 'toolbar/icons/tailwind3.scss';
|
|
18
|
+
@import 'toolbar/all.scss';
|
|
19
|
+
@import 'toolbar/bigger.scss';
|
|
20
|
+
@import 'accordion/tailwind3-definition.scss';
|
|
21
|
+
@import 'accordion/icons/tailwind3.scss';
|
|
22
|
+
@import 'accordion/all.scss';
|
|
23
|
+
@import 'accordion/bigger.scss';
|
|
24
|
+
@import 'carousel/tailwind3-definition.scss';
|
|
25
|
+
@import 'carousel/icons/tailwind3.scss';
|
|
26
|
+
@import 'carousel/all.scss';
|
|
27
|
+
|
|
28
|
+
@import 'context-menu/tailwind3-definition.scss';
|
|
29
|
+
@import 'context-menu/icons/tailwind3.scss';
|
|
30
|
+
@import 'context-menu/all.scss';
|
|
31
|
+
@import 'context-menu/bigger.scss';
|
|
32
|
+
@import 'tab/tailwind3-definition.scss';
|
|
33
|
+
@import 'tab/icons/tailwind3.scss';
|
|
34
|
+
@import 'tab/all.scss';
|
|
35
|
+
@import 'tab/bigger.scss';
|
|
36
|
+
@import 'ej2-inputs/styles/input/tailwind3-definition.scss';
|
|
37
|
+
@import 'ej2-buttons/styles/check-box/tailwind3-definition.scss';
|
|
38
|
+
@import 'treeview/tailwind3-definition.scss';
|
|
39
|
+
@import 'treeview/icons/tailwind3.scss';
|
|
40
|
+
@import 'treeview/all.scss';
|
|
41
|
+
@import 'treeview/bigger.scss';
|
|
42
|
+
@import 'sidebar/tailwind3-definition.scss';
|
|
43
|
+
@import 'sidebar/all.scss';
|
|
44
|
+
@import 'menu/tailwind3-definition.scss';
|
|
45
|
+
@import 'menu/icons/tailwind3.scss';
|
|
46
|
+
@import 'menu/all.scss';
|
|
47
|
+
@import 'menu/bigger.scss';
|
|
48
|
+
@import 'breadcrumb/tailwind3-definition.scss';
|
|
49
|
+
@import 'breadcrumb/icons/tailwind3.scss';
|
|
50
|
+
@import 'breadcrumb/all.scss';
|
|
51
|
+
@import 'breadcrumb/bigger.scss';
|
|
52
|
+
@import 'appbar/tailwind3-definition.scss';
|
|
53
|
+
@import 'appbar/all.scss';
|
|
54
|
+
@import 'appbar/bigger.scss';
|
|
55
|
+
@import 'ej2-popups/styles/tooltip/tailwind3-definition.scss';
|
|
56
|
+
@import 'stepper/tailwind3-definition.scss';
|
|
57
|
+
@import 'stepper/icons/tailwind3.scss';
|
|
58
|
+
@import 'stepper/all.scss';
|
|
59
|
+
@import 'stepper/bigger.scss';
|
|
@@ -209,8 +209,22 @@
|
|
|
209
209
|
min-width: $tbar-btn-bgr-minwidth;
|
|
210
210
|
padding: $tbar-btn-bgr-padding;
|
|
211
211
|
|
|
212
|
+
@if ($skin-name == 'tailwind3') {
|
|
213
|
+
.e-icons.e-btn-icon:not(.e-toolbar-pop) {
|
|
214
|
+
font-size: $tbar-bgr-btn-icon-font-size;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
&.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop),
|
|
218
|
+
.e-control.e-tbtn-txt .e-icons.e-btn-icon:not(.e-toolbar-pop) {
|
|
219
|
+
padding: $tbar-btn-icn-bgr-padding;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
|
|
212
223
|
.e-tbar-btn-text {
|
|
213
224
|
padding: $btn-txt-bgr-padding;
|
|
225
|
+
@if ($skin-name == 'tailwind3') {
|
|
226
|
+
font-size: $tbar-bgr-btn-text-font-size;
|
|
227
|
+
}
|
|
214
228
|
}
|
|
215
229
|
|
|
216
230
|
&:hover,
|
|
@@ -121,7 +121,7 @@ $tbar-pressed-bg: $secondary-bg-color-focus !default;
|
|
|
121
121
|
$tbar-pressed-font: $content-text-color-alt2 !default;
|
|
122
122
|
$tbar-select-font: $content-text-color-alt2 !default;
|
|
123
123
|
$tbar-default-icon-overlay: $content-text-color-alt2 !default;
|
|
124
|
-
$tbar-focus-bg:
|
|
124
|
+
$tbar-focus-bg: $secondary-bg-color-focus !default;
|
|
125
125
|
$tbar-press-font: $content-text-color-alt2 !default;
|
|
126
126
|
$tbar-default-font-overlay: $content-text-color-alt2 !default;
|
|
127
127
|
$tbar-active-font-color: $primary-text-color !default;
|
|
@@ -132,16 +132,16 @@ $tbar-bgr-btn-focus-padding: 0 8px !default;
|
|
|
132
132
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
133
133
|
$tbar-nrml-btn-focus-padding: 0 4px !default;
|
|
134
134
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
135
|
-
$tbar-btn-icons-focus-color: $
|
|
136
|
-
$tbar-btn-text-focus-color: $
|
|
135
|
+
$tbar-btn-icons-focus-color: $secondary-text-color-focus !default;
|
|
136
|
+
$tbar-btn-text-focus-color: $secondary-text-color-focus !default;
|
|
137
137
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
138
138
|
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
139
139
|
$tbar-btn-hover-active-icons-color: $primary-text-color !default;
|
|
140
140
|
$tbar-btn-hover-active-text-color: $primary-text-color !default;
|
|
141
141
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
142
142
|
$tbar-btn-active-bg: $tbar-active-bg !default;
|
|
143
|
-
$tbar-btn-active-icons-color: $
|
|
144
|
-
$tbar-btn-active-text-color: $
|
|
143
|
+
$tbar-btn-active-icons-color: $secondary-text-color-pressed !default;
|
|
144
|
+
$tbar-btn-active-text-color: $secondary-text-color-pressed !default;
|
|
145
145
|
$tbar-btn-text-color: $content-text-color !default;
|
|
146
146
|
$tbar-btn-pressed-text-color: $secondary-text-color-pressed !default;
|
|
147
147
|
$tbar-btn-pressed-focus-box-shadow: $secondary-shadow-focus !default;
|
|
@@ -179,7 +179,7 @@ $tbar-popup-nav-focus-border-size: 0 !default;
|
|
|
179
179
|
$tbar-popup-btn-bg: transparent !default;
|
|
180
180
|
$tbar-popup-btn-hover-bg: $tbar-hover-bg !default;
|
|
181
181
|
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
182
|
-
$tbar-popup-btn-active-bg:
|
|
182
|
+
$tbar-popup-btn-active-bg: $secondary-bg-color-pressed !default;
|
|
183
183
|
$tbar-popup-btn-active-box-shadow: none !default;
|
|
184
184
|
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
185
185
|
$tbar-popup-btn-focus-box-shadow: none !default;
|
|
@@ -374,7 +374,6 @@
|
|
|
374
374
|
|
|
375
375
|
.e-popup-down-icon.e-icons,
|
|
376
376
|
.e-popup-up-icon.e-icons {
|
|
377
|
-
color: $tbar-default-icon-color;
|
|
378
377
|
display: flex;
|
|
379
378
|
text-align: center;
|
|
380
379
|
vertical-align: middle;
|
|
@@ -382,6 +381,13 @@
|
|
|
382
381
|
justify-content: center;
|
|
383
382
|
width: 100%;
|
|
384
383
|
font-size: $tbar-popup-icon-font-size;
|
|
384
|
+
|
|
385
|
+
@if ($skin-name == 'tailwind3') {
|
|
386
|
+
color: $tbar-active-font-color;
|
|
387
|
+
}
|
|
388
|
+
@else {
|
|
389
|
+
color: $tbar-default-icon-color;
|
|
390
|
+
}
|
|
385
391
|
}
|
|
386
392
|
|
|
387
393
|
&.e-toolpop {
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
/* stylelint-disable */
|
|
2
|
+
$tbar-skin: $skin-name !default;
|
|
3
|
+
$tbar-icons-bgr-font-size: $text-lg;
|
|
4
|
+
$tbar-btn-font-size: $text-base !default;
|
|
5
|
+
$tbar-btn-txt-font-size: $text-sm !default;
|
|
6
|
+
$tbar-pop-box-shadow: $shadow-lg !default;
|
|
7
|
+
$tbar-btn-box-shadow: none !default;
|
|
8
|
+
$tbar-box-shadow: none !default;
|
|
9
|
+
$tbar-nav-pressed-box-shadow: $secondary-shadow-focus !default;
|
|
10
|
+
$tbar-btn-pressed-box-shadow: none !default;
|
|
11
|
+
$tbar-item-bgr-padding: 8px 6px !default;
|
|
12
|
+
$tbar-item-nrml-padding: 8px 4px !default;
|
|
13
|
+
$tbar-btn-nrml-padding: 0 4px !default;
|
|
14
|
+
$tbar-btn-bgr-padding: 0 8px !default;
|
|
15
|
+
$tbar-btn-bgr-focus-padding: 0 8px !default;
|
|
16
|
+
$tbar-btn-icn-nrml-padding: 8px 4px !default;
|
|
17
|
+
$tbar-btn-icn-bgr-padding: 11px 4px !default;
|
|
18
|
+
$tbar-rtl-btn-icn-nrml-padding: 4px !default;
|
|
19
|
+
$tbar-rtl-btn-icn-bgr-padding: 4px 6px !default;
|
|
20
|
+
$tbar-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
21
|
+
$tbar-btn-icn-right-nrml-padding: 4px !default;
|
|
22
|
+
$tbar-rtl-btn-icn-right-nrml-padding: 4px !default;
|
|
23
|
+
$tbar-rtl-btn-icn-right-bgr-padding: 4px 6px !default;
|
|
24
|
+
$btn-txt-nrml-padding: 6px 4px !default;
|
|
25
|
+
$btn-txt-bgr-padding: 8px 4px !default;
|
|
26
|
+
$btn-rtl-txt-nrml-padding: 4px !default;
|
|
27
|
+
$btn-rtl-txt-bgr-padding: 4px !default;
|
|
28
|
+
$tbar-item-pop-nrml-padding: 0 !default;
|
|
29
|
+
$tbar-item-pop-bgr-padding: 0 !default;
|
|
30
|
+
$tbar-pop-btn-bgr-padding: 8px 18px !default;
|
|
31
|
+
$tbar-pop-btn-nrml-padding: 6px 14px !default;
|
|
32
|
+
$tbar-pop-icon-bgr-padding: 0 6px 0 0 !default;
|
|
33
|
+
$tbar-pop-icon-nrml-padding: 0 5px 0 0 !default;
|
|
34
|
+
$tbar-pop-btn-txt-nrml-pad: 0 0 0 5px !default;
|
|
35
|
+
$tbar-pop-btn-txt-bgr-pad: 0 0 0 6px !default;
|
|
36
|
+
$tbar-popup-padding: 0 !default;
|
|
37
|
+
$tbar-btn-nrml-minheight: 32px !default;
|
|
38
|
+
$tbar-btn-nrml-line-height: 20px !default;
|
|
39
|
+
$tbar-btn-icon-nrml-line-height: 16px !default;
|
|
40
|
+
$tbar-btn-bgr-minheight: 40px !default;
|
|
41
|
+
$tbar-btn-bgr-line-height: 24px !default;
|
|
42
|
+
$tbar-btn-icon-bgr-line-height: 18px !default;
|
|
43
|
+
$tbar-btn-nrml-minwidth: 32px !default;
|
|
44
|
+
$tbar-btn-weight: $font-weight-medium !default;
|
|
45
|
+
$tbar-btn-bgr-minwidth: 40px !default;
|
|
46
|
+
$tbar-nrml-size: 48px !default;
|
|
47
|
+
$tbar-bgr-size: 56px !default;
|
|
48
|
+
$tbar-nrml-items-size: 48px !default;
|
|
49
|
+
$tbar-bgr-items-size: 56px !default;
|
|
50
|
+
$tbar-nrml-item-size: 48px !default;
|
|
51
|
+
$tbar-item-height: 32px !default;
|
|
52
|
+
$tbar-item-nrml-minwidth: 28px !default;
|
|
53
|
+
$tbar-bgr-item-size: 49px !default;
|
|
54
|
+
$tbar-btn-icon-nrml-width: 12px !default;
|
|
55
|
+
$tbar-btn-icon-nrml-height: 16px !default;
|
|
56
|
+
$tbar-right-item-line-height: 24px !default;
|
|
57
|
+
$tbar-btn-icon-bgr-width: 13px !default;
|
|
58
|
+
$tbar-nav-nrml-width: 30px !default;
|
|
59
|
+
$tbar-nav-bgr-width: 36px !default;
|
|
60
|
+
$tbar-btn-pop-nrml-minheight: 30px !default;
|
|
61
|
+
$tbar-btn-pop-bgr-minheight: 32px !default;
|
|
62
|
+
$tbar-radius: 6px;
|
|
63
|
+
$tbar-pop-radius: 6px;
|
|
64
|
+
$tbar-zero-value: 0 !default;
|
|
65
|
+
$tbar-separator-nrml-height: 24px !default;
|
|
66
|
+
$tbar-separator-bgr-height: 30px !default;
|
|
67
|
+
$tbar-separator-nrml-minheight: $tbar-separator-nrml-height !default;
|
|
68
|
+
$tbar-separator-bgr-minheight: $tbar-separator-bgr-height !default;
|
|
69
|
+
$tbar-separator-size: 1px !default;
|
|
70
|
+
$tba-horizontal-separator: 0 $tbar-separator-size 0 0 !default;
|
|
71
|
+
$tba-vertical-separator: 0 0 $tbar-separator-size 0 !default;
|
|
72
|
+
$tbar-item-nrml-mrgn: 8px !default;
|
|
73
|
+
$tbar-item-bgr-mrgn: 12px !default;
|
|
74
|
+
$tbar-multirow-items-mrgn-bigger: 12px !default;
|
|
75
|
+
$tbar-multirow-items-mrgn-small: 8px !default;
|
|
76
|
+
$tbar-multirow-item-top-btm-mrgn-bigger: 0 !default;
|
|
77
|
+
$tbar-multirow-item-top-btm-mrgn-small: 0 !default;
|
|
78
|
+
$tbar-btn-nrml-mrgn: 0 !default;
|
|
79
|
+
$tbar-separator-vertical-nrml-mrgn: 3px 7px;
|
|
80
|
+
$tbar-separator-bgr-mrgn: 13px 6px;
|
|
81
|
+
$tbar-separator-vertical-bgr-mrgn: 5px 10px;
|
|
82
|
+
$tbar-separator-nrml-mrgn: 12px 4px;
|
|
83
|
+
$border-size: 1px;
|
|
84
|
+
$border-type: solid;
|
|
85
|
+
$tbar-border-radius: 4px !default;
|
|
86
|
+
$tbar-border-nav-type: solid !default;
|
|
87
|
+
$tbar-border-size: 0;
|
|
88
|
+
$tbar-separator-border-type: $border-type;
|
|
89
|
+
$tbar-hover-border-color: $icon-color;
|
|
90
|
+
$tbar-pressed-border: $tbar-hover-border-color;
|
|
91
|
+
$tbar-separator-border: $border-light !default;
|
|
92
|
+
$tbar-default-border: $border-light !default;
|
|
93
|
+
$tbar-hover-border-color: $icon-color !default;
|
|
94
|
+
$tbar-focus-border-color: $tbar-hover-border-color !default;
|
|
95
|
+
$tbar-press-border-color: $border-light !default;
|
|
96
|
+
$tbar-border-nav-type: $border-light !default;
|
|
97
|
+
$tbar-border-nav-active-type: $border-light !default;
|
|
98
|
+
$tbar-btn-border: none !default;
|
|
99
|
+
$tbar-item-pop-bg-color: $transparent !default;
|
|
100
|
+
$tbar-popup-border-width: 0 0 0 $border-size !default;
|
|
101
|
+
$tbar-popup-rtl-border-width: 0 $border-size 0 0 !default;
|
|
102
|
+
$tbar-popup-vertical-border-width: $border-size 0 0 0 !default;
|
|
103
|
+
$tbar-popup-vertical-rtl-border-width: 0 0 $border-size 0 !default;
|
|
104
|
+
$tbar-border-type: $border-type !default;
|
|
105
|
+
$tbar-nav-press-border: 0 !default;
|
|
106
|
+
$tbar-nav-hover-border: 0 !default;
|
|
107
|
+
$tbar-nav-focus-border: 0 !default;
|
|
108
|
+
$tbar-btn-border-radius: 4px !default;
|
|
109
|
+
$tbar-default-bg: $content-bg-color-alt1 !default;
|
|
110
|
+
$tbar-items-default-bg: $transparent !default;
|
|
111
|
+
$tbar-default-font: $content-text-color !default;
|
|
112
|
+
$tbar-active-bg: $secondary-bg-color-pressed !default;
|
|
113
|
+
$tbar-active-icon-color: $primary-text-color !default;
|
|
114
|
+
$tbar-tab-highlight-color: rgba(0, 0, 0, 0) !default;
|
|
115
|
+
$tbar-press-bg: $content-bg-color-alt2 !default;
|
|
116
|
+
$tbar-btn-press-bg: $tbar-active-bg !default;
|
|
117
|
+
$tbar-hover-bg: $secondary-bg-color-hover !default;
|
|
118
|
+
$tbar-hover-font: $icon-color !default;
|
|
119
|
+
$tbar-default-icon-color: $icon-color !default;
|
|
120
|
+
$tbar-pressed-bg: $secondary-bg-color-focus !default;
|
|
121
|
+
$tbar-pressed-font: $content-text-color-alt2 !default;
|
|
122
|
+
$tbar-select-font: $secondary-text-color-pressed !default;
|
|
123
|
+
$tbar-default-icon-overlay: $content-text-color-alt2 !default;
|
|
124
|
+
$tbar-focus-bg: $secondary-bg-color-focus !default;
|
|
125
|
+
$tbar-press-font: $content-text-color-alt2 !default;
|
|
126
|
+
$tbar-default-font-overlay: $content-text-color-alt2 !default;
|
|
127
|
+
$tbar-active-font-color: $secondary-text-color !default;
|
|
128
|
+
$tbar-pop-bg: $flyout-bg-color !default;
|
|
129
|
+
$tbar-bgr-btn-text-font-size: $text-base !default;
|
|
130
|
+
$tbar-bgr-btn-icon-font-size: $text-lg !default;
|
|
131
|
+
$tbar-bgr-btn-focus-padding: 0 8px !default;
|
|
132
|
+
$tbar-nrml-btn-border-radius: 4px !default;
|
|
133
|
+
$tbar-nrml-btn-focus-padding: 0 4px !default;
|
|
134
|
+
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
135
|
+
$tbar-btn-icons-focus-color: $secondary-text-color-hover !default;
|
|
136
|
+
$tbar-btn-text-focus-color: $content-text-color !default;
|
|
137
|
+
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
138
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
139
|
+
$tbar-btn-hover-active-icons-color: $secondary-text-color !default;
|
|
140
|
+
$tbar-btn-hover-active-text-color: $content-text-color !default;
|
|
141
|
+
$tbar-btn-overlay-opacity: .5 !default;
|
|
142
|
+
$tbar-btn-active-bg: $tbar-active-bg !default;
|
|
143
|
+
$tbar-btn-active-icons-color: $secondary-text-color-pressed !default;
|
|
144
|
+
$tbar-btn-active-text-color: $secondary-text-color-pressed !default;
|
|
145
|
+
$tbar-btn-text-color: $content-text-color !default;
|
|
146
|
+
$tbar-btn-pressed-text-color: $secondary-text-color-pressed !default;
|
|
147
|
+
$tbar-btn-pressed-focus-box-shadow: $secondary-shadow-focus !default;
|
|
148
|
+
$tbar-btn-pressed-bg: $secondary-bg-color-pressed !default;
|
|
149
|
+
$tbar-flat-btn-active-box-shadow: none !default;
|
|
150
|
+
$tbar-ext-btn-focus-padding: 0 4px !default;
|
|
151
|
+
$tbar-ext-btn-icon-padding: 5px 6px !default;
|
|
152
|
+
$tbar-ext-btn-icon-font-size: $text-base !default;
|
|
153
|
+
$tbar-ext-btn-focus-box-shadow: $shadow-focus-ring2 !default;
|
|
154
|
+
$tbar-ext-btn-hover-border-color: $tbar-hover-border-color !default;
|
|
155
|
+
$tbar-ext-btn-border: none !default;
|
|
156
|
+
$tbar-popup-icon-font-size: $text-lg !default;
|
|
157
|
+
$tbar-popup-text-btn-icon-padding: 4px 4px 5px 4px !default;
|
|
158
|
+
$tbar-popup-bgr-text-btn-icon-padding: 4px 6px 3px 6px !default;
|
|
159
|
+
$tbar-popup-btn-border: none !default;
|
|
160
|
+
$tbar-popup-btn-border-radius: 4px !default;
|
|
161
|
+
$tbar-popup-bgr-height: 40px !default;
|
|
162
|
+
$tbar-popup-bgr-btn-icon-font-size: $text-base !default;
|
|
163
|
+
$tbar-popup-bgr-btn-text-font-size: $text-base !default;
|
|
164
|
+
$tbar-popup-nav-active-border-bottom-right-radius: 8px !default;
|
|
165
|
+
$tbar-popup-nav-active-bg: $secondary-bg-color-pressed !default;
|
|
166
|
+
$tbar-popup-nav-active-icons-color: $secondary-text-color-pressed !default;
|
|
167
|
+
$tbar-popup-nav-hover-bg: $tbar-hover-bg !default;
|
|
168
|
+
$tbar-popup-nav-hover-color: $secondary-text-color !default;
|
|
169
|
+
$tbar-popup-nav-hover-icons-color: inherit !default;
|
|
170
|
+
$tbar-popup-nav-hover-border-color: $tbar-default-border !default;
|
|
171
|
+
$tbar-popup-nav-hover-border-size: 0 !default;
|
|
172
|
+
$tbar-popup-nav-hover-active-bg: $secondary-bg-color-pressed !default;
|
|
173
|
+
$tbar-popup-nav-hover-active-border-color: $tbar-default-border !default;
|
|
174
|
+
$tbar-popup-nav-hover-active-border-size: 0 !default;
|
|
175
|
+
$tbar-popup-nav-focus-bg: $secondary-bg-color-focus !default;
|
|
176
|
+
$tbar-popup-nav-focus-color: $secondary-text-color !default;
|
|
177
|
+
$tbar-popup-nav-focus-border-color: $tbar-default-icon-color !default;
|
|
178
|
+
$tbar-popup-nav-focus-border-size: 0 !default;
|
|
179
|
+
$tbar-popup-btn-bg: transparent !default;
|
|
180
|
+
$tbar-popup-btn-hover-bg: $flyout-bg-color-hover !default;
|
|
181
|
+
$tbar-popup-btn-hover-box-shadow: none !default;
|
|
182
|
+
$tbar-popup-btn-active-bg: $flyout-bg-color-pressed !default;
|
|
183
|
+
$tbar-popup-btn-active-box-shadow: none !default;
|
|
184
|
+
$tbar-popup-btn-focus-bg: $tbar-hover-bg !default;
|
|
185
|
+
$tbar-popup-btn-focus-box-shadow: $shadow-focus-ring2 !default;
|
|
186
|
+
$tbar-popup-btn-text-focus-color: $flyout-text-color-focus !default;
|
|
187
|
+
$tbar-popup-nav-pressed-icons-active-color: $tbar-active-font-color !default;
|
|
188
|
+
$tbar-popup-btn-focus-outline: 0 !default;
|
|
189
|
+
$tbar-popup-nav-pressed-border-color: $tbar-pressed-bg !default;
|
|
190
|
+
$tbar-popup-nav-pressed-border-size: 0 !default;
|
|
191
|
+
$tbar-popup-nav-pressed-focus-border-color: $tbar-pressed-bg !default;
|
|
192
|
+
$tbar-popup-nav-pressed-focus-border-size: 0 !default;
|
|
193
|
+
$tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
194
|
+
@mixin tbar-btn-animation {
|
|
195
|
+
content: '';
|
|
196
|
+
}
|
|
197
|
+
@mixin tbar-btn-animation-after {
|
|
198
|
+
content: '';
|
|
199
|
+
}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
border-style: $tbar-border-nav-type;
|
|
47
47
|
border-width: $tbar-btn-hover-border-size;
|
|
48
48
|
|
|
49
|
-
@if ($skin-name == 'fluent2') {
|
|
49
|
+
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
50
50
|
box-shadow: none;
|
|
51
51
|
}
|
|
52
52
|
@else {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
@if ($skin-name == 'fluent2') {
|
|
69
|
+
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
70
70
|
&:focus-visible {
|
|
71
71
|
background: $tbar-default-bg;
|
|
72
72
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
border-style: $tbar-border-nav-type;
|
|
305
305
|
border-width: $tbar-popup-btn-hover-border-size;
|
|
306
306
|
|
|
307
|
-
@if ($skin-name == 'fluent2' or $skin-name == 'bootstrap5.3') {
|
|
307
|
+
@if ($skin-name == 'fluent2' or $skin-name == 'bootstrap5.3' or $skin-name == 'tailwind3') {
|
|
308
308
|
box-shadow: none;
|
|
309
309
|
}
|
|
310
310
|
@else {
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
@if ($skin-name == 'fluent2') {
|
|
322
|
+
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
323
323
|
&:focus-visible {
|
|
324
324
|
background: $tbar-popup-btn-focus-bg;
|
|
325
325
|
box-shadow: $tbar-popup-btn-focus-box-shadow;
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
border-style: $tbar-border-nav-type;
|
|
364
364
|
border-width: $tbar-btn-hover-border-size;
|
|
365
365
|
|
|
366
|
-
@if ($skin-name == 'fluent2') {
|
|
366
|
+
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
367
367
|
box-shadow: none;
|
|
368
368
|
}
|
|
369
369
|
@else {
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
@if ($skin-name == 'fluent2') {
|
|
374
|
+
@if ($skin-name == 'fluent2' or $skin-name == 'tailwind3') {
|
|
375
375
|
&:focus-visible {
|
|
376
376
|
background: $tbar-default-bg;
|
|
377
377
|
box-shadow: $tbar-ext-btn-focus-box-shadow;
|