UNPKG

@grafana/ui

Version:
38 lines (34 loc) 1.44 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); "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 || {}); exports.BigValueColorMode = BigValueColorMode; exports.BigValueGraphMode = BigValueGraphMode; exports.BigValueJustifyMode = BigValueJustifyMode; exports.BigValueTextMode = BigValueTextMode; //# sourceMappingURL=BigValueTypes.cjs.map