@esic-lab/data-core-ui 0.0.66 → 0.0.67
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -662,7 +662,7 @@ interface GanttElement {
|
|
|
662
662
|
startDate?: Date;
|
|
663
663
|
endDate: Date;
|
|
664
664
|
color: string;
|
|
665
|
-
status: "IN_PROGRESS" | "
|
|
665
|
+
status: "IN_PROGRESS" | "COMPLETED" | "CANCELLED" | "SUCCESS" | "DELAY";
|
|
666
666
|
}
|
|
667
667
|
interface GanttChartProps {
|
|
668
668
|
data: GanttElement[];
|
package/dist/index.d.ts
CHANGED
|
@@ -662,7 +662,7 @@ interface GanttElement {
|
|
|
662
662
|
startDate?: Date;
|
|
663
663
|
endDate: Date;
|
|
664
664
|
color: string;
|
|
665
|
-
status: "IN_PROGRESS" | "
|
|
665
|
+
status: "IN_PROGRESS" | "COMPLETED" | "CANCELLED" | "SUCCESS" | "DELAY";
|
|
666
666
|
}
|
|
667
667
|
interface GanttChartProps {
|
|
668
668
|
data: GanttElement[];
|
package/dist/index.js
CHANGED
|
@@ -4822,7 +4822,7 @@ var STATUS_META = {
|
|
|
4822
4822
|
label: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23",
|
|
4823
4823
|
icon: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_icons_react15.IconHourglassEmpty, { className: "text-[#FFC654]" })
|
|
4824
4824
|
},
|
|
4825
|
-
|
|
4825
|
+
CANCELLED: {
|
|
4826
4826
|
color: "#D2D5DB",
|
|
4827
4827
|
label: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
4828
4828
|
icon: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_icons_react15.IconCircleX, { className: "text-[#D2D5DB]" })
|
|
@@ -4832,7 +4832,7 @@ var STATUS_META = {
|
|
|
4832
4832
|
label: "\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E41\u0E25\u0E49\u0E27\u0E40\u0E2A\u0E23\u0E47\u0E08",
|
|
4833
4833
|
icon: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_icons_react15.IconRosetteDiscountCheck, { className: "text-[#81CF92]" })
|
|
4834
4834
|
},
|
|
4835
|
-
|
|
4835
|
+
COMPLETED: {
|
|
4836
4836
|
color: "#81CF92",
|
|
4837
4837
|
label: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19",
|
|
4838
4838
|
icon: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_icons_react15.IconRosetteDiscountCheck, { className: "text-[#81CF92]" })
|
package/dist/index.mjs
CHANGED
|
@@ -4770,7 +4770,7 @@ var STATUS_META = {
|
|
|
4770
4770
|
label: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23",
|
|
4771
4771
|
icon: /* @__PURE__ */ jsx48(IconHourglassEmpty, { className: "text-[#FFC654]" })
|
|
4772
4772
|
},
|
|
4773
|
-
|
|
4773
|
+
CANCELLED: {
|
|
4774
4774
|
color: "#D2D5DB",
|
|
4775
4775
|
label: "\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01",
|
|
4776
4776
|
icon: /* @__PURE__ */ jsx48(IconCircleX, { className: "text-[#D2D5DB]" })
|
|
@@ -4780,7 +4780,7 @@ var STATUS_META = {
|
|
|
4780
4780
|
label: "\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23\u0E41\u0E25\u0E49\u0E27\u0E40\u0E2A\u0E23\u0E47\u0E08",
|
|
4781
4781
|
icon: /* @__PURE__ */ jsx48(IconRosetteDiscountCheck, { className: "text-[#81CF92]" })
|
|
4782
4782
|
},
|
|
4783
|
-
|
|
4783
|
+
COMPLETED: {
|
|
4784
4784
|
color: "#81CF92",
|
|
4785
4785
|
label: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19",
|
|
4786
4786
|
icon: /* @__PURE__ */ jsx48(IconRosetteDiscountCheck, { className: "text-[#81CF92]" })
|