vue-data-ui 2.2.92 → 2.2.93
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-DZlxUin4.js +57288 -0
- package/dist/{index.es-Dc9Fd4o6.js → index.es-Cgqo-FBk.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/vue-data-ui.js +61 -455
- package/package.json +1 -1
- package/dist/data-table-d-VcuH-r.js +0 -1488
- package/dist/legend-DJCYLsl_.js +0 -61
- package/dist/themes-lgjsYHsH.js +0 -4967
- package/dist/title-BF-9Qcni.js +0 -56
- package/dist/tooltip-D85WEOKi.js +0 -94
- package/dist/user-options-DZgCz8UA.js +0 -415
- package/dist/vue-ui-3d-bar-DW7kGJSz.js +0 -20360
- package/dist/vue-ui-age-pyramid-4hcuKpFY.js +0 -781
- package/dist/vue-ui-annotator-C83FVvl8.js +0 -2175
- package/dist/vue-ui-candlestick-diclGj95.js +0 -807
- package/dist/vue-ui-chestnut-ACetHLdG.js +0 -1049
- package/dist/vue-ui-cursor-Rx7UNaYT.js +0 -229
- package/dist/vue-ui-dashboard-B3PlN0ks.js +0 -231
- package/dist/vue-ui-digits-CxMXID42.js +0 -154
- package/dist/vue-ui-donut-DMiwVXNd.js +0 -1534
- package/dist/vue-ui-dumbbell-B_X1T8TR.js +0 -621
- package/dist/vue-ui-flow-B72wzQ6V.js +0 -451
- package/dist/vue-ui-galaxy-DXX5yivT.js +0 -482
- package/dist/vue-ui-gauge-Cs9PDurH.js +0 -466
- package/dist/vue-ui-heatmap-PcoNSLdN.js +0 -581
- package/dist/vue-ui-kpi-DchEmPtB.js +0 -55
- package/dist/vue-ui-mini-loader-DltJLkqy.js +0 -131
- package/dist/vue-ui-molecule-CWvukBzs.js +0 -746
- package/dist/vue-ui-mood-radar-DEfdtIi8.js +0 -544
- package/dist/vue-ui-nested-donuts-9URpqgXE.js +0 -768
- package/dist/vue-ui-onion-C0eowUT6.js +0 -551
- package/dist/vue-ui-parallel-coordinate-plot-Bc_pAaPJ.js +0 -647
- package/dist/vue-ui-quadrant-_ddVAm9V.js +0 -1174
- package/dist/vue-ui-quick-chart-Cio0hDYO.js +0 -1310
- package/dist/vue-ui-radar-Dyg38i33.js +0 -853
- package/dist/vue-ui-rating-CE1Lmwd2.js +0 -271
- package/dist/vue-ui-relation-circle-BMlB3k3d.js +0 -303
- package/dist/vue-ui-rings-BuXeijvb.js +0 -507
- package/dist/vue-ui-scatter-B1hZfOua.js +0 -870
- package/dist/vue-ui-screenshot-0QXgxzGs.js +0 -160
- package/dist/vue-ui-smiley-B7kR7exr.js +0 -763
- package/dist/vue-ui-spark-trend-BmL2KiYL.js +0 -245
- package/dist/vue-ui-sparkgauge-BMzFv14L.js +0 -158
- package/dist/vue-ui-sparkhistogram-DWpOXqHm.js +0 -243
- package/dist/vue-ui-sparkstackbar-DB9VQXlc.js +0 -244
- package/dist/vue-ui-strip-plot-DyN6P0JO.js +0 -614
- package/dist/vue-ui-table-DM3zL89q.js +0 -2180
- package/dist/vue-ui-table-heatmap-gWx0Nslu.js +0 -237
- package/dist/vue-ui-thermometer-Bcqv5kd_.js +0 -384
- package/dist/vue-ui-timer-BIFxjujK.js +0 -451
- package/dist/vue-ui-tiremarks-zBwHpED_.js +0 -248
- package/dist/vue-ui-treemap-BaplVc_z.js +0 -719
- package/dist/vue-ui-vertical-bar-CdK6ZJPM.js +0 -734
- package/dist/vue-ui-waffle-COOzH7M3.js +0 -635
- package/dist/vue-ui-wheel-BEpuVTBk.js +0 -226
- package/dist/vue-ui-word-cloud-DNqxAAiX.js +0 -344
- package/dist/vue-ui-xy-_mHq-czW.js +0 -2058
- package/dist/vue-ui-xy-canvas-DqX8Gee5.js +0 -1003
package/dist/legend-DJCYLsl_.js
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { openBlock as n, createElementBlock as o, normalizeStyle as c, renderSlot as l, Fragment as s, renderList as g, createVNode as u, createCommentVNode as h } from "vue";
|
|
2
|
-
import { _ as m, a as k } from "./data-table-d-VcuH-r.js";
|
|
3
|
-
const y = ["id"], $ = { class: "vue-data-ui-legend-item" }, v = ["onClick", "height", "width"], S = {
|
|
4
|
-
__name: "Legend",
|
|
5
|
-
props: {
|
|
6
|
-
legendSet: {
|
|
7
|
-
type: Array,
|
|
8
|
-
default() {
|
|
9
|
-
return [];
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
config: {
|
|
13
|
-
type: Object,
|
|
14
|
-
default() {
|
|
15
|
-
return {};
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
id: {
|
|
19
|
-
type: String,
|
|
20
|
-
default: ""
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
emits: ["clickMarker"],
|
|
24
|
-
setup(e, { emit: r }) {
|
|
25
|
-
function f(i, a) {
|
|
26
|
-
r("clickMarker", { legend: i, i: a });
|
|
27
|
-
}
|
|
28
|
-
return (i, a) => (n(), o("div", {
|
|
29
|
-
id: e.id,
|
|
30
|
-
class: "vue-data-ui-legend",
|
|
31
|
-
style: c(`background:${e.config.backgroundColor};font-size:${e.config.fontSize}px;color:${e.config.color};padding-bottom:${e.config.paddingBottom}px;padding-top:${e.config.paddingTop || 12}px;font-weight:${e.config.fontWeight}`)
|
|
32
|
-
}, [
|
|
33
|
-
l(i.$slots, "legendTitle", { titleSet: e.legendSet }, void 0, !0),
|
|
34
|
-
(n(!0), o(s, null, g(e.legendSet, (t, d) => (n(), o("div", $, [
|
|
35
|
-
t.shape ? (n(), o("svg", {
|
|
36
|
-
key: 0,
|
|
37
|
-
onClick: (p) => f(t, d),
|
|
38
|
-
height: e.config.fontSize,
|
|
39
|
-
width: e.config.fontSize,
|
|
40
|
-
viewBox: "0 0 20 20",
|
|
41
|
-
style: c(`overflow: visible;opacity:${t.opacity}`)
|
|
42
|
-
}, [
|
|
43
|
-
u(k, {
|
|
44
|
-
shape: t.shape,
|
|
45
|
-
radius: 9,
|
|
46
|
-
stroke: "none",
|
|
47
|
-
plot: { x: 10, y: 10 },
|
|
48
|
-
fill: t.color
|
|
49
|
-
}, null, 8, ["shape", "fill"])
|
|
50
|
-
], 12, v)) : h("", !0),
|
|
51
|
-
l(i.$slots, "item", {
|
|
52
|
-
legend: t,
|
|
53
|
-
index: d
|
|
54
|
-
}, void 0, !0)
|
|
55
|
-
]))), 256))
|
|
56
|
-
], 12, y));
|
|
57
|
-
}
|
|
58
|
-
}, w = /* @__PURE__ */ m(S, [["__scopeId", "data-v-a5a45422"]]);
|
|
59
|
-
export {
|
|
60
|
-
w as L
|
|
61
|
-
};
|