@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/index227.mjs
CHANGED
|
@@ -1,227 +1,71 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
hideOnClick: !1,
|
|
18
|
-
renderBullet: null,
|
|
19
|
-
renderProgressbar: null,
|
|
20
|
-
renderFraction: null,
|
|
21
|
-
renderCustom: null,
|
|
22
|
-
progressbarOpposite: !1,
|
|
23
|
-
type: "bullets",
|
|
24
|
-
// 'bullets' or 'progressbar' or 'fraction' or 'custom'
|
|
25
|
-
dynamicBullets: !1,
|
|
26
|
-
dynamicMainBullets: 1,
|
|
27
|
-
formatFractionCurrent: (a) => a,
|
|
28
|
-
formatFractionTotal: (a) => a,
|
|
29
|
-
bulletClass: `${d}-bullet`,
|
|
30
|
-
bulletActiveClass: `${d}-bullet-active`,
|
|
31
|
-
modifierClass: `${d}-`,
|
|
32
|
-
currentClass: `${d}-current`,
|
|
33
|
-
totalClass: `${d}-total`,
|
|
34
|
-
hiddenClass: `${d}-hidden`,
|
|
35
|
-
progressbarFillClass: `${d}-progressbar-fill`,
|
|
36
|
-
progressbarOppositeClass: `${d}-progressbar-opposite`,
|
|
37
|
-
clickableClass: `${d}-clickable`,
|
|
38
|
-
lockClass: `${d}-lock`,
|
|
39
|
-
horizontalClass: `${d}-horizontal`,
|
|
40
|
-
verticalClass: `${d}-vertical`,
|
|
41
|
-
paginationDisabledClass: `${d}-disabled`
|
|
1
|
+
let s = /* @__PURE__ */ new WeakMap(), i = [];
|
|
2
|
+
function v(o, l = document.body) {
|
|
3
|
+
let a = new Set(o), d = /* @__PURE__ */ new Set(), u = (t) => {
|
|
4
|
+
for (let n of t.querySelectorAll("[data-live-announcer], [data-react-aria-top-layer]")) a.add(n);
|
|
5
|
+
let r = (n) => {
|
|
6
|
+
if (a.has(n) || n.parentElement && d.has(n.parentElement) && n.parentElement.getAttribute("role") !== "row") return NodeFilter.FILTER_REJECT;
|
|
7
|
+
for (let p of a)
|
|
8
|
+
if (n.contains(p)) return NodeFilter.FILTER_SKIP;
|
|
9
|
+
return NodeFilter.FILTER_ACCEPT;
|
|
10
|
+
}, e = document.createTreeWalker(t, NodeFilter.SHOW_ELEMENT, {
|
|
11
|
+
acceptNode: r
|
|
12
|
+
}), h = r(t);
|
|
13
|
+
if (h === NodeFilter.FILTER_ACCEPT && b(t), h !== NodeFilter.FILTER_REJECT) {
|
|
14
|
+
let n = e.nextNode();
|
|
15
|
+
for (; n != null; )
|
|
16
|
+
b(n), n = e.nextNode();
|
|
42
17
|
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
|
|
18
|
+
}, b = (t) => {
|
|
19
|
+
var r;
|
|
20
|
+
let e = (r = s.get(t)) !== null && r !== void 0 ? r : 0;
|
|
21
|
+
t.getAttribute("aria-hidden") === "true" && e === 0 || (e === 0 && t.setAttribute("aria-hidden", "true"), d.add(t), s.set(t, e + 1));
|
|
46
22
|
};
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
function O(a, s, i) {
|
|
58
|
-
if (a = a % i, s = s % i, s === a + 1)
|
|
59
|
-
return "next";
|
|
60
|
-
if (s === a - 1)
|
|
61
|
-
return "previous";
|
|
62
|
-
}
|
|
63
|
-
function D(a) {
|
|
64
|
-
const s = a.target.closest($(e.params.pagination.bulletClass));
|
|
65
|
-
if (!s)
|
|
66
|
-
return;
|
|
67
|
-
a.preventDefault();
|
|
68
|
-
const i = S(s) * e.params.slidesPerGroup;
|
|
69
|
-
if (e.params.loop) {
|
|
70
|
-
if (e.realIndex === i) return;
|
|
71
|
-
const t = O(e.realIndex, i, e.slides.length);
|
|
72
|
-
t === "next" ? e.slideNext() : t === "previous" ? e.slidePrev() : e.slideToLoop(i);
|
|
73
|
-
} else
|
|
74
|
-
e.slideTo(i);
|
|
75
|
-
}
|
|
76
|
-
function h() {
|
|
77
|
-
const a = e.rtl, s = e.params.pagination;
|
|
78
|
-
if (k()) return;
|
|
79
|
-
let i = e.pagination.el;
|
|
80
|
-
i = m(i);
|
|
81
|
-
let t, p;
|
|
82
|
-
const C = e.virtual && e.params.virtual.enabled ? e.virtual.slides.length : e.slides.length, z = e.params.loop ? Math.ceil(C / e.params.slidesPerGroup) : e.snapGrid.length;
|
|
83
|
-
if (e.params.loop ? (p = e.previousRealIndex || 0, t = e.params.slidesPerGroup > 1 ? Math.floor(e.realIndex / e.params.slidesPerGroup) : e.realIndex) : typeof e.snapIndex < "u" ? (t = e.snapIndex, p = e.previousSnapIndex) : (p = e.previousIndex || 0, t = e.activeIndex || 0), s.type === "bullets" && e.pagination.bullets && e.pagination.bullets.length > 0) {
|
|
84
|
-
const l = e.pagination.bullets;
|
|
85
|
-
let f, c, L;
|
|
86
|
-
if (s.dynamicBullets && (b = E(l[0], e.isHorizontal() ? "width" : "height"), i.forEach((n) => {
|
|
87
|
-
n.style[e.isHorizontal() ? "width" : "height"] = `${b * (s.dynamicMainBullets + 4)}px`;
|
|
88
|
-
}), s.dynamicMainBullets > 1 && p !== void 0 && (u += t - (p || 0), u > s.dynamicMainBullets - 1 ? u = s.dynamicMainBullets - 1 : u < 0 && (u = 0)), f = Math.max(t - u, 0), c = f + (Math.min(l.length, s.dynamicMainBullets) - 1), L = (c + f) / 2), l.forEach((n) => {
|
|
89
|
-
const r = [...["", "-next", "-next-next", "-prev", "-prev-prev", "-main"].map((o) => `${s.bulletActiveClass}${o}`)].map((o) => typeof o == "string" && o.includes(" ") ? o.split(" ") : o).flat();
|
|
90
|
-
n.classList.remove(...r);
|
|
91
|
-
}), i.length > 1)
|
|
92
|
-
l.forEach((n) => {
|
|
93
|
-
const r = S(n);
|
|
94
|
-
r === t ? n.classList.add(...s.bulletActiveClass.split(" ")) : e.isElement && n.setAttribute("part", "bullet"), s.dynamicBullets && (r >= f && r <= c && n.classList.add(...`${s.bulletActiveClass}-main`.split(" ")), r === f && x(n, "prev"), r === c && x(n, "next"));
|
|
95
|
-
});
|
|
96
|
-
else {
|
|
97
|
-
const n = l[t];
|
|
98
|
-
if (n && n.classList.add(...s.bulletActiveClass.split(" ")), e.isElement && l.forEach((r, o) => {
|
|
99
|
-
r.setAttribute("part", o === t ? "bullet-active" : "bullet");
|
|
100
|
-
}), s.dynamicBullets) {
|
|
101
|
-
const r = l[f], o = l[c];
|
|
102
|
-
for (let y = f; y <= c; y += 1)
|
|
103
|
-
l[y] && l[y].classList.add(...`${s.bulletActiveClass}-main`.split(" "));
|
|
104
|
-
x(r, "prev"), x(o, "next");
|
|
105
|
-
}
|
|
23
|
+
i.length && i[i.length - 1].disconnect(), u(l);
|
|
24
|
+
let c = new MutationObserver((t) => {
|
|
25
|
+
for (let r of t)
|
|
26
|
+
if (!(r.type !== "childList" || r.addedNodes.length === 0) && ![
|
|
27
|
+
...a,
|
|
28
|
+
...d
|
|
29
|
+
].some((e) => e.contains(r.target))) {
|
|
30
|
+
for (let e of r.removedNodes) e instanceof Element && (a.delete(e), d.delete(e));
|
|
31
|
+
for (let e of r.addedNodes)
|
|
32
|
+
(e instanceof HTMLElement || e instanceof SVGElement) && (e.dataset.liveAnnouncer === "true" || e.dataset.reactAriaTopLayer === "true") ? a.add(e) : e instanceof Element && u(e);
|
|
106
33
|
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
})
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
let n = 1, r = 1;
|
|
124
|
-
c === "horizontal" ? n = L : r = L, l.querySelectorAll($(s.progressbarFillClass)).forEach((o) => {
|
|
125
|
-
o.style.transform = `translate3d(0,0,0) scaleX(${n}) scaleY(${r})`, o.style.transitionDuration = `${e.params.speed}ms`;
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
s.type === "custom" && s.renderCustom ? (l.innerHTML = s.renderCustom(e, t + 1, z), f === 0 && v("paginationRender", l)) : (f === 0 && v("paginationRender", l), v("paginationUpdate", l)), e.params.watchOverflow && e.enabled && l.classList[e.isLocked ? "add" : "remove"](s.lockClass);
|
|
129
|
-
});
|
|
130
|
-
}
|
|
131
|
-
function B() {
|
|
132
|
-
const a = e.params.pagination;
|
|
133
|
-
if (k()) return;
|
|
134
|
-
const s = e.virtual && e.params.virtual.enabled ? e.virtual.slides.length : e.grid && e.params.grid.rows > 1 ? e.slides.length / Math.ceil(e.params.grid.rows) : e.slides.length;
|
|
135
|
-
let i = e.pagination.el;
|
|
136
|
-
i = m(i);
|
|
137
|
-
let t = "";
|
|
138
|
-
if (a.type === "bullets") {
|
|
139
|
-
let p = e.params.loop ? Math.ceil(s / e.params.slidesPerGroup) : e.snapGrid.length;
|
|
140
|
-
e.params.freeMode && e.params.freeMode.enabled && p > s && (p = s);
|
|
141
|
-
for (let C = 0; C < p; C += 1)
|
|
142
|
-
a.renderBullet ? t += a.renderBullet.call(e, C, a.bulletClass) : t += `<${a.bulletElement} ${e.isElement ? 'part="bullet"' : ""} class="${a.bulletClass}"></${a.bulletElement}>`;
|
|
34
|
+
});
|
|
35
|
+
c.observe(l, {
|
|
36
|
+
childList: !0,
|
|
37
|
+
subtree: !0
|
|
38
|
+
});
|
|
39
|
+
let f = {
|
|
40
|
+
visibleNodes: a,
|
|
41
|
+
hiddenNodes: d,
|
|
42
|
+
observe() {
|
|
43
|
+
c.observe(l, {
|
|
44
|
+
childList: !0,
|
|
45
|
+
subtree: !0
|
|
46
|
+
});
|
|
47
|
+
},
|
|
48
|
+
disconnect() {
|
|
49
|
+
c.disconnect();
|
|
143
50
|
}
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
el: "swiper-pagination"
|
|
151
|
-
});
|
|
152
|
-
const a = e.params.pagination;
|
|
153
|
-
if (!a.el) return;
|
|
154
|
-
let s;
|
|
155
|
-
typeof a.el == "string" && e.isElement && (s = e.el.querySelector(a.el)), !s && typeof a.el == "string" && (s = [...document.querySelectorAll(a.el)]), s || (s = a.el), !(!s || s.length === 0) && (e.params.uniqueNavElements && typeof a.el == "string" && Array.isArray(s) && s.length > 1 && (s = [...e.el.querySelectorAll(a.el)], s.length > 1 && (s = s.filter((i) => T(i, ".swiper")[0] === e.el)[0])), Array.isArray(s) && s.length === 1 && (s = s[0]), Object.assign(e.pagination, {
|
|
156
|
-
el: s
|
|
157
|
-
}), s = m(s), s.forEach((i) => {
|
|
158
|
-
a.type === "bullets" && a.clickable && i.classList.add(...(a.clickableClass || "").split(" ")), i.classList.add(a.modifierClass + a.type), i.classList.add(e.isHorizontal() ? a.horizontalClass : a.verticalClass), a.type === "bullets" && a.dynamicBullets && (i.classList.add(`${a.modifierClass}${a.type}-dynamic`), u = 0, a.dynamicMainBullets < 1 && (a.dynamicMainBullets = 1)), a.type === "progressbar" && a.progressbarOpposite && i.classList.add(a.progressbarOppositeClass), a.clickable && i.addEventListener("click", D), e.enabled || i.classList.add(a.lockClass);
|
|
159
|
-
}));
|
|
160
|
-
}
|
|
161
|
-
function M() {
|
|
162
|
-
const a = e.params.pagination;
|
|
163
|
-
if (k()) return;
|
|
164
|
-
let s = e.pagination.el;
|
|
165
|
-
s && (s = m(s), s.forEach((i) => {
|
|
166
|
-
i.classList.remove(a.hiddenClass), i.classList.remove(a.modifierClass + a.type), i.classList.remove(e.isHorizontal() ? a.horizontalClass : a.verticalClass), a.clickable && (i.classList.remove(...(a.clickableClass || "").split(" ")), i.removeEventListener("click", D));
|
|
167
|
-
})), e.pagination.bullets && e.pagination.bullets.forEach((i) => i.classList.remove(...a.bulletActiveClass.split(" ")));
|
|
168
|
-
}
|
|
169
|
-
g("changeDirection", () => {
|
|
170
|
-
if (!e.pagination || !e.pagination.el) return;
|
|
171
|
-
const a = e.params.pagination;
|
|
172
|
-
let {
|
|
173
|
-
el: s
|
|
174
|
-
} = e.pagination;
|
|
175
|
-
s = m(s), s.forEach((i) => {
|
|
176
|
-
i.classList.remove(a.horizontalClass, a.verticalClass), i.classList.add(e.isHorizontal() ? a.horizontalClass : a.verticalClass);
|
|
177
|
-
});
|
|
178
|
-
}), g("init", () => {
|
|
179
|
-
e.params.pagination.enabled === !1 ? P() : (A(), B(), h());
|
|
180
|
-
}), g("activeIndexChange", () => {
|
|
181
|
-
typeof e.snapIndex > "u" && h();
|
|
182
|
-
}), g("snapIndexChange", () => {
|
|
183
|
-
h();
|
|
184
|
-
}), g("snapGridLengthChange", () => {
|
|
185
|
-
B(), h();
|
|
186
|
-
}), g("destroy", () => {
|
|
187
|
-
M();
|
|
188
|
-
}), g("enable disable", () => {
|
|
189
|
-
let {
|
|
190
|
-
el: a
|
|
191
|
-
} = e.pagination;
|
|
192
|
-
a && (a = m(a), a.forEach((s) => s.classList[e.enabled ? "remove" : "add"](e.params.pagination.lockClass)));
|
|
193
|
-
}), g("lock unlock", () => {
|
|
194
|
-
h();
|
|
195
|
-
}), g("click", (a, s) => {
|
|
196
|
-
const i = s.target, t = m(e.pagination.el);
|
|
197
|
-
if (e.params.pagination.el && e.params.pagination.hideOnClick && t && t.length > 0 && !i.classList.contains(e.params.pagination.bulletClass)) {
|
|
198
|
-
if (e.navigation && (e.navigation.nextEl && i === e.navigation.nextEl || e.navigation.prevEl && i === e.navigation.prevEl)) return;
|
|
199
|
-
const p = t[0].classList.contains(e.params.pagination.hiddenClass);
|
|
200
|
-
v(p === !0 ? "paginationShow" : "paginationHide"), t.forEach((C) => C.classList.toggle(e.params.pagination.hiddenClass));
|
|
51
|
+
};
|
|
52
|
+
return i.push(f), () => {
|
|
53
|
+
c.disconnect();
|
|
54
|
+
for (let t of d) {
|
|
55
|
+
let r = s.get(t);
|
|
56
|
+
r != null && (r === 1 ? (t.removeAttribute("aria-hidden"), s.delete(t)) : s.set(t, r - 1));
|
|
201
57
|
}
|
|
202
|
-
|
|
203
|
-
const w = () => {
|
|
204
|
-
e.el.classList.remove(e.params.pagination.paginationDisabledClass);
|
|
205
|
-
let {
|
|
206
|
-
el: a
|
|
207
|
-
} = e.pagination;
|
|
208
|
-
a && (a = m(a), a.forEach((s) => s.classList.remove(e.params.pagination.paginationDisabledClass))), A(), B(), h();
|
|
209
|
-
}, P = () => {
|
|
210
|
-
e.el.classList.add(e.params.pagination.paginationDisabledClass);
|
|
211
|
-
let {
|
|
212
|
-
el: a
|
|
213
|
-
} = e.pagination;
|
|
214
|
-
a && (a = m(a), a.forEach((s) => s.classList.add(e.params.pagination.paginationDisabledClass))), M();
|
|
58
|
+
f === i[i.length - 1] ? (i.pop(), i.length && i[i.length - 1].observe()) : i.splice(i.indexOf(f), 1);
|
|
215
59
|
};
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
});
|
|
60
|
+
}
|
|
61
|
+
function E(o) {
|
|
62
|
+
let l = i[i.length - 1];
|
|
63
|
+
if (l && !l.visibleNodes.has(o))
|
|
64
|
+
return l.visibleNodes.add(o), () => {
|
|
65
|
+
l.visibleNodes.delete(o);
|
|
66
|
+
};
|
|
224
67
|
}
|
|
225
68
|
export {
|
|
226
|
-
|
|
69
|
+
v as ariaHideOutside,
|
|
70
|
+
E as keepVisible
|
|
227
71
|
};
|
package/index228.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),o=e.createContext({});function r(){var t;return(t=e.useContext(o))!==null&&t!==void 0?t:{}}exports.PortalContext=o;exports.useUNSAFE_PortalContext=r;
|
package/index228.mjs
CHANGED
|
@@ -1,193 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
let {
|
|
7
|
-
swiper: s,
|
|
8
|
-
extendParams: k,
|
|
9
|
-
on: f,
|
|
10
|
-
emit: g
|
|
11
|
-
} = x;
|
|
12
|
-
const y = R();
|
|
13
|
-
let b = !1, E = null, v = null, h, i, c, D;
|
|
14
|
-
k({
|
|
15
|
-
scrollbar: {
|
|
16
|
-
el: null,
|
|
17
|
-
dragSize: "auto",
|
|
18
|
-
hide: !1,
|
|
19
|
-
draggable: !1,
|
|
20
|
-
snapOnRelease: !0,
|
|
21
|
-
lockClass: "swiper-scrollbar-lock",
|
|
22
|
-
dragClass: "swiper-scrollbar-drag",
|
|
23
|
-
scrollbarDisabledClass: "swiper-scrollbar-disabled",
|
|
24
|
-
horizontalClass: "swiper-scrollbar-horizontal",
|
|
25
|
-
verticalClass: "swiper-scrollbar-vertical"
|
|
26
|
-
}
|
|
27
|
-
}), s.scrollbar = {
|
|
28
|
-
el: null,
|
|
29
|
-
dragEl: null
|
|
30
|
-
};
|
|
31
|
-
function m() {
|
|
32
|
-
if (!s.params.scrollbar.el || !s.scrollbar.el) return;
|
|
33
|
-
const {
|
|
34
|
-
scrollbar: l,
|
|
35
|
-
rtlTranslate: e
|
|
36
|
-
} = s, {
|
|
37
|
-
dragEl: a,
|
|
38
|
-
el: r
|
|
39
|
-
} = l, t = s.params.scrollbar, n = s.params.loop ? s.progressLoop : s.progress;
|
|
40
|
-
let p = i, o = (c - i) * n;
|
|
41
|
-
e ? (o = -o, o > 0 ? (p = i - o, o = 0) : -o + i > c && (p = c + o)) : o < 0 ? (p = i + o, o = 0) : o + i > c && (p = c - o), s.isHorizontal() ? (a.style.transform = `translate3d(${o}px, 0, 0)`, a.style.width = `${p}px`) : (a.style.transform = `translate3d(0px, ${o}px, 0)`, a.style.height = `${p}px`), t.hide && (clearTimeout(E), r.style.opacity = 1, E = setTimeout(() => {
|
|
42
|
-
r.style.opacity = 0, r.style.transitionDuration = "400ms";
|
|
43
|
-
}, 1e3));
|
|
44
|
-
}
|
|
45
|
-
function H(l) {
|
|
46
|
-
!s.params.scrollbar.el || !s.scrollbar.el || (s.scrollbar.dragEl.style.transitionDuration = `${l}ms`);
|
|
47
|
-
}
|
|
48
|
-
function u() {
|
|
49
|
-
if (!s.params.scrollbar.el || !s.scrollbar.el) return;
|
|
50
|
-
const {
|
|
51
|
-
scrollbar: l
|
|
52
|
-
} = s, {
|
|
53
|
-
dragEl: e,
|
|
54
|
-
el: a
|
|
55
|
-
} = l;
|
|
56
|
-
e.style.width = "", e.style.height = "", c = s.isHorizontal() ? a.offsetWidth : a.offsetHeight, D = s.size / (s.virtualSize + s.params.slidesOffsetBefore - (s.params.centeredSlides ? s.snapGrid[0] : 0)), s.params.scrollbar.dragSize === "auto" ? i = c * D : i = parseInt(s.params.scrollbar.dragSize, 10), s.isHorizontal() ? e.style.width = `${i}px` : e.style.height = `${i}px`, D >= 1 ? a.style.display = "none" : a.style.display = "", s.params.scrollbar.hide && (a.style.opacity = 0), s.params.watchOverflow && s.enabled && l.el.classList[s.isLocked ? "add" : "remove"](s.params.scrollbar.lockClass);
|
|
57
|
-
}
|
|
58
|
-
function w(l) {
|
|
59
|
-
return s.isHorizontal() ? l.clientX : l.clientY;
|
|
60
|
-
}
|
|
61
|
-
function T(l) {
|
|
62
|
-
const {
|
|
63
|
-
scrollbar: e,
|
|
64
|
-
rtlTranslate: a
|
|
65
|
-
} = s, {
|
|
66
|
-
el: r
|
|
67
|
-
} = e;
|
|
68
|
-
let t;
|
|
69
|
-
t = (w(l) - N(r)[s.isHorizontal() ? "left" : "top"] - (h !== null ? h : i / 2)) / (c - i), t = Math.max(Math.min(t, 1), 0), a && (t = 1 - t);
|
|
70
|
-
const n = s.minTranslate() + (s.maxTranslate() - s.minTranslate()) * t;
|
|
71
|
-
s.updateProgress(n), s.setTranslate(n), s.updateActiveIndex(), s.updateSlidesClasses();
|
|
72
|
-
}
|
|
73
|
-
function P(l) {
|
|
74
|
-
const e = s.params.scrollbar, {
|
|
75
|
-
scrollbar: a,
|
|
76
|
-
wrapperEl: r
|
|
77
|
-
} = s, {
|
|
78
|
-
el: t,
|
|
79
|
-
dragEl: n
|
|
80
|
-
} = a;
|
|
81
|
-
b = !0, h = l.target === n ? w(l) - l.target.getBoundingClientRect()[s.isHorizontal() ? "left" : "top"] : null, l.preventDefault(), l.stopPropagation(), r.style.transitionDuration = "100ms", n.style.transitionDuration = "100ms", T(l), clearTimeout(v), t.style.transitionDuration = "0ms", e.hide && (t.style.opacity = 1), s.params.cssMode && (s.wrapperEl.style["scroll-snap-type"] = "none"), g("scrollbarDragStart", l);
|
|
82
|
-
}
|
|
83
|
-
function M(l) {
|
|
84
|
-
const {
|
|
85
|
-
scrollbar: e,
|
|
86
|
-
wrapperEl: a
|
|
87
|
-
} = s, {
|
|
88
|
-
el: r,
|
|
89
|
-
dragEl: t
|
|
90
|
-
} = e;
|
|
91
|
-
b && (l.preventDefault && l.cancelable ? l.preventDefault() : l.returnValue = !1, T(l), a.style.transitionDuration = "0ms", r.style.transitionDuration = "0ms", t.style.transitionDuration = "0ms", g("scrollbarDragMove", l));
|
|
92
|
-
}
|
|
93
|
-
function O(l) {
|
|
94
|
-
const e = s.params.scrollbar, {
|
|
95
|
-
scrollbar: a,
|
|
96
|
-
wrapperEl: r
|
|
97
|
-
} = s, {
|
|
98
|
-
el: t
|
|
99
|
-
} = a;
|
|
100
|
-
b && (b = !1, s.params.cssMode && (s.wrapperEl.style["scroll-snap-type"] = "", r.style.transitionDuration = ""), e.hide && (clearTimeout(v), v = B(() => {
|
|
101
|
-
t.style.opacity = 0, t.style.transitionDuration = "400ms";
|
|
102
|
-
}, 1e3)), g("scrollbarDragEnd", l), e.snapOnRelease && s.slideToClosest());
|
|
103
|
-
}
|
|
104
|
-
function S(l) {
|
|
105
|
-
const {
|
|
106
|
-
scrollbar: e,
|
|
107
|
-
params: a
|
|
108
|
-
} = s, r = e.el;
|
|
109
|
-
if (!r) return;
|
|
110
|
-
const t = r, n = a.passiveListeners ? {
|
|
111
|
-
passive: !1,
|
|
112
|
-
capture: !1
|
|
113
|
-
} : !1, p = a.passiveListeners ? {
|
|
114
|
-
passive: !0,
|
|
115
|
-
capture: !1
|
|
116
|
-
} : !1;
|
|
117
|
-
if (!t) return;
|
|
118
|
-
const o = l === "on" ? "addEventListener" : "removeEventListener";
|
|
119
|
-
t[o]("pointerdown", P, n), y[o]("pointermove", M, n), y[o]("pointerup", O, p);
|
|
120
|
-
}
|
|
121
|
-
function $() {
|
|
122
|
-
!s.params.scrollbar.el || !s.scrollbar.el || S("on");
|
|
123
|
-
}
|
|
124
|
-
function q() {
|
|
125
|
-
!s.params.scrollbar.el || !s.scrollbar.el || S("off");
|
|
126
|
-
}
|
|
127
|
-
function z() {
|
|
128
|
-
const {
|
|
129
|
-
scrollbar: l,
|
|
130
|
-
el: e
|
|
131
|
-
} = s;
|
|
132
|
-
s.params.scrollbar = G(s, s.originalParams.scrollbar, s.params.scrollbar, {
|
|
133
|
-
el: "swiper-scrollbar"
|
|
134
|
-
});
|
|
135
|
-
const a = s.params.scrollbar;
|
|
136
|
-
if (!a.el) return;
|
|
137
|
-
let r;
|
|
138
|
-
if (typeof a.el == "string" && s.isElement && (r = s.el.querySelector(a.el)), !r && typeof a.el == "string") {
|
|
139
|
-
if (r = y.querySelectorAll(a.el), !r.length) return;
|
|
140
|
-
} else r || (r = a.el);
|
|
141
|
-
s.params.uniqueNavElements && typeof a.el == "string" && r.length > 1 && e.querySelectorAll(a.el).length === 1 && (r = e.querySelector(a.el)), r.length > 0 && (r = r[0]), r.classList.add(s.isHorizontal() ? a.horizontalClass : a.verticalClass);
|
|
142
|
-
let t;
|
|
143
|
-
r && (t = r.querySelector(U(s.params.scrollbar.dragClass)), t || (t = j("div", s.params.scrollbar.dragClass), r.append(t))), Object.assign(l, {
|
|
144
|
-
el: r,
|
|
145
|
-
dragEl: t
|
|
146
|
-
}), a.draggable && $(), r && r.classList[s.enabled ? "remove" : "add"](...d(s.params.scrollbar.lockClass));
|
|
147
|
-
}
|
|
148
|
-
function C() {
|
|
149
|
-
const l = s.params.scrollbar, e = s.scrollbar.el;
|
|
150
|
-
e && e.classList.remove(...d(s.isHorizontal() ? l.horizontalClass : l.verticalClass)), q();
|
|
151
|
-
}
|
|
152
|
-
f("changeDirection", () => {
|
|
153
|
-
if (!s.scrollbar || !s.scrollbar.el) return;
|
|
154
|
-
const l = s.params.scrollbar;
|
|
155
|
-
let {
|
|
156
|
-
el: e
|
|
157
|
-
} = s.scrollbar;
|
|
158
|
-
e = I(e), e.forEach((a) => {
|
|
159
|
-
a.classList.remove(l.horizontalClass, l.verticalClass), a.classList.add(s.isHorizontal() ? l.horizontalClass : l.verticalClass);
|
|
160
|
-
});
|
|
161
|
-
}), f("init", () => {
|
|
162
|
-
s.params.scrollbar.enabled === !1 ? L() : (z(), u(), m());
|
|
163
|
-
}), f("update resize observerUpdate lock unlock changeDirection", () => {
|
|
164
|
-
u();
|
|
165
|
-
}), f("setTranslate", () => {
|
|
166
|
-
m();
|
|
167
|
-
}), f("setTransition", (l, e) => {
|
|
168
|
-
H(e);
|
|
169
|
-
}), f("enable disable", () => {
|
|
170
|
-
const {
|
|
171
|
-
el: l
|
|
172
|
-
} = s.scrollbar;
|
|
173
|
-
l && l.classList[s.enabled ? "remove" : "add"](...d(s.params.scrollbar.lockClass));
|
|
174
|
-
}), f("destroy", () => {
|
|
175
|
-
C();
|
|
176
|
-
});
|
|
177
|
-
const A = () => {
|
|
178
|
-
s.el.classList.remove(...d(s.params.scrollbar.scrollbarDisabledClass)), s.scrollbar.el && s.scrollbar.el.classList.remove(...d(s.params.scrollbar.scrollbarDisabledClass)), z(), u(), m();
|
|
179
|
-
}, L = () => {
|
|
180
|
-
s.el.classList.add(...d(s.params.scrollbar.scrollbarDisabledClass)), s.scrollbar.el && s.scrollbar.el.classList.add(...d(s.params.scrollbar.scrollbarDisabledClass)), C();
|
|
181
|
-
};
|
|
182
|
-
Object.assign(s.scrollbar, {
|
|
183
|
-
enable: A,
|
|
184
|
-
disable: L,
|
|
185
|
-
updateSize: u,
|
|
186
|
-
setTranslate: m,
|
|
187
|
-
init: z,
|
|
188
|
-
destroy: C
|
|
189
|
-
});
|
|
1
|
+
import { useContext as e, createContext as o } from "react";
|
|
2
|
+
const r = /* @__PURE__ */ o({});
|
|
3
|
+
function a() {
|
|
4
|
+
var t;
|
|
5
|
+
return (t = e(r)) !== null && t !== void 0 ? t : {};
|
|
190
6
|
}
|
|
191
7
|
export {
|
|
192
|
-
|
|
8
|
+
r as PortalContext,
|
|
9
|
+
a as useUNSAFE_PortalContext
|
|
193
10
|
};
|
package/index229.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index297.js"),e=require("react");function n({children:r}){let t=e.useMemo(()=>({register:()=>{}}),[]);return e.createElement(o.PressResponderContext.Provider,{value:t},r)}exports.ClearPressResponder=n;
|
package/index229.mjs
CHANGED
|
@@ -1,72 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
});
|
|
13
|
-
const d = "[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]", m = (e, l) => {
|
|
14
|
-
const {
|
|
15
|
-
rtl: n
|
|
16
|
-
} = t, i = n ? -1 : 1, p = e.getAttribute("data-swiper-parallax") || "0";
|
|
17
|
-
let a = e.getAttribute("data-swiper-parallax-x"), r = e.getAttribute("data-swiper-parallax-y");
|
|
18
|
-
const o = e.getAttribute("data-swiper-parallax-scale"), s = e.getAttribute("data-swiper-parallax-opacity"), c = e.getAttribute("data-swiper-parallax-rotate");
|
|
19
|
-
if (a || r ? (a = a || "0", r = r || "0") : t.isHorizontal() ? (a = p, r = "0") : (r = p, a = "0"), a.indexOf("%") >= 0 ? a = `${parseInt(a, 10) * l * i}%` : a = `${a * l * i}px`, r.indexOf("%") >= 0 ? r = `${parseInt(r, 10) * l}%` : r = `${r * l}px`, typeof s < "u" && s !== null) {
|
|
20
|
-
const f = s - (s - 1) * (1 - Math.abs(l));
|
|
21
|
-
e.style.opacity = f;
|
|
22
|
-
}
|
|
23
|
-
let x = `translate3d(${a}, ${r}, 0px)`;
|
|
24
|
-
if (typeof o < "u" && o !== null) {
|
|
25
|
-
const f = o - (o - 1) * (1 - Math.abs(l));
|
|
26
|
-
x += ` scale(${f})`;
|
|
27
|
-
}
|
|
28
|
-
if (c && typeof c < "u" && c !== null) {
|
|
29
|
-
const f = c * l * -1;
|
|
30
|
-
x += ` rotate(${f}deg)`;
|
|
31
|
-
}
|
|
32
|
-
e.style.transform = x;
|
|
33
|
-
}, w = () => {
|
|
34
|
-
const {
|
|
35
|
-
el: e,
|
|
36
|
-
slides: l,
|
|
37
|
-
progress: n,
|
|
38
|
-
snapGrid: i,
|
|
39
|
-
isElement: p
|
|
40
|
-
} = t, a = h(e, d);
|
|
41
|
-
t.isElement && a.push(...h(t.hostEl, d)), a.forEach((r) => {
|
|
42
|
-
m(r, n);
|
|
43
|
-
}), l.forEach((r, o) => {
|
|
44
|
-
let s = r.progress;
|
|
45
|
-
t.params.slidesPerGroup > 1 && t.params.slidesPerView !== "auto" && (s += Math.ceil(o / 2) - n * (i.length - 1)), s = Math.min(Math.max(s, -1), 1), r.querySelectorAll(`${d}, [data-swiper-parallax-rotate]`).forEach((c) => {
|
|
46
|
-
m(c, s);
|
|
47
|
-
});
|
|
48
|
-
});
|
|
49
|
-
}, A = function(e) {
|
|
50
|
-
e === void 0 && (e = t.params.speed);
|
|
51
|
-
const {
|
|
52
|
-
el: l,
|
|
53
|
-
hostEl: n
|
|
54
|
-
} = t, i = [...l.querySelectorAll(d)];
|
|
55
|
-
t.isElement && i.push(...n.querySelectorAll(d)), i.forEach((p) => {
|
|
56
|
-
let a = parseInt(p.getAttribute("data-swiper-parallax-duration"), 10) || e;
|
|
57
|
-
e === 0 && (a = 0), p.style.transitionDuration = `${a}ms`;
|
|
58
|
-
});
|
|
59
|
-
};
|
|
60
|
-
u("beforeInit", () => {
|
|
61
|
-
t.params.parallax.enabled && (t.params.watchSlidesProgress = !0, t.originalParams.watchSlidesProgress = !0);
|
|
62
|
-
}), u("init", () => {
|
|
63
|
-
t.params.parallax.enabled && w();
|
|
64
|
-
}), u("setTranslate", () => {
|
|
65
|
-
t.params.parallax.enabled && w();
|
|
66
|
-
}), u("setTransition", (e, l) => {
|
|
67
|
-
t.params.parallax.enabled && A(l);
|
|
68
|
-
});
|
|
1
|
+
import { PressResponderContext as t } from "./index297.mjs";
|
|
2
|
+
import a, { useMemo as o } from "react";
|
|
3
|
+
function n({ children: e }) {
|
|
4
|
+
let r = o(() => ({
|
|
5
|
+
register: () => {
|
|
6
|
+
}
|
|
7
|
+
}), []);
|
|
8
|
+
return /* @__PURE__ */ a.createElement(t.Provider, {
|
|
9
|
+
value: r
|
|
10
|
+
}, e);
|
|
69
11
|
}
|
|
70
12
|
export {
|
|
71
|
-
|
|
13
|
+
n as ClearPressResponder
|
|
72
14
|
};
|
package/index23.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const e=require("react/jsx-runtime"),L=require("react"),M=require("react-aria"),U=require("react-stately"),i=require("./index27.js"),W=require("./index28.js"),G=require("./
|
|
2
|
+
"use strict";const e=require("react/jsx-runtime"),L=require("react"),M=require("react-aria"),U=require("react-stately"),i=require("./index27.js"),W=require("./index28.js"),G=require("./index132.js"),J=require("./index3.js"),Q=require("./index24.js"),p=require("./index25.js"),V=require("./index129.js");function X(o){const{popoverPlacement:h="bottom start",placement:P="bottom start",tokens:r,customTheme:x,themeName:t="datePicker",icon:k="ArrowDown",description:d,buttonLabel:f,buttonContent:b,label:l,children:j,invalidIndicator:c="❌",isDisabled:q=!1,isReadOnly:v=!1,isRequired:$=!1,containerPadding:g,shouldCloseOnInteractOutside:D,arrowBoundaryOffset:N,isNonModal:I,isKeyboardDismissDisabled:y,arrowSize:O,boundaryElement:R,maxHeight:C,shouldUpdatePosition:w}=o,S=P??h,s=U.useDatePickerState(o),{isInvalid:u,isOpen:T,hasTime:A}=s,a=L.useRef(null),{groupProps:F,fieldProps:m,labelProps:z,descriptionProps:B,buttonProps:E,dialogProps:H,calendarProps:K}=M.useDatePicker(o,s,a),n={isInvalid:u,isOpen:T,hasTime:A,isDisabled:q,isReadOnly:v,isRequired:$,...r};return e.jsxs(i.default,{themeName:`${t}.container`,tokens:n,customTheme:x,children:[l&&e.jsx(J.default,{as:"span",themeName:`${t}.label`,tokens:n,...z,children:l}),d&&e.jsx(i.default,{as:"div",themeName:`${t}.description`,tokens:n,...B,children:d}),e.jsxs(V,{themeName:t,tokens:n,ref:a,groupProps:F,buttonProps:E,buttonLabel:f,buttonContent:b,icon:k,children:[e.jsx(p,{themeName:t,tokens:{...n,position:"outer"},...m}),s.isInvalid&&e.jsx(i.default,{as:"span",themeName:`${t}.invalidIndicator`,tokens:{...n,position:"outer"},children:c})]}),s.isOpen&&e.jsx(Q.CalendarPopover,{themeName:t,tokens:{...r,isInvalid:u},triggerRef:a,state:s,placement:S,containerPadding:g,shouldCloseOnInteractOutside:D,arrowBoundaryOffset:N,isNonModal:I,isKeyboardDismissDisabled:y,arrowSize:O,boundaryElement:R,maxHeight:C,shouldUpdatePosition:w,children:e.jsxs(G.Dialog,{themeName:`${t}.dialog`,tokens:n,...H,children:[j,e.jsxs(i.default,{themeName:`${t}.dateFieldContainer`,tokens:n,children:[e.jsx(p,{themeName:t,tokens:{...n,position:"inner"},...m}),s.isInvalid&&e.jsx(i.default,{as:"span",themeName:`${t}.invalidIndicator`,tokens:{...n,position:"inner"},children:c})]}),e.jsx(W,{...K,tokens:r})]})})]})}module.exports=X;
|
package/index23.mjs
CHANGED
|
@@ -5,11 +5,11 @@ import { useDatePicker as U } from "react-aria";
|
|
|
5
5
|
import { useDatePickerState as W } from "react-stately";
|
|
6
6
|
import n from "./index27.mjs";
|
|
7
7
|
import G from "./index28.mjs";
|
|
8
|
-
import { Dialog as J } from "./
|
|
8
|
+
import { Dialog as J } from "./index132.mjs";
|
|
9
9
|
import Q from "./index3.mjs";
|
|
10
10
|
import { CalendarPopover as V } from "./index24.mjs";
|
|
11
11
|
import f from "./index25.mjs";
|
|
12
|
-
import X from "./
|
|
12
|
+
import X from "./index129.mjs";
|
|
13
13
|
function le(a) {
|
|
14
14
|
const {
|
|
15
15
|
popoverPlacement: u = "bottom start",
|