@rubin-epo/epo-widget-lib 0.7.0-rc.2 → 0.8.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/dist/Atomic.cjs +1 -1
- package/dist/Atomic.js +6 -4
- package/dist/SupernovaThreeVector.cjs +1 -0
- package/dist/SupernovaThreeVector.d.ts +3 -0
- package/dist/SupernovaThreeVector.js +100 -0
- package/dist/atomic/Blinker/Blinker.cjs +1 -1
- package/dist/atomic/Blinker/Blinker.js +18 -18
- package/dist/atomic/Blinker/styles.cjs +1 -1
- package/dist/atomic/Blinker/styles.js +7 -7
- package/dist/atomic/Button/index.d.ts +1 -0
- package/dist/atomic/Button/patterns/Reset.cjs +1 -0
- package/dist/atomic/Button/patterns/Reset.d.ts +8 -0
- package/dist/atomic/Button/patterns/Reset.js +29 -0
- package/dist/atomic/ImageStack/index.cjs +1 -0
- package/dist/atomic/ImageStack/index.d.ts +16 -0
- package/dist/atomic/ImageStack/index.js +68 -0
- package/dist/atomic/ImageStack/styles.cjs +31 -0
- package/dist/atomic/ImageStack/styles.js +39 -0
- package/dist/atomic/index.d.ts +1 -0
- package/dist/charts/Bars/index.cjs +1 -1
- package/dist/charts/Bars/index.d.ts +2 -2
- package/dist/charts/Bars/index.js +31 -37
- package/dist/charts/Base/index.cjs +1 -1
- package/dist/charts/Base/index.d.ts +4 -0
- package/dist/charts/Base/index.js +33 -25
- package/dist/charts/Base/styles.cjs +22 -2
- package/dist/charts/Base/styles.d.ts +816 -0
- package/dist/charts/Base/styles.js +26 -3
- package/dist/charts/Guidelines/index.cjs +1 -1
- package/dist/charts/Guidelines/index.d.ts +2 -2
- package/dist/charts/Guidelines/index.js +19 -18
- package/dist/charts/Points/index.cjs +1 -1
- package/dist/charts/Points/index.js +15 -15
- package/dist/charts/Tooltip/index.cjs +1 -1
- package/dist/charts/Tooltip/index.d.ts +5 -4
- package/dist/charts/Tooltip/index.js +38 -40
- package/dist/charts/Tooltip/styles.cjs +19 -13
- package/dist/charts/Tooltip/styles.d.ts +417 -1801
- package/dist/charts/Tooltip/styles.js +21 -17
- package/dist/charts/XAxis/index.cjs +1 -1
- package/dist/charts/XAxis/index.js +31 -36
- package/dist/charts/YAxis/index.cjs +1 -1
- package/dist/charts/YAxis/index.d.ts +5 -0
- package/dist/charts/YAxis/index.js +28 -35
- package/dist/images/lunar_phase/first-quarter.webp +0 -0
- package/dist/images/lunar_phase/full.webp +0 -0
- package/dist/images/lunar_phase/new-moon.webp +0 -0
- package/dist/images/lunar_phase/third-quarter.webp +0 -0
- package/dist/images/lunar_phase/waning-crescent.webp +0 -0
- package/dist/images/lunar_phase/waning-gibbous.webp +0 -0
- package/dist/images/lunar_phase/waxing-crescent.webp +0 -0
- package/dist/images/lunar_phase/waxing-gibbous.webp +0 -0
- package/dist/images/supernovae_skymap/range0_500.png +0 -0
- package/dist/images/supernovae_skymap/range1000_2500.png +0 -0
- package/dist/images/supernovae_skymap/range500_1000.png +0 -0
- package/dist/localeStrings/en/epo-widget-lib.json +19 -0
- package/dist/widgets/ColorTool/Actions/index.cjs +1 -1
- package/dist/widgets/ColorTool/Actions/index.js +37 -27
- package/dist/widgets/ColorTool/FilterControls/FilterControls.cjs +1 -1
- package/dist/widgets/ColorTool/FilterControls/FilterControls.js +11 -11
- package/dist/widgets/SupernovaThreeVector/Histogram/index.cjs +1 -0
- package/dist/widgets/SupernovaThreeVector/Histogram/index.d.ts +19 -0
- package/dist/widgets/SupernovaThreeVector/Histogram/index.js +106 -0
- package/dist/widgets/SupernovaThreeVector/Histogram/styles.cjs +5 -0
- package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +482 -0
- package/dist/widgets/SupernovaThreeVector/Histogram/styles.js +10 -0
- package/dist/widgets/SupernovaThreeVector/LiveLabel/index.cjs +1 -0
- package/dist/widgets/SupernovaThreeVector/LiveLabel/index.d.ts +11 -0
- package/dist/widgets/SupernovaThreeVector/LiveLabel/index.js +36 -0
- package/dist/widgets/SupernovaThreeVector/LiveLabel/styles.cjs +10 -0
- package/dist/widgets/SupernovaThreeVector/LiveLabel/styles.d.ts +272 -0
- package/dist/widgets/SupernovaThreeVector/LiveLabel/styles.js +15 -0
- package/dist/widgets/SupernovaThreeVector/Skymap/index.cjs +1 -0
- package/dist/widgets/SupernovaThreeVector/Skymap/index.d.ts +18 -0
- package/dist/widgets/SupernovaThreeVector/Skymap/index.js +122 -0
- package/dist/widgets/SupernovaThreeVector/Skymap/styles.cjs +24 -0
- package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +3374 -0
- package/dist/widgets/SupernovaThreeVector/Skymap/styles.js +35 -0
- package/dist/widgets/SupernovaThreeVector/index.d.ts +12 -0
- package/dist/widgets/SupernovaThreeVector/styles.cjs +78 -0
- package/dist/widgets/SupernovaThreeVector/styles.js +94 -0
- package/package.json +5 -2
- package/dist/atomic/Blinker/Image/Image.cjs +0 -1
- package/dist/atomic/Blinker/Image/Image.d.ts +0 -9
- package/dist/atomic/Blinker/Image/Image.js +0 -23
- package/dist/atomic/Blinker/Image/styles.cjs +0 -17
- package/dist/atomic/Blinker/Image/styles.d.ts +0 -283
- package/dist/atomic/Blinker/Image/styles.js +0 -22
- package/dist/atomic/Blinker/Images/Images.cjs +0 -1
- package/dist/atomic/Blinker/Images/Images.d.ts +0 -8
- package/dist/atomic/Blinker/Images/Images.js +0 -45
- package/dist/atomic/Blinker/Images/styles.cjs +0 -10
- package/dist/atomic/Blinker/Images/styles.d.ts +0 -544
- package/dist/atomic/Blinker/Images/styles.js +0 -16
- package/dist/widgets/ColorTool/Actions/Reset/index.cjs +0 -1
- package/dist/widgets/ColorTool/Actions/Reset/index.d.ts +0 -9
- package/dist/widgets/ColorTool/Actions/Reset/index.js +0 -39
- package/dist/widgets/ColorTool/FilterControls/styles.d.ts +0 -1232
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import t from "styled-components";
|
|
3
|
+
const o = t.path`
|
|
4
|
+
fill: #d9f7f7;
|
|
5
|
+
`, a = t.path`
|
|
6
|
+
fill: none;
|
|
7
|
+
stroke: #30e0e3;
|
|
8
|
+
`, n = t.path`
|
|
9
|
+
fill: none;
|
|
10
|
+
stroke: var(--black, #000);
|
|
11
|
+
`, r = t.text`
|
|
12
|
+
font-size: 0.5em;
|
|
13
|
+
text-anchor: end;
|
|
14
|
+
`, c = t.text`
|
|
15
|
+
font-size: 0.5em;
|
|
16
|
+
text-anchor: middle;
|
|
17
|
+
dominant-baseline: central;
|
|
18
|
+
`, i = t.foreignObject`
|
|
19
|
+
opacity: var(--image-stack-opacity, 0);
|
|
20
|
+
transition: opacity var(--DURATION_SLOW, 0.4s) ease;
|
|
21
|
+
`, s = t.path`
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
fill: #ffdb78;
|
|
24
|
+
stroke: #313333;
|
|
25
|
+
stroke-width: 5;
|
|
26
|
+
`;
|
|
27
|
+
export {
|
|
28
|
+
o as Background,
|
|
29
|
+
a as Graticule,
|
|
30
|
+
i as ImageStackerWrapper,
|
|
31
|
+
r as LatLabel,
|
|
32
|
+
c as LongLabel,
|
|
33
|
+
n as Outline,
|
|
34
|
+
s as UserObject
|
|
35
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FunctionComponent } from "react";
|
|
2
|
+
import { ImageShape } from "@rubin-epo/epo-react-lib/Image";
|
|
3
|
+
import { HistogramData } from '../../charts/types';
|
|
4
|
+
import { SkymapObject } from "./Skymap";
|
|
5
|
+
interface SupernovaThreeVectorProps {
|
|
6
|
+
histogramData: HistogramData;
|
|
7
|
+
binnedImages: Array<ImageShape>;
|
|
8
|
+
step: number;
|
|
9
|
+
userData: Array<SkymapObject>;
|
|
10
|
+
}
|
|
11
|
+
declare const SupernovaThreeVector: FunctionComponent<SupernovaThreeVectorProps>;
|
|
12
|
+
export default SupernovaThreeVector;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("styled-components"),e=require("@rubin-epo/epo-react-lib/styles"),r=require("../../atomic/Button/patterns/Reset.cjs"),o=require("./Histogram/index.cjs"),a=require("./Skymap/index.cjs"),s=n=>n&&n.__esModule?n:{default:n},t=s(i),d=t.default.div`
|
|
2
|
+
container-type: inline-size;
|
|
3
|
+
`,m=t.default.div`
|
|
4
|
+
align-items: center;
|
|
5
|
+
display: grid;
|
|
6
|
+
grid-template-columns: 1fr;
|
|
7
|
+
grid-template-rows: min-content 1fr min-content min-content;
|
|
8
|
+
grid-template-areas:
|
|
9
|
+
"skymap"
|
|
10
|
+
"histogram"
|
|
11
|
+
"slider"
|
|
12
|
+
"reset";
|
|
13
|
+
gap: calc(var(--PADDING_SMALL, 20px) / 2);
|
|
14
|
+
|
|
15
|
+
@container (min-width: ${e.token("BREAK_PHABLET_MIN")}) {
|
|
16
|
+
grid-template-columns: 1fr 1fr;
|
|
17
|
+
grid-template-rows: 1fr min-content min-content;
|
|
18
|
+
grid-template-areas:
|
|
19
|
+
"histogram skymap"
|
|
20
|
+
"slider ."
|
|
21
|
+
"reset reset";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@container (min-width: ${e.token("BREAK_TABLET_MIN")}) {
|
|
25
|
+
gap: var(--PADDING_SMALL, 20px);
|
|
26
|
+
}
|
|
27
|
+
`,c=t.default.div`
|
|
28
|
+
container-type: inline-size;
|
|
29
|
+
grid-area: histogram;
|
|
30
|
+
`,l=t.default(o.default)`
|
|
31
|
+
font-size: 2.25em;
|
|
32
|
+
|
|
33
|
+
@container (
|
|
34
|
+
min-width: ${e.token("BREAK_MOBILE")}
|
|
35
|
+
) {
|
|
36
|
+
font-size: 1.5em;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@container (
|
|
40
|
+
min-width: ${e.token("BREAK_PHABLET_MIN")}
|
|
41
|
+
) {
|
|
42
|
+
font-size: 1.25em;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@container (
|
|
46
|
+
min-width: ${e.token("BREAK_LARGE_TABLET_MIN")}
|
|
47
|
+
) {
|
|
48
|
+
font-size: 1em;
|
|
49
|
+
}
|
|
50
|
+
`,u=t.default.div`
|
|
51
|
+
grid-area: slider;
|
|
52
|
+
`,f=t.default(r.default)`
|
|
53
|
+
grid-area: reset;
|
|
54
|
+
`,g=t.default.div`
|
|
55
|
+
container-type: inline-size;
|
|
56
|
+
grid-area: skymap;
|
|
57
|
+
`,p=t.default(a.default)`
|
|
58
|
+
max-width: 100%;
|
|
59
|
+
font-size: 2.25em;
|
|
60
|
+
|
|
61
|
+
@container (
|
|
62
|
+
min-width: ${e.token("BREAK_MOBILE")}
|
|
63
|
+
) {
|
|
64
|
+
font-size: 1.5em;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
@container (
|
|
68
|
+
min-width: ${e.token("BREAK_PHABLET_MIN")}
|
|
69
|
+
) {
|
|
70
|
+
font-size: 1.25em;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@container (
|
|
74
|
+
min-width: ${e.token("BREAK_LARGE_TABLET_MIN")}
|
|
75
|
+
) {
|
|
76
|
+
font-size: 1em;
|
|
77
|
+
}
|
|
78
|
+
`;exports.Histogram=l;exports.HistogramContainer=c;exports.ResetButton=f;exports.Skymap=p;exports.SkymapContainer=g;exports.SliderContainer=u;exports.ThreeVectorContainer=d;exports.ThreeVectorLayout=m;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import e from "styled-components";
|
|
3
|
+
import { token as t } from "@rubin-epo/epo-react-lib/styles";
|
|
4
|
+
import i from "../../atomic/Button/patterns/Reset.js";
|
|
5
|
+
import n from "./Histogram/index.js";
|
|
6
|
+
import r from "./Skymap/index.js";
|
|
7
|
+
const d = e.div`
|
|
8
|
+
container-type: inline-size;
|
|
9
|
+
`, p = e.div`
|
|
10
|
+
align-items: center;
|
|
11
|
+
display: grid;
|
|
12
|
+
grid-template-columns: 1fr;
|
|
13
|
+
grid-template-rows: min-content 1fr min-content min-content;
|
|
14
|
+
grid-template-areas:
|
|
15
|
+
"skymap"
|
|
16
|
+
"histogram"
|
|
17
|
+
"slider"
|
|
18
|
+
"reset";
|
|
19
|
+
gap: calc(var(--PADDING_SMALL, 20px) / 2);
|
|
20
|
+
|
|
21
|
+
@container (min-width: ${t("BREAK_PHABLET_MIN")}) {
|
|
22
|
+
grid-template-columns: 1fr 1fr;
|
|
23
|
+
grid-template-rows: 1fr min-content min-content;
|
|
24
|
+
grid-template-areas:
|
|
25
|
+
"histogram skymap"
|
|
26
|
+
"slider ."
|
|
27
|
+
"reset reset";
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
@container (min-width: ${t("BREAK_TABLET_MIN")}) {
|
|
31
|
+
gap: var(--PADDING_SMALL, 20px);
|
|
32
|
+
}
|
|
33
|
+
`, g = e.div`
|
|
34
|
+
container-type: inline-size;
|
|
35
|
+
grid-area: histogram;
|
|
36
|
+
`, l = e(n)`
|
|
37
|
+
font-size: 2.25em;
|
|
38
|
+
|
|
39
|
+
@container (
|
|
40
|
+
min-width: ${t("BREAK_MOBILE")}
|
|
41
|
+
) {
|
|
42
|
+
font-size: 1.5em;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@container (
|
|
46
|
+
min-width: ${t("BREAK_PHABLET_MIN")}
|
|
47
|
+
) {
|
|
48
|
+
font-size: 1.25em;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
@container (
|
|
52
|
+
min-width: ${t("BREAK_LARGE_TABLET_MIN")}
|
|
53
|
+
) {
|
|
54
|
+
font-size: 1em;
|
|
55
|
+
}
|
|
56
|
+
`, A = e.div`
|
|
57
|
+
grid-area: slider;
|
|
58
|
+
`, B = e(i)`
|
|
59
|
+
grid-area: reset;
|
|
60
|
+
`, f = e.div`
|
|
61
|
+
container-type: inline-size;
|
|
62
|
+
grid-area: skymap;
|
|
63
|
+
`, E = e(r)`
|
|
64
|
+
max-width: 100%;
|
|
65
|
+
font-size: 2.25em;
|
|
66
|
+
|
|
67
|
+
@container (
|
|
68
|
+
min-width: ${t("BREAK_MOBILE")}
|
|
69
|
+
) {
|
|
70
|
+
font-size: 1.5em;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@container (
|
|
74
|
+
min-width: ${t("BREAK_PHABLET_MIN")}
|
|
75
|
+
) {
|
|
76
|
+
font-size: 1.25em;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@container (
|
|
80
|
+
min-width: ${t("BREAK_LARGE_TABLET_MIN")}
|
|
81
|
+
) {
|
|
82
|
+
font-size: 1em;
|
|
83
|
+
}
|
|
84
|
+
`;
|
|
85
|
+
export {
|
|
86
|
+
l as Histogram,
|
|
87
|
+
g as HistogramContainer,
|
|
88
|
+
B as ResetButton,
|
|
89
|
+
E as Skymap,
|
|
90
|
+
f as SkymapContainer,
|
|
91
|
+
A as SliderContainer,
|
|
92
|
+
d as ThreeVectorContainer,
|
|
93
|
+
p as ThreeVectorLayout
|
|
94
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rubin-epo/epo-widget-lib",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Rubin Observatory Education & Public Outreach team React scientific and educational widgets.",
|
|
5
5
|
"author": "Rubin EPO",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,8 +38,11 @@
|
|
|
38
38
|
"react-i18next": "^12.2.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@rubin-epo/epo-react-lib": "^2.0.
|
|
41
|
+
"@rubin-epo/epo-react-lib": "^2.0.20",
|
|
42
42
|
"context-filter-polyfill": "^0.3.6",
|
|
43
|
+
"d3-array": "^3.2.4",
|
|
44
|
+
"d3-geo": "^3.1.0",
|
|
45
|
+
"d3-geo-projection": "^4.0.0",
|
|
43
46
|
"lodash": "^4.17.21",
|
|
44
47
|
"skia-canvas": "^1.0.1",
|
|
45
48
|
"styled-components": "^6.1.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("react/jsx-runtime"),o=require("./styles.cjs"),t=({image:i,active:s,loadCallback:e})=>{const{url:r,altText:l}=i;return n.jsx(o.BlinkerImage,{alt:l,src:r,onLoad:()=>e&&e(),style:{"--image-visibility":s?"visible":"hidden"}})};t.displayName="Atomic.Blinker.Image";const u=t;exports.default=u;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { ImageShape } from "@rubin-epo/epo-react-lib/Image";
|
|
2
|
-
import { FunctionComponent } from "react";
|
|
3
|
-
interface ImageProps {
|
|
4
|
-
image: ImageShape;
|
|
5
|
-
active: boolean;
|
|
6
|
-
loadCallback: () => void;
|
|
7
|
-
}
|
|
8
|
-
declare const BlinkerImage: FunctionComponent<ImageProps>;
|
|
9
|
-
export default BlinkerImage;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { BlinkerImage as s } from "./styles.js";
|
|
3
|
-
const i = ({
|
|
4
|
-
image: r,
|
|
5
|
-
active: t,
|
|
6
|
-
loadCallback: e
|
|
7
|
-
}) => {
|
|
8
|
-
const { url: m, altText: a } = r;
|
|
9
|
-
return /* @__PURE__ */ n(
|
|
10
|
-
s,
|
|
11
|
-
{
|
|
12
|
-
alt: a,
|
|
13
|
-
src: m,
|
|
14
|
-
onLoad: () => e && e(),
|
|
15
|
-
style: { "--image-visibility": t ? "visible" : "hidden" }
|
|
16
|
-
}
|
|
17
|
-
);
|
|
18
|
-
};
|
|
19
|
-
i.displayName = "Atomic.Blinker.Image";
|
|
20
|
-
const g = i;
|
|
21
|
-
export {
|
|
22
|
-
g as default
|
|
23
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("styled-components"),n=e=>e&&e.__esModule?e:{default:e},i=n(t),o=i.default.img`
|
|
2
|
-
position: absolute;
|
|
3
|
-
top: 0;
|
|
4
|
-
right: 0;
|
|
5
|
-
bottom: 0;
|
|
6
|
-
left: 0;
|
|
7
|
-
width: 100%;
|
|
8
|
-
height: 100%;
|
|
9
|
-
user-select: none;
|
|
10
|
-
-webkit-user-drag: none;
|
|
11
|
-
-khtml-user-drag: none;
|
|
12
|
-
-moz-user-drag: none;
|
|
13
|
-
-o-user-drag: none;
|
|
14
|
-
-ms-user-drag: none;
|
|
15
|
-
user-drag: none;
|
|
16
|
-
visibility: var(--image-visibility, hidden);
|
|
17
|
-
`;exports.BlinkerImage=o;
|
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
export declare const BlinkerImage: import("styled-components").IStyledComponent<"web", {
|
|
2
|
-
ref?: import("react").LegacyRef<HTMLImageElement> | undefined;
|
|
3
|
-
key?: import("react").Key | null | undefined;
|
|
4
|
-
alt?: string | undefined;
|
|
5
|
-
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
6
|
-
decoding?: "async" | "auto" | "sync" | undefined;
|
|
7
|
-
height?: string | number | undefined;
|
|
8
|
-
loading?: "eager" | "lazy" | undefined;
|
|
9
|
-
referrerPolicy?: import("react").HTMLAttributeReferrerPolicy | undefined;
|
|
10
|
-
sizes?: string | undefined;
|
|
11
|
-
src?: string | undefined;
|
|
12
|
-
srcSet?: string | undefined;
|
|
13
|
-
useMap?: string | undefined;
|
|
14
|
-
width?: string | number | undefined;
|
|
15
|
-
defaultChecked?: boolean | undefined;
|
|
16
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
17
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
18
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
19
|
-
accessKey?: string | undefined;
|
|
20
|
-
autoFocus?: boolean | undefined;
|
|
21
|
-
className?: string | undefined;
|
|
22
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
23
|
-
contextMenu?: string | undefined;
|
|
24
|
-
dir?: string | undefined;
|
|
25
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
26
|
-
hidden?: boolean | undefined;
|
|
27
|
-
id?: string | undefined;
|
|
28
|
-
lang?: string | undefined;
|
|
29
|
-
nonce?: string | undefined;
|
|
30
|
-
placeholder?: string | undefined;
|
|
31
|
-
slot?: string | undefined;
|
|
32
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
33
|
-
style?: import("react").CSSProperties | undefined;
|
|
34
|
-
tabIndex?: number | undefined;
|
|
35
|
-
title?: string | undefined;
|
|
36
|
-
translate?: "yes" | "no" | undefined;
|
|
37
|
-
radioGroup?: string | undefined;
|
|
38
|
-
role?: import("react").AriaRole | undefined;
|
|
39
|
-
about?: string | undefined;
|
|
40
|
-
content?: string | undefined;
|
|
41
|
-
datatype?: string | undefined;
|
|
42
|
-
inlist?: any;
|
|
43
|
-
prefix?: string | undefined;
|
|
44
|
-
property?: string | undefined;
|
|
45
|
-
rel?: string | undefined;
|
|
46
|
-
resource?: string | undefined;
|
|
47
|
-
rev?: string | undefined;
|
|
48
|
-
typeof?: string | undefined;
|
|
49
|
-
vocab?: string | undefined;
|
|
50
|
-
autoCapitalize?: string | undefined;
|
|
51
|
-
autoCorrect?: string | undefined;
|
|
52
|
-
autoSave?: string | undefined;
|
|
53
|
-
color?: string | undefined;
|
|
54
|
-
itemProp?: string | undefined;
|
|
55
|
-
itemScope?: boolean | undefined;
|
|
56
|
-
itemType?: string | undefined;
|
|
57
|
-
itemID?: string | undefined;
|
|
58
|
-
itemRef?: string | undefined;
|
|
59
|
-
results?: number | undefined;
|
|
60
|
-
security?: string | undefined;
|
|
61
|
-
unselectable?: "on" | "off" | undefined;
|
|
62
|
-
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
63
|
-
is?: string | undefined;
|
|
64
|
-
children?: import("react").ReactNode;
|
|
65
|
-
"aria-activedescendant"?: string | undefined;
|
|
66
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
67
|
-
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
|
|
68
|
-
"aria-braillelabel"?: string | undefined;
|
|
69
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
70
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
71
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
72
|
-
"aria-colcount"?: number | undefined;
|
|
73
|
-
"aria-colindex"?: number | undefined;
|
|
74
|
-
"aria-colindextext"?: string | undefined;
|
|
75
|
-
"aria-colspan"?: number | undefined;
|
|
76
|
-
"aria-controls"?: string | undefined;
|
|
77
|
-
"aria-current"?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date" | undefined;
|
|
78
|
-
"aria-describedby"?: string | undefined;
|
|
79
|
-
"aria-description"?: string | undefined;
|
|
80
|
-
"aria-details"?: string | undefined;
|
|
81
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
82
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
83
|
-
"aria-errormessage"?: string | undefined;
|
|
84
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
85
|
-
"aria-flowto"?: string | undefined;
|
|
86
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
87
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
88
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
89
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
90
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
91
|
-
"aria-label"?: string | undefined;
|
|
92
|
-
"aria-labelledby"?: string | undefined;
|
|
93
|
-
"aria-level"?: number | undefined;
|
|
94
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
95
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
96
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
97
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
98
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
99
|
-
"aria-owns"?: string | undefined;
|
|
100
|
-
"aria-placeholder"?: string | undefined;
|
|
101
|
-
"aria-posinset"?: number | undefined;
|
|
102
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
103
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
104
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
105
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
106
|
-
"aria-roledescription"?: string | undefined;
|
|
107
|
-
"aria-rowcount"?: number | undefined;
|
|
108
|
-
"aria-rowindex"?: number | undefined;
|
|
109
|
-
"aria-rowindextext"?: string | undefined;
|
|
110
|
-
"aria-rowspan"?: number | undefined;
|
|
111
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
112
|
-
"aria-setsize"?: number | undefined;
|
|
113
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
114
|
-
"aria-valuemax"?: number | undefined;
|
|
115
|
-
"aria-valuemin"?: number | undefined;
|
|
116
|
-
"aria-valuenow"?: number | undefined;
|
|
117
|
-
"aria-valuetext"?: string | undefined;
|
|
118
|
-
dangerouslySetInnerHTML?: {
|
|
119
|
-
__html: string | TrustedHTML;
|
|
120
|
-
} | undefined;
|
|
121
|
-
onCopy?: import("react").ClipboardEventHandler<HTMLImageElement> | undefined;
|
|
122
|
-
onCopyCapture?: import("react").ClipboardEventHandler<HTMLImageElement> | undefined;
|
|
123
|
-
onCut?: import("react").ClipboardEventHandler<HTMLImageElement> | undefined;
|
|
124
|
-
onCutCapture?: import("react").ClipboardEventHandler<HTMLImageElement> | undefined;
|
|
125
|
-
onPaste?: import("react").ClipboardEventHandler<HTMLImageElement> | undefined;
|
|
126
|
-
onPasteCapture?: import("react").ClipboardEventHandler<HTMLImageElement> | undefined;
|
|
127
|
-
onCompositionEnd?: import("react").CompositionEventHandler<HTMLImageElement> | undefined;
|
|
128
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLImageElement> | undefined;
|
|
129
|
-
onCompositionStart?: import("react").CompositionEventHandler<HTMLImageElement> | undefined;
|
|
130
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLImageElement> | undefined;
|
|
131
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLImageElement> | undefined;
|
|
132
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLImageElement> | undefined;
|
|
133
|
-
onFocus?: import("react").FocusEventHandler<HTMLImageElement> | undefined;
|
|
134
|
-
onFocusCapture?: import("react").FocusEventHandler<HTMLImageElement> | undefined;
|
|
135
|
-
onBlur?: import("react").FocusEventHandler<HTMLImageElement> | undefined;
|
|
136
|
-
onBlurCapture?: import("react").FocusEventHandler<HTMLImageElement> | undefined;
|
|
137
|
-
onChange?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
138
|
-
onChangeCapture?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
139
|
-
onBeforeInput?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
140
|
-
onBeforeInputCapture?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
141
|
-
onInput?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
142
|
-
onInputCapture?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
143
|
-
onReset?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
144
|
-
onResetCapture?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
145
|
-
onSubmit?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
146
|
-
onSubmitCapture?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
147
|
-
onInvalid?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
148
|
-
onInvalidCapture?: import("react").FormEventHandler<HTMLImageElement> | undefined;
|
|
149
|
-
onLoad?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
150
|
-
onLoadCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
151
|
-
onError?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
152
|
-
onErrorCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
153
|
-
onKeyDown?: import("react").KeyboardEventHandler<HTMLImageElement> | undefined;
|
|
154
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLImageElement> | undefined;
|
|
155
|
-
onKeyPress?: import("react").KeyboardEventHandler<HTMLImageElement> | undefined;
|
|
156
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLImageElement> | undefined;
|
|
157
|
-
onKeyUp?: import("react").KeyboardEventHandler<HTMLImageElement> | undefined;
|
|
158
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLImageElement> | undefined;
|
|
159
|
-
onAbort?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
160
|
-
onAbortCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
161
|
-
onCanPlay?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
162
|
-
onCanPlayCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
163
|
-
onCanPlayThrough?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
164
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
165
|
-
onDurationChange?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
166
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
167
|
-
onEmptied?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
168
|
-
onEmptiedCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
169
|
-
onEncrypted?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
170
|
-
onEncryptedCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
171
|
-
onEnded?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
172
|
-
onEndedCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
173
|
-
onLoadedData?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
174
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
175
|
-
onLoadedMetadata?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
176
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
177
|
-
onLoadStart?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
178
|
-
onLoadStartCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
179
|
-
onPause?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
180
|
-
onPauseCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
181
|
-
onPlay?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
182
|
-
onPlayCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
183
|
-
onPlaying?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
184
|
-
onPlayingCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
185
|
-
onProgress?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
186
|
-
onProgressCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
187
|
-
onRateChange?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
188
|
-
onRateChangeCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
189
|
-
onResize?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
190
|
-
onResizeCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
191
|
-
onSeeked?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
192
|
-
onSeekedCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
193
|
-
onSeeking?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
194
|
-
onSeekingCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
195
|
-
onStalled?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
196
|
-
onStalledCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
197
|
-
onSuspend?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
198
|
-
onSuspendCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
199
|
-
onTimeUpdate?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
200
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
201
|
-
onVolumeChange?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
202
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
203
|
-
onWaiting?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
204
|
-
onWaitingCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
205
|
-
onAuxClick?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
206
|
-
onAuxClickCapture?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
207
|
-
onClick?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
208
|
-
onClickCapture?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
209
|
-
onContextMenu?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
210
|
-
onContextMenuCapture?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
211
|
-
onDoubleClick?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
212
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
213
|
-
onDrag?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
214
|
-
onDragCapture?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
215
|
-
onDragEnd?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
216
|
-
onDragEndCapture?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
217
|
-
onDragEnter?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
218
|
-
onDragEnterCapture?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
219
|
-
onDragExit?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
220
|
-
onDragExitCapture?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
221
|
-
onDragLeave?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
222
|
-
onDragLeaveCapture?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
223
|
-
onDragOver?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
224
|
-
onDragOverCapture?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
225
|
-
onDragStart?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
226
|
-
onDragStartCapture?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
227
|
-
onDrop?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
228
|
-
onDropCapture?: import("react").DragEventHandler<HTMLImageElement> | undefined;
|
|
229
|
-
onMouseDown?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
230
|
-
onMouseDownCapture?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
231
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
232
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
233
|
-
onMouseMove?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
234
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
235
|
-
onMouseOut?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
236
|
-
onMouseOutCapture?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
237
|
-
onMouseOver?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
238
|
-
onMouseOverCapture?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
239
|
-
onMouseUp?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
240
|
-
onMouseUpCapture?: import("react").MouseEventHandler<HTMLImageElement> | undefined;
|
|
241
|
-
onSelect?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
242
|
-
onSelectCapture?: import("react").ReactEventHandler<HTMLImageElement> | undefined;
|
|
243
|
-
onTouchCancel?: import("react").TouchEventHandler<HTMLImageElement> | undefined;
|
|
244
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLImageElement> | undefined;
|
|
245
|
-
onTouchEnd?: import("react").TouchEventHandler<HTMLImageElement> | undefined;
|
|
246
|
-
onTouchEndCapture?: import("react").TouchEventHandler<HTMLImageElement> | undefined;
|
|
247
|
-
onTouchMove?: import("react").TouchEventHandler<HTMLImageElement> | undefined;
|
|
248
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLImageElement> | undefined;
|
|
249
|
-
onTouchStart?: import("react").TouchEventHandler<HTMLImageElement> | undefined;
|
|
250
|
-
onTouchStartCapture?: import("react").TouchEventHandler<HTMLImageElement> | undefined;
|
|
251
|
-
onPointerDown?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
252
|
-
onPointerDownCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
253
|
-
onPointerMove?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
254
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
255
|
-
onPointerUp?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
256
|
-
onPointerUpCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
257
|
-
onPointerCancel?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
258
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
259
|
-
onPointerEnter?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
260
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
261
|
-
onPointerLeave?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
262
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
263
|
-
onPointerOver?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
264
|
-
onPointerOverCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
265
|
-
onPointerOut?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
266
|
-
onPointerOutCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
267
|
-
onGotPointerCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
268
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
269
|
-
onLostPointerCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
270
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLImageElement> | undefined;
|
|
271
|
-
onScroll?: import("react").UIEventHandler<HTMLImageElement> | undefined;
|
|
272
|
-
onScrollCapture?: import("react").UIEventHandler<HTMLImageElement> | undefined;
|
|
273
|
-
onWheel?: import("react").WheelEventHandler<HTMLImageElement> | undefined;
|
|
274
|
-
onWheelCapture?: import("react").WheelEventHandler<HTMLImageElement> | undefined;
|
|
275
|
-
onAnimationStart?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
|
|
276
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
|
|
277
|
-
onAnimationEnd?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
|
|
278
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
|
|
279
|
-
onAnimationIteration?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
|
|
280
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLImageElement> | undefined;
|
|
281
|
-
onTransitionEnd?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
|
|
282
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLImageElement> | undefined;
|
|
283
|
-
}>;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import e from "styled-components";
|
|
3
|
-
const n = e.img`
|
|
4
|
-
position: absolute;
|
|
5
|
-
top: 0;
|
|
6
|
-
right: 0;
|
|
7
|
-
bottom: 0;
|
|
8
|
-
left: 0;
|
|
9
|
-
width: 100%;
|
|
10
|
-
height: 100%;
|
|
11
|
-
user-select: none;
|
|
12
|
-
-webkit-user-drag: none;
|
|
13
|
-
-khtml-user-drag: none;
|
|
14
|
-
-moz-user-drag: none;
|
|
15
|
-
-o-user-drag: none;
|
|
16
|
-
-ms-user-drag: none;
|
|
17
|
-
user-drag: none;
|
|
18
|
-
visibility: var(--image-visibility, hidden);
|
|
19
|
-
`;
|
|
20
|
-
export {
|
|
21
|
-
n as BlinkerImage
|
|
22
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("react/jsx-runtime"),i=require("react"),j=require("@rubin-epo/epo-react-lib/CircularLoader"),o=require("./styles.cjs"),L=require("../Image/Image.cjs"),b=e=>e&&e.__esModule?e:{default:e},p=b(j),l=({images:e=[],activeIndex:u,className:c,loadedCallback:n})=>{const[r,d]=i.useState(0),t=r!==e.length,g=i.useCallback(()=>d(s=>s+1),[]);return i.useEffect(()=>{t||n&&n()},[t]),a.jsxs(o.BlinkContainer,{"data-testid":"blinker-images",className:c,children:[!r&&a.jsx(p.default,{isVisible:t}),a.jsx(o.LoadingContainer,{style:{"--loading-opacity":t?0:1},children:e.map((s,f)=>{const{url:m}=s,_=u===f;return a.jsx(L.default,{image:s,active:_,loadCallback:g},m)})})]})};l.displayName="Atomic.Blinker.Images";const q=l;exports.default=q;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { FunctionComponent } from "react";
|
|
2
|
-
import { BlinkerProps } from "../Blinker";
|
|
3
|
-
export interface ImagesProps extends Pick<BlinkerProps, "images" | "activeIndex"> {
|
|
4
|
-
loadedCallback?: () => void;
|
|
5
|
-
className?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const Images: FunctionComponent<ImagesProps>;
|
|
8
|
-
export default Images;
|