tempest-react-sdk 0.21.0 → 0.23.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 +67 -64
- package/dist/access/Can.cjs +2 -0
- package/dist/access/Can.cjs.map +1 -0
- package/dist/access/Can.js +10 -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 +14 -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 +21 -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 +34 -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 +13 -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 +39 -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 +18 -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 +8 -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 +30 -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 +70 -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 +14 -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 +195 -0
- package/dist/br/BrazilMap.js.map +1 -0
- package/dist/br/BrazilMap.module.css.cjs +2 -0
- package/dist/br/BrazilMap.module.css.cjs.map +1 -0
- package/dist/br/BrazilMap.module.css.js +28 -0
- package/dist/br/BrazilMap.module.css.js.map +1 -0
- package/dist/br/BrazilStateCitySelect.cjs +2 -0
- package/dist/br/BrazilStateCitySelect.cjs.map +1 -0
- package/dist/br/BrazilStateCitySelect.js +69 -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 +181 -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 +39 -0
- package/dist/br/MapLegend.js.map +1 -0
- package/dist/br/MapLegend.module.css.cjs +2 -0
- package/dist/br/MapLegend.module.css.cjs.map +1 -0
- package/dist/br/MapLegend.module.css.js +22 -0
- package/dist/br/MapLegend.module.css.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 +19 -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 +75 -0
- package/dist/br/MunicipalitySearch.js.map +1 -0
- package/dist/br/MunicipalitySearch.module.css.cjs +2 -0
- package/dist/br/MunicipalitySearch.module.css.cjs.map +1 -0
- package/dist/br/MunicipalitySearch.module.css.js +14 -0
- package/dist/br/MunicipalitySearch.module.css.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 +6 -0
- package/dist/br/br-geo.js.map +1 -0
- package/dist/br/data/br-centroids.json.cjs +2 -0
- package/dist/br/data/br-centroids.json.cjs.map +1 -0
- package/dist/br/data/br-centroids.json.js +10 -0
- package/dist/br/data/br-centroids.json.js.map +1 -0
- package/dist/br/data/br-locations.json.cjs +2 -0
- package/dist/br/data/br-locations.json.cjs.map +1 -0
- package/dist/br/data/br-locations.json.js +8 -0
- package/dist/br/data/br-locations.json.js.map +1 -0
- package/dist/br/data/br-uf-geo.json.cjs +2 -0
- package/dist/br/data/br-uf-geo.json.cjs.map +1 -0
- package/dist/br/data/br-uf-geo.json.js +10 -0
- package/dist/br/data/br-uf-geo.json.js.map +1 -0
- package/dist/br/data/mun/AC.json.cjs +2 -0
- package/dist/br/data/mun/AC.json.cjs.map +1 -0
- package/dist/br/data/mun/AC.json.js +12 -0
- package/dist/br/data/mun/AC.json.js.map +1 -0
- package/dist/br/data/mun/AL.json.cjs +2 -0
- package/dist/br/data/mun/AL.json.cjs.map +1 -0
- package/dist/br/data/mun/AL.json.js +12 -0
- package/dist/br/data/mun/AL.json.js.map +1 -0
- package/dist/br/data/mun/AM.json.cjs +2 -0
- package/dist/br/data/mun/AM.json.cjs.map +1 -0
- package/dist/br/data/mun/AM.json.js +12 -0
- package/dist/br/data/mun/AM.json.js.map +1 -0
- package/dist/br/data/mun/AP.json.cjs +2 -0
- package/dist/br/data/mun/AP.json.cjs.map +1 -0
- package/dist/br/data/mun/AP.json.js +12 -0
- package/dist/br/data/mun/AP.json.js.map +1 -0
- package/dist/br/data/mun/BA.json.cjs +2 -0
- package/dist/br/data/mun/BA.json.cjs.map +1 -0
- package/dist/br/data/mun/BA.json.js +12 -0
- package/dist/br/data/mun/BA.json.js.map +1 -0
- package/dist/br/data/mun/CE.json.cjs +2 -0
- package/dist/br/data/mun/CE.json.cjs.map +1 -0
- package/dist/br/data/mun/CE.json.js +12 -0
- package/dist/br/data/mun/CE.json.js.map +1 -0
- package/dist/br/data/mun/DF.json.cjs +2 -0
- package/dist/br/data/mun/DF.json.cjs.map +1 -0
- package/dist/br/data/mun/DF.json.js +12 -0
- package/dist/br/data/mun/DF.json.js.map +1 -0
- package/dist/br/data/mun/ES.json.cjs +2 -0
- package/dist/br/data/mun/ES.json.cjs.map +1 -0
- package/dist/br/data/mun/ES.json.js +12 -0
- package/dist/br/data/mun/ES.json.js.map +1 -0
- package/dist/br/data/mun/GO.json.cjs +2 -0
- package/dist/br/data/mun/GO.json.cjs.map +1 -0
- package/dist/br/data/mun/GO.json.js +12 -0
- package/dist/br/data/mun/GO.json.js.map +1 -0
- package/dist/br/data/mun/MA.json.cjs +2 -0
- package/dist/br/data/mun/MA.json.cjs.map +1 -0
- package/dist/br/data/mun/MA.json.js +12 -0
- package/dist/br/data/mun/MA.json.js.map +1 -0
- package/dist/br/data/mun/MG.json.cjs +2 -0
- package/dist/br/data/mun/MG.json.cjs.map +1 -0
- package/dist/br/data/mun/MG.json.js +12 -0
- package/dist/br/data/mun/MG.json.js.map +1 -0
- package/dist/br/data/mun/MS.json.cjs +2 -0
- package/dist/br/data/mun/MS.json.cjs.map +1 -0
- package/dist/br/data/mun/MS.json.js +12 -0
- package/dist/br/data/mun/MS.json.js.map +1 -0
- package/dist/br/data/mun/MT.json.cjs +2 -0
- package/dist/br/data/mun/MT.json.cjs.map +1 -0
- package/dist/br/data/mun/MT.json.js +12 -0
- package/dist/br/data/mun/MT.json.js.map +1 -0
- package/dist/br/data/mun/PA.json.cjs +2 -0
- package/dist/br/data/mun/PA.json.cjs.map +1 -0
- package/dist/br/data/mun/PA.json.js +12 -0
- package/dist/br/data/mun/PA.json.js.map +1 -0
- package/dist/br/data/mun/PB.json.cjs +2 -0
- package/dist/br/data/mun/PB.json.cjs.map +1 -0
- package/dist/br/data/mun/PB.json.js +12 -0
- package/dist/br/data/mun/PB.json.js.map +1 -0
- package/dist/br/data/mun/PE.json.cjs +2 -0
- package/dist/br/data/mun/PE.json.cjs.map +1 -0
- package/dist/br/data/mun/PE.json.js +12 -0
- package/dist/br/data/mun/PE.json.js.map +1 -0
- package/dist/br/data/mun/PI.json.cjs +2 -0
- package/dist/br/data/mun/PI.json.cjs.map +1 -0
- package/dist/br/data/mun/PI.json.js +12 -0
- package/dist/br/data/mun/PI.json.js.map +1 -0
- package/dist/br/data/mun/PR.json.cjs +2 -0
- package/dist/br/data/mun/PR.json.cjs.map +1 -0
- package/dist/br/data/mun/PR.json.js +12 -0
- package/dist/br/data/mun/PR.json.js.map +1 -0
- package/dist/br/data/mun/RJ.json.cjs +2 -0
- package/dist/br/data/mun/RJ.json.cjs.map +1 -0
- package/dist/br/data/mun/RJ.json.js +12 -0
- package/dist/br/data/mun/RJ.json.js.map +1 -0
- package/dist/br/data/mun/RN.json.cjs +2 -0
- package/dist/br/data/mun/RN.json.cjs.map +1 -0
- package/dist/br/data/mun/RN.json.js +12 -0
- package/dist/br/data/mun/RN.json.js.map +1 -0
- package/dist/br/data/mun/RO.json.cjs +2 -0
- package/dist/br/data/mun/RO.json.cjs.map +1 -0
- package/dist/br/data/mun/RO.json.js +12 -0
- package/dist/br/data/mun/RO.json.js.map +1 -0
- package/dist/br/data/mun/RR.json.cjs +2 -0
- package/dist/br/data/mun/RR.json.cjs.map +1 -0
- package/dist/br/data/mun/RR.json.js +12 -0
- package/dist/br/data/mun/RR.json.js.map +1 -0
- package/dist/br/data/mun/RS.json.cjs +2 -0
- package/dist/br/data/mun/RS.json.cjs.map +1 -0
- package/dist/br/data/mun/RS.json.js +12 -0
- package/dist/br/data/mun/RS.json.js.map +1 -0
- package/dist/br/data/mun/SC.json.cjs +2 -0
- package/dist/br/data/mun/SC.json.cjs.map +1 -0
- package/dist/br/data/mun/SC.json.js +12 -0
- package/dist/br/data/mun/SC.json.js.map +1 -0
- package/dist/br/data/mun/SE.json.cjs +2 -0
- package/dist/br/data/mun/SE.json.cjs.map +1 -0
- package/dist/br/data/mun/SE.json.js +12 -0
- package/dist/br/data/mun/SE.json.js.map +1 -0
- package/dist/br/data/mun/SP.json.cjs +2 -0
- package/dist/br/data/mun/SP.json.cjs.map +1 -0
- package/dist/br/data/mun/SP.json.js +12 -0
- package/dist/br/data/mun/SP.json.js.map +1 -0
- package/dist/br/data/mun/TO.json.cjs +2 -0
- package/dist/br/data/mun/TO.json.cjs.map +1 -0
- package/dist/br/data/mun/TO.json.js +12 -0
- package/dist/br/data/mun/TO.json.js.map +1 -0
- package/dist/br/geocode.cjs +2 -0
- package/dist/br/geocode.cjs.map +1 -0
- package/dist/br/geocode.js +89 -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 +80 -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 +65 -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 +39 -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 +46 -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 +15 -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 +48 -0
- package/dist/br/use-map-zoom.js.map +1 -0
- package/dist/br.cjs +1 -1
- package/dist/br.cjs.map +1 -1
- package/dist/br.js +46 -945
- 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 +47 -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 +41 -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 +41 -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 +39 -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 +43 -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 +18 -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 -1
- package/dist/charts.cjs.map +1 -1
- package/dist/charts.js +12 -193
- package/dist/charts.js.map +1 -1
- package/dist/components/Accordion/Accordion.cjs +2 -0
- package/dist/components/Accordion/Accordion.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.js +78 -0
- package/dist/components/Accordion/Accordion.js.map +1 -0
- package/dist/components/Accordion/Accordion.module.css.cjs +2 -0
- package/dist/components/Accordion/Accordion.module.css.cjs.map +1 -0
- package/dist/components/Accordion/Accordion.module.css.js +20 -0
- package/dist/components/Accordion/Accordion.module.css.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 +63 -0
- package/dist/components/Alert/Alert.js.map +1 -0
- package/dist/components/Alert/Alert.module.css.cjs +2 -0
- package/dist/components/Alert/Alert.module.css.cjs.map +1 -0
- package/dist/components/Alert/Alert.module.css.js +32 -0
- package/dist/components/Alert/Alert.module.css.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 +59 -0
- package/dist/components/AppBar/AppBar.js.map +1 -0
- package/dist/components/AppBar/AppBar.module.css.cjs +2 -0
- package/dist/components/AppBar/AppBar.module.css.cjs.map +1 -0
- package/dist/components/AppBar/AppBar.module.css.js +32 -0
- package/dist/components/AppBar/AppBar.module.css.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 +29 -0
- package/dist/components/AppShell/AppShell.js.map +1 -0
- package/dist/components/AppShell/AppShell.module.css.cjs +2 -0
- package/dist/components/AppShell/AppShell.module.css.cjs.map +1 -0
- package/dist/components/AppShell/AppShell.module.css.js +20 -0
- package/dist/components/AppShell/AppShell.module.css.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 +17 -0
- package/dist/components/AspectRatio/AspectRatio.js.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.module.css.cjs +2 -0
- package/dist/components/AspectRatio/AspectRatio.module.css.cjs.map +1 -0
- package/dist/components/AspectRatio/AspectRatio.module.css.js +8 -0
- package/dist/components/AspectRatio/AspectRatio.module.css.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 +47 -0
- package/dist/components/Avatar/Avatar.js.map +1 -0
- package/dist/components/Avatar/Avatar.module.css.cjs +2 -0
- package/dist/components/Avatar/Avatar.module.css.cjs.map +1 -0
- package/dist/components/Avatar/Avatar.module.css.js +30 -0
- package/dist/components/Avatar/Avatar.module.css.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 +37 -0
- package/dist/components/Badge/Badge.js.map +1 -0
- package/dist/components/Badge/Badge.module.css.cjs +2 -0
- package/dist/components/Badge/Badge.module.css.cjs.map +1 -0
- package/dist/components/Badge/Badge.module.css.js +34 -0
- package/dist/components/Badge/Badge.module.css.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 +41 -0
- package/dist/components/Banner/Banner.js.map +1 -0
- package/dist/components/Banner/Banner.module.css.cjs +2 -0
- package/dist/components/Banner/Banner.module.css.cjs.map +1 -0
- package/dist/components/Banner/Banner.module.css.js +28 -0
- package/dist/components/Banner/Banner.module.css.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 +37 -0
- package/dist/components/BottomNavigation/BottomNavigation.js.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.css.cjs +2 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.css.cjs.map +1 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.css.js +20 -0
- package/dist/components/BottomNavigation/BottomNavigation.module.css.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 +60 -0
- package/dist/components/BottomSheet/BottomSheet.js.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.module.css.cjs +2 -0
- package/dist/components/BottomSheet/BottomSheet.module.css.cjs.map +1 -0
- package/dist/components/BottomSheet/BottomSheet.module.css.js +20 -0
- package/dist/components/BottomSheet/BottomSheet.module.css.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 +34 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.js.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.css.cjs +2 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.css.cjs.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.css.js +16 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.css.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 +68 -0
- package/dist/components/Button/Button.js.map +1 -0
- package/dist/components/Button/Button.module.css.cjs +2 -0
- package/dist/components/Button/Button.module.css.cjs.map +1 -0
- package/dist/components/Button/Button.module.css.js +50 -0
- package/dist/components/Button/Button.module.css.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 +156 -0
- package/dist/components/Calendar/Calendar.js.map +1 -0
- package/dist/components/Calendar/Calendar.module.css.cjs +2 -0
- package/dist/components/Calendar/Calendar.module.css.cjs.map +1 -0
- package/dist/components/Calendar/Calendar.module.css.js +28 -0
- package/dist/components/Calendar/Calendar.module.css.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 +45 -0
- package/dist/components/Card/Card.js.map +1 -0
- package/dist/components/Card/Card.module.css.cjs +2 -0
- package/dist/components/Card/Card.module.css.cjs.map +1 -0
- package/dist/components/Card/Card.module.css.js +28 -0
- package/dist/components/Card/Card.module.css.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 +97 -0
- package/dist/components/Carousel/Carousel.js.map +1 -0
- package/dist/components/Carousel/Carousel.module.css.cjs +2 -0
- package/dist/components/Carousel/Carousel.module.css.cjs.map +1 -0
- package/dist/components/Carousel/Carousel.module.css.js +26 -0
- package/dist/components/Carousel/Carousel.module.css.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 +23 -0
- package/dist/components/Center/Center.js.map +1 -0
- package/dist/components/Center/Center.module.css.cjs +2 -0
- package/dist/components/Center/Center.module.css.cjs.map +1 -0
- package/dist/components/Center/Center.module.css.js +14 -0
- package/dist/components/Center/Center.module.css.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 +49 -0
- package/dist/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.module.css.cjs +2 -0
- package/dist/components/Checkbox/Checkbox.module.css.cjs.map +1 -0
- package/dist/components/Checkbox/Checkbox.module.css.js +20 -0
- package/dist/components/Checkbox/Checkbox.module.css.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 +79 -0
- package/dist/components/ChipInput/ChipInput.js.map +1 -0
- package/dist/components/ChipInput/ChipInput.module.css.cjs +2 -0
- package/dist/components/ChipInput/ChipInput.module.css.cjs.map +1 -0
- package/dist/components/ChipInput/ChipInput.module.css.js +24 -0
- package/dist/components/ChipInput/ChipInput.module.css.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 +20 -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 +47 -0
- package/dist/components/Collapsible/Collapsible.js.map +1 -0
- package/dist/components/Collapsible/Collapsible.module.css.cjs +2 -0
- package/dist/components/Collapsible/Collapsible.module.css.cjs.map +1 -0
- package/dist/components/Collapsible/Collapsible.module.css.js +12 -0
- package/dist/components/Collapsible/Collapsible.module.css.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 +103 -0
- package/dist/components/Combobox/Combobox.js.map +1 -0
- package/dist/components/Combobox/Combobox.module.css.cjs +2 -0
- package/dist/components/Combobox/Combobox.module.css.cjs.map +1 -0
- package/dist/components/Combobox/Combobox.module.css.js +32 -0
- package/dist/components/Combobox/Combobox.module.css.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 +143 -0
- package/dist/components/Command/Command.js.map +1 -0
- package/dist/components/Command/Command.module.css.cjs +2 -0
- package/dist/components/Command/Command.module.css.cjs.map +1 -0
- package/dist/components/Command/Command.module.css.js +34 -0
- package/dist/components/Command/Command.module.css.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 +12 -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 +35 -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 +86 -0
- package/dist/components/ContextMenu/ContextMenu.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.module.css.cjs +2 -0
- package/dist/components/ContextMenu/ContextMenu.module.css.cjs.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.module.css.js +18 -0
- package/dist/components/ContextMenu/ContextMenu.module.css.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 +43 -0
- package/dist/components/CopyButton/CopyButton.js.map +1 -0
- package/dist/components/CopyButton/CopyButton.module.css.cjs +2 -0
- package/dist/components/CopyButton/CopyButton.module.css.cjs.map +1 -0
- package/dist/components/CopyButton/CopyButton.module.css.js +10 -0
- package/dist/components/CopyButton/CopyButton.module.css.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 +17 -0
- package/dist/components/DataList/DataList.js.map +1 -0
- package/dist/components/DataList/DataList.module.css.cjs +2 -0
- package/dist/components/DataList/DataList.module.css.cjs.map +1 -0
- package/dist/components/DataList/DataList.module.css.js +10 -0
- package/dist/components/DataList/DataList.module.css.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.css.cjs +2 -0
- package/dist/components/DataTable/DataTable.module.css.cjs.map +1 -0
- package/dist/components/DataTable/DataTable.module.css.js +14 -0
- package/dist/components/DataTable/DataTable.module.css.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 +19 -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 +152 -0
- package/dist/components/DateRangePicker/DateRangePicker.js.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.css.cjs +2 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.css.cjs.map +1 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.css.js +40 -0
- package/dist/components/DateRangePicker/DateRangePicker.module.css.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 +14 -0
- package/dist/components/DescriptionList/DescriptionList.js.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.module.css.cjs +2 -0
- package/dist/components/DescriptionList/DescriptionList.module.css.cjs.map +1 -0
- package/dist/components/DescriptionList/DescriptionList.module.css.js +12 -0
- package/dist/components/DescriptionList/DescriptionList.module.css.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 +57 -0
- package/dist/components/Divider/Divider.js.map +1 -0
- package/dist/components/Divider/Divider.module.css.cjs +2 -0
- package/dist/components/Divider/Divider.module.css.cjs.map +1 -0
- package/dist/components/Divider/Divider.module.css.js +20 -0
- package/dist/components/Divider/Divider.module.css.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 +96 -0
- package/dist/components/Drawer/Drawer.js.map +1 -0
- package/dist/components/Drawer/Drawer.module.css.cjs +2 -0
- package/dist/components/Drawer/Drawer.module.css.cjs.map +1 -0
- package/dist/components/Drawer/Drawer.module.css.js +42 -0
- package/dist/components/Drawer/Drawer.module.css.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 +109 -0
- package/dist/components/DropdownMenu/DropdownMenu.js.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.css.cjs +2 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.css.cjs.map +1 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.css.js +28 -0
- package/dist/components/DropdownMenu/DropdownMenu.module.css.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 +80 -0
- package/dist/components/Dropzone/Dropzone.js.map +1 -0
- package/dist/components/Dropzone/Dropzone.module.css.cjs +2 -0
- package/dist/components/Dropzone/Dropzone.module.css.cjs.map +1 -0
- package/dist/components/Dropzone/Dropzone.module.css.js +16 -0
- package/dist/components/Dropzone/Dropzone.module.css.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 +15 -0
- package/dist/components/EmptyState/EmptyState.js.map +1 -0
- package/dist/components/EmptyState/EmptyState.module.css.cjs +2 -0
- package/dist/components/EmptyState/EmptyState.module.css.cjs.map +1 -0
- package/dist/components/EmptyState/EmptyState.module.css.js +16 -0
- package/dist/components/EmptyState/EmptyState.module.css.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 +35 -0
- package/dist/components/ErrorState/ErrorState.js.map +1 -0
- package/dist/components/ErrorState/ErrorState.module.css.cjs +2 -0
- package/dist/components/ErrorState/ErrorState.module.css.cjs.map +1 -0
- package/dist/components/ErrorState/ErrorState.module.css.js +16 -0
- package/dist/components/ErrorState/ErrorState.module.css.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 +10 -0
- package/dist/components/ErrorText/ErrorText.js.map +1 -0
- package/dist/components/ErrorText/ErrorText.module.css.cjs +2 -0
- package/dist/components/ErrorText/ErrorText.module.css.cjs.map +1 -0
- package/dist/components/ErrorText/ErrorText.module.css.js +8 -0
- package/dist/components/ErrorText/ErrorText.module.css.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 +127 -0
- package/dist/components/FileUpload/FileUpload.js.map +1 -0
- package/dist/components/FileUpload/FileUpload.module.css.cjs +2 -0
- package/dist/components/FileUpload/FileUpload.module.css.cjs.map +1 -0
- package/dist/components/FileUpload/FileUpload.module.css.js +32 -0
- package/dist/components/FileUpload/FileUpload.module.css.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 +39 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.js.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.css.cjs +2 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.css.cjs.map +1 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.css.js +32 -0
- package/dist/components/FloatingActionButton/FloatingActionButton.module.css.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 +9 -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 +72 -0
- package/dist/components/Form/Form.js.map +1 -0
- package/dist/components/Form/Form.module.css.cjs +2 -0
- package/dist/components/Form/Form.module.css.cjs.map +1 -0
- package/dist/components/Form/Form.module.css.js +36 -0
- package/dist/components/Form/Form.module.css.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 +48 -0
- package/dist/components/HoverCard/HoverCard.js.map +1 -0
- package/dist/components/HoverCard/HoverCard.module.css.cjs +2 -0
- package/dist/components/HoverCard/HoverCard.module.css.cjs.map +1 -0
- package/dist/components/HoverCard/HoverCard.module.css.js +22 -0
- package/dist/components/HoverCard/HoverCard.module.css.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 +32 -0
- package/dist/components/Image/Image.js.map +1 -0
- package/dist/components/Image/Image.module.css.cjs +2 -0
- package/dist/components/Image/Image.module.css.cjs.map +1 -0
- package/dist/components/Image/Image.module.css.js +8 -0
- package/dist/components/Image/Image.module.css.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 +52 -0
- package/dist/components/Input/Input.js.map +1 -0
- package/dist/components/Input/Input.module.css.cjs +2 -0
- package/dist/components/Input/Input.module.css.cjs.map +1 -0
- package/dist/components/Input/Input.module.css.js +36 -0
- package/dist/components/Input/Input.module.css.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 +66 -0
- package/dist/components/InstallBanner/InstallBanner.js.map +1 -0
- package/dist/components/InstallBanner/InstallBanner.module.css.cjs +2 -0
- package/dist/components/InstallBanner/InstallBanner.module.css.cjs.map +1 -0
- package/dist/components/InstallBanner/InstallBanner.module.css.js +18 -0
- package/dist/components/InstallBanner/InstallBanner.module.css.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 +20 -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 +10 -0
- package/dist/components/Kbd/Kbd.js.map +1 -0
- package/dist/components/Kbd/Kbd.module.css.cjs +2 -0
- package/dist/components/Kbd/Kbd.module.css.cjs.map +1 -0
- package/dist/components/Kbd/Kbd.module.css.js +14 -0
- package/dist/components/Kbd/Kbd.module.css.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 +14 -0
- package/dist/components/Label/Label.js.map +1 -0
- package/dist/components/Label/Label.module.css.cjs +2 -0
- package/dist/components/Label/Label.module.css.cjs.map +1 -0
- package/dist/components/Label/Label.module.css.js +10 -0
- package/dist/components/Label/Label.module.css.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 +72 -0
- package/dist/components/Layout/Layout.js.map +1 -0
- package/dist/components/Layout/Layout.module.css.cjs +2 -0
- package/dist/components/Layout/Layout.module.css.cjs.map +1 -0
- package/dist/components/Layout/Layout.module.css.js +44 -0
- package/dist/components/Layout/Layout.module.css.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 +42 -0
- package/dist/components/ListTile/ListTile.js.map +1 -0
- package/dist/components/ListTile/ListTile.module.css.cjs +2 -0
- package/dist/components/ListTile/ListTile.module.css.cjs.map +1 -0
- package/dist/components/ListTile/ListTile.module.css.js +24 -0
- package/dist/components/ListTile/ListTile.module.css.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 +84 -0
- package/dist/components/Menubar/Menubar.js.map +1 -0
- package/dist/components/Menubar/Menubar.module.css.cjs +2 -0
- package/dist/components/Menubar/Menubar.module.css.cjs.map +1 -0
- package/dist/components/Menubar/Menubar.module.css.js +24 -0
- package/dist/components/Menubar/Menubar.module.css.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 +97 -0
- package/dist/components/Modal/Modal.js.map +1 -0
- package/dist/components/Modal/Modal.module.css.cjs +2 -0
- package/dist/components/Modal/Modal.module.css.cjs.map +1 -0
- package/dist/components/Modal/Modal.module.css.js +40 -0
- package/dist/components/Modal/Modal.module.css.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 +88 -0
- package/dist/components/ModalsManager/ModalsManager.js.map +1 -0
- package/dist/components/ModalsManager/ModalsManager.module.css.cjs +2 -0
- package/dist/components/ModalsManager/ModalsManager.module.css.cjs.map +1 -0
- package/dist/components/ModalsManager/ModalsManager.module.css.js +8 -0
- package/dist/components/ModalsManager/ModalsManager.module.css.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 +12 -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 +155 -0
- package/dist/components/MultiSelect/MultiSelect.js.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.module.css.cjs +2 -0
- package/dist/components/MultiSelect/MultiSelect.module.css.cjs.map +1 -0
- package/dist/components/MultiSelect/MultiSelect.module.css.js +38 -0
- package/dist/components/MultiSelect/MultiSelect.module.css.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 +66 -0
- package/dist/components/NProgress/NProgress.js.map +1 -0
- package/dist/components/NProgress/NProgress.module.css.cjs +2 -0
- package/dist/components/NProgress/NProgress.module.css.cjs.map +1 -0
- package/dist/components/NProgress/NProgress.module.css.js +8 -0
- package/dist/components/NProgress/NProgress.module.css.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 +36 -0
- package/dist/components/Navbar/Navbar.js.map +1 -0
- package/dist/components/Navbar/Navbar.module.css.cjs +2 -0
- package/dist/components/Navbar/Navbar.module.css.cjs.map +1 -0
- package/dist/components/Navbar/Navbar.module.css.js +24 -0
- package/dist/components/Navbar/Navbar.module.css.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 +78 -0
- package/dist/components/NavigationMenu/NavigationMenu.js.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.css.cjs +2 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.css.cjs.map +1 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.css.js +20 -0
- package/dist/components/NavigationMenu/NavigationMenu.module.css.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 +42 -0
- package/dist/components/NavigationRail/NavigationRail.js.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.module.css.cjs +2 -0
- package/dist/components/NavigationRail/NavigationRail.module.css.cjs.map +1 -0
- package/dist/components/NavigationRail/NavigationRail.module.css.js +26 -0
- package/dist/components/NavigationRail/NavigationRail.module.css.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 +50 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.js.map +1 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.css.cjs +2 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.css.cjs.map +1 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.css.js +18 -0
- package/dist/components/OfflineIndicator/OfflineIndicator.module.css.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 +34 -0
- package/dist/components/Page/Page.js.map +1 -0
- package/dist/components/Page/Page.module.css.cjs +2 -0
- package/dist/components/Page/Page.module.css.cjs.map +1 -0
- package/dist/components/Page/Page.module.css.js +28 -0
- package/dist/components/Page/Page.module.css.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 +97 -0
- package/dist/components/Pagination/Pagination.js.map +1 -0
- package/dist/components/Pagination/Pagination.module.css.cjs +2 -0
- package/dist/components/Pagination/Pagination.module.css.cjs.map +1 -0
- package/dist/components/Pagination/Pagination.module.css.js +22 -0
- package/dist/components/Pagination/Pagination.module.css.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 +76 -0
- package/dist/components/PasswordInput/PasswordInput.js.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.module.css.cjs +2 -0
- package/dist/components/PasswordInput/PasswordInput.module.css.cjs.map +1 -0
- package/dist/components/PasswordInput/PasswordInput.module.css.js +44 -0
- package/dist/components/PasswordInput/PasswordInput.module.css.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 +86 -0
- package/dist/components/PinInput/PinInput.js.map +1 -0
- package/dist/components/PinInput/PinInput.module.css.cjs +2 -0
- package/dist/components/PinInput/PinInput.module.css.cjs.map +1 -0
- package/dist/components/PinInput/PinInput.module.css.js +26 -0
- package/dist/components/PinInput/PinInput.module.css.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 +60 -0
- package/dist/components/Popover/Popover.js.map +1 -0
- package/dist/components/Popover/Popover.module.css.cjs +2 -0
- package/dist/components/Popover/Popover.module.css.cjs.map +1 -0
- package/dist/components/Popover/Popover.module.css.js +20 -0
- package/dist/components/Popover/Popover.module.css.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 +10 -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 +48 -0
- package/dist/components/Progress/Progress.js.map +1 -0
- package/dist/components/Progress/Progress.module.css.cjs +2 -0
- package/dist/components/Progress/Progress.module.css.cjs.map +1 -0
- package/dist/components/Progress/Progress.module.css.js +24 -0
- package/dist/components/Progress/Progress.module.css.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 +82 -0
- package/dist/components/Radio/Radio.js.map +1 -0
- package/dist/components/Radio/Radio.module.css.cjs +2 -0
- package/dist/components/Radio/Radio.module.css.cjs.map +1 -0
- package/dist/components/Radio/Radio.module.css.js +24 -0
- package/dist/components/Radio/Radio.module.css.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 +79 -0
- package/dist/components/RangeSlider/RangeSlider.js.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.module.css.cjs +2 -0
- package/dist/components/RangeSlider/RangeSlider.module.css.cjs.map +1 -0
- package/dist/components/RangeSlider/RangeSlider.module.css.js +22 -0
- package/dist/components/RangeSlider/RangeSlider.module.css.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 +71 -0
- package/dist/components/RatingStars/RatingStars.js.map +1 -0
- package/dist/components/RatingStars/RatingStars.module.css.cjs +2 -0
- package/dist/components/RatingStars/RatingStars.module.css.cjs.map +1 -0
- package/dist/components/RatingStars/RatingStars.module.css.js +22 -0
- package/dist/components/RatingStars/RatingStars.module.css.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 +90 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.js.map +1 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.css.cjs +2 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.css.cjs.map +1 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.css.js +14 -0
- package/dist/components/RefreshIndicator/RefreshIndicator.module.css.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 +10 -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 +89 -0
- package/dist/components/Resizable/Resizable.js.map +1 -0
- package/dist/components/Resizable/Resizable.module.css.cjs +2 -0
- package/dist/components/Resizable/Resizable.module.css.cjs.map +1 -0
- package/dist/components/Resizable/Resizable.module.css.js +18 -0
- package/dist/components/Resizable/Resizable.module.css.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 +33 -0
- package/dist/components/SafeArea/SafeArea.js.map +1 -0
- package/dist/components/SafeArea/SafeArea.module.css.cjs +2 -0
- package/dist/components/SafeArea/SafeArea.module.css.cjs.map +1 -0
- package/dist/components/SafeArea/SafeArea.module.css.js +18 -0
- package/dist/components/SafeArea/SafeArea.module.css.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 +17 -0
- package/dist/components/ScrollArea/ScrollArea.js.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.module.css.cjs +2 -0
- package/dist/components/ScrollArea/ScrollArea.module.css.cjs.map +1 -0
- package/dist/components/ScrollArea/ScrollArea.module.css.js +8 -0
- package/dist/components/ScrollArea/ScrollArea.module.css.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 +55 -0
- package/dist/components/SearchBar/SearchBar.js.map +1 -0
- package/dist/components/SearchBar/SearchBar.module.css.cjs +2 -0
- package/dist/components/SearchBar/SearchBar.module.css.cjs.map +1 -0
- package/dist/components/SearchBar/SearchBar.module.css.js +14 -0
- package/dist/components/SearchBar/SearchBar.module.css.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 +46 -0
- package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.css.cjs +2 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.css.cjs.map +1 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.css.js +24 -0
- package/dist/components/SegmentedControl/SegmentedControl.module.css.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 +61 -0
- package/dist/components/Select/Select.js.map +1 -0
- package/dist/components/Select/Select.module.css.cjs +2 -0
- package/dist/components/Select/Select.module.css.cjs.map +1 -0
- package/dist/components/Select/Select.module.css.js +24 -0
- package/dist/components/Select/Select.module.css.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 +54 -0
- package/dist/components/Sidebar/Sidebar.js.map +1 -0
- package/dist/components/Sidebar/Sidebar.module.css.cjs +2 -0
- package/dist/components/Sidebar/Sidebar.module.css.cjs.map +1 -0
- package/dist/components/Sidebar/Sidebar.module.css.js +26 -0
- package/dist/components/Sidebar/Sidebar.module.css.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 +22 -0
- package/dist/components/Skeleton/Skeleton.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.module.css.cjs +2 -0
- package/dist/components/Skeleton/Skeleton.module.css.cjs.map +1 -0
- package/dist/components/Skeleton/Skeleton.module.css.js +12 -0
- package/dist/components/Skeleton/Skeleton.module.css.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 +56 -0
- package/dist/components/Slider/Slider.js.map +1 -0
- package/dist/components/Slider/Slider.module.css.cjs +2 -0
- package/dist/components/Slider/Slider.module.css.cjs.map +1 -0
- package/dist/components/Slider/Slider.module.css.js +22 -0
- package/dist/components/Slider/Slider.module.css.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 +10 -0
- package/dist/components/Spacer/Spacer.js.map +1 -0
- package/dist/components/Spacer/Spacer.module.css.cjs +2 -0
- package/dist/components/Spacer/Spacer.module.css.cjs.map +1 -0
- package/dist/components/Spacer/Spacer.module.css.js +14 -0
- package/dist/components/Spacer/Spacer.module.css.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 +36 -0
- package/dist/components/Spinner/Spinner.js.map +1 -0
- package/dist/components/Spinner/Spinner.module.css.cjs +2 -0
- package/dist/components/Spinner/Spinner.module.css.cjs.map +1 -0
- package/dist/components/Spinner/Spinner.module.css.js +26 -0
- package/dist/components/Spinner/Spinner.module.css.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 +38 -0
- package/dist/components/Stat/Stat.js.map +1 -0
- package/dist/components/Stat/Stat.module.css.cjs +2 -0
- package/dist/components/Stat/Stat.module.css.cjs.map +1 -0
- package/dist/components/Stat/Stat.module.css.js +28 -0
- package/dist/components/Stat/Stat.module.css.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 +43 -0
- package/dist/components/Stepper/Stepper.js.map +1 -0
- package/dist/components/Stepper/Stepper.module.css.cjs +2 -0
- package/dist/components/Stepper/Stepper.module.css.cjs.map +1 -0
- package/dist/components/Stepper/Stepper.module.css.js +22 -0
- package/dist/components/Stepper/Stepper.module.css.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 +56 -0
- package/dist/components/StepperInput/StepperInput.js.map +1 -0
- package/dist/components/StepperInput/StepperInput.module.css.cjs +2 -0
- package/dist/components/StepperInput/StepperInput.module.css.cjs.map +1 -0
- package/dist/components/StepperInput/StepperInput.module.css.js +24 -0
- package/dist/components/StepperInput/StepperInput.module.css.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 +25 -0
- package/dist/components/Switch/Switch.js.map +1 -0
- package/dist/components/Switch/Switch.module.css.cjs +2 -0
- package/dist/components/Switch/Switch.module.css.cjs.map +1 -0
- package/dist/components/Switch/Switch.module.css.js +18 -0
- package/dist/components/Switch/Switch.module.css.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.css.cjs +2 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.css.cjs.map +1 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.css.js +28 -0
- package/dist/components/SyncStatusBadge/SyncStatusBadge.module.css.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 +67 -0
- package/dist/components/Table/Table.js.map +1 -0
- package/dist/components/Table/Table.module.css.cjs +2 -0
- package/dist/components/Table/Table.module.css.cjs.map +1 -0
- package/dist/components/Table/Table.module.css.js +34 -0
- package/dist/components/Table/Table.module.css.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 +51 -0
- package/dist/components/Tabs/Tabs.js.map +1 -0
- package/dist/components/Tabs/Tabs.module.css.cjs +2 -0
- package/dist/components/Tabs/Tabs.module.css.cjs.map +1 -0
- package/dist/components/Tabs/Tabs.module.css.js +16 -0
- package/dist/components/Tabs/Tabs.module.css.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 +30 -0
- package/dist/components/Tag/Tag.js.map +1 -0
- package/dist/components/Tag/Tag.module.css.cjs +2 -0
- package/dist/components/Tag/Tag.module.css.cjs.map +1 -0
- package/dist/components/Tag/Tag.module.css.js +30 -0
- package/dist/components/Tag/Tag.module.css.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 +29 -0
- package/dist/components/Textarea/Textarea.js.map +1 -0
- package/dist/components/Textarea/Textarea.module.css.cjs +2 -0
- package/dist/components/Textarea/Textarea.module.css.cjs.map +1 -0
- package/dist/components/Textarea/Textarea.module.css.js +20 -0
- package/dist/components/Textarea/Textarea.module.css.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 +107 -0
- package/dist/components/TimePicker/TimePicker.js.map +1 -0
- package/dist/components/TimePicker/TimePicker.module.css.cjs +2 -0
- package/dist/components/TimePicker/TimePicker.module.css.cjs.map +1 -0
- package/dist/components/TimePicker/TimePicker.module.css.js +24 -0
- package/dist/components/TimePicker/TimePicker.module.css.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 +35 -0
- package/dist/components/Timeline/Timeline.js.map +1 -0
- package/dist/components/Timeline/Timeline.module.css.cjs +2 -0
- package/dist/components/Timeline/Timeline.module.css.cjs.map +1 -0
- package/dist/components/Timeline/Timeline.module.css.js +36 -0
- package/dist/components/Timeline/Timeline.module.css.js.map +1 -0
- package/dist/components/Toast/Toast.module.css.cjs +2 -0
- package/dist/components/Toast/Toast.module.css.cjs.map +1 -0
- package/dist/components/Toast/Toast.module.css.js +38 -0
- package/dist/components/Toast/Toast.module.css.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 +114 -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 +49 -0
- package/dist/components/Toggle/Toggle.js.map +1 -0
- package/dist/components/Toggle/Toggle.module.css.cjs +2 -0
- package/dist/components/Toggle/Toggle.module.css.cjs.map +1 -0
- package/dist/components/Toggle/Toggle.module.css.js +18 -0
- package/dist/components/Toggle/Toggle.module.css.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 +74 -0
- package/dist/components/ToggleGroup/ToggleGroup.js.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.css.cjs +2 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.css.cjs.map +1 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.css.js +12 -0
- package/dist/components/ToggleGroup/ToggleGroup.module.css.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 +43 -0
- package/dist/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.module.css.cjs +2 -0
- package/dist/components/Tooltip/Tooltip.module.css.cjs.map +1 -0
- package/dist/components/Tooltip/Tooltip.module.css.js +20 -0
- package/dist/components/Tooltip/Tooltip.module.css.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.css.cjs +2 -0
- package/dist/components/TruncateText/TruncateText.module.css.cjs.map +1 -0
- package/dist/components/TruncateText/TruncateText.module.css.js +8 -0
- package/dist/components/TruncateText/TruncateText.module.css.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 +43 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.js.map +1 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.css.cjs +2 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.css.cjs.map +1 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.css.js +20 -0
- package/dist/components/UpdatePrompt/UpdatePrompt.module.css.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 +50 -0
- package/dist/components/VirtualList/VirtualList.js.map +1 -0
- package/dist/components/VirtualList/VirtualList.module.css.cjs +2 -0
- package/dist/components/VirtualList/VirtualList.module.css.cjs.map +1 -0
- package/dist/components/VirtualList/VirtualList.module.css.js +12 -0
- package/dist/components/VirtualList/VirtualList.module.css.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 +15 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.js.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.css.cjs +2 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.css.cjs.map +1 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.css.js +8 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.module.css.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 +46 -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 +17 -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 +66 -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 +183 -0
- package/dist/editor/RichTextEditor.js.map +1 -0
- package/dist/editor/RichTextEditor.module.css.cjs +2 -0
- package/dist/editor/RichTextEditor.module.css.cjs.map +1 -0
- package/dist/editor/RichTextEditor.module.css.js +18 -0
- package/dist/editor/RichTextEditor.module.css.js.map +1 -0
- package/dist/editor.cjs +1 -1
- package/dist/editor.cjs.map +1 -1
- package/dist/editor.js +2 -187
- package/dist/editor.js.map +1 -1
- package/dist/error-boundary/ErrorBoundary.cjs +2 -0
- package/dist/error-boundary/ErrorBoundary.cjs.map +1 -0
- package/dist/error-boundary/ErrorBoundary.js +32 -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 +13 -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 +29 -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 +24 -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 +37 -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 +44 -0
- package/dist/forms/br-validators.js.map +1 -0
- package/dist/forms/masked-inputs.cjs +2 -0
- package/dist/forms/masked-inputs.cjs.map +1 -0
- package/dist/forms/masked-inputs.js +48 -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 +24 -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 +12 -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 +15 -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 +17 -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 +216 -0
- package/dist/geo/TrajectoryMap.js.map +1 -0
- package/dist/geo/TrajectoryMap.module.css.cjs +2 -0
- package/dist/geo/TrajectoryMap.module.css.cjs.map +1 -0
- package/dist/geo/TrajectoryMap.module.css.js +30 -0
- package/dist/geo/TrajectoryMap.module.css.js.map +1 -0
- package/dist/geo/bounds.cjs +2 -0
- package/dist/geo/bounds.cjs.map +1 -0
- package/dist/geo/bounds.js +28 -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 +65 -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 +26 -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 +35 -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 +51 -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 +36 -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 +29 -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 +25 -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 +35 -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 +31 -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 +38 -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 +38 -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 +40 -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 +18 -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 +16 -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 +29 -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 +27 -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 +12 -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 +19 -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 +12 -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 +14 -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 +15 -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 +14 -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 +12 -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 +43 -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 +44 -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 +16 -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 +30 -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 +69 -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 +19 -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 +13 -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 +9 -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 +38 -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 +40 -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 +55 -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 +31 -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 +27 -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 +33 -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 +13 -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 +16 -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 +9 -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 +11 -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 +48 -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 +19 -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 +14 -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 +34 -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 +39 -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 +9 -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 +54 -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 +16 -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 +13 -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 +9 -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 +15 -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 +81 -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 +39 -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 +10 -0
- package/dist/http/idempotency.js.map +1 -0
- package/dist/http/parse-response.cjs +6 -0
- package/dist/http/parse-response.cjs.map +1 -0
- package/dist/http/parse-response.js +20 -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 +44 -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 +91 -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 +41 -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 +52 -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 +50 -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 +41 -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 +50 -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 +21 -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 +46 -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 +146 -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 +68 -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 +14 -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 +83 -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 +21 -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 +40 -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 +19 -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 +19 -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 +28 -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 +30 -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 +44 -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 +60 -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 +9 -0
- package/dist/router/RouteGuard.js.map +1 -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 +11 -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 +19 -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 +76 -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 +29 -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 +20 -0
- package/dist/store/create-store.js.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/sw/background-sync.cjs +2 -0
- package/dist/sw/background-sync.cjs.map +1 -0
- package/dist/sw/background-sync.js +106 -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 +47 -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 +176 -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 +64 -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 +18 -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 +50 -0
- package/dist/sw/register-service-worker.js.map +1 -0
- package/dist/sw.cjs +1 -1
- package/dist/sw.cjs.map +1 -1
- package/dist/sw.d.ts +125 -0
- package/dist/sw.js +19 -358
- package/dist/sw.js.map +1 -1
- package/dist/telemetry/TelemetryProvider.cjs +2 -0
- package/dist/telemetry/TelemetryProvider.cjs.map +1 -0
- package/dist/telemetry/TelemetryProvider.js +18 -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 +15 -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 +43 -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 +39 -0
- package/dist/telemetry/sentry-adapter.js.map +1 -0
- package/dist/tempest-react-sdk.cjs +1 -14
- package/dist/tempest-react-sdk.cjs.map +1 -1
- package/dist/tempest-react-sdk.d.ts +1059 -8
- package/dist/tempest-react-sdk.js +638 -9306
- package/dist/tempest-react-sdk.js.map +1 -1
- 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 +14 -0
- package/dist/testing/create-mock-handlers.js.map +1 -0
- package/dist/testing.cjs +1 -1
- package/dist/testing.cjs.map +1 -1
- package/dist/testing.js +1 -10
- package/dist/testing.js.map +1 -1
- package/dist/theme/ThemeProvider.cjs +2 -0
- package/dist/theme/ThemeProvider.cjs.map +1 -0
- package/dist/theme/ThemeProvider.js +78 -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 +31 -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 +40 -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 +19 -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 +40 -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 +49 -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 +25 -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 +14 -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 +27 -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 +37 -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 +24 -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 +67 -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 +29 -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 +33 -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 +41 -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 +41 -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 +24 -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 +71 -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 +5 -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 +75 -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 +125 -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 +45 -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 +32 -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 +153 -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 +109 -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 +93 -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 +213 -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 +106 -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 +147 -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 +189 -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 +100 -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 +89 -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 +23 -0
- package/dist/vision/use-live-luminance.js.map +1 -0
- package/dist/vision.cjs +1 -1
- package/dist/vision.cjs.map +1 -1
- package/dist/vision.js +70 -1558
- package/dist/vision.js.map +1 -1
- 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 +46 -0
- package/dist/vite/create-vite-config.js.map +1 -0
- package/dist/vite/tempest-pwa-dev-sw.cjs +3 -0
- package/dist/vite/tempest-pwa-dev-sw.cjs.map +1 -0
- package/dist/vite/tempest-pwa-dev-sw.js +50 -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 +137 -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 +43 -0
- package/dist/vite/tempest-pwa-manifest.js.map +1 -0
- package/dist/vite.cjs +1 -3
- package/dist/vite.cjs.map +1 -1
- package/dist/vite.js +8 -262
- package/dist/vite.js.map +1 -1
- 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 +83 -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 +32 -0
- package/dist/ws/use-web-socket.js.map +1 -0
- package/package.json +7 -2
- 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/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/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
|
@@ -38,6 +38,7 @@ import { LabelHTMLAttributes } from 'react';
|
|
|
38
38
|
import { lazy } from 'react';
|
|
39
39
|
import { Link } from 'react-router-dom';
|
|
40
40
|
import { MemoryRouter } from 'react-router-dom';
|
|
41
|
+
import { MouseEvent as MouseEvent_2 } from 'react';
|
|
41
42
|
import { MouseEventHandler } from 'react';
|
|
42
43
|
import { Navigate } from 'react-router-dom';
|
|
43
44
|
import { NavigateOptions } from 'react-router-dom';
|
|
@@ -67,6 +68,7 @@ import { Table as Table_2 } from 'dexie';
|
|
|
67
68
|
import { TextareaHTMLAttributes } from 'react';
|
|
68
69
|
import { To } from 'react-router-dom';
|
|
69
70
|
import { ToggleEventHandler } from 'react';
|
|
71
|
+
import { TouchEvent as TouchEvent_2 } from 'react';
|
|
70
72
|
import { TouchEventHandler } from 'react';
|
|
71
73
|
import { TransitionEventHandler } from 'react';
|
|
72
74
|
import { UIEventHandler } from 'react';
|
|
@@ -580,6 +582,24 @@ export declare type BannerVariant = "info" | "success" | "warning" | "danger";
|
|
|
580
582
|
*/
|
|
581
583
|
export declare function bearingDeg(origin: Coordinate, destination: Coordinate): number;
|
|
582
584
|
|
|
585
|
+
/**
|
|
586
|
+
* The Chromium-only `beforeinstallprompt` event. iOS Safari never fires it —
|
|
587
|
+
* for those users the app falls back to manual "Add to Home Screen"
|
|
588
|
+
* instructions. Ported into the SDK so consumers get the type without a global
|
|
589
|
+
* augmentation.
|
|
590
|
+
*/
|
|
591
|
+
export declare interface BeforeInstallPromptEvent extends Event {
|
|
592
|
+
/** Platforms the prompt can target (e.g. `["web", "android"]`). */
|
|
593
|
+
readonly platforms: readonly string[];
|
|
594
|
+
/** Resolves once the user accepts or dismisses the prompt. */
|
|
595
|
+
readonly userChoice: Promise<{
|
|
596
|
+
outcome: "accepted" | "dismissed";
|
|
597
|
+
platform: string;
|
|
598
|
+
}>;
|
|
599
|
+
/** Shows the native install prompt. */
|
|
600
|
+
prompt: () => Promise<void>;
|
|
601
|
+
}
|
|
602
|
+
|
|
583
603
|
/**
|
|
584
604
|
* Fixed-bottom mobile tab bar. 3–5 items recommended. Pair with
|
|
585
605
|
* `<Show below="md">` to render only on mobile.
|
|
@@ -723,6 +743,16 @@ export declare function buildApiError(status: number, body: unknown, headers?: H
|
|
|
723
743
|
get(name: string): string | null;
|
|
724
744
|
}, sentRequestId?: string): ApiError;
|
|
725
745
|
|
|
746
|
+
/**
|
|
747
|
+
* Builds an `intent://` URL that re-opens the current page inside Chrome on
|
|
748
|
+
* Android. When Chrome is missing, the fallback URL points to the Play Store so
|
|
749
|
+
* the user can still recover. Returns `null` outside Android.
|
|
750
|
+
*
|
|
751
|
+
* @returns The `intent://` URL, or `null` when not on Android or without a DOM.
|
|
752
|
+
* @see https://developer.chrome.com/docs/multidevice/android/intents
|
|
753
|
+
*/
|
|
754
|
+
export declare function buildOpenInChromeIntent(): string | null;
|
|
755
|
+
|
|
726
756
|
/**
|
|
727
757
|
* Primary action button with variants, sizes and a loading state that
|
|
728
758
|
* preserves layout via an absolutely-positioned spinner.
|
|
@@ -759,6 +789,25 @@ export declare const CACHE_TIME: {
|
|
|
759
789
|
readonly LONG: number;
|
|
760
790
|
};
|
|
761
791
|
|
|
792
|
+
/** A cache-name matcher: a prefix string, a `RegExp`, or a predicate. */
|
|
793
|
+
export declare type CacheFilter = string | RegExp | ((name: string) => boolean);
|
|
794
|
+
|
|
795
|
+
/**
|
|
796
|
+
* Main-thread helpers to inspect and clear the Cache Storage buckets a service
|
|
797
|
+
* worker fills — for a "X MB cacheado" readout and a "limpar cache" action
|
|
798
|
+
* (e.g. on logout). All guard `caches` so they no-op safely under SSR / older
|
|
799
|
+
* browsers.
|
|
800
|
+
*/
|
|
801
|
+
/** Per-cache usage summary returned by {@link inspectCaches}. */
|
|
802
|
+
export declare interface CacheReport {
|
|
803
|
+
/** The Cache Storage bucket name. */
|
|
804
|
+
name: string;
|
|
805
|
+
/** Number of cached responses. */
|
|
806
|
+
entries: number;
|
|
807
|
+
/** Approximate total bytes, or `null` when byte measurement was skipped. */
|
|
808
|
+
bytes: number | null;
|
|
809
|
+
}
|
|
810
|
+
|
|
762
811
|
/**
|
|
763
812
|
* Standalone month-grid date picker. Renders a header with the month/year and
|
|
764
813
|
* prev/next buttons, a weekday row, and a 6x7 grid of day buttons. Selection and
|
|
@@ -957,8 +1006,12 @@ export declare interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInpu
|
|
|
957
1006
|
/**
|
|
958
1007
|
* Multi-value input. Type a value and press Enter (or comma / Tab) to push a
|
|
959
1008
|
* chip. Backspace on empty input removes the last chip.
|
|
1009
|
+
*
|
|
1010
|
+
* Name the field with `label` (associated through `htmlFor`) or, when the label
|
|
1011
|
+
* lives elsewhere in the layout, with `aria-label`. The placeholder is not an
|
|
1012
|
+
* accessible name — it disappears as soon as the first chip is added.
|
|
960
1013
|
*/
|
|
961
|
-
export declare function ChipInput({ value, onChange, label, placeholder, helperText, error, commitKeys, normalize, className, }: ChipInputProps): JSX.Element;
|
|
1014
|
+
export declare function ChipInput({ value, onChange, label, placeholder, helperText, error, commitKeys, normalize, className, id, "aria-label": ariaLabel, }: ChipInputProps): JSX.Element;
|
|
962
1015
|
|
|
963
1016
|
export declare interface ChipInputProps {
|
|
964
1017
|
value: string[];
|
|
@@ -967,6 +1020,13 @@ export declare interface ChipInputProps {
|
|
|
967
1020
|
placeholder?: string;
|
|
968
1021
|
helperText?: string;
|
|
969
1022
|
error?: string;
|
|
1023
|
+
/** Id for the inner input. Generated when omitted. */
|
|
1024
|
+
id?: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* Accessible name for the inner input when there is no visible `label`.
|
|
1027
|
+
* Without either, screen readers announce an unnamed text field.
|
|
1028
|
+
*/
|
|
1029
|
+
"aria-label"?: string;
|
|
970
1030
|
/** Keys that commit the current draft as a chip. Default: Enter, comma, Tab. */
|
|
971
1031
|
commitKeys?: string[];
|
|
972
1032
|
/** Lowercase + trim each chip + dedupe. Default: true. */
|
|
@@ -1006,6 +1066,18 @@ export declare function clampLatitude(latitude: number): number;
|
|
|
1006
1066
|
|
|
1007
1067
|
declare type ClassValue = string | number | bigint | boolean | null | undefined | ClassValue[];
|
|
1008
1068
|
|
|
1069
|
+
/**
|
|
1070
|
+
* Delete Cache Storage buckets whose name passes `filter` (all of them when no
|
|
1071
|
+
* filter is given).
|
|
1072
|
+
*
|
|
1073
|
+
* @param filter - Which caches to delete.
|
|
1074
|
+
* @returns The names of the caches that were deleted.
|
|
1075
|
+
*
|
|
1076
|
+
* @example
|
|
1077
|
+
* await clearCaches("tempest-"); // drop every SDK-managed cache on logout
|
|
1078
|
+
*/
|
|
1079
|
+
export declare function clearCaches(filter?: CacheFilter): Promise<string[]>;
|
|
1080
|
+
|
|
1009
1081
|
/**
|
|
1010
1082
|
* Wraps its children in a `<div>` and invokes `onOutside` whenever a
|
|
1011
1083
|
* `mousedown` or `touchstart` event occurs outside that subtree.
|
|
@@ -2076,6 +2148,11 @@ export declare interface DataProviderOptions {
|
|
|
2076
2148
|
* - Search matches a case-insensitive substring across `searchKeys`
|
|
2077
2149
|
* (or every string/number column when not provided).
|
|
2078
2150
|
* - Pagination is hidden when the result fits on a single page.
|
|
2151
|
+
*
|
|
2152
|
+
* The header memo depends on `columns` and `sort` only: `toggleSort` is
|
|
2153
|
+
* recreated each render but always closes over the same setter, so including it
|
|
2154
|
+
* would rebuild every header on every render without changing behaviour. That
|
|
2155
|
+
* is why `exhaustive-deps` is silenced on that dependency array.
|
|
2079
2156
|
*/
|
|
2080
2157
|
export declare function DataTable<T>({ data, columns, pageSize, searchable, searchKeys, initialSort, rowKey, emptyMessage, className, ...rest }: DataTableProps<T>): JSX.Element;
|
|
2081
2158
|
|
|
@@ -2542,6 +2619,13 @@ export declare interface ErrorTextProps extends HTMLAttributes<HTMLParagraphElem
|
|
|
2542
2619
|
|
|
2543
2620
|
export declare function estimatePasswordStrength(value: string): PasswordStrength;
|
|
2544
2621
|
|
|
2622
|
+
/**
|
|
2623
|
+
* Read the origin's current storage usage and quota.
|
|
2624
|
+
*
|
|
2625
|
+
* @returns The estimate, or `{ usage: null, quota: null }` when unsupported.
|
|
2626
|
+
*/
|
|
2627
|
+
export declare function estimateStorage(): Promise<StorageEstimate_2>;
|
|
2628
|
+
|
|
2545
2629
|
/**
|
|
2546
2630
|
* Offline travel estimate between two coordinates. No network — distance comes
|
|
2547
2631
|
* from {@link haversineKm} scaled by circuity, duration from a mode-adjusted
|
|
@@ -3188,6 +3272,24 @@ export declare interface HideProps {
|
|
|
3188
3272
|
children: ReactNode;
|
|
3189
3273
|
}
|
|
3190
3274
|
|
|
3275
|
+
/**
|
|
3276
|
+
* Resolve a conflict by keeping whichever record carries the higher version
|
|
3277
|
+
* number (monotonic counter / row version). The remote record wins ties.
|
|
3278
|
+
*
|
|
3279
|
+
* @typeParam T - The record shape.
|
|
3280
|
+
* @param local - The current local record, or `undefined` when new.
|
|
3281
|
+
* @param remote - The incoming remote record.
|
|
3282
|
+
* @param getVersion - Reads the monotonic version number.
|
|
3283
|
+
* @returns The winning record.
|
|
3284
|
+
*
|
|
3285
|
+
* @example
|
|
3286
|
+
* applyRemote: async (dto) => {
|
|
3287
|
+
* const local = await store.get(dto.id);
|
|
3288
|
+
* await store.save(higherVersionWins(local, dto, (r) => r.version));
|
|
3289
|
+
* }
|
|
3290
|
+
*/
|
|
3291
|
+
export declare function higherVersionWins<T>(local: T | undefined, remote: T, getVersion: (record: T) => number): T;
|
|
3292
|
+
|
|
3191
3293
|
/**
|
|
3192
3294
|
* Content preview shown when the trigger is hovered or focused.
|
|
3193
3295
|
*
|
|
@@ -3313,6 +3415,24 @@ export declare interface InputProps extends Omit<InputHTMLAttributes<HTMLInputEl
|
|
|
3313
3415
|
|
|
3314
3416
|
export declare type InputSize = "sm" | "md" | "lg";
|
|
3315
3417
|
|
|
3418
|
+
/**
|
|
3419
|
+
* Report entry counts (and optionally byte sizes) for the Cache Storage
|
|
3420
|
+
* buckets whose name passes `filter`.
|
|
3421
|
+
*
|
|
3422
|
+
* @param options - `filter` narrows which caches to include; `measureBytes`
|
|
3423
|
+
* (default `true`) reads each response to sum sizes — set `false` for a fast,
|
|
3424
|
+
* count-only report.
|
|
3425
|
+
* @returns One {@link CacheReport} per matching cache. Empty when unsupported.
|
|
3426
|
+
*
|
|
3427
|
+
* @example
|
|
3428
|
+
* const reports = await inspectCaches({ filter: "tempest-" });
|
|
3429
|
+
* const totalMb = reports.reduce((n, r) => n + (r.bytes ?? 0), 0) / 1e6;
|
|
3430
|
+
*/
|
|
3431
|
+
export declare function inspectCaches(options?: {
|
|
3432
|
+
filter?: CacheFilter;
|
|
3433
|
+
measureBytes?: boolean;
|
|
3434
|
+
}): Promise<CacheReport[]>;
|
|
3435
|
+
|
|
3316
3436
|
/**
|
|
3317
3437
|
* Install the background-sync queue: on a failed mutating request, the request
|
|
3318
3438
|
* is serialized to IndexedDB and a sync is registered; the original fetch still
|
|
@@ -3347,6 +3467,13 @@ export declare interface InstallBackgroundSyncOptions {
|
|
|
3347
3467
|
queueName?: string;
|
|
3348
3468
|
/** Drop queued requests older than this (minutes) on replay. Default `1440` (24h). */
|
|
3349
3469
|
maxRetentionMinutes?: number;
|
|
3470
|
+
/**
|
|
3471
|
+
* Also drain the queue on the `periodicsync` event carrying this tag,
|
|
3472
|
+
* complementing the one-off `sync` replay so long-pending mutations retry
|
|
3473
|
+
* even without a fresh navigation. Register the periodic sync from the main
|
|
3474
|
+
* thread with {@link registerPeriodicSync}. Default `${queueName}-periodic`.
|
|
3475
|
+
*/
|
|
3476
|
+
periodicSyncTag?: string;
|
|
3350
3477
|
}
|
|
3351
3478
|
|
|
3352
3479
|
/**
|
|
@@ -3406,6 +3533,17 @@ export declare interface InstallButtonProps extends Omit<ButtonProps, "onClick"
|
|
|
3406
3533
|
onResult?: (outcome: InstallOutcome) => void;
|
|
3407
3534
|
}
|
|
3408
3535
|
|
|
3536
|
+
/**
|
|
3537
|
+
* Strategy the UI should use to install the app:
|
|
3538
|
+
*
|
|
3539
|
+
* - `"native"`: trigger `BeforeInstallPromptEvent.prompt()`.
|
|
3540
|
+
* - `"ios"`: show iOS Safari Share → Add to Home Screen instructions.
|
|
3541
|
+
* - `"manual"`: show generic browser-menu instructions (Chromium forks that
|
|
3542
|
+
* strip the prompt API, plus the timeout fallback when no event arrives).
|
|
3543
|
+
* - `"none"`: nothing to offer (already installed or unsupported runtime).
|
|
3544
|
+
*/
|
|
3545
|
+
export declare type InstallMethod = "native" | "ios" | "manual" | "none";
|
|
3546
|
+
|
|
3409
3547
|
/**
|
|
3410
3548
|
* Install a `notificationclick` handler that focuses an existing client when
|
|
3411
3549
|
* possible and falls back to opening a new window.
|
|
@@ -3443,6 +3581,13 @@ export declare interface InstallPrecacheOptions {
|
|
|
3443
3581
|
navigateFallbackDenylist?: RegExp[];
|
|
3444
3582
|
/** Activate the new worker immediately after precaching. Default `true`. */
|
|
3445
3583
|
skipWaiting?: boolean;
|
|
3584
|
+
/**
|
|
3585
|
+
* Enable the Navigation Preload API on `activate`, so the browser fetches
|
|
3586
|
+
* the navigation request in parallel with the worker boot and the handler
|
|
3587
|
+
* serves `event.preloadResponse` — cutting first-navigation latency after
|
|
3588
|
+
* the worker starts. Silently ignored where unsupported. Default `true`.
|
|
3589
|
+
*/
|
|
3590
|
+
navigationPreload?: boolean;
|
|
3446
3591
|
}
|
|
3447
3592
|
|
|
3448
3593
|
/**
|
|
@@ -3485,6 +3630,22 @@ export declare function installSkipWaitingListener(): void;
|
|
|
3485
3630
|
|
|
3486
3631
|
export declare type InterpolationValues = Record<string, string | number>;
|
|
3487
3632
|
|
|
3633
|
+
/**
|
|
3634
|
+
* Detects any Android browser.
|
|
3635
|
+
*
|
|
3636
|
+
* @returns `true` when the user agent reports Android.
|
|
3637
|
+
*/
|
|
3638
|
+
export declare function isAndroid(): boolean;
|
|
3639
|
+
|
|
3640
|
+
/**
|
|
3641
|
+
* Detects Android browsers that ship a Chromium fork with the
|
|
3642
|
+
* `beforeinstallprompt` event stripped or unreliable. Those users must install
|
|
3643
|
+
* via the browser menu manually, identical to iOS Safari.
|
|
3644
|
+
*
|
|
3645
|
+
* @returns `true` when running on such an Android browser.
|
|
3646
|
+
*/
|
|
3647
|
+
export declare function isAndroidWithoutPromptApi(): boolean;
|
|
3648
|
+
|
|
3488
3649
|
/**
|
|
3489
3650
|
* Type guard for the {@link ApiError} shape. Matches both {@link TempestApiError}
|
|
3490
3651
|
* instances and plain objects carrying `status` + `detail`.
|
|
@@ -3539,6 +3700,14 @@ export declare function isDefined<T>(value: T | null | undefined): value is T;
|
|
|
3539
3700
|
*/
|
|
3540
3701
|
export declare function isEmpty(value: unknown): boolean;
|
|
3541
3702
|
|
|
3703
|
+
/**
|
|
3704
|
+
* Detects iOS / iPadOS Safari, including modern iPads that report `MacIntel`
|
|
3705
|
+
* plus multi-touch instead of an `iPad` user agent.
|
|
3706
|
+
*
|
|
3707
|
+
* @returns `true` when running on iOS/iPadOS.
|
|
3708
|
+
*/
|
|
3709
|
+
export declare function isIOS(): boolean;
|
|
3710
|
+
|
|
3542
3711
|
/**
|
|
3543
3712
|
* Return true when the JWT's `exp` claim is in the past (or missing).
|
|
3544
3713
|
*
|
|
@@ -3588,6 +3757,15 @@ export declare function isPushSupported(): boolean;
|
|
|
3588
3757
|
/** True when the Web Share API is available in this environment. */
|
|
3589
3758
|
export declare function isShareSupported(): boolean;
|
|
3590
3759
|
|
|
3760
|
+
/**
|
|
3761
|
+
* Reports whether the app is running as an installed PWA (Android Chrome, iOS,
|
|
3762
|
+
* or desktop). Use it to suppress install CTAs once the user is already in the
|
|
3763
|
+
* standalone shell.
|
|
3764
|
+
*
|
|
3765
|
+
* @returns `true` when the display mode is standalone or iOS reports standalone.
|
|
3766
|
+
*/
|
|
3767
|
+
export declare function isStandalone(): boolean;
|
|
3768
|
+
|
|
3591
3769
|
/**
|
|
3592
3770
|
* Type guard asserting a value is a string primitive.
|
|
3593
3771
|
*
|
|
@@ -3655,6 +3833,31 @@ export declare interface LabelProps extends LabelHTMLAttributes<HTMLLabelElement
|
|
|
3655
3833
|
required?: boolean;
|
|
3656
3834
|
}
|
|
3657
3835
|
|
|
3836
|
+
/**
|
|
3837
|
+
* Conflict-resolution helpers for the `applyRemote` callback of
|
|
3838
|
+
* {@link createOfflineSync}. Each takes the current local record (or
|
|
3839
|
+
* `undefined` when the record is new locally) and the incoming remote record,
|
|
3840
|
+
* and returns the winner. Ties resolve to the remote copy, treating the server
|
|
3841
|
+
* as authoritative.
|
|
3842
|
+
*/
|
|
3843
|
+
/**
|
|
3844
|
+
* Resolve a conflict by keeping whichever record was written last, comparing a
|
|
3845
|
+
* timestamp field. The remote record wins ties.
|
|
3846
|
+
*
|
|
3847
|
+
* @typeParam T - The record shape.
|
|
3848
|
+
* @param local - The current local record, or `undefined` when new.
|
|
3849
|
+
* @param remote - The incoming remote record.
|
|
3850
|
+
* @param getTimestamp - Reads the comparison timestamp (epoch ms, ISO string or `Date`).
|
|
3851
|
+
* @returns The winning record.
|
|
3852
|
+
*
|
|
3853
|
+
* @example
|
|
3854
|
+
* applyRemote: async (dto) => {
|
|
3855
|
+
* const local = await store.get(dto.id);
|
|
3856
|
+
* await store.save(lastWriteWins(local, dto, (r) => r.updatedAt));
|
|
3857
|
+
* }
|
|
3858
|
+
*/
|
|
3859
|
+
export declare function lastWriteWins<T>(local: T | undefined, remote: T, getTimestamp: (record: T) => number | string | Date): T;
|
|
3860
|
+
|
|
3658
3861
|
declare interface LayoutProps {
|
|
3659
3862
|
/** Field arrangement. `stack` stacks fields vertically, `inline` lines them up in a wrapping row, `grid` arranges them in `columns` equal-width tracks. Default `stack`. */
|
|
3660
3863
|
layout?: FormLayout;
|
|
@@ -3799,6 +4002,27 @@ export declare interface LoggerSink {
|
|
|
3799
4002
|
|
|
3800
4003
|
export declare type LogLevel = "debug" | "info" | "warn" | "error";
|
|
3801
4004
|
|
|
4005
|
+
/**
|
|
4006
|
+
* DOM event handlers produced by {@link useLongPressHandlers}, ready to spread
|
|
4007
|
+
* onto a JSX element (`<div {...handlers}>`).
|
|
4008
|
+
*/
|
|
4009
|
+
export declare interface LongPressHandlers {
|
|
4010
|
+
/** Starts the hold timer on mouse press. */
|
|
4011
|
+
onMouseDown: (event: MouseEvent_2) => void;
|
|
4012
|
+
/** Cancels the pending hold when the mouse is released. */
|
|
4013
|
+
onMouseUp: () => void;
|
|
4014
|
+
/** Cancels the pending hold when the pointer leaves the element. */
|
|
4015
|
+
onMouseLeave: () => void;
|
|
4016
|
+
/** Starts the hold timer on touch start. */
|
|
4017
|
+
onTouchStart: (event: TouchEvent_2) => void;
|
|
4018
|
+
/** Cancels the pending hold when the touch ends. */
|
|
4019
|
+
onTouchEnd: () => void;
|
|
4020
|
+
/** Cancels the pending hold when the finger moves. */
|
|
4021
|
+
onTouchMove: () => void;
|
|
4022
|
+
/** Fires the long-press immediately (desktop right-click parity). */
|
|
4023
|
+
onContextMenu: (event: MouseEvent_2) => void;
|
|
4024
|
+
}
|
|
4025
|
+
|
|
3802
4026
|
/**
|
|
3803
4027
|
* Memoize only the most recent call of `fn`, keyed by shallow-equal arguments.
|
|
3804
4028
|
*
|
|
@@ -3885,8 +4109,13 @@ export declare type Messages = Record<string, string>;
|
|
|
3885
4109
|
/**
|
|
3886
4110
|
* Portal-rendered modal dialog with backdrop, Esc handler, and slots for
|
|
3887
4111
|
* header/body/footer. Locks body scroll while open.
|
|
4112
|
+
*
|
|
4113
|
+
* The `dialog` role needs an accessible name: a `title` supplies it via
|
|
4114
|
+
* `aria-labelledby`, and a titleless dialog should pass `aria-label`. The
|
|
4115
|
+
* header heading is only rendered when there is a title, so a close-button-only
|
|
4116
|
+
* header does not leave an empty `h3` behind.
|
|
3888
4117
|
*/
|
|
3889
|
-
export declare function Modal({ open, onClose, title, children, footer, size, closeOnBackdrop, closeOnEsc, className, hideCloseButton, fullscreen, fullscreenOnMobile, }: ModalProps): ReactPortal | null;
|
|
4118
|
+
export declare function Modal({ open, onClose, title, children, footer, size, closeOnBackdrop, closeOnEsc, className, hideCloseButton, fullscreen, fullscreenOnMobile, "aria-label": ariaLabel, }: ModalProps): ReactPortal | null;
|
|
3890
4119
|
|
|
3891
4120
|
export declare interface ModalProps {
|
|
3892
4121
|
open: boolean;
|
|
@@ -3903,6 +4132,11 @@ export declare interface ModalProps {
|
|
|
3903
4132
|
fullscreen?: boolean;
|
|
3904
4133
|
/** Auto-fullscreen on mobile viewports (< 640px). Default `false`. */
|
|
3905
4134
|
fullscreenOnMobile?: boolean;
|
|
4135
|
+
/**
|
|
4136
|
+
* Accessible name for the dialog. Only needed when there is no `title` —
|
|
4137
|
+
* with a `title` the dialog is named by it through `aria-labelledby`.
|
|
4138
|
+
*/
|
|
4139
|
+
"aria-label"?: string;
|
|
3906
4140
|
}
|
|
3907
4141
|
|
|
3908
4142
|
/** Imperative API returned by {@link useModals}. */
|
|
@@ -4008,6 +4242,10 @@ export declare interface MultiSelectProps {
|
|
|
4008
4242
|
className?: string;
|
|
4009
4243
|
}
|
|
4010
4244
|
|
|
4245
|
+
declare interface MutationContext<TData> {
|
|
4246
|
+
previous: TData | undefined;
|
|
4247
|
+
}
|
|
4248
|
+
|
|
4011
4249
|
/**
|
|
4012
4250
|
* Top app bar. Three-slot layout (logo / nav / actions) that collapses
|
|
4013
4251
|
* gracefully on mobile (nav slot wraps below).
|
|
@@ -4216,6 +4454,67 @@ export declare interface OAuthError {
|
|
|
4216
4454
|
raw?: unknown;
|
|
4217
4455
|
}
|
|
4218
4456
|
|
|
4457
|
+
/**
|
|
4458
|
+
* Fixed bar that appears while the browser is offline and, by default, flashes
|
|
4459
|
+
* a brief confirmation when the connection returns. Backed by {@link useOnline}
|
|
4460
|
+
* — no props needed for the common case.
|
|
4461
|
+
*
|
|
4462
|
+
* Renders nothing while online (after any flash has elapsed), so it is safe to
|
|
4463
|
+
* mount unconditionally at the app root.
|
|
4464
|
+
*
|
|
4465
|
+
* @example
|
|
4466
|
+
* <OfflineIndicator position="top" />
|
|
4467
|
+
*/
|
|
4468
|
+
export declare function OfflineIndicator({ position, offlineLabel, onlineLabel, onlineFlashMs, className, children, ...props }: OfflineIndicatorProps): JSX.Element | null;
|
|
4469
|
+
|
|
4470
|
+
export declare type OfflineIndicatorPosition = "top" | "bottom";
|
|
4471
|
+
|
|
4472
|
+
export declare interface OfflineIndicatorProps extends HTMLAttributes<HTMLDivElement> {
|
|
4473
|
+
/** Where to pin the fixed bar. Default `"bottom"`. */
|
|
4474
|
+
position?: OfflineIndicatorPosition;
|
|
4475
|
+
/** Message shown while offline. */
|
|
4476
|
+
offlineLabel?: ReactNode;
|
|
4477
|
+
/** Message flashed briefly when connectivity returns. */
|
|
4478
|
+
onlineLabel?: ReactNode;
|
|
4479
|
+
/**
|
|
4480
|
+
* How long (ms) to keep the "back online" flash visible. `0` hides it
|
|
4481
|
+
* entirely. Default `3000`.
|
|
4482
|
+
*/
|
|
4483
|
+
onlineFlashMs?: number;
|
|
4484
|
+
/** Override the offline body entirely (icon + label ignored). */
|
|
4485
|
+
children?: ReactNode;
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4488
|
+
/** Handle returned by {@link persistQueryClientOffline}. */
|
|
4489
|
+
export declare interface OfflineQueryPersistence {
|
|
4490
|
+
/**
|
|
4491
|
+
* Load the persisted snapshot into the `QueryClient`. Call once on boot,
|
|
4492
|
+
* before rendering queries, so cached data is available offline.
|
|
4493
|
+
*/
|
|
4494
|
+
restore: () => Promise<void>;
|
|
4495
|
+
/** Write the current cache snapshot immediately (bypassing the throttle). */
|
|
4496
|
+
flush: () => Promise<void>;
|
|
4497
|
+
/** Stop persisting and drop the pending write. */
|
|
4498
|
+
unsubscribe: () => void;
|
|
4499
|
+
/** Delete the persisted snapshot (e.g. on logout). */
|
|
4500
|
+
clear: () => Promise<void>;
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
/** Options for {@link persistQueryClientOffline}. */
|
|
4504
|
+
export declare interface OfflineQueryPersistenceOptions {
|
|
4505
|
+
/** The `QueryClient` to snapshot and restore. */
|
|
4506
|
+
queryClient: QueryClient;
|
|
4507
|
+
/** IndexedDB database name for the snapshot. Default `"TempestQueryCache"`. */
|
|
4508
|
+
databaseName?: string;
|
|
4509
|
+
/** Row key under which the snapshot is stored. Default `"tanstack-query"`. */
|
|
4510
|
+
key?: string;
|
|
4511
|
+
/**
|
|
4512
|
+
* Minimum gap between snapshot writes, in ms — cache churn is coalesced into
|
|
4513
|
+
* one trailing write per window. Default `1000`.
|
|
4514
|
+
*/
|
|
4515
|
+
throttleMs?: number;
|
|
4516
|
+
}
|
|
4517
|
+
|
|
4219
4518
|
export declare interface OfflineStore<TItem, TKey extends string | number> {
|
|
4220
4519
|
/** Insert or replace a record. */
|
|
4221
4520
|
put: (item: TItem, owner?: string) => Promise<TKey>;
|
|
@@ -4293,6 +4592,23 @@ export declare interface OfflineSync<TPayload> {
|
|
|
4293
4592
|
clearOutbox: () => Promise<void>;
|
|
4294
4593
|
/** Reset the pull watermark (e.g. on logout / account switch). */
|
|
4295
4594
|
resetWatermark: () => void;
|
|
4595
|
+
/** Read the current reactive {@link SyncState} snapshot synchronously. */
|
|
4596
|
+
getState: () => SyncState;
|
|
4597
|
+
/**
|
|
4598
|
+
* Subscribe to {@link SyncState} changes. The listener fires on every
|
|
4599
|
+
* enqueue, flush transition and outbox clear.
|
|
4600
|
+
*
|
|
4601
|
+
* @param listener - Called with the new snapshot on each change.
|
|
4602
|
+
* @returns An unsubscribe function.
|
|
4603
|
+
*/
|
|
4604
|
+
subscribe: (listener: (state: SyncState) => void) => () => void;
|
|
4605
|
+
/**
|
|
4606
|
+
* Release resources held by the engine — currently the cross-tab
|
|
4607
|
+
* `BroadcastChannel` when `crossTab` is enabled. Safe to call when none was
|
|
4608
|
+
* opened. Optional in long-lived apps (the channel is reclaimed on tab
|
|
4609
|
+
* close); call it in tests and on teardown.
|
|
4610
|
+
*/
|
|
4611
|
+
dispose: () => void;
|
|
4296
4612
|
}
|
|
4297
4613
|
|
|
4298
4614
|
/**
|
|
@@ -4341,6 +4657,22 @@ export declare interface OfflineSyncConfig<TPayload, TRemote> {
|
|
|
4341
4657
|
* non-browser environments). When it returns `false`, `flush` is skipped.
|
|
4342
4658
|
*/
|
|
4343
4659
|
isOnline?: () => boolean;
|
|
4660
|
+
/**
|
|
4661
|
+
* Broadcast {@link SyncState} across browser tabs of the same origin via a
|
|
4662
|
+
* `BroadcastChannel`, so every tab shows a coherent pending count / phase
|
|
4663
|
+
* (e.g. one tab flushing drops the badge to zero everywhere). The outbox is
|
|
4664
|
+
* already a shared IndexedDB; this only shares the in-memory state. Silently
|
|
4665
|
+
* ignored where `BroadcastChannel` is unavailable. Default `false`.
|
|
4666
|
+
*
|
|
4667
|
+
* When the Web Locks API is available, `flush` is additionally coordinated
|
|
4668
|
+
* *across* tabs: only one tab runs at a time and others skip while the lock
|
|
4669
|
+
* is held (they pick up the result via the broadcast). Delivery should still
|
|
4670
|
+
* be idempotent (upsert by client id). Without Web Locks, `flush` falls back
|
|
4671
|
+
* to per-tab single-flight.
|
|
4672
|
+
*/
|
|
4673
|
+
crossTab?: boolean;
|
|
4674
|
+
/** Channel name when `crossTab` is on. Default `tempest-sync:${databaseName}`. */
|
|
4675
|
+
broadcastChannelName?: string;
|
|
4344
4676
|
}
|
|
4345
4677
|
|
|
4346
4678
|
/** Offset-paginated response envelope (fastapi-pagination `Page[T]`). */
|
|
@@ -4431,6 +4763,16 @@ export declare interface OSRMBackendOptions {
|
|
|
4431
4763
|
modeDurationFactors?: Partial<Record<TravelMode, number>>;
|
|
4432
4764
|
}
|
|
4433
4765
|
|
|
4766
|
+
/** The outbox entry a mutation's variables map to. */
|
|
4767
|
+
export declare interface OutboxDraft<TPayload> {
|
|
4768
|
+
/** The mutation kind. */
|
|
4769
|
+
op: OutboxOp;
|
|
4770
|
+
/** Primary key of the affected record. */
|
|
4771
|
+
recordId: string;
|
|
4772
|
+
/** Record snapshot for `create`/`update` (omit for `delete`). */
|
|
4773
|
+
payload?: TPayload;
|
|
4774
|
+
}
|
|
4775
|
+
|
|
4434
4776
|
/**
|
|
4435
4777
|
* A single queued mutation.
|
|
4436
4778
|
*
|
|
@@ -4594,6 +4936,27 @@ export declare interface PermissionsFromTokenOptions {
|
|
|
4594
4936
|
claim?: string;
|
|
4595
4937
|
}
|
|
4596
4938
|
|
|
4939
|
+
/**
|
|
4940
|
+
* Persist a TanStack `QueryClient` cache to IndexedDB (via
|
|
4941
|
+
* {@link createOfflineStore}) and restore it on boot — so a reload or a cold
|
|
4942
|
+
* offline start shows the last-known data instead of empty screens.
|
|
4943
|
+
*
|
|
4944
|
+
* Self-contained: uses `dehydrate`/`hydrate` from `@tanstack/react-query`
|
|
4945
|
+
* directly, so no `@tanstack/react-query-persist-client` dependency is needed.
|
|
4946
|
+
* Writes are throttled and subscribe to the query cache; call `unsubscribe` on
|
|
4947
|
+
* teardown. Dexie is a peer dependency of the offline store — install it.
|
|
4948
|
+
*
|
|
4949
|
+
* @param options - The client plus storage/throttle configuration.
|
|
4950
|
+
* @returns A handle with `restore`, `flush`, `clear` and `unsubscribe`.
|
|
4951
|
+
*
|
|
4952
|
+
* @example
|
|
4953
|
+
* const persistence = persistQueryClientOffline({ queryClient });
|
|
4954
|
+
* await persistence.restore(); // before first render
|
|
4955
|
+
* // ... later, on logout:
|
|
4956
|
+
* await persistence.clear();
|
|
4957
|
+
*/
|
|
4958
|
+
export declare function persistQueryClientOffline(options: OfflineQueryPersistenceOptions): OfflineQueryPersistence;
|
|
4959
|
+
|
|
4597
4960
|
export declare const PhoneInput: ForwardRefExoticComponent<Omit<InputProps, "value" | "onChange"> & {
|
|
4598
4961
|
value: string;
|
|
4599
4962
|
onChange: (value: string) => void;
|
|
@@ -4778,8 +5141,13 @@ export declare interface PostHogLike {
|
|
|
4778
5141
|
reset?: () => void;
|
|
4779
5142
|
}
|
|
4780
5143
|
|
|
4781
|
-
/**
|
|
4782
|
-
|
|
5144
|
+
/**
|
|
5145
|
+
* Linear progress bar with determinate / indeterminate modes.
|
|
5146
|
+
*
|
|
5147
|
+
* The `progressbar` role requires an accessible name: it comes from
|
|
5148
|
+
* `aria-labelledby`, then explicit `aria-label`, then the visible `label`.
|
|
5149
|
+
*/
|
|
5150
|
+
export declare function Progress({ value, max, variant, indeterminate, showLabel, label, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, className, }: ProgressProps): JSX.Element;
|
|
4783
5151
|
|
|
4784
5152
|
export declare interface ProgressProps {
|
|
4785
5153
|
/** Value between 0 and `max` (or 0-100 by default). Ignored when `indeterminate`. */
|
|
@@ -4792,6 +5160,14 @@ export declare interface ProgressProps {
|
|
|
4792
5160
|
showLabel?: boolean;
|
|
4793
5161
|
/** Optional left-aligned descriptor (e.g. "Enviando arquivo…"). */
|
|
4794
5162
|
label?: string;
|
|
5163
|
+
/**
|
|
5164
|
+
* Accessible name for the bar. Defaults to `label` when that is set —
|
|
5165
|
+
* provide it explicitly whenever the bar renders without a visible label,
|
|
5166
|
+
* otherwise screen readers announce an unnamed progressbar.
|
|
5167
|
+
*/
|
|
5168
|
+
"aria-label"?: string;
|
|
5169
|
+
/** Id of an existing element that names the bar (alternative to `aria-label`). */
|
|
5170
|
+
"aria-labelledby"?: string;
|
|
4795
5171
|
className?: string;
|
|
4796
5172
|
}
|
|
4797
5173
|
|
|
@@ -5007,6 +5383,42 @@ export declare interface RefreshIndicatorProps {
|
|
|
5007
5383
|
className?: string;
|
|
5008
5384
|
}
|
|
5009
5385
|
|
|
5386
|
+
/**
|
|
5387
|
+
* Request a Periodic Background Sync registration.
|
|
5388
|
+
*
|
|
5389
|
+
* Checks the `periodic-background-sync` permission first and only registers
|
|
5390
|
+
* when it is granted, so calling this unconditionally is safe. The browser
|
|
5391
|
+
* ultimately decides whether and how often the `periodicsync` event fires.
|
|
5392
|
+
*
|
|
5393
|
+
* @param options - The registration, tag and interval.
|
|
5394
|
+
* @returns `true` when the periodic sync was registered, else `false`
|
|
5395
|
+
* (unsupported, permission denied, or registration threw).
|
|
5396
|
+
*
|
|
5397
|
+
* @example
|
|
5398
|
+
* const reg = await navigator.serviceWorker.ready;
|
|
5399
|
+
* await registerPeriodicSync({ registration: reg, minIntervalMinutes: 360 });
|
|
5400
|
+
*/
|
|
5401
|
+
export declare function registerPeriodicSync(options: RegisterPeriodicSyncOptions): Promise<boolean>;
|
|
5402
|
+
|
|
5403
|
+
/**
|
|
5404
|
+
* Main-thread helper to register a Periodic Background Sync, the counterpart to
|
|
5405
|
+
* the `periodicsync` listener installed by `installBackgroundSync`. Chrome-only
|
|
5406
|
+
* and gated behind the `periodic-background-sync` permission plus a site
|
|
5407
|
+
* engagement heuristic; degrades to a no-op (returns `false`) everywhere else.
|
|
5408
|
+
*/
|
|
5409
|
+
/** Options for {@link registerPeriodicSync}. */
|
|
5410
|
+
export declare interface RegisterPeriodicSyncOptions {
|
|
5411
|
+
/** The active service-worker registration. */
|
|
5412
|
+
registration: ServiceWorkerRegistration;
|
|
5413
|
+
/** Sync tag; must match `installBackgroundSync`'s `periodicSyncTag`. Default `tempest-bg-sync-periodic`. */
|
|
5414
|
+
tag?: string;
|
|
5415
|
+
/**
|
|
5416
|
+
* Minimum interval between runs, in minutes. The browser treats this as a
|
|
5417
|
+
* floor and may space runs out much further. Default `720` (12h).
|
|
5418
|
+
*/
|
|
5419
|
+
minIntervalMinutes?: number;
|
|
5420
|
+
}
|
|
5421
|
+
|
|
5010
5422
|
/**
|
|
5011
5423
|
* Register a service worker with consistent update-detection wiring.
|
|
5012
5424
|
*
|
|
@@ -5014,6 +5426,11 @@ export declare interface RefreshIndicatorProps {
|
|
|
5014
5426
|
* app keeps full control over the SW file — this helper only handles the
|
|
5015
5427
|
* boilerplate around `register()` and `updatefound`.
|
|
5016
5428
|
*
|
|
5429
|
+
* With `autoUpdate` enabled it additionally polls `registration.update()` on
|
|
5430
|
+
* an interval and (by default) reloads the page when a freshly activated worker
|
|
5431
|
+
* takes control — a framework-agnostic equivalent of `vite-plugin-pwa`'s
|
|
5432
|
+
* auto-update client, implemented directly on `navigator.serviceWorker`.
|
|
5433
|
+
*
|
|
5017
5434
|
* @returns The registration when it succeeds, or `null` when unsupported.
|
|
5018
5435
|
*/
|
|
5019
5436
|
export declare function registerServiceWorker(options: RegisterServiceWorkerOptions): Promise<ServiceWorkerRegistration | null>;
|
|
@@ -5033,6 +5450,27 @@ export declare interface RegisterServiceWorkerOptions {
|
|
|
5033
5450
|
onUpdate?: (waiting: ServiceWorker, registration: ServiceWorkerRegistration) => void;
|
|
5034
5451
|
/** Called on registration failure. */
|
|
5035
5452
|
onError?: (error: unknown) => void;
|
|
5453
|
+
/**
|
|
5454
|
+
* When `true`, poll the server for a fresh service worker on an interval
|
|
5455
|
+
* (see {@link RegisterServiceWorkerOptions.updateIntervalMs}) and, unless
|
|
5456
|
+
* {@link RegisterServiceWorkerOptions.reloadOnActivate} is disabled, reload
|
|
5457
|
+
* the page as soon as a new worker takes control. Mirrors the auto-update
|
|
5458
|
+
* behaviour of `vite-plugin-pwa` without depending on it. Default `false`.
|
|
5459
|
+
*/
|
|
5460
|
+
autoUpdate?: boolean;
|
|
5461
|
+
/**
|
|
5462
|
+
* How often, in ms, to call `registration.update()` while `autoUpdate` is
|
|
5463
|
+
* on. Browsers already re-check roughly every 24h; an hourly poll keeps
|
|
5464
|
+
* long-lived sessions current without flooding the network. Default
|
|
5465
|
+
* `3600000` (1 hour).
|
|
5466
|
+
*/
|
|
5467
|
+
updateIntervalMs?: number;
|
|
5468
|
+
/**
|
|
5469
|
+
* When `autoUpdate` is on, reload the page once a new worker takes control
|
|
5470
|
+
* (`controllerchange`), guarded against reload loops. Set to `false` to
|
|
5471
|
+
* keep polling but leave the reload to the host app. Default `true`.
|
|
5472
|
+
*/
|
|
5473
|
+
reloadOnActivate?: boolean;
|
|
5036
5474
|
}
|
|
5037
5475
|
|
|
5038
5476
|
/**
|
|
@@ -5069,6 +5507,24 @@ export declare interface RelativeTimeProps extends HTMLAttributes<HTMLTimeElemen
|
|
|
5069
5507
|
locale?: "pt" | "en";
|
|
5070
5508
|
}
|
|
5071
5509
|
|
|
5510
|
+
/**
|
|
5511
|
+
* Build an `applyOptimistic` that removes the entry matching the item's id
|
|
5512
|
+
* (by `idField`) from the list. For `delete` mutations, pass variables carrying
|
|
5513
|
+
* at least the id field.
|
|
5514
|
+
*
|
|
5515
|
+
* @typeParam T - The list item shape.
|
|
5516
|
+
* @param idField - The identity field. Default `"id"`.
|
|
5517
|
+
* @returns An `(current, item) => T[]` patcher for a list cache.
|
|
5518
|
+
*
|
|
5519
|
+
* @example
|
|
5520
|
+
* useOfflineMutation<{ id: string }, Note[], Note>({
|
|
5521
|
+
* sync, queryKey: ["notes"],
|
|
5522
|
+
* toEntry: ({ id }) => ({ op: "delete", recordId: id }),
|
|
5523
|
+
* applyOptimistic: removeById(),
|
|
5524
|
+
* });
|
|
5525
|
+
*/
|
|
5526
|
+
export declare function removeById<T, V extends Partial<Record<keyof T, unknown>> = T>(idField?: keyof T): (current: T[] | undefined, item: V) => T[];
|
|
5527
|
+
|
|
5072
5528
|
export declare interface ReorderPayload {
|
|
5073
5529
|
from: number;
|
|
5074
5530
|
to: number;
|
|
@@ -5079,6 +5535,17 @@ export declare interface RequestOptions extends Omit<RequestInit, "body"> {
|
|
|
5079
5535
|
params?: Record<string, string | number | boolean | undefined | null>;
|
|
5080
5536
|
}
|
|
5081
5537
|
|
|
5538
|
+
/**
|
|
5539
|
+
* Ask the browser to make this origin's storage persistent, so IndexedDB and
|
|
5540
|
+
* the Cache Storage are not silently evicted under disk pressure — essential
|
|
5541
|
+
* for durable offline-first data.
|
|
5542
|
+
*
|
|
5543
|
+
* The browser may grant silently, prompt, or deny based on engagement heuristics.
|
|
5544
|
+
*
|
|
5545
|
+
* @returns `true` when storage is (now or already) persisted, else `false`.
|
|
5546
|
+
*/
|
|
5547
|
+
export declare function requestPersistentStorage(): Promise<boolean>;
|
|
5548
|
+
|
|
5082
5549
|
/**
|
|
5083
5550
|
* A two-pane split layout with a draggable divider. The first pane is sized via
|
|
5084
5551
|
* `flex-basis` as a percentage; the second pane fills the rest. Drag the divider
|
|
@@ -5410,6 +5877,33 @@ export declare interface SentryLike {
|
|
|
5410
5877
|
*/
|
|
5411
5878
|
export declare function share(payload: SharePayload): Promise<ShareResult>;
|
|
5412
5879
|
|
|
5880
|
+
/**
|
|
5881
|
+
* Try the Web Share API with the given `Blob` as a file; fall back to a
|
|
5882
|
+
* download anchor when the browser cannot share files (desktop Firefox, older
|
|
5883
|
+
* iOS Safari, etc.).
|
|
5884
|
+
*
|
|
5885
|
+
* A companion to {@link share} for the common "export a generated artifact"
|
|
5886
|
+
* flow: on mobile it opens the native share sheet, and everywhere else it
|
|
5887
|
+
* triggers a plain download. Returns early when the user shares or cancels the
|
|
5888
|
+
* dialog; otherwise it downloads.
|
|
5889
|
+
*
|
|
5890
|
+
* @param blob - The binary payload to share or download.
|
|
5891
|
+
* @param fileName - The file name presented to the user.
|
|
5892
|
+
* @param options - Optional `title` for the share dialog.
|
|
5893
|
+
* @returns A promise that resolves once the share or download completes.
|
|
5894
|
+
*
|
|
5895
|
+
* @example
|
|
5896
|
+
* const zip = new Blob([bytes], { type: "application/zip" });
|
|
5897
|
+
* await shareOrDownloadBlob(zip, "export.zip");
|
|
5898
|
+
*/
|
|
5899
|
+
export declare function shareOrDownloadBlob(blob: Blob, fileName: string, options?: ShareOrDownloadOptions): Promise<void>;
|
|
5900
|
+
|
|
5901
|
+
/** Options for {@link shareOrDownloadBlob}. */
|
|
5902
|
+
export declare interface ShareOrDownloadOptions {
|
|
5903
|
+
/** Title passed to the Web Share dialog. Defaults to the file name. */
|
|
5904
|
+
title?: string;
|
|
5905
|
+
}
|
|
5906
|
+
|
|
5413
5907
|
export declare interface SharePayload {
|
|
5414
5908
|
title?: string;
|
|
5415
5909
|
text?: string;
|
|
@@ -5731,6 +6225,15 @@ export declare const storage: {
|
|
|
5731
6225
|
remove(key: string): void;
|
|
5732
6226
|
};
|
|
5733
6227
|
|
|
6228
|
+
/** Raw usage/quota reading from the Storage API, in bytes. */
|
|
6229
|
+
declare interface StorageEstimate_2 {
|
|
6230
|
+
/** Bytes currently used by this origin, or `null` when unknown. */
|
|
6231
|
+
usage: number | null;
|
|
6232
|
+
/** Total bytes available to this origin, or `null` when unknown. */
|
|
6233
|
+
quota: number | null;
|
|
6234
|
+
}
|
|
6235
|
+
export { StorageEstimate_2 as StorageEstimate }
|
|
6236
|
+
|
|
5734
6237
|
export { SubmitHandler }
|
|
5735
6238
|
|
|
5736
6239
|
/** Toggle switch backed by a checkbox input. Accessible via keyboard. */
|
|
@@ -5741,6 +6244,17 @@ export declare interface SwitchProps extends Omit<InputHTMLAttributes<HTMLInputE
|
|
|
5741
6244
|
wrapperClassName?: string;
|
|
5742
6245
|
}
|
|
5743
6246
|
|
|
6247
|
+
/**
|
|
6248
|
+
* Coarse lifecycle phase of the sync engine, surfaced through
|
|
6249
|
+
* {@link OfflineSync.getState} / {@link OfflineSync.subscribe} for reactive UI.
|
|
6250
|
+
*
|
|
6251
|
+
* - `"idle"` — nothing in flight and the last run (if any) fully succeeded.
|
|
6252
|
+
* - `"syncing"` — a `flush` run is currently in progress.
|
|
6253
|
+
* - `"offline"` — the last run was skipped because the device was offline.
|
|
6254
|
+
* - `"error"` — the last run left at least one entry queued after a failure.
|
|
6255
|
+
*/
|
|
6256
|
+
export declare type SyncPhase = "idle" | "syncing" | "offline" | "error";
|
|
6257
|
+
|
|
5744
6258
|
/** Outcome of a single {@link OfflineSync.flush} run. */
|
|
5745
6259
|
export declare interface SyncRunSummary {
|
|
5746
6260
|
/** The trigger passed to `flush`. */
|
|
@@ -5753,8 +6267,91 @@ export declare interface SyncRunSummary {
|
|
|
5753
6267
|
durationMs: number;
|
|
5754
6268
|
/** `true` when the run was skipped because the device was offline. */
|
|
5755
6269
|
skipped: boolean;
|
|
6270
|
+
/** Last delivery error message seen this run, or `null` when none failed. */
|
|
6271
|
+
lastError: string | null;
|
|
6272
|
+
}
|
|
6273
|
+
|
|
6274
|
+
/**
|
|
6275
|
+
* Immutable snapshot of the engine's reactive state. A fresh object is emitted
|
|
6276
|
+
* to subscribers on every change, so it is safe to use as a
|
|
6277
|
+
* `useSyncExternalStore` snapshot (reference equality signals "no change").
|
|
6278
|
+
*/
|
|
6279
|
+
export declare interface SyncState {
|
|
6280
|
+
/** Current lifecycle phase. */
|
|
6281
|
+
phase: SyncPhase;
|
|
6282
|
+
/** Number of mutations still queued in the outbox. */
|
|
6283
|
+
pending: number;
|
|
6284
|
+
/** Summary of the most recent `flush` run, or `null` before the first. */
|
|
6285
|
+
lastSummary: SyncRunSummary | null;
|
|
6286
|
+
/** Message of the most recent delivery failure, or `null`. */
|
|
6287
|
+
lastError: string | null;
|
|
6288
|
+
/** Epoch ms of the last non-skipped run, or `null` before the first. */
|
|
6289
|
+
lastSyncedAt: number | null;
|
|
6290
|
+
}
|
|
6291
|
+
|
|
6292
|
+
/**
|
|
6293
|
+
* Compact status snapshot for a status badge/pill. Prefer this over
|
|
6294
|
+
* {@link useOfflineSync} when a component only needs to *display* status and
|
|
6295
|
+
* does not trigger flushes itself.
|
|
6296
|
+
*/
|
|
6297
|
+
export declare interface SyncStatus {
|
|
6298
|
+
/** The dominant tone to render. */
|
|
6299
|
+
tone: SyncTone;
|
|
6300
|
+
/** Number of mutations still queued. */
|
|
6301
|
+
pending: number;
|
|
6302
|
+
/** `true` while a flush run is in progress. */
|
|
6303
|
+
syncing: boolean;
|
|
6304
|
+
/** `true` when the last run was skipped for being offline. */
|
|
6305
|
+
offline: boolean;
|
|
6306
|
+
/** Message of the most recent delivery failure, or `null`. */
|
|
6307
|
+
lastError: string | null;
|
|
5756
6308
|
}
|
|
5757
6309
|
|
|
6310
|
+
/**
|
|
6311
|
+
* Compact pill showing offline-sync status: a tone-colored icon plus a label
|
|
6312
|
+
* and optional pending count.
|
|
6313
|
+
*
|
|
6314
|
+
* Two modes: pass `sync` to have the badge observe an engine via
|
|
6315
|
+
* `useSyncStatus` (zero wiring), or pass an explicit `tone` (+ `pending`) to
|
|
6316
|
+
* keep it presentational and testable without IndexedDB.
|
|
6317
|
+
*
|
|
6318
|
+
* @example
|
|
6319
|
+
* // Connected — auto-wires the engine:
|
|
6320
|
+
* <SyncStatusBadge sync={notesSync} />
|
|
6321
|
+
*
|
|
6322
|
+
* // Presentational — you own the state:
|
|
6323
|
+
* const { tone, pending } = useSyncStatus(notesSync);
|
|
6324
|
+
* <SyncStatusBadge tone={tone} pending={pending} />
|
|
6325
|
+
*/
|
|
6326
|
+
export declare function SyncStatusBadge({ sync, ...rest }: SyncStatusBadgeProps): JSX.Element;
|
|
6327
|
+
|
|
6328
|
+
export declare interface SyncStatusBadgeProps extends Omit<HTMLAttributes<HTMLSpanElement>, "children"> {
|
|
6329
|
+
/**
|
|
6330
|
+
* The dominant tone. Required when `sync` is not passed. Ignored when `sync`
|
|
6331
|
+
* is passed (the tone is derived from the engine).
|
|
6332
|
+
*/
|
|
6333
|
+
tone?: SyncTone;
|
|
6334
|
+
/**
|
|
6335
|
+
* An `OfflineSync` engine to observe directly. When set, the badge wires
|
|
6336
|
+
* `useSyncStatus` internally, so `tone` and `pending` come from the engine.
|
|
6337
|
+
*/
|
|
6338
|
+
sync?: OfflineSync<unknown>;
|
|
6339
|
+
/** Number of queued mutations, appended to the label when `> 0`. */
|
|
6340
|
+
pending?: number;
|
|
6341
|
+
/** Override the per-tone label text. */
|
|
6342
|
+
labels?: Partial<Record<SyncTone, string>>;
|
|
6343
|
+
/** Show the pending count next to the label. Default `true`. */
|
|
6344
|
+
showPending?: boolean;
|
|
6345
|
+
/** Render only the icon (no text). Default `false`. */
|
|
6346
|
+
iconOnly?: boolean;
|
|
6347
|
+
}
|
|
6348
|
+
|
|
6349
|
+
/**
|
|
6350
|
+
* Presentation-ready tone for a sync status indicator. Collapses the engine's
|
|
6351
|
+
* {@link SyncState} into the single most relevant signal for a badge/pill.
|
|
6352
|
+
*/
|
|
6353
|
+
export declare type SyncTone = "idle" | "syncing" | "pending" | "offline" | "error";
|
|
6354
|
+
|
|
5758
6355
|
/**
|
|
5759
6356
|
* Why a sync run was triggered. The listed values are the common ones; any
|
|
5760
6357
|
* string is accepted so apps can add their own telemetry labels.
|
|
@@ -6214,6 +6811,9 @@ export declare function ToggleGroup({ type, value, defaultValue, onValueChange,
|
|
|
6214
6811
|
* A single selectable item inside a {@link ToggleGroup}. Reads and updates the
|
|
6215
6812
|
* group's shared state through context.
|
|
6216
6813
|
*
|
|
6814
|
+
* Icon-only items need an explicit `aria-label` (forwarded to the button):
|
|
6815
|
+
* an SVG child gives screen readers nothing to announce.
|
|
6816
|
+
*
|
|
6217
6817
|
* @param props - {@link ToggleGroupItemProps}.
|
|
6218
6818
|
* @returns A `role="button"` element exposing its state via `aria-pressed`.
|
|
6219
6819
|
*/
|
|
@@ -6437,6 +7037,36 @@ export declare function unprojectMercator(point: MercatorPoint): Coordinate;
|
|
|
6437
7037
|
*/
|
|
6438
7038
|
export declare function unregisterAllServiceWorkers(): Promise<number>;
|
|
6439
7039
|
|
|
7040
|
+
/**
|
|
7041
|
+
* Fixed toast prompting the user to activate a freshly installed service
|
|
7042
|
+
* worker. Presentational — pair with {@link useServiceWorkerUpdate}, feeding
|
|
7043
|
+
* `updateAvailable` to `open` and `applyUpdate` to `onUpdate`.
|
|
7044
|
+
*
|
|
7045
|
+
* Renders nothing while `open` is `false`.
|
|
7046
|
+
*
|
|
7047
|
+
* @example
|
|
7048
|
+
* const { updateAvailable, applyUpdate } = useServiceWorkerUpdate({ url: "/sw.js" });
|
|
7049
|
+
* <UpdatePrompt open={updateAvailable} onUpdate={applyUpdate} />
|
|
7050
|
+
*/
|
|
7051
|
+
export declare function UpdatePrompt({ open, onUpdate, onDismiss, message, actionLabel, position, className, ...props }: UpdatePromptProps): JSX.Element | null;
|
|
7052
|
+
|
|
7053
|
+
export declare type UpdatePromptPosition = "top" | "bottom";
|
|
7054
|
+
|
|
7055
|
+
export declare interface UpdatePromptProps extends Omit<HTMLAttributes<HTMLDivElement>, "children"> {
|
|
7056
|
+
/** Whether the prompt is visible. Feed from `useServiceWorkerUpdate().updateAvailable`. */
|
|
7057
|
+
open: boolean;
|
|
7058
|
+
/** Called when the user confirms the update. Wire to `applyUpdate`. */
|
|
7059
|
+
onUpdate: () => void;
|
|
7060
|
+
/** Called when the user dismisses the prompt. Omit to hide the dismiss button. */
|
|
7061
|
+
onDismiss?: () => void;
|
|
7062
|
+
/** Body message. */
|
|
7063
|
+
message?: ReactNode;
|
|
7064
|
+
/** Confirm button label. Default `"Atualizar"`. */
|
|
7065
|
+
actionLabel?: string;
|
|
7066
|
+
/** Where to pin the fixed toast. Default `"bottom"`. */
|
|
7067
|
+
position?: UpdatePromptPosition;
|
|
7068
|
+
}
|
|
7069
|
+
|
|
6440
7070
|
/** Variables accepted by the update mutation. */
|
|
6441
7071
|
export declare interface UpdateVariables {
|
|
6442
7072
|
/** The record id to update. */
|
|
@@ -6488,6 +7118,30 @@ export declare interface UploadWithProgressOptions {
|
|
|
6488
7118
|
requestId?: () => string;
|
|
6489
7119
|
}
|
|
6490
7120
|
|
|
7121
|
+
/**
|
|
7122
|
+
* Ready-made `applyOptimistic` builders for {@link useOfflineMutation} over a
|
|
7123
|
+
* list-shaped query cache (`TData = T[]`). They cover the two most common
|
|
7124
|
+
* optimistic edits — insert-or-update and remove — so callers stop hand-writing
|
|
7125
|
+
* the array spread. Both compare records by an id field (`"id"` by default) and
|
|
7126
|
+
* treat the mutation variables as the record itself.
|
|
7127
|
+
*/
|
|
7128
|
+
/**
|
|
7129
|
+
* Build an `applyOptimistic` that inserts the item when absent or shallow-merges
|
|
7130
|
+
* it into the existing entry (matched by `idField`). New items append to the end.
|
|
7131
|
+
*
|
|
7132
|
+
* @typeParam T - The list item shape.
|
|
7133
|
+
* @param idField - The identity field. Default `"id"`.
|
|
7134
|
+
* @returns An `(current, item) => T[]` patcher for a list cache.
|
|
7135
|
+
*
|
|
7136
|
+
* @example
|
|
7137
|
+
* useOfflineMutation<Note, Note[], Note>({
|
|
7138
|
+
* sync, queryKey: ["notes"],
|
|
7139
|
+
* toEntry: (n) => ({ op: "update", recordId: n.id, payload: n }),
|
|
7140
|
+
* applyOptimistic: upsertById(),
|
|
7141
|
+
* });
|
|
7142
|
+
*/
|
|
7143
|
+
export declare function upsertById<T>(idField?: keyof T): (current: T[] | undefined, item: T) => T[];
|
|
7144
|
+
|
|
6491
7145
|
/**
|
|
6492
7146
|
* Convert a base64url-encoded VAPID public key into the `Uint8Array` format
|
|
6493
7147
|
* required by `PushManager.subscribe({ applicationServerKey })`.
|
|
@@ -6880,7 +7534,17 @@ export { UseFormReturn }
|
|
|
6880
7534
|
|
|
6881
7535
|
export { useFormState }
|
|
6882
7536
|
|
|
6883
|
-
/**
|
|
7537
|
+
/**
|
|
7538
|
+
* React hook around the Geolocation API.
|
|
7539
|
+
*
|
|
7540
|
+
* The effect depends on the individual `PositionOptions` fields instead of the
|
|
7541
|
+
* rest object, which is a new reference on every render and would restart the
|
|
7542
|
+
* watch continuously. `exhaustive-deps` is silenced there because those fields
|
|
7543
|
+
* are the whole of what the effect reads from it.
|
|
7544
|
+
*
|
|
7545
|
+
* @param options - Geolocation options plus `watch` and `disabled` switches.
|
|
7546
|
+
* @returns The latest position, error and loading state.
|
|
7547
|
+
*/
|
|
6884
7548
|
export declare function useGeolocation(options?: UseGeolocationOptions): GeolocationState;
|
|
6885
7549
|
|
|
6886
7550
|
export declare interface UseGeolocationOptions extends PositionOptions {
|
|
@@ -6912,6 +7576,75 @@ export declare function useI18n(): I18nContextValue;
|
|
|
6912
7576
|
*/
|
|
6913
7577
|
export declare function useIdle(timeout?: number): boolean;
|
|
6914
7578
|
|
|
7579
|
+
/**
|
|
7580
|
+
* React hook that resolves how (and whether) to offer PWA installation.
|
|
7581
|
+
*
|
|
7582
|
+
* It caches the `beforeinstallprompt` event, detects iOS/iPadOS, detects
|
|
7583
|
+
* Android Chromium forks that lack the prompt API, detects standalone display
|
|
7584
|
+
* mode, and applies a decline cooldown persisted in `localStorage`. The
|
|
7585
|
+
* resulting `method` tells the UI which install affordance to render.
|
|
7586
|
+
*
|
|
7587
|
+
* The decline persistence is pluggable through
|
|
7588
|
+
* {@link UseInstallPromptOptions.declineStorageKey} and
|
|
7589
|
+
* {@link UseInstallPromptOptions.declineCooldownMs} — no app-specific storage
|
|
7590
|
+
* layer is required, and it is SSR-guarded.
|
|
7591
|
+
*
|
|
7592
|
+
* @param options - Optional storage key, cooldown, and fallback-delay tuning.
|
|
7593
|
+
* @returns The install state plus `install()` and `recordDecline()` actions.
|
|
7594
|
+
*
|
|
7595
|
+
* @example
|
|
7596
|
+
* const { method, install } = useInstallPrompt();
|
|
7597
|
+
* if (method === "native") return <button onClick={install}>Install</button>;
|
|
7598
|
+
*/
|
|
7599
|
+
export declare function useInstallPrompt(options?: UseInstallPromptOptions): UseInstallPromptResult;
|
|
7600
|
+
|
|
7601
|
+
/** Options for {@link useInstallPrompt}. */
|
|
7602
|
+
export declare interface UseInstallPromptOptions {
|
|
7603
|
+
/**
|
|
7604
|
+
* `localStorage` key used to persist the decline timestamp. Defaults to
|
|
7605
|
+
* `"tempest:install-declined-at"`.
|
|
7606
|
+
*/
|
|
7607
|
+
declineStorageKey?: string;
|
|
7608
|
+
/**
|
|
7609
|
+
* How long, in ms, the install CTA stays hidden after the user declines.
|
|
7610
|
+
* Defaults to 7 days.
|
|
7611
|
+
*/
|
|
7612
|
+
declineCooldownMs?: number;
|
|
7613
|
+
/**
|
|
7614
|
+
* How long, in ms, to wait for a `beforeinstallprompt` event before
|
|
7615
|
+
* resolving to the `"manual"` method. Defaults to `3000`.
|
|
7616
|
+
*/
|
|
7617
|
+
manualFallbackDelayMs?: number;
|
|
7618
|
+
}
|
|
7619
|
+
|
|
7620
|
+
/** State returned by {@link useInstallPrompt}. */
|
|
7621
|
+
export declare interface UseInstallPromptResult {
|
|
7622
|
+
/** The cached `beforeinstallprompt` event, or `null` when unavailable. */
|
|
7623
|
+
deferredPrompt: BeforeInstallPromptEvent | null;
|
|
7624
|
+
/** True when the app can be installed through any supported method. */
|
|
7625
|
+
canInstall: boolean;
|
|
7626
|
+
/** True when running on iOS/iPadOS Safari. */
|
|
7627
|
+
isIOS: boolean;
|
|
7628
|
+
/** True when already running as an installed PWA. */
|
|
7629
|
+
isStandalone: boolean;
|
|
7630
|
+
/** True when the browser is an Android Chromium fork with no prompt API. */
|
|
7631
|
+
isManualAndroid: boolean;
|
|
7632
|
+
/** True when no `beforeinstallprompt` arrived within the timeout window. */
|
|
7633
|
+
promptTimedOut: boolean;
|
|
7634
|
+
/** The resolved install strategy the UI should follow. */
|
|
7635
|
+
method: InstallMethod;
|
|
7636
|
+
/** An `intent://` URL to re-open the page in Chrome on Android, else `null`. */
|
|
7637
|
+
openInChromeIntent: string | null;
|
|
7638
|
+
/**
|
|
7639
|
+
* Triggers the native prompt.
|
|
7640
|
+
*
|
|
7641
|
+
* @returns `true` when the user accepted the install, `false` otherwise.
|
|
7642
|
+
*/
|
|
7643
|
+
install: () => Promise<boolean>;
|
|
7644
|
+
/** Records that the user declined the CTA, starting the cooldown window. */
|
|
7645
|
+
recordDecline: () => void;
|
|
7646
|
+
}
|
|
7647
|
+
|
|
6915
7648
|
/**
|
|
6916
7649
|
* Track whether the referenced element intersects the viewport. Useful for
|
|
6917
7650
|
* lazy-loading images, "load more" sentinels, and animation triggers.
|
|
@@ -6945,6 +7678,12 @@ export declare function useIsFirstRender(): boolean;
|
|
|
6945
7678
|
* Bind a global keyboard shortcut. Supports modifier combinations and a
|
|
6946
7679
|
* cross-OS `mod` key (Ctrl on Windows/Linux, Cmd on macOS).
|
|
6947
7680
|
*
|
|
7681
|
+
* The effect depends on the individual `shortcut` fields rather than on the
|
|
7682
|
+
* object itself: callers pass an inline literal (`{ key: "k", mod: true }`),
|
|
7683
|
+
* which is a fresh reference on every render and would otherwise tear down and
|
|
7684
|
+
* re-add the listener each time. `exhaustive-deps` is silenced for that line
|
|
7685
|
+
* because the destructured fields are the complete dependency set.
|
|
7686
|
+
*
|
|
6948
7687
|
* @example
|
|
6949
7688
|
* useKeyboardShortcut({ key: "k", mod: true }, () => openSearch());
|
|
6950
7689
|
*/
|
|
@@ -7006,6 +7745,52 @@ export { useLocation }
|
|
|
7006
7745
|
*/
|
|
7007
7746
|
export declare function useLongPress<T extends HTMLElement>(ref: RefObject<T | null>, fn: () => void, options?: UseLongPressOptions): void;
|
|
7008
7747
|
|
|
7748
|
+
/**
|
|
7749
|
+
* Returns DOM event handlers that detect a long press (touch or mouse hold)
|
|
7750
|
+
* and invoke `onLongPress` once after `delayMs`.
|
|
7751
|
+
*
|
|
7752
|
+
* Cancels on touch movement or pointer release. Also wires `contextmenu` to
|
|
7753
|
+
* fire `onLongPress` immediately so a right-click on desktop opens selection
|
|
7754
|
+
* mode the same way an Android long-press does on mobile.
|
|
7755
|
+
*
|
|
7756
|
+
* The hook does not `preventDefault` on the underlying click — the consumer
|
|
7757
|
+
* decides whether the subsequent click should still fire. Track that with the
|
|
7758
|
+
* returned `wasLongPress()` guard to tell "long-press fired" apart from a
|
|
7759
|
+
* "regular click".
|
|
7760
|
+
*
|
|
7761
|
+
* Unlike {@link useLongPress}, which attaches pointer listeners to a `ref`,
|
|
7762
|
+
* this variant returns handler props you spread directly onto an element and
|
|
7763
|
+
* exposes a `wasLongPress()` guard.
|
|
7764
|
+
*
|
|
7765
|
+
* @param onLongPress - Callback invoked once the hold threshold is reached.
|
|
7766
|
+
* @param options - Optional `delayMs` and `disabled` flags.
|
|
7767
|
+
* @returns The spreadable handlers plus a `wasLongPress()` guard.
|
|
7768
|
+
*
|
|
7769
|
+
* @example
|
|
7770
|
+
* const longPress = useLongPressHandlers(() => enterSelectionMode(), { delayMs: 600 });
|
|
7771
|
+
* <button {...longPress} onClick={() => { if (!longPress.wasLongPress()) navigate(); }}>
|
|
7772
|
+
* Item
|
|
7773
|
+
* </button>
|
|
7774
|
+
*/
|
|
7775
|
+
export declare function useLongPressHandlers(onLongPress: () => void, options?: UseLongPressHandlersOptions): UseLongPressHandlersResult;
|
|
7776
|
+
|
|
7777
|
+
/** Options accepted by {@link useLongPressHandlers}. */
|
|
7778
|
+
export declare interface UseLongPressHandlersOptions {
|
|
7779
|
+
/** Hold duration in ms before `onLongPress` fires. Defaults to `500`. */
|
|
7780
|
+
delayMs?: number;
|
|
7781
|
+
/** When `true`, the hook is inert and every handler is a no-op. */
|
|
7782
|
+
disabled?: boolean;
|
|
7783
|
+
}
|
|
7784
|
+
|
|
7785
|
+
/** Return shape of {@link useLongPressHandlers}. */
|
|
7786
|
+
export declare type UseLongPressHandlersResult = LongPressHandlers & {
|
|
7787
|
+
/**
|
|
7788
|
+
* Reads whether the most recent interaction fired a long-press. Use it in
|
|
7789
|
+
* the element's `onClick` to suppress the click that follows a long-press.
|
|
7790
|
+
*/
|
|
7791
|
+
wasLongPress: () => boolean;
|
|
7792
|
+
};
|
|
7793
|
+
|
|
7009
7794
|
export declare interface UseLongPressOptions {
|
|
7010
7795
|
/** Press duration in ms. Default `500`. */
|
|
7011
7796
|
delay?: number;
|
|
@@ -7115,6 +7900,126 @@ export declare interface UseOAuthCallbackResult<T> {
|
|
|
7115
7900
|
*/
|
|
7116
7901
|
export declare function useObjectUrl(blob: Blob | null | undefined): string | null;
|
|
7117
7902
|
|
|
7903
|
+
/**
|
|
7904
|
+
* Optimistic mutation that writes to an {@link OfflineSync} outbox instead of
|
|
7905
|
+
* hitting the network directly, bridging the sync engine and TanStack Query.
|
|
7906
|
+
*
|
|
7907
|
+
* On `mutate` it enqueues the entry, optimistically patches the given query
|
|
7908
|
+
* cache key and kicks a flush; if the enqueue itself throws, the cache is
|
|
7909
|
+
* rolled back to its previous value. Server delivery happens later inside the
|
|
7910
|
+
* engine's flush loop, so the UI updates instantly and survives reloads and
|
|
7911
|
+
* offline periods.
|
|
7912
|
+
*
|
|
7913
|
+
* @typeParam TVariables - The `mutate(variables)` input shape.
|
|
7914
|
+
* @typeParam TData - The cached query data optimistically patched.
|
|
7915
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
7916
|
+
* @param options - Engine, variables→entry mapping and cache wiring.
|
|
7917
|
+
* @returns The TanStack {@link UseMutationResult}; the mutation resolves to the
|
|
7918
|
+
* generated outbox entry id.
|
|
7919
|
+
*
|
|
7920
|
+
* @example
|
|
7921
|
+
* const addNote = useOfflineMutation({
|
|
7922
|
+
* sync: notesSync,
|
|
7923
|
+
* queryKey: ["notes"],
|
|
7924
|
+
* toEntry: (note: Note) => ({ op: "create", recordId: note.id, payload: note }),
|
|
7925
|
+
* applyOptimistic: (current: Note[] = [], note) => [...current, note],
|
|
7926
|
+
* });
|
|
7927
|
+
* addNote.mutate(newNote);
|
|
7928
|
+
*/
|
|
7929
|
+
export declare function useOfflineMutation<TVariables, TData = unknown, TPayload = unknown>(options: UseOfflineMutationOptions<TVariables, TData, TPayload>): UseMutationResult<string, Error, TVariables, MutationContext<TData>>;
|
|
7930
|
+
|
|
7931
|
+
/**
|
|
7932
|
+
* Configuration for {@link useOfflineMutation}.
|
|
7933
|
+
*
|
|
7934
|
+
* @typeParam TVariables - The `mutate(variables)` input shape.
|
|
7935
|
+
* @typeParam TData - The cached query data optimistically patched.
|
|
7936
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
7937
|
+
*/
|
|
7938
|
+
export declare interface UseOfflineMutationOptions<TVariables, TData, TPayload> {
|
|
7939
|
+
/** The engine the mutation enqueues into. */
|
|
7940
|
+
sync: OfflineSync<TPayload>;
|
|
7941
|
+
/** Map `mutate` variables into an outbox entry. */
|
|
7942
|
+
toEntry: (variables: TVariables) => OutboxDraft<TPayload>;
|
|
7943
|
+
/**
|
|
7944
|
+
* Query key to optimistically patch and (optionally) invalidate. Omit to
|
|
7945
|
+
* only enqueue without touching the React Query cache.
|
|
7946
|
+
*/
|
|
7947
|
+
queryKey?: QueryKey;
|
|
7948
|
+
/**
|
|
7949
|
+
* Produce the next cached value from the current one and the variables.
|
|
7950
|
+
* Runs in `onMutate`; the previous value is restored automatically if the
|
|
7951
|
+
* enqueue throws. Requires `queryKey`.
|
|
7952
|
+
*/
|
|
7953
|
+
applyOptimistic?: (current: TData | undefined, variables: TVariables) => TData;
|
|
7954
|
+
/**
|
|
7955
|
+
* Trigger a flush after enqueueing. `true` (default) uses
|
|
7956
|
+
* `"after-mutation"`; pass a custom {@link SyncTrigger} string, or `false`
|
|
7957
|
+
* to leave flushing to the caller / auto-flush hooks.
|
|
7958
|
+
*/
|
|
7959
|
+
flush?: boolean | SyncTrigger;
|
|
7960
|
+
/** Invalidate `queryKey` in `onSettled` so a later read refetches. Default `false`. */
|
|
7961
|
+
invalidate?: boolean;
|
|
7962
|
+
}
|
|
7963
|
+
|
|
7964
|
+
/**
|
|
7965
|
+
* Subscribe a React component to an {@link OfflineSync} engine.
|
|
7966
|
+
*
|
|
7967
|
+
* Re-renders whenever the engine's {@link SyncState} changes (enqueue, flush
|
|
7968
|
+
* transition, outbox clear) via `useSyncExternalStore`, and optionally wires
|
|
7969
|
+
* auto-flush on mount, on the `online` event and on an interval. The engine
|
|
7970
|
+
* itself is created once by the app and passed in — the hook never owns it, so
|
|
7971
|
+
* multiple components can observe the same queue.
|
|
7972
|
+
*
|
|
7973
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
7974
|
+
* @param sync - The engine returned by `createOfflineSync`.
|
|
7975
|
+
* @param options - Auto-flush triggers.
|
|
7976
|
+
* @returns The reactive state merged with `enqueue`/`flush` actions.
|
|
7977
|
+
*
|
|
7978
|
+
* @example
|
|
7979
|
+
* const { pending, syncing, phase, flush } = useOfflineSync(notesSync, {
|
|
7980
|
+
* flushOnMount: true,
|
|
7981
|
+
* intervalMs: 30_000,
|
|
7982
|
+
* });
|
|
7983
|
+
* return <SyncStatusBadge pending={pending} syncing={syncing} phase={phase} />;
|
|
7984
|
+
*/
|
|
7985
|
+
export declare function useOfflineSync<TPayload>(sync: OfflineSync<TPayload>, options?: UseOfflineSyncOptions): UseOfflineSyncResult<TPayload>;
|
|
7986
|
+
|
|
7987
|
+
/**
|
|
7988
|
+
* Options for {@link useOfflineSync}. All auto-flush triggers are opt-in except
|
|
7989
|
+
* `flushOnOnline`, which defaults to `true` so the app catches up the moment
|
|
7990
|
+
* connectivity returns.
|
|
7991
|
+
*/
|
|
7992
|
+
export declare interface UseOfflineSyncOptions {
|
|
7993
|
+
/** Flush once when the component mounts (trigger `"boot"`). Default `false`. */
|
|
7994
|
+
flushOnMount?: boolean;
|
|
7995
|
+
/**
|
|
7996
|
+
* Flush when the browser fires the `online` event (trigger
|
|
7997
|
+
* `"online-event"`). Default `true`.
|
|
7998
|
+
*/
|
|
7999
|
+
flushOnOnline?: boolean;
|
|
8000
|
+
/**
|
|
8001
|
+
* Flush on this interval in milliseconds (trigger `"interval"`). `0`
|
|
8002
|
+
* disables the timer. Default `0`.
|
|
8003
|
+
*/
|
|
8004
|
+
intervalMs?: number;
|
|
8005
|
+
}
|
|
8006
|
+
|
|
8007
|
+
/**
|
|
8008
|
+
* Reactive view of an {@link OfflineSync} engine, plus its imperative actions.
|
|
8009
|
+
* Extends {@link SyncState} so `phase`, `pending`, `lastSummary`, `lastError`
|
|
8010
|
+
* and `lastSyncedAt` are read directly off the result.
|
|
8011
|
+
*
|
|
8012
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
8013
|
+
*/
|
|
8014
|
+
export declare interface UseOfflineSyncResult<TPayload> extends SyncState {
|
|
8015
|
+
/** `true` while a flush run is in progress (`phase === "syncing"`). */
|
|
8016
|
+
syncing: boolean;
|
|
8017
|
+
/** Queue a mutation. Mirrors {@link OfflineSync.enqueue}. */
|
|
8018
|
+
enqueue: (op: OutboxOp, recordId: string, payload?: TPayload) => Promise<string>;
|
|
8019
|
+
/** Trigger a flush run. Mirrors {@link OfflineSync.flush}. */
|
|
8020
|
+
flush: (trigger?: SyncTrigger) => Promise<SyncRunSummary>;
|
|
8021
|
+
}
|
|
8022
|
+
|
|
7118
8023
|
/**
|
|
7119
8024
|
* Query a single record by id through the active {@link useDataProvider}.
|
|
7120
8025
|
*
|
|
@@ -7133,10 +8038,40 @@ export declare type UseOneOptions<T> = Omit<UseQueryOptions<T, Error, T>, "query
|
|
|
7133
8038
|
};
|
|
7134
8039
|
|
|
7135
8040
|
/**
|
|
7136
|
-
* Track
|
|
7137
|
-
*
|
|
8041
|
+
* Track connectivity and re-render on changes.
|
|
8042
|
+
*
|
|
8043
|
+
* With no options it mirrors `navigator.onLine` (assuming online during SSR and
|
|
8044
|
+
* before the first event). Pass `pingUrl` to additionally probe real
|
|
8045
|
+
* reachability — the browser's `onLine` flag lies behind captive portals and
|
|
8046
|
+
* dead links, so the probe downgrades the result to `false` when the network is
|
|
8047
|
+
* unusable even though `navigator.onLine` is `true`.
|
|
8048
|
+
*
|
|
8049
|
+
* @param options - Optional reachability-probe configuration.
|
|
8050
|
+
* @returns `true` when the device is online (and reachable, when probing).
|
|
8051
|
+
*
|
|
8052
|
+
* @example
|
|
8053
|
+
* const online = useOnline(); // navigator.onLine only
|
|
8054
|
+
* const reallyOnline = useOnline({ pingUrl: "/health", intervalMs: 15_000 });
|
|
8055
|
+
*/
|
|
8056
|
+
export declare function useOnline(options?: UseOnlineOptions): boolean;
|
|
8057
|
+
|
|
8058
|
+
/**
|
|
8059
|
+
* Options for {@link useOnline}. Omit them for the cheap `navigator.onLine`
|
|
8060
|
+
* behaviour; pass `pingUrl` to add a real-reachability probe on top.
|
|
7138
8061
|
*/
|
|
7139
|
-
export declare
|
|
8062
|
+
export declare interface UseOnlineOptions {
|
|
8063
|
+
/**
|
|
8064
|
+
* URL to probe for real connectivity. `navigator.onLine` reports `true`
|
|
8065
|
+
* behind a captive portal or when the machine has a link but no internet;
|
|
8066
|
+
* a periodic `HEAD` to this URL catches those cases. When set, the result
|
|
8067
|
+
* is `navigator.onLine && lastProbeSucceeded`.
|
|
8068
|
+
*/
|
|
8069
|
+
pingUrl?: string;
|
|
8070
|
+
/** How often to probe, in ms. Default `30000`. */
|
|
8071
|
+
intervalMs?: number;
|
|
8072
|
+
/** Abort a probe after this many ms and treat it as offline. Default `5000`. */
|
|
8073
|
+
timeoutMs?: number;
|
|
8074
|
+
}
|
|
7140
8075
|
|
|
7141
8076
|
/**
|
|
7142
8077
|
* Offset-pagination hook over TanStack Query for the fastapi-pagination /
|
|
@@ -7383,6 +8318,52 @@ export declare function useScrollLock(active: boolean): void;
|
|
|
7383
8318
|
|
|
7384
8319
|
export { useSearchParams }
|
|
7385
8320
|
|
|
8321
|
+
/**
|
|
8322
|
+
* Register a service worker and expose a user-driven update flow.
|
|
8323
|
+
*
|
|
8324
|
+
* Wraps {@link registerServiceWorker}: when a fresh worker finishes installing
|
|
8325
|
+
* while the page is still controlled by the old one, `updateAvailable` flips to
|
|
8326
|
+
* `true`. Call `applyUpdate` — typically from an "atualizar" toast — to tell the
|
|
8327
|
+
* waiting worker to activate and reload the page once it takes control.
|
|
8328
|
+
*
|
|
8329
|
+
* Skips cleanly when the runtime has no service-worker support (`registration`
|
|
8330
|
+
* stays `null`, `updateAvailable` stays `false`).
|
|
8331
|
+
*
|
|
8332
|
+
* @param options - Registration options (`url` required); `autoUpdate` should
|
|
8333
|
+
* stay off so the reload is user-confirmed.
|
|
8334
|
+
* @returns The update state and `applyUpdate` action.
|
|
8335
|
+
*
|
|
8336
|
+
* @example
|
|
8337
|
+
* const { updateAvailable, applyUpdate } = useServiceWorkerUpdate({ url: "/sw.js" });
|
|
8338
|
+
* return (
|
|
8339
|
+
* <UpdatePrompt open={updateAvailable} onUpdate={applyUpdate} />
|
|
8340
|
+
* );
|
|
8341
|
+
*/
|
|
8342
|
+
export declare function useServiceWorkerUpdate(options: UseServiceWorkerUpdateOptions): UseServiceWorkerUpdateResult;
|
|
8343
|
+
|
|
8344
|
+
/**
|
|
8345
|
+
* Options for {@link useServiceWorkerUpdate}. Mirrors the registration options
|
|
8346
|
+
* minus the callbacks the hook owns internally (`onUpdate`); `onReady` and
|
|
8347
|
+
* `onError` still pass through for host-side logging.
|
|
8348
|
+
*
|
|
8349
|
+
* Leave `autoUpdate` off (the default): this hook exists to hand the reload
|
|
8350
|
+
* decision to the user, so a silent auto-reload would defeat the prompt.
|
|
8351
|
+
*/
|
|
8352
|
+
export declare type UseServiceWorkerUpdateOptions = Omit<RegisterServiceWorkerOptions, "onUpdate">;
|
|
8353
|
+
|
|
8354
|
+
/** Reactive service-worker update state plus the apply action. */
|
|
8355
|
+
export declare interface UseServiceWorkerUpdateResult {
|
|
8356
|
+
/** `true` once a new worker has installed and is waiting to activate. */
|
|
8357
|
+
updateAvailable: boolean;
|
|
8358
|
+
/**
|
|
8359
|
+
* Activate the waiting worker and reload the page once it takes control.
|
|
8360
|
+
* No-op when no update is waiting.
|
|
8361
|
+
*/
|
|
8362
|
+
applyUpdate: () => void;
|
|
8363
|
+
/** The active registration, or `null` before it resolves / when unsupported. */
|
|
8364
|
+
registration: ServiceWorkerRegistration | null;
|
|
8365
|
+
}
|
|
8366
|
+
|
|
7386
8367
|
/**
|
|
7387
8368
|
* Reactive `Set` wrapper. Mutating via `add` / `delete` / `clear` / `toggle`
|
|
7388
8369
|
* triggers a re-render and yields a fresh `set` reference each time.
|
|
@@ -7410,6 +8391,50 @@ export declare interface UseSetResult<T> {
|
|
|
7410
8391
|
*/
|
|
7411
8392
|
export declare function useStableCallback<TArgs extends unknown[], TReturn>(callback: (...args: TArgs) => TReturn): (...args: TArgs) => TReturn;
|
|
7412
8393
|
|
|
8394
|
+
/**
|
|
8395
|
+
* Track the origin's storage usage, quota and persistence flag, refreshing on
|
|
8396
|
+
* demand. Pair with {@link requestPersistentStorage} to surface a "usando X de
|
|
8397
|
+
* Y MB" meter and a "tornar armazenamento permanente" action.
|
|
8398
|
+
*
|
|
8399
|
+
* @param options - `pollMs` re-reads the estimate on an interval (`0` = off,
|
|
8400
|
+
* the default).
|
|
8401
|
+
* @returns The reactive storage state and actions.
|
|
8402
|
+
*
|
|
8403
|
+
* @example
|
|
8404
|
+
* const { usage, quota, ratio, persisted, requestPersist } = useStorageEstimate();
|
|
8405
|
+
* return <Meter value={ratio ?? 0} onClick={requestPersist} />;
|
|
8406
|
+
*/
|
|
8407
|
+
export declare function useStorageEstimate(options?: {
|
|
8408
|
+
pollMs?: number;
|
|
8409
|
+
}): UseStorageEstimateResult;
|
|
8410
|
+
|
|
8411
|
+
/** Reactive storage-quota state exposed by {@link useStorageEstimate}. */
|
|
8412
|
+
export declare interface UseStorageEstimateResult extends StorageEstimate_2 {
|
|
8413
|
+
/** `true` when the Storage API is available. */
|
|
8414
|
+
supported: boolean;
|
|
8415
|
+
/** `usage / quota` in `[0, 1]`, or `null` when either value is unknown. */
|
|
8416
|
+
ratio: number | null;
|
|
8417
|
+
/** Whether storage is persisted, `null` before the first read / unsupported. */
|
|
8418
|
+
persisted: boolean | null;
|
|
8419
|
+
/** `true` during the initial read or a `refresh`. */
|
|
8420
|
+
loading: boolean;
|
|
8421
|
+
/** Re-read usage/quota and the persisted flag from the browser. */
|
|
8422
|
+
refresh: () => Promise<void>;
|
|
8423
|
+
/** Request persistent storage; refreshes state and returns the outcome. */
|
|
8424
|
+
requestPersist: () => Promise<boolean>;
|
|
8425
|
+
}
|
|
8426
|
+
|
|
8427
|
+
/**
|
|
8428
|
+
* Subscribe to an {@link OfflineSync} engine and return a display-only
|
|
8429
|
+
* {@link SyncStatus}. A thin read-only companion to {@link useOfflineSync},
|
|
8430
|
+
* intended to feed a `<SyncStatusBadge>` without exposing flush actions.
|
|
8431
|
+
*
|
|
8432
|
+
* @typeParam TPayload - Record snapshot carried by outbox entries.
|
|
8433
|
+
* @param sync - The engine returned by `createOfflineSync`.
|
|
8434
|
+
* @returns The compact status snapshot.
|
|
8435
|
+
*/
|
|
8436
|
+
export declare function useSyncStatus<TPayload>(sync: OfflineSync<TPayload>): SyncStatus;
|
|
8437
|
+
|
|
7413
8438
|
/**
|
|
7414
8439
|
* Access the active telemetry adapter. Returns `null` when no provider is
|
|
7415
8440
|
* mounted (calls are silently dropped — useful for unit tests).
|
|
@@ -8043,6 +9068,32 @@ export declare type WithSelectors<S> = S extends {
|
|
|
8043
9068
|
*/
|
|
8044
9069
|
export declare function withTimeout<T>(promise: Promise<T>, ms: number, message?: string): Promise<T>;
|
|
8045
9070
|
|
|
9071
|
+
/**
|
|
9072
|
+
* Write a minimal single-sheet Office Open XML (`.xlsx`) workbook and return
|
|
9073
|
+
* its bytes. No extra dependency beyond `fflate` — the archive is assembled and
|
|
9074
|
+
* deflated in-process.
|
|
9075
|
+
*
|
|
9076
|
+
* The output is UTF-8 throughout, so accents round-trip in
|
|
9077
|
+
* Excel/LibreOffice/Google Sheets without the BOM-detection fragility that
|
|
9078
|
+
* plagues CSV exports. The XML stays compact: inline strings (no shared-string
|
|
9079
|
+
* table), no styles, no merged cells. Numeric cells use the native `"n"` type
|
|
9080
|
+
* so spreadsheets recognise them as numbers; `null` renders as an empty cell.
|
|
9081
|
+
*
|
|
9082
|
+
* @param headers - Column headers written as the first row.
|
|
9083
|
+
* @param rows - Data rows; each value is a string, a number, or `null` (empty).
|
|
9084
|
+
* @returns The `.xlsx` file contents as a `Uint8Array`.
|
|
9085
|
+
*
|
|
9086
|
+
* @example
|
|
9087
|
+
* const bytes = writeXlsx(
|
|
9088
|
+
* ["Name", "Score"],
|
|
9089
|
+
* [["Ada", 99], ["Alan", null]],
|
|
9090
|
+
* );
|
|
9091
|
+
* const blob = new Blob([bytes], {
|
|
9092
|
+
* type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
9093
|
+
* });
|
|
9094
|
+
*/
|
|
9095
|
+
export declare function writeXlsx(headers: readonly string[], rows: readonly (readonly (string | number | null)[])[]): Uint8Array;
|
|
9096
|
+
|
|
8046
9097
|
/**
|
|
8047
9098
|
* Minimal `react-hook-form` resolver built on top of zod. Mirrors the shape
|
|
8048
9099
|
* produced by `@hookform/resolvers/zod` so it can be passed straight to
|