@syncfusion/ej2-angular-navigations 20.2.50-ngcc → 20.3.47-ngcc
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/@syncfusion/ej2-angular-navigations.es5.js +145 -4
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +134 -4
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +22 -0
- package/README.md +14 -0
- package/dist/ej2-angular-navigations.umd.js +148 -2
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.d.ts +1 -0
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +12 -9
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/appbar/appbar-all.module.d.ts +5 -0
- package/src/appbar/appbar.component.d.ts +29 -0
- package/src/appbar/appbar.module.d.ts +5 -0
- package/src/index.d.ts +3 -0
- package/styles/accordion/bootstrap-dark.css +1 -0
- package/styles/accordion/bootstrap.css +1 -0
- package/styles/accordion/bootstrap4.css +1 -0
- package/styles/accordion/bootstrap5-dark.css +2 -0
- package/styles/accordion/bootstrap5.css +2 -0
- package/styles/accordion/fabric-dark.css +1 -0
- package/styles/accordion/fabric.css +1 -0
- package/styles/accordion/fluent-dark.css +1 -0
- package/styles/accordion/fluent.css +1 -0
- package/styles/accordion/highcontrast-light.css +1 -0
- package/styles/accordion/highcontrast.css +1 -0
- package/styles/accordion/material-dark.css +1 -0
- package/styles/accordion/material.css +1 -0
- package/styles/accordion/tailwind-dark.css +1 -0
- package/styles/accordion/tailwind.css +1 -0
- package/styles/appbar/bootstrap-dark.css +244 -0
- package/styles/appbar/bootstrap-dark.scss +1 -0
- package/styles/appbar/bootstrap.css +244 -0
- package/styles/appbar/bootstrap.scss +1 -0
- package/styles/appbar/bootstrap4.css +244 -0
- package/styles/appbar/bootstrap4.scss +1 -0
- package/styles/appbar/bootstrap5-dark.css +244 -0
- package/styles/appbar/bootstrap5-dark.scss +1 -0
- package/styles/appbar/bootstrap5.css +244 -0
- package/styles/appbar/bootstrap5.scss +1 -0
- package/styles/appbar/fabric-dark.css +244 -0
- package/styles/appbar/fabric-dark.scss +1 -0
- package/styles/appbar/fabric.css +244 -0
- package/styles/appbar/fabric.scss +1 -0
- package/styles/appbar/fluent-dark.css +244 -0
- package/styles/appbar/fluent-dark.scss +1 -0
- package/styles/appbar/fluent.css +244 -0
- package/styles/appbar/fluent.scss +1 -0
- package/styles/appbar/highcontrast-light.css +244 -0
- package/styles/appbar/highcontrast-light.scss +1 -0
- package/styles/appbar/highcontrast.css +244 -0
- package/styles/appbar/highcontrast.scss +1 -0
- package/styles/appbar/material-dark.css +245 -0
- package/styles/appbar/material-dark.scss +1 -0
- package/styles/appbar/material.css +245 -0
- package/styles/appbar/material.scss +1 -0
- package/styles/appbar/tailwind-dark.css +245 -0
- package/styles/appbar/tailwind-dark.scss +1 -0
- package/styles/appbar/tailwind.css +245 -0
- package/styles/appbar/tailwind.scss +1 -0
- package/styles/bootstrap-dark.css +340 -21
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +345 -26
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +348 -29
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +360 -36
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +360 -36
- package/styles/bootstrap5.scss +1 -0
- package/styles/carousel/bootstrap-dark.css +46 -11
- package/styles/carousel/bootstrap.css +46 -11
- package/styles/carousel/bootstrap4.css +46 -11
- package/styles/carousel/bootstrap5-dark.css +46 -11
- package/styles/carousel/bootstrap5.css +46 -11
- package/styles/carousel/fabric-dark.css +46 -11
- package/styles/carousel/fabric.css +46 -11
- package/styles/carousel/fluent-dark.css +46 -11
- package/styles/carousel/fluent.css +46 -11
- package/styles/carousel/highcontrast-light.css +46 -11
- package/styles/carousel/highcontrast.css +46 -11
- package/styles/carousel/material-dark.css +46 -11
- package/styles/carousel/material.css +46 -11
- package/styles/carousel/tailwind-dark.css +46 -11
- package/styles/carousel/tailwind.css +46 -11
- package/styles/context-menu/bootstrap4.css +2 -2
- package/styles/context-menu/bootstrap5-dark.css +3 -3
- package/styles/context-menu/bootstrap5.css +3 -3
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/fabric-dark.css +340 -21
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +340 -21
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +352 -33
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +352 -33
- package/styles/fluent.scss +1 -0
- package/styles/h-scroll/bootstrap-dark.css +0 -2
- package/styles/h-scroll/bootstrap.css +0 -2
- package/styles/h-scroll/bootstrap4.css +0 -2
- package/styles/h-scroll/bootstrap5-dark.css +0 -2
- package/styles/h-scroll/bootstrap5.css +0 -2
- package/styles/h-scroll/fabric-dark.css +0 -2
- package/styles/h-scroll/fabric.css +0 -2
- package/styles/h-scroll/fluent-dark.css +0 -2
- package/styles/h-scroll/fluent.css +0 -2
- package/styles/h-scroll/highcontrast-light.css +0 -2
- package/styles/h-scroll/highcontrast.css +0 -2
- package/styles/h-scroll/material-dark.css +0 -2
- package/styles/h-scroll/material.css +0 -2
- package/styles/h-scroll/tailwind-dark.css +0 -2
- package/styles/h-scroll/tailwind.css +0 -2
- package/styles/highcontrast-light.css +339 -20
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +339 -20
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +339 -20
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +339 -20
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +22 -0
- package/styles/menu/bootstrap.css +22 -0
- package/styles/menu/bootstrap4.css +22 -0
- package/styles/menu/bootstrap5-dark.css +23 -1
- package/styles/menu/bootstrap5.css +23 -1
- package/styles/menu/fabric-dark.css +22 -0
- package/styles/menu/fabric.css +22 -0
- package/styles/menu/fluent-dark.css +23 -1
- package/styles/menu/fluent.css +23 -1
- package/styles/menu/highcontrast-light.css +22 -0
- package/styles/menu/highcontrast.css +22 -0
- package/styles/menu/material-dark.css +22 -0
- package/styles/menu/material.css +22 -0
- package/styles/menu/tailwind-dark.css +23 -1
- package/styles/menu/tailwind.css +23 -1
- package/styles/pager/bootstrap-dark.css +5 -3
- package/styles/pager/bootstrap.css +10 -8
- package/styles/pager/bootstrap4.css +11 -9
- package/styles/pager/bootstrap5-dark.css +14 -12
- package/styles/pager/bootstrap5.css +14 -12
- package/styles/pager/fabric-dark.css +5 -3
- package/styles/pager/fabric.css +5 -3
- package/styles/pager/fluent-dark.css +6 -4
- package/styles/pager/fluent.css +6 -4
- package/styles/pager/highcontrast-light.css +4 -2
- package/styles/pager/highcontrast.css +4 -2
- package/styles/pager/material-dark.css +4 -2
- package/styles/pager/material.css +4 -2
- package/styles/pager/tailwind-dark.css +19 -17
- package/styles/pager/tailwind.css +19 -17
- package/styles/sidebar/bootstrap-dark.css +4 -0
- package/styles/sidebar/bootstrap.css +4 -0
- package/styles/sidebar/bootstrap4.css +4 -0
- package/styles/sidebar/bootstrap5-dark.css +4 -0
- package/styles/sidebar/bootstrap5.css +4 -0
- package/styles/sidebar/fabric-dark.css +4 -0
- package/styles/sidebar/fabric.css +4 -0
- package/styles/sidebar/fluent-dark.css +4 -0
- package/styles/sidebar/fluent.css +4 -0
- package/styles/sidebar/highcontrast-light.css +4 -0
- package/styles/sidebar/highcontrast.css +4 -0
- package/styles/sidebar/material-dark.css +4 -0
- package/styles/sidebar/material.css +4 -0
- package/styles/sidebar/tailwind-dark.css +4 -0
- package/styles/sidebar/tailwind.css +4 -0
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +5 -2
- package/styles/tab/bootstrap5.css +5 -2
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +5 -5
- package/styles/tab/fluent.css +5 -5
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +1 -1
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +1 -1
- package/styles/tab/tailwind.css +1 -1
- package/styles/tailwind-dark.css +359 -38
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +359 -38
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +10 -2
- package/styles/toolbar/bootstrap.css +10 -2
- package/styles/toolbar/bootstrap4.css +10 -2
- package/styles/toolbar/bootstrap5-dark.css +12 -3
- package/styles/toolbar/bootstrap5.css +12 -3
- package/styles/toolbar/fabric-dark.css +10 -2
- package/styles/toolbar/fabric.css +10 -2
- package/styles/toolbar/fluent-dark.css +15 -7
- package/styles/toolbar/fluent.css +15 -7
- package/styles/toolbar/highcontrast-light.css +10 -2
- package/styles/toolbar/highcontrast.css +10 -2
- package/styles/toolbar/material-dark.css +10 -2
- package/styles/toolbar/material.css +10 -2
- package/styles/toolbar/tailwind-dark.css +11 -3
- package/styles/toolbar/tailwind.css +11 -3
- package/styles/treeview/bootstrap-dark.css +6 -0
- package/styles/treeview/bootstrap.css +6 -0
- package/styles/treeview/bootstrap4.css +6 -0
- package/styles/treeview/bootstrap5-dark.css +6 -0
- package/styles/treeview/bootstrap5.css +6 -0
- package/styles/treeview/fabric-dark.css +6 -0
- package/styles/treeview/fabric.css +6 -0
- package/styles/treeview/fluent-dark.css +6 -0
- package/styles/treeview/fluent.css +6 -0
- package/styles/treeview/highcontrast-light.css +6 -0
- package/styles/treeview/highcontrast.css +6 -0
- package/styles/treeview/material-dark.css +6 -0
- package/styles/treeview/material.css +6 -0
- package/styles/treeview/tailwind-dark.css +7 -0
- package/styles/treeview/tailwind.css +7 -0
- package/styles/v-scroll/bootstrap-dark.css +0 -2
- package/styles/v-scroll/bootstrap.css +0 -2
- package/styles/v-scroll/bootstrap4.css +0 -2
- package/styles/v-scroll/bootstrap5-dark.css +0 -2
- package/styles/v-scroll/bootstrap5.css +0 -2
- package/styles/v-scroll/fabric-dark.css +0 -2
- package/styles/v-scroll/fabric.css +0 -2
- package/styles/v-scroll/fluent-dark.css +0 -2
- package/styles/v-scroll/fluent.css +0 -2
- package/styles/v-scroll/highcontrast-light.css +0 -2
- package/styles/v-scroll/highcontrast.css +0 -2
- package/styles/v-scroll/material-dark.css +0 -2
- package/styles/v-scroll/material.css +0 -2
- package/styles/v-scroll/tailwind-dark.css +0 -2
- package/styles/v-scroll/tailwind.css +0 -2
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
/*! component's theme wise override definitions and variables */
|
|
12
|
+
/*! component's theme wise override definitions and variables */ /* stylelint-disable-line no-empty-source */
|
|
13
13
|
/*! toolbar icons */
|
|
14
14
|
.e-toolbar .e-popup-down-icon::before {
|
|
15
15
|
content: "\e729";
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
/*! toolbar layout */
|
|
24
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
24
25
|
.e-bigger .e-toolbar,
|
|
25
26
|
.e-toolbar.e-bigger {
|
|
26
27
|
height: 48px;
|
|
@@ -363,8 +364,6 @@
|
|
|
363
364
|
height: 38px;
|
|
364
365
|
min-height: 38px;
|
|
365
366
|
position: relative;
|
|
366
|
-
-ms-touch-action: none;
|
|
367
|
-
touch-action: none;
|
|
368
367
|
-webkit-user-select: none;
|
|
369
368
|
-ms-user-select: none;
|
|
370
369
|
user-select: none;
|
|
@@ -805,6 +804,10 @@
|
|
|
805
804
|
.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
806
805
|
margin-right: 8px;
|
|
807
806
|
}
|
|
807
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
|
|
808
|
+
-ms-touch-action: pan-y pinch-zoom;
|
|
809
|
+
touch-action: pan-y pinch-zoom;
|
|
810
|
+
}
|
|
808
811
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
809
812
|
margin-right: 8px;
|
|
810
813
|
}
|
|
@@ -924,6 +927,10 @@
|
|
|
924
927
|
bottom: auto;
|
|
925
928
|
top: 0;
|
|
926
929
|
}
|
|
930
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
931
|
+
-ms-touch-action: pan-x pinch-zoom;
|
|
932
|
+
touch-action: pan-x pinch-zoom;
|
|
933
|
+
}
|
|
927
934
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
928
935
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
929
936
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
@@ -973,6 +980,7 @@
|
|
|
973
980
|
}
|
|
974
981
|
|
|
975
982
|
/*! toolbar theme */
|
|
983
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
976
984
|
.e-toolbar {
|
|
977
985
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
978
986
|
background: #374151;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12);
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
/*! component's theme wise override definitions and variables */
|
|
12
|
+
/*! component's theme wise override definitions and variables */ /* stylelint-disable-line no-empty-source */
|
|
13
13
|
/*! toolbar icons */
|
|
14
14
|
.e-toolbar .e-popup-down-icon::before {
|
|
15
15
|
content: "\e729";
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
/*! toolbar layout */
|
|
24
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
24
25
|
.e-bigger .e-toolbar,
|
|
25
26
|
.e-toolbar.e-bigger {
|
|
26
27
|
height: 48px;
|
|
@@ -363,8 +364,6 @@
|
|
|
363
364
|
height: 38px;
|
|
364
365
|
min-height: 38px;
|
|
365
366
|
position: relative;
|
|
366
|
-
-ms-touch-action: none;
|
|
367
|
-
touch-action: none;
|
|
368
367
|
-webkit-user-select: none;
|
|
369
368
|
-ms-user-select: none;
|
|
370
369
|
user-select: none;
|
|
@@ -805,6 +804,10 @@
|
|
|
805
804
|
.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child {
|
|
806
805
|
margin-right: 8px;
|
|
807
806
|
}
|
|
807
|
+
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content {
|
|
808
|
+
-ms-touch-action: pan-y pinch-zoom;
|
|
809
|
+
touch-action: pan-y pinch-zoom;
|
|
810
|
+
}
|
|
808
811
|
.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child {
|
|
809
812
|
margin-right: 8px;
|
|
810
813
|
}
|
|
@@ -924,6 +927,10 @@
|
|
|
924
927
|
bottom: auto;
|
|
925
928
|
top: 0;
|
|
926
929
|
}
|
|
930
|
+
.e-toolbar.e-vertical .e-toolbar-items .e-vscroll-bar .e-vscroll-content {
|
|
931
|
+
-ms-touch-action: pan-x pinch-zoom;
|
|
932
|
+
touch-action: pan-x pinch-zoom;
|
|
933
|
+
}
|
|
927
934
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left,
|
|
928
935
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center,
|
|
929
936
|
.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right {
|
|
@@ -973,6 +980,7 @@
|
|
|
973
980
|
}
|
|
974
981
|
|
|
975
982
|
/*! toolbar theme */
|
|
983
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
976
984
|
.e-toolbar {
|
|
977
985
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
978
986
|
background: #f3f4f6;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable */
|
|
1
3
|
/*! TreeView icons */
|
|
2
4
|
.e-treeview .e-list-item div.e-icons::before {
|
|
3
5
|
content: "\e230";
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
content: "\e22a";
|
|
22
24
|
}
|
|
23
25
|
|
|
26
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
24
27
|
@keyframes rotation {
|
|
25
28
|
from {
|
|
26
29
|
transform: rotate(0deg);
|
|
@@ -549,6 +552,8 @@
|
|
|
549
552
|
pointer-events: auto;
|
|
550
553
|
}
|
|
551
554
|
|
|
555
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
556
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
552
557
|
.e-bigger .e-treeview .e-list-text,
|
|
553
558
|
.e-treeview.e-bigger .e-list-text {
|
|
554
559
|
font-size: 15px;
|
|
@@ -561,6 +566,7 @@
|
|
|
561
566
|
}
|
|
562
567
|
.e-treeview {
|
|
563
568
|
-webkit-tap-highlight-color: transparent;
|
|
569
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
564
570
|
}
|
|
565
571
|
.e-treeview .e-text-content,
|
|
566
572
|
.e-treeview .e-fullrow {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
3
|
+
/* stylelint-disable */
|
|
2
4
|
/*! TreeView icons */
|
|
3
5
|
.e-treeview .e-list-item div.e-icons::before {
|
|
4
6
|
content: "\e230";
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
content: "\e22a";
|
|
23
25
|
}
|
|
24
26
|
|
|
27
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
25
28
|
@keyframes rotation {
|
|
26
29
|
from {
|
|
27
30
|
transform: rotate(0deg);
|
|
@@ -550,6 +553,8 @@
|
|
|
550
553
|
pointer-events: auto;
|
|
551
554
|
}
|
|
552
555
|
|
|
556
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
557
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
553
558
|
.e-bigger .e-treeview .e-list-text,
|
|
554
559
|
.e-treeview.e-bigger .e-list-text {
|
|
555
560
|
font-size: 15px;
|
|
@@ -562,6 +567,7 @@
|
|
|
562
567
|
}
|
|
563
568
|
.e-treeview {
|
|
564
569
|
-webkit-tap-highlight-color: transparent;
|
|
570
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
565
571
|
}
|
|
566
572
|
.e-treeview .e-text-content,
|
|
567
573
|
.e-treeview .e-fullrow {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable */
|
|
1
3
|
/*! TreeView icons */
|
|
2
4
|
.e-treeview .e-list-item div.e-icons::before {
|
|
3
5
|
content: "\e70b";
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
content: "\e797";
|
|
22
24
|
}
|
|
23
25
|
|
|
26
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
24
27
|
@keyframes rotation {
|
|
25
28
|
from {
|
|
26
29
|
transform: rotate(0deg);
|
|
@@ -618,6 +621,8 @@
|
|
|
618
621
|
pointer-events: auto;
|
|
619
622
|
}
|
|
620
623
|
|
|
624
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
625
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
621
626
|
.e-bigger .e-treeview .e-list-text,
|
|
622
627
|
.e-treeview.e-bigger .e-list-text {
|
|
623
628
|
font-size: 16px;
|
|
@@ -642,6 +647,7 @@
|
|
|
642
647
|
|
|
643
648
|
.e-treeview {
|
|
644
649
|
-webkit-tap-highlight-color: transparent;
|
|
650
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
645
651
|
}
|
|
646
652
|
.e-treeview .e-text-content,
|
|
647
653
|
.e-treeview .e-fullrow {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
|
+
/* stylelint-disable */
|
|
2
4
|
/*! TreeView icons */
|
|
3
5
|
.e-treeview .e-list-item div.e-icons::before {
|
|
4
6
|
content: "\e75c";
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
content: "\e839";
|
|
23
25
|
}
|
|
24
26
|
|
|
27
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
25
28
|
@keyframes rotation {
|
|
26
29
|
from {
|
|
27
30
|
transform: rotate(0deg);
|
|
@@ -649,6 +652,8 @@
|
|
|
649
652
|
pointer-events: auto;
|
|
650
653
|
}
|
|
651
654
|
|
|
655
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
656
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
652
657
|
.e-bigger .e-treeview .e-list-text,
|
|
653
658
|
.e-treeview.e-bigger .e-list-text {
|
|
654
659
|
font-size: 16px;
|
|
@@ -661,6 +666,7 @@
|
|
|
661
666
|
}
|
|
662
667
|
.e-treeview {
|
|
663
668
|
-webkit-tap-highlight-color: transparent;
|
|
669
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
664
670
|
}
|
|
665
671
|
.e-treeview.e-disabled {
|
|
666
672
|
opacity: 0.5;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
|
+
/* stylelint-disable */
|
|
2
4
|
/*! TreeView icons */
|
|
3
5
|
.e-treeview .e-list-item div.e-icons::before {
|
|
4
6
|
content: "\e75c";
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
content: "\e839";
|
|
23
25
|
}
|
|
24
26
|
|
|
27
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
25
28
|
@keyframes rotation {
|
|
26
29
|
from {
|
|
27
30
|
transform: rotate(0deg);
|
|
@@ -649,6 +652,8 @@
|
|
|
649
652
|
pointer-events: auto;
|
|
650
653
|
}
|
|
651
654
|
|
|
655
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
656
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
652
657
|
.e-bigger .e-treeview .e-list-text,
|
|
653
658
|
.e-treeview.e-bigger .e-list-text {
|
|
654
659
|
font-size: 16px;
|
|
@@ -661,6 +666,7 @@
|
|
|
661
666
|
}
|
|
662
667
|
.e-treeview {
|
|
663
668
|
-webkit-tap-highlight-color: transparent;
|
|
669
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
664
670
|
}
|
|
665
671
|
.e-treeview.e-disabled {
|
|
666
672
|
opacity: 0.5;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable */
|
|
1
3
|
/*! TreeView icons */
|
|
2
4
|
.e-treeview .e-list-item div.e-icons::before {
|
|
3
5
|
content: "\e22e";
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
content: "\e22a";
|
|
22
24
|
}
|
|
23
25
|
|
|
26
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
24
27
|
@keyframes rotation {
|
|
25
28
|
from {
|
|
26
29
|
transform: rotate(0deg);
|
|
@@ -549,6 +552,8 @@
|
|
|
549
552
|
pointer-events: auto;
|
|
550
553
|
}
|
|
551
554
|
|
|
555
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
556
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
552
557
|
.e-bigger .e-treeview .e-list-text,
|
|
553
558
|
.e-treeview.e-bigger .e-list-text {
|
|
554
559
|
font-size: 15px;
|
|
@@ -561,6 +566,7 @@
|
|
|
561
566
|
}
|
|
562
567
|
.e-treeview {
|
|
563
568
|
-webkit-tap-highlight-color: transparent;
|
|
569
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
564
570
|
}
|
|
565
571
|
.e-treeview .e-text-content,
|
|
566
572
|
.e-treeview .e-fullrow {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
/*! TreeView's fabric theme wise override definitions and variables */
|
|
3
|
+
/* stylelint-disable */
|
|
2
4
|
/*! TreeView icons */
|
|
3
5
|
.e-treeview .e-list-item div.e-icons::before {
|
|
4
6
|
content: "\e22e";
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
content: "\e22a";
|
|
23
25
|
}
|
|
24
26
|
|
|
27
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
25
28
|
@keyframes rotation {
|
|
26
29
|
from {
|
|
27
30
|
transform: rotate(0deg);
|
|
@@ -550,6 +553,8 @@
|
|
|
550
553
|
pointer-events: auto;
|
|
551
554
|
}
|
|
552
555
|
|
|
556
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
557
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
553
558
|
.e-bigger .e-treeview .e-list-text,
|
|
554
559
|
.e-treeview.e-bigger .e-list-text {
|
|
555
560
|
font-size: 15px;
|
|
@@ -562,6 +567,7 @@
|
|
|
562
567
|
}
|
|
563
568
|
.e-treeview {
|
|
564
569
|
-webkit-tap-highlight-color: transparent;
|
|
570
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
565
571
|
}
|
|
566
572
|
.e-treeview .e-text-content,
|
|
567
573
|
.e-treeview .e-fullrow {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
|
+
/* stylelint-disable */
|
|
2
4
|
/*! TreeView icons */
|
|
3
5
|
.e-treeview .e-list-item div.e-icons::before {
|
|
4
6
|
content: "\e75c";
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
content: "\e839";
|
|
23
25
|
}
|
|
24
26
|
|
|
27
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
25
28
|
@keyframes rotation {
|
|
26
29
|
from {
|
|
27
30
|
transform: rotate(0deg);
|
|
@@ -657,6 +660,8 @@
|
|
|
657
660
|
pointer-events: auto;
|
|
658
661
|
}
|
|
659
662
|
|
|
663
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
664
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
660
665
|
.e-bigger .e-treeview .e-list-text,
|
|
661
666
|
.e-treeview.e-bigger .e-list-text {
|
|
662
667
|
font-size: 16px;
|
|
@@ -669,6 +674,7 @@
|
|
|
669
674
|
}
|
|
670
675
|
.e-treeview {
|
|
671
676
|
-webkit-tap-highlight-color: transparent;
|
|
677
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
672
678
|
}
|
|
673
679
|
.e-treeview .e-text-content,
|
|
674
680
|
.e-treeview .e-fullrow {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
|
+
/* stylelint-disable */
|
|
2
4
|
/*! TreeView icons */
|
|
3
5
|
.e-treeview .e-list-item div.e-icons::before {
|
|
4
6
|
content: "\e75c";
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
content: "\e839";
|
|
23
25
|
}
|
|
24
26
|
|
|
27
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
25
28
|
@keyframes rotation {
|
|
26
29
|
from {
|
|
27
30
|
transform: rotate(0deg);
|
|
@@ -657,6 +660,8 @@
|
|
|
657
660
|
pointer-events: auto;
|
|
658
661
|
}
|
|
659
662
|
|
|
663
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
664
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
660
665
|
.e-bigger .e-treeview .e-list-text,
|
|
661
666
|
.e-treeview.e-bigger .e-list-text {
|
|
662
667
|
font-size: 16px;
|
|
@@ -669,6 +674,7 @@
|
|
|
669
674
|
}
|
|
670
675
|
.e-treeview {
|
|
671
676
|
-webkit-tap-highlight-color: transparent;
|
|
677
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
672
678
|
}
|
|
673
679
|
.e-treeview .e-text-content,
|
|
674
680
|
.e-treeview .e-fullrow {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable */
|
|
1
3
|
/*! TreeView icons */
|
|
2
4
|
.e-treeview .e-list-item div.e-icons::before {
|
|
3
5
|
content: "\e22e";
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
content: "\e22a";
|
|
22
24
|
}
|
|
23
25
|
|
|
26
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
24
27
|
@keyframes rotation {
|
|
25
28
|
from {
|
|
26
29
|
transform: rotate(0deg);
|
|
@@ -549,6 +552,8 @@
|
|
|
549
552
|
pointer-events: auto;
|
|
550
553
|
}
|
|
551
554
|
|
|
555
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
556
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
552
557
|
.e-bigger .e-treeview .e-list-text,
|
|
553
558
|
.e-treeview.e-bigger .e-list-text {
|
|
554
559
|
font-size: 15px;
|
|
@@ -561,6 +566,7 @@
|
|
|
561
566
|
}
|
|
562
567
|
.e-treeview {
|
|
563
568
|
-webkit-tap-highlight-color: transparent;
|
|
569
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
564
570
|
}
|
|
565
571
|
.e-treeview .e-text-content,
|
|
566
572
|
.e-treeview .e-fullrow {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
/*! TreeView's high contrast theme wise override definitions and variables */
|
|
3
|
+
/* stylelint-disable */
|
|
2
4
|
/*! TreeView icons */
|
|
3
5
|
.e-treeview .e-list-item div.e-icons::before {
|
|
4
6
|
content: "\e22e";
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
content: "\e22a";
|
|
23
25
|
}
|
|
24
26
|
|
|
27
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
25
28
|
@keyframes rotation {
|
|
26
29
|
from {
|
|
27
30
|
transform: rotate(0deg);
|
|
@@ -550,6 +553,8 @@
|
|
|
550
553
|
pointer-events: auto;
|
|
551
554
|
}
|
|
552
555
|
|
|
556
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
557
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
553
558
|
.e-bigger .e-treeview .e-list-text,
|
|
554
559
|
.e-treeview.e-bigger .e-list-text {
|
|
555
560
|
font-size: 15px;
|
|
@@ -562,6 +567,7 @@
|
|
|
562
567
|
}
|
|
563
568
|
.e-treeview {
|
|
564
569
|
-webkit-tap-highlight-color: transparent;
|
|
570
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
565
571
|
}
|
|
566
572
|
.e-treeview .e-text-content,
|
|
567
573
|
.e-treeview .e-fullrow {
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
5
6
|
transform: scale(4);
|
|
6
7
|
}
|
|
7
8
|
}
|
|
9
|
+
/* stylelint-disable */
|
|
8
10
|
/*! TreeView icons */
|
|
9
11
|
.e-treeview .e-list-item div.e-icons::before {
|
|
10
12
|
content: "\e22f";
|
|
@@ -28,6 +30,7 @@
|
|
|
28
30
|
content: "\e22a";
|
|
29
31
|
}
|
|
30
32
|
|
|
33
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
31
34
|
@keyframes rotation {
|
|
32
35
|
from {
|
|
33
36
|
transform: rotate(0deg);
|
|
@@ -556,6 +559,8 @@
|
|
|
556
559
|
pointer-events: auto;
|
|
557
560
|
}
|
|
558
561
|
|
|
562
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
563
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
559
564
|
.e-bigger .e-treeview .e-list-text,
|
|
560
565
|
.e-treeview.e-bigger .e-list-text {
|
|
561
566
|
font-size: 14px;
|
|
@@ -568,6 +573,7 @@
|
|
|
568
573
|
}
|
|
569
574
|
.e-treeview {
|
|
570
575
|
-webkit-tap-highlight-color: transparent;
|
|
576
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
571
577
|
}
|
|
572
578
|
.e-treeview .e-text-content,
|
|
573
579
|
.e-treeview .e-fullrow {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
}
|
|
15
16
|
}
|
|
16
17
|
/*! TreeView's material theme wise override definitions and variables */
|
|
18
|
+
/* stylelint-disable */
|
|
17
19
|
/*! TreeView icons */
|
|
18
20
|
.e-treeview .e-list-item div.e-icons::before {
|
|
19
21
|
content: "\e22f";
|
|
@@ -37,6 +39,7 @@
|
|
|
37
39
|
content: "\e22a";
|
|
38
40
|
}
|
|
39
41
|
|
|
42
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
40
43
|
@keyframes rotation {
|
|
41
44
|
from {
|
|
42
45
|
transform: rotate(0deg);
|
|
@@ -560,6 +563,8 @@
|
|
|
560
563
|
pointer-events: auto;
|
|
561
564
|
}
|
|
562
565
|
|
|
566
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
567
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
563
568
|
.e-bigger .e-treeview .e-list-text,
|
|
564
569
|
.e-treeview.e-bigger .e-list-text {
|
|
565
570
|
font-size: 14px;
|
|
@@ -572,6 +577,7 @@
|
|
|
572
577
|
}
|
|
573
578
|
.e-treeview {
|
|
574
579
|
-webkit-tap-highlight-color: transparent;
|
|
580
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
575
581
|
}
|
|
576
582
|
.e-treeview .e-text-content,
|
|
577
583
|
.e-treeview .e-fullrow {
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
4
|
+
/* stylelint-disable */
|
|
3
5
|
/*! TreeView icons */
|
|
4
6
|
.e-treeview .e-list-item div.e-icons::before {
|
|
5
7
|
content: "\e75c";
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
content: "\e839";
|
|
24
26
|
}
|
|
25
27
|
|
|
28
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
26
29
|
@keyframes rotation {
|
|
27
30
|
from {
|
|
28
31
|
transform: rotate(0deg);
|
|
@@ -344,6 +347,7 @@
|
|
|
344
347
|
.e-treeview .e-list-item .e-ul {
|
|
345
348
|
margin: 2px 0 -2px;
|
|
346
349
|
padding: 0 0 0 20px;
|
|
350
|
+
margin: 2px 0 0;
|
|
347
351
|
}
|
|
348
352
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
349
353
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -654,6 +658,8 @@
|
|
|
654
658
|
pointer-events: auto;
|
|
655
659
|
}
|
|
656
660
|
|
|
661
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
662
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
657
663
|
.e-bigger .e-treeview .e-list-text,
|
|
658
664
|
.e-treeview.e-bigger .e-list-text {
|
|
659
665
|
font-size: 16px;
|
|
@@ -666,6 +672,7 @@
|
|
|
666
672
|
}
|
|
667
673
|
.e-treeview {
|
|
668
674
|
-webkit-tap-highlight-color: transparent;
|
|
675
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
669
676
|
}
|
|
670
677
|
.e-treeview .e-text-content,
|
|
671
678
|
.e-treeview .e-fullrow {
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
4
|
+
/* stylelint-disable */
|
|
3
5
|
/*! TreeView icons */
|
|
4
6
|
.e-treeview .e-list-item div.e-icons::before {
|
|
5
7
|
content: "\e75c";
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
content: "\e839";
|
|
24
26
|
}
|
|
25
27
|
|
|
28
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
26
29
|
@keyframes rotation {
|
|
27
30
|
from {
|
|
28
31
|
transform: rotate(0deg);
|
|
@@ -344,6 +347,7 @@
|
|
|
344
347
|
.e-treeview .e-list-item .e-ul {
|
|
345
348
|
margin: 2px 0 -2px;
|
|
346
349
|
padding: 0 0 0 20px;
|
|
350
|
+
margin: 2px 0 0;
|
|
347
351
|
}
|
|
348
352
|
.e-treeview .e-list-item.e-disable > .e-text-content,
|
|
349
353
|
.e-treeview .e-list-item.e-disable > .e-fullrow {
|
|
@@ -654,6 +658,8 @@
|
|
|
654
658
|
pointer-events: auto;
|
|
655
659
|
}
|
|
656
660
|
|
|
661
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
662
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
657
663
|
.e-bigger .e-treeview .e-list-text,
|
|
658
664
|
.e-treeview.e-bigger .e-list-text {
|
|
659
665
|
font-size: 16px;
|
|
@@ -666,6 +672,7 @@
|
|
|
666
672
|
}
|
|
667
673
|
.e-treeview {
|
|
668
674
|
-webkit-tap-highlight-color: transparent;
|
|
675
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
669
676
|
}
|
|
670
677
|
.e-treeview .e-text-content,
|
|
671
678
|
.e-treeview .e-fullrow {
|