@jobber/components 4.85.4-CJS-to-ESM.1 → 4.85.4-CJS-to-ESM.4
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/AnimatedPresence/index.js +12 -0
- package/dist/AnimatedPresence/index.mjs +4 -0
- package/dist/AnimatedPresence-20a02aaa.js +104 -0
- package/dist/AnimatedPresence-bbccdaf7.js +98 -0
- package/dist/AnimatedSwitcher/index.js +13 -0
- package/dist/AnimatedSwitcher/index.mjs +5 -0
- package/dist/AnimatedSwitcher-3aff3d12.js +90 -0
- package/dist/AnimatedSwitcher-3d45ec5d.js +96 -0
- package/dist/Autocomplete/index.js +33 -0
- package/dist/Autocomplete/index.mjs +25 -0
- package/dist/Autocomplete-6ca7a7e5.js +188 -0
- package/dist/Autocomplete-6df9f7c0.js +196 -0
- package/dist/Avatar/index.js +15 -0
- package/dist/Avatar/index.mjs +7 -0
- package/dist/Avatar-6ffee4bd.js +70 -0
- package/dist/Avatar-76a799fa.js +78 -0
- package/dist/Banner/components/BannerIcon/index.js +15 -0
- package/dist/Banner/components/BannerIcon/index.mjs +7 -0
- package/dist/Banner/index.js +21 -0
- package/dist/Banner/index.mjs +13 -0
- package/dist/Banner-2d1688c7.js +82 -0
- package/dist/Banner-cb621462.js +89 -0
- package/dist/BannerIcon-9d41540d.js +24 -0
- package/dist/BannerIcon-ae763eab.js +32 -0
- package/dist/Body-2f4bf030.js +50 -0
- package/dist/Body-91ac1819.js +64 -0
- package/dist/Button/index.js +16 -0
- package/dist/Button/index.mjs +8 -0
- package/dist/Button-9ae092b3.js +50 -0
- package/dist/Button-b73a5e01.js +57 -0
- package/dist/ButtonDismiss/index.js +17 -0
- package/dist/ButtonDismiss/index.mjs +9 -0
- package/dist/ButtonDismiss-350af163.js +14 -0
- package/dist/ButtonDismiss-614803be.js +8 -0
- package/dist/Card/colors.css.d.ts +89 -0
- package/dist/Card/index.js +24 -0
- package/dist/Card/index.mjs +16 -0
- package/dist/Card-a9861d4d.js +86 -0
- package/dist/Card-e3144022.js +93 -0
- package/dist/Checkbox/index.js +18 -0
- package/dist/Checkbox/index.mjs +10 -0
- package/dist/Checkbox-3ff9f47a.js +56 -0
- package/dist/Checkbox-787e2e47.js +63 -0
- package/dist/Chip/hooks/index.js +10 -0
- package/dist/Chip/hooks/index.mjs +2 -0
- package/dist/Chip/index.js +28 -0
- package/dist/Chip/index.mjs +18 -0
- package/dist/Chip-0e37aa92.js +70 -0
- package/dist/Chip-36397442.js +78 -0
- package/dist/ChipDismissible-1b8383e1.js +19 -0
- package/dist/ChipDismissible-d12a2207.js +26 -0
- package/dist/Chips/InternalChipDismissible/hooks/index.js +20 -0
- package/dist/Chips/InternalChipDismissible/hooks/index.mjs +8 -0
- package/dist/Chips/InternalChipDismissible/index.js +31 -0
- package/dist/Chips/InternalChipDismissible/index.mjs +23 -0
- package/dist/Chips/index.js +48 -0
- package/dist/Chips/index.mjs +38 -0
- package/dist/Chips-36b7630e.js +97 -0
- package/dist/Chips-fe5c5705.js +91 -0
- package/dist/Combobox/components/ComboboxAction/index.js +15 -0
- package/dist/Combobox/components/ComboboxAction/index.mjs +7 -0
- package/dist/Combobox/components/ComboboxActivator/index.js +29 -0
- package/dist/Combobox/components/ComboboxActivator/index.mjs +21 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.js +17 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.mjs +9 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.js +27 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.mjs +19 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.js +13 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.mjs +5 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.js +12 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.mjs +4 -0
- package/dist/Combobox/components/ComboboxContent/index.js +37 -0
- package/dist/Combobox/components/ComboboxContent/index.mjs +29 -0
- package/dist/Combobox/components/ComboboxOption/index.js +17 -0
- package/dist/Combobox/components/ComboboxOption/index.mjs +9 -0
- package/dist/Combobox/components/ComboboxTrigger/index.js +27 -0
- package/dist/Combobox/components/ComboboxTrigger/index.mjs +19 -0
- package/dist/Combobox/index.js +51 -0
- package/dist/Combobox/index.mjs +42 -0
- package/dist/Combobox-bf8c9ce6.js +128 -0
- package/dist/Combobox-f781cae2.js +120 -0
- package/dist/ComboboxAction-22bd2e79.js +31 -0
- package/dist/ComboboxAction-c21dc02b.js +25 -0
- package/dist/ComboboxActivator-757941db.js +26 -0
- package/dist/ComboboxActivator-afc63f51.js +32 -0
- package/dist/ComboboxContent-0e67a7f3.js +144 -0
- package/dist/ComboboxContent-1faee40b.js +152 -0
- package/dist/ComboboxContentHeader-97ea6800.js +30 -0
- package/dist/ComboboxContentHeader-ce3f10b6.js +36 -0
- package/dist/ComboboxContentList-7f7ef48c.js +78 -0
- package/dist/ComboboxContentList-b7108426.js +85 -0
- package/dist/ComboboxContentSearch-196e638a.js +35 -0
- package/dist/ComboboxContentSearch-889f0525.js +41 -0
- package/dist/ComboboxLoadMore-21f09a37.js +17 -0
- package/dist/ComboboxLoadMore-a642edaa.js +23 -0
- package/dist/ComboboxOption-16d1c772.js +30 -0
- package/dist/ComboboxOption-cf324e9d.js +23 -0
- package/dist/ComboboxProvider-32666af1.js +10 -0
- package/dist/ComboboxProvider-dd21fe88.js +17 -0
- package/dist/ComboboxTrigger-0c05930b.js +28 -0
- package/dist/ComboboxTrigger-b41954f5.js +22 -0
- package/dist/ConfirmationModal/index.js +31 -0
- package/dist/ConfirmationModal/index.mjs +23 -0
- package/dist/ConfirmationModal-52e16873.js +100 -0
- package/dist/ConfirmationModal-916a1f09.js +94 -0
- package/dist/Content/Spacing.css.d.ts +13 -0
- package/dist/Content/index.js +12 -0
- package/dist/Content/index.mjs +4 -0
- package/dist/Content-c4ea919f.js +18 -0
- package/dist/Content-e3f7b6fc.js +24 -0
- package/dist/Countdown/index.js +12 -0
- package/dist/Countdown/index.mjs +4 -0
- package/dist/Countdown-961d8a6e.js +70 -0
- package/dist/Countdown-ac081ced.js +63 -0
- package/dist/DataDump/index.js +27 -0
- package/dist/DataDump/index.mjs +19 -0
- package/dist/DataDump-18f6e791.js +15 -0
- package/dist/DataDump-9addf519.js +21 -0
- package/dist/DataList/components/DataListAction/index.js +16 -0
- package/dist/DataList/components/DataListAction/index.mjs +8 -0
- package/dist/DataList/components/DataListActions/index.js +43 -0
- package/dist/DataList/components/DataListActions/index.mjs +35 -0
- package/dist/DataList/components/DataListActionsMenu/index.js +18 -0
- package/dist/DataList/components/DataListActionsMenu/index.mjs +10 -0
- package/dist/DataList/components/DataListBulkActions/index.js +46 -0
- package/dist/DataList/components/DataListBulkActions/index.mjs +37 -0
- package/dist/DataList/components/DataListEmptyState/index.js +22 -0
- package/dist/DataList/components/DataListEmptyState/index.mjs +13 -0
- package/dist/DataList/components/DataListFilters/components/DataListSort/index.js +52 -0
- package/dist/DataList/components/DataListFilters/components/DataListSort/index.mjs +44 -0
- package/dist/DataList/components/DataListFilters/index.js +66 -0
- package/dist/DataList/components/DataListFilters/index.mjs +57 -0
- package/dist/DataList/components/DataListHeader/index.js +53 -0
- package/dist/DataList/components/DataListHeader/index.mjs +45 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.js +15 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.mjs +7 -0
- package/dist/DataList/components/DataListHeaderTile/index.js +22 -0
- package/dist/DataList/components/DataListHeaderTile/index.mjs +14 -0
- package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.js +16 -0
- package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.mjs +8 -0
- package/dist/DataList/components/DataListItem/index.js +52 -0
- package/dist/DataList/components/DataListItem/index.mjs +44 -0
- package/dist/DataList/components/DataListItemActions/index.js +45 -0
- package/dist/DataList/components/DataListItemActions/index.mjs +36 -0
- package/dist/DataList/components/DataListItemActionsOverflow/index.js +27 -0
- package/dist/DataList/components/DataListItemActionsOverflow/index.mjs +19 -0
- package/dist/DataList/components/DataListItems/index.js +53 -0
- package/dist/DataList/components/DataListItems/index.mjs +45 -0
- package/dist/DataList/components/DataListLayout/index.js +56 -0
- package/dist/DataList/components/DataListLayout/index.mjs +48 -0
- package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.js +11 -0
- package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.mjs +2 -0
- package/dist/DataList/components/DataListLayoutActions/index.js +34 -0
- package/dist/DataList/components/DataListLayoutActions/index.mjs +26 -0
- package/dist/DataList/components/DataListLoadMore/index.js +23 -0
- package/dist/DataList/components/DataListLoadMore/index.mjs +14 -0
- package/dist/DataList/components/DataListLoadingState/index.js +23 -0
- package/dist/DataList/components/DataListLoadingState/index.mjs +13 -0
- package/dist/DataList/components/DataListOverflowFade/index.js +14 -0
- package/dist/DataList/components/DataListOverflowFade/index.mjs +5 -0
- package/dist/DataList/components/DataListSearch/index.js +34 -0
- package/dist/DataList/components/DataListSearch/index.mjs +24 -0
- package/dist/DataList/components/DataListStatusBar/index.js +32 -0
- package/dist/DataList/components/DataListStatusBar/index.mjs +23 -0
- package/dist/DataList/components/DataListStickyHeader/index.js +14 -0
- package/dist/DataList/components/DataListStickyHeader/index.mjs +6 -0
- package/dist/DataList/components/DataListTags/index.js +15 -0
- package/dist/DataList/components/DataListTags/index.mjs +7 -0
- package/dist/DataList/components/DataListTotalCount/index.js +18 -0
- package/dist/DataList/components/DataListTotalCount/index.mjs +9 -0
- package/dist/DataList/context/DataListContext/index.js +13 -0
- package/dist/DataList/context/DataListContext/index.mjs +3 -0
- package/dist/DataList/context/DataListLayoutContext/index.js +13 -0
- package/dist/DataList/context/DataListLayoutContext/index.mjs +3 -0
- package/dist/DataList/index.js +97 -0
- package/dist/DataList/index.mjs +89 -0
- package/dist/DataList-1e0e9426.js +7 -0
- package/dist/DataList-ae2efe9b.js +139 -0
- package/dist/DataList-b5f0a522.js +9 -0
- package/dist/DataList-fc20945e.js +145 -0
- package/dist/DataList.const-3ae7ceef.js +25 -0
- package/dist/DataList.const-c05b47de.js +38 -0
- package/dist/DataList.utils-b72b8d0d.js +92 -0
- package/dist/DataList.utils-d51eb44e.js +80 -0
- package/dist/DataListAction-9d8a33e0.js +46 -0
- package/dist/DataListAction-d570e8bf.js +40 -0
- package/dist/DataListActions-c5ad9b23.js +43 -0
- package/dist/DataListActions-f8367eda.js +49 -0
- package/dist/DataListActionsMenu-cce1bd30.js +53 -0
- package/dist/DataListActionsMenu-cfcd5d21.js +59 -0
- package/dist/DataListBulkActions-a750f601.js +29 -0
- package/dist/DataListBulkActions-af1fe283.js +36 -0
- package/dist/DataListContext-736a42a2.js +25 -0
- package/dist/DataListContext-f40570a7.js +34 -0
- package/dist/DataListEmptyState-25d6c47d.js +60 -0
- package/dist/DataListEmptyState-fcc112ac.js +53 -0
- package/dist/DataListFilters-3e5599c6.js +50 -0
- package/dist/DataListFilters-aaff643e.js +43 -0
- package/dist/DataListHeader-43a4bb92.js +100 -0
- package/dist/DataListHeader-bf256a20.js +93 -0
- package/dist/DataListHeaderTile-4b93f949.js +91 -0
- package/dist/DataListHeaderTile-8854e4d8.js +84 -0
- package/dist/DataListItem-3d39e2eb.js +119 -0
- package/dist/DataListItem-5cbf5f14.js +112 -0
- package/dist/DataListItemActions-122d8972.js +39 -0
- package/dist/DataListItemActions-c5749fdc.js +32 -0
- package/dist/DataListItemActionsOverflow-6004ba59.js +33 -0
- package/dist/DataListItemActionsOverflow-9c491ed9.js +39 -0
- package/dist/DataListItemClickable-127bfc7f.js +45 -0
- package/dist/DataListItemClickable-abe0242c.js +51 -0
- package/dist/DataListItems-00dd20c1.js +19 -0
- package/dist/DataListItems-09c65d2c.js +25 -0
- package/dist/DataListLayout-4cdcaa1f.js +25 -0
- package/dist/DataListLayout-99863988.js +19 -0
- package/dist/DataListLayoutActions-43cc8589.js +39 -0
- package/dist/DataListLayoutActions-9f8cc2a2.js +45 -0
- package/dist/DataListLayoutContext-39a0d016.js +11 -0
- package/dist/DataListLayoutContext-7daf863d.js +14 -0
- package/dist/DataListLayoutContext-83df2a23.js +22 -0
- package/dist/DataListLayoutContext-9237afd1.js +8 -0
- package/dist/DataListLoadMore-1b519950.js +34 -0
- package/dist/DataListLoadMore-20d2d817.js +41 -0
- package/dist/DataListLoadingState-9de965f6.js +33 -0
- package/dist/DataListLoadingState-c175094e.js +25 -0
- package/dist/DataListOverflowFade-85c826e0.js +33 -0
- package/dist/DataListOverflowFade-a640f51f.js +25 -0
- package/dist/DataListSearch-584f4f05.js +72 -0
- package/dist/DataListSearch-614b959b.js +62 -0
- package/dist/DataListSort-0e8e03c9.js +98 -0
- package/dist/DataListSort-a684067a.js +92 -0
- package/dist/DataListSortingOptions-4694941c.js +44 -0
- package/dist/DataListSortingOptions-8a64205a.js +38 -0
- package/dist/DataListStatusBar-4f692790.js +22 -0
- package/dist/DataListStatusBar-e17eff45.js +29 -0
- package/dist/DataListStickyHeader-0728e21b.js +33 -0
- package/dist/DataListStickyHeader-ce11cbd9.js +26 -0
- package/dist/DataListTags-68b3a874.js +65 -0
- package/dist/DataListTags-f4038ea1.js +72 -0
- package/dist/DataListTotalCount-8373c2df.js +34 -0
- package/dist/DataListTotalCount-cce98cf6.js +27 -0
- package/dist/DataTable/index.js +36 -0
- package/dist/DataTable/index.mjs +23 -0
- package/dist/DataTable/test-utilities/index.js +243 -0
- package/dist/DataTable/test-utilities/index.mjs +233 -0
- package/dist/DataTable-4afcfbc6.js +252 -0
- package/dist/DataTable-8d4b2d3a.js +245 -0
- package/dist/DatePicker/index.js +20 -0
- package/dist/DatePicker/index.mjs +12 -0
- package/dist/DatePicker-64c5ab1a.js +134 -0
- package/dist/DatePicker-85127ebc.js +125 -0
- package/dist/DayOfMonthSelect-8e05c1a7.js +141 -0
- package/dist/DayOfMonthSelect-d644270a.js +152 -0
- package/dist/DescriptionList/index.js +13 -0
- package/dist/DescriptionList/index.mjs +5 -0
- package/dist/DescriptionList-73241740.js +15 -0
- package/dist/DescriptionList-e72dbff4.js +21 -0
- package/dist/Disclosure/index.js +16 -0
- package/dist/Disclosure/index.mjs +8 -0
- package/dist/Disclosure-1165a958.js +36 -0
- package/dist/Disclosure-f285a6b6.js +42 -0
- package/dist/Divider/index.js +12 -0
- package/dist/Divider/index.mjs +4 -0
- package/dist/Divider-30edc4ed.js +20 -0
- package/dist/Divider-46a88bea.js +27 -0
- package/dist/Drawer/index.js +21 -0
- package/dist/Drawer/index.mjs +12 -0
- package/dist/DrawerGrid-73000735.js +33 -0
- package/dist/DrawerGrid-89de9440.js +41 -0
- package/dist/Emphasis/index.js +13 -0
- package/dist/Emphasis/index.mjs +5 -0
- package/dist/Emphasis-78cec3ac.js +13 -0
- package/dist/Emphasis-bda56d3b.js +19 -0
- package/dist/FeatureSwitch/index.js +26 -0
- package/dist/FeatureSwitch/index.mjs +18 -0
- package/dist/FeatureSwitch-1d6993a1.js +55 -0
- package/dist/FeatureSwitch-6632682d.js +62 -0
- package/dist/Flex/index.js +12 -0
- package/dist/Flex/index.mjs +4 -0
- package/dist/Flex-d490c4db.js +38 -0
- package/dist/Flex-d565495d.js +31 -0
- package/dist/Form/index.js +12 -0
- package/dist/Form/index.mjs +4 -0
- package/dist/Form-6a161b07.js +48 -0
- package/dist/Form-927647ef.js +54 -0
- package/dist/FormField/index.js +24 -0
- package/dist/FormField/index.mjs +16 -0
- package/dist/FormField-6ff183f8.js +253 -0
- package/dist/FormField-8118cfc8.js +246 -0
- package/dist/FormatDate/index.js +11 -0
- package/dist/FormatDate/index.mjs +2 -0
- package/dist/FormatDate-70ea5b43.js +34 -0
- package/dist/FormatDate-720b39cf.js +27 -0
- package/dist/FormatEmail/index.js +12 -0
- package/dist/FormatEmail/index.mjs +4 -0
- package/dist/FormatEmail-04ee4085.js +14 -0
- package/dist/FormatEmail-298393bb.js +21 -0
- package/dist/FormatFile/index.js +36 -0
- package/dist/FormatFile/index.mjs +28 -0
- package/dist/FormatFile-352cc225.js +154 -0
- package/dist/FormatFile-f036902d.js +162 -0
- package/dist/FormatRelativeDateTime/index.js +10 -0
- package/dist/FormatRelativeDateTime/index.mjs +2 -0
- package/dist/FormatRelativeDateTime-529dc36b.js +64 -0
- package/dist/FormatRelativeDateTime-6336002d.js +70 -0
- package/dist/FormatTime/index.js +10 -0
- package/dist/FormatTime/index.mjs +2 -0
- package/dist/FormatTime-20538519.js +34 -0
- package/dist/FormatTime-764fd3c8.js +28 -0
- package/dist/Gallery/Gallery.css.d.ts +9 -0
- package/dist/Gallery/index.js +39 -0
- package/dist/Gallery/index.mjs +31 -0
- package/dist/Gallery-287d640a.js +73 -0
- package/dist/Gallery-604216cb.js +66 -0
- package/dist/Glimmer/index.js +15 -0
- package/dist/Glimmer/index.mjs +6 -0
- package/dist/Glimmer/style/Shape.css.d.ts +9 -0
- package/dist/Glimmer/style/Sizes.css.d.ts +10 -0
- package/dist/Glimmer/style/Timing.css.d.ts +6 -0
- package/dist/Glimmer-84dee1ed.js +77 -0
- package/dist/Glimmer-aea7f8ae.js +69 -0
- package/dist/Grid/GridAlign.css.d.ts +8 -0
- package/dist/Grid/InternalGridCell/index.js +12 -0
- package/dist/Grid/InternalGridCell/index.mjs +3 -0
- package/dist/Grid/index.js +15 -0
- package/dist/Grid/index.mjs +6 -0
- package/dist/Grid-257d509f.js +34 -0
- package/dist/Grid-3b80e935.js +42 -0
- package/dist/Heading/index.js +14 -0
- package/dist/Heading/index.mjs +6 -0
- package/dist/Heading-1e8e4bd3.js +55 -0
- package/dist/Heading-93e755cb.js +49 -0
- package/dist/Icon/index.js +11 -0
- package/dist/Icon/index.mjs +3 -0
- package/dist/Icon-22723fe6.js +34 -0
- package/dist/Icon-405a216c.js +40 -0
- package/dist/InlineLabel/index.js +13 -0
- package/dist/InlineLabel/index.mjs +5 -0
- package/dist/InlineLabel-a6557829.js +28 -0
- package/dist/InlineLabel-b7d9e402.js +21 -0
- package/dist/InputAvatar/index.js +28 -0
- package/dist/InputAvatar/index.mjs +20 -0
- package/dist/InputAvatar-65e584a0.js +56 -0
- package/dist/InputAvatar-e4eb2201.js +50 -0
- package/dist/InputDate/index.js +29 -0
- package/dist/InputDate/index.mjs +21 -0
- package/dist/InputDate-68050753.js +32 -0
- package/dist/InputDate-77bcc250.js +39 -0
- package/dist/InputEmail/index.js +26 -0
- package/dist/InputEmail/index.mjs +17 -0
- package/dist/InputEmail-3103e37c.js +27 -0
- package/dist/InputEmail-88d617d7.js +20 -0
- package/dist/InputFile/index.js +25 -0
- package/dist/InputFile/index.mjs +16 -0
- package/dist/InputFile-bb945071.js +190 -0
- package/dist/InputFile-cfa53555.js +181 -0
- package/dist/InputGroup/index.js +12 -0
- package/dist/InputGroup/index.mjs +4 -0
- package/dist/InputGroup-436859cf.js +26 -0
- package/dist/InputGroup-8d4fd4eb.js +33 -0
- package/dist/InputNumber/index.js +25 -0
- package/dist/InputNumber/index.mjs +17 -0
- package/dist/InputNumber-0391311b.js +56 -0
- package/dist/InputNumber-d451b52e.js +62 -0
- package/dist/InputPassword/index.js +25 -0
- package/dist/InputPassword/index.mjs +17 -0
- package/dist/InputPassword-0ab4214d.js +19 -0
- package/dist/InputPassword-dd44b8d5.js +25 -0
- package/dist/InputPhoneNumber/index.js +25 -0
- package/dist/InputPhoneNumber/index.mjs +17 -0
- package/dist/InputPhoneNumber-83d7ec95.js +103 -0
- package/dist/InputPhoneNumber-bc761c12.js +97 -0
- package/dist/InputText/index.js +26 -0
- package/dist/InputText/index.mjs +18 -0
- package/dist/InputText-55b6cb65.js +102 -0
- package/dist/InputText-8dbcfe70.js +96 -0
- package/dist/InputTime/index.js +27 -0
- package/dist/InputTime/index.mjs +19 -0
- package/dist/InputTime-13522852.js +187 -0
- package/dist/InputTime-ce24b2bf.js +194 -0
- package/dist/InputValidation/index.js +17 -0
- package/dist/InputValidation/index.mjs +9 -0
- package/dist/InputValidation-05e839fa.js +29 -0
- package/dist/InputValidation-d68fb034.js +23 -0
- package/dist/InternalChipDismissible-1086e333.js +158 -0
- package/dist/InternalChipDismissible-5220f657.js +169 -0
- package/dist/InternalGridCell-58643b70.js +44 -0
- package/dist/InternalGridCell-eca14dd0.js +37 -0
- package/dist/LightBox/index.js +24 -0
- package/dist/LightBox/index.mjs +16 -0
- package/dist/LightBox-2460f422.js +109 -0
- package/dist/LightBox-a89d8863.js +117 -0
- package/dist/Link/index.js +10 -0
- package/dist/Link/index.mjs +2 -0
- package/dist/Link-b41bc1d3.js +7 -0
- package/dist/Link-fd7301ec.js +13 -0
- package/dist/List/index.js +25 -0
- package/dist/List/index.mjs +16 -0
- package/dist/List-ad77343b.js +77 -0
- package/dist/List-b5b0b81f.js +87 -0
- package/dist/Markdown/index.js +19 -0
- package/dist/Markdown/index.mjs +11 -0
- package/dist/Markdown-8d44afcd.js +55 -0
- package/dist/Markdown-f7c55304.js +62 -0
- package/dist/Menu/index.js +21 -0
- package/dist/Menu/index.mjs +13 -0
- package/dist/Menu-083fc4c4.js +139 -0
- package/dist/Menu-d99e0e5a.js +132 -0
- package/dist/Modal/Sizes.css.d.ts +6 -0
- package/dist/Modal/index.js +25 -0
- package/dist/Modal/index.mjs +17 -0
- package/dist/Modal-c336cac6.js +71 -0
- package/dist/Modal-ecd845d2.js +63 -0
- package/dist/MultiSelect/index.js +19 -0
- package/dist/MultiSelect/index.mjs +11 -0
- package/dist/MultiSelect-3b48166e.js +176 -0
- package/dist/MultiSelect-6dcd0181.js +169 -0
- package/dist/Option-18ddab50.js +12 -0
- package/dist/Option-3c4d377e.js +19 -0
- package/dist/Page/index.js +30 -0
- package/dist/Page/index.mjs +22 -0
- package/dist/Page-a9b25d27.js +66 -0
- package/dist/Page-f2604b2a.js +59 -0
- package/dist/Popover/index.js +20 -0
- package/dist/Popover/index.mjs +12 -0
- package/dist/Popover-2c6df036.js +47 -0
- package/dist/Popover-efe863e3.js +53 -0
- package/dist/ProgressBar/Sizes.css.d.ts +7 -0
- package/dist/ProgressBar/index.js +12 -0
- package/dist/ProgressBar/index.mjs +4 -0
- package/dist/ProgressBar-a453087d.js +36 -0
- package/dist/ProgressBar-b68edc8f.js +43 -0
- package/dist/RadioGroup/index.js +15 -0
- package/dist/RadioGroup/index.mjs +6 -0
- package/dist/RadioGroup-17b67ade.js +46 -0
- package/dist/RadioGroup-fe381c57.js +39 -0
- package/dist/RecurringSelect/components/index.js +18 -0
- package/dist/RecurringSelect/components/index.mjs +7 -0
- package/dist/RecurringSelect/index.js +39 -0
- package/dist/RecurringSelect/index.mjs +23 -0
- package/dist/RecurringSelect-2cd2b2cf.js +80 -0
- package/dist/RecurringSelect-d6eb7eba.js +74 -0
- package/dist/Select/index.js +26 -0
- package/dist/Select/index.mjs +17 -0
- package/dist/Spinner/index.js +12 -0
- package/dist/Spinner/index.mjs +4 -0
- package/dist/Spinner-5d8359b8.js +17 -0
- package/dist/Spinner-9d8fc7ff.js +24 -0
- package/dist/StatusIndicator/index.js +11 -0
- package/dist/StatusIndicator/index.mjs +3 -0
- package/dist/StatusIndicator-0a3a2d8a.js +12 -0
- package/dist/StatusIndicator-b179d06e.js +18 -0
- package/dist/StatusLabel/index.js +15 -0
- package/dist/StatusLabel/index.mjs +7 -0
- package/dist/StatusLabel-9a8fbdd0.js +19 -0
- package/dist/StatusLabel-f5fdd599.js +26 -0
- package/dist/Switch/index.js +13 -0
- package/dist/Switch/index.mjs +5 -0
- package/dist/Switch-258e7a55.js +49 -0
- package/dist/Switch-7d4aa7c3.js +56 -0
- package/dist/Table/index.js +20 -0
- package/dist/Table/index.mjs +5 -0
- package/dist/Tabs/index.js +14 -0
- package/dist/Tabs/index.mjs +5 -0
- package/dist/Tabs-0dd29b9b.js +78 -0
- package/dist/Tabs-4c37b15f.js +70 -0
- package/dist/Text/index.js +13 -0
- package/dist/Text/index.mjs +5 -0
- package/dist/Text-259af966.js +31 -0
- package/dist/Text-c9162504.js +25 -0
- package/dist/Toast/index.js +19 -0
- package/dist/Toast/index.mjs +11 -0
- package/dist/Tooltip/index.js +16 -0
- package/dist/Tooltip/index.mjs +8 -0
- package/dist/Tooltip-d1fc7e74.js +104 -0
- package/dist/Tooltip-ef3d6ef4.js +112 -0
- package/dist/Typography/css/Emphasis.css.d.ts +6 -0
- package/dist/Typography/css/FontFamilies.css.d.ts +6 -0
- package/dist/Typography/css/FontSizes.css.d.ts +12 -0
- package/dist/Typography/css/FontWeights.css.d.ts +10 -0
- package/dist/Typography/css/TextAlignment.css.d.ts +7 -0
- package/dist/Typography/css/TextCases.css.d.ts +7 -0
- package/dist/Typography/css/TextColors.css.d.ts +22 -0
- package/dist/Typography/css/Truncate.css.d.ts +5 -0
- package/dist/Typography/css/Typography.css.d.ts +5 -0
- package/dist/Typography/index.js +12 -0
- package/dist/Typography/index.mjs +4 -0
- package/dist/Typography-7cc5daf5.js +55 -0
- package/dist/Typography-c45bf216.js +62 -0
- package/dist/getAtlantisConfig-0f3e8af2.js +13 -0
- package/dist/getAtlantisConfig-5b50057c.js +11 -0
- package/dist/helpers-686e91da.js +15 -0
- package/dist/helpers-8ea80269.js +37 -0
- package/dist/index.js +274 -0
- package/dist/index.mjs +162 -0
- package/dist/showToast-59a77248.js +100 -0
- package/dist/showToast-c1e660fd.js +106 -0
- package/dist/style-inject.es-9d2f5f4e.js +30 -0
- package/dist/style-inject.es-a0e1a0ba.js +28 -0
- package/dist/tslib.es6-754e2961.js +46 -0
- package/dist/tslib.es6-c563c1dd.js +43 -0
- package/dist/useActiveLayout-101129a8.js +14 -0
- package/dist/useActiveLayout-adbf2bc3.js +16 -0
- package/dist/useBatchSelect-33acc2fc.js +36 -0
- package/dist/useBatchSelect-ac66c1cb.js +38 -0
- package/dist/useChildComponent-13989d0a.js +15 -0
- package/dist/useChildComponent-d661dbd6.js +21 -0
- package/dist/useResponsiveSizing-10f0860d.js +45 -0
- package/dist/useResponsiveSizing-c1e28e54.js +43 -0
- package/dist/useScrollToActive-056749d8.js +271 -0
- package/dist/useScrollToActive-ace6c5ba.js +259 -0
- package/package.json +6 -364
- package/rollup.config.js +82 -20
- package/dist/index.cjs +0 -6721
- package/dist/index.esm.js +0 -6603
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-754e2961.js');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var reactHookForm = require('react-hook-form');
|
|
6
|
+
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
|
+
|
|
11
|
+
const Form = React.forwardRef(function InternalForm({ onSubmit, children, onStateChange }, ref) {
|
|
12
|
+
const methods = reactHookForm.useForm({ mode: "onTouched" });
|
|
13
|
+
const { trigger, handleSubmit, formState: { isDirty, isValid, errors }, } = methods;
|
|
14
|
+
React.useEffect(() => onStateChange && onStateChange({ isDirty, isValid }), [isDirty, isValid]);
|
|
15
|
+
React.useImperativeHandle(ref, () => ({
|
|
16
|
+
/**
|
|
17
|
+
* The `trigger()` method can also accept an array
|
|
18
|
+
* of fields to validate. We may at some point want
|
|
19
|
+
* to consider adding a `validate()` method to the
|
|
20
|
+
* `Form` component.
|
|
21
|
+
*/
|
|
22
|
+
submit: () => tslib_es6.__awaiter(this, void 0, void 0, function* () {
|
|
23
|
+
const valid = yield trigger();
|
|
24
|
+
if (valid) {
|
|
25
|
+
submitHandler();
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
trigger();
|
|
29
|
+
errorHandler(errors);
|
|
30
|
+
}
|
|
31
|
+
}),
|
|
32
|
+
}));
|
|
33
|
+
/**
|
|
34
|
+
* If an onSubmit is not passed into a form, it will only be used
|
|
35
|
+
* for validation. For that, we do not need to wrap it in a <form>
|
|
36
|
+
* tag. This allows the <Form> component to be used in legacy code.
|
|
37
|
+
*/
|
|
38
|
+
const Wrapper = onSubmit ? "form" : "div";
|
|
39
|
+
const formProps = {
|
|
40
|
+
onSubmit: onSubmit && handleSubmit(submitHandler, errorHandler),
|
|
41
|
+
};
|
|
42
|
+
return (React__default["default"].createElement(reactHookForm.FormProvider, Object.assign({}, methods),
|
|
43
|
+
React__default["default"].createElement(Wrapper, Object.assign({}, formProps, { "data-testid": "atlantis-form" }), children)));
|
|
44
|
+
function submitHandler() {
|
|
45
|
+
onSubmit && onSubmit();
|
|
46
|
+
}
|
|
47
|
+
function errorHandler(errs) {
|
|
48
|
+
const firstErrName = Object.keys(errs)[0];
|
|
49
|
+
const element = document.querySelector(`[name="${firstErrName}"]`);
|
|
50
|
+
element === null || element === void 0 ? void 0 : element.focus();
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
exports.Form = Form;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var FormField = require('../FormField-6ff183f8.js');
|
|
6
|
+
require('../tslib.es6-754e2961.js');
|
|
7
|
+
require('react');
|
|
8
|
+
require('react-hook-form');
|
|
9
|
+
require('../style-inject.es-9d2f5f4e.js');
|
|
10
|
+
require('classnames');
|
|
11
|
+
require('@jobber/hooks/useShowClear');
|
|
12
|
+
require('../Button-b73a5e01.js');
|
|
13
|
+
require('react-router-dom');
|
|
14
|
+
require('../Icon-405a216c.js');
|
|
15
|
+
require('@jobber/design');
|
|
16
|
+
require('../Typography-c45bf216.js');
|
|
17
|
+
require('../Text-259af966.js');
|
|
18
|
+
require('../InputValidation-05e839fa.js');
|
|
19
|
+
require('framer-motion');
|
|
20
|
+
require('../Spinner-9d8fc7ff.js');
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
exports.FormField = FormField.FormField;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { F as FormField } from '../FormField-8118cfc8.js';
|
|
2
|
+
import '../tslib.es6-c563c1dd.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import 'react-hook-form';
|
|
5
|
+
import '../style-inject.es-a0e1a0ba.js';
|
|
6
|
+
import 'classnames';
|
|
7
|
+
import '@jobber/hooks/useShowClear';
|
|
8
|
+
import '../Button-9ae092b3.js';
|
|
9
|
+
import 'react-router-dom';
|
|
10
|
+
import '../Icon-22723fe6.js';
|
|
11
|
+
import '@jobber/design';
|
|
12
|
+
import '../Typography-7cc5daf5.js';
|
|
13
|
+
import '../Text-c9162504.js';
|
|
14
|
+
import '../InputValidation-d68fb034.js';
|
|
15
|
+
import 'framer-motion';
|
|
16
|
+
import '../Spinner-5d8359b8.js';
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-754e2961.js');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var reactHookForm = require('react-hook-form');
|
|
6
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
7
|
+
var classnames = require('classnames');
|
|
8
|
+
var useShowClear = require('@jobber/hooks/useShowClear');
|
|
9
|
+
var Button = require('./Button-b73a5e01.js');
|
|
10
|
+
var Icon = require('./Icon-405a216c.js');
|
|
11
|
+
var Text = require('./Text-259af966.js');
|
|
12
|
+
var InputValidation = require('./InputValidation-05e839fa.js');
|
|
13
|
+
var Spinner = require('./Spinner-9d8fc7ff.js');
|
|
14
|
+
|
|
15
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
16
|
+
|
|
17
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
18
|
+
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
19
|
+
|
|
20
|
+
var css_248z$1 = ":root {\n /**\n * These `--public-field` properties are used in other components such\n * as InputGroup, therefore they must stay on :root\n **/\n --public-field--top-left-radius: var(--radius-base);\n --public-field--top-right-radius: var(--radius-base);\n --public-field--bottom-left-radius: var(--radius-base);\n --public-field--bottom-right-radius: var(--radius-base);\n\n --field--placeholder-color: var(--color-greyBlue--light);\n --field--value-color: var(--color-heading);\n --field--border-color: var(--color-border);\n}\n\n.geR7qBhrMfk- {\n width: 100%;\n}\n\n/**\n * Wrapper\n **/\n\n.nPGhTEEzsoU- {\n --field--placeholder-offset: 50%;\n --field--placeholder-transform: -50%;\n\n --field--textAlign: left;\n\n --field--height: var(--space-largest);\n\n --field--padding-top: calc(var(--space-base) - var(--space-smallest));\n --field--padding-bottom: calc(var(--space-base) - var(--space-smallest));\n --field--padding-left: var(--space-base);\n --field--padding-right: var(--space-base);\n\n --field--value-lineHeight: calc(var(--base-unit) * 1.25);\n\n --field--background-color: var(--color-surface);\n\n --field--base-elevation: var(--elevation-base);\n --field--label-elevation: calc(var(--field--base-elevation) + 1);\n --field--postfix-elevation: calc(var(--field--base-elevation) - 1);\n --field--postfix-action-elevation: calc(var(--field--base-elevation) + 2);\n\n display: -ms-flexbox;\n\n display: flex;\n width: 100%;\n height: calc(16px * 3);\n height: var(--field--height);\n border: calc(16px / 16) solid rgb(217, 223, 225);\n border: var(--border-base) solid var(--field--border-color);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n border-top-right-radius: calc(16px / 8);\n border-top-right-radius: var(--public-field--top-right-radius);\n border-bottom-right-radius: calc(16px / 8);\n border-bottom-right-radius: var(--public-field--bottom-right-radius);\n border-bottom-left-radius: calc(16px / 8);\n border-bottom-left-radius: var(--public-field--bottom-left-radius);\n border-top-left-radius: calc(16px / 8);\n border-top-left-radius: var(--public-field--top-left-radius);\n color: rgb(1, 41, 57);\n color: var(--field--value-color);\n font-size: calc((16px * 1) * 0.875);\n font-size: calc(calc(16px * 1) * 0.875);\n font-size: var(--typography--fontSize-base);\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--field--background-color);\n}\n\n.nPGhTEEzsoU- * {\n box-sizing: border-box;\n}\n\n.nPGhTEEzsoU-:focus-within {\n position: relative;\n z-index: var(--field--base-elevation);\n box-shadow: 0px 0px 0px calc(16px / 8) rgba(255, 255, 255, 1),\n 0px 0px 0px calc(16px / 4) rgb(147, 161, 169);\n box-shadow: var(--shadow-focus);\n}\n\n.YhserUiOeFE-:not(:focus-within) input {\n color: var(--field--background-color);\n -webkit-text-fill-color: var(--field--background-color);\n}\n\n.YhserUiOeFE-:focus-within,\n.UIZq8hTmJVU- {\n --field--placeholder-color: var(--color-text--secondary);\n --field--placeholder-offset: var(--space-smallest);\n --field--placeholder-transform: 0;\n --field--padding-top: calc(var(--space-base) + var(--space-smaller));\n --field--padding-bottom: var(--space-small);\n}\n\n.YhserUiOeFE-.Ku8sWS0mLew-:focus-within,\n.UIZq8hTmJVU-.Ku8sWS0mLew- {\n --field--padding-top: calc(var(--space-large) + var(--space-smaller));\n}\n\n.nPGhTEEzsoU-.mgPacJ6Z71Y- {\n --field--placeholder-offset: 0;\n --field--placeholder-transform: 0;\n height: auto;\n min-height: auto;\n}\n\n.gJ-15M615eY-,\n.gJ-15M615eY-:focus-within {\n --field--border-color: var(--color-critical);\n position: relative;\n}\n\n._1rsTLm5GwcM- {\n --field--placeholder-color: var(--color-disabled);\n --field--value-color: var(--color-disabled);\n --field--background-color: var(--color-surface--background);\n --field--border-color: var(--color-disabled--secondary);\n}\n\n/* override iOS default styling for disabled input */\n\n._1rsTLm5GwcM- :disabled {\n -webkit-text-fill-color: rgb(1, 41, 57);\n -webkit-text-fill-color: var(--field--value-color);\n opacity: 1;\n}\n\n.o8D-H-lKfDk- {\n --field--padding-left: calc(var(--space-base) - var(--space-smaller));\n --field--padding-right: calc(var(--space-base) - var(--space-smaller));\n --field--padding-top: var(--space-small);\n --field--padding-bottom: var(--space-small);\n --field--height: calc(var(--space-larger) + var(--space-smaller));\n}\n\n.Ku8sWS0mLew- {\n --field--padding-left: var(--space-large);\n --field--padding-right: var(--space-large);\n --field--height: calc(var(--space-extravagant));\n}\n\n._5Hu2F3cBvng- {\n display: inline-block;\n width: auto;\n}\n\n.s1WLQs6ffD8- {\n --field--textAlign: center;\n}\n\n.a2r4QheWYIA- {\n --field--textAlign: right;\n}\n\n/**\n * The custom property --formField-maxLength is getting defined inside the\n * component.\n */\n\n.KdAnXK1gClo- {\n width: calc(\n (16px * var(--formField-maxLength)) + var(--field--padding-left) +\n var(--field--padding-right)\n );\n width: calc(\n (var(--base-unit) * var(--formField-maxLength)) + var(--field--padding-left) +\n var(--field--padding-right)\n );\n}\n\n/**\n * Input Wrapper\n **/\n\n.iQFhpFYnz-8- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex: 1;\n flex: 1;\n position: relative;\n /* Ensure input stays with the rest of the element stack */\n z-index: 0;\n z-index: var(--elevation-default);\n}\n\n.Yo2Wi9dpa-Y- {\n position: relative;\n -ms-flex: 1;\n flex: 1;\n}\n\n/**\n * Input\n **/\n\n.LSHPV7PwOTg- {\n position: relative;\n z-index: var(--field--base-elevation);\n width: 100%;\n height: 100%;\n padding-top: var(--field--padding-top);\n padding-bottom: var(--field--padding-bottom);\n padding-left: var(--field--padding-left);\n padding-right: var(--field--padding-right);\n border: none;\n border-radius: 0;\n color: inherit;\n font-family: inherit;\n font-size: inherit;\n line-height: var(--field--value-lineHeight);\n text-align: var(--field--textAlign);\n background: transparent;\n -webkit-appearance: none;\n appearance: none;\n}\n\n.LSHPV7PwOTg-:focus {\n outline: none;\n}\n\n.mgPacJ6Z71Y- .LSHPV7PwOTg- {\n resize: vertical;\n}\n\n.i31GQXcMz54- .LSHPV7PwOTg- {\n z-index: var(--field--label-elevation);\n}\n\n.LSHPV7PwOTg-:-webkit-autofill,\n.LSHPV7PwOTg-:-webkit-autofill:hover,\n.LSHPV7PwOTg-:-webkit-autofill:focus,\n.LSHPV7PwOTg-:-webkit-autofill:active {\n -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important;\n -webkit-box-shadow: 0 0 0 30px var(--color-surface) inset !important;\n}\n\n/**\n * Label\n **/\n\n._3xREbTN5pPg- {\n position: absolute;\n top: var(--field--placeholder-offset);\n z-index: var(--field--label-elevation);\n width: 100%;\n padding-left: var(--field--padding-left);\n padding-right: var(--field--padding-right);\n overflow: hidden;\n color: rgb(147, 161, 169);\n color: var(--field--placeholder-color);\n line-height: var(--field--value-lineHeight);\n text-align: var(--field--textAlign);\n text-overflow: ellipsis;\n white-space: nowrap;\n pointer-events: none;\n -webkit-transform: translateY(var(--field--placeholder-transform));\n transform: translateY(var(--field--placeholder-transform));\n transition: all 100ms;\n transition: all var(--timing-quick);\n}\n\n.mgPacJ6Z71Y- ._3xREbTN5pPg- {\n /* Changes the width so that the scrollbar on the textarea doesn't get cut off */\n width: calc(100% - var(--field--padding-right));\n padding-top: var(--field--padding-top);\n /* Remove padding on right to make use of the entire width */\n padding-right: 0;\n -webkit-transform: translateY(--field--placeholder-transform);\n transform: translateY(--field--placeholder-transform);\n}\n\n.UIZq8hTmJVU- ._3xREbTN5pPg-,\n.YhserUiOeFE-:focus-within ._3xREbTN5pPg- {\n font-size: calc((16px * 1) * 0.75);\n font-size: calc(calc(16px * 1) * 0.75);\n font-size: var(--typography--fontSize-small);\n}\n\n.mgPacJ6Z71Y-.UIZq8hTmJVU- ._3xREbTN5pPg- {\n padding-top: calc(16px / 8);\n padding-top: var(--space-smallest);\n background-color: var(--field--background-color);\n}\n\n.o8D-H-lKfDk-.UIZq8hTmJVU- ._3xREbTN5pPg-,\n.YhserUiOeFE-.o8D-H-lKfDk-.UIZq8hTmJVU-:focus-within ._3xREbTN5pPg- {\n display: none;\n}\n\n/**This is valid cascading order **/\n\n/* stylelint-disable-next-line no-descending-specificity */\n\n.Ku8sWS0mLew-.UIZq8hTmJVU- ._3xREbTN5pPg-,\n.YhserUiOeFE-.Ku8sWS0mLew-.UIZq8hTmJVU-:focus-within ._3xREbTN5pPg- {\n padding-top: calc(16px / 2);\n padding-top: var(--space-small);\n}\n\n/**\n * Postfix\n **/\n\n.VtnAk1HYMMk- {\n position: absolute;\n top: 50%;\n right: calc(16px * 1);\n right: var(--space-base);\n z-index: var(--field--postfix-elevation);\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n}\n\n/**\n * Affix\n **/\n\n.uPLklxvtfJw- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n margin: 0 calc(var(--field--padding-left) * -1) 0 0;\n padding: 0 var(--field--padding-right) 0 var(--field--padding-left);\n}\n\n@supports (aspect-ratio: 1/1) {\n .uPLklxvtfJw- {\n /*\n * disabling property-no-unknown here as this is a real property\n * that stylelint just doesn't know about. We may be able to remove\n * this when we update our stylelint to not care about IE11.\n */\n /* stylelint-disable-next-line property-no-unknown */\n aspect-ratio: 1/1;\n padding: 0;\n }\n}\n\n.uPLklxvtfJw-.pYqqDvv57JE- {\n margin: 0 0 0 calc(var(--field--padding-right) * -1);\n}\n\n.uPLklxvtfJw-.eI44oQpuVlk- {\n position: relative;\n z-index: var(--field--postfix-action-elevation);\n}\n\n.jO8P2iSHilM- {\n display: -ms-flexbox;\n display: flex;\n margin: 0 calc((var(--field--padding-left) - calc(16px / 8)) * -1) 0 0;\n margin: 0 calc((var(--field--padding-left) - var(--space-smallest)) * -1) 0 0;\n padding: 0 0 0 var(--field--padding-left);\n line-height: var(--field--value-lineHeight);\n -ms-flex-align: center;\n align-items: center;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n}\n\n.jO8P2iSHilM-.pYqqDvv57JE- {\n margin: 0 0 0 calc((var(--field--padding-left) - calc(16px / 8)) * -1);\n margin: 0 0 0 calc((var(--field--padding-left) - var(--space-smallest)) * -1);\n padding: 0 var(--field--padding-left) 0 0;\n}\n\n.UIZq8hTmJVU-:not(.o8D-H-lKfDk-) .jO8P2iSHilM- {\n padding-top: var(--field--padding-top);\n padding-bottom: var(--field--padding-bottom);\n}\n\n._2GfgzNnLOSI- {\n margin-top: calc(16px / 4);\n margin-top: var(--space-smaller);\n}\n";
|
|
21
|
+
var styles$1 = {"container":"geR7qBhrMfk-","wrapper":"nPGhTEEzsoU-","timeInputLabel":"YhserUiOeFE-","miniLabel":"UIZq8hTmJVU-","large":"Ku8sWS0mLew-","textarea":"mgPacJ6Z71Y-","invalid":"gJ-15M615eY-","disabled":"_1rsTLm5GwcM-","small":"o8D-H-lKfDk-","inline":"_5Hu2F3cBvng-","center":"s1WLQs6ffD8-","right":"a2r4QheWYIA-","maxLength":"KdAnXK1gClo-","inputWrapper":"iQFhpFYnz-8-","childrenWrapper":"Yo2Wi9dpa-Y-","input":"LSHPV7PwOTg-","select":"i31GQXcMz54-","label":"_3xREbTN5pPg-","postfix":"VtnAk1HYMMk-","affixIcon":"uPLklxvtfJw-","suffix":"pYqqDvv57JE-","hasAction":"eI44oQpuVlk-","affixLabel":"jO8P2iSHilM-","description":"_2GfgzNnLOSI-"};
|
|
22
|
+
styleInject_es.styleInject(css_248z$1);
|
|
23
|
+
|
|
24
|
+
function AffixLabel({ label, variation = "prefix", labelRef, }) {
|
|
25
|
+
const affixLabelClass = classnames__default["default"](styles$1.affixLabel, {
|
|
26
|
+
[styles$1.suffix]: variation === "suffix",
|
|
27
|
+
});
|
|
28
|
+
return (React__default["default"].createElement("div", { ref: labelRef, className: affixLabelClass }, label));
|
|
29
|
+
}
|
|
30
|
+
function AffixIcon({ icon, onClick, ariaLabel, variation = "prefix", size, }) {
|
|
31
|
+
const affixIconClass = classnames__default["default"](styles$1.affixIcon, {
|
|
32
|
+
[styles$1.suffix]: variation === "suffix",
|
|
33
|
+
[styles$1.hasAction]: onClick,
|
|
34
|
+
});
|
|
35
|
+
const iconSize = size === "small" ? "small" : "base";
|
|
36
|
+
if (!icon)
|
|
37
|
+
return React__default["default"].createElement(React__default["default"].Fragment, null);
|
|
38
|
+
return (React__default["default"].createElement("div", { className: affixIconClass }, onClick ? (React__default["default"].createElement(Button.Button
|
|
39
|
+
/**
|
|
40
|
+
* We can cast the ariaLabel here as a `Suffix`
|
|
41
|
+
* requires an ariaLabel if there is an action
|
|
42
|
+
*/
|
|
43
|
+
, {
|
|
44
|
+
/**
|
|
45
|
+
* We can cast the ariaLabel here as a `Suffix`
|
|
46
|
+
* requires an ariaLabel if there is an action
|
|
47
|
+
*/
|
|
48
|
+
ariaLabel: ariaLabel, icon: icon, onClick: onClick, variation: "subtle", type: "tertiary", size: iconSize })) : (React__default["default"].createElement(Icon.Icon, { name: icon, size: iconSize, color: "greyBlue" }))));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
function FormFieldDescription({ id, description, }) {
|
|
52
|
+
return (React__default["default"].createElement("div", { id: id, className: styles$1.description },
|
|
53
|
+
React__default["default"].createElement(Text.Text, { size: "small", variation: "subdued" }, description)));
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
var css_248z = "._07kZJ5ltI5E- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n padding-left: calc(16px / 2);\n padding-left: var(--space-small);\n}\n\n.t1fFX8kDJh8- {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n right: calc(16px / 2);\n right: var(--space-small);\n z-index: 1002;\n z-index: var(--elevation-tooltip);\n width: calc(16px * 1.5);\n width: var(--space-large);\n height: calc(16px * 1.5);\n height: var(--space-large);\n padding: 0;\n border: none;\n border-radius: 100%;\n border-radius: var(--radius-circle);\n background-color: rgb(238, 240, 242);\n background-color: var(--color-surface--background);\n cursor: pointer;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.t1fFX8kDJh8-:focus {\n outline: none;\n}\n\n.t1fFX8kDJh8-:hover,\n.t1fFX8kDJh8-:focus-visible {\n outline: none;\n background-color: rgb(238, 240, 242);\n background-color: var(--color-surface--background);\n}\n\n.t1fFX8kDJh8-:focus-visible {\n box-shadow: 0px 0px 0px calc(16px / 8) rgba(255, 255, 255, 1),\n 0px 0px 0px calc(16px / 4) rgb(147, 161, 169);\n box-shadow: var(--shadow-focus);\n}\n";
|
|
57
|
+
var styles = {"clearContainer":"_07kZJ5ltI5E-","clearInput":"t1fFX8kDJh8-"};
|
|
58
|
+
styleInject_es.styleInject(css_248z);
|
|
59
|
+
|
|
60
|
+
function ClearAction({ onClick }) {
|
|
61
|
+
return (React__default["default"].createElement("div", { className: styles.clearContainer },
|
|
62
|
+
React__default["default"].createElement("button", { className: styles.clearInput, onClick: onClick, type: "button", "aria-label": "Clear input" },
|
|
63
|
+
React__default["default"].createElement(Icon.Icon, { name: "remove", size: "small" }))));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function FormFieldWrapper({ align, description, descriptionIdentifier, placeholder, value, children, invalid, error, size, prefix, suffix, max, maxLength, type, disabled, inline, identifier, clearable, onClear, }) {
|
|
67
|
+
const wrapperClasses = classnames__default["default"](styles$1.wrapper, size && styles$1[size], align && styles$1[align], {
|
|
68
|
+
[styles$1.miniLabel]: (placeholder && value !== "") ||
|
|
69
|
+
(placeholder && type === "select") ||
|
|
70
|
+
// Naively assume that if the the type is tel, it is the InputPhoneNumber
|
|
71
|
+
(placeholder && type === "tel"),
|
|
72
|
+
[styles$1.textarea]: type === "textarea",
|
|
73
|
+
[styles$1.select]: type === "select",
|
|
74
|
+
[styles$1.invalid]: invalid !== null && invalid !== void 0 ? invalid : error,
|
|
75
|
+
[styles$1.disabled]: disabled,
|
|
76
|
+
[styles$1.maxLength]: maxLength,
|
|
77
|
+
[styles$1.timeInputLabel]: placeholder && type === "time" && placeholder && value === "",
|
|
78
|
+
});
|
|
79
|
+
const containerClasses = classnames__default["default"](styles$1.container, {
|
|
80
|
+
[styles$1.inline]: inline,
|
|
81
|
+
});
|
|
82
|
+
const wrapperInlineStyle = {
|
|
83
|
+
["--formField-maxLength"]: maxLength || max,
|
|
84
|
+
};
|
|
85
|
+
const prefixRef = React.useRef();
|
|
86
|
+
const suffixRef = React.useRef();
|
|
87
|
+
const [labelStyle, setLabelStyle] = React.useState({
|
|
88
|
+
paddingLeft: undefined,
|
|
89
|
+
paddingRight: undefined,
|
|
90
|
+
});
|
|
91
|
+
React.useEffect(() => {
|
|
92
|
+
setLabelStyle(getAffixPaddding);
|
|
93
|
+
}, [value]);
|
|
94
|
+
const [focused, setFocused] = React.useState(false);
|
|
95
|
+
const showClear = useShowClear.useShowClear({
|
|
96
|
+
clearable,
|
|
97
|
+
multiline: type === "textarea",
|
|
98
|
+
focused,
|
|
99
|
+
hasValue: Boolean(value),
|
|
100
|
+
disabled,
|
|
101
|
+
});
|
|
102
|
+
return (React__default["default"].createElement("div", { className: containerClasses, onFocus: () => setFocused(true), onBlur: () => setFocused(false) },
|
|
103
|
+
React__default["default"].createElement("div", { className: wrapperClasses, style: wrapperInlineStyle, "data-testid": "Form-Field-Wrapper" },
|
|
104
|
+
(prefix === null || prefix === void 0 ? void 0 : prefix.icon) && React__default["default"].createElement(AffixIcon, Object.assign({}, prefix, { size: size })),
|
|
105
|
+
React__default["default"].createElement("div", { className: styles$1.inputWrapper },
|
|
106
|
+
placeholder && (React__default["default"].createElement("label", { className: styles$1.label, htmlFor: identifier, style: (prefixRef === null || prefixRef === void 0 ? void 0 : prefixRef.current) || (suffixRef === null || suffixRef === void 0 ? void 0 : suffixRef.current)
|
|
107
|
+
? labelStyle
|
|
108
|
+
: undefined }, placeholder)),
|
|
109
|
+
(prefix === null || prefix === void 0 ? void 0 : prefix.label) && React__default["default"].createElement(AffixLabel, Object.assign({}, prefix, { labelRef: prefixRef })),
|
|
110
|
+
React__default["default"].createElement("div", { className: styles$1.childrenWrapper }, children),
|
|
111
|
+
(suffix === null || suffix === void 0 ? void 0 : suffix.label) && (React__default["default"].createElement(AffixLabel, Object.assign({}, suffix, { labelRef: suffixRef, variation: "suffix" })))),
|
|
112
|
+
showClear && React__default["default"].createElement(ClearAction, { onClick: onClear }),
|
|
113
|
+
(suffix === null || suffix === void 0 ? void 0 : suffix.icon) && (React__default["default"].createElement(AffixIcon, Object.assign({}, suffix, { variation: "suffix", size: size })))),
|
|
114
|
+
description && !inline && (React__default["default"].createElement(FormFieldDescription, { id: descriptionIdentifier, description: description })),
|
|
115
|
+
error && !inline && React__default["default"].createElement(InputValidation.InputValidation, { message: error })));
|
|
116
|
+
function getAffixPaddding() {
|
|
117
|
+
const hasValue = value !== "";
|
|
118
|
+
const newPadding = {
|
|
119
|
+
paddingLeft: undefined,
|
|
120
|
+
paddingRight: undefined,
|
|
121
|
+
};
|
|
122
|
+
// Naively assume that if the the type is tel, it is the InputPhoneNumber
|
|
123
|
+
if (type === "tel")
|
|
124
|
+
return newPadding;
|
|
125
|
+
if ((prefixRef === null || prefixRef === void 0 ? void 0 : prefixRef.current) && !hasValue) {
|
|
126
|
+
const { offsetWidth } = prefixRef.current;
|
|
127
|
+
newPadding.paddingLeft = offset(offsetWidth);
|
|
128
|
+
}
|
|
129
|
+
if ((suffixRef === null || suffixRef === void 0 ? void 0 : suffixRef.current) && !hasValue) {
|
|
130
|
+
const { offsetWidth } = suffixRef.current;
|
|
131
|
+
newPadding.paddingRight = offset(offsetWidth);
|
|
132
|
+
}
|
|
133
|
+
function offset(width) {
|
|
134
|
+
return `calc(${width}px + var(--space-smallest)`;
|
|
135
|
+
}
|
|
136
|
+
return newPadding;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
function FormFieldPostFix({ variation }) {
|
|
141
|
+
return (React__default["default"].createElement("span", { className: styles$1.postfix }, variation === "select" ? (React__default["default"].createElement(Icon.Icon, { name: "arrowDown" })) : (React__default["default"].createElement(Spinner.Spinner, { size: "small" }))));
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// Added 13th statement to accommodate getErrorMessage function
|
|
145
|
+
/*eslint max-statements: ["error", 13]*/
|
|
146
|
+
function FormField(props) {
|
|
147
|
+
var _a, _b;
|
|
148
|
+
const { actionsRef, autocomplete = true, children, defaultValue, description, disabled, inputRef, inline, keyboard, max, maxLength, min, name, readonly, rows, loading, type = "text", validations, value, onChange, onEnter, onFocus, onBlur, onValidation, onKeyUp, clearable = "never", } = props;
|
|
149
|
+
const { control, formState: { errors }, setValue, watch, } = reactHookForm.useFormContext() != undefined
|
|
150
|
+
? reactHookForm.useFormContext()
|
|
151
|
+
: // If there isn't a Form Context being provided, get a form for this field.
|
|
152
|
+
reactHookForm.useForm({ mode: "onTouched" });
|
|
153
|
+
const [identifier] = React.useState(React.useId());
|
|
154
|
+
const [descriptionIdentifier] = React.useState(`descriptionUUID--${React.useId()}`);
|
|
155
|
+
/**
|
|
156
|
+
* Generate a name if one is not supplied, this is the name
|
|
157
|
+
* that will be used for react-hook-form and not neccessarily
|
|
158
|
+
* attached to the DOM
|
|
159
|
+
*/
|
|
160
|
+
const [controlledName] = React.useState(name ? name : `generatedName--${identifier}`);
|
|
161
|
+
React.useEffect(() => {
|
|
162
|
+
if (value != undefined) {
|
|
163
|
+
setValue(controlledName, value);
|
|
164
|
+
}
|
|
165
|
+
}, [value, watch(controlledName)]);
|
|
166
|
+
React.useImperativeHandle(actionsRef, () => ({
|
|
167
|
+
setValue: newValue => {
|
|
168
|
+
setValue(controlledName, newValue, { shouldValidate: true });
|
|
169
|
+
},
|
|
170
|
+
}));
|
|
171
|
+
const message = (_a = errors[controlledName]) === null || _a === void 0 ? void 0 : _a.message;
|
|
172
|
+
const error = getErrorMessage();
|
|
173
|
+
React.useEffect(() => handleValidation(), [error]);
|
|
174
|
+
return (React__default["default"].createElement(reactHookForm.Controller, { control: control, name: controlledName, rules: Object.assign({}, validations), defaultValue: (_b = value !== null && value !== void 0 ? value : defaultValue) !== null && _b !== void 0 ? _b : "", render: (_a) => {
|
|
175
|
+
var _b = _a.field, { onChange: onControllerChange, onBlur: onControllerBlur, name: controllerName } = _b, rest = tslib_es6.__rest(_b, ["onChange", "onBlur", "name"]);
|
|
176
|
+
const fieldProps = Object.assign(Object.assign(Object.assign({}, rest), { id: identifier, className: styles$1.input, name: (validations || name) && controllerName, disabled: disabled, readOnly: readonly, inputMode: keyboard, onChange: handleChange, onBlur: handleBlur, onFocus: handleFocus }), (description &&
|
|
177
|
+
!inline && { "aria-describedby": descriptionIdentifier }));
|
|
178
|
+
const textFieldProps = Object.assign(Object.assign({}, fieldProps), { onKeyDown: handleKeyDown });
|
|
179
|
+
return (React__default["default"].createElement(FormFieldWrapper, Object.assign({}, props, { value: rest.value, error: error, identifier: identifier, descriptionIdentifier: descriptionIdentifier, clearable: clearable, onClear: handleClear }), renderField()));
|
|
180
|
+
function renderField() {
|
|
181
|
+
switch (type) {
|
|
182
|
+
case "select":
|
|
183
|
+
return (React__default["default"].createElement(React__default["default"].Fragment, null,
|
|
184
|
+
React__default["default"].createElement("select", Object.assign({}, fieldProps), children),
|
|
185
|
+
React__default["default"].createElement(FormFieldPostFix, { variation: "select" })));
|
|
186
|
+
case "textarea":
|
|
187
|
+
return (React__default["default"].createElement("textarea", Object.assign({}, textFieldProps, { rows: rows, ref: inputRef })));
|
|
188
|
+
default:
|
|
189
|
+
return (React__default["default"].createElement(React__default["default"].Fragment, null,
|
|
190
|
+
React__default["default"].createElement("input", Object.assign({}, textFieldProps, { autoComplete: setAutocomplete(autocomplete), type: type, maxLength: maxLength, max: max, min: min, ref: inputRef, onKeyUp: onKeyUp })),
|
|
191
|
+
loading && React__default["default"].createElement(FormFieldPostFix, { variation: "spinner" }),
|
|
192
|
+
children));
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
function handleClear() {
|
|
196
|
+
var _a;
|
|
197
|
+
handleBlur();
|
|
198
|
+
setValue(controlledName, undefined, { shouldValidate: true });
|
|
199
|
+
onChange && onChange("");
|
|
200
|
+
(_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
201
|
+
}
|
|
202
|
+
function handleChange(event) {
|
|
203
|
+
let newValue;
|
|
204
|
+
newValue = event.currentTarget.value;
|
|
205
|
+
if (type === "number" && newValue.length > 0) {
|
|
206
|
+
newValue = parseFloat(newValue);
|
|
207
|
+
}
|
|
208
|
+
onChange && onChange(newValue, event);
|
|
209
|
+
onControllerChange(event);
|
|
210
|
+
}
|
|
211
|
+
function handleKeyDown(event) {
|
|
212
|
+
if (!onEnter)
|
|
213
|
+
return;
|
|
214
|
+
if (event.key !== "Enter")
|
|
215
|
+
return;
|
|
216
|
+
if (event.shiftKey || event.ctrlKey)
|
|
217
|
+
return;
|
|
218
|
+
event.preventDefault();
|
|
219
|
+
onEnter && onEnter(event);
|
|
220
|
+
}
|
|
221
|
+
function handleFocus(event) {
|
|
222
|
+
const target = event.currentTarget;
|
|
223
|
+
if (target.select) {
|
|
224
|
+
setTimeout(() => readonly && target.select());
|
|
225
|
+
}
|
|
226
|
+
onFocus && onFocus();
|
|
227
|
+
}
|
|
228
|
+
function handleBlur() {
|
|
229
|
+
onBlur && onBlur();
|
|
230
|
+
onControllerBlur();
|
|
231
|
+
}
|
|
232
|
+
} }));
|
|
233
|
+
function getErrorMessage() {
|
|
234
|
+
if (typeof message === "string") {
|
|
235
|
+
return message;
|
|
236
|
+
}
|
|
237
|
+
return "";
|
|
238
|
+
}
|
|
239
|
+
function handleValidation() {
|
|
240
|
+
onValidation && onValidation(error);
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
function setAutocomplete(autocompleteSetting) {
|
|
244
|
+
if (autocompleteSetting === true) {
|
|
245
|
+
return undefined;
|
|
246
|
+
}
|
|
247
|
+
else if (autocompleteSetting === false) {
|
|
248
|
+
return "off";
|
|
249
|
+
}
|
|
250
|
+
return autocompleteSetting;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
exports.FormField = FormField;
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
import { _ as __rest } from './tslib.es6-c563c1dd.js';
|
|
2
|
+
import React, { useRef, useState, useEffect, useId, useImperativeHandle } from 'react';
|
|
3
|
+
import { useFormContext, useForm, Controller } from 'react-hook-form';
|
|
4
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
5
|
+
import classnames from 'classnames';
|
|
6
|
+
import { useShowClear } from '@jobber/hooks/useShowClear';
|
|
7
|
+
import { B as Button } from './Button-9ae092b3.js';
|
|
8
|
+
import { I as Icon } from './Icon-22723fe6.js';
|
|
9
|
+
import { T as Text } from './Text-c9162504.js';
|
|
10
|
+
import { I as InputValidation } from './InputValidation-d68fb034.js';
|
|
11
|
+
import { S as Spinner } from './Spinner-5d8359b8.js';
|
|
12
|
+
|
|
13
|
+
var css_248z$1 = ":root {\n /**\n * These `--public-field` properties are used in other components such\n * as InputGroup, therefore they must stay on :root\n **/\n --public-field--top-left-radius: var(--radius-base);\n --public-field--top-right-radius: var(--radius-base);\n --public-field--bottom-left-radius: var(--radius-base);\n --public-field--bottom-right-radius: var(--radius-base);\n\n --field--placeholder-color: var(--color-greyBlue--light);\n --field--value-color: var(--color-heading);\n --field--border-color: var(--color-border);\n}\n\n.geR7qBhrMfk- {\n width: 100%;\n}\n\n/**\n * Wrapper\n **/\n\n.nPGhTEEzsoU- {\n --field--placeholder-offset: 50%;\n --field--placeholder-transform: -50%;\n\n --field--textAlign: left;\n\n --field--height: var(--space-largest);\n\n --field--padding-top: calc(var(--space-base) - var(--space-smallest));\n --field--padding-bottom: calc(var(--space-base) - var(--space-smallest));\n --field--padding-left: var(--space-base);\n --field--padding-right: var(--space-base);\n\n --field--value-lineHeight: calc(var(--base-unit) * 1.25);\n\n --field--background-color: var(--color-surface);\n\n --field--base-elevation: var(--elevation-base);\n --field--label-elevation: calc(var(--field--base-elevation) + 1);\n --field--postfix-elevation: calc(var(--field--base-elevation) - 1);\n --field--postfix-action-elevation: calc(var(--field--base-elevation) + 2);\n\n display: -ms-flexbox;\n\n display: flex;\n width: 100%;\n height: calc(16px * 3);\n height: var(--field--height);\n border: calc(16px / 16) solid rgb(217, 223, 225);\n border: var(--border-base) solid var(--field--border-color);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n border-top-right-radius: calc(16px / 8);\n border-top-right-radius: var(--public-field--top-right-radius);\n border-bottom-right-radius: calc(16px / 8);\n border-bottom-right-radius: var(--public-field--bottom-right-radius);\n border-bottom-left-radius: calc(16px / 8);\n border-bottom-left-radius: var(--public-field--bottom-left-radius);\n border-top-left-radius: calc(16px / 8);\n border-top-left-radius: var(--public-field--top-left-radius);\n color: rgb(1, 41, 57);\n color: var(--field--value-color);\n font-size: calc((16px * 1) * 0.875);\n font-size: calc(calc(16px * 1) * 0.875);\n font-size: var(--typography--fontSize-base);\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--field--background-color);\n}\n\n.nPGhTEEzsoU- * {\n box-sizing: border-box;\n}\n\n.nPGhTEEzsoU-:focus-within {\n position: relative;\n z-index: var(--field--base-elevation);\n box-shadow: 0px 0px 0px calc(16px / 8) rgba(255, 255, 255, 1),\n 0px 0px 0px calc(16px / 4) rgb(147, 161, 169);\n box-shadow: var(--shadow-focus);\n}\n\n.YhserUiOeFE-:not(:focus-within) input {\n color: var(--field--background-color);\n -webkit-text-fill-color: var(--field--background-color);\n}\n\n.YhserUiOeFE-:focus-within,\n.UIZq8hTmJVU- {\n --field--placeholder-color: var(--color-text--secondary);\n --field--placeholder-offset: var(--space-smallest);\n --field--placeholder-transform: 0;\n --field--padding-top: calc(var(--space-base) + var(--space-smaller));\n --field--padding-bottom: var(--space-small);\n}\n\n.YhserUiOeFE-.Ku8sWS0mLew-:focus-within,\n.UIZq8hTmJVU-.Ku8sWS0mLew- {\n --field--padding-top: calc(var(--space-large) + var(--space-smaller));\n}\n\n.nPGhTEEzsoU-.mgPacJ6Z71Y- {\n --field--placeholder-offset: 0;\n --field--placeholder-transform: 0;\n height: auto;\n min-height: auto;\n}\n\n.gJ-15M615eY-,\n.gJ-15M615eY-:focus-within {\n --field--border-color: var(--color-critical);\n position: relative;\n}\n\n._1rsTLm5GwcM- {\n --field--placeholder-color: var(--color-disabled);\n --field--value-color: var(--color-disabled);\n --field--background-color: var(--color-surface--background);\n --field--border-color: var(--color-disabled--secondary);\n}\n\n/* override iOS default styling for disabled input */\n\n._1rsTLm5GwcM- :disabled {\n -webkit-text-fill-color: rgb(1, 41, 57);\n -webkit-text-fill-color: var(--field--value-color);\n opacity: 1;\n}\n\n.o8D-H-lKfDk- {\n --field--padding-left: calc(var(--space-base) - var(--space-smaller));\n --field--padding-right: calc(var(--space-base) - var(--space-smaller));\n --field--padding-top: var(--space-small);\n --field--padding-bottom: var(--space-small);\n --field--height: calc(var(--space-larger) + var(--space-smaller));\n}\n\n.Ku8sWS0mLew- {\n --field--padding-left: var(--space-large);\n --field--padding-right: var(--space-large);\n --field--height: calc(var(--space-extravagant));\n}\n\n._5Hu2F3cBvng- {\n display: inline-block;\n width: auto;\n}\n\n.s1WLQs6ffD8- {\n --field--textAlign: center;\n}\n\n.a2r4QheWYIA- {\n --field--textAlign: right;\n}\n\n/**\n * The custom property --formField-maxLength is getting defined inside the\n * component.\n */\n\n.KdAnXK1gClo- {\n width: calc(\n (16px * var(--formField-maxLength)) + var(--field--padding-left) +\n var(--field--padding-right)\n );\n width: calc(\n (var(--base-unit) * var(--formField-maxLength)) + var(--field--padding-left) +\n var(--field--padding-right)\n );\n}\n\n/**\n * Input Wrapper\n **/\n\n.iQFhpFYnz-8- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex: 1;\n flex: 1;\n position: relative;\n /* Ensure input stays with the rest of the element stack */\n z-index: 0;\n z-index: var(--elevation-default);\n}\n\n.Yo2Wi9dpa-Y- {\n position: relative;\n -ms-flex: 1;\n flex: 1;\n}\n\n/**\n * Input\n **/\n\n.LSHPV7PwOTg- {\n position: relative;\n z-index: var(--field--base-elevation);\n width: 100%;\n height: 100%;\n padding-top: var(--field--padding-top);\n padding-bottom: var(--field--padding-bottom);\n padding-left: var(--field--padding-left);\n padding-right: var(--field--padding-right);\n border: none;\n border-radius: 0;\n color: inherit;\n font-family: inherit;\n font-size: inherit;\n line-height: var(--field--value-lineHeight);\n text-align: var(--field--textAlign);\n background: transparent;\n -webkit-appearance: none;\n appearance: none;\n}\n\n.LSHPV7PwOTg-:focus {\n outline: none;\n}\n\n.mgPacJ6Z71Y- .LSHPV7PwOTg- {\n resize: vertical;\n}\n\n.i31GQXcMz54- .LSHPV7PwOTg- {\n z-index: var(--field--label-elevation);\n}\n\n.LSHPV7PwOTg-:-webkit-autofill,\n.LSHPV7PwOTg-:-webkit-autofill:hover,\n.LSHPV7PwOTg-:-webkit-autofill:focus,\n.LSHPV7PwOTg-:-webkit-autofill:active {\n -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 1) inset !important;\n -webkit-box-shadow: 0 0 0 30px var(--color-surface) inset !important;\n}\n\n/**\n * Label\n **/\n\n._3xREbTN5pPg- {\n position: absolute;\n top: var(--field--placeholder-offset);\n z-index: var(--field--label-elevation);\n width: 100%;\n padding-left: var(--field--padding-left);\n padding-right: var(--field--padding-right);\n overflow: hidden;\n color: rgb(147, 161, 169);\n color: var(--field--placeholder-color);\n line-height: var(--field--value-lineHeight);\n text-align: var(--field--textAlign);\n text-overflow: ellipsis;\n white-space: nowrap;\n pointer-events: none;\n -webkit-transform: translateY(var(--field--placeholder-transform));\n transform: translateY(var(--field--placeholder-transform));\n transition: all 100ms;\n transition: all var(--timing-quick);\n}\n\n.mgPacJ6Z71Y- ._3xREbTN5pPg- {\n /* Changes the width so that the scrollbar on the textarea doesn't get cut off */\n width: calc(100% - var(--field--padding-right));\n padding-top: var(--field--padding-top);\n /* Remove padding on right to make use of the entire width */\n padding-right: 0;\n -webkit-transform: translateY(--field--placeholder-transform);\n transform: translateY(--field--placeholder-transform);\n}\n\n.UIZq8hTmJVU- ._3xREbTN5pPg-,\n.YhserUiOeFE-:focus-within ._3xREbTN5pPg- {\n font-size: calc((16px * 1) * 0.75);\n font-size: calc(calc(16px * 1) * 0.75);\n font-size: var(--typography--fontSize-small);\n}\n\n.mgPacJ6Z71Y-.UIZq8hTmJVU- ._3xREbTN5pPg- {\n padding-top: calc(16px / 8);\n padding-top: var(--space-smallest);\n background-color: var(--field--background-color);\n}\n\n.o8D-H-lKfDk-.UIZq8hTmJVU- ._3xREbTN5pPg-,\n.YhserUiOeFE-.o8D-H-lKfDk-.UIZq8hTmJVU-:focus-within ._3xREbTN5pPg- {\n display: none;\n}\n\n/**This is valid cascading order **/\n\n/* stylelint-disable-next-line no-descending-specificity */\n\n.Ku8sWS0mLew-.UIZq8hTmJVU- ._3xREbTN5pPg-,\n.YhserUiOeFE-.Ku8sWS0mLew-.UIZq8hTmJVU-:focus-within ._3xREbTN5pPg- {\n padding-top: calc(16px / 2);\n padding-top: var(--space-small);\n}\n\n/**\n * Postfix\n **/\n\n.VtnAk1HYMMk- {\n position: absolute;\n top: 50%;\n right: calc(16px * 1);\n right: var(--space-base);\n z-index: var(--field--postfix-elevation);\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n}\n\n/**\n * Affix\n **/\n\n.uPLklxvtfJw- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n margin: 0 calc(var(--field--padding-left) * -1) 0 0;\n padding: 0 var(--field--padding-right) 0 var(--field--padding-left);\n}\n\n@supports (aspect-ratio: 1/1) {\n .uPLklxvtfJw- {\n /*\n * disabling property-no-unknown here as this is a real property\n * that stylelint just doesn't know about. We may be able to remove\n * this when we update our stylelint to not care about IE11.\n */\n /* stylelint-disable-next-line property-no-unknown */\n aspect-ratio: 1/1;\n padding: 0;\n }\n}\n\n.uPLklxvtfJw-.pYqqDvv57JE- {\n margin: 0 0 0 calc(var(--field--padding-right) * -1);\n}\n\n.uPLklxvtfJw-.eI44oQpuVlk- {\n position: relative;\n z-index: var(--field--postfix-action-elevation);\n}\n\n.jO8P2iSHilM- {\n display: -ms-flexbox;\n display: flex;\n margin: 0 calc((var(--field--padding-left) - calc(16px / 8)) * -1) 0 0;\n margin: 0 calc((var(--field--padding-left) - var(--space-smallest)) * -1) 0 0;\n padding: 0 0 0 var(--field--padding-left);\n line-height: var(--field--value-lineHeight);\n -ms-flex-align: center;\n align-items: center;\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n}\n\n.jO8P2iSHilM-.pYqqDvv57JE- {\n margin: 0 0 0 calc((var(--field--padding-left) - calc(16px / 8)) * -1);\n margin: 0 0 0 calc((var(--field--padding-left) - var(--space-smallest)) * -1);\n padding: 0 var(--field--padding-left) 0 0;\n}\n\n.UIZq8hTmJVU-:not(.o8D-H-lKfDk-) .jO8P2iSHilM- {\n padding-top: var(--field--padding-top);\n padding-bottom: var(--field--padding-bottom);\n}\n\n._2GfgzNnLOSI- {\n margin-top: calc(16px / 4);\n margin-top: var(--space-smaller);\n}\n";
|
|
14
|
+
var styles$1 = {"container":"geR7qBhrMfk-","wrapper":"nPGhTEEzsoU-","timeInputLabel":"YhserUiOeFE-","miniLabel":"UIZq8hTmJVU-","large":"Ku8sWS0mLew-","textarea":"mgPacJ6Z71Y-","invalid":"gJ-15M615eY-","disabled":"_1rsTLm5GwcM-","small":"o8D-H-lKfDk-","inline":"_5Hu2F3cBvng-","center":"s1WLQs6ffD8-","right":"a2r4QheWYIA-","maxLength":"KdAnXK1gClo-","inputWrapper":"iQFhpFYnz-8-","childrenWrapper":"Yo2Wi9dpa-Y-","input":"LSHPV7PwOTg-","select":"i31GQXcMz54-","label":"_3xREbTN5pPg-","postfix":"VtnAk1HYMMk-","affixIcon":"uPLklxvtfJw-","suffix":"pYqqDvv57JE-","hasAction":"eI44oQpuVlk-","affixLabel":"jO8P2iSHilM-","description":"_2GfgzNnLOSI-"};
|
|
15
|
+
styleInject(css_248z$1);
|
|
16
|
+
|
|
17
|
+
function AffixLabel({ label, variation = "prefix", labelRef, }) {
|
|
18
|
+
const affixLabelClass = classnames(styles$1.affixLabel, {
|
|
19
|
+
[styles$1.suffix]: variation === "suffix",
|
|
20
|
+
});
|
|
21
|
+
return (React.createElement("div", { ref: labelRef, className: affixLabelClass }, label));
|
|
22
|
+
}
|
|
23
|
+
function AffixIcon({ icon, onClick, ariaLabel, variation = "prefix", size, }) {
|
|
24
|
+
const affixIconClass = classnames(styles$1.affixIcon, {
|
|
25
|
+
[styles$1.suffix]: variation === "suffix",
|
|
26
|
+
[styles$1.hasAction]: onClick,
|
|
27
|
+
});
|
|
28
|
+
const iconSize = size === "small" ? "small" : "base";
|
|
29
|
+
if (!icon)
|
|
30
|
+
return React.createElement(React.Fragment, null);
|
|
31
|
+
return (React.createElement("div", { className: affixIconClass }, onClick ? (React.createElement(Button
|
|
32
|
+
/**
|
|
33
|
+
* We can cast the ariaLabel here as a `Suffix`
|
|
34
|
+
* requires an ariaLabel if there is an action
|
|
35
|
+
*/
|
|
36
|
+
, {
|
|
37
|
+
/**
|
|
38
|
+
* We can cast the ariaLabel here as a `Suffix`
|
|
39
|
+
* requires an ariaLabel if there is an action
|
|
40
|
+
*/
|
|
41
|
+
ariaLabel: ariaLabel, icon: icon, onClick: onClick, variation: "subtle", type: "tertiary", size: iconSize })) : (React.createElement(Icon, { name: icon, size: iconSize, color: "greyBlue" }))));
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
function FormFieldDescription({ id, description, }) {
|
|
45
|
+
return (React.createElement("div", { id: id, className: styles$1.description },
|
|
46
|
+
React.createElement(Text, { size: "small", variation: "subdued" }, description)));
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
var css_248z = "._07kZJ5ltI5E- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n padding-left: calc(16px / 2);\n padding-left: var(--space-small);\n}\n\n.t1fFX8kDJh8- {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n right: calc(16px / 2);\n right: var(--space-small);\n z-index: 1002;\n z-index: var(--elevation-tooltip);\n width: calc(16px * 1.5);\n width: var(--space-large);\n height: calc(16px * 1.5);\n height: var(--space-large);\n padding: 0;\n border: none;\n border-radius: 100%;\n border-radius: var(--radius-circle);\n background-color: rgb(238, 240, 242);\n background-color: var(--color-surface--background);\n cursor: pointer;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.t1fFX8kDJh8-:focus {\n outline: none;\n}\n\n.t1fFX8kDJh8-:hover,\n.t1fFX8kDJh8-:focus-visible {\n outline: none;\n background-color: rgb(238, 240, 242);\n background-color: var(--color-surface--background);\n}\n\n.t1fFX8kDJh8-:focus-visible {\n box-shadow: 0px 0px 0px calc(16px / 8) rgba(255, 255, 255, 1),\n 0px 0px 0px calc(16px / 4) rgb(147, 161, 169);\n box-shadow: var(--shadow-focus);\n}\n";
|
|
50
|
+
var styles = {"clearContainer":"_07kZJ5ltI5E-","clearInput":"t1fFX8kDJh8-"};
|
|
51
|
+
styleInject(css_248z);
|
|
52
|
+
|
|
53
|
+
function ClearAction({ onClick }) {
|
|
54
|
+
return (React.createElement("div", { className: styles.clearContainer },
|
|
55
|
+
React.createElement("button", { className: styles.clearInput, onClick: onClick, type: "button", "aria-label": "Clear input" },
|
|
56
|
+
React.createElement(Icon, { name: "remove", size: "small" }))));
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function FormFieldWrapper({ align, description, descriptionIdentifier, placeholder, value, children, invalid, error, size, prefix, suffix, max, maxLength, type, disabled, inline, identifier, clearable, onClear, }) {
|
|
60
|
+
const wrapperClasses = classnames(styles$1.wrapper, size && styles$1[size], align && styles$1[align], {
|
|
61
|
+
[styles$1.miniLabel]: (placeholder && value !== "") ||
|
|
62
|
+
(placeholder && type === "select") ||
|
|
63
|
+
// Naively assume that if the the type is tel, it is the InputPhoneNumber
|
|
64
|
+
(placeholder && type === "tel"),
|
|
65
|
+
[styles$1.textarea]: type === "textarea",
|
|
66
|
+
[styles$1.select]: type === "select",
|
|
67
|
+
[styles$1.invalid]: invalid !== null && invalid !== void 0 ? invalid : error,
|
|
68
|
+
[styles$1.disabled]: disabled,
|
|
69
|
+
[styles$1.maxLength]: maxLength,
|
|
70
|
+
[styles$1.timeInputLabel]: placeholder && type === "time" && placeholder && value === "",
|
|
71
|
+
});
|
|
72
|
+
const containerClasses = classnames(styles$1.container, {
|
|
73
|
+
[styles$1.inline]: inline,
|
|
74
|
+
});
|
|
75
|
+
const wrapperInlineStyle = {
|
|
76
|
+
["--formField-maxLength"]: maxLength || max,
|
|
77
|
+
};
|
|
78
|
+
const prefixRef = useRef();
|
|
79
|
+
const suffixRef = useRef();
|
|
80
|
+
const [labelStyle, setLabelStyle] = useState({
|
|
81
|
+
paddingLeft: undefined,
|
|
82
|
+
paddingRight: undefined,
|
|
83
|
+
});
|
|
84
|
+
useEffect(() => {
|
|
85
|
+
setLabelStyle(getAffixPaddding);
|
|
86
|
+
}, [value]);
|
|
87
|
+
const [focused, setFocused] = useState(false);
|
|
88
|
+
const showClear = useShowClear({
|
|
89
|
+
clearable,
|
|
90
|
+
multiline: type === "textarea",
|
|
91
|
+
focused,
|
|
92
|
+
hasValue: Boolean(value),
|
|
93
|
+
disabled,
|
|
94
|
+
});
|
|
95
|
+
return (React.createElement("div", { className: containerClasses, onFocus: () => setFocused(true), onBlur: () => setFocused(false) },
|
|
96
|
+
React.createElement("div", { className: wrapperClasses, style: wrapperInlineStyle, "data-testid": "Form-Field-Wrapper" },
|
|
97
|
+
(prefix === null || prefix === void 0 ? void 0 : prefix.icon) && React.createElement(AffixIcon, Object.assign({}, prefix, { size: size })),
|
|
98
|
+
React.createElement("div", { className: styles$1.inputWrapper },
|
|
99
|
+
placeholder && (React.createElement("label", { className: styles$1.label, htmlFor: identifier, style: (prefixRef === null || prefixRef === void 0 ? void 0 : prefixRef.current) || (suffixRef === null || suffixRef === void 0 ? void 0 : suffixRef.current)
|
|
100
|
+
? labelStyle
|
|
101
|
+
: undefined }, placeholder)),
|
|
102
|
+
(prefix === null || prefix === void 0 ? void 0 : prefix.label) && React.createElement(AffixLabel, Object.assign({}, prefix, { labelRef: prefixRef })),
|
|
103
|
+
React.createElement("div", { className: styles$1.childrenWrapper }, children),
|
|
104
|
+
(suffix === null || suffix === void 0 ? void 0 : suffix.label) && (React.createElement(AffixLabel, Object.assign({}, suffix, { labelRef: suffixRef, variation: "suffix" })))),
|
|
105
|
+
showClear && React.createElement(ClearAction, { onClick: onClear }),
|
|
106
|
+
(suffix === null || suffix === void 0 ? void 0 : suffix.icon) && (React.createElement(AffixIcon, Object.assign({}, suffix, { variation: "suffix", size: size })))),
|
|
107
|
+
description && !inline && (React.createElement(FormFieldDescription, { id: descriptionIdentifier, description: description })),
|
|
108
|
+
error && !inline && React.createElement(InputValidation, { message: error })));
|
|
109
|
+
function getAffixPaddding() {
|
|
110
|
+
const hasValue = value !== "";
|
|
111
|
+
const newPadding = {
|
|
112
|
+
paddingLeft: undefined,
|
|
113
|
+
paddingRight: undefined,
|
|
114
|
+
};
|
|
115
|
+
// Naively assume that if the the type is tel, it is the InputPhoneNumber
|
|
116
|
+
if (type === "tel")
|
|
117
|
+
return newPadding;
|
|
118
|
+
if ((prefixRef === null || prefixRef === void 0 ? void 0 : prefixRef.current) && !hasValue) {
|
|
119
|
+
const { offsetWidth } = prefixRef.current;
|
|
120
|
+
newPadding.paddingLeft = offset(offsetWidth);
|
|
121
|
+
}
|
|
122
|
+
if ((suffixRef === null || suffixRef === void 0 ? void 0 : suffixRef.current) && !hasValue) {
|
|
123
|
+
const { offsetWidth } = suffixRef.current;
|
|
124
|
+
newPadding.paddingRight = offset(offsetWidth);
|
|
125
|
+
}
|
|
126
|
+
function offset(width) {
|
|
127
|
+
return `calc(${width}px + var(--space-smallest)`;
|
|
128
|
+
}
|
|
129
|
+
return newPadding;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
function FormFieldPostFix({ variation }) {
|
|
134
|
+
return (React.createElement("span", { className: styles$1.postfix }, variation === "select" ? (React.createElement(Icon, { name: "arrowDown" })) : (React.createElement(Spinner, { size: "small" }))));
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// Added 13th statement to accommodate getErrorMessage function
|
|
138
|
+
/*eslint max-statements: ["error", 13]*/
|
|
139
|
+
function FormField(props) {
|
|
140
|
+
var _a, _b;
|
|
141
|
+
const { actionsRef, autocomplete = true, children, defaultValue, description, disabled, inputRef, inline, keyboard, max, maxLength, min, name, readonly, rows, loading, type = "text", validations, value, onChange, onEnter, onFocus, onBlur, onValidation, onKeyUp, clearable = "never", } = props;
|
|
142
|
+
const { control, formState: { errors }, setValue, watch, } = useFormContext() != undefined
|
|
143
|
+
? useFormContext()
|
|
144
|
+
: // If there isn't a Form Context being provided, get a form for this field.
|
|
145
|
+
useForm({ mode: "onTouched" });
|
|
146
|
+
const [identifier] = useState(useId());
|
|
147
|
+
const [descriptionIdentifier] = useState(`descriptionUUID--${useId()}`);
|
|
148
|
+
/**
|
|
149
|
+
* Generate a name if one is not supplied, this is the name
|
|
150
|
+
* that will be used for react-hook-form and not neccessarily
|
|
151
|
+
* attached to the DOM
|
|
152
|
+
*/
|
|
153
|
+
const [controlledName] = useState(name ? name : `generatedName--${identifier}`);
|
|
154
|
+
useEffect(() => {
|
|
155
|
+
if (value != undefined) {
|
|
156
|
+
setValue(controlledName, value);
|
|
157
|
+
}
|
|
158
|
+
}, [value, watch(controlledName)]);
|
|
159
|
+
useImperativeHandle(actionsRef, () => ({
|
|
160
|
+
setValue: newValue => {
|
|
161
|
+
setValue(controlledName, newValue, { shouldValidate: true });
|
|
162
|
+
},
|
|
163
|
+
}));
|
|
164
|
+
const message = (_a = errors[controlledName]) === null || _a === void 0 ? void 0 : _a.message;
|
|
165
|
+
const error = getErrorMessage();
|
|
166
|
+
useEffect(() => handleValidation(), [error]);
|
|
167
|
+
return (React.createElement(Controller, { control: control, name: controlledName, rules: Object.assign({}, validations), defaultValue: (_b = value !== null && value !== void 0 ? value : defaultValue) !== null && _b !== void 0 ? _b : "", render: (_a) => {
|
|
168
|
+
var _b = _a.field, { onChange: onControllerChange, onBlur: onControllerBlur, name: controllerName } = _b, rest = __rest(_b, ["onChange", "onBlur", "name"]);
|
|
169
|
+
const fieldProps = Object.assign(Object.assign(Object.assign({}, rest), { id: identifier, className: styles$1.input, name: (validations || name) && controllerName, disabled: disabled, readOnly: readonly, inputMode: keyboard, onChange: handleChange, onBlur: handleBlur, onFocus: handleFocus }), (description &&
|
|
170
|
+
!inline && { "aria-describedby": descriptionIdentifier }));
|
|
171
|
+
const textFieldProps = Object.assign(Object.assign({}, fieldProps), { onKeyDown: handleKeyDown });
|
|
172
|
+
return (React.createElement(FormFieldWrapper, Object.assign({}, props, { value: rest.value, error: error, identifier: identifier, descriptionIdentifier: descriptionIdentifier, clearable: clearable, onClear: handleClear }), renderField()));
|
|
173
|
+
function renderField() {
|
|
174
|
+
switch (type) {
|
|
175
|
+
case "select":
|
|
176
|
+
return (React.createElement(React.Fragment, null,
|
|
177
|
+
React.createElement("select", Object.assign({}, fieldProps), children),
|
|
178
|
+
React.createElement(FormFieldPostFix, { variation: "select" })));
|
|
179
|
+
case "textarea":
|
|
180
|
+
return (React.createElement("textarea", Object.assign({}, textFieldProps, { rows: rows, ref: inputRef })));
|
|
181
|
+
default:
|
|
182
|
+
return (React.createElement(React.Fragment, null,
|
|
183
|
+
React.createElement("input", Object.assign({}, textFieldProps, { autoComplete: setAutocomplete(autocomplete), type: type, maxLength: maxLength, max: max, min: min, ref: inputRef, onKeyUp: onKeyUp })),
|
|
184
|
+
loading && React.createElement(FormFieldPostFix, { variation: "spinner" }),
|
|
185
|
+
children));
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
function handleClear() {
|
|
189
|
+
var _a;
|
|
190
|
+
handleBlur();
|
|
191
|
+
setValue(controlledName, undefined, { shouldValidate: true });
|
|
192
|
+
onChange && onChange("");
|
|
193
|
+
(_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
194
|
+
}
|
|
195
|
+
function handleChange(event) {
|
|
196
|
+
let newValue;
|
|
197
|
+
newValue = event.currentTarget.value;
|
|
198
|
+
if (type === "number" && newValue.length > 0) {
|
|
199
|
+
newValue = parseFloat(newValue);
|
|
200
|
+
}
|
|
201
|
+
onChange && onChange(newValue, event);
|
|
202
|
+
onControllerChange(event);
|
|
203
|
+
}
|
|
204
|
+
function handleKeyDown(event) {
|
|
205
|
+
if (!onEnter)
|
|
206
|
+
return;
|
|
207
|
+
if (event.key !== "Enter")
|
|
208
|
+
return;
|
|
209
|
+
if (event.shiftKey || event.ctrlKey)
|
|
210
|
+
return;
|
|
211
|
+
event.preventDefault();
|
|
212
|
+
onEnter && onEnter(event);
|
|
213
|
+
}
|
|
214
|
+
function handleFocus(event) {
|
|
215
|
+
const target = event.currentTarget;
|
|
216
|
+
if (target.select) {
|
|
217
|
+
setTimeout(() => readonly && target.select());
|
|
218
|
+
}
|
|
219
|
+
onFocus && onFocus();
|
|
220
|
+
}
|
|
221
|
+
function handleBlur() {
|
|
222
|
+
onBlur && onBlur();
|
|
223
|
+
onControllerBlur();
|
|
224
|
+
}
|
|
225
|
+
} }));
|
|
226
|
+
function getErrorMessage() {
|
|
227
|
+
if (typeof message === "string") {
|
|
228
|
+
return message;
|
|
229
|
+
}
|
|
230
|
+
return "";
|
|
231
|
+
}
|
|
232
|
+
function handleValidation() {
|
|
233
|
+
onValidation && onValidation(error);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
function setAutocomplete(autocompleteSetting) {
|
|
237
|
+
if (autocompleteSetting === true) {
|
|
238
|
+
return undefined;
|
|
239
|
+
}
|
|
240
|
+
else if (autocompleteSetting === false) {
|
|
241
|
+
return "off";
|
|
242
|
+
}
|
|
243
|
+
return autocompleteSetting;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export { FormField as F };
|