@abcagency/hc-ui-components 1.3.94 → 1.3.96
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 +6 -3
- package/dist/components/HireControlMap.js.map +1 -1
- 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.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.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.map +1 -1
- package/dist/components/containers/list/item-list-container.js +22 -22
- package/dist/components/containers/list/item-list-container.js.map +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/components/modules/buttons/default.js +2 -2
- 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 +1 -1
- 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 +9 -3
- 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.map +1 -1
- package/dist/components/modules/list/field-mapper-desktop.js.map +1 -1
- package/dist/components/modules/list/field-mapper-mobile.js.map +1 -1
- package/dist/components/modules/list/field-mapper.js +102 -0
- package/dist/components/modules/list/field-mapper.js.map +1 -0
- package/dist/components/modules/list/header-item.js.map +1 -1
- package/dist/components/modules/list/header.js +1 -1
- 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-list.js +45 -45
- package/dist/components/modules/list/item-list.js.map +1 -1
- package/dist/components/modules/list/list-item/list-item-desktop.js +50 -0
- package/dist/components/modules/list/list-item/list-item-desktop.js.map +1 -0
- package/dist/components/modules/list/list-item/list-item-mobile.js +51 -0
- package/dist/components/modules/list/list-item/list-item-mobile.js.map +1 -0
- 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.map +1 -1
- package/dist/constants/placeTypes.js.map +1 -1
- package/dist/contexts/mapContext.js +84 -84
- package/dist/contexts/mapContext.js.map +1 -1
- package/dist/contexts/mapListContext.js +210 -210
- package/dist/contexts/mapListContext.js.map +1 -1
- package/dist/contexts/placesContext.js.map +1 -1
- package/dist/contexts/themeContext.js.map +1 -1
- package/dist/contexts/trackEventContext.js.map +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/styles/index.css +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 -11
- 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 -12
- 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 +25 -25
- package/dist/types/components/modules/buttons/default.d.ts +51 -51
- package/dist/types/components/modules/buttons/pill-wrapper.d.ts +3 -3
- package/dist/types/components/modules/dialogs/apply-dialog.d.ts +12 -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 +19 -19
- package/dist/types/components/modules/list/field-mapper-desktop.d.ts +7 -7
- package/dist/types/components/modules/list/field-mapper-mobile.d.ts +10 -10
- package/dist/types/components/modules/list/field-mapper.d.ts +10 -0
- 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-list.d.ts +20 -20
- package/dist/types/components/modules/list/list-item/list-item-desktop.d.ts +12 -0
- package/dist/types/components/modules/list/list-item/list-item-mobile.d.ts +15 -0
- package/dist/types/components/modules/list/list-item/list-item.d.ts +3 -3
- package/dist/types/constants/eventTypes.d.ts +18 -18
- package/dist/types/contexts/mapContext.d.ts +31 -31
- package/dist/types/contexts/mapListContext.d.ts +81 -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 +26 -26
- 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.map +1 -1
- package/dist/util/mapUtil.js.map +1 -1
- package/dist/util/stringUtils.js.map +1 -1
- package/dist/util/urlFilterUtil.js.map +1 -1
- 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 +195 -195
- package/src/components/containers/accordions/filter-container.js +69 -69
- package/src/components/containers/accordions/filter-item-container.js +83 -83
- package/src/components/containers/accordions/map-accordion-item-container.js +66 -66
- package/src/components/containers/filter/commute-container.js +89 -89
- package/src/components/containers/filter/filter-container.js +81 -81
- 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 +43 -43
- package/src/components/containers/list/item-list-container.tsx +82 -82
- package/src/components/containers/list/list-item/list-item-container.js +38 -38
- package/src/components/containers/maps/info-window-content-container.js +71 -71
- package/src/components/containers/maps/map-container.js +351 -351
- package/src/components/containers/maps/map-list-container.js +52 -52
- package/src/components/containers/maps/map-marker-container.js +86 -86
- 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/default.js +202 -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 +64 -64
- package/src/components/modules/filter/commute.js +108 -108
- package/src/components/modules/filter/index.js +76 -71
- 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 +55 -55
- package/src/components/modules/list/field-mapper-desktop.jsx +45 -45
- package/src/components/modules/list/field-mapper-mobile.jsx +104 -104
- package/src/components/modules/list/header-item.js +92 -92
- package/src/components/modules/list/header.js +52 -52
- 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 +115 -115
- package/src/components/modules/list/list-item/list-item.jsx +138 -138
- 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 +98 -98
- package/src/constants/eventTypes.js +18 -18
- package/src/constants/placeTypes.js +8 -8
- package/src/contexts/mapContext.tsx +132 -132
- package/src/contexts/mapListContext.tsx +359 -357
- package/src/contexts/placesContext.js +103 -103
- 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/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 +311 -311
- package/src/util/loading.js +17 -17
- package/src/util/localStorageUtil.ts +34 -34
- package/src/util/mapIconUtil.js +216 -216
- package/src/util/mapUtil.js +92 -92
- package/src/util/stringUtils.js +6 -6
- package/src/util/urlFilterUtil.js +85 -85
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -802
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -679
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -343
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -140
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -137
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js +0 -33
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/combobox/combobox.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/keyboard.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js +0 -19
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/transition.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js +0 -8
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/components/transitions/utils/transition.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js +0 -8
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-computed.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-controllable.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-disposables.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-document-event.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-event.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-flags.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js +0 -9
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-id.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-is-mounted.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-latest-value.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js +0 -10
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-outside-click.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-owner.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-server-handoff-complete.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js +0 -6
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tracked-pointer.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js +0 -11
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-transition.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js +0 -8
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-tree-walker.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-watch.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/hooks/use-window-event.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js +0 -6
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/hidden.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js +0 -6
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/internal/open-closed.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js +0 -6
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/active-element-history.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/bugs.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/calculate-active-index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/class-names.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js +0 -6
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/disposables.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/document-ready.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/env.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/focus-management.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/form.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/match.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/micro-task.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/once.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js +0 -6
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/owner.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js +0 -4
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/platform.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js +0 -11
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@headlessui/react/dist/utils/render.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js +0 -1928
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@iconify/react/dist/iconify.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js +0 -7
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/number/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js +0 -12
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/primitive/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js +0 -304
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-accordion/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js +0 -26
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js +0 -145
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collapsible/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js +0 -69
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -19
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js +0 -80
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js +0 -320
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js +0 -12
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -212
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -27
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -208
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js +0 -16
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-id/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js +0 -279
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js +0 -18
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js +0 -120
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js +0 -42
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -221
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js +0 -1109
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-select/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js +0 -82
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js +0 -187
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-tabs/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -13
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -47
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -19
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -8
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js +0 -16
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-previous/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js +0 -41
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -35
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js +0 -8515
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@react-google-maps/api/dist/esm.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js +0 -271
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@remix-run/router/dist/router.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js +0 -43
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js +0 -669
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js +0 -61
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js +0 -137
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js +0 -1779
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/fuse.js/dist/fuse.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js +0 -9
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -10
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -161
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -39
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -22
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -107
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -6
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -8
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -57
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -11
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -32
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-router/dist/index.js +0 -280
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-router/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js +0 -201
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-router-dom/dist/index.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js +0 -20
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js +0 -26
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -52
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js +0 -2530
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/tailwind-merge/dist/bundle-mjs.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/tslib/tslib.es6.js +0 -57
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/tslib/tslib.es6.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -25
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -49
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -43
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js +0 -243
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-places-autocomplete/dist/index.esm.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js +0 -22
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js +0 -78
- package/dist/HC_ReactMap_npm/packages/hc-ui-components/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
- package/dist/WellSpanMap/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -49
- 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 +0 -12
- package/dist/WellSpanMap/node_modules/react/jsx-runtime.js.map +0 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export default MapAccordionItem;
|
|
2
|
-
declare function MapAccordionItem({ item, itemRefs, itemExpandedContent, isActive, recruiter, children }: {
|
|
3
|
-
item: any;
|
|
4
|
-
itemRefs: any;
|
|
5
|
-
itemExpandedContent: any;
|
|
6
|
-
isActive: any;
|
|
7
|
-
recruiter: any;
|
|
8
|
-
children: any;
|
|
9
|
-
}): React.JSX.Element;
|
|
10
|
-
import React from "react";
|
|
1
|
+
export default MapAccordionItem;
|
|
2
|
+
declare function MapAccordionItem({ item, itemRefs, itemExpandedContent, isActive, recruiter, children }: {
|
|
3
|
+
item: any;
|
|
4
|
+
itemRefs: any;
|
|
5
|
+
itemExpandedContent: any;
|
|
6
|
+
isActive: any;
|
|
7
|
+
recruiter: any;
|
|
8
|
+
children: any;
|
|
9
|
+
}): React.JSX.Element;
|
|
10
|
+
import React from "react";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export const AccordionItem: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
2
|
-
export const AccordionTrigger: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
3
|
-
export const AccordionTriggerHasHeader: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
4
|
-
export const AccordionTriggerBlank: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
5
|
-
export const AccordionContent: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
6
|
-
export default Accordion;
|
|
7
|
-
import React from "react";
|
|
8
|
-
declare function Accordion({ className, type, defaultValue, collapsible, children }: {
|
|
9
|
-
className: any;
|
|
10
|
-
type?: string | undefined;
|
|
11
|
-
defaultValue: any;
|
|
12
|
-
collapsible?: boolean | undefined;
|
|
13
|
-
children: any;
|
|
14
|
-
}): React.JSX.Element;
|
|
15
|
-
declare namespace Accordion {
|
|
16
|
-
export { AccordionItem as Item };
|
|
17
|
-
export { AccordionTrigger as Trigger };
|
|
18
|
-
export { AccordionContent as Content };
|
|
19
|
-
}
|
|
1
|
+
export const AccordionItem: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
2
|
+
export const AccordionTrigger: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
3
|
+
export const AccordionTriggerHasHeader: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
4
|
+
export const AccordionTriggerBlank: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
5
|
+
export const AccordionContent: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
6
|
+
export default Accordion;
|
|
7
|
+
import React from "react";
|
|
8
|
+
declare function Accordion({ className, type, defaultValue, collapsible, children }: {
|
|
9
|
+
className: any;
|
|
10
|
+
type?: string | undefined;
|
|
11
|
+
defaultValue: any;
|
|
12
|
+
collapsible?: boolean | undefined;
|
|
13
|
+
children: any;
|
|
14
|
+
}): React.JSX.Element;
|
|
15
|
+
declare namespace Accordion {
|
|
16
|
+
export { AccordionItem as Item };
|
|
17
|
+
export { AccordionTrigger as Trigger };
|
|
18
|
+
export { AccordionContent as Content };
|
|
19
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export default ButtonGroupApply;
|
|
2
|
-
declare function ButtonGroupApply({ useDetailsPostMessage, navigateToDetails, navigateToEasyApply, Link, linkFormat, easyApplyUrl, applyNowText, isIframe, detailsUrl, detailsText, easyApplyText, className, buttonSize, applyButtonVariant, detailsButtonVariant, includeDialog, internalApplyLink, item, companyName, trackEvent, eventTypes }: {
|
|
3
|
-
useDetailsPostMessage: any;
|
|
4
|
-
navigateToDetails: any;
|
|
5
|
-
navigateToEasyApply: any;
|
|
6
|
-
Link: any;
|
|
7
|
-
linkFormat: any;
|
|
8
|
-
easyApplyUrl: any;
|
|
9
|
-
applyNowText?: string | undefined;
|
|
10
|
-
isIframe: any;
|
|
11
|
-
detailsUrl: any;
|
|
12
|
-
detailsText?: string | undefined;
|
|
13
|
-
easyApplyText: any;
|
|
14
|
-
className: any;
|
|
15
|
-
buttonSize?: string | undefined;
|
|
16
|
-
applyButtonVariant?: string | undefined;
|
|
17
|
-
detailsButtonVariant?: string | undefined;
|
|
18
|
-
includeDialog?: boolean | undefined;
|
|
19
|
-
internalApplyLink: any;
|
|
20
|
-
item: any;
|
|
21
|
-
companyName: any;
|
|
22
|
-
trackEvent: any;
|
|
23
|
-
eventTypes: any;
|
|
24
|
-
}): React.JSX.Element;
|
|
25
|
-
import React from "react";
|
|
1
|
+
export default ButtonGroupApply;
|
|
2
|
+
declare function ButtonGroupApply({ useDetailsPostMessage, navigateToDetails, navigateToEasyApply, Link, linkFormat, easyApplyUrl, applyNowText, isIframe, detailsUrl, detailsText, easyApplyText, className, buttonSize, applyButtonVariant, detailsButtonVariant, includeDialog, internalApplyLink, item, companyName, trackEvent, eventTypes }: {
|
|
3
|
+
useDetailsPostMessage: any;
|
|
4
|
+
navigateToDetails: any;
|
|
5
|
+
navigateToEasyApply: any;
|
|
6
|
+
Link: any;
|
|
7
|
+
linkFormat: any;
|
|
8
|
+
easyApplyUrl: any;
|
|
9
|
+
applyNowText?: string | undefined;
|
|
10
|
+
isIframe: any;
|
|
11
|
+
detailsUrl: any;
|
|
12
|
+
detailsText?: string | undefined;
|
|
13
|
+
easyApplyText: any;
|
|
14
|
+
className: any;
|
|
15
|
+
buttonSize?: string | undefined;
|
|
16
|
+
applyButtonVariant?: string | undefined;
|
|
17
|
+
detailsButtonVariant?: string | undefined;
|
|
18
|
+
includeDialog?: boolean | undefined;
|
|
19
|
+
internalApplyLink: any;
|
|
20
|
+
item: any;
|
|
21
|
+
companyName: any;
|
|
22
|
+
trackEvent: any;
|
|
23
|
+
eventTypes: any;
|
|
24
|
+
}): React.JSX.Element;
|
|
25
|
+
import React from "react";
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
export function Anchor({ children, href, className, size, variant, isBlock, hasUnderline, target, execOnClick, isIframe, iframeMsgType, ...rest }: {
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
children: any;
|
|
4
|
-
href: any;
|
|
5
|
-
className: any;
|
|
6
|
-
size: any;
|
|
7
|
-
variant: any;
|
|
8
|
-
isBlock: any;
|
|
9
|
-
hasUnderline: any;
|
|
10
|
-
target?: string | undefined;
|
|
11
|
-
execOnClick?: null | undefined;
|
|
12
|
-
isIframe?: boolean | undefined;
|
|
13
|
-
iframeMsgType: any;
|
|
14
|
-
}): React.JSX.Element;
|
|
15
|
-
export function AnchorLink({ children, Link, href, className, size, variant, isBlock, hasUnderline, ...rest }: {
|
|
16
|
-
[x: string]: any;
|
|
17
|
-
children: any;
|
|
18
|
-
Link: any;
|
|
19
|
-
href: any;
|
|
20
|
-
className: any;
|
|
21
|
-
size: any;
|
|
22
|
-
variant: any;
|
|
23
|
-
isBlock: any;
|
|
24
|
-
hasUnderline: any;
|
|
25
|
-
}): React.JSX.Element;
|
|
26
|
-
export const ScrollAnchor: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
27
|
-
export const Btn: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
28
|
-
export function ButtonBody({ children, className }: {
|
|
29
|
-
children: any;
|
|
30
|
-
className: any;
|
|
31
|
-
}): React.JSX.Element;
|
|
32
|
-
export function ButtonIcon({ icon, size, className }: {
|
|
33
|
-
icon: any;
|
|
34
|
-
size?: string | undefined;
|
|
35
|
-
className: any;
|
|
36
|
-
}): React.JSX.Element;
|
|
37
|
-
export default Button;
|
|
38
|
-
import React from "react";
|
|
39
|
-
declare function Button({ children }: {
|
|
40
|
-
children: any;
|
|
41
|
-
}): {
|
|
42
|
-
children: any;
|
|
43
|
-
};
|
|
44
|
-
declare namespace Button {
|
|
45
|
-
export { Anchor };
|
|
46
|
-
export { AnchorLink as Link };
|
|
47
|
-
export { ScrollAnchor as Scroll };
|
|
48
|
-
export { Btn };
|
|
49
|
-
export { ButtonBody as Body };
|
|
50
|
-
export { ButtonIcon as Icon };
|
|
51
|
-
}
|
|
1
|
+
export function Anchor({ children, href, className, size, variant, isBlock, hasUnderline, target, execOnClick, isIframe, iframeMsgType, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
children: any;
|
|
4
|
+
href: any;
|
|
5
|
+
className: any;
|
|
6
|
+
size: any;
|
|
7
|
+
variant: any;
|
|
8
|
+
isBlock: any;
|
|
9
|
+
hasUnderline: any;
|
|
10
|
+
target?: string | undefined;
|
|
11
|
+
execOnClick?: null | undefined;
|
|
12
|
+
isIframe?: boolean | undefined;
|
|
13
|
+
iframeMsgType: any;
|
|
14
|
+
}): React.JSX.Element;
|
|
15
|
+
export function AnchorLink({ children, Link, href, className, size, variant, isBlock, hasUnderline, ...rest }: {
|
|
16
|
+
[x: string]: any;
|
|
17
|
+
children: any;
|
|
18
|
+
Link: any;
|
|
19
|
+
href: any;
|
|
20
|
+
className: any;
|
|
21
|
+
size: any;
|
|
22
|
+
variant: any;
|
|
23
|
+
isBlock: any;
|
|
24
|
+
hasUnderline: any;
|
|
25
|
+
}): React.JSX.Element;
|
|
26
|
+
export const ScrollAnchor: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
27
|
+
export const Btn: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
28
|
+
export function ButtonBody({ children, className }: {
|
|
29
|
+
children: any;
|
|
30
|
+
className: any;
|
|
31
|
+
}): React.JSX.Element;
|
|
32
|
+
export function ButtonIcon({ icon, size, className }: {
|
|
33
|
+
icon: any;
|
|
34
|
+
size?: string | undefined;
|
|
35
|
+
className: any;
|
|
36
|
+
}): React.JSX.Element;
|
|
37
|
+
export default Button;
|
|
38
|
+
import React from "react";
|
|
39
|
+
declare function Button({ children }: {
|
|
40
|
+
children: any;
|
|
41
|
+
}): {
|
|
42
|
+
children: any;
|
|
43
|
+
};
|
|
44
|
+
declare namespace Button {
|
|
45
|
+
export { Anchor };
|
|
46
|
+
export { AnchorLink as Link };
|
|
47
|
+
export { ScrollAnchor as Scroll };
|
|
48
|
+
export { Btn };
|
|
49
|
+
export { ButtonBody as Body };
|
|
50
|
+
export { ButtonIcon as Icon };
|
|
51
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export const PillWrapper: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
2
|
-
export default PillWrapper;
|
|
3
|
-
import React from "react";
|
|
1
|
+
export const PillWrapper: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
2
|
+
export default PillWrapper;
|
|
3
|
+
import React from "react";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export default ApplyDialog;
|
|
2
|
-
declare function ApplyDialog({ children, applyUrl, internalApplyLink, companyName, item, trackEvent, eventTypes, isIframe }: {
|
|
3
|
-
children: any;
|
|
4
|
-
applyUrl: any;
|
|
5
|
-
internalApplyLink: any;
|
|
6
|
-
companyName: any;
|
|
7
|
-
item: any;
|
|
8
|
-
trackEvent: any;
|
|
9
|
-
eventTypes: any;
|
|
10
|
-
isIframe: any;
|
|
11
|
-
}): React.JSX.Element;
|
|
12
|
-
import React from "react";
|
|
1
|
+
export default ApplyDialog;
|
|
2
|
+
declare function ApplyDialog({ children, applyUrl, internalApplyLink, companyName, item, trackEvent, eventTypes, isIframe }: {
|
|
3
|
+
children: any;
|
|
4
|
+
applyUrl: any;
|
|
5
|
+
internalApplyLink: any;
|
|
6
|
+
companyName: any;
|
|
7
|
+
item: any;
|
|
8
|
+
trackEvent: any;
|
|
9
|
+
eventTypes: any;
|
|
10
|
+
isIframe: any;
|
|
11
|
+
}): React.JSX.Element;
|
|
12
|
+
import React from "react";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export default FilterSort;
|
|
2
|
-
declare function FilterSort({ className, fields, setSortSetting, fieldNames }: {
|
|
3
|
-
className: any;
|
|
4
|
-
fields: any;
|
|
5
|
-
setSortSetting: any;
|
|
6
|
-
fieldNames: any;
|
|
7
|
-
}): React.JSX.Element;
|
|
8
|
-
import React from "react";
|
|
1
|
+
export default FilterSort;
|
|
2
|
+
declare function FilterSort({ className, fields, setSortSetting, fieldNames }: {
|
|
3
|
+
className: any;
|
|
4
|
+
fields: any;
|
|
5
|
+
setSortSetting: any;
|
|
6
|
+
fieldNames: any;
|
|
7
|
+
}): React.JSX.Element;
|
|
8
|
+
import React from "react";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export function GridItem({ as, children, className }: {
|
|
2
|
-
as?: string | undefined;
|
|
3
|
-
children: any;
|
|
4
|
-
className: any;
|
|
5
|
-
}): React.JSX.Element;
|
|
6
|
-
export default Grid;
|
|
7
|
-
import React from "react";
|
|
8
|
-
declare const Grid: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
1
|
+
export function GridItem({ as, children, className }: {
|
|
2
|
+
as?: string | undefined;
|
|
3
|
+
children: any;
|
|
4
|
+
className: any;
|
|
5
|
+
}): React.JSX.Element;
|
|
6
|
+
export default Grid;
|
|
7
|
+
import React from "react";
|
|
8
|
+
declare const Grid: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export default IconContained;
|
|
2
|
-
declare function IconContained({ className, size, icon, iconClasses, title, ...iconProps }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
className: any;
|
|
5
|
-
size: any;
|
|
6
|
-
icon: any;
|
|
7
|
-
iconClasses: any;
|
|
8
|
-
title: any;
|
|
9
|
-
}): React.JSX.Element;
|
|
10
|
-
import React from "react";
|
|
1
|
+
export default IconContained;
|
|
2
|
+
declare function IconContained({ className, size, icon, iconClasses, title, ...iconProps }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
className: any;
|
|
5
|
+
size: any;
|
|
6
|
+
icon: any;
|
|
7
|
+
iconClasses: any;
|
|
8
|
+
title: any;
|
|
9
|
+
}): React.JSX.Element;
|
|
10
|
+
import React from "react";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export default ListingDetails;
|
|
2
|
-
declare function ListingDetails({ item, useDetailsPostMessage, navigateToDetails, navigateToEasyApply, Link, linkFormat, easyApplyUrl, easyApplyText, isIframe, useApplyDialog, internalApplyLink, companyName, jobsDomain, trackEvent, eventTypes }: {
|
|
3
|
-
item: any;
|
|
4
|
-
useDetailsPostMessage: any;
|
|
5
|
-
navigateToDetails: any;
|
|
6
|
-
navigateToEasyApply: any;
|
|
7
|
-
Link: any;
|
|
8
|
-
linkFormat: any;
|
|
9
|
-
easyApplyUrl: any;
|
|
10
|
-
easyApplyText: any;
|
|
11
|
-
isIframe: any;
|
|
12
|
-
useApplyDialog: any;
|
|
13
|
-
internalApplyLink: any;
|
|
14
|
-
companyName: any;
|
|
15
|
-
jobsDomain: any;
|
|
16
|
-
trackEvent: any;
|
|
17
|
-
eventTypes: any;
|
|
18
|
-
}): React.JSX.Element | null;
|
|
19
|
-
import React from "react";
|
|
1
|
+
export default ListingDetails;
|
|
2
|
+
declare function ListingDetails({ item, useDetailsPostMessage, navigateToDetails, navigateToEasyApply, Link, linkFormat, easyApplyUrl, easyApplyText, isIframe, useApplyDialog, internalApplyLink, companyName, jobsDomain, trackEvent, eventTypes }: {
|
|
3
|
+
item: any;
|
|
4
|
+
useDetailsPostMessage: any;
|
|
5
|
+
navigateToDetails: any;
|
|
6
|
+
navigateToEasyApply: any;
|
|
7
|
+
Link: any;
|
|
8
|
+
linkFormat: any;
|
|
9
|
+
easyApplyUrl: any;
|
|
10
|
+
easyApplyText: any;
|
|
11
|
+
isIframe: any;
|
|
12
|
+
useApplyDialog: any;
|
|
13
|
+
internalApplyLink: any;
|
|
14
|
+
companyName: any;
|
|
15
|
+
jobsDomain: any;
|
|
16
|
+
trackEvent: any;
|
|
17
|
+
eventTypes: any;
|
|
18
|
+
}): React.JSX.Element | null;
|
|
19
|
+
import React from "react";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export default FieldMapperDesktop;
|
|
2
|
-
declare function FieldMapperDesktop({ item, fieldsShown, specialFeatures }: {
|
|
3
|
-
item: any;
|
|
4
|
-
fieldsShown: any;
|
|
5
|
-
specialFeatures: any;
|
|
6
|
-
}): React.JSX.Element;
|
|
7
|
-
import React from "react";
|
|
1
|
+
export default FieldMapperDesktop;
|
|
2
|
+
declare function FieldMapperDesktop({ item, fieldsShown, specialFeatures }: {
|
|
3
|
+
item: any;
|
|
4
|
+
fieldsShown: any;
|
|
5
|
+
specialFeatures: any;
|
|
6
|
+
}): React.JSX.Element;
|
|
7
|
+
import React from "react";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export default FieldMapperMobile;
|
|
2
|
-
declare function FieldMapperMobile({ item, fieldsShown, specialFeatures, handleFavouriteClick, isFavorite, includeFavorite }: {
|
|
3
|
-
item: any;
|
|
4
|
-
fieldsShown: any;
|
|
5
|
-
specialFeatures: any;
|
|
6
|
-
handleFavouriteClick: any;
|
|
7
|
-
isFavorite: any;
|
|
8
|
-
includeFavorite?: boolean | undefined;
|
|
9
|
-
}): React.JSX.Element;
|
|
10
|
-
import React from "react";
|
|
1
|
+
export default FieldMapperMobile;
|
|
2
|
+
declare function FieldMapperMobile({ item, fieldsShown, specialFeatures, handleFavouriteClick, isFavorite, includeFavorite }: {
|
|
3
|
+
item: any;
|
|
4
|
+
fieldsShown: any;
|
|
5
|
+
specialFeatures: any;
|
|
6
|
+
handleFavouriteClick: any;
|
|
7
|
+
isFavorite: any;
|
|
8
|
+
includeFavorite?: boolean | undefined;
|
|
9
|
+
}): React.JSX.Element;
|
|
10
|
+
import React from "react";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default FieldMapper;
|
|
2
|
+
declare function FieldMapper({ item, fieldsShown, specialFeatures, handleFavouriteClick, isFavorite, includeFavorite }: {
|
|
3
|
+
item: any;
|
|
4
|
+
fieldsShown: any;
|
|
5
|
+
specialFeatures: any;
|
|
6
|
+
handleFavouriteClick: any;
|
|
7
|
+
isFavorite: any;
|
|
8
|
+
includeFavorite?: boolean | undefined;
|
|
9
|
+
}): React.JSX.Element;
|
|
10
|
+
import React from "react";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export default HeaderItem;
|
|
2
|
-
declare function HeaderItem({ className, children, field, setSortSetting, sortSetting, isSortable, ...rest }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
className: any;
|
|
5
|
-
children: any;
|
|
6
|
-
field: any;
|
|
7
|
-
setSortSetting: any;
|
|
8
|
-
sortSetting: any;
|
|
9
|
-
isSortable: any;
|
|
10
|
-
}): React.JSX.Element;
|
|
11
|
-
import React from "react";
|
|
1
|
+
export default HeaderItem;
|
|
2
|
+
declare function HeaderItem({ className, children, field, setSortSetting, sortSetting, isSortable, ...rest }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
className: any;
|
|
5
|
+
children: any;
|
|
6
|
+
field: any;
|
|
7
|
+
setSortSetting: any;
|
|
8
|
+
sortSetting: any;
|
|
9
|
+
isSortable: any;
|
|
10
|
+
}): React.JSX.Element;
|
|
11
|
+
import React from "react";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export default ListHeader;
|
|
2
|
-
declare function ListHeader({ className, fieldsShown, fieldNames, fieldIsSortable, setSortSetting, sortSetting, includeFavorite, scrollbarWidth }: {
|
|
3
|
-
className: any;
|
|
4
|
-
fieldsShown: any;
|
|
5
|
-
fieldNames: any;
|
|
6
|
-
fieldIsSortable?: boolean | undefined;
|
|
7
|
-
setSortSetting: any;
|
|
8
|
-
sortSetting: any;
|
|
9
|
-
includeFavorite?: boolean | undefined;
|
|
10
|
-
scrollbarWidth: any;
|
|
11
|
-
}): React.JSX.Element;
|
|
12
|
-
import React from "react";
|
|
1
|
+
export default ListHeader;
|
|
2
|
+
declare function ListHeader({ className, fieldsShown, fieldNames, fieldIsSortable, setSortSetting, sortSetting, includeFavorite, scrollbarWidth }: {
|
|
3
|
+
className: any;
|
|
4
|
+
fieldsShown: any;
|
|
5
|
+
fieldNames: any;
|
|
6
|
+
fieldIsSortable?: boolean | undefined;
|
|
7
|
+
setSortSetting: any;
|
|
8
|
+
sortSetting: any;
|
|
9
|
+
includeFavorite?: boolean | undefined;
|
|
10
|
+
scrollbarWidth: any;
|
|
11
|
+
}): React.JSX.Element;
|
|
12
|
+
import React from "react";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export default CardItemExpand;
|
|
2
|
-
declare function CardItemExpand({ className, content, ...props }: {
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
className: any;
|
|
5
|
-
content: any;
|
|
6
|
-
}): React.JSX.Element;
|
|
7
|
-
import React from "react";
|
|
1
|
+
export default CardItemExpand;
|
|
2
|
+
declare function CardItemExpand({ className, content, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
className: any;
|
|
5
|
+
content: any;
|
|
6
|
+
}): React.JSX.Element;
|
|
7
|
+
import React from "react";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import React, { RefObject, ReactNode } from 'react';
|
|
2
|
-
import { Listing } from '~/types/Listings';
|
|
3
|
-
interface ItemsListProps {
|
|
4
|
-
fieldNames: Record<string, string>;
|
|
5
|
-
showMap: boolean;
|
|
6
|
-
fieldsShown: string[];
|
|
7
|
-
filteredListings: Listing[];
|
|
8
|
-
loading: boolean;
|
|
9
|
-
sortSetting: any;
|
|
10
|
-
setSortSetting: (setting: any) => void;
|
|
11
|
-
itemLimit: number;
|
|
12
|
-
loader: RefObject<HTMLDivElement>;
|
|
13
|
-
scrollContainerRef: RefObject<HTMLDivElement>;
|
|
14
|
-
itemRefs: any;
|
|
15
|
-
selectedListItem: Listing | null;
|
|
16
|
-
children: ReactNode;
|
|
17
|
-
includeFavorite: boolean;
|
|
18
|
-
}
|
|
19
|
-
declare const ItemsList: React.FC<ItemsListProps>;
|
|
20
|
-
export default ItemsList;
|
|
1
|
+
import React, { RefObject, ReactNode } from 'react';
|
|
2
|
+
import { Listing } from '~/types/Listings';
|
|
3
|
+
interface ItemsListProps {
|
|
4
|
+
fieldNames: Record<string, string>;
|
|
5
|
+
showMap: boolean;
|
|
6
|
+
fieldsShown: string[];
|
|
7
|
+
filteredListings: Listing[];
|
|
8
|
+
loading: boolean;
|
|
9
|
+
sortSetting: any;
|
|
10
|
+
setSortSetting: (setting: any) => void;
|
|
11
|
+
itemLimit: number;
|
|
12
|
+
loader: RefObject<HTMLDivElement>;
|
|
13
|
+
scrollContainerRef: RefObject<HTMLDivElement>;
|
|
14
|
+
itemRefs: any;
|
|
15
|
+
selectedListItem: Listing | null;
|
|
16
|
+
children: ReactNode;
|
|
17
|
+
includeFavorite: boolean;
|
|
18
|
+
}
|
|
19
|
+
declare const ItemsList: React.FC<ItemsListProps>;
|
|
20
|
+
export default ItemsList;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default ListItemDesktop;
|
|
2
|
+
declare function ListItemDesktop({ isActive, bodyClassName, item, fieldsShown, specialFeatures, isFavorite, includeFavorite, handleFavouriteClick }: {
|
|
3
|
+
isActive: any;
|
|
4
|
+
bodyClassName: any;
|
|
5
|
+
item: any;
|
|
6
|
+
fieldsShown: any;
|
|
7
|
+
specialFeatures: any;
|
|
8
|
+
isFavorite: any;
|
|
9
|
+
includeFavorite: any;
|
|
10
|
+
handleFavouriteClick: any;
|
|
11
|
+
}): React.JSX.Element;
|
|
12
|
+
import React from "react";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default ListItemMobile;
|
|
2
|
+
declare function ListItemMobile({ bodyClassName, item, fieldsShown, specialFeatures, isFavorite, includeFavorite, handleFavouriteClick, showMap, setMobileTab, onItemSelected, siteConfig }: {
|
|
3
|
+
bodyClassName: any;
|
|
4
|
+
item: any;
|
|
5
|
+
fieldsShown: any;
|
|
6
|
+
specialFeatures: any;
|
|
7
|
+
isFavorite: any;
|
|
8
|
+
includeFavorite: any;
|
|
9
|
+
handleFavouriteClick: any;
|
|
10
|
+
showMap: any;
|
|
11
|
+
setMobileTab: any;
|
|
12
|
+
onItemSelected: any;
|
|
13
|
+
siteConfig: any;
|
|
14
|
+
}): React.JSX.Element;
|
|
15
|
+
import React from "react";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
|
|
2
|
-
export default _default;
|
|
3
|
-
import React from "react";
|
|
1
|
+
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
|
|
2
|
+
export default _default;
|
|
3
|
+
import React from "react";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export namespace eventTypes {
|
|
2
|
-
const FILTER_APPLIED: string;
|
|
3
|
-
const MAP_MARKER_CLICKED: string;
|
|
4
|
-
const JOB_LISTING_SELECTED: string;
|
|
5
|
-
const APPLY_NOW_CLICKED: string;
|
|
6
|
-
const APPLY_OPEN_CLICKED: string;
|
|
7
|
-
const APPLY_OPTION_1_CLICKED: string;
|
|
8
|
-
const APPLY_OPTION_2_CLICKED: string;
|
|
9
|
-
const EASY_APPLY_CLICKED: string;
|
|
10
|
-
const VIEW_DETAILS_CLICKED: string;
|
|
11
|
-
const COMMUTE_ORIGIN_ADDED: string;
|
|
12
|
-
const POI_APPLIED: string;
|
|
13
|
-
const VIEW_JOBS_AT_Location: string;
|
|
14
|
-
const FAVORITE_SELECTED: string;
|
|
15
|
-
const LIST_SORTED: string;
|
|
16
|
-
const FILTERS_RESET: string;
|
|
17
|
-
const EXTERNAL_LINK_CLICKED: string;
|
|
18
|
-
}
|
|
1
|
+
export namespace eventTypes {
|
|
2
|
+
const FILTER_APPLIED: string;
|
|
3
|
+
const MAP_MARKER_CLICKED: string;
|
|
4
|
+
const JOB_LISTING_SELECTED: string;
|
|
5
|
+
const APPLY_NOW_CLICKED: string;
|
|
6
|
+
const APPLY_OPEN_CLICKED: string;
|
|
7
|
+
const APPLY_OPTION_1_CLICKED: string;
|
|
8
|
+
const APPLY_OPTION_2_CLICKED: string;
|
|
9
|
+
const EASY_APPLY_CLICKED: string;
|
|
10
|
+
const VIEW_DETAILS_CLICKED: string;
|
|
11
|
+
const COMMUTE_ORIGIN_ADDED: string;
|
|
12
|
+
const POI_APPLIED: string;
|
|
13
|
+
const VIEW_JOBS_AT_Location: string;
|
|
14
|
+
const FAVORITE_SELECTED: string;
|
|
15
|
+
const LIST_SORTED: string;
|
|
16
|
+
const FILTERS_RESET: string;
|
|
17
|
+
const EXTERNAL_LINK_CLICKED: string;
|
|
18
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
import { Listing } from '~/types/Listings';
|
|
3
|
-
import { LatLng } from '~/types/LatLng';
|
|
4
|
-
interface IMapContext {
|
|
5
|
-
selectedListItem: Listing | null;
|
|
6
|
-
setSelectedListItem: (item: Listing | null) => void;
|
|
7
|
-
location: any | null;
|
|
8
|
-
setLocation: (location: LatLng | null) => void;
|
|
9
|
-
center: LatLng;
|
|
10
|
-
setCenter: (center: LatLng) => void;
|
|
11
|
-
zoom: number;
|
|
12
|
-
setZoom: (zoom: number) => void;
|
|
13
|
-
selectedPlaces: string[];
|
|
14
|
-
setSelectedPlaces: (places: string[]) => void;
|
|
15
|
-
mapInteracted: boolean;
|
|
16
|
-
setMapInteracted: (interacted: boolean) => void;
|
|
17
|
-
userSetZoom: React.MutableRefObject<boolean>;
|
|
18
|
-
firstLoadListItem: any;
|
|
19
|
-
selectItem: (item: Listing, itemLocation: LatLng | null, zoom: number, center: LatLng) => void;
|
|
20
|
-
filterReset: () => void;
|
|
21
|
-
selectLocationEntity: (location: LatLng) => void;
|
|
22
|
-
defaultZoomOverride?: number | null;
|
|
23
|
-
}
|
|
24
|
-
export declare const useMap: () => IMapContext;
|
|
25
|
-
interface MapProviderProps {
|
|
26
|
-
children: ReactNode;
|
|
27
|
-
resetFilters: boolean;
|
|
28
|
-
defaultZoomOverride?: number | null;
|
|
29
|
-
}
|
|
30
|
-
export declare const MapProvider: React.FC<MapProviderProps>;
|
|
31
|
-
export {};
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
import { Listing } from '~/types/Listings';
|
|
3
|
+
import { LatLng } from '~/types/LatLng';
|
|
4
|
+
interface IMapContext {
|
|
5
|
+
selectedListItem: Listing | null;
|
|
6
|
+
setSelectedListItem: (item: Listing | null) => void;
|
|
7
|
+
location: any | null;
|
|
8
|
+
setLocation: (location: LatLng | null) => void;
|
|
9
|
+
center: LatLng;
|
|
10
|
+
setCenter: (center: LatLng) => void;
|
|
11
|
+
zoom: number;
|
|
12
|
+
setZoom: (zoom: number) => void;
|
|
13
|
+
selectedPlaces: string[];
|
|
14
|
+
setSelectedPlaces: (places: string[]) => void;
|
|
15
|
+
mapInteracted: boolean;
|
|
16
|
+
setMapInteracted: (interacted: boolean) => void;
|
|
17
|
+
userSetZoom: React.MutableRefObject<boolean>;
|
|
18
|
+
firstLoadListItem: any;
|
|
19
|
+
selectItem: (item: Listing, itemLocation: LatLng | null, zoom: number, center: LatLng) => void;
|
|
20
|
+
filterReset: () => void;
|
|
21
|
+
selectLocationEntity: (location: LatLng) => void;
|
|
22
|
+
defaultZoomOverride?: number | null;
|
|
23
|
+
}
|
|
24
|
+
export declare const useMap: () => IMapContext;
|
|
25
|
+
interface MapProviderProps {
|
|
26
|
+
children: ReactNode;
|
|
27
|
+
resetFilters: boolean;
|
|
28
|
+
defaultZoomOverride?: number | null;
|
|
29
|
+
}
|
|
30
|
+
export declare const MapProvider: React.FC<MapProviderProps>;
|
|
31
|
+
export {};
|