@syncfusion/ej2-navigations 26.1.41 → 26.2.5
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/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 +3 -3
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +3 -3
- 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/hotfix/26.1.35_Vol2.txt +1 -0
- package/package.json +11 -11
- package/src/treeview/treeview.js +3 -3
- package/styles/accordion/fluent2.css +10 -10
- package/styles/appbar/fluent2.css +10 -10
- package/styles/bootstrap-dark.css +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/breadcrumb/_layout.scss +4 -2
- package/styles/breadcrumb/fluent2.css +13 -12
- package/styles/carousel/fluent2.css +10 -10
- package/styles/context-menu/fluent2.css +10 -10
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/fluent-dark.css +2 -1
- package/styles/fluent.css +2 -1
- package/styles/fluent2.css +16 -14
- package/styles/h-scroll/fluent2.css +10 -10
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material.css +2 -1
- package/styles/material3-dark.css +2 -1
- package/styles/material3.css +2 -1
- package/styles/menu/fluent2.css +10 -10
- package/styles/pager/fluent2.css +10 -10
- package/styles/sidebar/fluent2.css +11 -11
- package/styles/stepper/fluent2.css +10 -10
- package/styles/tab/fluent2.css +10 -10
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
- package/styles/toolbar/fluent2.css +10 -10
- package/styles/treeview/bootstrap-dark.css +2 -1
- package/styles/treeview/bootstrap.css +2 -1
- package/styles/treeview/bootstrap4.css +2 -1
- package/styles/treeview/bootstrap5-dark.css +2 -1
- package/styles/treeview/bootstrap5.css +2 -1
- package/styles/treeview/fabric-dark.css +2 -1
- package/styles/treeview/fabric.css +2 -1
- package/styles/treeview/fluent-dark.css +2 -1
- package/styles/treeview/fluent.css +2 -1
- package/styles/treeview/fluent2.css +12 -11
- package/styles/treeview/highcontrast-light.css +2 -1
- package/styles/treeview/highcontrast.css +2 -1
- package/styles/treeview/icons/_bds.scss +2 -1
- package/styles/treeview/icons/_bootstrap-dark.scss +2 -1
- package/styles/treeview/icons/_bootstrap.scss +2 -1
- package/styles/treeview/icons/_bootstrap4.scss +2 -1
- package/styles/treeview/icons/_bootstrap5.3.scss +2 -1
- package/styles/treeview/icons/_bootstrap5.scss +2 -1
- package/styles/treeview/icons/_fabric-dark.scss +2 -1
- package/styles/treeview/icons/_fabric.scss +2 -1
- package/styles/treeview/icons/_fluent.scss +2 -1
- package/styles/treeview/icons/_fluent2.scss +2 -1
- package/styles/treeview/icons/_fusionnew.scss +2 -1
- package/styles/treeview/icons/_highcontrast-light.scss +2 -1
- package/styles/treeview/icons/_highcontrast.scss +2 -1
- package/styles/treeview/icons/_material-dark.scss +2 -1
- package/styles/treeview/icons/_material.scss +2 -1
- package/styles/treeview/icons/_material3.scss +2 -1
- package/styles/treeview/icons/_tailwind-dark.scss +2 -1
- package/styles/treeview/icons/_tailwind.scss +2 -1
- package/styles/treeview/material-dark.css +2 -1
- package/styles/treeview/material.css +2 -1
- package/styles/treeview/material3-dark.css +2 -1
- package/styles/treeview/material3.css +2 -1
- package/styles/treeview/tailwind-dark.css +2 -1
- package/styles/treeview/tailwind.css +2 -1
- package/styles/v-scroll/fluent2.css +10 -10
|
@@ -8019,7 +8019,8 @@
|
|
|
8019
8019
|
}
|
|
8020
8020
|
}
|
|
8021
8021
|
/*! TreeView icons */
|
|
8022
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
8022
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
8023
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
8023
8024
|
content: "\e748";
|
|
8024
8025
|
}
|
|
8025
8026
|
.e-treeview .e-sibling::before {
|
package/styles/material3.css
CHANGED
|
@@ -8075,7 +8075,8 @@
|
|
|
8075
8075
|
}
|
|
8076
8076
|
}
|
|
8077
8077
|
/*! TreeView icons */
|
|
8078
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
8078
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
8079
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
8079
8080
|
content: "\e748";
|
|
8080
8081
|
}
|
|
8081
8082
|
.e-treeview .e-sibling::before {
|
package/styles/menu/fluent2.css
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|
package/styles/pager/fluent2.css
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|
|
@@ -1207,7 +1207,7 @@ ejs-sidebar {
|
|
|
1207
1207
|
|
|
1208
1208
|
.e-backdrop,
|
|
1209
1209
|
.e-sidebar-overlay {
|
|
1210
|
-
background-color:
|
|
1210
|
+
background-color: var(--color-sf-overlay-bg-color);
|
|
1211
1211
|
height: 100%;
|
|
1212
1212
|
left: 0;
|
|
1213
1213
|
pointer-events: auto;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|
package/styles/tab/fluent2.css
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -8028,7 +8028,8 @@
|
|
|
8028
8028
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
8029
8029
|
/* stylelint-disable */
|
|
8030
8030
|
/*! TreeView icons */
|
|
8031
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
8031
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
8032
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
8032
8033
|
content: "\e75c";
|
|
8033
8034
|
}
|
|
8034
8035
|
.e-treeview .e-sibling::before {
|
package/styles/tailwind.css
CHANGED
|
@@ -8028,7 +8028,8 @@
|
|
|
8028
8028
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
8029
8029
|
/* stylelint-disable */
|
|
8030
8030
|
/*! TreeView icons */
|
|
8031
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
8031
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
8032
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
8032
8033
|
content: "\e75c";
|
|
8033
8034
|
}
|
|
8034
8035
|
.e-treeview .e-sibling::before {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable */
|
|
3
3
|
/*! TreeView icons */
|
|
4
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
4
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
5
6
|
content: "\e230";
|
|
6
7
|
}
|
|
7
8
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e230";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable */
|
|
3
3
|
/*! TreeView icons */
|
|
4
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
4
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
5
6
|
content: "\e70b";
|
|
6
7
|
}
|
|
7
8
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable */
|
|
3
3
|
/*! TreeView icons */
|
|
4
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
4
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
5
6
|
content: "\e22e";
|
|
6
7
|
}
|
|
7
8
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's fabric theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e22e";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e75c";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
--color-sf-flyout-bg-color-pressed: #e0e0e0;
|
|
48
48
|
--color-sf-flyout-bg-color-selected: #ebebeb;
|
|
49
49
|
--color-sf-flyout-bg-color-focus: #f5f5f5;
|
|
50
|
-
--color-sf-overlay-bg-color:
|
|
50
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
51
51
|
--color-sf-table-bg-color-hover: #f5f5f5;
|
|
52
52
|
--color-sf-table-bg-color-pressed: #e0e0e0;
|
|
53
53
|
--color-sf-table-bg-color-selected: #ebf3fc;
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-black);
|
|
370
370
|
--color-sf-flyout-bg-color-selected: #383838;
|
|
371
371
|
--color-sf-flyout-bg-color-focus: var(--color-sf-flyout-bg-color-hover);
|
|
372
|
-
--color-sf-overlay-bg-color: rgba(
|
|
372
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
373
373
|
--color-sf-table-bg-color-hover: #383838;
|
|
374
374
|
--color-sf-table-bg-color-pressed: #2e2e2e;
|
|
375
375
|
--color-sf-table-bg-color-selected: #082338;
|
|
@@ -711,9 +711,9 @@
|
|
|
711
711
|
--color-sf-flyout-bg-color-pressed: var(--color-sf-content-bg-color-hover);
|
|
712
712
|
--color-sf-flyout-bg-color-selected: var(--color-sf-content-bg-color-hover);
|
|
713
713
|
--color-sf-flyout-bg-color-focus: var(--color-sf-content-bg-color-hover);
|
|
714
|
-
--color-sf-overlay-bg-color: rgba(
|
|
715
|
-
--color-sf-table-bg-color-hover:
|
|
716
|
-
--color-sf-table-bg-color-pressed:
|
|
714
|
+
--color-sf-overlay-bg-color: rgba(0, 0, 0, .4);
|
|
715
|
+
--color-sf-table-bg-color-hover: #1a3bff;
|
|
716
|
+
--color-sf-table-bg-color-pressed: #1a3bff;
|
|
717
717
|
--color-sf-table-bg-color-selected: #1a3bff;
|
|
718
718
|
--color-sf-content-text-color: #fff;
|
|
719
719
|
--color-sf-content-text-color-alt1: var(--color-sf-content-text-color);
|
|
@@ -732,12 +732,12 @@
|
|
|
732
732
|
--color-sf-flyout-text-color-selected: var(--color-sf-content-text-color-hover);
|
|
733
733
|
--color-sf-flyout-text-color-focus: var(--color-sf-content-text-color-hover);
|
|
734
734
|
--color-sf-flyout-text-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
735
|
-
--color-sf-table-text-color-hover:
|
|
736
|
-
--color-sf-table-text-color-pressed:
|
|
737
|
-
--color-sf-table-text-color-selected:
|
|
735
|
+
--color-sf-table-text-color-hover: #000;
|
|
736
|
+
--color-sf-table-text-color-pressed: #000;
|
|
737
|
+
--color-sf-table-text-color-selected: #000;
|
|
738
738
|
--color-sf-icon-color: #fff;
|
|
739
|
-
--color-sf-icon-color-hover:
|
|
740
|
-
--color-sf-icon-color-pressed:
|
|
739
|
+
--color-sf-icon-color-hover: #000;
|
|
740
|
+
--color-sf-icon-color-pressed: #000;
|
|
741
741
|
--color-sf-icon-color-disabled: var(--color-sf-content-text-color-disabled);
|
|
742
742
|
--color-sf-border-light: #fff;
|
|
743
743
|
--color-sf-border: var(--color-sf-border-light);
|
|
@@ -1215,7 +1215,8 @@
|
|
|
1215
1215
|
/*! TreeView's theme wise override definitions and variables */
|
|
1216
1216
|
/* stylelint-disable */
|
|
1217
1217
|
/*! TreeView icons */
|
|
1218
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
1218
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
1219
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
1219
1220
|
content: "\e75c";
|
|
1220
1221
|
}
|
|
1221
1222
|
.e-treeview .e-sibling::before {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable */
|
|
3
3
|
/*! TreeView icons */
|
|
4
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
4
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
5
6
|
content: "\e22e";
|
|
6
7
|
}
|
|
7
8
|
.e-treeview .e-sibling::before {
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/*! TreeView's high contrast theme wise override definitions and variables */
|
|
3
3
|
/* stylelint-disable */
|
|
4
4
|
/*! TreeView icons */
|
|
5
|
-
.e-treeview .e-list-item div.e-icons::before
|
|
5
|
+
.e-treeview .e-list-item div.e-icons.e-icon-expandable::before,
|
|
6
|
+
.e-treeview .e-list-item div.e-icons.e-icon-collapsible::before {
|
|
6
7
|
content: "\e22e";
|
|
7
8
|
}
|
|
8
9
|
.e-treeview .e-sibling::before {
|