@syncfusion/ej2-angular-gantt 23.1.41-ngcc → 23.1.41
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/columns.directive.mjs +72 -0
- package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
- package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
- package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
- package/esm2020/src/gantt/gantt-all.module.mjs +71 -0
- package/esm2020/src/gantt/gantt.component.mjs +255 -0
- package/esm2020/src/gantt/gantt.module.mjs +79 -0
- package/esm2020/src/gantt/holidays.directive.mjs +58 -0
- package/esm2020/src/index.mjs +11 -0
- package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs +734 -0
- package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs +734 -0
- package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
- package/package.json +27 -13
- package/src/gantt/adddialogfields.directive.d.ts +5 -0
- package/src/gantt/columns.directive.d.ts +5 -0
- package/src/gantt/dayworkingtime.directive.d.ts +5 -0
- package/src/gantt/editdialogfields.directive.d.ts +5 -0
- package/src/gantt/eventmarkers.directive.d.ts +5 -0
- package/src/gantt/gantt-all.module.d.ts +6 -0
- package/src/gantt/gantt.component.d.ts +3 -0
- package/src/gantt/gantt.module.d.ts +12 -0
- package/src/gantt/holidays.directive.d.ts +5 -0
- package/styles/gantt/_all.scss +2 -0
- package/styles/gantt/_bootstrap-dark-definition.scss +215 -0
- package/styles/gantt/_bootstrap-definition.scss +215 -0
- package/styles/gantt/_bootstrap4-definition.scss +217 -0
- package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
- package/styles/gantt/_bootstrap5-definition.scss +219 -0
- package/styles/gantt/_fabric-dark-definition.scss +215 -0
- package/styles/gantt/_fabric-definition.scss +215 -0
- package/styles/gantt/_fluent-dark-definition.scss +1 -0
- package/styles/gantt/_fluent-definition.scss +219 -0
- package/styles/gantt/_fusionnew-definition.scss +218 -0
- package/styles/gantt/_highcontrast-definition.scss +215 -0
- package/styles/gantt/_highcontrast-light-definition.scss +215 -0
- package/styles/gantt/_layout.scss +1743 -0
- package/styles/gantt/_material-dark-definition.scss +216 -0
- package/styles/gantt/_material-definition.scss +216 -0
- package/styles/gantt/_material3-dark-definition.scss +1 -0
- package/styles/gantt/_material3-definition.scss +220 -0
- package/styles/gantt/_tailwind-dark-definition.scss +1 -0
- package/styles/gantt/_tailwind-definition.scss +219 -0
- package/styles/gantt/_theme.scss +739 -0
- package/styles/gantt/bootstrap-dark.scss +22 -1
- package/styles/gantt/bootstrap.scss +22 -1
- package/styles/gantt/bootstrap4.scss +22 -1
- package/styles/gantt/bootstrap5-dark.scss +22 -1
- package/styles/gantt/bootstrap5.scss +22 -1
- package/styles/gantt/fabric-dark.scss +22 -1
- package/styles/gantt/fabric.scss +22 -1
- package/styles/gantt/fluent-dark.scss +22 -1
- package/styles/gantt/fluent.scss +22 -1
- package/styles/gantt/highcontrast-light.scss +21 -1
- package/styles/gantt/highcontrast.scss +22 -1
- package/styles/gantt/icons/_bootstrap-dark.scss +128 -0
- package/styles/gantt/icons/_bootstrap.scss +128 -0
- package/styles/gantt/icons/_bootstrap4.scss +128 -0
- package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
- package/styles/gantt/icons/_bootstrap5.scss +128 -0
- package/styles/gantt/icons/_fabric-dark.scss +128 -0
- package/styles/gantt/icons/_fabric.scss +128 -0
- package/styles/gantt/icons/_fluent-dark.scss +1 -0
- package/styles/gantt/icons/_fluent.scss +128 -0
- package/styles/gantt/icons/_fusionnew.scss +124 -0
- package/styles/gantt/icons/_highcontrast.scss +128 -0
- package/styles/gantt/icons/_material-dark.scss +128 -0
- package/styles/gantt/icons/_material.scss +128 -0
- package/styles/gantt/icons/_material3-dark.scss +1 -0
- package/styles/gantt/icons/_material3.scss +128 -0
- package/styles/gantt/icons/_tailwind-dark.scss +128 -0
- package/styles/gantt/icons/_tailwind.scss +128 -0
- package/styles/gantt/material-dark.scss +22 -1
- package/styles/gantt/material.scss +22 -1
- package/styles/gantt/material3-dark.scss +22 -1
- package/styles/gantt/material3.scss +22 -1
- package/styles/gantt/tailwind-dark.scss +22 -1
- package/styles/gantt/tailwind.scss +22 -1
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.scss +1 -0
- package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
- package/@syncfusion/ej2-angular-gantt.es5.js +0 -812
- package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-gantt.js +0 -764
- package/@syncfusion/ej2-angular-gantt.js.map +0 -1
- package/CHANGELOG.md +0 -2038
- package/dist/ej2-angular-gantt.umd.js +0 -925
- package/dist/ej2-angular-gantt.umd.js.map +0 -1
- package/dist/ej2-angular-gantt.umd.min.js +0 -11
- package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
- package/ej2-angular-gantt.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
@include export-module('gantt-tailwind-icons') {
|
|
2
|
+
#{&}.e-gantt {
|
|
3
|
+
.e-add::before {
|
|
4
|
+
content: '\e805';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-critical-path::before {
|
|
8
|
+
content: '\e88c';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-edit::before {
|
|
12
|
+
content: '\e730';
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-delete::before {
|
|
16
|
+
content: '\e820';
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-cancel::before {
|
|
20
|
+
content: '\e7e7';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-save::before {
|
|
24
|
+
content: '\e7c8';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-update::before {
|
|
28
|
+
content: '\e7c8';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-search-icon::before {
|
|
32
|
+
content: '\e754';
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-cancel-icon::before {
|
|
36
|
+
content: '\e7e7';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-notes-info::before {
|
|
40
|
+
content: '\e72d';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-left-resize-gripper::before,
|
|
44
|
+
.e-right-resize-gripper::before {
|
|
45
|
+
content: '\e770';
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-expandall::before {
|
|
49
|
+
content: '\e7c9';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-collapseall::before {
|
|
53
|
+
content: '\e80f';
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.e-prevtimespan::before {
|
|
57
|
+
content: '\e773';
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-nexttimespan::before {
|
|
61
|
+
content: '\e7f9';
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-zoomin::before {
|
|
65
|
+
content: '\e795';
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-zoomout::before {
|
|
69
|
+
content: '\e825';
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-zoomtofit::before {
|
|
73
|
+
content: '\e838';
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-csvexport::before {
|
|
77
|
+
content: '\e7ba';
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.e-excelexport::before {
|
|
81
|
+
content: '\e7c1';
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-pdfexport::before {
|
|
85
|
+
content: '\e700';
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.e-indent::before {
|
|
89
|
+
content: '\e810';
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-outdent::before {
|
|
93
|
+
content: '\e72a';
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-add-above::before {
|
|
97
|
+
content: '\e836';
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.e-add-below::before {
|
|
101
|
+
content: '\e801';
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
#{&}.e-gantt.e-device {
|
|
106
|
+
.e-backarrowspan::before,
|
|
107
|
+
.e-icon-dlg-close::before {
|
|
108
|
+
content: '\e773';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-left-resize-gripper::before,
|
|
112
|
+
.e-right-resize-gripper::before {
|
|
113
|
+
content: '\e770';
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-icon-rowselect::before {
|
|
118
|
+
content: '\e7d4';
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
122
|
+
content: '\e773';
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
126
|
+
content: '\e7f9';
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
@include export-module('gantt-material-dark-icons') {
|
|
2
|
+
#{&}.e-gantt {
|
|
3
|
+
.e-add::before {
|
|
4
|
+
content: '\e823';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-critical-path::before {
|
|
8
|
+
content: '\e931';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-edit::before {
|
|
12
|
+
content: '\e944';
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-delete::before {
|
|
16
|
+
content: '\e965';
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-cancel::before {
|
|
20
|
+
content: '\e953';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-save::before {
|
|
24
|
+
content: '\e735';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-update::before {
|
|
28
|
+
content: '\e735';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-search-icon::before {
|
|
32
|
+
content: '\ebe6';
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-cancel-icon::before {
|
|
36
|
+
content: '\e953';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-notes-info::before {
|
|
40
|
+
content: '\e607';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-expandall::before {
|
|
44
|
+
content: '\e555';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.e-collapseall::before {
|
|
48
|
+
content: '\e559';
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.e-prevtimespan::before {
|
|
52
|
+
content: '\e85b';
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.e-nexttimespan::before {
|
|
56
|
+
content: '\e85f';
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.e-left-resize-gripper::before,
|
|
60
|
+
.e-right-resize-gripper::before {
|
|
61
|
+
content: '\ebef';
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-zoomin::before {
|
|
65
|
+
content: '\e349';
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-zoomout::before {
|
|
69
|
+
content: '\e351';
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-zoomtofit::before {
|
|
73
|
+
content: '\e657';
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-csvexport::before {
|
|
77
|
+
content: '\e241';
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.e-excelexport::before {
|
|
81
|
+
content: '\e242';
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-pdfexport::before {
|
|
85
|
+
content: '\e240';
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.e-indent::before {
|
|
89
|
+
content: '\e33f';
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-outdent::before {
|
|
93
|
+
content: '\e35d';
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-add-above::before {
|
|
97
|
+
content: '\e658';
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.e-add-below::before {
|
|
101
|
+
content: '\e659';
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
#{&}.e-gantt.e-device {
|
|
106
|
+
.e-backarrowspan::before,
|
|
107
|
+
.e-icon-dlg-close::before {
|
|
108
|
+
content: '\e85b';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-left-resize-gripper::before,
|
|
112
|
+
.e-right-resize-gripper::before {
|
|
113
|
+
content: '\e903';
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-icon-rowselect::before {
|
|
118
|
+
content: '\e930';
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
122
|
+
content: '\e85b';
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
126
|
+
content: '\e85f';
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
@include export-module('gantt-material-icons') {
|
|
2
|
+
#{&}.e-gantt {
|
|
3
|
+
.e-add::before {
|
|
4
|
+
content: '\e7d5';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-critical-path::before {
|
|
8
|
+
content: '\e931';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-edit::before {
|
|
12
|
+
content: '\e97c';
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-delete::before {
|
|
16
|
+
content: '\e965';
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-cancel::before {
|
|
20
|
+
content: '\e953';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-save::before {
|
|
24
|
+
content: '\e735';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-update::before {
|
|
28
|
+
content: '\e735';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-search-icon::before {
|
|
32
|
+
content: '\ebe6';
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-cancel-icon::before {
|
|
36
|
+
content: '\e953';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-notes-info::before {
|
|
40
|
+
content: '\e607';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-expandall::before {
|
|
44
|
+
content: '\e555';
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.e-collapseall::before {
|
|
48
|
+
content: '\e559';
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.e-prevtimespan::before {
|
|
52
|
+
content: '\e85b';
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.e-nexttimespan::before {
|
|
56
|
+
content: '\e85f';
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.e-left-resize-gripper::before,
|
|
60
|
+
.e-right-resize-gripper::before {
|
|
61
|
+
content: '\ebef';
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-zoomin::before {
|
|
65
|
+
content: '\e349';
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-zoomout::before {
|
|
69
|
+
content: '\e351';
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-zoomtofit::before {
|
|
73
|
+
content: '\e657';
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-add-above::before {
|
|
77
|
+
content: '\e658';
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.e-csvexport::before {
|
|
81
|
+
content: '\e241';
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-excelexport::before {
|
|
85
|
+
content: '\e242';
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.e-pdfexport::before {
|
|
89
|
+
content: '\e240';
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-indent::before {
|
|
93
|
+
content: '\e33f';
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-outdent::before {
|
|
97
|
+
content: '\e35d';
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.e-add-below::before {
|
|
101
|
+
content: '\e659';
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
#{&}.e-gantt.e-device {
|
|
106
|
+
.e-backarrowspan::before,
|
|
107
|
+
.e-icon-dlg-close::before {
|
|
108
|
+
content: '\e85b';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-left-resize-gripper::before,
|
|
112
|
+
.e-right-resize-gripper::before {
|
|
113
|
+
content: '\e903';
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-icon-rowselect::before {
|
|
118
|
+
content: '\e930';
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
122
|
+
content: '\e85b';
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
126
|
+
content: '\e85f';
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent.scss';
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
@include export-module('gantt-tailwind-icons') {
|
|
2
|
+
#{&}.e-gantt {
|
|
3
|
+
.e-add::before {
|
|
4
|
+
content: '\e805';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-critical-path::before {
|
|
8
|
+
content: '\e88c';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-edit::before {
|
|
12
|
+
content: '\e730';
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-delete::before {
|
|
16
|
+
content: '\e820';
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-cancel::before {
|
|
20
|
+
content: '\e7e7';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-save::before {
|
|
24
|
+
content: '\e7c8';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-update::before {
|
|
28
|
+
content: '\e7c8';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-search-icon::before {
|
|
32
|
+
content: '\e754';
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-cancel-icon::before {
|
|
36
|
+
content: '\e7e7';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-notes-info::before {
|
|
40
|
+
content: '\e72d';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.e-left-resize-gripper::before,
|
|
44
|
+
.e-right-resize-gripper::before {
|
|
45
|
+
content: '\e770';
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-expandall::before {
|
|
49
|
+
content: '\e7c9';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-collapseall::before {
|
|
53
|
+
content: '\e80f';
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.e-prevtimespan::before {
|
|
57
|
+
content: '\e773';
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-nexttimespan::before {
|
|
61
|
+
content: '\e7f9';
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-zoomin::before {
|
|
65
|
+
content: '\e795';
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-zoomout::before {
|
|
69
|
+
content: '\e825';
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-zoomtofit::before {
|
|
73
|
+
content: '\e838';
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-csvexport::before {
|
|
77
|
+
content: '\e7ba';
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.e-excelexport::before {
|
|
81
|
+
content: '\e7c1';
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-pdfexport::before {
|
|
85
|
+
content: '\e700';
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.e-indent::before {
|
|
89
|
+
content: '\e810';
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-outdent::before {
|
|
93
|
+
content: '\e72a';
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-add-above::before {
|
|
97
|
+
content: '\e836';
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.e-add-below::before {
|
|
101
|
+
content: '\e801';
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
#{&}.e-gantt.e-device {
|
|
106
|
+
.e-backarrowspan::before,
|
|
107
|
+
.e-icon-dlg-close::before {
|
|
108
|
+
content: '\e773';
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.e-left-resize-gripper::before,
|
|
112
|
+
.e-right-resize-gripper::before {
|
|
113
|
+
content: '\e770';
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-icon-rowselect::before {
|
|
118
|
+
content: '\e7d4';
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
122
|
+
content: '\e773';
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
126
|
+
content: '\e7f9';
|
|
127
|
+
}
|
|
128
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
@include export-module('gantt-tailwind-icons') {
|
|
2
|
+
#{&}.e-gantt {
|
|
3
|
+
.e-add::before {
|
|
4
|
+
content: '\e805';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-edit::before {
|
|
8
|
+
content: '\e730';
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-delete::before {
|
|
12
|
+
content: '\e820';
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-cancel::before {
|
|
16
|
+
content: '\e7e7';
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-save::before {
|
|
20
|
+
content: '\e7c8';
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-update::before {
|
|
24
|
+
content: '\e7c8';
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-search-icon::before {
|
|
28
|
+
content: '\e754';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-cancel-icon::before {
|
|
32
|
+
content: '\e7e7';
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-notes-info::before {
|
|
36
|
+
content: '\e72d';
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.e-left-resize-gripper::before,
|
|
40
|
+
.e-right-resize-gripper::before {
|
|
41
|
+
content: '\e770';
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.e-expandall::before {
|
|
45
|
+
content: '\e7c9';
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-collapseall::before {
|
|
49
|
+
content: '\e80f';
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-prevtimespan::before {
|
|
53
|
+
content: '\e773';
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.e-nexttimespan::before {
|
|
57
|
+
content: '\e7f9';
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.e-zoomin::before {
|
|
61
|
+
content: '\e795';
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-zoomout::before {
|
|
65
|
+
content: '\e825';
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-zoomtofit::before {
|
|
69
|
+
content: '\e838';
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-csvexport::before {
|
|
73
|
+
content: '\e7ba';
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-excelexport::before {
|
|
77
|
+
content: '\e7c1';
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.e-pdfexport::before {
|
|
81
|
+
content: '\e700';
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.e-indent::before {
|
|
85
|
+
content: '\e810';
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.e-outdent::before {
|
|
89
|
+
content: '\e72a';
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.e-add-above::before {
|
|
93
|
+
content: '\e836';
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-add-below::before {
|
|
97
|
+
content: '\e801';
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
#{&}.e-gantt.e-device {
|
|
102
|
+
.e-backarrowspan::before,
|
|
103
|
+
.e-icon-dlg-close::before {
|
|
104
|
+
content: '\e773';
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-left-resize-gripper::before,
|
|
108
|
+
.e-right-resize-gripper::before {
|
|
109
|
+
content: '\e770';
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-icon-rowselect::before {
|
|
114
|
+
content: '\e7d4';
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
118
|
+
content: '\e773';
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
122
|
+
content: '\e7f9';
|
|
123
|
+
}
|
|
124
|
+
}
|