@rubin-epo/epo-widget-lib 0.9.8 → 0.9.10
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/CameraFilter.cjs +1 -1
- package/dist/CameraFilter.js +25 -24
- package/dist/Charts.cjs +1 -1
- package/dist/Charts.js +14 -12
- package/dist/ColorTool.cjs +1 -1
- package/dist/ColorTool.js +98 -103
- package/dist/FilterTool.cjs +1 -1
- package/dist/FilterTool.js +1 -1
- package/dist/SupernovaThreeVector.cjs +1 -1
- package/dist/SupernovaThreeVector.js +12 -12
- package/dist/atomic/PlaybackControl/PlaybackControl.d.ts +1 -2
- package/dist/charts/Bars/index.d.ts +1 -1
- package/dist/charts/Base/index.d.ts +1 -1
- package/dist/charts/Guidelines/index.cjs +1 -1
- package/dist/charts/Guidelines/index.d.ts +1 -1
- package/dist/charts/Guidelines/index.js +9 -9
- package/dist/charts/Points/ErrorBar.cjs +1 -0
- package/dist/charts/Points/ErrorBar.d.ts +9 -0
- package/dist/charts/Points/ErrorBar.js +119 -0
- package/dist/charts/Points/index.cjs +1 -1
- package/dist/charts/Points/index.d.ts +5 -11
- package/dist/charts/Points/index.js +44 -22
- package/dist/charts/ScatterPlot/index.cjs +1 -0
- package/dist/charts/ScatterPlot/index.d.ts +24 -0
- package/dist/charts/ScatterPlot/index.js +133 -0
- package/dist/charts/ScatterPlot/styles.cjs +22 -0
- package/dist/charts/ScatterPlot/styles.d.ts +16 -0
- package/dist/charts/ScatterPlot/styles.js +29 -0
- package/dist/charts/XAxis/index.d.ts +1 -1
- package/dist/charts/YAxis/index.d.ts +1 -1
- package/dist/charts/defaults.cjs +1 -0
- package/dist/charts/defaults.d.ts +22 -0
- package/dist/charts/defaults.js +23 -0
- package/dist/charts/hooks/useAxis.d.ts +1 -1
- package/dist/charts/index.d.ts +1 -0
- package/dist/hooks/useInterval.cjs +1 -1
- package/dist/hooks/useInterval.js +10 -10
- package/dist/hooks/useWindowSize.d.ts +4 -0
- package/dist/layout/AspectRatio/index.cjs +1 -0
- package/dist/layout/AspectRatio/index.d.ts +18 -0
- package/dist/layout/AspectRatio/index.js +24 -0
- package/dist/layout/AspectRatio/styles.cjs +16 -0
- package/dist/{widgets/ColorTool/Actions → layout/AspectRatio}/styles.d.ts +1 -1
- package/dist/layout/AspectRatio/styles.js +22 -0
- package/dist/layout/Controls/index.cjs +1 -0
- package/dist/layout/Controls/index.d.ts +10 -0
- package/dist/layout/Controls/index.js +31 -0
- package/dist/layout/Controls/styles.cjs +63 -0
- package/dist/{widgets/ColorTool → layout/Controls}/styles.d.ts +604 -332
- package/dist/layout/Controls/styles.js +75 -0
- package/dist/lib/reimg.cjs +1 -1
- package/dist/lib/reimg.d.ts +2 -2
- package/dist/lib/reimg.js +30 -31
- package/dist/widgets/CameraFilter/SpectrumDisplay/SpectrumDisplay.cjs +1 -1
- package/dist/widgets/CameraFilter/SpectrumDisplay/SpectrumDisplay.js +1 -1
- package/dist/widgets/CameraFilter/styles.cjs +24 -20
- package/dist/widgets/CameraFilter/styles.js +36 -32
- package/dist/widgets/ColorTool/Actions/index.cjs +1 -1
- package/dist/widgets/ColorTool/Actions/index.js +24 -25
- package/dist/widgets/ColorTool/FilterControls/styles.cjs +4 -4
- package/dist/widgets/ColorTool/FilterControls/styles.d.ts +1252 -0
- package/dist/widgets/ColorTool/FilterControls/styles.js +1 -1
- package/dist/widgets/ColorTool/ImageComposite/ImageComposite.cjs +1 -1
- package/dist/widgets/ColorTool/ImageComposite/ImageComposite.js +26 -29
- package/dist/widgets/ColorTool/ImageComposite/styles.cjs +5 -3
- package/dist/widgets/ColorTool/ImageComposite/styles.js +4 -2
- package/dist/widgets/ColorTool/styles.cjs +10 -24
- package/dist/widgets/ColorTool/styles.js +15 -29
- package/dist/widgets/FilterTool/FilterTool.d.ts +1 -1
- package/dist/widgets/FilterTool/styles.cjs +9 -9
- package/dist/widgets/FilterTool/styles.d.ts +6 -269
- package/dist/widgets/FilterTool/styles.js +17 -16
- package/dist/widgets/LightCurvePlot/Plot/index.cjs +1 -0
- package/dist/widgets/LightCurvePlot/Plot/index.d.ts +12 -0
- package/dist/widgets/LightCurvePlot/Plot/index.js +99 -0
- package/dist/widgets/LightCurvePlot/{ScatterPlot → Plot}/styles.cjs +4 -4
- package/dist/widgets/LightCurvePlot/{ScatterPlot → Plot}/styles.js +7 -6
- package/dist/widgets/LightCurvePlot/PlotWithCurve/A11Y/LightCurveLabel/index.cjs +1 -0
- package/dist/widgets/LightCurvePlot/{A11Y → PlotWithCurve/A11Y}/LightCurveLabel/index.d.ts +2 -2
- package/dist/widgets/LightCurvePlot/{A11Y → PlotWithCurve/A11Y}/LightCurveLabel/index.js +2 -2
- package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.cjs +1 -0
- package/dist/widgets/LightCurvePlot/{DM15Display → PlotWithCurve/DM15Display}/index.js +2 -2
- package/dist/widgets/LightCurvePlot/PlotWithCurve/LightCurve/index.cjs +1 -0
- package/dist/widgets/LightCurvePlot/{LightCurve → PlotWithCurve/LightCurve}/index.d.ts +1 -1
- package/dist/widgets/LightCurvePlot/{LightCurve → PlotWithCurve/LightCurve}/index.js +1 -1
- package/dist/widgets/LightCurvePlot/{MagnitudeSlider → PlotWithCurve/MagnitudeSlider}/index.d.ts +0 -2
- package/dist/widgets/LightCurvePlot/PlotWithCurve/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithCurve/index.js +129 -115
- package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.cjs +9 -11
- package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.js +13 -16
- package/dist/widgets/LightCurvePlot/PlotWithoutCurve/index.cjs +1 -1
- package/dist/widgets/LightCurvePlot/PlotWithoutCurve/index.d.ts +2 -2
- package/dist/widgets/LightCurvePlot/PlotWithoutCurve/index.js +17 -15
- package/dist/widgets/LightCurvePlot/helpers.cjs +1 -1
- package/dist/widgets/LightCurvePlot/helpers.d.ts +3 -12
- package/dist/widgets/LightCurvePlot/helpers.js +33 -18
- package/dist/widgets/SourceSelector/SourceSelector.cjs +1 -1
- package/dist/widgets/SourceSelector/SourceSelector.js +53 -60
- package/dist/widgets/SupernovaThreeVector/Histogram/index.d.ts +1 -1
- package/dist/widgets/SupernovaThreeVector/index.d.ts +1 -1
- package/dist/widgets/SupernovaThreeVector/styles.cjs +10 -10
- package/dist/widgets/SupernovaThreeVector/styles.js +23 -22
- package/package.json +1 -1
- package/dist/styles/svg.cjs +0 -8
- package/dist/styles/svg.js +0 -13
- package/dist/widgets/ColorTool/Actions/styles.cjs +0 -5
- package/dist/widgets/ColorTool/Actions/styles.js +0 -10
- package/dist/widgets/LightCurvePlot/A11Y/LightCurveLabel/index.cjs +0 -1
- package/dist/widgets/LightCurvePlot/DM15Display/index.cjs +0 -1
- package/dist/widgets/LightCurvePlot/LightCurve/index.cjs +0 -1
- package/dist/widgets/LightCurvePlot/Point/index.cjs +0 -1
- package/dist/widgets/LightCurvePlot/Point/index.d.ts +0 -11
- package/dist/widgets/LightCurvePlot/Point/index.js +0 -68
- package/dist/widgets/LightCurvePlot/ScatterPlot/index.cjs +0 -1
- package/dist/widgets/LightCurvePlot/ScatterPlot/index.d.ts +0 -12
- package/dist/widgets/LightCurvePlot/ScatterPlot/index.js +0 -178
- /package/dist/widgets/LightCurvePlot/{ScatterPlot → Plot}/styles.d.ts +0 -0
- /package/dist/widgets/LightCurvePlot/{A11Y → PlotWithCurve/A11Y}/LightCurveLabel/styles.cjs +0 -0
- /package/dist/widgets/LightCurvePlot/{A11Y → PlotWithCurve/A11Y}/LightCurveLabel/styles.d.ts +0 -0
- /package/dist/widgets/LightCurvePlot/{A11Y → PlotWithCurve/A11Y}/LightCurveLabel/styles.js +0 -0
- /package/dist/widgets/LightCurvePlot/{DM15Display → PlotWithCurve/DM15Display}/index.d.ts +0 -0
- /package/dist/widgets/LightCurvePlot/{DM15Display → PlotWithCurve/DM15Display}/styles.cjs +0 -0
- /package/dist/widgets/LightCurvePlot/{DM15Display → PlotWithCurve/DM15Display}/styles.d.ts +0 -0
- /package/dist/widgets/LightCurvePlot/{DM15Display → PlotWithCurve/DM15Display}/styles.js +0 -0
- /package/dist/widgets/LightCurvePlot/{MagnitudeSlider → PlotWithCurve/MagnitudeSlider}/index.cjs +0 -0
- /package/dist/widgets/LightCurvePlot/{MagnitudeSlider → PlotWithCurve/MagnitudeSlider}/index.js +0 -0
- /package/dist/widgets/LightCurvePlot/{MagnitudeSlider → PlotWithCurve/MagnitudeSlider}/styles.cjs +0 -0
- /package/dist/widgets/LightCurvePlot/{MagnitudeSlider → PlotWithCurve/MagnitudeSlider}/styles.js +0 -0
|
@@ -8,7 +8,7 @@ const l = e.fieldset`
|
|
|
8
8
|
border: none;
|
|
9
9
|
display: grid;
|
|
10
10
|
align-items: center;
|
|
11
|
-
gap: var(--
|
|
11
|
+
gap: var(--widget-padding);
|
|
12
12
|
grid-template-columns: max-content minmax(100px, 1fr) minmax(100px, 2fr);
|
|
13
13
|
grid-auto-rows: max-content;
|
|
14
14
|
grid-column: 1 / -1;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("react/jsx-runtime"),m=require("react"),x=require("../lib/utils.cjs"),I=require("../hooks/useFilteredImages.cjs"),j=require("../lib/canvas.cjs"),a=require("./styles.cjs"),g=m.forwardRef(({filters:c,width:s=600,height:o=600,selectedObjectName:i,className:d,children:p,images:v},t)=>{var u;const[y,C]=m.useState(i),l=x.isFilterActive(c);i!==y&&C(i);const[q,e]=I.default({images:v,filters:c}),n=(u=t==null?void 0:t.current)==null?void 0:u.getContext("2d");return n&&(n.clearRect(0,0,s,o),j.mergeCanvases(n,q,s,o)),r.jsxs(a.ImageContainer,{style:{"--image-container-opacity":!e&&l?1:.1},className:d,children:[e&&l&&r.jsx(a.Loader,{isVisible:e}),r.jsx(a.Image,{style:{"--loading-opacity":e?0:1},role:"img",hidden:e,width:s,height:o,ref:t}),p]})});g.displayName="Widgets.ColorTool.ImageComposite";const b=g;exports.default=b;
|
|
@@ -1,48 +1,45 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as
|
|
3
|
-
import { forwardRef as
|
|
4
|
-
import { isFilterActive as
|
|
2
|
+
import { jsxs as I, jsx as c } from "react/jsx-runtime";
|
|
3
|
+
import { forwardRef as f, useState as v } from "react";
|
|
4
|
+
import { isFilterActive as x } from "../lib/utils.js";
|
|
5
5
|
import A from "../hooks/useFilteredImages.js";
|
|
6
|
-
import { mergeCanvases as
|
|
7
|
-
import { ImageContainer as
|
|
8
|
-
const p =
|
|
6
|
+
import { mergeCanvases as j } from "../lib/canvas.js";
|
|
7
|
+
import { ImageContainer as F, Loader as R, Image as b } from "./styles.js";
|
|
8
|
+
const p = f(
|
|
9
9
|
({
|
|
10
10
|
filters: r,
|
|
11
|
-
width:
|
|
12
|
-
height:
|
|
11
|
+
width: e = 600,
|
|
12
|
+
height: i = 600,
|
|
13
13
|
selectedObjectName: s,
|
|
14
14
|
className: l,
|
|
15
15
|
children: g,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}, i) => {
|
|
16
|
+
images: d
|
|
17
|
+
}, t) => {
|
|
19
18
|
var n;
|
|
20
|
-
const [C, u] =
|
|
19
|
+
const [C, u] = v(s), a = x(r);
|
|
21
20
|
s !== C && u(s);
|
|
22
|
-
const [
|
|
23
|
-
images:
|
|
21
|
+
const [y, o] = A({
|
|
22
|
+
images: d,
|
|
24
23
|
filters: r
|
|
25
|
-
}), m = (n =
|
|
26
|
-
return m && (m.clearRect(0, 0,
|
|
27
|
-
|
|
24
|
+
}), m = (n = t == null ? void 0 : t.current) == null ? void 0 : n.getContext("2d");
|
|
25
|
+
return m && (m.clearRect(0, 0, e, i), j(m, y, e, i)), /* @__PURE__ */ I(
|
|
26
|
+
F,
|
|
28
27
|
{
|
|
29
28
|
style: {
|
|
30
|
-
|
|
31
|
-
maxWidth: d ? `${o}px` : void 0,
|
|
32
|
-
"--image-container-opacity": !t && a ? 1 : 0.1
|
|
29
|
+
"--image-container-opacity": !o && a ? 1 : 0.1
|
|
33
30
|
},
|
|
34
31
|
className: l,
|
|
35
32
|
children: [
|
|
36
|
-
|
|
33
|
+
o && a && /* @__PURE__ */ c(R, { isVisible: o }),
|
|
37
34
|
/* @__PURE__ */ c(
|
|
38
|
-
|
|
35
|
+
b,
|
|
39
36
|
{
|
|
40
|
-
style: { "--loading-opacity":
|
|
41
|
-
ref: i,
|
|
37
|
+
style: { "--loading-opacity": o ? 0 : 1 },
|
|
42
38
|
role: "img",
|
|
43
|
-
hidden:
|
|
44
|
-
width:
|
|
45
|
-
height:
|
|
39
|
+
hidden: o,
|
|
40
|
+
width: e,
|
|
41
|
+
height: i,
|
|
42
|
+
ref: t
|
|
46
43
|
}
|
|
47
44
|
),
|
|
48
45
|
g
|
|
@@ -52,7 +49,7 @@ const p = I(
|
|
|
52
49
|
}
|
|
53
50
|
);
|
|
54
51
|
p.displayName = "Widgets.ColorTool.ImageComposite";
|
|
55
|
-
const
|
|
52
|
+
const W = p;
|
|
56
53
|
export {
|
|
57
|
-
|
|
54
|
+
W as default
|
|
58
55
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("styled-components"),i=require("@rubin-epo/epo-react-lib/CircularLoader"),
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("styled-components"),i=require("@rubin-epo/epo-react-lib/CircularLoader"),a=e=>e&&e.__esModule?e:{default:e},t=a(o),r=a(i),n=t.default.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
4
|
align-items: center;
|
|
@@ -7,10 +7,12 @@
|
|
|
7
7
|
background-color: rgba(0, 0, 0, var(--image-container-opacity, 0.1));
|
|
8
8
|
transition: background-color ease var(--DURATION, 0.2s);
|
|
9
9
|
width: 100%;
|
|
10
|
-
|
|
10
|
+
height: 100%;
|
|
11
|
+
`,s=t.default.canvas`
|
|
11
12
|
opacity: var(--loading-opacity, 0);
|
|
12
13
|
transition: opacity ease var(--DURATION_SLOW, 0.4s);
|
|
13
14
|
width: 100%;
|
|
14
|
-
|
|
15
|
+
height: 100%;
|
|
16
|
+
`,c=t.default(r.default)`
|
|
15
17
|
position: absolute;
|
|
16
18
|
`;exports.Image=s;exports.ImageContainer=n;exports.Loader=c;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import a from "styled-components";
|
|
3
|
-
import
|
|
3
|
+
import i from "@rubin-epo/epo-react-lib/CircularLoader";
|
|
4
4
|
const e = a.div`
|
|
5
5
|
display: flex;
|
|
6
6
|
justify-content: center;
|
|
@@ -10,11 +10,13 @@ const e = a.div`
|
|
|
10
10
|
background-color: rgba(0, 0, 0, var(--image-container-opacity, 0.1));
|
|
11
11
|
transition: background-color ease var(--DURATION, 0.2s);
|
|
12
12
|
width: 100%;
|
|
13
|
+
height: 100%;
|
|
13
14
|
`, r = a.canvas`
|
|
14
15
|
opacity: var(--loading-opacity, 0);
|
|
15
16
|
transition: opacity ease var(--DURATION_SLOW, 0.4s);
|
|
16
17
|
width: 100%;
|
|
17
|
-
|
|
18
|
+
height: 100%;
|
|
19
|
+
`, n = a(i)`
|
|
18
20
|
position: absolute;
|
|
19
21
|
`;
|
|
20
22
|
export {
|
|
@@ -1,19 +1,6 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("../../layout/Controls/index.cjs"),n=require("styled-components"),a=e=>e&&e.__esModule?e:{default:e},t=a(n),o=t.default(i.default)`
|
|
2
2
|
color: var(--neutral80, #404040);
|
|
3
|
-
|
|
4
|
-
`,n="900px",r=t.default.div`
|
|
5
|
-
--widget-areas: "image" "title" "controls" "actions";
|
|
6
|
-
display: grid;
|
|
7
|
-
gap: var(--color-tool-padding, var(--PADDING_SMALL, 20px));
|
|
8
|
-
grid-template-areas: var(--widget-areas);
|
|
9
|
-
grid-template-columns: 1fr;
|
|
10
|
-
|
|
11
|
-
@container colorTool (min-width: ${n}) {
|
|
12
|
-
--widget-areas: "controls image" "actions actions" "title title";
|
|
13
|
-
grid-template-columns: 1fr var(--image-width, 1fr);
|
|
14
|
-
}
|
|
15
|
-
`,l=t.default.dl`
|
|
16
|
-
grid-area: title;
|
|
3
|
+
`,d=t.default.dl`
|
|
17
4
|
margin: 0;
|
|
18
5
|
font-size: 18px;
|
|
19
6
|
font-weight: var(--FONT_WEIGHT_NORMAL, 400);
|
|
@@ -37,18 +24,17 @@
|
|
|
37
24
|
white-space: pre;
|
|
38
25
|
}
|
|
39
26
|
}
|
|
40
|
-
`,
|
|
27
|
+
`,l=t.default.div`
|
|
41
28
|
display: grid;
|
|
42
29
|
grid-template-columns: max-content minmax(100px, 1fr) minmax(100px, 2fr);
|
|
43
30
|
grid-auto-rows: max-content;
|
|
44
|
-
|
|
45
|
-
gap: var(--color-tool-padding, var(--PADDING_SMALL, 20px));
|
|
31
|
+
gap: var(--widget-padding);
|
|
46
32
|
align-items: center;
|
|
47
|
-
`,
|
|
33
|
+
`,r=t.default.div`
|
|
48
34
|
position: absolute;
|
|
49
|
-
top: var(--
|
|
50
|
-
left: var(--
|
|
51
|
-
width: calc(100% - var(--
|
|
52
|
-
`,
|
|
35
|
+
top: var(--widget-padding);
|
|
36
|
+
left: var(--widget-padding);
|
|
37
|
+
width: calc(100% - var(--widget-padding) * 2);
|
|
38
|
+
`,s=t.default.div`
|
|
53
39
|
font-weight: var(--FONT_WEIGHT_BOLD, 600);
|
|
54
|
-
`;exports.ControlsContainer=
|
|
40
|
+
`;exports.ControlsContainer=l;exports.SelectionContainer=r;exports.Title=d;exports.ToolsHeader=s;exports.WidgetLayout=o;
|
|
@@ -1,21 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import i from "../../layout/Controls/index.js";
|
|
2
3
|
import t from "styled-components";
|
|
3
|
-
const
|
|
4
|
+
const o = t(i)`
|
|
4
5
|
color: var(--neutral80, #404040);
|
|
5
|
-
|
|
6
|
-
`, o = "900px", e = t.div`
|
|
7
|
-
--widget-areas: "image" "title" "controls" "actions";
|
|
8
|
-
display: grid;
|
|
9
|
-
gap: var(--color-tool-padding, var(--PADDING_SMALL, 20px));
|
|
10
|
-
grid-template-areas: var(--widget-areas);
|
|
11
|
-
grid-template-columns: 1fr;
|
|
12
|
-
|
|
13
|
-
@container colorTool (min-width: ${o}) {
|
|
14
|
-
--widget-areas: "controls image" "actions actions" "title title";
|
|
15
|
-
grid-template-columns: 1fr var(--image-width, 1fr);
|
|
16
|
-
}
|
|
17
|
-
`, r = t.dl`
|
|
18
|
-
grid-area: title;
|
|
6
|
+
`, a = t.dl`
|
|
19
7
|
margin: 0;
|
|
20
8
|
font-size: 18px;
|
|
21
9
|
font-weight: var(--FONT_WEIGHT_NORMAL, 400);
|
|
@@ -39,26 +27,24 @@ const a = t.section`
|
|
|
39
27
|
white-space: pre;
|
|
40
28
|
}
|
|
41
29
|
}
|
|
42
|
-
`,
|
|
30
|
+
`, d = t.div`
|
|
43
31
|
display: grid;
|
|
44
32
|
grid-template-columns: max-content minmax(100px, 1fr) minmax(100px, 2fr);
|
|
45
33
|
grid-auto-rows: max-content;
|
|
46
|
-
|
|
47
|
-
gap: var(--color-tool-padding, var(--PADDING_SMALL, 20px));
|
|
34
|
+
gap: var(--widget-padding);
|
|
48
35
|
align-items: center;
|
|
49
|
-
`,
|
|
36
|
+
`, r = t.div`
|
|
50
37
|
position: absolute;
|
|
51
|
-
top: var(--
|
|
52
|
-
left: var(--
|
|
53
|
-
width: calc(100% - var(--
|
|
54
|
-
`,
|
|
38
|
+
top: var(--widget-padding);
|
|
39
|
+
left: var(--widget-padding);
|
|
40
|
+
width: calc(100% - var(--widget-padding) * 2);
|
|
41
|
+
`, l = t.div`
|
|
55
42
|
font-weight: var(--FONT_WEIGHT_BOLD, 600);
|
|
56
43
|
`;
|
|
57
44
|
export {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
e as WidgetLayout
|
|
45
|
+
d as ControlsContainer,
|
|
46
|
+
r as SelectionContainer,
|
|
47
|
+
a as Title,
|
|
48
|
+
l as ToolsHeader,
|
|
49
|
+
o as WidgetLayout
|
|
64
50
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { FunctionComponent } from "react";
|
|
2
|
+
type FilterColor = "violet" | "blue" | "green" | "yellow" | "orange" | "red";
|
|
2
3
|
interface FilterToolProps {
|
|
3
4
|
selectionCallback?: (color: FilterColor) => void;
|
|
4
5
|
selectedColor?: FilterColor | "none";
|
|
@@ -6,6 +7,5 @@ interface FilterToolProps {
|
|
|
6
7
|
id?: string;
|
|
7
8
|
labelledById?: string;
|
|
8
9
|
}
|
|
9
|
-
type FilterColor = "violet" | "blue" | "green" | "yellow" | "orange" | "red";
|
|
10
10
|
declare const FilterTool: FunctionComponent<FilterToolProps>;
|
|
11
11
|
export default FilterTool;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("styled-components"),i=e=>e&&e.__esModule?e:{default:e},t=
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("styled-components"),i=require("../../layout/AspectRatio/index.cjs"),l=e=>e&&e.__esModule?e:{default:e},t=l(r),o=t.default(i.default)`
|
|
2
2
|
background-color: var(--black, #000);
|
|
3
|
-
`,
|
|
3
|
+
`,n=t.default.div`
|
|
4
4
|
box-sizing: border-box;
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
@@ -11,26 +11,26 @@
|
|
|
11
11
|
width: 100%;
|
|
12
12
|
`;t.default.label`
|
|
13
13
|
color: var(--white, #fff);
|
|
14
|
-
`;const
|
|
14
|
+
`;const a=t.default.svg`
|
|
15
15
|
font-size: 42px;
|
|
16
|
-
`,
|
|
16
|
+
`,f=t.default.line`
|
|
17
17
|
fill: none;
|
|
18
18
|
stroke: #ffffff;
|
|
19
19
|
stroke-miterlimit: 10;
|
|
20
20
|
stroke-width: 7;
|
|
21
|
-
`,
|
|
21
|
+
`,s=t.default.path`
|
|
22
22
|
fill: var(--ray-fill);
|
|
23
|
-
`,
|
|
23
|
+
`,c=t.default.polygon`
|
|
24
24
|
opacity: var(--arrow-opacity, 1);
|
|
25
25
|
fill: var(--arrow-fill);
|
|
26
|
-
`,
|
|
26
|
+
`,d=t.default.polygon`
|
|
27
27
|
fill: none;
|
|
28
28
|
stroke: #ffffff;
|
|
29
29
|
stroke-miterlimit: 10;
|
|
30
30
|
stroke-width: 12;
|
|
31
|
-
`,
|
|
31
|
+
`,u=t.default.line`
|
|
32
32
|
fill: none;
|
|
33
33
|
stroke-linecap: round;
|
|
34
34
|
stroke-miterlimit: 10;
|
|
35
35
|
stroke-width: 27.27;
|
|
36
|
-
`;exports.Arrow=
|
|
36
|
+
`;exports.Arrow=c;exports.Filter=u;exports.PrismOutline=d;exports.PrismSVG=a;exports.Ray=s;exports.SelectContainer=n;exports.WhiteLine=f;exports.Wrapper=o;
|
|
@@ -1,275 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import AspectRatio from '../../layout/AspectRatio';
|
|
1
3
|
export declare const Wrapper: import("styled-components").IStyledComponent<"web", {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
6
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
7
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
8
|
-
accessKey?: string | undefined;
|
|
9
|
-
autoFocus?: boolean | undefined;
|
|
4
|
+
ratio: AspectRatio;
|
|
5
|
+
medScreenRatio?: AspectRatio | undefined;
|
|
6
|
+
smallScreenRatio?: AspectRatio | undefined;
|
|
10
7
|
className?: string | undefined;
|
|
11
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
12
|
-
contextMenu?: string | undefined;
|
|
13
|
-
dir?: string | undefined;
|
|
14
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
15
|
-
hidden?: boolean | undefined;
|
|
16
|
-
id?: string | undefined;
|
|
17
|
-
lang?: string | undefined;
|
|
18
|
-
nonce?: string | undefined;
|
|
19
|
-
placeholder?: string | undefined;
|
|
20
|
-
slot?: string | undefined;
|
|
21
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
22
|
-
style?: import("react").CSSProperties | undefined;
|
|
23
|
-
tabIndex?: number | undefined;
|
|
24
|
-
title?: string | undefined;
|
|
25
|
-
translate?: "yes" | "no" | undefined;
|
|
26
|
-
radioGroup?: string | undefined;
|
|
27
|
-
role?: import("react").AriaRole | undefined;
|
|
28
|
-
about?: string | undefined;
|
|
29
|
-
content?: string | undefined;
|
|
30
|
-
datatype?: string | undefined;
|
|
31
|
-
inlist?: any;
|
|
32
|
-
prefix?: string | undefined;
|
|
33
|
-
property?: string | undefined;
|
|
34
|
-
rel?: string | undefined;
|
|
35
|
-
resource?: string | undefined;
|
|
36
|
-
rev?: string | undefined;
|
|
37
|
-
typeof?: string | undefined;
|
|
38
|
-
vocab?: string | undefined;
|
|
39
|
-
autoCapitalize?: string | undefined;
|
|
40
|
-
autoCorrect?: string | undefined;
|
|
41
|
-
autoSave?: string | undefined;
|
|
42
|
-
color?: string | undefined;
|
|
43
|
-
itemProp?: string | undefined;
|
|
44
|
-
itemScope?: boolean | undefined;
|
|
45
|
-
itemType?: string | undefined;
|
|
46
|
-
itemID?: string | undefined;
|
|
47
|
-
itemRef?: string | undefined;
|
|
48
|
-
results?: number | undefined;
|
|
49
|
-
security?: string | undefined;
|
|
50
|
-
unselectable?: "on" | "off" | undefined;
|
|
51
|
-
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
52
|
-
is?: string | undefined;
|
|
53
8
|
children?: import("react").ReactNode;
|
|
54
|
-
|
|
55
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
56
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
57
|
-
"aria-braillelabel"?: string | undefined;
|
|
58
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
59
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
60
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
61
|
-
"aria-colcount"?: number | undefined;
|
|
62
|
-
"aria-colindex"?: number | undefined;
|
|
63
|
-
"aria-colindextext"?: string | undefined;
|
|
64
|
-
"aria-colspan"?: number | undefined;
|
|
65
|
-
"aria-controls"?: string | undefined;
|
|
66
|
-
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
67
|
-
"aria-describedby"?: string | undefined;
|
|
68
|
-
"aria-description"?: string | undefined;
|
|
69
|
-
"aria-details"?: string | undefined;
|
|
70
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
71
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
72
|
-
"aria-errormessage"?: string | undefined;
|
|
73
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
74
|
-
"aria-flowto"?: string | undefined;
|
|
75
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
76
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
77
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
78
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
79
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
80
|
-
"aria-label"?: string | undefined;
|
|
81
|
-
"aria-labelledby"?: string | undefined;
|
|
82
|
-
"aria-level"?: number | undefined;
|
|
83
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
84
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
85
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
86
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
87
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
88
|
-
"aria-owns"?: string | undefined;
|
|
89
|
-
"aria-placeholder"?: string | undefined;
|
|
90
|
-
"aria-posinset"?: number | undefined;
|
|
91
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
92
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
93
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
94
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
95
|
-
"aria-roledescription"?: string | undefined;
|
|
96
|
-
"aria-rowcount"?: number | undefined;
|
|
97
|
-
"aria-rowindex"?: number | undefined;
|
|
98
|
-
"aria-rowindextext"?: string | undefined;
|
|
99
|
-
"aria-rowspan"?: number | undefined;
|
|
100
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
101
|
-
"aria-setsize"?: number | undefined;
|
|
102
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
103
|
-
"aria-valuemax"?: number | undefined;
|
|
104
|
-
"aria-valuemin"?: number | undefined;
|
|
105
|
-
"aria-valuenow"?: number | undefined;
|
|
106
|
-
"aria-valuetext"?: string | undefined;
|
|
107
|
-
dangerouslySetInnerHTML?: {
|
|
108
|
-
__html: string | TrustedHTML;
|
|
109
|
-
} | undefined;
|
|
110
|
-
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
111
|
-
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
112
|
-
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
113
|
-
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
114
|
-
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
115
|
-
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
116
|
-
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
117
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
118
|
-
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
119
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
120
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
121
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
122
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
123
|
-
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
124
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
125
|
-
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
126
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
127
|
-
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
128
|
-
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
129
|
-
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
130
|
-
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
131
|
-
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
132
|
-
onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
133
|
-
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
134
|
-
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
135
|
-
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
136
|
-
onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
137
|
-
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
138
|
-
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
139
|
-
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
140
|
-
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
141
|
-
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
142
|
-
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
143
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
144
|
-
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
145
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
146
|
-
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
147
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
148
|
-
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
149
|
-
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
150
|
-
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
151
|
-
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
152
|
-
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
153
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
154
|
-
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
155
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
156
|
-
onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
157
|
-
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
158
|
-
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
159
|
-
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
160
|
-
onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
161
|
-
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
162
|
-
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
163
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
164
|
-
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
165
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
166
|
-
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
167
|
-
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
168
|
-
onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
169
|
-
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
170
|
-
onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
171
|
-
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
172
|
-
onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
173
|
-
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
174
|
-
onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
175
|
-
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
176
|
-
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
177
|
-
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
178
|
-
onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
179
|
-
onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
180
|
-
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
181
|
-
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
182
|
-
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
183
|
-
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
184
|
-
onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
185
|
-
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
186
|
-
onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
187
|
-
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
188
|
-
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
189
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
190
|
-
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
191
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
192
|
-
onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
193
|
-
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
194
|
-
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
195
|
-
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
196
|
-
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
197
|
-
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
198
|
-
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
199
|
-
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
200
|
-
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
201
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
202
|
-
onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
203
|
-
onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
204
|
-
onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
205
|
-
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
206
|
-
onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
207
|
-
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
208
|
-
onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
209
|
-
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
210
|
-
onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
211
|
-
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
212
|
-
onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
213
|
-
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
214
|
-
onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
215
|
-
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
216
|
-
onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
217
|
-
onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
218
|
-
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
219
|
-
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
220
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
221
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
222
|
-
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
223
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
224
|
-
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
225
|
-
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
226
|
-
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
227
|
-
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
228
|
-
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
229
|
-
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
230
|
-
onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
231
|
-
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
232
|
-
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
233
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
234
|
-
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
235
|
-
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
236
|
-
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
237
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
238
|
-
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
239
|
-
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
240
|
-
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
241
|
-
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
242
|
-
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
243
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
244
|
-
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
246
|
-
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
247
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
248
|
-
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
249
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
250
|
-
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
251
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
252
|
-
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
253
|
-
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
254
|
-
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
255
|
-
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
256
|
-
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
257
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
258
|
-
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
259
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
260
|
-
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
261
|
-
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
262
|
-
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
263
|
-
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
264
|
-
onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
265
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
266
|
-
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
267
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
268
|
-
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
269
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
270
|
-
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
271
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
272
|
-
}>;
|
|
9
|
+
}> & import("react").FunctionComponent<import("react").PropsWithChildren<import('../../layout/AspectRatio').AspectRatioProps>>;
|
|
273
10
|
export declare const SelectContainer: import("styled-components").IStyledComponent<"web", {
|
|
274
11
|
ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
|
|
275
12
|
key?: import("react").Key | null | undefined;
|