vue-data-ui
Version:
A user-empowering data visualization Vue 3 components library for eloquent data storytelling
81 lines (80 loc) • 1.33 kB
JavaScript
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
//#region src/themes/vue_ui_table_heatmap.json
var t = /* @__PURE__ */ e({
celebration: () => r,
concrete: () => o,
dark: () => n,
default: () => s,
hack: () => i,
zen: () => a
}), n = {
style: {
backgroundColor: "#1A1A1A",
color: "#CCCCCC"
},
table: { head: {
backgroundColor: "#1A1A1A",
color: "#CCCCCC"
} }
}, r = {
style: {
backgroundColor: "#FFF8E1",
color: "#424242",
heatmapColors: {
min: "#FFECB3",
max: "#D32F2F"
}
},
table: { head: {
backgroundColor: "#FFF8E1",
color: "#424242"
} }
}, i = {
style: {
backgroundColor: "#1A1A1A",
color: "#99AA99",
heatmapColors: {
min: "#333333",
max: "#66CC66"
}
},
table: { head: {
backgroundColor: "#1A1A1A",
color: "#99AA99"
} }
}, a = {
style: {
backgroundColor: "#fbfafa",
color: "#8A9892",
heatmapColors: {
max: "#C09E85",
min: "#DCDFE7"
}
},
table: { head: {
backgroundColor: "#fbfafa",
color: "#8A9892"
} }
}, o = {
style: {
backgroundColor: "#f6f6fb",
color: "#50606C",
heatmapColors: {
max: "#4A6A75",
min: "#EFECEC"
}
},
table: { head: {
backgroundColor: "#f6f6fb",
color: "#50606C"
} }
}, s = {
default: {},
dark: n,
celebration: r,
hack: i,
zen: a,
concrete: o
};
//#endregion
export { t as n, s as t };