@syncfusion/ej2-navigations 28.2.12 → 29.1.34
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 +1 -1
- 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 +96 -18
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +96 -18
- 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 +19 -26
- package/src/common/menu-base.d.ts +5 -0
- package/src/common/menu-base.js +60 -6
- package/src/sidebar/sidebar.d.ts +1 -0
- package/src/sidebar/sidebar.js +8 -1
- package/src/tab/tab-model.d.ts +1 -1
- package/src/tab/tab.d.ts +3 -3
- package/src/tab/tab.js +20 -4
- package/src/treeview/treeview.js +7 -6
- package/styles/accordion/_bootstrap-dark-definition.scss +4 -2
- package/styles/accordion/_bootstrap4-definition.scss +7 -5
- package/styles/accordion/bootstrap-dark.css +12 -12
- package/styles/accordion/bootstrap4.css +4 -4
- package/styles/accordion/bootstrap5-dark.css +37 -37
- package/styles/accordion/bootstrap5.css +16 -16
- package/styles/accordion/fabric.css +11 -11
- package/styles/accordion/tailwind-dark.css +2 -2
- package/styles/bds-lite.css +11 -1
- package/styles/bds.css +11 -1
- package/styles/bootstrap-dark-lite.css +60 -50
- package/styles/bootstrap-dark.css +60 -50
- package/styles/bootstrap-lite.css +11 -1
- package/styles/bootstrap.css +11 -1
- package/styles/bootstrap4-lite.css +88 -78
- package/styles/bootstrap4.css +89 -79
- package/styles/bootstrap5-dark-lite.css +223 -213
- package/styles/bootstrap5-dark.css +223 -213
- package/styles/bootstrap5-lite.css +84 -74
- package/styles/bootstrap5.3-lite.css +12 -8
- package/styles/bootstrap5.3.css +18 -8
- package/styles/bootstrap5.css +84 -74
- package/styles/breadcrumb/_bigger.scss +3 -1
- package/styles/breadcrumb/_bootstrap4-definition.scss +6 -4
- package/styles/breadcrumb/_bootstrap5-definition.scss +5 -3
- package/styles/breadcrumb/_fusionnew-definition.scss +9 -3
- package/styles/breadcrumb/_layout.scss +3 -1
- package/styles/breadcrumb/bootstrap-dark.css +2 -2
- package/styles/breadcrumb/bootstrap4.css +4 -4
- package/styles/breadcrumb/bootstrap5-dark.css +12 -12
- package/styles/breadcrumb/bootstrap5.css +3 -3
- package/styles/breadcrumb/fabric-dark.css +3 -3
- package/styles/context-menu/_bootstrap4-definition.scss +3 -1
- package/styles/context-menu/_fusionnew-definition.scss +1 -0
- package/styles/context-menu/_theme.scss +9 -1
- package/styles/context-menu/bds.css +1 -1
- package/styles/context-menu/bootstrap-dark.css +1 -1
- package/styles/context-menu/bootstrap.css +1 -1
- package/styles/context-menu/bootstrap4.css +2 -2
- package/styles/context-menu/bootstrap5-dark.css +8 -8
- package/styles/context-menu/bootstrap5.3.css +1 -1
- package/styles/context-menu/bootstrap5.css +1 -1
- package/styles/context-menu/fabric-dark.css +1 -1
- package/styles/context-menu/fabric.css +1 -1
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/fluent2.css +1 -1
- package/styles/context-menu/highcontrast-light.css +1 -1
- package/styles/context-menu/highcontrast.css +1 -1
- package/styles/context-menu/material-dark.css +2 -1
- package/styles/context-menu/material.css +1 -1
- package/styles/context-menu/material3-dark.css +2 -1
- package/styles/context-menu/material3.css +2 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/context-menu/tailwind3.css +1 -1
- package/styles/fabric-dark-lite.css +17 -7
- package/styles/fabric-dark.css +17 -7
- package/styles/fabric-lite.css +48 -38
- package/styles/fabric.css +48 -38
- package/styles/fluent-dark-lite.css +21 -11
- package/styles/fluent-dark.css +21 -11
- package/styles/fluent-lite.css +21 -11
- package/styles/fluent.css +21 -11
- package/styles/fluent2-lite.css +11 -1
- package/styles/fluent2.css +11 -1
- package/styles/h-scroll/_bootstrap4-definition.scss +4 -2
- package/styles/h-scroll/bootstrap4.css +5 -5
- package/styles/h-scroll/bootstrap5-dark.css +6 -6
- package/styles/h-scroll/fabric.css +1 -1
- package/styles/highcontrast-light-lite.css +11 -1
- package/styles/highcontrast-light.css +11 -1
- package/styles/highcontrast-lite.css +11 -1
- package/styles/highcontrast.css +11 -1
- package/styles/material-dark-lite.css +14 -3
- package/styles/material-dark.css +14 -3
- package/styles/material-lite.css +19 -9
- package/styles/material.css +19 -9
- package/styles/material3-dark-lite.css +12 -1
- package/styles/material3-dark.css +19 -2
- package/styles/material3-lite.css +12 -1
- package/styles/material3.css +19 -2
- package/styles/menu/_bootstrap4-definition.scss +4 -2
- package/styles/menu/_theme.scss +7 -6
- package/styles/menu/bootstrap4.css +13 -13
- package/styles/menu/bootstrap5-dark.css +14 -14
- package/styles/pager/_bigger.scss +3 -1
- package/styles/pager/_bootstrap-dark-definition.scss +3 -2
- package/styles/pager/_bootstrap4-definition.scss +2 -1
- package/styles/pager/bootstrap-dark.css +4 -4
- package/styles/pager/bootstrap4.css +1 -1
- package/styles/pager/bootstrap5-dark.css +13 -13
- package/styles/pager/bootstrap5.css +4 -4
- package/styles/pager/fabric.css +2 -2
- package/styles/pager/material3-dark.css +7 -1
- package/styles/pager/material3.css +7 -1
- package/styles/sidebar/bootstrap5-dark.css +1 -1
- package/styles/stepper/_bootstrap4-definition.scss +4 -2
- package/styles/stepper/_material-dark-definition.scss +4 -2
- package/styles/stepper/_material-definition.scss +7 -5
- package/styles/stepper/bootstrap-dark.css +2 -2
- package/styles/stepper/bootstrap4.css +2 -2
- package/styles/stepper/bootstrap5-dark.css +20 -20
- package/styles/stepper/bootstrap5.css +2 -2
- package/styles/stepper/fabric-dark.css +2 -2
- package/styles/stepper/fabric.css +2 -2
- package/styles/stepper/fluent-dark.css +1 -1
- package/styles/stepper/fluent.css +1 -1
- package/styles/stepper/material-dark.css +2 -2
- package/styles/stepper/material.css +8 -8
- package/styles/tab/_bootstrap-dark-definition.scss +8 -6
- package/styles/tab/_bootstrap4-definition.scss +13 -11
- package/styles/tab/_bootstrap5-definition.scss +3 -1
- package/styles/tab/_bootstrap5.3-definition.scss +3 -1
- package/styles/tab/_fluent-definition.scss +4 -2
- package/styles/tab/_layout.scss +4 -0
- package/styles/tab/bds.css +5 -0
- package/styles/tab/bootstrap-dark.css +34 -29
- package/styles/tab/bootstrap.css +5 -0
- package/styles/tab/bootstrap4.css +32 -27
- package/styles/tab/bootstrap5-dark.css +48 -43
- package/styles/tab/bootstrap5.3.css +5 -0
- package/styles/tab/bootstrap5.css +27 -22
- package/styles/tab/fabric-dark.css +5 -0
- package/styles/tab/fabric.css +9 -4
- package/styles/tab/fluent-dark.css +12 -7
- package/styles/tab/fluent.css +12 -7
- package/styles/tab/fluent2.css +5 -0
- package/styles/tab/highcontrast-light.css +5 -0
- package/styles/tab/highcontrast.css +5 -0
- package/styles/tab/material-dark.css +5 -0
- package/styles/tab/material.css +5 -0
- package/styles/tab/material3-dark.css +5 -0
- package/styles/tab/material3.css +5 -0
- package/styles/tab/tailwind-dark.css +5 -0
- package/styles/tab/tailwind.css +5 -0
- package/styles/tab/tailwind3.css +5 -0
- package/styles/tailwind-dark-lite.css +15 -5
- package/styles/tailwind-dark.css +15 -5
- package/styles/tailwind-lite.css +13 -3
- package/styles/tailwind.css +13 -3
- package/styles/tailwind3-lite.css +12 -2
- package/styles/tailwind3.css +13 -2
- package/styles/toolbar/_bootstrap4-definition.scss +8 -6
- package/styles/toolbar/_material-dark-definition.scss +3 -1
- package/styles/toolbar/_material-definition.scss +3 -1
- package/styles/toolbar/bootstrap4.css +12 -12
- package/styles/toolbar/bootstrap5-dark.css +47 -47
- package/styles/toolbar/bootstrap5.css +23 -23
- package/styles/toolbar/fabric.css +9 -9
- package/styles/treeview/_bigger.scss +5 -1
- package/styles/treeview/_bootstrap4-definition.scss +6 -4
- package/styles/treeview/_bootstrap5-definition.scss +4 -2
- package/styles/treeview/_bootstrap5.3-definition.scss +1 -1
- package/styles/treeview/_fluent-definition.scss +3 -1
- package/styles/treeview/_layout.scss +6 -2
- package/styles/treeview/_tailwind-definition.scss +3 -1
- package/styles/treeview/_theme.scss +3 -1
- package/styles/treeview/bds.css +5 -0
- package/styles/treeview/bootstrap-dark.css +5 -0
- package/styles/treeview/bootstrap.css +5 -0
- package/styles/treeview/bootstrap4.css +14 -9
- package/styles/treeview/bootstrap5-dark.css +17 -12
- package/styles/treeview/bootstrap5.3.css +12 -7
- package/styles/treeview/bootstrap5.css +8 -3
- package/styles/treeview/fabric-dark.css +5 -0
- package/styles/treeview/fabric.css +12 -7
- package/styles/treeview/fluent-dark.css +7 -2
- package/styles/treeview/fluent.css +7 -2
- package/styles/treeview/fluent2.css +5 -0
- package/styles/treeview/highcontrast-light.css +5 -0
- package/styles/treeview/highcontrast.css +5 -0
- package/styles/treeview/material-dark.css +5 -0
- package/styles/treeview/material.css +5 -0
- package/styles/treeview/material3-dark.css +5 -0
- package/styles/treeview/material3.css +5 -0
- package/styles/treeview/tailwind-dark.css +7 -2
- package/styles/treeview/tailwind.css +7 -2
- package/styles/treeview/tailwind3.css +7 -1
- package/styles/v-scroll/fabric-dark.css +1 -1
- package/styles/v-scroll/fabric.css +1 -1
package/styles/tailwind.css
CHANGED
|
@@ -3786,7 +3786,7 @@
|
|
|
3786
3786
|
|
|
3787
3787
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3788
3788
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3789
|
-
background-color:
|
|
3789
|
+
background-color: #fff;
|
|
3790
3790
|
border: 1px solid #e5e7eb;
|
|
3791
3791
|
}
|
|
3792
3792
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4360,6 +4360,11 @@
|
|
|
4360
4360
|
height: 38px;
|
|
4361
4361
|
width: 100%;
|
|
4362
4362
|
}
|
|
4363
|
+
@media screen and (max-width: 480px) {
|
|
4364
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4365
|
+
height: 48px;
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4363
4368
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4364
4369
|
display: -webkit-inline-box;
|
|
4365
4370
|
display: -ms-inline-flexbox;
|
|
@@ -8208,6 +8213,11 @@
|
|
|
8208
8213
|
position: absolute;
|
|
8209
8214
|
width: 100%;
|
|
8210
8215
|
}
|
|
8216
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8217
|
+
.e-treeview .e-fullrow {
|
|
8218
|
+
z-index: -1;
|
|
8219
|
+
}
|
|
8220
|
+
}
|
|
8211
8221
|
.e-treeview .e-checkbox-wrapper {
|
|
8212
8222
|
margin: 0 0 0 6px;
|
|
8213
8223
|
pointer-events: all;
|
|
@@ -8574,7 +8584,7 @@
|
|
|
8574
8584
|
color: #111827;
|
|
8575
8585
|
}
|
|
8576
8586
|
.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
|
|
8577
|
-
background-color:
|
|
8587
|
+
background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
|
|
8578
8588
|
border-color: #f3f4f6;
|
|
8579
8589
|
}
|
|
8580
8590
|
.e-treeview .e-list-item.e-active.e-hover > .e-text-content, .e-treeview .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
@@ -8640,7 +8650,7 @@
|
|
|
8640
8650
|
border-color: #e5e7eb;
|
|
8641
8651
|
}
|
|
8642
8652
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-node-focus > .e-text-content {
|
|
8643
|
-
background-color:
|
|
8653
|
+
background-color: rgb(213.8571428571, 217.2857142857, 224.1428571429);
|
|
8644
8654
|
border-color: #f3f4f6;
|
|
8645
8655
|
}
|
|
8646
8656
|
.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content, .e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-node-focus > .e-text-content {
|
|
@@ -3149,7 +3149,7 @@
|
|
|
3149
3149
|
|
|
3150
3150
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3151
3151
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3152
|
-
background-color:
|
|
3152
|
+
background-color: var(--color-sf-flyout-bg-color);
|
|
3153
3153
|
border: 1px solid var(--color-sf-border-light);
|
|
3154
3154
|
}
|
|
3155
3155
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -3618,6 +3618,11 @@
|
|
|
3618
3618
|
height: 40px;
|
|
3619
3619
|
width: 100%;
|
|
3620
3620
|
}
|
|
3621
|
+
@media screen and (max-width: 480px) {
|
|
3622
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
3623
|
+
height: 56px;
|
|
3624
|
+
}
|
|
3625
|
+
}
|
|
3621
3626
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
3622
3627
|
display: -webkit-inline-box;
|
|
3623
3628
|
display: -ms-inline-flexbox;
|
|
@@ -6263,6 +6268,11 @@
|
|
|
6263
6268
|
position: absolute;
|
|
6264
6269
|
width: 100%;
|
|
6265
6270
|
}
|
|
6271
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
6272
|
+
.e-treeview .e-fullrow {
|
|
6273
|
+
z-index: -1;
|
|
6274
|
+
}
|
|
6275
|
+
}
|
|
6266
6276
|
.e-treeview .e-checkbox-wrapper {
|
|
6267
6277
|
margin: 0 0 0 8px;
|
|
6268
6278
|
pointer-events: all;
|
|
@@ -6288,7 +6298,7 @@
|
|
|
6288
6298
|
display: inline-block;
|
|
6289
6299
|
line-height: 20px;
|
|
6290
6300
|
margin: 0;
|
|
6291
|
-
min-height:
|
|
6301
|
+
min-height: 40px;
|
|
6292
6302
|
font-weight: 500;
|
|
6293
6303
|
padding: 10px 8px;
|
|
6294
6304
|
text-decoration: none;
|
package/styles/tailwind3.css
CHANGED
|
@@ -3843,7 +3843,7 @@
|
|
|
3843
3843
|
|
|
3844
3844
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll,
|
|
3845
3845
|
.e-contextmenu-container:not(.e-menu-container) .e-menu-vscroll.e-vscroll {
|
|
3846
|
-
background-color:
|
|
3846
|
+
background-color: var(--color-sf-flyout-bg-color);
|
|
3847
3847
|
border: 1px solid var(--color-sf-border-light);
|
|
3848
3848
|
}
|
|
3849
3849
|
.e-contextmenu-wrapper:not(.e-menu-container) .e-menu-vscroll.e-vscroll .e-scroll-nav,
|
|
@@ -4386,6 +4386,11 @@
|
|
|
4386
4386
|
height: 40px;
|
|
4387
4387
|
width: 100%;
|
|
4388
4388
|
}
|
|
4389
|
+
@media screen and (max-width: 480px) {
|
|
4390
|
+
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap {
|
|
4391
|
+
height: 56px;
|
|
4392
|
+
}
|
|
4393
|
+
}
|
|
4389
4394
|
.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text {
|
|
4390
4395
|
display: -webkit-inline-box;
|
|
4391
4396
|
display: -ms-inline-flexbox;
|
|
@@ -8232,6 +8237,11 @@
|
|
|
8232
8237
|
position: absolute;
|
|
8233
8238
|
width: 100%;
|
|
8234
8239
|
}
|
|
8240
|
+
@supports (-webkit-overflow-scrolling: touch) {
|
|
8241
|
+
.e-treeview .e-fullrow {
|
|
8242
|
+
z-index: -1;
|
|
8243
|
+
}
|
|
8244
|
+
}
|
|
8235
8245
|
.e-treeview .e-checkbox-wrapper {
|
|
8236
8246
|
margin: 0 0 0 8px;
|
|
8237
8247
|
pointer-events: all;
|
|
@@ -8257,7 +8267,7 @@
|
|
|
8257
8267
|
display: inline-block;
|
|
8258
8268
|
line-height: 20px;
|
|
8259
8269
|
margin: 0;
|
|
8260
|
-
min-height:
|
|
8270
|
+
min-height: 40px;
|
|
8261
8271
|
font-weight: 500;
|
|
8262
8272
|
padding: 10px 8px;
|
|
8263
8273
|
text-decoration: none;
|
|
@@ -8755,6 +8765,7 @@
|
|
|
8755
8765
|
line-height: 24px;
|
|
8756
8766
|
min-height: 24px;
|
|
8757
8767
|
padding: 12px 8px;
|
|
8768
|
+
min-height: 48px;
|
|
8758
8769
|
}
|
|
8759
8770
|
.e-bigger .e-treeview .e-list-text .e-input-group,
|
|
8760
8771
|
.e-treeview.e-bigger .e-list-text .e-input-group {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$border-type: solid !default;
|
|
2
4
|
$border-size: 1px !default;
|
|
3
5
|
$tbar-btn-border: 1px solid transparent !default;
|
|
@@ -28,17 +30,17 @@ $tbar-hor-active-bg: $gray-600 !default;
|
|
|
28
30
|
$tbar-pop-bg: $tbar-default-bg !default;
|
|
29
31
|
$tbar-items-default-bg: $tbar-default-bg !default;
|
|
30
32
|
$tbar-hover-bg: $gray-600 !default;
|
|
31
|
-
$tbar-popup-hover-bg:
|
|
33
|
+
$tbar-popup-hover-bg: color.adjust($gray-600, $lightness: -7.5%) !default;
|
|
32
34
|
$tbar-pressed-bg: $gray-600 !default;
|
|
33
35
|
$tbar-btn-txt-font-size: 14px !default;
|
|
34
|
-
$tbar-hover-border-color:
|
|
36
|
+
$tbar-hover-border-color: color.adjust($gray-600, $lightness: -10%) !default;
|
|
35
37
|
$tbar-focus-bg: $tbar-hover-bg !default;
|
|
36
|
-
$tbar-active-btn-bg:
|
|
38
|
+
$tbar-active-btn-bg: color.adjust($gray-600, $lightness: -10%) !default;
|
|
37
39
|
$tbar-focus-border-color: $gray-600 !default;
|
|
38
40
|
$tbar-press-bg: $tbar-hover-bg !default;
|
|
39
41
|
$tbar-btn-press-bg: $tbar-press-bg !default;
|
|
40
42
|
$tbar-press-border-color: $tbar-hover-border-color !default;
|
|
41
|
-
$tbar-active-border-color:
|
|
43
|
+
$tbar-active-border-color: color.adjust($gray-600, $lightness: -12.5%) !default;
|
|
42
44
|
$tbar-nrml-size: 38px !default;
|
|
43
45
|
$tbar-bgr-size: 54px !default;
|
|
44
46
|
$tbar-nrml-items-size: 38px !default;
|
|
@@ -145,8 +147,8 @@ $tbar-btn-active-text-color: inherit !default;
|
|
|
145
147
|
$tbar-btn-text-color: $gray-700 !default;
|
|
146
148
|
$tbar-btn-pressed-text-color: $white !default;
|
|
147
149
|
$tbar-btn-pressed-focus-box-shadow: 0 0 0 3px rgba(130, 138, 145, .5) !default;
|
|
148
|
-
$tbar-btn-pressed-bg:
|
|
149
|
-
$tbar-flat-btn-active-box-shadow: 0 0 0 .25em rgba(mix(
|
|
150
|
+
$tbar-btn-pressed-bg: color.adjust($gray-600, $lightness: -10%) !default;
|
|
151
|
+
$tbar-flat-btn-active-box-shadow: 0 0 0 .25em rgba(color.mix(color.adjust($tbar-hover-border-color, $lightness: 50%), $tbar-active-border-color, 15%), .5) !default;
|
|
150
152
|
$tbar-ext-btn-focus-padding: 0 3px !default;
|
|
151
153
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
152
154
|
$tbar-ext-btn-icon-font-size: 14px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$tbar-skin: 'material' !default;
|
|
2
4
|
$tbar-zero-value: 0 !default;
|
|
3
5
|
$tbar-pop-icon-bgr-padding: 0 !default;
|
|
@@ -151,7 +153,7 @@ $tbar-btn-active-text-color: $tbar-default-icon-color !default;
|
|
|
151
153
|
$tbar-btn-text-color: $grey-dark-font !default;
|
|
152
154
|
$tbar-btn-pressed-text-color: $grey-dark-font !default;
|
|
153
155
|
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
154
|
-
$tbar-btn-pressed-bg: mix($grey-dark-font, transparent, 24%) !default;
|
|
156
|
+
$tbar-btn-pressed-bg: color.mix($grey-dark-font, transparent, 24%) !default;
|
|
155
157
|
$tbar-flat-btn-active-box-shadow: none !default;
|
|
156
158
|
$tbar-ext-btn-focus-padding: 0 1.5px !default;
|
|
157
159
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
|
|
1
3
|
$tbar-skin: 'material' !default;
|
|
2
4
|
$tbar-pop-icon-bgr-padding: 0;
|
|
3
5
|
$tbar-pop-btn-txt-bgr-pad: 0;
|
|
@@ -139,7 +141,7 @@ $tbar-btn-active-text-color: $tbar-hover-font !default;
|
|
|
139
141
|
$tbar-btn-text-color: $tbar-default-font !default;
|
|
140
142
|
$tbar-btn-pressed-text-color: rgba($grey-black, .87) !default;
|
|
141
143
|
$tbar-btn-pressed-focus-box-shadow: none !default;
|
|
142
|
-
$tbar-btn-pressed-bg: mix($tbar-btn-pressed-text-color, transparent, 24%) !default;
|
|
144
|
+
$tbar-btn-pressed-bg: color.mix($tbar-btn-pressed-text-color, transparent, 24%) !default;
|
|
143
145
|
$tbar-flat-btn-active-box-shadow: none !default;
|
|
144
146
|
$tbar-ext-btn-focus-padding: 0 1.5px !default;
|
|
145
147
|
$tbar-ext-btn-icon-padding: 0 !default;
|
|
@@ -613,9 +613,9 @@
|
|
|
613
613
|
color: #495057;
|
|
614
614
|
}
|
|
615
615
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
616
|
-
background:
|
|
617
|
-
-webkit-box-shadow: 0 0 0 0.25em rgba(99, 105,
|
|
618
|
-
box-shadow: 0 0 0 0.25em rgba(99, 105,
|
|
616
|
+
background: rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
617
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(99.058583691, 105.0384656652, 110.353916309, 0.5);
|
|
618
|
+
box-shadow: 0 0 0 0.25em rgba(99.058583691, 105.0384656652, 110.353916309, 0.5);
|
|
619
619
|
}
|
|
620
620
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active .e-tbar-btn-text {
|
|
621
621
|
color: #fff;
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
}
|
|
643
643
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
644
644
|
background: #6c757d;
|
|
645
|
-
border-color:
|
|
645
|
+
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
646
646
|
border-style: solid;
|
|
647
647
|
border-width: 1px;
|
|
648
648
|
border-radius: 4px;
|
|
@@ -661,8 +661,8 @@
|
|
|
661
661
|
color: inherit;
|
|
662
662
|
}
|
|
663
663
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
664
|
-
background:
|
|
665
|
-
border-color:
|
|
664
|
+
background: rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
665
|
+
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
666
666
|
border-style: solid;
|
|
667
667
|
border-width: 1px;
|
|
668
668
|
border-radius: 4px;
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
content: "";
|
|
728
728
|
}
|
|
729
729
|
.e-toolbar .e-hor-nav:hover {
|
|
730
|
-
background:
|
|
730
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
731
731
|
border-left: 0;
|
|
732
732
|
color: #fff;
|
|
733
733
|
}
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
border-width: 0;
|
|
741
741
|
}
|
|
742
742
|
.e-toolbar .e-hor-nav:hover:active {
|
|
743
|
-
background:
|
|
743
|
+
background: rgb(90.2703862661, 97.7929184549, 104.4796137339);
|
|
744
744
|
border-color: #adb5bd;
|
|
745
745
|
border-style: solid;
|
|
746
746
|
border-width: 3px 3px 3px 0;
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
background: #007bff;
|
|
792
792
|
-webkit-box-shadow: none;
|
|
793
793
|
box-shadow: none;
|
|
794
|
-
border-color:
|
|
794
|
+
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
795
795
|
border-style: solid;
|
|
796
796
|
border-width: 0;
|
|
797
797
|
}
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
background: #007bff;
|
|
800
800
|
-webkit-box-shadow: none;
|
|
801
801
|
box-shadow: none;
|
|
802
|
-
border-color:
|
|
802
|
+
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
803
803
|
border-style: solid;
|
|
804
804
|
border-width: 0;
|
|
805
805
|
}
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
836
836
|
background: #6c757d;
|
|
837
837
|
border-radius: 4px;
|
|
838
|
-
border-color:
|
|
838
|
+
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
839
839
|
border-style: solid;
|
|
840
840
|
border-width: 1px;
|
|
841
841
|
}
|
|
@@ -844,7 +844,7 @@
|
|
|
844
844
|
border-radius: 4px;
|
|
845
845
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
846
846
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
847
|
-
border-color:
|
|
847
|
+
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
|
|
848
848
|
border-style: solid;
|
|
849
849
|
border-width: 1px;
|
|
850
850
|
}
|
|
@@ -615,16 +615,16 @@
|
|
|
615
615
|
/* stylelint-disable property-no-vendor-prefix */
|
|
616
616
|
.e-toolbar {
|
|
617
617
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
618
|
-
background:
|
|
619
|
-
border: 0 solid
|
|
618
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
619
|
+
border: 0 solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
620
620
|
-webkit-box-shadow: none;
|
|
621
621
|
box-shadow: none;
|
|
622
622
|
}
|
|
623
623
|
.e-toolbar .e-toolbar-items {
|
|
624
|
-
background:
|
|
624
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
625
625
|
}
|
|
626
626
|
.e-toolbar .e-toolbar-item .e-tbar-btn {
|
|
627
|
-
background:
|
|
627
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
628
628
|
-webkit-box-shadow: none;
|
|
629
629
|
box-shadow: none;
|
|
630
630
|
color: #fff;
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
color: #fff;
|
|
638
638
|
}
|
|
639
639
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active {
|
|
640
|
-
background:
|
|
640
|
+
background: rgb(86.4, 93.6, 100);
|
|
641
641
|
-webkit-box-shadow: none;
|
|
642
642
|
box-shadow: none;
|
|
643
643
|
}
|
|
@@ -645,18 +645,18 @@
|
|
|
645
645
|
color: #fff;
|
|
646
646
|
}
|
|
647
647
|
.e-toolbar .e-toolbar-item .e-tbar-btn.e-flat.e-active:focus {
|
|
648
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
649
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
648
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
649
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
650
650
|
}
|
|
651
651
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
|
|
652
|
-
background:
|
|
652
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
653
653
|
border-radius: 4px;
|
|
654
654
|
color: #adb5bd;
|
|
655
655
|
border-color: #adb5bd;
|
|
656
656
|
border-style: solid;
|
|
657
657
|
border-width: 0;
|
|
658
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
659
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
658
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
659
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
660
660
|
}
|
|
661
661
|
.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
662
662
|
color: #fff;
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
color: #fff;
|
|
667
667
|
}
|
|
668
668
|
.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
|
|
669
|
-
background:
|
|
669
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
670
670
|
border-color: #adb5bd;
|
|
671
671
|
border-style: solid;
|
|
672
672
|
border-width: 0;
|
|
@@ -687,8 +687,8 @@
|
|
|
687
687
|
color: #fff;
|
|
688
688
|
}
|
|
689
689
|
.e-toolbar .e-toolbar-item .e-tbar-btn:active {
|
|
690
|
-
background:
|
|
691
|
-
border-color:
|
|
690
|
+
background: rgb(86.4, 93.6, 100);
|
|
691
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
692
692
|
border-style: solid;
|
|
693
693
|
border-width: 0;
|
|
694
694
|
border-radius: 4px;
|
|
@@ -703,11 +703,11 @@
|
|
|
703
703
|
color: #fff;
|
|
704
704
|
}
|
|
705
705
|
.e-toolbar .e-toolbar-item.e-separator {
|
|
706
|
-
border: solid
|
|
706
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
707
707
|
border-width: 0 1px 0 0;
|
|
708
708
|
}
|
|
709
709
|
.e-toolbar .e-toolbar-item.e-overlay {
|
|
710
|
-
background:
|
|
710
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
711
711
|
opacity: 0.5;
|
|
712
712
|
color: #ced4da;
|
|
713
713
|
}
|
|
@@ -718,19 +718,19 @@
|
|
|
718
718
|
color: #ced4da;
|
|
719
719
|
}
|
|
720
720
|
.e-toolbar.e-vertical .e-hor-nav {
|
|
721
|
-
border: solid
|
|
721
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
722
722
|
border-width: 0 0 0 0;
|
|
723
723
|
}
|
|
724
724
|
.e-toolbar.e-vertical.e-rtl .e-hor-nav {
|
|
725
|
-
border: solid
|
|
725
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
726
726
|
border-width: 0 0 0 0;
|
|
727
727
|
}
|
|
728
728
|
.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator {
|
|
729
729
|
border-width: 0 0 1px 0;
|
|
730
730
|
}
|
|
731
731
|
.e-toolbar .e-hor-nav {
|
|
732
|
-
background:
|
|
733
|
-
border: solid
|
|
732
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
733
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
734
734
|
border-width: 0 0 0 0;
|
|
735
735
|
}
|
|
736
736
|
.e-toolbar .e-hor-nav::after {
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
-webkit-box-shadow: none;
|
|
745
745
|
box-shadow: none;
|
|
746
746
|
color: #ced4da;
|
|
747
|
-
background:
|
|
747
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
748
748
|
}
|
|
749
749
|
.e-toolbar .e-hor-nav:active .e-icons {
|
|
750
750
|
color: #adb5bd;
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
content: "";
|
|
754
754
|
}
|
|
755
755
|
.e-toolbar .e-hor-nav:hover {
|
|
756
|
-
background:
|
|
756
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
757
757
|
border-left: 0;
|
|
758
758
|
color: #fff;
|
|
759
759
|
}
|
|
@@ -761,18 +761,18 @@
|
|
|
761
761
|
color: inherit;
|
|
762
762
|
}
|
|
763
763
|
.e-toolbar .e-hor-nav:hover:not(.e-nav-active) {
|
|
764
|
-
border-color:
|
|
764
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
765
765
|
border-style: solid;
|
|
766
766
|
border-width: 0;
|
|
767
767
|
}
|
|
768
768
|
.e-toolbar .e-hor-nav:hover:active {
|
|
769
|
-
background:
|
|
770
|
-
border-color:
|
|
769
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
770
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
771
771
|
border-style: solid;
|
|
772
772
|
border-width: 0;
|
|
773
773
|
}
|
|
774
774
|
.e-toolbar .e-hor-nav:focus {
|
|
775
|
-
background:
|
|
775
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
776
776
|
color: #fff;
|
|
777
777
|
border-color: #adb5bd;
|
|
778
778
|
border-style: solid;
|
|
@@ -783,16 +783,16 @@
|
|
|
783
783
|
}
|
|
784
784
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active,
|
|
785
785
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) {
|
|
786
|
-
background:
|
|
786
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
787
787
|
-webkit-box-shadow: none;
|
|
788
788
|
box-shadow: none;
|
|
789
|
-
border-color:
|
|
789
|
+
border-color: rgb(91.8, 99.45, 106.25);
|
|
790
790
|
border-style: solid;
|
|
791
791
|
border-width: 0;
|
|
792
792
|
}
|
|
793
793
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus,
|
|
794
794
|
.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus {
|
|
795
|
-
border-color:
|
|
795
|
+
border-color: rgb(91.8, 99.45, 106.25);
|
|
796
796
|
border-style: solid;
|
|
797
797
|
border-width: 0;
|
|
798
798
|
}
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
}
|
|
807
807
|
.e-toolbar .e-toolbar-pop {
|
|
808
808
|
background: #343a40;
|
|
809
|
-
border: 0 solid
|
|
809
|
+
border: 0 solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
810
810
|
-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
811
811
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
812
812
|
}
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
background: transparent;
|
|
815
815
|
}
|
|
816
816
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover {
|
|
817
|
-
background:
|
|
817
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
818
818
|
-webkit-box-shadow: none;
|
|
819
819
|
box-shadow: none;
|
|
820
820
|
border-color: #adb5bd;
|
|
@@ -822,15 +822,15 @@
|
|
|
822
822
|
border-width: 0;
|
|
823
823
|
}
|
|
824
824
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active {
|
|
825
|
-
background:
|
|
825
|
+
background: rgb(86.4, 93.6, 100);
|
|
826
826
|
-webkit-box-shadow: none;
|
|
827
827
|
box-shadow: none;
|
|
828
|
-
border-color:
|
|
828
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
829
829
|
border-style: solid;
|
|
830
830
|
border-width: 0;
|
|
831
831
|
}
|
|
832
832
|
.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus {
|
|
833
|
-
background:
|
|
833
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
834
834
|
border-color: #adb5bd;
|
|
835
835
|
border-style: solid;
|
|
836
836
|
border-width: 0;
|
|
@@ -844,55 +844,55 @@
|
|
|
844
844
|
background: transparent;
|
|
845
845
|
}
|
|
846
846
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn {
|
|
847
|
-
background:
|
|
847
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
848
848
|
-webkit-box-shadow: none;
|
|
849
849
|
box-shadow: none;
|
|
850
850
|
border: none;
|
|
851
851
|
}
|
|
852
852
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus {
|
|
853
|
-
background:
|
|
853
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
854
854
|
border-radius: 4px;
|
|
855
855
|
border-color: #adb5bd;
|
|
856
856
|
border-style: solid;
|
|
857
857
|
border-width: 0;
|
|
858
|
-
-webkit-box-shadow: 0 0 0 4px rgba(130,
|
|
859
|
-
box-shadow: 0 0 0 4px rgba(130,
|
|
858
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
859
|
+
box-shadow: 0 0 0 4px rgba(130.05, 137.7, 144.5, 0.5);
|
|
860
860
|
}
|
|
861
861
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
862
|
-
background:
|
|
862
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
863
863
|
border-radius: 4px;
|
|
864
864
|
border-color: #adb5bd;
|
|
865
865
|
border-style: solid;
|
|
866
866
|
border-width: 0;
|
|
867
867
|
}
|
|
868
868
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
869
|
-
background:
|
|
869
|
+
background: rgb(86.4, 93.6, 100);
|
|
870
870
|
border-radius: 4px;
|
|
871
871
|
-webkit-box-shadow: none;
|
|
872
872
|
box-shadow: none;
|
|
873
|
-
border-color:
|
|
873
|
+
border-color: rgb(68.0034482759, 75.85, 83.6965517241);
|
|
874
874
|
border-style: solid;
|
|
875
875
|
border-width: 0;
|
|
876
876
|
}
|
|
877
877
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator {
|
|
878
|
-
border: solid
|
|
878
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
879
879
|
border-width: 0 1px 0 0;
|
|
880
880
|
}
|
|
881
881
|
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay {
|
|
882
|
-
background:
|
|
882
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
883
883
|
}
|
|
884
884
|
.e-toolbar.e-extended-toolbar .e-toolbar-pop {
|
|
885
|
-
background:
|
|
885
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
886
886
|
}
|
|
887
887
|
.e-toolbar.e-rtl .e-hor-nav {
|
|
888
|
-
background:
|
|
889
|
-
border: solid
|
|
888
|
+
background: rgb(26.177027027, 29.35, 32.522972973);
|
|
889
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
890
890
|
border-width: 0 0 0 0;
|
|
891
891
|
}
|
|
892
892
|
.e-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
893
|
-
background:
|
|
893
|
+
background: rgb(91.8, 99.45, 106.25);
|
|
894
894
|
color: #adb5bd;
|
|
895
|
-
border: solid
|
|
895
|
+
border: solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
896
896
|
border-width: 0 0 0 0;
|
|
897
897
|
}
|
|
898
898
|
|