UNPKG

@grafana/ui

Version:
31 lines (29 loc) 1.26 kB
"use strict"; var BigValueColorMode = /* @__PURE__ */ ((BigValueColorMode2) => { BigValueColorMode2["Background"] = "background"; BigValueColorMode2["BackgroundSolid"] = "background_solid"; BigValueColorMode2["None"] = "none"; BigValueColorMode2["Value"] = "value"; return BigValueColorMode2; })(BigValueColorMode || {}); var BigValueGraphMode = /* @__PURE__ */ ((BigValueGraphMode2) => { BigValueGraphMode2["None"] = "none"; BigValueGraphMode2["Line"] = "line"; BigValueGraphMode2["Area"] = "area"; return BigValueGraphMode2; })(BigValueGraphMode || {}); var BigValueJustifyMode = /* @__PURE__ */ ((BigValueJustifyMode2) => { BigValueJustifyMode2["Auto"] = "auto"; BigValueJustifyMode2["Center"] = "center"; return BigValueJustifyMode2; })(BigValueJustifyMode || {}); var BigValueTextMode = /* @__PURE__ */ ((BigValueTextMode2) => { BigValueTextMode2["Auto"] = "auto"; BigValueTextMode2["Value"] = "value"; BigValueTextMode2["ValueAndName"] = "value_and_name"; BigValueTextMode2["Name"] = "name"; BigValueTextMode2["None"] = "none"; return BigValueTextMode2; })(BigValueTextMode || {}); export { BigValueColorMode, BigValueGraphMode, BigValueJustifyMode, BigValueTextMode }; //# sourceMappingURL=BigValueTypes.mjs.map