@gusto/embedded-react-sdk 0.46.3 → 0.47.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/CHANGELOG.md +67 -0
- package/dist/components/Base/Base.d.ts +92 -3
- package/dist/components/Base/Base.js +2 -3
- package/dist/components/Base/Base.js.map +1 -1
- package/dist/components/Base/createCompoundContext.d.ts +14 -0
- package/dist/components/Base/createCompoundContext.js.map +1 -1
- package/dist/components/Base/index.d.ts +1 -1
- package/dist/components/Base/useBase.d.ts +25 -0
- package/dist/components/Base/useBase.js.map +1 -1
- package/dist/components/Base/useBaseSubmit.d.ts +15 -0
- package/dist/components/Base/useBaseSubmit.js +4 -4
- package/dist/components/Base/useBaseSubmit.js.map +1 -1
- package/dist/components/Common/ActionsLayout/ActionsLayout.d.ts +2 -1
- package/dist/components/Common/ActionsLayout/ActionsLayout.js.map +1 -1
- package/dist/components/Common/Alert/Alert.d.ts +3 -1
- package/dist/components/Common/DataView/DataCards/DataCards.d.ts +3 -1
- package/dist/components/Common/DataView/DataCards/DataCards.js.map +1 -1
- package/dist/components/Common/DataView/DataTable/DataTable.d.ts +3 -1
- package/dist/components/Common/DataView/DataTable/DataTable.js.map +1 -1
- package/dist/components/Common/DataView/DataView.d.ts +3 -1
- package/dist/components/Common/DataView/DataView.js.map +1 -1
- package/dist/components/Common/DataView/useDataView.d.ts +4 -0
- package/dist/components/Common/DataView/useDataView.js.map +1 -1
- package/dist/components/Common/DataView/useSelectionState.d.ts +1 -0
- package/dist/components/Common/DataView/useSelectionState.js.map +1 -1
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.d.ts +2 -1
- package/dist/components/Common/DateRangeFilter/DateRangeFilter.js.map +1 -1
- package/dist/components/Common/DetailViewLayout/DetailViewLayout.d.ts +2 -1
- package/dist/components/Common/DetailViewLayout/DetailViewLayout.js.map +1 -1
- package/dist/components/Common/DetailViewLayout/DetailViewLayoutTypes.d.ts +1 -0
- package/dist/components/Common/DocumentList/DocumentList.d.ts +7 -1
- package/dist/components/Common/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Common/DocumentViewer/DocumentViewer.d.ts +2 -1
- package/dist/components/Common/DocumentViewer/DocumentViewer.js.map +1 -1
- package/dist/components/Common/EmptyData/EmptyData.d.ts +2 -1
- package/dist/components/Common/EmptyData/EmptyData.js.map +1 -1
- package/dist/components/Common/FadeIn/FadeIn.d.ts +1 -0
- package/dist/components/Common/FadeIn/FadeIn.js.map +1 -1
- package/dist/components/Common/FieldCaption/FieldCaption.d.ts +8 -0
- package/dist/components/Common/FieldCaption/FieldCaption.js.map +1 -1
- package/dist/components/Common/FieldDescription/FieldDescription.d.ts +5 -0
- package/dist/components/Common/FieldDescription/FieldDescription.js.map +1 -1
- package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.d.ts +6 -1
- package/dist/components/Common/FieldErrorMessage/FieldErrorMessage.js.map +1 -1
- package/dist/components/Common/FieldLayout/FieldLayout.d.ts +5 -0
- package/dist/components/Common/FieldLayout/FieldLayout.js.map +1 -1
- package/dist/components/Common/FieldLayout/FieldLayoutTypes.d.ts +15 -0
- package/dist/components/Common/Fields/CheckboxField/CheckboxField.d.ts +2 -0
- package/dist/components/Common/Fields/CheckboxField/CheckboxField.js.map +1 -1
- package/dist/components/Common/Fields/CheckboxField/index.d.ts +1 -1
- package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.d.ts +3 -1
- package/dist/components/Common/Fields/CheckboxGroupField/CheckboxGroupField.js.map +1 -1
- package/dist/components/Common/Fields/CheckboxGroupField/index.d.ts +1 -1
- package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.d.ts +3 -1
- package/dist/components/Common/Fields/ComboBoxField/ComboBoxField.js.map +1 -1
- package/dist/components/Common/Fields/ComboBoxField/index.d.ts +0 -1
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.d.ts +4 -2
- package/dist/components/Common/Fields/DatePickerField/DatePickerField.js.map +1 -1
- package/dist/components/Common/Fields/FileInputField/FileInputField.d.ts +2 -0
- package/dist/components/Common/Fields/FileInputField/FileInputField.js.map +1 -1
- package/dist/components/Common/Fields/FileInputField/index.d.ts +1 -1
- package/dist/components/Common/Fields/MultiSelectComboBoxField/MultiSelectComboBoxField.d.ts +2 -0
- package/dist/components/Common/Fields/MultiSelectComboBoxField/MultiSelectComboBoxField.js.map +1 -1
- package/dist/components/Common/Fields/MultiSelectComboBoxField/index.d.ts +1 -1
- package/dist/components/Common/Fields/NumberInputField/NumberInputField.d.ts +2 -0
- package/dist/components/Common/Fields/NumberInputField/NumberInputField.js.map +1 -1
- package/dist/components/Common/Fields/NumberInputField/index.d.ts +1 -1
- package/dist/components/Common/Fields/PercentageField/PercentageField.d.ts +3 -1
- package/dist/components/Common/Fields/PercentageField/PercentageField.js.map +1 -1
- package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.d.ts +3 -1
- package/dist/components/Common/Fields/RadioGroupField/RadioGroupField.js.map +1 -1
- package/dist/components/Common/Fields/RadioGroupField/index.d.ts +0 -1
- package/dist/components/Common/Fields/SelectField/SelectField.d.ts +3 -1
- package/dist/components/Common/Fields/SelectField/SelectField.js.map +1 -1
- package/dist/components/Common/Fields/SelectField/index.d.ts +0 -1
- package/dist/components/Common/Fields/SwitchField/SwitchField.d.ts +2 -0
- package/dist/components/Common/Fields/SwitchField/SwitchField.js.map +1 -1
- package/dist/components/Common/Fields/TextAreaField/TextAreaField.d.ts +2 -0
- package/dist/components/Common/Fields/TextAreaField/TextAreaField.js.map +1 -1
- package/dist/components/Common/Fields/TextAreaField/index.d.ts +0 -1
- package/dist/components/Common/Fields/TextInputField/TextInputField.d.ts +2 -0
- package/dist/components/Common/Fields/TextInputField/TextInputField.js.map +1 -1
- package/dist/components/Common/Fields/TextInputField/index.d.ts +1 -1
- package/dist/components/Common/Fields/hooks/FieldElementRegistryProvider.d.ts +3 -1
- package/dist/components/Common/Fields/hooks/FieldElementRegistryProvider.js.map +1 -1
- package/dist/components/Common/Fields/hooks/fieldElementRegistry.d.ts +6 -0
- package/dist/components/Common/Fields/hooks/fieldElementRegistry.js.map +1 -1
- package/dist/components/Common/Fields/hooks/useField.d.ts +3 -0
- package/dist/components/Common/Fields/hooks/useField.js.map +1 -1
- package/dist/components/Common/Fields/hooks/useStringifyGenericFieldValue.d.ts +4 -0
- package/dist/components/Common/Fields/hooks/useStringifyGenericFieldValue.js.map +1 -1
- package/dist/components/Common/Fieldset/Fieldset.d.ts +2 -0
- package/dist/components/Common/Fieldset/Fieldset.js.map +1 -1
- package/dist/components/Common/Flex/Flex.d.ts +6 -2
- package/dist/components/Common/Flex/Flex.js.map +1 -1
- package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.d.ts +21 -1
- package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbs.js.map +1 -1
- package/dist/components/Common/FlowBreadcrumbs/FlowBreadcrumbsTypes.d.ts +33 -7
- package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.d.ts +16 -0
- package/dist/components/Common/FlowBreadcrumbs/breadcrumbTransitionHelpers.js.map +1 -1
- package/dist/components/Common/Form/Form.d.ts +3 -1
- package/dist/components/Common/Form/Form.js.map +1 -1
- package/dist/components/Common/Grid/Grid.d.ts +3 -1
- package/dist/components/Common/Grid/Grid.js.map +1 -1
- package/dist/components/Common/HamburgerMenu/HamburgerMenu.d.ts +8 -1
- package/dist/components/Common/HamburgerMenu/HamburgerMenu.js.map +1 -1
- package/dist/components/Common/HamburgerMenu/HamburgerMenuTypes.d.ts +11 -0
- package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.d.ts +7 -0
- package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayout.js.map +1 -1
- package/dist/components/Common/HorizontalFieldLayout/HorizontalFieldLayoutTypes.d.ts +14 -0
- package/dist/components/Common/InlineSpinner/InlineSpinner.d.ts +2 -1
- package/dist/components/Common/InlineSpinner/InlineSpinner.js.map +1 -1
- package/dist/components/Common/InternalError/InternalError.d.ts +2 -1
- package/dist/components/Common/InternalError/InternalError.js.map +1 -1
- package/dist/components/Common/Loading/Loading.d.ts +3 -1
- package/dist/components/Common/Loading/Loading.js.map +1 -1
- package/dist/components/Common/OnboardingStatusBadge/index.d.ts +8 -5
- package/dist/components/Common/OnboardingStatusBadge/index.js.map +1 -1
- package/dist/components/Common/PaginationControl/PaginationControl.d.ts +2 -1
- package/dist/components/Common/PaginationControl/PaginationControl.js.map +1 -1
- package/dist/components/Common/PaginationControl/PaginationControlTypes.d.ts +17 -0
- package/dist/components/Common/PayrollLoading/PayrollLoading.d.ts +2 -1
- package/dist/components/Common/PayrollLoading/PayrollLoading.js.map +1 -1
- package/dist/components/Common/PayrollLoading/PayrollLoadingTypes.d.ts +8 -0
- package/dist/components/Common/ReorderableList/DropZone.d.ts +1 -0
- package/dist/components/Common/ReorderableList/DropZone.js.map +1 -1
- package/dist/components/Common/ReorderableList/ReorderableItem.d.ts +1 -3
- package/dist/components/Common/ReorderableList/ReorderableItem.js.map +1 -1
- package/dist/components/Common/ReorderableList/ReorderableList.d.ts +2 -1
- package/dist/components/Common/ReorderableList/ReorderableList.js.map +1 -1
- package/dist/components/Common/ReorderableList/ReorderableListTypes.d.ts +4 -0
- package/dist/components/Common/ReorderableList/constants.d.ts +1 -3
- package/dist/components/Common/ReorderableList/constants.js.map +1 -1
- package/dist/components/Common/RequirementsList/RequirementsList.d.ts +2 -1
- package/dist/components/Common/RequirementsList/RequirementsList.js.map +1 -1
- package/dist/components/Common/TaxInputs/TaxInputs.d.ts +16 -9
- package/dist/components/Common/TaxInputs/TaxInputs.js.map +1 -1
- package/dist/components/Common/Toast/Toast.d.ts +2 -1
- package/dist/components/Common/UI/Alert/Alert.d.ts +11 -1
- package/dist/components/Common/UI/Alert/Alert.js.map +1 -1
- package/dist/components/Common/UI/Alert/AlertTypes.d.ts +10 -0
- package/dist/components/Common/UI/Alert/AlertTypes.js.map +1 -1
- package/dist/components/Common/UI/Badge/Badge.d.ts +7 -0
- package/dist/components/Common/UI/Badge/Badge.js.map +1 -1
- package/dist/components/Common/UI/Badge/BadgeTypes.d.ts +10 -0
- package/dist/components/Common/UI/Badge/BadgeTypes.js.map +1 -1
- package/dist/components/Common/UI/Banner/Banner.d.ts +7 -0
- package/dist/components/Common/UI/Banner/Banner.js.map +1 -1
- package/dist/components/Common/UI/Banner/BannerTypes.d.ts +10 -0
- package/dist/components/Common/UI/Banner/BannerTypes.js.map +1 -1
- package/dist/components/Common/UI/Box/Box.d.ts +8 -1
- package/dist/components/Common/UI/Box/Box.js.map +1 -1
- package/dist/components/Common/UI/Box/BoxTypes.d.ts +21 -0
- package/dist/components/Common/UI/BoxHeader/BoxHeader.d.ts +8 -1
- package/dist/components/Common/UI/BoxHeader/BoxHeader.js.map +1 -1
- package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.d.ts +25 -0
- package/dist/components/Common/UI/BoxHeader/BoxHeaderTypes.js.map +1 -1
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.d.ts +8 -1
- package/dist/components/Common/UI/Breadcrumbs/Breadcrumbs.js.map +1 -1
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.d.ts +23 -0
- package/dist/components/Common/UI/Breadcrumbs/BreadcrumbsTypes.js.map +1 -1
- package/dist/components/Common/UI/Breadcrumbs/index.d.ts +1 -1
- package/dist/components/Common/UI/Button/Button.d.ts +8 -1
- package/dist/components/Common/UI/Button/Button.js.map +1 -1
- package/dist/components/Common/UI/Button/ButtonIcon.d.ts +8 -1
- package/dist/components/Common/UI/Button/ButtonIcon.js.map +1 -1
- package/dist/components/Common/UI/Button/ButtonTypes.d.ts +22 -0
- package/dist/components/Common/UI/Button/ButtonTypes.js.map +1 -1
- package/dist/components/Common/UI/Button/index.d.ts +0 -2
- package/dist/components/Common/UI/CalendarPreview/CalendarLegend.d.ts +13 -1
- package/dist/components/Common/UI/CalendarPreview/CalendarLegend.js.map +1 -1
- package/dist/components/Common/UI/CalendarPreview/CalendarPreview.d.ts +8 -1
- package/dist/components/Common/UI/CalendarPreview/CalendarPreview.js.map +1 -1
- package/dist/components/Common/UI/CalendarPreview/CalendarPreviewTypes.d.ts +6 -0
- package/dist/components/Common/UI/CalendarPreview/index.d.ts +0 -2
- package/dist/components/Common/UI/Card/Card.d.ts +8 -1
- package/dist/components/Common/UI/Card/Card.js.map +1 -1
- package/dist/components/Common/UI/Card/CardTypes.d.ts +6 -0
- package/dist/components/Common/UI/Checkbox/Checkbox.d.ts +8 -1
- package/dist/components/Common/UI/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Common/UI/Checkbox/CheckboxTypes.d.ts +12 -0
- package/dist/components/Common/UI/Checkbox/CheckboxTypes.js.map +1 -1
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.d.ts +9 -1
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.d.ts +18 -1
- package/dist/components/Common/UI/CheckboxGroup/CheckboxGroupTypes.js.map +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.d.ts +8 -1
- package/dist/components/Common/UI/ComboBox/ComboBox.js.map +1 -1
- package/dist/components/Common/UI/ComboBox/ComboBoxTypes.d.ts +12 -0
- package/dist/components/Common/UI/DatePicker/DatePicker.d.ts +8 -1
- package/dist/components/Common/UI/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/Common/UI/DatePicker/DatePickerTypes.d.ts +6 -0
- package/dist/components/Common/UI/DateRangePicker/DateRangePicker.d.ts +8 -1
- package/dist/components/Common/UI/DateRangePicker/DateRangePicker.js.map +1 -1
- package/dist/components/Common/UI/DateRangePicker/DateRangePickerTypes.d.ts +41 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionList.d.ts +8 -1
- package/dist/components/Common/UI/DescriptionList/DescriptionList.js.map +1 -1
- package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.d.ts +38 -0
- package/dist/components/Common/UI/DescriptionList/DescriptionListTypes.js.map +1 -1
- package/dist/components/Common/UI/DescriptionList/index.d.ts +0 -1
- package/dist/components/Common/UI/Dialog/Dialog.d.ts +12 -1
- package/dist/components/Common/UI/Dialog/Dialog.js.map +1 -1
- package/dist/components/Common/UI/Dialog/DialogTypes.d.ts +13 -1
- package/dist/components/Common/UI/Dialog/DialogTypes.js.map +1 -1
- package/dist/components/Common/UI/Dialog/index.d.ts +0 -2
- package/dist/components/Common/UI/FileInput/FileInput.d.ts +13 -1
- package/dist/components/Common/UI/FileInput/FileInput.js.map +1 -1
- package/dist/components/Common/UI/FileInput/FileInputTypes.d.ts +13 -0
- package/dist/components/Common/UI/FileInput/FileInputTypes.js.map +1 -1
- package/dist/components/Common/UI/FileInput/index.d.ts +0 -2
- package/dist/components/Common/UI/Heading/Heading.d.ts +14 -1
- package/dist/components/Common/UI/Heading/Heading.js.map +1 -1
- package/dist/components/Common/UI/Heading/HeadingTypes.d.ts +6 -0
- package/dist/components/Common/UI/Heading/index.d.ts +0 -1
- package/dist/components/Common/UI/Input/Input.d.ts +10 -1
- package/dist/components/Common/UI/Input/Input.js.map +1 -1
- package/dist/components/Common/UI/Input/InputTypes.d.ts +13 -2
- package/dist/components/Common/UI/Input/InputTypes.js.map +1 -1
- package/dist/components/Common/UI/Input/index.d.ts +0 -1
- package/dist/components/Common/UI/Link/Link.d.ts +8 -1
- package/dist/components/Common/UI/Link/Link.js.map +1 -1
- package/dist/components/Common/UI/Link/LinkTypes.d.ts +6 -0
- package/dist/components/Common/UI/List/ListTypes.d.ts +14 -1
- package/dist/components/Common/UI/List/OrderedList.d.ts +8 -1
- package/dist/components/Common/UI/List/OrderedList.js.map +1 -1
- package/dist/components/Common/UI/List/UnorderedList.d.ts +8 -1
- package/dist/components/Common/UI/List/UnorderedList.js.map +1 -1
- package/dist/components/Common/UI/List/index.d.ts +1 -1
- package/dist/components/Common/UI/LoadingSpinner/LoadingSpinner.d.ts +7 -0
- package/dist/components/Common/UI/LoadingSpinner/LoadingSpinner.js.map +1 -1
- package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.d.ts +13 -1
- package/dist/components/Common/UI/LoadingSpinner/LoadingSpinnerTypes.js.map +1 -1
- package/dist/components/Common/UI/LoadingSpinner/index.d.ts +0 -2
- package/dist/components/Common/UI/Menu/Menu.d.ts +8 -1
- package/dist/components/Common/UI/Menu/Menu.js.map +1 -1
- package/dist/components/Common/UI/Menu/MenuTypes.d.ts +19 -1
- package/dist/components/Common/UI/Menu/MenuTypes.js.map +1 -1
- package/dist/components/Common/UI/Modal/Modal.d.ts +11 -1
- package/dist/components/Common/UI/Modal/Modal.js.map +1 -1
- package/dist/components/Common/UI/Modal/ModalTypes.d.ts +13 -1
- package/dist/components/Common/UI/Modal/ModalTypes.js.map +1 -1
- package/dist/components/Common/UI/Modal/index.d.ts +0 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.d.ts +8 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBox.js.map +1 -1
- package/dist/components/Common/UI/MultiSelectComboBox/MultiSelectComboBoxTypes.d.ts +45 -0
- package/dist/components/Common/UI/NumberInput/NumberInput.d.ts +8 -1
- package/dist/components/Common/UI/NumberInput/NumberInput.js.map +1 -1
- package/dist/components/Common/UI/NumberInput/NumberInputTypes.d.ts +6 -0
- package/dist/components/Common/UI/ProgressBar/ProgressBar.d.ts +8 -1
- package/dist/components/Common/UI/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/components/Common/UI/ProgressBar/ProgressBarTypes.d.ts +6 -0
- package/dist/components/Common/UI/Radio/Radio.d.ts +12 -1
- package/dist/components/Common/UI/Radio/Radio.js.map +1 -1
- package/dist/components/Common/UI/Radio/RadioTypes.d.ts +13 -1
- package/dist/components/Common/UI/Radio/RadioTypes.js.map +1 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroup.d.ts +9 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.d.ts +18 -1
- package/dist/components/Common/UI/RadioGroup/RadioGroupTypes.js.map +1 -1
- package/dist/components/Common/UI/Select/Select.d.ts +8 -1
- package/dist/components/Common/UI/Select/Select.js.map +1 -1
- package/dist/components/Common/UI/Select/SelectTypes.d.ts +11 -0
- package/dist/components/Common/UI/Switch/Switch.d.ts +8 -1
- package/dist/components/Common/UI/Switch/Switch.js.map +1 -1
- package/dist/components/Common/UI/Switch/SwitchTypes.d.ts +13 -1
- package/dist/components/Common/UI/Switch/SwitchTypes.js.map +1 -1
- package/dist/components/Common/UI/Table/Table.d.ts +8 -1
- package/dist/components/Common/UI/Table/Table.js.map +1 -1
- package/dist/components/Common/UI/Table/TableTypes.d.ts +23 -1
- package/dist/components/Common/UI/Table/TableTypes.js.map +1 -1
- package/dist/components/Common/UI/Tabs/Tabs.d.ts +13 -1
- package/dist/components/Common/UI/Tabs/Tabs.js.map +1 -1
- package/dist/components/Common/UI/Tabs/TabsTypes.d.ts +6 -8
- package/dist/components/Common/UI/Tabs/index.d.ts +0 -1
- package/dist/components/Common/UI/Text/Text.d.ts +8 -1
- package/dist/components/Common/UI/Text/Text.js.map +1 -1
- package/dist/components/Common/UI/Text/TextTypes.d.ts +13 -1
- package/dist/components/Common/UI/Text/TextTypes.js.map +1 -1
- package/dist/components/Common/UI/Text/index.d.ts +0 -1
- package/dist/components/Common/UI/TextArea/TextArea.d.ts +8 -1
- package/dist/components/Common/UI/TextArea/TextArea.js.map +1 -1
- package/dist/components/Common/UI/TextArea/TextAreaTypes.d.ts +20 -3
- package/dist/components/Common/UI/TextArea/TextAreaTypes.js.map +1 -1
- package/dist/components/Common/UI/TextArea/index.d.ts +0 -2
- package/dist/components/Common/UI/TextInput/TextInput.d.ts +8 -1
- package/dist/components/Common/UI/TextInput/TextInput.js.map +1 -1
- package/dist/components/Common/UI/TextInput/TextInputTypes.d.ts +13 -2
- package/dist/components/Common/UI/TextInput/TextInputTypes.js.map +1 -1
- package/dist/components/Common/UI/hooks/useFieldIds.d.ts +1 -0
- package/dist/components/Common/UI/hooks/useFieldIds.js.map +1 -1
- package/dist/components/Common/VisuallyHidden/VisuallyHidden.d.ts +3 -1
- package/dist/components/Common/VisuallyHidden/VisuallyHidden.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatory.js +2 -3
- package/dist/components/Company/AssignSignatory/AssignSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js +6 -8
- package/dist/components/Company/AssignSignatory/AssignSignatorySelection.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js +8 -10
- package/dist/components/Company/AssignSignatory/CreateSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js +5 -5
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/CreateSignatoryForm.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js +9 -11
- package/dist/components/Company/AssignSignatory/CreateSignatory/useCreateSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/Head.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/Head.js +8 -10
- package/dist/components/Company/AssignSignatory/Head.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js +6 -8
- package/dist/components/Company/AssignSignatory/InviteSignatory/Actions.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js +3 -3
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/InviteSignatoryForm.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js +9 -11
- package/dist/components/Company/AssignSignatory/InviteSignatory/useInviteSignatory.js.map +1 -1
- package/dist/components/Company/AssignSignatory/SignatoryForm.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.d.ts +1 -1
- package/dist/components/Company/AssignSignatory/TitleSelect.js +2 -3
- package/dist/components/Company/AssignSignatory/TitleSelect.js.map +1 -1
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js +11 -13
- package/dist/components/Company/AssignSignatory/useAssignSignatory.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccount.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js +1 -1
- package/dist/components/Company/BankAccount/BankAccount.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountComponents.d.ts +4 -4
- package/dist/components/Company/BankAccount/BankAccountComponents.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js +8 -9
- package/dist/components/Company/BankAccount/BankAccountForm/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/BankAccountForm.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js +9 -11
- package/dist/components/Company/BankAccount/BankAccountForm/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Head.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/Head.js +5 -7
- package/dist/components/Company/BankAccount/BankAccountForm/Head.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountForm/context.js +9 -11
- package/dist/components/Company/BankAccount/BankAccountForm/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/AccountView.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js +10 -12
- package/dist/components/Company/BankAccount/BankAccountList/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/BankAccountList.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/Head.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/context.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountList/context.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js +11 -13
- package/dist/components/Company/BankAccount/BankAccountVerify/Actions.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/BankAccountVerify.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.d.ts +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js +4 -6
- package/dist/components/Company/BankAccount/BankAccountVerify/Form.js.map +1 -1
- package/dist/components/Company/BankAccount/BankAccountVerify/Head.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js +5 -7
- package/dist/components/Company/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js +10 -11
- package/dist/components/Company/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/Head.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/List.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/ManageSignatories.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.d.ts +2 -2
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js +9 -11
- package/dist/components/Company/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js +1 -1
- package/dist/components/Company/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js +10 -11
- package/dist/components/Company/DocumentSigner/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.d.ts +5 -5
- package/dist/components/Company/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/fields.d.ts +2 -2
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.d.ts +1 -1
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js +3 -3
- package/dist/components/Company/DocumentSigner/shared/useSignCompanyForm/useSignCompanyForm.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Actions.d.ts +1 -1
- package/dist/components/Company/FederalTaxes/Actions.js +7 -9
- package/dist/components/Company/FederalTaxes/Actions.js.map +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.d.ts +1 -1
- package/dist/components/Company/FederalTaxes/FederalTaxes.js +8 -9
- package/dist/components/Company/FederalTaxes/FederalTaxes.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Form.d.ts +1 -1
- package/dist/components/Company/FederalTaxes/Form.js +4 -6
- package/dist/components/Company/FederalTaxes/Form.js.map +1 -1
- package/dist/components/Company/FederalTaxes/Head.d.ts +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.d.ts +1 -1
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js +14 -16
- package/dist/components/Company/FederalTaxes/useFederalTaxes.js.map +1 -1
- package/dist/components/Company/Industry/Actions.d.ts +1 -1
- package/dist/components/Company/Industry/Actions.js +5 -7
- package/dist/components/Company/Industry/Actions.js.map +1 -1
- package/dist/components/Company/Industry/Context.js +12 -14
- package/dist/components/Company/Industry/Context.js.map +1 -1
- package/dist/components/Company/Industry/Edit.d.ts +1 -1
- package/dist/components/Company/Industry/Edit.js +10 -12
- package/dist/components/Company/Industry/Edit.js.map +1 -1
- package/dist/components/Company/Industry/Head.d.ts +1 -1
- package/dist/components/Company/Industry/Industry.d.ts +1 -1
- package/dist/components/Company/Industry/Industry.js +2 -2
- package/dist/components/Company/Industry/Industry.js.map +1 -1
- package/dist/components/Company/Industry/IndustrySelect.d.ts +1 -1
- package/dist/components/Company/Industry/IndustrySelect.js +6 -8
- package/dist/components/Company/Industry/IndustrySelect.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.d.ts +1 -1
- package/dist/components/Company/Locations/LocationForm/Actions.js +6 -8
- package/dist/components/Company/Locations/LocationForm/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/Form.d.ts +1 -1
- package/dist/components/Company/Locations/LocationForm/Head.d.ts +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.d.ts +1 -1
- package/dist/components/Company/Locations/LocationForm/LocationForm.js +13 -14
- package/dist/components/Company/Locations/LocationForm/LocationForm.js.map +1 -1
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js +9 -11
- package/dist/components/Company/Locations/LocationForm/useLocationForm.js.map +1 -1
- package/dist/components/Company/Locations/Locations.d.ts +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.d.ts +1 -1
- package/dist/components/Company/Locations/LocationsList/Actions.js +6 -8
- package/dist/components/Company/Locations/LocationsList/Actions.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/Head.d.ts +1 -1
- package/dist/components/Company/Locations/LocationsList/List.d.ts +1 -1
- package/dist/components/Company/Locations/LocationsList/List.js +7 -9
- package/dist/components/Company/Locations/LocationsList/List.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.d.ts +1 -1
- package/dist/components/Company/Locations/LocationsList/LocationsList.js +6 -7
- package/dist/components/Company/Locations/LocationsList/LocationsList.js.map +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.d.ts +1 -1
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js +9 -11
- package/dist/components/Company/Locations/LocationsList/useLocationsList.js.map +1 -1
- package/dist/components/Company/Locations/locationsStateMachine.d.ts +2 -2
- package/dist/components/Company/OnboardingFlow/OnboardingFlow.d.ts +1 -1
- package/dist/components/Company/OnboardingFlow/OnboardingFlowComponents.d.ts +9 -9
- package/dist/components/Company/OnboardingOverview/Completed.d.ts +1 -1
- package/dist/components/Company/OnboardingOverview/Completed.js +12 -14
- package/dist/components/Company/OnboardingOverview/Completed.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.d.ts +1 -1
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js +5 -7
- package/dist/components/Company/OnboardingOverview/MissingRequirements.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.d.ts +1 -1
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js +3 -4
- package/dist/components/Company/OnboardingOverview/OnboardingOverview.js.map +1 -1
- package/dist/components/Company/OnboardingOverview/context.d.ts +1 -1
- package/dist/components/Company/OnboardingOverview/context.js +9 -11
- package/dist/components/Company/OnboardingOverview/context.js.map +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.d.ts +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js +1 -1
- package/dist/components/Company/PaySchedule/PaySchedule.js.map +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleComponents.d.ts +2 -2
- package/dist/components/Company/PaySchedule/PayScheduleForm.d.ts +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.d.ts +1 -1
- package/dist/components/Company/PaySchedule/PayScheduleList.js +4 -5
- package/dist/components/Company/PaySchedule/PayScheduleList.js.map +1 -1
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/fields.d.ts +7 -7
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.d.ts +2 -2
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js +6 -6
- package/dist/components/Company/PaySchedule/shared/usePayScheduleForm/usePayScheduleForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxes.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesComponents.d.ts +2 -2
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js +5 -7
- package/dist/components/Company/StateTaxes/StateTaxesForm/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Form.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/Head.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js +2 -2
- package/dist/components/Company/StateTaxes/StateTaxesForm/StateTaxesForm.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js +9 -11
- package/dist/components/Company/StateTaxes/StateTaxesForm/context.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js +6 -8
- package/dist/components/Company/StateTaxes/StateTaxesList/Actions.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/Head.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js +3 -5
- package/dist/components/Company/StateTaxes/StateTaxesList/List.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/StateTaxesList.js.map +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.d.ts +1 -1
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js +9 -11
- package/dist/components/Company/StateTaxes/StateTaxesList/context.js.map +1 -1
- package/dist/components/Contractor/Address/Actions.d.ts +1 -1
- package/dist/components/Contractor/Address/Address.d.ts +1 -1
- package/dist/components/Contractor/Address/Address.js +6 -7
- package/dist/components/Contractor/Address/Address.js.map +1 -1
- package/dist/components/Contractor/Address/Form.d.ts +1 -1
- package/dist/components/Contractor/Address/Head.d.ts +1 -1
- package/dist/components/Contractor/Address/Head.js +7 -9
- package/dist/components/Contractor/Address/Head.js.map +1 -1
- package/dist/components/Contractor/Address/useAddress.d.ts +2 -2
- package/dist/components/Contractor/Address/useAddress.js +11 -13
- package/dist/components/Contractor/Address/useAddress.js.map +1 -1
- package/dist/components/Contractor/ContractorList/index.d.ts +3 -3
- package/dist/components/Contractor/ContractorList/index.js +20 -21
- package/dist/components/Contractor/ContractorList/index.js.map +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.d.ts +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.js +1 -1
- package/dist/components/Contractor/ContractorList/useContractorList.js.map +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.d.ts +1 -1
- package/dist/components/Contractor/NewHireReport/NewHireReport.js +4 -5
- package/dist/components/Contractor/NewHireReport/NewHireReport.js.map +1 -1
- package/dist/components/Contractor/OnboardingFlow/OnboardingFlow.d.ts +1 -1
- package/dist/components/Contractor/OnboardingFlow/OnboardingFlowComponents.d.ts +7 -7
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.d.ts +1 -1
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js +2 -4
- package/dist/components/Contractor/PaymentMethod/BankAccountForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.d.ts +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js +7 -8
- package/dist/components/Contractor/PaymentMethod/PaymentMethod.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.d.ts +1 -1
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js +2 -3
- package/dist/components/Contractor/PaymentMethod/PaymentTypeForm.js.map +1 -1
- package/dist/components/Contractor/PaymentMethod/types.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.d.ts +2 -2
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js +5 -5
- package/dist/components/Contractor/Payments/CreatePayment/CreatePayment.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.d.ts +3 -3
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js +2 -4
- package/dist/components/Contractor/Payments/CreatePayment/CreatePaymentPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/EditContractorPaymentPresentation.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.d.ts +3 -3
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js +5 -7
- package/dist/components/Contractor/Payments/CreatePayment/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.d.ts +2 -2
- package/dist/components/Contractor/Payments/CreatePayment/GenericBlocker.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.d.ts +5 -5
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js +3 -4
- package/dist/components/Contractor/Payments/CreatePayment/PreviewPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/helpers.d.ts +1 -1
- package/dist/components/Contractor/Payments/CreatePayment/helpers.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlow.d.ts +1 -1
- package/dist/components/Contractor/Payments/PaymentFlow/PaymentFlowComponents.d.ts +6 -6
- package/dist/components/Contractor/Payments/PaymentFlow/paymentStateMachine.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.d.ts +2 -2
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js +3 -3
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistory.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.d.ts +3 -3
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js +2 -4
- package/dist/components/Contractor/Payments/PaymentHistory/PaymentHistoryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.d.ts +2 -2
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js +4 -4
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatement.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.d.ts +4 -4
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js +13 -15
- package/dist/components/Contractor/Payments/PaymentStatement/PaymentStatementPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.d.ts +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js +3 -3
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummary.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.d.ts +4 -4
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js +2 -4
- package/dist/components/Contractor/Payments/PaymentSummary/PaymentSummaryPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.d.ts +2 -2
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js +3 -3
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsList.js.map +1 -1
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.d.ts +2 -2
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js +7 -9
- package/dist/components/Contractor/Payments/PaymentsList/PaymentsListPresentation.js.map +1 -1
- package/dist/components/Contractor/Payments/types.d.ts +2 -2
- package/dist/components/Contractor/Profile/ContractorProfile.d.ts +1 -1
- package/dist/components/Contractor/Profile/ContractorProfile.js +1 -1
- package/dist/components/Contractor/Profile/ContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Profile/ContractorProfileForm.d.ts +2 -2
- package/dist/components/Contractor/Profile/ContractorProfileForm.js.map +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.d.ts +1 -1
- package/dist/components/Contractor/Profile/useContractorProfile.js +42 -42
- package/dist/components/Contractor/Profile/useContractorProfile.js.map +1 -1
- package/dist/components/Contractor/Submit/Submit.d.ts +2 -2
- package/dist/components/Contractor/Submit/Submit.js +6 -7
- package/dist/components/Contractor/Submit/Submit.js.map +1 -1
- package/dist/components/Contractor/Submit/SubmitDone.d.ts +1 -1
- package/dist/components/Employee/Compensation/management/Compensation.d.ts +8 -0
- package/dist/components/Employee/Compensation/management/Compensation.js +40 -0
- package/dist/components/Employee/Compensation/management/Compensation.js.map +1 -0
- package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.d.ts +11 -0
- package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js +86 -0
- package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.js.map +1 -0
- package/dist/components/Employee/Compensation/management/{EditCompensation/EditCompensation.module.scss.js → CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.module.scss.js} +1 -1
- package/dist/components/Employee/Compensation/management/CompensationAddAnotherJobForm/CompensationAddAnotherJobForm.module.scss.js.map +1 -0
- package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.d.ts +20 -0
- package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js +34 -0
- package/dist/components/Employee/Compensation/management/CompensationAddJobForm/CompensationAddJobForm.js.map +1 -0
- package/dist/components/Employee/Compensation/management/CompensationAddJobForm/index.d.ts +3 -0
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.d.ts +16 -0
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js +324 -0
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.js.map +1 -0
- package/dist/components/Employee/{Dashboard/JobAndPayView.module.scss.js → Compensation/management/CompensationCard/CompensationCard.module.scss.js} +1 -1
- package/dist/components/Employee/Compensation/management/CompensationCard/CompensationCard.module.scss.js.map +1 -0
- package/dist/components/Employee/Compensation/management/CompensationCard/index.d.ts +3 -0
- package/dist/components/Employee/Compensation/management/CompensationComponents.d.ts +13 -0
- package/dist/components/Employee/Compensation/management/CompensationComponents.js +53 -0
- package/dist/components/Employee/Compensation/management/CompensationComponents.js.map +1 -0
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.d.ts +26 -0
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js +45 -0
- package/dist/components/Employee/Compensation/management/CompensationEditForm/CompensationEditForm.js.map +1 -0
- package/dist/components/Employee/Compensation/management/CompensationEditForm/index.d.ts +3 -0
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.d.ts +12 -0
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js +91 -0
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.js.map +1 -0
- package/dist/components/Employee/Compensation/management/{AddAnotherJob/AddAnotherJob.module.scss.js → CompensationEditJobForm/CompensationEditJobForm.module.scss.js} +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/CompensationEditJobForm.module.scss.js.map +1 -0
- package/dist/components/Employee/Compensation/management/CompensationEditJobForm/index.d.ts +3 -0
- package/dist/components/Employee/Compensation/management/{EditPendingCompensation/EditPendingCompensation.d.ts → CompensationEditPendingJobForm/CompensationEditPendingJobForm.d.ts} +5 -5
- package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js +85 -0
- package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.js.map +1 -0
- package/dist/components/Employee/Compensation/management/{EditPendingCompensation/EditPendingCompensation.module.scss.js → CompensationEditPendingJobForm/CompensationEditPendingJobForm.module.scss.js} +1 -1
- package/dist/components/Employee/Compensation/management/CompensationEditPendingJobForm/CompensationEditPendingJobForm.module.scss.js.map +1 -0
- package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.d.ts +1 -1
- package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js +203 -155
- package/dist/components/Employee/Compensation/management/ManagementCompensationFormBody.js.map +1 -1
- package/dist/components/Employee/Compensation/management/compensationStateMachine.d.ts +6 -0
- package/dist/components/Employee/Compensation/management/compensationStateMachine.js +102 -0
- package/dist/components/Employee/Compensation/management/compensationStateMachine.js.map +1 -0
- package/dist/components/Employee/Compensation/management/index.d.ts +10 -5
- package/dist/components/Employee/Compensation/management/useManagementCompensationDictionary.d.ts +11 -0
- package/dist/components/Employee/Compensation/management/useManagementCompensationDictionary.js +81 -0
- package/dist/components/Employee/Compensation/management/useManagementCompensationDictionary.js.map +1 -0
- package/dist/components/Employee/Compensation/onboarding/Compensation.d.ts +4 -4
- package/dist/components/Employee/Compensation/onboarding/Compensation.js +1 -1
- package/dist/components/Employee/Compensation/onboarding/Compensation.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.d.ts +5 -5
- package/dist/components/Employee/Compensation/onboarding/CompensationFlowComponents.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/EditCompensation/EditCompensation.d.ts +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.d.ts +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js +2 -2
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsList.js.map +1 -1
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.d.ts +2 -2
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js +9 -10
- package/dist/components/Employee/Compensation/onboarding/JobsList/JobsListPresentation.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.d.ts +17 -2
- package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js +204 -153
- package/dist/components/Employee/Compensation/shared/AddCompensationFormBody.js.map +1 -1
- package/dist/components/Employee/{Dashboard → Compensation/shared}/PendingChangesReviewModal.d.ts +1 -1
- package/dist/components/Employee/Compensation/shared/PendingChangesReviewModal.js +64 -0
- package/dist/components/Employee/Compensation/shared/PendingChangesReviewModal.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.d.ts +1 -1
- package/dist/components/Employee/Compensation/shared/derivePrimaryFlsaStatus.js.map +1 -1
- package/dist/components/Employee/{Dashboard → Compensation/shared}/getPendingCompensationChanges.d.ts +2 -2
- package/dist/components/Employee/{Dashboard → Compensation/shared}/getPendingCompensationChanges.js +1 -1
- package/dist/components/Employee/Compensation/shared/getPendingCompensationChanges.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.d.ts +10 -10
- package/dist/components/Employee/Compensation/shared/useCompensationForm/fields.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.d.ts +28 -5
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js +140 -137
- package/dist/components/Employee/Compensation/shared/useCompensationForm/useCompensationForm.js.map +1 -1
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/index.d.ts +3 -0
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.d.ts +31 -0
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js +57 -0
- package/dist/components/Employee/Compensation/shared/useCompensationManagement/useCompensationManagement.js.map +1 -0
- package/dist/components/Employee/Compensation/shared/useJobForm/fields.d.ts +5 -5
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.d.ts +3 -3
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js +7 -7
- package/dist/components/Employee/Compensation/shared/useJobForm/useJobForm.js.map +1 -1
- package/dist/components/Employee/{Dashboard → Compensation/shared}/usePendingChangeDetailRenderer.d.ts +3 -2
- package/dist/components/Employee/Compensation/shared/usePendingChangeDetailRenderer.js +61 -0
- package/dist/components/Employee/Compensation/shared/usePendingChangeDetailRenderer.js.map +1 -0
- package/dist/components/Employee/Dashboard/BasicDetailsView.d.ts +8 -26
- package/dist/components/Employee/Dashboard/BasicDetailsView.js +11 -136
- package/dist/components/Employee/Dashboard/BasicDetailsView.js.map +1 -1
- package/dist/components/Employee/Dashboard/Dashboard.d.ts +1 -1
- package/dist/components/Employee/Dashboard/Dashboard.js +53 -113
- package/dist/components/Employee/Dashboard/Dashboard.js.map +1 -1
- package/dist/components/Employee/Dashboard/DashboardComponents.d.ts +17 -18
- package/dist/components/Employee/Dashboard/DashboardComponents.js +76 -126
- package/dist/components/Employee/Dashboard/DashboardComponents.js.map +1 -1
- package/dist/components/Employee/Dashboard/DashboardFlow.d.ts +1 -1
- package/dist/components/Employee/Dashboard/JobAndPayView.d.ts +1 -8
- package/dist/components/Employee/Dashboard/JobAndPayView.js +14 -656
- package/dist/components/Employee/Dashboard/JobAndPayView.js.map +1 -1
- package/dist/components/Employee/Dashboard/TaxesView.d.ts +9 -26
- package/dist/components/Employee/Dashboard/TaxesView.js +12 -142
- package/dist/components/Employee/Dashboard/TaxesView.js.map +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.d.ts +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js +232 -164
- package/dist/components/Employee/Dashboard/dashboardStateMachine.js.map +1 -1
- package/dist/components/Employee/Dashboard/dashboardStateMachine.test.d.ts +1 -0
- package/dist/components/Employee/Dashboard/index.d.ts +0 -3
- package/dist/components/Employee/Deductions/index.d.ts +1 -1
- package/dist/components/Employee/Deductions/management/Deductions.d.ts +8 -0
- package/dist/components/Employee/Deductions/management/Deductions.js +40 -0
- package/dist/components/Employee/Deductions/management/Deductions.js.map +1 -0
- package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.d.ts +17 -0
- package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.js +124 -0
- package/dist/components/Employee/Deductions/management/DeductionsCard/DeductionsCard.js.map +1 -0
- package/dist/components/Employee/Deductions/management/DeductionsCard/index.d.ts +3 -0
- package/dist/components/Employee/Deductions/management/DeductionsComponents.d.ts +12 -0
- package/dist/components/Employee/Deductions/management/DeductionsComponents.js +41 -0
- package/dist/components/Employee/Deductions/management/DeductionsComponents.js.map +1 -0
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.d.ts +18 -0
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js +54 -0
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/DeductionsEditForm.js.map +1 -0
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/index.d.ts +2 -0
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/useFormDictionary.d.ts +9 -0
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/useFormDictionary.js +92 -0
- package/dist/components/Employee/Deductions/management/DeductionsEditForm/useFormDictionary.js.map +1 -0
- package/dist/components/Employee/Deductions/management/deductionsStateMachine.d.ts +4 -0
- package/dist/components/Employee/Deductions/management/deductionsStateMachine.js +76 -0
- package/dist/components/Employee/Deductions/management/deductionsStateMachine.js.map +1 -0
- package/dist/components/Employee/Deductions/management/index.d.ts +7 -0
- package/dist/components/Employee/Deductions/{Deductions.d.ts → onboarding/Deductions.d.ts} +2 -2
- package/dist/components/Employee/Deductions/{Deductions.js → onboarding/Deductions.js} +4 -4
- package/dist/components/Employee/Deductions/onboarding/Deductions.js.map +1 -0
- package/dist/components/Employee/Deductions/{DeductionsList → onboarding/DeductionsList}/DeductionsList.d.ts +3 -3
- package/dist/components/Employee/Deductions/{DeductionsList → onboarding/DeductionsList}/DeductionsList.js +24 -26
- package/dist/components/Employee/Deductions/onboarding/DeductionsList/DeductionsList.js.map +1 -0
- package/dist/components/Employee/Deductions/{IncludeDeductions → onboarding/IncludeDeductions}/IncludeDeductions.d.ts +1 -1
- package/dist/components/Employee/Deductions/{IncludeDeductions → onboarding/IncludeDeductions}/IncludeDeductions.js +7 -7
- package/dist/components/Employee/Deductions/onboarding/IncludeDeductions/IncludeDeductions.js.map +1 -0
- package/dist/components/Employee/Deductions/{deductionsContextualComponents.d.ts → onboarding/deductionsContextualComponents.d.ts} +6 -6
- package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js +76 -0
- package/dist/components/Employee/Deductions/onboarding/deductionsContextualComponents.js.map +1 -0
- package/dist/components/{Common/UI/Badge → Employee/Deductions/onboarding}/index.d.ts +1 -1
- package/dist/components/Employee/Deductions/{stateMachine.js → onboarding/stateMachine.js} +1 -1
- package/dist/components/Employee/Deductions/onboarding/stateMachine.js.map +1 -0
- package/dist/components/Employee/Deductions/onboarding/useFormDictionary.d.ts +13 -0
- package/dist/components/Employee/Deductions/onboarding/useFormDictionary.js +92 -0
- package/dist/components/Employee/Deductions/onboarding/useFormDictionary.js.map +1 -0
- package/dist/components/Employee/Deductions/{DeductionsForm → shared/DeductionsForm}/ChildSupportFormView.d.ts +2 -2
- package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js +143 -0
- package/dist/components/Employee/Deductions/shared/DeductionsForm/ChildSupportFormView.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.d.ts +19 -0
- package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js +138 -0
- package/dist/components/Employee/Deductions/shared/DeductionsForm/DeductionsForm.js.map +1 -0
- package/dist/components/Employee/Deductions/{DeductionsForm → shared/DeductionsForm}/StandardDeductionForm.d.ts +2 -2
- package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.js +135 -0
- package/dist/components/Employee/Deductions/shared/DeductionsForm/StandardDeductionForm.js.map +1 -0
- package/dist/components/Employee/Deductions/shared/DeductionsForm/index.d.ts +2 -0
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.d.ts +13 -3
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js +19 -18
- package/dist/components/Employee/Deductions/shared/DeleteDeductionDialog.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.d.ts +2 -2
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js +14 -6
- package/dist/components/Employee/Deductions/shared/formatDeductionAmount.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/index.d.ts +1 -0
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/childSupportGarnishmentFormSchema.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.d.ts +9 -9
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/fields.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.d.ts +2 -2
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js +5 -5
- package/dist/components/Employee/Deductions/shared/useChildSupportGarnishmentForm/useChildSupportGarnishmentForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/deductionFormSchema.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.d.ts +8 -8
- package/dist/components/Employee/Deductions/shared/useDeductionForm/fields.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js +65 -65
- package/dist/components/Employee/Deductions/shared/useDeductionForm/useDeductionForm.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionsList.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js +2 -2
- package/dist/components/Employee/Deductions/shared/useDeductionsList.js.map +1 -1
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.d.ts +1 -1
- package/dist/components/Employee/Deductions/shared/useDeleteDeduction.js.map +1 -1
- package/dist/components/Employee/Documents/management/DocumentManager.d.ts +7 -1
- package/dist/components/Employee/Documents/management/DocumentManager.js +23 -25
- package/dist/components/Employee/Documents/management/DocumentManager.js.map +1 -1
- package/dist/components/Employee/Documents/management/Documents.d.ts +8 -0
- package/dist/components/Employee/Documents/management/Documents.js +39 -0
- package/dist/components/Employee/Documents/management/Documents.js.map +1 -0
- package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.d.ts +18 -0
- package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.js +61 -0
- package/dist/components/Employee/Documents/management/DocumentsCard/DocumentsCard.js.map +1 -0
- package/dist/components/Employee/Documents/management/DocumentsCard/index.d.ts +3 -0
- package/dist/components/Employee/Documents/management/DocumentsComponents.d.ts +9 -0
- package/dist/components/Employee/Documents/management/DocumentsComponents.js +25 -0
- package/dist/components/Employee/Documents/management/DocumentsComponents.js.map +1 -0
- package/dist/components/Employee/Documents/management/documentsStateMachine.d.ts +4 -0
- package/dist/components/Employee/Documents/management/documentsStateMachine.js +29 -0
- package/dist/components/Employee/Documents/management/documentsStateMachine.js.map +1 -0
- package/dist/components/Employee/Documents/management/index.d.ts +4 -0
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Actions.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Actions.js +6 -8
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Actions.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js +6 -7
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/DocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/Head.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/List.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/List.js +2 -4
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/List.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js +9 -11
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentList/useDocumentList.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js +2 -2
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/DocumentSigner.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js +3 -3
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibility.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js +15 -17
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilityPresentation.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/EmploymentEligibility/EmploymentEligibilitySchema.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js +8 -9
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/I9SignatureForm/I9SignatureForm.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.d.ts +5 -5
- package/dist/components/Employee/Documents/onboarding/DocumentSigner/documentSignerStateMachine.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.d.ts +2 -2
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js +2 -2
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocuments.js.map +1 -1
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.d.ts +1 -1
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.js +2 -4
- package/dist/components/Employee/Documents/onboarding/EmployeeDocuments/EmployeeDocumentsPresentation.js.map +1 -1
- package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.d.ts +1 -1
- package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js +12 -13
- package/dist/components/Employee/Documents/shared/SignatureForm/SignatureForm.js.map +1 -1
- package/dist/components/Employee/Documents/shared/index.d.ts +3 -0
- package/dist/components/Employee/Documents/shared/useDocumentsList/index.d.ts +3 -0
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.d.ts +19 -0
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js +15 -0
- package/dist/components/Employee/Documents/shared/useDocumentsList/useDocumentsList.js.map +1 -0
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/fields.d.ts +39 -39
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.d.ts +1 -1
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js +4 -4
- package/dist/components/Employee/Documents/shared/useSignEmployeeForm/useSignEmployeeForm.js.map +1 -1
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeList.d.ts +1 -1
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.d.ts +1 -1
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js +35 -35
- package/dist/components/Employee/EmployeeList/management/ManagementEmployeeListView.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.d.ts +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.d.ts +2 -2
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js +40 -42
- package/dist/components/Employee/EmployeeList/onboarding/EmployeeListView.js.map +1 -1
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.d.ts +2 -2
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js +3 -3
- package/dist/components/Employee/EmployeeList/shared/useEmployeeList.js.map +1 -1
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlow.d.ts +1 -1
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.d.ts +4 -4
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.js +13 -13
- package/dist/components/Employee/EmployeeListFlow/EmployeeListFlowComponents.js.map +1 -1
- package/dist/components/Employee/EmployeeListFlow/employeeListStateMachine.js +39 -37
- package/dist/components/Employee/EmployeeListFlow/employeeListStateMachine.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/index.d.ts +3 -1
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.d.ts +5 -5
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js +30 -61
- package/dist/components/Employee/FederalTaxes/management/FederalTaxes.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesCard/FederalTaxesCard.d.ts +14 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesCard/FederalTaxesCard.js +61 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesCard/FederalTaxesCard.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesCard/index.d.ts +3 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesComponents.d.ts +8 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesComponents.js +34 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesComponents.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.d.ts +8 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js +67 -0
- package/dist/components/Employee/FederalTaxes/management/FederalTaxesEditForm.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/management/federalTaxesStateMachine.d.ts +4 -0
- package/dist/components/Employee/FederalTaxes/management/federalTaxesStateMachine.js +51 -0
- package/dist/components/Employee/FederalTaxes/management/federalTaxesStateMachine.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/management/index.d.ts +6 -1
- package/dist/components/Employee/FederalTaxes/management/useViewDictionary.d.ts +8 -0
- package/dist/components/Employee/FederalTaxes/management/useViewDictionary.js +38 -0
- package/dist/components/Employee/FederalTaxes/management/useViewDictionary.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js +23 -22
- package/dist/components/Employee/FederalTaxes/onboarding/FederalTaxes.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/onboarding/useViewDictionary.d.ts +8 -0
- package/dist/components/Employee/FederalTaxes/onboarding/useViewDictionary.js +38 -0
- package/dist/components/Employee/FederalTaxes/onboarding/useViewDictionary.js.map +1 -0
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.d.ts +20 -1
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js +29 -26
- package/dist/components/Employee/FederalTaxes/shared/FederalTaxesView.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/index.d.ts +2 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/federalTaxesSchema.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/fields.d.ts +6 -6
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.d.ts +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js +2 -2
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesForm/useFederalTaxesForm.js.map +1 -1
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/index.d.ts +3 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.d.ts +20 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js +23 -0
- package/dist/components/Employee/FederalTaxes/shared/useFederalTaxesSummary/useFederalTaxesSummary.js.map +1 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddress.d.ts +6 -4
- package/dist/components/Employee/HomeAddress/management/HomeAddress.js +29 -41
- package/dist/components/Employee/HomeAddress/management/HomeAddress.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/HomeAddressCard/HomeAddressCard.d.ts +14 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressCard/HomeAddressCard.js +39 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressCard/HomeAddressCard.js.map +1 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressCard/index.d.ts +3 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressComponents.d.ts +6 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressComponents.js +18 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressComponents.js.map +1 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.d.ts +6 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js +51 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressEditForm.js.map +1 -0
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.d.ts +2 -2
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js +289 -269
- package/dist/components/Employee/HomeAddress/management/HomeAddressView.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/getPendingFutureHomeAddress.js.map +1 -1
- package/dist/components/Employee/HomeAddress/management/homeAddressStateMachine.d.ts +4 -0
- package/dist/components/Employee/HomeAddress/management/homeAddressStateMachine.js +33 -0
- package/dist/components/Employee/HomeAddress/management/homeAddressStateMachine.js.map +1 -0
- package/dist/components/Employee/HomeAddress/management/index.d.ts +7 -0
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.d.ts +1 -1
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js +38 -38
- package/dist/components/Employee/HomeAddress/management/useHomeAddressManagement.js.map +1 -1
- package/dist/components/Employee/HomeAddress/shared/index.d.ts +3 -0
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/index.d.ts +3 -0
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.d.ts +21 -0
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js +23 -0
- package/dist/components/Employee/HomeAddress/shared/useHomeAddressSummary/useHomeAddressSummary.js.map +1 -0
- package/dist/components/Employee/Landing/Landing.d.ts +1 -1
- package/dist/components/Employee/Landing/Landing.js +16 -17
- package/dist/components/Employee/Landing/Landing.js.map +1 -1
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.d.ts +16 -0
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.js +49 -0
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlow.js.map +1 -0
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.d.ts +24 -0
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.js +24 -0
- package/dist/components/Employee/OnboardingExecutionFlow/OnboardingExecutionFlowComponents.js.map +1 -0
- package/dist/components/Employee/OnboardingExecutionFlow/index.d.ts +4 -0
- package/dist/components/Employee/OnboardingExecutionFlow/onboardingExecutionStateMachine.d.ts +14 -0
- package/dist/components/Employee/OnboardingExecutionFlow/onboardingExecutionStateMachine.js +98 -0
- package/dist/components/Employee/OnboardingExecutionFlow/onboardingExecutionStateMachine.js.map +1 -0
- package/dist/components/Employee/OnboardingFlow/OnboardingFlow.d.ts +1 -1
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.d.ts +4 -25
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js +33 -24
- package/dist/components/Employee/OnboardingFlow/OnboardingFlowComponents.js.map +1 -1
- package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.d.ts +1 -8
- package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js +34 -120
- package/dist/components/Employee/OnboardingFlow/onboardingStateMachine.js.map +1 -1
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.d.ts +2 -2
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js +8 -8
- package/dist/components/Employee/OnboardingSummary/OnboardingSummary.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/management/PaymentMethod.d.ts +2 -2
- package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js +31 -30
- package/dist/components/Employee/PaymentMethod/management/PaymentMethod.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodBankForm.d.ts +16 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodBankForm.js +29 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodBankForm.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.d.ts +16 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.js +151 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.module.scss.js +8 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodCard.module.scss.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.d.ts +5 -3
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.js +30 -14
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodComponents.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodSplitForm.d.ts +16 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodSplitForm.js +29 -0
- package/dist/components/Employee/PaymentMethod/management/PaymentMethodSplitForm.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/management/index.d.ts +6 -1
- package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js +56 -52
- package/dist/components/Employee/PaymentMethod/management/paymentMethodStateMachine.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/management/useFormDictionary.d.ts +17 -0
- package/dist/components/Employee/PaymentMethod/management/useFormDictionary.js +60 -0
- package/dist/components/Employee/PaymentMethod/management/useFormDictionary.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/onboarding/BankForm.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js +21 -62
- package/dist/components/Employee/PaymentMethod/onboarding/BankForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/onboarding/ListView.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/onboarding/ListView.js +58 -53
- package/dist/components/Employee/PaymentMethod/onboarding/ListView.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethod.d.ts +2 -2
- package/dist/components/Employee/PaymentMethod/onboarding/PaymentMethodComponents.d.ts +3 -3
- package/dist/components/Employee/PaymentMethod/onboarding/SplitView.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/onboarding/SplitView.js +19 -91
- package/dist/components/Employee/PaymentMethod/onboarding/SplitView.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/onboarding/useFormDictionary.d.ts +18 -0
- package/dist/components/Employee/PaymentMethod/onboarding/useFormDictionary.js +60 -0
- package/dist/components/Employee/PaymentMethod/onboarding/useFormDictionary.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.d.ts +24 -0
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.js +70 -0
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/BankFormBody.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/BankFormBody/index.d.ts +2 -0
- package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.d.ts +12 -2
- package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.js +18 -17
- package/dist/components/Employee/PaymentMethod/shared/DeleteBankAccountDialog.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.d.ts +23 -0
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.js +105 -0
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/SplitPaymentsFormBody.js.map +1 -0
- package/dist/components/Employee/PaymentMethod/shared/SplitPaymentsFormBody/index.d.ts +2 -0
- package/dist/components/Employee/PaymentMethod/shared/index.d.ts +2 -0
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/fields.d.ts +4 -4
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useBankForm/useBankForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/fields.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js +2 -2
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodForm/usePaymentMethodForm.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.d.ts +2 -2
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js +4 -4
- package/dist/components/Employee/PaymentMethod/shared/usePaymentMethodList.js.map +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/fields.d.ts +1 -1
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.d.ts +2 -2
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js +3 -3
- package/dist/components/Employee/PaymentMethod/shared/useSplitPaymentsForm/useSplitPaymentsForm.js.map +1 -1
- package/dist/components/Employee/Paystubs/management/PaystubsCard/PaystubsCard.d.ts +16 -0
- package/dist/components/Employee/Paystubs/management/PaystubsCard/PaystubsCard.js +153 -0
- package/dist/components/Employee/Paystubs/management/PaystubsCard/PaystubsCard.js.map +1 -0
- package/dist/components/Employee/Paystubs/management/PaystubsCard/index.d.ts +3 -0
- package/dist/components/Employee/Paystubs/management/index.d.ts +3 -0
- package/dist/components/Employee/Paystubs/shared/index.d.ts +3 -0
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/index.d.ts +3 -0
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.d.ts +33 -0
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js +55 -0
- package/dist/components/Employee/Paystubs/shared/usePaystubsList/usePaystubsList.js.map +1 -0
- package/dist/components/Employee/Profile/management/Profile.d.ts +5 -3
- package/dist/components/Employee/Profile/management/Profile.js +31 -113
- package/dist/components/Employee/Profile/management/Profile.js.map +1 -1
- package/dist/components/Employee/Profile/management/ProfileCard/ProfileCard.d.ts +15 -0
- package/dist/components/Employee/Profile/management/ProfileCard/ProfileCard.js +50 -0
- package/dist/components/Employee/Profile/management/ProfileCard/ProfileCard.js.map +1 -0
- package/dist/components/Employee/Profile/management/ProfileCard/index.d.ts +3 -0
- package/dist/components/Employee/Profile/management/ProfileComponents.d.ts +8 -0
- package/dist/components/Employee/Profile/management/ProfileComponents.js +34 -0
- package/dist/components/Employee/Profile/management/ProfileComponents.js.map +1 -0
- package/dist/components/Employee/Profile/management/ProfileEditForm.d.ts +6 -0
- package/dist/components/Employee/Profile/management/ProfileEditForm.js +129 -0
- package/dist/components/Employee/Profile/management/ProfileEditForm.js.map +1 -0
- package/dist/components/Employee/Profile/management/index.d.ts +7 -0
- package/dist/components/Employee/Profile/management/profileStateMachine.d.ts +4 -0
- package/dist/components/Employee/Profile/management/profileStateMachine.js +43 -0
- package/dist/components/Employee/Profile/management/profileStateMachine.js.map +1 -0
- package/dist/components/Employee/Profile/onboarding/AdminProfile.d.ts +1 -1
- package/dist/components/Employee/Profile/onboarding/AdminProfile.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.d.ts +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js +1 -1
- package/dist/components/Employee/Profile/onboarding/EmployeeProfile.js.map +1 -1
- package/dist/components/Employee/Profile/onboarding/Profile.d.ts +2 -2
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/fields.d.ts +7 -7
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js +5 -5
- package/dist/components/Employee/Profile/shared/useEmployeeDetailsForm/useEmployeeDetailsForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/index.d.ts +3 -0
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.d.ts +18 -0
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js +20 -0
- package/dist/components/Employee/Profile/shared/useEmployeeProfileSummary/useEmployeeProfileSummary.js.map +1 -0
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/fields.d.ts +7 -7
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useCurrentHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.d.ts +1 -1
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js +4 -4
- package/dist/components/Employee/Profile/shared/useHomeAddressForm/useHomeAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.d.ts +3 -3
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/fields.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useCurrentWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.d.ts +2 -2
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js +5 -5
- package/dist/components/Employee/Profile/shared/useWorkAddressForm/useWorkAddressForm.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.d.ts +8 -8
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingComponents.js.map +1 -1
- package/dist/components/Employee/SelfOnboardingFlow/SelfOnboardingFlow.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/index.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/management/StateTaxes.d.ts +6 -4
- package/dist/components/Employee/StateTaxes/management/StateTaxes.js +30 -50
- package/dist/components/Employee/StateTaxes/management/StateTaxes.js.map +1 -1
- package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.d.ts +15 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.js +66 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxesCard/StateTaxesCard.js.map +1 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxesCard/index.d.ts +3 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxesComponents.d.ts +8 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxesComponents.js +34 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxesComponents.js.map +1 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.d.ts +17 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js +60 -0
- package/dist/components/Employee/StateTaxes/management/StateTaxesEditForm.js.map +1 -0
- package/dist/components/Employee/StateTaxes/management/index.d.ts +6 -1
- package/dist/components/Employee/StateTaxes/management/stateTaxesStateMachine.d.ts +4 -0
- package/dist/components/Employee/StateTaxes/management/stateTaxesStateMachine.js +51 -0
- package/dist/components/Employee/StateTaxes/management/stateTaxesStateMachine.js.map +1 -0
- package/dist/components/Employee/StateTaxes/management/useViewDictionary.d.ts +8 -0
- package/dist/components/Employee/StateTaxes/management/useViewDictionary.js +21 -0
- package/dist/components/Employee/StateTaxes/management/useViewDictionary.js.map +1 -0
- package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js +25 -24
- package/dist/components/Employee/StateTaxes/onboarding/StateTaxes.js.map +1 -1
- package/dist/components/Employee/StateTaxes/onboarding/useViewDictionary.d.ts +8 -0
- package/dist/components/Employee/StateTaxes/onboarding/useViewDictionary.js +21 -0
- package/dist/components/Employee/StateTaxes/onboarding/useViewDictionary.js.map +1 -0
- package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.d.ts +20 -1
- package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js +22 -19
- package/dist/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/index.d.ts +2 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/stateTaxesFixtures.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/__fixtures__/toWireFormat.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.d.ts +2 -2
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/employeeStateTaxesSchema.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.d.ts +6 -6
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldComponents.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fieldMapping.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/fields.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.d.ts +1 -1
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js +2 -2
- package/dist/components/Employee/StateTaxes/shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js.map +1 -1
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/index.d.ts +3 -0
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.d.ts +20 -0
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js +23 -0
- package/dist/components/Employee/StateTaxes/shared/useStateTaxesSummary/useStateTaxesSummary.js.map +1 -0
- package/dist/components/Employee/Taxes/Actions.d.ts +1 -1
- package/dist/components/Employee/Taxes/Actions.js +8 -10
- package/dist/components/Employee/Taxes/Actions.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalForm.d.ts +1 -1
- package/dist/components/Employee/Taxes/FederalForm.js +5 -7
- package/dist/components/Employee/Taxes/FederalForm.js.map +1 -1
- package/dist/components/Employee/Taxes/FederalHead.d.ts +1 -1
- package/dist/components/Employee/Taxes/FederalHead.js +2 -4
- package/dist/components/Employee/Taxes/FederalHead.js.map +1 -1
- package/dist/components/Employee/Taxes/StateForm.d.ts +1 -1
- package/dist/components/Employee/Taxes/StateForm.js +8 -10
- package/dist/components/Employee/Taxes/StateForm.js.map +1 -1
- package/dist/components/Employee/Taxes/Taxes.d.ts +2 -2
- package/dist/components/Employee/Taxes/Taxes.js +7 -8
- package/dist/components/Employee/Taxes/Taxes.js.map +1 -1
- package/dist/components/Employee/Taxes/useTaxes.d.ts +1 -1
- package/dist/components/Employee/Taxes/useTaxes.js +9 -11
- package/dist/components/Employee/Taxes/useTaxes.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.d.ts +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js +9 -9
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployee.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.d.ts +2 -2
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js +2 -4
- package/dist/components/Employee/Terminations/TerminateEmployee/TerminateEmployeePresentation.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlow.d.ts +1 -1
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.d.ts +4 -4
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js +12 -13
- package/dist/components/Employee/Terminations/TerminationFlow/TerminationFlowComponents.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.d.ts +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js +4 -4
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummary.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.d.ts +1 -1
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js +2 -4
- package/dist/components/Employee/Terminations/TerminationSummary/TerminationSummaryPresentation.js.map +1 -1
- package/dist/components/Employee/Terminations/TerminationsData.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddress.d.ts +6 -4
- package/dist/components/Employee/WorkAddress/management/WorkAddress.js +30 -42
- package/dist/components/Employee/WorkAddress/management/WorkAddress.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressCard/WorkAddressCard.d.ts +15 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressCard/WorkAddressCard.js +47 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressCard/WorkAddressCard.js.map +1 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressCard/index.d.ts +3 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressComponents.d.ts +6 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressComponents.js +18 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressComponents.js.map +1 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.d.ts +6 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js +51 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressEditForm.js.map +1 -0
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.d.ts +2 -2
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js +1 -1
- package/dist/components/Employee/WorkAddress/management/WorkAddressView.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.d.ts +2 -2
- package/dist/components/Employee/WorkAddress/management/getPendingFutureWorkAddress.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/index.d.ts +7 -0
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.d.ts +1 -1
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js +27 -27
- package/dist/components/Employee/WorkAddress/management/useWorkAddressManagement.js.map +1 -1
- package/dist/components/Employee/WorkAddress/management/workAddressStateMachine.d.ts +4 -0
- package/dist/components/Employee/WorkAddress/management/workAddressStateMachine.js +36 -0
- package/dist/components/Employee/WorkAddress/management/workAddressStateMachine.js.map +1 -0
- package/dist/components/Employee/WorkAddress/shared/index.d.ts +3 -0
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/index.d.ts +3 -0
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.d.ts +18 -0
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js +23 -0
- package/dist/components/Employee/WorkAddress/shared/useEmployeeWorkAddressSummary/useEmployeeWorkAddressSummary.js.map +1 -0
- package/dist/components/Employee/exports/employeeManagement.d.ts +19 -9
- package/dist/components/Employee/exports/employeeManagement.js +74 -26
- package/dist/components/Employee/exports/employeeManagement.js.map +1 -1
- package/dist/components/Employee/exports/employeeOnboarding.d.ts +2 -0
- package/dist/components/Employee/exports/employeeOnboarding.js +19 -15
- package/dist/components/Employee/exports/employeeOnboarding.js.map +1 -1
- package/dist/components/Employee/index.d.ts +3 -2
- package/dist/components/Employee/index.js +36 -34
- package/dist/components/Employee/index.js.map +1 -1
- package/dist/components/Flow/Flow.d.ts +18 -1
- package/dist/components/Flow/Flow.js.map +1 -1
- package/dist/components/Flow/FlowHeader.d.ts +16 -12
- package/dist/components/Flow/FlowHeader.js +3 -4
- package/dist/components/Flow/FlowHeader.js.map +1 -1
- package/dist/components/Flow/useFlow.d.ts +46 -13
- package/dist/components/Flow/useFlow.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.d.ts +2 -2
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js +29 -30
- package/dist/components/InformationRequests/InformationRequestForm/InformationRequestForm.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.d.ts +1 -1
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js +13 -14
- package/dist/components/InformationRequests/InformationRequestList/InformationRequestList.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequests.d.ts +1 -1
- package/dist/components/InformationRequests/InformationRequests.js +3 -4
- package/dist/components/InformationRequests/InformationRequests.js.map +1 -1
- package/dist/components/InformationRequests/InformationRequestsComponents.d.ts +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.d.ts +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetails.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.d.ts +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsBanner/ConfirmWireDetailsBanner.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsComponents.d.ts +4 -4
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.d.ts +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js +3 -4
- package/dist/components/Payroll/ConfirmWireDetails/ConfirmWireDetailsForm/ConfirmWireDetailsForm.js.map +1 -1
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.d.ts +3 -3
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js +2 -2
- package/dist/components/Payroll/ConfirmWireDetails/WireInstructions/WireInstructions.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlow.d.ts +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.d.ts +2 -2
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js +1 -1
- package/dist/components/Payroll/Dismissal/DismissalFlowComponents.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.d.ts +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js +4 -4
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelection.js.map +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.d.ts +1 -1
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js +8 -10
- package/dist/components/Payroll/Dismissal/DismissalPayPeriodSelection/DismissalPayPeriodSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.d.ts +1 -1
- package/dist/components/Payroll/GrossUpModal/GrossUpModal.js +7 -7
- package/dist/components/Payroll/OffCycle/OffCycleFlow.d.ts +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.d.ts +2 -2
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js +1 -1
- package/dist/components/Payroll/OffCycle/OffCycleFlowComponents.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.d.ts +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js +4 -4
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreation.js.map +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.d.ts +1 -1
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js +18 -20
- package/dist/components/Payroll/OffCycleCreation/OffCycleCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleDeductionsSetting/OffCycleDeductionsSetting.d.ts +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.d.ts +1 -1
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js +10 -12
- package/dist/components/Payroll/OffCyclePayPeriodDateForm/OffCyclePayPeriodDateFormPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelection.d.ts +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.d.ts +1 -1
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js +6 -8
- package/dist/components/Payroll/OffCycleReasonSelection/OffCycleReasonSelectionPresentation.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.d.ts +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js +3 -5
- package/dist/components/Payroll/OffCycleTaxWithholdingModal/OffCycleTaxWithholdingModal.js.map +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTable.d.ts +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.d.ts +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js +1 -1
- package/dist/components/Payroll/OffCycleTaxWithholdingTable/OffCycleTaxWithholdingTableTypes.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.d.ts +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js +11 -13
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerAlerts.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.d.ts +1 -1
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js +16 -16
- package/dist/components/Payroll/PayrollBlocker/components/PayrollBlockerList.js.map +1 -1
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.d.ts +2 -2
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js +2 -2
- package/dist/components/Payroll/PayrollBlocker/payrollHelpers.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.d.ts +2 -2
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js +7 -7
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfiguration.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.d.ts +6 -6
- package/dist/components/Payroll/PayrollConfiguration/PayrollConfigurationPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.d.ts +4 -4
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js +5 -5
- package/dist/components/Payroll/PayrollConfiguration/usePayrollConfigurationData.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.d.ts +2 -2
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js +63 -57
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployee.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.d.ts +11 -5
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js +360 -220
- package/dist/components/Payroll/PayrollEditEmployee/PayrollEditEmployeePresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.d.ts +5 -5
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js +16 -18
- package/dist/components/Payroll/PayrollEditEmployee/TimeOffField.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.d.ts +2 -2
- package/dist/components/Payroll/PayrollExecutionFlow/PayrollExecutionFlow.js.map +1 -1
- package/dist/components/Payroll/PayrollExecutionFlow/payrollExecutionMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/OffCycleFlowContextual.d.ts +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.d.ts +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollExecutionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlow.d.ts +1 -1
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.d.ts +8 -8
- package/dist/components/Payroll/PayrollFlow/PayrollFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.d.ts +1 -1
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js +2 -2
- package/dist/components/Payroll/PayrollFlow/TransitionFlowContextual.js.map +1 -1
- package/dist/components/Payroll/PayrollFlow/payrollStateMachine.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.d.ts +2 -2
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js +4 -4
- package/dist/components/Payroll/PayrollHistory/PayrollHistory.js.map +1 -1
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.d.ts +3 -3
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js +2 -4
- package/dist/components/Payroll/PayrollHistory/PayrollHistoryPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollLanding/PayrollLanding.d.ts +2 -2
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.d.ts +3 -3
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js +2 -2
- package/dist/components/Payroll/PayrollLanding/PayrollLandingFlowComponents.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollList.d.ts +17 -1
- package/dist/components/Payroll/PayrollList/PayrollList.js +39 -37
- package/dist/components/Payroll/PayrollList/PayrollList.js.map +1 -1
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.d.ts +5 -4
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js +113 -112
- package/dist/components/Payroll/PayrollList/PayrollListPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.d.ts +2 -2
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js +36 -37
- package/dist/components/Payroll/PayrollOverview/PayrollOverview.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.d.ts +6 -6
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js +113 -117
- package/dist/components/Payroll/PayrollOverview/PayrollOverviewPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.d.ts +3 -3
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js +2 -4
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/FastAchSubmissionBlockerBanner.js.map +1 -1
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.d.ts +2 -2
- package/dist/components/Payroll/PayrollOverview/SubmissionBlockers/GenericBlocker.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.d.ts +2 -2
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceipts.js.map +1 -1
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.d.ts +2 -2
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js +2 -3
- package/dist/components/Payroll/PayrollReceipts/PayrollReceiptsPresentation.js.map +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/PayrollStatusBadges.d.ts +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.d.ts +1 -1
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js +2 -2
- package/dist/components/Payroll/PayrollStatusBadges/payrollStatusConfig.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCases.d.ts +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesComponents.d.ts +2 -2
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.d.ts +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js +7 -8
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesList/RecoveryCasesList.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.d.ts +2 -2
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js +8 -9
- package/dist/components/Payroll/RecoveryCases/RecoveryCasesResubmit/RecoveryCasesResubmit.js.map +1 -1
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js +2 -4
- package/dist/components/Payroll/RecoveryCases/useRecoveryCaseErrorCode.js.map +1 -1
- package/dist/components/Payroll/Transition/TransitionFlow.d.ts +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.d.ts +2 -2
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js +1 -1
- package/dist/components/Payroll/Transition/TransitionFlowComponents.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.d.ts +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js +4 -4
- package/dist/components/Payroll/TransitionCreation/TransitionCreation.js.map +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.d.ts +1 -1
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js +2 -4
- package/dist/components/Payroll/TransitionCreation/TransitionCreationPresentation.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.d.ts +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js +55 -67
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlert.js.map +1 -1
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.d.ts +2 -2
- package/dist/components/Payroll/TransitionPayrollAlert/TransitionPayrollAlertPresentation.js.map +1 -1
- package/dist/components/Payroll/helpers.d.ts +25 -8
- package/dist/components/Payroll/helpers.js +92 -81
- package/dist/components/Payroll/helpers.js.map +1 -1
- package/dist/components/Payroll/payrollTypes.js +1 -1
- package/dist/components/Payroll/payrollTypes.js.map +1 -1
- package/dist/components/Payroll/usePreparedPayrollData.d.ts +3 -3
- package/dist/components/Payroll/usePreparedPayrollData.js +16 -18
- package/dist/components/Payroll/usePreparedPayrollData.js.map +1 -1
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.d.ts +7 -0
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js +26 -0
- package/dist/components/Payroll/useUnprocessedTransitionPayPeriods.js.map +1 -0
- package/dist/components/TimeOff/AddEmployeesHoliday/AddEmployeesHoliday.d.ts +1 -1
- package/dist/components/TimeOff/AddEmployeesToPolicy/AddEmployeesToPolicy.d.ts +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.d.ts +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js +3 -3
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.d.ts +1 -1
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js +2 -4
- package/dist/components/TimeOff/HolidayPolicyDetail/HolidayPolicyDetailPresentation.js.map +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.d.ts +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js +3 -3
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionForm.js.map +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.d.ts +1 -1
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js +14 -16
- package/dist/components/TimeOff/HolidaySelectionForm/HolidaySelectionFormPresentation.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyList.d.ts +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyList.js +6 -6
- package/dist/components/TimeOff/PolicyList/PolicyList.js.map +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.d.ts +1 -1
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js +8 -10
- package/dist/components/TimeOff/PolicyList/PolicyListPresentation.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettings.d.ts +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js +8 -8
- package/dist/components/TimeOff/PolicySettings/PolicySettings.js.map +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.d.ts +1 -1
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js +45 -47
- package/dist/components/TimeOff/PolicySettings/PolicySettingsPresentation.js.map +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.d.ts +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelector.js.map +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.d.ts +1 -1
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js +2 -4
- package/dist/components/TimeOff/PolicyTypeSelector/PolicyTypeSelectorPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlow.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.d.ts +12 -12
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js +33 -35
- package/dist/components/TimeOff/TimeOffFlow/TimeOffFlowComponents.js.map +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffFlow/timeOffPolicyTypes.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js +4 -4
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationForm.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js +2 -4
- package/dist/components/TimeOff/TimeOffManagement/PolicyConfigurationForm/PolicyConfigurationFormPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js +2 -2
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesHoliday.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js +13 -15
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentation.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesPresentationTypes.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js +13 -13
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/SelectEmployeesTimeOff.js.map +1 -1
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js +3 -3
- package/dist/components/TimeOff/TimeOffManagement/SelectEmployees/useSelectEmployeesData.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js +5 -7
- package/dist/components/TimeOff/TimeOffPolicyDetail/EditEmployeeBalanceModal.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.d.ts +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js +28 -28
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetail.js.map +1 -1
- package/dist/components/TimeOff/TimeOffPolicyDetail/TimeOffPolicyDetailPresentation.d.ts +1 -1
- package/dist/components/TimeOff/ViewHolidayEmployees/ViewHolidayEmployees.d.ts +1 -1
- package/dist/components/TimeOff/ViewHolidayPolicyDetails/ViewHolidayPolicyDetails.d.ts +1 -1
- package/dist/components/TimeOff/ViewHolidaySchedule/ViewHolidaySchedule.d.ts +1 -1
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.d.ts +1 -1
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js +8 -10
- package/dist/components/TimeOff/shared/EmployeeTable/EmployeeTable.js.map +1 -1
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.d.ts +1 -1
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js +28 -30
- package/dist/components/TimeOff/shared/PolicyDetailLayout/PolicyDetailLayout.js.map +1 -1
- package/dist/contexts/ApiProvider/ApiProvider.d.ts +29 -1
- package/dist/contexts/ApiProvider/ApiProvider.js +3 -3
- package/dist/contexts/ApiProvider/ApiProvider.js.map +1 -1
- package/dist/contexts/ApiProvider/apiVersionHook.d.ts +1 -0
- package/dist/contexts/ApiProvider/apiVersionHook.js +1 -1
- package/dist/contexts/ApiProvider/apiVersionHook.js.map +1 -1
- package/dist/contexts/ApiProvider/createSdkQueryClient.d.ts +9 -9
- package/dist/contexts/ApiProvider/createSdkQueryClient.js +2 -2
- package/dist/contexts/ApiProvider/createSdkQueryClient.js.map +1 -1
- package/dist/contexts/ComponentAdapter/ComponentsProvider.d.ts +3 -1
- package/dist/contexts/ComponentAdapter/ComponentsProvider.js.map +1 -1
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.d.ts +1 -0
- package/dist/contexts/ComponentAdapter/adapters/defaultComponentAdapter.js.map +1 -1
- package/dist/contexts/ComponentAdapter/componentAdapterTypes.d.ts +2 -0
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.d.ts +3 -0
- package/dist/contexts/ComponentAdapter/createComponentsWithDefaults.js.map +1 -1
- package/dist/contexts/ComponentAdapter/useComponentContext.d.ts +114 -18
- package/dist/contexts/ComponentAdapter/useComponentContext.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProvider.d.ts +34 -1
- package/dist/contexts/GustoProvider/GustoProvider.js.map +1 -1
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.d.ts +42 -2
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js +10 -12
- package/dist/contexts/GustoProvider/GustoProviderCustomUIAdapter.js.map +1 -1
- package/dist/contexts/GustoProvider/SDKI18next.d.ts +1 -1
- package/dist/contexts/GustoProvider/SDKI18next.js.map +1 -1
- package/dist/contexts/GustoProvider/index.d.ts +0 -2
- package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.d.ts +13 -1
- package/dist/contexts/LoadingIndicatorProvider/LoadingIndicatorProvider.js.map +1 -1
- package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.d.ts +18 -2
- package/dist/contexts/LoadingIndicatorProvider/useLoadingIndicator.js.map +1 -1
- package/dist/contexts/LocaleProvider/LocaleProvider.d.ts +17 -1
- package/dist/contexts/LocaleProvider/LocaleProvider.js.map +1 -1
- package/dist/contexts/LocaleProvider/index.d.ts +1 -1
- package/dist/contexts/LocaleProvider/useLocale.d.ts +39 -0
- package/dist/contexts/LocaleProvider/useLocale.js.map +1 -1
- package/dist/contexts/ObservabilityProvider/ObservabilityContext.d.ts +11 -0
- package/dist/contexts/ObservabilityProvider/ObservabilityContext.js.map +1 -1
- package/dist/contexts/ObservabilityProvider/ObservabilityProvider.d.ts +18 -1
- package/dist/contexts/ObservabilityProvider/ObservabilityProvider.js.map +1 -1
- package/dist/contexts/ObservabilityProvider/index.d.ts +1 -1
- package/dist/contexts/ObservabilityProvider/sanitization.d.ts +49 -0
- package/dist/contexts/ObservabilityProvider/sanitization.js.map +1 -1
- package/dist/contexts/ObservabilityProvider/useObservability.d.ts +14 -0
- package/dist/contexts/ObservabilityProvider/useObservability.js.map +1 -1
- package/dist/contexts/ObservabilityProvider/useSanitizedObservability.d.ts +14 -0
- package/dist/contexts/ObservabilityProvider/useSanitizedObservability.js.map +1 -1
- package/dist/contexts/ThemeProvider/ThemeProvider.d.ts +5 -1
- package/dist/contexts/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/contexts/ThemeProvider/customRender.d.ts +1 -0
- package/dist/contexts/ThemeProvider/index.d.ts +0 -1
- package/dist/contexts/ThemeProvider/test-utils.d.ts +1 -1
- package/dist/contexts/ThemeProvider/theme.d.ts +7 -101
- package/dist/contexts/ThemeProvider/theme.js +58 -64
- package/dist/contexts/ThemeProvider/theme.js.map +1 -1
- package/dist/contexts/ThemeProvider/types.d.ts +181 -0
- package/dist/contexts/ThemeProvider/useTheme.d.ts +4 -0
- package/dist/contexts/ThemeProvider/useTheme.js.map +1 -1
- package/dist/contexts/index.d.ts +2 -1
- package/dist/helpers/LRUCache.d.ts +9 -0
- package/dist/helpers/LRUCache.js.map +1 -1
- package/dist/helpers/apiErrorToList.d.ts +20 -4
- package/dist/helpers/apiErrorToList.js.map +1 -1
- package/dist/helpers/applyMissingDefaults.d.ts +11 -2
- package/dist/helpers/applyMissingDefaults.js.map +1 -1
- package/dist/helpers/breadcrumbHelpers.d.ts +66 -25
- package/dist/helpers/breadcrumbHelpers.js.map +1 -1
- package/dist/helpers/currencyHelpers.d.ts +14 -0
- package/dist/helpers/currencyHelpers.js.map +1 -1
- package/dist/helpers/dateFormatting.d.ts +149 -14
- package/dist/helpers/dateFormatting.js +0 -1
- package/dist/helpers/dateFormatting.js.map +1 -1
- package/dist/helpers/ensureRequired.d.ts +12 -0
- package/dist/helpers/ensureRequired.js.map +1 -1
- package/dist/helpers/federalEin.d.ts +15 -4
- package/dist/helpers/federalEin.js +0 -1
- package/dist/helpers/federalEin.js.map +1 -1
- package/dist/helpers/formattedStrings.d.ts +148 -11
- package/dist/helpers/formattedStrings.js +0 -1
- package/dist/helpers/formattedStrings.js.map +1 -1
- package/dist/helpers/getDataProps.d.ts +11 -0
- package/dist/helpers/getDataProps.js.map +1 -1
- package/dist/helpers/mask.d.ts +29 -12
- package/dist/helpers/mask.js.map +1 -1
- package/dist/helpers/payRateCalculator.d.ts +9 -1
- package/dist/helpers/payRateCalculator.js +0 -1
- package/dist/helpers/payRateCalculator.js.map +1 -1
- package/dist/helpers/percentageConversion.d.ts +36 -0
- package/dist/helpers/percentageConversion.js.map +1 -1
- package/dist/helpers/readableStreamToBlob.d.ts +13 -0
- package/dist/helpers/readableStreamToBlob.js.map +1 -1
- package/dist/helpers/rem.d.ts +25 -4
- package/dist/helpers/rem.js.map +1 -1
- package/dist/helpers/responsive.d.ts +55 -0
- package/dist/helpers/responsive.js.map +1 -1
- package/dist/helpers/retryAsync.d.ts +14 -0
- package/dist/helpers/retryAsync.js.map +1 -1
- package/dist/helpers/ssn.d.ts +16 -1
- package/dist/helpers/ssn.js +0 -1
- package/dist/helpers/ssn.js.map +1 -1
- package/dist/helpers/validations.d.ts +38 -0
- package/dist/helpers/validations.js.map +1 -1
- package/dist/hooks/useAsyncError.d.ts +11 -2
- package/dist/hooks/useAsyncError.js.map +1 -1
- package/dist/hooks/useClientPagination/useClientPagination.d.ts +21 -1
- package/dist/hooks/useClientPagination/useClientPagination.js.map +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.d.ts +18 -1
- package/dist/hooks/useCompanyPaymentSpeed.js +1 -1
- package/dist/hooks/useCompanyPaymentSpeed.js.map +1 -1
- package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.d.ts +20 -2
- package/dist/hooks/useContainerBreakpoints/useContainerBreakpoints.js.map +1 -1
- package/dist/hooks/useDateFormatter.d.ts +19 -0
- package/dist/hooks/useDateFormatter.js.map +1 -1
- package/dist/hooks/useDateRangeFilter/useDateRangeFilter.d.ts +18 -0
- package/dist/hooks/useDateRangeFilter/useDateRangeFilter.js.map +1 -1
- package/dist/hooks/useForkRef/useForkRef.d.ts +5 -3
- package/dist/hooks/useForkRef/useForkRef.js.map +1 -1
- package/dist/hooks/useMenu.d.ts +13 -0
- package/dist/hooks/useMenu.js.map +1 -1
- package/dist/hooks/useNumberFormatter.d.ts +13 -1
- package/dist/hooks/useNumberFormatter.js.map +1 -1
- package/dist/hooks/useOverflowDetection/useOverflowDetection.d.ts +13 -1
- package/dist/hooks/useOverflowDetection/useOverflowDetection.js.map +1 -1
- package/dist/hooks/usePagination/usePagination.d.ts +13 -0
- package/dist/hooks/usePagination/usePagination.js.map +1 -1
- package/dist/i18n/I18n.js +23 -8
- package/dist/i18n/I18n.js.map +1 -1
- package/dist/i18n/en/Employee.BankFormBody.json.js +26 -0
- package/dist/i18n/en/Employee.BankFormBody.json.js.map +1 -0
- package/dist/i18n/en/Employee.Compensation.json.js +48 -48
- package/dist/i18n/en/Employee.Dashboard.json.js +10 -30
- package/dist/i18n/en/Employee.Dashboard.json.js.map +1 -1
- package/dist/i18n/en/Employee.DeductionsForm.json.js +30 -0
- package/dist/i18n/en/Employee.DeductionsForm.json.js.map +1 -0
- package/dist/i18n/en/Employee.FederalTaxesView.json.js +44 -0
- package/dist/i18n/en/Employee.FederalTaxesView.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.Compensation.json.js +76 -0
- package/dist/i18n/en/Employee.Management.Compensation.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.Deductions.json.js +34 -0
- package/dist/i18n/en/Employee.Management.Deductions.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.Documents.json.js +20 -0
- package/dist/i18n/en/Employee.Management.Documents.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.FederalTaxes.json.js +54 -0
- package/dist/i18n/en/Employee.Management.FederalTaxes.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.HomeAddress.json.js +70 -0
- package/dist/i18n/en/Employee.Management.HomeAddress.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.PaymentMethod.json.js +36 -0
- package/dist/i18n/en/Employee.Management.PaymentMethod.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.PaymentMethodBankForm.json.js +26 -0
- package/dist/i18n/en/Employee.Management.PaymentMethodBankForm.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.PaymentMethodSplitForm.json.js +28 -0
- package/dist/i18n/en/Employee.Management.PaymentMethodSplitForm.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.Paystubs.json.js +30 -0
- package/dist/i18n/en/Employee.Management.Paystubs.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.Profile.json.js +26 -0
- package/dist/i18n/en/Employee.Management.Profile.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.StateTaxes.json.js +20 -0
- package/dist/i18n/en/Employee.Management.StateTaxes.json.js.map +1 -0
- package/dist/i18n/en/Employee.Management.WorkAddress.json.js +70 -0
- package/dist/i18n/en/Employee.Management.WorkAddress.json.js.map +1 -0
- package/dist/i18n/en/Employee.SplitPaymentsFormBody.json.js +28 -0
- package/dist/i18n/en/Employee.SplitPaymentsFormBody.json.js.map +1 -0
- package/dist/i18n/en/Employee.StateTaxesView.json.js +12 -0
- package/dist/i18n/en/Employee.StateTaxesView.json.js.map +1 -0
- package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js +52 -32
- package/dist/i18n/en/Payroll.PayrollEditEmployee.json.js.map +1 -1
- package/dist/i18n/en/Payroll.TransitionPayrollAlert.json.js +8 -8
- package/dist/index.d.ts +3 -2
- package/dist/index.js +145 -141
- package/dist/models/NAICSCodes.d.ts +6 -0
- package/dist/models/NAICSCodes.js.map +1 -1
- package/dist/models/NAICSValues.d.ts +5 -0
- package/dist/models/NAICSValues.js.map +1 -1
- package/dist/models/WA_RISK_CODES.d.ts +11 -0
- package/dist/models/WA_RISK_CODES.js.map +1 -1
- package/dist/partner-hook-utils/collectErrors.d.ts +1 -0
- package/dist/partner-hook-utils/collectErrors.js.map +1 -1
- package/dist/partner-hook-utils/composeErrorHandler.d.ts +63 -6
- package/dist/partner-hook-utils/composeErrorHandler.js.map +1 -1
- package/dist/partner-hook-utils/form/FormFieldsMetadataContext.d.ts +18 -0
- package/dist/partner-hook-utils/form/FormFieldsMetadataContext.js.map +1 -1
- package/dist/partner-hook-utils/form/FormFieldsMetadataProvider.d.ts +8 -1
- package/dist/partner-hook-utils/form/FormFieldsMetadataProvider.js.map +1 -1
- package/dist/partner-hook-utils/form/SDKFormProvider.d.ts +29 -1
- package/dist/partner-hook-utils/form/SDKFormProvider.js.map +1 -1
- package/dist/partner-hook-utils/form/buildFormSchema.d.ts +70 -2
- package/dist/partner-hook-utils/form/buildFormSchema.js.map +1 -1
- package/dist/partner-hook-utils/form/composeSubmitHandler.d.ts +23 -8
- package/dist/partner-hook-utils/form/composeSubmitHandler.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.d.ts +20 -0
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js +8 -10
- package/dist/partner-hook-utils/form/fields/CheckboxHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.d.ts +22 -0
- package/dist/partner-hook-utils/form/fields/DatePickerHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.d.ts +25 -0
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js +12 -14
- package/dist/partner-hook-utils/form/fields/NumberInputHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.d.ts +24 -0
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js +13 -15
- package/dist/partner-hook-utils/form/fields/RadioGroupHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/SelectHookField.d.ts +27 -1
- package/dist/partner-hook-utils/form/fields/SelectHookField.js +10 -12
- package/dist/partner-hook-utils/form/fields/SelectHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/SwitchHookField.d.ts +20 -0
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js +14 -16
- package/dist/partner-hook-utils/form/fields/SwitchHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/TextInputHookField.d.ts +25 -0
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js +8 -10
- package/dist/partner-hook-utils/form/fields/TextInputHookField.js.map +1 -1
- package/dist/partner-hook-utils/form/fields/index.d.ts +2 -0
- package/dist/partner-hook-utils/form/fields/withFieldElementRegistry.d.ts +13 -5
- package/dist/partner-hook-utils/form/fields/withFieldElementRegistry.js.map +1 -1
- package/dist/partner-hook-utils/form/getFieldWithOptions.d.ts +11 -0
- package/dist/partner-hook-utils/form/getFieldWithOptions.js.map +1 -1
- package/dist/partner-hook-utils/form/getFormSubmissionValues.d.ts +10 -1
- package/dist/partner-hook-utils/form/getFormSubmissionValues.js.map +1 -1
- package/dist/partner-hook-utils/form/index.d.ts +2 -9
- package/dist/partner-hook-utils/form/preprocessors.d.ts +28 -0
- package/dist/partner-hook-utils/form/preprocessors.js.map +1 -1
- package/dist/partner-hook-utils/form/resolveFieldError.d.ts +22 -0
- package/dist/partner-hook-utils/form/resolveFieldError.js.map +1 -1
- package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.d.ts +17 -7
- package/dist/partner-hook-utils/form/useDeriveFieldsMetadata.js.map +1 -1
- package/dist/partner-hook-utils/form/useFieldErrorMessage.d.ts +39 -0
- package/dist/partner-hook-utils/form/useFieldErrorMessage.js.map +1 -1
- package/dist/partner-hook-utils/form/useHookFieldResolution.d.ts +10 -2
- package/dist/partner-hook-utils/form/useHookFieldResolution.js.map +1 -1
- package/dist/partner-hook-utils/form/useHookFormInternals.d.ts +11 -4
- package/dist/partner-hook-utils/form/useHookFormInternals.js.map +1 -1
- package/dist/partner-hook-utils/form/withOptions.d.ts +25 -0
- package/dist/partner-hook-utils/form/withOptions.js.map +1 -1
- package/dist/partner-hook-utils/types.d.ts +173 -20
- package/dist/shared/constants.d.ts +352 -17
- package/dist/shared/constants.js +112 -67
- package/dist/shared/constants.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/hooks.d.ts +30 -16
- package/dist/types/i18next.d.ts +859 -402
- package/dist/types/observability.d.ts +58 -32
- package/dist/types/sdkError.d.ts +45 -13
- package/dist/types/sdkError.js +3 -3
- package/dist/types/sdkError.js.map +1 -1
- package/docs/reference/endpoint-inventory.json +103 -117
- package/package.json +26 -22
- package/dist/components/Common/Fields/PercentageField/index.d.ts +0 -2
- package/dist/components/Common/UI/Alert/index.d.ts +0 -2
- package/dist/components/Common/UI/Banner/index.d.ts +0 -4
- package/dist/components/Common/UI/Box/index.d.ts +0 -2
- package/dist/components/Common/UI/MultiSelectComboBox/index.d.ts +0 -3
- package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.d.ts +0 -9
- package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.js +0 -76
- package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.js.map +0 -1
- package/dist/components/Employee/Compensation/management/AddAnotherJob/AddAnotherJob.module.scss.js.map +0 -1
- package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.d.ts +0 -11
- package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.js +0 -88
- package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.js.map +0 -1
- package/dist/components/Employee/Compensation/management/EditCompensation/EditCompensation.module.scss.js.map +0 -1
- package/dist/components/Employee/Compensation/management/EditCompensation/index.d.ts +0 -3
- package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.js +0 -79
- package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.js.map +0 -1
- package/dist/components/Employee/Compensation/management/EditPendingCompensation/EditPendingCompensation.module.scss.js.map +0 -1
- package/dist/components/Employee/Dashboard/DocumentsView.d.ts +0 -18
- package/dist/components/Employee/Dashboard/DocumentsView.js +0 -71
- package/dist/components/Employee/Dashboard/DocumentsView.js.map +0 -1
- package/dist/components/Employee/Dashboard/JobAndPayView.module.scss.js.map +0 -1
- package/dist/components/Employee/Dashboard/PendingChangesReviewModal.js +0 -64
- package/dist/components/Employee/Dashboard/PendingChangesReviewModal.js.map +0 -1
- package/dist/components/Employee/Dashboard/getPendingCompensationChanges.js.map +0 -1
- package/dist/components/Employee/Dashboard/hooks/index.d.ts +0 -9
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.d.ts +0 -24
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js +0 -32
- package/dist/components/Employee/Dashboard/hooks/useEmployeeBasicDetails.js.map +0 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.d.ts +0 -44
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js +0 -74
- package/dist/components/Employee/Dashboard/hooks/useEmployeeCompensation.js.map +0 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.d.ts +0 -19
- package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js +0 -20
- package/dist/components/Employee/Dashboard/hooks/useEmployeeForms.js.map +0 -1
- package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.d.ts +0 -24
- package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js +0 -29
- package/dist/components/Employee/Dashboard/hooks/useEmployeeTaxes.js.map +0 -1
- package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.js +0 -61
- package/dist/components/Employee/Dashboard/usePendingChangeDetailRenderer.js.map +0 -1
- package/dist/components/Employee/Deductions/Deductions.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.js +0 -137
- package/dist/components/Employee/Deductions/DeductionsForm/ChildSupportFormView.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.d.ts +0 -11
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js +0 -137
- package/dist/components/Employee/Deductions/DeductionsForm/DeductionsForm.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js +0 -137
- package/dist/components/Employee/Deductions/DeductionsForm/StandardDeductionForm.js.map +0 -1
- package/dist/components/Employee/Deductions/DeductionsList/DeductionsList.js.map +0 -1
- package/dist/components/Employee/Deductions/IncludeDeductions/IncludeDeductions.js.map +0 -1
- package/dist/components/Employee/Deductions/deductionsContextualComponents.js +0 -74
- package/dist/components/Employee/Deductions/deductionsContextualComponents.js.map +0 -1
- package/dist/components/Employee/Deductions/stateMachine.js.map +0 -1
- package/dist/components/Employee/PaymentMethod/management/ListView.d.ts +0 -8
- package/dist/components/Employee/PaymentMethod/management/ListView.js +0 -138
- package/dist/components/Employee/PaymentMethod/management/ListView.js.map +0 -1
- package/dist/hooks/useDebounce/useDebounce.d.ts +0 -2
- package/dist/hooks/useForkRef/index.d.ts +0 -2
- package/dist/hooks/useOverflowDetection/index.d.ts +0 -3
- package/dist/i18n/en/Employee.HomeAddress.Management.json.js +0 -62
- package/dist/i18n/en/Employee.HomeAddress.Management.json.js.map +0 -1
- package/dist/i18n/en/Employee.WorkAddress.Management.json.js +0 -64
- package/dist/i18n/en/Employee.WorkAddress.Management.json.js.map +0 -1
- package/dist/models/PayPeriod.d.ts +0 -18
- package/dist/models/Payroll.d.ts +0 -40
- package/dist/models/PayrollTotals.d.ts +0 -24
- /package/dist/components/Employee/{Dashboard → Compensation/shared}/getPendingCompensationChanges.test.d.ts +0 -0
- /package/dist/components/Employee/Deductions/{IncludeDeductions → onboarding/IncludeDeductions}/IncludeDeductions.module.scss.js +0 -0
- /package/dist/components/Employee/Deductions/{IncludeDeductions → onboarding/IncludeDeductions}/IncludeDeductions.module.scss.js.map +0 -0
- /package/dist/components/Employee/Deductions/{stateMachine.d.ts → onboarding/stateMachine.d.ts} +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsxs as l, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { useTranslation as i } from "react-i18next";
|
|
3
|
+
import { StateTaxesEditForm as p } from "./StateTaxesEditForm.js";
|
|
4
|
+
import { Flex as u } from "../../../Common/Flex/Flex.js";
|
|
5
|
+
import { useFlow as r } from "../../../Flow/useFlow.js";
|
|
6
|
+
import { useComponentContext as E } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
|
|
7
|
+
import { componentEvents as c } from "../../../../shared/constants.js";
|
|
8
|
+
import { ensureRequired as m } from "../../../../helpers/ensureRequired.js";
|
|
9
|
+
import { StateTaxesCard as x } from "./StateTaxesCard/StateTaxesCard.js";
|
|
10
|
+
function _() {
|
|
11
|
+
const { employeeId: t, onEvent: e, successAlert: n } = r(), { t: s } = i("Employee.Management.StateTaxes"), a = E();
|
|
12
|
+
return /* @__PURE__ */ l(u, { flexDirection: "column", gap: 16, children: [
|
|
13
|
+
n ? /* @__PURE__ */ o(
|
|
14
|
+
a.Alert,
|
|
15
|
+
{
|
|
16
|
+
status: "success",
|
|
17
|
+
label: s(`alerts.${n}`),
|
|
18
|
+
onDismiss: () => {
|
|
19
|
+
e(c.EMPLOYEE_MANAGEMENT_STATE_TAXES_ALERT_DISMISSED, null);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
) : null,
|
|
23
|
+
/* @__PURE__ */ o(x, { employeeId: m(t), onEvent: e })
|
|
24
|
+
] });
|
|
25
|
+
}
|
|
26
|
+
function D() {
|
|
27
|
+
const { employeeId: t, onEvent: e } = r();
|
|
28
|
+
return /* @__PURE__ */ o(p, { employeeId: m(t), onEvent: e });
|
|
29
|
+
}
|
|
30
|
+
export {
|
|
31
|
+
_ as StateTaxesCardContextual,
|
|
32
|
+
D as StateTaxesEditFormContextual
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=StateTaxesComponents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateTaxesComponents.js","sources":["../../../../../src/components/Employee/StateTaxes/management/StateTaxesComponents.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { StateTaxesCard } from './StateTaxesCard'\nimport { StateTaxesEditForm } from './StateTaxesEditForm'\nimport { Flex } from '@/components/Common/Flex/Flex'\nimport { useFlow, type FlowContextInterface } from '@/components/Flow/useFlow'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\nimport { componentEvents } from '@/shared/constants'\nimport { ensureRequired } from '@/helpers/ensureRequired'\n\nexport type StateTaxesSuccessAlertCode = 'stateTaxesUpdated'\n\nexport interface StateTaxesContextInterface extends FlowContextInterface {\n employeeId?: string\n successAlert?: StateTaxesSuccessAlertCode | null\n}\n\nexport function StateTaxesCardContextual() {\n const { employeeId, onEvent, successAlert } = useFlow<StateTaxesContextInterface>()\n const { t } = useTranslation('Employee.Management.StateTaxes')\n const Components = useComponentContext()\n return (\n <Flex flexDirection=\"column\" gap={16}>\n {successAlert ? (\n <Components.Alert\n status=\"success\"\n label={t(`alerts.${successAlert}`)}\n onDismiss={() => {\n onEvent(componentEvents.EMPLOYEE_MANAGEMENT_STATE_TAXES_ALERT_DISMISSED, null)\n }}\n />\n ) : null}\n <StateTaxesCard employeeId={ensureRequired(employeeId)} onEvent={onEvent} />\n </Flex>\n )\n}\n\nexport function StateTaxesEditFormContextual() {\n const { employeeId, onEvent } = useFlow<StateTaxesContextInterface>()\n return <StateTaxesEditForm employeeId={ensureRequired(employeeId)} onEvent={onEvent} />\n}\n"],"names":["StateTaxesCardContextual","employeeId","onEvent","successAlert","useFlow","t","useTranslation","Components","useComponentContext","jsxs","Flex","jsx","componentEvents","StateTaxesCard","ensureRequired","StateTaxesEditFormContextual","StateTaxesEditForm"],"mappings":";;;;;;;;;AAgBO,SAASA,IAA2B;AACzC,QAAM,EAAE,YAAAC,GAAY,SAAAC,GAAS,cAAAC,EAAA,IAAiBC,EAAA,GACxC,EAAE,GAAAC,EAAA,IAAMC,EAAe,gCAAgC,GACvDC,IAAaC,EAAA;AACnB,SACE,gBAAAC,EAACC,GAAA,EAAK,eAAc,UAAS,KAAK,IAC/B,UAAA;AAAA,IAAAP,IACC,gBAAAQ;AAAA,MAACJ,EAAW;AAAA,MAAX;AAAA,QACC,QAAO;AAAA,QACP,OAAOF,EAAE,UAAUF,CAAY,EAAE;AAAA,QACjC,WAAW,MAAM;AACf,UAAAD,EAAQU,EAAgB,iDAAiD,IAAI;AAAA,QAC/E;AAAA,MAAA;AAAA,IAAA,IAEA;AAAA,sBACHC,GAAA,EAAe,YAAYC,EAAeb,CAAU,GAAG,SAAAC,EAAA,CAAkB;AAAA,EAAA,GAC5E;AAEJ;AAEO,SAASa,IAA+B;AAC7C,QAAM,EAAE,YAAAd,GAAY,SAAAC,EAAA,IAAYE,EAAA;AAChC,2BAAQY,GAAA,EAAmB,YAAYF,EAAeb,CAAU,GAAG,SAAAC,GAAkB;AACvF;"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BaseComponentInterface, CommonComponentInterface } from '../../../Base';
|
|
2
|
+
export type StateTaxesEditFormProps = Omit<CommonComponentInterface<'Employee.Management.StateTaxes'>, 'children'> & {
|
|
3
|
+
employeeId: string;
|
|
4
|
+
onEvent: BaseComponentInterface['onEvent'];
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Standalone state-tax edit screen for the management flow. Wraps the shared
|
|
8
|
+
* {@link useEmployeeStateTaxesForm} hook with scoped events and the
|
|
9
|
+
* `Employee.Management.StateTaxes` namespace; the shared `EmployeeStateTaxesView`
|
|
10
|
+
* resolves its text through `useManagementStateTaxesViewDictionary` so partner
|
|
11
|
+
* overrides on the management namespace don't leak into onboarding.
|
|
12
|
+
*
|
|
13
|
+
* Emits `EMPLOYEE_MANAGEMENT_STATE_TAXES_UPDATED` on a successful save and
|
|
14
|
+
* `EMPLOYEE_MANAGEMENT_STATE_TAXES_EDIT_CANCELLED` on Cancel. The orchestrator
|
|
15
|
+
* (the block or the dashboard) handles both by returning to the card surface.
|
|
16
|
+
*/
|
|
17
|
+
export declare function StateTaxesEditForm({ FallbackComponent, ...props }: StateTaxesEditFormProps & Pick<BaseComponentInterface, 'FallbackComponent'>): import("react").JSX.Element;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { jsx as t, jsxs as T } from "react/jsx-runtime";
|
|
2
|
+
import { useTranslation as l } from "react-i18next";
|
|
3
|
+
import { EmployeeStateTaxesView as S } from "../shared/EmployeeStateTaxesView.js";
|
|
4
|
+
import { useManagementStateTaxesViewDictionary as d } from "./useViewDictionary.js";
|
|
5
|
+
import { BaseBoundaries as x, BaseLayout as y } from "../../../Base/Base.js";
|
|
6
|
+
import "../../../Base/useBase.js";
|
|
7
|
+
import { ActionsLayout as f } from "../../../Common/ActionsLayout/ActionsLayout.js";
|
|
8
|
+
import { useI18n as g, useComponentDictionary as A } from "../../../../i18n/I18n.js";
|
|
9
|
+
import { componentEvents as m } from "../../../../shared/constants.js";
|
|
10
|
+
import { useComponentContext as M } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
|
|
11
|
+
import { useEmployeeStateTaxesForm as C } from "../shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js";
|
|
12
|
+
function G({
|
|
13
|
+
FallbackComponent: o,
|
|
14
|
+
...n
|
|
15
|
+
}) {
|
|
16
|
+
return /* @__PURE__ */ t(
|
|
17
|
+
x,
|
|
18
|
+
{
|
|
19
|
+
componentName: "Employee.Management.StateTaxes",
|
|
20
|
+
FallbackComponent: o,
|
|
21
|
+
children: /* @__PURE__ */ t(L, { ...n })
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
function L({
|
|
26
|
+
employeeId: o,
|
|
27
|
+
className: n,
|
|
28
|
+
dictionary: c,
|
|
29
|
+
onEvent: a
|
|
30
|
+
}) {
|
|
31
|
+
g("Employee.Management.StateTaxes"), A("Employee.Management.StateTaxes", c);
|
|
32
|
+
const { t: r } = l("Employee.Management.StateTaxes"), i = M(), e = C({ employeeId: o }), E = d();
|
|
33
|
+
if (e.isLoading)
|
|
34
|
+
return /* @__PURE__ */ t(y, { isLoading: !0, error: e.errorHandling.errors });
|
|
35
|
+
const p = async () => {
|
|
36
|
+
const s = await e.actions.onSubmit();
|
|
37
|
+
s && a(m.EMPLOYEE_MANAGEMENT_STATE_TAXES_UPDATED, {
|
|
38
|
+
employeeStateTaxesList: s.data
|
|
39
|
+
});
|
|
40
|
+
}, u = () => {
|
|
41
|
+
a(m.EMPLOYEE_MANAGEMENT_STATE_TAXES_EDIT_CANCELLED);
|
|
42
|
+
};
|
|
43
|
+
return /* @__PURE__ */ t(
|
|
44
|
+
S,
|
|
45
|
+
{
|
|
46
|
+
stateTaxes: e,
|
|
47
|
+
onSubmit: p,
|
|
48
|
+
actions: /* @__PURE__ */ T(f, { children: [
|
|
49
|
+
/* @__PURE__ */ t(i.Button, { variant: "secondary", onClick: u, children: r("cancelCta") }),
|
|
50
|
+
/* @__PURE__ */ t(i.Button, { type: "submit", isLoading: e.status.isPending, children: r("saveCta") })
|
|
51
|
+
] }),
|
|
52
|
+
className: n,
|
|
53
|
+
dictionary: E
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
export {
|
|
58
|
+
G as StateTaxesEditForm
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=StateTaxesEditForm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StateTaxesEditForm.js","sources":["../../../../../src/components/Employee/StateTaxes/management/StateTaxesEditForm.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { EmployeeStateTaxesView, useEmployeeStateTaxesForm } from '../shared'\nimport { useManagementStateTaxesViewDictionary } from './useViewDictionary'\nimport {\n BaseBoundaries,\n BaseLayout,\n type BaseComponentInterface,\n type CommonComponentInterface,\n} from '@/components/Base'\nimport { ActionsLayout } from '@/components/Common'\nimport { useI18n, useComponentDictionary } from '@/i18n'\nimport { componentEvents } from '@/shared/constants'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\n\nexport type StateTaxesEditFormProps = Omit<\n CommonComponentInterface<'Employee.Management.StateTaxes'>,\n 'children'\n> & {\n employeeId: string\n onEvent: BaseComponentInterface['onEvent']\n}\n\n/**\n * Standalone state-tax edit screen for the management flow. Wraps the shared\n * {@link useEmployeeStateTaxesForm} hook with scoped events and the\n * `Employee.Management.StateTaxes` namespace; the shared `EmployeeStateTaxesView`\n * resolves its text through `useManagementStateTaxesViewDictionary` so partner\n * overrides on the management namespace don't leak into onboarding.\n *\n * Emits `EMPLOYEE_MANAGEMENT_STATE_TAXES_UPDATED` on a successful save and\n * `EMPLOYEE_MANAGEMENT_STATE_TAXES_EDIT_CANCELLED` on Cancel. The orchestrator\n * (the block or the dashboard) handles both by returning to the card surface.\n */\nexport function StateTaxesEditForm({\n FallbackComponent,\n ...props\n}: StateTaxesEditFormProps & Pick<BaseComponentInterface, 'FallbackComponent'>) {\n return (\n <BaseBoundaries\n componentName=\"Employee.Management.StateTaxes\"\n FallbackComponent={FallbackComponent}\n >\n <StateTaxesEditFormRoot {...props} />\n </BaseBoundaries>\n )\n}\n\nfunction StateTaxesEditFormRoot({\n employeeId,\n className,\n dictionary,\n onEvent,\n}: StateTaxesEditFormProps) {\n useI18n('Employee.Management.StateTaxes')\n useComponentDictionary('Employee.Management.StateTaxes', dictionary)\n const { t } = useTranslation('Employee.Management.StateTaxes')\n const Components = useComponentContext()\n\n const stateTaxes = useEmployeeStateTaxesForm({ employeeId })\n const managementStateTaxesDictionary = useManagementStateTaxesViewDictionary()\n\n if (stateTaxes.isLoading) {\n return <BaseLayout isLoading error={stateTaxes.errorHandling.errors} />\n }\n\n const handleSubmit = async () => {\n const result = await stateTaxes.actions.onSubmit()\n if (!result) return\n\n onEvent(componentEvents.EMPLOYEE_MANAGEMENT_STATE_TAXES_UPDATED, {\n employeeStateTaxesList: result.data,\n })\n }\n\n const handleCancel = () => {\n onEvent(componentEvents.EMPLOYEE_MANAGEMENT_STATE_TAXES_EDIT_CANCELLED)\n }\n\n return (\n <EmployeeStateTaxesView\n stateTaxes={stateTaxes}\n onSubmit={handleSubmit}\n actions={\n <ActionsLayout>\n <Components.Button variant=\"secondary\" onClick={handleCancel}>\n {t('cancelCta')}\n </Components.Button>\n <Components.Button type=\"submit\" isLoading={stateTaxes.status.isPending}>\n {t('saveCta')}\n </Components.Button>\n </ActionsLayout>\n }\n className={className}\n dictionary={managementStateTaxesDictionary}\n />\n )\n}\n"],"names":["StateTaxesEditForm","FallbackComponent","props","jsx","BaseBoundaries","StateTaxesEditFormRoot","employeeId","className","dictionary","onEvent","useI18n","useComponentDictionary","t","useTranslation","Components","useComponentContext","stateTaxes","useEmployeeStateTaxesForm","managementStateTaxesDictionary","useManagementStateTaxesViewDictionary","BaseLayout","handleSubmit","result","componentEvents","handleCancel","EmployeeStateTaxesView","ActionsLayout"],"mappings":";;;;;;;;;;;AAiCO,SAASA,EAAmB;AAAA,EACjC,mBAAAC;AAAA,EACA,GAAGC;AACL,GAAgF;AAC9E,SACE,gBAAAC;AAAA,IAACC;AAAA,IAAA;AAAA,MACC,eAAc;AAAA,MACd,mBAAAH;AAAA,MAEA,UAAA,gBAAAE,EAACE,GAAA,EAAwB,GAAGH,EAAA,CAAO;AAAA,IAAA;AAAA,EAAA;AAGzC;AAEA,SAASG,EAAuB;AAAA,EAC9B,YAAAC;AAAA,EACA,WAAAC;AAAA,EACA,YAAAC;AAAA,EACA,SAAAC;AACF,GAA4B;AAC1B,EAAAC,EAAQ,gCAAgC,GACxCC,EAAuB,kCAAkCH,CAAU;AACnE,QAAM,EAAE,GAAAI,EAAA,IAAMC,EAAe,gCAAgC,GACvDC,IAAaC,EAAA,GAEbC,IAAaC,EAA0B,EAAE,YAAAX,GAAY,GACrDY,IAAiCC,EAAA;AAEvC,MAAIH,EAAW;AACb,6BAAQI,GAAA,EAAW,WAAS,IAAC,OAAOJ,EAAW,cAAc,QAAQ;AAGvE,QAAMK,IAAe,YAAY;AAC/B,UAAMC,IAAS,MAAMN,EAAW,QAAQ,SAAA;AACxC,IAAKM,KAELb,EAAQc,EAAgB,yCAAyC;AAAA,MAC/D,wBAAwBD,EAAO;AAAA,IAAA,CAChC;AAAA,EACH,GAEME,IAAe,MAAM;AACzB,IAAAf,EAAQc,EAAgB,8CAA8C;AAAA,EACxE;AAEA,SACE,gBAAApB;AAAA,IAACsB;AAAA,IAAA;AAAA,MACC,YAAAT;AAAA,MACA,UAAUK;AAAA,MACV,2BACGK,GAAA,EACC,UAAA;AAAA,QAAA,gBAAAvB,EAACW,EAAW,QAAX,EAAkB,SAAQ,aAAY,SAASU,GAC7C,UAAAZ,EAAE,WAAW,EAAA,CAChB;AAAA,QACA,gBAAAT,EAACW,EAAW,QAAX,EAAkB,MAAK,UAAS,WAAWE,EAAW,OAAO,WAC3D,UAAAJ,EAAE,SAAS,EAAA,CACd;AAAA,MAAA,GACF;AAAA,MAEF,WAAAL;AAAA,MACA,YAAYW;AAAA,IAAA;AAAA,EAAA;AAGlB;"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
1
|
import "./types/i18next.d.ts"
|
|
2
|
-
export { StateTaxes
|
|
2
|
+
export { StateTaxes } from './StateTaxes';
|
|
3
|
+
export type { StateTaxesProps } from './StateTaxes';
|
|
4
|
+
export { StateTaxesCard } from './StateTaxesCard';
|
|
5
|
+
export type { StateTaxesCardProps } from './StateTaxesCard';
|
|
6
|
+
export { StateTaxesEditForm } from './StateTaxesEditForm';
|
|
7
|
+
export type { StateTaxesEditFormProps } from './StateTaxesEditForm';
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { state as a, transition as E, reduce as T } from "robot3";
|
|
2
|
+
import { StateTaxesEditFormContextual as A, StateTaxesCardContextual as o } from "./StateTaxesComponents.js";
|
|
3
|
+
import { componentEvents as e } from "../../../../shared/constants.js";
|
|
4
|
+
const r = T(
|
|
5
|
+
(t) => ({
|
|
6
|
+
...t,
|
|
7
|
+
component: o,
|
|
8
|
+
successAlert: null
|
|
9
|
+
})
|
|
10
|
+
), n = (t) => T(
|
|
11
|
+
(s) => ({
|
|
12
|
+
...s,
|
|
13
|
+
component: o,
|
|
14
|
+
successAlert: t
|
|
15
|
+
})
|
|
16
|
+
), M = {
|
|
17
|
+
card: a(
|
|
18
|
+
E(
|
|
19
|
+
e.EMPLOYEE_MANAGEMENT_STATE_TAXES_EDIT_REQUESTED,
|
|
20
|
+
"editStateTaxes",
|
|
21
|
+
T(
|
|
22
|
+
(t) => ({
|
|
23
|
+
...t,
|
|
24
|
+
component: A,
|
|
25
|
+
successAlert: null
|
|
26
|
+
})
|
|
27
|
+
)
|
|
28
|
+
),
|
|
29
|
+
E(
|
|
30
|
+
e.EMPLOYEE_MANAGEMENT_STATE_TAXES_ALERT_DISMISSED,
|
|
31
|
+
"card",
|
|
32
|
+
r
|
|
33
|
+
)
|
|
34
|
+
),
|
|
35
|
+
editStateTaxes: a(
|
|
36
|
+
E(
|
|
37
|
+
e.EMPLOYEE_MANAGEMENT_STATE_TAXES_UPDATED,
|
|
38
|
+
"card",
|
|
39
|
+
n("stateTaxesUpdated")
|
|
40
|
+
),
|
|
41
|
+
E(
|
|
42
|
+
e.EMPLOYEE_MANAGEMENT_STATE_TAXES_EDIT_CANCELLED,
|
|
43
|
+
"card",
|
|
44
|
+
r
|
|
45
|
+
)
|
|
46
|
+
)
|
|
47
|
+
};
|
|
48
|
+
export {
|
|
49
|
+
M as stateTaxesStateMachine
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=stateTaxesStateMachine.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stateTaxesStateMachine.js","sources":["../../../../../src/components/Employee/StateTaxes/management/stateTaxesStateMachine.ts"],"sourcesContent":["import { reduce, state, transition } from 'robot3'\nimport type { ComponentType } from 'react'\nimport type { StateTaxesContextInterface, StateTaxesSuccessAlertCode } from './StateTaxesComponents'\nimport { StateTaxesCardContextual, StateTaxesEditFormContextual } from './StateTaxesComponents'\nimport { componentEvents } from '@/shared/constants'\nimport type { MachineTransition } from '@/types/Helpers'\n\nconst returnToCard = reduce(\n (ctx: StateTaxesContextInterface): StateTaxesContextInterface => ({\n ...ctx,\n component: StateTaxesCardContextual as ComponentType,\n successAlert: null,\n }),\n)\n\nconst returnToCardWithAlert = (alert: StateTaxesSuccessAlertCode) =>\n reduce(\n (ctx: StateTaxesContextInterface): StateTaxesContextInterface => ({\n ...ctx,\n component: StateTaxesCardContextual as ComponentType,\n successAlert: alert,\n }),\n )\n\nexport const stateTaxesStateMachine = {\n card: state<MachineTransition>(\n transition(\n componentEvents.EMPLOYEE_MANAGEMENT_STATE_TAXES_EDIT_REQUESTED,\n 'editStateTaxes',\n reduce(\n (ctx: StateTaxesContextInterface): StateTaxesContextInterface => ({\n ...ctx,\n component: StateTaxesEditFormContextual as ComponentType,\n successAlert: null,\n }),\n ),\n ),\n transition(\n componentEvents.EMPLOYEE_MANAGEMENT_STATE_TAXES_ALERT_DISMISSED,\n 'card',\n returnToCard,\n ),\n ),\n editStateTaxes: state<MachineTransition>(\n transition(\n componentEvents.EMPLOYEE_MANAGEMENT_STATE_TAXES_UPDATED,\n 'card',\n returnToCardWithAlert('stateTaxesUpdated'),\n ),\n transition(\n componentEvents.EMPLOYEE_MANAGEMENT_STATE_TAXES_EDIT_CANCELLED,\n 'card',\n returnToCard,\n ),\n ),\n}\n"],"names":["returnToCard","reduce","ctx","StateTaxesCardContextual","returnToCardWithAlert","alert","stateTaxesStateMachine","state","transition","componentEvents","StateTaxesEditFormContextual"],"mappings":";;;AAOA,MAAMA,IAAeC;AAAA,EACnB,CAACC,OAAiE;AAAA,IAChE,GAAGA;AAAA,IACH,WAAWC;AAAA,IACX,cAAc;AAAA,EAAA;AAElB,GAEMC,IAAwB,CAACC,MAC7BJ;AAAA,EACE,CAACC,OAAiE;AAAA,IAChE,GAAGA;AAAA,IACH,WAAWC;AAAA,IACX,cAAcE;AAAA,EAAA;AAElB,GAEWC,IAAyB;AAAA,EACpC,MAAMC;AAAA,IACJC;AAAA,MACEC,EAAgB;AAAA,MAChB;AAAA,MACAR;AAAA,QACE,CAACC,OAAiE;AAAA,UAChE,GAAGA;AAAA,UACH,WAAWQ;AAAA,UACX,cAAc;AAAA,QAAA;AAAA,MAChB;AAAA,IACF;AAAA,IAEFF;AAAA,MACEC,EAAgB;AAAA,MAChB;AAAA,MACAT;AAAA,IAAA;AAAA,EACF;AAAA,EAEF,gBAAgBO;AAAA,IACdC;AAAA,MACEC,EAAgB;AAAA,MAChB;AAAA,MACAL,EAAsB,mBAAmB;AAAA,IAAA;AAAA,IAE3CI;AAAA,MACEC,EAAgB;AAAA,MAChB;AAAA,MACAT;AAAA,IAAA;AAAA,EACF;AAEJ;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StateTaxesViewDictionary } from '../shared';
|
|
2
|
+
/**
|
|
3
|
+
* Resolves the shared `EmployeeStateTaxesView`'s text against management's
|
|
4
|
+
* `Employee.Management.StateTaxes` namespace. Partner overrides supplied
|
|
5
|
+
* through the management edit form's `dictionary` prop flow into the view
|
|
6
|
+
* text via `t(...)` resolution at render time.
|
|
7
|
+
*/
|
|
8
|
+
export declare function useManagementStateTaxesViewDictionary(): StateTaxesViewDictionary;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useMemo as t } from "react";
|
|
2
|
+
import { useTranslation as a } from "react-i18next";
|
|
3
|
+
function o() {
|
|
4
|
+
const { t: e } = a("Employee.Management.StateTaxes");
|
|
5
|
+
return t(
|
|
6
|
+
() => ({
|
|
7
|
+
en: {
|
|
8
|
+
stateTaxesTitle: e("stateTaxesTitle"),
|
|
9
|
+
noWithholding: e("noWithholding"),
|
|
10
|
+
validations: {
|
|
11
|
+
required: e("validations.required")
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}),
|
|
15
|
+
[e]
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
export {
|
|
19
|
+
o as useManagementStateTaxesViewDictionary
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=useViewDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useViewDictionary.js","sources":["../../../../../src/components/Employee/StateTaxes/management/useViewDictionary.ts"],"sourcesContent":["import { useMemo } from 'react'\nimport { useTranslation } from 'react-i18next'\nimport type { StateTaxesViewDictionary } from '../shared'\n\n/**\n * Resolves the shared `EmployeeStateTaxesView`'s text against management's\n * `Employee.Management.StateTaxes` namespace. Partner overrides supplied\n * through the management edit form's `dictionary` prop flow into the view\n * text via `t(...)` resolution at render time.\n */\nexport function useManagementStateTaxesViewDictionary(): StateTaxesViewDictionary {\n const { t } = useTranslation('Employee.Management.StateTaxes')\n\n return useMemo<StateTaxesViewDictionary>(\n () => ({\n en: {\n stateTaxesTitle: t('stateTaxesTitle'),\n noWithholding: t('noWithholding'),\n validations: {\n required: t('validations.required'),\n },\n },\n }),\n [t],\n )\n}\n"],"names":["useManagementStateTaxesViewDictionary","t","useTranslation","useMemo"],"mappings":";;AAUO,SAASA,IAAkE;AAChF,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,gCAAgC;AAE7D,SAAOC;AAAA,IACL,OAAO;AAAA,MACL,IAAI;AAAA,QACF,iBAAiBF,EAAE,iBAAiB;AAAA,QACpC,eAAeA,EAAE,eAAe;AAAA,QAChC,aAAa;AAAA,UACX,UAAUA,EAAE,sBAAsB;AAAA,QAAA;AAAA,MACpC;AAAA,IACF;AAAA,IAEF,CAACA,CAAC;AAAA,EAAA;AAEN;"}
|
|
@@ -5,4 +5,4 @@ export type StateTaxesProps = Omit<CommonComponentInterface<'Employee.StateTaxes
|
|
|
5
5
|
isAdmin?: boolean;
|
|
6
6
|
onEvent: BaseComponentInterface['onEvent'];
|
|
7
7
|
};
|
|
8
|
-
export declare function StateTaxes({ FallbackComponent, ...props }: StateTaxesProps & Pick<BaseComponentInterface, 'FallbackComponent'>): import("react
|
|
8
|
+
export declare function StateTaxes({ FallbackComponent, ...props }: StateTaxesProps & Pick<BaseComponentInterface, 'FallbackComponent'>): import("react").JSX.Element;
|
|
@@ -1,49 +1,50 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { useTranslation as
|
|
3
|
-
import { EmployeeStateTaxesView as
|
|
4
|
-
import {
|
|
2
|
+
import { useTranslation as p } from "react-i18next";
|
|
3
|
+
import { EmployeeStateTaxesView as c } from "../shared/EmployeeStateTaxesView.js";
|
|
4
|
+
import { useOnboardingStateTaxesViewDictionary as T } from "./useViewDictionary.js";
|
|
5
|
+
import { BaseBoundaries as S, BaseLayout as E } from "../../../Base/Base.js";
|
|
5
6
|
import "../../../Base/useBase.js";
|
|
6
|
-
import "
|
|
7
|
+
import { ActionsLayout as d } from "../../../Common/ActionsLayout/ActionsLayout.js";
|
|
8
|
+
import { useI18n as f, useComponentDictionary as l } from "../../../../i18n/I18n.js";
|
|
7
9
|
import { componentEvents as s } from "../../../../shared/constants.js";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
import { useEmployeeStateTaxesForm as d } from "../shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js";
|
|
12
|
-
function M({
|
|
10
|
+
import { useComponentContext as x } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
|
|
11
|
+
import { useEmployeeStateTaxesForm as y } from "../shared/useEmployeeStateTaxesForm/useEmployeeStateTaxesForm.js";
|
|
12
|
+
function V({
|
|
13
13
|
FallbackComponent: e,
|
|
14
14
|
...o
|
|
15
15
|
}) {
|
|
16
|
-
return /* @__PURE__ */ t(
|
|
16
|
+
return /* @__PURE__ */ t(S, { componentName: "Employee.StateTaxes", FallbackComponent: e, children: /* @__PURE__ */ t(b, { ...o }) });
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function b({
|
|
19
19
|
employeeId: e,
|
|
20
20
|
className: o,
|
|
21
|
-
dictionary:
|
|
22
|
-
onEvent:
|
|
21
|
+
dictionary: i,
|
|
22
|
+
onEvent: r,
|
|
23
23
|
isAdmin: m = !1
|
|
24
24
|
}) {
|
|
25
|
-
|
|
26
|
-
const n =
|
|
25
|
+
f("Employee.StateTaxes"), l("Employee.StateTaxes", i);
|
|
26
|
+
const n = y({ employeeId: e, isAdmin: m }), u = T();
|
|
27
27
|
return n.isLoading ? /* @__PURE__ */ t(E, { isLoading: !0, error: n.errorHandling.errors }) : /* @__PURE__ */ t(
|
|
28
|
-
|
|
28
|
+
c,
|
|
29
29
|
{
|
|
30
30
|
stateTaxes: n,
|
|
31
31
|
onSubmit: async () => {
|
|
32
32
|
const a = await n.actions.onSubmit();
|
|
33
|
-
a && (
|
|
33
|
+
a && (r(s.EMPLOYEE_STATE_TAXES_UPDATED, {
|
|
34
34
|
employeeStateTaxesList: a.data
|
|
35
|
-
}),
|
|
35
|
+
}), r(s.EMPLOYEE_STATE_TAXES_DONE));
|
|
36
36
|
},
|
|
37
|
-
actions: /* @__PURE__ */ t(
|
|
38
|
-
className: o
|
|
37
|
+
actions: /* @__PURE__ */ t(g, { isPending: n.status.isPending }),
|
|
38
|
+
className: o,
|
|
39
|
+
dictionary: u
|
|
39
40
|
}
|
|
40
41
|
);
|
|
41
42
|
}
|
|
42
|
-
function
|
|
43
|
-
const { t: o } =
|
|
44
|
-
return /* @__PURE__ */ t(
|
|
43
|
+
function g({ isPending: e }) {
|
|
44
|
+
const { t: o } = p("Employee.StateTaxes"), i = x();
|
|
45
|
+
return /* @__PURE__ */ t(d, { children: /* @__PURE__ */ t(i.Button, { type: "submit", isLoading: e, children: o("submitCta") }) });
|
|
45
46
|
}
|
|
46
47
|
export {
|
|
47
|
-
|
|
48
|
+
V as StateTaxes
|
|
48
49
|
};
|
|
49
50
|
//# sourceMappingURL=StateTaxes.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StateTaxes.js","sources":["../../../../../src/components/Employee/StateTaxes/onboarding/StateTaxes.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { EmployeeStateTaxesView, useEmployeeStateTaxesForm } from '../shared'\nimport {\n BaseBoundaries,\n BaseLayout,\n type BaseComponentInterface,\n type CommonComponentInterface,\n} from '@/components/Base'\nimport { ActionsLayout } from '@/components/Common'\nimport { useI18n, useComponentDictionary } from '@/i18n'\nimport { componentEvents } from '@/shared/constants'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\n\nexport type StateTaxesProps = Omit<CommonComponentInterface<'Employee.StateTaxes'>, 'children'> & {\n employeeId: string\n /** Render admin-only questions and submit them. Defaults to `false`. */\n isAdmin?: boolean\n onEvent: BaseComponentInterface['onEvent']\n}\n\nexport function StateTaxes({\n FallbackComponent,\n ...props\n}: StateTaxesProps & Pick<BaseComponentInterface, 'FallbackComponent'>) {\n return (\n <BaseBoundaries componentName=\"Employee.StateTaxes\" FallbackComponent={FallbackComponent}>\n <StateTaxesRoot {...props} />\n </BaseBoundaries>\n )\n}\n\nfunction StateTaxesRoot({\n employeeId,\n className,\n dictionary,\n onEvent,\n isAdmin = false,\n}: StateTaxesProps) {\n useI18n('Employee.StateTaxes')\n useComponentDictionary('Employee.StateTaxes', dictionary)\n\n const stateTaxes = useEmployeeStateTaxesForm({ employeeId, isAdmin })\n\n if (stateTaxes.isLoading) {\n return <BaseLayout isLoading error={stateTaxes.errorHandling.errors} />\n }\n\n const handleSubmit = async () => {\n const result = await stateTaxes.actions.onSubmit()\n if (!result) return\n\n onEvent(componentEvents.EMPLOYEE_STATE_TAXES_UPDATED, {\n employeeStateTaxesList: result.data,\n })\n onEvent(componentEvents.EMPLOYEE_STATE_TAXES_DONE)\n }\n\n return (\n <EmployeeStateTaxesView\n stateTaxes={stateTaxes}\n onSubmit={handleSubmit}\n actions={<ContinueAction isPending={stateTaxes.status.isPending} />}\n className={className}\n />\n )\n}\n\nfunction ContinueAction({ isPending }: { isPending: boolean }) {\n const { t } = useTranslation('Employee.StateTaxes')\n const Components = useComponentContext()\n\n return (\n <ActionsLayout>\n <Components.Button type=\"submit\" isLoading={isPending}>\n {t('submitCta')}\n </Components.Button>\n </ActionsLayout>\n )\n}\n"],"names":["StateTaxes","FallbackComponent","props","jsx","BaseBoundaries","StateTaxesRoot","employeeId","className","dictionary","onEvent","isAdmin","useI18n","useComponentDictionary","stateTaxes","useEmployeeStateTaxesForm","BaseLayout","EmployeeStateTaxesView","result","componentEvents","ContinueAction","isPending","t","useTranslation","Components","useComponentContext","ActionsLayout"],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"StateTaxes.js","sources":["../../../../../src/components/Employee/StateTaxes/onboarding/StateTaxes.tsx"],"sourcesContent":["import { useTranslation } from 'react-i18next'\nimport { EmployeeStateTaxesView, useEmployeeStateTaxesForm } from '../shared'\nimport { useOnboardingStateTaxesViewDictionary } from './useViewDictionary'\nimport {\n BaseBoundaries,\n BaseLayout,\n type BaseComponentInterface,\n type CommonComponentInterface,\n} from '@/components/Base'\nimport { ActionsLayout } from '@/components/Common'\nimport { useI18n, useComponentDictionary } from '@/i18n'\nimport { componentEvents } from '@/shared/constants'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\n\nexport type StateTaxesProps = Omit<CommonComponentInterface<'Employee.StateTaxes'>, 'children'> & {\n employeeId: string\n /** Render admin-only questions and submit them. Defaults to `false`. */\n isAdmin?: boolean\n onEvent: BaseComponentInterface['onEvent']\n}\n\nexport function StateTaxes({\n FallbackComponent,\n ...props\n}: StateTaxesProps & Pick<BaseComponentInterface, 'FallbackComponent'>) {\n return (\n <BaseBoundaries componentName=\"Employee.StateTaxes\" FallbackComponent={FallbackComponent}>\n <StateTaxesRoot {...props} />\n </BaseBoundaries>\n )\n}\n\nfunction StateTaxesRoot({\n employeeId,\n className,\n dictionary,\n onEvent,\n isAdmin = false,\n}: StateTaxesProps) {\n useI18n('Employee.StateTaxes')\n useComponentDictionary('Employee.StateTaxes', dictionary)\n\n const stateTaxes = useEmployeeStateTaxesForm({ employeeId, isAdmin })\n const onboardingStateTaxesDictionary = useOnboardingStateTaxesViewDictionary()\n\n if (stateTaxes.isLoading) {\n return <BaseLayout isLoading error={stateTaxes.errorHandling.errors} />\n }\n\n const handleSubmit = async () => {\n const result = await stateTaxes.actions.onSubmit()\n if (!result) return\n\n onEvent(componentEvents.EMPLOYEE_STATE_TAXES_UPDATED, {\n employeeStateTaxesList: result.data,\n })\n onEvent(componentEvents.EMPLOYEE_STATE_TAXES_DONE)\n }\n\n return (\n <EmployeeStateTaxesView\n stateTaxes={stateTaxes}\n onSubmit={handleSubmit}\n actions={<ContinueAction isPending={stateTaxes.status.isPending} />}\n className={className}\n dictionary={onboardingStateTaxesDictionary}\n />\n )\n}\n\nfunction ContinueAction({ isPending }: { isPending: boolean }) {\n const { t } = useTranslation('Employee.StateTaxes')\n const Components = useComponentContext()\n\n return (\n <ActionsLayout>\n <Components.Button type=\"submit\" isLoading={isPending}>\n {t('submitCta')}\n </Components.Button>\n </ActionsLayout>\n )\n}\n"],"names":["StateTaxes","FallbackComponent","props","jsx","BaseBoundaries","StateTaxesRoot","employeeId","className","dictionary","onEvent","isAdmin","useI18n","useComponentDictionary","stateTaxes","useEmployeeStateTaxesForm","onboardingStateTaxesDictionary","useOnboardingStateTaxesViewDictionary","BaseLayout","EmployeeStateTaxesView","result","componentEvents","ContinueAction","isPending","t","useTranslation","Components","useComponentContext","ActionsLayout"],"mappings":";;;;;;;;;;;AAqBO,SAASA,EAAW;AAAA,EACzB,mBAAAC;AAAA,EACA,GAAGC;AACL,GAAwE;AACtE,SACE,gBAAAC,EAACC,KAAe,eAAc,uBAAsB,mBAAAH,GAClD,UAAA,gBAAAE,EAACE,GAAA,EAAgB,GAAGH,EAAA,CAAO,EAAA,CAC7B;AAEJ;AAEA,SAASG,EAAe;AAAA,EACtB,YAAAC;AAAA,EACA,WAAAC;AAAA,EACA,YAAAC;AAAA,EACA,SAAAC;AAAA,EACA,SAAAC,IAAU;AACZ,GAAoB;AAClB,EAAAC,EAAQ,qBAAqB,GAC7BC,EAAuB,uBAAuBJ,CAAU;AAExD,QAAMK,IAAaC,EAA0B,EAAE,YAAAR,GAAY,SAAAI,GAAS,GAC9DK,IAAiCC,EAAA;AAEvC,SAAIH,EAAW,8BACLI,GAAA,EAAW,WAAS,IAAC,OAAOJ,EAAW,cAAc,QAAQ,IAcrE,gBAAAV;AAAA,IAACe;AAAA,IAAA;AAAA,MACC,YAAAL;AAAA,MACA,UAbiB,YAAY;AAC/B,cAAMM,IAAS,MAAMN,EAAW,QAAQ,SAAA;AACxC,QAAKM,MAELV,EAAQW,EAAgB,8BAA8B;AAAA,UACpD,wBAAwBD,EAAO;AAAA,QAAA,CAChC,GACDV,EAAQW,EAAgB,yBAAyB;AAAA,MACnD;AAAA,MAMI,SAAS,gBAAAjB,EAACkB,GAAA,EAAe,WAAWR,EAAW,OAAO,WAAW;AAAA,MACjE,WAAAN;AAAA,MACA,YAAYQ;AAAA,IAAA;AAAA,EAAA;AAGlB;AAEA,SAASM,EAAe,EAAE,WAAAC,KAAqC;AAC7D,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,qBAAqB,GAC5CC,IAAaC,EAAA;AAEnB,SACE,gBAAAvB,EAACwB,GAAA,EACC,UAAA,gBAAAxB,EAACsB,EAAW,QAAX,EAAkB,MAAK,UAAS,WAAWH,GACzC,UAAAC,EAAE,WAAW,GAChB,GACF;AAEJ;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StateTaxesViewDictionary } from '../shared';
|
|
2
|
+
/**
|
|
3
|
+
* Resolves the shared `EmployeeStateTaxesView`'s text against onboarding's
|
|
4
|
+
* `Employee.StateTaxes` namespace. Partner overrides supplied through the
|
|
5
|
+
* onboarding block's `dictionary` prop flow into the view text via `t(...)`
|
|
6
|
+
* resolution at render time.
|
|
7
|
+
*/
|
|
8
|
+
export declare function useOnboardingStateTaxesViewDictionary(): StateTaxesViewDictionary;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { useMemo as t } from "react";
|
|
2
|
+
import { useTranslation as i } from "react-i18next";
|
|
3
|
+
function n() {
|
|
4
|
+
const { t: e } = i("Employee.StateTaxes");
|
|
5
|
+
return t(
|
|
6
|
+
() => ({
|
|
7
|
+
en: {
|
|
8
|
+
stateTaxesTitle: e("stateTaxesTitle"),
|
|
9
|
+
noWithholding: e("noWithholding"),
|
|
10
|
+
validations: {
|
|
11
|
+
required: e("validations.required")
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}),
|
|
15
|
+
[e]
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
export {
|
|
19
|
+
n as useOnboardingStateTaxesViewDictionary
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=useViewDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useViewDictionary.js","sources":["../../../../../src/components/Employee/StateTaxes/onboarding/useViewDictionary.ts"],"sourcesContent":["import { useMemo } from 'react'\nimport { useTranslation } from 'react-i18next'\nimport type { StateTaxesViewDictionary } from '../shared'\n\n/**\n * Resolves the shared `EmployeeStateTaxesView`'s text against onboarding's\n * `Employee.StateTaxes` namespace. Partner overrides supplied through the\n * onboarding block's `dictionary` prop flow into the view text via `t(...)`\n * resolution at render time.\n */\nexport function useOnboardingStateTaxesViewDictionary(): StateTaxesViewDictionary {\n const { t } = useTranslation('Employee.StateTaxes')\n\n return useMemo<StateTaxesViewDictionary>(\n () => ({\n en: {\n stateTaxesTitle: t('stateTaxesTitle'),\n noWithholding: t('noWithholding'),\n validations: {\n required: t('validations.required'),\n },\n },\n }),\n [t],\n )\n}\n"],"names":["useOnboardingStateTaxesViewDictionary","t","useTranslation","useMemo"],"mappings":";;AAUO,SAASA,IAAkE;AAChF,QAAM,EAAE,GAAAC,EAAA,IAAMC,EAAe,qBAAqB;AAElD,SAAOC;AAAA,IACL,OAAO;AAAA,MACL,IAAI;AAAA,QACF,iBAAiBF,EAAE,iBAAiB;AAAA,QACpC,eAAeA,EAAE,eAAe;AAAA,QAChC,aAAa;AAAA,UACX,UAAUA,EAAE,sBAAsB;AAAA,QAAA;AAAA,MACpC;AAAA,IACF;AAAA,IAEF,CAACA,CAAC;AAAA,EAAA;AAEN;"}
|
|
@@ -1,14 +1,33 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { useEmployeeStateTaxesForm } from './useEmployeeStateTaxesForm';
|
|
3
|
+
import { ResourceDictionary } from '../../../../types/Helpers';
|
|
3
4
|
type ReadyEmployeeStateTaxesForm = Extract<ReturnType<typeof useEmployeeStateTaxesForm>, {
|
|
4
5
|
isLoading: false;
|
|
5
6
|
}>;
|
|
7
|
+
/**
|
|
8
|
+
* Override surface for {@link EmployeeStateTaxesView}'s default copy. Each
|
|
9
|
+
* consuming flow (onboarding, management) builds a resolved dictionary from
|
|
10
|
+
* its own translation namespace via a dedicated `use*StateTaxesViewDictionary`
|
|
11
|
+
* hook and passes it here, so partner overrides on the flow's namespace flow
|
|
12
|
+
* into the shared view text at render time.
|
|
13
|
+
*
|
|
14
|
+
* The underlying `Employee.StateTaxesView` namespace is an implementation
|
|
15
|
+
* detail of the shared view — consumers shouldn't reference it directly.
|
|
16
|
+
*/
|
|
17
|
+
export type StateTaxesViewDictionary = ResourceDictionary<'Employee.StateTaxesView'>;
|
|
6
18
|
export interface EmployeeStateTaxesViewProps {
|
|
7
19
|
stateTaxes: ReadyEmployeeStateTaxesForm;
|
|
8
20
|
onSubmit: () => void | Promise<void>;
|
|
9
21
|
actions: ReactNode;
|
|
10
22
|
alert?: ReactNode;
|
|
11
23
|
className?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Per-flow translation override for this shared view. Consumers build the
|
|
26
|
+
* value inside a flow-local `use*StateTaxesViewDictionary` hook that
|
|
27
|
+
* resolves the view's keys against the flow's own namespace, so partner
|
|
28
|
+
* overrides on the flow's `dictionary` prop propagate into the view.
|
|
29
|
+
*/
|
|
30
|
+
dictionary?: StateTaxesViewDictionary;
|
|
12
31
|
}
|
|
13
|
-
export declare function EmployeeStateTaxesView({ stateTaxes, onSubmit, actions, alert, className, }: EmployeeStateTaxesViewProps): import("react
|
|
32
|
+
export declare function EmployeeStateTaxesView({ stateTaxes, onSubmit, actions, alert, className, dictionary, }: EmployeeStateTaxesViewProps): import("react").JSX.Element;
|
|
14
33
|
export {};
|
|
@@ -1,34 +1,37 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { Fragment as
|
|
1
|
+
import { jsx as e, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import { Fragment as y } from "react";
|
|
3
3
|
import { useTranslation as i } from "react-i18next";
|
|
4
|
-
import
|
|
4
|
+
import T from "classnames";
|
|
5
5
|
import C from "./EmployeeStateTaxesView.module.scss.js";
|
|
6
|
-
import { BaseLayout as
|
|
6
|
+
import { BaseLayout as S } from "../../../Base/Base.js";
|
|
7
7
|
import "../../../Base/useBase.js";
|
|
8
|
-
import { Form as
|
|
9
|
-
import { SDKFormProvider as
|
|
10
|
-
import { useComponentContext as
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
import { Form as w } from "../../../Common/Form/Form.js";
|
|
9
|
+
import { SDKFormProvider as E } from "../../../../partner-hook-utils/form/SDKFormProvider.js";
|
|
10
|
+
import { useComponentContext as F } from "../../../../contexts/ComponentAdapter/useComponentContext.js";
|
|
11
|
+
import { useI18n as H, useComponentDictionary as V } from "../../../../i18n/I18n.js";
|
|
12
|
+
function P({
|
|
13
|
+
stateTaxes: o,
|
|
13
14
|
onSubmit: a,
|
|
14
15
|
actions: l,
|
|
15
16
|
alert: c,
|
|
16
|
-
className: p
|
|
17
|
+
className: p,
|
|
18
|
+
dictionary: f
|
|
17
19
|
}) {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
H("Employee.StateTaxesView"), V("Employee.StateTaxesView", f);
|
|
21
|
+
const { t: r } = i("Employee.StateTaxesView"), { t: d } = i("common"), m = F(), n = o.form.Fields;
|
|
22
|
+
return /* @__PURE__ */ e("section", { className: T(C.container, p), children: /* @__PURE__ */ e(S, { error: o.errorHandling.errors, children: /* @__PURE__ */ e(E, { formHookResult: o, children: /* @__PURE__ */ s(w, { onSubmit: a, children: [
|
|
20
23
|
c,
|
|
21
|
-
n.length === 0 ? /* @__PURE__ */
|
|
22
|
-
const
|
|
23
|
-
return /* @__PURE__ */ s(
|
|
24
|
-
/* @__PURE__ */
|
|
25
|
-
|
|
26
|
-
] },
|
|
24
|
+
n.length === 0 ? /* @__PURE__ */ e(m.Text, { children: r("noWithholding") }) : n.map((t) => {
|
|
25
|
+
const h = d(`statesHash.${t.state}`, t.state);
|
|
26
|
+
return /* @__PURE__ */ s(y, { children: [
|
|
27
|
+
/* @__PURE__ */ e(m.Heading, { as: "h2", children: r("stateTaxesTitle", { state: h }) }),
|
|
28
|
+
t.questions.map(({ questionId: u, Field: x }) => /* @__PURE__ */ e(x, {}, u))
|
|
29
|
+
] }, t.state);
|
|
27
30
|
}),
|
|
28
31
|
l
|
|
29
32
|
] }) }) }) });
|
|
30
33
|
}
|
|
31
34
|
export {
|
|
32
|
-
|
|
35
|
+
P as EmployeeStateTaxesView
|
|
33
36
|
};
|
|
34
37
|
//# sourceMappingURL=EmployeeStateTaxesView.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmployeeStateTaxesView.js","sources":["../../../../../src/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.tsx"],"sourcesContent":["import { Fragment, type ReactNode } from 'react'\nimport { useTranslation } from 'react-i18next'\nimport classNames from 'classnames'\nimport { type useEmployeeStateTaxesForm } from './useEmployeeStateTaxesForm'\nimport styles from './EmployeeStateTaxesView.module.scss'\nimport { BaseLayout } from '@/components/Base'\nimport { Form } from '@/components/Common/Form'\nimport { SDKFormProvider } from '@/partner-hook-utils/form/SDKFormProvider'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\n\ntype ReadyEmployeeStateTaxesForm = Extract<\n ReturnType<typeof useEmployeeStateTaxesForm>,\n { isLoading: false }\n>\n\nexport interface EmployeeStateTaxesViewProps {\n stateTaxes: ReadyEmployeeStateTaxesForm\n onSubmit: () => void | Promise<void>\n actions: ReactNode\n alert?: ReactNode\n className?: string\n}\n\nexport function EmployeeStateTaxesView({\n stateTaxes,\n onSubmit,\n actions,\n alert,\n className,\n}: EmployeeStateTaxesViewProps) {\n const { t } = useTranslation('Employee.
|
|
1
|
+
{"version":3,"file":"EmployeeStateTaxesView.js","sources":["../../../../../src/components/Employee/StateTaxes/shared/EmployeeStateTaxesView.tsx"],"sourcesContent":["import { Fragment, type ReactNode } from 'react'\nimport { useTranslation } from 'react-i18next'\nimport classNames from 'classnames'\nimport { type useEmployeeStateTaxesForm } from './useEmployeeStateTaxesForm'\nimport styles from './EmployeeStateTaxesView.module.scss'\nimport { BaseLayout } from '@/components/Base'\nimport { Form } from '@/components/Common/Form'\nimport { SDKFormProvider } from '@/partner-hook-utils/form/SDKFormProvider'\nimport { useComponentContext } from '@/contexts/ComponentAdapter/useComponentContext'\nimport { useComponentDictionary, useI18n } from '@/i18n'\nimport type { ResourceDictionary } from '@/types/Helpers'\n\ntype ReadyEmployeeStateTaxesForm = Extract<\n ReturnType<typeof useEmployeeStateTaxesForm>,\n { isLoading: false }\n>\n\n/**\n * Override surface for {@link EmployeeStateTaxesView}'s default copy. Each\n * consuming flow (onboarding, management) builds a resolved dictionary from\n * its own translation namespace via a dedicated `use*StateTaxesViewDictionary`\n * hook and passes it here, so partner overrides on the flow's namespace flow\n * into the shared view text at render time.\n *\n * The underlying `Employee.StateTaxesView` namespace is an implementation\n * detail of the shared view — consumers shouldn't reference it directly.\n */\nexport type StateTaxesViewDictionary = ResourceDictionary<'Employee.StateTaxesView'>\n\nexport interface EmployeeStateTaxesViewProps {\n stateTaxes: ReadyEmployeeStateTaxesForm\n onSubmit: () => void | Promise<void>\n actions: ReactNode\n alert?: ReactNode\n className?: string\n /**\n * Per-flow translation override for this shared view. Consumers build the\n * value inside a flow-local `use*StateTaxesViewDictionary` hook that\n * resolves the view's keys against the flow's own namespace, so partner\n * overrides on the flow's `dictionary` prop propagate into the view.\n */\n dictionary?: StateTaxesViewDictionary\n}\n\nexport function EmployeeStateTaxesView({\n stateTaxes,\n onSubmit,\n actions,\n alert,\n className,\n dictionary,\n}: EmployeeStateTaxesViewProps) {\n useI18n('Employee.StateTaxesView')\n useComponentDictionary('Employee.StateTaxesView', dictionary)\n\n const { t } = useTranslation('Employee.StateTaxesView')\n const { t: tCommon } = useTranslation('common')\n const Components = useComponentContext()\n const groups = stateTaxes.form.Fields\n\n return (\n <section className={classNames(styles.container, className)}>\n <BaseLayout error={stateTaxes.errorHandling.errors}>\n <SDKFormProvider formHookResult={stateTaxes}>\n <Form onSubmit={onSubmit}>\n {alert}\n\n {groups.length === 0 ? (\n <Components.Text>{t('noWithholding')}</Components.Text>\n ) : (\n groups.map(group => {\n const stateName = tCommon(`statesHash.${group.state}`, group.state)\n return (\n <Fragment key={group.state}>\n <Components.Heading as=\"h2\">\n {t('stateTaxesTitle', { state: stateName })}\n </Components.Heading>\n\n {group.questions.map(({ questionId, Field }) => {\n return <Field key={questionId} />\n })}\n </Fragment>\n )\n })\n )}\n\n {actions}\n </Form>\n </SDKFormProvider>\n </BaseLayout>\n </section>\n )\n}\n"],"names":["EmployeeStateTaxesView","stateTaxes","onSubmit","actions","alert","className","dictionary","useI18n","useComponentDictionary","t","useTranslation","tCommon","Components","useComponentContext","groups","jsx","classNames","styles","BaseLayout","SDKFormProvider","jsxs","Form","group","stateName","Fragment","questionId","Field"],"mappings":";;;;;;;;;;;AA4CO,SAASA,EAAuB;AAAA,EACrC,YAAAC;AAAA,EACA,UAAAC;AAAA,EACA,SAAAC;AAAA,EACA,OAAAC;AAAA,EACA,WAAAC;AAAA,EACA,YAAAC;AACF,GAAgC;AAC9B,EAAAC,EAAQ,yBAAyB,GACjCC,EAAuB,2BAA2BF,CAAU;AAE5D,QAAM,EAAE,GAAAG,EAAA,IAAMC,EAAe,yBAAyB,GAChD,EAAE,GAAGC,MAAYD,EAAe,QAAQ,GACxCE,IAAaC,EAAA,GACbC,IAASb,EAAW,KAAK;AAE/B,SACE,gBAAAc,EAAC,aAAQ,WAAWC,EAAWC,EAAO,WAAWZ,CAAS,GACxD,UAAA,gBAAAU,EAACG,GAAA,EAAW,OAAOjB,EAAW,cAAc,QAC1C,UAAA,gBAAAc,EAACI,GAAA,EAAgB,gBAAgBlB,GAC/B,UAAA,gBAAAmB,EAACC,KAAK,UAAAnB,GACH,UAAA;AAAA,IAAAE;AAAA,IAEAU,EAAO,WAAW,IACjB,gBAAAC,EAACH,EAAW,MAAX,EAAiB,UAAAH,EAAE,eAAe,EAAA,CAAE,IAErCK,EAAO,IAAI,CAAAQ,MAAS;AAClB,YAAMC,IAAYZ,EAAQ,cAAcW,EAAM,KAAK,IAAIA,EAAM,KAAK;AAClE,+BACGE,GAAA,EACC,UAAA;AAAA,QAAA,gBAAAT,EAACH,EAAW,SAAX,EAAmB,IAAG,MACpB,UAAAH,EAAE,mBAAmB,EAAE,OAAOc,EAAA,CAAW,EAAA,CAC5C;AAAA,QAECD,EAAM,UAAU,IAAI,CAAC,EAAE,YAAAG,GAAY,OAAAC,QAC3B,gBAAAX,EAACW,OAAWD,CAAY,CAChC;AAAA,MAAA,EAAA,GAPYH,EAAM,KAQrB;AAAA,IAEJ,CAAC;AAAA,IAGFnB;AAAA,EAAA,GACH,EAAA,CACF,GACF,GACF;AAEJ;"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import "./types/i18next.d.ts"
|
|
2
|
-
export { EmployeeStateTaxesView, type EmployeeStateTaxesViewProps } from './EmployeeStateTaxesView';
|
|
2
|
+
export { EmployeeStateTaxesView, type EmployeeStateTaxesViewProps, type StateTaxesViewDictionary, } from './EmployeeStateTaxesView';
|
|
3
3
|
export * from './useEmployeeStateTaxesForm';
|
|
4
|
+
export { useStateTaxesSummary, type UseStateTaxesSummaryParams, type UseStateTaxesSummaryReady, type UseStateTaxesSummaryResult, } from './useStateTaxesSummary';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EmployeeStateTaxesList } from '@gusto/embedded-api/models/components/employeestatetaxeslist';
|
|
1
|
+
import { EmployeeStateTaxesList } from '@gusto/embedded-api-v-2025-11-15/models/components/employeestatetaxeslist';
|
|
2
2
|
export declare const caEmployeeStateTaxes: EmployeeStateTaxesList[];
|
|
3
3
|
export declare const nyEmployeeStateTaxes: EmployeeStateTaxesList[];
|
|
4
4
|
export declare const inEmployeeStateTaxes: EmployeeStateTaxesList[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EmployeeStateTaxesList } from '@gusto/embedded-api/models/components/employeestatetaxeslist';
|
|
1
|
+
import { EmployeeStateTaxesList } from '@gusto/embedded-api-v-2025-11-15/models/components/employeestatetaxeslist';
|
|
2
2
|
interface WireAnswer {
|
|
3
3
|
value: unknown;
|
|
4
4
|
valid_from: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { EmployeeStateTaxesList } from '@gusto/embedded-api/models/components/employeestatetaxeslist';
|
|
3
|
-
import { EmployeeStateTaxQuestion } from '@gusto/embedded-api/models/components/employeestatetaxquestion';
|
|
2
|
+
import { EmployeeStateTaxesList } from '@gusto/embedded-api-v-2025-11-15/models/components/employeestatetaxeslist';
|
|
3
|
+
import { EmployeeStateTaxQuestion } from '@gusto/embedded-api-v-2025-11-15/models/components/employeestatetaxquestion';
|
|
4
4
|
import { StateTaxQuestionVariant } from './fieldMapping';
|
|
5
5
|
import { FieldsMetadataConfig } from '../../../../../partner-hook-utils/form/buildFormSchema';
|
|
6
6
|
/**
|