kitunga-web 0.1.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/features/buttons/components/Btns/Button.d.ts +32 -0
- package/dist/features/buttons/components/Btns/Button.d.ts.map +1 -0
- package/dist/features/buttons/components/Btns/Button.js +50 -0
- package/dist/features/buttons/components/Btns/Button.js.map +1 -0
- package/dist/features/buttons/components/Btns/Button.module.css +205 -0
- package/dist/features/data-display/components/Cards/ChartCard.d.ts +9 -0
- package/dist/features/data-display/components/Cards/ChartCard.d.ts.map +1 -0
- package/dist/features/data-display/components/Cards/ChartCard.js +7 -0
- package/dist/features/data-display/components/Cards/ChartCard.js.map +1 -0
- package/dist/features/data-display/components/Cards/ChartCard.module.css +27 -0
- package/dist/features/data-display/components/Cards/MetricCard.d.ts +11 -0
- package/dist/features/data-display/components/Cards/MetricCard.d.ts.map +1 -0
- package/dist/features/data-display/components/Cards/MetricCard.js +10 -0
- package/dist/features/data-display/components/Cards/MetricCard.js.map +1 -0
- package/dist/features/data-display/components/Cards/MetricCard.module.css +86 -0
- package/dist/features/data-display/components/Cards/StatCard.d.ts +15 -0
- package/dist/features/data-display/components/Cards/StatCard.d.ts.map +1 -0
- package/dist/features/data-display/components/Cards/StatCard.js +23 -0
- package/dist/features/data-display/components/Cards/StatCard.js.map +1 -0
- package/dist/features/data-display/components/Cards/StatCard.module.css +98 -0
- package/dist/features/data-display/components/Table/LineItemsTable.d.ts +4 -0
- package/dist/features/data-display/components/Table/LineItemsTable.d.ts.map +1 -0
- package/dist/features/data-display/components/Table/LineItemsTable.js +216 -0
- package/dist/features/data-display/components/Table/LineItemsTable.js.map +1 -0
- package/dist/features/data-display/components/Table/LineItemsTable.module.css +223 -0
- package/dist/features/data-display/components/Table/Table.d.ts +4 -0
- package/dist/features/data-display/components/Table/Table.d.ts.map +1 -0
- package/dist/features/data-display/components/Table/Table.js +181 -0
- package/dist/features/data-display/components/Table/Table.js.map +1 -0
- package/dist/features/data-display/components/Table/Table.module.css +305 -0
- package/dist/features/data-display/components/Table/types/LineItemsTable.d.ts +83 -0
- package/dist/features/data-display/components/Table/types/LineItemsTable.d.ts.map +1 -0
- package/dist/features/data-display/components/Table/types/LineItemsTable.js +2 -0
- package/dist/features/data-display/components/Table/types/LineItemsTable.js.map +1 -0
- package/dist/features/data-display/components/Table/types/Table.d.ts +78 -0
- package/dist/features/data-display/components/Table/types/Table.d.ts.map +1 -0
- package/dist/features/data-display/components/Table/types/Table.js +2 -0
- package/dist/features/data-display/components/Table/types/Table.js.map +1 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.d.ts +12 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.d.ts.map +1 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.js +7 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.js.map +1 -0
- package/dist/features/data-display/components/Tabs/PillTabs/PillTabs.module.css +36 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.d.ts +18 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.d.ts.map +1 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.js +52 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.js.map +1 -0
- package/dist/features/feedback/components/ChangedDataSummary/ChangedDataSummary.module.css +90 -0
- package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.d.ts +21 -0
- package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.d.ts.map +1 -0
- package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.js +37 -0
- package/dist/features/feedback/components/ChangedDataSummary/getFormDataChanges.js.map +1 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.d.ts +15 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.d.ts.map +1 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.js +56 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.js.map +1 -0
- package/dist/features/feedback/components/CreatedDataSummary/CreatedDataSummary.module.css +90 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.d.ts +9 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.d.ts.map +1 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.js +9 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.js.map +1 -0
- package/dist/features/feedback/components/EmptyStates/SearchEmptyState/SearchEmptyState.module.css +36 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.d.ts +8 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.d.ts.map +1 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.js +52 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.js.map +1 -0
- package/dist/features/feedback/components/FlowNotice/FlowNotice.module.css +122 -0
- package/dist/features/feedback/components/Loading/AppLoading.d.ts +14 -0
- package/dist/features/feedback/components/Loading/AppLoading.d.ts.map +1 -0
- package/dist/features/feedback/components/Loading/AppLoading.js +17 -0
- package/dist/features/feedback/components/Loading/AppLoading.js.map +1 -0
- package/dist/features/feedback/components/Loading/AppLoading.module.css +95 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.d.ts +24 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.d.ts.map +1 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.js +11 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.js.map +1 -0
- package/dist/features/feedback/components/SuccesModal/ModalSuccess.module.css +141 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.d.ts +10 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.d.ts.map +1 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.js +48 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.js.map +1 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltip.module.css +123 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.d.ts +11 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.d.ts.map +1 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.js +8 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.js.map +1 -0
- package/dist/features/feedback/components/Tooltips/InfoTooltipContent.module.css +58 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.d.ts +27 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.d.ts.map +1 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.js +56 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.js.map +1 -0
- package/dist/features/feedback/components/Tooltips/ProgressChecklistTooltip.module.css +200 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.d.ts +13 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.d.ts.map +1 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.js +97 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.js.map +1 -0
- package/dist/features/inputs/components/DatePicker/DatePicker.module.css +186 -0
- package/dist/features/inputs/components/Inputs/DateInput.d.ts +27 -0
- package/dist/features/inputs/components/Inputs/DateInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/DateInput.js +236 -0
- package/dist/features/inputs/components/Inputs/DateInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/DateInput.module.css +301 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.d.ts +24 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.js +10 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/DateRangeInput.module.css +24 -0
- package/dist/features/inputs/components/Inputs/NumberInput.d.ts +21 -0
- package/dist/features/inputs/components/Inputs/NumberInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/NumberInput.js +82 -0
- package/dist/features/inputs/components/Inputs/NumberInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/NumberInput.module.css +148 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.d.ts +9 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.js +187 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/PhoneInput.module.css +259 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.d.ts +3 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.js +20 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/ao.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.d.ts +3 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.js +9 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/br.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.d.ts +5 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.js +48 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/index.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.d.ts +3 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.js +9 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/pt.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.d.ts +3 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.js +17 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/countries/us.js.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.d.ts +10 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.js +2 -0
- package/dist/features/inputs/components/Inputs/PhoneInput/types/phone.types.js.map +1 -0
- package/dist/features/inputs/components/Inputs/SearchInput.d.ts +13 -0
- package/dist/features/inputs/components/Inputs/SearchInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/SearchInput.js +12 -0
- package/dist/features/inputs/components/Inputs/SearchInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/SearchInput.module.css +107 -0
- package/dist/features/inputs/components/Inputs/StepperInput.d.ts +14 -0
- package/dist/features/inputs/components/Inputs/StepperInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/StepperInput.js +44 -0
- package/dist/features/inputs/components/Inputs/StepperInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/StepperInput.module.css +96 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.d.ts +15 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.js +102 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/TaxIdInput.module.css +259 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/index.d.ts +5 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/index.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/index.js +3 -0
- package/dist/features/inputs/components/Inputs/TaxIdInput/index.js.map +1 -0
- package/dist/features/inputs/components/Inputs/TextInput.d.ts +4 -0
- package/dist/features/inputs/components/Inputs/TextInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/TextInput.js +61 -0
- package/dist/features/inputs/components/Inputs/TextInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/TextInput.module.css +174 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.d.ts +4 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.js +45 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.js.map +1 -0
- package/dist/features/inputs/components/Inputs/TextareaInput.module.css +144 -0
- package/dist/features/inputs/components/Inputs/types/input.types.d.ts +28 -0
- package/dist/features/inputs/components/Inputs/types/input.types.d.ts.map +1 -0
- package/dist/features/inputs/components/Inputs/types/input.types.js +2 -0
- package/dist/features/inputs/components/Inputs/types/input.types.js.map +1 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.d.ts +25 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.d.ts.map +1 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.js +40 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.js.map +1 -0
- package/dist/features/navigation/components/Menu/SharedMenuItem.module.css +219 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.d.ts +13 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.d.ts.map +1 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.js +52 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.js.map +1 -0
- package/dist/features/navigation/components/PageFooter/PageFooter.module.css +24 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.d.ts +14 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.d.ts.map +1 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.js +22 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.js.map +1 -0
- package/dist/features/navigation/components/PageHeader/PageHeader.module.css +41 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.d.ts +24 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.js +131 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.js.map +1 -0
- package/dist/features/navigation/components/Sidebar/Sidebar.module.css +139 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.d.ts +66 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.d.ts.map +1 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.js +89 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.js.map +1 -0
- package/dist/features/overlays/components/DeleteModal/ComprehensiveDeleteModal.module.css +269 -0
- package/dist/features/overlays/components/Popup/Popup.d.ts +8 -0
- package/dist/features/overlays/components/Popup/Popup.d.ts.map +1 -0
- package/dist/features/overlays/components/Popup/Popup.js +23 -0
- package/dist/features/overlays/components/Popup/Popup.js.map +1 -0
- package/dist/features/overlays/components/Popup/Popup.module.css +64 -0
- package/dist/features/overlays/components/Popup/index.d.ts +3 -0
- package/dist/features/overlays/components/Popup/index.d.ts.map +1 -0
- package/dist/features/overlays/components/Popup/index.js +2 -0
- package/dist/features/overlays/components/Popup/index.js.map +1 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.d.ts +36 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.d.ts.map +1 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.js +38 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.js.map +1 -0
- package/dist/features/overlays/components/PrerequisiteGuardModal/PrerequisiteGuardModal.module.css +339 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.d.ts +18 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.d.ts.map +1 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.js +34 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.js.map +1 -0
- package/dist/features/overlays/components/dropdowns/DropdownMenu.module.css +23 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.d.ts +36 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.js +19 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/FormActions.module.css +88 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.d.ts +14 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.js +119 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.module.css +76 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.d.ts +3 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.js +486 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.module.css +55 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.d.ts +16 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.js +8 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepHeader.module.css +77 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.d.ts +10 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.js +9 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepIndicator.module.css +86 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.d.ts +13 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.js +9 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/StepsContainer.module.css +8 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.d.ts +20 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.js +7 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/components/SuccessScreen.module.css +13 -0
- package/dist/features/patterns/components/Form/MultiStepForm/types/types.d.ts +216 -0
- package/dist/features/patterns/components/Form/MultiStepForm/types/types.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/types/types.js +2 -0
- package/dist/features/patterns/components/Form/MultiStepForm/types/types.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.d.ts +6 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.js +22 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/constants.js.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.d.ts +10 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.js +31 -0
- package/dist/features/patterns/components/Form/MultiStepForm/utils/utils.js.map +1 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.d.ts +19 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.d.ts.map +1 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.js +104 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.js.map +1 -0
- package/dist/features/patterns/components/Form/VerificationCodeStep/VerificationCodeStep.module.css +55 -0
- package/dist/features/selects/components/Selects/CustomSelect.d.ts +27 -0
- package/dist/features/selects/components/Selects/CustomSelect.d.ts.map +1 -0
- package/dist/features/selects/components/Selects/CustomSelect.js +53 -0
- package/dist/features/selects/components/Selects/CustomSelect.js.map +1 -0
- package/dist/features/selects/components/Selects/CustomSelect.module.css +307 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.d.ts +12 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.d.ts.map +1 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.js +178 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.js.map +1 -0
- package/dist/features/uploads/components/ImageUpload/ImageUpload.module.css +254 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.d.ts +12 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.d.ts.map +1 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.js +183 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.js.map +1 -0
- package/dist/features/uploads/components/VideoUpload/VideoUpload.module.css +277 -0
- package/dist/features/uploads/components/VideoUpload/index.d.ts +2 -0
- package/dist/features/uploads/components/VideoUpload/index.d.ts.map +1 -0
- package/dist/features/uploads/components/VideoUpload/index.js +2 -0
- package/dist/features/uploads/components/VideoUpload/index.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -0
- package/dist/shared/styles/globals.css +80 -0
- package/dist/shared/styles/tokens.css +138 -0
- package/dist/shared/utils/devDelay.d.ts +8 -0
- package/dist/shared/utils/devDelay.d.ts.map +1 -0
- package/dist/shared/utils/devDelay.js +11 -0
- package/dist/shared/utils/devDelay.js.map +1 -0
- package/dist/shared/utils/files.d.ts +9 -0
- package/dist/shared/utils/files.d.ts.map +1 -0
- package/dist/shared/utils/files.js +26 -0
- package/dist/shared/utils/files.js.map +1 -0
- package/dist/shared/utils/formatCurrency.d.ts +24 -0
- package/dist/shared/utils/formatCurrency.d.ts.map +1 -0
- package/dist/shared/utils/formatCurrency.js +96 -0
- package/dist/shared/utils/formatCurrency.js.map +1 -0
- package/dist/shared/utils/location/countries/ao.d.ts +3 -0
- package/dist/shared/utils/location/countries/ao.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/ao.js +52 -0
- package/dist/shared/utils/location/countries/ao.js.map +1 -0
- package/dist/shared/utils/location/countries/ao.json +254 -0
- package/dist/shared/utils/location/countries/ao.official-2026.json +254 -0
- package/dist/shared/utils/location/countries/br.d.ts +3 -0
- package/dist/shared/utils/location/countries/br.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/br.js +33 -0
- package/dist/shared/utils/location/countries/br.js.map +1 -0
- package/dist/shared/utils/location/countries/mz.d.ts +3 -0
- package/dist/shared/utils/location/countries/mz.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/mz.js +17 -0
- package/dist/shared/utils/location/countries/mz.js.map +1 -0
- package/dist/shared/utils/location/countries/ng.d.ts +3 -0
- package/dist/shared/utils/location/countries/ng.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/ng.js +43 -0
- package/dist/shared/utils/location/countries/ng.js.map +1 -0
- package/dist/shared/utils/location/countries/pt.d.ts +3 -0
- package/dist/shared/utils/location/countries/pt.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/pt.js +26 -0
- package/dist/shared/utils/location/countries/pt.js.map +1 -0
- package/dist/shared/utils/location/countries/us.d.ts +3 -0
- package/dist/shared/utils/location/countries/us.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/us.js +57 -0
- package/dist/shared/utils/location/countries/us.js.map +1 -0
- package/dist/shared/utils/location/countries/za.d.ts +3 -0
- package/dist/shared/utils/location/countries/za.d.ts.map +1 -0
- package/dist/shared/utils/location/countries/za.js +15 -0
- package/dist/shared/utils/location/countries/za.js.map +1 -0
- package/dist/shared/utils/location/index.d.ts +14 -0
- package/dist/shared/utils/location/index.d.ts.map +1 -0
- package/dist/shared/utils/location/index.js +131 -0
- package/dist/shared/utils/location/index.js.map +1 -0
- package/dist/shared/utils/location/types.d.ts +24 -0
- package/dist/shared/utils/location/types.d.ts.map +1 -0
- package/dist/shared/utils/location/types.js +2 -0
- package/dist/shared/utils/location/types.js.map +1 -0
- package/dist/shared/utils/logger.d.ts +43 -0
- package/dist/shared/utils/logger.d.ts.map +1 -0
- package/dist/shared/utils/logger.js +139 -0
- package/dist/shared/utils/logger.js.map +1 -0
- package/dist/shared/utils/maskedDecimal.d.ts +8 -0
- package/dist/shared/utils/maskedDecimal.d.ts.map +1 -0
- package/dist/shared/utils/maskedDecimal.js +42 -0
- package/dist/shared/utils/maskedDecimal.js.map +1 -0
- package/dist/shared/utils/slug.d.ts +12 -0
- package/dist/shared/utils/slug.d.ts.map +1 -0
- package/dist/shared/utils/slug.js +31 -0
- package/dist/shared/utils/slug.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/ao.d.ts +11 -0
- package/dist/shared/utils/tax-id/countries/ao.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/ao.js +115 -0
- package/dist/shared/utils/tax-id/countries/ao.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/br.d.ts +3 -0
- package/dist/shared/utils/tax-id/countries/br.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/br.js +24 -0
- package/dist/shared/utils/tax-id/countries/br.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/index.d.ts +8 -0
- package/dist/shared/utils/tax-id/countries/index.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/index.js +12 -0
- package/dist/shared/utils/tax-id/countries/index.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/pt.d.ts +3 -0
- package/dist/shared/utils/tax-id/countries/pt.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/pt.js +24 -0
- package/dist/shared/utils/tax-id/countries/pt.js.map +1 -0
- package/dist/shared/utils/tax-id/countries/us.d.ts +3 -0
- package/dist/shared/utils/tax-id/countries/us.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/countries/us.js +24 -0
- package/dist/shared/utils/tax-id/countries/us.js.map +1 -0
- package/dist/shared/utils/tax-id/index.d.ts +14 -0
- package/dist/shared/utils/tax-id/index.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/index.js +140 -0
- package/dist/shared/utils/tax-id/index.js.map +1 -0
- package/dist/shared/utils/tax-id/types.d.ts +21 -0
- package/dist/shared/utils/tax-id/types.d.ts.map +1 -0
- package/dist/shared/utils/tax-id/types.js +2 -0
- package/dist/shared/utils/tax-id/types.js.map +1 -0
- package/dist/styles.d.ts +2 -0
- package/dist/styles.d.ts.map +1 -0
- package/dist/styles.js +2 -0
- package/dist/styles.js.map +1 -0
- package/dist/tokens.d.ts +2 -0
- package/dist/tokens.d.ts.map +1 -0
- package/dist/tokens.js +2 -0
- package/dist/tokens.js.map +1 -0
- package/dist/ui.d.ts +67 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/ui.js +39 -0
- package/dist/ui.js.map +1 -0
- package/dist/utils.d.ts +7 -0
- package/dist/utils.d.ts.map +1 -0
- package/dist/utils.js +4 -0
- package/dist/utils.js.map +1 -0
- package/package.json +80 -0
package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.js
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect, useRef } from "react";
|
|
3
|
+
import { Asterisk } from "lucide-react";
|
|
4
|
+
import TextInput from '@/features/inputs/components/Inputs/TextInput';
|
|
5
|
+
import TextareaInput from '@/features/inputs/components/Inputs/TextareaInput';
|
|
6
|
+
import DateInput from '@/features/inputs/components/Inputs/DateInput';
|
|
7
|
+
import CustomSelect from '@/features/selects/components/Selects/CustomSelect';
|
|
8
|
+
import ImageUpload from '@/features/uploads/components/ImageUpload/ImageUpload';
|
|
9
|
+
import PhoneInput from '@/features/inputs/components/Inputs/PhoneInput/PhoneInput';
|
|
10
|
+
import NumberInput from '@/features/inputs/components/Inputs/NumberInput';
|
|
11
|
+
import TaxIdInput from '@/features/inputs/components/Inputs/TaxIdInput/TaxIdInput';
|
|
12
|
+
import styles from "./GenericStepRenderer.module.css";
|
|
13
|
+
function inferAssetKeyField(field) {
|
|
14
|
+
if (field.assetKeyField)
|
|
15
|
+
return field.assetKeyField;
|
|
16
|
+
if (field.key === "avatarUrl")
|
|
17
|
+
return "avatarKey";
|
|
18
|
+
if (field.key === "logo")
|
|
19
|
+
return "logoKey";
|
|
20
|
+
return undefined;
|
|
21
|
+
}
|
|
22
|
+
export function GenericStepRenderer({ formData, errors, mode, fields, onFieldChange, userCountryCode, optionalLabel = "(Opcional)", }) {
|
|
23
|
+
// Ref para rastrear erros anteriores
|
|
24
|
+
const prevErrorsRef = useRef({});
|
|
25
|
+
// Refs dos inputs por field key
|
|
26
|
+
const inputRefs = useRef({});
|
|
27
|
+
// Ref para marcar campos que foram limpos por erro (para não restaurar valor)
|
|
28
|
+
const clearedByErrorRef = useRef({});
|
|
29
|
+
// Limpa campos com resetOnValidationError quando aparece um novo erro
|
|
30
|
+
// Limpa APENAS o valor no DOM do input, mantendo o erro visível no estado React
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
fields.forEach((field) => {
|
|
33
|
+
if (field.resetOnValidationError && errors[field.key] && !prevErrorsRef.current[field.key]) {
|
|
34
|
+
// Novo erro detectado - limpa apenas o valor no DOM do input
|
|
35
|
+
const input = inputRefs.current[field.key];
|
|
36
|
+
if (input) {
|
|
37
|
+
input.value = '';
|
|
38
|
+
}
|
|
39
|
+
// Marca que este campo foi limpo por erro
|
|
40
|
+
clearedByErrorRef.current[field.key] = true;
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
// Atualiza ref mas NÃO remove o erro do objeto errors
|
|
44
|
+
prevErrorsRef.current = Object.assign({}, errors);
|
|
45
|
+
}, [errors, fields]);
|
|
46
|
+
// Wrapper para onFieldChange que reseta o flag de limpeza quando usuário digita
|
|
47
|
+
const handleFieldChange = (fieldKey, value) => {
|
|
48
|
+
// Se o campo foi limpo por erro e o usuário está digitando novamente,
|
|
49
|
+
// resetar o flag para permitir que o valor seja usado normalmente
|
|
50
|
+
if (clearedByErrorRef.current[fieldKey]) {
|
|
51
|
+
clearedByErrorRef.current[fieldKey] = false;
|
|
52
|
+
}
|
|
53
|
+
onFieldChange(fieldKey, value);
|
|
54
|
+
};
|
|
55
|
+
const getValue = (key) => {
|
|
56
|
+
var _a;
|
|
57
|
+
const field = fields.find(f => f.key === key);
|
|
58
|
+
// Se o campo foi limpo por erro, mantém vazio até usuário digitar novamente
|
|
59
|
+
// (independente de ainda ter erro ou não - o flag só é resetado no handleFieldChange)
|
|
60
|
+
if ((field === null || field === void 0 ? void 0 : field.resetOnValidationError) && clearedByErrorRef.current[key]) {
|
|
61
|
+
return '';
|
|
62
|
+
}
|
|
63
|
+
if (key.includes(".")) {
|
|
64
|
+
const parts = key.split(".");
|
|
65
|
+
let current = formData;
|
|
66
|
+
for (const part of parts) {
|
|
67
|
+
current = current === null || current === void 0 ? void 0 : current[part];
|
|
68
|
+
}
|
|
69
|
+
return current !== null && current !== void 0 ? current : "";
|
|
70
|
+
}
|
|
71
|
+
return (_a = formData[key]) !== null && _a !== void 0 ? _a : "";
|
|
72
|
+
};
|
|
73
|
+
const isReadOnly = (field) => {
|
|
74
|
+
if (typeof field.readOnly === "function") {
|
|
75
|
+
return field.readOnly(formData);
|
|
76
|
+
}
|
|
77
|
+
return !!field.readOnly;
|
|
78
|
+
};
|
|
79
|
+
const rows = fields.reduce((acc, field, index) => {
|
|
80
|
+
var _a;
|
|
81
|
+
const rowIndex = (_a = field.row) !== null && _a !== void 0 ? _a : Math.floor(index / 2);
|
|
82
|
+
if (!acc[rowIndex])
|
|
83
|
+
acc[rowIndex] = [];
|
|
84
|
+
acc[rowIndex].push(field);
|
|
85
|
+
return acc;
|
|
86
|
+
}, {});
|
|
87
|
+
const orderedRows = Object.keys(rows)
|
|
88
|
+
.map(Number)
|
|
89
|
+
.sort((a, b) => a - b)
|
|
90
|
+
.map((key) => rows[key]);
|
|
91
|
+
return (_jsx("div", { className: styles.stepContent, children: orderedRows.map((rowFields, rowIdx) => (_jsx("div", { className: styles.formRow, children: rowFields.map((field) => {
|
|
92
|
+
var _a, _b, _c, _d, _e;
|
|
93
|
+
const groupClass = `${styles.formGroup} ${field.width === "half" ? styles.formGroupHalf : ""}`.trim();
|
|
94
|
+
return (_jsxs("div", { className: groupClass, children: [_jsxs("label", { htmlFor: field.key, className: field.required ? styles.requiredLabel : styles.optionalLabel, children: [_jsx("span", { children: field.label }), field.required && _jsx(Asterisk, { size: 12, className: styles.requiredIcon }), !field.required && _jsx("span", { className: styles.optionalText, children: optionalLabel })] }), field.type === "text" && (_jsx(TextInput, { id: field.key, ref: field.resetOnValidationError ? (el => { if (el)
|
|
95
|
+
inputRefs.current[field.key] = el; }) : undefined, type: (_a = field.inputType) !== null && _a !== void 0 ? _a : "text", value: getValue(field.key), onChange: (value) => handleFieldChange(field.key, value), className: errors[field.key] ? styles.inputError : "", placeholder: field.placeholder, readOnly: isReadOnly(field), autoComplete: (_b = field.autoComplete) !== null && _b !== void 0 ? _b : undefined, inputMode: field.inputMode, maxLength: field.maxLength, showPasswordToggle: field.inputType === "password", leftIcon: field.leftIcon })), field.type === "textarea" && (_jsx(TextareaInput, { id: field.key, value: getValue(field.key), onChange: (value) => handleFieldChange(field.key, value), className: errors[field.key] ? styles.inputError : "", placeholder: field.placeholder, readOnly: isReadOnly(field), leftIcon: field.leftIcon })), field.type === "phone" && (_jsx(PhoneInput, { id: field.key, value: getValue(field.key), onChange: (value) => handleFieldChange(field.key, value), className: errors[field.key] ? styles.inputError : "", placeholder: field.placeholder, readOnly: isReadOnly(field), leftIcon: field.leftIcon, countryCode: (() => {
|
|
96
|
+
const c = getValue("country") || getValue("pais");
|
|
97
|
+
return (c && c !== "N/A") ? c : userCountryCode;
|
|
98
|
+
})() })), field.type === "taxId" && (_jsx(TaxIdInput, { id: field.key, value: getValue(field.key), onChange: (value) => handleFieldChange(field.key, value), className: errors[field.key] ? styles.inputError : "", placeholder: field.placeholder, readOnly: isReadOnly(field), leftIcon: field.leftIcon, countryCode: (() => {
|
|
99
|
+
var _a;
|
|
100
|
+
const c = (_a = field.taxIdCountryCode) !== null && _a !== void 0 ? _a : (getValue("country") || getValue("pais") || userCountryCode);
|
|
101
|
+
return c && c !== "N/A" ? c : undefined;
|
|
102
|
+
})(), documentKind: (() => {
|
|
103
|
+
if (field.taxIdDocumentKindFieldKey) {
|
|
104
|
+
return getValue(field.taxIdDocumentKindFieldKey);
|
|
105
|
+
}
|
|
106
|
+
return field.taxIdDocumentKind;
|
|
107
|
+
})(), defaultDocumentKind: field.taxIdDocumentKind, documentKindLocked: field.taxIdDocumentKindLocked, showDocumentKindSelect: field.showTaxIdDocumentKindSelect, onDocumentKindChange: (kind) => {
|
|
108
|
+
if (field.taxIdDocumentKindFieldKey) {
|
|
109
|
+
handleFieldChange(field.taxIdDocumentKindFieldKey, kind);
|
|
110
|
+
}
|
|
111
|
+
} })), field.type === "number" && (_jsx(NumberInput, { value: getValue(field.key), onChange: (value) => handleFieldChange(field.key, value), placeholder: field.placeholder, readOnly: isReadOnly(field), leftIcon: field.leftIcon, prefixText: field.prefixText, mode: (_c = field.numberMode) !== null && _c !== void 0 ? _c : "decimal", decimals: (_d = field.decimals) !== null && _d !== void 0 ? _d : 2, hasError: !!errors[field.key] })), field.type === "select" && (_jsx(CustomSelect, { id: field.key, value: getValue(field.key), onChange: (value) => handleFieldChange(field.key, value), options: (_e = field.options) !== null && _e !== void 0 ? _e : [], placeholder: field.placeholder, hasError: !!errors[field.key], disabled: isReadOnly(field), leftIcon: field.leftIcon })), field.type === "date" && (_jsx(DateInput, { id: field.key, value: getValue(field.key), onChange: (value) => handleFieldChange(field.key, value), placeholder: field.placeholder, readOnly: isReadOnly(field), confirmOnClick: field.confirmOnClick, hasError: !!errors[field.key], leftIcon: field.leftIcon, name: field.key, min: field.minFieldKey ? getValue(field.minFieldKey) : undefined, max: field.maxFieldKey ? getValue(field.maxFieldKey) : undefined })), field.type === "photo" && (_jsx(ImageUpload, { value: getValue(field.key), onChange: (value) => handleFieldChange(field.key, value), uploadUrl: field.uploadUrl, tokenStorageKey: field.tokenStorageKey, onKeyChange: (key) => {
|
|
112
|
+
const assetKeyField = inferAssetKeyField(field);
|
|
113
|
+
if (assetKeyField) {
|
|
114
|
+
handleFieldChange(assetKeyField, key);
|
|
115
|
+
}
|
|
116
|
+
} })), errors[field.key] && _jsx("span", { className: styles.errorText, children: errors[field.key] })] }, field.key));
|
|
117
|
+
}) }, rowIdx))) }));
|
|
118
|
+
}
|
|
119
|
+
//# sourceMappingURL=GenericStepRenderer.js.map
|
package/dist/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GenericStepRenderer.js","sourceRoot":"","sources":["../../../../../../../src/features/patterns/components/Form/MultiStepForm/components/GenericStepRenderer.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
.stepContent {
|
|
2
|
+
width: 100%;
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
min-height: 0;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.formRow {
|
|
9
|
+
display: flex;
|
|
10
|
+
gap: var(--spacing-md);
|
|
11
|
+
margin-bottom: var(--spacing-md);
|
|
12
|
+
flex-wrap: wrap;
|
|
13
|
+
min-height: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.formRow:last-child {
|
|
17
|
+
margin-bottom: 0;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.formGroup {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
gap: var(--spacing-sm);
|
|
24
|
+
flex: 1 1 100%;
|
|
25
|
+
position: relative;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.formGroupHalf {
|
|
29
|
+
flex: 1 1 calc(50% - var(--spacing-md));
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@media (max-width: 570px) and (max-height: 1000px) {
|
|
33
|
+
.formGroupHalf {
|
|
34
|
+
flex: 1 1 100%;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.requiredLabel,
|
|
39
|
+
.optionalLabel {
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
gap: var(--spacing-xs);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.requiredLabel span,
|
|
46
|
+
.optionalLabel span:first-child {
|
|
47
|
+
font-size: 0.875rem;
|
|
48
|
+
font-weight: 500;
|
|
49
|
+
color: #222833;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.requiredIcon {
|
|
53
|
+
color: #ef4444;
|
|
54
|
+
font-weight: 600;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.optionalText {
|
|
58
|
+
font-size: 0.85rem;
|
|
59
|
+
color: #6b7280;
|
|
60
|
+
font-weight: 400;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.inputError {
|
|
64
|
+
border-color: #ef4444 !important;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.errorText {
|
|
68
|
+
color: #ef4444;
|
|
69
|
+
font-size: 0.75rem;
|
|
70
|
+
position: absolute;
|
|
71
|
+
top: calc(100% + 6px);
|
|
72
|
+
left: 0;
|
|
73
|
+
right: 0;
|
|
74
|
+
z-index: 10;
|
|
75
|
+
}
|
|
76
|
+
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { MultiStepFormProps } from "../types/types";
|
|
2
|
+
export default function MultiStepForm<TValues extends Record<string, any>>({ mode, stepsConfig, stepsContent, initialValues, onSubmit, onCancel, isLoading, nextStepsMessage: _nextStepsMessage, showNextSteps: _showNextSteps, showSuccessScreen, onSuccess, onSuccessClose, successSectionsBuilder, successTitleBuilder, successContent, successContentBuilder, successMessageBuilder, tooltipTitleBuilder, subtitleBuilder, tooltipStageLabelBuilder, nextLabelBuilder, nextLoadingLabelBuilder, actionIcons, labels, stepActions, showHeader, showCloseButton, showCancelButton, disableBackButton, formHeight, formWidth, bodyScrollable, bodyPadding, noBorderRadius, fullWidthButtons, successFullWidthButtons, inputSize: _inputSize, buttonSize, activeStep, onStepChange, persistenceKey, persistenceTTL, onStepRequest, successCloseLabelBuilder, cookiePersistenceKey, onBack, initialIsSuccess, initialCreatedPayload, flowExpiresAtSelector, flowExpiresAtOverride, showFlowCountdown, onFlowExpired, flowExpiredNoticeBuilder, onNotice, saveBlockedTooltipClassName, saveBlockedTooltipWidth, }: MultiStepFormProps<TValues>): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=MultiStepForm.d.ts.map
|
package/dist/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultiStepForm.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/patterns/components/Form/MultiStepForm/components/MultiStepForm.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAGV,kBAAkB,EAKnB,MAAM,gBAAgB,CAAC;AAmExB,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,EACzE,IAAI,EACJ,WAAW,EACX,YAAY,EACZ,aAAa,EACb,QAAQ,EACR,QAAQ,EACR,SAAiB,EACjB,gBAAgB,EAAE,iBAAiB,EACnC,aAAa,EAAE,cAAqB,EACpC,iBAAwB,EACxB,SAAS,EACT,cAAc,EACd,sBAAsB,EACtB,mBAAmB,EACnB,cAAc,EACd,qBAAqB,EACrB,qBAAqB,EACrB,mBAAmB,EACnB,eAAe,EACf,wBAAwB,EACxB,gBAAgB,EAChB,uBAAuB,EACvB,WAAW,EACX,MAAM,EACN,WAAW,EACX,UAAiB,EACjB,eAAsB,EACtB,gBAAuB,EACvB,iBAAyB,EACzB,UAAU,EACV,SAAS,EACT,cAAqB,EACrB,WAAW,EACX,cAAsB,EACtB,gBAAwB,EACxB,uBAA+B,EAC/B,SAAS,EAAE,UAAiB,EAC5B,UAAiB,EACjB,UAAU,EACV,YAAY,EACZ,cAAc,EACd,cAAuB,EACvB,aAAa,EACb,wBAAwB,EACxB,oBAAoB,EACpB,MAAM,EACN,gBAAwB,EACxB,qBAA4B,EAC5B,qBAAqB,EACrB,qBAAqB,EACrB,iBAAwB,EACxB,aAAa,EACb,wBAAwB,EACxB,QAAQ,EACR,2BAA2B,EAC3B,uBAAuB,GACxB,EAAE,kBAAkB,CAAC,OAAO,CAAC,2CA8nB7B"}
|