tempest-react-sdk 0.22.0 → 0.24.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/README.md +92 -82
- package/bin/create-tempest-app.mjs +1 -0
- package/bin/tempest.mjs +1 -0
- package/dist/_virtual/_rolldown/runtime.cjs +1 -0
- package/dist/access/Can.cjs +2 -0
- package/dist/access/Can.cjs.map +1 -0
- package/dist/access/Can.js +15 -0
- package/dist/access/Can.js.map +1 -0
- package/dist/access/access-control-context.cjs +2 -0
- package/dist/access/access-control-context.cjs.map +1 -0
- package/dist/access/access-control-context.js +17 -0
- package/dist/access/access-control-context.js.map +1 -0
- package/dist/access/create-role-access-control.cjs +2 -0
- package/dist/access/create-role-access-control.cjs.map +1 -0
- package/dist/access/create-role-access-control.js +19 -0
- package/dist/access/create-role-access-control.js.map +1 -0
- package/dist/access/permissions-from-token.cjs +2 -0
- package/dist/access/permissions-from-token.cjs.map +1 -0
- package/dist/access/permissions-from-token.js +22 -0
- package/dist/access/permissions-from-token.js.map +1 -0
- package/dist/access/use-can.cjs +2 -0
- package/dist/access/use-can.cjs.map +1 -0
- package/dist/access/use-can.js +49 -0
- package/dist/access/use-can.js.map +1 -0
- package/dist/app/AppProviders.cjs +2 -0
- package/dist/app/AppProviders.cjs.map +1 -0
- package/dist/app/AppProviders.js +26 -0
- package/dist/app/AppProviders.js.map +1 -0
- package/dist/audio/audio-player.cjs +2 -0
- package/dist/audio/audio-player.cjs.map +1 -0
- package/dist/audio/audio-player.js +35 -0
- package/dist/audio/audio-player.js.map +1 -0
- package/dist/audio/use-audio.cjs +2 -0
- package/dist/audio/use-audio.cjs.map +1 -0
- package/dist/audio/use-audio.js +21 -0
- package/dist/audio/use-audio.js.map +1 -0
- package/dist/auth/AuthGuard.cjs +2 -0
- package/dist/auth/AuthGuard.cjs.map +1 -0
- package/dist/auth/AuthGuard.js +9 -0
- package/dist/auth/AuthGuard.js.map +1 -0
- package/dist/auth/create-auth-store.cjs +2 -0
- package/dist/auth/create-auth-store.cjs.map +1 -0
- package/dist/auth/create-auth-store.js +40 -0
- package/dist/auth/create-auth-store.js.map +1 -0
- package/dist/auth/create-tempest-auth.cjs +2 -0
- package/dist/auth/create-tempest-auth.cjs.map +1 -0
- package/dist/auth/create-tempest-auth.js +74 -0
- package/dist/auth/create-tempest-auth.js.map +1 -0
- package/dist/auth/jwt.cjs +2 -0
- package/dist/auth/jwt.cjs.map +1 -0
- package/dist/auth/jwt.js +33 -0
- package/dist/auth/jwt.js.map +1 -0
- package/dist/auth/lazy-with-retry.cjs +2 -0
- package/dist/auth/lazy-with-retry.cjs.map +1 -0
- package/dist/auth/lazy-with-retry.js +18 -0
- package/dist/auth/lazy-with-retry.js.map +1 -0
- package/dist/auth/refresh-queue.cjs +2 -0
- package/dist/auth/refresh-queue.cjs.map +1 -0
- package/dist/auth/refresh-queue.js +15 -0
- package/dist/auth/refresh-queue.js.map +1 -0
- package/dist/br/BrazilMap.cjs +2 -0
- package/dist/br/BrazilMap.cjs.map +1 -0
- package/dist/br/BrazilMap.js +179 -0
- package/dist/br/BrazilMap.js.map +1 -0
- package/dist/br/BrazilMap.module.cjs +2 -0
- package/dist/br/BrazilMap.module.cjs.map +1 -0
- package/dist/br/BrazilMap.module.js +18 -0
- package/dist/br/BrazilMap.module.js.map +1 -0
- package/dist/br/BrazilStateCitySelect.cjs +2 -0
- package/dist/br/BrazilStateCitySelect.cjs.map +1 -0
- package/dist/br/BrazilStateCitySelect.js +54 -0
- package/dist/br/BrazilStateCitySelect.js.map +1 -0
- package/dist/br/BrazilStateMap.cjs +2 -0
- package/dist/br/BrazilStateMap.cjs.map +1 -0
- package/dist/br/BrazilStateMap.js +177 -0
- package/dist/br/BrazilStateMap.js.map +1 -0
- package/dist/br/MapLegend.cjs +2 -0
- package/dist/br/MapLegend.cjs.map +1 -0
- package/dist/br/MapLegend.js +41 -0
- package/dist/br/MapLegend.js.map +1 -0
- package/dist/br/MapLegend.module.cjs +2 -0
- package/dist/br/MapLegend.module.cjs.map +1 -0
- package/dist/br/MapLegend.module.js +15 -0
- package/dist/br/MapLegend.module.js.map +1 -0
- package/dist/br/MapMarkers.cjs +2 -0
- package/dist/br/MapMarkers.cjs.map +1 -0
- package/dist/br/MapMarkers.js +31 -0
- package/dist/br/MapMarkers.js.map +1 -0
- package/dist/br/MapTooltip.cjs +2 -0
- package/dist/br/MapTooltip.cjs.map +1 -0
- package/dist/br/MapTooltip.js +20 -0
- package/dist/br/MapTooltip.js.map +1 -0
- package/dist/br/MunicipalitySearch.cjs +2 -0
- package/dist/br/MunicipalitySearch.cjs.map +1 -0
- package/dist/br/MunicipalitySearch.js +74 -0
- package/dist/br/MunicipalitySearch.js.map +1 -0
- package/dist/br/MunicipalitySearch.module.cjs +2 -0
- package/dist/br/MunicipalitySearch.module.cjs.map +1 -0
- package/dist/br/MunicipalitySearch.module.js +11 -0
- package/dist/br/MunicipalitySearch.module.js.map +1 -0
- package/dist/br/br-geo.cjs +2 -0
- package/dist/br/br-geo.cjs.map +1 -0
- package/dist/br/br-geo.js +7 -0
- package/dist/br/br-geo.js.map +1 -0
- package/dist/br/data/br-centroids.cjs +2 -0
- package/dist/br/data/br-centroids.cjs.map +1 -0
- package/dist/br/data/br-centroids.js +38972 -0
- package/dist/br/data/br-centroids.js.map +1 -0
- package/dist/br/data/br-locations.cjs +2 -0
- package/dist/br/data/br-locations.cjs.map +1 -0
- package/dist/br/data/br-locations.js +198 -0
- package/dist/br/data/br-locations.js.map +1 -0
- package/dist/br/data/br-uf-geo.cjs +2 -0
- package/dist/br/data/br-uf-geo.cjs.map +1 -0
- package/dist/br/data/br-uf-geo.js +7134 -0
- package/dist/br/data/br-uf-geo.js.map +1 -0
- package/dist/br/data/mun/AC.cjs +2 -0
- package/dist/br/data/mun/AC.cjs.map +1 -0
- package/dist/br/data/mun/AC.js +992 -0
- package/dist/br/data/mun/AC.js.map +1 -0
- package/dist/br/data/mun/AL.cjs +2 -0
- package/dist/br/data/mun/AL.cjs.map +1 -0
- package/dist/br/data/mun/AL.js +2150 -0
- package/dist/br/data/mun/AL.js.map +1 -0
- package/dist/br/data/mun/AM.cjs +2 -0
- package/dist/br/data/mun/AM.cjs.map +1 -0
- package/dist/br/data/mun/AM.js +5062 -0
- package/dist/br/data/mun/AM.js.map +1 -0
- package/dist/br/data/mun/AP.cjs +2 -0
- package/dist/br/data/mun/AP.cjs.map +1 -0
- package/dist/br/data/mun/AP.js +995 -0
- package/dist/br/data/mun/AP.js.map +1 -0
- package/dist/br/data/mun/BA.cjs +2 -0
- package/dist/br/data/mun/BA.cjs.map +1 -0
- package/dist/br/data/mun/BA.js +10762 -0
- package/dist/br/data/mun/BA.js.map +1 -0
- package/dist/br/data/mun/CE.cjs +2 -0
- package/dist/br/data/mun/CE.cjs.map +1 -0
- package/dist/br/data/mun/CE.js +4844 -0
- package/dist/br/data/mun/CE.js.map +1 -0
- package/dist/br/data/mun/DF.cjs +2 -0
- package/dist/br/data/mun/DF.cjs.map +1 -0
- package/dist/br/data/mun/DF.js +37 -0
- package/dist/br/data/mun/DF.js.map +1 -0
- package/dist/br/data/mun/ES.cjs +2 -0
- package/dist/br/data/mun/ES.cjs.map +1 -0
- package/dist/br/data/mun/ES.js +2064 -0
- package/dist/br/data/mun/ES.js.map +1 -0
- package/dist/br/data/mun/GO.cjs +2 -0
- package/dist/br/data/mun/GO.cjs.map +1 -0
- package/dist/br/data/mun/GO.js +7617 -0
- package/dist/br/data/mun/GO.js.map +1 -0
- package/dist/br/data/mun/MA.cjs +2 -0
- package/dist/br/data/mun/MA.cjs.map +1 -0
- package/dist/br/data/mun/MA.js +6260 -0
- package/dist/br/data/mun/MA.js.map +1 -0
- package/dist/br/data/mun/MG.cjs +2 -0
- package/dist/br/data/mun/MG.cjs.map +1 -0
- package/dist/br/data/mun/MG.js +22545 -0
- package/dist/br/data/mun/MG.js.map +1 -0
- package/dist/br/data/mun/MS.cjs +2 -0
- package/dist/br/data/mun/MS.cjs.map +1 -0
- package/dist/br/data/mun/MS.js +3261 -0
- package/dist/br/data/mun/MS.js.map +1 -0
- package/dist/br/data/mun/MT.cjs +2 -0
- package/dist/br/data/mun/MT.cjs.map +1 -0
- package/dist/br/data/mun/MT.js +6459 -0
- package/dist/br/data/mun/MT.js.map +1 -0
- package/dist/br/data/mun/PA.cjs +2 -0
- package/dist/br/data/mun/PA.cjs.map +1 -0
- package/dist/br/data/mun/PA.js +6738 -0
- package/dist/br/data/mun/PA.js.map +1 -0
- package/dist/br/data/mun/PB.cjs +2 -0
- package/dist/br/data/mun/PB.cjs.map +1 -0
- package/dist/br/data/mun/PB.js +4735 -0
- package/dist/br/data/mun/PB.js.map +1 -0
- package/dist/br/data/mun/PE.cjs +2 -0
- package/dist/br/data/mun/PE.cjs.map +1 -0
- package/dist/br/data/mun/PE.js +4380 -0
- package/dist/br/data/mun/PE.js.map +1 -0
- package/dist/br/data/mun/PI.cjs +2 -0
- package/dist/br/data/mun/PI.cjs.map +1 -0
- package/dist/br/data/mun/PI.js +5789 -0
- package/dist/br/data/mun/PI.js.map +1 -0
- package/dist/br/data/mun/PR.cjs +2 -0
- package/dist/br/data/mun/PR.cjs.map +1 -0
- package/dist/br/data/mun/PR.js +10320 -0
- package/dist/br/data/mun/PR.js.map +1 -0
- package/dist/br/data/mun/RJ.cjs +2 -0
- package/dist/br/data/mun/RJ.cjs.map +1 -0
- package/dist/br/data/mun/RJ.js +2310 -0
- package/dist/br/data/mun/RJ.js.map +1 -0
- package/dist/br/data/mun/RN.cjs +2 -0
- package/dist/br/data/mun/RN.cjs.map +1 -0
- package/dist/br/data/mun/RN.js +3545 -0
- package/dist/br/data/mun/RN.js.map +1 -0
- package/dist/br/data/mun/RO.cjs +2 -0
- package/dist/br/data/mun/RO.cjs.map +1 -0
- package/dist/br/data/mun/RO.js +2173 -0
- package/dist/br/data/mun/RO.js.map +1 -0
- package/dist/br/data/mun/RR.cjs +2 -0
- package/dist/br/data/mun/RR.cjs.map +1 -0
- package/dist/br/data/mun/RR.js +992 -0
- package/dist/br/data/mun/RR.js.map +1 -0
- package/dist/br/data/mun/RS.cjs +2 -0
- package/dist/br/data/mun/RS.cjs.map +1 -0
- package/dist/br/data/mun/RS.js +12694 -0
- package/dist/br/data/mun/RS.js.map +1 -0
- package/dist/br/data/mun/SC.cjs +2 -0
- package/dist/br/data/mun/SC.cjs.map +1 -0
- package/dist/br/data/mun/SC.js +7028 -0
- package/dist/br/data/mun/SC.js.map +1 -0
- package/dist/br/data/mun/SE.cjs +2 -0
- package/dist/br/data/mun/SE.cjs.map +1 -0
- package/dist/br/data/mun/SE.js +1588 -0
- package/dist/br/data/mun/SE.js.map +1 -0
- package/dist/br/data/mun/SP.cjs +2 -0
- package/dist/br/data/mun/SP.cjs.map +1 -0
- package/dist/br/data/mun/SP.js +15019 -0
- package/dist/br/data/mun/SP.js.map +1 -0
- package/dist/br/data/mun/TO.cjs +2 -0
- package/dist/br/data/mun/TO.cjs.map +1 -0
- package/dist/br/data/mun/TO.js +4510 -0
- package/dist/br/data/mun/TO.js.map +1 -0
- package/dist/br/geocode.cjs +2 -0
- package/dist/br/geocode.cjs.map +1 -0
- package/dist/br/geocode.js +91 -0
- package/dist/br/geocode.js.map +1 -0
- package/dist/br/locations.cjs +2 -0
- package/dist/br/locations.cjs.map +1 -0
- package/dist/br/locations.js +79 -0
- package/dist/br/locations.js.map +1 -0
- package/dist/br/regions.cjs +2 -0
- package/dist/br/regions.cjs.map +1 -0
- package/dist/br/regions.js +18 -0
- package/dist/br/regions.js.map +1 -0
- package/dist/br/scales.cjs +2 -0
- package/dist/br/scales.cjs.map +1 -0
- package/dist/br/scales.js +56 -0
- package/dist/br/scales.js.map +1 -0
- package/dist/br/state-geo.cjs +2 -0
- package/dist/br/state-geo.cjs.map +1 -0
- package/dist/br/state-geo.js +40 -0
- package/dist/br/state-geo.js.map +1 -0
- package/dist/br/svg-utils.cjs +2 -0
- package/dist/br/svg-utils.cjs.map +1 -0
- package/dist/br/svg-utils.js +53 -0
- package/dist/br/svg-utils.js.map +1 -0
- package/dist/br/use-map-hover.cjs +2 -0
- package/dist/br/use-map-hover.cjs.map +1 -0
- package/dist/br/use-map-hover.js +21 -0
- package/dist/br/use-map-hover.js.map +1 -0
- package/dist/br/use-map-zoom.cjs +2 -0
- package/dist/br/use-map-zoom.cjs.map +1 -0
- package/dist/br/use-map-zoom.js +72 -0
- package/dist/br/use-map-zoom.js.map +1 -0
- package/dist/br.cjs +2 -2
- package/dist/br.cjs.map +1 -1
- package/dist/br.d.ts +1 -1
- package/dist/br.js +19 -949
- package/dist/br.js.map +1 -1
- package/dist/charts/AreaChart.cjs +2 -0
- package/dist/charts/AreaChart.cjs.map +1 -0
- package/dist/charts/AreaChart.js +43 -0
- package/dist/charts/AreaChart.js.map +1 -0
- package/dist/charts/BarChart.cjs +2 -0
- package/dist/charts/BarChart.cjs.map +1 -0
- package/dist/charts/BarChart.js +37 -0
- package/dist/charts/BarChart.js.map +1 -0
- package/dist/charts/LineChart.cjs +2 -0
- package/dist/charts/LineChart.cjs.map +1 -0
- package/dist/charts/LineChart.js +38 -0
- package/dist/charts/LineChart.js.map +1 -0
- package/dist/charts/PieChart.cjs +2 -0
- package/dist/charts/PieChart.cjs.map +1 -0
- package/dist/charts/PieChart.js +36 -0
- package/dist/charts/PieChart.js.map +1 -0
- package/dist/charts/RadarChart.cjs +2 -0
- package/dist/charts/RadarChart.cjs.map +1 -0
- package/dist/charts/RadarChart.js +41 -0
- package/dist/charts/RadarChart.js.map +1 -0
- package/dist/charts/palette.cjs +2 -0
- package/dist/charts/palette.cjs.map +1 -0
- package/dist/charts/palette.js +13 -0
- package/dist/charts/palette.js.map +1 -0
- package/dist/charts/types.cjs +2 -0
- package/dist/charts/types.cjs.map +1 -0
- package/dist/charts/types.js +8 -0
- package/dist/charts/types.js.map +1 -0
- package/dist/charts.cjs +1 -2
- package/dist/charts.d.ts +1 -1
- package/dist/charts.js +7 -196
- package/dist/components/Accordion/Accordion.cjs +2 -0
- package/dist/components/Accordion/Accordion.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.js +65 -0
- package/dist/components/Accordion/Accordion.js.map +1 -0
- package/dist/components/Accordion/Accordion.module.cjs +2 -0
- package/dist/components/Accordion/Accordion.module.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.module.js +14 -0
- package/dist/components/Accordion/Accordion.module.js.map +1 -0
- package/dist/components/Alert/Alert.cjs +2 -0
- package/dist/components/Alert/Alert.cjs.map +1 -0
- package/dist/components/Alert/Alert.js +57 -0
- package/dist/components/Alert/Alert.js.map +1 -0
- package/dist/components/Alert/Alert.module.cjs +2 -0
- package/dist/components/Alert/Alert.module.cjs.map +1 -0
- package/dist/components/Alert/Alert.module.js +20 -0
- package/dist/components/Alert/Alert.module.js.map +1 -0
- package/dist/components/AppBar/AppBar.cjs +2 -0
- package/dist/components/AppBar/AppBar.cjs.map +1 -0
- package/dist/components/AppBar/AppBar.js +43 -0
- package/dist/components/AppBar/AppBar.js.map +1 -0
- package/dist/components/AppBar/AppBar.module.cjs +2 -0
- package/dist/components/AppBar/AppBar.module.cjs.map +1 -0
- package/dist/components/AppBar/AppBar.module.js +20 -0
- package/dist/components/AppBar/AppBar.module.js.map +1 -0
- package/dist/components/AppShell/AppShell.cjs +2 -0
- package/dist/components/AppShell/AppShell.cjs.map +1 -0
- package/dist/components/AppShell/AppShell.js +40 -0
- package/dist/components/AppShell/AppShell.js.map +1 -0
- package/dist/components/AppShell/AppShell.module.cjs +2 -0
- package/dist/components/AppShell/AppShell.module.cjs.map +1 -0
- package/dist/components/AppShell/AppShell.module.js +14 -0
- package/dist/components/AppShell/AppShell.module.js.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.cjs +2 -0
- package/dist/components/AspectRatio/AspectRatio.cjs.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.js +20 -0
- package/dist/components/AspectRatio/AspectRatio.js.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.module.cjs +2 -0
- package/dist/components/AspectRatio/AspectRatio.module.cjs.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.module.js +6 -0
- package/dist/components/AspectRatio/AspectRatio.module.js.map +1 -0
- package/dist/components/Avatar/Avatar.cjs +2 -0
- package/dist/components/Avatar/Avatar.cjs.map +1 -0
- package/dist/components/Avatar/Avatar.js +37 -0
- package/dist/components/Avatar/Avatar.js.map +1 -0
- package/dist/components/Avatar/Avatar.module.cjs +2 -0
- package/dist/components/Avatar/Avatar.module.cjs.map +1 -0
- package/dist/components/Avatar/Avatar.module.js +19 -0
- package/dist/components/Avatar/Avatar.module.js.map +1 -0
- package/dist/components/Badge/Badge.cjs +2 -0
- package/dist/components/Badge/Badge.cjs.map +1 -0
- package/dist/components/Badge/Badge.js +18 -0
- package/dist/components/Badge/Badge.js.map +1 -0
- package/dist/components/Badge/Badge.module.cjs +2 -0
- package/dist/components/Badge/Badge.module.cjs.map +1 -0
- package/dist/components/Badge/Badge.module.js +21 -0
- package/dist/components/Badge/Badge.module.js.map +1 -0
- package/dist/components/Banner/Banner.cjs +2 -0
- package/dist/components/Banner/Banner.cjs.map +1 -0
- package/dist/components/Banner/Banner.js +46 -0
- package/dist/components/Banner/Banner.js.map +1 -0
- package/dist/components/Banner/Banner.module.cjs +2 -0
- package/dist/components/Banner/Banner.module.cjs.map +1 -0
- package/dist/components/Banner/Banner.module.js +18 -0
- package/dist/components/Banner/Banner.module.js.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.cjs +2 -0
- package/dist/components/BottomNavigation/BottomNavigation.cjs.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.js +38 -0
- package/dist/components/BottomNavigation/BottomNavigation.js.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.cjs +2 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.cjs.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.js +14 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.js.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.cjs +2 -0
- package/dist/components/BottomSheet/BottomSheet.cjs.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.js +58 -0
- package/dist/components/BottomSheet/BottomSheet.js.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.module.cjs +2 -0
- package/dist/components/BottomSheet/BottomSheet.module.cjs.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.module.js +16 -0
- package/dist/components/BottomSheet/BottomSheet.module.js.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs +2 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.js +37 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.js.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.cjs +2 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.cjs.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.js +12 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.js.map +1 -0
- package/dist/components/Button/Button.cjs +2 -0
- package/dist/components/Button/Button.cjs.map +1 -0
- package/dist/components/Button/Button.js +42 -0
- package/dist/components/Button/Button.js.map +1 -0
- package/dist/components/Button/Button.module.cjs +2 -0
- package/dist/components/Button/Button.module.cjs.map +1 -0
- package/dist/components/Button/Button.module.js +29 -0
- package/dist/components/Button/Button.module.js.map +1 -0
- package/dist/components/Calendar/Calendar.cjs +2 -0
- package/dist/components/Calendar/Calendar.cjs.map +1 -0
- package/dist/components/Calendar/Calendar.js +163 -0
- package/dist/components/Calendar/Calendar.js.map +1 -0
- package/dist/components/Calendar/Calendar.module.cjs +2 -0
- package/dist/components/Calendar/Calendar.module.cjs.map +1 -0
- package/dist/components/Calendar/Calendar.module.js +18 -0
- package/dist/components/Calendar/Calendar.module.js.map +1 -0
- package/dist/components/Card/Card.cjs +2 -0
- package/dist/components/Card/Card.cjs.map +1 -0
- package/dist/components/Card/Card.js +33 -0
- package/dist/components/Card/Card.js.map +1 -0
- package/dist/components/Card/Card.module.cjs +2 -0
- package/dist/components/Card/Card.module.cjs.map +1 -0
- package/dist/components/Card/Card.module.js +18 -0
- package/dist/components/Card/Card.module.js.map +1 -0
- package/dist/components/Carousel/Carousel.cjs +2 -0
- package/dist/components/Carousel/Carousel.cjs.map +1 -0
- package/dist/components/Carousel/Carousel.js +76 -0
- package/dist/components/Carousel/Carousel.js.map +1 -0
- package/dist/components/Carousel/Carousel.module.cjs +2 -0
- package/dist/components/Carousel/Carousel.module.cjs.map +1 -0
- package/dist/components/Carousel/Carousel.module.js +17 -0
- package/dist/components/Carousel/Carousel.module.js.map +1 -0
- package/dist/components/Center/Center.cjs +2 -0
- package/dist/components/Center/Center.cjs.map +1 -0
- package/dist/components/Center/Center.js +21 -0
- package/dist/components/Center/Center.js.map +1 -0
- package/dist/components/Center/Center.module.cjs +2 -0
- package/dist/components/Center/Center.module.cjs.map +1 -0
- package/dist/components/Center/Center.module.js +11 -0
- package/dist/components/Center/Center.module.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.cjs +2 -0
- package/dist/components/Checkbox/Checkbox.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.js +74 -0
- package/dist/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.module.cjs +2 -0
- package/dist/components/Checkbox/Checkbox.module.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.module.js +14 -0
- package/dist/components/Checkbox/Checkbox.module.js.map +1 -0
- package/dist/components/ChipInput/ChipInput.cjs +2 -0
- package/dist/components/ChipInput/ChipInput.cjs.map +1 -0
- package/dist/components/ChipInput/ChipInput.js +82 -0
- package/dist/components/ChipInput/ChipInput.js.map +1 -0
- package/dist/components/ChipInput/ChipInput.module.cjs +2 -0
- package/dist/components/ChipInput/ChipInput.module.cjs.map +1 -0
- package/dist/components/ChipInput/ChipInput.module.js +16 -0
- package/dist/components/ChipInput/ChipInput.module.js.map +1 -0
- package/dist/components/ClickOutside/ClickOutside.cjs +2 -0
- package/dist/components/ClickOutside/ClickOutside.cjs.map +1 -0
- package/dist/components/ClickOutside/ClickOutside.js +24 -0
- package/dist/components/ClickOutside/ClickOutside.js.map +1 -0
- package/dist/components/Collapsible/Collapsible.cjs +2 -0
- package/dist/components/Collapsible/Collapsible.cjs.map +1 -0
- package/dist/components/Collapsible/Collapsible.js +39 -0
- package/dist/components/Collapsible/Collapsible.js.map +1 -0
- package/dist/components/Collapsible/Collapsible.module.cjs +2 -0
- package/dist/components/Collapsible/Collapsible.module.cjs.map +1 -0
- package/dist/components/Collapsible/Collapsible.module.js +10 -0
- package/dist/components/Collapsible/Collapsible.module.js.map +1 -0
- package/dist/components/Combobox/Combobox.cjs +2 -0
- package/dist/components/Combobox/Combobox.cjs.map +1 -0
- package/dist/components/Combobox/Combobox.js +98 -0
- package/dist/components/Combobox/Combobox.js.map +1 -0
- package/dist/components/Combobox/Combobox.module.cjs +2 -0
- package/dist/components/Combobox/Combobox.module.cjs.map +1 -0
- package/dist/components/Combobox/Combobox.module.js +20 -0
- package/dist/components/Combobox/Combobox.module.js.map +1 -0
- package/dist/components/Command/Command.cjs +2 -0
- package/dist/components/Command/Command.cjs.map +1 -0
- package/dist/components/Command/Command.js +149 -0
- package/dist/components/Command/Command.js.map +1 -0
- package/dist/components/Command/Command.module.cjs +2 -0
- package/dist/components/Command/Command.module.cjs.map +1 -0
- package/dist/components/Command/Command.module.js +23 -0
- package/dist/components/Command/Command.module.js.map +1 -0
- package/dist/components/ConditionalWrapper/ConditionalWrapper.cjs +2 -0
- package/dist/components/ConditionalWrapper/ConditionalWrapper.cjs.map +1 -0
- package/dist/components/ConditionalWrapper/ConditionalWrapper.js +9 -0
- package/dist/components/ConditionalWrapper/ConditionalWrapper.js.map +1 -0
- package/dist/components/ConfirmDialog/ConfirmDialog.cjs +2 -0
- package/dist/components/ConfirmDialog/ConfirmDialog.cjs.map +1 -0
- package/dist/components/ConfirmDialog/ConfirmDialog.js +28 -0
- package/dist/components/ConfirmDialog/ConfirmDialog.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.cjs +2 -0
- package/dist/components/ContextMenu/ContextMenu.cjs.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.js +91 -0
- package/dist/components/ContextMenu/ContextMenu.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.module.cjs +2 -0
- package/dist/components/ContextMenu/ContextMenu.module.cjs.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.module.js +14 -0
- package/dist/components/ContextMenu/ContextMenu.module.js.map +1 -0
- package/dist/components/CopyButton/CopyButton.cjs +2 -0
- package/dist/components/CopyButton/CopyButton.cjs.map +1 -0
- package/dist/components/CopyButton/CopyButton.js +34 -0
- package/dist/components/CopyButton/CopyButton.js.map +1 -0
- package/dist/components/CopyButton/CopyButton.module.cjs +2 -0
- package/dist/components/CopyButton/CopyButton.module.cjs.map +1 -0
- package/dist/components/CopyButton/CopyButton.module.js +9 -0
- package/dist/components/CopyButton/CopyButton.module.js.map +1 -0
- package/dist/components/DataList/DataList.cjs +2 -0
- package/dist/components/DataList/DataList.cjs.map +1 -0
- package/dist/components/DataList/DataList.js +18 -0
- package/dist/components/DataList/DataList.js.map +1 -0
- package/dist/components/DataList/DataList.module.cjs +2 -0
- package/dist/components/DataList/DataList.module.cjs.map +1 -0
- package/dist/components/DataList/DataList.module.js +9 -0
- package/dist/components/DataList/DataList.module.js.map +1 -0
- package/dist/components/DataTable/DataTable.cjs +2 -0
- package/dist/components/DataTable/DataTable.cjs.map +1 -0
- package/dist/components/DataTable/DataTable.js +111 -0
- package/dist/components/DataTable/DataTable.js.map +1 -0
- package/dist/components/DataTable/DataTable.module.cjs +2 -0
- package/dist/components/DataTable/DataTable.module.cjs.map +1 -0
- package/dist/components/DataTable/DataTable.module.js +11 -0
- package/dist/components/DataTable/DataTable.module.js.map +1 -0
- package/dist/components/DatePicker/DatePicker.cjs +2 -0
- package/dist/components/DatePicker/DatePicker.cjs.map +1 -0
- package/dist/components/DatePicker/DatePicker.js +17 -0
- package/dist/components/DatePicker/DatePicker.js.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.cjs +2 -0
- package/dist/components/DateRangePicker/DateRangePicker.cjs.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.js +165 -0
- package/dist/components/DateRangePicker/DateRangePicker.js.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.cjs +2 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.cjs.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.js +24 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.js.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.cjs +2 -0
- package/dist/components/DescriptionList/DescriptionList.cjs.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.js +22 -0
- package/dist/components/DescriptionList/DescriptionList.js.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.module.cjs +2 -0
- package/dist/components/DescriptionList/DescriptionList.module.cjs.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.module.js +10 -0
- package/dist/components/DescriptionList/DescriptionList.module.js.map +1 -0
- package/dist/components/Divider/Divider.cjs +2 -0
- package/dist/components/Divider/Divider.cjs.map +1 -0
- package/dist/components/Divider/Divider.js +22 -0
- package/dist/components/Divider/Divider.js.map +1 -0
- package/dist/components/Divider/Divider.module.cjs +2 -0
- package/dist/components/Divider/Divider.module.cjs.map +1 -0
- package/dist/components/Divider/Divider.module.js +14 -0
- package/dist/components/Divider/Divider.module.js.map +1 -0
- package/dist/components/Drawer/Drawer.cjs +2 -0
- package/dist/components/Drawer/Drawer.cjs.map +1 -0
- package/dist/components/Drawer/Drawer.js +79 -0
- package/dist/components/Drawer/Drawer.js.map +1 -0
- package/dist/components/Drawer/Drawer.module.cjs +2 -0
- package/dist/components/Drawer/Drawer.module.cjs.map +1 -0
- package/dist/components/Drawer/Drawer.module.js +25 -0
- package/dist/components/Drawer/Drawer.module.js.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.cjs +2 -0
- package/dist/components/DropdownMenu/DropdownMenu.cjs.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.js +100 -0
- package/dist/components/DropdownMenu/DropdownMenu.js.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.cjs +2 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.cjs.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.js +19 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.js.map +1 -0
- package/dist/components/Dropzone/Dropzone.cjs +2 -0
- package/dist/components/Dropzone/Dropzone.cjs.map +1 -0
- package/dist/components/Dropzone/Dropzone.js +60 -0
- package/dist/components/Dropzone/Dropzone.js.map +1 -0
- package/dist/components/Dropzone/Dropzone.module.cjs +2 -0
- package/dist/components/Dropzone/Dropzone.module.cjs.map +1 -0
- package/dist/components/Dropzone/Dropzone.module.js +12 -0
- package/dist/components/Dropzone/Dropzone.module.js.map +1 -0
- package/dist/components/EmptyState/EmptyState.cjs +2 -0
- package/dist/components/EmptyState/EmptyState.cjs.map +1 -0
- package/dist/components/EmptyState/EmptyState.js +31 -0
- package/dist/components/EmptyState/EmptyState.js.map +1 -0
- package/dist/components/EmptyState/EmptyState.module.cjs +2 -0
- package/dist/components/EmptyState/EmptyState.module.cjs.map +1 -0
- package/dist/components/EmptyState/EmptyState.module.js +12 -0
- package/dist/components/EmptyState/EmptyState.module.js.map +1 -0
- package/dist/components/ErrorState/ErrorState.cjs +2 -0
- package/dist/components/ErrorState/ErrorState.cjs.map +1 -0
- package/dist/components/ErrorState/ErrorState.js +51 -0
- package/dist/components/ErrorState/ErrorState.js.map +1 -0
- package/dist/components/ErrorState/ErrorState.module.cjs +2 -0
- package/dist/components/ErrorState/ErrorState.module.cjs.map +1 -0
- package/dist/components/ErrorState/ErrorState.module.js +12 -0
- package/dist/components/ErrorState/ErrorState.module.js.map +1 -0
- package/dist/components/ErrorText/ErrorText.cjs +2 -0
- package/dist/components/ErrorText/ErrorText.cjs.map +1 -0
- package/dist/components/ErrorText/ErrorText.js +16 -0
- package/dist/components/ErrorText/ErrorText.js.map +1 -0
- package/dist/components/ErrorText/ErrorText.module.cjs +2 -0
- package/dist/components/ErrorText/ErrorText.module.cjs.map +1 -0
- package/dist/components/ErrorText/ErrorText.module.js +6 -0
- package/dist/components/ErrorText/ErrorText.module.js.map +1 -0
- package/dist/components/FileUpload/FileUpload.cjs +2 -0
- package/dist/components/FileUpload/FileUpload.cjs.map +1 -0
- package/dist/components/FileUpload/FileUpload.js +129 -0
- package/dist/components/FileUpload/FileUpload.js.map +1 -0
- package/dist/components/FileUpload/FileUpload.module.cjs +2 -0
- package/dist/components/FileUpload/FileUpload.module.cjs.map +1 -0
- package/dist/components/FileUpload/FileUpload.module.js +20 -0
- package/dist/components/FileUpload/FileUpload.module.js.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.cjs +2 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.cjs.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.js +23 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.js.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.cjs +2 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.cjs.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.js +20 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.js.map +1 -0
- package/dist/components/For/For.cjs +2 -0
- package/dist/components/For/For.cjs.map +1 -0
- package/dist/components/For/For.js +10 -0
- package/dist/components/For/For.js.map +1 -0
- package/dist/components/Form/Form.cjs +2 -0
- package/dist/components/Form/Form.cjs.map +1 -0
- package/dist/components/Form/Form.js +78 -0
- package/dist/components/Form/Form.js.map +1 -0
- package/dist/components/Form/Form.module.cjs +2 -0
- package/dist/components/Form/Form.module.cjs.map +1 -0
- package/dist/components/Form/Form.module.js +22 -0
- package/dist/components/Form/Form.module.js.map +1 -0
- package/dist/components/HoverCard/HoverCard.cjs +2 -0
- package/dist/components/HoverCard/HoverCard.cjs.map +1 -0
- package/dist/components/HoverCard/HoverCard.js +36 -0
- package/dist/components/HoverCard/HoverCard.js.map +1 -0
- package/dist/components/HoverCard/HoverCard.module.cjs +2 -0
- package/dist/components/HoverCard/HoverCard.module.cjs.map +1 -0
- package/dist/components/HoverCard/HoverCard.module.js +15 -0
- package/dist/components/HoverCard/HoverCard.module.js.map +1 -0
- package/dist/components/Image/Image.cjs +2 -0
- package/dist/components/Image/Image.cjs.map +1 -0
- package/dist/components/Image/Image.js +22 -0
- package/dist/components/Image/Image.js.map +1 -0
- package/dist/components/Image/Image.module.cjs +2 -0
- package/dist/components/Image/Image.module.cjs.map +1 -0
- package/dist/components/Image/Image.module.js +6 -0
- package/dist/components/Image/Image.module.js.map +1 -0
- package/dist/components/Input/Input.cjs +2 -0
- package/dist/components/Input/Input.cjs.map +1 -0
- package/dist/components/Input/Input.js +56 -0
- package/dist/components/Input/Input.js.map +1 -0
- package/dist/components/Input/Input.module.cjs +2 -0
- package/dist/components/Input/Input.module.cjs.map +1 -0
- package/dist/components/Input/Input.module.js +22 -0
- package/dist/components/Input/Input.module.js.map +1 -0
- package/dist/components/InstallBanner/InstallBanner.cjs +2 -0
- package/dist/components/InstallBanner/InstallBanner.cjs.map +1 -0
- package/dist/components/InstallBanner/InstallBanner.js +65 -0
- package/dist/components/InstallBanner/InstallBanner.js.map +1 -0
- package/dist/components/InstallBanner/InstallBanner.module.cjs +2 -0
- package/dist/components/InstallBanner/InstallBanner.module.cjs.map +1 -0
- package/dist/components/InstallBanner/InstallBanner.module.js +13 -0
- package/dist/components/InstallBanner/InstallBanner.module.js.map +1 -0
- package/dist/components/InstallButton/InstallButton.cjs +2 -0
- package/dist/components/InstallButton/InstallButton.cjs.map +1 -0
- package/dist/components/InstallButton/InstallButton.js +18 -0
- package/dist/components/InstallButton/InstallButton.js.map +1 -0
- package/dist/components/Kbd/Kbd.cjs +2 -0
- package/dist/components/Kbd/Kbd.cjs.map +1 -0
- package/dist/components/Kbd/Kbd.js +15 -0
- package/dist/components/Kbd/Kbd.js.map +1 -0
- package/dist/components/Kbd/Kbd.module.cjs +2 -0
- package/dist/components/Kbd/Kbd.module.cjs.map +1 -0
- package/dist/components/Kbd/Kbd.module.js +11 -0
- package/dist/components/Kbd/Kbd.module.js.map +1 -0
- package/dist/components/Label/Label.cjs +2 -0
- package/dist/components/Label/Label.cjs.map +1 -0
- package/dist/components/Label/Label.js +21 -0
- package/dist/components/Label/Label.js.map +1 -0
- package/dist/components/Label/Label.module.cjs +2 -0
- package/dist/components/Label/Label.module.cjs.map +1 -0
- package/dist/components/Label/Label.module.js +9 -0
- package/dist/components/Label/Label.module.js.map +1 -0
- package/dist/components/Layout/Layout.cjs +2 -0
- package/dist/components/Layout/Layout.cjs.map +1 -0
- package/dist/components/Layout/Layout.js +56 -0
- package/dist/components/Layout/Layout.js.map +1 -0
- package/dist/components/Layout/Layout.module.cjs +2 -0
- package/dist/components/Layout/Layout.module.cjs.map +1 -0
- package/dist/components/Layout/Layout.module.js +26 -0
- package/dist/components/Layout/Layout.module.js.map +1 -0
- package/dist/components/ListTile/ListTile.cjs +2 -0
- package/dist/components/ListTile/ListTile.cjs.map +1 -0
- package/dist/components/ListTile/ListTile.js +41 -0
- package/dist/components/ListTile/ListTile.js.map +1 -0
- package/dist/components/ListTile/ListTile.module.cjs +2 -0
- package/dist/components/ListTile/ListTile.module.cjs.map +1 -0
- package/dist/components/ListTile/ListTile.module.js +16 -0
- package/dist/components/ListTile/ListTile.module.js.map +1 -0
- package/dist/components/Menubar/Menubar.cjs +2 -0
- package/dist/components/Menubar/Menubar.cjs.map +1 -0
- package/dist/components/Menubar/Menubar.js +96 -0
- package/dist/components/Menubar/Menubar.js.map +1 -0
- package/dist/components/Menubar/Menubar.module.cjs +2 -0
- package/dist/components/Menubar/Menubar.module.cjs.map +1 -0
- package/dist/components/Menubar/Menubar.module.js +17 -0
- package/dist/components/Menubar/Menubar.module.js.map +1 -0
- package/dist/components/Modal/Modal.cjs +2 -0
- package/dist/components/Modal/Modal.cjs.map +1 -0
- package/dist/components/Modal/Modal.js +83 -0
- package/dist/components/Modal/Modal.js.map +1 -0
- package/dist/components/Modal/Modal.module.cjs +2 -0
- package/dist/components/Modal/Modal.module.cjs.map +1 -0
- package/dist/components/Modal/Modal.module.js +24 -0
- package/dist/components/Modal/Modal.module.js.map +1 -0
- package/dist/components/ModalsManager/ModalsManager.cjs +2 -0
- package/dist/components/ModalsManager/ModalsManager.cjs.map +1 -0
- package/dist/components/ModalsManager/ModalsManager.js +97 -0
- package/dist/components/ModalsManager/ModalsManager.js.map +1 -0
- package/dist/components/ModalsManager/ModalsManager.module.cjs +2 -0
- package/dist/components/ModalsManager/ModalsManager.module.cjs.map +1 -0
- package/dist/components/ModalsManager/ModalsManager.module.js +6 -0
- package/dist/components/ModalsManager/ModalsManager.module.js.map +1 -0
- package/dist/components/Money/Money.cjs +2 -0
- package/dist/components/Money/Money.cjs.map +1 -0
- package/dist/components/Money/Money.js +16 -0
- package/dist/components/Money/Money.js.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.cjs +2 -0
- package/dist/components/MultiSelect/MultiSelect.cjs.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.js +130 -0
- package/dist/components/MultiSelect/MultiSelect.js.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.module.cjs +2 -0
- package/dist/components/MultiSelect/MultiSelect.module.cjs.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.module.js +23 -0
- package/dist/components/MultiSelect/MultiSelect.module.js.map +1 -0
- package/dist/components/NProgress/NProgress.cjs +2 -0
- package/dist/components/NProgress/NProgress.cjs.map +1 -0
- package/dist/components/NProgress/NProgress.js +87 -0
- package/dist/components/NProgress/NProgress.js.map +1 -0
- package/dist/components/NProgress/NProgress.module.cjs +2 -0
- package/dist/components/NProgress/NProgress.module.cjs.map +1 -0
- package/dist/components/NProgress/NProgress.module.js +6 -0
- package/dist/components/NProgress/NProgress.module.js.map +1 -0
- package/dist/components/Navbar/Navbar.cjs +2 -0
- package/dist/components/Navbar/Navbar.cjs.map +1 -0
- package/dist/components/Navbar/Navbar.js +28 -0
- package/dist/components/Navbar/Navbar.js.map +1 -0
- package/dist/components/Navbar/Navbar.module.cjs +2 -0
- package/dist/components/Navbar/Navbar.module.cjs.map +1 -0
- package/dist/components/Navbar/Navbar.module.js +16 -0
- package/dist/components/Navbar/Navbar.module.js.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.cjs +2 -0
- package/dist/components/NavigationMenu/NavigationMenu.cjs.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.js +82 -0
- package/dist/components/NavigationMenu/NavigationMenu.js.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.cjs +2 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.cjs.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.js +15 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.js.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.cjs +2 -0
- package/dist/components/NavigationRail/NavigationRail.cjs.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.js +51 -0
- package/dist/components/NavigationRail/NavigationRail.js.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.module.cjs +2 -0
- package/dist/components/NavigationRail/NavigationRail.module.cjs.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.module.js +17 -0
- package/dist/components/NavigationRail/NavigationRail.module.js.map +1 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.cjs +2 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.cjs.map +1 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.js +36 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.js.map +1 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.cjs +2 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.cjs.map +1 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.js +13 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.js.map +1 -0
- package/dist/components/Page/Page.cjs +2 -0
- package/dist/components/Page/Page.cjs.map +1 -0
- package/dist/components/Page/Page.js +52 -0
- package/dist/components/Page/Page.js.map +1 -0
- package/dist/components/Page/Page.module.cjs +2 -0
- package/dist/components/Page/Page.module.cjs.map +1 -0
- package/dist/components/Page/Page.module.js +18 -0
- package/dist/components/Page/Page.module.js.map +1 -0
- package/dist/components/Pagination/Pagination.cjs +2 -0
- package/dist/components/Pagination/Pagination.cjs.map +1 -0
- package/dist/components/Pagination/Pagination.js +75 -0
- package/dist/components/Pagination/Pagination.js.map +1 -0
- package/dist/components/Pagination/Pagination.module.cjs +2 -0
- package/dist/components/Pagination/Pagination.module.cjs.map +1 -0
- package/dist/components/Pagination/Pagination.module.js +15 -0
- package/dist/components/Pagination/Pagination.module.js.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.cjs +2 -0
- package/dist/components/PasswordInput/PasswordInput.cjs.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.js +78 -0
- package/dist/components/PasswordInput/PasswordInput.js.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.module.cjs +2 -0
- package/dist/components/PasswordInput/PasswordInput.module.cjs.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.module.js +26 -0
- package/dist/components/PasswordInput/PasswordInput.module.js.map +1 -0
- package/dist/components/PinInput/PinInput.cjs +2 -0
- package/dist/components/PinInput/PinInput.cjs.map +1 -0
- package/dist/components/PinInput/PinInput.js +78 -0
- package/dist/components/PinInput/PinInput.js.map +1 -0
- package/dist/components/PinInput/PinInput.module.cjs +2 -0
- package/dist/components/PinInput/PinInput.module.cjs.map +1 -0
- package/dist/components/PinInput/PinInput.module.js +17 -0
- package/dist/components/PinInput/PinInput.module.js.map +1 -0
- package/dist/components/Popover/Popover.cjs +2 -0
- package/dist/components/Popover/Popover.cjs.map +1 -0
- package/dist/components/Popover/Popover.js +51 -0
- package/dist/components/Popover/Popover.js.map +1 -0
- package/dist/components/Popover/Popover.module.cjs +2 -0
- package/dist/components/Popover/Popover.module.cjs.map +1 -0
- package/dist/components/Popover/Popover.module.js +14 -0
- package/dist/components/Popover/Popover.module.js.map +1 -0
- package/dist/components/Portal/Portal.cjs +2 -0
- package/dist/components/Portal/Portal.cjs.map +1 -0
- package/dist/components/Portal/Portal.js +11 -0
- package/dist/components/Portal/Portal.js.map +1 -0
- package/dist/components/Progress/Progress.cjs +2 -0
- package/dist/components/Progress/Progress.cjs.map +1 -0
- package/dist/components/Progress/Progress.js +30 -0
- package/dist/components/Progress/Progress.js.map +1 -0
- package/dist/components/Progress/Progress.module.cjs +2 -0
- package/dist/components/Progress/Progress.module.cjs.map +1 -0
- package/dist/components/Progress/Progress.module.js +16 -0
- package/dist/components/Progress/Progress.module.js.map +1 -0
- package/dist/components/Radio/Radio.cjs +2 -0
- package/dist/components/Radio/Radio.cjs.map +1 -0
- package/dist/components/Radio/Radio.js +64 -0
- package/dist/components/Radio/Radio.js.map +1 -0
- package/dist/components/Radio/Radio.module.cjs +2 -0
- package/dist/components/Radio/Radio.module.cjs.map +1 -0
- package/dist/components/Radio/Radio.module.js +16 -0
- package/dist/components/Radio/Radio.module.js.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.cjs +2 -0
- package/dist/components/RangeSlider/RangeSlider.cjs.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.js +76 -0
- package/dist/components/RangeSlider/RangeSlider.js.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.module.cjs +2 -0
- package/dist/components/RangeSlider/RangeSlider.module.cjs.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.module.js +15 -0
- package/dist/components/RangeSlider/RangeSlider.module.js.map +1 -0
- package/dist/components/RatingStars/RatingStars.cjs +2 -0
- package/dist/components/RatingStars/RatingStars.cjs.map +1 -0
- package/dist/components/RatingStars/RatingStars.js +47 -0
- package/dist/components/RatingStars/RatingStars.js.map +1 -0
- package/dist/components/RatingStars/RatingStars.module.cjs +2 -0
- package/dist/components/RatingStars/RatingStars.module.cjs.map +1 -0
- package/dist/components/RatingStars/RatingStars.module.js +15 -0
- package/dist/components/RatingStars/RatingStars.module.js.map +1 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.cjs +2 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.cjs.map +1 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.js +76 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.js.map +1 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.cjs +2 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.cjs.map +1 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.js +11 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.js.map +1 -0
- package/dist/components/RelativeTime/RelativeTime.cjs +2 -0
- package/dist/components/RelativeTime/RelativeTime.cjs.map +1 -0
- package/dist/components/RelativeTime/RelativeTime.js +15 -0
- package/dist/components/RelativeTime/RelativeTime.js.map +1 -0
- package/dist/components/Resizable/Resizable.cjs +2 -0
- package/dist/components/Resizable/Resizable.cjs.map +1 -0
- package/dist/components/Resizable/Resizable.js +82 -0
- package/dist/components/Resizable/Resizable.js.map +1 -0
- package/dist/components/Resizable/Resizable.module.cjs +2 -0
- package/dist/components/Resizable/Resizable.module.cjs.map +1 -0
- package/dist/components/Resizable/Resizable.module.js +13 -0
- package/dist/components/Resizable/Resizable.module.js.map +1 -0
- package/dist/components/Responsive/Responsive.cjs +2 -0
- package/dist/components/Responsive/Responsive.cjs.map +1 -0
- package/dist/components/Responsive/Responsive.js +17 -0
- package/dist/components/Responsive/Responsive.js.map +1 -0
- package/dist/components/SafeArea/SafeArea.cjs +2 -0
- package/dist/components/SafeArea/SafeArea.cjs.map +1 -0
- package/dist/components/SafeArea/SafeArea.js +22 -0
- package/dist/components/SafeArea/SafeArea.js.map +1 -0
- package/dist/components/SafeArea/SafeArea.module.cjs +2 -0
- package/dist/components/SafeArea/SafeArea.module.cjs.map +1 -0
- package/dist/components/SafeArea/SafeArea.module.js +13 -0
- package/dist/components/SafeArea/SafeArea.module.js.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.cjs +2 -0
- package/dist/components/ScrollArea/ScrollArea.cjs.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.js +24 -0
- package/dist/components/ScrollArea/ScrollArea.js.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.module.cjs +2 -0
- package/dist/components/ScrollArea/ScrollArea.module.cjs.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.module.js +6 -0
- package/dist/components/ScrollArea/ScrollArea.module.js.map +1 -0
- package/dist/components/SearchBar/SearchBar.cjs +2 -0
- package/dist/components/SearchBar/SearchBar.cjs.map +1 -0
- package/dist/components/SearchBar/SearchBar.js +74 -0
- package/dist/components/SearchBar/SearchBar.js.map +1 -0
- package/dist/components/SearchBar/SearchBar.module.cjs +2 -0
- package/dist/components/SearchBar/SearchBar.module.cjs.map +1 -0
- package/dist/components/SearchBar/SearchBar.module.js +11 -0
- package/dist/components/SearchBar/SearchBar.module.js.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.cjs +2 -0
- package/dist/components/SegmentedControl/SegmentedControl.cjs.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.js +34 -0
- package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.cjs +2 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.cjs.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.js +16 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.js.map +1 -0
- package/dist/components/Select/Select.cjs +2 -0
- package/dist/components/Select/Select.cjs.map +1 -0
- package/dist/components/Select/Select.js +76 -0
- package/dist/components/Select/Select.js.map +1 -0
- package/dist/components/Select/Select.module.cjs +2 -0
- package/dist/components/Select/Select.module.cjs.map +1 -0
- package/dist/components/Select/Select.module.js +16 -0
- package/dist/components/Select/Select.module.js.map +1 -0
- package/dist/components/Sidebar/Sidebar.cjs +2 -0
- package/dist/components/Sidebar/Sidebar.cjs.map +1 -0
- package/dist/components/Sidebar/Sidebar.js +58 -0
- package/dist/components/Sidebar/Sidebar.js.map +1 -0
- package/dist/components/Sidebar/Sidebar.module.cjs +2 -0
- package/dist/components/Sidebar/Sidebar.module.cjs.map +1 -0
- package/dist/components/Sidebar/Sidebar.module.js +17 -0
- package/dist/components/Sidebar/Sidebar.module.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.cjs +2 -0
- package/dist/components/Skeleton/Skeleton.cjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.js +19 -0
- package/dist/components/Skeleton/Skeleton.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.module.cjs +2 -0
- package/dist/components/Skeleton/Skeleton.module.cjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.module.js +12 -0
- package/dist/components/Skeleton/Skeleton.module.js.map +1 -0
- package/dist/components/Slider/Slider.cjs +2 -0
- package/dist/components/Slider/Slider.cjs.map +1 -0
- package/dist/components/Slider/Slider.js +59 -0
- package/dist/components/Slider/Slider.js.map +1 -0
- package/dist/components/Slider/Slider.module.cjs +2 -0
- package/dist/components/Slider/Slider.module.cjs.map +1 -0
- package/dist/components/Slider/Slider.module.js +15 -0
- package/dist/components/Slider/Slider.module.js.map +1 -0
- package/dist/components/Spacer/Spacer.cjs +2 -0
- package/dist/components/Spacer/Spacer.cjs.map +1 -0
- package/dist/components/Spacer/Spacer.js +14 -0
- package/dist/components/Spacer/Spacer.js.map +1 -0
- package/dist/components/Spacer/Spacer.module.cjs +2 -0
- package/dist/components/Spacer/Spacer.module.cjs.map +1 -0
- package/dist/components/Spacer/Spacer.module.js +11 -0
- package/dist/components/Spacer/Spacer.module.js.map +1 -0
- package/dist/components/Spinner/Spinner.cjs +2 -0
- package/dist/components/Spinner/Spinner.cjs.map +1 -0
- package/dist/components/Spinner/Spinner.js +28 -0
- package/dist/components/Spinner/Spinner.js.map +1 -0
- package/dist/components/Spinner/Spinner.module.cjs +2 -0
- package/dist/components/Spinner/Spinner.module.cjs.map +1 -0
- package/dist/components/Spinner/Spinner.module.js +17 -0
- package/dist/components/Spinner/Spinner.module.js.map +1 -0
- package/dist/components/Stat/Stat.cjs +2 -0
- package/dist/components/Stat/Stat.cjs.map +1 -0
- package/dist/components/Stat/Stat.js +47 -0
- package/dist/components/Stat/Stat.js.map +1 -0
- package/dist/components/Stat/Stat.module.cjs +2 -0
- package/dist/components/Stat/Stat.module.cjs.map +1 -0
- package/dist/components/Stat/Stat.module.js +18 -0
- package/dist/components/Stat/Stat.module.js.map +1 -0
- package/dist/components/Stepper/Stepper.cjs +2 -0
- package/dist/components/Stepper/Stepper.cjs.map +1 -0
- package/dist/components/Stepper/Stepper.js +31 -0
- package/dist/components/Stepper/Stepper.js.map +1 -0
- package/dist/components/Stepper/Stepper.module.cjs +2 -0
- package/dist/components/Stepper/Stepper.module.cjs.map +1 -0
- package/dist/components/Stepper/Stepper.module.js +15 -0
- package/dist/components/Stepper/Stepper.module.js.map +1 -0
- package/dist/components/StepperInput/StepperInput.cjs +2 -0
- package/dist/components/StepperInput/StepperInput.cjs.map +1 -0
- package/dist/components/StepperInput/StepperInput.js +54 -0
- package/dist/components/StepperInput/StepperInput.js.map +1 -0
- package/dist/components/StepperInput/StepperInput.module.cjs +2 -0
- package/dist/components/StepperInput/StepperInput.module.cjs.map +1 -0
- package/dist/components/StepperInput/StepperInput.module.js +16 -0
- package/dist/components/StepperInput/StepperInput.module.js.map +1 -0
- package/dist/components/Switch/Switch.cjs +2 -0
- package/dist/components/Switch/Switch.cjs.map +1 -0
- package/dist/components/Switch/Switch.js +33 -0
- package/dist/components/Switch/Switch.js.map +1 -0
- package/dist/components/Switch/Switch.module.cjs +2 -0
- package/dist/components/Switch/Switch.module.cjs.map +1 -0
- package/dist/components/Switch/Switch.module.js +13 -0
- package/dist/components/Switch/Switch.module.js.map +1 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.cjs +2 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.cjs.map +1 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.js +62 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.js.map +1 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.cjs +2 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.cjs.map +1 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.js +18 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.js.map +1 -0
- package/dist/components/Table/Table.cjs +2 -0
- package/dist/components/Table/Table.cjs.map +1 -0
- package/dist/components/Table/Table.js +43 -0
- package/dist/components/Table/Table.js.map +1 -0
- package/dist/components/Table/Table.module.cjs +2 -0
- package/dist/components/Table/Table.module.cjs.map +1 -0
- package/dist/components/Table/Table.module.js +21 -0
- package/dist/components/Table/Table.module.js.map +1 -0
- package/dist/components/Tabs/Tabs.cjs +2 -0
- package/dist/components/Tabs/Tabs.cjs.map +1 -0
- package/dist/components/Tabs/Tabs.js +42 -0
- package/dist/components/Tabs/Tabs.js.map +1 -0
- package/dist/components/Tabs/Tabs.module.cjs +2 -0
- package/dist/components/Tabs/Tabs.module.cjs.map +1 -0
- package/dist/components/Tabs/Tabs.module.js +12 -0
- package/dist/components/Tabs/Tabs.module.js.map +1 -0
- package/dist/components/Tag/Tag.cjs +2 -0
- package/dist/components/Tag/Tag.cjs.map +1 -0
- package/dist/components/Tag/Tag.js +24 -0
- package/dist/components/Tag/Tag.js.map +1 -0
- package/dist/components/Tag/Tag.module.cjs +2 -0
- package/dist/components/Tag/Tag.module.cjs.map +1 -0
- package/dist/components/Tag/Tag.module.js +19 -0
- package/dist/components/Tag/Tag.module.js.map +1 -0
- package/dist/components/Textarea/Textarea.cjs +2 -0
- package/dist/components/Textarea/Textarea.cjs.map +1 -0
- package/dist/components/Textarea/Textarea.js +40 -0
- package/dist/components/Textarea/Textarea.js.map +1 -0
- package/dist/components/Textarea/Textarea.module.cjs +2 -0
- package/dist/components/Textarea/Textarea.module.cjs.map +1 -0
- package/dist/components/Textarea/Textarea.module.js +14 -0
- package/dist/components/Textarea/Textarea.module.js.map +1 -0
- package/dist/components/TimePicker/TimePicker.cjs +2 -0
- package/dist/components/TimePicker/TimePicker.cjs.map +1 -0
- package/dist/components/TimePicker/TimePicker.js +135 -0
- package/dist/components/TimePicker/TimePicker.js.map +1 -0
- package/dist/components/TimePicker/TimePicker.module.cjs +2 -0
- package/dist/components/TimePicker/TimePicker.module.cjs.map +1 -0
- package/dist/components/TimePicker/TimePicker.module.js +16 -0
- package/dist/components/TimePicker/TimePicker.module.js.map +1 -0
- package/dist/components/Timeline/Timeline.cjs +2 -0
- package/dist/components/Timeline/Timeline.cjs.map +1 -0
- package/dist/components/Timeline/Timeline.js +46 -0
- package/dist/components/Timeline/Timeline.js.map +1 -0
- package/dist/components/Timeline/Timeline.module.cjs +2 -0
- package/dist/components/Timeline/Timeline.module.cjs.map +1 -0
- package/dist/components/Timeline/Timeline.module.js +22 -0
- package/dist/components/Timeline/Timeline.module.js.map +1 -0
- package/dist/components/Toast/Toast.module.cjs +2 -0
- package/dist/components/Toast/Toast.module.cjs.map +1 -0
- package/dist/components/Toast/Toast.module.js +23 -0
- package/dist/components/Toast/Toast.module.js.map +1 -0
- package/dist/components/Toast/ToastProvider.cjs +2 -0
- package/dist/components/Toast/ToastProvider.cjs.map +1 -0
- package/dist/components/Toast/ToastProvider.js +123 -0
- package/dist/components/Toast/ToastProvider.js.map +1 -0
- package/dist/components/Toggle/Toggle.cjs +2 -0
- package/dist/components/Toggle/Toggle.cjs.map +1 -0
- package/dist/components/Toggle/Toggle.js +32 -0
- package/dist/components/Toggle/Toggle.js.map +1 -0
- package/dist/components/Toggle/Toggle.module.cjs +2 -0
- package/dist/components/Toggle/Toggle.module.cjs.map +1 -0
- package/dist/components/Toggle/Toggle.module.js +13 -0
- package/dist/components/Toggle/Toggle.module.js.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.cjs +2 -0
- package/dist/components/ToggleGroup/ToggleGroup.cjs.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.js +65 -0
- package/dist/components/ToggleGroup/ToggleGroup.js.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.cjs +2 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.cjs.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.js +10 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.cjs +2 -0
- package/dist/components/Tooltip/Tooltip.cjs.map +1 -0
- package/dist/components/Tooltip/Tooltip.js +34 -0
- package/dist/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.module.cjs +2 -0
- package/dist/components/Tooltip/Tooltip.module.cjs.map +1 -0
- package/dist/components/Tooltip/Tooltip.module.js +14 -0
- package/dist/components/Tooltip/Tooltip.module.js.map +1 -0
- package/dist/components/TruncateText/TruncateText.cjs +2 -0
- package/dist/components/TruncateText/TruncateText.cjs.map +1 -0
- package/dist/components/TruncateText/TruncateText.js +20 -0
- package/dist/components/TruncateText/TruncateText.js.map +1 -0
- package/dist/components/TruncateText/TruncateText.module.cjs +2 -0
- package/dist/components/TruncateText/TruncateText.module.cjs.map +1 -0
- package/dist/components/TruncateText/TruncateText.module.js +6 -0
- package/dist/components/TruncateText/TruncateText.module.js.map +1 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.cjs +2 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.cjs.map +1 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.js +44 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.js.map +1 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.cjs +2 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.cjs.map +1 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.js +14 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.js.map +1 -0
- package/dist/components/VirtualList/VirtualList.cjs +2 -0
- package/dist/components/VirtualList/VirtualList.cjs.map +1 -0
- package/dist/components/VirtualList/VirtualList.js +45 -0
- package/dist/components/VirtualList/VirtualList.js.map +1 -0
- package/dist/components/VirtualList/VirtualList.module.cjs +2 -0
- package/dist/components/VirtualList/VirtualList.module.cjs.map +1 -0
- package/dist/components/VirtualList/VirtualList.module.js +10 -0
- package/dist/components/VirtualList/VirtualList.module.js.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.cjs +2 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.cjs.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.js +14 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.js.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.cjs +2 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.cjs.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.js +6 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.js.map +1 -0
- package/dist/data/create-data-provider.cjs +2 -0
- package/dist/data/create-data-provider.cjs.map +1 -0
- package/dist/data/create-data-provider.js +37 -0
- package/dist/data/create-data-provider.js.map +1 -0
- package/dist/data/data-provider-context.cjs +2 -0
- package/dist/data/data-provider-context.cjs.map +1 -0
- package/dist/data/data-provider-context.js +19 -0
- package/dist/data/data-provider-context.js.map +1 -0
- package/dist/data/use-resource.cjs +2 -0
- package/dist/data/use-resource.cjs.map +1 -0
- package/dist/data/use-resource.js +83 -0
- package/dist/data/use-resource.js.map +1 -0
- package/dist/editor/RichTextEditor.cjs +2 -0
- package/dist/editor/RichTextEditor.cjs.map +1 -0
- package/dist/editor/RichTextEditor.js +190 -0
- package/dist/editor/RichTextEditor.js.map +1 -0
- package/dist/editor/RichTextEditor.module.cjs +2 -0
- package/dist/editor/RichTextEditor.module.cjs.map +1 -0
- package/dist/editor/RichTextEditor.module.js +13 -0
- package/dist/editor/RichTextEditor.module.js.map +1 -0
- package/dist/editor.cjs +1 -2
- package/dist/editor.d.ts +14 -1
- package/dist/editor.js +2 -190
- package/dist/error-boundary/ErrorBoundary.cjs +2 -0
- package/dist/error-boundary/ErrorBoundary.cjs.map +1 -0
- package/dist/error-boundary/ErrorBoundary.js +35 -0
- package/dist/error-boundary/ErrorBoundary.js.map +1 -0
- package/dist/error-boundary/use-error-handler.cjs +2 -0
- package/dist/error-boundary/use-error-handler.cjs.map +1 -0
- package/dist/error-boundary/use-error-handler.js +14 -0
- package/dist/error-boundary/use-error-handler.js.map +1 -0
- package/dist/feature-flags/FeatureFlagsProvider.cjs +2 -0
- package/dist/feature-flags/FeatureFlagsProvider.cjs.map +1 -0
- package/dist/feature-flags/FeatureFlagsProvider.js +28 -0
- package/dist/feature-flags/FeatureFlagsProvider.js.map +1 -0
- package/dist/feature-flags/growthbook-adapter.cjs +2 -0
- package/dist/feature-flags/growthbook-adapter.cjs.map +1 -0
- package/dist/feature-flags/growthbook-adapter.js +27 -0
- package/dist/feature-flags/growthbook-adapter.js.map +1 -0
- package/dist/feature-flags/in-memory-adapter.cjs +2 -0
- package/dist/feature-flags/in-memory-adapter.cjs.map +1 -0
- package/dist/feature-flags/in-memory-adapter.js +25 -0
- package/dist/feature-flags/in-memory-adapter.js.map +1 -0
- package/dist/feature-flags/launchdarkly-adapter.cjs +2 -0
- package/dist/feature-flags/launchdarkly-adapter.cjs.map +1 -0
- package/dist/feature-flags/launchdarkly-adapter.js +21 -0
- package/dist/feature-flags/launchdarkly-adapter.js.map +1 -0
- package/dist/forms/FormField.cjs +2 -0
- package/dist/forms/FormField.cjs.map +1 -0
- package/dist/forms/FormField.js +32 -0
- package/dist/forms/FormField.js.map +1 -0
- package/dist/forms/br-validators.cjs +2 -0
- package/dist/forms/br-validators.cjs.map +1 -0
- package/dist/forms/br-validators.js +66 -0
- package/dist/forms/br-validators.js.map +1 -0
- package/dist/forms/index.js +9 -0
- package/dist/forms/masked-inputs.cjs +2 -0
- package/dist/forms/masked-inputs.cjs.map +1 -0
- package/dist/forms/masked-inputs.js +42 -0
- package/dist/forms/masked-inputs.js.map +1 -0
- package/dist/forms/use-viacep.cjs +2 -0
- package/dist/forms/use-viacep.cjs.map +1 -0
- package/dist/forms/use-viacep.js +30 -0
- package/dist/forms/use-viacep.js.map +1 -0
- package/dist/forms/use-zod-form.cjs +2 -0
- package/dist/forms/use-zod-form.cjs.map +1 -0
- package/dist/forms/use-zod-form.js +13 -0
- package/dist/forms/use-zod-form.js.map +1 -0
- package/dist/forms/validate-form.cjs +2 -0
- package/dist/forms/validate-form.cjs.map +1 -0
- package/dist/forms/validate-form.js +22 -0
- package/dist/forms/validate-form.js.map +1 -0
- package/dist/forms/zod-resolver.cjs +2 -0
- package/dist/forms/zod-resolver.cjs.map +1 -0
- package/dist/forms/zod-resolver.js +26 -0
- package/dist/forms/zod-resolver.js.map +1 -0
- package/dist/geo/TrajectoryMap.cjs +2 -0
- package/dist/geo/TrajectoryMap.cjs.map +1 -0
- package/dist/geo/TrajectoryMap.js +241 -0
- package/dist/geo/TrajectoryMap.js.map +1 -0
- package/dist/geo/TrajectoryMap.module.cjs +2 -0
- package/dist/geo/TrajectoryMap.module.cjs.map +1 -0
- package/dist/geo/TrajectoryMap.module.js +20 -0
- package/dist/geo/TrajectoryMap.module.js.map +1 -0
- package/dist/geo/bounds.cjs +2 -0
- package/dist/geo/bounds.cjs.map +1 -0
- package/dist/geo/bounds.js +31 -0
- package/dist/geo/bounds.js.map +1 -0
- package/dist/geo/create-position-tracker.cjs +2 -0
- package/dist/geo/create-position-tracker.cjs.map +1 -0
- package/dist/geo/create-position-tracker.js +58 -0
- package/dist/geo/create-position-tracker.js.map +1 -0
- package/dist/geo/distance.cjs +2 -0
- package/dist/geo/distance.cjs.map +1 -0
- package/dist/geo/distance.js +22 -0
- package/dist/geo/distance.js.map +1 -0
- package/dist/geo/estimate.cjs +2 -0
- package/dist/geo/estimate.cjs.map +1 -0
- package/dist/geo/estimate.js +26 -0
- package/dist/geo/estimate.js.map +1 -0
- package/dist/geo/leaflet-map.cjs +2 -0
- package/dist/geo/leaflet-map.cjs.map +1 -0
- package/dist/geo/leaflet-map.js +63 -0
- package/dist/geo/leaflet-map.js.map +1 -0
- package/dist/geo/projection.cjs +2 -0
- package/dist/geo/projection.cjs.map +1 -0
- package/dist/geo/projection.js +42 -0
- package/dist/geo/projection.js.map +1 -0
- package/dist/geo/routing.cjs +2 -0
- package/dist/geo/routing.cjs.map +1 -0
- package/dist/geo/routing.js +25 -0
- package/dist/geo/routing.js.map +1 -0
- package/dist/geo/types.cjs +2 -0
- package/dist/geo/types.cjs.map +1 -0
- package/dist/geo/types.js +22 -0
- package/dist/geo/types.js.map +1 -0
- package/dist/geo/use-position-tracker.cjs +2 -0
- package/dist/geo/use-position-tracker.cjs.map +1 -0
- package/dist/geo/use-position-tracker.js +36 -0
- package/dist/geo/use-position-tracker.js.map +1 -0
- package/dist/hooks/pwa-env.cjs +2 -0
- package/dist/hooks/pwa-env.cjs.map +1 -0
- package/dist/hooks/pwa-env.js +24 -0
- package/dist/hooks/pwa-env.js.map +1 -0
- package/dist/hooks/use-async.cjs +2 -0
- package/dist/hooks/use-async.cjs.map +1 -0
- package/dist/hooks/use-async.js +58 -0
- package/dist/hooks/use-async.js.map +1 -0
- package/dist/hooks/use-before-install-prompt.cjs +2 -0
- package/dist/hooks/use-before-install-prompt.cjs.map +1 -0
- package/dist/hooks/use-before-install-prompt.js +41 -0
- package/dist/hooks/use-before-install-prompt.js.map +1 -0
- package/dist/hooks/use-breakpoint.cjs +2 -0
- package/dist/hooks/use-breakpoint.cjs.map +1 -0
- package/dist/hooks/use-breakpoint.js +44 -0
- package/dist/hooks/use-breakpoint.js.map +1 -0
- package/dist/hooks/use-click-outside.cjs +2 -0
- package/dist/hooks/use-click-outside.cjs.map +1 -0
- package/dist/hooks/use-click-outside.js +19 -0
- package/dist/hooks/use-click-outside.js.map +1 -0
- package/dist/hooks/use-client-filter.cjs +2 -0
- package/dist/hooks/use-client-filter.cjs.map +1 -0
- package/dist/hooks/use-client-filter.js +19 -0
- package/dist/hooks/use-client-filter.js.map +1 -0
- package/dist/hooks/use-clipboard.cjs +2 -0
- package/dist/hooks/use-clipboard.cjs.map +1 -0
- package/dist/hooks/use-clipboard.js +27 -0
- package/dist/hooks/use-clipboard.js.map +1 -0
- package/dist/hooks/use-counter.cjs +2 -0
- package/dist/hooks/use-counter.cjs.map +1 -0
- package/dist/hooks/use-counter.js +36 -0
- package/dist/hooks/use-counter.js.map +1 -0
- package/dist/hooks/use-debounce.cjs +2 -0
- package/dist/hooks/use-debounce.cjs.map +1 -0
- package/dist/hooks/use-debounce.js +13 -0
- package/dist/hooks/use-debounce.js.map +1 -0
- package/dist/hooks/use-deep-memo.cjs +2 -0
- package/dist/hooks/use-deep-memo.cjs.map +1 -0
- package/dist/hooks/use-deep-memo.js +17 -0
- package/dist/hooks/use-deep-memo.js.map +1 -0
- package/dist/hooks/use-disclosure.cjs +2 -0
- package/dist/hooks/use-disclosure.cjs.map +1 -0
- package/dist/hooks/use-disclosure.js +18 -0
- package/dist/hooks/use-disclosure.js.map +1 -0
- package/dist/hooks/use-document-title.cjs +2 -0
- package/dist/hooks/use-document-title.cjs.map +1 -0
- package/dist/hooks/use-document-title.js +15 -0
- package/dist/hooks/use-document-title.js.map +1 -0
- package/dist/hooks/use-document-visibility.cjs +2 -0
- package/dist/hooks/use-document-visibility.cjs.map +1 -0
- package/dist/hooks/use-document-visibility.js +14 -0
- package/dist/hooks/use-document-visibility.js.map +1 -0
- package/dist/hooks/use-event-listener.cjs +2 -0
- package/dist/hooks/use-event-listener.cjs.map +1 -0
- package/dist/hooks/use-event-listener.js +19 -0
- package/dist/hooks/use-event-listener.js.map +1 -0
- package/dist/hooks/use-favicon.cjs +2 -0
- package/dist/hooks/use-favicon.cjs.map +1 -0
- package/dist/hooks/use-favicon.js +13 -0
- package/dist/hooks/use-favicon.js.map +1 -0
- package/dist/hooks/use-focus-trap.cjs +2 -0
- package/dist/hooks/use-focus-trap.cjs.map +1 -0
- package/dist/hooks/use-focus-trap.js +42 -0
- package/dist/hooks/use-focus-trap.js.map +1 -0
- package/dist/hooks/use-geolocation.cjs +2 -0
- package/dist/hooks/use-geolocation.cjs.map +1 -0
- package/dist/hooks/use-geolocation.js +48 -0
- package/dist/hooks/use-geolocation.js.map +1 -0
- package/dist/hooks/use-hover.cjs +2 -0
- package/dist/hooks/use-hover.cjs.map +1 -0
- package/dist/hooks/use-hover.js +17 -0
- package/dist/hooks/use-hover.js.map +1 -0
- package/dist/hooks/use-idle.cjs +2 -0
- package/dist/hooks/use-idle.cjs.map +1 -0
- package/dist/hooks/use-idle.js +29 -0
- package/dist/hooks/use-idle.js.map +1 -0
- package/dist/hooks/use-install-prompt.cjs +2 -0
- package/dist/hooks/use-install-prompt.cjs.map +1 -0
- package/dist/hooks/use-install-prompt.js +63 -0
- package/dist/hooks/use-install-prompt.js.map +1 -0
- package/dist/hooks/use-intersection-observer.cjs +2 -0
- package/dist/hooks/use-intersection-observer.cjs.map +1 -0
- package/dist/hooks/use-intersection-observer.js +27 -0
- package/dist/hooks/use-intersection-observer.js.map +1 -0
- package/dist/hooks/use-interval.cjs +2 -0
- package/dist/hooks/use-interval.cjs.map +1 -0
- package/dist/hooks/use-interval.js +14 -0
- package/dist/hooks/use-interval.js.map +1 -0
- package/dist/hooks/use-is-first-render.cjs +2 -0
- package/dist/hooks/use-is-first-render.cjs.map +1 -0
- package/dist/hooks/use-is-first-render.js +10 -0
- package/dist/hooks/use-is-first-render.js.map +1 -0
- package/dist/hooks/use-keyboard-shortcut.cjs +2 -0
- package/dist/hooks/use-keyboard-shortcut.cjs.map +1 -0
- package/dist/hooks/use-keyboard-shortcut.js +39 -0
- package/dist/hooks/use-keyboard-shortcut.js.map +1 -0
- package/dist/hooks/use-list-state.cjs +2 -0
- package/dist/hooks/use-list-state.cjs.map +1 -0
- package/dist/hooks/use-list-state.js +52 -0
- package/dist/hooks/use-list-state.js.map +1 -0
- package/dist/hooks/use-local-storage.cjs +2 -0
- package/dist/hooks/use-local-storage.cjs.map +1 -0
- package/dist/hooks/use-local-storage.js +62 -0
- package/dist/hooks/use-local-storage.js.map +1 -0
- package/dist/hooks/use-long-press-handlers.cjs +2 -0
- package/dist/hooks/use-long-press-handlers.cjs.map +1 -0
- package/dist/hooks/use-long-press-handlers.js +33 -0
- package/dist/hooks/use-long-press-handlers.js.map +1 -0
- package/dist/hooks/use-long-press.cjs +2 -0
- package/dist/hooks/use-long-press.cjs.map +1 -0
- package/dist/hooks/use-long-press.js +31 -0
- package/dist/hooks/use-long-press.js.map +1 -0
- package/dist/hooks/use-map.cjs +2 -0
- package/dist/hooks/use-map.cjs.map +1 -0
- package/dist/hooks/use-map.js +38 -0
- package/dist/hooks/use-map.js.map +1 -0
- package/dist/hooks/use-media-query.cjs +2 -0
- package/dist/hooks/use-media-query.cjs.map +1 -0
- package/dist/hooks/use-media-query.js +14 -0
- package/dist/hooks/use-media-query.js.map +1 -0
- package/dist/hooks/use-object-url.cjs +2 -0
- package/dist/hooks/use-object-url.cjs.map +1 -0
- package/dist/hooks/use-object-url.js +17 -0
- package/dist/hooks/use-object-url.js.map +1 -0
- package/dist/hooks/use-online.cjs +2 -0
- package/dist/hooks/use-online.cjs.map +1 -0
- package/dist/hooks/use-online.js +47 -0
- package/dist/hooks/use-online.js.map +1 -0
- package/dist/hooks/use-pagination.cjs +2 -0
- package/dist/hooks/use-pagination.cjs.map +1 -0
- package/dist/hooks/use-pagination.js +16 -0
- package/dist/hooks/use-pagination.js.map +1 -0
- package/dist/hooks/use-previous.cjs +2 -0
- package/dist/hooks/use-previous.cjs.map +1 -0
- package/dist/hooks/use-previous.js +12 -0
- package/dist/hooks/use-previous.js.map +1 -0
- package/dist/hooks/use-queue.cjs +2 -0
- package/dist/hooks/use-queue.cjs.map +1 -0
- package/dist/hooks/use-queue.js +49 -0
- package/dist/hooks/use-queue.js.map +1 -0
- package/dist/hooks/use-resize-observer.cjs +2 -0
- package/dist/hooks/use-resize-observer.cjs.map +1 -0
- package/dist/hooks/use-resize-observer.js +23 -0
- package/dist/hooks/use-resize-observer.js.map +1 -0
- package/dist/hooks/use-scroll-lock.cjs +2 -0
- package/dist/hooks/use-scroll-lock.cjs.map +1 -0
- package/dist/hooks/use-scroll-lock.js +15 -0
- package/dist/hooks/use-scroll-lock.js.map +1 -0
- package/dist/hooks/use-service-worker-update.cjs +2 -0
- package/dist/hooks/use-service-worker-update.cjs.map +1 -0
- package/dist/hooks/use-service-worker-update.js +37 -0
- package/dist/hooks/use-service-worker-update.js.map +1 -0
- package/dist/hooks/use-set.cjs +2 -0
- package/dist/hooks/use-set.cjs.map +1 -0
- package/dist/hooks/use-set.js +44 -0
- package/dist/hooks/use-set.js.map +1 -0
- package/dist/hooks/use-stable-callback.cjs +2 -0
- package/dist/hooks/use-stable-callback.cjs.map +1 -0
- package/dist/hooks/use-stable-callback.js +10 -0
- package/dist/hooks/use-stable-callback.js.map +1 -0
- package/dist/hooks/use-storage-estimate.cjs +2 -0
- package/dist/hooks/use-storage-estimate.cjs.map +1 -0
- package/dist/hooks/use-storage-estimate.js +61 -0
- package/dist/hooks/use-storage-estimate.js.map +1 -0
- package/dist/hooks/use-throttle.cjs +2 -0
- package/dist/hooks/use-throttle.cjs.map +1 -0
- package/dist/hooks/use-throttle.js +17 -0
- package/dist/hooks/use-throttle.js.map +1 -0
- package/dist/hooks/use-timeout.cjs +2 -0
- package/dist/hooks/use-timeout.cjs.map +1 -0
- package/dist/hooks/use-timeout.js +14 -0
- package/dist/hooks/use-timeout.js.map +1 -0
- package/dist/hooks/use-toggle.cjs +2 -0
- package/dist/hooks/use-toggle.cjs.map +1 -0
- package/dist/hooks/use-toggle.js +15 -0
- package/dist/hooks/use-toggle.js.map +1 -0
- package/dist/hooks/use-window-size.cjs +2 -0
- package/dist/hooks/use-window-size.cjs.map +1 -0
- package/dist/hooks/use-window-size.js +23 -0
- package/dist/hooks/use-window-size.js.map +1 -0
- package/dist/http/api-client.cjs +2 -0
- package/dist/http/api-client.cjs.map +1 -0
- package/dist/http/api-client.js +91 -0
- package/dist/http/api-client.js.map +1 -0
- package/dist/http/errors.cjs +2 -0
- package/dist/http/errors.cjs.map +1 -0
- package/dist/http/errors.js +36 -0
- package/dist/http/errors.js.map +1 -0
- package/dist/http/idempotency.cjs +2 -0
- package/dist/http/idempotency.cjs.map +1 -0
- package/dist/http/idempotency.js +11 -0
- package/dist/http/idempotency.js.map +1 -0
- package/dist/http/parse-response.cjs +3 -0
- package/dist/http/parse-response.cjs.map +1 -0
- package/dist/http/parse-response.js +14 -0
- package/dist/http/parse-response.js.map +1 -0
- package/dist/http/retry.cjs +2 -0
- package/dist/http/retry.cjs.map +1 -0
- package/dist/http/retry.js +35 -0
- package/dist/http/retry.js.map +1 -0
- package/dist/http/upload-with-progress.cjs +2 -0
- package/dist/http/upload-with-progress.cjs.map +1 -0
- package/dist/http/upload-with-progress.js +67 -0
- package/dist/http/upload-with-progress.js.map +1 -0
- package/dist/http/use-poll.cjs +2 -0
- package/dist/http/use-poll.cjs.map +1 -0
- package/dist/http/use-poll.js +42 -0
- package/dist/http/use-poll.js.map +1 -0
- package/dist/i18n/I18nProvider.cjs +2 -0
- package/dist/i18n/I18nProvider.cjs.map +1 -0
- package/dist/i18n/I18nProvider.js +55 -0
- package/dist/i18n/I18nProvider.js.map +1 -0
- package/dist/i18n/create-i18n.cjs +2 -0
- package/dist/i18n/create-i18n.cjs.map +1 -0
- package/dist/i18n/create-i18n.js +54 -0
- package/dist/i18n/create-i18n.js.map +1 -0
- package/dist/logger/logger.cjs +2 -0
- package/dist/logger/logger.cjs.map +1 -0
- package/dist/logger/logger.js +44 -0
- package/dist/logger/logger.js.map +1 -0
- package/dist/oauth/GoogleSignIn.cjs +2 -0
- package/dist/oauth/GoogleSignIn.cjs.map +1 -0
- package/dist/oauth/GoogleSignIn.js +42 -0
- package/dist/oauth/GoogleSignIn.js.map +1 -0
- package/dist/oauth/use-oauth-callback.cjs +2 -0
- package/dist/oauth/use-oauth-callback.cjs.map +1 -0
- package/dist/oauth/use-oauth-callback.js +30 -0
- package/dist/oauth/use-oauth-callback.js.map +1 -0
- package/dist/offline/conflict.cjs +2 -0
- package/dist/offline/conflict.cjs.map +1 -0
- package/dist/offline/conflict.js +17 -0
- package/dist/offline/conflict.js.map +1 -0
- package/dist/offline/create-offline-store.cjs +2 -0
- package/dist/offline/create-offline-store.cjs.map +1 -0
- package/dist/offline/create-offline-store.js +49 -0
- package/dist/offline/create-offline-store.js.map +1 -0
- package/dist/offline/create-offline-sync.cjs +2 -0
- package/dist/offline/create-offline-sync.cjs.map +1 -0
- package/dist/offline/create-offline-sync.js +138 -0
- package/dist/offline/create-offline-sync.js.map +1 -0
- package/dist/offline/use-offline-sync.cjs +2 -0
- package/dist/offline/use-offline-sync.cjs.map +1 -0
- package/dist/offline/use-offline-sync.js +42 -0
- package/dist/offline/use-offline-sync.js.map +1 -0
- package/dist/push/use-push-subscription.cjs +2 -0
- package/dist/push/use-push-subscription.cjs.map +1 -0
- package/dist/push/use-push-subscription.js +62 -0
- package/dist/push/use-push-subscription.js.map +1 -0
- package/dist/push/utils.cjs +2 -0
- package/dist/push/utils.cjs.map +1 -0
- package/dist/push/utils.js +13 -0
- package/dist/push/utils.js.map +1 -0
- package/dist/push/web-push-client.cjs +2 -0
- package/dist/push/web-push-client.cjs.map +1 -0
- package/dist/push/web-push-client.js +54 -0
- package/dist/push/web-push-client.js.map +1 -0
- package/dist/query/QueryProvider.cjs +2 -0
- package/dist/query/QueryProvider.cjs.map +1 -0
- package/dist/query/QueryProvider.js +28 -0
- package/dist/query/QueryProvider.js.map +1 -0
- package/dist/query/constants.cjs +2 -0
- package/dist/query/constants.cjs.map +1 -0
- package/dist/query/constants.js +20 -0
- package/dist/query/constants.js.map +1 -0
- package/dist/query/create-query-keys.cjs +2 -0
- package/dist/query/create-query-keys.cjs.map +1 -0
- package/dist/query/create-query-keys.js +10 -0
- package/dist/query/create-query-keys.js.map +1 -0
- package/dist/query/offline-persistence.cjs +2 -0
- package/dist/query/offline-persistence.cjs.map +1 -0
- package/dist/query/offline-persistence.js +44 -0
- package/dist/query/offline-persistence.js.map +1 -0
- package/dist/query/optimistic.cjs +2 -0
- package/dist/query/optimistic.cjs.map +1 -0
- package/dist/query/optimistic.js +22 -0
- package/dist/query/optimistic.js.map +1 -0
- package/dist/query/pagination.cjs +2 -0
- package/dist/query/pagination.cjs.map +1 -0
- package/dist/query/pagination.js +24 -0
- package/dist/query/pagination.js.map +1 -0
- package/dist/query/use-cursor-query.cjs +2 -0
- package/dist/query/use-cursor-query.cjs.map +1 -0
- package/dist/query/use-cursor-query.js +34 -0
- package/dist/query/use-cursor-query.js.map +1 -0
- package/dist/query/use-offline-mutation.cjs +2 -0
- package/dist/query/use-offline-mutation.cjs.map +1 -0
- package/dist/query/use-offline-mutation.js +31 -0
- package/dist/query/use-offline-mutation.js.map +1 -0
- package/dist/query/use-paginated-query.cjs +2 -0
- package/dist/query/use-paginated-query.cjs.map +1 -0
- package/dist/query/use-paginated-query.js +43 -0
- package/dist/query/use-paginated-query.js.map +1 -0
- package/dist/router/AppRouter.cjs +2 -0
- package/dist/router/AppRouter.cjs.map +1 -0
- package/dist/router/AppRouter.js +61 -0
- package/dist/router/AppRouter.js.map +1 -0
- package/dist/router/RouteGuard.cjs +2 -0
- package/dist/router/RouteGuard.cjs.map +1 -0
- package/dist/router/RouteGuard.js +13 -0
- package/dist/router/RouteGuard.js.map +1 -0
- package/dist/router/index.js +4 -0
- package/dist/share/share-or-download.cjs +2 -0
- package/dist/share/share-or-download.cjs.map +1 -0
- package/dist/share/share-or-download.js +15 -0
- package/dist/share/share-or-download.js.map +1 -0
- package/dist/share/share.cjs +2 -0
- package/dist/share/share.cjs.map +1 -0
- package/dist/share/share.js +33 -0
- package/dist/share/share.js.map +1 -0
- package/dist/sse/create-event-stream.cjs +2 -0
- package/dist/sse/create-event-stream.cjs.map +1 -0
- package/dist/sse/create-event-stream.js +61 -0
- package/dist/sse/create-event-stream.js.map +1 -0
- package/dist/sse/use-event-stream.cjs +2 -0
- package/dist/sse/use-event-stream.cjs.map +1 -0
- package/dist/sse/use-event-stream.js +30 -0
- package/dist/sse/use-event-stream.js.map +1 -0
- package/dist/store/create-selectors.cjs +2 -0
- package/dist/store/create-selectors.cjs.map +1 -0
- package/dist/store/create-selectors.js +11 -0
- package/dist/store/create-selectors.js.map +1 -0
- package/dist/store/create-store.cjs +2 -0
- package/dist/store/create-store.cjs.map +1 -0
- package/dist/store/create-store.js +18 -0
- package/dist/store/create-store.js.map +1 -0
- package/dist/styles.css +2 -1
- package/dist/sw/background-sync.cjs +2 -0
- package/dist/sw/background-sync.cjs.map +1 -0
- package/dist/sw/background-sync.js +98 -0
- package/dist/sw/background-sync.js.map +1 -0
- package/dist/sw/cache-inspect.cjs +2 -0
- package/dist/sw/cache-inspect.cjs.map +1 -0
- package/dist/sw/cache-inspect.js +49 -0
- package/dist/sw/cache-inspect.js.map +1 -0
- package/dist/sw/cache.cjs +2 -0
- package/dist/sw/cache.cjs.map +1 -0
- package/dist/sw/cache.js +144 -0
- package/dist/sw/cache.js.map +1 -0
- package/dist/sw/create-push-handler.cjs +2 -0
- package/dist/sw/create-push-handler.cjs.map +1 -0
- package/dist/sw/create-push-handler.js +65 -0
- package/dist/sw/create-push-handler.js.map +1 -0
- package/dist/sw/periodic-sync.cjs +2 -0
- package/dist/sw/periodic-sync.cjs.map +1 -0
- package/dist/sw/periodic-sync.js +16 -0
- package/dist/sw/periodic-sync.js.map +1 -0
- package/dist/sw/register-service-worker.cjs +2 -0
- package/dist/sw/register-service-worker.cjs.map +1 -0
- package/dist/sw/register-service-worker.js +44 -0
- package/dist/sw/register-service-worker.js.map +1 -0
- package/dist/sw.cjs +1 -2
- package/dist/sw.d.ts +99 -0
- package/dist/sw.js +7 -377
- package/dist/telemetry/TelemetryProvider.cjs +2 -0
- package/dist/telemetry/TelemetryProvider.cjs.map +1 -0
- package/dist/telemetry/TelemetryProvider.js +21 -0
- package/dist/telemetry/TelemetryProvider.js.map +1 -0
- package/dist/telemetry/console-adapter.cjs +2 -0
- package/dist/telemetry/console-adapter.cjs.map +1 -0
- package/dist/telemetry/console-adapter.js +16 -0
- package/dist/telemetry/console-adapter.js.map +1 -0
- package/dist/telemetry/posthog-adapter.cjs +2 -0
- package/dist/telemetry/posthog-adapter.cjs.map +1 -0
- package/dist/telemetry/posthog-adapter.js +44 -0
- package/dist/telemetry/posthog-adapter.js.map +1 -0
- package/dist/telemetry/sentry-adapter.cjs +2 -0
- package/dist/telemetry/sentry-adapter.cjs.map +1 -0
- package/dist/telemetry/sentry-adapter.js +40 -0
- package/dist/telemetry/sentry-adapter.js.map +1 -0
- package/dist/tempest-react-sdk.cjs +1 -15
- package/dist/tempest-react-sdk.d.ts +1094 -333
- package/dist/tempest-react-sdk.js +255 -9473
- package/dist/testing/create-mock-handlers.cjs +2 -0
- package/dist/testing/create-mock-handlers.cjs.map +1 -0
- package/dist/testing/create-mock-handlers.js +15 -0
- package/dist/testing/create-mock-handlers.js.map +1 -0
- package/dist/testing.cjs +1 -2
- package/dist/testing.js +2 -14
- package/dist/theme/ThemeProvider.cjs +2 -0
- package/dist/theme/ThemeProvider.cjs.map +1 -0
- package/dist/theme/ThemeProvider.js +74 -0
- package/dist/theme/ThemeProvider.js.map +1 -0
- package/dist/theme/initial-theme.cjs +11 -0
- package/dist/theme/initial-theme.cjs.map +1 -0
- package/dist/theme/initial-theme.js +30 -0
- package/dist/theme/initial-theme.js.map +1 -0
- package/dist/utils/arrays.cjs +2 -0
- package/dist/utils/arrays.cjs.map +1 -0
- package/dist/utils/arrays.js +34 -0
- package/dist/utils/arrays.js.map +1 -0
- package/dist/utils/cn.cjs +2 -0
- package/dist/utils/cn.cjs.map +1 -0
- package/dist/utils/cn.js +17 -0
- package/dist/utils/cn.js.map +1 -0
- package/dist/utils/format.cjs +2 -0
- package/dist/utils/format.cjs.map +1 -0
- package/dist/utils/format.js +36 -0
- package/dist/utils/format.js.map +1 -0
- package/dist/utils/functions.cjs +2 -0
- package/dist/utils/functions.cjs.map +1 -0
- package/dist/utils/functions.js +43 -0
- package/dist/utils/functions.js.map +1 -0
- package/dist/utils/guards.cjs +2 -0
- package/dist/utils/guards.cjs.map +1 -0
- package/dist/utils/guards.js +22 -0
- package/dist/utils/guards.js.map +1 -0
- package/dist/utils/ids.cjs +2 -0
- package/dist/utils/ids.cjs.map +1 -0
- package/dist/utils/ids.js +9 -0
- package/dist/utils/ids.js.map +1 -0
- package/dist/utils/numbers.cjs +2 -0
- package/dist/utils/numbers.cjs.map +1 -0
- package/dist/utils/numbers.js +30 -0
- package/dist/utils/numbers.js.map +1 -0
- package/dist/utils/objects.cjs +2 -0
- package/dist/utils/objects.cjs.map +1 -0
- package/dist/utils/objects.js +32 -0
- package/dist/utils/objects.js.map +1 -0
- package/dist/utils/promises.cjs +2 -0
- package/dist/utils/promises.cjs.map +1 -0
- package/dist/utils/promises.js +21 -0
- package/dist/utils/promises.js.map +1 -0
- package/dist/utils/relative-time.cjs +2 -0
- package/dist/utils/relative-time.cjs.map +1 -0
- package/dist/utils/relative-time.js +71 -0
- package/dist/utils/relative-time.js.map +1 -0
- package/dist/utils/storage.cjs +2 -0
- package/dist/utils/storage.cjs.map +1 -0
- package/dist/utils/storage.js +26 -0
- package/dist/utils/storage.js.map +1 -0
- package/dist/utils/strings.cjs +2 -0
- package/dist/utils/strings.cjs.map +1 -0
- package/dist/utils/strings.js +29 -0
- package/dist/utils/strings.js.map +1 -0
- package/dist/utils/xlsx.cjs +2 -0
- package/dist/utils/xlsx.cjs.map +1 -0
- package/dist/utils/xlsx.js +52 -0
- package/dist/utils/xlsx.js.map +1 -0
- package/dist/vision/core/canvas.cjs +2 -0
- package/dist/vision/core/canvas.cjs.map +1 -0
- package/dist/vision/core/canvas.js +32 -0
- package/dist/vision/core/canvas.js.map +1 -0
- package/dist/vision/core/exceptions.cjs +2 -0
- package/dist/vision/core/exceptions.cjs.map +1 -0
- package/dist/vision/core/exceptions.js +10 -0
- package/dist/vision/core/exceptions.js.map +1 -0
- package/dist/vision/core/providers.cjs +2 -0
- package/dist/vision/core/providers.cjs.map +1 -0
- package/dist/vision/core/providers.js +9 -0
- package/dist/vision/core/providers.js.map +1 -0
- package/dist/vision/core/session.cjs +2 -0
- package/dist/vision/core/session.cjs.map +1 -0
- package/dist/vision/core/session.js +48 -0
- package/dist/vision/core/session.js.map +1 -0
- package/dist/vision/index.cjs +2 -0
- package/dist/vision/index.cjs.map +1 -0
- package/dist/vision/index.js +21 -0
- package/dist/vision/index.js.map +1 -0
- package/dist/vision/io/image.cjs +2 -0
- package/dist/vision/io/image.cjs.map +1 -0
- package/dist/vision/io/image.js +57 -0
- package/dist/vision/io/image.js.map +1 -0
- package/dist/vision/labels.cjs +2 -0
- package/dist/vision/labels.cjs.map +1 -0
- package/dist/vision/labels.js +31 -0
- package/dist/vision/labels.js.map +1 -0
- package/dist/vision/luminance.cjs +2 -0
- package/dist/vision/luminance.cjs.map +1 -0
- package/dist/vision/luminance.js +40 -0
- package/dist/vision/luminance.js.map +1 -0
- package/dist/vision/postprocess/classification.cjs +2 -0
- package/dist/vision/postprocess/classification.cjs.map +1 -0
- package/dist/vision/postprocess/classification.js +33 -0
- package/dist/vision/postprocess/classification.js.map +1 -0
- package/dist/vision/postprocess/detection.cjs +2 -0
- package/dist/vision/postprocess/detection.cjs.map +1 -0
- package/dist/vision/postprocess/detection.js +129 -0
- package/dist/vision/postprocess/detection.js.map +1 -0
- package/dist/vision/postprocess/segmentation.cjs +2 -0
- package/dist/vision/postprocess/segmentation.cjs.map +1 -0
- package/dist/vision/postprocess/segmentation.js +103 -0
- package/dist/vision/postprocess/segmentation.js.map +1 -0
- package/dist/vision/preprocess/image.cjs +2 -0
- package/dist/vision/preprocess/image.cjs.map +1 -0
- package/dist/vision/preprocess/image.js +72 -0
- package/dist/vision/preprocess/image.js.map +1 -0
- package/dist/vision/results.cjs +2 -0
- package/dist/vision/results.cjs.map +1 -0
- package/dist/vision/results.js +165 -0
- package/dist/vision/results.js.map +1 -0
- package/dist/vision/tasks/base.cjs +2 -0
- package/dist/vision/tasks/base.cjs.map +1 -0
- package/dist/vision/tasks/base.js +14 -0
- package/dist/vision/tasks/base.js.map +1 -0
- package/dist/vision/tasks/classifier.cjs +2 -0
- package/dist/vision/tasks/classifier.cjs.map +1 -0
- package/dist/vision/tasks/classifier.js +90 -0
- package/dist/vision/tasks/classifier.js.map +1 -0
- package/dist/vision/tasks/detector.cjs +2 -0
- package/dist/vision/tasks/detector.cjs.map +1 -0
- package/dist/vision/tasks/detector.js +112 -0
- package/dist/vision/tasks/detector.js.map +1 -0
- package/dist/vision/tasks/segmenter.cjs +2 -0
- package/dist/vision/tasks/segmenter.cjs.map +1 -0
- package/dist/vision/tasks/segmenter.js +144 -0
- package/dist/vision/tasks/segmenter.js.map +1 -0
- package/dist/vision/types.cjs +2 -0
- package/dist/vision/types.cjs.map +1 -0
- package/dist/vision/types.js +108 -0
- package/dist/vision/types.js.map +1 -0
- package/dist/vision/use-camera-stream.cjs +2 -0
- package/dist/vision/use-camera-stream.cjs.map +1 -0
- package/dist/vision/use-camera-stream.js +82 -0
- package/dist/vision/use-camera-stream.js.map +1 -0
- package/dist/vision/use-live-luminance.cjs +2 -0
- package/dist/vision/use-live-luminance.cjs.map +1 -0
- package/dist/vision/use-live-luminance.js +27 -0
- package/dist/vision/use-live-luminance.js.map +1 -0
- package/dist/vision.cjs +1 -2
- package/dist/vision.js +20 -1561
- package/dist/vite/create-vite-config.cjs +2 -0
- package/dist/vite/create-vite-config.cjs.map +1 -0
- package/dist/vite/create-vite-config.js +44 -0
- package/dist/vite/create-vite-config.js.map +1 -0
- package/dist/vite/tempest-pwa-dev-sw.cjs +2 -0
- package/dist/vite/tempest-pwa-dev-sw.cjs.map +1 -0
- package/dist/vite/tempest-pwa-dev-sw.js +47 -0
- package/dist/vite/tempest-pwa-dev-sw.js.map +1 -0
- package/dist/vite/tempest-pwa-icons.cjs +2 -0
- package/dist/vite/tempest-pwa-icons.cjs.map +1 -0
- package/dist/vite/tempest-pwa-icons.js +181 -0
- package/dist/vite/tempest-pwa-icons.js.map +1 -0
- package/dist/vite/tempest-pwa-manifest.cjs +3 -0
- package/dist/vite/tempest-pwa-manifest.cjs.map +1 -0
- package/dist/vite/tempest-pwa-manifest.js +37 -0
- package/dist/vite/tempest-pwa-manifest.js.map +1 -0
- package/dist/vite.cjs +1 -4
- package/dist/vite.js +5 -265
- package/dist/ws/create-web-socket.cjs +2 -0
- package/dist/ws/create-web-socket.cjs.map +1 -0
- package/dist/ws/create-web-socket.js +70 -0
- package/dist/ws/create-web-socket.js.map +1 -0
- package/dist/ws/use-web-socket.cjs +2 -0
- package/dist/ws/use-web-socket.cjs.map +1 -0
- package/dist/ws/use-web-socket.js +33 -0
- package/dist/ws/use-web-socket.js.map +1 -0
- package/package.json +26 -19
- package/template/eslint.config.js +8 -1
- package/template/package.json +15 -15
- package/template/src/App.tsx +1 -0
- package/template/src/layouts/RootLayout.tsx +1 -0
- package/template/src/lib/api.ts +1 -0
- package/template/src/main.tsx +3 -1
- package/template/src/pages/Login.tsx +1 -0
- package/template/src/routes.tsx +2 -1
- package/template-pwa/package.json +1 -1
- package/template-pwa/src/main.tsx +11 -20
- package/template-pwa/src/pwa.tsx +42 -0
- package/dist/AC-Brw7ZrEs.cjs +0 -2
- package/dist/AC-Brw7ZrEs.cjs.map +0 -1
- package/dist/AC-DLl3Z4oj.js +0 -12
- package/dist/AC-DLl3Z4oj.js.map +0 -1
- package/dist/AL-DPGoZjht.cjs +0 -2
- package/dist/AL-DPGoZjht.cjs.map +0 -1
- package/dist/AL-gswGaWlj.js +0 -12
- package/dist/AL-gswGaWlj.js.map +0 -1
- package/dist/AM-QN1eL4Tn.js +0 -12
- package/dist/AM-QN1eL4Tn.js.map +0 -1
- package/dist/AM-VqNWvsI-.cjs +0 -2
- package/dist/AM-VqNWvsI-.cjs.map +0 -1
- package/dist/AP-CPvBa_FK.cjs +0 -2
- package/dist/AP-CPvBa_FK.cjs.map +0 -1
- package/dist/AP-CRAbh1js.js +0 -12
- package/dist/AP-CRAbh1js.js.map +0 -1
- package/dist/BA-CKy_HnnV.js +0 -12
- package/dist/BA-CKy_HnnV.js.map +0 -1
- package/dist/BA-DoMQ6slK.cjs +0 -2
- package/dist/BA-DoMQ6slK.cjs.map +0 -1
- package/dist/CE-Ca-XMDFW.js +0 -12
- package/dist/CE-Ca-XMDFW.js.map +0 -1
- package/dist/CE-as-pGPQa.cjs +0 -2
- package/dist/CE-as-pGPQa.cjs.map +0 -1
- package/dist/DF-8kzFoovF.js +0 -12
- package/dist/DF-8kzFoovF.js.map +0 -1
- package/dist/DF-Wr8WNxSX.cjs +0 -2
- package/dist/DF-Wr8WNxSX.cjs.map +0 -1
- package/dist/ES-B4uWNG6s.js +0 -12
- package/dist/ES-B4uWNG6s.js.map +0 -1
- package/dist/ES-wKVjD_TM.cjs +0 -2
- package/dist/ES-wKVjD_TM.cjs.map +0 -1
- package/dist/GO-D4m4rOqy.cjs +0 -2
- package/dist/GO-D4m4rOqy.cjs.map +0 -1
- package/dist/GO-DuaAgIfo.js +0 -12
- package/dist/GO-DuaAgIfo.js.map +0 -1
- package/dist/MA-BmaUZZKe.cjs +0 -2
- package/dist/MA-BmaUZZKe.cjs.map +0 -1
- package/dist/MA-wOyPxG_M.js +0 -12
- package/dist/MA-wOyPxG_M.js.map +0 -1
- package/dist/MG-BYsqJd-S.js +0 -12
- package/dist/MG-BYsqJd-S.js.map +0 -1
- package/dist/MG-BchdfJXp.cjs +0 -2
- package/dist/MG-BchdfJXp.cjs.map +0 -1
- package/dist/MS-DZkgtN_7.js +0 -12
- package/dist/MS-DZkgtN_7.js.map +0 -1
- package/dist/MS-Dz9lDw37.cjs +0 -2
- package/dist/MS-Dz9lDw37.cjs.map +0 -1
- package/dist/MT-BkVchoah.cjs +0 -2
- package/dist/MT-BkVchoah.cjs.map +0 -1
- package/dist/MT-GmMwFWw2.js +0 -12
- package/dist/MT-GmMwFWw2.js.map +0 -1
- package/dist/PA-C2FpT6Ew.cjs +0 -2
- package/dist/PA-C2FpT6Ew.cjs.map +0 -1
- package/dist/PA-DgyDzDFi.js +0 -12
- package/dist/PA-DgyDzDFi.js.map +0 -1
- package/dist/PB-BGkzbQup.cjs +0 -2
- package/dist/PB-BGkzbQup.cjs.map +0 -1
- package/dist/PB-D-6NE6KM.js +0 -12
- package/dist/PB-D-6NE6KM.js.map +0 -1
- package/dist/PE-D8V7gWY-.cjs +0 -2
- package/dist/PE-D8V7gWY-.cjs.map +0 -1
- package/dist/PE-vqm-t7Nh.js +0 -12
- package/dist/PE-vqm-t7Nh.js.map +0 -1
- package/dist/PI-CILuGJlW.js +0 -12
- package/dist/PI-CILuGJlW.js.map +0 -1
- package/dist/PI-dJYCbXQM.cjs +0 -2
- package/dist/PI-dJYCbXQM.cjs.map +0 -1
- package/dist/PR-DN8AV__r.js +0 -12
- package/dist/PR-DN8AV__r.js.map +0 -1
- package/dist/PR-P17oBdNH.cjs +0 -2
- package/dist/PR-P17oBdNH.cjs.map +0 -1
- package/dist/RJ-Bccz05Em.js +0 -12
- package/dist/RJ-Bccz05Em.js.map +0 -1
- package/dist/RJ-Budqx7QP.cjs +0 -2
- package/dist/RJ-Budqx7QP.cjs.map +0 -1
- package/dist/RN-DLcJBxo3.cjs +0 -2
- package/dist/RN-DLcJBxo3.cjs.map +0 -1
- package/dist/RN-DTqFP-Nm.js +0 -12
- package/dist/RN-DTqFP-Nm.js.map +0 -1
- package/dist/RO-BCC54UTU.js +0 -12
- package/dist/RO-BCC54UTU.js.map +0 -1
- package/dist/RO-B_IDyci4.cjs +0 -2
- package/dist/RO-B_IDyci4.cjs.map +0 -1
- package/dist/RR-CDGUEyla.cjs +0 -2
- package/dist/RR-CDGUEyla.cjs.map +0 -1
- package/dist/RR-OCnI_XpU.js +0 -12
- package/dist/RR-OCnI_XpU.js.map +0 -1
- package/dist/RS-DiBeY_u5.cjs +0 -2
- package/dist/RS-DiBeY_u5.cjs.map +0 -1
- package/dist/RS-Dy7gBbbH.js +0 -12
- package/dist/RS-Dy7gBbbH.js.map +0 -1
- package/dist/SC-CEMoj8g2.cjs +0 -2
- package/dist/SC-CEMoj8g2.cjs.map +0 -1
- package/dist/SC-trCqQDXz.js +0 -12
- package/dist/SC-trCqQDXz.js.map +0 -1
- package/dist/SE-DAfFbZcK.cjs +0 -2
- package/dist/SE-DAfFbZcK.cjs.map +0 -1
- package/dist/SE-DBdfSrGk.js +0 -12
- package/dist/SE-DBdfSrGk.js.map +0 -1
- package/dist/SP-Cse4d68i.cjs +0 -2
- package/dist/SP-Cse4d68i.cjs.map +0 -1
- package/dist/SP-qPZjJDOT.js +0 -12
- package/dist/SP-qPZjJDOT.js.map +0 -1
- package/dist/TO-CZtMDVug.js +0 -12
- package/dist/TO-CZtMDVug.js.map +0 -1
- package/dist/TO-Dwi5zIyF.cjs +0 -2
- package/dist/TO-Dwi5zIyF.cjs.map +0 -1
- package/dist/br-centroids--O7-1KXz.cjs +0 -2
- package/dist/br-centroids--O7-1KXz.cjs.map +0 -1
- package/dist/br-centroids-IHN7PIzD.js +0 -10
- package/dist/br-centroids-IHN7PIzD.js.map +0 -1
- package/dist/br-geo-BYynYOwK.cjs +0 -2
- package/dist/br-geo-BYynYOwK.cjs.map +0 -1
- package/dist/br-geo-DFRuvjuU.js +0 -8
- package/dist/br-geo-DFRuvjuU.js.map +0 -1
- package/dist/charts.cjs.map +0 -1
- package/dist/charts.js.map +0 -1
- package/dist/cn-C0Sxc9eb.js +0 -19
- package/dist/cn-C0Sxc9eb.js.map +0 -1
- package/dist/cn-CNScIEB4.cjs +0 -2
- package/dist/cn-CNScIEB4.cjs.map +0 -1
- package/dist/editor.cjs.map +0 -1
- package/dist/editor.js.map +0 -1
- package/dist/leaflet-map-BHBcL_7k.js +0 -51
- package/dist/leaflet-map-BHBcL_7k.js.map +0 -1
- package/dist/leaflet-map-BzYV9czG.cjs +0 -2
- package/dist/leaflet-map-BzYV9czG.cjs.map +0 -1
- package/dist/projection-CILVBdpd.cjs +0 -2
- package/dist/projection-CILVBdpd.cjs.map +0 -1
- package/dist/projection-Wnqr_svy.js +0 -215
- package/dist/projection-Wnqr_svy.js.map +0 -1
- package/dist/sw.cjs.map +0 -1
- package/dist/sw.js.map +0 -1
- package/dist/tempest-react-sdk.cjs.map +0 -1
- package/dist/tempest-react-sdk.js.map +0 -1
- package/dist/testing.cjs.map +0 -1
- package/dist/testing.js.map +0 -1
- package/dist/vision.cjs.map +0 -1
- package/dist/vision.js.map +0 -1
- package/dist/vite.cjs.map +0 -1
- package/dist/vite.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AnimationEventHandler } from 'react';
|
|
2
2
|
import { AriaRole } from 'react';
|
|
3
|
-
import { BrowserRouter } from 'react-router
|
|
3
|
+
import { BrowserRouter } from 'react-router';
|
|
4
4
|
import { ButtonHTMLAttributes } from 'react';
|
|
5
5
|
import { ChangeEventHandler } from 'react';
|
|
6
6
|
import { ClipboardEventHandler } from 'react';
|
|
@@ -25,26 +25,25 @@ import { FocusEventHandler } from 'react';
|
|
|
25
25
|
import { FormHTMLAttributes } from 'react';
|
|
26
26
|
import { FormProvider } from 'react-hook-form';
|
|
27
27
|
import { ForwardRefExoticComponent } from 'react';
|
|
28
|
-
import { HashRouter } from 'react-router
|
|
28
|
+
import { HashRouter } from 'react-router';
|
|
29
29
|
import { HTMLAttributes } from 'react';
|
|
30
30
|
import { ImgHTMLAttributes } from 'react';
|
|
31
31
|
import { InfiniteData } from '@tanstack/react-query';
|
|
32
32
|
import { InputEventHandler } from 'react';
|
|
33
33
|
import { InputHTMLAttributes } from 'react';
|
|
34
|
-
import { JSX } from 'react
|
|
35
|
-
import { JSX as JSX_2 } from 'react';
|
|
34
|
+
import { JSX } from 'react';
|
|
36
35
|
import { KeyboardEventHandler } from 'react';
|
|
37
36
|
import { LabelHTMLAttributes } from 'react';
|
|
38
37
|
import { lazy } from 'react';
|
|
39
|
-
import { Link } from 'react-router
|
|
40
|
-
import { MemoryRouter } from 'react-router
|
|
38
|
+
import { Link } from 'react-router';
|
|
39
|
+
import { MemoryRouter } from 'react-router';
|
|
41
40
|
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
42
41
|
import { MouseEventHandler } from 'react';
|
|
43
|
-
import { Navigate } from 'react-router
|
|
44
|
-
import { NavigateOptions } from 'react-router
|
|
45
|
-
import { NavLink } from 'react-router
|
|
46
|
-
import { Outlet } from 'react-router
|
|
47
|
-
import { Params } from 'react-router
|
|
42
|
+
import { Navigate } from 'react-router';
|
|
43
|
+
import { NavigateOptions } from 'react-router';
|
|
44
|
+
import { NavLink } from 'react-router';
|
|
45
|
+
import { Outlet } from 'react-router';
|
|
46
|
+
import { Params } from 'react-router';
|
|
48
47
|
import { Path } from 'react-hook-form';
|
|
49
48
|
import { PersistOptions } from 'zustand/middleware';
|
|
50
49
|
import { PointerEventHandler } from 'react';
|
|
@@ -54,11 +53,11 @@ import { ReactElement } from 'react';
|
|
|
54
53
|
import { ReactEventHandler } from 'react';
|
|
55
54
|
import { ReactNode } from 'react';
|
|
56
55
|
import { ReactPortal } from 'react';
|
|
57
|
-
import { redirect } from 'react-router
|
|
56
|
+
import { redirect } from 'react-router';
|
|
58
57
|
import { RefAttributes } from 'react';
|
|
59
58
|
import { RefObject } from 'react';
|
|
60
|
-
import { Route } from 'react-router
|
|
61
|
-
import { Routes } from 'react-router
|
|
59
|
+
import { Route } from 'react-router';
|
|
60
|
+
import { Routes } from 'react-router';
|
|
62
61
|
import { SelectHTMLAttributes } from 'react';
|
|
63
62
|
import { StateCreator } from 'zustand';
|
|
64
63
|
import { StoreApi } from 'zustand';
|
|
@@ -66,7 +65,7 @@ import { SubmitEventHandler } from 'react';
|
|
|
66
65
|
import { SubmitHandler } from 'react-hook-form';
|
|
67
66
|
import { Table as Table_2 } from 'dexie';
|
|
68
67
|
import { TextareaHTMLAttributes } from 'react';
|
|
69
|
-
import { To } from 'react-router
|
|
68
|
+
import { To } from 'react-router';
|
|
70
69
|
import { ToggleEventHandler } from 'react';
|
|
71
70
|
import { TouchEvent as TouchEvent_2 } from 'react';
|
|
72
71
|
import { TouchEventHandler } from 'react';
|
|
@@ -82,16 +81,16 @@ import { UseFormRegister } from 'react-hook-form';
|
|
|
82
81
|
import { UseFormReturn } from 'react-hook-form';
|
|
83
82
|
import { useFormState } from 'react-hook-form';
|
|
84
83
|
import { UseInfiniteQueryOptions } from '@tanstack/react-query';
|
|
85
|
-
import { useLocation } from 'react-router
|
|
86
|
-
import { useMatch } from 'react-router
|
|
84
|
+
import { useLocation } from 'react-router';
|
|
85
|
+
import { useMatch } from 'react-router';
|
|
87
86
|
import { UseMutationOptions } from '@tanstack/react-query';
|
|
88
87
|
import { UseMutationResult } from '@tanstack/react-query';
|
|
89
|
-
import { useNavigate } from 'react-router
|
|
90
|
-
import { useParams } from 'react-router
|
|
88
|
+
import { useNavigate } from 'react-router';
|
|
89
|
+
import { useParams } from 'react-router';
|
|
91
90
|
import { UseQueryOptions } from '@tanstack/react-query';
|
|
92
91
|
import { UseQueryResult } from '@tanstack/react-query';
|
|
93
|
-
import { useRouteError } from 'react-router
|
|
94
|
-
import { useSearchParams } from 'react-router
|
|
92
|
+
import { useRouteError } from 'react-router';
|
|
93
|
+
import { useSearchParams } from 'react-router';
|
|
95
94
|
import { useWatch } from 'react-hook-form';
|
|
96
95
|
import { WheelEventHandler } from 'react';
|
|
97
96
|
import { z } from 'zod';
|
|
@@ -789,6 +788,25 @@ export declare const CACHE_TIME: {
|
|
|
789
788
|
readonly LONG: number;
|
|
790
789
|
};
|
|
791
790
|
|
|
791
|
+
/** A cache-name matcher: a prefix string, a `RegExp`, or a predicate. */
|
|
792
|
+
export declare type CacheFilter = string | RegExp | ((name: string) => boolean);
|
|
793
|
+
|
|
794
|
+
/**
|
|
795
|
+
* Main-thread helpers to inspect and clear the Cache Storage buckets a service
|
|
796
|
+
* worker fills — for a "X MB cacheado" readout and a "limpar cache" action
|
|
797
|
+
* (e.g. on logout). All guard `caches` so they no-op safely under SSR / older
|
|
798
|
+
* browsers.
|
|
799
|
+
*/
|
|
800
|
+
/** Per-cache usage summary returned by {@link inspectCaches}. */
|
|
801
|
+
export declare interface CacheReport {
|
|
802
|
+
/** The Cache Storage bucket name. */
|
|
803
|
+
name: string;
|
|
804
|
+
/** Number of cached responses. */
|
|
805
|
+
entries: number;
|
|
806
|
+
/** Approximate total bytes, or `null` when byte measurement was skipped. */
|
|
807
|
+
bytes: number | null;
|
|
808
|
+
}
|
|
809
|
+
|
|
792
810
|
/**
|
|
793
811
|
* Standalone month-grid date picker. Renders a header with the month/year and
|
|
794
812
|
* prev/next buttons, a weekday row, and a 6x7 grid of day buttons. Selection and
|
|
@@ -966,8 +984,8 @@ export declare interface CenterProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
966
984
|
}
|
|
967
985
|
|
|
968
986
|
export declare const CEPInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
|
|
969
|
-
value: string;
|
|
970
|
-
onChange: (value: string) => void;
|
|
987
|
+
value: string;
|
|
988
|
+
onChange: (value: string) => void;
|
|
971
989
|
} & RefAttributes<HTMLInputElement>>;
|
|
972
990
|
|
|
973
991
|
/**
|
|
@@ -987,8 +1005,12 @@ export declare interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInpu
|
|
|
987
1005
|
/**
|
|
988
1006
|
* Multi-value input. Type a value and press Enter (or comma / Tab) to push a
|
|
989
1007
|
* chip. Backspace on empty input removes the last chip.
|
|
1008
|
+
*
|
|
1009
|
+
* Name the field with `label` (associated through `htmlFor`) or, when the label
|
|
1010
|
+
* lives elsewhere in the layout, with `aria-label`. The placeholder is not an
|
|
1011
|
+
* accessible name — it disappears as soon as the first chip is added.
|
|
990
1012
|
*/
|
|
991
|
-
export declare function ChipInput({ value, onChange, label, placeholder, helperText, error, commitKeys, normalize, className, }: ChipInputProps): JSX.Element;
|
|
1013
|
+
export declare function ChipInput({ value, onChange, label, placeholder, helperText, error, commitKeys, normalize, className, id, "aria-label": ariaLabel, }: ChipInputProps): JSX.Element;
|
|
992
1014
|
|
|
993
1015
|
export declare interface ChipInputProps {
|
|
994
1016
|
value: string[];
|
|
@@ -997,6 +1019,13 @@ export declare interface ChipInputProps {
|
|
|
997
1019
|
placeholder?: string;
|
|
998
1020
|
helperText?: string;
|
|
999
1021
|
error?: string;
|
|
1022
|
+
/** Id for the inner input. Generated when omitted. */
|
|
1023
|
+
id?: string;
|
|
1024
|
+
/**
|
|
1025
|
+
* Accessible name for the inner input when there is no visible `label`.
|
|
1026
|
+
* Without either, screen readers announce an unnamed text field.
|
|
1027
|
+
*/
|
|
1028
|
+
"aria-label"?: string;
|
|
1000
1029
|
/** Keys that commit the current draft as a chip. Default: Enter, comma, Tab. */
|
|
1001
1030
|
commitKeys?: string[];
|
|
1002
1031
|
/** Lowercase + trim each chip + dedupe. Default: true. */
|
|
@@ -1036,6 +1065,18 @@ export declare function clampLatitude(latitude: number): number;
|
|
|
1036
1065
|
|
|
1037
1066
|
declare type ClassValue = string | number | bigint | boolean | null | undefined | ClassValue[];
|
|
1038
1067
|
|
|
1068
|
+
/**
|
|
1069
|
+
* Delete Cache Storage buckets whose name passes `filter` (all of them when no
|
|
1070
|
+
* filter is given).
|
|
1071
|
+
*
|
|
1072
|
+
* @param filter - Which caches to delete.
|
|
1073
|
+
* @returns The names of the caches that were deleted.
|
|
1074
|
+
*
|
|
1075
|
+
* @example
|
|
1076
|
+
* await clearCaches("tempest-"); // drop every SDK-managed cache on logout
|
|
1077
|
+
*/
|
|
1078
|
+
export declare function clearCaches(filter?: CacheFilter): Promise<string[]>;
|
|
1079
|
+
|
|
1039
1080
|
/**
|
|
1040
1081
|
* Wraps its children in a `<div>` and invokes `onOutside` whenever a
|
|
1041
1082
|
* `mousedown` or `touchstart` event occurs outside that subtree.
|
|
@@ -1064,8 +1105,8 @@ export declare interface ClickOutsideProps extends HTMLAttributes<HTMLDivElement
|
|
|
1064
1105
|
export declare function cn(...values: ClassValue[]): string;
|
|
1065
1106
|
|
|
1066
1107
|
export declare const CNPJInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
|
|
1067
|
-
value: string;
|
|
1068
|
-
onChange: (value: string) => void;
|
|
1108
|
+
value: string;
|
|
1109
|
+
onChange: (value: string) => void;
|
|
1069
1110
|
} & RefAttributes<HTMLInputElement>>;
|
|
1070
1111
|
|
|
1071
1112
|
/**
|
|
@@ -1318,8 +1359,8 @@ export declare interface CounterHandlers {
|
|
|
1318
1359
|
}
|
|
1319
1360
|
|
|
1320
1361
|
export declare const CPFInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
|
|
1321
|
-
value: string;
|
|
1322
|
-
onChange: (value: string) => void;
|
|
1362
|
+
value: string;
|
|
1363
|
+
onChange: (value: string) => void;
|
|
1323
1364
|
} & RefAttributes<HTMLInputElement>>;
|
|
1324
1365
|
|
|
1325
1366
|
/**
|
|
@@ -1346,18 +1387,18 @@ export declare function createAudioPlayer(): AudioPlayer;
|
|
|
1346
1387
|
* const useAuthStore = createAuthStore<UserResponse>();
|
|
1347
1388
|
* const { user, token, logout } = useAuthStore();
|
|
1348
1389
|
*/
|
|
1349
|
-
export declare function createAuthStore<TUser>(options?: CreateAuthStoreOptions<TUser>): UseBoundStore<Omit<StoreApi<AuthState<TUser>>, "setState" | "persist"> & {
|
|
1350
|
-
setState(partial: AuthState<TUser> | Partial<AuthState<TUser>> | ((state: AuthState<TUser>) => AuthState<TUser> | Partial<AuthState<TUser>>), replace?: false | undefined): unknown;
|
|
1351
|
-
setState(state: AuthState<TUser> | ((state: AuthState<TUser>) => AuthState<TUser>), replace: true): unknown;
|
|
1352
|
-
persist: {
|
|
1353
|
-
setOptions: (options: Partial<PersistOptions<AuthState<TUser>, unknown, unknown>>) => void;
|
|
1354
|
-
clearStorage: () => void;
|
|
1355
|
-
rehydrate: () => Promise<void> | void;
|
|
1356
|
-
hasHydrated: () => boolean;
|
|
1357
|
-
onHydrate: (fn: (state: AuthState<TUser>) => void) => () => void;
|
|
1358
|
-
onFinishHydration: (fn: (state: AuthState<TUser>) => void) => () => void;
|
|
1359
|
-
getOptions: () => Partial<PersistOptions<AuthState<TUser>, unknown, unknown>>;
|
|
1360
|
-
};
|
|
1390
|
+
export declare function createAuthStore<TUser>(options?: CreateAuthStoreOptions<TUser>): UseBoundStore<Omit< StoreApi<AuthState<TUser>>, "setState" | "persist"> & {
|
|
1391
|
+
setState(partial: AuthState<TUser> | Partial<AuthState<TUser>> | ((state: AuthState<TUser>) => AuthState<TUser> | Partial<AuthState<TUser>>), replace?: false | undefined): unknown;
|
|
1392
|
+
setState(state: AuthState<TUser> | ((state: AuthState<TUser>) => AuthState<TUser>), replace: true): unknown;
|
|
1393
|
+
persist: {
|
|
1394
|
+
setOptions: (options: Partial< PersistOptions<AuthState<TUser>, unknown, unknown>>) => void;
|
|
1395
|
+
clearStorage: () => void;
|
|
1396
|
+
rehydrate: () => Promise<void> | void;
|
|
1397
|
+
hasHydrated: () => boolean;
|
|
1398
|
+
onHydrate: (fn: (state: AuthState<TUser>) => void) => () => void;
|
|
1399
|
+
onFinishHydration: (fn: (state: AuthState<TUser>) => void) => () => void;
|
|
1400
|
+
getOptions: () => Partial< PersistOptions<AuthState<TUser>, unknown, unknown>>;
|
|
1401
|
+
};
|
|
1361
1402
|
}>;
|
|
1362
1403
|
|
|
1363
1404
|
export declare interface CreateAuthStoreOptions<TUser> {
|
|
@@ -1958,7 +1999,7 @@ export declare interface CreateWebSocketOptions<T> {
|
|
|
1958
1999
|
*/
|
|
1959
2000
|
pingInterval?: number;
|
|
1960
2001
|
/** Payload sent on each ping. Default: `JSON.stringify({ type: "ping" })`. */
|
|
1961
|
-
pingPayload?: string |
|
|
2002
|
+
pingPayload?: string | Blob | BufferSource;
|
|
1962
2003
|
/** Parse incoming frames. Default: JSON with raw-string fallback. */
|
|
1963
2004
|
parser?: (raw: string) => T;
|
|
1964
2005
|
onOpen?: (event: Event) => void;
|
|
@@ -2106,6 +2147,11 @@ export declare interface DataProviderOptions {
|
|
|
2106
2147
|
* - Search matches a case-insensitive substring across `searchKeys`
|
|
2107
2148
|
* (or every string/number column when not provided).
|
|
2108
2149
|
* - Pagination is hidden when the result fits on a single page.
|
|
2150
|
+
*
|
|
2151
|
+
* The header memo depends on `columns` and `sort` only: `toggleSort` is
|
|
2152
|
+
* recreated each render but always closes over the same setter, so including it
|
|
2153
|
+
* would rebuild every header on every render without changing behaviour. That
|
|
2154
|
+
* is why `exhaustive-deps` is silenced on that dependency array.
|
|
2109
2155
|
*/
|
|
2110
2156
|
export declare function DataTable<T>({ data, columns, pageSize, searchable, searchKeys, initialSort, rowKey, emptyMessage, className, ...rest }: DataTableProps<T>): JSX.Element;
|
|
2111
2157
|
|
|
@@ -2572,6 +2618,13 @@ export declare interface ErrorTextProps extends HTMLAttributes<HTMLParagraphElem
|
|
|
2572
2618
|
|
|
2573
2619
|
export declare function estimatePasswordStrength(value: string): PasswordStrength;
|
|
2574
2620
|
|
|
2621
|
+
/**
|
|
2622
|
+
* Read the origin's current storage usage and quota.
|
|
2623
|
+
*
|
|
2624
|
+
* @returns The estimate, or `{ usage: null, quota: null }` when unsupported.
|
|
2625
|
+
*/
|
|
2626
|
+
export declare function estimateStorage(): Promise<StorageEstimate_2>;
|
|
2627
|
+
|
|
2575
2628
|
/**
|
|
2576
2629
|
* Offline travel estimate between two coordinates. No network — distance comes
|
|
2577
2630
|
* from {@link haversineKm} scaled by circuity, duration from a mode-adjusted
|
|
@@ -3218,6 +3271,24 @@ export declare interface HideProps {
|
|
|
3218
3271
|
children: ReactNode;
|
|
3219
3272
|
}
|
|
3220
3273
|
|
|
3274
|
+
/**
|
|
3275
|
+
* Resolve a conflict by keeping whichever record carries the higher version
|
|
3276
|
+
* number (monotonic counter / row version). The remote record wins ties.
|
|
3277
|
+
*
|
|
3278
|
+
* @typeParam T - The record shape.
|
|
3279
|
+
* @param local - The current local record, or `undefined` when new.
|
|
3280
|
+
* @param remote - The incoming remote record.
|
|
3281
|
+
* @param getVersion - Reads the monotonic version number.
|
|
3282
|
+
* @returns The winning record.
|
|
3283
|
+
*
|
|
3284
|
+
* @example
|
|
3285
|
+
* applyRemote: async (dto) => {
|
|
3286
|
+
* const local = await store.get(dto.id);
|
|
3287
|
+
* await store.save(higherVersionWins(local, dto, (r) => r.version));
|
|
3288
|
+
* }
|
|
3289
|
+
*/
|
|
3290
|
+
export declare function higherVersionWins<T>(local: T | undefined, remote: T, getVersion: (record: T) => number): T;
|
|
3291
|
+
|
|
3221
3292
|
/**
|
|
3222
3293
|
* Content preview shown when the trigger is hovered or focused.
|
|
3223
3294
|
*
|
|
@@ -3343,6 +3414,24 @@ export declare interface InputProps extends Omit<InputHTMLAttributes<HTMLInputEl
|
|
|
3343
3414
|
|
|
3344
3415
|
export declare type InputSize = "sm" | "md" | "lg";
|
|
3345
3416
|
|
|
3417
|
+
/**
|
|
3418
|
+
* Report entry counts (and optionally byte sizes) for the Cache Storage
|
|
3419
|
+
* buckets whose name passes `filter`.
|
|
3420
|
+
*
|
|
3421
|
+
* @param options - `filter` narrows which caches to include; `measureBytes`
|
|
3422
|
+
* (default `true`) reads each response to sum sizes — set `false` for a fast,
|
|
3423
|
+
* count-only report.
|
|
3424
|
+
* @returns One {@link CacheReport} per matching cache. Empty when unsupported.
|
|
3425
|
+
*
|
|
3426
|
+
* @example
|
|
3427
|
+
* const reports = await inspectCaches({ filter: "tempest-" });
|
|
3428
|
+
* const totalMb = reports.reduce((n, r) => n + (r.bytes ?? 0), 0) / 1e6;
|
|
3429
|
+
*/
|
|
3430
|
+
export declare function inspectCaches(options?: {
|
|
3431
|
+
filter?: CacheFilter;
|
|
3432
|
+
measureBytes?: boolean;
|
|
3433
|
+
}): Promise<CacheReport[]>;
|
|
3434
|
+
|
|
3346
3435
|
/**
|
|
3347
3436
|
* Install the background-sync queue: on a failed mutating request, the request
|
|
3348
3437
|
* is serialized to IndexedDB and a sync is registered; the original fetch still
|
|
@@ -3377,6 +3466,13 @@ export declare interface InstallBackgroundSyncOptions {
|
|
|
3377
3466
|
queueName?: string;
|
|
3378
3467
|
/** Drop queued requests older than this (minutes) on replay. Default `1440` (24h). */
|
|
3379
3468
|
maxRetentionMinutes?: number;
|
|
3469
|
+
/**
|
|
3470
|
+
* Also drain the queue on the `periodicsync` event carrying this tag,
|
|
3471
|
+
* complementing the one-off `sync` replay so long-pending mutations retry
|
|
3472
|
+
* even without a fresh navigation. Register the periodic sync from the main
|
|
3473
|
+
* thread with {@link registerPeriodicSync}. Default `${queueName}-periodic`.
|
|
3474
|
+
*/
|
|
3475
|
+
periodicSyncTag?: string;
|
|
3380
3476
|
}
|
|
3381
3477
|
|
|
3382
3478
|
/**
|
|
@@ -3484,6 +3580,13 @@ export declare interface InstallPrecacheOptions {
|
|
|
3484
3580
|
navigateFallbackDenylist?: RegExp[];
|
|
3485
3581
|
/** Activate the new worker immediately after precaching. Default `true`. */
|
|
3486
3582
|
skipWaiting?: boolean;
|
|
3583
|
+
/**
|
|
3584
|
+
* Enable the Navigation Preload API on `activate`, so the browser fetches
|
|
3585
|
+
* the navigation request in parallel with the worker boot and the handler
|
|
3586
|
+
* serves `event.preloadResponse` — cutting first-navigation latency after
|
|
3587
|
+
* the worker starts. Silently ignored where unsupported. Default `true`.
|
|
3588
|
+
*/
|
|
3589
|
+
navigationPreload?: boolean;
|
|
3487
3590
|
}
|
|
3488
3591
|
|
|
3489
3592
|
/**
|
|
@@ -3729,6 +3832,31 @@ export declare interface LabelProps extends LabelHTMLAttributes<HTMLLabelElement
|
|
|
3729
3832
|
required?: boolean;
|
|
3730
3833
|
}
|
|
3731
3834
|
|
|
3835
|
+
/**
|
|
3836
|
+
* Conflict-resolution helpers for the `applyRemote` callback of
|
|
3837
|
+
* {@link createOfflineSync}. Each takes the current local record (or
|
|
3838
|
+
* `undefined` when the record is new locally) and the incoming remote record,
|
|
3839
|
+
* and returns the winner. Ties resolve to the remote copy, treating the server
|
|
3840
|
+
* as authoritative.
|
|
3841
|
+
*/
|
|
3842
|
+
/**
|
|
3843
|
+
* Resolve a conflict by keeping whichever record was written last, comparing a
|
|
3844
|
+
* timestamp field. The remote record wins ties.
|
|
3845
|
+
*
|
|
3846
|
+
* @typeParam T - The record shape.
|
|
3847
|
+
* @param local - The current local record, or `undefined` when new.
|
|
3848
|
+
* @param remote - The incoming remote record.
|
|
3849
|
+
* @param getTimestamp - Reads the comparison timestamp (epoch ms, ISO string or `Date`).
|
|
3850
|
+
* @returns The winning record.
|
|
3851
|
+
*
|
|
3852
|
+
* @example
|
|
3853
|
+
* applyRemote: async (dto) => {
|
|
3854
|
+
* const local = await store.get(dto.id);
|
|
3855
|
+
* await store.save(lastWriteWins(local, dto, (r) => r.updatedAt));
|
|
3856
|
+
* }
|
|
3857
|
+
*/
|
|
3858
|
+
export declare function lastWriteWins<T>(local: T | undefined, remote: T, getTimestamp: (record: T) => number | string | Date): T;
|
|
3859
|
+
|
|
3732
3860
|
declare interface LayoutProps {
|
|
3733
3861
|
/** Field arrangement. `stack` stacks fields vertically, `inline` lines them up in a wrapping row, `grid` arranges them in `columns` equal-width tracks. Default `stack`. */
|
|
3734
3862
|
layout?: FormLayout;
|
|
@@ -3980,8 +4108,13 @@ export declare type Messages = Record<string, string>;
|
|
|
3980
4108
|
/**
|
|
3981
4109
|
* Portal-rendered modal dialog with backdrop, Esc handler, and slots for
|
|
3982
4110
|
* header/body/footer. Locks body scroll while open.
|
|
4111
|
+
*
|
|
4112
|
+
* The `dialog` role needs an accessible name: a `title` supplies it via
|
|
4113
|
+
* `aria-labelledby`, and a titleless dialog should pass `aria-label`. The
|
|
4114
|
+
* header heading is only rendered when there is a title, so a close-button-only
|
|
4115
|
+
* header does not leave an empty `h3` behind.
|
|
3983
4116
|
*/
|
|
3984
|
-
export declare function Modal({ open, onClose, title, children, footer, size, closeOnBackdrop, closeOnEsc, className, hideCloseButton, fullscreen, fullscreenOnMobile, }: ModalProps): ReactPortal | null;
|
|
4117
|
+
export declare function Modal({ open, onClose, title, children, footer, size, closeOnBackdrop, closeOnEsc, className, hideCloseButton, fullscreen, fullscreenOnMobile, "aria-label": ariaLabel, }: ModalProps): ReactPortal | null;
|
|
3985
4118
|
|
|
3986
4119
|
export declare interface ModalProps {
|
|
3987
4120
|
open: boolean;
|
|
@@ -3998,6 +4131,11 @@ export declare interface ModalProps {
|
|
|
3998
4131
|
fullscreen?: boolean;
|
|
3999
4132
|
/** Auto-fullscreen on mobile viewports (< 640px). Default `false`. */
|
|
4000
4133
|
fullscreenOnMobile?: boolean;
|
|
4134
|
+
/**
|
|
4135
|
+
* Accessible name for the dialog. Only needed when there is no `title` —
|
|
4136
|
+
* with a `title` the dialog is named by it through `aria-labelledby`.
|
|
4137
|
+
*/
|
|
4138
|
+
"aria-label"?: string;
|
|
4001
4139
|
}
|
|
4002
4140
|
|
|
4003
4141
|
/** Imperative API returned by {@link useModals}. */
|
|
@@ -4103,6 +4241,10 @@ export declare interface MultiSelectProps {
|
|
|
4103
4241
|
className?: string;
|
|
4104
4242
|
}
|
|
4105
4243
|
|
|
4244
|
+
declare interface MutationContext<TData> {
|
|
4245
|
+
previous: TData | undefined;
|
|
4246
|
+
}
|
|
4247
|
+
|
|
4106
4248
|
/**
|
|
4107
4249
|
* Top app bar. Three-slot layout (logo / nav / actions) that collapses
|
|
4108
4250
|
* gracefully on mobile (nav slot wraps below).
|
|
@@ -4311,6 +4453,67 @@ export declare interface OAuthError {
|
|
|
4311
4453
|
raw?: unknown;
|
|
4312
4454
|
}
|
|
4313
4455
|
|
|
4456
|
+
/**
|
|
4457
|
+
* Fixed bar that appears while the browser is offline and, by default, flashes
|
|
4458
|
+
* a brief confirmation when the connection returns. Backed by {@link useOnline}
|
|
4459
|
+
* — no props needed for the common case.
|
|
4460
|
+
*
|
|
4461
|
+
* Renders nothing while online (after any flash has elapsed), so it is safe to
|
|
4462
|
+
* mount unconditionally at the app root.
|
|
4463
|
+
*
|
|
4464
|
+
* @example
|
|
4465
|
+
* <OfflineIndicator position="top" />
|
|
4466
|
+
*/
|
|
4467
|
+
export declare function OfflineIndicator({ position, offlineLabel, onlineLabel, onlineFlashMs, className, children, ...props }: OfflineIndicatorProps): JSX.Element | null;
|
|
4468
|
+
|
|
4469
|
+
export declare type OfflineIndicatorPosition = "top" | "bottom";
|
|
4470
|
+
|
|
4471
|
+
export declare interface OfflineIndicatorProps extends HTMLAttributes<HTMLDivElement> {
|
|
4472
|
+
/** Where to pin the fixed bar. Default `"bottom"`. */
|
|
4473
|
+
position?: OfflineIndicatorPosition;
|
|
4474
|
+
/** Message shown while offline. */
|
|
4475
|
+
offlineLabel?: ReactNode;
|
|
4476
|
+
/** Message flashed briefly when connectivity returns. */
|
|
4477
|
+
onlineLabel?: ReactNode;
|
|
4478
|
+
/**
|
|
4479
|
+
* How long (ms) to keep the "back online" flash visible. `0` hides it
|
|
4480
|
+
* entirely. Default `3000`.
|
|
4481
|
+
*/
|
|
4482
|
+
onlineFlashMs?: number;
|
|
4483
|
+
/** Override the offline body entirely (icon + label ignored). */
|
|
4484
|
+
children?: ReactNode;
|
|
4485
|
+
}
|
|
4486
|
+
|
|
4487
|
+
/** Handle returned by {@link persistQueryClientOffline}. */
|
|
4488
|
+
export declare interface OfflineQueryPersistence {
|
|
4489
|
+
/**
|
|
4490
|
+
* Load the persisted snapshot into the `QueryClient`. Call once on boot,
|
|
4491
|
+
* before rendering queries, so cached data is available offline.
|
|
4492
|
+
*/
|
|
4493
|
+
restore: () => Promise<void>;
|
|
4494
|
+
/** Write the current cache snapshot immediately (bypassing the throttle). */
|
|
4495
|
+
flush: () => Promise<void>;
|
|
4496
|
+
/** Stop persisting and drop the pending write. */
|
|
4497
|
+
unsubscribe: () => void;
|
|
4498
|
+
/** Delete the persisted snapshot (e.g. on logout). */
|
|
4499
|
+
clear: () => Promise<void>;
|
|
4500
|
+
}
|
|
4501
|
+
|
|
4502
|
+
/** Options for {@link persistQueryClientOffline}. */
|
|
4503
|
+
export declare interface OfflineQueryPersistenceOptions {
|
|
4504
|
+
/** The `QueryClient` to snapshot and restore. */
|
|
4505
|
+
queryClient: QueryClient;
|
|
4506
|
+
/** IndexedDB database name for the snapshot. Default `"TempestQueryCache"`. */
|
|
4507
|
+
databaseName?: string;
|
|
4508
|
+
/** Row key under which the snapshot is stored. Default `"tanstack-query"`. */
|
|
4509
|
+
key?: string;
|
|
4510
|
+
/**
|
|
4511
|
+
* Minimum gap between snapshot writes, in ms — cache churn is coalesced into
|
|
4512
|
+
* one trailing write per window. Default `1000`.
|
|
4513
|
+
*/
|
|
4514
|
+
throttleMs?: number;
|
|
4515
|
+
}
|
|
4516
|
+
|
|
4314
4517
|
export declare interface OfflineStore<TItem, TKey extends string | number> {
|
|
4315
4518
|
/** Insert or replace a record. */
|
|
4316
4519
|
put: (item: TItem, owner?: string) => Promise<TKey>;
|
|
@@ -4388,6 +4591,23 @@ export declare interface OfflineSync<TPayload> {
|
|
|
4388
4591
|
clearOutbox: () => Promise<void>;
|
|
4389
4592
|
/** Reset the pull watermark (e.g. on logout / account switch). */
|
|
4390
4593
|
resetWatermark: () => void;
|
|
4594
|
+
/** Read the current reactive {@link SyncState} snapshot synchronously. */
|
|
4595
|
+
getState: () => SyncState;
|
|
4596
|
+
/**
|
|
4597
|
+
* Subscribe to {@link SyncState} changes. The listener fires on every
|
|
4598
|
+
* enqueue, flush transition and outbox clear.
|
|
4599
|
+
*
|
|
4600
|
+
* @param listener - Called with the new snapshot on each change.
|
|
4601
|
+
* @returns An unsubscribe function.
|
|
4602
|
+
*/
|
|
4603
|
+
subscribe: (listener: (state: SyncState) => void) => () => void;
|
|
4604
|
+
/**
|
|
4605
|
+
* Release resources held by the engine — currently the cross-tab
|
|
4606
|
+
* `BroadcastChannel` when `crossTab` is enabled. Safe to call when none was
|
|
4607
|
+
* opened. Optional in long-lived apps (the channel is reclaimed on tab
|
|
4608
|
+
* close); call it in tests and on teardown.
|
|
4609
|
+
*/
|
|
4610
|
+
dispose: () => void;
|
|
4391
4611
|
}
|
|
4392
4612
|
|
|
4393
4613
|
/**
|
|
@@ -4436,6 +4656,22 @@ export declare interface OfflineSyncConfig<TPayload, TRemote> {
|
|
|
4436
4656
|
* non-browser environments). When it returns `false`, `flush` is skipped.
|
|
4437
4657
|
*/
|
|
4438
4658
|
isOnline?: () => boolean;
|
|
4659
|
+
/**
|
|
4660
|
+
* Broadcast {@link SyncState} across browser tabs of the same origin via a
|
|
4661
|
+
* `BroadcastChannel`, so every tab shows a coherent pending count / phase
|
|
4662
|
+
* (e.g. one tab flushing drops the badge to zero everywhere). The outbox is
|
|
4663
|
+
* already a shared IndexedDB; this only shares the in-memory state. Silently
|
|
4664
|
+
* ignored where `BroadcastChannel` is unavailable. Default `false`.
|
|
4665
|
+
*
|
|
4666
|
+
* When the Web Locks API is available, `flush` is additionally coordinated
|
|
4667
|
+
* *across* tabs: only one tab runs at a time and others skip while the lock
|
|
4668
|
+
* is held (they pick up the result via the broadcast). Delivery should still
|
|
4669
|
+
* be idempotent (upsert by client id). Without Web Locks, `flush` falls back
|
|
4670
|
+
* to per-tab single-flight.
|
|
4671
|
+
*/
|
|
4672
|
+
crossTab?: boolean;
|
|
4673
|
+
/** Channel name when `crossTab` is on. Default `tempest-sync:${databaseName}`. */
|
|
4674
|
+
broadcastChannelName?: string;
|
|
4439
4675
|
}
|
|
4440
4676
|
|
|
4441
4677
|
/** Offset-paginated response envelope (fastapi-pagination `Page[T]`). */
|
|
@@ -4526,6 +4762,16 @@ export declare interface OSRMBackendOptions {
|
|
|
4526
4762
|
modeDurationFactors?: Partial<Record<TravelMode, number>>;
|
|
4527
4763
|
}
|
|
4528
4764
|
|
|
4765
|
+
/** The outbox entry a mutation's variables map to. */
|
|
4766
|
+
export declare interface OutboxDraft<TPayload> {
|
|
4767
|
+
/** The mutation kind. */
|
|
4768
|
+
op: OutboxOp;
|
|
4769
|
+
/** Primary key of the affected record. */
|
|
4770
|
+
recordId: string;
|
|
4771
|
+
/** Record snapshot for `create`/`update` (omit for `delete`). */
|
|
4772
|
+
payload?: TPayload;
|
|
4773
|
+
}
|
|
4774
|
+
|
|
4529
4775
|
/**
|
|
4530
4776
|
* A single queued mutation.
|
|
4531
4777
|
*
|
|
@@ -4689,9 +4935,30 @@ export declare interface PermissionsFromTokenOptions {
|
|
|
4689
4935
|
claim?: string;
|
|
4690
4936
|
}
|
|
4691
4937
|
|
|
4938
|
+
/**
|
|
4939
|
+
* Persist a TanStack `QueryClient` cache to IndexedDB (via
|
|
4940
|
+
* {@link createOfflineStore}) and restore it on boot — so a reload or a cold
|
|
4941
|
+
* offline start shows the last-known data instead of empty screens.
|
|
4942
|
+
*
|
|
4943
|
+
* Self-contained: uses `dehydrate`/`hydrate` from `@tanstack/react-query`
|
|
4944
|
+
* directly, so no `@tanstack/react-query-persist-client` dependency is needed.
|
|
4945
|
+
* Writes are throttled and subscribe to the query cache; call `unsubscribe` on
|
|
4946
|
+
* teardown. Dexie is a peer dependency of the offline store — install it.
|
|
4947
|
+
*
|
|
4948
|
+
* @param options - The client plus storage/throttle configuration.
|
|
4949
|
+
* @returns A handle with `restore`, `flush`, `clear` and `unsubscribe`.
|
|
4950
|
+
*
|
|
4951
|
+
* @example
|
|
4952
|
+
* const persistence = persistQueryClientOffline({ queryClient });
|
|
4953
|
+
* await persistence.restore(); // before first render
|
|
4954
|
+
* // ... later, on logout:
|
|
4955
|
+
* await persistence.clear();
|
|
4956
|
+
*/
|
|
4957
|
+
export declare function persistQueryClientOffline(options: OfflineQueryPersistenceOptions): OfflineQueryPersistence;
|
|
4958
|
+
|
|
4692
4959
|
export declare const PhoneInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
|
|
4693
|
-
value: string;
|
|
4694
|
-
onChange: (value: string) => void;
|
|
4960
|
+
value: string;
|
|
4961
|
+
onChange: (value: string) => void;
|
|
4695
4962
|
} & RefAttributes<HTMLInputElement>>;
|
|
4696
4963
|
|
|
4697
4964
|
/**
|
|
@@ -4873,8 +5140,13 @@ export declare interface PostHogLike {
|
|
|
4873
5140
|
reset?: () => void;
|
|
4874
5141
|
}
|
|
4875
5142
|
|
|
4876
|
-
/**
|
|
4877
|
-
|
|
5143
|
+
/**
|
|
5144
|
+
* Linear progress bar with determinate / indeterminate modes.
|
|
5145
|
+
*
|
|
5146
|
+
* The `progressbar` role requires an accessible name: it comes from
|
|
5147
|
+
* `aria-labelledby`, then explicit `aria-label`, then the visible `label`.
|
|
5148
|
+
*/
|
|
5149
|
+
export declare function Progress({ value, max, variant, indeterminate, showLabel, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, className, }: ProgressProps): JSX.Element;
|
|
4878
5150
|
|
|
4879
5151
|
export declare interface ProgressProps {
|
|
4880
5152
|
/** Value between 0 and `max` (or 0-100 by default). Ignored when `indeterminate`. */
|
|
@@ -4887,6 +5159,14 @@ export declare interface ProgressProps {
|
|
|
4887
5159
|
showLabel?: boolean;
|
|
4888
5160
|
/** Optional left-aligned descriptor (e.g. "Enviando arquivo…"). */
|
|
4889
5161
|
label?: string;
|
|
5162
|
+
/**
|
|
5163
|
+
* Accessible name for the bar. Defaults to `label` when that is set —
|
|
5164
|
+
* provide it explicitly whenever the bar renders without a visible label,
|
|
5165
|
+
* otherwise screen readers announce an unnamed progressbar.
|
|
5166
|
+
*/
|
|
5167
|
+
"aria-label"?: string;
|
|
5168
|
+
/** Id of an existing element that names the bar (alternative to `aria-label`). */
|
|
5169
|
+
"aria-labelledby"?: string;
|
|
4890
5170
|
className?: string;
|
|
4891
5171
|
}
|
|
4892
5172
|
|
|
@@ -5102,6 +5382,42 @@ export declare interface RefreshIndicatorProps {
|
|
|
5102
5382
|
className?: string;
|
|
5103
5383
|
}
|
|
5104
5384
|
|
|
5385
|
+
/**
|
|
5386
|
+
* Request a Periodic Background Sync registration.
|
|
5387
|
+
*
|
|
5388
|
+
* Checks the `periodic-background-sync` permission first and only registers
|
|
5389
|
+
* when it is granted, so calling this unconditionally is safe. The browser
|
|
5390
|
+
* ultimately decides whether and how often the `periodicsync` event fires.
|
|
5391
|
+
*
|
|
5392
|
+
* @param options - The registration, tag and interval.
|
|
5393
|
+
* @returns `true` when the periodic sync was registered, else `false`
|
|
5394
|
+
* (unsupported, permission denied, or registration threw).
|
|
5395
|
+
*
|
|
5396
|
+
* @example
|
|
5397
|
+
* const reg = await navigator.serviceWorker.ready;
|
|
5398
|
+
* await registerPeriodicSync({ registration: reg, minIntervalMinutes: 360 });
|
|
5399
|
+
*/
|
|
5400
|
+
export declare function registerPeriodicSync(options: RegisterPeriodicSyncOptions): Promise<boolean>;
|
|
5401
|
+
|
|
5402
|
+
/**
|
|
5403
|
+
* Main-thread helper to register a Periodic Background Sync, the counterpart to
|
|
5404
|
+
* the `periodicsync` listener installed by `installBackgroundSync`. Chrome-only
|
|
5405
|
+
* and gated behind the `periodic-background-sync` permission plus a site
|
|
5406
|
+
* engagement heuristic; degrades to a no-op (returns `false`) everywhere else.
|
|
5407
|
+
*/
|
|
5408
|
+
/** Options for {@link registerPeriodicSync}. */
|
|
5409
|
+
export declare interface RegisterPeriodicSyncOptions {
|
|
5410
|
+
/** The active service-worker registration. */
|
|
5411
|
+
registration: ServiceWorkerRegistration;
|
|
5412
|
+
/** Sync tag; must match `installBackgroundSync`'s `periodicSyncTag`. Default `tempest-bg-sync-periodic`. */
|
|
5413
|
+
tag?: string;
|
|
5414
|
+
/**
|
|
5415
|
+
* Minimum interval between runs, in minutes. The browser treats this as a
|
|
5416
|
+
* floor and may space runs out much further. Default `720` (12h).
|
|
5417
|
+
*/
|
|
5418
|
+
minIntervalMinutes?: number;
|
|
5419
|
+
}
|
|
5420
|
+
|
|
5105
5421
|
/**
|
|
5106
5422
|
* Register a service worker with consistent update-detection wiring.
|
|
5107
5423
|
*
|
|
@@ -5190,6 +5506,24 @@ export declare interface RelativeTimeProps extends HTMLAttributes<HTMLTimeElemen
|
|
|
5190
5506
|
locale?: "pt" | "en";
|
|
5191
5507
|
}
|
|
5192
5508
|
|
|
5509
|
+
/**
|
|
5510
|
+
* Build an `applyOptimistic` that removes the entry matching the item's id
|
|
5511
|
+
* (by `idField`) from the list. For `delete` mutations, pass variables carrying
|
|
5512
|
+
* at least the id field.
|
|
5513
|
+
*
|
|
5514
|
+
* @typeParam T - The list item shape.
|
|
5515
|
+
* @param idField - The identity field. Default `"id"`.
|
|
5516
|
+
* @returns An `(current, item) => T[]` patcher for a list cache.
|
|
5517
|
+
*
|
|
5518
|
+
* @example
|
|
5519
|
+
* useOfflineMutation<{ id: string }, Note[], Note>({
|
|
5520
|
+
* sync, queryKey: ["notes"],
|
|
5521
|
+
* toEntry: ({ id }) => ({ op: "delete", recordId: id }),
|
|
5522
|
+
* applyOptimistic: removeById(),
|
|
5523
|
+
* });
|
|
5524
|
+
*/
|
|
5525
|
+
export declare function removeById<T, V extends Partial<Record<keyof T, unknown>> = T>(idField?: keyof T): (current: T[] | undefined, item: V) => T[];
|
|
5526
|
+
|
|
5193
5527
|
export declare interface ReorderPayload {
|
|
5194
5528
|
from: number;
|
|
5195
5529
|
to: number;
|
|
@@ -5200,6 +5534,17 @@ export declare interface RequestOptions extends Omit<RequestInit, "body"> {
|
|
|
5200
5534
|
params?: Record<string, string | number | boolean | undefined | null>;
|
|
5201
5535
|
}
|
|
5202
5536
|
|
|
5537
|
+
/**
|
|
5538
|
+
* Ask the browser to make this origin's storage persistent, so IndexedDB and
|
|
5539
|
+
* the Cache Storage are not silently evicted under disk pressure — essential
|
|
5540
|
+
* for durable offline-first data.
|
|
5541
|
+
*
|
|
5542
|
+
* The browser may grant silently, prompt, or deny based on engagement heuristics.
|
|
5543
|
+
*
|
|
5544
|
+
* @returns `true` when storage is (now or already) persisted, else `false`.
|
|
5545
|
+
*/
|
|
5546
|
+
export declare function requestPersistentStorage(): Promise<boolean>;
|
|
5547
|
+
|
|
5203
5548
|
/**
|
|
5204
5549
|
* A two-pane split layout with a draggable divider. The first pane is sized via
|
|
5205
5550
|
* `flex-basis` as a percentage; the second pane fills the rest. Drag the divider
|
|
@@ -5879,6 +6224,15 @@ export declare const storage: {
|
|
|
5879
6224
|
remove(key: string): void;
|
|
5880
6225
|
};
|
|
5881
6226
|
|
|
6227
|
+
/** Raw usage/quota reading from the Storage API, in bytes. */
|
|
6228
|
+
declare interface StorageEstimate_2 {
|
|
6229
|
+
/** Bytes currently used by this origin, or `null` when unknown. */
|
|
6230
|
+
usage: number | null;
|
|
6231
|
+
/** Total bytes available to this origin, or `null` when unknown. */
|
|
6232
|
+
quota: number | null;
|
|
6233
|
+
}
|
|
6234
|
+
export { StorageEstimate_2 as StorageEstimate }
|
|
6235
|
+
|
|
5882
6236
|
export { SubmitHandler }
|
|
5883
6237
|
|
|
5884
6238
|
/** Toggle switch backed by a checkbox input. Accessible via keyboard. */
|
|
@@ -5889,6 +6243,17 @@ export declare interface SwitchProps extends Omit<InputHTMLAttributes<HTMLInputE
|
|
|
5889
6243
|
wrapperClassName?: string;
|
|
5890
6244
|
}
|
|
5891
6245
|
|
|
6246
|
+
/**
|
|
6247
|
+
* Coarse lifecycle phase of the sync engine, surfaced through
|
|
6248
|
+
* {@link OfflineSync.getState} / {@link OfflineSync.subscribe} for reactive UI.
|
|
6249
|
+
*
|
|
6250
|
+
* - `"idle"` — nothing in flight and the last run (if any) fully succeeded.
|
|
6251
|
+
* - `"syncing"` — a `flush` run is currently in progress.
|
|
6252
|
+
* - `"offline"` — the last run was skipped because the device was offline.
|
|
6253
|
+
* - `"error"` — the last run left at least one entry queued after a failure.
|
|
6254
|
+
*/
|
|
6255
|
+
export declare type SyncPhase = "idle" | "syncing" | "offline" | "error";
|
|
6256
|
+
|
|
5892
6257
|
/** Outcome of a single {@link OfflineSync.flush} run. */
|
|
5893
6258
|
export declare interface SyncRunSummary {
|
|
5894
6259
|
/** The trigger passed to `flush`. */
|
|
@@ -5901,8 +6266,91 @@ export declare interface SyncRunSummary {
|
|
|
5901
6266
|
durationMs: number;
|
|
5902
6267
|
/** `true` when the run was skipped because the device was offline. */
|
|
5903
6268
|
skipped: boolean;
|
|
6269
|
+
/** Last delivery error message seen this run, or `null` when none failed. */
|
|
6270
|
+
lastError: string | null;
|
|
5904
6271
|
}
|
|
5905
6272
|
|
|
6273
|
+
/**
|
|
6274
|
+
* Immutable snapshot of the engine's reactive state. A fresh object is emitted
|
|
6275
|
+
* to subscribers on every change, so it is safe to use as a
|
|
6276
|
+
* `useSyncExternalStore` snapshot (reference equality signals "no change").
|
|
6277
|
+
*/
|
|
6278
|
+
export declare interface SyncState {
|
|
6279
|
+
/** Current lifecycle phase. */
|
|
6280
|
+
phase: SyncPhase;
|
|
6281
|
+
/** Number of mutations still queued in the outbox. */
|
|
6282
|
+
pending: number;
|
|
6283
|
+
/** Summary of the most recent `flush` run, or `null` before the first. */
|
|
6284
|
+
lastSummary: SyncRunSummary | null;
|
|
6285
|
+
/** Message of the most recent delivery failure, or `null`. */
|
|
6286
|
+
lastError: string | null;
|
|
6287
|
+
/** Epoch ms of the last non-skipped run, or `null` before the first. */
|
|
6288
|
+
lastSyncedAt: number | null;
|
|
6289
|
+
}
|
|
6290
|
+
|
|
6291
|
+
/**
|
|
6292
|
+
* Compact status snapshot for a status badge/pill. Prefer this over
|
|
6293
|
+
* {@link useOfflineSync} when a component only needs to *display* status and
|
|
6294
|
+
* does not trigger flushes itself.
|
|
6295
|
+
*/
|
|
6296
|
+
export declare interface SyncStatus {
|
|
6297
|
+
/** The dominant tone to render. */
|
|
6298
|
+
tone: SyncTone;
|
|
6299
|
+
/** Number of mutations still queued. */
|
|
6300
|
+
pending: number;
|
|
6301
|
+
/** `true` while a flush run is in progress. */
|
|
6302
|
+
syncing: boolean;
|
|
6303
|
+
/** `true` when the last run was skipped for being offline. */
|
|
6304
|
+
offline: boolean;
|
|
6305
|
+
/** Message of the most recent delivery failure, or `null`. */
|
|
6306
|
+
lastError: string | null;
|
|
6307
|
+
}
|
|
6308
|
+
|
|
6309
|
+
/**
|
|
6310
|
+
* Compact pill showing offline-sync status: a tone-colored icon plus a label
|
|
6311
|
+
* and optional pending count.
|
|
6312
|
+
*
|
|
6313
|
+
* Two modes: pass `sync` to have the badge observe an engine via
|
|
6314
|
+
* `useSyncStatus` (zero wiring), or pass an explicit `tone` (+ `pending`) to
|
|
6315
|
+
* keep it presentational and testable without IndexedDB.
|
|
6316
|
+
*
|
|
6317
|
+
* @example
|
|
6318
|
+
* // Connected — auto-wires the engine:
|
|
6319
|
+
* <SyncStatusBadge sync={notesSync} />
|
|
6320
|
+
*
|
|
6321
|
+
* // Presentational — you own the state:
|
|
6322
|
+
* const { tone, pending } = useSyncStatus(notesSync);
|
|
6323
|
+
* <SyncStatusBadge tone={tone} pending={pending} />
|
|
6324
|
+
*/
|
|
6325
|
+
export declare function SyncStatusBadge({ sync, ...rest }: SyncStatusBadgeProps): JSX.Element;
|
|
6326
|
+
|
|
6327
|
+
export declare interface SyncStatusBadgeProps extends Omit<HTMLAttributes<HTMLSpanElement>, "children"> {
|
|
6328
|
+
/**
|
|
6329
|
+
* The dominant tone. Required when `sync` is not passed. Ignored when `sync`
|
|
6330
|
+
* is passed (the tone is derived from the engine).
|
|
6331
|
+
*/
|
|
6332
|
+
tone?: SyncTone;
|
|
6333
|
+
/**
|
|
6334
|
+
* An `OfflineSync` engine to observe directly. When set, the badge wires
|
|
6335
|
+
* `useSyncStatus` internally, so `tone` and `pending` come from the engine.
|
|
6336
|
+
*/
|
|
6337
|
+
sync?: OfflineSync<unknown>;
|
|
6338
|
+
/** Number of queued mutations, appended to the label when `> 0`. */
|
|
6339
|
+
pending?: number;
|
|
6340
|
+
/** Override the per-tone label text. */
|
|
6341
|
+
labels?: Partial<Record<SyncTone, string>>;
|
|
6342
|
+
/** Show the pending count next to the label. Default `true`. */
|
|
6343
|
+
showPending?: boolean;
|
|
6344
|
+
/** Render only the icon (no text). Default `false`. */
|
|
6345
|
+
iconOnly?: boolean;
|
|
6346
|
+
}
|
|
6347
|
+
|
|
6348
|
+
/**
|
|
6349
|
+
* Presentation-ready tone for a sync status indicator. Collapses the engine's
|
|
6350
|
+
* {@link SyncState} into the single most relevant signal for a badge/pill.
|
|
6351
|
+
*/
|
|
6352
|
+
export declare type SyncTone = "idle" | "syncing" | "pending" | "offline" | "error";
|
|
6353
|
+
|
|
5906
6354
|
/**
|
|
5907
6355
|
* Why a sync run was triggered. The listed values are the common ones; any
|
|
5908
6356
|
* string is accepted so apps can add their own telemetry labels.
|
|
@@ -6362,6 +6810,9 @@ export declare function ToggleGroup({ type, value, defaultValue, onValueChange,
|
|
|
6362
6810
|
* A single selectable item inside a {@link ToggleGroup}. Reads and updates the
|
|
6363
6811
|
* group's shared state through context.
|
|
6364
6812
|
*
|
|
6813
|
+
* Icon-only items need an explicit `aria-label` (forwarded to the button):
|
|
6814
|
+
* an SVG child gives screen readers nothing to announce.
|
|
6815
|
+
*
|
|
6365
6816
|
* @param props - {@link ToggleGroupItemProps}.
|
|
6366
6817
|
* @returns A `role="button"` element exposing its state via `aria-pressed`.
|
|
6367
6818
|
*/
|
|
@@ -6585,6 +7036,36 @@ export declare function unprojectMercator(point: MercatorPoint): Coordinate;
|
|
|
6585
7036
|
*/
|
|
6586
7037
|
export declare function unregisterAllServiceWorkers(): Promise<number>;
|
|
6587
7038
|
|
|
7039
|
+
/**
|
|
7040
|
+
* Fixed toast prompting the user to activate a freshly installed service
|
|
7041
|
+
* worker. Presentational — pair with {@link useServiceWorkerUpdate}, feeding
|
|
7042
|
+
* `updateAvailable` to `open` and `applyUpdate` to `onUpdate`.
|
|
7043
|
+
*
|
|
7044
|
+
* Renders nothing while `open` is `false`.
|
|
7045
|
+
*
|
|
7046
|
+
* @example
|
|
7047
|
+
* const { updateAvailable, applyUpdate } = useServiceWorkerUpdate({ url: "/sw.js" });
|
|
7048
|
+
* <UpdatePrompt open={updateAvailable} onUpdate={applyUpdate} />
|
|
7049
|
+
*/
|
|
7050
|
+
export declare function UpdatePrompt({ open, onUpdate, onDismiss, message, actionLabel, position, className, ...props }: UpdatePromptProps): JSX.Element | null;
|
|
7051
|
+
|
|
7052
|
+
export declare type UpdatePromptPosition = "top" | "bottom";
|
|
7053
|
+
|
|
7054
|
+
export declare interface UpdatePromptProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
|
|
7055
|
+
/** Whether the prompt is visible. Feed from `useServiceWorkerUpdate().updateAvailable`. */
|
|
7056
|
+
open: boolean;
|
|
7057
|
+
/** Called when the user confirms the update. Wire to `applyUpdate`. */
|
|
7058
|
+
onUpdate: () => void;
|
|
7059
|
+
/** Called when the user dismisses the prompt. Omit to hide the dismiss button. */
|
|
7060
|
+
onDismiss?: () => void;
|
|
7061
|
+
/** Body message. */
|
|
7062
|
+
message?: ReactNode;
|
|
7063
|
+
/** Confirm button label. Default `"Atualizar"`. */
|
|
7064
|
+
actionLabel?: string;
|
|
7065
|
+
/** Where to pin the fixed toast. Default `"bottom"`. */
|
|
7066
|
+
position?: UpdatePromptPosition;
|
|
7067
|
+
}
|
|
7068
|
+
|
|
6588
7069
|
/** Variables accepted by the update mutation. */
|
|
6589
7070
|
export declare interface UpdateVariables {
|
|
6590
7071
|
/** The record id to update. */
|
|
@@ -6636,6 +7117,30 @@ export declare interface UploadWithProgressOptions {
|
|
|
6636
7117
|
requestId?: () => string;
|
|
6637
7118
|
}
|
|
6638
7119
|
|
|
7120
|
+
/**
|
|
7121
|
+
* Ready-made `applyOptimistic` builders for {@link useOfflineMutation} over a
|
|
7122
|
+
* list-shaped query cache (`TData = T[]`). They cover the two most common
|
|
7123
|
+
* optimistic edits — insert-or-update and remove — so callers stop hand-writing
|
|
7124
|
+
* the array spread. Both compare records by an id field (`"id"` by default) and
|
|
7125
|
+
* treat the mutation variables as the record itself.
|
|
7126
|
+
*/
|
|
7127
|
+
/**
|
|
7128
|
+
* Build an `applyOptimistic` that inserts the item when absent or shallow-merges
|
|
7129
|
+
* it into the existing entry (matched by `idField`). New items append to the end.
|
|
7130
|
+
*
|
|
7131
|
+
* @typeParam T - The list item shape.
|
|
7132
|
+
* @param idField - The identity field. Default `"id"`.
|
|
7133
|
+
* @returns An `(current, item) => T[]` patcher for a list cache.
|
|
7134
|
+
*
|
|
7135
|
+
* @example
|
|
7136
|
+
* useOfflineMutation<Note, Note[], Note>({
|
|
7137
|
+
* sync, queryKey: ["notes"],
|
|
7138
|
+
* toEntry: (n) => ({ op: "update", recordId: n.id, payload: n }),
|
|
7139
|
+
* applyOptimistic: upsertById(),
|
|
7140
|
+
* });
|
|
7141
|
+
*/
|
|
7142
|
+
export declare function upsertById<T>(idField?: keyof T): (current: T[] | undefined, item: T) => T[];
|
|
7143
|
+
|
|
6639
7144
|
/**
|
|
6640
7145
|
* Convert a base64url-encoded VAPID public key into the `Uint8Array` format
|
|
6641
7146
|
* required by `PushManager.subscribe({ applicationServerKey })`.
|
|
@@ -7028,7 +7533,17 @@ export { UseFormReturn }
|
|
|
7028
7533
|
|
|
7029
7534
|
export { useFormState }
|
|
7030
7535
|
|
|
7031
|
-
/**
|
|
7536
|
+
/**
|
|
7537
|
+
* React hook around the Geolocation API.
|
|
7538
|
+
*
|
|
7539
|
+
* The effect depends on the individual `PositionOptions` fields instead of the
|
|
7540
|
+
* rest object, which is a new reference on every render and would restart the
|
|
7541
|
+
* watch continuously. `exhaustive-deps` is silenced there because those fields
|
|
7542
|
+
* are the whole of what the effect reads from it.
|
|
7543
|
+
*
|
|
7544
|
+
* @param options - Geolocation options plus `watch` and `disabled` switches.
|
|
7545
|
+
* @returns The latest position, error and loading state.
|
|
7546
|
+
*/
|
|
7032
7547
|
export declare function useGeolocation(options?: UseGeolocationOptions): GeolocationState;
|
|
7033
7548
|
|
|
7034
7549
|
export declare interface UseGeolocationOptions extends PositionOptions {
|
|
@@ -7162,6 +7677,12 @@ export declare function useIsFirstRender(): boolean;
|
|
|
7162
7677
|
* Bind a global keyboard shortcut. Supports modifier combinations and a
|
|
7163
7678
|
* cross-OS `mod` key (Ctrl on Windows/Linux, Cmd on macOS).
|
|
7164
7679
|
*
|
|
7680
|
+
* The effect depends on the individual `shortcut` fields rather than on the
|
|
7681
|
+
* object itself: callers pass an inline literal (`{ key: "k", mod: true }`),
|
|
7682
|
+
* which is a fresh reference on every render and would otherwise tear down and
|
|
7683
|
+
* re-add the listener each time. `exhaustive-deps` is silenced for that line
|
|
7684
|
+
* because the destructured fields are the complete dependency set.
|
|
7685
|
+
*
|
|
7165
7686
|
* @example
|
|
7166
7687
|
* useKeyboardShortcut({ key: "k", mod: true }, () => openSearch());
|
|
7167
7688
|
*/
|
|
@@ -7378,6 +7899,126 @@ export declare interface UseOAuthCallbackResult<T> {
|
|
|
7378
7899
|
*/
|
|
7379
7900
|
export declare function useObjectUrl(blob: Blob | null | undefined): string | null;
|
|
7380
7901
|
|
|
7902
|
+
/**
|
|
7903
|
+
* Optimistic mutation that writes to an {@link OfflineSync} outbox instead of
|
|
7904
|
+
* hitting the network directly, bridging the sync engine and TanStack Query.
|
|
7905
|
+
*
|
|
7906
|
+
* On `mutate` it enqueues the entry, optimistically patches the given query
|
|
7907
|
+
* cache key and kicks a flush; if the enqueue itself throws, the cache is
|
|
7908
|
+
* rolled back to its previous value. Server delivery happens later inside the
|
|
7909
|
+
* engine's flush loop, so the UI updates instantly and survives reloads and
|
|
7910
|
+
* offline periods.
|
|
7911
|
+
*
|
|
7912
|
+
* @typeParam TVariables - The `mutate(variables)` input shape.
|
|
7913
|
+
* @typeParam TData - The cached query data optimistically patched.
|
|
7914
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
7915
|
+
* @param options - Engine, variables→entry mapping and cache wiring.
|
|
7916
|
+
* @returns The TanStack {@link UseMutationResult}; the mutation resolves to the
|
|
7917
|
+
* generated outbox entry id.
|
|
7918
|
+
*
|
|
7919
|
+
* @example
|
|
7920
|
+
* const addNote = useOfflineMutation({
|
|
7921
|
+
* sync: notesSync,
|
|
7922
|
+
* queryKey: ["notes"],
|
|
7923
|
+
* toEntry: (note: Note) => ({ op: "create", recordId: note.id, payload: note }),
|
|
7924
|
+
* applyOptimistic: (current: Note[] = [], note) => [...current, note],
|
|
7925
|
+
* });
|
|
7926
|
+
* addNote.mutate(newNote);
|
|
7927
|
+
*/
|
|
7928
|
+
export declare function useOfflineMutation<TVariables, TData = unknown, TPayload = unknown>(options: UseOfflineMutationOptions<TVariables, TData, TPayload>): UseMutationResult<string, Error, TVariables, MutationContext<TData>>;
|
|
7929
|
+
|
|
7930
|
+
/**
|
|
7931
|
+
* Configuration for {@link useOfflineMutation}.
|
|
7932
|
+
*
|
|
7933
|
+
* @typeParam TVariables - The `mutate(variables)` input shape.
|
|
7934
|
+
* @typeParam TData - The cached query data optimistically patched.
|
|
7935
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
7936
|
+
*/
|
|
7937
|
+
export declare interface UseOfflineMutationOptions<TVariables, TData, TPayload> {
|
|
7938
|
+
/** The engine the mutation enqueues into. */
|
|
7939
|
+
sync: OfflineSync<TPayload>;
|
|
7940
|
+
/** Map `mutate` variables into an outbox entry. */
|
|
7941
|
+
toEntry: (variables: TVariables) => OutboxDraft<TPayload>;
|
|
7942
|
+
/**
|
|
7943
|
+
* Query key to optimistically patch and (optionally) invalidate. Omit to
|
|
7944
|
+
* only enqueue without touching the React Query cache.
|
|
7945
|
+
*/
|
|
7946
|
+
queryKey?: QueryKey;
|
|
7947
|
+
/**
|
|
7948
|
+
* Produce the next cached value from the current one and the variables.
|
|
7949
|
+
* Runs in `onMutate`; the previous value is restored automatically if the
|
|
7950
|
+
* enqueue throws. Requires `queryKey`.
|
|
7951
|
+
*/
|
|
7952
|
+
applyOptimistic?: (current: TData | undefined, variables: TVariables) => TData;
|
|
7953
|
+
/**
|
|
7954
|
+
* Trigger a flush after enqueueing. `true` (default) uses
|
|
7955
|
+
* `"after-mutation"`; pass a custom {@link SyncTrigger} string, or `false`
|
|
7956
|
+
* to leave flushing to the caller / auto-flush hooks.
|
|
7957
|
+
*/
|
|
7958
|
+
flush?: boolean | SyncTrigger;
|
|
7959
|
+
/** Invalidate `queryKey` in `onSettled` so a later read refetches. Default `false`. */
|
|
7960
|
+
invalidate?: boolean;
|
|
7961
|
+
}
|
|
7962
|
+
|
|
7963
|
+
/**
|
|
7964
|
+
* Subscribe a React component to an {@link OfflineSync} engine.
|
|
7965
|
+
*
|
|
7966
|
+
* Re-renders whenever the engine's {@link SyncState} changes (enqueue, flush
|
|
7967
|
+
* transition, outbox clear) via `useSyncExternalStore`, and optionally wires
|
|
7968
|
+
* auto-flush on mount, on the `online` event and on an interval. The engine
|
|
7969
|
+
* itself is created once by the app and passed in — the hook never owns it, so
|
|
7970
|
+
* multiple components can observe the same queue.
|
|
7971
|
+
*
|
|
7972
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
7973
|
+
* @param sync - The engine returned by `createOfflineSync`.
|
|
7974
|
+
* @param options - Auto-flush triggers.
|
|
7975
|
+
* @returns The reactive state merged with `enqueue`/`flush` actions.
|
|
7976
|
+
*
|
|
7977
|
+
* @example
|
|
7978
|
+
* const { pending, syncing, phase, flush } = useOfflineSync(notesSync, {
|
|
7979
|
+
* flushOnMount: true,
|
|
7980
|
+
* intervalMs: 30_000,
|
|
7981
|
+
* });
|
|
7982
|
+
* return <SyncStatusBadge pending={pending} syncing={syncing} phase={phase} />;
|
|
7983
|
+
*/
|
|
7984
|
+
export declare function useOfflineSync<TPayload>(sync: OfflineSync<TPayload>, options?: UseOfflineSyncOptions): UseOfflineSyncResult<TPayload>;
|
|
7985
|
+
|
|
7986
|
+
/**
|
|
7987
|
+
* Options for {@link useOfflineSync}. All auto-flush triggers are opt-in except
|
|
7988
|
+
* `flushOnOnline`, which defaults to `true` so the app catches up the moment
|
|
7989
|
+
* connectivity returns.
|
|
7990
|
+
*/
|
|
7991
|
+
export declare interface UseOfflineSyncOptions {
|
|
7992
|
+
/** Flush once when the component mounts (trigger `"boot"`). Default `false`. */
|
|
7993
|
+
flushOnMount?: boolean;
|
|
7994
|
+
/**
|
|
7995
|
+
* Flush when the browser fires the `online` event (trigger
|
|
7996
|
+
* `"online-event"`). Default `true`.
|
|
7997
|
+
*/
|
|
7998
|
+
flushOnOnline?: boolean;
|
|
7999
|
+
/**
|
|
8000
|
+
* Flush on this interval in milliseconds (trigger `"interval"`). `0`
|
|
8001
|
+
* disables the timer. Default `0`.
|
|
8002
|
+
*/
|
|
8003
|
+
intervalMs?: number;
|
|
8004
|
+
}
|
|
8005
|
+
|
|
8006
|
+
/**
|
|
8007
|
+
* Reactive view of an {@link OfflineSync} engine, plus its imperative actions.
|
|
8008
|
+
* Extends {@link SyncState} so `phase`, `pending`, `lastSummary`, `lastError`
|
|
8009
|
+
* and `lastSyncedAt` are read directly off the result.
|
|
8010
|
+
*
|
|
8011
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
8012
|
+
*/
|
|
8013
|
+
export declare interface UseOfflineSyncResult<TPayload> extends SyncState {
|
|
8014
|
+
/** `true` while a flush run is in progress (`phase === "syncing"`). */
|
|
8015
|
+
syncing: boolean;
|
|
8016
|
+
/** Queue a mutation. Mirrors {@link OfflineSync.enqueue}. */
|
|
8017
|
+
enqueue: (op: OutboxOp, recordId: string, payload?: TPayload) => Promise<string>;
|
|
8018
|
+
/** Trigger a flush run. Mirrors {@link OfflineSync.flush}. */
|
|
8019
|
+
flush: (trigger?: SyncTrigger) => Promise<SyncRunSummary>;
|
|
8020
|
+
}
|
|
8021
|
+
|
|
7381
8022
|
/**
|
|
7382
8023
|
* Query a single record by id through the active {@link useDataProvider}.
|
|
7383
8024
|
*
|
|
@@ -7396,10 +8037,40 @@ export declare type UseOneOptions<T> = Omit<UseQueryOptions<T, Error, T>, "query
|
|
|
7396
8037
|
};
|
|
7397
8038
|
|
|
7398
8039
|
/**
|
|
7399
|
-
* Track
|
|
7400
|
-
*
|
|
8040
|
+
* Track connectivity and re-render on changes.
|
|
8041
|
+
*
|
|
8042
|
+
* With no options it mirrors `navigator.onLine` (assuming online during SSR and
|
|
8043
|
+
* before the first event). Pass `pingUrl` to additionally probe real
|
|
8044
|
+
* reachability — the browser's `onLine` flag lies behind captive portals and
|
|
8045
|
+
* dead links, so the probe downgrades the result to `false` when the network is
|
|
8046
|
+
* unusable even though `navigator.onLine` is `true`.
|
|
8047
|
+
*
|
|
8048
|
+
* @param options - Optional reachability-probe configuration.
|
|
8049
|
+
* @returns `true` when the device is online (and reachable, when probing).
|
|
8050
|
+
*
|
|
8051
|
+
* @example
|
|
8052
|
+
* const online = useOnline(); // navigator.onLine only
|
|
8053
|
+
* const reallyOnline = useOnline({ pingUrl: "/health", intervalMs: 15_000 });
|
|
8054
|
+
*/
|
|
8055
|
+
export declare function useOnline(options?: UseOnlineOptions): boolean;
|
|
8056
|
+
|
|
8057
|
+
/**
|
|
8058
|
+
* Options for {@link useOnline}. Omit them for the cheap `navigator.onLine`
|
|
8059
|
+
* behaviour; pass `pingUrl` to add a real-reachability probe on top.
|
|
7401
8060
|
*/
|
|
7402
|
-
export declare
|
|
8061
|
+
export declare interface UseOnlineOptions {
|
|
8062
|
+
/**
|
|
8063
|
+
* URL to probe for real connectivity. `navigator.onLine` reports `true`
|
|
8064
|
+
* behind a captive portal or when the machine has a link but no internet;
|
|
8065
|
+
* a periodic `HEAD` to this URL catches those cases. When set, the result
|
|
8066
|
+
* is `navigator.onLine && lastProbeSucceeded`.
|
|
8067
|
+
*/
|
|
8068
|
+
pingUrl?: string;
|
|
8069
|
+
/** How often to probe, in ms. Default `30000`. */
|
|
8070
|
+
intervalMs?: number;
|
|
8071
|
+
/** Abort a probe after this many ms and treat it as offline. Default `5000`. */
|
|
8072
|
+
timeoutMs?: number;
|
|
8073
|
+
}
|
|
7403
8074
|
|
|
7404
8075
|
/**
|
|
7405
8076
|
* Offset-pagination hook over TanStack Query for the fastapi-pagination /
|
|
@@ -7646,6 +8317,52 @@ export declare function useScrollLock(active: boolean): void;
|
|
|
7646
8317
|
|
|
7647
8318
|
export { useSearchParams }
|
|
7648
8319
|
|
|
8320
|
+
/**
|
|
8321
|
+
* Register a service worker and expose a user-driven update flow.
|
|
8322
|
+
*
|
|
8323
|
+
* Wraps {@link registerServiceWorker}: when a fresh worker finishes installing
|
|
8324
|
+
* while the page is still controlled by the old one, `updateAvailable` flips to
|
|
8325
|
+
* `true`. Call `applyUpdate` — typically from an "atualizar" toast — to tell the
|
|
8326
|
+
* waiting worker to activate and reload the page once it takes control.
|
|
8327
|
+
*
|
|
8328
|
+
* Skips cleanly when the runtime has no service-worker support (`registration`
|
|
8329
|
+
* stays `null`, `updateAvailable` stays `false`).
|
|
8330
|
+
*
|
|
8331
|
+
* @param options - Registration options (`url` required); `autoUpdate` should
|
|
8332
|
+
* stay off so the reload is user-confirmed.
|
|
8333
|
+
* @returns The update state and `applyUpdate` action.
|
|
8334
|
+
*
|
|
8335
|
+
* @example
|
|
8336
|
+
* const { updateAvailable, applyUpdate } = useServiceWorkerUpdate({ url: "/sw.js" });
|
|
8337
|
+
* return (
|
|
8338
|
+
* <UpdatePrompt open={updateAvailable} onUpdate={applyUpdate} />
|
|
8339
|
+
* );
|
|
8340
|
+
*/
|
|
8341
|
+
export declare function useServiceWorkerUpdate(options: UseServiceWorkerUpdateOptions): UseServiceWorkerUpdateResult;
|
|
8342
|
+
|
|
8343
|
+
/**
|
|
8344
|
+
* Options for {@link useServiceWorkerUpdate}. Mirrors the registration options
|
|
8345
|
+
* minus the callbacks the hook owns internally (`onUpdate`); `onReady` and
|
|
8346
|
+
* `onError` still pass through for host-side logging.
|
|
8347
|
+
*
|
|
8348
|
+
* Leave `autoUpdate` off (the default): this hook exists to hand the reload
|
|
8349
|
+
* decision to the user, so a silent auto-reload would defeat the prompt.
|
|
8350
|
+
*/
|
|
8351
|
+
export declare type UseServiceWorkerUpdateOptions = Omit<RegisterServiceWorkerOptions, "onUpdate">;
|
|
8352
|
+
|
|
8353
|
+
/** Reactive service-worker update state plus the apply action. */
|
|
8354
|
+
export declare interface UseServiceWorkerUpdateResult {
|
|
8355
|
+
/** `true` once a new worker has installed and is waiting to activate. */
|
|
8356
|
+
updateAvailable: boolean;
|
|
8357
|
+
/**
|
|
8358
|
+
* Activate the waiting worker and reload the page once it takes control.
|
|
8359
|
+
* No-op when no update is waiting.
|
|
8360
|
+
*/
|
|
8361
|
+
applyUpdate: () => void;
|
|
8362
|
+
/** The active registration, or `null` before it resolves / when unsupported. */
|
|
8363
|
+
registration: ServiceWorkerRegistration | null;
|
|
8364
|
+
}
|
|
8365
|
+
|
|
7649
8366
|
/**
|
|
7650
8367
|
* Reactive `Set` wrapper. Mutating via `add` / `delete` / `clear` / `toggle`
|
|
7651
8368
|
* triggers a re-render and yields a fresh `set` reference each time.
|
|
@@ -7673,6 +8390,50 @@ export declare interface UseSetResult<T> {
|
|
|
7673
8390
|
*/
|
|
7674
8391
|
export declare function useStableCallback<TArgs extends unknown[], TReturn>(callback: (...args: TArgs) => TReturn): (...args: TArgs) => TReturn;
|
|
7675
8392
|
|
|
8393
|
+
/**
|
|
8394
|
+
* Track the origin's storage usage, quota and persistence flag, refreshing on
|
|
8395
|
+
* demand. Pair with {@link requestPersistentStorage} to surface a "usando X de
|
|
8396
|
+
* Y MB" meter and a "tornar armazenamento permanente" action.
|
|
8397
|
+
*
|
|
8398
|
+
* @param options - `pollMs` re-reads the estimate on an interval (`0` = off,
|
|
8399
|
+
* the default).
|
|
8400
|
+
* @returns The reactive storage state and actions.
|
|
8401
|
+
*
|
|
8402
|
+
* @example
|
|
8403
|
+
* const { usage, quota, ratio, persisted, requestPersist } = useStorageEstimate();
|
|
8404
|
+
* return <Meter value={ratio ?? 0} onClick={requestPersist} />;
|
|
8405
|
+
*/
|
|
8406
|
+
export declare function useStorageEstimate(options?: {
|
|
8407
|
+
pollMs?: number;
|
|
8408
|
+
}): UseStorageEstimateResult;
|
|
8409
|
+
|
|
8410
|
+
/** Reactive storage-quota state exposed by {@link useStorageEstimate}. */
|
|
8411
|
+
export declare interface UseStorageEstimateResult extends StorageEstimate_2 {
|
|
8412
|
+
/** `true` when the Storage API is available. */
|
|
8413
|
+
supported: boolean;
|
|
8414
|
+
/** `usage / quota` in `[0, 1]`, or `null` when either value is unknown. */
|
|
8415
|
+
ratio: number | null;
|
|
8416
|
+
/** Whether storage is persisted, `null` before the first read / unsupported. */
|
|
8417
|
+
persisted: boolean | null;
|
|
8418
|
+
/** `true` during the initial read or a `refresh`. */
|
|
8419
|
+
loading: boolean;
|
|
8420
|
+
/** Re-read usage/quota and the persisted flag from the browser. */
|
|
8421
|
+
refresh: () => Promise<void>;
|
|
8422
|
+
/** Request persistent storage; refreshes state and returns the outcome. */
|
|
8423
|
+
requestPersist: () => Promise<boolean>;
|
|
8424
|
+
}
|
|
8425
|
+
|
|
8426
|
+
/**
|
|
8427
|
+
* Subscribe to an {@link OfflineSync} engine and return a display-only
|
|
8428
|
+
* {@link SyncStatus}. A thin read-only companion to {@link useOfflineSync},
|
|
8429
|
+
* intended to feed a `<SyncStatusBadge>` without exposing flush actions.
|
|
8430
|
+
*
|
|
8431
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
8432
|
+
* @param sync - The engine returned by `createOfflineSync`.
|
|
8433
|
+
* @returns The compact status snapshot.
|
|
8434
|
+
*/
|
|
8435
|
+
export declare function useSyncStatus<TPayload>(sync: OfflineSync<TPayload>): SyncStatus;
|
|
8436
|
+
|
|
7676
8437
|
/**
|
|
7677
8438
|
* Access the active telemetry adapter. Returns `null` when no provider is
|
|
7678
8439
|
* mounted (calls are silently dropped — useful for unit tests).
|
|
@@ -7769,7 +8530,7 @@ export declare interface UseWebSocketResult<T> {
|
|
|
7769
8530
|
/** Last decoded frame received. */
|
|
7770
8531
|
lastMessage: WebSocketMessage<T> | null;
|
|
7771
8532
|
/** Send a payload through the active connection. Returns false when not open. */
|
|
7772
|
-
send: (payload: string |
|
|
8533
|
+
send: (payload: string | Blob | BufferSource) => boolean;
|
|
7773
8534
|
/** Force a reconnect, resetting the retry counter. */
|
|
7774
8535
|
reconnect: () => void;
|
|
7775
8536
|
}
|
|
@@ -7882,291 +8643,291 @@ export declare interface VirtualListProps<T> {
|
|
|
7882
8643
|
* @example
|
|
7883
8644
|
* <button><Icon /><VisuallyHidden>Close</VisuallyHidden></button>
|
|
7884
8645
|
*/
|
|
7885
|
-
export declare function VisuallyHidden({ as, className, children, ...props }: VisuallyHiddenProps): DOMElement<
|
|
7886
|
-
defaultChecked?: boolean | undefined;
|
|
7887
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
7888
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
7889
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
7890
|
-
accessKey?: string | undefined;
|
|
7891
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
7892
|
-
autoFocus?: boolean | undefined;
|
|
7893
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
7894
|
-
contextMenu?: string | undefined;
|
|
7895
|
-
dir?: string | undefined;
|
|
7896
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
7897
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
7898
|
-
hidden?: boolean | undefined;
|
|
7899
|
-
id?: string | undefined;
|
|
7900
|
-
lang?: string | undefined;
|
|
7901
|
-
nonce?: string | undefined;
|
|
7902
|
-
slot?: string | undefined;
|
|
7903
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
7904
|
-
style?: CSSProperties | undefined;
|
|
7905
|
-
tabIndex?: number | undefined;
|
|
7906
|
-
title?: string | undefined;
|
|
7907
|
-
translate?: "yes" | "no" | undefined;
|
|
7908
|
-
radioGroup?: string | undefined;
|
|
7909
|
-
role?: AriaRole | undefined;
|
|
7910
|
-
about?: string | undefined;
|
|
7911
|
-
content?: string | undefined;
|
|
7912
|
-
datatype?: string | undefined;
|
|
7913
|
-
inlist?: any;
|
|
7914
|
-
prefix?: string | undefined;
|
|
7915
|
-
property?: string | undefined;
|
|
7916
|
-
rel?: string | undefined;
|
|
7917
|
-
resource?: string | undefined;
|
|
7918
|
-
rev?: string | undefined;
|
|
7919
|
-
typeof?: string | undefined;
|
|
7920
|
-
vocab?: string | undefined;
|
|
7921
|
-
autoCorrect?: string | undefined;
|
|
7922
|
-
autoSave?: string | undefined;
|
|
7923
|
-
color?: string | undefined;
|
|
7924
|
-
itemProp?: string | undefined;
|
|
7925
|
-
itemScope?: boolean | undefined;
|
|
7926
|
-
itemType?: string | undefined;
|
|
7927
|
-
itemID?: string | undefined;
|
|
7928
|
-
itemRef?: string | undefined;
|
|
7929
|
-
results?: number | undefined;
|
|
7930
|
-
security?: string | undefined;
|
|
7931
|
-
unselectable?: "on" | "off" | undefined;
|
|
7932
|
-
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
7933
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
7934
|
-
popoverTarget?: string | undefined;
|
|
7935
|
-
inert?: boolean | undefined;
|
|
7936
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
7937
|
-
is?: string | undefined;
|
|
7938
|
-
exportparts?: string | undefined;
|
|
7939
|
-
part?: string | undefined;
|
|
7940
|
-
"aria-activedescendant"?: string | undefined;
|
|
7941
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
7942
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
7943
|
-
"aria-braillelabel"?: string | undefined;
|
|
7944
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
7945
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
7946
|
-
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
7947
|
-
"aria-colcount"?: number | undefined;
|
|
7948
|
-
"aria-colindex"?: number | undefined;
|
|
7949
|
-
"aria-colindextext"?: string | undefined;
|
|
7950
|
-
"aria-colspan"?: number | undefined;
|
|
7951
|
-
"aria-controls"?: string | undefined;
|
|
7952
|
-
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
7953
|
-
"aria-describedby"?: string | undefined;
|
|
7954
|
-
"aria-description"?: string | undefined;
|
|
7955
|
-
"aria-details"?: string | undefined;
|
|
7956
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
7957
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
7958
|
-
"aria-errormessage"?: string | undefined;
|
|
7959
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
7960
|
-
"aria-flowto"?: string | undefined;
|
|
7961
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
7962
|
-
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
7963
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
7964
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
7965
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
7966
|
-
"aria-label"?: string | undefined;
|
|
7967
|
-
"aria-labelledby"?: string | undefined;
|
|
7968
|
-
"aria-level"?: number | undefined;
|
|
7969
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
7970
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
7971
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
7972
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
7973
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
7974
|
-
"aria-owns"?: string | undefined;
|
|
7975
|
-
"aria-placeholder"?: string | undefined;
|
|
7976
|
-
"aria-posinset"?: number | undefined;
|
|
7977
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
7978
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
7979
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
7980
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
7981
|
-
"aria-roledescription"?: string | undefined;
|
|
7982
|
-
"aria-rowcount"?: number | undefined;
|
|
7983
|
-
"aria-rowindex"?: number | undefined;
|
|
7984
|
-
"aria-rowindextext"?: string | undefined;
|
|
7985
|
-
"aria-rowspan"?: number | undefined;
|
|
7986
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
7987
|
-
"aria-setsize"?: number | undefined;
|
|
7988
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
7989
|
-
"aria-valuemax"?: number | undefined;
|
|
7990
|
-
"aria-valuemin"?: number | undefined;
|
|
7991
|
-
"aria-valuenow"?: number | undefined;
|
|
7992
|
-
"aria-valuetext"?: string | undefined;
|
|
7993
|
-
dangerouslySetInnerHTML?: {
|
|
7994
|
-
__html: string | TrustedHTML;
|
|
7995
|
-
} | undefined;
|
|
7996
|
-
onCopy?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
7997
|
-
onCopyCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
7998
|
-
onCut?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
7999
|
-
onCutCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8000
|
-
onPaste?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8001
|
-
onPasteCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8002
|
-
onCompositionEnd?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8003
|
-
onCompositionEndCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8004
|
-
onCompositionStart?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8005
|
-
onCompositionStartCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8006
|
-
onCompositionUpdate?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8007
|
-
onCompositionUpdateCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8008
|
-
onFocus?: FocusEventHandler<HTMLElement> | undefined;
|
|
8009
|
-
onFocusCapture?: FocusEventHandler<HTMLElement> | undefined;
|
|
8010
|
-
onBlur?: FocusEventHandler<HTMLElement> | undefined;
|
|
8011
|
-
onBlurCapture?: FocusEventHandler<HTMLElement> | undefined;
|
|
8012
|
-
onChange?: ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
8013
|
-
onChangeCapture?: ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
8014
|
-
onBeforeInput?: InputEventHandler<HTMLElement> | undefined;
|
|
8015
|
-
onBeforeInputCapture?: InputEventHandler<HTMLElement> | undefined;
|
|
8016
|
-
onInput?: InputEventHandler<HTMLElement> | undefined;
|
|
8017
|
-
onInputCapture?: InputEventHandler<HTMLElement> | undefined;
|
|
8018
|
-
onReset?: ReactEventHandler<HTMLElement> | undefined;
|
|
8019
|
-
onResetCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8020
|
-
onSubmit?: SubmitEventHandler<HTMLElement> | undefined;
|
|
8021
|
-
onSubmitCapture?: SubmitEventHandler<HTMLElement> | undefined;
|
|
8022
|
-
onInvalid?: ReactEventHandler<HTMLElement> | undefined;
|
|
8023
|
-
onInvalidCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8024
|
-
onLoad?: ReactEventHandler<HTMLElement> | undefined;
|
|
8025
|
-
onLoadCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8026
|
-
onError?: ReactEventHandler<HTMLElement> | undefined;
|
|
8027
|
-
onErrorCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8028
|
-
onKeyDown?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8029
|
-
onKeyDownCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8030
|
-
onKeyPress?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8031
|
-
onKeyPressCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8032
|
-
onKeyUp?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8033
|
-
onKeyUpCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8034
|
-
onAbort?: ReactEventHandler<HTMLElement> | undefined;
|
|
8035
|
-
onAbortCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8036
|
-
onCanPlay?: ReactEventHandler<HTMLElement> | undefined;
|
|
8037
|
-
onCanPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8038
|
-
onCanPlayThrough?: ReactEventHandler<HTMLElement> | undefined;
|
|
8039
|
-
onCanPlayThroughCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8040
|
-
onDurationChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
8041
|
-
onDurationChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8042
|
-
onEmptied?: ReactEventHandler<HTMLElement> | undefined;
|
|
8043
|
-
onEmptiedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8044
|
-
onEncrypted?: ReactEventHandler<HTMLElement> | undefined;
|
|
8045
|
-
onEncryptedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8046
|
-
onEnded?: ReactEventHandler<HTMLElement> | undefined;
|
|
8047
|
-
onEndedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8048
|
-
onLoadedData?: ReactEventHandler<HTMLElement> | undefined;
|
|
8049
|
-
onLoadedDataCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8050
|
-
onLoadedMetadata?: ReactEventHandler<HTMLElement> | undefined;
|
|
8051
|
-
onLoadedMetadataCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8052
|
-
onLoadStart?: ReactEventHandler<HTMLElement> | undefined;
|
|
8053
|
-
onLoadStartCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8054
|
-
onPause?: ReactEventHandler<HTMLElement> | undefined;
|
|
8055
|
-
onPauseCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8056
|
-
onPlay?: ReactEventHandler<HTMLElement> | undefined;
|
|
8057
|
-
onPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8058
|
-
onPlaying?: ReactEventHandler<HTMLElement> | undefined;
|
|
8059
|
-
onPlayingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8060
|
-
onProgress?: ReactEventHandler<HTMLElement> | undefined;
|
|
8061
|
-
onProgressCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8062
|
-
onRateChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
8063
|
-
onRateChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8064
|
-
onSeeked?: ReactEventHandler<HTMLElement> | undefined;
|
|
8065
|
-
onSeekedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8066
|
-
onSeeking?: ReactEventHandler<HTMLElement> | undefined;
|
|
8067
|
-
onSeekingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8068
|
-
onStalled?: ReactEventHandler<HTMLElement> | undefined;
|
|
8069
|
-
onStalledCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8070
|
-
onSuspend?: ReactEventHandler<HTMLElement> | undefined;
|
|
8071
|
-
onSuspendCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8072
|
-
onTimeUpdate?: ReactEventHandler<HTMLElement> | undefined;
|
|
8073
|
-
onTimeUpdateCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8074
|
-
onVolumeChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
8075
|
-
onVolumeChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8076
|
-
onWaiting?: ReactEventHandler<HTMLElement> | undefined;
|
|
8077
|
-
onWaitingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8078
|
-
onAuxClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
8079
|
-
onAuxClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8080
|
-
onClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
8081
|
-
onClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8082
|
-
onContextMenu?: MouseEventHandler<HTMLElement> | undefined;
|
|
8083
|
-
onContextMenuCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8084
|
-
onDoubleClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
8085
|
-
onDoubleClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8086
|
-
onDrag?: DragEventHandler<HTMLElement> | undefined;
|
|
8087
|
-
onDragCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8088
|
-
onDragEnd?: DragEventHandler<HTMLElement> | undefined;
|
|
8089
|
-
onDragEndCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8090
|
-
onDragEnter?: DragEventHandler<HTMLElement> | undefined;
|
|
8091
|
-
onDragEnterCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8092
|
-
onDragExit?: DragEventHandler<HTMLElement> | undefined;
|
|
8093
|
-
onDragExitCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8094
|
-
onDragLeave?: DragEventHandler<HTMLElement> | undefined;
|
|
8095
|
-
onDragLeaveCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8096
|
-
onDragOver?: DragEventHandler<HTMLElement> | undefined;
|
|
8097
|
-
onDragOverCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8098
|
-
onDragStart?: DragEventHandler<HTMLElement> | undefined;
|
|
8099
|
-
onDragStartCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8100
|
-
onDrop?: DragEventHandler<HTMLElement> | undefined;
|
|
8101
|
-
onDropCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8102
|
-
onMouseDown?: MouseEventHandler<HTMLElement> | undefined;
|
|
8103
|
-
onMouseDownCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8104
|
-
onMouseEnter?: MouseEventHandler<HTMLElement> | undefined;
|
|
8105
|
-
onMouseLeave?: MouseEventHandler<HTMLElement> | undefined;
|
|
8106
|
-
onMouseMove?: MouseEventHandler<HTMLElement> | undefined;
|
|
8107
|
-
onMouseMoveCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8108
|
-
onMouseOut?: MouseEventHandler<HTMLElement> | undefined;
|
|
8109
|
-
onMouseOutCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8110
|
-
onMouseOver?: MouseEventHandler<HTMLElement> | undefined;
|
|
8111
|
-
onMouseOverCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8112
|
-
onMouseUp?: MouseEventHandler<HTMLElement> | undefined;
|
|
8113
|
-
onMouseUpCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8114
|
-
onSelect?: ReactEventHandler<HTMLElement> | undefined;
|
|
8115
|
-
onSelectCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8116
|
-
onTouchCancel?: TouchEventHandler<HTMLElement> | undefined;
|
|
8117
|
-
onTouchCancelCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8118
|
-
onTouchEnd?: TouchEventHandler<HTMLElement> | undefined;
|
|
8119
|
-
onTouchEndCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8120
|
-
onTouchMove?: TouchEventHandler<HTMLElement> | undefined;
|
|
8121
|
-
onTouchMoveCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8122
|
-
onTouchStart?: TouchEventHandler<HTMLElement> | undefined;
|
|
8123
|
-
onTouchStartCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8124
|
-
onPointerDown?: PointerEventHandler<HTMLElement> | undefined;
|
|
8125
|
-
onPointerDownCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8126
|
-
onPointerMove?: PointerEventHandler<HTMLElement> | undefined;
|
|
8127
|
-
onPointerMoveCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8128
|
-
onPointerUp?: PointerEventHandler<HTMLElement> | undefined;
|
|
8129
|
-
onPointerUpCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8130
|
-
onPointerCancel?: PointerEventHandler<HTMLElement> | undefined;
|
|
8131
|
-
onPointerCancelCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8132
|
-
onPointerEnter?: PointerEventHandler<HTMLElement> | undefined;
|
|
8133
|
-
onPointerLeave?: PointerEventHandler<HTMLElement> | undefined;
|
|
8134
|
-
onPointerOver?: PointerEventHandler<HTMLElement> | undefined;
|
|
8135
|
-
onPointerOverCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8136
|
-
onPointerOut?: PointerEventHandler<HTMLElement> | undefined;
|
|
8137
|
-
onPointerOutCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8138
|
-
onGotPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8139
|
-
onGotPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8140
|
-
onLostPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8141
|
-
onLostPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8142
|
-
onScroll?: UIEventHandler<HTMLElement> | undefined;
|
|
8143
|
-
onScrollCapture?: UIEventHandler<HTMLElement> | undefined;
|
|
8144
|
-
onScrollEnd?: UIEventHandler<HTMLElement> | undefined;
|
|
8145
|
-
onScrollEndCapture?: UIEventHandler<HTMLElement> | undefined;
|
|
8146
|
-
onWheel?: WheelEventHandler<HTMLElement> | undefined;
|
|
8147
|
-
onWheelCapture?: WheelEventHandler<HTMLElement> | undefined;
|
|
8148
|
-
onAnimationStart?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8149
|
-
onAnimationStartCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8150
|
-
onAnimationEnd?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8151
|
-
onAnimationEndCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8152
|
-
onAnimationIteration?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8153
|
-
onAnimationIterationCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8154
|
-
onToggle?: ToggleEventHandler<HTMLElement> | undefined;
|
|
8155
|
-
onBeforeToggle?: ToggleEventHandler<HTMLElement> | undefined;
|
|
8156
|
-
onTransitionCancel?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8157
|
-
onTransitionCancelCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8158
|
-
onTransitionEnd?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8159
|
-
onTransitionEndCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8160
|
-
onTransitionRun?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8161
|
-
onTransitionRunCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8162
|
-
onTransitionStart?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8163
|
-
onTransitionStartCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8164
|
-
className: string;
|
|
8646
|
+
export declare function VisuallyHidden({ as, className, children, ...props }: VisuallyHiddenProps): DOMElement<{
|
|
8647
|
+
defaultChecked?: boolean | undefined;
|
|
8648
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
8649
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
8650
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
8651
|
+
accessKey?: string | undefined;
|
|
8652
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
8653
|
+
autoFocus?: boolean | undefined;
|
|
8654
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
8655
|
+
contextMenu?: string | undefined;
|
|
8656
|
+
dir?: string | undefined;
|
|
8657
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
8658
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
8659
|
+
hidden?: boolean | undefined;
|
|
8660
|
+
id?: string | undefined;
|
|
8661
|
+
lang?: string | undefined;
|
|
8662
|
+
nonce?: string | undefined;
|
|
8663
|
+
slot?: string | undefined;
|
|
8664
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
8665
|
+
style?: CSSProperties | undefined;
|
|
8666
|
+
tabIndex?: number | undefined;
|
|
8667
|
+
title?: string | undefined;
|
|
8668
|
+
translate?: "yes" | "no" | undefined;
|
|
8669
|
+
radioGroup?: string | undefined;
|
|
8670
|
+
role?: AriaRole | undefined;
|
|
8671
|
+
about?: string | undefined;
|
|
8672
|
+
content?: string | undefined;
|
|
8673
|
+
datatype?: string | undefined;
|
|
8674
|
+
inlist?: any;
|
|
8675
|
+
prefix?: string | undefined;
|
|
8676
|
+
property?: string | undefined;
|
|
8677
|
+
rel?: string | undefined;
|
|
8678
|
+
resource?: string | undefined;
|
|
8679
|
+
rev?: string | undefined;
|
|
8680
|
+
typeof?: string | undefined;
|
|
8681
|
+
vocab?: string | undefined;
|
|
8682
|
+
autoCorrect?: string | undefined;
|
|
8683
|
+
autoSave?: string | undefined;
|
|
8684
|
+
color?: string | undefined;
|
|
8685
|
+
itemProp?: string | undefined;
|
|
8686
|
+
itemScope?: boolean | undefined;
|
|
8687
|
+
itemType?: string | undefined;
|
|
8688
|
+
itemID?: string | undefined;
|
|
8689
|
+
itemRef?: string | undefined;
|
|
8690
|
+
results?: number | undefined;
|
|
8691
|
+
security?: string | undefined;
|
|
8692
|
+
unselectable?: "on" | "off" | undefined;
|
|
8693
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
8694
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
8695
|
+
popoverTarget?: string | undefined;
|
|
8696
|
+
inert?: boolean | undefined;
|
|
8697
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
8698
|
+
is?: string | undefined;
|
|
8699
|
+
exportparts?: string | undefined;
|
|
8700
|
+
part?: string | undefined;
|
|
8701
|
+
"aria-activedescendant"?: string | undefined;
|
|
8702
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
8703
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
8704
|
+
"aria-braillelabel"?: string | undefined;
|
|
8705
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
8706
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
8707
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
8708
|
+
"aria-colcount"?: number | undefined;
|
|
8709
|
+
"aria-colindex"?: number | undefined;
|
|
8710
|
+
"aria-colindextext"?: string | undefined;
|
|
8711
|
+
"aria-colspan"?: number | undefined;
|
|
8712
|
+
"aria-controls"?: string | undefined;
|
|
8713
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
8714
|
+
"aria-describedby"?: string | undefined;
|
|
8715
|
+
"aria-description"?: string | undefined;
|
|
8716
|
+
"aria-details"?: string | undefined;
|
|
8717
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
8718
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
8719
|
+
"aria-errormessage"?: string | undefined;
|
|
8720
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
8721
|
+
"aria-flowto"?: string | undefined;
|
|
8722
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
8723
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
8724
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
8725
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
8726
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
8727
|
+
"aria-label"?: string | undefined;
|
|
8728
|
+
"aria-labelledby"?: string | undefined;
|
|
8729
|
+
"aria-level"?: number | undefined;
|
|
8730
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
8731
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
8732
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
8733
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
8734
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
8735
|
+
"aria-owns"?: string | undefined;
|
|
8736
|
+
"aria-placeholder"?: string | undefined;
|
|
8737
|
+
"aria-posinset"?: number | undefined;
|
|
8738
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
8739
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
8740
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
8741
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
8742
|
+
"aria-roledescription"?: string | undefined;
|
|
8743
|
+
"aria-rowcount"?: number | undefined;
|
|
8744
|
+
"aria-rowindex"?: number | undefined;
|
|
8745
|
+
"aria-rowindextext"?: string | undefined;
|
|
8746
|
+
"aria-rowspan"?: number | undefined;
|
|
8747
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
8748
|
+
"aria-setsize"?: number | undefined;
|
|
8749
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
8750
|
+
"aria-valuemax"?: number | undefined;
|
|
8751
|
+
"aria-valuemin"?: number | undefined;
|
|
8752
|
+
"aria-valuenow"?: number | undefined;
|
|
8753
|
+
"aria-valuetext"?: string | undefined;
|
|
8754
|
+
dangerouslySetInnerHTML?: {
|
|
8755
|
+
__html: string | TrustedHTML;
|
|
8756
|
+
} | undefined;
|
|
8757
|
+
onCopy?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8758
|
+
onCopyCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8759
|
+
onCut?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8760
|
+
onCutCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8761
|
+
onPaste?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8762
|
+
onPasteCapture?: ClipboardEventHandler<HTMLElement> | undefined;
|
|
8763
|
+
onCompositionEnd?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8764
|
+
onCompositionEndCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8765
|
+
onCompositionStart?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8766
|
+
onCompositionStartCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8767
|
+
onCompositionUpdate?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8768
|
+
onCompositionUpdateCapture?: CompositionEventHandler<HTMLElement> | undefined;
|
|
8769
|
+
onFocus?: FocusEventHandler<HTMLElement> | undefined;
|
|
8770
|
+
onFocusCapture?: FocusEventHandler<HTMLElement> | undefined;
|
|
8771
|
+
onBlur?: FocusEventHandler<HTMLElement> | undefined;
|
|
8772
|
+
onBlurCapture?: FocusEventHandler<HTMLElement> | undefined;
|
|
8773
|
+
onChange?: ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
8774
|
+
onChangeCapture?: ChangeEventHandler<HTMLElement, Element> | undefined;
|
|
8775
|
+
onBeforeInput?: InputEventHandler<HTMLElement> | undefined;
|
|
8776
|
+
onBeforeInputCapture?: InputEventHandler<HTMLElement> | undefined;
|
|
8777
|
+
onInput?: InputEventHandler<HTMLElement> | undefined;
|
|
8778
|
+
onInputCapture?: InputEventHandler<HTMLElement> | undefined;
|
|
8779
|
+
onReset?: ReactEventHandler<HTMLElement> | undefined;
|
|
8780
|
+
onResetCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8781
|
+
onSubmit?: SubmitEventHandler<HTMLElement> | undefined;
|
|
8782
|
+
onSubmitCapture?: SubmitEventHandler<HTMLElement> | undefined;
|
|
8783
|
+
onInvalid?: ReactEventHandler<HTMLElement> | undefined;
|
|
8784
|
+
onInvalidCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8785
|
+
onLoad?: ReactEventHandler<HTMLElement> | undefined;
|
|
8786
|
+
onLoadCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8787
|
+
onError?: ReactEventHandler<HTMLElement> | undefined;
|
|
8788
|
+
onErrorCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8789
|
+
onKeyDown?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8790
|
+
onKeyDownCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8791
|
+
onKeyPress?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8792
|
+
onKeyPressCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8793
|
+
onKeyUp?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8794
|
+
onKeyUpCapture?: KeyboardEventHandler<HTMLElement> | undefined;
|
|
8795
|
+
onAbort?: ReactEventHandler<HTMLElement> | undefined;
|
|
8796
|
+
onAbortCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8797
|
+
onCanPlay?: ReactEventHandler<HTMLElement> | undefined;
|
|
8798
|
+
onCanPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8799
|
+
onCanPlayThrough?: ReactEventHandler<HTMLElement> | undefined;
|
|
8800
|
+
onCanPlayThroughCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8801
|
+
onDurationChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
8802
|
+
onDurationChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8803
|
+
onEmptied?: ReactEventHandler<HTMLElement> | undefined;
|
|
8804
|
+
onEmptiedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8805
|
+
onEncrypted?: ReactEventHandler<HTMLElement> | undefined;
|
|
8806
|
+
onEncryptedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8807
|
+
onEnded?: ReactEventHandler<HTMLElement> | undefined;
|
|
8808
|
+
onEndedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8809
|
+
onLoadedData?: ReactEventHandler<HTMLElement> | undefined;
|
|
8810
|
+
onLoadedDataCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8811
|
+
onLoadedMetadata?: ReactEventHandler<HTMLElement> | undefined;
|
|
8812
|
+
onLoadedMetadataCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8813
|
+
onLoadStart?: ReactEventHandler<HTMLElement> | undefined;
|
|
8814
|
+
onLoadStartCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8815
|
+
onPause?: ReactEventHandler<HTMLElement> | undefined;
|
|
8816
|
+
onPauseCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8817
|
+
onPlay?: ReactEventHandler<HTMLElement> | undefined;
|
|
8818
|
+
onPlayCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8819
|
+
onPlaying?: ReactEventHandler<HTMLElement> | undefined;
|
|
8820
|
+
onPlayingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8821
|
+
onProgress?: ReactEventHandler<HTMLElement> | undefined;
|
|
8822
|
+
onProgressCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8823
|
+
onRateChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
8824
|
+
onRateChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8825
|
+
onSeeked?: ReactEventHandler<HTMLElement> | undefined;
|
|
8826
|
+
onSeekedCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8827
|
+
onSeeking?: ReactEventHandler<HTMLElement> | undefined;
|
|
8828
|
+
onSeekingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8829
|
+
onStalled?: ReactEventHandler<HTMLElement> | undefined;
|
|
8830
|
+
onStalledCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8831
|
+
onSuspend?: ReactEventHandler<HTMLElement> | undefined;
|
|
8832
|
+
onSuspendCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8833
|
+
onTimeUpdate?: ReactEventHandler<HTMLElement> | undefined;
|
|
8834
|
+
onTimeUpdateCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8835
|
+
onVolumeChange?: ReactEventHandler<HTMLElement> | undefined;
|
|
8836
|
+
onVolumeChangeCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8837
|
+
onWaiting?: ReactEventHandler<HTMLElement> | undefined;
|
|
8838
|
+
onWaitingCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8839
|
+
onAuxClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
8840
|
+
onAuxClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8841
|
+
onClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
8842
|
+
onClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8843
|
+
onContextMenu?: MouseEventHandler<HTMLElement> | undefined;
|
|
8844
|
+
onContextMenuCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8845
|
+
onDoubleClick?: MouseEventHandler<HTMLElement> | undefined;
|
|
8846
|
+
onDoubleClickCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8847
|
+
onDrag?: DragEventHandler<HTMLElement> | undefined;
|
|
8848
|
+
onDragCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8849
|
+
onDragEnd?: DragEventHandler<HTMLElement> | undefined;
|
|
8850
|
+
onDragEndCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8851
|
+
onDragEnter?: DragEventHandler<HTMLElement> | undefined;
|
|
8852
|
+
onDragEnterCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8853
|
+
onDragExit?: DragEventHandler<HTMLElement> | undefined;
|
|
8854
|
+
onDragExitCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8855
|
+
onDragLeave?: DragEventHandler<HTMLElement> | undefined;
|
|
8856
|
+
onDragLeaveCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8857
|
+
onDragOver?: DragEventHandler<HTMLElement> | undefined;
|
|
8858
|
+
onDragOverCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8859
|
+
onDragStart?: DragEventHandler<HTMLElement> | undefined;
|
|
8860
|
+
onDragStartCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8861
|
+
onDrop?: DragEventHandler<HTMLElement> | undefined;
|
|
8862
|
+
onDropCapture?: DragEventHandler<HTMLElement> | undefined;
|
|
8863
|
+
onMouseDown?: MouseEventHandler<HTMLElement> | undefined;
|
|
8864
|
+
onMouseDownCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8865
|
+
onMouseEnter?: MouseEventHandler<HTMLElement> | undefined;
|
|
8866
|
+
onMouseLeave?: MouseEventHandler<HTMLElement> | undefined;
|
|
8867
|
+
onMouseMove?: MouseEventHandler<HTMLElement> | undefined;
|
|
8868
|
+
onMouseMoveCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8869
|
+
onMouseOut?: MouseEventHandler<HTMLElement> | undefined;
|
|
8870
|
+
onMouseOutCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8871
|
+
onMouseOver?: MouseEventHandler<HTMLElement> | undefined;
|
|
8872
|
+
onMouseOverCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8873
|
+
onMouseUp?: MouseEventHandler<HTMLElement> | undefined;
|
|
8874
|
+
onMouseUpCapture?: MouseEventHandler<HTMLElement> | undefined;
|
|
8875
|
+
onSelect?: ReactEventHandler<HTMLElement> | undefined;
|
|
8876
|
+
onSelectCapture?: ReactEventHandler<HTMLElement> | undefined;
|
|
8877
|
+
onTouchCancel?: TouchEventHandler<HTMLElement> | undefined;
|
|
8878
|
+
onTouchCancelCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8879
|
+
onTouchEnd?: TouchEventHandler<HTMLElement> | undefined;
|
|
8880
|
+
onTouchEndCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8881
|
+
onTouchMove?: TouchEventHandler<HTMLElement> | undefined;
|
|
8882
|
+
onTouchMoveCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8883
|
+
onTouchStart?: TouchEventHandler<HTMLElement> | undefined;
|
|
8884
|
+
onTouchStartCapture?: TouchEventHandler<HTMLElement> | undefined;
|
|
8885
|
+
onPointerDown?: PointerEventHandler<HTMLElement> | undefined;
|
|
8886
|
+
onPointerDownCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8887
|
+
onPointerMove?: PointerEventHandler<HTMLElement> | undefined;
|
|
8888
|
+
onPointerMoveCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8889
|
+
onPointerUp?: PointerEventHandler<HTMLElement> | undefined;
|
|
8890
|
+
onPointerUpCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8891
|
+
onPointerCancel?: PointerEventHandler<HTMLElement> | undefined;
|
|
8892
|
+
onPointerCancelCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8893
|
+
onPointerEnter?: PointerEventHandler<HTMLElement> | undefined;
|
|
8894
|
+
onPointerLeave?: PointerEventHandler<HTMLElement> | undefined;
|
|
8895
|
+
onPointerOver?: PointerEventHandler<HTMLElement> | undefined;
|
|
8896
|
+
onPointerOverCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8897
|
+
onPointerOut?: PointerEventHandler<HTMLElement> | undefined;
|
|
8898
|
+
onPointerOutCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8899
|
+
onGotPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8900
|
+
onGotPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8901
|
+
onLostPointerCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8902
|
+
onLostPointerCaptureCapture?: PointerEventHandler<HTMLElement> | undefined;
|
|
8903
|
+
onScroll?: UIEventHandler<HTMLElement> | undefined;
|
|
8904
|
+
onScrollCapture?: UIEventHandler<HTMLElement> | undefined;
|
|
8905
|
+
onScrollEnd?: UIEventHandler<HTMLElement> | undefined;
|
|
8906
|
+
onScrollEndCapture?: UIEventHandler<HTMLElement> | undefined;
|
|
8907
|
+
onWheel?: WheelEventHandler<HTMLElement> | undefined;
|
|
8908
|
+
onWheelCapture?: WheelEventHandler<HTMLElement> | undefined;
|
|
8909
|
+
onAnimationStart?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8910
|
+
onAnimationStartCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8911
|
+
onAnimationEnd?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8912
|
+
onAnimationEndCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8913
|
+
onAnimationIteration?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8914
|
+
onAnimationIterationCapture?: AnimationEventHandler<HTMLElement> | undefined;
|
|
8915
|
+
onToggle?: ToggleEventHandler<HTMLElement> | undefined;
|
|
8916
|
+
onBeforeToggle?: ToggleEventHandler<HTMLElement> | undefined;
|
|
8917
|
+
onTransitionCancel?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8918
|
+
onTransitionCancelCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8919
|
+
onTransitionEnd?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8920
|
+
onTransitionEndCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8921
|
+
onTransitionRun?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8922
|
+
onTransitionRunCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8923
|
+
onTransitionStart?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8924
|
+
onTransitionStartCapture?: TransitionEventHandler<HTMLElement> | undefined;
|
|
8925
|
+
className: string;
|
|
8165
8926
|
}, Element>;
|
|
8166
8927
|
|
|
8167
8928
|
export declare interface VisuallyHiddenProps extends HTMLAttributes<HTMLElement> {
|
|
8168
8929
|
/** Intrinsic element to render. Defaults to "span". */
|
|
8169
|
-
as?: keyof
|
|
8930
|
+
as?: keyof JSX.IntrinsicElements;
|
|
8170
8931
|
}
|
|
8171
8932
|
|
|
8172
8933
|
/**
|
|
@@ -8253,7 +9014,7 @@ export declare class WebPushUnsupportedError extends Error {
|
|
|
8253
9014
|
|
|
8254
9015
|
export declare interface WebSocketController {
|
|
8255
9016
|
/** Send a payload over the current connection. No-op when not open. */
|
|
8256
|
-
send: (payload: string |
|
|
9017
|
+
send: (payload: string | Blob | BufferSource) => boolean;
|
|
8257
9018
|
/** Close the connection and stop reconnecting. */
|
|
8258
9019
|
close: (code?: number, reason?: string) => void;
|
|
8259
9020
|
/** Force an immediate reconnect, resetting the retry counter. */
|