@unovis/react 1.7.0-pre.1 → 1.7.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.
- package/README.md +4 -0
- package/components/annotations/index.d.ts +12 -10
- package/components/annotations/index.js +32 -27
- package/components/annotations/index.js.map +1 -1
- package/components/area/index.d.ts +13 -11
- package/components/area/index.js +33 -29
- package/components/area/index.js.map +1 -1
- package/components/axis/index.d.ts +13 -11
- package/components/axis/index.js +33 -29
- package/components/axis/index.js.map +1 -1
- package/components/boxplot/index.d.ts +13 -0
- package/components/boxplot/index.js +35 -0
- package/components/boxplot/index.js.map +1 -0
- package/components/brush/index.d.ts +13 -11
- package/components/brush/index.js +33 -29
- package/components/brush/index.js.map +1 -1
- package/components/chord-diagram/index.d.ts +17 -14
- package/components/chord-diagram/index.js +33 -29
- package/components/chord-diagram/index.js.map +1 -1
- package/components/crosshair/index.d.ts +13 -11
- package/components/crosshair/index.js +33 -29
- package/components/crosshair/index.js.map +1 -1
- package/components/donut/index.d.ts +13 -11
- package/components/donut/index.js +33 -29
- package/components/donut/index.js.map +1 -1
- package/components/free-brush/index.d.ts +13 -11
- package/components/free-brush/index.js +33 -29
- package/components/free-brush/index.js.map +1 -1
- package/components/graph/index.d.ts +39 -36
- package/components/graph/index.js +33 -29
- package/components/graph/index.js.map +1 -1
- package/components/grouped-bar/index.d.ts +13 -11
- package/components/grouped-bar/index.js +33 -29
- package/components/grouped-bar/index.js.map +1 -1
- package/components/heatmap/index.d.ts +13 -0
- package/components/heatmap/index.js +35 -0
- package/components/heatmap/index.js.map +1 -0
- package/components/line/index.d.ts +13 -11
- package/components/line/index.js +33 -29
- package/components/line/index.js.map +1 -1
- package/components/nested-donut/index.d.ts +13 -11
- package/components/nested-donut/index.js +33 -29
- package/components/nested-donut/index.js.map +1 -1
- package/components/plotband/index.d.ts +12 -10
- package/components/plotband/index.js +32 -27
- package/components/plotband/index.js.map +1 -1
- package/components/plotline/index.d.ts +12 -10
- package/components/plotline/index.js +32 -27
- package/components/plotline/index.js.map +1 -1
- package/components/radial-bar/index.d.ts +13 -0
- package/components/radial-bar/index.js +35 -0
- package/components/radial-bar/index.js.map +1 -0
- package/components/sankey/index.d.ts +17 -14
- package/components/sankey/index.js +33 -29
- package/components/sankey/index.js.map +1 -1
- package/components/scatter/index.d.ts +13 -11
- package/components/scatter/index.js +33 -29
- package/components/scatter/index.js.map +1 -1
- package/components/stacked-bar/index.d.ts +13 -11
- package/components/stacked-bar/index.js +33 -29
- package/components/stacked-bar/index.js.map +1 -1
- package/components/timeline/index.d.ts +13 -11
- package/components/timeline/index.js +33 -29
- package/components/timeline/index.js.map +1 -1
- package/components/tooltip/index.d.ts +12 -10
- package/components/tooltip/index.js +32 -27
- package/components/tooltip/index.js.map +1 -1
- package/components/topojson-map/index.d.ts +17 -15
- package/components/topojson-map/index.js +33 -29
- package/components/topojson-map/index.js.map +1 -1
- package/components/treemap/index.d.ts +13 -11
- package/components/treemap/index.js +33 -29
- package/components/treemap/index.js.map +1 -1
- package/components/xy-labels/index.d.ts +13 -11
- package/components/xy-labels/index.js +33 -29
- package/components/xy-labels/index.js.map +1 -1
- package/components.d.ts +30 -27
- package/composites/time-series/index.d.ts +55 -54
- package/composites/time-series/index.js +65 -60
- package/composites/time-series/index.js.map +1 -1
- package/composites/time-series/style.module.css.js +14 -7
- package/composites/time-series/style.module.css.js.map +1 -1
- package/composites.d.ts +1 -1
- package/containers/single-container/index.d.ts +9 -8
- package/containers/single-container/index.js +67 -49
- package/containers/single-container/index.js.map +1 -1
- package/containers/xy-container/index.d.ts +10 -9
- package/containers/xy-container/index.js +71 -57
- package/containers/xy-container/index.js.map +1 -1
- package/containers.d.ts +2 -2
- package/html-components/bullet-legend/index.d.ts +13 -11
- package/html-components/bullet-legend/index.js +30 -27
- package/html-components/bullet-legend/index.js.map +1 -1
- package/html-components/flow-legend/index.d.ts +13 -11
- package/html-components/flow-legend/index.js +30 -27
- package/html-components/flow-legend/index.js.map +1 -1
- package/html-components/leaflet-flow-map/index.d.ts +18 -15
- package/html-components/leaflet-flow-map/index.js +31 -29
- package/html-components/leaflet-flow-map/index.js.map +1 -1
- package/html-components/leaflet-map/index.d.ts +15 -12
- package/html-components/leaflet-map/index.js +31 -29
- package/html-components/leaflet-map/index.js.map +1 -1
- package/html-components/rolling-pin-legend/index.d.ts +13 -11
- package/html-components/rolling-pin-legend/index.js +30 -27
- package/html-components/rolling-pin-legend/index.js.map +1 -1
- package/index.d.ts +3 -3
- package/index.js +111 -30
- package/index.js.map +1 -1
- package/package.json +25 -23
- package/types/dom.d.ts +3 -3
- package/utils/container.d.ts +5 -0
- package/utils/container.js +18 -0
- package/utils/container.js.map +1 -0
- package/utils/react.d.ts +5 -4
- package/utils/react.js +22 -29
- package/utils/react.js.map +1 -1
- package/external/style-inject/dist/style-inject.es.js +0 -29
- package/external/style-inject/dist/style-inject.es.js.map +0 -1
|
@@ -1,31 +1,35 @@
|
|
|
1
|
-
import React, { useRef, useEffect, useImperativeHandle } from
|
|
2
|
-
import { ChordDiagram } from
|
|
3
|
-
import { arePropsEqual } from
|
|
4
|
-
|
|
5
|
-
const VisChordDiagramSelectors = ChordDiagram.selectors;
|
|
6
|
-
function VisChordDiagramFC(props, fRef) {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
return
|
|
27
|
-
}
|
|
1
|
+
import React, { useRef, useEffect, useImperativeHandle } from "react";
|
|
2
|
+
import { ChordDiagram } from "@unovis/ts/components/chord-diagram";
|
|
3
|
+
import { arePropsEqual } from "../../utils/react.js";
|
|
4
|
+
import { useContainerRenderOnUpdate } from "../../utils/container.js";
|
|
5
|
+
const VisChordDiagramSelectors = ChordDiagram.selectors;
|
|
6
|
+
function VisChordDiagramFC(props, fRef) {
|
|
7
|
+
const ref = useRef(null);
|
|
8
|
+
const componentRef = useRef(void 0);
|
|
9
|
+
useEffect(() => {
|
|
10
|
+
const element = ref.current;
|
|
11
|
+
const c = new ChordDiagram(props);
|
|
12
|
+
componentRef.current = c;
|
|
13
|
+
element.__component__ = c;
|
|
14
|
+
return () => {
|
|
15
|
+
componentRef.current = void 0;
|
|
16
|
+
c.destroy();
|
|
17
|
+
};
|
|
18
|
+
}, []);
|
|
19
|
+
useEffect(() => {
|
|
20
|
+
const component = componentRef.current;
|
|
21
|
+
if (props.data) component?.setData(props.data);
|
|
22
|
+
component?.setConfig(props);
|
|
23
|
+
});
|
|
24
|
+
useContainerRenderOnUpdate();
|
|
25
|
+
useImperativeHandle(fRef, () => ({ get component() {
|
|
26
|
+
return componentRef.current;
|
|
27
|
+
} }), []);
|
|
28
|
+
return /* @__PURE__ */ React.createElement("vis-component", { ref });
|
|
29
|
+
}
|
|
28
30
|
const VisChordDiagram = React.memo(React.forwardRef(VisChordDiagramFC), arePropsEqual);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
export {
|
|
32
|
+
VisChordDiagram,
|
|
33
|
+
VisChordDiagramSelectors
|
|
34
|
+
};
|
|
31
35
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/chord-diagram/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { ChordDiagram
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/chord-diagram/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { ChordDiagram } from '@unovis/ts/components/chord-diagram'\nimport { ChordDiagramConfigInterface } from '@unovis/ts/components/chord-diagram/config'\nimport { ChordInputNode, ChordInputLink } from '@unovis/ts/components/chord-diagram/types'\n\n// Utils\nimport { arePropsEqual } from 'src/utils/react'\nimport { useContainerRenderOnUpdate } from 'src/utils/container'\n\n// Types\nimport { VisComponentElement } from 'src/types/dom'\n\nexport type VisChordDiagramRef<N extends ChordInputNode, L extends ChordInputLink> = {\n component?: ChordDiagram<N, L>;\n}\n\nexport type VisChordDiagramProps<N extends ChordInputNode, L extends ChordInputLink> = ChordDiagramConfigInterface<N, L> & {\n data?: { nodes: N[]; links?: L[] };\n ref?: Ref<VisChordDiagramRef<N, L>>;\n}\n\nexport const VisChordDiagramSelectors = ChordDiagram.selectors\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nfunction VisChordDiagramFC<N extends ChordInputNode, L extends ChordInputLink> (props: VisChordDiagramProps<N, L>, fRef: ForwardedRef<VisChordDiagramRef<N, L>>): ReactElement {\n const ref = useRef<VisComponentElement<ChordDiagram<N, L>>>(null)\n const componentRef = useRef<ChordDiagram<N, L> | undefined>(undefined)\n\n // On Mount\n useEffect(() => {\n const element = (ref.current as VisComponentElement<ChordDiagram<N, L>>)\n\n const c = new ChordDiagram<N, L>(props)\n componentRef.current = c\n element.__component__ = c\n\n return () => {\n componentRef.current = undefined\n c.destroy()\n }\n }, [])\n\n // On Props Update\n useEffect(() => {\n const component = componentRef.current\n if (props.data) component?.setData(props.data)\n component?.setConfig(props)\n })\n\n // Ask the container to re-render when this component's config changes (see `useContainerRenderOnUpdate`)\n useContainerRenderOnUpdate()\n\n useImperativeHandle(fRef, () => ({ get component () { return componentRef.current } }), [])\n return <vis-component ref={ref} />\n}\n\n// We export a memoized component to avoid unnecessary re-renders\n// and define its type explicitly to help react-docgen-typescript to extract information about props\nexport const VisChordDiagram: (<N extends ChordInputNode, L extends ChordInputLink>(props: VisChordDiagramProps<N, L>) => JSX.Element | null) = React.memo(React.forwardRef(VisChordDiagramFC), arePropsEqual)\n"],"names":[],"mappings":";;;;AAsBO,MAAM,2BAA2B,aAAa;AAGrD,SAAS,kBAAuE,OAAmC,MAA4D;AAC7K,QAAM,MAAM,OAAgD,IAAI;AAChE,QAAM,eAAe,OAAuC,MAAS;AAGrE,YAAU,MAAM;AACd,UAAM,UAAW,IAAI;AAErB,UAAM,IAAI,IAAI,aAAmB,KAAK;AACtC,iBAAa,UAAU;AACvB,YAAQ,gBAAgB;AAExB,WAAO,MAAM;AACX,mBAAa,UAAU;AACvB,QAAE,QAAA;AAAA,IACJ;AAAA,EACF,GAAG,CAAA,CAAE;AAGL,YAAU,MAAM;AACd,UAAM,YAAY,aAAa;AAC/B,QAAI,MAAM,KAAM,YAAW,QAAQ,MAAM,IAAI;AAC7C,eAAW,UAAU,KAAK;AAAA,EAC5B,CAAC;AAGD,6BAAA;AAEA,sBAAoB,MAAM,OAAO,EAAE,IAAI,YAAa;AAAE,WAAO,aAAa;AAAA,EAAQ,EAAA,IAAM,EAAE;AAC1F,SAAO,sBAAA,cAAC,mBAAc,IAAA,CAAU;AAClC;AAIO,MAAM,kBAAmI,MAAM,KAAK,MAAM,WAAW,iBAAiB,GAAG,aAAa;"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import { Ref } from 'react';
|
|
2
|
-
import { Crosshair
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { Ref } from 'react';
|
|
2
|
+
import { Crosshair } from '@unovis/ts/components/crosshair';
|
|
3
|
+
import { CrosshairConfigInterface } from '@unovis/ts/components/crosshair/config';
|
|
4
|
+
|
|
5
|
+
export type VisCrosshairRef<Datum> = {
|
|
6
|
+
component?: Crosshair<Datum>;
|
|
7
|
+
};
|
|
8
|
+
export type VisCrosshairProps<Datum> = CrosshairConfigInterface<Datum> & {
|
|
9
|
+
data?: Datum[];
|
|
10
|
+
ref?: Ref<VisCrosshairRef<Datum>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const VisCrosshairSelectors: typeof import("@unovis/ts/components/crosshair/style");
|
|
13
|
+
export declare const VisCrosshair: (<Datum>(props: VisCrosshairProps<Datum>) => JSX.Element | null);
|
|
@@ -1,31 +1,35 @@
|
|
|
1
|
-
import React, { useRef, useEffect, useImperativeHandle } from
|
|
2
|
-
import { Crosshair } from
|
|
3
|
-
import { arePropsEqual } from
|
|
4
|
-
|
|
5
|
-
const VisCrosshairSelectors = Crosshair.selectors;
|
|
6
|
-
function VisCrosshairFC(props, fRef) {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
return
|
|
27
|
-
}
|
|
1
|
+
import React, { useRef, useEffect, useImperativeHandle } from "react";
|
|
2
|
+
import { Crosshair } from "@unovis/ts/components/crosshair";
|
|
3
|
+
import { arePropsEqual } from "../../utils/react.js";
|
|
4
|
+
import { useContainerRenderOnUpdate } from "../../utils/container.js";
|
|
5
|
+
const VisCrosshairSelectors = Crosshair.selectors;
|
|
6
|
+
function VisCrosshairFC(props, fRef) {
|
|
7
|
+
const ref = useRef(null);
|
|
8
|
+
const componentRef = useRef(void 0);
|
|
9
|
+
useEffect(() => {
|
|
10
|
+
const element = ref.current;
|
|
11
|
+
const c = new Crosshair(props);
|
|
12
|
+
componentRef.current = c;
|
|
13
|
+
element.__component__ = c;
|
|
14
|
+
return () => {
|
|
15
|
+
componentRef.current = void 0;
|
|
16
|
+
c.destroy();
|
|
17
|
+
};
|
|
18
|
+
}, []);
|
|
19
|
+
useEffect(() => {
|
|
20
|
+
const component = componentRef.current;
|
|
21
|
+
if (props.data) component?.setData(props.data);
|
|
22
|
+
component?.setConfig(props);
|
|
23
|
+
});
|
|
24
|
+
useContainerRenderOnUpdate();
|
|
25
|
+
useImperativeHandle(fRef, () => ({ get component() {
|
|
26
|
+
return componentRef.current;
|
|
27
|
+
} }), []);
|
|
28
|
+
return /* @__PURE__ */ React.createElement("vis-crosshair", { ref });
|
|
29
|
+
}
|
|
28
30
|
const VisCrosshair = React.memo(React.forwardRef(VisCrosshairFC), arePropsEqual);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
export {
|
|
32
|
+
VisCrosshair,
|
|
33
|
+
VisCrosshairSelectors
|
|
34
|
+
};
|
|
31
35
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/crosshair/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { Crosshair
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/crosshair/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { Crosshair } from '@unovis/ts/components/crosshair'\nimport { CrosshairConfigInterface } from '@unovis/ts/components/crosshair/config'\n\n// Utils\nimport { arePropsEqual } from 'src/utils/react'\nimport { useContainerRenderOnUpdate } from 'src/utils/container'\n\n// Types\nimport { VisComponentElement } from 'src/types/dom'\n\nexport type VisCrosshairRef<Datum> = {\n component?: Crosshair<Datum>;\n}\n\nexport type VisCrosshairProps<Datum> = CrosshairConfigInterface<Datum> & {\n data?: Datum[];\n ref?: Ref<VisCrosshairRef<Datum>>;\n}\n\nexport const VisCrosshairSelectors = Crosshair.selectors\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nfunction VisCrosshairFC<Datum> (props: VisCrosshairProps<Datum>, fRef: ForwardedRef<VisCrosshairRef<Datum>>): ReactElement {\n const ref = useRef<VisComponentElement<Crosshair<Datum>>>(null)\n const componentRef = useRef<Crosshair<Datum> | undefined>(undefined)\n\n // On Mount\n useEffect(() => {\n const element = (ref.current as VisComponentElement<Crosshair<Datum>>)\n\n const c = new Crosshair<Datum>(props)\n componentRef.current = c\n element.__component__ = c\n\n return () => {\n componentRef.current = undefined\n c.destroy()\n }\n }, [])\n\n // On Props Update\n useEffect(() => {\n const component = componentRef.current\n if (props.data) component?.setData(props.data)\n component?.setConfig(props)\n })\n\n // Ask the container to re-render when this component's config changes (see `useContainerRenderOnUpdate`)\n useContainerRenderOnUpdate()\n\n useImperativeHandle(fRef, () => ({ get component () { return componentRef.current } }), [])\n return <vis-crosshair ref={ref} />\n}\n\n// We export a memoized component to avoid unnecessary re-renders\n// and define its type explicitly to help react-docgen-typescript to extract information about props\nexport const VisCrosshair: (<Datum>(props: VisCrosshairProps<Datum>) => JSX.Element | null) = React.memo(React.forwardRef(VisCrosshairFC), arePropsEqual)\n"],"names":[],"mappings":";;;;AAqBO,MAAM,wBAAwB,UAAU;AAG/C,SAAS,eAAuB,OAAiC,MAA0D;AACzH,QAAM,MAAM,OAA8C,IAAI;AAC9D,QAAM,eAAe,OAAqC,MAAS;AAGnE,YAAU,MAAM;AACd,UAAM,UAAW,IAAI;AAErB,UAAM,IAAI,IAAI,UAAiB,KAAK;AACpC,iBAAa,UAAU;AACvB,YAAQ,gBAAgB;AAExB,WAAO,MAAM;AACX,mBAAa,UAAU;AACvB,QAAE,QAAA;AAAA,IACJ;AAAA,EACF,GAAG,CAAA,CAAE;AAGL,YAAU,MAAM;AACd,UAAM,YAAY,aAAa;AAC/B,QAAI,MAAM,KAAM,YAAW,QAAQ,MAAM,IAAI;AAC7C,eAAW,UAAU,KAAK;AAAA,EAC5B,CAAC;AAGD,6BAAA;AAEA,sBAAoB,MAAM,OAAO,EAAE,IAAI,YAAa;AAAE,WAAO,aAAa;AAAA,EAAQ,EAAA,IAAM,EAAE;AAC1F,SAAO,sBAAA,cAAC,mBAAc,IAAA,CAAU;AAClC;AAIO,MAAM,eAAiF,MAAM,KAAK,MAAM,WAAW,cAAc,GAAG,aAAa;"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import { Ref } from 'react';
|
|
2
|
-
import { Donut
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { Ref } from 'react';
|
|
2
|
+
import { Donut } from '@unovis/ts/components/donut';
|
|
3
|
+
import { DonutConfigInterface } from '@unovis/ts/components/donut/config';
|
|
4
|
+
|
|
5
|
+
export type VisDonutRef<Datum> = {
|
|
6
|
+
component?: Donut<Datum>;
|
|
7
|
+
};
|
|
8
|
+
export type VisDonutProps<Datum> = DonutConfigInterface<Datum> & {
|
|
9
|
+
data?: Datum[];
|
|
10
|
+
ref?: Ref<VisDonutRef<Datum>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const VisDonutSelectors: typeof import("@unovis/ts/components/donut/style");
|
|
13
|
+
export declare const VisDonut: (<Datum>(props: VisDonutProps<Datum>) => JSX.Element | null);
|
|
@@ -1,31 +1,35 @@
|
|
|
1
|
-
import React, { useRef, useEffect, useImperativeHandle } from
|
|
2
|
-
import { Donut } from
|
|
3
|
-
import { arePropsEqual } from
|
|
4
|
-
|
|
5
|
-
const VisDonutSelectors = Donut.selectors;
|
|
6
|
-
function VisDonutFC(props, fRef) {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
return
|
|
27
|
-
}
|
|
1
|
+
import React, { useRef, useEffect, useImperativeHandle } from "react";
|
|
2
|
+
import { Donut } from "@unovis/ts/components/donut";
|
|
3
|
+
import { arePropsEqual } from "../../utils/react.js";
|
|
4
|
+
import { useContainerRenderOnUpdate } from "../../utils/container.js";
|
|
5
|
+
const VisDonutSelectors = Donut.selectors;
|
|
6
|
+
function VisDonutFC(props, fRef) {
|
|
7
|
+
const ref = useRef(null);
|
|
8
|
+
const componentRef = useRef(void 0);
|
|
9
|
+
useEffect(() => {
|
|
10
|
+
const element = ref.current;
|
|
11
|
+
const c = new Donut(props);
|
|
12
|
+
componentRef.current = c;
|
|
13
|
+
element.__component__ = c;
|
|
14
|
+
return () => {
|
|
15
|
+
componentRef.current = void 0;
|
|
16
|
+
c.destroy();
|
|
17
|
+
};
|
|
18
|
+
}, []);
|
|
19
|
+
useEffect(() => {
|
|
20
|
+
const component = componentRef.current;
|
|
21
|
+
if (props.data) component?.setData(props.data);
|
|
22
|
+
component?.setConfig(props);
|
|
23
|
+
});
|
|
24
|
+
useContainerRenderOnUpdate();
|
|
25
|
+
useImperativeHandle(fRef, () => ({ get component() {
|
|
26
|
+
return componentRef.current;
|
|
27
|
+
} }), []);
|
|
28
|
+
return /* @__PURE__ */ React.createElement("vis-component", { ref });
|
|
29
|
+
}
|
|
28
30
|
const VisDonut = React.memo(React.forwardRef(VisDonutFC), arePropsEqual);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
export {
|
|
32
|
+
VisDonut,
|
|
33
|
+
VisDonutSelectors
|
|
34
|
+
};
|
|
31
35
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/donut/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { Donut
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/donut/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { Donut } from '@unovis/ts/components/donut'\nimport { DonutConfigInterface } from '@unovis/ts/components/donut/config'\n\n// Utils\nimport { arePropsEqual } from 'src/utils/react'\nimport { useContainerRenderOnUpdate } from 'src/utils/container'\n\n// Types\nimport { VisComponentElement } from 'src/types/dom'\n\nexport type VisDonutRef<Datum> = {\n component?: Donut<Datum>;\n}\n\nexport type VisDonutProps<Datum> = DonutConfigInterface<Datum> & {\n data?: Datum[];\n ref?: Ref<VisDonutRef<Datum>>;\n}\n\nexport const VisDonutSelectors = Donut.selectors\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nfunction VisDonutFC<Datum> (props: VisDonutProps<Datum>, fRef: ForwardedRef<VisDonutRef<Datum>>): ReactElement {\n const ref = useRef<VisComponentElement<Donut<Datum>>>(null)\n const componentRef = useRef<Donut<Datum> | undefined>(undefined)\n\n // On Mount\n useEffect(() => {\n const element = (ref.current as VisComponentElement<Donut<Datum>>)\n\n const c = new Donut<Datum>(props)\n componentRef.current = c\n element.__component__ = c\n\n return () => {\n componentRef.current = undefined\n c.destroy()\n }\n }, [])\n\n // On Props Update\n useEffect(() => {\n const component = componentRef.current\n if (props.data) component?.setData(props.data)\n component?.setConfig(props)\n })\n\n // Ask the container to re-render when this component's config changes (see `useContainerRenderOnUpdate`)\n useContainerRenderOnUpdate()\n\n useImperativeHandle(fRef, () => ({ get component () { return componentRef.current } }), [])\n return <vis-component ref={ref} />\n}\n\n// We export a memoized component to avoid unnecessary re-renders\n// and define its type explicitly to help react-docgen-typescript to extract information about props\nexport const VisDonut: (<Datum>(props: VisDonutProps<Datum>) => JSX.Element | null) = React.memo(React.forwardRef(VisDonutFC), arePropsEqual)\n"],"names":[],"mappings":";;;;AAqBO,MAAM,oBAAoB,MAAM;AAGvC,SAAS,WAAmB,OAA6B,MAAsD;AAC7G,QAAM,MAAM,OAA0C,IAAI;AAC1D,QAAM,eAAe,OAAiC,MAAS;AAG/D,YAAU,MAAM;AACd,UAAM,UAAW,IAAI;AAErB,UAAM,IAAI,IAAI,MAAa,KAAK;AAChC,iBAAa,UAAU;AACvB,YAAQ,gBAAgB;AAExB,WAAO,MAAM;AACX,mBAAa,UAAU;AACvB,QAAE,QAAA;AAAA,IACJ;AAAA,EACF,GAAG,CAAA,CAAE;AAGL,YAAU,MAAM;AACd,UAAM,YAAY,aAAa;AAC/B,QAAI,MAAM,KAAM,YAAW,QAAQ,MAAM,IAAI;AAC7C,eAAW,UAAU,KAAK;AAAA,EAC5B,CAAC;AAGD,6BAAA;AAEA,sBAAoB,MAAM,OAAO,EAAE,IAAI,YAAa;AAAE,WAAO,aAAa;AAAA,EAAQ,EAAA,IAAM,EAAE;AAC1F,SAAO,sBAAA,cAAC,mBAAc,IAAA,CAAU;AAClC;AAIO,MAAM,WAAyE,MAAM,KAAK,MAAM,WAAW,UAAU,GAAG,aAAa;"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import { Ref } from 'react';
|
|
2
|
-
import { FreeBrush
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { Ref } from 'react';
|
|
2
|
+
import { FreeBrush } from '@unovis/ts/components/free-brush';
|
|
3
|
+
import { FreeBrushConfigInterface } from '@unovis/ts/components/free-brush/config';
|
|
4
|
+
|
|
5
|
+
export type VisFreeBrushRef<Datum> = {
|
|
6
|
+
component?: FreeBrush<Datum>;
|
|
7
|
+
};
|
|
8
|
+
export type VisFreeBrushProps<Datum> = FreeBrushConfigInterface<Datum> & {
|
|
9
|
+
data?: Datum[];
|
|
10
|
+
ref?: Ref<VisFreeBrushRef<Datum>>;
|
|
11
|
+
};
|
|
12
|
+
export declare const VisFreeBrushSelectors: typeof import("@unovis/ts/components/free-brush/style");
|
|
13
|
+
export declare const VisFreeBrush: (<Datum>(props: VisFreeBrushProps<Datum>) => JSX.Element | null);
|
|
@@ -1,31 +1,35 @@
|
|
|
1
|
-
import React, { useRef, useEffect, useImperativeHandle } from
|
|
2
|
-
import { FreeBrush } from
|
|
3
|
-
import { arePropsEqual } from
|
|
4
|
-
|
|
5
|
-
const VisFreeBrushSelectors = FreeBrush.selectors;
|
|
6
|
-
function VisFreeBrushFC(props, fRef) {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
return
|
|
27
|
-
}
|
|
1
|
+
import React, { useRef, useEffect, useImperativeHandle } from "react";
|
|
2
|
+
import { FreeBrush } from "@unovis/ts/components/free-brush";
|
|
3
|
+
import { arePropsEqual } from "../../utils/react.js";
|
|
4
|
+
import { useContainerRenderOnUpdate } from "../../utils/container.js";
|
|
5
|
+
const VisFreeBrushSelectors = FreeBrush.selectors;
|
|
6
|
+
function VisFreeBrushFC(props, fRef) {
|
|
7
|
+
const ref = useRef(null);
|
|
8
|
+
const componentRef = useRef(void 0);
|
|
9
|
+
useEffect(() => {
|
|
10
|
+
const element = ref.current;
|
|
11
|
+
const c = new FreeBrush(props);
|
|
12
|
+
componentRef.current = c;
|
|
13
|
+
element.__component__ = c;
|
|
14
|
+
return () => {
|
|
15
|
+
componentRef.current = void 0;
|
|
16
|
+
c.destroy();
|
|
17
|
+
};
|
|
18
|
+
}, []);
|
|
19
|
+
useEffect(() => {
|
|
20
|
+
const component = componentRef.current;
|
|
21
|
+
if (props.data) component?.setData(props.data);
|
|
22
|
+
component?.setConfig(props);
|
|
23
|
+
});
|
|
24
|
+
useContainerRenderOnUpdate();
|
|
25
|
+
useImperativeHandle(fRef, () => ({ get component() {
|
|
26
|
+
return componentRef.current;
|
|
27
|
+
} }), []);
|
|
28
|
+
return /* @__PURE__ */ React.createElement("vis-component", { ref });
|
|
29
|
+
}
|
|
28
30
|
const VisFreeBrush = React.memo(React.forwardRef(VisFreeBrushFC), arePropsEqual);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
export {
|
|
32
|
+
VisFreeBrush,
|
|
33
|
+
VisFreeBrushSelectors
|
|
34
|
+
};
|
|
31
35
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/free-brush/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { FreeBrush
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/free-brush/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { FreeBrush } from '@unovis/ts/components/free-brush'\nimport { FreeBrushConfigInterface } from '@unovis/ts/components/free-brush/config'\n\n// Utils\nimport { arePropsEqual } from 'src/utils/react'\nimport { useContainerRenderOnUpdate } from 'src/utils/container'\n\n// Types\nimport { VisComponentElement } from 'src/types/dom'\n\nexport type VisFreeBrushRef<Datum> = {\n component?: FreeBrush<Datum>;\n}\n\nexport type VisFreeBrushProps<Datum> = FreeBrushConfigInterface<Datum> & {\n data?: Datum[];\n ref?: Ref<VisFreeBrushRef<Datum>>;\n}\n\nexport const VisFreeBrushSelectors = FreeBrush.selectors\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nfunction VisFreeBrushFC<Datum> (props: VisFreeBrushProps<Datum>, fRef: ForwardedRef<VisFreeBrushRef<Datum>>): ReactElement {\n const ref = useRef<VisComponentElement<FreeBrush<Datum>>>(null)\n const componentRef = useRef<FreeBrush<Datum> | undefined>(undefined)\n\n // On Mount\n useEffect(() => {\n const element = (ref.current as VisComponentElement<FreeBrush<Datum>>)\n\n const c = new FreeBrush<Datum>(props)\n componentRef.current = c\n element.__component__ = c\n\n return () => {\n componentRef.current = undefined\n c.destroy()\n }\n }, [])\n\n // On Props Update\n useEffect(() => {\n const component = componentRef.current\n if (props.data) component?.setData(props.data)\n component?.setConfig(props)\n })\n\n // Ask the container to re-render when this component's config changes (see `useContainerRenderOnUpdate`)\n useContainerRenderOnUpdate()\n\n useImperativeHandle(fRef, () => ({ get component () { return componentRef.current } }), [])\n return <vis-component ref={ref} />\n}\n\n// We export a memoized component to avoid unnecessary re-renders\n// and define its type explicitly to help react-docgen-typescript to extract information about props\nexport const VisFreeBrush: (<Datum>(props: VisFreeBrushProps<Datum>) => JSX.Element | null) = React.memo(React.forwardRef(VisFreeBrushFC), arePropsEqual)\n"],"names":[],"mappings":";;;;AAqBO,MAAM,wBAAwB,UAAU;AAG/C,SAAS,eAAuB,OAAiC,MAA0D;AACzH,QAAM,MAAM,OAA8C,IAAI;AAC9D,QAAM,eAAe,OAAqC,MAAS;AAGnE,YAAU,MAAM;AACd,UAAM,UAAW,IAAI;AAErB,UAAM,IAAI,IAAI,UAAiB,KAAK;AACpC,iBAAa,UAAU;AACvB,YAAQ,gBAAgB;AAExB,WAAO,MAAM;AACX,mBAAa,UAAU;AACvB,QAAE,QAAA;AAAA,IACJ;AAAA,EACF,GAAG,CAAA,CAAE;AAGL,YAAU,MAAM;AACd,UAAM,YAAY,aAAa;AAC/B,QAAI,MAAM,KAAM,YAAW,QAAQ,MAAM,IAAI;AAC7C,eAAW,UAAU,KAAK;AAAA,EAC5B,CAAC;AAGD,6BAAA;AAEA,sBAAoB,MAAM,OAAO,EAAE,IAAI,YAAa;AAAE,WAAO,aAAa;AAAA,EAAQ,EAAA,IAAM,EAAE;AAC1F,SAAO,sBAAA,cAAC,mBAAc,IAAA,CAAU;AAClC;AAIO,MAAM,eAAiF,MAAM,KAAK,MAAM,WAAW,cAAc,GAAG,aAAa;"}
|
|
@@ -1,36 +1,39 @@
|
|
|
1
|
-
import { Ref } from 'react';
|
|
2
|
-
import { Graph
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { Ref } from 'react';
|
|
2
|
+
import { Graph } from '@unovis/ts/components/graph';
|
|
3
|
+
import { GraphConfigInterface } from '@unovis/ts/components/graph/config';
|
|
4
|
+
import { GraphInputNode, GraphInputLink } from '@unovis/ts/types/graph';
|
|
5
|
+
|
|
6
|
+
export type VisGraphRef<N extends GraphInputNode, L extends GraphInputLink> = {
|
|
7
|
+
component?: Graph<N, L>;
|
|
8
|
+
};
|
|
9
|
+
export type VisGraphProps<N extends GraphInputNode, L extends GraphInputLink> = GraphConfigInterface<N, L> & {
|
|
10
|
+
data?: {
|
|
11
|
+
nodes: N[];
|
|
12
|
+
links?: L[];
|
|
13
|
+
};
|
|
14
|
+
ref?: Ref<VisGraphRef<N, L>>;
|
|
15
|
+
};
|
|
16
|
+
export declare const VisGraphSelectors: {
|
|
17
|
+
root: string;
|
|
18
|
+
graphGroup: string;
|
|
19
|
+
background: string;
|
|
20
|
+
node: string;
|
|
21
|
+
nodeShape: string;
|
|
22
|
+
nodeGauge: string;
|
|
23
|
+
nodeSideLabel: string;
|
|
24
|
+
nodeLabel: string;
|
|
25
|
+
dimmedNode: string;
|
|
26
|
+
link: string;
|
|
27
|
+
linkLine: string;
|
|
28
|
+
linkLabel: string;
|
|
29
|
+
dimmedLink: string;
|
|
30
|
+
panel: string;
|
|
31
|
+
panelRect: string;
|
|
32
|
+
panelSelection: string;
|
|
33
|
+
panelLabel: string;
|
|
34
|
+
panelLabelText: string;
|
|
35
|
+
panelSideIcon: string;
|
|
36
|
+
panelSideIconShape: string;
|
|
37
|
+
panelSideIconSymbol: string;
|
|
38
|
+
};
|
|
39
|
+
export declare const VisGraph: (<N extends GraphInputNode, L extends GraphInputLink>(props: VisGraphProps<N, L>) => JSX.Element | null);
|
|
@@ -1,31 +1,35 @@
|
|
|
1
|
-
import React, { useRef, useEffect, useImperativeHandle } from
|
|
2
|
-
import { Graph } from
|
|
3
|
-
import { arePropsEqual } from
|
|
4
|
-
|
|
5
|
-
const VisGraphSelectors = Graph.selectors;
|
|
6
|
-
function VisGraphFC(props, fRef) {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
return
|
|
27
|
-
}
|
|
1
|
+
import React, { useRef, useEffect, useImperativeHandle } from "react";
|
|
2
|
+
import { Graph } from "@unovis/ts/components/graph";
|
|
3
|
+
import { arePropsEqual } from "../../utils/react.js";
|
|
4
|
+
import { useContainerRenderOnUpdate } from "../../utils/container.js";
|
|
5
|
+
const VisGraphSelectors = Graph.selectors;
|
|
6
|
+
function VisGraphFC(props, fRef) {
|
|
7
|
+
const ref = useRef(null);
|
|
8
|
+
const componentRef = useRef(void 0);
|
|
9
|
+
useEffect(() => {
|
|
10
|
+
const element = ref.current;
|
|
11
|
+
const c = new Graph(props);
|
|
12
|
+
componentRef.current = c;
|
|
13
|
+
element.__component__ = c;
|
|
14
|
+
return () => {
|
|
15
|
+
componentRef.current = void 0;
|
|
16
|
+
c.destroy();
|
|
17
|
+
};
|
|
18
|
+
}, []);
|
|
19
|
+
useEffect(() => {
|
|
20
|
+
const component = componentRef.current;
|
|
21
|
+
if (props.data) component?.setData(props.data);
|
|
22
|
+
component?.setConfig(props);
|
|
23
|
+
});
|
|
24
|
+
useContainerRenderOnUpdate();
|
|
25
|
+
useImperativeHandle(fRef, () => ({ get component() {
|
|
26
|
+
return componentRef.current;
|
|
27
|
+
} }), []);
|
|
28
|
+
return /* @__PURE__ */ React.createElement("vis-component", { ref });
|
|
29
|
+
}
|
|
28
30
|
const VisGraph = React.memo(React.forwardRef(VisGraphFC), arePropsEqual);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
export {
|
|
32
|
+
VisGraph,
|
|
33
|
+
VisGraphSelectors
|
|
34
|
+
};
|
|
31
35
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/graph/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { Graph
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/components/graph/index.tsx"],"sourcesContent":["// !!! This code was automatically generated. You should not change it !!!\nimport React, { ForwardedRef, ReactElement, Ref, useImperativeHandle, useEffect, useRef, useState } from 'react'\nimport { Graph } from '@unovis/ts/components/graph'\nimport { GraphConfigInterface } from '@unovis/ts/components/graph/config'\nimport { GraphInputNode, GraphInputLink } from '@unovis/ts/types/graph'\n\n// Utils\nimport { arePropsEqual } from 'src/utils/react'\nimport { useContainerRenderOnUpdate } from 'src/utils/container'\n\n// Types\nimport { VisComponentElement } from 'src/types/dom'\n\nexport type VisGraphRef<N extends GraphInputNode, L extends GraphInputLink> = {\n component?: Graph<N, L>;\n}\n\nexport type VisGraphProps<N extends GraphInputNode, L extends GraphInputLink> = GraphConfigInterface<N, L> & {\n data?: { nodes: N[]; links?: L[] };\n ref?: Ref<VisGraphRef<N, L>>;\n}\n\nexport const VisGraphSelectors = Graph.selectors\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nfunction VisGraphFC<N extends GraphInputNode, L extends GraphInputLink> (props: VisGraphProps<N, L>, fRef: ForwardedRef<VisGraphRef<N, L>>): ReactElement {\n const ref = useRef<VisComponentElement<Graph<N, L>>>(null)\n const componentRef = useRef<Graph<N, L> | undefined>(undefined)\n\n // On Mount\n useEffect(() => {\n const element = (ref.current as VisComponentElement<Graph<N, L>>)\n\n const c = new Graph<N, L>(props)\n componentRef.current = c\n element.__component__ = c\n\n return () => {\n componentRef.current = undefined\n c.destroy()\n }\n }, [])\n\n // On Props Update\n useEffect(() => {\n const component = componentRef.current\n if (props.data) component?.setData(props.data)\n component?.setConfig(props)\n })\n\n // Ask the container to re-render when this component's config changes (see `useContainerRenderOnUpdate`)\n useContainerRenderOnUpdate()\n\n useImperativeHandle(fRef, () => ({ get component () { return componentRef.current } }), [])\n return <vis-component ref={ref} />\n}\n\n// We export a memoized component to avoid unnecessary re-renders\n// and define its type explicitly to help react-docgen-typescript to extract information about props\nexport const VisGraph: (<N extends GraphInputNode, L extends GraphInputLink>(props: VisGraphProps<N, L>) => JSX.Element | null) = React.memo(React.forwardRef(VisGraphFC), arePropsEqual)\n"],"names":[],"mappings":";;;;AAsBO,MAAM,oBAAoB,MAAM;AAGvC,SAAS,WAAgE,OAA4B,MAAqD;AACxJ,QAAM,MAAM,OAAyC,IAAI;AACzD,QAAM,eAAe,OAAgC,MAAS;AAG9D,YAAU,MAAM;AACd,UAAM,UAAW,IAAI;AAErB,UAAM,IAAI,IAAI,MAAY,KAAK;AAC/B,iBAAa,UAAU;AACvB,YAAQ,gBAAgB;AAExB,WAAO,MAAM;AACX,mBAAa,UAAU;AACvB,QAAE,QAAA;AAAA,IACJ;AAAA,EACF,GAAG,CAAA,CAAE;AAGL,YAAU,MAAM;AACd,UAAM,YAAY,aAAa;AAC/B,QAAI,MAAM,KAAM,YAAW,QAAQ,MAAM,IAAI;AAC7C,eAAW,UAAU,KAAK;AAAA,EAC5B,CAAC;AAGD,6BAAA;AAEA,sBAAoB,MAAM,OAAO,EAAE,IAAI,YAAa;AAAE,WAAO,aAAa;AAAA,EAAQ,EAAA,IAAM,EAAE;AAC1F,SAAO,sBAAA,cAAC,mBAAc,IAAA,CAAU;AAClC;AAIO,MAAM,WAAqH,MAAM,KAAK,MAAM,WAAW,UAAU,GAAG,aAAa;"}
|