@sqrzro/admin 1.0.0-beta.1
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/.eslintrc +4 -0
- package/.gitattributes +1 -0
- package/.prettierrc +9 -0
- package/.storybook/main.js +40 -0
- package/.storybook/manager.js +4 -0
- package/.storybook/postcss.config.js +3 -0
- package/.storybook/preview.js +11 -0
- package/.storybook/theme.js +7 -0
- package/.stylelintrc +9 -0
- package/LICENSE +5 -0
- package/README.md +9 -0
- package/__mocks__/squarezero-utility.ts +40 -0
- package/assets/logo-horizontal-dark.svg +21 -0
- package/assets/logo-horizontal-white.svg +21 -0
- package/assets/logo-vertical-dark.svg +21 -0
- package/assets/logo-vertical-white.svg +21 -0
- package/dist/index.css +3554 -0
- package/dist/index.js +5099 -0
- package/dist/index.js.map +1 -0
- package/dist/types/components/Alert/index.d.ts +10 -0
- package/dist/types/components/Allow/index.d.ts +13 -0
- package/dist/types/components/App/index.d.ts +19 -0
- package/dist/types/components/AutoSuggest/index.d.ts +60 -0
- package/dist/types/components/Button/index.d.ts +36 -0
- package/dist/types/components/CalendarInput/index.d.ts +10 -0
- package/dist/types/components/CheckboxList/index.d.ts +4 -0
- package/dist/types/components/ConnectedDropdown/index.d.ts +8 -0
- package/dist/types/components/ConnectedList/index.d.ts +4 -0
- package/dist/types/components/ConnectedScene/index.d.ts +11 -0
- package/dist/types/components/ConnectedTable/index.d.ts +4 -0
- package/dist/types/components/ContentBlock/index.d.ts +6 -0
- package/dist/types/components/DateInput/index.d.ts +7 -0
- package/dist/types/components/Document/index.d.ts +6 -0
- package/dist/types/components/Dropdown/index.d.ts +14 -0
- package/dist/types/components/Fieldset/index.d.ts +11 -0
- package/dist/types/components/FileInput/index.d.ts +4 -0
- package/dist/types/components/FilterLink/index.d.ts +7 -0
- package/dist/types/components/Form/index.d.ts +11 -0
- package/dist/types/components/FormActions/index.d.ts +9 -0
- package/dist/types/components/FormField/index.d.ts +27 -0
- package/dist/types/components/FormRepeater/index.d.ts +8 -0
- package/dist/types/components/ImageInput/index.d.ts +4 -0
- package/dist/types/components/InfoPanel/index.d.ts +8 -0
- package/dist/types/components/Link/__mocks__/index.d.ts +6 -0
- package/dist/types/components/Link/index.d.ts +13 -0
- package/dist/types/components/List/index.d.ts +23 -0
- package/dist/types/components/ListActions/index.d.ts +9 -0
- package/dist/types/components/LoginForm/index.d.ts +3 -0
- package/dist/types/components/Message/index.d.ts +7 -0
- package/dist/types/components/ModalActions/index.d.ts +11 -0
- package/dist/types/components/MoneyInput/index.d.ts +10 -0
- package/dist/types/components/PasswordForm/index.d.ts +3 -0
- package/dist/types/components/PasswordInput/index.d.ts +8 -0
- package/dist/types/components/RadioList/index.d.ts +4 -0
- package/dist/types/components/Scene/index.d.ts +10 -0
- package/dist/types/components/SummaryList/index.d.ts +8 -0
- package/dist/types/components/Switch/index.d.ts +9 -0
- package/dist/types/components/Table/index.d.ts +13 -0
- package/dist/types/components/Tag/index.d.ts +8 -0
- package/dist/types/components/TextArea/index.d.ts +4 -0
- package/dist/types/components/TextInput/index.d.ts +17 -0
- package/dist/types/components/WebsiteInput/index.d.ts +10 -0
- package/dist/types/components/WeekCalendar/index.d.ts +12 -0
- package/dist/types/core/AppHeader/index.d.ts +3 -0
- package/dist/types/core/AppLogo/index.d.ts +6 -0
- package/dist/types/core/AppLogoImage/index.d.ts +3 -0
- package/dist/types/core/AppLogoPlaceholder/index.d.ts +3 -0
- package/dist/types/core/Assistive/index.d.ts +6 -0
- package/dist/types/core/Banner/index.d.ts +3 -0
- package/dist/types/core/BuildModal/index.d.ts +3 -0
- package/dist/types/core/Calendar/index.d.ts +11 -0
- package/dist/types/core/CalendarDay/index.d.ts +16 -0
- package/dist/types/core/CalendarMonth/index.d.ts +12 -0
- package/dist/types/core/CalendarNavigation/index.d.ts +9 -0
- package/dist/types/core/CalendarWeek/index.d.ts +14 -0
- package/dist/types/core/ChkRad/index.d.ts +10 -0
- package/dist/types/core/ChkRadIcon/index.d.ts +7 -0
- package/dist/types/core/ChkRadList/index.d.ts +15 -0
- package/dist/types/core/CloseButton/index.d.ts +9 -0
- package/dist/types/core/ConfirmModal/index.d.ts +3 -0
- package/dist/types/core/ConnectedRepeater/index.d.ts +26 -0
- package/dist/types/core/ConnectedRepeaterComponent/index.d.ts +24 -0
- package/dist/types/core/Container/index.d.ts +7 -0
- package/dist/types/core/DropdownPanel/index.d.ts +18 -0
- package/dist/types/core/EmptyMessage/index.d.ts +12 -0
- package/dist/types/core/ErrorBoundary/index.d.ts +15 -0
- package/dist/types/core/ErrorMessage/index.d.ts +8 -0
- package/dist/types/core/FilterItem/index.d.ts +10 -0
- package/dist/types/core/Filters/index.d.ts +11 -0
- package/dist/types/core/FixedActions/index.d.ts +12 -0
- package/dist/types/core/FormError/index.d.ts +6 -0
- package/dist/types/core/FormLabel/index.d.ts +8 -0
- package/dist/types/core/FormLegend/index.d.ts +6 -0
- package/dist/types/core/Header/index.d.ts +8 -0
- package/dist/types/core/Icon/index.d.ts +7 -0
- package/dist/types/core/IconButton/Icon/index.d.ts +7 -0
- package/dist/types/core/IconButton/index.d.ts +11 -0
- package/dist/types/core/InputPanel/index.d.ts +8 -0
- package/dist/types/core/ListItem/index.d.ts +16 -0
- package/dist/types/core/ListItemAction/index.d.ts +4 -0
- package/dist/types/core/ListItemActions/index.d.ts +8 -0
- package/dist/types/core/ListItemMetaItem/index.d.ts +10 -0
- package/dist/types/core/ListItemTitle/index.d.ts +9 -0
- package/dist/types/core/Loader/index.d.ts +6 -0
- package/dist/types/core/MeActions/index.d.ts +3 -0
- package/dist/types/core/MePanel/index.d.ts +9 -0
- package/dist/types/core/Modal/index.d.ts +12 -0
- package/dist/types/core/Navigation/index.d.ts +3 -0
- package/dist/types/core/NavigationDivider/index.d.ts +3 -0
- package/dist/types/core/NavigationItem/index.d.ts +7 -0
- package/dist/types/core/Pagination/index.d.ts +7 -0
- package/dist/types/core/PaginationItem/index.d.ts +7 -0
- package/dist/types/core/Panel/index.d.ts +8 -0
- package/dist/types/core/RadialProgress/index.d.ts +8 -0
- package/dist/types/core/StaticTextInput/index.d.ts +12 -0
- package/dist/types/core/Styled/index.d.ts +6 -0
- package/dist/types/core/SummaryListItem/index.d.ts +15 -0
- package/dist/types/core/TableActionsCell/index.d.ts +8 -0
- package/dist/types/core/TableCell/index.d.ts +8 -0
- package/dist/types/core/TableHead/index.d.ts +8 -0
- package/dist/types/core/TableRow/index.d.ts +13 -0
- package/dist/types/core/Tabs/index.d.ts +11 -0
- package/dist/types/core/TextInputAncillary/index.d.ts +11 -0
- package/dist/types/core/Toast/index.d.ts +3 -0
- package/dist/types/core/WeekCalendarDay/index.d.ts +14 -0
- package/dist/types/filters/BooleanFilter/index.d.ts +5 -0
- package/dist/types/filters/DateFilter/index.d.ts +5 -0
- package/dist/types/filters/DropdownFilter/index.d.ts +5 -0
- package/dist/types/filters/QuickDateFilter/index.d.ts +5 -0
- package/dist/types/filters/interfaces.d.ts +36 -0
- package/dist/types/hooks/useAccessiblePanel.d.ts +13 -0
- package/dist/types/hooks/useAppContext.d.ts +37 -0
- package/dist/types/hooks/useClickOutside.d.ts +3 -0
- package/dist/types/hooks/useConnectedList.d.ts +7 -0
- package/dist/types/hooks/useFilters.d.ts +3 -0
- package/dist/types/hooks/useForm.d.ts +26 -0
- package/dist/types/hooks/useFormData.d.ts +9 -0
- package/dist/types/hooks/useLayout.d.ts +6 -0
- package/dist/types/hooks/useModal.d.ts +12 -0
- package/dist/types/hooks/useVariant.d.ts +6 -0
- package/dist/types/index.d.ts +187 -0
- package/dist/types/scenes/Error404Scene.d.ts +3 -0
- package/dist/types/services/BuildService.d.ts +5 -0
- package/dist/types/services/ConfirmService.d.ts +12 -0
- package/dist/types/services/DateService.d.ts +17 -0
- package/dist/types/services/DownloadService.d.ts +5 -0
- package/dist/types/services/FilterComponentService.d.ts +8 -0
- package/dist/types/services/FilterService.d.ts +13 -0
- package/dist/types/services/FormatService.d.ts +7 -0
- package/dist/types/services/ToastService.d.ts +5 -0
- package/dist/types/utility/MockRouter/index.d.ts +2 -0
- package/dist/types/utility/StorybookPanel/index.d.ts +7 -0
- package/dist/types/utility/TestChangeHandler/index.d.ts +8 -0
- package/dist/types/utility/create-app.d.ts +4 -0
- package/dist/types/utility/interfaces.d.ts +72 -0
- package/dist/types/utility/prop-types.d.ts +40 -0
- package/docs/guides/01-installation.story.mdx +33 -0
- package/docs/guides/02-configuration.story.mdx +80 -0
- package/docs/guides/03-pages.story.mdx +18 -0
- package/docs/guides/04-integration.story.mdx +33 -0
- package/docs/guides/a11y.story.mdx +7 -0
- package/docs/guides/theming.story.mdx +7 -0
- package/docs/introduction.story.mdx +17 -0
- package/jest.config.js +19 -0
- package/package.json +101 -0
- package/postcss.config.js +3 -0
- package/rollup.config.js +36 -0
- package/scripts/create-exports.js +74 -0
- package/scripts/update-license.js +8 -0
- package/squarezero.config.js +5 -0
- package/src/components/Alert/Alert.module.css +50 -0
- package/src/components/Alert/Alert.spec.tsx +63 -0
- package/src/components/Alert/Alert.story.tsx +23 -0
- package/src/components/Alert/index.tsx +67 -0
- package/src/components/Allow/Allow.spec.tsx +37 -0
- package/src/components/Allow/index.tsx +42 -0
- package/src/components/App/App.module.css +22 -0
- package/src/components/App/App.spec.tsx +128 -0
- package/src/components/App/index.tsx +108 -0
- package/src/components/AutoSuggest/AutoSuggest.module.css +8 -0
- package/src/components/AutoSuggest/AutoSuggest.spec.tsx +211 -0
- package/src/components/AutoSuggest/AutoSuggest.story.tsx +30 -0
- package/src/components/AutoSuggest/index.tsx +216 -0
- package/src/components/Button/Button.module.css +95 -0
- package/src/components/Button/Button.spec.tsx +69 -0
- package/src/components/Button/Button.story.tsx +39 -0
- package/src/components/Button/index.tsx +99 -0
- package/src/components/CalendarInput/CalendarInput.module.css +8 -0
- package/src/components/CalendarInput/CalendarInput.spec.tsx +206 -0
- package/src/components/CalendarInput/CalendarInput.story.tsx +62 -0
- package/src/components/CalendarInput/index.tsx +122 -0
- package/src/components/CheckboxList/CheckboxList.spec.tsx +83 -0
- package/src/components/CheckboxList/index.tsx +53 -0
- package/src/components/ConnectedDropdown/index.tsx +56 -0
- package/src/components/ConnectedList/index.tsx +15 -0
- package/src/components/ConnectedScene/index.tsx +95 -0
- package/src/components/ConnectedTable/index.tsx +17 -0
- package/src/components/ContentBlock/ContentBlock.module.css +8 -0
- package/src/components/ContentBlock/ContentBlock.spec.tsx +15 -0
- package/src/components/ContentBlock/index.tsx +16 -0
- package/src/components/DateInput/DateInput.module.css +15 -0
- package/src/components/DateInput/DateInput.spec.tsx +91 -0
- package/src/components/DateInput/index.tsx +149 -0
- package/src/components/Document/index.tsx +20 -0
- package/src/components/Dropdown/Dropdown.module.css +8 -0
- package/src/components/Dropdown/Dropdown.spec.tsx +286 -0
- package/src/components/Dropdown/Dropdown.story.tsx +53 -0
- package/src/components/Dropdown/index.tsx +224 -0
- package/src/components/Fieldset/Fieldset.spec.tsx +22 -0
- package/src/components/Fieldset/Fieldset.story.tsx +21 -0
- package/src/components/Fieldset/index.tsx +30 -0
- package/src/components/FileInput/FileInput.module.css +18 -0
- package/src/components/FileInput/FileInput.spec.tsx +42 -0
- package/src/components/FileInput/FileInput.story.tsx +6 -0
- package/src/components/FileInput/index.tsx +72 -0
- package/src/components/FilterLink/FilterLink.module.css +9 -0
- package/src/components/FilterLink/FilterLink.spec.tsx +20 -0
- package/src/components/FilterLink/index.tsx +31 -0
- package/src/components/Form/Form.spec.tsx +68 -0
- package/src/components/Form/index.tsx +87 -0
- package/src/components/FormActions/FormActions.spec.tsx +10 -0
- package/src/components/FormActions/FormActions.story.tsx +23 -0
- package/src/components/FormActions/index.tsx +31 -0
- package/src/components/FormField/FormField.module.css +71 -0
- package/src/components/FormField/FormField.spec.tsx +137 -0
- package/src/components/FormField/FormField.story.tsx +22 -0
- package/src/components/FormField/index.tsx +162 -0
- package/src/components/FormRepeater/FormRepeater.module.css +3 -0
- package/src/components/FormRepeater/FormRepeater.spec.tsx +127 -0
- package/src/components/FormRepeater/index.tsx +118 -0
- package/src/components/ImageInput/ImageInput.module.css +74 -0
- package/src/components/ImageInput/ImageInput.spec.tsx +45 -0
- package/src/components/ImageInput/ImageInput.story.tsx +6 -0
- package/src/components/ImageInput/index.tsx +91 -0
- package/src/components/InfoPanel/InfoPanel.module.css +18 -0
- package/src/components/InfoPanel/InfoPanel.spec.tsx +15 -0
- package/src/components/InfoPanel/InfoPanel.story.tsx +32 -0
- package/src/components/InfoPanel/index.tsx +25 -0
- package/src/components/Link/Link.spec.tsx +62 -0
- package/src/components/Link/__mocks__/index.tsx +24 -0
- package/src/components/Link/index.tsx +51 -0
- package/src/components/List/List.module.css +9 -0
- package/src/components/List/List.spec.tsx +311 -0
- package/src/components/List/List.story.tsx +92 -0
- package/src/components/List/index.tsx +79 -0
- package/src/components/ListActions/ListActions.spec.tsx +10 -0
- package/src/components/ListActions/ListActions.story.tsx +6 -0
- package/src/components/ListActions/index.tsx +31 -0
- package/src/components/LoginForm/LoginForm.module.css +21 -0
- package/src/components/LoginForm/LoginForm.spec.tsx +63 -0
- package/src/components/LoginForm/index.tsx +102 -0
- package/src/components/Message/Message.module.css +14 -0
- package/src/components/Message/Message.spec.tsx +20 -0
- package/src/components/Message/index.tsx +27 -0
- package/src/components/ModalActions/ModalActions.module.css +5 -0
- package/src/components/ModalActions/ModalActions.spec.tsx +53 -0
- package/src/components/ModalActions/ModalActions.story.tsx +6 -0
- package/src/components/ModalActions/index.tsx +47 -0
- package/src/components/MoneyInput/MoneyInput.spec.tsx +17 -0
- package/src/components/MoneyInput/MoneyInput.story.tsx +6 -0
- package/src/components/MoneyInput/index.tsx +16 -0
- package/src/components/PasswordForm/PasswordForm.module.css +21 -0
- package/src/components/PasswordForm/index.tsx +94 -0
- package/src/components/PasswordInput/PasswordInput.module.css +23 -0
- package/src/components/PasswordInput/PasswordInput.spec.tsx +31 -0
- package/src/components/PasswordInput/PasswordInput.story.tsx +16 -0
- package/src/components/PasswordInput/index.tsx +27 -0
- package/src/components/RadioList/RadioList.spec.tsx +45 -0
- package/src/components/RadioList/index.tsx +10 -0
- package/src/components/Scene/Scene.spec.tsx +123 -0
- package/src/components/Scene/Scene.story.tsx +6 -0
- package/src/components/Scene/index.tsx +58 -0
- package/src/components/SummaryList/SummaryList.module.css +16 -0
- package/src/components/SummaryList/SummaryList.spec.tsx +77 -0
- package/src/components/SummaryList/SummaryList.story.tsx +11 -0
- package/src/components/SummaryList/index.tsx +37 -0
- package/src/components/Switch/Switch.module.css +86 -0
- package/src/components/Switch/Switch.spec.tsx +64 -0
- package/src/components/Switch/index.tsx +85 -0
- package/src/components/Table/Table.module.css +14 -0
- package/src/components/Table/Table.spec.tsx +128 -0
- package/src/components/Table/Table.story.tsx +101 -0
- package/src/components/Table/index.tsx +114 -0
- package/src/components/Tag/Tag.module.css +37 -0
- package/src/components/Tag/Tag.spec.tsx +10 -0
- package/src/components/Tag/Tag.story.tsx +55 -0
- package/src/components/Tag/index.tsx +27 -0
- package/src/components/TextArea/TextArea.module.css +23 -0
- package/src/components/TextArea/TextArea.spec.tsx +77 -0
- package/src/components/TextArea/index.tsx +59 -0
- package/src/components/TextInput/TextInput.module.css +57 -0
- package/src/components/TextInput/TextInput.spec.tsx +134 -0
- package/src/components/TextInput/TextInput.story.tsx +24 -0
- package/src/components/TextInput/index.tsx +146 -0
- package/src/components/WebsiteInput/WebsiteInput.spec.tsx +17 -0
- package/src/components/WebsiteInput/index.tsx +16 -0
- package/src/components/WeekCalendar/WeekCalendar.module.css +19 -0
- package/src/components/WeekCalendar/index.tsx +80 -0
- package/src/core/AppHeader/index.tsx +23 -0
- package/src/core/AppLogo/AppLogo.module.css +19 -0
- package/src/core/AppLogo/index.tsx +33 -0
- package/src/core/AppLogoImage/index.tsx +19 -0
- package/src/core/AppLogoPlaceholder/index.tsx +26 -0
- package/src/core/Assistive/Assistive.module.css +10 -0
- package/src/core/Assistive/index.tsx +18 -0
- package/src/core/Banner/Banner.module.css +36 -0
- package/src/core/Banner/index.tsx +25 -0
- package/src/core/BuildModal/index.tsx +119 -0
- package/src/core/Calendar/index.tsx +116 -0
- package/src/core/CalendarDay/CalendarDay.module.css +61 -0
- package/src/core/CalendarDay/index.tsx +82 -0
- package/src/core/CalendarMonth/CalendarMonth.module.css +13 -0
- package/src/core/CalendarMonth/index.tsx +101 -0
- package/src/core/CalendarNavigation/CalendarNavigation.module.css +26 -0
- package/src/core/CalendarNavigation/index.tsx +56 -0
- package/src/core/CalendarWeek/index.tsx +95 -0
- package/src/core/ChkRad/ChkRad.module.css +31 -0
- package/src/core/ChkRad/ChkRad.spec.tsx +72 -0
- package/src/core/ChkRad/index.tsx +80 -0
- package/src/core/ChkRadIcon/ChkRadIcon.module.css +28 -0
- package/src/core/ChkRadIcon/index.tsx +33 -0
- package/src/core/ChkRadList/ChkRadList.module.css +10 -0
- package/src/core/ChkRadList/index.tsx +85 -0
- package/src/core/CloseButton/CloseButton.spec.tsx +36 -0
- package/src/core/CloseButton/index.tsx +31 -0
- package/src/core/ConfirmModal/ConfirmModal.spec.tsx +88 -0
- package/src/core/ConfirmModal/index.tsx +51 -0
- package/src/core/ConnectedRepeater/index.tsx +248 -0
- package/src/core/ConnectedRepeaterComponent/index.tsx +66 -0
- package/src/core/Container/Container.module.css +12 -0
- package/src/core/Container/index.tsx +35 -0
- package/src/core/DropdownPanel/DropdownPanel.module.css +68 -0
- package/src/core/DropdownPanel/index.tsx +92 -0
- package/src/core/EmptyMessage/EmptyMessage.module.css +18 -0
- package/src/core/EmptyMessage/index.tsx +31 -0
- package/src/core/ErrorBoundary/ErrorBoundary.spec.tsx +33 -0
- package/src/core/ErrorBoundary/index.tsx +42 -0
- package/src/core/ErrorMessage/ErrorMessage.module.css +25 -0
- package/src/core/ErrorMessage/ErrorMessage.spec.tsx +31 -0
- package/src/core/ErrorMessage/index.tsx +37 -0
- package/src/core/FilterItem/FilterItem.module.css +104 -0
- package/src/core/FilterItem/index.tsx +164 -0
- package/src/core/Filters/Filters.module.css +86 -0
- package/src/core/Filters/Filters.spec.tsx +533 -0
- package/src/core/Filters/index.tsx +158 -0
- package/src/core/FixedActions/FixedActions.module.css +24 -0
- package/src/core/FixedActions/index.tsx +52 -0
- package/src/core/FormError/FormError.module.css +7 -0
- package/src/core/FormError/index.tsx +18 -0
- package/src/core/FormLabel/FormLabel.module.css +15 -0
- package/src/core/FormLabel/index.tsx +25 -0
- package/src/core/FormLegend/FormLegend.module.css +13 -0
- package/src/core/FormLegend/index.tsx +18 -0
- package/src/core/Header/Header.module.css +35 -0
- package/src/core/Header/index.tsx +37 -0
- package/src/core/Icon/Icon.spec.tsx +31 -0
- package/src/core/Icon/index.tsx +64 -0
- package/src/core/IconButton/Icon/Icon.spec.tsx +31 -0
- package/src/core/IconButton/Icon/index.tsx +64 -0
- package/src/core/IconButton/IconButton.module.css +32 -0
- package/src/core/IconButton/index.tsx +55 -0
- package/src/core/InputPanel/InputPanel.module.css +70 -0
- package/src/core/InputPanel/index.tsx +28 -0
- package/src/core/ListItem/ListItem.module.css +28 -0
- package/src/core/ListItem/ListItem.story.tsx +28 -0
- package/src/core/ListItem/index.tsx +99 -0
- package/src/core/ListItemAction/ListItemAction.module.css +28 -0
- package/src/core/ListItemAction/index.tsx +30 -0
- package/src/core/ListItemActions/ListItemActions.module.css +94 -0
- package/src/core/ListItemActions/index.tsx +55 -0
- package/src/core/ListItemMetaItem/ListItemMetaItem.module.css +18 -0
- package/src/core/ListItemMetaItem/index.tsx +54 -0
- package/src/core/ListItemTitle/ListItemTitle.module.css +14 -0
- package/src/core/ListItemTitle/ListItemTitle.spec.tsx +33 -0
- package/src/core/ListItemTitle/index.tsx +72 -0
- package/src/core/Loader/Loader.module.css +57 -0
- package/src/core/Loader/Loader.story.tsx +8 -0
- package/src/core/Loader/index.tsx +27 -0
- package/src/core/MeActions/MeActions.module.css +45 -0
- package/src/core/MeActions/index.tsx +46 -0
- package/src/core/MePanel/MePanel.module.css +75 -0
- package/src/core/MePanel/index.tsx +45 -0
- package/src/core/Modal/Modal.module.css +84 -0
- package/src/core/Modal/Modal.spec.tsx +51 -0
- package/src/core/Modal/index.tsx +66 -0
- package/src/core/Navigation/Navigation.module.css +83 -0
- package/src/core/Navigation/Navigation.spec.tsx +101 -0
- package/src/core/Navigation/index.tsx +109 -0
- package/src/core/NavigationDivider/NavigationDivider.module.css +18 -0
- package/src/core/NavigationDivider/index.tsx +13 -0
- package/src/core/NavigationItem/NavigationItem.module.css +51 -0
- package/src/core/NavigationItem/index.tsx +59 -0
- package/src/core/Pagination/Pagination.module.css +15 -0
- package/src/core/Pagination/index.tsx +100 -0
- package/src/core/PaginationItem/PaginationItem.module.css +33 -0
- package/src/core/PaginationItem/index.tsx +46 -0
- package/src/core/Panel/Panel.module.css +15 -0
- package/src/core/Panel/index.tsx +31 -0
- package/src/core/RadialProgress/RadialProgress.module.css +78 -0
- package/src/core/RadialProgress/index.tsx +52 -0
- package/src/core/StaticTextInput/StaticTextInput.module.css +79 -0
- package/src/core/StaticTextInput/StaticTextInput.spec.tsx +133 -0
- package/src/core/StaticTextInput/index.tsx +114 -0
- package/src/core/Styled/Styled.spec.tsx +38 -0
- package/src/core/Styled/Styled.story.tsx +10 -0
- package/src/core/Styled/index.tsx +62 -0
- package/src/core/SummaryListItem/SummaryListItem.module.css +28 -0
- package/src/core/SummaryListItem/index.tsx +60 -0
- package/src/core/TableActionsCell/TableActionsCell.module.css +3 -0
- package/src/core/TableActionsCell/index.tsx +37 -0
- package/src/core/TableCell/TableCell.module.css +16 -0
- package/src/core/TableCell/index.tsx +39 -0
- package/src/core/TableHead/TableHead.module.css +12 -0
- package/src/core/TableHead/index.tsx +48 -0
- package/src/core/TableRow/index.tsx +64 -0
- package/src/core/Tabs/Tabs.module.css +50 -0
- package/src/core/Tabs/index.tsx +94 -0
- package/src/core/TextInputAncillary/TextInputAncillary.module.css +64 -0
- package/src/core/TextInputAncillary/index.tsx +72 -0
- package/src/core/Toast/Toast.module.css +55 -0
- package/src/core/Toast/Toast.spec.tsx +78 -0
- package/src/core/Toast/index.tsx +81 -0
- package/src/core/WeekCalendarDay/WeekCalendarDay.module.css +32 -0
- package/src/core/WeekCalendarDay/index.tsx +68 -0
- package/src/filters/BooleanFilter/index.tsx +46 -0
- package/src/filters/DateFilter/index.tsx +36 -0
- package/src/filters/DropdownFilter/index.tsx +53 -0
- package/src/filters/QuickDateFilter/index.tsx +74 -0
- package/src/filters/interfaces.ts +40 -0
- package/src/hooks/useAccessiblePanel.spec.tsx +88 -0
- package/src/hooks/useAccessiblePanel.ts +74 -0
- package/src/hooks/useAppContext.ts +77 -0
- package/src/hooks/useClickOutside.ts +49 -0
- package/src/hooks/useConnectedList.ts +26 -0
- package/src/hooks/useFilters.ts +26 -0
- package/src/hooks/useForm.spec.ts +126 -0
- package/src/hooks/useForm.ts +99 -0
- package/src/hooks/useFormData.spec.ts +40 -0
- package/src/hooks/useFormData.ts +27 -0
- package/src/hooks/useLayout.spec.ts +55 -0
- package/src/hooks/useLayout.ts +29 -0
- package/src/hooks/useModal.spec.tsx +63 -0
- package/src/hooks/useModal.ts +60 -0
- package/src/hooks/useVariant.spec.ts +14 -0
- package/src/hooks/useVariant.ts +34 -0
- package/src/index.ts +194 -0
- package/src/scenes/Error404Scene.tsx +5 -0
- package/src/services/BuildService.spec.ts +56 -0
- package/src/services/BuildService.ts +34 -0
- package/src/services/ConfirmService.ts +21 -0
- package/src/services/DateService.spec.ts +87 -0
- package/src/services/DateService.ts +137 -0
- package/src/services/DownloadService.spec.ts +29 -0
- package/src/services/DownloadService.ts +14 -0
- package/src/services/FilterComponentService.tsx +46 -0
- package/src/services/FilterService.spec.ts +87 -0
- package/src/services/FilterService.ts +58 -0
- package/src/services/FormatService.spec.ts +83 -0
- package/src/services/FormatService.ts +55 -0
- package/src/services/ToastService.spec.ts +44 -0
- package/src/services/ToastService.ts +19 -0
- package/src/styles/layout.css +64 -0
- package/src/styles/variables.css +85 -0
- package/src/typings.d.ts +4 -0
- package/src/utility/MockRouter/index.ts +45 -0
- package/src/utility/StorybookPanel/StorybookPanel.module.css +9 -0
- package/src/utility/StorybookPanel/index.tsx +25 -0
- package/src/utility/TestChangeHandler/TestChangeHandler.module.css +7 -0
- package/src/utility/TestChangeHandler/TestChangeHandler.spec.tsx +24 -0
- package/src/utility/TestChangeHandler/index.tsx +54 -0
- package/src/utility/create-app.tsx +29 -0
- package/src/utility/interfaces.ts +119 -0
- package/src/utility/prop-types.ts +67 -0
- package/tests/setupFilesAfterEnv.js +10 -0
- package/tsconfig.json +26 -0
- package/tsconfig.types.json +9 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SimpleEventHandler } from '../../utility/interfaces';
|
|
3
|
+
interface CalendarMonthProps {
|
|
4
|
+
disabledDates?: string[] | ((date: string) => boolean);
|
|
5
|
+
name: string;
|
|
6
|
+
month: string;
|
|
7
|
+
onClick?: SimpleEventHandler<string>;
|
|
8
|
+
pendingValue: string;
|
|
9
|
+
value?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const CalendarMonth: React.FunctionComponent<CalendarMonthProps>;
|
|
12
|
+
export default CalendarMonth;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SimpleEventHandler } from '../../utility/interfaces';
|
|
3
|
+
interface CalendarNavigationProps {
|
|
4
|
+
month: string;
|
|
5
|
+
name: string;
|
|
6
|
+
onChange: SimpleEventHandler<string>;
|
|
7
|
+
}
|
|
8
|
+
declare const CalendarNavigation: React.FunctionComponent<CalendarNavigationProps>;
|
|
9
|
+
export default CalendarNavigation;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { DayObject } from '../CalendarDay';
|
|
3
|
+
import type { SimpleEventHandler } from '../../utility/interfaces';
|
|
4
|
+
export declare type WeekObject = (DayObject | number)[];
|
|
5
|
+
interface CalendarWeekProps {
|
|
6
|
+
data: WeekObject;
|
|
7
|
+
disabledDates?: string[] | ((date: string) => boolean);
|
|
8
|
+
name: string;
|
|
9
|
+
onClick?: SimpleEventHandler<string>;
|
|
10
|
+
pendingValue: string;
|
|
11
|
+
value?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const CalendarWeek: React.FunctionComponent<CalendarWeekProps>;
|
|
14
|
+
export default CalendarWeek;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { InputProps } from '../../utility/interfaces';
|
|
3
|
+
interface ChkRadProps extends InputProps<number | string> {
|
|
4
|
+
id?: string;
|
|
5
|
+
isChecked?: boolean;
|
|
6
|
+
label: React.ReactElement | string;
|
|
7
|
+
type?: 'checkbox' | 'radio';
|
|
8
|
+
}
|
|
9
|
+
declare const ChkRad: React.FunctionComponent<ChkRadProps>;
|
|
10
|
+
export default ChkRad;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { InputProps } from '../../utility/interfaces';
|
|
3
|
+
interface ChkRadDataItem {
|
|
4
|
+
isDisabled?: boolean;
|
|
5
|
+
label: string;
|
|
6
|
+
value: number | string;
|
|
7
|
+
}
|
|
8
|
+
export interface ChkRadListElementProps extends InputProps<(number | string)[] | number | string> {
|
|
9
|
+
data: ChkRadDataItem[];
|
|
10
|
+
}
|
|
11
|
+
interface ChkRadListProps extends ChkRadListElementProps {
|
|
12
|
+
type?: 'checkbox' | 'radio';
|
|
13
|
+
}
|
|
14
|
+
declare const ChkRadList: React.FunctionComponent<ChkRadListProps>;
|
|
15
|
+
export default ChkRadList;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface CloseButtonProps {
|
|
3
|
+
label?: string;
|
|
4
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
5
|
+
size?: 'sm' | 'md' | 'lg';
|
|
6
|
+
type?: 'button' | 'submit';
|
|
7
|
+
}
|
|
8
|
+
declare const CloseButton: React.FunctionComponent<CloseButtonProps>;
|
|
9
|
+
export default CloseButton;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SummaryListObject } from '../SummaryListItem';
|
|
3
|
+
import type { ConnectedRepeaterRenderProps } from '../ConnectedRepeaterComponent';
|
|
4
|
+
import type { Columns } from '../TableCell';
|
|
5
|
+
import type { FilterField } from '../../filters/interfaces';
|
|
6
|
+
import type { Remote, SimpleAction, Transformer } from '../../utility/interfaces';
|
|
7
|
+
export interface ListFunctions {
|
|
8
|
+
reloadList: () => void;
|
|
9
|
+
}
|
|
10
|
+
export interface ConnectedRepeaterElementProps {
|
|
11
|
+
actions?: SimpleAction[];
|
|
12
|
+
columns?: Columns;
|
|
13
|
+
filters?: FilterField[];
|
|
14
|
+
hasSearch?: boolean;
|
|
15
|
+
hasSummaryToggle?: boolean;
|
|
16
|
+
isDisabled?: boolean;
|
|
17
|
+
remote: Remote;
|
|
18
|
+
setFunctions?: (functions: ListFunctions) => void;
|
|
19
|
+
summary?: SummaryListObject[];
|
|
20
|
+
transformer?: Transformer;
|
|
21
|
+
}
|
|
22
|
+
interface ConnectedRepeaterProps extends ConnectedRepeaterElementProps {
|
|
23
|
+
render: (props: ConnectedRepeaterRenderProps) => React.ReactElement;
|
|
24
|
+
}
|
|
25
|
+
declare const ConnectedRepeater: React.FunctionComponent<ConnectedRepeaterProps>;
|
|
26
|
+
export default ConnectedRepeater;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { Columns } from '../TableCell';
|
|
3
|
+
import type { PaginationObject, Transformer } from '../../utility/interfaces';
|
|
4
|
+
export interface ConnectedRepeaterRenderProps {
|
|
5
|
+
columns?: Columns;
|
|
6
|
+
data?: Record<string, unknown>[];
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
pagination?: PaginationObject;
|
|
9
|
+
totals?: Record<string, number> | null;
|
|
10
|
+
transformer?: Transformer;
|
|
11
|
+
}
|
|
12
|
+
interface ConnectedRepeaterComponentProps {
|
|
13
|
+
columns?: Columns;
|
|
14
|
+
data?: Record<string, unknown>[];
|
|
15
|
+
error?: string;
|
|
16
|
+
isDisabled?: boolean;
|
|
17
|
+
isLoading?: boolean;
|
|
18
|
+
pagination?: PaginationObject;
|
|
19
|
+
render: (props: ConnectedRepeaterRenderProps) => React.ReactElement;
|
|
20
|
+
totals?: Record<string, number> | null;
|
|
21
|
+
transformer?: Transformer;
|
|
22
|
+
}
|
|
23
|
+
declare const ConnectedRepeaterComponent: React.FunctionComponent<ConnectedRepeaterComponentProps>;
|
|
24
|
+
export default ConnectedRepeaterComponent;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SimpleEvent, SimpleEventHandler, SimpleObject } from '../../utility/interfaces';
|
|
3
|
+
export interface DropdownItem extends SimpleObject {
|
|
4
|
+
isDisabled?: boolean;
|
|
5
|
+
meta?: string;
|
|
6
|
+
}
|
|
7
|
+
interface DropdownEvent extends SimpleEvent {
|
|
8
|
+
item: DropdownItem;
|
|
9
|
+
}
|
|
10
|
+
interface DropdownPanelProps {
|
|
11
|
+
data: DropdownItem[];
|
|
12
|
+
isMultiple?: boolean;
|
|
13
|
+
name: string;
|
|
14
|
+
onChange: SimpleEventHandler<boolean | number | string | null, DropdownEvent>;
|
|
15
|
+
value?: (number | string)[] | number | string;
|
|
16
|
+
}
|
|
17
|
+
declare const DropdownPanel: React.FunctionComponent<DropdownPanelProps>;
|
|
18
|
+
export default DropdownPanel;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface EmptyMessageProps {
|
|
3
|
+
description?: string;
|
|
4
|
+
title?: string;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* By default, `EmptyMessage` simply displays a message to the user when no results have been found
|
|
8
|
+
* in a particular list. However, the `title` and `description` can be customised, allowing the
|
|
9
|
+
* component to be used for any situation where a standout message is required.
|
|
10
|
+
*/
|
|
11
|
+
declare const EmptyMessage: React.FunctionComponent<EmptyMessageProps>;
|
|
12
|
+
export default EmptyMessage;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { Component } from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
interface ErrorBoundaryState {
|
|
4
|
+
error: Error | null;
|
|
5
|
+
}
|
|
6
|
+
declare class ErrorBoundary extends Component<Record<string, unknown>, ErrorBoundaryState> {
|
|
7
|
+
static propTypes: {
|
|
8
|
+
children: PropTypes.Validator<string | number | boolean | {} | PropTypes.ReactElementLike | PropTypes.ReactNodeArray>;
|
|
9
|
+
};
|
|
10
|
+
constructor(props: Record<string, unknown>);
|
|
11
|
+
static getDerivedStateFromError(error: Error): ErrorBoundaryState;
|
|
12
|
+
shouldComponentUpdate(): boolean;
|
|
13
|
+
render(): React.ReactNode;
|
|
14
|
+
}
|
|
15
|
+
export default ErrorBoundary;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FilterField } from '../../filters/interfaces';
|
|
3
|
+
import type { SimpleEventHandler } from '../../utility/interfaces';
|
|
4
|
+
interface FilterItemProps extends FilterField {
|
|
5
|
+
onCancel: SimpleEventHandler;
|
|
6
|
+
onChange: SimpleEventHandler;
|
|
7
|
+
value?: string[] | string | null;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: React.NamedExoticComponent<FilterItemProps>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FilterField } from '../../filters/interfaces';
|
|
3
|
+
import type { SimpleAction } from '../../utility/interfaces';
|
|
4
|
+
interface FiltersProps {
|
|
5
|
+
actions?: SimpleAction[];
|
|
6
|
+
fields?: FilterField[];
|
|
7
|
+
hasSearch?: boolean;
|
|
8
|
+
isDisabled?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const Filters: React.FunctionComponent<FiltersProps>;
|
|
11
|
+
export default Filters;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface FixedActionsProps {
|
|
3
|
+
children?: React.ReactNode;
|
|
4
|
+
isDisabled?: boolean;
|
|
5
|
+
isLoading?: boolean;
|
|
6
|
+
label: string;
|
|
7
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
8
|
+
to?: string;
|
|
9
|
+
type?: 'button' | 'submit';
|
|
10
|
+
}
|
|
11
|
+
declare const FixedActions: React.FunctionComponent<FixedActionsProps>;
|
|
12
|
+
export default FixedActions;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface IconButtonProps {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
icon: string;
|
|
5
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
6
|
+
size?: 'sm' | 'md' | 'lg';
|
|
7
|
+
type?: 'button' | 'submit';
|
|
8
|
+
variant?: 'white';
|
|
9
|
+
}
|
|
10
|
+
declare const IconButton: React.FunctionComponent<IconButtonProps>;
|
|
11
|
+
export default IconButton;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ValueObject } from '../ListItemMetaItem';
|
|
3
|
+
import type { TransformedObject } from '../../utility/interfaces';
|
|
4
|
+
interface ListItemProps extends TransformedObject {
|
|
5
|
+
$shouldPreloadTitle?: boolean;
|
|
6
|
+
content?: string;
|
|
7
|
+
meta?: (React.ReactElement | ValueObject | string | null | undefined)[];
|
|
8
|
+
onClick?: React.MouseEventHandler<HTMLAnchorElement | HTMLHeadingElement>;
|
|
9
|
+
secondary?: {
|
|
10
|
+
title: string;
|
|
11
|
+
};
|
|
12
|
+
title?: string;
|
|
13
|
+
to?: string;
|
|
14
|
+
}
|
|
15
|
+
declare const ListItem: React.FunctionComponent<ListItemProps>;
|
|
16
|
+
export default ListItem;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SimpleAction } from '../../utility/interfaces';
|
|
3
|
+
interface ListItemActionsProps {
|
|
4
|
+
actions: SimpleAction[] | ((data?: Record<string, unknown>) => SimpleAction[]);
|
|
5
|
+
data?: Record<string, unknown>;
|
|
6
|
+
}
|
|
7
|
+
declare const ListItemActions: React.FunctionComponent<ListItemActionsProps>;
|
|
8
|
+
export default ListItemActions;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface ValueObject {
|
|
3
|
+
to: string;
|
|
4
|
+
label: string;
|
|
5
|
+
}
|
|
6
|
+
interface ListItemMetaItemProps {
|
|
7
|
+
value?: React.ReactElement | ValueObject | string | null;
|
|
8
|
+
}
|
|
9
|
+
declare const ListItemMetaItem: React.FunctionComponent<ListItemMetaItemProps>;
|
|
10
|
+
export default ListItemMetaItem;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface ListItemTitleProps {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
isPreload?: boolean;
|
|
5
|
+
onClick?: React.MouseEventHandler<HTMLAnchorElement | HTMLHeadingElement>;
|
|
6
|
+
to?: string | null;
|
|
7
|
+
}
|
|
8
|
+
declare const ListItemTitle: React.FunctionComponent<ListItemTitleProps>;
|
|
9
|
+
export default ListItemTitle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { StyleVariant } from '../../utility/interfaces';
|
|
3
|
+
export interface ModalProps {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
isOpen?: boolean;
|
|
6
|
+
title?: string;
|
|
7
|
+
variant?: StyleVariant;
|
|
8
|
+
width?: string;
|
|
9
|
+
onClose?: React.MouseEventHandler<HTMLButtonElement>;
|
|
10
|
+
}
|
|
11
|
+
declare const Modal: React.FunctionComponent<ModalProps>;
|
|
12
|
+
export default Modal;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { NavigationObject } from '../../utility/interfaces';
|
|
3
|
+
interface NavigationItemProps extends NavigationObject {
|
|
4
|
+
isActive?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const NavigationItem: React.FunctionComponent<NavigationItemProps>;
|
|
7
|
+
export default NavigationItem;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { PaginationObject } from '../../utility/interfaces';
|
|
3
|
+
interface PaginationProps extends PaginationObject {
|
|
4
|
+
isDisabled?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const Pagination: React.FunctionComponent<PaginationProps>;
|
|
7
|
+
export default Pagination;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { InputProps, InputValue } from '../../utility/interfaces';
|
|
3
|
+
interface StaticTextInputProps extends InputProps<InputValue, HTMLButtonElement> {
|
|
4
|
+
icon?: string;
|
|
5
|
+
isOpen?: boolean;
|
|
6
|
+
isOptional?: boolean;
|
|
7
|
+
label?: string | null;
|
|
8
|
+
onClick?: React.MouseEventHandler<HTMLButtonElement>;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const StaticTextInput: React.FunctionComponent<StaticTextInputProps>;
|
|
12
|
+
export default StaticTextInput;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface SummaryListItemDefinition {
|
|
3
|
+
key?: string;
|
|
4
|
+
label?: string;
|
|
5
|
+
render?: (key: string) => React.ReactNode;
|
|
6
|
+
to?: string | null;
|
|
7
|
+
type?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare type SummaryListValue = SummaryListItemDefinition | number | string;
|
|
10
|
+
export interface SummaryListObject {
|
|
11
|
+
label: string;
|
|
12
|
+
value: SummaryListValue;
|
|
13
|
+
}
|
|
14
|
+
declare const SummaryListItem: React.FunctionComponent<SummaryListObject>;
|
|
15
|
+
export default SummaryListItem;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SimpleAction } from '../../utility/interfaces';
|
|
3
|
+
interface TableActionsCellProps {
|
|
4
|
+
actions: SimpleAction[] | ((data?: Record<string, unknown>) => SimpleAction[]);
|
|
5
|
+
data?: Record<string, unknown>;
|
|
6
|
+
}
|
|
7
|
+
declare const TableActionsCell: React.FunctionComponent<TableActionsCellProps>;
|
|
8
|
+
export default TableActionsCell;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare type Columns = Record<string, string | [string, boolean?]>;
|
|
3
|
+
interface TableCellProps {
|
|
4
|
+
value?: React.ReactElement | string;
|
|
5
|
+
isRightAligned?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const TableCell: React.FunctionComponent<TableCellProps>;
|
|
8
|
+
export default TableCell;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { TransformedColumn } from '../TableRow';
|
|
3
|
+
interface TableHeadProps {
|
|
4
|
+
hasActions?: boolean;
|
|
5
|
+
columns: TransformedColumn[];
|
|
6
|
+
}
|
|
7
|
+
declare const TableHead: React.FunctionComponent<TableHeadProps>;
|
|
8
|
+
export default TableHead;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { TransformedObject } from '../../utility/interfaces';
|
|
3
|
+
export interface TransformedColumn {
|
|
4
|
+
key: number | string;
|
|
5
|
+
title: string;
|
|
6
|
+
isRightAligned?: boolean;
|
|
7
|
+
}
|
|
8
|
+
interface TableRowProps {
|
|
9
|
+
columns: TransformedColumn[];
|
|
10
|
+
data: TransformedObject;
|
|
11
|
+
}
|
|
12
|
+
declare const TableRow: React.FunctionComponent<TableRowProps>;
|
|
13
|
+
export default TableRow;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface TabItem {
|
|
3
|
+
label: string;
|
|
4
|
+
route: string;
|
|
5
|
+
isDisabled?: boolean | ((item: TabItem, sceneData: Record<string, unknown>) => boolean) | null;
|
|
6
|
+
}
|
|
7
|
+
interface TabsProps {
|
|
8
|
+
data: TabItem[];
|
|
9
|
+
}
|
|
10
|
+
export declare const Tabs: React.FunctionComponent<TabsProps>;
|
|
11
|
+
export default Tabs;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { InputProps } from '../../utility/interfaces';
|
|
3
|
+
interface TextInputAncillaryProps extends InputProps {
|
|
4
|
+
isClearable?: boolean;
|
|
5
|
+
isLoading?: boolean;
|
|
6
|
+
onClear: () => void;
|
|
7
|
+
prefix?: string | null;
|
|
8
|
+
suffix?: string | null;
|
|
9
|
+
}
|
|
10
|
+
declare const TextInputAncillary: React.FunctionComponent<TextInputAncillaryProps>;
|
|
11
|
+
export default TextInputAncillary;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface DataItem {
|
|
3
|
+
id: number;
|
|
4
|
+
datetime: string;
|
|
5
|
+
patient: {
|
|
6
|
+
name: string;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
interface WeekCalendarDayProps {
|
|
10
|
+
data?: DataItem[] | null;
|
|
11
|
+
date: Date;
|
|
12
|
+
}
|
|
13
|
+
declare const WeekCalendarDay: React.FunctionComponent<WeekCalendarDayProps>;
|
|
14
|
+
export default WeekCalendarDay;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FilterFieldProps, RenderSummaryArgs } from '../interfaces';
|
|
3
|
+
declare const BooleanFilter: React.FunctionComponent<FilterFieldProps>;
|
|
4
|
+
export declare const renderSummary: ({ data, value }: RenderSummaryArgs) => string;
|
|
5
|
+
export default BooleanFilter;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FilterFieldProps, RenderSummaryArgs } from '../interfaces';
|
|
3
|
+
declare const DateFilter: React.FunctionComponent<FilterFieldProps>;
|
|
4
|
+
export declare const renderSummary: ({ value }: RenderSummaryArgs) => string;
|
|
5
|
+
export default DateFilter;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FilterFieldProps, RenderSummaryArgs } from '../interfaces';
|
|
3
|
+
declare const DropdownFilter: React.FunctionComponent<FilterFieldProps>;
|
|
4
|
+
export declare const renderSummary: ({ data, value, props }: RenderSummaryArgs) => string;
|
|
5
|
+
export default DropdownFilter;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FilterFieldProps, RenderSummaryArgs } from '../interfaces';
|
|
3
|
+
declare const QuickDateFilter: React.FunctionComponent<FilterFieldProps>;
|
|
4
|
+
export declare const renderSummary: ({ value }: RenderSummaryArgs) => string;
|
|
5
|
+
export default QuickDateFilter;
|