@okam/stack-ui 1.37.0 → 1.38.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/CHANGELOG.md +20 -0
- package/components/Accordion/components/AccordionItem.d.ts +0 -1
- package/components/Alerts/components/AlertsCloseButton.d.ts +0 -1
- package/components/Button/index.d.ts +1 -1
- package/components/Button/interface.d.ts +6 -0
- package/components/Carousel/components/CarouselNavigationButton.d.ts +1 -2
- package/components/Dialog/interface.d.ts +5 -3
- package/components/Modal/interface.d.ts +6 -4
- package/components/SidePanel/interface.d.ts +9 -6
- package/components/TabList/components/Tab.d.ts +1 -1
- package/components/TabList/tab-list.stories.d.ts +11 -0
- package/components/fields/CheckboxGroup/components/CheckboxGroupItem/index.d.ts +3 -3
- package/components/fields/DatePicker/components/Wrapper.d.ts +0 -1
- package/components/fields/ListBox/components/ListBoxSection.d.ts +4 -0
- package/components/fields/ListBox/index.d.ts +4 -0
- package/components/fields/ListBox/interface.d.ts +17 -0
- package/components/fields/ListBox/list-box.stories.d.ts +13 -0
- package/components/fields/Option/index.d.ts +4 -0
- package/components/fields/Option/interface.d.ts +15 -0
- package/components/fields/Select/Select.d.ts +2 -2
- package/components/fields/TextArea/index.d.ts +1 -1
- package/components/fields/TextInputField/index.d.ts +1 -1
- package/examples/PageLayout/index.d.ts +2 -0
- package/helpers/mergeDefaultComponentProps.d.ts +1 -1
- package/hooks/useLabelledOverlay/index.d.ts +9 -0
- package/hooks/useLabelledOverlay/interface.d.ts +14 -0
- package/index.d.ts +2 -1
- package/index.js +1 -1
- package/index.mjs +72 -70
- package/index100.js +5 -1
- package/index100.mjs +88 -6
- package/index101.js +1 -12
- package/index101.mjs +6 -40
- package/index102.js +12 -1
- package/index102.mjs +36 -25
- package/index103.js +1 -1
- package/index103.mjs +85 -9
- package/index104.js +1 -7
- package/index104.mjs +23 -13
- package/index105.js +1 -15
- package/index105.mjs +9 -67
- package/index106.js +7 -1
- package/index106.mjs +17 -5
- package/index107.js +13 -39
- package/index107.mjs +54 -89
- package/index108.js +1 -47
- package/index108.mjs +5 -100
- package/index109.js +40 -15
- package/index109.mjs +100 -19
- package/index11.js +1 -1
- package/index11.mjs +2 -2
- package/index110.js +47 -1
- package/index110.mjs +95 -35
- package/index111.js +16 -1
- package/index111.mjs +25 -48
- package/index112.js +1 -1
- package/index112.mjs +41 -22
- package/index113.js +1 -2
- package/index113.mjs +47 -21
- package/index114.js +1 -1
- package/index114.mjs +21 -61
- package/index115.js +1 -1
- package/index115.mjs +58 -24
- package/index116.js +1 -1
- package/index116.mjs +29 -52
- package/index117.js +1 -1
- package/index117.mjs +52 -4
- package/index118.js +1 -1
- package/index118.mjs +4 -11
- package/index119.js +1 -1
- package/index119.mjs +11 -14
- package/index120.js +1 -1
- package/index120.mjs +13 -37
- package/index121.js +1 -1
- package/index121.mjs +35 -20
- package/index122.js +1 -1
- package/index122.mjs +22 -43
- package/index123.js +1 -1
- package/index123.mjs +42 -18
- package/index124.js +1 -1
- package/index124.mjs +18 -36
- package/index125.js +1 -1
- package/index125.mjs +35 -13
- package/index126.js +1 -1
- package/index126.mjs +13 -238
- package/index127.js +1 -2
- package/index127.mjs +240 -12
- package/index128.js +1 -1
- package/index128.mjs +12 -38
- package/index129.js +2 -1
- package/index129.mjs +38 -10
- package/index13.js +1 -1
- package/index13.mjs +1 -1
- package/index130.js +1 -1
- package/index130.mjs +11 -39
- package/index131.js +1 -1
- package/index131.mjs +38 -8
- package/index132.js +1 -1
- package/index132.mjs +22 -21
- package/index133.js +1 -1
- package/index133.mjs +21 -41
- package/index134.js +1 -1
- package/index134.mjs +42 -25
- package/index135.js +1 -1
- package/index135.mjs +25 -40
- package/index136.js +1 -2
- package/index136.mjs +39 -56
- package/index137.js +2 -1
- package/index137.mjs +57 -38
- package/index138.js +1 -1
- package/index138.mjs +34 -26
- package/index139.js +1 -1
- package/index139.mjs +29 -18
- package/index14.js +1 -1
- package/index14.mjs +3 -3
- package/index140.js +1 -1
- package/index140.mjs +7 -8
- package/index141.js +1 -1
- package/index141.mjs +9 -30
- package/index142.js +1 -1
- package/index142.mjs +30 -15
- package/index143.js +1 -1
- package/index143.mjs +13 -15
- package/index144.js +1 -2
- package/index144.mjs +16 -47
- package/index145.js +2 -1
- package/index145.mjs +46 -36
- package/index146.js +1 -1
- package/index146.mjs +36 -27
- package/index147.js +1 -1
- package/index147.mjs +27 -20
- package/index148.js +1 -1
- package/index148.mjs +18 -32
- package/index149.js +1 -2
- package/index149.mjs +35 -21
- package/index150.js +1 -1
- package/index150.mjs +54 -18
- package/index151.js +1 -1
- package/index151.mjs +11 -5
- package/index152.js +1 -1
- package/index152.mjs +23 -23
- package/index153.js +1 -1
- package/index153.mjs +1 -1
- package/index155.js +1 -1
- package/index155.mjs +10 -55
- package/index156.js +1 -1
- package/index156.mjs +6 -12
- package/index157.js +2 -1
- package/index157.mjs +49 -11
- package/index158.js +1 -1
- package/index158.mjs +125 -5
- package/index159.js +1 -2
- package/index159.mjs +27 -49
- package/index16.js +1 -1
- package/index16.mjs +2 -2
- package/index160.js +1 -1
- package/index160.mjs +66 -118
- package/index161.js +1 -1
- package/index161.mjs +370 -62
- package/index162.js +1 -1
- package/index162.mjs +44 -379
- package/index163.js +1 -1
- package/index163.mjs +4 -47
- package/index164.js +1 -1
- package/index164.mjs +25 -4
- package/index165.js +1 -1
- package/index165.mjs +46 -23
- package/index166.js +1 -1
- package/index166.mjs +4 -46
- package/index167.js +1 -1
- package/index167.mjs +24 -5
- package/index168.js +1 -1
- package/index168.mjs +11 -23
- package/index169.js +1 -1
- package/index169.mjs +4 -12
- package/index17.js +1 -1
- package/index17.mjs +4 -4
- package/index170.js +1 -1
- package/index170.mjs +14 -4
- package/index171.js +1 -1
- package/index171.mjs +21 -14
- package/index172.js +1 -1
- package/index172.mjs +42 -21
- package/index173.js +1 -1
- package/index173.mjs +52 -37
- package/index174.js +1 -1
- package/index174.mjs +39 -55
- package/index175.js +1 -1
- package/index175.mjs +27 -40
- package/index176.js +1 -1
- package/index176.mjs +30 -27
- package/index177.js +1 -1
- package/index177.mjs +13 -30
- package/index178.js +1 -1
- package/index178.mjs +10 -14
- package/index179.js +1 -1
- package/index179.mjs +28 -10
- package/index18.js +1 -1
- package/index18.mjs +6 -6
- package/index180.js +1 -1
- package/index180.mjs +9 -28
- package/index181.js +1 -1
- package/index181.mjs +6 -9
- package/index182.js +1 -1
- package/index182.mjs +5 -6
- package/index183.js +1 -1
- package/index183.mjs +7 -5
- package/index184.js +1 -1
- package/index184.mjs +29 -7
- package/index185.js +1 -1
- package/index185.mjs +16 -27
- package/index186.js +1 -1
- package/index186.mjs +12 -17
- package/index187.js +1 -1
- package/index187.mjs +43 -13
- package/index188.js +1 -1
- package/index188.mjs +7 -42
- package/index189.js +1 -1
- package/index189.mjs +17 -8
- package/index19.js +1 -1
- package/index19.mjs +2 -2
- package/index190.js +1 -1
- package/index190.mjs +3 -18
- package/index191.js +1 -1
- package/index191.mjs +5 -3
- package/index192.js +1 -1
- package/index192.mjs +19 -4
- package/index193.js +1 -1
- package/index193.mjs +54 -19
- package/index194.js +1 -1
- package/index194.mjs +198 -49
- package/index195.js +1 -1
- package/index195.mjs +64 -27
- package/index196.js +1 -1
- package/index196.mjs +142 -123
- package/index197.js +1 -1
- package/index197.mjs +120 -130
- package/index198.js +1 -1
- package/index198.mjs +224 -44
- package/index199.js +1 -1
- package/index199.mjs +190 -14
- package/index2.js +1 -1
- package/index2.mjs +49 -47
- package/index20.js +1 -1
- package/index20.mjs +1 -1
- package/index200.js +1 -1
- package/index200.mjs +69 -95
- package/index201.js +1 -1
- package/index201.mjs +277 -104
- package/index202.js +1 -1
- package/index202.mjs +98 -4
- package/index203.js +1 -1
- package/index203.mjs +188 -3
- package/index204.js +1 -1
- package/index204.mjs +82 -123
- package/index205.js +1 -1
- package/index205.mjs +58 -29
- package/index206.js +1 -1
- package/index206.mjs +125 -50
- package/index207.js +1 -1
- package/index207.mjs +113 -41
- package/index208.js +1 -1
- package/index208.mjs +118 -33
- package/index209.js +1 -1
- package/index209.mjs +69 -110
- package/index210.js +1 -1
- package/index210.mjs +105 -72
- package/index211.js +1 -1
- package/index211.mjs +52 -101
- package/index212.js +1 -1
- package/index212.mjs +94 -98
- package/index213.js +1 -1
- package/index213.mjs +65 -135
- package/index214.js +1 -1
- package/index214.mjs +56 -197
- package/index215.js +1 -1
- package/index215.mjs +99 -22
- package/index216.js +5 -1
- package/index216.mjs +78 -47
- package/index217.js +1 -1
- package/index217.mjs +2019 -42
- package/index218.js +1 -1
- package/index218.mjs +54 -92
- package/index219.js +1 -1
- package/index219.mjs +189 -72
- package/index220.js +1 -1
- package/index220.mjs +133 -61
- package/index221.js +1 -1
- package/index221.mjs +197 -7
- package/index222.js +1 -1
- package/index222.mjs +22 -11
- package/index223.js +1 -1
- package/index223.mjs +46 -200
- package/index224.js +1 -1
- package/index224.mjs +45 -61
- package/index225.js +1 -1
- package/index225.mjs +93 -139
- package/index226.js +1 -1
- package/index226.mjs +72 -125
- package/index227.js +1 -1
- package/index227.mjs +62 -218
- package/index228.js +1 -1
- package/index228.mjs +7 -190
- package/index229.js +1 -1
- package/index229.mjs +11 -69
- package/index23.js +1 -1
- package/index23.mjs +2 -2
- package/index230.js +1 -1
- package/index230.mjs +116 -271
- package/index231.js +1 -1
- package/index231.mjs +129 -93
- package/index232.js +1 -1
- package/index232.mjs +44 -188
- package/index233.js +1 -1
- package/index233.mjs +14 -84
- package/index234.js +1 -1
- package/index234.mjs +95 -58
- package/index235.js +1 -1
- package/index235.mjs +105 -125
- package/index236.js +1 -1
- package/index236.mjs +4 -116
- package/index237.js +1 -1
- package/index237.mjs +3 -122
- package/index238.js +1 -1
- package/index238.mjs +123 -70
- package/index239.js +1 -1
- package/index239.mjs +25 -106
- package/index24.js +1 -1
- package/index24.mjs +3 -3
- package/index240.js +1 -1
- package/index240.mjs +51 -52
- package/index241.js +1 -1
- package/index241.mjs +44 -93
- package/index242.js +1 -1
- package/index242.mjs +36 -69
- package/index243.js +1 -1
- package/index243.mjs +111 -54
- package/index244.js +1 -1
- package/index244.mjs +77 -99
- package/index245.js +1 -5
- package/index245.mjs +101 -80
- package/index246.js +1 -1
- package/index246.mjs +97 -2025
- package/index247.js +1 -1
- package/index247.mjs +5 -59
- package/index248.js +1 -1
- package/index248.mjs +118 -185
- package/index249.js +1 -1
- package/index249.mjs +43 -5
- package/index25.js +1 -1
- package/index25.mjs +1 -1
- package/index250.js +1 -1
- package/index250.mjs +220 -111
- package/index251.js +1 -1
- package/index251.mjs +31 -43
- package/index252.js +1 -1
- package/index252.mjs +3 -230
- package/index253.js +1 -1
- package/index253.mjs +129 -30
- package/index254.js +1 -1
- package/index254.mjs +190 -3
- package/index255.js +1 -1
- package/index255.mjs +9 -4
- package/index256.js +1 -1
- package/index256.mjs +4 -5
- package/index257.js +1 -1
- package/index257.mjs +37 -5
- package/index258.js +1 -1
- package/index258.mjs +6 -5
- package/index259.js +1 -1
- package/index259.mjs +30 -5
- package/index26.js +1 -1
- package/index26.mjs +2 -2
- package/index260.js +1 -1
- package/index260.mjs +7 -5
- package/index261.js +1 -1
- package/index261.mjs +1 -1
- package/index262.js +1 -1
- package/index262.mjs +4 -4
- package/index263.js +1 -1
- package/index263.mjs +4 -4
- package/index264.js +1 -1
- package/index264.mjs +4 -4
- package/index265.js +1 -1
- package/index265.mjs +1 -1
- package/index266.js +1 -1
- package/index266.mjs +4 -4
- package/index267.js +1 -1
- package/index267.mjs +4 -4
- package/index268.js +1 -1
- package/index268.mjs +1 -1
- package/index269.js +1 -1
- package/index269.mjs +4 -4
- package/index270.js +1 -1
- package/index270.mjs +4 -4
- package/index271.js +1 -1
- package/index271.mjs +4 -4
- package/index272.js +1 -1
- package/index272.mjs +4 -4
- package/index273.js +1 -1
- package/index273.mjs +1 -1
- package/index274.js +1 -1
- package/index274.mjs +4 -4
- package/index275.js +1 -1
- package/index275.mjs +1 -1
- package/index276.js +1 -1
- package/index276.mjs +4 -4
- package/index277.js +1 -1
- package/index277.mjs +4 -4
- package/index278.js +1 -1
- package/index278.mjs +4 -4
- package/index279.js +1 -1
- package/index279.mjs +4 -4
- package/index28.js +1 -1
- package/index28.mjs +3 -3
- package/index280.js +1 -1
- package/index280.mjs +4 -4
- package/index281.js +1 -1
- package/index281.mjs +4 -4
- package/index282.js +1 -1
- package/index282.mjs +4 -4
- package/index283.js +1 -1
- package/index283.mjs +4 -4
- package/index284.js +1 -1
- package/index284.mjs +1 -1
- package/index285.js +1 -1
- package/index285.mjs +4 -4
- package/index286.js +1 -1
- package/index286.mjs +4 -4
- package/index287.js +1 -1
- package/index287.mjs +4 -4
- package/index288.js +1 -1
- package/index288.mjs +4 -4
- package/index289.js +1 -1
- package/index289.mjs +1 -1
- package/index29.js +1 -1
- package/index29.mjs +3 -3
- package/index290.js +1 -1
- package/index290.mjs +4 -130
- package/index291.js +1 -1
- package/index291.mjs +5 -191
- package/index292.js +1 -1
- package/index292.mjs +5 -10
- package/index293.js +1 -1
- package/index293.mjs +5 -4
- package/index294.js +1 -1
- package/index294.mjs +5 -37
- package/index295.js +1 -1
- package/index295.mjs +4 -5
- package/index296.js +1 -1
- package/index296.mjs +62 -29
- package/index297.js +1 -1
- package/index297.mjs +7 -7
- package/index298.js +1 -1
- package/index298.mjs +27 -62
- package/index299.js +1 -1
- package/index299.mjs +93 -7
- package/index30.js +1 -1
- package/index30.mjs +15 -12
- package/index300.js +1 -1
- package/index300.mjs +6 -24
- package/index301.js +1 -1
- package/index301.mjs +23 -90
- package/index302.js +1 -1
- package/index302.mjs +32 -8
- package/index303.js +1 -1
- package/index303.mjs +6 -25
- package/index304.js +1 -1
- package/index304.mjs +6 -33
- package/index305.js +1 -1
- package/index305.mjs +50 -6
- package/index306.js +1 -1
- package/index306.mjs +29 -6
- package/index307.js +1 -1
- package/index307.mjs +14 -50
- package/index308.js +1 -1
- package/index308.mjs +20 -28
- package/index309.js +1 -1
- package/index309.mjs +29 -14
- package/index310.js +1 -1
- package/index310.mjs +65 -20
- package/index311.js +1 -1
- package/index311.mjs +53 -29
- package/index312.js +1 -1
- package/index312.mjs +51 -63
- package/index313.js +1 -1
- package/index313.mjs +271 -43
- package/index314.js +1 -1
- package/index314.mjs +18 -52
- package/index315.js +1 -1
- package/index315.mjs +3 -281
- package/index316.js +1 -1
- package/index316.mjs +4 -20
- package/index317.js +1 -1
- package/index317.mjs +8 -3
- package/index318.js +1 -1
- package/index318.mjs +5 -4
- package/index319.js +1 -1
- package/index319.mjs +30 -8
- package/index32.js +1 -1
- package/index32.mjs +1 -1
- package/index320.js +1 -1
- package/index320.mjs +166 -4
- package/index34.js +1 -1
- package/index34.mjs +2 -2
- package/index35.js +1 -1
- package/index35.mjs +20 -20
- package/index38.js +1 -1
- package/index38.mjs +14 -14
- package/index4.js +1 -1
- package/index4.mjs +1 -1
- package/index42.js +1 -1
- package/index42.mjs +1 -1
- package/index43.js +1 -1
- package/index43.mjs +1 -1
- package/index44.js +1 -1
- package/index44.mjs +3 -3
- package/index45.js +1 -1
- package/index45.mjs +1 -1
- package/index46.js +1 -1
- package/index46.mjs +2 -2
- package/index47.js +1 -1
- package/index47.mjs +1 -1
- package/index6.mjs +30 -32
- package/index74.js +1 -1
- package/index74.mjs +1 -1
- package/index75.js +1 -1
- package/index75.mjs +34 -29
- package/index76.js +1 -1
- package/index76.mjs +1 -1
- package/index78.js +1 -1
- package/index78.mjs +1 -1
- package/index79.js +1 -1
- package/index79.mjs +1 -1
- package/index8.js +1 -1
- package/index8.mjs +45 -34
- package/index80.js +1 -1
- package/index80.mjs +1 -1
- package/index81.js +1 -1
- package/index81.mjs +2 -2
- package/index88.js +1 -1
- package/index88.mjs +9 -6
- package/index89.js +2 -1
- package/index89.mjs +20 -5
- package/index9.js +1 -1
- package/index9.mjs +21 -21
- package/index90.js +1 -1
- package/index90.mjs +4 -2
- package/index91.js +1 -6
- package/index91.mjs +2 -94
- package/index92.js +6 -1
- package/index92.mjs +79 -54
- package/index93.js +1 -1
- package/index93.mjs +61 -33
- package/index94.js +1 -42
- package/index94.mjs +34 -67
- package/index95.js +38 -60
- package/index95.mjs +65 -219
- package/index96.js +63 -8
- package/index96.mjs +215 -44
- package/index97.js +9 -1
- package/index97.mjs +48 -36
- package/index98.js +1 -1
- package/index98.mjs +40 -8
- package/index99.js +1 -5
- package/index99.mjs +10 -85
- package/logger.d.ts +1 -1
- package/message.d.ts +7 -0
- package/package.json +1 -1
- package/providers/Accordion/index.d.ts +0 -1
- package/providers/Menu/index.d.ts +0 -1
- package/providers/SidePanel/interface.d.ts +13 -4
- package/providers/Swiper/index.d.ts +0 -1
- package/providers/Translation/index.d.ts +0 -1
- package/providers/Translation/interface.d.ts +0 -1
- package/providers/UserSearchQuery/index.d.ts +0 -1
- package/storybook/Lightbox/LightboxControlledState.d.ts +3 -0
- package/storybook/Menu/Menu.d.ts +34 -0
- package/storybook/Menu/NestedMenu.d.ts +2 -0
- package/storybook/Menu/mock.d.ts +2 -0
- package/storybook/SelectField/index.d.ts +3 -0
- package/storybook/ShareButtonExample/index.d.ts +3 -0
- package/theme/Accordion/index.d.ts +105 -105
- package/theme/Alerts/index.d.ts +558 -558
- package/theme/Box/index.d.ts +103 -103
- package/theme/Button/index.d.ts +70 -70
- package/theme/Calendar/index.d.ts +504 -504
- package/theme/Carousel/index.d.ts +108 -108
- package/theme/Checkbox/index.d.ts +49 -49
- package/theme/CheckboxGroup/index.d.ts +7 -7
- package/theme/DatePicker/index.d.ts +72 -72
- package/theme/LightBox/index.d.ts +180 -180
- package/theme/ListBox/index.d.ts +2885 -0
- package/theme/Radio/index.d.ts +28 -28
- package/theme/RadioGroup/index.d.ts +7 -7
- package/theme/Search/index.d.ts +7 -7
- package/theme/ShareButton/index.d.ts +70 -70
- package/theme/SidePanel/index.d.ts +1 -1
- package/theme/TabList/index.d.ts +400 -400
- package/theme/TagGroup/index.d.ts +568 -568
- package/theme/TextArea/index.d.ts +7 -7
- package/theme/Typography/index.d.ts +140 -140
- package/transitions/AccordionTransition.d.ts +0 -1
- package/transitions/ModalTransition.d.ts +0 -1
- package/transitions/RenderWithOpacity.d.ts +0 -1
- package/transitions/RenderWithSlide.d.ts +0 -1
- package/transitions/SidePanelTransition.d.ts +0 -1
- package/types/next-link.d.ts +0 -2
- package/components/Lightbox/hooks/overlay/index.d.ts +0 -79
- package/index321.js +0 -1
- package/index321.mjs +0 -33
- package/index322.js +0 -1
- package/index322.mjs +0 -170
package/index287.mjs
CHANGED
package/index288.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.default={};exports.default={dismiss:"
|
|
1
|
+
"use strict";exports.default={};exports.default={dismiss:"Opusti"};module.exports=exports.default;
|
package/index288.mjs
CHANGED
package/index289.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.default={};exports.default={dismiss:"
|
|
1
|
+
"use strict";exports.default={};exports.default={dismiss:"Odbaci"};module.exports=exports.default;
|
package/index289.mjs
CHANGED
package/index29.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const n=require("react/jsx-runtime"),j=require("./
|
|
2
|
+
"use strict";const n=require("react/jsx-runtime"),j=require("./index136.js"),g=require("@react-aria/i18n"),N=require("react"),B=require("react-aria"),P=require("react-stately"),o=require("./index27.js"),$=require("./index3.js"),v=require("./index137.js"),b=require("./index138.js");function y(c){const{buttons:i,tokens:u,customTheme:l,themeName:e="calendar",gridProps:d,...s}=c,{locale:m}=g.useLocale(),r=P.useRangeCalendarState({...s,locale:m,createCalendar:j.createCalendar}),{isDisabled:x,isReadOnly:h,isValueInvalid:q,isFocused:R}=r,a=N.useRef(null),{calendarProps:k,prevButtonProps:p,nextButtonProps:C,title:f}=B.useRangeCalendar({...s},r,a),t={isDisabled:x,isReadOnly:h,isValueInvalid:q,isFocused:R,...u};return n.jsxs(o.BoxWithForwardRef,{...k,ref:a,themeName:`${e}.container`,tokens:t,customTheme:l,children:[n.jsxs(o.default,{themeName:`${e}.header`,tokens:t,children:[n.jsx($.default,{as:"p",themeName:`${e}.title`,tokens:t,children:f}),n.jsx(b,{themeName:e,tokens:t,buttons:i,prevButtonProps:p,nextButtonProps:C})]}),n.jsx(v,{...d,state:r,themeName:e,tokens:t})]})}module.exports=y;
|
package/index29.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as s, jsx as r } from "react/jsx-runtime";
|
|
3
|
-
import { createCalendar as $ } from "./
|
|
3
|
+
import { createCalendar as $ } from "./index136.mjs";
|
|
4
4
|
import { useLocale as b } from "@react-aria/i18n";
|
|
5
5
|
import { useRef as B } from "react";
|
|
6
6
|
import { useRangeCalendar as N } from "react-aria";
|
|
7
7
|
import { useRangeCalendarState as P } from "react-stately";
|
|
8
8
|
import v, { BoxWithForwardRef as y } from "./index27.mjs";
|
|
9
9
|
import T from "./index3.mjs";
|
|
10
|
-
import j from "./
|
|
11
|
-
import F from "./
|
|
10
|
+
import j from "./index137.mjs";
|
|
11
|
+
import F from "./index138.mjs";
|
|
12
12
|
function z(m) {
|
|
13
13
|
const { buttons: i, tokens: d, customTheme: l, themeName: e = "calendar", gridProps: c, ...a } = m, { locale: p } = b(), o = P({
|
|
14
14
|
...a,
|
package/index290.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";exports.default={};exports.default={dismiss:"Avvisa"};module.exports=exports.default;
|
package/index290.mjs
CHANGED
|
@@ -1,133 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
function o(e, n) {
|
|
5
|
-
e === void 0 && (e = {}), n === void 0 && (n = {}), Object.keys(n).forEach((t) => {
|
|
6
|
-
typeof e[t] > "u" ? e[t] = n[t] : r(n[t]) && r(e[t]) && Object.keys(n[t]).length > 0 && o(e[t], n[t]);
|
|
7
|
-
});
|
|
8
|
-
}
|
|
9
|
-
const u = {
|
|
10
|
-
body: {},
|
|
11
|
-
addEventListener() {
|
|
12
|
-
},
|
|
13
|
-
removeEventListener() {
|
|
14
|
-
},
|
|
15
|
-
activeElement: {
|
|
16
|
-
blur() {
|
|
17
|
-
},
|
|
18
|
-
nodeName: ""
|
|
19
|
-
},
|
|
20
|
-
querySelector() {
|
|
21
|
-
return null;
|
|
22
|
-
},
|
|
23
|
-
querySelectorAll() {
|
|
24
|
-
return [];
|
|
25
|
-
},
|
|
26
|
-
getElementById() {
|
|
27
|
-
return null;
|
|
28
|
-
},
|
|
29
|
-
createEvent() {
|
|
30
|
-
return {
|
|
31
|
-
initEvent() {
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
},
|
|
35
|
-
createElement() {
|
|
36
|
-
return {
|
|
37
|
-
children: [],
|
|
38
|
-
childNodes: [],
|
|
39
|
-
style: {},
|
|
40
|
-
setAttribute() {
|
|
41
|
-
},
|
|
42
|
-
getElementsByTagName() {
|
|
43
|
-
return [];
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
},
|
|
47
|
-
createElementNS() {
|
|
48
|
-
return {};
|
|
49
|
-
},
|
|
50
|
-
importNode() {
|
|
51
|
-
return null;
|
|
52
|
-
},
|
|
53
|
-
location: {
|
|
54
|
-
hash: "",
|
|
55
|
-
host: "",
|
|
56
|
-
hostname: "",
|
|
57
|
-
href: "",
|
|
58
|
-
origin: "",
|
|
59
|
-
pathname: "",
|
|
60
|
-
protocol: "",
|
|
61
|
-
search: ""
|
|
62
|
-
}
|
|
1
|
+
var s = {};
|
|
2
|
+
s = {
|
|
3
|
+
dismiss: "Avvisa"
|
|
63
4
|
};
|
|
64
|
-
function c() {
|
|
65
|
-
const e = typeof document < "u" ? document : {};
|
|
66
|
-
return o(e, u), e;
|
|
67
|
-
}
|
|
68
|
-
const i = {
|
|
69
|
-
document: u,
|
|
70
|
-
navigator: {
|
|
71
|
-
userAgent: ""
|
|
72
|
-
},
|
|
73
|
-
location: {
|
|
74
|
-
hash: "",
|
|
75
|
-
host: "",
|
|
76
|
-
hostname: "",
|
|
77
|
-
href: "",
|
|
78
|
-
origin: "",
|
|
79
|
-
pathname: "",
|
|
80
|
-
protocol: "",
|
|
81
|
-
search: ""
|
|
82
|
-
},
|
|
83
|
-
history: {
|
|
84
|
-
replaceState() {
|
|
85
|
-
},
|
|
86
|
-
pushState() {
|
|
87
|
-
},
|
|
88
|
-
go() {
|
|
89
|
-
},
|
|
90
|
-
back() {
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
CustomEvent: function() {
|
|
94
|
-
return this;
|
|
95
|
-
},
|
|
96
|
-
addEventListener() {
|
|
97
|
-
},
|
|
98
|
-
removeEventListener() {
|
|
99
|
-
},
|
|
100
|
-
getComputedStyle() {
|
|
101
|
-
return {
|
|
102
|
-
getPropertyValue() {
|
|
103
|
-
return "";
|
|
104
|
-
}
|
|
105
|
-
};
|
|
106
|
-
},
|
|
107
|
-
Image() {
|
|
108
|
-
},
|
|
109
|
-
Date() {
|
|
110
|
-
},
|
|
111
|
-
screen: {},
|
|
112
|
-
setTimeout() {
|
|
113
|
-
},
|
|
114
|
-
clearTimeout() {
|
|
115
|
-
},
|
|
116
|
-
matchMedia() {
|
|
117
|
-
return {};
|
|
118
|
-
},
|
|
119
|
-
requestAnimationFrame(e) {
|
|
120
|
-
return typeof setTimeout > "u" ? (e(), null) : setTimeout(e, 0);
|
|
121
|
-
},
|
|
122
|
-
cancelAnimationFrame(e) {
|
|
123
|
-
typeof setTimeout > "u" || clearTimeout(e);
|
|
124
|
-
}
|
|
125
|
-
};
|
|
126
|
-
function s() {
|
|
127
|
-
const e = typeof window < "u" ? window : {};
|
|
128
|
-
return o(e, i), e;
|
|
129
|
-
}
|
|
130
5
|
export {
|
|
131
|
-
s as
|
|
132
|
-
c as g
|
|
6
|
+
s as default
|
|
133
7
|
};
|
package/index291.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";exports.default={};exports.default={dismiss:"Kapat"};module.exports=exports.default;
|
package/index291.mjs
CHANGED
|
@@ -1,193 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
5
|
-
function E(e) {
|
|
6
|
-
const t = e;
|
|
7
|
-
Object.keys(t).forEach((n) => {
|
|
8
|
-
try {
|
|
9
|
-
t[n] = null;
|
|
10
|
-
} catch {
|
|
11
|
-
}
|
|
12
|
-
try {
|
|
13
|
-
delete t[n];
|
|
14
|
-
} catch {
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
function M(e, t) {
|
|
19
|
-
return t === void 0 && (t = 0), setTimeout(e, t);
|
|
20
|
-
}
|
|
21
|
-
function C() {
|
|
22
|
-
return Date.now();
|
|
23
|
-
}
|
|
24
|
-
function T(e) {
|
|
25
|
-
const t = c();
|
|
26
|
-
let n;
|
|
27
|
-
return t.getComputedStyle && (n = t.getComputedStyle(e, null)), !n && e.currentStyle && (n = e.currentStyle), n || (n = e.style), n;
|
|
28
|
-
}
|
|
29
|
-
function v(e, t) {
|
|
30
|
-
t === void 0 && (t = "x");
|
|
31
|
-
const n = c();
|
|
32
|
-
let r, i, s;
|
|
33
|
-
const l = T(e);
|
|
34
|
-
return n.WebKitCSSMatrix ? (i = l.transform || l.webkitTransform, i.split(",").length > 6 && (i = i.split(", ").map((o) => o.replace(",", ".")).join(", ")), s = new n.WebKitCSSMatrix(i === "none" ? "" : i)) : (s = l.MozTransform || l.OTransform || l.MsTransform || l.msTransform || l.transform || l.getPropertyValue("transform").replace("translate(", "matrix(1, 0, 0, 1,"), r = s.toString().split(",")), t === "x" && (n.WebKitCSSMatrix ? i = s.m41 : r.length === 16 ? i = parseFloat(r[12]) : i = parseFloat(r[4])), t === "y" && (n.WebKitCSSMatrix ? i = s.m42 : r.length === 16 ? i = parseFloat(r[13]) : i = parseFloat(r[5])), i || 0;
|
|
35
|
-
}
|
|
36
|
-
function p(e) {
|
|
37
|
-
return typeof e == "object" && e !== null && e.constructor && Object.prototype.toString.call(e).slice(8, -1) === "Object";
|
|
38
|
-
}
|
|
39
|
-
function b(e) {
|
|
40
|
-
return typeof window < "u" && typeof window.HTMLElement < "u" ? e instanceof HTMLElement : e && (e.nodeType === 1 || e.nodeType === 11);
|
|
41
|
-
}
|
|
42
|
-
function w() {
|
|
43
|
-
const e = Object(arguments.length <= 0 ? void 0 : arguments[0]), t = ["__proto__", "constructor", "prototype"];
|
|
44
|
-
for (let n = 1; n < arguments.length; n += 1) {
|
|
45
|
-
const r = n < 0 || arguments.length <= n ? void 0 : arguments[n];
|
|
46
|
-
if (r != null && !b(r)) {
|
|
47
|
-
const i = Object.keys(Object(r)).filter((s) => t.indexOf(s) < 0);
|
|
48
|
-
for (let s = 0, l = i.length; s < l; s += 1) {
|
|
49
|
-
const o = i[s], a = Object.getOwnPropertyDescriptor(r, o);
|
|
50
|
-
a !== void 0 && a.enumerable && (p(e[o]) && p(r[o]) ? r[o].__swiper__ ? e[o] = r[o] : w(e[o], r[o]) : !p(e[o]) && p(r[o]) ? (e[o] = {}, r[o].__swiper__ ? e[o] = r[o] : w(e[o], r[o])) : e[o] = r[o]);
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
return e;
|
|
55
|
-
}
|
|
56
|
-
function O(e, t, n) {
|
|
57
|
-
e.style.setProperty(t, n);
|
|
58
|
-
}
|
|
59
|
-
function P(e) {
|
|
60
|
-
let {
|
|
61
|
-
swiper: t,
|
|
62
|
-
targetPosition: n,
|
|
63
|
-
side: r
|
|
64
|
-
} = e;
|
|
65
|
-
const i = c(), s = -t.translate;
|
|
66
|
-
let l = null, o;
|
|
67
|
-
const a = t.params.speed;
|
|
68
|
-
t.wrapperEl.style.scrollSnapType = "none", i.cancelAnimationFrame(t.cssModeFrameID);
|
|
69
|
-
const d = n > s ? "next" : "prev", g = (f, m) => d === "next" && f >= m || d === "prev" && f <= m, h = () => {
|
|
70
|
-
o = (/* @__PURE__ */ new Date()).getTime(), l === null && (l = o);
|
|
71
|
-
const f = Math.max(Math.min((o - l) / a, 1), 0), m = 0.5 - Math.cos(f * Math.PI) / 2;
|
|
72
|
-
let u = s + m * (n - s);
|
|
73
|
-
if (g(u, n) && (u = n), t.wrapperEl.scrollTo({
|
|
74
|
-
[r]: u
|
|
75
|
-
}), g(u, n)) {
|
|
76
|
-
t.wrapperEl.style.overflow = "hidden", t.wrapperEl.style.scrollSnapType = "", setTimeout(() => {
|
|
77
|
-
t.wrapperEl.style.overflow = "", t.wrapperEl.scrollTo({
|
|
78
|
-
[r]: u
|
|
79
|
-
});
|
|
80
|
-
}), i.cancelAnimationFrame(t.cssModeFrameID);
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
t.cssModeFrameID = i.requestAnimationFrame(h);
|
|
84
|
-
};
|
|
85
|
-
h();
|
|
86
|
-
}
|
|
87
|
-
function F(e) {
|
|
88
|
-
return e.querySelector(".swiper-slide-transform") || e.shadowRoot && e.shadowRoot.querySelector(".swiper-slide-transform") || e;
|
|
89
|
-
}
|
|
90
|
-
function j(e, t) {
|
|
91
|
-
t === void 0 && (t = "");
|
|
92
|
-
const n = [...e.children];
|
|
93
|
-
return e instanceof HTMLSlotElement && n.push(...e.assignedElements()), t ? n.filter((r) => r.matches(t)) : n;
|
|
94
|
-
}
|
|
95
|
-
function L(e, t) {
|
|
96
|
-
const n = t.contains(e);
|
|
97
|
-
return !n && t instanceof HTMLSlotElement ? [...t.assignedElements()].includes(e) : n;
|
|
98
|
-
}
|
|
99
|
-
function _(e) {
|
|
100
|
-
try {
|
|
101
|
-
console.warn(e);
|
|
102
|
-
return;
|
|
103
|
-
} catch {
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
function A(e, t) {
|
|
107
|
-
t === void 0 && (t = []);
|
|
108
|
-
const n = document.createElement(e);
|
|
109
|
-
return n.classList.add(...Array.isArray(t) ? t : S(t)), n;
|
|
110
|
-
}
|
|
111
|
-
function k(e) {
|
|
112
|
-
const t = c(), n = y(), r = e.getBoundingClientRect(), i = n.body, s = e.clientTop || i.clientTop || 0, l = e.clientLeft || i.clientLeft || 0, o = e === t ? t.scrollY : e.scrollTop, a = e === t ? t.scrollX : e.scrollLeft;
|
|
113
|
-
return {
|
|
114
|
-
top: r.top + o - s,
|
|
115
|
-
left: r.left + a - l
|
|
116
|
-
};
|
|
117
|
-
}
|
|
118
|
-
function D(e, t) {
|
|
119
|
-
const n = [];
|
|
120
|
-
for (; e.previousElementSibling; ) {
|
|
121
|
-
const r = e.previousElementSibling;
|
|
122
|
-
t ? r.matches(t) && n.push(r) : n.push(r), e = r;
|
|
123
|
-
}
|
|
124
|
-
return n;
|
|
125
|
-
}
|
|
126
|
-
function I(e, t) {
|
|
127
|
-
const n = [];
|
|
128
|
-
for (; e.nextElementSibling; ) {
|
|
129
|
-
const r = e.nextElementSibling;
|
|
130
|
-
t ? r.matches(t) && n.push(r) : n.push(r), e = r;
|
|
131
|
-
}
|
|
132
|
-
return n;
|
|
133
|
-
}
|
|
134
|
-
function W(e, t) {
|
|
135
|
-
return c().getComputedStyle(e, null).getPropertyValue(t);
|
|
136
|
-
}
|
|
137
|
-
function H(e) {
|
|
138
|
-
let t = e, n;
|
|
139
|
-
if (t) {
|
|
140
|
-
for (n = 0; (t = t.previousSibling) !== null; )
|
|
141
|
-
t.nodeType === 1 && (n += 1);
|
|
142
|
-
return n;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
function K(e, t) {
|
|
146
|
-
const n = [];
|
|
147
|
-
let r = e.parentElement;
|
|
148
|
-
for (; r; )
|
|
149
|
-
t ? r.matches(t) && n.push(r) : n.push(r), r = r.parentElement;
|
|
150
|
-
return n;
|
|
151
|
-
}
|
|
152
|
-
function q(e, t) {
|
|
153
|
-
function n(r) {
|
|
154
|
-
r.target === e && (t.call(e, r), e.removeEventListener("transitionend", n));
|
|
155
|
-
}
|
|
156
|
-
t && e.addEventListener("transitionend", n);
|
|
157
|
-
}
|
|
158
|
-
function R(e, t, n) {
|
|
159
|
-
const r = c();
|
|
160
|
-
return e[t === "width" ? "offsetWidth" : "offsetHeight"] + parseFloat(r.getComputedStyle(e, null).getPropertyValue(t === "width" ? "margin-right" : "margin-top")) + parseFloat(r.getComputedStyle(e, null).getPropertyValue(t === "width" ? "margin-left" : "margin-bottom"));
|
|
161
|
-
}
|
|
162
|
-
function V(e) {
|
|
163
|
-
return (Array.isArray(e) ? e : [e]).filter((t) => !!t);
|
|
164
|
-
}
|
|
165
|
-
function B(e) {
|
|
166
|
-
return (t) => Math.abs(t) > 0 && e.browser && e.browser.need3dFix && Math.abs(t) % 90 === 0 ? t + 1e-3 : t;
|
|
167
|
-
}
|
|
1
|
+
var a = {};
|
|
2
|
+
a = {
|
|
3
|
+
dismiss: "Kapat"
|
|
4
|
+
};
|
|
168
5
|
export {
|
|
169
|
-
|
|
170
|
-
k as b,
|
|
171
|
-
A as c,
|
|
172
|
-
C as d,
|
|
173
|
-
j as e,
|
|
174
|
-
R as f,
|
|
175
|
-
F as g,
|
|
176
|
-
H as h,
|
|
177
|
-
S as i,
|
|
178
|
-
v as j,
|
|
179
|
-
q as k,
|
|
180
|
-
p as l,
|
|
181
|
-
V as m,
|
|
182
|
-
M as n,
|
|
183
|
-
B as o,
|
|
184
|
-
W as p,
|
|
185
|
-
I as q,
|
|
186
|
-
D as r,
|
|
187
|
-
O as s,
|
|
188
|
-
P as t,
|
|
189
|
-
_ as u,
|
|
190
|
-
L as v,
|
|
191
|
-
w,
|
|
192
|
-
E as x
|
|
6
|
+
a as default
|
|
193
7
|
};
|
package/index292.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";exports.default={};exports.default={dismiss:"Скасувати"};module.exports=exports.default;
|
package/index292.mjs
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
let t = i(f.el, `.${l[e]}`)[0];
|
|
6
|
-
t || (t = m("div", l[e]), t.className = l[e], f.el.append(t)), n[e] = t, a[e] = t;
|
|
7
|
-
}
|
|
8
|
-
}), n;
|
|
9
|
-
}
|
|
1
|
+
var u = {};
|
|
2
|
+
u = {
|
|
3
|
+
dismiss: "Скасувати"
|
|
4
|
+
};
|
|
10
5
|
export {
|
|
11
|
-
|
|
6
|
+
u as default
|
|
12
7
|
};
|
package/index293.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";exports.default={};exports.default={dismiss:"取消"};module.exports=exports.default;
|
package/index293.mjs
CHANGED
package/index294.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";exports.default={};exports.default={dismiss:"關閉"};module.exports=exports.default;
|
package/index294.mjs
CHANGED
|
@@ -1,39 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
on: r,
|
|
6
|
-
setTranslate: f,
|
|
7
|
-
setTransition: p,
|
|
8
|
-
overwriteParams: n,
|
|
9
|
-
perspective: o,
|
|
10
|
-
recreateShadows: l,
|
|
11
|
-
getEffectParams: c
|
|
12
|
-
} = d;
|
|
13
|
-
r("beforeInit", () => {
|
|
14
|
-
if (e.params.effect !== s) return;
|
|
15
|
-
e.classNames.push(`${e.params.containerModifierClass}${s}`), o && o() && e.classNames.push(`${e.params.containerModifierClass}3d`);
|
|
16
|
-
const a = n ? n() : {};
|
|
17
|
-
Object.assign(e.params, a), Object.assign(e.originalParams, a);
|
|
18
|
-
}), r("setTranslate", () => {
|
|
19
|
-
e.params.effect === s && f();
|
|
20
|
-
}), r("setTransition", (a, i) => {
|
|
21
|
-
e.params.effect === s && p(i);
|
|
22
|
-
}), r("transitionEnd", () => {
|
|
23
|
-
if (e.params.effect === s && l) {
|
|
24
|
-
if (!c || !c().slideShadows) return;
|
|
25
|
-
e.slides.forEach((a) => {
|
|
26
|
-
a.querySelectorAll(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").forEach((i) => i.remove());
|
|
27
|
-
}), l();
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
let t;
|
|
31
|
-
r("virtualUpdate", () => {
|
|
32
|
-
e.params.effect === s && (e.slides.length || (t = !0), requestAnimationFrame(() => {
|
|
33
|
-
t && e.slides && e.slides.length && (f(), t = !1);
|
|
34
|
-
}));
|
|
35
|
-
});
|
|
36
|
-
}
|
|
1
|
+
var s = {};
|
|
2
|
+
s = {
|
|
3
|
+
dismiss: "關閉"
|
|
4
|
+
};
|
|
37
5
|
export {
|
|
38
|
-
|
|
6
|
+
s as default
|
|
39
7
|
};
|
package/index295.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function i(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}exports._=i;
|
package/index295.mjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
return e !== t && (e.style.backfaceVisibility = "hidden", e.style["-webkit-backface-visibility"] = "hidden"), e;
|
|
1
|
+
function a(e, t) {
|
|
2
|
+
if (t.has(e))
|
|
3
|
+
throw new TypeError("Cannot initialize the same private elements twice on an object");
|
|
5
4
|
}
|
|
6
5
|
export {
|
|
7
|
-
|
|
6
|
+
a as _
|
|
8
7
|
};
|
package/index296.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index299.js"),u=require("./index168.js"),m=require("./index174.js"),L=require("./index188.js");require("react");let f=null,y=new Set,a=new Map,i=!1,c=!1;function d(e,n){for(let t of y)t(e,n)}function g(e){return!(e.metaKey||!m.isMac()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function s(e){i=!0,g(e)&&(f="keyboard",d("keyboard",e))}function o(e){f="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(i=!0,d("pointer",e))}function b(e){L.isVirtualClick(e)&&(i=!0,f="virtual")}function $(e){e.target===window||e.target===document||l.ignoreFocusEvent||!e.isTrusted||(!i&&!c&&(f="virtual",d("virtual",e)),i=!1,c=!1)}function E(){l.ignoreFocusEvent||(i=!1,c=!0)}function v(e){if(typeof window>"u"||a.get(u.getOwnerWindow(e)))return;const n=u.getOwnerWindow(e),t=u.getOwnerDocument(e);let r=n.HTMLElement.prototype.focus;n.HTMLElement.prototype.focus=function(){i=!0,r.apply(this,arguments)},t.addEventListener("keydown",s,!0),t.addEventListener("keyup",s,!0),t.addEventListener("click",b,!0),n.addEventListener("focus",$,!0),n.addEventListener("blur",E,!1),typeof PointerEvent<"u"?(t.addEventListener("pointerdown",o,!0),t.addEventListener("pointermove",o,!0),t.addEventListener("pointerup",o,!0)):process.env.NODE_ENV==="test"&&(t.addEventListener("mousedown",o,!0),t.addEventListener("mousemove",o,!0),t.addEventListener("mouseup",o,!0)),n.addEventListener("beforeunload",()=>{p(e)},{once:!0}),a.set(n,{focus:r})}const p=(e,n)=>{const t=u.getOwnerWindow(e),r=u.getOwnerDocument(e);n&&r.removeEventListener("DOMContentLoaded",n),a.has(t)&&(t.HTMLElement.prototype.focus=a.get(t).focus,r.removeEventListener("keydown",s,!0),r.removeEventListener("keyup",s,!0),r.removeEventListener("click",b,!0),t.removeEventListener("focus",$,!0),t.removeEventListener("blur",E,!1),typeof PointerEvent<"u"?(r.removeEventListener("pointerdown",o,!0),r.removeEventListener("pointermove",o,!0),r.removeEventListener("pointerup",o,!0)):process.env.NODE_ENV==="test"&&(r.removeEventListener("mousedown",o,!0),r.removeEventListener("mousemove",o,!0),r.removeEventListener("mouseup",o,!0)),a.delete(t))};function w(e){const n=u.getOwnerDocument(e);let t;return n.readyState!=="loading"?v(e):(t=()=>{v(e)},n.addEventListener("DOMContentLoaded",t)),()=>p(e,t)}typeof document<"u"&&w();function O(){return f}function k(e){f=e,d(e,null)}exports.addWindowFocusTracking=w;exports.getInteractionModality=O;exports.hasSetupGlobalListeners=a;exports.setInteractionModality=k;
|
package/index296.mjs
CHANGED
|
@@ -1,32 +1,65 @@
|
|
|
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
|
-
|
|
1
|
+
import { ignoreFocusEvent as b } from "./index299.mjs";
|
|
2
|
+
import { getOwnerDocument as v, getOwnerWindow as s } from "./index168.mjs";
|
|
3
|
+
import { isMac as L } from "./index174.mjs";
|
|
4
|
+
import { isVirtualClick as y } from "./index188.mjs";
|
|
5
|
+
import "react";
|
|
6
|
+
let f = null, w = /* @__PURE__ */ new Set(), i = /* @__PURE__ */ new Map(), a = !1, c = !1;
|
|
7
|
+
function u(e, n) {
|
|
8
|
+
for (let t of w) t(e, n);
|
|
9
|
+
}
|
|
10
|
+
function g(e) {
|
|
11
|
+
return !(e.metaKey || !L() && e.altKey || e.ctrlKey || e.key === "Control" || e.key === "Shift" || e.key === "Meta");
|
|
12
|
+
}
|
|
13
|
+
function d(e) {
|
|
14
|
+
a = !0, g(e) && (f = "keyboard", u("keyboard", e));
|
|
15
|
+
}
|
|
16
|
+
function o(e) {
|
|
17
|
+
f = "pointer", (e.type === "mousedown" || e.type === "pointerdown") && (a = !0, u("pointer", e));
|
|
18
|
+
}
|
|
19
|
+
function l(e) {
|
|
20
|
+
y(e) && (a = !0, f = "virtual");
|
|
21
|
+
}
|
|
22
|
+
function p(e) {
|
|
23
|
+
e.target === window || e.target === document || b || !e.isTrusted || (!a && !c && (f = "virtual", u("virtual", e)), a = !1, c = !1);
|
|
24
|
+
}
|
|
25
|
+
function E() {
|
|
26
|
+
b || (a = !1, c = !0);
|
|
27
|
+
}
|
|
28
|
+
function $(e) {
|
|
29
|
+
if (typeof window > "u" || i.get(s(e))) return;
|
|
30
|
+
const n = s(e), t = v(e);
|
|
31
|
+
let r = n.HTMLElement.prototype.focus;
|
|
32
|
+
n.HTMLElement.prototype.focus = function() {
|
|
33
|
+
a = !0, r.apply(this, arguments);
|
|
34
|
+
}, t.addEventListener("keydown", d, !0), t.addEventListener("keyup", d, !0), t.addEventListener("click", l, !0), n.addEventListener("focus", p, !0), n.addEventListener("blur", E, !1), typeof PointerEvent < "u" ? (t.addEventListener("pointerdown", o, !0), t.addEventListener("pointermove", o, !0), t.addEventListener("pointerup", o, !0)) : process.env.NODE_ENV === "test" && (t.addEventListener("mousedown", o, !0), t.addEventListener("mousemove", o, !0), t.addEventListener("mouseup", o, !0)), n.addEventListener("beforeunload", () => {
|
|
35
|
+
m(e);
|
|
36
|
+
}, {
|
|
37
|
+
once: !0
|
|
38
|
+
}), i.set(n, {
|
|
39
|
+
focus: r
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
const m = (e, n) => {
|
|
43
|
+
const t = s(e), r = v(e);
|
|
44
|
+
n && r.removeEventListener("DOMContentLoaded", n), i.has(t) && (t.HTMLElement.prototype.focus = i.get(t).focus, r.removeEventListener("keydown", d, !0), r.removeEventListener("keyup", d, !0), r.removeEventListener("click", l, !0), t.removeEventListener("focus", p, !0), t.removeEventListener("blur", E, !1), typeof PointerEvent < "u" ? (r.removeEventListener("pointerdown", o, !0), r.removeEventListener("pointermove", o, !0), r.removeEventListener("pointerup", o, !0)) : process.env.NODE_ENV === "test" && (r.removeEventListener("mousedown", o, !0), r.removeEventListener("mousemove", o, !0), r.removeEventListener("mouseup", o, !0)), i.delete(t));
|
|
45
|
+
};
|
|
46
|
+
function k(e) {
|
|
47
|
+
const n = v(e);
|
|
48
|
+
let t;
|
|
49
|
+
return n.readyState !== "loading" ? $(e) : (t = () => {
|
|
50
|
+
$(e);
|
|
51
|
+
}, n.addEventListener("DOMContentLoaded", t)), () => m(e, t);
|
|
52
|
+
}
|
|
53
|
+
typeof document < "u" && k();
|
|
54
|
+
function D() {
|
|
55
|
+
return f;
|
|
56
|
+
}
|
|
57
|
+
function F(e) {
|
|
58
|
+
f = e, u(e, null);
|
|
29
59
|
}
|
|
30
60
|
export {
|
|
31
|
-
|
|
61
|
+
k as addWindowFocusTracking,
|
|
62
|
+
D as getInteractionModality,
|
|
63
|
+
i as hasSetupGlobalListeners,
|
|
64
|
+
F as setInteractionModality
|
|
32
65
|
};
|
package/index297.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),e=t.createContext({register:()=>{}});e.displayName="PressResponderContext";exports.PressResponderContext=e;
|