@okam/stack-ui 1.29.1 → 1.30.1
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/components/Accordion/components/AccordionItem.d.ts +1 -0
- package/components/Accordion/index.d.ts +2 -1
- package/components/Accordion/interface.d.ts +3 -2
- package/components/Alerts/components/AlertsCloseButton.d.ts +1 -1
- package/components/Alerts/index.d.ts +2 -1
- package/components/Alerts/interface.d.ts +4 -3
- package/components/Box/index.d.ts +3 -2
- package/components/Button/index.d.ts +8 -4
- package/components/Button/interface.d.ts +3 -2
- package/components/Calendar/index.d.ts +5 -1
- package/components/Calendar/interface.d.ts +2 -1
- package/components/Carousel/components/CarouselNavigationButton.d.ts +3 -3
- package/components/Date/index.d.ts +2 -1
- package/components/Date/interface.d.ts +2 -1
- package/components/Icon/index.d.ts +2 -1
- package/components/Icon/interface.d.ts +2 -1
- package/components/Lightbox/hooks/overlay/index.d.ts +75 -0
- package/components/Lightbox/index.d.ts +2 -1
- package/components/Lightbox/interface.d.ts +3 -2
- package/components/Menu/Menu.d.ts +2 -1
- package/components/Menu/interface.d.ts +5 -4
- package/components/Modal/index.d.ts +2 -1
- package/components/Modal/interface.d.ts +2 -1
- package/components/Popover/index.d.ts +5 -2
- package/components/Popover/interface.d.ts +3 -2
- package/components/ShareButton/index.d.ts +2 -1
- package/components/ShareButton/interface.d.ts +2 -2
- package/components/SidePanel/index.d.ts +3 -3
- package/components/SidePanel/interface.d.ts +5 -4
- package/components/Typography/index.d.ts +3 -2
- package/components/Video/index.d.ts +2 -1
- package/components/Video/interface.d.ts +2 -1
- package/components/WysiwygBlock/index.d.ts +2 -1
- package/components/WysiwygBlock/interface.d.ts +2 -1
- package/components/fields/Checkbox/Checkbox.interface.d.ts +2 -1
- package/components/fields/Checkbox/index.d.ts +2 -1
- package/components/fields/CheckboxGroup/index.d.ts +2 -1
- package/components/fields/CheckboxGroup/interface.d.ts +2 -1
- package/components/fields/DatePicker/index.d.ts +2 -1
- package/components/fields/DatePicker/interface.d.ts +2 -1
- package/components/fields/Radio/Radio.interface.d.ts +3 -2
- package/components/fields/Radio/index.d.ts +3 -2
- package/components/fields/RadioGroup/index.d.ts +2 -1
- package/components/fields/RadioGroup/interface.d.ts +2 -1
- package/components/fields/SearchField/index.d.ts +2 -1
- package/components/fields/SearchField/interface.d.ts +2 -1
- package/components/fields/Select/Select.d.ts +2 -1
- package/components/fields/Select/Select.interface.d.ts +3 -2
- package/components/fields/TextArea/index.d.ts +2 -1
- package/components/fields/TextInputField/interface.d.ts +3 -2
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.mjs +41 -38
- package/index10.js +1 -1
- package/index10.mjs +1 -0
- package/index100.js +1 -2
- package/index100.mjs +22 -21
- package/index101.js +2 -1
- package/index101.mjs +22 -63
- package/index102.js +1 -1
- package/index102.mjs +58 -24
- package/index103.js +1 -1
- package/index103.mjs +29 -52
- package/index104.js +1 -1
- package/index104.mjs +52 -4
- package/index105.js +1 -1
- package/index105.mjs +4 -11
- package/index106.js +1 -1
- package/index106.mjs +11 -14
- package/index107.js +1 -1
- package/index107.mjs +13 -22
- package/index108.js +1 -1
- package/index108.mjs +19 -19
- package/index109.js +1 -1
- package/index109.mjs +22 -38
- package/index11.js +1 -1
- package/index11.mjs +2 -2
- package/index110.js +1 -2
- package/index110.mjs +38 -12
- package/index111.js +2 -1
- package/index111.mjs +12 -7
- package/index112.js +1 -1
- package/index112.mjs +7 -21
- package/index113.js +1 -1
- package/index113.mjs +21 -38
- package/index114.js +1 -1
- package/index114.mjs +38 -49
- package/index115.js +1 -1
- package/index115.mjs +49 -40
- package/index116.js +1 -1
- package/index116.mjs +40 -13
- package/index117.js +1 -1
- package/index117.mjs +14 -26
- package/index118.js +1 -1
- package/index118.mjs +29 -18
- package/index119.js +1 -1
- package/index119.mjs +19 -8
- package/index120.js +1 -1
- package/index120.mjs +9 -30
- package/index121.js +1 -1
- package/index121.mjs +30 -15
- package/index122.js +1 -1
- package/index122.mjs +13 -15
- package/index123.js +1 -1
- package/index123.mjs +17 -21
- package/index124.js +1 -1
- package/index124.mjs +21 -11
- package/index125.js +1 -2
- package/index125.mjs +11 -22
- package/index126.js +2 -1
- package/index126.mjs +22 -12
- package/index127.js +1 -1
- package/index127.mjs +23 -23
- package/index128.js +1 -1
- package/index128.mjs +3 -3
- package/index13.js +1 -1
- package/index13.mjs +10 -9
- package/index130.mjs +6 -6
- package/index131.js +1 -1
- package/index131.mjs +12 -51
- package/index132.js +1 -1
- package/index132.mjs +49 -25
- package/index133.js +1 -1
- package/index133.mjs +25 -19
- package/index134.js +1 -1
- package/index134.mjs +17 -58
- package/index135.js +1 -1
- package/index135.mjs +194 -89
- package/index136.js +1 -1
- package/index136.mjs +63 -30
- package/index137.js +1 -1
- package/index137.mjs +136 -116
- package/index138.js +1 -1
- package/index138.mjs +118 -26
- package/index139.js +1 -1
- package/index139.mjs +212 -119
- package/index14.js +1 -1
- package/index14.mjs +3 -3
- package/index140.js +1 -1
- package/index140.mjs +187 -131
- package/index141.js +1 -1
- package/index141.mjs +69 -14
- package/index142.js +1 -1
- package/index142.mjs +248 -85
- package/index143.js +1 -1
- package/index143.mjs +93 -102
- package/index144.js +1 -1
- package/index144.mjs +174 -5
- package/index145.js +1 -1
- package/index145.mjs +84 -3
- package/index146.js +1 -1
- package/index146.mjs +56 -123
- package/index147.js +1 -1
- package/index147.mjs +125 -28
- package/index148.js +1 -1
- package/index148.mjs +113 -48
- package/index149.js +1 -1
- package/index149.mjs +119 -41
- package/index150.js +1 -1
- package/index150.mjs +71 -36
- package/index151.js +1 -1
- package/index151.mjs +105 -108
- package/index152.js +1 -1
- package/index152.mjs +52 -77
- package/index153.js +1 -1
- package/index153.mjs +93 -101
- package/index154.js +1 -1
- package/index154.mjs +71 -98
- package/index155.js +1 -1
- package/index155.mjs +50 -193
- package/index156.js +1 -1
- package/index156.mjs +91 -56
- package/index157.js +5 -1
- package/index157.mjs +75 -136
- package/index158.js +1 -1
- package/index158.mjs +1999 -107
- package/index159.js +1 -1
- package/index159.mjs +56 -214
- package/index16.js +1 -1
- package/index16.mjs +2 -2
- package/index160.js +1 -1
- package/index160.mjs +186 -188
- package/index161.js +1 -1
- package/index161.mjs +59 -67
- package/index162.js +1 -1
- package/index162.mjs +88 -252
- package/index163.js +1 -1
- package/index163.mjs +32 -96
- package/index164.js +1 -1
- package/index164.mjs +117 -170
- package/index165.js +1 -1
- package/index165.mjs +26 -83
- package/index166.js +1 -1
- package/index166.mjs +123 -57
- package/index167.js +1 -1
- package/index167.mjs +130 -122
- package/index168.js +1 -1
- package/index168.mjs +14 -116
- package/index169.js +1 -1
- package/index169.mjs +92 -119
- package/index170.js +1 -1
- package/index170.mjs +105 -71
- package/index171.js +1 -1
- package/index171.mjs +5 -110
- package/index172.js +1 -1
- package/index172.mjs +3 -52
- package/index173.js +1 -1
- package/index173.mjs +124 -92
- package/index174.js +1 -1
- package/index174.mjs +29 -70
- package/index175.js +1 -1
- package/index175.mjs +51 -56
- package/index176.js +1 -1
- package/index176.mjs +44 -99
- package/index177.js +1 -5
- package/index177.mjs +36 -79
- package/index178.js +1 -1
- package/index178.mjs +94 -1992
- package/index179.js +1 -1
- package/index179.mjs +78 -60
- package/index18.js +1 -1
- package/index18.mjs +7 -7
- package/index180.js +1 -1
- package/index180.mjs +95 -182
- package/index181.js +1 -1
- package/index181.mjs +98 -6
- package/index19.js +1 -1
- package/index19.mjs +2 -2
- package/index190.js +1 -1
- package/index190.mjs +5 -313
- package/index191.js +1 -1
- package/index191.mjs +327 -179
- package/index192.js +1 -1
- package/index192.mjs +183 -8
- package/index193.js +1 -1
- package/index193.mjs +7 -25
- package/index194.js +1 -1
- package/index194.mjs +26 -55
- package/index195.js +1 -1
- package/index195.mjs +55 -46
- package/index196.js +1 -1
- package/index196.mjs +45 -123
- package/index197.js +1 -1
- package/index197.mjs +110 -5
- package/index198.js +1 -1
- package/index198.mjs +31 -27
- package/index199.js +1 -1
- package/index199.mjs +6 -7
- package/index2.js +1 -1
- package/index2.mjs +51 -50
- package/index20.js +1 -1
- package/index20.mjs +1 -1
- package/index200.js +1 -1
- package/index200.mjs +28 -7
- package/index201.js +1 -1
- package/index201.mjs +7 -8
- package/index202.js +1 -1
- package/index202.mjs +6 -3
- package/index203.js +1 -1
- package/index203.mjs +7 -5
- package/index204.js +1 -1
- package/index204.mjs +4 -9
- package/index205.js +1 -0
- package/index205.mjs +8 -0
- package/index206.js +1 -0
- package/index206.mjs +12 -0
- package/index21.js +1 -1
- package/index21.mjs +8 -8
- package/index22.js +1 -1
- package/index22.mjs +2 -2
- package/index23.js +1 -1
- package/index23.mjs +40 -39
- package/index24.js +1 -1
- package/index24.mjs +45 -44
- package/index26.js +1 -1
- package/index26.mjs +28 -21
- package/index27.js +1 -1
- package/index27.mjs +12 -12
- package/index28.js +1 -1
- package/index28.mjs +6 -6
- package/index29.js +1 -1
- package/index29.mjs +1 -1
- package/index30.js +1 -1
- package/index30.mjs +14 -8
- package/index31.js +1 -1
- package/index31.mjs +18 -18
- package/index32.js +1 -1
- package/index32.mjs +1 -1
- package/index33.mjs +43 -43
- package/index34.js +1 -1
- package/index34.mjs +1 -1
- package/index35.js +1 -1
- package/index35.mjs +3 -3
- package/index36.mjs +10 -10
- package/index4.js +1 -1
- package/index4.mjs +3 -3
- package/index6.js +1 -1
- package/index6.mjs +47 -46
- package/index65.js +1 -1
- package/index65.mjs +1 -1
- package/index66.js +1 -1
- package/index66.mjs +2 -2
- package/index67.js +1 -1
- package/index67.mjs +1 -1
- package/index69.js +1 -1
- package/index69.mjs +1 -1
- package/index7.mjs +4 -4
- package/index70.js +1 -1
- package/index70.mjs +1 -1
- package/index71.js +1 -1
- package/index71.mjs +1 -1
- package/index72.js +2 -1
- package/index72.mjs +27 -2
- package/index73.js +1 -2
- package/index73.mjs +2 -9
- package/index74.js +1 -1
- package/index74.mjs +7 -6
- package/index75.js +1 -1
- package/index75.mjs +6 -6
- package/index76.js +1 -1
- package/index76.mjs +6 -6
- package/index77.js +2 -1
- package/index77.mjs +8 -25
- package/index78.js +1 -1
- package/index78.mjs +25 -2
- package/index79.js +1 -6
- package/index79.mjs +2 -94
- package/index8.js +1 -1
- package/index8.mjs +42 -23
- package/index80.js +6 -1
- package/index80.mjs +79 -54
- package/index81.js +1 -1
- package/index81.mjs +61 -33
- package/index82.js +1 -42
- package/index82.mjs +34 -67
- package/index83.js +42 -1
- package/index83.mjs +69 -154
- package/index84.js +1 -9
- package/index84.mjs +149 -47
- package/index85.js +9 -1
- package/index85.mjs +48 -36
- package/index86.js +1 -1
- package/index86.mjs +40 -8
- package/index87.js +1 -1
- package/index87.mjs +9 -31
- package/index88.js +1 -1
- package/index88.mjs +38 -6
- package/index89.js +1 -12
- package/index89.mjs +6 -40
- package/index9.js +1 -1
- package/index9.mjs +7 -7
- package/index90.js +12 -1
- package/index90.mjs +36 -25
- package/index91.js +1 -1
- package/index91.mjs +24 -8
- package/index92.js +1 -7
- package/index92.mjs +7 -13
- package/index93.js +6 -14
- package/index93.mjs +13 -65
- package/index94.js +15 -1
- package/index94.mjs +71 -7
- package/index95.js +1 -16
- package/index95.mjs +7 -25
- package/index96.js +16 -1
- package/index96.mjs +20 -37
- package/index97.js +1 -1
- package/index97.mjs +40 -43
- package/index98.js +1 -1
- package/index98.mjs +44 -47
- package/index99.js +1 -1
- package/index99.mjs +48 -17
- package/package.json +1 -1
- package/providers/Translation/index.d.ts +4 -0
- package/providers/Translation/interface.d.ts +16 -0
- package/theme/Accordion/index.d.ts +12 -12
- package/theme/Alerts/index.d.ts +22 -22
- package/theme/Box/index.d.ts +8 -8
- package/theme/Button/index.d.ts +2 -2
- package/theme/Calendar/index.d.ts +12 -12
- package/theme/Carousel/index.d.ts +11 -11
- package/theme/Checkbox/index.d.ts +8 -8
- package/theme/CheckboxGroup/index.d.ts +3 -3
- package/theme/DatePicker/index.d.ts +10 -9
- package/theme/Image/index.d.ts +1 -1
- package/theme/LightBox/index.d.ts +9 -9
- package/theme/Radio/index.d.ts +6 -6
- package/theme/RadioGroup/index.d.ts +3 -3
- package/theme/Search/index.d.ts +3 -3
- package/theme/ShareButton/index.d.ts +10 -10
- package/theme/SidePanel/index.d.ts +3 -3
- package/theme/TextArea/index.d.ts +2 -2
- package/theme/Typography/index.d.ts +2 -2
- package/transitions/ModalTransition.d.ts +3 -6
- package/transitions/RenderWithSlide.d.ts +3 -6
- package/transitions/SidePanelTransition.d.ts +3 -6
package/index162.mjs
CHANGED
|
@@ -1,261 +1,97 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
toggle: !0,
|
|
17
|
-
containerClass: "swiper-zoom-container",
|
|
18
|
-
zoomedSlideClass: "swiper-slide-zoomed"
|
|
19
|
-
}
|
|
20
|
-
}), i.zoom = {
|
|
21
|
-
enabled: !1
|
|
22
|
-
};
|
|
23
|
-
let c = 1, W = !1, X, Y;
|
|
24
|
-
const r = [], e = {
|
|
25
|
-
originX: 0,
|
|
26
|
-
originY: 0,
|
|
27
|
-
slideEl: void 0,
|
|
28
|
-
slideWidth: void 0,
|
|
29
|
-
slideHeight: void 0,
|
|
30
|
-
imageEl: void 0,
|
|
31
|
-
imageWrapEl: void 0,
|
|
32
|
-
maxRatio: 3
|
|
33
|
-
}, t = {
|
|
34
|
-
isTouched: void 0,
|
|
35
|
-
isMoved: void 0,
|
|
36
|
-
currentX: void 0,
|
|
37
|
-
currentY: void 0,
|
|
38
|
-
minX: void 0,
|
|
39
|
-
minY: void 0,
|
|
40
|
-
maxX: void 0,
|
|
41
|
-
maxY: void 0,
|
|
42
|
-
width: void 0,
|
|
43
|
-
height: void 0,
|
|
44
|
-
startX: void 0,
|
|
45
|
-
startY: void 0,
|
|
46
|
-
touchesStart: {},
|
|
47
|
-
touchesCurrent: {}
|
|
48
|
-
}, o = {
|
|
49
|
-
x: void 0,
|
|
50
|
-
y: void 0,
|
|
51
|
-
prevPositionX: void 0,
|
|
52
|
-
prevPositionY: void 0,
|
|
53
|
-
prevTime: void 0
|
|
54
|
-
};
|
|
55
|
-
let w = 1;
|
|
56
|
-
Object.defineProperty(i.zoom, "scale", {
|
|
57
|
-
get() {
|
|
58
|
-
return w;
|
|
59
|
-
},
|
|
60
|
-
set(a) {
|
|
61
|
-
if (w !== a) {
|
|
62
|
-
const s = e.imageEl, n = e.slideEl;
|
|
63
|
-
ee("zoomChange", a, s, n);
|
|
64
|
-
}
|
|
65
|
-
w = a;
|
|
66
|
-
}
|
|
67
|
-
});
|
|
68
|
-
function L() {
|
|
69
|
-
if (r.length < 2) return 1;
|
|
70
|
-
const a = r[0].pageX, s = r[0].pageY, n = r[1].pageX, l = r[1].pageY;
|
|
71
|
-
return Math.sqrt((n - a) ** 2 + (l - s) ** 2);
|
|
72
|
-
}
|
|
73
|
-
function te() {
|
|
74
|
-
if (r.length < 2) return {
|
|
75
|
-
x: null,
|
|
76
|
-
y: null
|
|
77
|
-
};
|
|
78
|
-
const a = e.imageEl.getBoundingClientRect();
|
|
79
|
-
return [(r[0].pageX + (r[1].pageX - r[0].pageX) / 2 - a.x - x.scrollX) / c, (r[0].pageY + (r[1].pageY - r[0].pageY) / 2 - a.y - x.scrollY) / c];
|
|
80
|
-
}
|
|
81
|
-
function ie() {
|
|
82
|
-
return i.isElement ? "swiper-slide" : `.${i.params.slideClass}`;
|
|
83
|
-
}
|
|
84
|
-
function y(a) {
|
|
85
|
-
const s = ie();
|
|
86
|
-
return !!(a.target.matches(s) || i.slides.filter((n) => n.contains(a.target)).length > 0);
|
|
87
|
-
}
|
|
88
|
-
function ae(a) {
|
|
89
|
-
const s = `.${i.params.zoom.containerClass}`;
|
|
90
|
-
return !!(a.target.matches(s) || [...i.hostEl.querySelectorAll(s)].filter((n) => n.contains(a.target)).length > 0);
|
|
91
|
-
}
|
|
92
|
-
function R(a) {
|
|
93
|
-
if (a.pointerType === "mouse" && r.splice(0, r.length), !y(a)) return;
|
|
94
|
-
const s = i.params.zoom;
|
|
95
|
-
if (X = !1, Y = !1, r.push(a), !(r.length < 2)) {
|
|
96
|
-
if (X = !0, e.scaleStart = L(), !e.slideEl) {
|
|
97
|
-
e.slideEl = a.target.closest(`.${i.params.slideClass}, swiper-slide`), e.slideEl || (e.slideEl = i.slides[i.activeIndex]);
|
|
98
|
-
let n = e.slideEl.querySelector(`.${s.containerClass}`);
|
|
99
|
-
if (n && (n = n.querySelectorAll("picture, img, svg, canvas, .swiper-zoom-target")[0]), e.imageEl = n, n ? e.imageWrapEl = D(e.imageEl, `.${s.containerClass}`)[0] : e.imageWrapEl = void 0, !e.imageWrapEl) {
|
|
100
|
-
e.imageEl = void 0;
|
|
1
|
+
import { isNonContiguousSelectionModifier as U, isCtrlKeyPressed as R } from "./index193.mjs";
|
|
2
|
+
import { focusSafely as V } from "@react-aria/focus";
|
|
3
|
+
import { useRouter as N, openLink as j, mergeProps as q } from "@react-aria/utils";
|
|
4
|
+
import { usePress as z } from "./index191.mjs";
|
|
5
|
+
import { useLongPress as G } from "./index196.mjs";
|
|
6
|
+
import { useEffect as H, useRef as h } from "react";
|
|
7
|
+
function _(r) {
|
|
8
|
+
let { selectionManager: t, key: o, ref: c, shouldSelectOnPressUp: K, shouldUseVirtualFocus: d, focus: $, isDisabled: n, onAction: g, allowsDifferentPressOrigin: O, linkBehavior: a = "action" } = r, T = N(), p = (e) => {
|
|
9
|
+
if (e.pointerType === "keyboard" && U(e)) t.toggleSelection(o);
|
|
10
|
+
else {
|
|
11
|
+
if (t.selectionMode === "none") return;
|
|
12
|
+
if (t.isLink(o)) {
|
|
13
|
+
if (a === "selection") {
|
|
14
|
+
let f = t.getItemProps(o);
|
|
15
|
+
T.open(c.current, e, f.href, f.routerOptions), t.setSelectedKeys(t.selectedKeys);
|
|
101
16
|
return;
|
|
102
|
-
}
|
|
103
|
-
e.maxRatio = e.imageWrapEl.getAttribute("data-swiper-zoom") || s.maxRatio;
|
|
104
|
-
}
|
|
105
|
-
if (e.imageEl) {
|
|
106
|
-
const [n, l] = te();
|
|
107
|
-
e.originX = n, e.originY = l, e.imageEl.style.transitionDuration = "0ms";
|
|
108
|
-
}
|
|
109
|
-
W = !0;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
function P(a) {
|
|
113
|
-
if (!y(a)) return;
|
|
114
|
-
const s = i.params.zoom, n = i.zoom, l = r.findIndex((m) => m.pointerId === a.pointerId);
|
|
115
|
-
l >= 0 && (r[l] = a), !(r.length < 2) && (Y = !0, e.scaleMove = L(), e.imageEl && (n.scale = e.scaleMove / e.scaleStart * c, n.scale > e.maxRatio && (n.scale = e.maxRatio - 1 + (n.scale - e.maxRatio + 1) ** 0.5), n.scale < s.minRatio && (n.scale = s.minRatio + 1 - (s.minRatio - n.scale + 1) ** 0.5), e.imageEl.style.transform = `translate3d(0,0,0) scale(${n.scale})`));
|
|
116
|
-
}
|
|
117
|
-
function H(a) {
|
|
118
|
-
if (!y(a) || a.pointerType === "mouse" && a.type === "pointerout") return;
|
|
119
|
-
const s = i.params.zoom, n = i.zoom, l = r.findIndex((m) => m.pointerId === a.pointerId);
|
|
120
|
-
l >= 0 && r.splice(l, 1), !(!X || !Y) && (X = !1, Y = !1, e.imageEl && (n.scale = Math.max(Math.min(n.scale, e.maxRatio), s.minRatio), e.imageEl.style.transitionDuration = `${i.params.speed}ms`, e.imageEl.style.transform = `translate3d(0,0,0) scale(${n.scale})`, c = n.scale, W = !1, n.scale > 1 && e.slideEl ? e.slideEl.classList.add(`${s.zoomedSlideClass}`) : n.scale <= 1 && e.slideEl && e.slideEl.classList.remove(`${s.zoomedSlideClass}`), n.scale === 1 && (e.originX = 0, e.originY = 0, e.slideEl = void 0)));
|
|
121
|
-
}
|
|
122
|
-
function ne(a) {
|
|
123
|
-
const s = i.device;
|
|
124
|
-
if (!e.imageEl || t.isTouched) return;
|
|
125
|
-
s.android && a.cancelable && a.preventDefault(), t.isTouched = !0;
|
|
126
|
-
const n = r.length > 0 ? r[0] : a;
|
|
127
|
-
t.touchesStart.x = n.pageX, t.touchesStart.y = n.pageY;
|
|
128
|
-
}
|
|
129
|
-
function I(a) {
|
|
130
|
-
if (!y(a) || !ae(a)) return;
|
|
131
|
-
const s = i.zoom;
|
|
132
|
-
if (!e.imageEl || !t.isTouched || !e.slideEl) return;
|
|
133
|
-
t.isMoved || (t.width = e.imageEl.offsetWidth, t.height = e.imageEl.offsetHeight, t.startX = Q(e.imageWrapEl, "x") || 0, t.startY = Q(e.imageWrapEl, "y") || 0, e.slideWidth = e.slideEl.offsetWidth, e.slideHeight = e.slideEl.offsetHeight, e.imageWrapEl.style.transitionDuration = "0ms");
|
|
134
|
-
const n = t.width * s.scale, l = t.height * s.scale;
|
|
135
|
-
if (n < e.slideWidth && l < e.slideHeight) return;
|
|
136
|
-
if (t.minX = Math.min(e.slideWidth / 2 - n / 2, 0), t.maxX = -t.minX, t.minY = Math.min(e.slideHeight / 2 - l / 2, 0), t.maxY = -t.minY, t.touchesCurrent.x = r.length > 0 ? r[0].pageX : a.pageX, t.touchesCurrent.y = r.length > 0 ? r[0].pageY : a.pageY, Math.max(Math.abs(t.touchesCurrent.x - t.touchesStart.x), Math.abs(t.touchesCurrent.y - t.touchesStart.y)) > 5 && (i.allowClick = !1), !t.isMoved && !W) {
|
|
137
|
-
if (i.isHorizontal() && (Math.floor(t.minX) === Math.floor(t.startX) && t.touchesCurrent.x < t.touchesStart.x || Math.floor(t.maxX) === Math.floor(t.startX) && t.touchesCurrent.x > t.touchesStart.x)) {
|
|
138
|
-
t.isTouched = !1;
|
|
139
|
-
return;
|
|
140
|
-
}
|
|
141
|
-
if (!i.isHorizontal() && (Math.floor(t.minY) === Math.floor(t.startY) && t.touchesCurrent.y < t.touchesStart.y || Math.floor(t.maxY) === Math.floor(t.startY) && t.touchesCurrent.y > t.touchesStart.y)) {
|
|
142
|
-
t.isTouched = !1;
|
|
143
|
-
return;
|
|
17
|
+
} else if (a === "override" || a === "none") return;
|
|
144
18
|
}
|
|
19
|
+
t.selectionMode === "single" ? t.isSelected(o) && !t.disallowEmptySelection ? t.toggleSelection(o) : t.replaceSelection(o) : e && e.shiftKey ? t.extendSelection(o) : t.selectionBehavior === "toggle" || e && (R(e) || e.pointerType === "touch" || e.pointerType === "virtual") ? t.toggleSelection(o) : t.replaceSelection(o);
|
|
145
20
|
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
21
|
+
};
|
|
22
|
+
H(() => {
|
|
23
|
+
o === t.focusedKey && t.isFocused && !d && ($ ? $() : document.activeElement !== c.current && V(c.current));
|
|
24
|
+
}, [
|
|
25
|
+
c,
|
|
26
|
+
o,
|
|
27
|
+
t.focusedKey,
|
|
28
|
+
t.childFocusStrategy,
|
|
29
|
+
t.isFocused,
|
|
30
|
+
d
|
|
31
|
+
]), n = n || t.isDisabled(o);
|
|
32
|
+
let y = {};
|
|
33
|
+
!d && !n ? y = {
|
|
34
|
+
tabIndex: o === t.focusedKey ? 0 : -1,
|
|
35
|
+
onFocus(e) {
|
|
36
|
+
e.target === c.current && t.setFocusedKey(o);
|
|
159
37
|
}
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
t.minX = Math.min(e.slideWidth / 2 - z / 2, 0), t.maxX = -t.minX, t.minY = Math.min(e.slideHeight / 2 - d / 2, 0), t.maxY = -t.minY, t.currentX = Math.max(Math.min(t.currentX, t.maxX), t.minX), t.currentY = Math.max(Math.min(t.currentY, t.maxY), t.minY), e.imageWrapEl.style.transitionDuration = `${h}ms`, e.imageWrapEl.style.transform = `translate3d(${t.currentX}px, ${t.currentY}px,0)`;
|
|
168
|
-
}
|
|
169
|
-
function A() {
|
|
170
|
-
const a = i.zoom;
|
|
171
|
-
e.slideEl && i.activeIndex !== i.slides.indexOf(e.slideEl) && (e.imageEl && (e.imageEl.style.transform = "translate3d(0,0,0) scale(1)"), e.imageWrapEl && (e.imageWrapEl.style.transform = "translate3d(0,0,0)"), e.slideEl.classList.remove(`${i.params.zoom.zoomedSlideClass}`), a.scale = 1, c = 1, e.slideEl = void 0, e.imageEl = void 0, e.imageWrapEl = void 0, e.originX = 0, e.originY = 0);
|
|
172
|
-
}
|
|
173
|
-
function q(a) {
|
|
174
|
-
const s = i.zoom, n = i.params.zoom;
|
|
175
|
-
if (!e.slideEl) {
|
|
176
|
-
a && a.target && (e.slideEl = a.target.closest(`.${i.params.slideClass}, swiper-slide`)), e.slideEl || (i.params.virtual && i.params.virtual.enabled && i.virtual ? e.slideEl = K(i.slidesEl, `.${i.params.slideActiveClass}`)[0] : e.slideEl = i.slides[i.activeIndex]);
|
|
177
|
-
let v = e.slideEl.querySelector(`.${n.containerClass}`);
|
|
178
|
-
v && (v = v.querySelectorAll("picture, img, svg, canvas, .swiper-zoom-target")[0]), e.imageEl = v, v ? e.imageWrapEl = D(e.imageEl, `.${n.containerClass}`)[0] : e.imageWrapEl = void 0;
|
|
38
|
+
} : n && (y.onMouseDown = (e) => {
|
|
39
|
+
e.preventDefault();
|
|
40
|
+
});
|
|
41
|
+
let L = t.isLink(o) && a === "override", D = t.isLink(o) && a !== "selection" && a !== "none", i = !n && t.canSelectItem(o) && !L, S = (g || D) && !n, l = S && (t.selectionBehavior === "replace" ? !i : !i || t.isEmpty), v = S && i && t.selectionBehavior === "replace", u = l || v, P = h(null), m = u && i, k = h(!1), F = h(!1), b = (e) => {
|
|
42
|
+
if (g && g(), D) {
|
|
43
|
+
let f = t.getItemProps(o);
|
|
44
|
+
T.open(c.current, e, f.href, f.routerOptions);
|
|
179
45
|
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
46
|
+
}, s = {};
|
|
47
|
+
K ? (s.onPressStart = (e) => {
|
|
48
|
+
P.current = e.pointerType, k.current = m, e.pointerType === "keyboard" && (!u || A()) && p(e);
|
|
49
|
+
}, O ? (s.onPressUp = l ? null : (e) => {
|
|
50
|
+
e.pointerType !== "keyboard" && i && p(e);
|
|
51
|
+
}, s.onPress = l ? b : null) : s.onPress = (e) => {
|
|
52
|
+
if (l || v && e.pointerType !== "mouse") {
|
|
53
|
+
if (e.pointerType === "keyboard" && !w()) return;
|
|
54
|
+
b(e);
|
|
55
|
+
} else e.pointerType !== "keyboard" && i && p(e);
|
|
56
|
+
}) : (s.onPressStart = (e) => {
|
|
57
|
+
P.current = e.pointerType, k.current = m, F.current = l, i && (e.pointerType === "mouse" && !l || e.pointerType === "keyboard" && (!S || A())) && p(e);
|
|
58
|
+
}, s.onPress = (e) => {
|
|
59
|
+
(e.pointerType === "touch" || e.pointerType === "pen" || e.pointerType === "virtual" || e.pointerType === "keyboard" && u && w() || e.pointerType === "mouse" && F.current) && (u ? b(e) : i && p(e));
|
|
60
|
+
}), y["data-key"] = o, s.preventFocusOnPress = d;
|
|
61
|
+
let { pressProps: x, isPressed: C } = z(s), E = v ? (e) => {
|
|
62
|
+
P.current === "mouse" && (e.stopPropagation(), e.preventDefault(), b(e));
|
|
63
|
+
} : void 0, { longPressProps: B } = G({
|
|
64
|
+
isDisabled: !m,
|
|
65
|
+
onLongPress(e) {
|
|
66
|
+
e.pointerType === "touch" && (p(e), t.setSelectionBehavior("toggle"));
|
|
193
67
|
}
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
} = k();
|
|
221
|
-
i.wrapperEl.addEventListener("pointerdown", R, s), i.wrapperEl.addEventListener("pointermove", P, n), ["pointerup", "pointercancel", "pointerout"].forEach((l) => {
|
|
222
|
-
i.wrapperEl.addEventListener(l, H, s);
|
|
223
|
-
}), i.wrapperEl.addEventListener("pointermove", I, n);
|
|
224
|
-
}
|
|
225
|
-
function _() {
|
|
226
|
-
const a = i.zoom;
|
|
227
|
-
if (!a.enabled) return;
|
|
228
|
-
a.enabled = !1;
|
|
229
|
-
const {
|
|
230
|
-
passiveListener: s,
|
|
231
|
-
activeListenerWithCapture: n
|
|
232
|
-
} = k();
|
|
233
|
-
i.wrapperEl.removeEventListener("pointerdown", R, s), i.wrapperEl.removeEventListener("pointermove", P, n), ["pointerup", "pointercancel", "pointerout"].forEach((l) => {
|
|
234
|
-
i.wrapperEl.removeEventListener(l, H, s);
|
|
235
|
-
}), i.wrapperEl.removeEventListener("pointermove", I, n);
|
|
236
|
-
}
|
|
237
|
-
u("init", () => {
|
|
238
|
-
i.params.zoom.enabled && Z();
|
|
239
|
-
}), u("destroy", () => {
|
|
240
|
-
_();
|
|
241
|
-
}), u("touchStart", (a, s) => {
|
|
242
|
-
i.zoom.enabled && ne(s);
|
|
243
|
-
}), u("touchEnd", (a, s) => {
|
|
244
|
-
i.zoom.enabled && se();
|
|
245
|
-
}), u("doubleTap", (a, s) => {
|
|
246
|
-
!i.animating && i.params.zoom.enabled && i.zoom.enabled && i.params.zoom.toggle && G(s);
|
|
247
|
-
}), u("transitionEnd", () => {
|
|
248
|
-
i.zoom.enabled && i.params.zoom.enabled && A();
|
|
249
|
-
}), u("slideChange", () => {
|
|
250
|
-
i.zoom.enabled && i.params.zoom.enabled && i.params.cssMode && A();
|
|
251
|
-
}), Object.assign(i.zoom, {
|
|
252
|
-
enable: Z,
|
|
253
|
-
disable: _,
|
|
254
|
-
in: q,
|
|
255
|
-
out: O,
|
|
256
|
-
toggle: G
|
|
257
|
-
});
|
|
68
|
+
}), I = (e) => {
|
|
69
|
+
P.current === "touch" && k.current && e.preventDefault();
|
|
70
|
+
}, M = t.isLink(o) ? (e) => {
|
|
71
|
+
j.isOpening || e.preventDefault();
|
|
72
|
+
} : void 0;
|
|
73
|
+
return {
|
|
74
|
+
itemProps: q(y, i || l ? x : {}, m ? B : {}, {
|
|
75
|
+
onDoubleClick: E,
|
|
76
|
+
onDragStartCapture: I,
|
|
77
|
+
onClick: M
|
|
78
|
+
}),
|
|
79
|
+
isPressed: C,
|
|
80
|
+
isSelected: t.isSelected(o),
|
|
81
|
+
isFocused: t.isFocused && t.focusedKey === o,
|
|
82
|
+
isDisabled: n,
|
|
83
|
+
allowsSelection: i,
|
|
84
|
+
hasAction: u
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
function w() {
|
|
88
|
+
let r = window.event;
|
|
89
|
+
return (r == null ? void 0 : r.key) === "Enter";
|
|
90
|
+
}
|
|
91
|
+
function A() {
|
|
92
|
+
let r = window.event;
|
|
93
|
+
return (r == null ? void 0 : r.key) === " " || (r == null ? void 0 : r.code) === "Space";
|
|
258
94
|
}
|
|
259
95
|
export {
|
|
260
|
-
|
|
96
|
+
_ as useSelectableItem
|
|
261
97
|
};
|
package/index163.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const b=require("./index192.js"),u=require("./index197.js"),g=require("@react-aria/i18n"),y=require("react");function D(l){let{selectionManager:t,collection:o,disabledKeys:a,ref:e,keyboardDelegate:r,layoutDelegate:i}=l,s=g.useCollator({usage:"search",sensitivity:"base"}),c=t.disabledBehavior,n=y.useMemo(()=>r||new u.ListKeyboardDelegate({collection:o,disabledKeys:a,disabledBehavior:c,ref:e,collator:s,layoutDelegate:i}),[r,i,o,a,e,s,c]),{collectionProps:d}=b.useSelectableCollection({...l,ref:e,selectionManager:t,keyboardDelegate:n});return{listProps:d}}exports.useSelectableList=D;
|
package/index163.mjs
CHANGED
|
@@ -1,100 +1,36 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
return this.interpolate = function(r) {
|
|
30
|
-
return r ? (l = o(this.x, r), t = l - 1, (r - this.x[t]) * (this.y[l] - this.y[t]) / (this.x[l] - this.x[t]) + this.y[t]) : 0;
|
|
31
|
-
}, this;
|
|
32
|
-
}
|
|
33
|
-
function h(i) {
|
|
34
|
-
e.controller.spline = e.params.loop ? new p(e.slidesGrid, i.slidesGrid) : new p(e.snapGrid, i.snapGrid);
|
|
35
|
-
}
|
|
36
|
-
function y(i, s) {
|
|
37
|
-
const o = e.controller.control;
|
|
38
|
-
let t, l;
|
|
39
|
-
const a = e.constructor;
|
|
40
|
-
function r(n) {
|
|
41
|
-
if (n.destroyed) return;
|
|
42
|
-
const c = e.rtlTranslate ? -e.translate : e.translate;
|
|
43
|
-
e.params.controller.by === "slide" && (h(n), l = -e.controller.spline.interpolate(-c)), (!l || e.params.controller.by === "container") && (t = (n.maxTranslate() - n.minTranslate()) / (e.maxTranslate() - e.minTranslate()), (Number.isNaN(t) || !Number.isFinite(t)) && (t = 1), l = (c - e.minTranslate()) * t + n.minTranslate()), e.params.controller.inverse && (l = n.maxTranslate() - l), n.updateProgress(l), n.setTranslate(l, e), n.updateActiveIndex(), n.updateSlidesClasses();
|
|
44
|
-
}
|
|
45
|
-
if (Array.isArray(o))
|
|
46
|
-
for (let n = 0; n < o.length; n += 1)
|
|
47
|
-
o[n] !== s && o[n] instanceof a && r(o[n]);
|
|
48
|
-
else o instanceof a && s !== o && r(o);
|
|
49
|
-
}
|
|
50
|
-
function x(i, s) {
|
|
51
|
-
const o = e.constructor, t = e.controller.control;
|
|
52
|
-
let l;
|
|
53
|
-
function a(r) {
|
|
54
|
-
r.destroyed || (r.setTransition(i, e), i !== 0 && (r.transitionStart(), r.params.autoHeight && g(() => {
|
|
55
|
-
r.updateAutoHeight();
|
|
56
|
-
}), S(r.wrapperEl, () => {
|
|
57
|
-
t && r.transitionEnd();
|
|
58
|
-
})));
|
|
59
|
-
}
|
|
60
|
-
if (Array.isArray(t))
|
|
61
|
-
for (l = 0; l < t.length; l += 1)
|
|
62
|
-
t[l] !== s && t[l] instanceof o && a(t[l]);
|
|
63
|
-
else t instanceof o && s !== t && a(t);
|
|
64
|
-
}
|
|
65
|
-
function d() {
|
|
66
|
-
e.controller.control && e.controller.spline && (e.controller.spline = void 0, delete e.controller.spline);
|
|
67
|
-
}
|
|
68
|
-
f("beforeInit", () => {
|
|
69
|
-
if (typeof window < "u" && // eslint-disable-line
|
|
70
|
-
(typeof e.params.controller.control == "string" || e.params.controller.control instanceof HTMLElement)) {
|
|
71
|
-
const i = document.querySelector(e.params.controller.control);
|
|
72
|
-
if (i && i.swiper)
|
|
73
|
-
e.controller.control = i.swiper;
|
|
74
|
-
else if (i) {
|
|
75
|
-
const s = (o) => {
|
|
76
|
-
e.controller.control = o.detail[0], e.update(), i.removeEventListener("init", s);
|
|
77
|
-
};
|
|
78
|
-
i.addEventListener("init", s);
|
|
79
|
-
}
|
|
80
|
-
return;
|
|
81
|
-
}
|
|
82
|
-
e.controller.control = e.params.controller.control;
|
|
83
|
-
}), f("update", () => {
|
|
84
|
-
d();
|
|
85
|
-
}), f("resize", () => {
|
|
86
|
-
d();
|
|
87
|
-
}), f("observerUpdate", () => {
|
|
88
|
-
d();
|
|
89
|
-
}), f("setTranslate", (i, s, o) => {
|
|
90
|
-
!e.controller.control || e.controller.control.destroyed || e.controller.setTranslate(s, o);
|
|
91
|
-
}), f("setTransition", (i, s, o) => {
|
|
92
|
-
!e.controller.control || e.controller.control.destroyed || e.controller.setTransition(s, o);
|
|
93
|
-
}), Object.assign(e.controller, {
|
|
94
|
-
setTranslate: y,
|
|
95
|
-
setTransition: x
|
|
1
|
+
import { useSelectableCollection as n } from "./index192.mjs";
|
|
2
|
+
import { ListKeyboardDelegate as g } from "./index197.mjs";
|
|
3
|
+
import { useCollator as f } from "@react-aria/i18n";
|
|
4
|
+
import { useMemo as y } from "react";
|
|
5
|
+
function D(a) {
|
|
6
|
+
let { selectionManager: l, collection: o, disabledKeys: t, ref: e, keyboardDelegate: r, layoutDelegate: i } = a, s = f({
|
|
7
|
+
usage: "search",
|
|
8
|
+
sensitivity: "base"
|
|
9
|
+
}), d = l.disabledBehavior, c = y(() => r || new g({
|
|
10
|
+
collection: o,
|
|
11
|
+
disabledKeys: t,
|
|
12
|
+
disabledBehavior: d,
|
|
13
|
+
ref: e,
|
|
14
|
+
collator: s,
|
|
15
|
+
layoutDelegate: i
|
|
16
|
+
}), [
|
|
17
|
+
r,
|
|
18
|
+
i,
|
|
19
|
+
o,
|
|
20
|
+
t,
|
|
21
|
+
e,
|
|
22
|
+
s,
|
|
23
|
+
d
|
|
24
|
+
]), { collectionProps: b } = n({
|
|
25
|
+
...a,
|
|
26
|
+
ref: e,
|
|
27
|
+
selectionManager: l,
|
|
28
|
+
keyboardDelegate: c
|
|
96
29
|
});
|
|
30
|
+
return {
|
|
31
|
+
listProps: b
|
|
32
|
+
};
|
|
97
33
|
}
|
|
98
34
|
export {
|
|
99
|
-
|
|
35
|
+
D as useSelectableList
|
|
100
36
|
};
|
package/index164.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),v={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},x={...v,customError:!0,valid:!1},c={isInvalid:!1,validationDetails:v,validationErrors:[]},h=n.createContext({}),I="__formValidationState"+Date.now();function R(e){if(e[I]){let{realtimeValidation:a,displayValidation:t,updateValidation:i,resetValidation:s,commitValidation:l}=e[I];return{realtimeValidation:a,displayValidation:t,updateValidation:i,resetValidation:s,commitValidation:l}}return w(e)}function w(e){let{isInvalid:a,validationState:t,name:i,value:s,builtinValidation:l,validate:d,validationBehavior:o="aria"}=e;t&&(a||(a=t==="invalid"));let V=a!==void 0?{isInvalid:a,validationErrors:[],validationDetails:x}:null,m=n.useMemo(()=>T(F(d,s)),[d,s]);l!=null&&l.validationDetails.valid&&(l=null);let u=n.useContext(h),A=n.useMemo(()=>i?Array.isArray(i)?i.flatMap(r=>D(u[r])):D(u[i]):[],[u,i]),[C,L]=n.useState(u),[g,$]=n.useState(!1);u!==C&&(L(u),$(!1));let b=n.useMemo(()=>T(g?[]:A),[g,A]),M=n.useRef(c),[E,p]=n.useState(c),f=n.useRef(c),_=()=>{if(!O)return;S(!1);let r=m||l||M.current;y(r,f.current)||(f.current=r,p(r))},[O,S]=n.useState(!1);return n.useEffect(_),{realtimeValidation:V||b||m||l||c,displayValidation:o==="native"?V||b||E:V||b||m||l||E,updateValidation(r){o==="aria"&&!y(E,r)?p(r):M.current=r},resetValidation(){let r=c;y(r,f.current)||(f.current=r,p(r)),o==="native"&&S(!1),$(!0)},commitValidation(){o==="native"&&S(!0),$(!0)}}}function D(e){return e?Array.isArray(e)?e:[e]:[]}function F(e,a){if(typeof e=="function"){let t=e(a);if(t&&typeof t!="boolean")return D(t)}return[]}function T(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:x}:null}function y(e,a){return e===a?!0:e&&a&&e.isInvalid===a.isInvalid&&e.validationErrors.length===a.validationErrors.length&&e.validationErrors.every((t,i)=>t===a.validationErrors[i])&&Object.entries(e.validationDetails).every(([t,i])=>a.validationDetails[t]===i)}function U(...e){let a=new Set,t=!1,i={...v};for(let d of e){var s,l;for(let o of d.validationErrors)a.add(o);t||(t=d.isInvalid);for(let o in i)(s=i)[l=o]||(s[l]=d.validationDetails[o])}return i.valid=!t,{isInvalid:t,validationErrors:[...a],validationDetails:i}}exports.DEFAULT_VALIDATION_RESULT=c;exports.FormValidationContext=h;exports.VALID_VALIDITY_STATE=v;exports.mergeValidation=U;exports.privateValidationStateProp=I;exports.useFormValidationState=R;
|