@jobber/components 4.85.4-CJS-to-ESM.0 → 4.85.4-CJS-to-ESM.2
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-20a02aaa.js +104 -0
- package/dist/AnimatedPresence-bbccdaf7.js +98 -0
- package/dist/AnimatedPresence.cjs +12 -0
- package/dist/AnimatedPresence.js +4 -0
- package/dist/AnimatedSwitcher-3aff3d12.js +90 -0
- package/dist/AnimatedSwitcher-3d45ec5d.js +96 -0
- package/dist/AnimatedSwitcher.cjs +13 -0
- package/dist/AnimatedSwitcher.js +5 -0
- package/dist/Autocomplete-b35c7ff5.js +196 -0
- package/dist/Autocomplete-dc7a4b9e.js +188 -0
- package/dist/Autocomplete.cjs +33 -0
- package/dist/Autocomplete.js +25 -0
- package/dist/Avatar-229083ec.js +70 -0
- package/dist/Avatar-cccf72b9.js +78 -0
- package/dist/Avatar.cjs +15 -0
- package/dist/Avatar.js +7 -0
- package/dist/Banner-18d94700.js +105 -0
- package/dist/Banner-5475a9ea.js +98 -0
- package/dist/Banner.cjs +20 -0
- package/dist/Banner.js +12 -0
- package/dist/Body-22878526.js +64 -0
- package/dist/Body-4fbe21ac.js +50 -0
- package/dist/Button-30154871.js +50 -0
- package/dist/Button-ec64869e.js +57 -0
- package/dist/Button.cjs +16 -0
- package/dist/Button.js +8 -0
- package/dist/ButtonDismiss-a11eef74.js +8 -0
- package/dist/ButtonDismiss-d7417429.js +14 -0
- package/dist/ButtonDismiss.cjs +17 -0
- package/dist/ButtonDismiss.js +9 -0
- package/dist/Card-27375ded.js +93 -0
- package/dist/Card-35bd61ce.js +86 -0
- package/dist/Card.cjs +24 -0
- package/dist/Card.js +16 -0
- package/dist/Checkbox-a91b14f7.js +56 -0
- package/dist/Checkbox-b6e46d80.js +63 -0
- package/dist/Checkbox.cjs +18 -0
- package/dist/Checkbox.js +10 -0
- package/dist/Chip-01343f8b.js +81 -0
- package/dist/Chip-24613c57.js +89 -0
- package/dist/Chip.cjs +27 -0
- package/dist/Chip.js +17 -0
- package/dist/ChipDismissible-1f2754bd.js +19 -0
- package/dist/ChipDismissible-a8ecc894.js +26 -0
- package/dist/Chips-7c44a2f9.js +494 -0
- package/dist/Chips-a8f4c9f2.js +505 -0
- package/dist/Chips.cjs +46 -0
- package/dist/Chips.js +37 -0
- package/dist/Combobox-44f0ec2a.js +468 -0
- package/dist/Combobox-d8d28b1e.js +479 -0
- package/dist/Combobox.cjs +40 -0
- package/dist/Combobox.js +31 -0
- package/dist/ConfirmationModal-09ec5d02.js +100 -0
- package/dist/ConfirmationModal-64f82a31.js +94 -0
- package/dist/ConfirmationModal.cjs +31 -0
- package/dist/ConfirmationModal.js +23 -0
- package/dist/Content-60a3452a.js +24 -0
- package/dist/Content-c96e9299.js +18 -0
- package/dist/Content.cjs +12 -0
- package/dist/Content.js +4 -0
- package/dist/Countdown-961d8a6e.js +70 -0
- package/dist/Countdown-ac081ced.js +63 -0
- package/dist/Countdown.cjs +12 -0
- package/dist/Countdown.js +4 -0
- package/dist/DataDump-6fae2727.js +15 -0
- package/dist/DataDump-f427abfe.js +21 -0
- package/dist/DataDump.cjs +27 -0
- package/dist/DataDump.js +19 -0
- package/dist/DataList-18f2d692.js +1310 -0
- package/dist/DataList-4b0f9e5d.js +1320 -0
- package/dist/DataList.cjs +52 -0
- package/dist/DataList.js +44 -0
- package/dist/DataTable-0f6649e0.js +245 -0
- package/dist/DataTable-aab7f6b9.js +252 -0
- package/dist/DataTable.cjs +65 -0
- package/dist/DataTable.js +36 -0
- package/dist/DatePicker-5d0c0353.js +125 -0
- package/dist/DatePicker-c091c0d2.js +134 -0
- package/dist/DatePicker.cjs +20 -0
- package/dist/DatePicker.js +12 -0
- package/dist/DescriptionList-2cb975a9.js +15 -0
- package/dist/DescriptionList-74db99a5.js +21 -0
- package/dist/DescriptionList.cjs +13 -0
- package/dist/DescriptionList.js +5 -0
- package/dist/Disclosure-00a9459b.js +36 -0
- package/dist/Disclosure-56309ff3.js +42 -0
- package/dist/Disclosure.cjs +16 -0
- package/dist/Disclosure.js +8 -0
- package/dist/Divider-1e6ac1ec.js +27 -0
- package/dist/Divider-589745c1.js +20 -0
- package/dist/Divider.cjs +12 -0
- package/dist/Divider.js +4 -0
- package/dist/Drawer.cjs +21 -0
- package/dist/Drawer.js +12 -0
- package/dist/DrawerGrid-0861e529.js +33 -0
- package/dist/DrawerGrid-b233d837.js +41 -0
- package/dist/Emphasis-2a640962.js +13 -0
- package/dist/Emphasis-84de1f3f.js +19 -0
- package/dist/Emphasis.cjs +13 -0
- package/dist/Emphasis.js +5 -0
- package/dist/FeatureSwitch-ddaebf27.js +62 -0
- package/dist/FeatureSwitch-e33e30a9.js +55 -0
- package/dist/FeatureSwitch.cjs +26 -0
- package/dist/FeatureSwitch.js +18 -0
- package/dist/Flex-041db5c8.js +31 -0
- package/dist/Flex-ddf28839.js +38 -0
- package/dist/Flex.cjs +12 -0
- package/dist/Flex.js +4 -0
- package/dist/Form-6a161b07.js +48 -0
- package/dist/Form-927647ef.js +54 -0
- package/dist/Form.cjs +12 -0
- package/dist/Form.js +4 -0
- package/dist/FormField-f1f405d2.js +246 -0
- package/dist/FormField-fc30bb1a.js +253 -0
- package/dist/FormField.cjs +24 -0
- package/dist/FormField.js +16 -0
- package/dist/FormatDate-70ea5b43.js +34 -0
- package/dist/FormatDate-720b39cf.js +27 -0
- package/dist/FormatDate.cjs +11 -0
- package/dist/FormatDate.js +2 -0
- package/dist/FormatEmail-04ee4085.js +14 -0
- package/dist/FormatEmail-298393bb.js +21 -0
- package/dist/FormatEmail.cjs +12 -0
- package/dist/FormatEmail.js +4 -0
- package/dist/FormatFile-648aea3e.js +154 -0
- package/dist/FormatFile-d57b8dfa.js +162 -0
- package/dist/FormatFile.cjs +36 -0
- package/dist/FormatFile.js +28 -0
- package/dist/FormatRelativeDateTime-529dc36b.js +64 -0
- package/dist/FormatRelativeDateTime-6336002d.js +70 -0
- package/dist/FormatRelativeDateTime.cjs +10 -0
- package/dist/FormatRelativeDateTime.js +2 -0
- package/dist/FormatTime-20538519.js +34 -0
- package/dist/FormatTime-764fd3c8.js +28 -0
- package/dist/FormatTime.cjs +10 -0
- package/dist/FormatTime.js +2 -0
- package/dist/Gallery-7760f21f.js +66 -0
- package/dist/Gallery-8d4d79a2.js +73 -0
- package/dist/Gallery.cjs +39 -0
- package/dist/Gallery.js +31 -0
- package/dist/Glimmer-3fcdae65.js +77 -0
- package/dist/Glimmer-6bf75ae0.js +69 -0
- package/dist/Glimmer.cjs +15 -0
- package/dist/Glimmer.js +6 -0
- package/dist/Grid-c28e226d.js +66 -0
- package/dist/Grid-cce44c9d.js +74 -0
- package/dist/Grid.cjs +14 -0
- package/dist/Grid.js +5 -0
- package/dist/Heading-a8a24775.js +55 -0
- package/dist/Heading-dfd4f1cf.js +49 -0
- package/dist/Heading.cjs +14 -0
- package/dist/Heading.js +6 -0
- package/dist/Icon-22723fe6.js +34 -0
- package/dist/Icon-405a216c.js +40 -0
- package/dist/Icon.cjs +11 -0
- package/dist/Icon.js +3 -0
- package/dist/InlineLabel-20f9095e.js +21 -0
- package/dist/InlineLabel-5144fa06.js +28 -0
- package/dist/InlineLabel.cjs +13 -0
- package/dist/InlineLabel.js +5 -0
- package/dist/InputAvatar-3a10bdb1.js +50 -0
- package/dist/InputAvatar-95c98620.js +56 -0
- package/dist/InputAvatar.cjs +28 -0
- package/dist/InputAvatar.js +20 -0
- package/dist/InputDate-c258f5cb.js +32 -0
- package/dist/InputDate-c5f19423.js +39 -0
- package/dist/InputDate.cjs +29 -0
- package/dist/InputDate.js +21 -0
- package/dist/InputEmail-4efba03d.js +27 -0
- package/dist/InputEmail-812bdffe.js +20 -0
- package/dist/InputEmail.cjs +26 -0
- package/dist/InputEmail.js +17 -0
- package/dist/InputFile-921c050e.js +190 -0
- package/dist/InputFile-d089b486.js +181 -0
- package/dist/InputFile.cjs +25 -0
- package/dist/InputFile.js +16 -0
- package/dist/InputGroup-436859cf.js +26 -0
- package/dist/InputGroup-8d4fd4eb.js +33 -0
- package/dist/InputGroup.cjs +12 -0
- package/dist/InputGroup.js +4 -0
- package/dist/InputNumber-4bd38b8e.js +56 -0
- package/dist/InputNumber-df9cb825.js +62 -0
- package/dist/InputNumber.cjs +25 -0
- package/dist/InputNumber.js +17 -0
- package/dist/InputPassword-08d2dfa1.js +25 -0
- package/dist/InputPassword-6b937a91.js +19 -0
- package/dist/InputPassword.cjs +25 -0
- package/dist/InputPassword.js +17 -0
- package/dist/InputPhoneNumber-947bdb49.js +97 -0
- package/dist/InputPhoneNumber-cbb2ca7d.js +103 -0
- package/dist/InputPhoneNumber.cjs +25 -0
- package/dist/InputPhoneNumber.js +17 -0
- package/dist/InputText-125769fd.js +102 -0
- package/dist/InputText-2fd8f942.js +96 -0
- package/dist/InputText.cjs +26 -0
- package/dist/InputText.js +18 -0
- package/dist/InputTime-3c4bdff0.js +194 -0
- package/dist/InputTime-ef8af2d9.js +187 -0
- package/dist/InputTime.cjs +27 -0
- package/dist/InputTime.js +19 -0
- package/dist/InputValidation-4a61254d.js +29 -0
- package/dist/InputValidation-fe42fc3f.js +23 -0
- package/dist/InputValidation.cjs +17 -0
- package/dist/InputValidation.js +9 -0
- package/dist/LightBox-3d6e74ba.js +117 -0
- package/dist/LightBox-8cc72953.js +109 -0
- package/dist/LightBox.cjs +24 -0
- package/dist/LightBox.js +16 -0
- package/dist/Link-b41bc1d3.js +7 -0
- package/dist/Link-fd7301ec.js +13 -0
- package/dist/Link.cjs +10 -0
- package/dist/Link.js +2 -0
- package/dist/List-4fe52f57.js +77 -0
- package/dist/List-821f249d.js +87 -0
- package/dist/List.cjs +25 -0
- package/dist/List.js +16 -0
- package/dist/Markdown-36854bd5.js +62 -0
- package/dist/Markdown-7b84fcdb.js +55 -0
- package/dist/Markdown.cjs +19 -0
- package/dist/Markdown.js +11 -0
- package/dist/Menu-5ce3cf41.js +139 -0
- package/dist/Menu-fb0b2e9b.js +132 -0
- package/dist/Menu.cjs +21 -0
- package/dist/Menu.js +13 -0
- package/dist/Modal-cda55f02.js +71 -0
- package/dist/Modal-eeb52d66.js +63 -0
- package/dist/Modal.cjs +25 -0
- package/dist/Modal.js +17 -0
- package/dist/MultiSelect-0af9c956.js +169 -0
- package/dist/MultiSelect-707000e1.js +176 -0
- package/dist/MultiSelect.cjs +19 -0
- package/dist/MultiSelect.js +11 -0
- package/dist/Option-58d7cab6.js +12 -0
- package/dist/Option-73515eec.js +19 -0
- package/dist/Page-0b334096.js +59 -0
- package/dist/Page-fdb087db.js +66 -0
- package/dist/Page.cjs +30 -0
- package/dist/Page.js +22 -0
- package/dist/Popover-798f548e.js +47 -0
- package/dist/Popover-968c63b2.js +53 -0
- package/dist/Popover.cjs +20 -0
- package/dist/Popover.js +12 -0
- package/dist/ProgressBar-022ef3f6.js +36 -0
- package/dist/ProgressBar-4ee648b7.js +43 -0
- package/dist/ProgressBar.cjs +12 -0
- package/dist/ProgressBar.js +4 -0
- package/dist/RadioGroup-68edd1e3.js +46 -0
- package/dist/RadioGroup-a089f132.js +39 -0
- package/dist/RadioGroup.cjs +15 -0
- package/dist/RadioGroup.js +6 -0
- package/dist/RecurringSelect-2de4014c.js +208 -0
- package/dist/RecurringSelect-e391af31.js +214 -0
- package/dist/RecurringSelect.cjs +38 -0
- package/dist/RecurringSelect.js +22 -0
- package/dist/Select.cjs +26 -0
- package/dist/Select.js +17 -0
- package/dist/Spinner-3480bc34.js +24 -0
- package/dist/Spinner-90081e20.js +17 -0
- package/dist/Spinner.cjs +12 -0
- package/dist/Spinner.js +4 -0
- package/dist/StatusIndicator-0c680acb.js +18 -0
- package/dist/StatusIndicator-d6f9aefa.js +12 -0
- package/dist/StatusIndicator.cjs +11 -0
- package/dist/StatusIndicator.js +3 -0
- package/dist/StatusLabel-5bf96fdb.js +26 -0
- package/dist/StatusLabel-66214fc7.js +19 -0
- package/dist/StatusLabel.cjs +15 -0
- package/dist/StatusLabel.js +7 -0
- package/dist/Switch-6c6c727b.js +56 -0
- package/dist/Switch-87706cde.js +49 -0
- package/dist/Switch.cjs +13 -0
- package/dist/Switch.js +5 -0
- package/dist/Table.cjs +20 -0
- package/dist/Table.js +5 -0
- package/dist/Tabs-109f1f10.js +70 -0
- package/dist/Tabs-d6c8b965.js +78 -0
- package/dist/Tabs.cjs +14 -0
- package/dist/Tabs.js +5 -0
- package/dist/Text-714f7d14.js +31 -0
- package/dist/Text-c92ddeb3.js +25 -0
- package/dist/Text.cjs +13 -0
- package/dist/Text.js +5 -0
- package/dist/Toast.cjs +19 -0
- package/dist/Toast.js +11 -0
- package/dist/Tooltip-2e477150.js +112 -0
- package/dist/Tooltip-a40fffbd.js +104 -0
- package/dist/Tooltip.cjs +16 -0
- package/dist/Tooltip.js +8 -0
- package/dist/Typography-52ed1386.js +55 -0
- package/dist/Typography-fd88fcce.js +62 -0
- package/dist/Typography.cjs +12 -0
- package/dist/Typography.js +4 -0
- package/dist/getAtlantisConfig-0f3e8af2.js +13 -0
- package/dist/getAtlantisConfig-5b50057c.js +11 -0
- package/dist/index.cjs +224 -0
- package/dist/index.js +112 -0
- package/dist/showToast-63be1cf0.js +106 -0
- package/dist/showToast-ff666be8.js +100 -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/package.json +8 -368
- package/AnimatedPresence.d.ts +0 -1
- package/AnimatedPresence.js +0 -17
- package/AnimatedSwitcher.d.ts +0 -1
- package/AnimatedSwitcher.js +0 -17
- package/Autocomplete.d.ts +0 -1
- package/Autocomplete.js +0 -17
- package/Avatar.d.ts +0 -1
- package/Avatar.js +0 -17
- package/Banner.d.ts +0 -1
- package/Banner.js +0 -17
- package/Button.d.ts +0 -1
- package/Button.js +0 -17
- package/ButtonDismiss.d.ts +0 -1
- package/ButtonDismiss.js +0 -17
- package/Card.d.ts +0 -1
- package/Card.js +0 -17
- package/Checkbox.d.ts +0 -1
- package/Checkbox.js +0 -17
- package/Chip.d.ts +0 -1
- package/Chip.js +0 -17
- package/Chips.d.ts +0 -1
- package/Chips.js +0 -17
- package/Combobox.d.ts +0 -1
- package/Combobox.js +0 -17
- package/ConfirmationModal.d.ts +0 -1
- package/ConfirmationModal.js +0 -17
- package/Content.d.ts +0 -1
- package/Content.js +0 -17
- package/Countdown.d.ts +0 -1
- package/Countdown.js +0 -17
- package/DataDump.d.ts +0 -1
- package/DataDump.js +0 -17
- package/DataList.d.ts +0 -1
- package/DataList.js +0 -17
- package/DataTable.d.ts +0 -1
- package/DataTable.js +0 -17
- package/DatePicker.d.ts +0 -1
- package/DatePicker.js +0 -17
- package/DescriptionList.d.ts +0 -1
- package/DescriptionList.js +0 -17
- package/Disclosure.d.ts +0 -1
- package/Disclosure.js +0 -17
- package/Divider.d.ts +0 -1
- package/Divider.js +0 -17
- package/Drawer.d.ts +0 -1
- package/Drawer.js +0 -17
- package/Emphasis.d.ts +0 -1
- package/Emphasis.js +0 -17
- package/FeatureSwitch.d.ts +0 -1
- package/FeatureSwitch.js +0 -17
- package/Flex.d.ts +0 -1
- package/Flex.js +0 -17
- package/Form.d.ts +0 -1
- package/Form.js +0 -17
- package/FormField.d.ts +0 -1
- package/FormField.js +0 -17
- package/FormatDate.d.ts +0 -1
- package/FormatDate.js +0 -17
- package/FormatEmail.d.ts +0 -1
- package/FormatEmail.js +0 -17
- package/FormatFile.d.ts +0 -1
- package/FormatFile.js +0 -17
- package/FormatRelativeDateTime.d.ts +0 -1
- package/FormatRelativeDateTime.js +0 -17
- package/FormatTime.d.ts +0 -1
- package/FormatTime.js +0 -17
- package/Gallery.d.ts +0 -1
- package/Gallery.js +0 -17
- package/Glimmer.d.ts +0 -1
- package/Glimmer.js +0 -17
- package/Grid.d.ts +0 -1
- package/Grid.js +0 -17
- package/Heading.d.ts +0 -1
- package/Heading.js +0 -17
- package/Icon.d.ts +0 -1
- package/Icon.js +0 -17
- package/InlineLabel.d.ts +0 -1
- package/InlineLabel.js +0 -17
- package/InputAvatar.d.ts +0 -1
- package/InputAvatar.js +0 -17
- package/InputDate.d.ts +0 -1
- package/InputDate.js +0 -17
- package/InputEmail.d.ts +0 -1
- package/InputEmail.js +0 -17
- package/InputFile.d.ts +0 -1
- package/InputFile.js +0 -17
- package/InputGroup.d.ts +0 -1
- package/InputGroup.js +0 -17
- package/InputNumber.d.ts +0 -1
- package/InputNumber.js +0 -17
- package/InputPassword.d.ts +0 -1
- package/InputPassword.js +0 -17
- package/InputPhoneNumber.d.ts +0 -1
- package/InputPhoneNumber.js +0 -17
- package/InputText.d.ts +0 -1
- package/InputText.js +0 -17
- package/InputTime.d.ts +0 -1
- package/InputTime.js +0 -17
- package/InputValidation.d.ts +0 -1
- package/InputValidation.js +0 -17
- package/LightBox.d.ts +0 -1
- package/LightBox.js +0 -17
- package/Link.d.ts +0 -1
- package/Link.js +0 -17
- package/List.d.ts +0 -1
- package/List.js +0 -17
- package/Markdown.d.ts +0 -1
- package/Markdown.js +0 -17
- package/Menu.d.ts +0 -1
- package/Menu.js +0 -17
- package/Modal.d.ts +0 -1
- package/Modal.js +0 -17
- package/MultiSelect.d.ts +0 -1
- package/MultiSelect.js +0 -17
- package/Page.d.ts +0 -1
- package/Page.js +0 -17
- package/Popover.d.ts +0 -1
- package/Popover.js +0 -17
- package/ProgressBar.d.ts +0 -1
- package/ProgressBar.js +0 -17
- package/RadioGroup.d.ts +0 -1
- package/RadioGroup.js +0 -17
- package/RecurringSelect.d.ts +0 -1
- package/RecurringSelect.js +0 -17
- package/Select.d.ts +0 -1
- package/Select.js +0 -17
- package/Spinner.d.ts +0 -1
- package/Spinner.js +0 -17
- package/StatusIndicator.d.ts +0 -1
- package/StatusIndicator.js +0 -17
- package/StatusLabel.d.ts +0 -1
- package/StatusLabel.js +0 -17
- package/Switch.d.ts +0 -1
- package/Switch.js +0 -17
- package/Table.d.ts +0 -1
- package/Table.js +0 -17
- package/Tabs.d.ts +0 -1
- package/Tabs.js +0 -17
- package/Text.d.ts +0 -1
- package/Text.js +0 -17
- package/Toast.d.ts +0 -1
- package/Toast.js +0 -17
- package/Tooltip.d.ts +0 -1
- package/Tooltip.js +0 -17
- package/Typography.d.ts +0 -1
- package/Typography.js +0 -17
- package/dist/index.cjs.js +0 -6721
- package/dist/index.esm.js +0 -6603
- package/rollup.config.js +0 -75
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { F as FormField } from './FormField-f1f405d2.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-30154871.js';
|
|
9
|
+
import 'react-router-dom';
|
|
10
|
+
import './Icon-22723fe6.js';
|
|
11
|
+
import '@jobber/design';
|
|
12
|
+
import './Typography-52ed1386.js';
|
|
13
|
+
import './Text-c92ddeb3.js';
|
|
14
|
+
import './InputValidation-fe42fc3f.js';
|
|
15
|
+
import 'framer-motion';
|
|
16
|
+
import './Spinner-90081e20.js';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
|
|
5
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
6
|
+
|
|
7
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
8
|
+
|
|
9
|
+
function FormatDate({ date: inputDate, showYear = true, }) {
|
|
10
|
+
let dateObject;
|
|
11
|
+
if (inputDate instanceof Date) {
|
|
12
|
+
dateObject = inputDate;
|
|
13
|
+
}
|
|
14
|
+
else if (typeof inputDate === "string") {
|
|
15
|
+
dateObject = new Date(inputDate);
|
|
16
|
+
}
|
|
17
|
+
else {
|
|
18
|
+
dateObject = new Date(inputDate.year, inputDate.month - 1, inputDate.day);
|
|
19
|
+
}
|
|
20
|
+
return React__default["default"].createElement(React__default["default"].Fragment, null, strFormatDate(dateObject, showYear));
|
|
21
|
+
}
|
|
22
|
+
function strFormatDate(date, showYear = true) {
|
|
23
|
+
let formatOptions = {
|
|
24
|
+
month: "short",
|
|
25
|
+
day: "numeric",
|
|
26
|
+
};
|
|
27
|
+
if (showYear) {
|
|
28
|
+
formatOptions = Object.assign(Object.assign({}, formatOptions), { year: "numeric" });
|
|
29
|
+
}
|
|
30
|
+
return date.toLocaleDateString(undefined, formatOptions);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.FormatDate = FormatDate;
|
|
34
|
+
exports.strFormatDate = strFormatDate;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
function FormatDate({ date: inputDate, showYear = true, }) {
|
|
4
|
+
let dateObject;
|
|
5
|
+
if (inputDate instanceof Date) {
|
|
6
|
+
dateObject = inputDate;
|
|
7
|
+
}
|
|
8
|
+
else if (typeof inputDate === "string") {
|
|
9
|
+
dateObject = new Date(inputDate);
|
|
10
|
+
}
|
|
11
|
+
else {
|
|
12
|
+
dateObject = new Date(inputDate.year, inputDate.month - 1, inputDate.day);
|
|
13
|
+
}
|
|
14
|
+
return React.createElement(React.Fragment, null, strFormatDate(dateObject, showYear));
|
|
15
|
+
}
|
|
16
|
+
function strFormatDate(date, showYear = true) {
|
|
17
|
+
let formatOptions = {
|
|
18
|
+
month: "short",
|
|
19
|
+
day: "numeric",
|
|
20
|
+
};
|
|
21
|
+
if (showYear) {
|
|
22
|
+
formatOptions = Object.assign(Object.assign({}, formatOptions), { year: "numeric" });
|
|
23
|
+
}
|
|
24
|
+
return date.toLocaleDateString(undefined, formatOptions);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { FormatDate as F, strFormatDate as s };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var FormatDate = require('./FormatDate-70ea5b43.js');
|
|
6
|
+
require('react');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.FormatDate = FormatDate.FormatDate;
|
|
11
|
+
exports.strFormatDate = FormatDate.strFormatDate;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
4
|
+
|
|
5
|
+
var css_248z = ".Cr7OFSgq9WA- {\n font-style: normal;\n}\n";
|
|
6
|
+
var styles = {"email":"Cr7OFSgq9WA-"};
|
|
7
|
+
styleInject(css_248z);
|
|
8
|
+
|
|
9
|
+
function FormatEmail({ email }) {
|
|
10
|
+
const className = classnames(styles.email);
|
|
11
|
+
return React.createElement("address", { className: className }, email);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { FormatEmail as F };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var classnames = require('classnames');
|
|
5
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
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
|
+
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
11
|
+
|
|
12
|
+
var css_248z = ".Cr7OFSgq9WA- {\n font-style: normal;\n}\n";
|
|
13
|
+
var styles = {"email":"Cr7OFSgq9WA-"};
|
|
14
|
+
styleInject_es.styleInject(css_248z);
|
|
15
|
+
|
|
16
|
+
function FormatEmail({ email }) {
|
|
17
|
+
const className = classnames__default["default"](styles.email);
|
|
18
|
+
return React__default["default"].createElement("address", { className: className }, email);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
exports.FormatEmail = FormatEmail;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var FormatEmail = require('./FormatEmail-298393bb.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('classnames');
|
|
8
|
+
require('./style-inject.es-9d2f5f4e.js');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
exports.FormatEmail = FormatEmail.FormatEmail;
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import React, { useState } from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import getHumanReadableFileSize from 'filesize';
|
|
4
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
5
|
+
import { B as Button } from './Button-30154871.js';
|
|
6
|
+
import { C as ConfirmationModal } from './ConfirmationModal-64f82a31.js';
|
|
7
|
+
import { G as Glimmer } from './Glimmer-6bf75ae0.js';
|
|
8
|
+
import { I as Icon } from './Icon-22723fe6.js';
|
|
9
|
+
import { T as Typography } from './Typography-52ed1386.js';
|
|
10
|
+
import { T as Text } from './Text-c92ddeb3.js';
|
|
11
|
+
import { P as ProgressBar } from './ProgressBar-022ef3f6.js';
|
|
12
|
+
|
|
13
|
+
var css_248z$2 = ":root {\n --file-card--height: calc(var(--space-base) * 3.5);\n --file-card--background-color: var(--color-white);\n --file-card--header-background-color: var(--color-greyBlue--lighter);\n --file-card--content-background-color: var(--color-white);\n --file-card--border-color: var(--color-border);\n --file-card--accent-color: var(--color-grey);\n --file-card--base-padding: var(--space-small);\n}\n\n.cx4iQqlNNvc- {\n display: grid;\n grid-template-columns: auto -webkit-max-content;\n grid-template-columns: auto max-content;\n gap: var(--space-small);\n grid-gap: var(--space-small);\n grid-gap: var(--file-card--base-padding);\n gap: var(--file-card--base-padding);\n -ms-flex-align: center;\n align-items: center;\n padding-right: var(--space-small);\n border: var(--border-base) solid var(--color-border);\n border: var(--border-base) solid var(--file-card--border-color);\n border-radius: var(--radius-base);\n background-color: var(--color-white);\n background-color: var(--file-card--background-color);\n}\n\n.nSaog7-7Jn0-,\n.cx4iQqlNNvc- {\n position: relative;\n}\n\n._9jVt97W52JY- {\n display: grid;\n grid-template-columns: -webkit-max-content auto;\n grid-template-columns: max-content auto;\n gap: var(--space-small);\n grid-gap: var(--space-small);\n grid-gap: var(--file-card--base-padding);\n gap: var(--file-card--base-padding);\n -ms-flex-align: center;\n align-items: center;\n padding: 0;\n border: none;\n text-align: left;\n background-color: var(--color-transparent);\n}\n\n.z-kUGMs0Yfg- {\n width: 168px;\n height: 168px;\n}\n\n.x1Ql0enaIxY- {\n width: 56px;\n height: 56px;\n}\n\n.il9-MCeoBts- {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n box-sizing: border-box;\n padding: 0;\n overflow: hidden;\n background-color: var(--color-surface--background);\n -ms-flex-negative: 0;\n flex-shrink: 0;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n\n.cx4iQqlNNvc- ._9jVt97W52JY- {\n outline: none;\n}\n\n.nSaog7-7Jn0- ._9jVt97W52JY-:focus {\n box-shadow: var(--shadow-focus);\n outline: none;\n}\n\n.nSaog7-7Jn0- .il9-MCeoBts- {\n border: var(--border-base) solid var(--color-border);\n border-radius: var(--radius-base);\n}\n\n.cx4iQqlNNvc- ._9jVt97W52JY-:focus::after {\n content: \"\";\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n box-shadow: var(--shadow-focus);\n}\n\n.cx4iQqlNNvc- .il9-MCeoBts- {\n border-right: none;\n border-bottom-left-radius: var(--radius-base);\n border-top-left-radius: var(--radius-base);\n}\n\n.O9EG-xJYVco- {\n cursor: pointer;\n}\n\n.QmrRp5CTpGU- .il9-MCeoBts-::after,\n.N5qVYfi1Pgo- {\n content: \"\";\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: var(--color-overlay);\n opacity: 0;\n transition: all var(--timing-base);\n}\n\n.QmrRp5CTpGU-:hover .il9-MCeoBts-::after,\n.QmrRp5CTpGU-:focus .il9-MCeoBts-::after,\n.N5qVYfi1Pgo- {\n opacity: 1;\n}\n\n.N5qVYfi1Pgo- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n box-sizing: border-box;\n padding: var(--space-small);\n padding: var(--file-card--base-padding);\n}\n\n.TyXXZnJuVwo- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n min-width: 0;\n}\n\n.TyXXZnJuVwo- p {\n margin: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.nSaog7-7Jn0- ._7wDO6nPXy-g- {\n position: absolute;\n top: var(--space-smaller);\n right: var(--space-smaller);\n}\n\n.sgUJuNv0rUE- ~ ._7wDO6nPXy-g- {\n visibility: hidden;\n}\n\n._7wDO6nPXy-g-:focus-within,\n._7wDO6nPXy-g-:hover,\n.sgUJuNv0rUE-:hover ~ ._7wDO6nPXy-g-,\n.sgUJuNv0rUE-:focus ~ ._7wDO6nPXy-g- {\n visibility: visible;\n}\n";
|
|
14
|
+
var styles$2 = {"expanded":"cx4iQqlNNvc-","compact":"nSaog7-7Jn0-","wrapper":"_9jVt97W52JY-","large":"z-kUGMs0Yfg-","base":"x1Ql0enaIxY-","thumbnail":"il9-MCeoBts-","clickable":"O9EG-xJYVco-","hoverable":"QmrRp5CTpGU-","progress":"N5qVYfi1Pgo-","contentBlock":"TyXXZnJuVwo-","deleteButton":"_7wDO6nPXy-g-","deleteable":"sgUJuNv0rUE-"};
|
|
15
|
+
styleInject(css_248z$2);
|
|
16
|
+
|
|
17
|
+
function FormatFileDeleteButton({ size, onDelete }) {
|
|
18
|
+
const buttonSize = size === "base" ? "small" : "base";
|
|
19
|
+
const [deleteConfirmationOpen, setDeleteConfirmationOpen] = useState(false);
|
|
20
|
+
return (React.createElement(React.Fragment, null,
|
|
21
|
+
React.createElement(Button, { onClick: () => setDeleteConfirmationOpen(true), variation: "destructive", type: "tertiary", icon: "trash", ariaLabel: "Delete File", size: buttonSize }),
|
|
22
|
+
React.createElement(ConfirmationModal, { title: "Confirm Deletion", message: `Are you sure you want to delete this file?`, confirmLabel: "Delete", variation: "destructive", open: deleteConfirmationOpen, onConfirm: () => onDelete === null || onDelete === void 0 ? void 0 : onDelete(), onRequestClose: () => setDeleteConfirmationOpen(false) })));
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
var css_248z$1 = ".M9Y7sOk6lTc- {\n display: grid;\n grid-template-columns: auto;\n grid-template-rows: auto -webkit-max-content;\n grid-template-rows: auto max-content;\n width: inherit;\n height: inherit;\n -ms-flex-align: center;\n align-items: center;\n justify-items: center;\n}\n\n.E4wclxY71oM-:not(.yReSfaruAh0-) {\n -ms-flex-align: end;\n align-items: end;\n}\n\n.YXN92rsh2eU- {\n width: 100%;\n min-width: 0;\n box-sizing: border-box;\n}\n\n.psaqxO2Lu7E- .YXN92rsh2eU- {\n padding: var(--space-smaller);\n font-size: var(--typography--fontSize-smaller);\n}\n\n.yReSfaruAh0- .YXN92rsh2eU- {\n position: absolute;\n bottom: 0;\n left: 0;\n padding: var(--space-small);\n font-size: var(--typography--fontSize-small);\n}\n";
|
|
26
|
+
var styles$1 = {"content":"M9Y7sOk6lTc-","hasName":"E4wclxY71oM-","large":"yReSfaruAh0-","fileName":"YXN92rsh2eU-","base":"psaqxO2Lu7E-"};
|
|
27
|
+
styleInject(css_248z$1);
|
|
28
|
+
|
|
29
|
+
var css_248z = "._62D0xyydQwo- {\n width: 100%;\n height: 100%;\n -o-object-fit: cover;\n object-fit: cover;\n -webkit-animation: _5GIEBejwNJc- 200ms ease;\n animation: _5GIEBejwNJc- 200ms ease;\n}\n\n.a5EQqLlJmCk- {\n display: none;\n}\n\n@-webkit-keyframes _5GIEBejwNJc- {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n@keyframes _5GIEBejwNJc- {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n";
|
|
30
|
+
var styles = {"image":"_62D0xyydQwo-","fadeIn":"_5GIEBejwNJc-","hidden":"a5EQqLlJmCk-"};
|
|
31
|
+
styleInject(css_248z);
|
|
32
|
+
|
|
33
|
+
function InternalThumbnailImage({ file }) {
|
|
34
|
+
const { name, src } = file;
|
|
35
|
+
const [imageSource, setImageSource] = useState();
|
|
36
|
+
const [imageLoaded, setImageLoaded] = useState(false);
|
|
37
|
+
if (!imageSource) {
|
|
38
|
+
src().then(url => setImageSource(url));
|
|
39
|
+
}
|
|
40
|
+
return (React.createElement(React.Fragment, null,
|
|
41
|
+
!imageLoaded && React.createElement(Glimmer, { size: "auto" }),
|
|
42
|
+
React.createElement("img", { src: imageSource, onLoad: handleImageLoad, alt: name, "data-testid": "internalThumbnailImage", className: classnames(styles.image, { [styles.hidden]: !imageLoaded }) })));
|
|
43
|
+
function handleImageLoad() {
|
|
44
|
+
setImageLoaded(true);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
// This function comes from MDN: https://developer.mozilla.org/en-US/docs/Web/API/Window/navigator
|
|
49
|
+
function getClientBrowser(userAgent) {
|
|
50
|
+
// The order matters here, and this may report false positives for unlisted browsers.
|
|
51
|
+
if (userAgent.includes("Firefox")) {
|
|
52
|
+
// "Mozilla/5.0 (X11; Linux i686; rv:104.0) Gecko/20100101 Firefox/104.0"
|
|
53
|
+
return "Mozilla Firefox";
|
|
54
|
+
}
|
|
55
|
+
else if (userAgent.includes("SamsungBrowser")) {
|
|
56
|
+
// "Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G955F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36"
|
|
57
|
+
return "Samsung Internet";
|
|
58
|
+
}
|
|
59
|
+
else if (userAgent.includes("Opera") || userAgent.includes("OPR")) {
|
|
60
|
+
// "Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36 OPR/90.0.4480.54"
|
|
61
|
+
return "Opera";
|
|
62
|
+
}
|
|
63
|
+
else if (userAgent.includes("Edge")) {
|
|
64
|
+
// "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299"
|
|
65
|
+
return "Microsoft Edge (Legacy)";
|
|
66
|
+
}
|
|
67
|
+
else if (userAgent.includes("Edg")) {
|
|
68
|
+
// "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36 Edg/104.0.1293.70"
|
|
69
|
+
return "Microsoft Edge (Chromium)";
|
|
70
|
+
}
|
|
71
|
+
else if (userAgent.includes("Chrome")) {
|
|
72
|
+
// "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
|
|
73
|
+
return "Google Chrome or Chromium";
|
|
74
|
+
}
|
|
75
|
+
else if (userAgent.includes("Safari")) {
|
|
76
|
+
// "Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1"
|
|
77
|
+
return "Apple Safari";
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
return "unknown";
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
function isSafari(userAgent) {
|
|
84
|
+
return getClientBrowser(userAgent) === "Apple Safari";
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
function InternalThumbnail({ compact = false, size, file, }) {
|
|
88
|
+
const { name, type } = file;
|
|
89
|
+
const iconName = getIconNameFromType(type);
|
|
90
|
+
const hasName = Boolean(name) && compact;
|
|
91
|
+
const nonHeicImage = !type.startsWith("image/heic");
|
|
92
|
+
const userAgent = typeof document === "undefined" ? "" : window.navigator.userAgent;
|
|
93
|
+
if (type.startsWith("image/") && (nonHeicImage || isSafari(userAgent))) {
|
|
94
|
+
return React.createElement(InternalThumbnailImage, { file: file });
|
|
95
|
+
}
|
|
96
|
+
return (React.createElement("div", { className: classnames(styles$1.content, styles$1[size], {
|
|
97
|
+
[styles$1.hasName]: hasName,
|
|
98
|
+
}) },
|
|
99
|
+
React.createElement(Icon, { name: iconName, color: "greyBlue", size: size }),
|
|
100
|
+
hasName && (React.createElement("div", { className: styles$1.fileName },
|
|
101
|
+
React.createElement(Typography, { element: "span", textColor: "text", numberOfLines: 1 }, name)))));
|
|
102
|
+
}
|
|
103
|
+
function getIconNameFromType(mimeType) {
|
|
104
|
+
if (mimeType.startsWith("image/"))
|
|
105
|
+
return "image";
|
|
106
|
+
if (mimeType.startsWith("video/"))
|
|
107
|
+
return "video";
|
|
108
|
+
switch (mimeType) {
|
|
109
|
+
case "application/pdf":
|
|
110
|
+
return "pdf";
|
|
111
|
+
case "application/vnd.ms-excel":
|
|
112
|
+
return "excel";
|
|
113
|
+
default:
|
|
114
|
+
return "file";
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
function FormatFile({ file, display = "expanded", displaySize = "base", onDelete, onClick, }) {
|
|
119
|
+
const isComplete = file.progress >= 1;
|
|
120
|
+
const fileSize = getHumanReadableFileSize(file.size);
|
|
121
|
+
const wrapperClassNames = classnames(styles$2[display], {
|
|
122
|
+
[styles$2[displaySize]]: display === "compact",
|
|
123
|
+
});
|
|
124
|
+
const DetailsContainer = isComplete && onClick ? "button" : "div";
|
|
125
|
+
const detailsClassNames = classnames(styles$2.wrapper, {
|
|
126
|
+
[styles$2[displaySize]]: display === "compact",
|
|
127
|
+
[styles$2.hoverable]: isHoverable({ display, isComplete, onClick, onDelete }),
|
|
128
|
+
[styles$2.clickable]: onClick,
|
|
129
|
+
[styles$2.deleteable]: display === "compact",
|
|
130
|
+
});
|
|
131
|
+
const thumbnailContainerClassNames = classnames(styles$2.thumbnail, styles$2[displaySize]);
|
|
132
|
+
return (React.createElement("div", { className: wrapperClassNames },
|
|
133
|
+
React.createElement(DetailsContainer, { type: "button", className: detailsClassNames, onClick: isComplete ? onClick : undefined, tabIndex: 0, "aria-busy": !isComplete },
|
|
134
|
+
React.createElement("div", { className: thumbnailContainerClassNames },
|
|
135
|
+
React.createElement(InternalThumbnail, { key: file.key, compact: display === "compact", file: file, size: displaySize }),
|
|
136
|
+
!isComplete && (React.createElement("div", { className: styles$2.progress },
|
|
137
|
+
React.createElement(ProgressBar, { size: "small", currentStep: file.progress * 100, totalSteps: 100 })))),
|
|
138
|
+
display === "expanded" && (React.createElement("div", { className: styles$2.contentBlock },
|
|
139
|
+
React.createElement(Text, { size: "base" }, file.name),
|
|
140
|
+
React.createElement(Text, { size: "small" }, fileSize)))),
|
|
141
|
+
isComplete && onDelete && (React.createElement("div", { className: styles$2.deleteButton },
|
|
142
|
+
React.createElement(FormatFileDeleteButton, { size: display === "expanded" ? "large" : displaySize, onDelete: onDelete })))));
|
|
143
|
+
}
|
|
144
|
+
function isHoverable({ display, isComplete, onClick, onDelete, }) {
|
|
145
|
+
if (display === "compact") {
|
|
146
|
+
return Boolean(isComplete && (onClick || onDelete));
|
|
147
|
+
}
|
|
148
|
+
else if (display === "expanded") {
|
|
149
|
+
return Boolean(isComplete && onClick);
|
|
150
|
+
}
|
|
151
|
+
return false;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export { FormatFile as F };
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var classnames = require('classnames');
|
|
5
|
+
var getHumanReadableFileSize = require('filesize');
|
|
6
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
7
|
+
var Button = require('./Button-ec64869e.js');
|
|
8
|
+
var ConfirmationModal = require('./ConfirmationModal-09ec5d02.js');
|
|
9
|
+
var Glimmer = require('./Glimmer-3fcdae65.js');
|
|
10
|
+
var Icon = require('./Icon-405a216c.js');
|
|
11
|
+
var Typography = require('./Typography-fd88fcce.js');
|
|
12
|
+
var Text = require('./Text-714f7d14.js');
|
|
13
|
+
var ProgressBar = require('./ProgressBar-4ee648b7.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
|
+
var getHumanReadableFileSize__default = /*#__PURE__*/_interopDefaultLegacy(getHumanReadableFileSize);
|
|
20
|
+
|
|
21
|
+
var css_248z$2 = ":root {\n --file-card--height: calc(var(--space-base) * 3.5);\n --file-card--background-color: var(--color-white);\n --file-card--header-background-color: var(--color-greyBlue--lighter);\n --file-card--content-background-color: var(--color-white);\n --file-card--border-color: var(--color-border);\n --file-card--accent-color: var(--color-grey);\n --file-card--base-padding: var(--space-small);\n}\n\n.cx4iQqlNNvc- {\n display: grid;\n grid-template-columns: auto -webkit-max-content;\n grid-template-columns: auto max-content;\n gap: var(--space-small);\n grid-gap: var(--space-small);\n grid-gap: var(--file-card--base-padding);\n gap: var(--file-card--base-padding);\n -ms-flex-align: center;\n align-items: center;\n padding-right: var(--space-small);\n border: var(--border-base) solid var(--color-border);\n border: var(--border-base) solid var(--file-card--border-color);\n border-radius: var(--radius-base);\n background-color: var(--color-white);\n background-color: var(--file-card--background-color);\n}\n\n.nSaog7-7Jn0-,\n.cx4iQqlNNvc- {\n position: relative;\n}\n\n._9jVt97W52JY- {\n display: grid;\n grid-template-columns: -webkit-max-content auto;\n grid-template-columns: max-content auto;\n gap: var(--space-small);\n grid-gap: var(--space-small);\n grid-gap: var(--file-card--base-padding);\n gap: var(--file-card--base-padding);\n -ms-flex-align: center;\n align-items: center;\n padding: 0;\n border: none;\n text-align: left;\n background-color: var(--color-transparent);\n}\n\n.z-kUGMs0Yfg- {\n width: 168px;\n height: 168px;\n}\n\n.x1Ql0enaIxY- {\n width: 56px;\n height: 56px;\n}\n\n.il9-MCeoBts- {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n box-sizing: border-box;\n padding: 0;\n overflow: hidden;\n background-color: var(--color-surface--background);\n -ms-flex-negative: 0;\n flex-shrink: 0;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n\n.cx4iQqlNNvc- ._9jVt97W52JY- {\n outline: none;\n}\n\n.nSaog7-7Jn0- ._9jVt97W52JY-:focus {\n box-shadow: var(--shadow-focus);\n outline: none;\n}\n\n.nSaog7-7Jn0- .il9-MCeoBts- {\n border: var(--border-base) solid var(--color-border);\n border-radius: var(--radius-base);\n}\n\n.cx4iQqlNNvc- ._9jVt97W52JY-:focus::after {\n content: \"\";\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n box-shadow: var(--shadow-focus);\n}\n\n.cx4iQqlNNvc- .il9-MCeoBts- {\n border-right: none;\n border-bottom-left-radius: var(--radius-base);\n border-top-left-radius: var(--radius-base);\n}\n\n.O9EG-xJYVco- {\n cursor: pointer;\n}\n\n.QmrRp5CTpGU- .il9-MCeoBts-::after,\n.N5qVYfi1Pgo- {\n content: \"\";\n display: block;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: var(--color-overlay);\n opacity: 0;\n transition: all var(--timing-base);\n}\n\n.QmrRp5CTpGU-:hover .il9-MCeoBts-::after,\n.QmrRp5CTpGU-:focus .il9-MCeoBts-::after,\n.N5qVYfi1Pgo- {\n opacity: 1;\n}\n\n.N5qVYfi1Pgo- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n box-sizing: border-box;\n padding: var(--space-small);\n padding: var(--file-card--base-padding);\n}\n\n.TyXXZnJuVwo- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-direction: column;\n flex-direction: column;\n min-width: 0;\n}\n\n.TyXXZnJuVwo- p {\n margin: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.nSaog7-7Jn0- ._7wDO6nPXy-g- {\n position: absolute;\n top: var(--space-smaller);\n right: var(--space-smaller);\n}\n\n.sgUJuNv0rUE- ~ ._7wDO6nPXy-g- {\n visibility: hidden;\n}\n\n._7wDO6nPXy-g-:focus-within,\n._7wDO6nPXy-g-:hover,\n.sgUJuNv0rUE-:hover ~ ._7wDO6nPXy-g-,\n.sgUJuNv0rUE-:focus ~ ._7wDO6nPXy-g- {\n visibility: visible;\n}\n";
|
|
22
|
+
var styles$2 = {"expanded":"cx4iQqlNNvc-","compact":"nSaog7-7Jn0-","wrapper":"_9jVt97W52JY-","large":"z-kUGMs0Yfg-","base":"x1Ql0enaIxY-","thumbnail":"il9-MCeoBts-","clickable":"O9EG-xJYVco-","hoverable":"QmrRp5CTpGU-","progress":"N5qVYfi1Pgo-","contentBlock":"TyXXZnJuVwo-","deleteButton":"_7wDO6nPXy-g-","deleteable":"sgUJuNv0rUE-"};
|
|
23
|
+
styleInject_es.styleInject(css_248z$2);
|
|
24
|
+
|
|
25
|
+
function FormatFileDeleteButton({ size, onDelete }) {
|
|
26
|
+
const buttonSize = size === "base" ? "small" : "base";
|
|
27
|
+
const [deleteConfirmationOpen, setDeleteConfirmationOpen] = React.useState(false);
|
|
28
|
+
return (React__default["default"].createElement(React__default["default"].Fragment, null,
|
|
29
|
+
React__default["default"].createElement(Button.Button, { onClick: () => setDeleteConfirmationOpen(true), variation: "destructive", type: "tertiary", icon: "trash", ariaLabel: "Delete File", size: buttonSize }),
|
|
30
|
+
React__default["default"].createElement(ConfirmationModal.ConfirmationModal, { title: "Confirm Deletion", message: `Are you sure you want to delete this file?`, confirmLabel: "Delete", variation: "destructive", open: deleteConfirmationOpen, onConfirm: () => onDelete === null || onDelete === void 0 ? void 0 : onDelete(), onRequestClose: () => setDeleteConfirmationOpen(false) })));
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
var css_248z$1 = ".M9Y7sOk6lTc- {\n display: grid;\n grid-template-columns: auto;\n grid-template-rows: auto -webkit-max-content;\n grid-template-rows: auto max-content;\n width: inherit;\n height: inherit;\n -ms-flex-align: center;\n align-items: center;\n justify-items: center;\n}\n\n.E4wclxY71oM-:not(.yReSfaruAh0-) {\n -ms-flex-align: end;\n align-items: end;\n}\n\n.YXN92rsh2eU- {\n width: 100%;\n min-width: 0;\n box-sizing: border-box;\n}\n\n.psaqxO2Lu7E- .YXN92rsh2eU- {\n padding: var(--space-smaller);\n font-size: var(--typography--fontSize-smaller);\n}\n\n.yReSfaruAh0- .YXN92rsh2eU- {\n position: absolute;\n bottom: 0;\n left: 0;\n padding: var(--space-small);\n font-size: var(--typography--fontSize-small);\n}\n";
|
|
34
|
+
var styles$1 = {"content":"M9Y7sOk6lTc-","hasName":"E4wclxY71oM-","large":"yReSfaruAh0-","fileName":"YXN92rsh2eU-","base":"psaqxO2Lu7E-"};
|
|
35
|
+
styleInject_es.styleInject(css_248z$1);
|
|
36
|
+
|
|
37
|
+
var css_248z = "._62D0xyydQwo- {\n width: 100%;\n height: 100%;\n -o-object-fit: cover;\n object-fit: cover;\n -webkit-animation: _5GIEBejwNJc- 200ms ease;\n animation: _5GIEBejwNJc- 200ms ease;\n}\n\n.a5EQqLlJmCk- {\n display: none;\n}\n\n@-webkit-keyframes _5GIEBejwNJc- {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n\n@keyframes _5GIEBejwNJc- {\n from {\n opacity: 0;\n }\n\n to {\n opacity: 1;\n }\n}\n";
|
|
38
|
+
var styles = {"image":"_62D0xyydQwo-","fadeIn":"_5GIEBejwNJc-","hidden":"a5EQqLlJmCk-"};
|
|
39
|
+
styleInject_es.styleInject(css_248z);
|
|
40
|
+
|
|
41
|
+
function InternalThumbnailImage({ file }) {
|
|
42
|
+
const { name, src } = file;
|
|
43
|
+
const [imageSource, setImageSource] = React.useState();
|
|
44
|
+
const [imageLoaded, setImageLoaded] = React.useState(false);
|
|
45
|
+
if (!imageSource) {
|
|
46
|
+
src().then(url => setImageSource(url));
|
|
47
|
+
}
|
|
48
|
+
return (React__default["default"].createElement(React__default["default"].Fragment, null,
|
|
49
|
+
!imageLoaded && React__default["default"].createElement(Glimmer.Glimmer, { size: "auto" }),
|
|
50
|
+
React__default["default"].createElement("img", { src: imageSource, onLoad: handleImageLoad, alt: name, "data-testid": "internalThumbnailImage", className: classnames__default["default"](styles.image, { [styles.hidden]: !imageLoaded }) })));
|
|
51
|
+
function handleImageLoad() {
|
|
52
|
+
setImageLoaded(true);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// This function comes from MDN: https://developer.mozilla.org/en-US/docs/Web/API/Window/navigator
|
|
57
|
+
function getClientBrowser(userAgent) {
|
|
58
|
+
// The order matters here, and this may report false positives for unlisted browsers.
|
|
59
|
+
if (userAgent.includes("Firefox")) {
|
|
60
|
+
// "Mozilla/5.0 (X11; Linux i686; rv:104.0) Gecko/20100101 Firefox/104.0"
|
|
61
|
+
return "Mozilla Firefox";
|
|
62
|
+
}
|
|
63
|
+
else if (userAgent.includes("SamsungBrowser")) {
|
|
64
|
+
// "Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G955F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36"
|
|
65
|
+
return "Samsung Internet";
|
|
66
|
+
}
|
|
67
|
+
else if (userAgent.includes("Opera") || userAgent.includes("OPR")) {
|
|
68
|
+
// "Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36 OPR/90.0.4480.54"
|
|
69
|
+
return "Opera";
|
|
70
|
+
}
|
|
71
|
+
else if (userAgent.includes("Edge")) {
|
|
72
|
+
// "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299"
|
|
73
|
+
return "Microsoft Edge (Legacy)";
|
|
74
|
+
}
|
|
75
|
+
else if (userAgent.includes("Edg")) {
|
|
76
|
+
// "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36 Edg/104.0.1293.70"
|
|
77
|
+
return "Microsoft Edge (Chromium)";
|
|
78
|
+
}
|
|
79
|
+
else if (userAgent.includes("Chrome")) {
|
|
80
|
+
// "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36"
|
|
81
|
+
return "Google Chrome or Chromium";
|
|
82
|
+
}
|
|
83
|
+
else if (userAgent.includes("Safari")) {
|
|
84
|
+
// "Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1"
|
|
85
|
+
return "Apple Safari";
|
|
86
|
+
}
|
|
87
|
+
else {
|
|
88
|
+
return "unknown";
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
function isSafari(userAgent) {
|
|
92
|
+
return getClientBrowser(userAgent) === "Apple Safari";
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
function InternalThumbnail({ compact = false, size, file, }) {
|
|
96
|
+
const { name, type } = file;
|
|
97
|
+
const iconName = getIconNameFromType(type);
|
|
98
|
+
const hasName = Boolean(name) && compact;
|
|
99
|
+
const nonHeicImage = !type.startsWith("image/heic");
|
|
100
|
+
const userAgent = typeof document === "undefined" ? "" : window.navigator.userAgent;
|
|
101
|
+
if (type.startsWith("image/") && (nonHeicImage || isSafari(userAgent))) {
|
|
102
|
+
return React__default["default"].createElement(InternalThumbnailImage, { file: file });
|
|
103
|
+
}
|
|
104
|
+
return (React__default["default"].createElement("div", { className: classnames__default["default"](styles$1.content, styles$1[size], {
|
|
105
|
+
[styles$1.hasName]: hasName,
|
|
106
|
+
}) },
|
|
107
|
+
React__default["default"].createElement(Icon.Icon, { name: iconName, color: "greyBlue", size: size }),
|
|
108
|
+
hasName && (React__default["default"].createElement("div", { className: styles$1.fileName },
|
|
109
|
+
React__default["default"].createElement(Typography.Typography, { element: "span", textColor: "text", numberOfLines: 1 }, name)))));
|
|
110
|
+
}
|
|
111
|
+
function getIconNameFromType(mimeType) {
|
|
112
|
+
if (mimeType.startsWith("image/"))
|
|
113
|
+
return "image";
|
|
114
|
+
if (mimeType.startsWith("video/"))
|
|
115
|
+
return "video";
|
|
116
|
+
switch (mimeType) {
|
|
117
|
+
case "application/pdf":
|
|
118
|
+
return "pdf";
|
|
119
|
+
case "application/vnd.ms-excel":
|
|
120
|
+
return "excel";
|
|
121
|
+
default:
|
|
122
|
+
return "file";
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
function FormatFile({ file, display = "expanded", displaySize = "base", onDelete, onClick, }) {
|
|
127
|
+
const isComplete = file.progress >= 1;
|
|
128
|
+
const fileSize = getHumanReadableFileSize__default["default"](file.size);
|
|
129
|
+
const wrapperClassNames = classnames__default["default"](styles$2[display], {
|
|
130
|
+
[styles$2[displaySize]]: display === "compact",
|
|
131
|
+
});
|
|
132
|
+
const DetailsContainer = isComplete && onClick ? "button" : "div";
|
|
133
|
+
const detailsClassNames = classnames__default["default"](styles$2.wrapper, {
|
|
134
|
+
[styles$2[displaySize]]: display === "compact",
|
|
135
|
+
[styles$2.hoverable]: isHoverable({ display, isComplete, onClick, onDelete }),
|
|
136
|
+
[styles$2.clickable]: onClick,
|
|
137
|
+
[styles$2.deleteable]: display === "compact",
|
|
138
|
+
});
|
|
139
|
+
const thumbnailContainerClassNames = classnames__default["default"](styles$2.thumbnail, styles$2[displaySize]);
|
|
140
|
+
return (React__default["default"].createElement("div", { className: wrapperClassNames },
|
|
141
|
+
React__default["default"].createElement(DetailsContainer, { type: "button", className: detailsClassNames, onClick: isComplete ? onClick : undefined, tabIndex: 0, "aria-busy": !isComplete },
|
|
142
|
+
React__default["default"].createElement("div", { className: thumbnailContainerClassNames },
|
|
143
|
+
React__default["default"].createElement(InternalThumbnail, { key: file.key, compact: display === "compact", file: file, size: displaySize }),
|
|
144
|
+
!isComplete && (React__default["default"].createElement("div", { className: styles$2.progress },
|
|
145
|
+
React__default["default"].createElement(ProgressBar.ProgressBar, { size: "small", currentStep: file.progress * 100, totalSteps: 100 })))),
|
|
146
|
+
display === "expanded" && (React__default["default"].createElement("div", { className: styles$2.contentBlock },
|
|
147
|
+
React__default["default"].createElement(Text.Text, { size: "base" }, file.name),
|
|
148
|
+
React__default["default"].createElement(Text.Text, { size: "small" }, fileSize)))),
|
|
149
|
+
isComplete && onDelete && (React__default["default"].createElement("div", { className: styles$2.deleteButton },
|
|
150
|
+
React__default["default"].createElement(FormatFileDeleteButton, { size: display === "expanded" ? "large" : displaySize, onDelete: onDelete })))));
|
|
151
|
+
}
|
|
152
|
+
function isHoverable({ display, isComplete, onClick, onDelete, }) {
|
|
153
|
+
if (display === "compact") {
|
|
154
|
+
return Boolean(isComplete && (onClick || onDelete));
|
|
155
|
+
}
|
|
156
|
+
else if (display === "expanded") {
|
|
157
|
+
return Boolean(isComplete && onClick);
|
|
158
|
+
}
|
|
159
|
+
return false;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
exports.FormatFile = FormatFile;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var FormatFile = require('./FormatFile-d57b8dfa.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('classnames');
|
|
8
|
+
require('filesize');
|
|
9
|
+
require('./style-inject.es-9d2f5f4e.js');
|
|
10
|
+
require('./Button-ec64869e.js');
|
|
11
|
+
require('react-router-dom');
|
|
12
|
+
require('./Icon-405a216c.js');
|
|
13
|
+
require('@jobber/design');
|
|
14
|
+
require('./Typography-fd88fcce.js');
|
|
15
|
+
require('./ConfirmationModal-09ec5d02.js');
|
|
16
|
+
require('@jobber/hooks/useOnKeyDown');
|
|
17
|
+
require('./Modal-cda55f02.js');
|
|
18
|
+
require('react-dom');
|
|
19
|
+
require('framer-motion');
|
|
20
|
+
require('@jobber/hooks/useRefocusOnActivator');
|
|
21
|
+
require('@jobber/hooks/useFocusTrap');
|
|
22
|
+
require('./Heading-a8a24775.js');
|
|
23
|
+
require('./getAtlantisConfig-0f3e8af2.js');
|
|
24
|
+
require('./ButtonDismiss-d7417429.js');
|
|
25
|
+
require('./Content-60a3452a.js');
|
|
26
|
+
require('./Markdown-36854bd5.js');
|
|
27
|
+
require('react-markdown');
|
|
28
|
+
require('./Text-714f7d14.js');
|
|
29
|
+
require('./Emphasis-84de1f3f.js');
|
|
30
|
+
require('./Glimmer-3fcdae65.js');
|
|
31
|
+
require('./tslib.es6-754e2961.js');
|
|
32
|
+
require('./ProgressBar-4ee648b7.js');
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
exports.FormatFile = FormatFile.FormatFile;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export { F as FormatFile } from './FormatFile-648aea3e.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'classnames';
|
|
4
|
+
import 'filesize';
|
|
5
|
+
import './style-inject.es-a0e1a0ba.js';
|
|
6
|
+
import './Button-30154871.js';
|
|
7
|
+
import 'react-router-dom';
|
|
8
|
+
import './Icon-22723fe6.js';
|
|
9
|
+
import '@jobber/design';
|
|
10
|
+
import './Typography-52ed1386.js';
|
|
11
|
+
import './ConfirmationModal-64f82a31.js';
|
|
12
|
+
import '@jobber/hooks/useOnKeyDown';
|
|
13
|
+
import './Modal-eeb52d66.js';
|
|
14
|
+
import 'react-dom';
|
|
15
|
+
import 'framer-motion';
|
|
16
|
+
import '@jobber/hooks/useRefocusOnActivator';
|
|
17
|
+
import '@jobber/hooks/useFocusTrap';
|
|
18
|
+
import './Heading-dfd4f1cf.js';
|
|
19
|
+
import './getAtlantisConfig-5b50057c.js';
|
|
20
|
+
import './ButtonDismiss-a11eef74.js';
|
|
21
|
+
import './Content-c96e9299.js';
|
|
22
|
+
import './Markdown-7b84fcdb.js';
|
|
23
|
+
import 'react-markdown';
|
|
24
|
+
import './Text-c92ddeb3.js';
|
|
25
|
+
import './Emphasis-2a640962.js';
|
|
26
|
+
import './Glimmer-6bf75ae0.js';
|
|
27
|
+
import './tslib.es6-c563c1dd.js';
|
|
28
|
+
import './ProgressBar-022ef3f6.js';
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
function FormatRelativeDateTime({ date: inputDate, }) {
|
|
4
|
+
let dateObject;
|
|
5
|
+
if (inputDate instanceof Date) {
|
|
6
|
+
dateObject = inputDate;
|
|
7
|
+
}
|
|
8
|
+
else if (typeof inputDate === "string") {
|
|
9
|
+
dateObject = new Date(inputDate);
|
|
10
|
+
}
|
|
11
|
+
else {
|
|
12
|
+
dateObject = new Date(inputDate.toJSON());
|
|
13
|
+
}
|
|
14
|
+
const now = Date.now() / 1000; //seconds
|
|
15
|
+
const date = dateObject;
|
|
16
|
+
const delta = now - date.getTime() / 1000; //seconds;
|
|
17
|
+
switch (relativeTimeRange(delta)) {
|
|
18
|
+
case "less than an hour":
|
|
19
|
+
return React.createElement(React.Fragment, null, showMinutes(Math.round(delta / 60)));
|
|
20
|
+
case "less then a day":
|
|
21
|
+
return (React.createElement(React.Fragment, null, date.toLocaleTimeString(undefined, {
|
|
22
|
+
hour: "numeric",
|
|
23
|
+
minute: "numeric",
|
|
24
|
+
})));
|
|
25
|
+
case "less than a week":
|
|
26
|
+
return React.createElement(React.Fragment, null, strFormatDate(date, { weekday: "short" }));
|
|
27
|
+
case "less than a year":
|
|
28
|
+
return React.createElement(React.Fragment, null, strFormatDate(date, { month: "short", day: "numeric" }));
|
|
29
|
+
default:
|
|
30
|
+
return (React.createElement(React.Fragment, null, strFormatDate(date, {
|
|
31
|
+
month: "short",
|
|
32
|
+
day: "numeric",
|
|
33
|
+
year: "numeric",
|
|
34
|
+
})));
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
function relativeTimeRange(delta) {
|
|
38
|
+
delta = delta / 60;
|
|
39
|
+
if (delta < 60)
|
|
40
|
+
return "less than an hour";
|
|
41
|
+
delta = delta / 60;
|
|
42
|
+
if (delta < 24)
|
|
43
|
+
return "less then a day";
|
|
44
|
+
delta = delta / 24;
|
|
45
|
+
if (delta < 7)
|
|
46
|
+
return "less than a week";
|
|
47
|
+
delta = delta / 365;
|
|
48
|
+
if (delta < 1)
|
|
49
|
+
return "less than a year";
|
|
50
|
+
return "a year or more";
|
|
51
|
+
}
|
|
52
|
+
function strFormatDate(date, options) {
|
|
53
|
+
return date.toLocaleDateString(undefined, options);
|
|
54
|
+
}
|
|
55
|
+
function showMinutes(minutes) {
|
|
56
|
+
if (minutes <= 1) {
|
|
57
|
+
return "1 minute ago";
|
|
58
|
+
}
|
|
59
|
+
else {
|
|
60
|
+
return minutes + " minutes ago";
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export { FormatRelativeDateTime as F };
|