sf-i-events 1.0.112 → 1.0.114
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/package.json +1 -1
- package/sf-i-events.js +9 -9
- package/sf-i-events.js.map +1 -1
- package/src/sf-i-events.ts +9 -9
package/package.json
CHANGED
package/sf-i-events.js
CHANGED
|
@@ -44,9 +44,9 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
44
44
|
this.TAB_CUSTOM = "custom";
|
|
45
45
|
this.TAB_REPORTER = "reporter";
|
|
46
46
|
this.TAB_APPROVER = "approver";
|
|
47
|
-
this.COLOR_APPROVED = "#
|
|
47
|
+
this.COLOR_APPROVED = "#50cf01";
|
|
48
48
|
this.COLOR_NOT_STARTED = "#A4A9AD";
|
|
49
|
-
this.COLOR_IN_PROGRESS = "#
|
|
49
|
+
this.COLOR_IN_PROGRESS = "#ffe505";
|
|
50
50
|
this.COLOR_PAST_DUE_DATE = "#F79256";
|
|
51
51
|
this.COLOR_LATE_EXECUTED = "#840B0F";
|
|
52
52
|
this.COLOR_LATE_APPROVED = "#EE2F36";
|
|
@@ -151,13 +151,13 @@ let SfIEvents = class SfIEvents extends LitElement {
|
|
|
151
151
|
background-color: #dedede;
|
|
152
152
|
}
|
|
153
153
|
.color-pending {
|
|
154
|
-
color: #
|
|
154
|
+
color: #ffe505;
|
|
155
155
|
}
|
|
156
156
|
.color-not-started {
|
|
157
157
|
color: #888888;
|
|
158
158
|
}
|
|
159
159
|
.color-done {
|
|
160
|
-
color: #
|
|
160
|
+
color: #50cf01;
|
|
161
161
|
}
|
|
162
162
|
.color-past-due-date {
|
|
163
163
|
color: #F79256;
|
|
@@ -4856,7 +4856,7 @@ SfIEvents.styles = css `
|
|
|
4856
4856
|
}
|
|
4857
4857
|
|
|
4858
4858
|
.div-graph-pending {
|
|
4859
|
-
background-color: #
|
|
4859
|
+
background-color: #ffe505;
|
|
4860
4860
|
height: 100%;
|
|
4861
4861
|
width: 100%;
|
|
4862
4862
|
}
|
|
@@ -4877,11 +4877,11 @@ SfIEvents.styles = css `
|
|
|
4877
4877
|
}
|
|
4878
4878
|
|
|
4879
4879
|
.bg-pending {
|
|
4880
|
-
background-color: #
|
|
4880
|
+
background-color: #ffe505;
|
|
4881
4881
|
}
|
|
4882
4882
|
|
|
4883
4883
|
.bg-done {
|
|
4884
|
-
background-color: #
|
|
4884
|
+
background-color: #50cf01;
|
|
4885
4885
|
}
|
|
4886
4886
|
|
|
4887
4887
|
.color-past-due-date {
|
|
@@ -4896,7 +4896,7 @@ SfIEvents.styles = css `
|
|
|
4896
4896
|
}
|
|
4897
4897
|
|
|
4898
4898
|
.color-pending {
|
|
4899
|
-
color: #
|
|
4899
|
+
color: #ffe505;
|
|
4900
4900
|
}
|
|
4901
4901
|
|
|
4902
4902
|
.color-not-started {
|
|
@@ -4904,7 +4904,7 @@ SfIEvents.styles = css `
|
|
|
4904
4904
|
}
|
|
4905
4905
|
|
|
4906
4906
|
.color-done {
|
|
4907
|
-
color: #
|
|
4907
|
+
color: #50cf01;
|
|
4908
4908
|
}
|
|
4909
4909
|
|
|
4910
4910
|
.pr-10 {
|