@abcagency/hc-ui-components 1.3.72 → 1.3.74
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/dist/apis/hcApi.js +85 -85
- package/dist/apis/hcApi.js.map +1 -1
- package/dist/clientToken.js.map +1 -1
- package/dist/components/HireControlMap.js +164 -132
- package/dist/components/HireControlMap.js.map +1 -1
- package/dist/components/containers/accordions/filter-container.js +15 -0
- package/dist/components/containers/accordions/filter-container.js.map +1 -1
- package/dist/components/containers/accordions/filter-item-container.js.map +1 -1
- package/dist/components/containers/accordions/map-accordion-item-container.js +1 -4
- package/dist/components/containers/accordions/map-accordion-item-container.js.map +1 -1
- package/dist/components/containers/filter/commute-container.js +1 -1
- package/dist/components/containers/filter/commute-container.js.map +1 -1
- package/dist/components/containers/filter/filter-container.js +4 -4
- package/dist/components/containers/filter/filter-container.js.map +1 -1
- package/dist/components/containers/filter/filter-item-container.js.map +1 -1
- package/dist/components/containers/filter/location-container.js.map +1 -1
- package/dist/components/containers/filter/points-of-interest-container.js.map +1 -1
- package/dist/components/containers/filter/points-of-interest-radio-item-container.js.map +1 -1
- package/dist/components/containers/filter/search-container.js.map +1 -1
- package/dist/components/containers/jobListing/listing-details-container.js +1 -3
- package/dist/components/containers/jobListing/listing-details-container.js.map +1 -1
- package/dist/components/containers/list/item-list-container.js +22 -21
- package/dist/components/containers/list/item-list-container.js.map +1 -1
- package/dist/components/containers/list/list-item/list-item-container.js +3 -8
- package/dist/components/containers/list/list-item/list-item-container.js.map +1 -1
- package/dist/components/containers/maps/info-window-content-container.js.map +1 -1
- package/dist/components/containers/maps/map-container.js +61 -17
- package/dist/components/containers/maps/map-container.js.map +1 -1
- package/dist/components/containers/maps/map-list-container.js.map +1 -1
- package/dist/components/containers/maps/map-marker-container.js +9 -3
- package/dist/components/containers/maps/map-marker-container.js.map +1 -1
- package/dist/components/modules/accordions/MapAccordionItem.js.map +1 -1
- package/dist/components/modules/accordions/default.js +2 -2
- package/dist/components/modules/accordions/default.js.map +1 -1
- package/dist/components/modules/accordions/filterItem.js.map +1 -1
- package/dist/components/modules/accordions/filters.js.map +1 -1
- package/dist/components/modules/buttons/button-group-apply.js +10 -27
- package/dist/components/modules/buttons/button-group-apply.js.map +1 -1
- package/dist/components/modules/buttons/commute-pill.js +18 -18
- package/dist/components/modules/buttons/default.js +5 -21
- package/dist/components/modules/buttons/default.js.map +1 -1
- package/dist/components/modules/buttons/items-pill.js.map +1 -1
- package/dist/components/modules/buttons/pill-wrapper.js.map +1 -1
- package/dist/components/modules/buttons/show-all-button.js.map +1 -1
- package/dist/components/modules/cards/default.js +2 -2
- package/dist/components/modules/cards/default.js.map +1 -1
- package/dist/components/modules/cards/filter.js.map +1 -1
- package/dist/components/modules/dialogs/apply-dialog.js +9 -39
- package/dist/components/modules/dialogs/apply-dialog.js.map +1 -1
- package/dist/components/modules/filter/commute.js +2 -2
- package/dist/components/modules/filter/commute.js.map +1 -1
- package/dist/components/modules/filter/index.js.map +1 -1
- package/dist/components/modules/filter/item.js.map +1 -1
- package/dist/components/modules/filter/location.js.map +1 -1
- package/dist/components/modules/filter/radio-item.js.map +1 -1
- package/dist/components/modules/filter/search.js.map +1 -1
- package/dist/components/modules/filter/sort.js +2 -2
- package/dist/components/modules/filter/sort.js.map +1 -1
- package/dist/components/modules/grid.js +1 -1
- package/dist/components/modules/grid.js.map +1 -1
- package/dist/components/modules/icon.js +1 -1
- package/dist/components/modules/icon.js.map +1 -1
- package/dist/components/modules/jobListing/listing-details.js +0 -2
- package/dist/components/modules/jobListing/listing-details.js.map +1 -1
- package/dist/components/modules/list/field-mapper.js.map +1 -1
- package/dist/components/modules/list/header-item.js.map +1 -1
- package/dist/components/modules/list/header.js +5 -4
- package/dist/components/modules/list/header.js.map +1 -1
- package/dist/components/modules/list/item-expand-card/index.js +1 -1
- package/dist/components/modules/list/item-expand-card/index.js.map +1 -1
- package/dist/components/modules/list/item-expand-card/recruiter-contact-nav.js +38 -38
- package/dist/components/modules/list/item-expand-card/recruiter-details.js +40 -40
- package/dist/components/modules/list/item-expand-card/recruiter-headshot.js +20 -20
- package/dist/components/modules/list/item-list.js +43 -43
- package/dist/components/modules/list/item-list.js.map +1 -1
- package/dist/components/modules/list/list-item/list-item.js +3 -6
- package/dist/components/modules/list/list-item/list-item.js.map +1 -1
- package/dist/components/modules/maps/info-window-card.js.map +1 -1
- package/dist/components/modules/maps/info-window-content.js.map +1 -1
- package/dist/components/modules/maps/map-list.js.map +1 -1
- package/dist/components/modules/maps/map-marker.js +1 -1
- package/dist/components/modules/maps/map-marker.js.map +1 -1
- package/dist/components/modules/maps/map.js +1 -1
- package/dist/components/modules/maps/map.js.map +1 -1
- package/dist/components/modules/maps/place-marker.js +1 -1
- package/dist/components/modules/maps/place-marker.js.map +1 -1
- package/dist/components/modules/maps/tabs.js +1 -1
- package/dist/components/modules/maps/tabs.js.map +1 -1
- package/dist/constants/eventTypes.js +0 -3
- package/dist/constants/eventTypes.js.map +1 -1
- package/dist/constants/placeTypes.js +1 -0
- package/dist/constants/placeTypes.js.map +1 -1
- package/dist/contexts/mapContext.js +85 -84
- package/dist/contexts/mapContext.js.map +1 -1
- package/dist/contexts/mapListContext.js +210 -211
- package/dist/contexts/mapListContext.js.map +1 -1
- package/dist/contexts/placesContext.js +4 -2
- package/dist/contexts/placesContext.js.map +1 -1
- package/dist/contexts/themeContext.js.map +1 -1
- package/dist/contexts/trackEventContext.js +1 -1
- package/dist/contexts/trackEventContext.js.map +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js +1 -1
- package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js +1 -1
- package/dist/hooks/useList.js.map +1 -1
- package/dist/services/configService.js +9 -9
- package/dist/services/configService.js.map +1 -1
- package/dist/services/googlePlacesNearbyService.js +32 -32
- package/dist/services/googlePlacesNearbyService.js.map +1 -1
- package/dist/services/listingAggregatorService.js +29 -29
- package/dist/services/listingAggregatorService.js.map +1 -1
- package/dist/services/listingEntityService.js +9 -9
- package/dist/services/listingEntityService.js.map +1 -1
- package/dist/services/listingService.js +24 -24
- package/dist/services/listingService.js.map +1 -1
- package/dist/services/recruiterService.js +16 -16
- package/dist/services/recruiterService.js.map +1 -1
- package/dist/types/apis/hcApi.d.ts +5 -5
- package/dist/types/clientToken.d.ts +2 -2
- package/dist/types/components/containers/accordions/map-accordion-item-container.d.ts +11 -12
- package/dist/types/components/containers/jobListing/listing-details-container.d.ts +6 -6
- package/dist/types/components/containers/list/item-list-container.d.ts +9 -9
- package/dist/types/components/containers/list/list-item/list-item-container.d.ts +12 -13
- package/dist/types/components/modules/accordions/MapAccordionItem.d.ts +10 -10
- package/dist/types/components/modules/accordions/default.d.ts +19 -19
- package/dist/types/components/modules/buttons/button-group-apply.d.ts +24 -25
- package/dist/types/components/modules/buttons/commute-pill.d.ts +5 -5
- package/dist/types/components/modules/buttons/default.d.ts +48 -51
- package/dist/types/components/modules/buttons/pill-wrapper.d.ts +3 -3
- package/dist/types/components/modules/dialogs/apply-dialog.d.ts +8 -12
- package/dist/types/components/modules/filter/sort.d.ts +8 -8
- package/dist/types/components/modules/grid.d.ts +8 -8
- package/dist/types/components/modules/icon.d.ts +10 -10
- package/dist/types/components/modules/jobListing/listing-details.d.ts +18 -19
- package/dist/types/components/modules/list/field-mapper.d.ts +10 -10
- package/dist/types/components/modules/list/header-item.d.ts +11 -11
- package/dist/types/components/modules/list/header.d.ts +12 -12
- package/dist/types/components/modules/list/item-expand-card/index.d.ts +7 -7
- package/dist/types/components/modules/list/item-expand-card/recruiter-contact-nav.d.ts +17 -17
- package/dist/types/components/modules/list/item-expand-card/recruiter-details.d.ts +21 -21
- package/dist/types/components/modules/list/item-expand-card/recruiter-headshot.d.ts +8 -8
- package/dist/types/components/modules/list/item-list.d.ts +20 -20
- package/dist/types/components/modules/list/list-item/list-item.d.ts +3 -3
- package/dist/types/constants/eventTypes.d.ts +15 -18
- package/dist/types/contexts/mapContext.d.ts +31 -29
- package/dist/types/contexts/mapListContext.d.ts +78 -80
- package/dist/types/contexts/trackEventContext.d.ts +6 -6
- package/dist/types/enums/SectionType.d.ts +9 -9
- package/dist/types/hooks/useList.d.ts +13 -13
- package/dist/types/services/configService.d.ts +6 -6
- package/dist/types/services/googlePlacesNearbyService.d.ts +5 -5
- package/dist/types/services/listingAggregatorService.d.ts +9 -9
- package/dist/types/services/listingEntityService.d.ts +6 -6
- package/dist/types/services/listingService.d.ts +9 -9
- package/dist/types/services/recruiterService.d.ts +6 -6
- package/dist/types/types/Address.d.ts +7 -7
- package/dist/types/types/ContentSection.d.ts +8 -8
- package/dist/types/types/GetListingParams.d.ts +8 -8
- package/dist/types/types/LatLng.d.ts +4 -4
- package/dist/types/types/ListingEntity.d.ts +10 -10
- package/dist/types/types/ListingFields.d.ts +25 -25
- package/dist/types/types/Listings.d.ts +31 -31
- package/dist/types/types/Recruiter.d.ts +9 -9
- package/dist/types/types/SimilarListing.d.ts +24 -24
- package/dist/types/types/config/Colors.d.ts +8 -8
- package/dist/types/types/config/MapConfig.d.ts +30 -30
- package/dist/types/types/config/PointsOfInterestConfig.d.ts +13 -13
- package/dist/types/types/config/SearchConfig.d.ts +4 -4
- package/dist/types/util/filterUtil.d.ts +28 -28
- package/dist/types/util/loading.d.ts +3 -3
- package/dist/types/util/localStorageUtil.d.ts +3 -3
- package/dist/types/util/mapUtil.d.ts +16 -16
- package/dist/types/util/sortUtil.d.ts +1 -1
- package/dist/types/util/stringUtils.d.ts +1 -1
- package/dist/types/util/urlFilterUtil.d.ts +8 -8
- package/dist/util/filterUtil.js +1 -1
- package/dist/util/filterUtil.js.map +1 -1
- package/dist/util/loading.js.map +1 -1
- package/dist/util/localStorageUtil.js +37 -37
- package/dist/util/localStorageUtil.js.map +1 -1
- package/dist/util/mapIconUtil.js +18 -18
- package/dist/util/mapIconUtil.js.map +1 -1
- package/dist/util/mapUtil.js.map +1 -1
- package/dist/util/sortUtil.js +14 -1
- package/dist/util/sortUtil.js.map +1 -1
- package/dist/util/stringUtils.js.map +1 -1
- package/dist/util/urlFilterUtil.js.map +1 -1
- package/dist/wellspan-careers-web/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/wellspan-careers-web/node_modules/react/jsx-runtime.js.map +1 -0
- package/package.json +91 -91
- package/src/.editorconfig +12 -12
- package/src/apis/hcApi.ts +109 -109
- package/src/bundleIndex.js +14 -14
- package/src/clientToken.js +9 -9
- package/src/components/HireControlMap.js +191 -167
- package/src/components/containers/accordions/filter-container.js +69 -52
- package/src/components/containers/accordions/filter-item-container.js +83 -83
- package/src/components/containers/accordions/map-accordion-item-container.js +66 -69
- package/src/components/containers/filter/commute-container.js +89 -89
- package/src/components/containers/filter/filter-container.js +78 -78
- package/src/components/containers/filter/filter-item-container.js +117 -117
- package/src/components/containers/filter/location-container.js +45 -45
- package/src/components/containers/filter/points-of-interest-container.js +33 -33
- package/src/components/containers/filter/points-of-interest-radio-item-container.js +35 -35
- package/src/components/containers/filter/search-container.js +61 -61
- package/src/components/containers/jobListing/listing-details-container.js +42 -43
- package/src/components/containers/list/item-list-container.tsx +81 -81
- package/src/components/containers/list/list-item/list-item-container.js +38 -42
- package/src/components/containers/maps/info-window-content-container.js +52 -52
- package/src/components/containers/maps/map-container.js +308 -249
- package/src/components/containers/maps/map-list-container.js +52 -52
- package/src/components/containers/maps/map-marker-container.js +86 -78
- package/src/components/modules/accordions/MapAccordionItem.js +30 -30
- package/src/components/modules/accordions/default.js +171 -171
- package/src/components/modules/accordions/filterItem.js +27 -27
- package/src/components/modules/accordions/filters.js +32 -32
- package/src/components/modules/buttons/button-group-apply.js +9 -17
- package/src/components/modules/buttons/default.js +194 -202
- package/src/components/modules/buttons/items-pill.js +31 -31
- package/src/components/modules/buttons/pill-wrapper.js +27 -27
- package/src/components/modules/buttons/show-all-button.js +19 -19
- package/src/components/modules/cards/default.js +167 -167
- package/src/components/modules/cards/filter.js +56 -56
- package/src/components/modules/dialogs/apply-dialog.js +48 -64
- package/src/components/modules/filter/commute.js +108 -108
- package/src/components/modules/filter/index.js +57 -57
- package/src/components/modules/filter/item.js +69 -69
- package/src/components/modules/filter/location.js +51 -51
- package/src/components/modules/filter/radio-item.js +42 -42
- package/src/components/modules/filter/search.js +79 -79
- package/src/components/modules/filter/sort.js +83 -83
- package/src/components/modules/grid.js +54 -54
- package/src/components/modules/icon.js +33 -33
- package/src/components/modules/jobListing/listing-details.js +53 -55
- package/src/components/modules/list/field-mapper.js +130 -130
- package/src/components/modules/list/header-item.js +92 -92
- package/src/components/modules/list/header.js +52 -51
- package/src/components/modules/list/item-expand-card/index.js +22 -22
- package/src/components/modules/list/item-expand-card/recruiter-contact-nav.js +50 -50
- package/src/components/modules/list/item-expand-card/recruiter-details.js +68 -68
- package/src/components/modules/list/item-expand-card/recruiter-headshot.js +22 -22
- package/src/components/modules/list/item-list.tsx +117 -117
- package/src/components/modules/list/list-item/list-item.js +127 -130
- package/src/components/modules/maps/info-window-card.js +17 -17
- package/src/components/modules/maps/info-window-content.js +65 -65
- package/src/components/modules/maps/map-list.js +39 -39
- package/src/components/modules/maps/map-marker.js +29 -29
- package/src/components/modules/maps/map.js +64 -64
- package/src/components/modules/maps/place-marker.js +41 -41
- package/src/components/modules/maps/tabs.js +82 -82
- package/src/constants/eventTypes.js +15 -18
- package/src/constants/placeTypes.js +9 -8
- package/src/contexts/mapContext.tsx +132 -129
- package/src/contexts/mapListContext.tsx +353 -359
- package/src/contexts/placesContext.js +103 -102
- package/src/contexts/themeContext.js +40 -40
- package/src/contexts/trackEventContext.js +14 -14
- package/src/enums/SectionType.ts +9 -9
- package/src/hooks/useList.js +89 -89
- package/src/index.js +3 -3
- package/src/services/configService.ts +16 -16
- package/src/services/googlePlacesNearbyService.ts +42 -42
- package/src/services/listingAggregatorService.ts +56 -56
- package/src/services/listingEntityService.ts +16 -16
- package/src/services/listingService.ts +40 -40
- package/src/services/recruiterService.ts +18 -18
- package/src/styles/bundle.css +268 -268
- package/src/styles/index.css +33 -33
- package/src/types/Address.ts +7 -7
- package/src/types/ContentSection.ts +9 -9
- package/src/types/GetListingParams.ts +8 -8
- package/src/types/LatLng.ts +4 -4
- package/src/types/ListingEntity.ts +11 -11
- package/src/types/ListingFields.ts +25 -25
- package/src/types/Listings.ts +32 -32
- package/src/types/Recruiter.ts +9 -9
- package/src/types/SimilarListing.ts +24 -24
- package/src/types/config/Colors.ts +8 -8
- package/src/types/config/MapConfig.ts +31 -31
- package/src/types/config/PointsOfInterestConfig.ts +13 -13
- package/src/types/config/SearchConfig.ts +4 -4
- package/src/util/arrayUtil.js +3 -3
- package/src/util/fieldMapper.js +22 -22
- package/src/util/filterUtil.js +312 -311
- package/src/util/loading.js +17 -17
- package/src/util/localStorageUtil.ts +34 -34
- package/src/util/mapIconUtil.js +204 -180
- package/src/util/mapUtil.js +92 -92
- package/src/util/sortUtil.js +46 -32
- package/src/util/stringUtils.js +6 -6
- package/src/util/urlFilterUtil.js +85 -85
- package/dist/WellSpanMap/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +0 -1
- package/dist/WellSpanMap/node_modules/react/jsx-runtime.js.map +0 -1
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-router/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-router/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/tslib/tslib.es6.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/tslib/tslib.es6.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js +0 -0
- /package/dist/{HC_ReactMap_npm → hc_react_map_npm}/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -0
- /package/dist/{WellSpanMap → wellspan-careers-web}/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -0
- /package/dist/{WellSpanMap → wellspan-careers-web}/node_modules/react/jsx-runtime.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trackEventContext.js","sources":["../../src/contexts/trackEventContext.js"],"sourcesContent":["import React, { createContext, useContext } from 'react';\
|
|
1
|
+
{"version":3,"file":"trackEventContext.js","sources":["../../src/contexts/trackEventContext.js"],"sourcesContent":["import React, { createContext, useContext } from 'react';\nimport { eventTypes } from '~/constants/eventTypes';\n\nconst TrackEventContext = createContext();\n\nexport const useTrackEvent = () => useContext(TrackEventContext);\n\nexport const TrackEventProvider = ({ children, trackEvent }) => {\n\treturn (\n\t\t<TrackEventContext.Provider value={{ trackEvent, eventTypes }}>\n\t\t\t{children}\n\t\t</TrackEventContext.Provider>\n\t);\n};\n"],"names":["TrackEventContext","createContext","useTrackEvent","useContext","TrackEventProvider","_ref","children","trackEvent","React","createElement","Provider","value","eventTypes"],"mappings":";;;AAGA,IAAMA,iBAAiB,gBAAGC,aAAa,EAAE,CAAA;AAE5BC,IAAAA,aAAa,GAAG,SAAhBA,aAAaA,GAAA;EAAA,OAASC,UAAU,CAACH,iBAAiB,CAAC,CAAA;AAAA,EAAA;IAEnDI,kBAAkB,GAAG,SAArBA,kBAAkBA,CAAAC,IAAA,EAAiC;AAAA,EAAA,IAA3BC,QAAQ,GAAAD,IAAA,CAARC,QAAQ;IAAEC,UAAU,GAAAF,IAAA,CAAVE,UAAU,CAAA;AACxD,EAAA,oBACCC,cAAA,CAAAC,aAAA,CAACT,iBAAiB,CAACU,QAAQ,EAAA;AAACC,IAAAA,KAAK,EAAE;AAAEJ,MAAAA,UAAU,EAAVA,UAAU;AAAEK,MAAAA,UAAU,EAAVA,UAAAA;AAAW,KAAA;AAAE,GAAA,EAC5DN,QAC0B,CAAC,CAAA;AAE/B;;;;"}
|
|
@@ -8,7 +8,7 @@ import { Primitive } from '../../react-primitive/dist/index.js';
|
|
|
8
8
|
import { createCollapsibleScope, Root, Trigger, Content } from '../../react-collapsible/dist/index.js';
|
|
9
9
|
import { useId } from '../../react-id/dist/index.js';
|
|
10
10
|
import { useDirection } from '../../react-direction/dist/index.js';
|
|
11
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
11
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
12
12
|
|
|
13
13
|
var ACCORDION_NAME = "Accordion";
|
|
14
14
|
var ACCORDION_KEYS = ["Home", "End", "ArrowDown", "ArrowUp", "ArrowLeft", "ArrowRight"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Primitive } from '../../react-primitive/dist/index.js';
|
|
3
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
3
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
4
4
|
|
|
5
5
|
// packages/react/arrow/src/Arrow.tsx
|
|
6
6
|
var NAME = "Arrow";
|
|
@@ -7,7 +7,7 @@ import { useComposedRefs } from '../../react-compose-refs/dist/index.js';
|
|
|
7
7
|
import { Primitive } from '../../react-primitive/dist/index.js';
|
|
8
8
|
import { Presence } from '../../react-presence/dist/index.js';
|
|
9
9
|
import { useId } from '../../react-id/dist/index.js';
|
|
10
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
10
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
11
11
|
|
|
12
12
|
var COLLAPSIBLE_NAME = "Collapsible";
|
|
13
13
|
var [createCollapsibleContext, createCollapsibleScope] = createContextScope(COLLAPSIBLE_NAME);
|
|
@@ -2,7 +2,7 @@ import React__default from 'react';
|
|
|
2
2
|
import { createContextScope } from '../../react-context/dist/index.js';
|
|
3
3
|
import { useComposedRefs } from '../../react-compose-refs/dist/index.js';
|
|
4
4
|
import { Slot } from '../../react-slot/dist/index.js';
|
|
5
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
5
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
6
6
|
|
|
7
7
|
function createCollection(name) {
|
|
8
8
|
const PROVIDER_NAME = name + "CollectionProvider";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
2
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
3
3
|
|
|
4
4
|
// packages/react/context/src/createContext.tsx
|
|
5
5
|
function createContext2(rootComponentName, defaultContext) {
|
|
@@ -13,7 +13,7 @@ import { useFocusGuards } from '../../react-focus-guards/dist/index.js';
|
|
|
13
13
|
import ReactRemoveScroll from '../../../react-remove-scroll/dist/es2015/Combination.js';
|
|
14
14
|
import { hideOthers } from '../../../aria-hidden/dist/es2015/index.js';
|
|
15
15
|
import { Slot } from '../../react-slot/dist/index.js';
|
|
16
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
16
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
17
17
|
|
|
18
18
|
var DIALOG_NAME = "Dialog";
|
|
19
19
|
var [createDialogContext, createDialogScope] = createContextScope(DIALOG_NAME);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import '../../../../../../../
|
|
2
|
+
import '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
3
3
|
|
|
4
4
|
// packages/react/direction/src/Direction.tsx
|
|
5
5
|
var DirectionContext = React.createContext(void 0);
|
|
@@ -4,7 +4,7 @@ import { Primitive, dispatchDiscreteCustomEvent } from '../../react-primitive/di
|
|
|
4
4
|
import { useComposedRefs } from '../../react-compose-refs/dist/index.js';
|
|
5
5
|
import { useCallbackRef } from '../../react-use-callback-ref/dist/index.js';
|
|
6
6
|
import { useEscapeKeydown } from '../../react-use-escape-keydown/dist/index.js';
|
|
7
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
7
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
8
8
|
|
|
9
9
|
var DISMISSABLE_LAYER_NAME = "DismissableLayer";
|
|
10
10
|
var CONTEXT_UPDATE = "dismissableLayer.update";
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { useComposedRefs } from '../../react-compose-refs/dist/index.js';
|
|
3
3
|
import { Primitive } from '../../react-primitive/dist/index.js';
|
|
4
4
|
import { useCallbackRef } from '../../react-use-callback-ref/dist/index.js';
|
|
5
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
5
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
6
6
|
|
|
7
7
|
var AUTOFOCUS_ON_MOUNT = "focusScope.autoFocusOnMount";
|
|
8
8
|
var AUTOFOCUS_ON_UNMOUNT = "focusScope.autoFocusOnUnmount";
|
|
@@ -7,7 +7,7 @@ import { Primitive } from '../../react-primitive/dist/index.js';
|
|
|
7
7
|
import { useCallbackRef } from '../../react-use-callback-ref/dist/index.js';
|
|
8
8
|
import { useLayoutEffect as useLayoutEffect2 } from '../../react-use-layout-effect/dist/index.js';
|
|
9
9
|
import { useSize } from '../../react-use-size/dist/index.js';
|
|
10
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
10
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
11
11
|
import { autoUpdate } from '../../../@floating-ui/dom/dist/floating-ui.dom.js';
|
|
12
12
|
|
|
13
13
|
var POPPER_NAME = "Popper";
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import ReactDOM__default from 'react-dom';
|
|
3
3
|
import { Primitive } from '../../react-primitive/dist/index.js';
|
|
4
4
|
import { useLayoutEffect as useLayoutEffect2 } from '../../react-use-layout-effect/dist/index.js';
|
|
5
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
5
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
6
6
|
|
|
7
7
|
var PORTAL_NAME = "Portal";
|
|
8
8
|
var Portal = React.forwardRef((props, forwardedRef) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import * as ReactDOM from 'react-dom';
|
|
3
3
|
import { Slot } from '../../react-slot/dist/index.js';
|
|
4
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
4
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
5
5
|
|
|
6
6
|
// packages/react/primitive/src/Primitive.tsx
|
|
7
7
|
var NODES = [
|
|
@@ -8,7 +8,7 @@ import { Primitive } from '../../react-primitive/dist/index.js';
|
|
|
8
8
|
import { useCallbackRef } from '../../react-use-callback-ref/dist/index.js';
|
|
9
9
|
import { useControllableState } from '../../react-use-controllable-state/dist/index.js';
|
|
10
10
|
import { useDirection } from '../../react-direction/dist/index.js';
|
|
11
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
11
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
12
12
|
|
|
13
13
|
var ENTRY_FOCUS = "rovingFocusGroup.onEntryFocus";
|
|
14
14
|
var EVENT_OPTIONS = { bubbles: false, cancelable: true };
|
|
@@ -21,7 +21,7 @@ import { usePrevious } from '../../react-use-previous/dist/index.js';
|
|
|
21
21
|
import { VisuallyHidden } from '../../react-visually-hidden/dist/index.js';
|
|
22
22
|
import { hideOthers } from '../../../aria-hidden/dist/es2015/index.js';
|
|
23
23
|
import ReactRemoveScroll from '../../../react-remove-scroll/dist/es2015/Combination.js';
|
|
24
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
24
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
25
25
|
|
|
26
26
|
var OPEN_KEYS = [" ", "Enter", "ArrowUp", "ArrowDown"];
|
|
27
27
|
var SELECTION_KEYS = [" ", "Enter"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { composeRefs } from '../../react-compose-refs/dist/index.js';
|
|
3
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
3
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
4
4
|
|
|
5
5
|
// packages/react/slot/src/Slot.tsx
|
|
6
6
|
var Slot = React.forwardRef((props, forwardedRef) => {
|
|
@@ -7,7 +7,7 @@ import { Primitive } from '../../react-primitive/dist/index.js';
|
|
|
7
7
|
import { useDirection } from '../../react-direction/dist/index.js';
|
|
8
8
|
import { useControllableState } from '../../react-use-controllable-state/dist/index.js';
|
|
9
9
|
import { useId } from '../../react-id/dist/index.js';
|
|
10
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
10
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
11
11
|
|
|
12
12
|
var TABS_NAME = "Tabs";
|
|
13
13
|
var [createTabsContext, createTabsScope] = createContextScope(TABS_NAME, [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Primitive } from '../../react-primitive/dist/index.js';
|
|
3
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
3
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
4
4
|
|
|
5
5
|
// packages/react/visually-hidden/src/VisuallyHidden.tsx
|
|
6
6
|
var NAME = "VisuallyHidden";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from '../../../../../../../
|
|
1
|
+
import { j as jsxRuntimeExports } from '../../../../../../../wellspan-careers-web/node_modules/react/jsx-runtime.js';
|
|
2
2
|
import { createContext, memo, useRef, useState, useEffect, PureComponent, createRef, useContext, useMemo, Children, isValidElement, cloneElement } from 'react';
|
|
3
3
|
import * as ReactDOM from 'react-dom';
|
|
4
4
|
import { createPortal } from 'react-dom';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useList.js","sources":["../../src/hooks/useList.js"],"sourcesContent":["import { useEffect, useState, useRef } from 'react';\
|
|
1
|
+
{"version":3,"file":"useList.js","sources":["../../src/hooks/useList.js"],"sourcesContent":["import { useEffect, useState, useRef } from 'react';\n\nimport { getStorageObject } from '~/util/localStorageUtil';\n\nconst getDefaultItemId = () => {\n\tlet item = getStorageObject(\"selectedListItem\");\n\tif (item?.expanded == true) {\n\t\treturn item.id;\n\t} else {\n\t\treturn null;\n\t}\n};\n\nconst useListLogic = filteredListings => {\n\tconst [itemLimit, setItemLimit] = useState(100);\n\tconst [expandedId] = useState(getDefaultItemId());\n\tconst [sortSetting, setSortSetting] = useState(getStorageObject('sortSetting', null));\n\tconst [scrollPosition, setScrollPosition] = useState(getStorageObject('scrollPosition', 0));\n\tconst loader = useRef(null);\n\tconst scrollContainerRef = useRef(null);\n\tconst itemRefs = useRef({});\n\tconst observer = useRef(null);\n\n\tuseEffect(() => {\n\t\tobserver.current = new IntersectionObserver(handleObserver, {\n\t\t\troot: scrollContainerRef.current,\n\t\t\trootMargin: \"100px 0px\",\n\t\t\tthreshold: 0.5\n\t\t});\n\t\tconst { current } = loader;\n\t\tif (current) {\n\t\t\tobserver.current.observe(current);\n\t\t}\n\t\treturn () => {\n\t\t\tif (observer.current && current) {\n\t\t\t\tobserver.current.unobserve(current);\n\t\t\t}\n\t\t};\n\t\t// eslint-disable-next-line react-hooks/exhaustive-deps\n\t}, [filteredListings.length, itemLimit]);\n\n\tuseEffect(() => {\n\t\tlocalStorage.setItem('scrollPosition', scrollPosition.toString());\n\t}, [scrollPosition]);\n\n\tuseEffect(() => {\n\t\tconst savedScrollPosition = scrollPosition;\n\t\tif (parseInt(savedScrollPosition) > 3000) {\n\t\t\tsetItemLimit(savedScrollPosition / 10);\n\t\t}\n\t\tif (savedScrollPosition && scrollContainerRef.current) {\n\t\t\tsetTimeout(() => {\n\t\t\t\tscrollContainerRef.current.scrollTop = parseInt(savedScrollPosition, 10);\n\t\t\t}, 300);\n\t\t}\n\t}, []);\n\n\tuseEffect(() => {\n\t\tconst { current } = scrollContainerRef;\n\t\tif (current) {\n\t\t\tcurrent.addEventListener('scroll', handleScroll);\n\t\t}\n\t\treturn () => {\n\t\t\tif (current) {\n\t\t\t\tcurrent.removeEventListener('scroll', handleScroll);\n\t\t\t}\n\t\t};\n\t}, []);\n\n\tconst handleObserver = entities => {\n\t\tconst target = entities[0];\n\t\tif (!target.isIntersecting) return;\n\t\tif (filteredListings.length > itemLimit) {\n\t\t\tsetItemLimit(prevLimit => prevLimit + 100);\n\t\t} else if (observer.current) {\n\t\t\tobserver.current.disconnect();\n\t\t}\n\t};\n\n\tconst handleScroll = () => {\n\t\tif (scrollContainerRef.current) {\n\t\t\tsetScrollPosition(scrollContainerRef.current.scrollTop);\n\t\t}\n\t};\n\n\treturn { itemLimit, expandedId, sortSetting, scrollPosition, loader, scrollContainerRef, itemRefs, setSortSetting, setScrollPosition, filteredListings };\n};\n\nexport default useListLogic;\n"],"names":["getDefaultItemId","item","getStorageObject","expanded","id","useListLogic","filteredListings","_useState","useState","_useState2","_slicedToArray","itemLimit","setItemLimit","_useState3","_useState4","expandedId","_useState5","_useState6","sortSetting","setSortSetting","_useState7","_useState8","scrollPosition","setScrollPosition","loader","useRef","scrollContainerRef","itemRefs","observer","useEffect","current","IntersectionObserver","handleObserver","root","rootMargin","threshold","observe","unobserve","length","localStorage","setItem","toString","savedScrollPosition","parseInt","setTimeout","scrollTop","addEventListener","handleScroll","removeEventListener","entities","target","isIntersecting","prevLimit","disconnect"],"mappings":"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"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import api from '../apis/hcApi.js';
|
|
2
2
|
|
|
3
|
-
const getMapConfig = async () => {
|
|
4
|
-
try {
|
|
5
|
-
const response = await api.get(`/MapConfig`);
|
|
6
|
-
return response;
|
|
7
|
-
}
|
|
8
|
-
catch (error) {
|
|
9
|
-
console.error("Error retrieving map configuration:", error);
|
|
10
|
-
throw error;
|
|
11
|
-
}
|
|
3
|
+
const getMapConfig = async () => {
|
|
4
|
+
try {
|
|
5
|
+
const response = await api.get(`/MapConfig`);
|
|
6
|
+
return response;
|
|
7
|
+
}
|
|
8
|
+
catch (error) {
|
|
9
|
+
console.error("Error retrieving map configuration:", error);
|
|
10
|
+
throw error;
|
|
11
|
+
}
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
export { getMapConfig };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configService.js","sources":["../../src/services/configService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\
|
|
1
|
+
{"version":3,"file":"configService.js","sources":["../../src/services/configService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\nimport { MapConfig } from '~/types/config/MapConfig';\n\nexport const getMapConfig = async (): Promise<MapConfig> => {\n\ttry {\n\t\tconst response = await api.get<MapConfig>(`/MapConfig`);\n\t\treturn response;\n\t} catch (error) {\n\t\tconsole.error(\"Error retrieving map configuration:\", error);\n\t\tthrow error;\n\t}\n};\n\nexport default {\n\tgetMapConfig\n};\n"],"names":[],"mappings":";;AAGa,MAAA,YAAY,GAAG,YAA+B;IAC1D,IAAI;QACH,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,GAAG,CAAY,CAAY,UAAA,CAAA,CAAC,CAAC;AACxD,QAAA,OAAO,QAAQ,CAAC;AAChB,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,qCAAqC,EAAE,KAAK,CAAC,CAAC;AAC5D,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
const searchNearbyPlaces = async (typesArray, location, radius) => {
|
|
2
|
-
const url = 'https://places.googleapis.com/v1/places:searchNearby';
|
|
3
|
-
const headers = {
|
|
4
|
-
'Content-Type': 'application/json',
|
|
5
|
-
'X-Goog-Api-Key': "AIzaSyAXPlfaoMCrmjNV1u-vFYdLBi7GkGeh4S4",
|
|
6
|
-
'X-Goog-FieldMask': 'places.location,places.displayName,places.types'
|
|
7
|
-
};
|
|
8
|
-
const data = {
|
|
9
|
-
includedTypes: typesArray,
|
|
10
|
-
maxResultCount: 20,
|
|
11
|
-
locationRestriction: {
|
|
12
|
-
circle: {
|
|
13
|
-
center: location,
|
|
14
|
-
radius: radius
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
try {
|
|
19
|
-
const response = await fetch(url, {
|
|
20
|
-
method: 'POST',
|
|
21
|
-
headers: headers,
|
|
22
|
-
body: JSON.stringify(data)
|
|
23
|
-
});
|
|
24
|
-
if (!response.ok) {
|
|
25
|
-
throw new Error(`HTTP error! status: ${response.status}`);
|
|
26
|
-
}
|
|
27
|
-
return await response.json();
|
|
28
|
-
}
|
|
29
|
-
catch (error) {
|
|
30
|
-
console.error('Error making the Nearby Search request:', error);
|
|
31
|
-
throw error;
|
|
32
|
-
}
|
|
1
|
+
const searchNearbyPlaces = async (typesArray, location, radius) => {
|
|
2
|
+
const url = 'https://places.googleapis.com/v1/places:searchNearby';
|
|
3
|
+
const headers = {
|
|
4
|
+
'Content-Type': 'application/json',
|
|
5
|
+
'X-Goog-Api-Key': "AIzaSyAXPlfaoMCrmjNV1u-vFYdLBi7GkGeh4S4",
|
|
6
|
+
'X-Goog-FieldMask': 'places.location,places.displayName,places.types'
|
|
7
|
+
};
|
|
8
|
+
const data = {
|
|
9
|
+
includedTypes: typesArray,
|
|
10
|
+
maxResultCount: 20,
|
|
11
|
+
locationRestriction: {
|
|
12
|
+
circle: {
|
|
13
|
+
center: location,
|
|
14
|
+
radius: radius
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
try {
|
|
19
|
+
const response = await fetch(url, {
|
|
20
|
+
method: 'POST',
|
|
21
|
+
headers: headers,
|
|
22
|
+
body: JSON.stringify(data)
|
|
23
|
+
});
|
|
24
|
+
if (!response.ok) {
|
|
25
|
+
throw new Error(`HTTP error! status: ${response.status}`);
|
|
26
|
+
}
|
|
27
|
+
return await response.json();
|
|
28
|
+
}
|
|
29
|
+
catch (error) {
|
|
30
|
+
console.error('Error making the Nearby Search request:', error);
|
|
31
|
+
throw error;
|
|
32
|
+
}
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export { searchNearbyPlaces };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"googlePlacesNearbyService.js","sources":["../../src/services/googlePlacesNearbyService.ts"],"sourcesContent":["export interface Location {\
|
|
1
|
+
{"version":3,"file":"googlePlacesNearbyService.js","sources":["../../src/services/googlePlacesNearbyService.ts"],"sourcesContent":["export interface Location {\n\tlatitude: number;\n\tlongitude: number;\n}\n\nexport const searchNearbyPlaces = async (\n\ttypesArray: string[],\n\tlocation: Location,\n\tradius: number\n): Promise<any> => {\n\tconst url = 'https://places.googleapis.com/v1/places:searchNearby';\n\tconst headers = {\n\t\t'Content-Type': 'application/json',\n\t\t'X-Goog-Api-Key': process.env.GOOGLE_MAPS_API_KEY as string,\n\t\t'X-Goog-FieldMask': 'places.location,places.displayName,places.types'\n\t};\n\tconst data = {\n\t\tincludedTypes: typesArray,\n\t\tmaxResultCount: 20,\n\t\tlocationRestriction: {\n\t\t\tcircle: {\n\t\t\t\tcenter: location,\n\t\t\t\tradius: radius\n\t\t\t}\n\t\t}\n\t};\n\n\ttry {\n\t\tconst response = await fetch(url, {\n\t\t\tmethod: 'POST',\n\t\t\theaders: headers,\n\t\t\tbody: JSON.stringify(data)\n\t\t});\n\t\tif (!response.ok) {\n\t\t\tthrow new Error(`HTTP error! status: ${response.status}`);\n\t\t}\n\t\treturn await response.json();\n\t} catch (error) {\n\t\tconsole.error('Error making the Nearby Search request:', error);\n\t\tthrow error;\n\t}\n};\n"],"names":[],"mappings":"AAKO,MAAM,kBAAkB,GAAG,OACjC,UAAoB,EACpB,QAAkB,EAClB,MAAc,KACG;IACjB,MAAM,GAAG,GAAG,sDAAsD,CAAC;AACnE,IAAA,MAAM,OAAO,GAAG;AACf,QAAA,cAAc,EAAE,kBAAkB;AAClC,QAAA,gBAAgB,EAAE,yCAAyC;AAC3D,QAAA,kBAAkB,EAAE,iDAAiD;KACrE,CAAC;AACF,IAAA,MAAM,IAAI,GAAG;AACZ,QAAA,aAAa,EAAE,UAAU;AACzB,QAAA,cAAc,EAAE,EAAE;AAClB,QAAA,mBAAmB,EAAE;AACpB,YAAA,MAAM,EAAE;AACP,gBAAA,MAAM,EAAE,QAAQ;AAChB,gBAAA,MAAM,EAAE,MAAM;AACd,aAAA;AACD,SAAA;KACD,CAAC;IAEF,IAAI;AACH,QAAA,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,GAAG,EAAE;AACjC,YAAA,MAAM,EAAE,MAAM;AACd,YAAA,OAAO,EAAE,OAAO;AAChB,YAAA,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC;AAC1B,SAAA,CAAC,CAAC;AACH,QAAA,IAAI,CAAC,QAAQ,CAAC,EAAE,EAAE;YACjB,MAAM,IAAI,KAAK,CAAC,CAAA,oBAAA,EAAuB,QAAQ,CAAC,MAAM,CAAE,CAAA,CAAC,CAAC;AAC1D,SAAA;AACD,QAAA,OAAO,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;AAC7B,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,yCAAyC,EAAE,KAAK,CAAC,CAAC;AAChE,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
|
|
@@ -2,35 +2,35 @@ import { getListings } from './listingService.js';
|
|
|
2
2
|
import { getListingEntities } from './listingEntityService.js';
|
|
3
3
|
import { getDistinctItemsByProximity } from '../util/mapUtil.js';
|
|
4
4
|
|
|
5
|
-
const fetchListings = async (commuteLocation = null, entities, listings) => {
|
|
6
|
-
try {
|
|
7
|
-
const listingsResult = listings && listings.length > 0 ? listings : await getListings();
|
|
8
|
-
const distinctEntityIds = [
|
|
9
|
-
...new Set(listingsResult.map(listing => listing.entityId))
|
|
10
|
-
];
|
|
11
|
-
const fetchedEntities = !commuteLocation
|
|
12
|
-
? entities && entities.length > 0 ? entities : await getListingEntities(distinctEntityIds)
|
|
13
|
-
: await getListingEntities(distinctEntityIds, `${commuteLocation.lat}, ${commuteLocation.lng}`);
|
|
14
|
-
for (let i = 0; i < listingsResult.length; i++) {
|
|
15
|
-
const listing = listingsResult[i];
|
|
16
|
-
if (listing.entityId && listing.entityId !== -1 && listing.fields) {
|
|
17
|
-
const entity = fetchedEntities[listing.entityId];
|
|
18
|
-
if (entity) {
|
|
19
|
-
listing.fields.travelTime = entity.travelTime;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
const distinctItems = getDistinctItemsByProximity(listingsResult, fetchedEntities);
|
|
24
|
-
return {
|
|
25
|
-
listingsResult,
|
|
26
|
-
fetchedEntities,
|
|
27
|
-
distinctItems
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
catch (error) {
|
|
31
|
-
console.error("Error fetching listings:", error);
|
|
32
|
-
throw error;
|
|
33
|
-
}
|
|
5
|
+
const fetchListings = async (commuteLocation = null, entities, listings) => {
|
|
6
|
+
try {
|
|
7
|
+
const listingsResult = listings && listings.length > 0 ? listings : await getListings();
|
|
8
|
+
const distinctEntityIds = [
|
|
9
|
+
...new Set(listingsResult.map(listing => listing.entityId))
|
|
10
|
+
];
|
|
11
|
+
const fetchedEntities = !commuteLocation
|
|
12
|
+
? entities && entities.length > 0 ? entities : await getListingEntities(distinctEntityIds)
|
|
13
|
+
: await getListingEntities(distinctEntityIds, `${commuteLocation.lat}, ${commuteLocation.lng}`);
|
|
14
|
+
for (let i = 0; i < listingsResult.length; i++) {
|
|
15
|
+
const listing = listingsResult[i];
|
|
16
|
+
if (listing.entityId && listing.entityId !== -1 && listing.fields) {
|
|
17
|
+
const entity = fetchedEntities[listing.entityId];
|
|
18
|
+
if (entity) {
|
|
19
|
+
listing.fields.travelTime = entity.travelTime;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
const distinctItems = getDistinctItemsByProximity(listingsResult, fetchedEntities);
|
|
24
|
+
return {
|
|
25
|
+
listingsResult,
|
|
26
|
+
fetchedEntities,
|
|
27
|
+
distinctItems
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
catch (error) {
|
|
31
|
+
console.error("Error fetching listings:", error);
|
|
32
|
+
throw error;
|
|
33
|
+
}
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
export { fetchListings as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listingAggregatorService.js","sources":["../../src/services/listingAggregatorService.ts"],"sourcesContent":["import { getListings } from '~/services/listingService';\
|
|
1
|
+
{"version":3,"file":"listingAggregatorService.js","sources":["../../src/services/listingAggregatorService.ts"],"sourcesContent":["import { getListings } from '~/services/listingService';\nimport { getListingEntities } from '~/services/listingEntityService';\nimport { getDistinctItemsByProximity } from '~/util/mapUtil';\nimport { Listing } from '~/types/Listings';\nimport { ListingEntity } from '~/types/ListingEntity';\n\ninterface FetchListingsResult {\n listingsResult: Listing[];\n fetchedEntities: Record<number, ListingEntity>;\n distinctItems: any; // Update this type based on the return type of getDistinctItemsByProximity\n}\n\nconst fetchListings = async (\n\tcommuteLocation: any | null = null,\n\tentities: ListingEntity[] | null,\n\tlistings: Listing[] | null\n): Promise<FetchListingsResult> => {\n\ttry {\n\t\tconst listingsResult = listings && listings.length > 0 ? listings : await getListings();\n\t\tconst distinctEntityIds: number[] = [\n\t\t\t...new Set(listingsResult.map(listing => listing.entityId))\n\t\t] as number[];\n\n\t\tconst fetchedEntities = !commuteLocation\n\t\t\t? entities && entities.length > 0 ? entities : await getListingEntities(distinctEntityIds)\n\t\t\t: await getListingEntities(\n\t\t\t\tdistinctEntityIds,\n\t\t\t\t`${commuteLocation.lat}, ${commuteLocation.lng}`\n\t\t\t);\n\t\tfor (let i = 0; i < listingsResult.length; i++) {\n\t\t\tconst listing = listingsResult[i];\n\t\t\tif (listing.entityId && listing.entityId !== -1 && listing.fields) {\n\t\t\t\tconst entity = fetchedEntities[listing.entityId];\n\t\t\t\tif (entity) {\n\t\t\t\t\tlisting.fields.travelTime = entity.travelTime;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tconst distinctItems = getDistinctItemsByProximity(\n\t\t\tlistingsResult,\n\t\t\tfetchedEntities\n\t\t);\n\n\t\treturn {\n\t\t\tlistingsResult,\n\t\t\tfetchedEntities,\n\t\t\tdistinctItems\n\t\t};\n\t} catch (error) {\n\t\tconsole.error(\"Error fetching listings:\", error);\n\t\tthrow error;\n\t}\n};\n\nexport default fetchListings;\n"],"names":[],"mappings":";;;;AAYM,MAAA,aAAa,GAAG,OACrB,eAAA,GAA8B,IAAI,EAClC,QAAgC,EAChC,QAA0B,KACO;IACjC,IAAI;AACH,QAAA,MAAM,cAAc,GAAG,QAAQ,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,GAAG,QAAQ,GAAG,MAAM,WAAW,EAAE,CAAC;AACxF,QAAA,MAAM,iBAAiB,GAAa;AACnC,YAAA,GAAG,IAAI,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,OAAO,IAAI,OAAO,CAAC,QAAQ,CAAC,CAAC;SAC/C,CAAC;QAEd,MAAM,eAAe,GAAG,CAAC,eAAe;AACvC,cAAE,QAAQ,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,GAAG,QAAQ,GAAG,MAAM,kBAAkB,CAAC,iBAAiB,CAAC;AAC1F,cAAE,MAAM,kBAAkB,CACzB,iBAAiB,EACjB,CAAG,EAAA,eAAe,CAAC,GAAG,KAAK,eAAe,CAAC,GAAG,CAAA,CAAE,CAChD,CAAC;AACH,QAAA,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,cAAc,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AAC/C,YAAA,MAAM,OAAO,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;AAClC,YAAA,IAAI,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,KAAK,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,EAAE;gBAClE,MAAM,MAAM,GAAG,eAAe,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;AACjD,gBAAA,IAAI,MAAM,EAAE;oBACX,OAAO,CAAC,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;AAC9C,iBAAA;AACD,aAAA;AACD,SAAA;QAED,MAAM,aAAa,GAAG,2BAA2B,CAChD,cAAc,EACd,eAAe,CACf,CAAC;QAEF,OAAO;YACN,cAAc;YACd,eAAe;YACf,aAAa;SACb,CAAC;AACF,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,0BAA0B,EAAE,KAAK,CAAC,CAAC;AACjD,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import api from '../apis/hcApi.js';
|
|
2
2
|
|
|
3
|
-
const getListingEntities = async (entityIds, origin = '') => {
|
|
4
|
-
try {
|
|
5
|
-
const response = await api.post(`/ListingEntities?origin=${origin}`, entityIds);
|
|
6
|
-
return response;
|
|
7
|
-
}
|
|
8
|
-
catch (error) {
|
|
9
|
-
console.error("Error fetching listing entities:", error);
|
|
10
|
-
throw error;
|
|
11
|
-
}
|
|
3
|
+
const getListingEntities = async (entityIds, origin = '') => {
|
|
4
|
+
try {
|
|
5
|
+
const response = await api.post(`/ListingEntities?origin=${origin}`, entityIds);
|
|
6
|
+
return response;
|
|
7
|
+
}
|
|
8
|
+
catch (error) {
|
|
9
|
+
console.error("Error fetching listing entities:", error);
|
|
10
|
+
throw error;
|
|
11
|
+
}
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
export { getListingEntities };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listingEntityService.js","sources":["../../src/services/listingEntityService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\
|
|
1
|
+
{"version":3,"file":"listingEntityService.js","sources":["../../src/services/listingEntityService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\nimport { ListingEntity } from '~/types/ListingEntity';\n\nexport const getListingEntities = async (entityIds: number[], origin = ''): Promise<ListingEntity[]> => {\n\ttry {\n\t\tconst response = await api.post<ListingEntity[]>(`/ListingEntities?origin=${origin}`, entityIds);\n\t\treturn response;\n\t} catch (error) {\n\t\tconsole.error(\"Error fetching listing entities:\", error);\n\t\tthrow error;\n\t}\n};\n\nexport default {\n\tgetListingEntities\n};\n"],"names":[],"mappings":";;AAGO,MAAM,kBAAkB,GAAG,OAAO,SAAmB,EAAE,MAAM,GAAG,EAAE,KAA8B;IACtG,IAAI;AACH,QAAA,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,IAAI,CAAkB,CAAA,wBAAA,EAA2B,MAAM,CAAA,CAAE,EAAE,SAAS,CAAC,CAAC;AACjG,QAAA,OAAO,QAAQ,CAAC;AAChB,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,kCAAkC,EAAE,KAAK,CAAC,CAAC;AACzD,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import api from '../apis/hcApi.js';
|
|
2
2
|
|
|
3
|
-
const getListings = async (params) => {
|
|
4
|
-
try {
|
|
5
|
-
const query = new URLSearchParams();
|
|
6
|
-
if (params) {
|
|
7
|
-
if (params.location)
|
|
8
|
-
params.location.forEach(loc => query.append('location', loc));
|
|
9
|
-
if (params.category)
|
|
10
|
-
params.category.forEach(cat => query.append('category', cat));
|
|
11
|
-
if (params.categoryClass)
|
|
12
|
-
params.categoryClass.forEach(catClass => query.append('categoryClass', catClass));
|
|
13
|
-
if (params.education)
|
|
14
|
-
params.education.forEach(edu => query.append('education', edu));
|
|
15
|
-
if (params.city)
|
|
16
|
-
params.city.forEach(cty => query.append('city', cty));
|
|
17
|
-
if (params.state)
|
|
18
|
-
params.state.forEach(st => query.append('state', st));
|
|
19
|
-
}
|
|
20
|
-
const response = await api.get(`/Listings?${query.toString()}`);
|
|
21
|
-
return response;
|
|
22
|
-
}
|
|
23
|
-
catch (error) {
|
|
24
|
-
console.error(error);
|
|
25
|
-
throw error;
|
|
26
|
-
}
|
|
3
|
+
const getListings = async (params) => {
|
|
4
|
+
try {
|
|
5
|
+
const query = new URLSearchParams();
|
|
6
|
+
if (params) {
|
|
7
|
+
if (params.location)
|
|
8
|
+
params.location.forEach(loc => query.append('location', loc));
|
|
9
|
+
if (params.category)
|
|
10
|
+
params.category.forEach(cat => query.append('category', cat));
|
|
11
|
+
if (params.categoryClass)
|
|
12
|
+
params.categoryClass.forEach(catClass => query.append('categoryClass', catClass));
|
|
13
|
+
if (params.education)
|
|
14
|
+
params.education.forEach(edu => query.append('education', edu));
|
|
15
|
+
if (params.city)
|
|
16
|
+
params.city.forEach(cty => query.append('city', cty));
|
|
17
|
+
if (params.state)
|
|
18
|
+
params.state.forEach(st => query.append('state', st));
|
|
19
|
+
}
|
|
20
|
+
const response = await api.get(`/Listings?${query.toString()}`);
|
|
21
|
+
return response;
|
|
22
|
+
}
|
|
23
|
+
catch (error) {
|
|
24
|
+
console.error(error);
|
|
25
|
+
throw error;
|
|
26
|
+
}
|
|
27
27
|
};
|
|
28
28
|
|
|
29
29
|
export { getListings };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"listingService.js","sources":["../../src/services/listingService.ts"],"sourcesContent":["// listingService.ts\
|
|
1
|
+
{"version":3,"file":"listingService.js","sources":["../../src/services/listingService.ts"],"sourcesContent":["// listingService.ts\nimport { GetListingsParams } from '~/types/GetListingParams';\nimport api from '../apis/hcApi';\nimport { Listing } from '../types/Listings';\n\nexport const getListings = async (params?: GetListingsParams): Promise<Listing[]> => {\n\ttry {\n\t\tconst query = new URLSearchParams();\n\n\t\tif (params) {\n\t\t\tif (params.location) params.location.forEach(loc => query.append('location', loc));\n\t\t\tif (params.category) params.category.forEach(cat => query.append('category', cat));\n\t\t\tif (params.categoryClass) params.categoryClass.forEach(catClass => query.append('categoryClass', catClass));\n\t\t\tif (params.education) params.education.forEach(edu => query.append('education', edu));\n\t\t\tif (params.city) params.city.forEach(cty => query.append('city', cty));\n\t\t\tif (params.state) params.state.forEach(st => query.append('state', st));\n\t\t}\n\n\t\tconst response = await api.get(`/Listings?${query.toString()}`);\n\t\treturn response as Listing[];\n\t} catch (error) {\n\t\tconsole.error(error);\n\t\tthrow error;\n\t}\n};\n\nexport const getListingDetails = async (listingId: string) => {\n\ttry {\n\t\tconst response = await api.get(`/ListingDetails/${listingId}`);\n\t\treturn response;\n\t} catch (error) {\n\t\tconsole.error(error);\n\t\tthrow error;\n\t}\n};\n\nexport default {\n\tgetListings,\n\tgetListingDetails\n};\n"],"names":[],"mappings":";;MAKa,WAAW,GAAG,OAAO,MAA0B,KAAwB;IACnF,IAAI;AACH,QAAA,MAAM,KAAK,GAAG,IAAI,eAAe,EAAE,CAAC;AAEpC,QAAA,IAAI,MAAM,EAAE;YACX,IAAI,MAAM,CAAC,QAAQ;AAAE,gBAAA,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC;YACnF,IAAI,MAAM,CAAC,QAAQ;AAAE,gBAAA,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC;YACnF,IAAI,MAAM,CAAC,aAAa;AAAE,gBAAA,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,QAAQ,IAAI,KAAK,CAAC,MAAM,CAAC,eAAe,EAAE,QAAQ,CAAC,CAAC,CAAC;YAC5G,IAAI,MAAM,CAAC,SAAS;AAAE,gBAAA,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,WAAW,EAAE,GAAG,CAAC,CAAC,CAAC;YACtF,IAAI,MAAM,CAAC,IAAI;AAAE,gBAAA,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;YACvE,IAAI,MAAM,CAAC,KAAK;AAAE,gBAAA,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,IAAI,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC;AACxE,SAAA;AAED,QAAA,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,CAAa,UAAA,EAAA,KAAK,CAAC,QAAQ,EAAE,CAAA,CAAE,CAAC,CAAC;AAChE,QAAA,OAAO,QAAqB,CAAC;AAC7B,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;AACrB,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import api from '../apis/hcApi.js';
|
|
2
|
-
|
|
3
|
-
const getRecruiters = async (recruiterIds) => {
|
|
4
|
-
try {
|
|
5
|
-
const params = recruiterIds.map(id => `recruiterIds=${id}`).join("&");
|
|
6
|
-
const response = await api.get(`/Recruiters?${params}`);
|
|
7
|
-
return response;
|
|
8
|
-
}
|
|
9
|
-
catch (error) {
|
|
10
|
-
console.error("Error fetching recruiters:", error);
|
|
11
|
-
throw error;
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
export { getRecruiters };
|
|
16
|
-
//# sourceMappingURL=recruiterService.js.map
|
|
1
|
+
import api from '../apis/hcApi.js';
|
|
2
|
+
|
|
3
|
+
const getRecruiters = async (recruiterIds) => {
|
|
4
|
+
try {
|
|
5
|
+
const params = recruiterIds.map(id => `recruiterIds=${id}`).join("&");
|
|
6
|
+
const response = await api.get(`/Recruiters?${params}`);
|
|
7
|
+
return response;
|
|
8
|
+
}
|
|
9
|
+
catch (error) {
|
|
10
|
+
console.error("Error fetching recruiters:", error);
|
|
11
|
+
throw error;
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { getRecruiters };
|
|
16
|
+
//# sourceMappingURL=recruiterService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recruiterService.js","sources":["../../src/services/recruiterService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\
|
|
1
|
+
{"version":3,"file":"recruiterService.js","sources":["../../src/services/recruiterService.ts"],"sourcesContent":["import api from '~/apis/hcApi';\nimport { Recruiter } from '~/types/Recruiter';\n\nexport const getRecruiters = async (recruiterIds: number[]): Promise<Recruiter[]> => {\n\ttry {\n\t\tconst params = recruiterIds.map(id => `recruiterIds=${id}`).join(\"&\");\n\n\t\tconst response = await api.get<Recruiter[]>(`/Recruiters?${params}`);\n\t\treturn response;\n\t} catch (error) {\n\t\tconsole.error(\"Error fetching recruiters:\", error);\n\t\tthrow error;\n\t}\n};\n\nexport default {\n\tgetRecruiters\n};\n"],"names":[],"mappings":";;MAGa,aAAa,GAAG,OAAO,YAAsB,KAA0B;IACnF,IAAI;AACH,QAAA,MAAM,MAAM,GAAG,YAAY,CAAC,GAAG,CAAC,EAAE,IAAI,CAAgB,aAAA,EAAA,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAEtE,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,GAAG,CAAc,CAAe,YAAA,EAAA,MAAM,CAAE,CAAA,CAAC,CAAC;AACrE,QAAA,OAAO,QAAQ,CAAC;AAChB,KAAA;AAAC,IAAA,OAAO,KAAK,EAAE;AACf,QAAA,OAAO,CAAC,KAAK,CAAC,4BAA4B,EAAE,KAAK,CAAC,CAAC;AACnD,QAAA,MAAM,KAAK,CAAC;AACZ,KAAA;AACF;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
get: <T>(url: string) => Promise<T>;
|
|
3
|
-
post: <T_1>(url: string, data: any) => Promise<T_1>;
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
get: <T>(url: string) => Promise<T>;
|
|
3
|
+
post: <T_1>(url: string, data: any) => Promise<T_1>;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function setClientAuthKey(key: any): void;
|
|
2
|
-
export function getClientAuthKey(): any;
|
|
1
|
+
export function setClientAuthKey(key: any): void;
|
|
2
|
+
export function getClientAuthKey(): any;
|