@wise/dynamic-flow-client 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/constants/DateMode.js +0 -1
- package/build/common/constants/FormControlType.js +0 -1
- package/build/common/constants/MonthFormat.js +0 -1
- package/build/common/constants/SchemaType.js +0 -1
- package/build/common/constants/Size.js +0 -1
- package/build/common/constants/index.js +0 -1
- package/build/common/contexts/dynamicFlowContexts/DynamicFlowContexts.js +0 -1
- package/build/common/contexts/dynamicFlowContexts/usePendingPromiseCounter.js +0 -1
- package/build/common/contexts/eventsContext/EventsContext.js +0 -1
- package/build/common/contexts/fetcherContexts/FetcherContexts.js +0 -1
- package/build/common/contexts/index.js +0 -1
- package/build/common/contexts/logContext/LogContext.js +0 -1
- package/build/common/hooks/index.js +0 -1
- package/build/common/hooks/useDebouncedFunction/useDebouncedFunction.js +0 -1
- package/build/common/hooks/useExternal/useExternal.js +0 -1
- package/build/common/hooks/useExternalStepPolling/useExternalStepPolling.js +0 -1
- package/build/common/hooks/usePersistAsync/usePersistAsync.js +0 -1
- package/build/common/hooks/usePolling/usePolling.js +0 -1
- package/build/common/hooks/usePrevious/usePrevious.js +0 -1
- package/build/common/hooks/useStepPolling/useStepPolling.js +0 -1
- package/build/common/makeFetcher/index.js +0 -1
- package/build/common/makeFetcher/makeFetcher.js +0 -1
- package/build/common/messages.js +0 -1
- package/build/common/utils/api-utils.js +0 -1
- package/build/common/utils/date-utils.js +0 -1
- package/build/common/utils/debounce.js +0 -1
- package/build/common/utils/file-utils.js +0 -1
- package/build/common/utils/id-utils.js +0 -1
- package/build/common/utils/index.js +0 -1
- package/build/common/utils/is-equal.js +0 -1
- package/build/common/utils/schema-utils.js +0 -1
- package/build/common/utils/step-utils.js +0 -1
- package/build/common/validators/index.js +0 -1
- package/build/common/validators/models/model-validators.js +0 -1
- package/build/common/validators/models/models.utils.js +0 -1
- package/build/common/validators/schemas/schema-validators.js +0 -1
- package/build/common/validators/types/type-validators.js +0 -1
- package/build/common/validators/validationFailures/validation-failures.js +0 -1
- package/build/common/validators/validationFailures/validation-failures.utils.js +0 -1
- package/build/common/validators/values/value-validators.js +0 -1
- package/build/dynamicFlow/DynamicFlow.js +0 -1
- package/build/dynamicFlow/DynamicFlowStep.js +0 -1
- package/build/dynamicFlow/DynamicFlowTypes.js +0 -1
- package/build/dynamicFlow/index.js +0 -1
- package/build/dynamicFlow/stories/DynamicFlow.story.js +0 -1
- package/build/dynamicFlow/stories/EditableDynamicFlow.js +0 -1
- package/build/dynamicFlow/stories/fixtureFetcher.js +0 -1
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundary.js +0 -1
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundary.messages.js +0 -1
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundaryAlert.js +0 -1
- package/build/dynamicFlow/utils/index.js +0 -1
- package/build/dynamicFlow/utils/responseParsers/response-parsers.js +0 -1
- package/build/dynamicFlow/utils/useDebouncedRefresh/useDebouncedRefresh.js +0 -1
- package/build/dynamicFlow/utils/useDynamicFlowState.js +0 -1
- package/build/dynamicFlow/utils/useLoader.js +0 -1
- package/build/fixtures/components/alert.js +0 -1
- package/build/fixtures/components/box.js +0 -1
- package/build/fixtures/components/button.js +0 -1
- package/build/fixtures/components/columns.js +0 -1
- package/build/fixtures/components/copyable.js +0 -1
- package/build/fixtures/components/decision.js +0 -1
- package/build/fixtures/components/heading.js +0 -1
- package/build/fixtures/components/image.js +0 -1
- package/build/fixtures/components/index.js +0 -1
- package/build/fixtures/components/info.js +0 -1
- package/build/fixtures/components/list.js +0 -1
- package/build/fixtures/components/loading-indicator.js +0 -1
- package/build/fixtures/components/paragraph.js +0 -1
- package/build/fixtures/components/review.js +0 -1
- package/build/fixtures/examples/camera-capture.js +0 -1
- package/build/fixtures/examples/index.js +0 -1
- package/build/fixtures/examples/recipient-update.js +0 -1
- package/build/fixtures/examples/recipient.js +0 -1
- package/build/fixtures/examples/single-file-upload.js +0 -1
- package/build/fixtures/examples/step-validation-errors.js +0 -1
- package/build/fixtures/features/action-response.js +0 -1
- package/build/fixtures/features/external.js +0 -1
- package/build/fixtures/features/index.js +0 -1
- package/build/fixtures/features/persist-async.js +0 -1
- package/build/fixtures/features/polling.js +0 -1
- package/build/fixtures/features/validation-async.js +0 -1
- package/build/fixtures/index.js +0 -1
- package/build/fixtures/jsonSchemaForm/allOf.js +0 -1
- package/build/fixtures/jsonSchemaForm/audRecipient.js +0 -1
- package/build/fixtures/jsonSchemaForm/currency.js +0 -1
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBase64.js +0 -1
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBlob.js +0 -1
- package/build/fixtures/jsonSchemaForm/oneOf.js +0 -1
- package/build/fixtures/jsonSchemaForm/oneOfTabs.js +0 -1
- package/build/fixtures/jsonSchemaForm/promotedOneOf.js +0 -1
- package/build/fixtures/jsonSchemaForm/promotedOneOfCheckbox.js +0 -1
- package/build/fixtures/jsonSchemaForm/simple.js +0 -1
- package/build/fixtures/jsonSchemaForm/uploadPersistAsync.js +0 -1
- package/build/fixtures/jsonSchemaForm/validationAsync.js +0 -1
- package/build/fixtures/layouts/all.js +0 -1
- package/build/fixtures/layouts/final-step-layout.js +0 -1
- package/build/fixtures/layouts/index.js +0 -1
- package/build/fixtures/layouts/list.js +0 -1
- package/build/fixtures/layouts/pay-in.js +0 -1
- package/build/fixtures/layouts/review.js +0 -1
- package/build/fixtures/layouts/success.js +0 -1
- package/build/fixtures/responses/action-response-final.js +0 -1
- package/build/fixtures/responses/action.js +0 -1
- package/build/fixtures/responses/exit.js +0 -1
- package/build/fixtures/responses/index.js +0 -1
- package/build/fixtures/responses/recipient-update-final.js +0 -1
- package/build/fixtures/schemas/basic-form.js +0 -1
- package/build/fixtures/schemas/index.js +0 -1
- package/build/fixtures/schemas/number-and-integer.js +0 -1
- package/build/fixtures/schemas/one-of.js +0 -1
- package/build/fixtures/schemas/string-formats.js +0 -1
- package/build/fixtures/utils/image-util.js +0 -1
- package/build/formControl/FormControl.js +0 -1
- package/build/formControl/index.js +0 -1
- package/build/formControl/utils/index.js +0 -1
- package/build/formControl/utils/value-utils.js +0 -1
- package/build/i18n/index.js +0 -1
- package/build/index.js +0 -1
- package/build/jsonSchemaForm/JsonSchemaForm.js +0 -1
- package/build/jsonSchemaForm/allOfSchema/AllOfSchema.js +0 -1
- package/build/jsonSchemaForm/allOfSchema/index.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/ArraySchema.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/ArrayListSchema.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/index.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.messages.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/index.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/index.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/upload-utils.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/useFormattedDefaultErrorMessages.js +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/index.js +0 -1
- package/build/jsonSchemaForm/basicTypeSchema/BasicTypeSchema.js +0 -1
- package/build/jsonSchemaForm/basicTypeSchema/index.js +0 -1
- package/build/jsonSchemaForm/controlFeedback/ControlFeedback.js +0 -1
- package/build/jsonSchemaForm/controlFeedback/ControlFeedback.messages.js +0 -1
- package/build/jsonSchemaForm/controlFeedback/index.js +0 -1
- package/build/jsonSchemaForm/genericSchema/GenericSchema.js +0 -1
- package/build/jsonSchemaForm/genericSchema/index.js +0 -1
- package/build/jsonSchemaForm/help/Help.js +0 -1
- package/build/jsonSchemaForm/help/Help.messages.js +0 -1
- package/build/jsonSchemaForm/help/index.js +0 -1
- package/build/jsonSchemaForm/index.js +0 -1
- package/build/jsonSchemaForm/objectSchema/ObjectSchema.js +0 -1
- package/build/jsonSchemaForm/objectSchema/index.js +0 -1
- package/build/jsonSchemaForm/oneOfSchema/OneOfSchema.js +0 -1
- package/build/jsonSchemaForm/oneOfSchema/index.js +0 -1
- package/build/jsonSchemaForm/oneOfSchema/utils/const-schema-utils.js +0 -1
- package/build/jsonSchemaForm/oneOfSchema/utils/index.js +0 -1
- package/build/jsonSchemaForm/oneOfSchema/utils/one-of-utils.js +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.js +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.messages.js +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/index.js +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/PersistAsyncBasicSchema.js +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/index.js +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/PersistAsyncBlobSchema.js +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.js +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/index.js +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/PromotedOneOfSchema.js +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/index.js +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promoted-one-of-utils.js +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfCheckboxControl.js +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfControl.js +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfRadioControl.js +0 -1
- package/build/jsonSchemaForm/readOnlySchema/ReadOnlySchema.js +0 -1
- package/build/jsonSchemaForm/readOnlySchema/ReadOnlySchema.messages.js +0 -1
- package/build/jsonSchemaForm/readOnlySchema/index.js +0 -1
- package/build/jsonSchemaForm/schemaFormControl/SchemaFormControl.js +0 -1
- package/build/jsonSchemaForm/schemaFormControl/index.js +0 -1
- package/build/jsonSchemaForm/schemaFormControl/utils/currency-utils.js +0 -1
- package/build/jsonSchemaForm/schemaFormControl/utils/index.js +0 -1
- package/build/jsonSchemaForm/schemaFormControl/utils/mapping-utils.js +0 -1
- package/build/jsonSchemaForm/validationAsyncSchema/ValidationAsyncSchema.js +0 -1
- package/build/jsonSchemaForm/validationAsyncSchema/index.js +0 -1
- package/build/layout/DynamicLayout.js +0 -1
- package/build/layout/alert/DynamicAlert.js +0 -1
- package/build/layout/box/DynamicBox.js +0 -1
- package/build/layout/button/DynamicButton.js +0 -1
- package/build/layout/columns/DynamicColumns.js +0 -1
- package/build/layout/decision/DynamicDecision.js +0 -1
- package/build/layout/divider/DynamicDivider.js +0 -1
- package/build/layout/external/DynamicExternal.js +0 -1
- package/build/layout/external/DynamicExternal.messages.js +0 -1
- package/build/layout/form/DynamicForm.js +0 -1
- package/build/layout/heading/DynamicHeading.js +0 -1
- package/build/layout/icon/DynamicIcon.js +0 -1
- package/build/layout/image/DynamicImage.js +0 -1
- package/build/layout/index.js +0 -1
- package/build/layout/info/DynamicInfo.js +0 -1
- package/build/layout/list/DynamicList.js +0 -1
- package/build/layout/loadingIndicator/DynamicLoadingIndicator.js +0 -1
- package/build/layout/paragraph/DynamicParagraph.js +0 -1
- package/build/layout/paragraph/DynamicParagraph.messages.js +0 -1
- package/build/layout/paragraph/useSnackBarIfAvailable.js +0 -1
- package/build/layout/review/DynamicReview.js +0 -1
- package/build/layout/utils.js +0 -1
- package/build/step/cameraStep/CameraStep.js +0 -1
- package/build/step/cameraStep/cameraCapture/CameraCapture.js +0 -1
- package/build/step/cameraStep/cameraCapture/CameraCapture.messages.js +0 -1
- package/build/step/cameraStep/cameraCapture/components/index.js +0 -1
- package/build/step/cameraStep/cameraCapture/hooks/index.js +0 -1
- package/build/step/cameraStep/cameraCapture/index.js +0 -1
- package/build/step/cameraStep/cameraCapture/overlay/Overlay.js +0 -1
- package/build/step/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.js +0 -1
- package/build/step/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.messages.js +0 -1
- package/build/step/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.js +0 -1
- package/build/step/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.messages.js +0 -1
- package/build/step/cameraStep/cameraCapture/screens/index.js +0 -1
- package/build/step/cameraStep/cameraCapture/tracking/index.js +0 -1
- package/build/step/cameraStep/cameraCapture/utils/index.js +0 -1
- package/build/step/cameraStep/index.js +0 -1
- package/build/step/externalConfirmationStep/ExternalConfirmationStep.js +0 -1
- package/build/step/externalConfirmationStep/ExternalConfirmationStep.messages.js +0 -1
- package/build/step/externalConfirmationStep/index.js +0 -1
- package/build/step/index.js +0 -1
- package/build/step/layoutStep/LayoutStep.js +0 -1
- package/build/step/layoutStep/index.js +0 -1
- package/build/step/layoutStep/utils/index.js +0 -1
- package/build/step/layoutStep/utils/inline-reference-utils.js +0 -1
- package/build/step/layoutStep/utils/layout-utils.js +0 -1
- package/build/types/common/FormControl.js +0 -1
- package/build/types/index.js +0 -1
- package/build/types/specification/Action.js +0 -1
- package/build/types/specification/FileUploadSchema.js +0 -1
- package/build/types/specification/LayoutComponent.js +0 -1
- package/build/types/specification/Model.js +0 -1
- package/build/types/specification/PersistAsync.js +0 -1
- package/build/types/specification/Polling.js +0 -1
- package/build/types/specification/Promotion.js +0 -1
- package/build/types/specification/Schema.js +0 -1
- package/build/types/specification/Step.js +0 -1
- package/build/types/specification/ValidationAsync.js +0 -1
- package/build/types/specification/core.js +0 -1
- package/package.json +1 -1
- package/build/common/constants/DateMode.js.map +0 -1
- package/build/common/constants/FormControlType.js.map +0 -1
- package/build/common/constants/MonthFormat.js.map +0 -1
- package/build/common/constants/SchemaType.js.map +0 -1
- package/build/common/constants/Size.js.map +0 -1
- package/build/common/constants/index.js.map +0 -1
- package/build/common/contexts/dynamicFlowContexts/DynamicFlowContexts.js.map +0 -1
- package/build/common/contexts/dynamicFlowContexts/usePendingPromiseCounter.js.map +0 -1
- package/build/common/contexts/eventsContext/EventsContext.js.map +0 -1
- package/build/common/contexts/fetcherContexts/FetcherContexts.js.map +0 -1
- package/build/common/contexts/index.js.map +0 -1
- package/build/common/contexts/logContext/LogContext.js.map +0 -1
- package/build/common/hooks/index.js.map +0 -1
- package/build/common/hooks/useDebouncedFunction/useDebouncedFunction.js.map +0 -1
- package/build/common/hooks/useExternal/useExternal.js.map +0 -1
- package/build/common/hooks/useExternalStepPolling/useExternalStepPolling.js.map +0 -1
- package/build/common/hooks/usePersistAsync/usePersistAsync.js.map +0 -1
- package/build/common/hooks/usePolling/usePolling.js.map +0 -1
- package/build/common/hooks/usePrevious/usePrevious.js.map +0 -1
- package/build/common/hooks/useStepPolling/useStepPolling.js.map +0 -1
- package/build/common/makeFetcher/index.js.map +0 -1
- package/build/common/makeFetcher/makeFetcher.js.map +0 -1
- package/build/common/messages.js.map +0 -1
- package/build/common/utils/api-utils.js.map +0 -1
- package/build/common/utils/date-utils.js.map +0 -1
- package/build/common/utils/debounce.js.map +0 -1
- package/build/common/utils/file-utils.js.map +0 -1
- package/build/common/utils/id-utils.js.map +0 -1
- package/build/common/utils/index.js.map +0 -1
- package/build/common/utils/is-equal.js.map +0 -1
- package/build/common/utils/schema-utils.js.map +0 -1
- package/build/common/utils/step-utils.js.map +0 -1
- package/build/common/validators/index.js.map +0 -1
- package/build/common/validators/models/model-validators.js.map +0 -1
- package/build/common/validators/models/models.utils.js.map +0 -1
- package/build/common/validators/schemas/schema-validators.js.map +0 -1
- package/build/common/validators/types/type-validators.js.map +0 -1
- package/build/common/validators/validationFailures/validation-failures.js.map +0 -1
- package/build/common/validators/validationFailures/validation-failures.utils.js.map +0 -1
- package/build/common/validators/values/value-validators.js.map +0 -1
- package/build/dynamicFlow/DynamicFlow.js.map +0 -1
- package/build/dynamicFlow/DynamicFlowStep.js.map +0 -1
- package/build/dynamicFlow/DynamicFlowTypes.js.map +0 -1
- package/build/dynamicFlow/index.js.map +0 -1
- package/build/dynamicFlow/stories/DynamicFlow.story.js.map +0 -1
- package/build/dynamicFlow/stories/EditableDynamicFlow.js.map +0 -1
- package/build/dynamicFlow/stories/fixtureFetcher.js.map +0 -1
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundary.js.map +0 -1
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundary.messages.js.map +0 -1
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundaryAlert.js.map +0 -1
- package/build/dynamicFlow/utils/index.js.map +0 -1
- package/build/dynamicFlow/utils/responseParsers/response-parsers.js.map +0 -1
- package/build/dynamicFlow/utils/useDebouncedRefresh/useDebouncedRefresh.js.map +0 -1
- package/build/dynamicFlow/utils/useDynamicFlowState.js.map +0 -1
- package/build/dynamicFlow/utils/useLoader.js.map +0 -1
- package/build/fixtures/components/alert.js.map +0 -1
- package/build/fixtures/components/box.js.map +0 -1
- package/build/fixtures/components/button.js.map +0 -1
- package/build/fixtures/components/columns.js.map +0 -1
- package/build/fixtures/components/copyable.js.map +0 -1
- package/build/fixtures/components/decision.js.map +0 -1
- package/build/fixtures/components/heading.js.map +0 -1
- package/build/fixtures/components/image.js.map +0 -1
- package/build/fixtures/components/index.js.map +0 -1
- package/build/fixtures/components/info.js.map +0 -1
- package/build/fixtures/components/list.js.map +0 -1
- package/build/fixtures/components/loading-indicator.js.map +0 -1
- package/build/fixtures/components/paragraph.js.map +0 -1
- package/build/fixtures/components/review.js.map +0 -1
- package/build/fixtures/examples/camera-capture.js.map +0 -1
- package/build/fixtures/examples/index.js.map +0 -1
- package/build/fixtures/examples/recipient-update.js.map +0 -1
- package/build/fixtures/examples/recipient.js.map +0 -1
- package/build/fixtures/examples/single-file-upload.js.map +0 -1
- package/build/fixtures/examples/step-validation-errors.js.map +0 -1
- package/build/fixtures/features/action-response.js.map +0 -1
- package/build/fixtures/features/external.js.map +0 -1
- package/build/fixtures/features/index.js.map +0 -1
- package/build/fixtures/features/persist-async.js.map +0 -1
- package/build/fixtures/features/polling.js.map +0 -1
- package/build/fixtures/features/validation-async.js.map +0 -1
- package/build/fixtures/index.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/allOf.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/audRecipient.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/currency.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBase64.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBlob.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/oneOf.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/oneOfTabs.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/promotedOneOf.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/promotedOneOfCheckbox.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/simple.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/uploadPersistAsync.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/validationAsync.js.map +0 -1
- package/build/fixtures/layouts/all.js.map +0 -1
- package/build/fixtures/layouts/final-step-layout.js.map +0 -1
- package/build/fixtures/layouts/index.js.map +0 -1
- package/build/fixtures/layouts/list.js.map +0 -1
- package/build/fixtures/layouts/pay-in.js.map +0 -1
- package/build/fixtures/layouts/review.js.map +0 -1
- package/build/fixtures/layouts/success.js.map +0 -1
- package/build/fixtures/responses/action-response-final.js.map +0 -1
- package/build/fixtures/responses/action.js.map +0 -1
- package/build/fixtures/responses/exit.js.map +0 -1
- package/build/fixtures/responses/index.js.map +0 -1
- package/build/fixtures/responses/recipient-update-final.js.map +0 -1
- package/build/fixtures/schemas/basic-form.js.map +0 -1
- package/build/fixtures/schemas/index.js.map +0 -1
- package/build/fixtures/schemas/number-and-integer.js.map +0 -1
- package/build/fixtures/schemas/one-of.js.map +0 -1
- package/build/fixtures/schemas/string-formats.js.map +0 -1
- package/build/fixtures/utils/image-util.js.map +0 -1
- package/build/formControl/FormControl.js.map +0 -1
- package/build/formControl/index.js.map +0 -1
- package/build/formControl/utils/index.js.map +0 -1
- package/build/formControl/utils/value-utils.js.map +0 -1
- package/build/i18n/index.js.map +0 -1
- package/build/index.js.map +0 -1
- package/build/jsonSchemaForm/JsonSchemaForm.js.map +0 -1
- package/build/jsonSchemaForm/allOfSchema/AllOfSchema.js.map +0 -1
- package/build/jsonSchemaForm/allOfSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/ArraySchema.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/ArrayListSchema.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.messages.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/index.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/upload-utils.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/useFormattedDefaultErrorMessages.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/basicTypeSchema/BasicTypeSchema.js.map +0 -1
- package/build/jsonSchemaForm/basicTypeSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/controlFeedback/ControlFeedback.js.map +0 -1
- package/build/jsonSchemaForm/controlFeedback/ControlFeedback.messages.js.map +0 -1
- package/build/jsonSchemaForm/controlFeedback/index.js.map +0 -1
- package/build/jsonSchemaForm/genericSchema/GenericSchema.js.map +0 -1
- package/build/jsonSchemaForm/genericSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/help/Help.js.map +0 -1
- package/build/jsonSchemaForm/help/Help.messages.js.map +0 -1
- package/build/jsonSchemaForm/help/index.js.map +0 -1
- package/build/jsonSchemaForm/index.js.map +0 -1
- package/build/jsonSchemaForm/objectSchema/ObjectSchema.js.map +0 -1
- package/build/jsonSchemaForm/objectSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/OneOfSchema.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/utils/const-schema-utils.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/utils/index.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/utils/one-of-utils.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.messages.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/PersistAsyncBasicSchema.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/PersistAsyncBlobSchema.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/PromotedOneOfSchema.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promoted-one-of-utils.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfCheckboxControl.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfControl.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfRadioControl.js.map +0 -1
- package/build/jsonSchemaForm/readOnlySchema/ReadOnlySchema.js.map +0 -1
- package/build/jsonSchemaForm/readOnlySchema/ReadOnlySchema.messages.js.map +0 -1
- package/build/jsonSchemaForm/readOnlySchema/index.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/SchemaFormControl.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/index.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/utils/currency-utils.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/utils/index.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/utils/mapping-utils.js.map +0 -1
- package/build/jsonSchemaForm/validationAsyncSchema/ValidationAsyncSchema.js.map +0 -1
- package/build/jsonSchemaForm/validationAsyncSchema/index.js.map +0 -1
- package/build/layout/DynamicLayout.js.map +0 -1
- package/build/layout/alert/DynamicAlert.js.map +0 -1
- package/build/layout/box/DynamicBox.js.map +0 -1
- package/build/layout/button/DynamicButton.js.map +0 -1
- package/build/layout/columns/DynamicColumns.js.map +0 -1
- package/build/layout/decision/DynamicDecision.js.map +0 -1
- package/build/layout/divider/DynamicDivider.js.map +0 -1
- package/build/layout/external/DynamicExternal.js.map +0 -1
- package/build/layout/external/DynamicExternal.messages.js.map +0 -1
- package/build/layout/form/DynamicForm.js.map +0 -1
- package/build/layout/heading/DynamicHeading.js.map +0 -1
- package/build/layout/icon/DynamicIcon.js.map +0 -1
- package/build/layout/image/DynamicImage.js.map +0 -1
- package/build/layout/index.js.map +0 -1
- package/build/layout/info/DynamicInfo.js.map +0 -1
- package/build/layout/list/DynamicList.js.map +0 -1
- package/build/layout/loadingIndicator/DynamicLoadingIndicator.js.map +0 -1
- package/build/layout/paragraph/DynamicParagraph.js.map +0 -1
- package/build/layout/paragraph/DynamicParagraph.messages.js.map +0 -1
- package/build/layout/paragraph/useSnackBarIfAvailable.js.map +0 -1
- package/build/layout/review/DynamicReview.js.map +0 -1
- package/build/layout/utils.js.map +0 -1
- package/build/step/cameraStep/CameraStep.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/CameraCapture.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/CameraCapture.messages.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/components/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/hooks/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/overlay/Overlay.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.messages.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.messages.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/tracking/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/utils/index.js.map +0 -1
- package/build/step/cameraStep/index.js.map +0 -1
- package/build/step/externalConfirmationStep/ExternalConfirmationStep.js.map +0 -1
- package/build/step/externalConfirmationStep/ExternalConfirmationStep.messages.js.map +0 -1
- package/build/step/externalConfirmationStep/index.js.map +0 -1
- package/build/step/index.js.map +0 -1
- package/build/step/layoutStep/LayoutStep.js.map +0 -1
- package/build/step/layoutStep/index.js.map +0 -1
- package/build/step/layoutStep/utils/index.js.map +0 -1
- package/build/step/layoutStep/utils/inline-reference-utils.js.map +0 -1
- package/build/step/layoutStep/utils/layout-utils.js.map +0 -1
- package/build/types/common/FormControl.js.map +0 -1
- package/build/types/index.js.map +0 -1
- package/build/types/specification/Action.js.map +0 -1
- package/build/types/specification/FileUploadSchema.js.map +0 -1
- package/build/types/specification/LayoutComponent.js.map +0 -1
- package/build/types/specification/Model.js.map +0 -1
- package/build/types/specification/PersistAsync.js.map +0 -1
- package/build/types/specification/Polling.js.map +0 -1
- package/build/types/specification/Promotion.js.map +0 -1
- package/build/types/specification/Schema.js.map +0 -1
- package/build/types/specification/Step.js.map +0 -1
- package/build/types/specification/ValidationAsync.js.map +0 -1
- package/build/types/specification/core.js.map +0 -1
|
@@ -20,4 +20,3 @@ function useEventDispatcher() {
|
|
|
20
20
|
exports.useEventDispatcher = useEventDispatcher;
|
|
21
21
|
const getEventDispatcher = (onEvent, metadata) => (eventName, properties = {}) => onEvent(eventName, Object.assign(Object.assign({}, metadata), properties));
|
|
22
22
|
exports.getEventDispatcher = getEventDispatcher;
|
|
23
|
-
//# sourceMappingURL=EventsContext.js.map
|
|
@@ -18,4 +18,3 @@ __exportStar(require("./dynamicFlowContexts/DynamicFlowContexts"), exports);
|
|
|
18
18
|
__exportStar(require("./eventsContext/EventsContext"), exports);
|
|
19
19
|
__exportStar(require("./fetcherContexts/FetcherContexts"), exports);
|
|
20
20
|
__exportStar(require("./logContext/LogContext"), exports);
|
|
21
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -21,4 +21,3 @@ __exportStar(require("./usePersistAsync/usePersistAsync"), exports);
|
|
|
21
21
|
__exportStar(require("./usePolling/usePolling"), exports);
|
|
22
22
|
__exportStar(require("./usePrevious/usePrevious"), exports);
|
|
23
23
|
__exportStar(require("./useStepPolling/useStepPolling"), exports);
|
|
24
|
-
//# sourceMappingURL=index.js.map
|
package/build/common/messages.js
CHANGED
|
@@ -26,4 +26,3 @@ Object.defineProperty(exports, "getValidationFailures", { enumerable: true, get:
|
|
|
26
26
|
Object.defineProperty(exports, "getArrayValidationFailures", { enumerable: true, get: function () { return validation_failures_1.getArrayValidationFailures; } });
|
|
27
27
|
__exportStar(require("./types/type-validators"), exports);
|
|
28
28
|
__exportStar(require("./values/value-validators"), exports);
|
|
29
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -5,4 +5,3 @@ const type_validators_1 = require("../types/type-validators");
|
|
|
5
5
|
const isEmpty = (value) => ((0, type_validators_1.isString)(value) && value.length === 0) ||
|
|
6
6
|
(((0, type_validators_1.isObject)(value) || (0, type_validators_1.isArray)(value)) && Object.keys(value).length === 0);
|
|
7
7
|
exports.isEmpty = isEmpty;
|
|
8
|
-
//# sourceMappingURL=value-validators.js.map
|
|
@@ -248,4 +248,3 @@ const shouldTriggerRefresh = (props) => {
|
|
|
248
248
|
const wasValid = () => (0, validators_1.isValidSchema)(lastTriggerModel, triggerSchema);
|
|
249
249
|
return type !== 'init' && (triggerSchema === null || triggerSchema === void 0 ? void 0 : triggerSchema.refreshFormOnChange) && (isValid() || wasValid());
|
|
250
250
|
};
|
|
251
|
-
//# sourceMappingURL=DynamicFlow.js.map
|
|
@@ -23,4 +23,3 @@ const DynamicFlowStep = (props) => {
|
|
|
23
23
|
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [globalError ? ((0, jsx_runtime_1.jsx)(layout_1.DynamicAlert, { component: { context: 'negative', markdown: globalError, margin: 'lg' } })) : null, (0, jsx_runtime_1.jsx)(step_1.LayoutStep, Object.assign({}, props, { stepSpecification: step }))] }));
|
|
24
24
|
};
|
|
25
25
|
exports.DynamicFlowStep = DynamicFlowStep;
|
|
26
|
-
//# sourceMappingURL=DynamicFlowStep.js.map
|
|
@@ -6,4 +6,3 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var DynamicFlow_1 = require("./DynamicFlow");
|
|
8
8
|
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(DynamicFlow_1).default; } });
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -16,4 +16,3 @@ const ErrorBoundaryAlert = ({ onDismiss }) => {
|
|
|
16
16
|
}, message: formatMessage(ErrorBoundary_messages_1.default.errorAlert), type: components_1.Sentiment.NEGATIVE, className: "m-b-3", onDismiss: onDismiss }));
|
|
17
17
|
};
|
|
18
18
|
exports.ErrorBoundaryAlert = ErrorBoundaryAlert;
|
|
19
|
-
//# sourceMappingURL=ErrorBoundaryAlert.js.map
|
|
@@ -24,4 +24,3 @@ __exportStar(require("./useLoader"), exports);
|
|
|
24
24
|
var ErrorBoundary_1 = require("./errorBoundary/ErrorBoundary");
|
|
25
25
|
Object.defineProperty(exports, "ErrorBoundary", { enumerable: true, get: function () { return __importDefault(ErrorBoundary_1).default; } });
|
|
26
26
|
__exportStar(require("./responseParsers/response-parsers"), exports);
|
|
27
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -30,4 +30,3 @@ var paragraph_1 = require("./paragraph");
|
|
|
30
30
|
Object.defineProperty(exports, "paragraph", { enumerable: true, get: function () { return __importDefault(paragraph_1).default; } });
|
|
31
31
|
var review_1 = require("./review");
|
|
32
32
|
Object.defineProperty(exports, "review", { enumerable: true, get: function () { return __importDefault(review_1).default; } });
|
|
33
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -14,4 +14,3 @@ var single_file_upload_1 = require("./single-file-upload");
|
|
|
14
14
|
Object.defineProperty(exports, "singleFileUpload", { enumerable: true, get: function () { return __importDefault(single_file_upload_1).default; } });
|
|
15
15
|
var step_validation_errors_1 = require("./step-validation-errors");
|
|
16
16
|
Object.defineProperty(exports, "stepValidationErrors", { enumerable: true, get: function () { return __importDefault(step_validation_errors_1).default; } });
|
|
17
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -14,4 +14,3 @@ var polling_1 = require("./polling");
|
|
|
14
14
|
Object.defineProperty(exports, "polling", { enumerable: true, get: function () { return __importDefault(polling_1).default; } });
|
|
15
15
|
var validation_async_1 = require("./validation-async");
|
|
16
16
|
Object.defineProperty(exports, "validationAsync", { enumerable: true, get: function () { return __importDefault(validation_async_1).default; } });
|
|
17
|
-
//# sourceMappingURL=index.js.map
|
package/build/fixtures/index.js
CHANGED
|
@@ -16,4 +16,3 @@ var review_1 = require("./review");
|
|
|
16
16
|
Object.defineProperty(exports, "reviewLayout", { enumerable: true, get: function () { return __importDefault(review_1).default; } });
|
|
17
17
|
var success_1 = require("./success");
|
|
18
18
|
Object.defineProperty(exports, "successLayout", { enumerable: true, get: function () { return __importDefault(success_1).default; } });
|
|
19
|
-
//# sourceMappingURL=index.js.map
|