@unovis/vue 1.6.0-pre.2 → 1.6.0

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.
Files changed (64) hide show
  1. package/components/axis/index.cjs +1 -1
  2. package/components/axis/index.cjs.map +1 -1
  3. package/components/axis/index.d.ts +2 -0
  4. package/components/axis/index.js +14 -12
  5. package/components/axis/index.js.map +1 -1
  6. package/components/crosshair/index.d.ts +4 -2
  7. package/components/graph/index.cjs +1 -1
  8. package/components/graph/index.cjs.map +1 -1
  9. package/components/graph/index.d.ts +2 -0
  10. package/components/graph/index.js +16 -14
  11. package/components/graph/index.js.map +1 -1
  12. package/components/plotband/index.cjs +2 -0
  13. package/components/plotband/index.cjs.map +1 -0
  14. package/components/plotband/index.d.ts +70 -0
  15. package/components/plotband/index.js +51 -0
  16. package/components/plotband/index.js.map +1 -0
  17. package/components/plotband/index2.cjs +2 -0
  18. package/components/plotband/index2.cjs.map +1 -0
  19. package/components/plotband/index2.js +7 -0
  20. package/components/plotband/index2.js.map +1 -0
  21. package/components/plotline/index.cjs +2 -0
  22. package/components/plotline/index.cjs.map +1 -0
  23. package/components/plotline/index.d.ts +71 -0
  24. package/components/plotline/index.js +52 -0
  25. package/components/plotline/index.js.map +1 -0
  26. package/components/plotline/index2.cjs +2 -0
  27. package/components/plotline/index2.cjs.map +1 -0
  28. package/components/plotline/index2.js +7 -0
  29. package/components/plotline/index2.js.map +1 -0
  30. package/components/sankey/index.d.ts +1 -1
  31. package/components/timeline/index.d.ts +22 -1
  32. package/components/treemap/index.cjs +2 -0
  33. package/components/treemap/index.cjs.map +1 -0
  34. package/components/treemap/index.d.ts +74 -0
  35. package/components/treemap/index.js +59 -0
  36. package/components/treemap/index.js.map +1 -0
  37. package/components/treemap/index2.cjs +2 -0
  38. package/components/treemap/index2.cjs.map +1 -0
  39. package/components/treemap/index2.js +7 -0
  40. package/components/treemap/index2.js.map +1 -0
  41. package/components.d.ts +4 -0
  42. package/containers/xy-container/index.cjs +1 -1
  43. package/containers/xy-container/index.cjs.map +1 -1
  44. package/containers/xy-container/index.d.ts +1 -0
  45. package/containers/xy-container/index.js +5 -4
  46. package/containers/xy-container/index.js.map +1 -1
  47. package/html-components/bullet-legend/index.cjs +1 -1
  48. package/html-components/bullet-legend/index.cjs.map +1 -1
  49. package/html-components/bullet-legend/index.d.ts +6 -0
  50. package/html-components/bullet-legend/index.js +12 -11
  51. package/html-components/bullet-legend/index.js.map +1 -1
  52. package/html-components/rolling-pin-legend/index.cjs +2 -0
  53. package/html-components/rolling-pin-legend/index.cjs.map +1 -0
  54. package/html-components/rolling-pin-legend/index.d.ts +52 -0
  55. package/html-components/rolling-pin-legend/index.js +42 -0
  56. package/html-components/rolling-pin-legend/index.js.map +1 -0
  57. package/html-components/rolling-pin-legend/index3.cjs +2 -0
  58. package/html-components/rolling-pin-legend/index3.cjs.map +1 -0
  59. package/html-components/rolling-pin-legend/index3.js +8 -0
  60. package/html-components/rolling-pin-legend/index3.js.map +1 -0
  61. package/index.cjs +2 -2
  62. package/index.js +79 -66
  63. package/index.js.map +1 -1
  64. package/package.json +2 -2
package/index.cjs CHANGED
@@ -1,3 +1,3 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend]{display:block}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const $=require("./containers/xy-container/index.cjs");;exports.VisXYContainer=$.default;exports.VisSingleContainer=h.default;exports.VisArea=e.default;exports.VisAreaSelectors=e.VisAreaSelectors;exports.VisAxis=t.default;exports.VisAxisSelectors=t.VisAxisSelectors;exports.VisBrush=s.default;exports.VisBrushSelectors=s.VisBrushSelectors;exports.VisCrosshair=r.default;exports.VisCrosshairSelectors=r.VisCrosshairSelectors;exports.VisFreeBrush=i.default;exports.VisFreeBrushSelectors=i.VisFreeBrushSelectors;exports.VisGroupedBar=u.default;exports.VisGroupedBarSelectors=u.VisGroupedBarSelectors;exports.VisLine=_.default;exports.VisLineSelectors=_.VisLineSelectors;exports.VisScatter=l.default;exports.VisScatterSelectors=l.VisScatterSelectors;exports.VisStackedBar=o.default;exports.VisStackedBarSelectors=o.VisStackedBarSelectors;exports.VisTimeline=n.default;exports.VisTimelineSelectors=n.VisTimelineSelectors;exports.VisXYLabels=a.default;exports.VisXYLabelsSelectors=a.VisXYLabelsSelectors;exports.VisChordDiagram=c.default;exports.VisChordDiagramSelectors=c.VisChordDiagramSelectors;exports.VisDonut=p.default;exports.VisDonutSelectors=p.VisDonutSelectors;exports.VisGraph=V.default;exports.VisGraphSelectors=V.VisGraphSelectors;exports.VisNestedDonut=d.default;exports.VisNestedDonutSelectors=d.VisNestedDonutSelectors;exports.VisSankey=S.default;exports.VisSankeySelectors=S.VisSankeySelectors;exports.VisTopoJSONMap=v.default;exports.VisTopoJSONMapSelectors=v.VisTopoJSONMapSelectors;exports.VisTooltip=g.default;exports.VisTooltipSelectors=g.VisTooltipSelectors;exports.VisAnnotations=f.default;exports.VisAnnotationsSelectors=f.VisAnnotationsSelectors;exports.VisLeafletMap=q.default;exports.VisLeafletMapSelectors=q.VisLeafletMapSelectors;exports.VisLeafletFlowMap=y.default;exports.VisLeafletFlowMapSelectors=y.VisLeafletFlowMapSelectors;exports.VisBulletLegend=x.default;exports.VisBulletLegendSelectors=x.VisBulletLegendSelectors;
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend],[data-vis-rolling-pin-legend]{display:block}")),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}})();
2
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const T=require("./containers/xy-container/index.cjs");;exports.VisXYContainer=T.default;exports.VisSingleContainer=m.default;exports.VisArea=e.default;exports.VisAreaSelectors=e.VisAreaSelectors;exports.VisAxis=t.default;exports.VisAxisSelectors=t.VisAxisSelectors;exports.VisBrush=s.default;exports.VisBrushSelectors=s.VisBrushSelectors;exports.VisCrosshair=r.default;exports.VisCrosshairSelectors=r.VisCrosshairSelectors;exports.VisFreeBrush=i.default;exports.VisFreeBrushSelectors=i.VisFreeBrushSelectors;exports.VisGroupedBar=_.default;exports.VisGroupedBarSelectors=_.VisGroupedBarSelectors;exports.VisLine=u.default;exports.VisLineSelectors=u.VisLineSelectors;exports.VisScatter=l.default;exports.VisScatterSelectors=l.VisScatterSelectors;exports.VisStackedBar=n.default;exports.VisStackedBarSelectors=n.VisStackedBarSelectors;exports.VisTimeline=o.default;exports.VisTimelineSelectors=o.VisTimelineSelectors;exports.VisXYLabels=a.default;exports.VisXYLabelsSelectors=a.VisXYLabelsSelectors;exports.VisPlotband=c.default;exports.VisPlotbandSelectors=c.VisPlotbandSelectors;exports.VisPlotline=p.default;exports.VisPlotlineSelectors=p.VisPlotlineSelectors;exports.VisChordDiagram=d.default;exports.VisChordDiagramSelectors=d.VisChordDiagramSelectors;exports.VisDonut=V.default;exports.VisDonutSelectors=V.VisDonutSelectors;exports.VisGraph=S.default;exports.VisGraphSelectors=S.VisGraphSelectors;exports.VisNestedDonut=v.default;exports.VisNestedDonutSelectors=v.VisNestedDonutSelectors;exports.VisSankey=g.default;exports.VisSankeySelectors=g.VisSankeySelectors;exports.VisTopoJSONMap=f.default;exports.VisTopoJSONMapSelectors=f.VisTopoJSONMapSelectors;exports.VisTreemap=q.default;exports.VisTreemapSelectors=q.VisTreemapSelectors;exports.VisTooltip=y.default;exports.VisTooltipSelectors=y.VisTooltipSelectors;exports.VisAnnotations=x.default;exports.VisAnnotationsSelectors=x.VisAnnotationsSelectors;exports.VisLeafletMap=$.default;exports.VisLeafletMapSelectors=$.VisLeafletMapSelectors;exports.VisLeafletFlowMap=L.default;exports.VisLeafletFlowMapSelectors=L.VisLeafletFlowMapSelectors;exports.VisBulletLegend=h.default;exports.VisBulletLegendSelectors=h.VisBulletLegendSelectors;exports.VisRollingPinLegend=B.default;exports.VisRollingPinLegendSelectors=B.VisRollingPinLegendSelectors;
3
3
  //# sourceMappingURL=index.cjs.map
package/index.js CHANGED
@@ -1,79 +1,92 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend]{display:block}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
- import { default as l } from "./containers/xy-container/index.js";
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".unovis-xy-container,.unovis-single-container{display:block;position:relative;width:100%}[data-vis-leaflet-map],[data-vis-leaflet-flow-map]{display:block;position:relative}[data-vis-bullet-legend],[data-vis-rolling-pin-legend]{display:block}")),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}})();
2
+ import { default as f } from "./containers/xy-container/index.js";
3
3
 
4
- import { default as V } from "./containers/single-container/index.js";
4
+ import { default as p } from "./containers/single-container/index.js";
5
5
  /* empty css */
6
- import { default as u, VisAreaSelectors as d } from "./components/area/index.js";
7
- import { default as S, VisAxisSelectors as c } from "./components/axis/index.js";
8
- import { default as n, VisBrushSelectors as h } from "./components/brush/index.js";
9
- import { default as L, VisCrosshairSelectors as A } from "./components/crosshair/index.js";
10
- import { default as D, VisFreeBrushSelectors as M } from "./components/free-brush/index.js";
11
- import { default as g, VisGroupedBarSelectors as k } from "./components/grouped-bar/index.js";
12
- import { default as G, VisLineSelectors as N } from "./components/line/index.js";
13
- import { default as Y, VisScatterSelectors as b } from "./components/scatter/index.js";
6
+ import { default as m, VisAreaSelectors as u } from "./components/area/index.js";
7
+ import { default as n, VisAxisSelectors as c } from "./components/axis/index.js";
8
+ import { default as L, VisBrushSelectors as h } from "./components/brush/index.js";
9
+ import { default as g, VisCrosshairSelectors as T } from "./components/crosshair/index.js";
10
+ import { default as C, VisFreeBrushSelectors as D } from "./components/free-brush/index.js";
11
+ import { default as P, VisGroupedBarSelectors as b } from "./components/grouped-bar/index.js";
12
+ import { default as F, VisLineSelectors as G } from "./components/line/index.js";
13
+ import { default as X, VisScatterSelectors as Y } from "./components/scatter/index.js";
14
14
  import { default as y, VisStackedBarSelectors as J } from "./components/stacked-bar/index.js";
15
- import { default as j, VisTimelineSelectors as q } from "./components/timeline/index.js";
16
- import { default as z, VisXYLabelsSelectors as E } from "./components/xy-labels/index.js";
17
- import { default as I, VisChordDiagramSelectors as K } from "./components/chord-diagram/index.js";
18
- import { default as Q, VisDonutSelectors as R } from "./components/donut/index.js";
19
- import { default as W, VisGraphSelectors as Z } from "./components/graph/index.js";
20
- import { default as $, VisNestedDonutSelectors as ee } from "./components/nested-donut/index.js";
21
- import { default as re, VisSankeySelectors as oe } from "./components/sankey/index.js";
22
- import { default as ae, VisTopoJSONMapSelectors as ie } from "./components/topojson-map/index.js";
23
- import { default as fe, VisTooltipSelectors as Ve } from "./components/tooltip/index.js";
24
- import { default as ue, VisAnnotationsSelectors as de } from "./components/annotations/index.js";
25
- import { default as Se, VisLeafletMapSelectors as ce } from "./html-components/leaflet-map/index.js";
15
+ import { default as R, VisTimelineSelectors as j } from "./components/timeline/index.js";
16
+ import { default as v, VisXYLabelsSelectors as z } from "./components/xy-labels/index.js";
17
+ import { default as H, VisPlotbandSelectors as I } from "./components/plotband/index.js";
18
+ import { default as Q, VisPlotlineSelectors as U } from "./components/plotline/index.js";
19
+ import { default as Z, VisChordDiagramSelectors as _ } from "./components/chord-diagram/index.js";
20
+ import { default as ee, VisDonutSelectors as se } from "./components/donut/index.js";
21
+ import { default as re, VisGraphSelectors as te } from "./components/graph/index.js";
22
+ import { default as ie, VisNestedDonutSelectors as le } from "./components/nested-donut/index.js";
23
+ import { default as Ve, VisSankeySelectors as pe } from "./components/sankey/index.js";
24
+ import { default as me, VisTopoJSONMapSelectors as ue } from "./components/topojson-map/index.js";
25
+ import { default as ne, VisTreemapSelectors as ce } from "./components/treemap/index.js";
26
+ import { default as Le, VisTooltipSelectors as he } from "./components/tooltip/index.js";
27
+ import { default as ge, VisAnnotationsSelectors as Te } from "./components/annotations/index.js";
28
+ import { default as Ce, VisLeafletMapSelectors as De } from "./html-components/leaflet-map/index.js";
26
29
  /* empty css */
27
- import { default as ne, VisLeafletFlowMapSelectors as he } from "./html-components/leaflet-flow-map/index.js";
30
+ import { default as Pe, VisLeafletFlowMapSelectors as be } from "./html-components/leaflet-flow-map/index.js";
28
31
  /* empty css */
29
- import { default as Le, VisBulletLegendSelectors as Ae } from "./html-components/bullet-legend/index.js";
32
+ import { default as Fe, VisBulletLegendSelectors as Ge } from "./html-components/bullet-legend/index.js";
30
33
  /* empty css */
34
+ import { default as Xe, VisRollingPinLegendSelectors as Ye } from "./html-components/rolling-pin-legend/index.js";
35
+ /* empty css */
31
36
  export {
32
- ue as VisAnnotations,
33
- de as VisAnnotationsSelectors,
34
- u as VisArea,
35
- d as VisAreaSelectors,
36
- S as VisAxis,
37
+ ge as VisAnnotations,
38
+ Te as VisAnnotationsSelectors,
39
+ m as VisArea,
40
+ u as VisAreaSelectors,
41
+ n as VisAxis,
37
42
  c as VisAxisSelectors,
38
- n as VisBrush,
43
+ L as VisBrush,
39
44
  h as VisBrushSelectors,
40
- Le as VisBulletLegend,
41
- Ae as VisBulletLegendSelectors,
42
- I as VisChordDiagram,
43
- K as VisChordDiagramSelectors,
44
- L as VisCrosshair,
45
- A as VisCrosshairSelectors,
46
- Q as VisDonut,
47
- R as VisDonutSelectors,
48
- D as VisFreeBrush,
49
- M as VisFreeBrushSelectors,
50
- W as VisGraph,
51
- Z as VisGraphSelectors,
52
- g as VisGroupedBar,
53
- k as VisGroupedBarSelectors,
54
- ne as VisLeafletFlowMap,
55
- he as VisLeafletFlowMapSelectors,
56
- Se as VisLeafletMap,
57
- ce as VisLeafletMapSelectors,
58
- G as VisLine,
59
- N as VisLineSelectors,
60
- $ as VisNestedDonut,
61
- ee as VisNestedDonutSelectors,
62
- re as VisSankey,
63
- oe as VisSankeySelectors,
64
- Y as VisScatter,
65
- b as VisScatterSelectors,
66
- V as VisSingleContainer,
45
+ Fe as VisBulletLegend,
46
+ Ge as VisBulletLegendSelectors,
47
+ Z as VisChordDiagram,
48
+ _ as VisChordDiagramSelectors,
49
+ g as VisCrosshair,
50
+ T as VisCrosshairSelectors,
51
+ ee as VisDonut,
52
+ se as VisDonutSelectors,
53
+ C as VisFreeBrush,
54
+ D as VisFreeBrushSelectors,
55
+ re as VisGraph,
56
+ te as VisGraphSelectors,
57
+ P as VisGroupedBar,
58
+ b as VisGroupedBarSelectors,
59
+ Pe as VisLeafletFlowMap,
60
+ be as VisLeafletFlowMapSelectors,
61
+ Ce as VisLeafletMap,
62
+ De as VisLeafletMapSelectors,
63
+ F as VisLine,
64
+ G as VisLineSelectors,
65
+ ie as VisNestedDonut,
66
+ le as VisNestedDonutSelectors,
67
+ H as VisPlotband,
68
+ I as VisPlotbandSelectors,
69
+ Q as VisPlotline,
70
+ U as VisPlotlineSelectors,
71
+ Xe as VisRollingPinLegend,
72
+ Ye as VisRollingPinLegendSelectors,
73
+ Ve as VisSankey,
74
+ pe as VisSankeySelectors,
75
+ X as VisScatter,
76
+ Y as VisScatterSelectors,
77
+ p as VisSingleContainer,
67
78
  y as VisStackedBar,
68
79
  J as VisStackedBarSelectors,
69
- j as VisTimeline,
70
- q as VisTimelineSelectors,
71
- fe as VisTooltip,
72
- Ve as VisTooltipSelectors,
73
- ae as VisTopoJSONMap,
74
- ie as VisTopoJSONMapSelectors,
75
- l as VisXYContainer,
76
- z as VisXYLabels,
77
- E as VisXYLabelsSelectors
80
+ R as VisTimeline,
81
+ j as VisTimelineSelectors,
82
+ Le as VisTooltip,
83
+ he as VisTooltipSelectors,
84
+ me as VisTopoJSONMap,
85
+ ue as VisTopoJSONMapSelectors,
86
+ ne as VisTreemap,
87
+ ce as VisTreemapSelectors,
88
+ f as VisXYContainer,
89
+ v as VisXYLabels,
90
+ z as VisXYLabelsSelectors
78
91
  };
79
92
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unovis/vue",
3
3
  "description": "Modular data visualization framework for React, Angular, Svelte, Vue, and vanilla TypeScript or JavaScript",
4
- "version": "1.6.0-pre.2",
4
+ "version": "1.6.0",
5
5
  "packageManager": "npm@10.9.1",
6
6
  "repository": {
7
7
  "type": "git",
@@ -53,7 +53,7 @@
53
53
  "gallery": "vite"
54
54
  },
55
55
  "peerDependencies": {
56
- "@unovis/ts": "1.6.0-pre.2",
56
+ "@unovis/ts": "1.6.0",
57
57
  "vue": "^3"
58
58
  },
59
59
  "devDependencies": {