@okam/stack-ui 1.38.0 → 1.39.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 +28 -0
- package/components/Box/interface.d.ts +2 -1
- package/components/Node/index.d.ts +3 -0
- package/components/Node/interface.d.ts +4 -0
- package/components/Popover/components/Button.d.ts +4 -0
- package/components/Popover/index.d.ts +3 -6
- package/components/Popover/interface.d.ts +17 -16
- package/components/Popover/popover.stories.d.ts +7 -0
- package/components/fields/ComboBox/combo-box.stories.d.ts +14 -0
- package/components/fields/ComboBox/hooks/useComboBoxFiltering.d.ts +30 -0
- package/components/fields/ComboBox/index.d.ts +8 -0
- package/components/fields/ComboBox/interface.d.ts +24 -0
- package/components/fields/ListBox/index.d.ts +3 -2
- package/components/fields/ListBox/interface.d.ts +5 -2
- package/components/fields/ListBox/list-box.stories.d.ts +1 -0
- package/hooks/useDebounce/index.d.ts +1 -0
- package/index.d.ts +12 -1
- package/index.js +1 -1
- package/index.mjs +191 -174
- package/index10.js +1 -1
- package/index10.mjs +52 -82
- package/index100.js +6 -5
- package/index100.mjs +75 -69
- package/index101.js +1 -1
- package/index101.mjs +69 -6
- package/index102.js +1 -12
- package/index102.mjs +40 -39
- package/index103.js +42 -1
- package/index103.mjs +65 -80
- package/index104.js +64 -1
- package/index104.mjs +217 -18
- package/index105.js +9 -1
- package/index105.mjs +54 -10
- package/index106.js +1 -7
- package/index106.mjs +38 -12
- package/index107.js +1 -15
- package/index107.mjs +9 -67
- package/index108.js +1 -1
- package/index108.mjs +32 -7
- package/index109.js +2 -38
- package/index109.mjs +75 -93
- package/index11.js +1 -1
- package/index11.mjs +53 -72
- package/index110.js +1 -47
- package/index110.mjs +6 -102
- package/index111.js +11 -15
- package/index111.mjs +37 -22
- package/index112.js +1 -1
- package/index112.mjs +79 -32
- package/index113.js +1 -1
- package/index113.mjs +12 -47
- package/index114.js +1 -1
- package/index114.mjs +28 -22
- package/index115.js +1 -1
- package/index115.mjs +12 -62
- package/index116.js +7 -1
- package/index116.mjs +18 -28
- package/index117.js +15 -1
- package/index117.mjs +71 -52
- package/index118.js +1 -1
- package/index118.mjs +7 -4
- package/index119.js +41 -1
- package/index119.mjs +106 -11
- package/index12.js +1 -1
- package/index12.mjs +77 -44
- package/index120.js +47 -1
- package/index120.mjs +101 -13
- package/index121.js +16 -1
- package/index121.mjs +24 -37
- package/index122.js +1 -1
- package/index122.mjs +41 -22
- package/index123.js +1 -1
- package/index123.mjs +47 -43
- package/index124.js +1 -1
- package/index124.mjs +23 -20
- package/index125.js +1 -1
- package/index125.mjs +62 -37
- package/index126.js +1 -1
- package/index126.mjs +29 -16
- package/index127.js +1 -1
- package/index127.mjs +52 -241
- package/index128.js +1 -2
- package/index128.mjs +4 -13
- package/index129.js +1 -2
- package/index129.mjs +11 -39
- package/index13.js +2 -1
- package/index13.mjs +46 -47
- package/index130.js +1 -1
- package/index130.mjs +14 -11
- package/index131.js +1 -1
- package/index131.mjs +38 -39
- package/index132.js +1 -1
- package/index132.mjs +21 -22
- package/index133.js +1 -1
- package/index133.mjs +42 -21
- package/index134.js +1 -1
- package/index134.mjs +18 -41
- package/index135.js +1 -1
- package/index135.mjs +37 -25
- package/index136.js +1 -1
- package/index136.mjs +14 -39
- package/index137.js +1 -2
- package/index137.mjs +240 -57
- package/index138.js +2 -1
- package/index138.mjs +12 -38
- package/index139.js +2 -1
- package/index139.mjs +36 -28
- package/index14.js +1 -2
- package/index14.mjs +47 -19
- package/index140.js +1 -1
- package/index140.mjs +11 -8
- package/index141.js +1 -1
- package/index141.mjs +39 -9
- package/index142.js +1 -1
- package/index142.mjs +23 -29
- package/index143.js +1 -1
- package/index143.mjs +23 -15
- package/index144.js +1 -1
- package/index144.mjs +43 -17
- package/index145.js +1 -2
- package/index145.mjs +26 -48
- package/index146.js +1 -1
- package/index146.mjs +40 -37
- package/index147.js +2 -1
- package/index147.mjs +56 -27
- package/index148.js +1 -1
- package/index148.mjs +39 -22
- package/index149.js +1 -1
- package/index149.mjs +31 -36
- package/index15.js +1 -1
- package/index15.mjs +18 -17
- package/index150.js +1 -1
- package/index150.mjs +8 -57
- package/index151.js +1 -1
- package/index151.mjs +8 -11
- package/index152.js +1 -1
- package/index152.mjs +30 -46
- package/index153.js +1 -2
- package/index153.mjs +14 -12
- package/index154.js +1 -1
- package/index154.mjs +16 -29
- package/index155.js +2 -1
- package/index155.mjs +48 -12
- package/index156.js +1 -1
- package/index156.mjs +37 -5
- package/index157.js +1 -2
- package/index157.mjs +27 -48
- package/index158.js +1 -1
- package/index158.mjs +20 -124
- package/index159.js +1 -1
- package/index159.mjs +35 -27
- package/index16.js +1 -1
- package/index16.mjs +16 -165
- package/index160.js +1 -1
- package/index160.mjs +21 -73
- package/index161.js +1 -1
- package/index161.mjs +51 -376
- package/index162.js +1 -1
- package/index162.mjs +12 -47
- package/index163.js +1 -1
- package/index163.mjs +12 -4
- package/index164.js +1 -1
- package/index164.mjs +46 -25
- package/index165.js +2 -1
- package/index165.mjs +13 -48
- package/index166.js +1 -1
- package/index166.mjs +30 -6
- package/index167.js +1 -1
- package/index167.mjs +5 -24
- package/index168.js +2 -1
- package/index168.mjs +49 -12
- package/index169.js +1 -1
- package/index169.mjs +125 -4
- package/index17.js +1 -1
- package/index17.mjs +148 -93
- package/index170.js +1 -1
- package/index170.mjs +27 -14
- package/index171.js +1 -1
- package/index171.mjs +73 -21
- package/index172.js +1 -1
- package/index172.mjs +377 -38
- package/index173.js +1 -1
- package/index173.mjs +44 -55
- package/index174.js +1 -1
- package/index174.mjs +4 -42
- package/index175.js +1 -1
- package/index175.mjs +22 -26
- package/index176.js +1 -1
- package/index176.mjs +46 -30
- package/index177.js +1 -1
- package/index177.mjs +4 -13
- package/index178.js +1 -1
- package/index178.mjs +24 -10
- package/index179.js +1 -1
- package/index179.mjs +11 -27
- package/index18.js +1 -1
- package/index18.mjs +110 -113
- package/index180.js +1 -1
- package/index180.mjs +4 -9
- package/index181.js +1 -1
- package/index181.mjs +14 -6
- package/index182.js +1 -1
- package/index182.mjs +42 -5
- package/index183.js +1 -1
- package/index183.mjs +57 -7
- package/index184.js +1 -1
- package/index184.mjs +41 -29
- package/index185.js +1 -1
- package/index185.mjs +28 -18
- package/index186.js +1 -1
- package/index186.mjs +30 -12
- package/index187.js +1 -1
- package/index187.mjs +14 -43
- package/index188.js +1 -1
- package/index188.mjs +10 -8
- package/index189.js +1 -1
- package/index189.mjs +26 -15
- package/index19.js +1 -1
- package/index19.mjs +115 -31
- package/index190.js +1 -1
- package/index190.mjs +10 -3
- package/index191.js +1 -1
- package/index191.mjs +6 -4
- package/index192.js +1 -1
- package/index192.mjs +5 -19
- package/index193.js +1 -1
- package/index193.mjs +7 -54
- package/index194.js +1 -1
- package/index194.mjs +27 -201
- package/index195.js +1 -1
- package/index195.mjs +18 -64
- package/index196.js +1 -1
- package/index196.mjs +13 -143
- package/index197.js +1 -1
- package/index197.mjs +39 -120
- package/index198.js +1 -1
- package/index198.mjs +8 -224
- package/index199.js +1 -1
- package/index199.mjs +16 -189
- package/index2.js +1 -1
- package/index2.mjs +60 -60
- package/index20.js +1 -1
- package/index20.mjs +27 -104
- package/index200.js +1 -1
- package/index200.mjs +3 -70
- package/index201.js +1 -1
- package/index201.mjs +4 -279
- package/index202.js +1 -1
- package/index202.mjs +19 -98
- package/index203.js +1 -1
- package/index203.mjs +51 -185
- package/index204.js +1 -1
- package/index204.mjs +123 -83
- package/index205.js +1 -1
- package/index205.mjs +132 -56
- package/index206.js +1 -1
- package/index206.mjs +43 -125
- package/index207.js +1 -1
- package/index207.mjs +14 -116
- package/index208.js +1 -1
- package/index208.mjs +92 -119
- package/index209.js +1 -1
- package/index209.mjs +105 -71
- package/index21.js +1 -1
- package/index21.mjs +84 -122
- package/index210.js +1 -1
- package/index210.mjs +4 -110
- package/index211.js +1 -1
- package/index211.mjs +3 -52
- package/index212.js +1 -1
- package/index212.mjs +124 -92
- package/index213.js +1 -1
- package/index213.mjs +29 -70
- package/index214.js +1 -1
- package/index214.mjs +51 -56
- package/index215.js +1 -1
- package/index215.mjs +44 -99
- package/index216.js +1 -5
- package/index216.mjs +36 -79
- package/index217.js +1 -1
- package/index217.mjs +93 -2005
- package/index218.js +1 -1
- package/index218.mjs +78 -60
- package/index219.js +1 -1
- package/index219.mjs +95 -182
- package/index22.js +1 -1
- package/index22.mjs +110 -124
- package/index220.js +1 -1
- package/index220.mjs +98 -141
- package/index221.js +1 -1
- package/index221.mjs +199 -193
- package/index222.js +1 -1
- package/index222.mjs +64 -22
- package/index223.js +1 -1
- package/index223.mjs +140 -46
- package/index224.js +1 -1
- package/index224.mjs +122 -46
- package/index225.js +1 -1
- package/index225.mjs +220 -93
- package/index226.js +1 -1
- package/index226.mjs +191 -72
- package/index227.js +1 -1
- package/index227.mjs +64 -63
- package/index228.js +1 -1
- package/index228.mjs +279 -7
- package/index229.js +1 -1
- package/index229.mjs +98 -11
- package/index23.js +1 -1
- package/index23.mjs +151 -102
- package/index230.js +1 -1
- package/index230.mjs +179 -115
- package/index231.js +1 -1
- package/index231.mjs +81 -131
- package/index232.js +1 -1
- package/index232.mjs +58 -44
- package/index233.js +1 -1
- package/index233.mjs +126 -14
- package/index234.js +1 -1
- package/index234.mjs +113 -92
- package/index235.js +1 -1
- package/index235.mjs +119 -103
- package/index236.js +1 -1
- package/index236.mjs +72 -4
- package/index237.js +1 -1
- package/index237.mjs +110 -3
- package/index238.js +1 -1
- package/index238.mjs +51 -124
- package/index239.js +1 -1
- package/index239.mjs +93 -29
- package/index24.js +1 -1
- package/index24.mjs +110 -22
- package/index240.js +1 -1
- package/index240.mjs +70 -51
- package/index241.js +1 -1
- package/index241.mjs +56 -44
- package/index242.js +1 -1
- package/index242.mjs +98 -36
- package/index243.js +5 -1
- package/index243.mjs +78 -111
- package/index244.js +1 -1
- package/index244.mjs +2021 -73
- package/index245.js +1 -1
- package/index245.mjs +57 -99
- package/index246.js +1 -1
- package/index246.mjs +189 -98
- package/index247.js +1 -1
- package/index247.mjs +140 -5
- package/index248.js +1 -1
- package/index248.mjs +191 -115
- package/index249.js +1 -1
- package/index249.mjs +22 -43
- package/index25.js +1 -1
- package/index25.mjs +21 -68
- package/index250.js +1 -1
- package/index250.mjs +43 -224
- package/index251.js +1 -1
- package/index251.mjs +47 -30
- package/index252.js +1 -1
- package/index252.mjs +97 -3
- package/index253.js +1 -1
- package/index253.mjs +71 -130
- package/index254.js +1 -1
- package/index254.mjs +62 -184
- package/index255.js +1 -1
- package/index255.mjs +7 -9
- package/index256.js +1 -1
- package/index256.mjs +11 -3
- package/index257.js +1 -1
- package/index257.mjs +30 -35
- package/index258.js +1 -1
- package/index258.mjs +5 -5
- package/index259.js +1 -1
- package/index259.mjs +121 -29
- package/index26.js +1 -1
- package/index26.mjs +69 -147
- package/index260.js +1 -1
- package/index260.mjs +43 -6
- package/index261.js +1 -1
- package/index261.mjs +231 -5
- package/index262.js +1 -1
- package/index262.mjs +4 -5
- package/index263.js +1 -1
- package/index263.mjs +5 -5
- package/index264.js +1 -1
- package/index264.mjs +130 -4
- package/index265.js +1 -1
- package/index265.mjs +191 -5
- package/index266.js +1 -1
- package/index266.mjs +10 -5
- package/index267.js +1 -1
- package/index267.mjs +4 -5
- package/index268.js +1 -1
- package/index268.mjs +37 -5
- package/index269.js +1 -1
- package/index269.mjs +6 -5
- package/index27.js +1 -1
- package/index27.mjs +149 -20
- package/index270.js +1 -1
- package/index270.mjs +30 -5
- package/index271.js +1 -1
- package/index271.mjs +7 -5
- package/index272.js +1 -1
- package/index272.mjs +1 -1
- package/index273.js +1 -1
- package/index273.mjs +4 -4
- package/index274.js +1 -1
- package/index274.mjs +4 -4
- package/index275.js +1 -1
- package/index275.mjs +4 -4
- 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 +1 -1
- package/index279.js +1 -1
- package/index279.mjs +4 -4
- package/index28.js +1 -1
- package/index28.mjs +20 -59
- package/index280.js +1 -1
- package/index280.mjs +4 -4
- package/index281.js +1 -1
- package/index281.mjs +1 -1
- package/index282.js +1 -1
- package/index282.mjs +1 -1
- 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 +1 -1
- package/index289.js +1 -1
- package/index289.mjs +1 -1
- package/index29.js +1 -1
- package/index29.mjs +42 -33
- package/index290.js +1 -1
- package/index290.mjs +4 -4
- package/index291.js +1 -1
- package/index291.mjs +4 -4
- package/index292.js +1 -1
- package/index292.mjs +4 -4
- package/index293.js +1 -1
- package/index293.mjs +4 -4
- package/index294.js +1 -1
- package/index294.mjs +4 -4
- package/index295.js +1 -1
- package/index295.mjs +5 -5
- package/index296.js +1 -1
- package/index296.mjs +4 -62
- package/index297.js +1 -1
- package/index297.mjs +5 -7
- package/index298.js +1 -1
- package/index298.mjs +5 -28
- package/index299.js +1 -1
- package/index299.mjs +5 -93
- package/index3.js +1 -1
- package/index3.mjs +1 -1
- package/index30.js +1 -1
- package/index30.mjs +49 -19
- package/index300.js +1 -1
- package/index300.mjs +5 -10
- package/index301.js +1 -1
- package/index301.mjs +5 -26
- package/index302.js +1 -1
- package/index302.mjs +5 -34
- package/index303.js +1 -1
- package/index303.mjs +5 -7
- package/index304.js +1 -1
- package/index304.mjs +5 -7
- package/index305.js +1 -1
- package/index305.mjs +5 -51
- package/index306.js +1 -1
- package/index306.mjs +61 -28
- package/index307.js +1 -1
- package/index307.mjs +7 -15
- package/index308.js +1 -1
- package/index308.mjs +27 -21
- package/index309.js +1 -1
- package/index309.mjs +89 -26
- package/index31.js +1 -1
- package/index31.mjs +19 -32
- package/index310.js +1 -1
- package/index310.mjs +8 -65
- package/index311.js +1 -1
- package/index311.mjs +24 -52
- package/index312.js +1 -1
- package/index312.mjs +32 -53
- package/index313.js +1 -1
- package/index313.mjs +6 -281
- package/index314.js +1 -1
- package/index314.mjs +6 -20
- package/index315.js +1 -1
- package/index315.mjs +50 -3
- package/index316.js +1 -1
- package/index316.mjs +29 -4
- package/index317.js +1 -1
- package/index317.mjs +14 -8
- package/index318.js +1 -1
- package/index318.mjs +66 -5
- package/index319.js +1 -1
- package/index319.mjs +53 -30
- package/index32.js +1 -1
- package/index32.mjs +32 -23
- package/index320.js +1 -1
- package/index320.mjs +51 -164
- package/index321.js +1 -0
- package/index321.mjs +284 -0
- package/index322.js +1 -0
- package/index322.mjs +23 -0
- package/index323.js +1 -0
- package/index323.mjs +24 -0
- package/index324.js +1 -0
- package/index324.mjs +32 -0
- package/index325.js +1 -0
- package/index325.mjs +6 -0
- package/index326.js +1 -0
- package/index326.mjs +7 -0
- package/index327.js +1 -0
- package/index327.mjs +11 -0
- package/index328.js +1 -0
- package/index328.mjs +170 -0
- package/index329.js +1 -0
- package/index329.mjs +33 -0
- package/index33.js +1 -1
- package/index33.mjs +22 -12
- package/index330.js +1 -0
- package/index330.mjs +8 -0
- package/index34.js +1 -1
- package/index34.mjs +13 -31
- package/index35.js +1 -1
- package/index35.mjs +30 -31
- package/index36.js +1 -1
- package/index36.mjs +28 -121
- package/index37.js +1 -1
- package/index37.mjs +125 -8
- package/index38.js +1 -1
- package/index38.mjs +8 -46
- package/index39.js +1 -1
- package/index39.mjs +46 -18
- package/index4.js +1 -1
- package/index4.mjs +4 -4
- package/index40.js +2 -1
- package/index40.mjs +19 -6
- package/index41.js +1 -2
- package/index41.mjs +6 -21
- package/index42.js +1 -1
- package/index42.mjs +18 -32
- package/index43.js +1 -1
- package/index43.mjs +34 -39
- package/index44.js +1 -1
- package/index44.mjs +39 -48
- package/index45.js +1 -1
- package/index45.mjs +48 -39
- package/index46.js +1 -1
- package/index46.mjs +38 -26
- package/index47.js +1 -1
- package/index47.mjs +27 -18
- package/index48.js +2 -1
- package/index48.mjs +20 -5
- package/index49.js +2 -1
- package/index49.mjs +114 -8
- package/index50.js +2 -1
- package/index50.mjs +58 -8
- package/index51.js +2 -1
- package/index51.mjs +42 -5
- package/index52.js +2 -1
- package/index52.mjs +66 -5
- package/index53.js +2 -1
- package/index53.mjs +74 -5
- package/index54.js +1 -1
- package/index54.mjs +3 -3
- package/index55.js +1 -1
- package/index55.mjs +6 -9
- package/index56.js +1 -1
- package/index56.mjs +8 -13
- package/index57.js +1 -1
- package/index57.mjs +4 -12
- package/index58.js +1 -1
- package/index58.mjs +5 -46
- package/index59.js +1 -1
- package/index59.mjs +5 -8
- package/index6.js +1 -1
- package/index6.mjs +1 -1
- package/index60.js +1 -1
- package/index60.mjs +4 -70
- package/index61.js +1 -1
- package/index61.mjs +11 -8
- package/index62.js +1 -1
- package/index62.mjs +8 -8
- package/index63.js +1 -1
- package/index63.mjs +13 -10
- package/index64.js +1 -1
- package/index64.mjs +37 -8
- package/index65.js +1 -1
- package/index65.mjs +8 -13
- package/index66.js +1 -1
- package/index66.mjs +70 -12
- package/index67.js +1 -1
- package/index67.mjs +7 -12
- package/index68.js +1 -1
- package/index68.mjs +8 -6
- package/index69.js +1 -1
- package/index69.mjs +9 -10
- package/index7.js +1 -1
- package/index7.mjs +2 -2
- package/index70.js +1 -1
- package/index70.mjs +16 -12
- package/index71.js +1 -1
- package/index71.mjs +12 -13
- package/index72.js +1 -2
- package/index72.mjs +12 -22
- package/index73.js +1 -2
- package/index73.mjs +12 -16
- package/index74.js +1 -2
- package/index74.mjs +11 -15
- package/index75.js +1 -2
- package/index75.mjs +11 -47
- package/index76.js +1 -2
- package/index76.mjs +13 -39
- package/index77.js +1 -2
- package/index77.mjs +14 -13
- package/index78.js +1 -1
- package/index78.mjs +21 -10
- package/index79.js +1 -1
- package/index79.mjs +16 -14
- package/index8.js +1 -1
- package/index8.mjs +5 -5
- package/index80.js +1 -1
- package/index80.mjs +13 -10
- package/index81.js +1 -1
- package/index81.mjs +42 -26
- package/index82.js +2 -1
- package/index82.mjs +39 -2
- package/index83.js +1 -1
- package/index83.mjs +11 -7
- package/index84.js +1 -1
- package/index84.mjs +11 -7
- package/index85.js +1 -1
- package/index85.mjs +14 -7
- package/index86.js +1 -1
- package/index86.mjs +11 -7
- package/index87.js +2 -1
- package/index87.mjs +30 -24
- package/index88.js +1 -1
- package/index88.mjs +2 -10
- package/index89.js +1 -1
- package/index89.mjs +8 -19
- package/index9.js +1 -1
- package/index9.mjs +4 -4
- package/index90.js +2 -1
- package/index90.mjs +8 -4
- package/index91.js +2 -1
- package/index91.mjs +8 -2
- package/index92.js +2 -6
- package/index92.mjs +7 -93
- package/index93.js +1 -1
- package/index93.mjs +25 -69
- package/index94.js +1 -1
- package/index94.mjs +10 -41
- package/index95.js +2 -42
- package/index95.mjs +20 -74
- package/index96.js +2 -64
- package/index96.mjs +14 -228
- package/index97.js +2 -9
- package/index97.mjs +37 -57
- package/index98.js +1 -1
- package/index98.mjs +4 -45
- package/index99.js +1 -1
- package/index99.mjs +2 -13
- package/package.json +1 -1
- package/theme/ComboBox/index.d.ts +3 -0
- package/theme/Popover/index.d.ts +238 -0
- package/types/react-stately.d.ts +8 -1
package/index259.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 O=require("./index323.js"),j=require("./index172.js"),N=require("./index315.js"),z=require("./index317.js"),G=require("./index161.js"),A=require("./index134.js"),L=require("./index183.js"),H=require("./index201.js"),J=require("@react-aria/focus"),v=require("react");function Q(r){let{id:b,selectionManager:t,key:o,ref:s,shouldSelectOnPressUp:C,shouldUseVirtualFocus:l,focus:D,isDisabled:c,onAction:m,allowsDifferentPressOrigin:I,linkBehavior:p="action"}=r,F=L.useRouter();b=G.useId(b);let u=e=>{if(e.pointerType==="keyboard"&&O.isNonContiguousSelectionModifier(e))t.toggleSelection(o);else{if(t.selectionMode==="none")return;if(t.isLink(o)){if(p==="selection"&&s.current){let y=t.getItemProps(o);F.open(s.current,e,y.href,y.routerOptions),t.setSelectedKeys(t.selectedKeys);return}else if(p==="override"||p==="none")return}t.selectionMode==="single"?t.isSelected(o)&&!t.disallowEmptySelection?t.toggleSelection(o):t.replaceSelection(o):e&&e.shiftKey?t.extendSelection(o):t.selectionBehavior==="toggle"||e&&(H.isCtrlKeyPressed(e)||e.pointerType==="touch"||e.pointerType==="virtual")?t.toggleSelection(o):t.replaceSelection(o)}};v.useEffect(()=>{o===t.focusedKey&&t.isFocused&&(l?J.moveVirtualFocus(s.current):D?D():document.activeElement!==s.current&&s.current&&z.focusSafely(s.current))},[s,o,t.focusedKey,t.childFocusStrategy,t.isFocused,l]),c=c||t.isDisabled(o);let d={};!l&&!c?d={tabIndex:o===t.focusedKey?0:-1,onFocus(e){e.target===s.current&&t.setFocusedKey(o)}}:c&&(d.onMouseDown=e=>{e.preventDefault()});let E=t.isLink(o)&&p==="override",K=t.isLink(o)&&p!=="selection"&&p!=="none",i=!c&&t.canSelectItem(o)&&!E,k=(m||K)&&!c,a=k&&(t.selectionBehavior==="replace"?!i:!i||t.isEmpty),h=k&&i&&t.selectionBehavior==="replace",f=a||h,P=v.useRef(null),g=f&&i,T=v.useRef(!1),w=v.useRef(!1),S=e=>{if(m&&m(),K&&s.current){let y=t.getItemProps(o);F.open(s.current,e,y.href,y.routerOptions)}},n={ref:s};C?(n.onPressStart=e=>{P.current=e.pointerType,T.current=g,e.pointerType==="keyboard"&&(!f||$())&&u(e)},I?(n.onPressUp=a?void 0:e=>{e.pointerType==="mouse"&&i&&u(e)},n.onPress=a?S:e=>{e.pointerType!=="keyboard"&&e.pointerType!=="mouse"&&i&&u(e)}):n.onPress=e=>{if(a||h&&e.pointerType!=="mouse"){if(e.pointerType==="keyboard"&&!q())return;S(e)}else e.pointerType!=="keyboard"&&i&&u(e)}):(n.onPressStart=e=>{P.current=e.pointerType,T.current=g,w.current=a,i&&(e.pointerType==="mouse"&&!a||e.pointerType==="keyboard"&&(!k||$()))&&u(e)},n.onPress=e=>{(e.pointerType==="touch"||e.pointerType==="pen"||e.pointerType==="virtual"||e.pointerType==="keyboard"&&f&&q()||e.pointerType==="mouse"&&w.current)&&(f?S(e):i&&u(e))}),d["data-collection"]=O.getCollectionId(t.collection),d["data-key"]=o,n.preventFocusOnPress=l,l&&(n=A.mergeProps(n,{onPressStart(e){e.pointerType!=="touch"&&(t.setFocused(!0),t.setFocusedKey(o))},onPress(e){e.pointerType==="touch"&&(t.setFocused(!0),t.setFocusedKey(o))}}));let{pressProps:M,isPressed:B}=j.usePress(n),R=h?e=>{P.current==="mouse"&&(e.stopPropagation(),e.preventDefault(),S(e))}:void 0,{longPressProps:U}=N.useLongPress({isDisabled:!g,onLongPress(e){e.pointerType==="touch"&&(u(e),t.setSelectionBehavior("toggle"))}}),x=e=>{P.current==="touch"&&T.current&&e.preventDefault()},V=t.isLink(o)?e=>{L.openLink.isOpening||e.preventDefault()}:void 0;return{itemProps:A.mergeProps(d,i||a||l?M:{},g?U:{},{onDoubleClick:R,onDragStartCapture:x,onClick:V,id:b},l?{onMouseDown:e=>e.preventDefault()}:void 0),isPressed:B,isSelected:t.isSelected(o),isFocused:t.isFocused&&t.focusedKey===o,isDisabled:c,allowsSelection:i,hasAction:f}}function q(){let r=window.event;return(r==null?void 0:r.key)==="Enter"}function $(){let r=window.event;return(r==null?void 0:r.key)===" "||(r==null?void 0:r.code)==="Space"}exports.useSelectableItem=Q;
|
package/index259.mjs
CHANGED
|
@@ -1,32 +1,124 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
if (
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
import { getCollectionId as R, isNonContiguousSelectionModifier as N } from "./index323.mjs";
|
|
2
|
+
import { usePress as j } from "./index172.mjs";
|
|
3
|
+
import { useLongPress as q } from "./index315.mjs";
|
|
4
|
+
import { focusSafely as z } from "./index317.mjs";
|
|
5
|
+
import { useId as G } from "./index161.mjs";
|
|
6
|
+
import { mergeProps as K } from "./index134.mjs";
|
|
7
|
+
import { useRouter as H, openLink as J } from "./index183.mjs";
|
|
8
|
+
import { isCtrlKeyPressed as Q } from "./index201.mjs";
|
|
9
|
+
import { moveVirtualFocus as W } from "@react-aria/focus";
|
|
10
|
+
import { useEffect as X, useRef as k } from "react";
|
|
11
|
+
function le(r) {
|
|
12
|
+
let { id: $, selectionManager: o, key: t, ref: s, shouldSelectOnPressUp: O, shouldUseVirtualFocus: l, focus: T, isDisabled: c, onAction: g, allowsDifferentPressOrigin: C, linkBehavior: p = "action" } = r, D = H();
|
|
13
|
+
$ = G($);
|
|
14
|
+
let a = (e) => {
|
|
15
|
+
if (e.pointerType === "keyboard" && N(e)) o.toggleSelection(t);
|
|
16
|
+
else {
|
|
17
|
+
if (o.selectionMode === "none") return;
|
|
18
|
+
if (o.isLink(t)) {
|
|
19
|
+
if (p === "selection" && s.current) {
|
|
20
|
+
let y = o.getItemProps(t);
|
|
21
|
+
D.open(s.current, e, y.href, y.routerOptions), o.setSelectedKeys(o.selectedKeys);
|
|
22
|
+
return;
|
|
23
|
+
} else if (p === "override" || p === "none") return;
|
|
24
|
+
}
|
|
25
|
+
o.selectionMode === "single" ? o.isSelected(t) && !o.disallowEmptySelection ? o.toggleSelection(t) : o.replaceSelection(t) : e && e.shiftKey ? o.extendSelection(t) : o.selectionBehavior === "toggle" || e && (Q(e) || e.pointerType === "touch" || e.pointerType === "virtual") ? o.toggleSelection(t) : o.replaceSelection(t);
|
|
26
|
+
}
|
|
27
|
+
};
|
|
28
|
+
X(() => {
|
|
29
|
+
t === o.focusedKey && o.isFocused && (l ? W(s.current) : T ? T() : document.activeElement !== s.current && s.current && z(s.current));
|
|
30
|
+
}, [
|
|
31
|
+
s,
|
|
32
|
+
t,
|
|
33
|
+
o.focusedKey,
|
|
34
|
+
o.childFocusStrategy,
|
|
35
|
+
o.isFocused,
|
|
36
|
+
l
|
|
37
|
+
]), c = c || o.isDisabled(t);
|
|
38
|
+
let u = {};
|
|
39
|
+
!l && !c ? u = {
|
|
40
|
+
tabIndex: t === o.focusedKey ? 0 : -1,
|
|
41
|
+
onFocus(e) {
|
|
42
|
+
e.target === s.current && o.setFocusedKey(t);
|
|
43
|
+
}
|
|
44
|
+
} : c && (u.onMouseDown = (e) => {
|
|
45
|
+
e.preventDefault();
|
|
46
|
+
});
|
|
47
|
+
let L = o.isLink(t) && p === "override", F = o.isLink(t) && p !== "selection" && p !== "none", i = !c && o.canSelectItem(t) && !L, S = (g || F) && !c, f = S && (o.selectionBehavior === "replace" ? !i : !i || o.isEmpty), v = S && i && o.selectionBehavior === "replace", d = f || v, b = k(null), m = d && i, h = k(!1), x = k(!1), P = (e) => {
|
|
48
|
+
if (g && g(), F && s.current) {
|
|
49
|
+
let y = o.getItemProps(t);
|
|
50
|
+
D.open(s.current, e, y.href, y.routerOptions);
|
|
51
|
+
}
|
|
52
|
+
}, n = {
|
|
53
|
+
ref: s
|
|
54
|
+
};
|
|
55
|
+
O ? (n.onPressStart = (e) => {
|
|
56
|
+
b.current = e.pointerType, h.current = m, e.pointerType === "keyboard" && (!d || A()) && a(e);
|
|
57
|
+
}, C ? (n.onPressUp = f ? void 0 : (e) => {
|
|
58
|
+
e.pointerType === "mouse" && i && a(e);
|
|
59
|
+
}, n.onPress = f ? P : (e) => {
|
|
60
|
+
e.pointerType !== "keyboard" && e.pointerType !== "mouse" && i && a(e);
|
|
61
|
+
}) : n.onPress = (e) => {
|
|
62
|
+
if (f || v && e.pointerType !== "mouse") {
|
|
63
|
+
if (e.pointerType === "keyboard" && !w()) return;
|
|
64
|
+
P(e);
|
|
65
|
+
} else e.pointerType !== "keyboard" && i && a(e);
|
|
66
|
+
}) : (n.onPressStart = (e) => {
|
|
67
|
+
b.current = e.pointerType, h.current = m, x.current = f, i && (e.pointerType === "mouse" && !f || e.pointerType === "keyboard" && (!S || A())) && a(e);
|
|
68
|
+
}, n.onPress = (e) => {
|
|
69
|
+
(e.pointerType === "touch" || e.pointerType === "pen" || e.pointerType === "virtual" || e.pointerType === "keyboard" && d && w() || e.pointerType === "mouse" && x.current) && (d ? P(e) : i && a(e));
|
|
70
|
+
}), u["data-collection"] = R(o.collection), u["data-key"] = t, n.preventFocusOnPress = l, l && (n = K(n, {
|
|
71
|
+
onPressStart(e) {
|
|
72
|
+
e.pointerType !== "touch" && (o.setFocused(!0), o.setFocusedKey(t));
|
|
73
|
+
},
|
|
74
|
+
onPress(e) {
|
|
75
|
+
e.pointerType === "touch" && (o.setFocused(!0), o.setFocusedKey(t));
|
|
76
|
+
}
|
|
77
|
+
}));
|
|
78
|
+
let { pressProps: E, isPressed: I } = j(n), B = v ? (e) => {
|
|
79
|
+
b.current === "mouse" && (e.stopPropagation(), e.preventDefault(), P(e));
|
|
80
|
+
} : void 0, { longPressProps: M } = q({
|
|
81
|
+
isDisabled: !m,
|
|
82
|
+
onLongPress(e) {
|
|
83
|
+
e.pointerType === "touch" && (a(e), o.setSelectionBehavior("toggle"));
|
|
84
|
+
}
|
|
85
|
+
}), U = (e) => {
|
|
86
|
+
b.current === "touch" && h.current && e.preventDefault();
|
|
87
|
+
}, V = o.isLink(t) ? (e) => {
|
|
88
|
+
J.isOpening || e.preventDefault();
|
|
89
|
+
} : void 0;
|
|
90
|
+
return {
|
|
91
|
+
itemProps: K(
|
|
92
|
+
u,
|
|
93
|
+
i || f || l ? E : {},
|
|
94
|
+
m ? M : {},
|
|
95
|
+
{
|
|
96
|
+
onDoubleClick: B,
|
|
97
|
+
onDragStartCapture: U,
|
|
98
|
+
onClick: V,
|
|
99
|
+
id: $
|
|
100
|
+
},
|
|
101
|
+
// Prevent DOM focus from moving on mouse down when using virtual focus
|
|
102
|
+
l ? {
|
|
103
|
+
onMouseDown: (e) => e.preventDefault()
|
|
104
|
+
} : void 0
|
|
105
|
+
),
|
|
106
|
+
isPressed: I,
|
|
107
|
+
isSelected: o.isSelected(t),
|
|
108
|
+
isFocused: o.isFocused && o.focusedKey === t,
|
|
109
|
+
isDisabled: c,
|
|
110
|
+
allowsSelection: i,
|
|
111
|
+
hasAction: d
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
function w() {
|
|
115
|
+
let r = window.event;
|
|
116
|
+
return (r == null ? void 0 : r.key) === "Enter";
|
|
117
|
+
}
|
|
118
|
+
function A() {
|
|
119
|
+
let r = window.event;
|
|
120
|
+
return (r == null ? void 0 : r.key) === " " || (r == null ? void 0 : r.code) === "Space";
|
|
29
121
|
}
|
|
30
122
|
export {
|
|
31
|
-
|
|
123
|
+
le as useSelectableItem
|
|
32
124
|
};
|
package/index26.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
"use strict";const
|
|
2
|
+
"use strict";const i=require("react/jsx-runtime"),F=require("./index146.js"),q=require("@react-aria/i18n"),g=require("react"),o=require("react-aria"),N=require("react-stately"),S=require("./index79.js"),f=require("./index28.js");function j(n){const{themeName:a="datePicker",tokens:e,customTheme:l,segment:s,state:t}=n,c=g.useRef(null),{segmentProps:d}=o.useDateSegment(s,t,c),u=S(`${a}.dateSegmentPlaceholder`),{focusProps:r,isFocusVisible:h}=o.useFocusRing();return i.jsx(o.FocusRing,{within:!0,focusRingClass:"has-focus-ring",children:i.jsxs(f.BoxWithForwardRef,{...d,...r,ref:c,themeName:`${a}.dateSegment`,tokens:{...e,className:h?`has-focus-ring ${e==null?void 0:e.className}`:(e==null?void 0:e.className)??""},customTheme:l,children:[i.jsx("span",{className:u,"aria-hidden":"true",style:{visibility:s.isPlaceholder?"visible":"hidden",height:s.isPlaceholder?"":0,pointerEvents:"none",display:s.isPlaceholder?"block":"none"},children:s.placeholder}),s.isPlaceholder?"":s.text]})})}function k(n){const{themeName:a="datePicker",tokens:e,customTheme:l}=n,{locale:s}=q.useLocale(),t=N.useDateFieldState({...n,locale:s,createCalendar:F.createCalendar}),{isDisabled:c,isReadOnly:d,isRequired:u}=t,r=g.useRef(null),{fieldProps:h,isInvalid:x}=o.useDateField(n,t,r),m={isInvalid:x,isDisabled:c,isReadOnly:d,isRequired:u,...e};return i.jsx(f.BoxWithForwardRef,{...h,ref:r,themeName:`${a}.dateField`,tokens:m,customTheme:l,children:t.segments.map((P,R)=>i.jsx(j,{themeName:a,tokens:m,segment:P,state:t},R))})}module.exports=k;
|
package/index26.mjs
CHANGED
|
@@ -1,152 +1,74 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
2
|
+
import { jsx as r, jsxs as F } from "react/jsx-runtime";
|
|
3
|
+
import { createCalendar as b } from "./index146.mjs";
|
|
4
|
+
import { useLocale as N } from "@react-aria/i18n";
|
|
5
|
+
import { useRef as u } from "react";
|
|
6
|
+
import { useDateField as x, useDateSegment as R, useFocusRing as $, FocusRing as D } from "react-aria";
|
|
7
|
+
import { useDateFieldState as S } from "react-stately";
|
|
8
|
+
import k from "./index79.mjs";
|
|
9
|
+
import { BoxWithForwardRef as f } from "./index28.mjs";
|
|
10
|
+
function T(o) {
|
|
11
|
+
const { themeName: a = "datePicker", tokens: e, customTheme: l, segment: t, state: s } = o, i = u(null), { segmentProps: c } = R(t, s, i), m = k(`${a}.dateSegmentPlaceholder`), { focusProps: n, isFocusVisible: d } = $();
|
|
12
|
+
return /* @__PURE__ */ r(D, { within: !0, focusRingClass: "has-focus-ring", children: /* @__PURE__ */ F(
|
|
13
|
+
f,
|
|
14
|
+
{
|
|
15
|
+
...c,
|
|
16
|
+
...n,
|
|
17
|
+
ref: i,
|
|
18
|
+
themeName: `${a}.dateSegment`,
|
|
19
|
+
tokens: {
|
|
20
|
+
...e,
|
|
21
|
+
// Hack since has-focus-ring is not getting applied
|
|
22
|
+
className: d ? `has-focus-ring ${e == null ? void 0 : e.className}` : (e == null ? void 0 : e.className) ?? ""
|
|
23
|
+
},
|
|
24
|
+
customTheme: l,
|
|
25
|
+
children: [
|
|
26
|
+
/* @__PURE__ */ r(
|
|
27
|
+
"span",
|
|
28
|
+
{
|
|
29
|
+
className: m,
|
|
30
|
+
"aria-hidden": "true",
|
|
31
|
+
style: {
|
|
32
|
+
visibility: t.isPlaceholder ? "visible" : "hidden",
|
|
33
|
+
height: t.isPlaceholder ? "" : 0,
|
|
34
|
+
pointerEvents: "none",
|
|
35
|
+
display: t.isPlaceholder ? "block" : "none"
|
|
36
|
+
},
|
|
37
|
+
children: t.placeholder
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
t.isPlaceholder ? "" : t.text
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
) });
|
|
44
|
+
}
|
|
45
|
+
function I(o) {
|
|
46
|
+
const { themeName: a = "datePicker", tokens: e, customTheme: l } = o, { locale: t } = N(), s = S({
|
|
47
|
+
...o,
|
|
48
|
+
locale: t,
|
|
49
|
+
createCalendar: b
|
|
50
|
+
}), { isDisabled: i, isReadOnly: c, isRequired: m } = s, n = u(null), { fieldProps: d, isInvalid: g } = x(o, s, n), h = {
|
|
51
|
+
isInvalid: g,
|
|
52
|
+
isDisabled: i,
|
|
53
|
+
isReadOnly: c,
|
|
54
|
+
isRequired: m,
|
|
55
|
+
...e
|
|
52
56
|
};
|
|
53
|
-
return /* @__PURE__ */
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
{
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
children: [
|
|
68
|
-
/* @__PURE__ */ o(
|
|
69
|
-
i,
|
|
70
|
-
{
|
|
71
|
-
themeName: e,
|
|
72
|
-
tokens: { ...t, position: "outer", range: "start" },
|
|
73
|
-
...u
|
|
74
|
-
}
|
|
75
|
-
),
|
|
76
|
-
c && /* @__PURE__ */ o(n, { as: "span", themeName: `${e}.dateFieldSeparator`, tokens: t, children: c }),
|
|
77
|
-
/* @__PURE__ */ o(
|
|
78
|
-
i,
|
|
79
|
-
{
|
|
80
|
-
themeName: e,
|
|
81
|
-
tokens: { ...t, position: "outer", range: "end" },
|
|
82
|
-
...P
|
|
83
|
-
}
|
|
84
|
-
),
|
|
85
|
-
r.isInvalid && /* @__PURE__ */ o(
|
|
86
|
-
n,
|
|
87
|
-
{
|
|
88
|
-
as: "span",
|
|
89
|
-
themeName: `${e}.invalidIndicator`,
|
|
90
|
-
tokens: { ...t, position: "outer" },
|
|
91
|
-
children: h
|
|
92
|
-
}
|
|
93
|
-
)
|
|
94
|
-
]
|
|
95
|
-
}
|
|
96
|
-
),
|
|
97
|
-
r.isOpen && /* @__PURE__ */ o(
|
|
98
|
-
V,
|
|
99
|
-
{
|
|
100
|
-
themeName: e,
|
|
101
|
-
tokens: t,
|
|
102
|
-
triggerRef: d,
|
|
103
|
-
state: r,
|
|
104
|
-
placement: j,
|
|
105
|
-
containerPadding: F,
|
|
106
|
-
shouldCloseOnInteractOutside: I,
|
|
107
|
-
arrowBoundaryOffset: y,
|
|
108
|
-
isNonModal: R,
|
|
109
|
-
isKeyboardDismissDisabled: S,
|
|
110
|
-
arrowSize: x,
|
|
111
|
-
boundaryElement: C,
|
|
112
|
-
maxHeight: O,
|
|
113
|
-
shouldUpdatePosition: T,
|
|
114
|
-
children: /* @__PURE__ */ a(J, { themeName: `${e}.dialog`, tokens: t, ...M, children: [
|
|
115
|
-
$,
|
|
116
|
-
/* @__PURE__ */ a(n, { themeName: `${e}.dateFieldContainer`, tokens: t, children: [
|
|
117
|
-
/* @__PURE__ */ o(
|
|
118
|
-
i,
|
|
119
|
-
{
|
|
120
|
-
themeName: e,
|
|
121
|
-
tokens: { ...t, position: "inner", range: "start" },
|
|
122
|
-
...u
|
|
123
|
-
}
|
|
124
|
-
),
|
|
125
|
-
p && /* @__PURE__ */ o(n, { as: "span", themeName: `${e}.dateFieldSeparator`, tokens: t, children: p }),
|
|
126
|
-
/* @__PURE__ */ o(
|
|
127
|
-
i,
|
|
128
|
-
{
|
|
129
|
-
themeName: e,
|
|
130
|
-
tokens: { ...t, position: "inner", range: "end" },
|
|
131
|
-
...P
|
|
132
|
-
}
|
|
133
|
-
),
|
|
134
|
-
r.isInvalid && /* @__PURE__ */ o(
|
|
135
|
-
n,
|
|
136
|
-
{
|
|
137
|
-
as: "span",
|
|
138
|
-
themeName: `${e}.invalidIndicator`,
|
|
139
|
-
tokens: { ...t, position: "inner" },
|
|
140
|
-
children: h
|
|
141
|
-
}
|
|
142
|
-
)
|
|
143
|
-
] }),
|
|
144
|
-
/* @__PURE__ */ o(G, { ...U, tokens: l })
|
|
145
|
-
] })
|
|
146
|
-
}
|
|
147
|
-
)
|
|
148
|
-
] });
|
|
57
|
+
return /* @__PURE__ */ r(
|
|
58
|
+
f,
|
|
59
|
+
{
|
|
60
|
+
...d,
|
|
61
|
+
ref: n,
|
|
62
|
+
themeName: `${a}.dateField`,
|
|
63
|
+
tokens: h,
|
|
64
|
+
customTheme: l,
|
|
65
|
+
children: s.segments.map((p, P) => (
|
|
66
|
+
// eslint-disable-next-line react/no-array-index-key
|
|
67
|
+
/* @__PURE__ */ r(T, { themeName: a, tokens: h, segment: p, state: s }, P)
|
|
68
|
+
))
|
|
69
|
+
}
|
|
70
|
+
);
|
|
149
71
|
}
|
|
150
72
|
export {
|
|
151
|
-
|
|
73
|
+
I as default
|
|
152
74
|
};
|
package/index260.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});class s{getKeyLeftOf(e){return this.flipDirection?this.getNextKey(e):this.getPreviousKey(e)}getKeyRightOf(e){return this.flipDirection?this.getPreviousKey(e):this.getNextKey(e)}isDisabled(e){var t,i;return this.disabledKeys.has(e)||!!(!((i=this.collection.getItem(e))===null||i===void 0||(t=i.props)===null||t===void 0)&&t.isDisabled)}getFirstKey(){let e=this.collection.getFirstKey();return e!=null&&this.isDisabled(e)&&(e=this.getNextKey(e)),e}getLastKey(){let e=this.collection.getLastKey();return e!=null&&this.isDisabled(e)&&(e=this.getPreviousKey(e)),e}getKeyAbove(e){return this.tabDirection?null:this.getPreviousKey(e)}getKeyBelow(e){return this.tabDirection?null:this.getNextKey(e)}getNextKey(e){let t=e;do t=this.collection.getKeyAfter(t),t==null&&(t=this.collection.getFirstKey());while(t!=null&&this.isDisabled(t));return t}getPreviousKey(e){let t=e;do t=this.collection.getKeyBefore(t),t==null&&(t=this.collection.getLastKey());while(t!=null&&this.isDisabled(t));return t}constructor(e,t,i,l=new Set){this.collection=e,this.flipDirection=t==="rtl"&&i==="horizontal",this.disabledKeys=l,this.tabDirection=i==="horizontal"}}exports.TabsKeyboardDelegate=s;
|
package/index260.mjs
CHANGED
|
@@ -1,9 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
class r {
|
|
2
|
+
getKeyLeftOf(e) {
|
|
3
|
+
return this.flipDirection ? this.getNextKey(e) : this.getPreviousKey(e);
|
|
4
|
+
}
|
|
5
|
+
getKeyRightOf(e) {
|
|
6
|
+
return this.flipDirection ? this.getPreviousKey(e) : this.getNextKey(e);
|
|
7
|
+
}
|
|
8
|
+
isDisabled(e) {
|
|
9
|
+
var t, i;
|
|
10
|
+
return this.disabledKeys.has(e) || !!(!((i = this.collection.getItem(e)) === null || i === void 0 || (t = i.props) === null || t === void 0) && t.isDisabled);
|
|
11
|
+
}
|
|
12
|
+
getFirstKey() {
|
|
13
|
+
let e = this.collection.getFirstKey();
|
|
14
|
+
return e != null && this.isDisabled(e) && (e = this.getNextKey(e)), e;
|
|
15
|
+
}
|
|
16
|
+
getLastKey() {
|
|
17
|
+
let e = this.collection.getLastKey();
|
|
18
|
+
return e != null && this.isDisabled(e) && (e = this.getPreviousKey(e)), e;
|
|
19
|
+
}
|
|
20
|
+
getKeyAbove(e) {
|
|
21
|
+
return this.tabDirection ? null : this.getPreviousKey(e);
|
|
22
|
+
}
|
|
23
|
+
getKeyBelow(e) {
|
|
24
|
+
return this.tabDirection ? null : this.getNextKey(e);
|
|
25
|
+
}
|
|
26
|
+
getNextKey(e) {
|
|
27
|
+
let t = e;
|
|
28
|
+
do
|
|
29
|
+
t = this.collection.getKeyAfter(t), t == null && (t = this.collection.getFirstKey());
|
|
30
|
+
while (t != null && this.isDisabled(t));
|
|
31
|
+
return t;
|
|
32
|
+
}
|
|
33
|
+
getPreviousKey(e) {
|
|
34
|
+
let t = e;
|
|
35
|
+
do
|
|
36
|
+
t = this.collection.getKeyBefore(t), t == null && (t = this.collection.getLastKey());
|
|
37
|
+
while (t != null && this.isDisabled(t));
|
|
38
|
+
return t;
|
|
39
|
+
}
|
|
40
|
+
constructor(e, t, i, s = /* @__PURE__ */ new Set()) {
|
|
41
|
+
this.collection = e, this.flipDirection = t === "rtl" && i === "horizontal", this.disabledKeys = s, this.tabDirection = i === "horizontal";
|
|
42
|
+
}
|
|
6
43
|
}
|
|
7
44
|
export {
|
|
8
|
-
|
|
45
|
+
r as TabsKeyboardDelegate
|
|
9
46
|
};
|
package/index261.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const F=require("./index323.js"),fe=require("./index324.js"),$=require("./index134.js"),H=require("./index182.js"),ae=require("./index183.js"),j=require("./index188.js"),w=require("./index195.js"),O=require("./index197.js"),G=require("./index196.js"),J=require("./index200.js"),b=require("./index201.js"),de=require("react-dom"),p=require("react"),Q=require("./index306.js"),X=require("./index317.js"),Y=require("@react-aria/focus"),ve=require("@react-aria/i18n");function ye(Z){let{selectionManager:e,keyboardDelegate:t,ref:i,autoFocus:P=!1,shouldFocusWrap:S=!1,disallowEmptySelection:_=!1,disallowSelectAll:ee=!1,escapeKeyBehavior:le="clearSelection",selectOnFocus:m=e.selectionBehavior==="replace",disallowTypeAhead:te=!1,shouldUseVirtualFocus:K,allowsTabNavigation:oe=!1,isVirtualized:L,scrollRef:f=i,linkBehavior:N="action"}=Z,{direction:T}=ve.useLocale(),re=ae.useRouter(),ue=l=>{var r;if(l.altKey&&l.key==="Tab"&&l.preventDefault(),!(!((r=i.current)===null||r===void 0)&&r.contains(l.target)))return;const u=(o,v)=>{if(o!=null){if(e.isLink(o)&&N==="selection"&&m&&!F.isNonContiguousSelectionModifier(l)){de.flushSync(()=>{e.setFocusedKey(o,v)});let y=F.getItemElement(i,o),W=e.getItemProps(o);y&&re.open(y,l,W.href,W.routerOptions);return}if(e.setFocusedKey(o,v),e.isLink(o)&&N==="override")return;l.shiftKey&&e.selectionMode==="multiple"?e.extendSelection(o):m&&!F.isNonContiguousSelectionModifier(l)&&e.replaceSelection(o)}};switch(l.key){case"ArrowDown":if(t.getKeyBelow){var n,s,c;let o=e.focusedKey!=null?(n=t.getKeyBelow)===null||n===void 0?void 0:n.call(t,e.focusedKey):(s=t.getFirstKey)===null||s===void 0?void 0:s.call(t);o==null&&S&&(o=(c=t.getFirstKey)===null||c===void 0?void 0:c.call(t,e.focusedKey)),o!=null&&(l.preventDefault(),u(o))}break;case"ArrowUp":if(t.getKeyAbove){var a,d,k;let o=e.focusedKey!=null?(a=t.getKeyAbove)===null||a===void 0?void 0:a.call(t,e.focusedKey):(d=t.getLastKey)===null||d===void 0?void 0:d.call(t);o==null&&S&&(o=(k=t.getLastKey)===null||k===void 0?void 0:k.call(t,e.focusedKey)),o!=null&&(l.preventDefault(),u(o))}break;case"ArrowLeft":if(t.getKeyLeftOf){var q,A,M;let o=e.focusedKey!=null?(q=t.getKeyLeftOf)===null||q===void 0?void 0:q.call(t,e.focusedKey):null;o==null&&S&&(o=T==="rtl"?(A=t.getFirstKey)===null||A===void 0?void 0:A.call(t,e.focusedKey):(M=t.getLastKey)===null||M===void 0?void 0:M.call(t,e.focusedKey)),o!=null&&(l.preventDefault(),u(o,T==="rtl"?"first":"last"))}break;case"ArrowRight":if(t.getKeyRightOf){var C,x,V;let o=e.focusedKey!=null?(C=t.getKeyRightOf)===null||C===void 0?void 0:C.call(t,e.focusedKey):null;o==null&&S&&(o=T==="rtl"?(x=t.getLastKey)===null||x===void 0?void 0:x.call(t,e.focusedKey):(V=t.getFirstKey)===null||V===void 0?void 0:V.call(t,e.focusedKey)),o!=null&&(l.preventDefault(),u(o,T==="rtl"?"last":"first"))}break;case"Home":if(t.getFirstKey){if(e.focusedKey===null&&l.shiftKey)return;l.preventDefault();let o=t.getFirstKey(e.focusedKey,b.isCtrlKeyPressed(l));e.setFocusedKey(o),o!=null&&(b.isCtrlKeyPressed(l)&&l.shiftKey&&e.selectionMode==="multiple"?e.extendSelection(o):m&&e.replaceSelection(o))}break;case"End":if(t.getLastKey){if(e.focusedKey===null&&l.shiftKey)return;l.preventDefault();let o=t.getLastKey(e.focusedKey,b.isCtrlKeyPressed(l));e.setFocusedKey(o),o!=null&&(b.isCtrlKeyPressed(l)&&l.shiftKey&&e.selectionMode==="multiple"?e.extendSelection(o):m&&e.replaceSelection(o))}break;case"PageDown":if(t.getKeyPageBelow&&e.focusedKey!=null){let o=t.getKeyPageBelow(e.focusedKey);o!=null&&(l.preventDefault(),u(o))}break;case"PageUp":if(t.getKeyPageAbove&&e.focusedKey!=null){let o=t.getKeyPageAbove(e.focusedKey);o!=null&&(l.preventDefault(),u(o))}break;case"a":b.isCtrlKeyPressed(l)&&e.selectionMode==="multiple"&&ee!==!0&&(l.preventDefault(),e.selectAll());break;case"Escape":le==="clearSelection"&&!_&&e.selectedKeys.size!==0&&(l.stopPropagation(),l.preventDefault(),e.clearSelection());break;case"Tab":if(!oe){if(l.shiftKey)i.current.focus();else{let o=Y.getFocusableTreeWalker(i.current,{tabbable:!0}),v,y;do y=o.lastChild(),y&&(v=y);while(y);v&&!v.contains(document.activeElement)&&H.focusWithoutScrolling(v)}break}}},D=p.useRef({top:0,left:0});w.useEvent(f,"scroll",L?void 0:()=>{var l,r,u,n;D.current={top:(u=(l=f.current)===null||l===void 0?void 0:l.scrollTop)!==null&&u!==void 0?u:0,left:(n=(r=f.current)===null||r===void 0?void 0:r.scrollLeft)!==null&&n!==void 0?n:0}});let ie=l=>{if(e.isFocused){l.currentTarget.contains(l.target)||e.setFocused(!1);return}if(l.currentTarget.contains(l.target)){if(e.setFocused(!0),e.focusedKey==null){var r,u;let c=d=>{d!=null&&(e.setFocusedKey(d),m&&!e.isSelected(d)&&e.replaceSelection(d))},a=l.relatedTarget;var n,s;a&&l.currentTarget.compareDocumentPosition(a)&Node.DOCUMENT_POSITION_FOLLOWING?c((n=e.lastSelectedKey)!==null&&n!==void 0?n:(r=t.getLastKey)===null||r===void 0?void 0:r.call(t)):c((s=e.firstSelectedKey)!==null&&s!==void 0?s:(u=t.getFirstKey)===null||u===void 0?void 0:u.call(t))}else!L&&f.current&&(f.current.scrollTop=D.current.top,f.current.scrollLeft=D.current.left);if(e.focusedKey!=null&&f.current){let c=F.getItemElement(i,e.focusedKey);c instanceof HTMLElement&&(!c.contains(document.activeElement)&&!K&&H.focusWithoutScrolling(c),Q.getInteractionModality()==="keyboard"&&O.scrollIntoViewport(c,{containingElement:i.current}))}}},ne=l=>{l.currentTarget.contains(l.relatedTarget)||e.setFocused(!1)},E=p.useRef(!1);w.useEvent(i,J.FOCUS_EVENT,K?l=>{let{detail:r}=l;l.stopPropagation(),e.setFocused(!0),(r==null?void 0:r.focusStrategy)==="first"&&(E.current=!0)}:void 0);let U=G.useEffectEvent(()=>{var l,r;let u=(r=(l=t.getFirstKey)===null||l===void 0?void 0:l.call(t))!==null&&r!==void 0?r:null;u==null?(Y.moveVirtualFocus(i.current),e.collection.size>0&&(E.current=!1)):(e.setFocusedKey(u),E.current=!1)});j.useUpdateLayoutEffect(()=>{E.current&&U()},[e.collection,U]);let g=G.useEffectEvent(()=>{e.collection.size>0&&(E.current=!1)});j.useUpdateLayoutEffect(()=>{g()},[e.focusedKey,g]),w.useEvent(i,J.CLEAR_FOCUS_EVENT,K?l=>{var r;l.stopPropagation(),e.setFocused(!1),!((r=l.detail)===null||r===void 0)&&r.clearFocusKey&&e.setFocusedKey(null)}:void 0);const B=p.useRef(P),h=p.useRef(!1);p.useEffect(()=>{if(B.current){var l,r;let s=null;var u;P==="first"&&(s=(u=(l=t.getFirstKey)===null||l===void 0?void 0:l.call(t))!==null&&u!==void 0?u:null);var n;P==="last"&&(s=(n=(r=t.getLastKey)===null||r===void 0?void 0:r.call(t))!==null&&n!==void 0?n:null);let c=e.selectedKeys;if(c.size){for(let a of c)if(e.canSelectItem(a)){s=a;break}}e.setFocused(!0),e.setFocusedKey(s),s==null&&!K&&i.current&&X.focusSafely(i.current),e.collection.size>0&&(B.current=!1,h.current=!0)}});let I=p.useRef(e.focusedKey);p.useEffect(()=>{if(e.isFocused&&e.focusedKey!=null&&(e.focusedKey!==I.current||h.current)&&f.current&&i.current){let l=Q.getInteractionModality(),r=F.getItemElement(i,e.focusedKey);if(!(r instanceof HTMLElement))return;(l==="keyboard"||h.current)&&(O.scrollIntoView(f.current,r),l!=="virtual"&&O.scrollIntoViewport(r,{containingElement:i.current}))}!K&&e.isFocused&&e.focusedKey==null&&I.current!=null&&i.current&&X.focusSafely(i.current),I.current=e.focusedKey,h.current=!1}),w.useEvent(i,"react-aria-focus-scope-restore",l=>{l.preventDefault(),e.setFocused(!0)});let R={onKeyDown:ue,onFocus:ie,onBlur:ne,onMouseDown(l){f.current===l.target&&l.preventDefault()}},{typeSelectProps:ce}=fe.useTypeSelect({keyboardDelegate:t,selectionManager:e});te||(R=$.mergeProps(ce,R));let z;K||(z=e.focusedKey==null?0:-1);let se=F.useCollectionId(e.collection);return{collectionProps:$.mergeProps(R,{tabIndex:z,"data-collection":se})}}exports.useSelectableCollection=ye;
|