@wise/dynamic-flow-client 0.4.1 → 0.4.3
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/main.js +9606 -0
- package/build/main.min.js +31 -0
- package/build/types/index.d.ts +11 -15
- package/build/types/types/index.d.ts +15 -0
- package/package.json +6 -5
- package/build/common/constants/DateMode.js +0 -8
- package/build/common/constants/DateMode.js.map +0 -1
- package/build/common/constants/FormControlType.js +0 -21
- package/build/common/constants/FormControlType.js.map +0 -1
- package/build/common/constants/MonthFormat.js +0 -8
- package/build/common/constants/MonthFormat.js.map +0 -1
- package/build/common/constants/SchemaType.js +0 -15
- package/build/common/constants/SchemaType.js.map +0 -1
- package/build/common/constants/Size.js +0 -11
- package/build/common/constants/Size.js.map +0 -1
- package/build/common/constants/index.js +0 -22
- package/build/common/constants/index.js.map +0 -1
- package/build/common/contexts/dynamicFlowContexts/DynamicFlowContexts.js +0 -30
- package/build/common/contexts/dynamicFlowContexts/DynamicFlowContexts.js.map +0 -1
- package/build/common/contexts/dynamicFlowContexts/usePendingPromiseCounter.js +0 -20
- package/build/common/contexts/dynamicFlowContexts/usePendingPromiseCounter.js.map +0 -1
- package/build/common/contexts/eventsContext/EventsContext.js +0 -23
- package/build/common/contexts/eventsContext/EventsContext.js.map +0 -1
- package/build/common/contexts/fetcherContexts/FetcherContexts.js +0 -30
- package/build/common/contexts/fetcherContexts/FetcherContexts.js.map +0 -1
- package/build/common/contexts/index.js +0 -21
- package/build/common/contexts/index.js.map +0 -1
- package/build/common/contexts/logContext/LogContext.js +0 -28
- package/build/common/contexts/logContext/LogContext.js.map +0 -1
- package/build/common/hooks/index.js +0 -24
- package/build/common/hooks/index.js.map +0 -1
- package/build/common/hooks/useDebouncedFunction/useDebouncedFunction.js +0 -14
- package/build/common/hooks/useDebouncedFunction/useDebouncedFunction.js.map +0 -1
- package/build/common/hooks/useExternal/useExternal.js +0 -20
- package/build/common/hooks/useExternal/useExternal.js.map +0 -1
- package/build/common/hooks/useExternalStepPolling/useExternalStepPolling.js +0 -63
- package/build/common/hooks/useExternalStepPolling/useExternalStepPolling.js.map +0 -1
- package/build/common/hooks/usePersistAsync/usePersistAsync.js +0 -99
- package/build/common/hooks/usePersistAsync/usePersistAsync.js.map +0 -1
- package/build/common/hooks/usePolling/usePolling.js +0 -53
- package/build/common/hooks/usePolling/usePolling.js.map +0 -1
- package/build/common/hooks/usePrevious/usePrevious.js +0 -13
- package/build/common/hooks/usePrevious/usePrevious.js.map +0 -1
- package/build/common/hooks/useStepPolling/useStepPolling.js +0 -50
- package/build/common/hooks/useStepPolling/useStepPolling.js.map +0 -1
- package/build/common/makeFetcher/index.js +0 -18
- package/build/common/makeFetcher/index.js.map +0 -1
- package/build/common/makeFetcher/makeFetcher.js +0 -24
- package/build/common/makeFetcher/makeFetcher.js.map +0 -1
- package/build/common/messages.js +0 -11
- package/build/common/messages.js.map +0 -1
- package/build/common/utils/api-utils.js +0 -20
- package/build/common/utils/api-utils.js.map +0 -1
- package/build/common/utils/date-utils.js +0 -28
- package/build/common/utils/date-utils.js.map +0 -1
- package/build/common/utils/debounce.js +0 -39
- package/build/common/utils/debounce.js.map +0 -1
- package/build/common/utils/file-utils.js +0 -39
- package/build/common/utils/file-utils.js.map +0 -1
- package/build/common/utils/id-utils.js +0 -9
- package/build/common/utils/id-utils.js.map +0 -1
- package/build/common/utils/index.js +0 -25
- package/build/common/utils/index.js.map +0 -1
- package/build/common/utils/is-equal.js +0 -26
- package/build/common/utils/is-equal.js.map +0 -1
- package/build/common/utils/schema-utils.js +0 -56
- package/build/common/utils/schema-utils.js.map +0 -1
- package/build/common/utils/step-utils.js +0 -48
- package/build/common/utils/step-utils.js.map +0 -1
- package/build/common/validators/index.js +0 -29
- package/build/common/validators/index.js.map +0 -1
- package/build/common/validators/models/model-validators.js +0 -70
- package/build/common/validators/models/model-validators.js.map +0 -1
- package/build/common/validators/models/models.utils.js +0 -118
- package/build/common/validators/models/models.utils.js.map +0 -1
- package/build/common/validators/schemas/schema-validators.js +0 -100
- package/build/common/validators/schemas/schema-validators.js.map +0 -1
- package/build/common/validators/types/type-validators.js +0 -22
- package/build/common/validators/types/type-validators.js.map +0 -1
- package/build/common/validators/validationFailures/validation-failures.js +0 -152
- package/build/common/validators/validationFailures/validation-failures.js.map +0 -1
- package/build/common/validators/validationFailures/validation-failures.utils.js +0 -50
- package/build/common/validators/validationFailures/validation-failures.utils.js.map +0 -1
- package/build/common/validators/values/value-validators.js +0 -8
- package/build/common/validators/values/value-validators.js.map +0 -1
- package/build/dynamicFlow/DynamicFlow.js +0 -251
- package/build/dynamicFlow/DynamicFlow.js.map +0 -1
- package/build/dynamicFlow/DynamicFlowStep.js +0 -26
- package/build/dynamicFlow/DynamicFlowStep.js.map +0 -1
- package/build/dynamicFlow/DynamicFlowTypes.js +0 -9
- package/build/dynamicFlow/DynamicFlowTypes.js.map +0 -1
- package/build/dynamicFlow/index.js +0 -9
- package/build/dynamicFlow/index.js.map +0 -1
- package/build/dynamicFlow/stories/DynamicFlow.story.js +0 -37
- package/build/dynamicFlow/stories/DynamicFlow.story.js.map +0 -1
- package/build/dynamicFlow/stories/EditableDynamicFlow.js +0 -55
- package/build/dynamicFlow/stories/EditableDynamicFlow.js.map +0 -1
- package/build/dynamicFlow/stories/fixtureFetcher.js +0 -61
- package/build/dynamicFlow/stories/fixtureFetcher.js.map +0 -1
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundary.js +0 -30
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundary.js.map +0 -1
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundary.messages.js +0 -16
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundary.messages.js.map +0 -1
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundaryAlert.js +0 -19
- package/build/dynamicFlow/utils/errorBoundary/ErrorBoundaryAlert.js.map +0 -1
- package/build/dynamicFlow/utils/index.js +0 -27
- package/build/dynamicFlow/utils/index.js.map +0 -1
- package/build/dynamicFlow/utils/responseParsers/response-parsers.js +0 -67
- package/build/dynamicFlow/utils/responseParsers/response-parsers.js.map +0 -1
- package/build/dynamicFlow/utils/useDebouncedRefresh/useDebouncedRefresh.js +0 -28
- package/build/dynamicFlow/utils/useDebouncedRefresh/useDebouncedRefresh.js.map +0 -1
- package/build/dynamicFlow/utils/useDynamicFlowState.js +0 -92
- package/build/dynamicFlow/utils/useDynamicFlowState.js.map +0 -1
- package/build/dynamicFlow/utils/useLoader.js +0 -16
- package/build/dynamicFlow/utils/useLoader.js.map +0 -1
- package/build/fixtures/components/alert.js +0 -34
- package/build/fixtures/components/alert.js.map +0 -1
- package/build/fixtures/components/box.js +0 -23
- package/build/fixtures/components/box.js.map +0 -1
- package/build/fixtures/components/button.js +0 -57
- package/build/fixtures/components/button.js.map +0 -1
- package/build/fixtures/components/columns.js +0 -39
- package/build/fixtures/components/columns.js.map +0 -1
- package/build/fixtures/components/copyable.js +0 -25
- package/build/fixtures/components/copyable.js.map +0 -1
- package/build/fixtures/components/decision.js +0 -57
- package/build/fixtures/components/decision.js.map +0 -1
- package/build/fixtures/components/heading.js +0 -17
- package/build/fixtures/components/heading.js.map +0 -1
- package/build/fixtures/components/image.js +0 -26
- package/build/fixtures/components/image.js.map +0 -1
- package/build/fixtures/components/index.js +0 -33
- package/build/fixtures/components/index.js.map +0 -1
- package/build/fixtures/components/info.js +0 -36
- package/build/fixtures/components/info.js.map +0 -1
- package/build/fixtures/components/list.js +0 -37
- package/build/fixtures/components/list.js.map +0 -1
- package/build/fixtures/components/loading-indicator.js +0 -19
- package/build/fixtures/components/loading-indicator.js.map +0 -1
- package/build/fixtures/components/paragraph.js +0 -31
- package/build/fixtures/components/paragraph.js.map +0 -1
- package/build/fixtures/components/review.js +0 -63
- package/build/fixtures/components/review.js.map +0 -1
- package/build/fixtures/examples/camera-capture.js +0 -124
- package/build/fixtures/examples/camera-capture.js.map +0 -1
- package/build/fixtures/examples/index.js +0 -17
- package/build/fixtures/examples/index.js.map +0 -1
- package/build/fixtures/examples/recipient-update.js +0 -253
- package/build/fixtures/examples/recipient-update.js.map +0 -1
- package/build/fixtures/examples/recipient.js +0 -316
- package/build/fixtures/examples/recipient.js.map +0 -1
- package/build/fixtures/examples/single-file-upload.js +0 -101
- package/build/fixtures/examples/single-file-upload.js.map +0 -1
- package/build/fixtures/examples/step-validation-errors.js +0 -78
- package/build/fixtures/examples/step-validation-errors.js.map +0 -1
- package/build/fixtures/features/action-response.js +0 -32
- package/build/fixtures/features/action-response.js.map +0 -1
- package/build/fixtures/features/external.js +0 -34
- package/build/fixtures/features/external.js.map +0 -1
- package/build/fixtures/features/index.js +0 -17
- package/build/fixtures/features/index.js.map +0 -1
- package/build/fixtures/features/persist-async.js +0 -47
- package/build/fixtures/features/persist-async.js.map +0 -1
- package/build/fixtures/features/polling.js +0 -36
- package/build/fixtures/features/polling.js.map +0 -1
- package/build/fixtures/features/validation-async.js +0 -41
- package/build/fixtures/features/validation-async.js.map +0 -1
- package/build/fixtures/index.js +0 -39
- package/build/fixtures/index.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/allOf.js +0 -122
- package/build/fixtures/jsonSchemaForm/allOf.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/audRecipient.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/audRecipient.js +0 -1107
- package/build/fixtures/jsonSchemaForm/audRecipient.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/currency.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/currency.js +0 -51
- package/build/fixtures/jsonSchemaForm/currency.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBase64.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBase64.js +0 -40
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBase64.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBlob.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBlob.js +0 -39
- package/build/fixtures/jsonSchemaForm/multipleFileUploadBlob.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/oneOf.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/oneOf.js +0 -122
- package/build/fixtures/jsonSchemaForm/oneOf.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/oneOfTabs.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/oneOfTabs.js +0 -56
- package/build/fixtures/jsonSchemaForm/oneOfTabs.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/promotedOneOf.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/promotedOneOf.js +0 -59
- package/build/fixtures/jsonSchemaForm/promotedOneOf.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/promotedOneOfCheckbox.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/promotedOneOfCheckbox.js +0 -105
- package/build/fixtures/jsonSchemaForm/promotedOneOfCheckbox.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/simple.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/simple.js +0 -51
- package/build/fixtures/jsonSchemaForm/simple.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/uploadPersistAsync.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/uploadPersistAsync.js +0 -74
- package/build/fixtures/jsonSchemaForm/uploadPersistAsync.js.map +0 -1
- package/build/fixtures/jsonSchemaForm/validationAsync.d.ts +0 -3
- package/build/fixtures/jsonSchemaForm/validationAsync.js +0 -26
- package/build/fixtures/jsonSchemaForm/validationAsync.js.map +0 -1
- package/build/fixtures/layouts/all.js +0 -179
- package/build/fixtures/layouts/all.js.map +0 -1
- package/build/fixtures/layouts/final-step-layout.js +0 -42
- package/build/fixtures/layouts/final-step-layout.js.map +0 -1
- package/build/fixtures/layouts/index.js +0 -19
- package/build/fixtures/layouts/index.js.map +0 -1
- package/build/fixtures/layouts/list.js +0 -36
- package/build/fixtures/layouts/list.js.map +0 -1
- package/build/fixtures/layouts/pay-in.js +0 -100
- package/build/fixtures/layouts/pay-in.js.map +0 -1
- package/build/fixtures/layouts/review.js +0 -163
- package/build/fixtures/layouts/review.js.map +0 -1
- package/build/fixtures/layouts/success.js +0 -69
- package/build/fixtures/layouts/success.js.map +0 -1
- package/build/fixtures/responses/action-response-final.js +0 -27
- package/build/fixtures/responses/action-response-final.js.map +0 -1
- package/build/fixtures/responses/action.js +0 -5
- package/build/fixtures/responses/action.js.map +0 -1
- package/build/fixtures/responses/exit.js +0 -5
- package/build/fixtures/responses/exit.js.map +0 -1
- package/build/fixtures/responses/index.js +0 -15
- package/build/fixtures/responses/index.js.map +0 -1
- package/build/fixtures/responses/recipient-update-final.js +0 -27
- package/build/fixtures/responses/recipient-update-final.js.map +0 -1
- package/build/fixtures/schemas/basic-form.js +0 -42
- package/build/fixtures/schemas/basic-form.js.map +0 -1
- package/build/fixtures/schemas/index.js +0 -15
- package/build/fixtures/schemas/index.js.map +0 -1
- package/build/fixtures/schemas/number-and-integer.js +0 -44
- package/build/fixtures/schemas/number-and-integer.js.map +0 -1
- package/build/fixtures/schemas/one-of.js +0 -223
- package/build/fixtures/schemas/one-of.js.map +0 -1
- package/build/fixtures/schemas/string-formats.js +0 -65
- package/build/fixtures/schemas/string-formats.js.map +0 -1
- package/build/fixtures/utils/image-util.js +0 -23
- package/build/fixtures/utils/image-util.js.map +0 -1
- package/build/formControl/FormControl.js +0 -214
- package/build/formControl/FormControl.js.map +0 -1
- package/build/formControl/index.js +0 -9
- package/build/formControl/index.js.map +0 -1
- package/build/formControl/utils/index.js +0 -18
- package/build/formControl/utils/index.js.map +0 -1
- package/build/formControl/utils/value-utils.js +0 -112
- package/build/formControl/utils/value-utils.js.map +0 -1
- package/build/i18n/index.js +0 -37
- package/build/i18n/index.js.map +0 -1
- package/build/index.d.ts +0 -11
- package/build/index.js +0 -39
- package/build/index.js.map +0 -1
- package/build/jsonSchemaForm/JsonSchemaForm.js +0 -23
- package/build/jsonSchemaForm/JsonSchemaForm.js.map +0 -1
- package/build/jsonSchemaForm/allOfSchema/AllOfSchema.js +0 -47
- package/build/jsonSchemaForm/allOfSchema/AllOfSchema.js.map +0 -1
- package/build/jsonSchemaForm/allOfSchema/index.js +0 -9
- package/build/jsonSchemaForm/allOfSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/ArraySchema.js +0 -20
- package/build/jsonSchemaForm/arrayTypeSchema/ArraySchema.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/ArrayListSchema.js +0 -21
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/ArrayListSchema.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/index.js +0 -9
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.js +0 -87
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.messages.js +0 -21
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.messages.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/index.js +0 -9
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/index.js +0 -19
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/index.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/upload-utils.js +0 -39
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/upload-utils.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/useFormattedDefaultErrorMessages.js +0 -21
- package/build/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/useFormattedDefaultErrorMessages.js.map +0 -1
- package/build/jsonSchemaForm/arrayTypeSchema/index.js +0 -9
- package/build/jsonSchemaForm/arrayTypeSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/basicTypeSchema/BasicTypeSchema.js +0 -92
- package/build/jsonSchemaForm/basicTypeSchema/BasicTypeSchema.js.map +0 -1
- package/build/jsonSchemaForm/basicTypeSchema/index.js +0 -9
- package/build/jsonSchemaForm/basicTypeSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/controlFeedback/ControlFeedback.js +0 -74
- package/build/jsonSchemaForm/controlFeedback/ControlFeedback.js.map +0 -1
- package/build/jsonSchemaForm/controlFeedback/ControlFeedback.messages.js +0 -56
- package/build/jsonSchemaForm/controlFeedback/ControlFeedback.messages.js.map +0 -1
- package/build/jsonSchemaForm/controlFeedback/index.js +0 -9
- package/build/jsonSchemaForm/controlFeedback/index.js.map +0 -1
- package/build/jsonSchemaForm/genericSchema/GenericSchema.js +0 -119
- package/build/jsonSchemaForm/genericSchema/GenericSchema.js.map +0 -1
- package/build/jsonSchemaForm/genericSchema/index.js +0 -9
- package/build/jsonSchemaForm/genericSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/help/Help.js +0 -15
- package/build/jsonSchemaForm/help/Help.js.map +0 -1
- package/build/jsonSchemaForm/help/Help.messages.js +0 -11
- package/build/jsonSchemaForm/help/Help.messages.js.map +0 -1
- package/build/jsonSchemaForm/help/index.js +0 -9
- package/build/jsonSchemaForm/help/index.js.map +0 -1
- package/build/jsonSchemaForm/index.js +0 -9
- package/build/jsonSchemaForm/index.js.map +0 -1
- package/build/jsonSchemaForm/objectSchema/ObjectSchema.js +0 -63
- package/build/jsonSchemaForm/objectSchema/ObjectSchema.js.map +0 -1
- package/build/jsonSchemaForm/objectSchema/index.js +0 -9
- package/build/jsonSchemaForm/objectSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/OneOfSchema.js +0 -136
- package/build/jsonSchemaForm/oneOfSchema/OneOfSchema.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/index.js +0 -9
- package/build/jsonSchemaForm/oneOfSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/utils/const-schema-utils.js +0 -14
- package/build/jsonSchemaForm/oneOfSchema/utils/const-schema-utils.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/utils/index.js +0 -19
- package/build/jsonSchemaForm/oneOfSchema/utils/index.js.map +0 -1
- package/build/jsonSchemaForm/oneOfSchema/utils/one-of-utils.js +0 -70
- package/build/jsonSchemaForm/oneOfSchema/utils/one-of-utils.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.js +0 -21
- package/build/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.messages.js +0 -11
- package/build/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.messages.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/index.js +0 -9
- package/build/jsonSchemaForm/persistAsyncSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/PersistAsyncBasicSchema.js +0 -120
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/PersistAsyncBasicSchema.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/index.js +0 -9
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/PersistAsyncBlobSchema.js +0 -67
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/PersistAsyncBlobSchema.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.js +0 -37
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.js.map +0 -1
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/index.js +0 -9
- package/build/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/PromotedOneOfSchema.js +0 -59
- package/build/jsonSchemaForm/promotedOneOfSchema/PromotedOneOfSchema.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/index.js +0 -9
- package/build/jsonSchemaForm/promotedOneOfSchema/index.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promoted-one-of-utils.js +0 -13
- package/build/jsonSchemaForm/promotedOneOfSchema/promoted-one-of-utils.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfCheckboxControl.js +0 -19
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfCheckboxControl.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfControl.js +0 -26
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfControl.js.map +0 -1
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfRadioControl.js +0 -24
- package/build/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfRadioControl.js.map +0 -1
- package/build/jsonSchemaForm/readOnlySchema/ReadOnlySchema.js +0 -59
- package/build/jsonSchemaForm/readOnlySchema/ReadOnlySchema.js.map +0 -1
- package/build/jsonSchemaForm/readOnlySchema/ReadOnlySchema.messages.js +0 -16
- package/build/jsonSchemaForm/readOnlySchema/ReadOnlySchema.messages.js.map +0 -1
- package/build/jsonSchemaForm/readOnlySchema/index.js +0 -9
- package/build/jsonSchemaForm/readOnlySchema/index.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/SchemaFormControl.js +0 -99
- package/build/jsonSchemaForm/schemaFormControl/SchemaFormControl.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/index.js +0 -9
- package/build/jsonSchemaForm/schemaFormControl/index.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/utils/currency-utils.js +0 -78
- package/build/jsonSchemaForm/schemaFormControl/utils/currency-utils.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/utils/index.js +0 -18
- package/build/jsonSchemaForm/schemaFormControl/utils/index.js.map +0 -1
- package/build/jsonSchemaForm/schemaFormControl/utils/mapping-utils.js +0 -111
- package/build/jsonSchemaForm/schemaFormControl/utils/mapping-utils.js.map +0 -1
- package/build/jsonSchemaForm/validationAsyncSchema/ValidationAsyncSchema.js +0 -90
- package/build/jsonSchemaForm/validationAsyncSchema/ValidationAsyncSchema.js.map +0 -1
- package/build/jsonSchemaForm/validationAsyncSchema/index.js +0 -9
- package/build/jsonSchemaForm/validationAsyncSchema/index.js.map +0 -1
- package/build/layout/DynamicLayout.js +0 -53
- package/build/layout/DynamicLayout.js.map +0 -1
- package/build/layout/alert/DynamicAlert.js +0 -32
- package/build/layout/alert/DynamicAlert.js.map +0 -1
- package/build/layout/box/DynamicBox.js +0 -33
- package/build/layout/box/DynamicBox.js.map +0 -1
- package/build/layout/button/DynamicButton.js +0 -50
- package/build/layout/button/DynamicButton.js.map +0 -1
- package/build/layout/columns/DynamicColumns.js +0 -30
- package/build/layout/columns/DynamicColumns.js.map +0 -1
- package/build/layout/decision/DynamicDecision.js +0 -30
- package/build/layout/decision/DynamicDecision.js.map +0 -1
- package/build/layout/divider/DynamicDivider.js +0 -11
- package/build/layout/divider/DynamicDivider.js.map +0 -1
- package/build/layout/external/DynamicExternal.js +0 -26
- package/build/layout/external/DynamicExternal.js.map +0 -1
- package/build/layout/external/DynamicExternal.messages.js +0 -11
- package/build/layout/external/DynamicExternal.messages.js.map +0 -1
- package/build/layout/form/DynamicForm.js +0 -17
- package/build/layout/form/DynamicForm.js.map +0 -1
- package/build/layout/heading/DynamicHeading.js +0 -23
- package/build/layout/heading/DynamicHeading.js.map +0 -1
- package/build/layout/icon/DynamicIcon.js +0 -50
- package/build/layout/icon/DynamicIcon.js.map +0 -1
- package/build/layout/image/DynamicImage.js +0 -63
- package/build/layout/image/DynamicImage.js.map +0 -1
- package/build/layout/index.js +0 -41
- package/build/layout/index.js.map +0 -1
- package/build/layout/info/DynamicInfo.js +0 -10
- package/build/layout/info/DynamicInfo.js.map +0 -1
- package/build/layout/list/DynamicList.js +0 -22
- package/build/layout/list/DynamicList.js.map +0 -1
- package/build/layout/loadingIndicator/DynamicLoadingIndicator.js +0 -13
- package/build/layout/loadingIndicator/DynamicLoadingIndicator.js.map +0 -1
- package/build/layout/paragraph/DynamicParagraph.js +0 -31
- package/build/layout/paragraph/DynamicParagraph.js.map +0 -1
- package/build/layout/paragraph/DynamicParagraph.messages.js +0 -16
- package/build/layout/paragraph/DynamicParagraph.messages.js.map +0 -1
- package/build/layout/paragraph/useSnackBarIfAvailable.js +0 -14
- package/build/layout/paragraph/useSnackBarIfAvailable.js.map +0 -1
- package/build/layout/review/DynamicReview.js +0 -24
- package/build/layout/review/DynamicReview.js.map +0 -1
- package/build/layout/utils.js +0 -34
- package/build/layout/utils.js.map +0 -1
- package/build/step/cameraStep/CameraStep.js +0 -85
- package/build/step/cameraStep/CameraStep.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/CameraCapture.js +0 -71
- package/build/step/cameraStep/cameraCapture/CameraCapture.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/CameraCapture.messages.js +0 -21
- package/build/step/cameraStep/cameraCapture/CameraCapture.messages.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/components/index.js +0 -19
- package/build/step/cameraStep/cameraCapture/components/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/hooks/index.js +0 -30
- package/build/step/cameraStep/cameraCapture/hooks/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/index.js +0 -9
- package/build/step/cameraStep/cameraCapture/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/overlay/Overlay.js +0 -69
- package/build/step/cameraStep/cameraCapture/overlay/Overlay.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.js +0 -14
- package/build/step/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.messages.js +0 -16
- package/build/step/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.messages.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.js +0 -15
- package/build/step/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.messages.js +0 -21
- package/build/step/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.messages.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/screens/index.js +0 -11
- package/build/step/cameraStep/cameraCapture/screens/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/tracking/index.js +0 -23
- package/build/step/cameraStep/cameraCapture/tracking/index.js.map +0 -1
- package/build/step/cameraStep/cameraCapture/utils/index.js +0 -52
- package/build/step/cameraStep/cameraCapture/utils/index.js.map +0 -1
- package/build/step/cameraStep/index.js +0 -9
- package/build/step/cameraStep/index.js.map +0 -1
- package/build/step/externalConfirmationStep/ExternalConfirmationStep.js +0 -69
- package/build/step/externalConfirmationStep/ExternalConfirmationStep.js.map +0 -1
- package/build/step/externalConfirmationStep/ExternalConfirmationStep.messages.js +0 -26
- package/build/step/externalConfirmationStep/ExternalConfirmationStep.messages.js.map +0 -1
- package/build/step/externalConfirmationStep/index.js +0 -9
- package/build/step/externalConfirmationStep/index.js.map +0 -1
- package/build/step/index.js +0 -13
- package/build/step/index.js.map +0 -1
- package/build/step/layoutStep/LayoutStep.js +0 -36
- package/build/step/layoutStep/LayoutStep.js.map +0 -1
- package/build/step/layoutStep/index.js +0 -9
- package/build/step/layoutStep/index.js.map +0 -1
- package/build/step/layoutStep/utils/index.js +0 -8
- package/build/step/layoutStep/utils/index.js.map +0 -1
- package/build/step/layoutStep/utils/inline-reference-utils.js +0 -79
- package/build/step/layoutStep/utils/inline-reference-utils.js.map +0 -1
- package/build/step/layoutStep/utils/layout-utils.js +0 -204
- package/build/step/layoutStep/utils/layout-utils.js.map +0 -1
- package/build/types/common/FormControl.js +0 -3
- package/build/types/common/FormControl.js.map +0 -1
- package/build/types/index.js +0 -43
- package/build/types/index.js.map +0 -1
- package/build/types/specification/Action.js +0 -3
- package/build/types/specification/Action.js.map +0 -1
- package/build/types/specification/FileUploadSchema.js +0 -9
- package/build/types/specification/FileUploadSchema.js.map +0 -1
- package/build/types/specification/LayoutComponent.js +0 -3
- package/build/types/specification/LayoutComponent.js.map +0 -1
- package/build/types/specification/Model.js +0 -31
- package/build/types/specification/Model.js.map +0 -1
- package/build/types/specification/PersistAsync.js +0 -3
- package/build/types/specification/PersistAsync.js.map +0 -1
- package/build/types/specification/Polling.js +0 -3
- package/build/types/specification/Polling.js.map +0 -1
- package/build/types/specification/Promotion.js +0 -3
- package/build/types/specification/Promotion.js.map +0 -1
- package/build/types/specification/Schema.js +0 -68
- package/build/types/specification/Schema.js.map +0 -1
- package/build/types/specification/Step.js +0 -7
- package/build/types/specification/Step.js.map +0 -1
- package/build/types/specification/ValidationAsync.js +0 -3
- package/build/types/specification/ValidationAsync.js.map +0 -1
- package/build/types/specification/core.js +0 -3
- package/build/types/specification/core.js.map +0 -1
- /package/build/{common → types/common}/constants/DateMode.d.ts +0 -0
- /package/build/{common → types/common}/constants/FormControlType.d.ts +0 -0
- /package/build/{common → types/common}/constants/MonthFormat.d.ts +0 -0
- /package/build/{common → types/common}/constants/SchemaType.d.ts +0 -0
- /package/build/{common → types/common}/constants/Size.d.ts +0 -0
- /package/build/{common → types/common}/constants/index.d.ts +0 -0
- /package/build/{common → types/common}/contexts/dynamicFlowContexts/DynamicFlowContexts.d.ts +0 -0
- /package/build/{common → types/common}/contexts/dynamicFlowContexts/usePendingPromiseCounter.d.ts +0 -0
- /package/build/{common → types/common}/contexts/eventsContext/EventsContext.d.ts +0 -0
- /package/build/{common → types/common}/contexts/fetcherContexts/FetcherContexts.d.ts +0 -0
- /package/build/{common → types/common}/contexts/index.d.ts +0 -0
- /package/build/{common → types/common}/contexts/logContext/LogContext.d.ts +0 -0
- /package/build/{common → types/common}/hooks/index.d.ts +0 -0
- /package/build/{common → types/common}/hooks/useDebouncedFunction/useDebouncedFunction.d.ts +0 -0
- /package/build/{common → types/common}/hooks/useExternal/useExternal.d.ts +0 -0
- /package/build/{common → types/common}/hooks/useExternalStepPolling/useExternalStepPolling.d.ts +0 -0
- /package/build/{common → types/common}/hooks/usePersistAsync/usePersistAsync.d.ts +0 -0
- /package/build/{common → types/common}/hooks/usePolling/usePolling.d.ts +0 -0
- /package/build/{common → types/common}/hooks/usePrevious/usePrevious.d.ts +0 -0
- /package/build/{common → types/common}/hooks/useStepPolling/useStepPolling.d.ts +0 -0
- /package/build/{common → types/common}/makeFetcher/index.d.ts +0 -0
- /package/build/{common → types/common}/makeFetcher/makeFetcher.d.ts +0 -0
- /package/build/{common → types/common}/messages.d.ts +0 -0
- /package/build/{common → types/common}/utils/api-utils.d.ts +0 -0
- /package/build/{common → types/common}/utils/date-utils.d.ts +0 -0
- /package/build/{common → types/common}/utils/debounce.d.ts +0 -0
- /package/build/{common → types/common}/utils/file-utils.d.ts +0 -0
- /package/build/{common → types/common}/utils/id-utils.d.ts +0 -0
- /package/build/{common → types/common}/utils/index.d.ts +0 -0
- /package/build/{common → types/common}/utils/is-equal.d.ts +0 -0
- /package/build/{common → types/common}/utils/schema-utils.d.ts +0 -0
- /package/build/{common → types/common}/utils/step-utils.d.ts +0 -0
- /package/build/{common → types/common}/validators/index.d.ts +0 -0
- /package/build/{common → types/common}/validators/models/model-validators.d.ts +0 -0
- /package/build/{common → types/common}/validators/models/models.utils.d.ts +0 -0
- /package/build/{common → types/common}/validators/schemas/schema-validators.d.ts +0 -0
- /package/build/{common → types/common}/validators/types/type-validators.d.ts +0 -0
- /package/build/{common → types/common}/validators/validationFailures/validation-failures.d.ts +0 -0
- /package/build/{common → types/common}/validators/validationFailures/validation-failures.utils.d.ts +0 -0
- /package/build/{common → types/common}/validators/values/value-validators.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/DynamicFlow.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/DynamicFlowStep.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/DynamicFlowTypes.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/index.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/stories/DynamicFlow.story.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/stories/EditableDynamicFlow.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/stories/fixtureFetcher.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/utils/errorBoundary/ErrorBoundary.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/utils/errorBoundary/ErrorBoundary.messages.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/utils/errorBoundary/ErrorBoundaryAlert.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/utils/index.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/utils/responseParsers/response-parsers.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/utils/useDebouncedRefresh/useDebouncedRefresh.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/utils/useDynamicFlowState.d.ts +0 -0
- /package/build/{dynamicFlow → types/dynamicFlow}/utils/useLoader.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/alert.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/box.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/button.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/columns.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/copyable.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/decision.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/heading.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/image.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/index.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/info.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/list.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/loading-indicator.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/paragraph.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/components/review.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/examples/camera-capture.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/examples/index.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/examples/recipient-update.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/examples/recipient.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/examples/single-file-upload.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/examples/step-validation-errors.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/features/action-response.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/features/external.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/features/index.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/features/persist-async.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/features/polling.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/features/validation-async.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/index.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/jsonSchemaForm/allOf.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/layouts/all.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/layouts/final-step-layout.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/layouts/index.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/layouts/list.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/layouts/pay-in.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/layouts/review.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/layouts/success.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/responses/action-response-final.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/responses/action.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/responses/exit.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/responses/index.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/responses/recipient-update-final.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/schemas/basic-form.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/schemas/index.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/schemas/number-and-integer.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/schemas/one-of.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/schemas/string-formats.d.ts +0 -0
- /package/build/{fixtures → types/fixtures}/utils/image-util.d.ts +0 -0
- /package/build/{formControl → types/formControl}/FormControl.d.ts +0 -0
- /package/build/{formControl → types/formControl}/index.d.ts +0 -0
- /package/build/{formControl → types/formControl}/utils/index.d.ts +0 -0
- /package/build/{formControl → types/formControl}/utils/value-utils.d.ts +0 -0
- /package/build/{i18n → types/i18n}/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/JsonSchemaForm.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/allOfSchema/AllOfSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/allOfSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/ArraySchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/arrayListSchema/ArrayListSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/arrayListSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.messages.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/upload-utils.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/utils/useFormattedDefaultErrorMessages.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/arrayTypeSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/basicTypeSchema/BasicTypeSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/basicTypeSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/controlFeedback/ControlFeedback.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/controlFeedback/ControlFeedback.messages.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/controlFeedback/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/genericSchema/GenericSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/genericSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/help/Help.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/help/Help.messages.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/help/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/objectSchema/ObjectSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/objectSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/oneOfSchema/OneOfSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/oneOfSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/oneOfSchema/utils/const-schema-utils.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/oneOfSchema/utils/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/oneOfSchema/utils/one-of-utils.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/persistAsyncSchema/PersistAsyncSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/persistAsyncSchema/PersistAsyncSchema.messages.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/persistAsyncSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/persistAsyncSchema/persistAsyncBasicSchema/PersistAsyncBasicSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/persistAsyncSchema/persistAsyncBasicSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/persistAsyncSchema/persistAsyncBlobSchema/PersistAsyncBlobSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/persistAsyncSchema/persistAsyncBlobSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/promotedOneOfSchema/PromotedOneOfSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/promotedOneOfSchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/promotedOneOfSchema/promoted-one-of-utils.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfCheckboxControl.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfControl.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfRadioControl.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/readOnlySchema/ReadOnlySchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/readOnlySchema/ReadOnlySchema.messages.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/readOnlySchema/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/schemaFormControl/SchemaFormControl.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/schemaFormControl/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/schemaFormControl/utils/currency-utils.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/schemaFormControl/utils/index.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/schemaFormControl/utils/mapping-utils.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/validationAsyncSchema/ValidationAsyncSchema.d.ts +0 -0
- /package/build/{jsonSchemaForm → types/jsonSchemaForm}/validationAsyncSchema/index.d.ts +0 -0
- /package/build/{layout → types/layout}/DynamicLayout.d.ts +0 -0
- /package/build/{layout → types/layout}/alert/DynamicAlert.d.ts +0 -0
- /package/build/{layout → types/layout}/box/DynamicBox.d.ts +0 -0
- /package/build/{layout → types/layout}/button/DynamicButton.d.ts +0 -0
- /package/build/{layout → types/layout}/columns/DynamicColumns.d.ts +0 -0
- /package/build/{layout → types/layout}/decision/DynamicDecision.d.ts +0 -0
- /package/build/{layout → types/layout}/divider/DynamicDivider.d.ts +0 -0
- /package/build/{layout → types/layout}/external/DynamicExternal.d.ts +0 -0
- /package/build/{layout → types/layout}/external/DynamicExternal.messages.d.ts +0 -0
- /package/build/{layout → types/layout}/form/DynamicForm.d.ts +0 -0
- /package/build/{layout → types/layout}/heading/DynamicHeading.d.ts +0 -0
- /package/build/{layout → types/layout}/icon/DynamicIcon.d.ts +0 -0
- /package/build/{layout → types/layout}/image/DynamicImage.d.ts +0 -0
- /package/build/{layout → types/layout}/index.d.ts +0 -0
- /package/build/{layout → types/layout}/info/DynamicInfo.d.ts +0 -0
- /package/build/{layout → types/layout}/list/DynamicList.d.ts +0 -0
- /package/build/{layout → types/layout}/loadingIndicator/DynamicLoadingIndicator.d.ts +0 -0
- /package/build/{layout → types/layout}/paragraph/DynamicParagraph.d.ts +0 -0
- /package/build/{layout → types/layout}/paragraph/DynamicParagraph.messages.d.ts +0 -0
- /package/build/{layout → types/layout}/paragraph/useSnackBarIfAvailable.d.ts +0 -0
- /package/build/{layout → types/layout}/review/DynamicReview.d.ts +0 -0
- /package/build/{layout → types/layout}/utils.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/CameraStep.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/CameraCapture.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/CameraCapture.messages.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/components/index.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/hooks/index.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/index.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/overlay/Overlay.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/screens/CameraNotSupported/CameraNotSupported.messages.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/screens/NoCameraAccess/NoCameraAccess.messages.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/screens/index.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/tracking/index.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/cameraCapture/utils/index.d.ts +0 -0
- /package/build/{step → types/step}/cameraStep/index.d.ts +0 -0
- /package/build/{step → types/step}/externalConfirmationStep/ExternalConfirmationStep.d.ts +0 -0
- /package/build/{step → types/step}/externalConfirmationStep/ExternalConfirmationStep.messages.d.ts +0 -0
- /package/build/{step → types/step}/externalConfirmationStep/index.d.ts +0 -0
- /package/build/{step → types/step}/index.d.ts +0 -0
- /package/build/{step → types/step}/layoutStep/LayoutStep.d.ts +0 -0
- /package/build/{step → types/step}/layoutStep/index.d.ts +0 -0
- /package/build/{step → types/step}/layoutStep/utils/index.d.ts +0 -0
- /package/build/{step → types/step}/layoutStep/utils/inline-reference-utils.d.ts +0 -0
- /package/build/{step → types/step}/layoutStep/utils/layout-utils.d.ts +0 -0
- /package/build/types/{common → types/common}/FormControl.d.ts +0 -0
- /package/build/types/{specification → types/specification}/Action.d.ts +0 -0
- /package/build/types/{specification → types/specification}/FileUploadSchema.d.ts +0 -0
- /package/build/types/{specification → types/specification}/LayoutComponent.d.ts +0 -0
- /package/build/types/{specification → types/specification}/Model.d.ts +0 -0
- /package/build/types/{specification → types/specification}/PersistAsync.d.ts +0 -0
- /package/build/types/{specification → types/specification}/Polling.d.ts +0 -0
- /package/build/types/{specification → types/specification}/Promotion.d.ts +0 -0
- /package/build/types/{specification → types/specification}/Schema.d.ts +0 -0
- /package/build/types/{specification → types/specification}/Step.d.ts +0 -0
- /package/build/types/{specification → types/specification}/ValidationAsync.d.ts +0 -0
- /package/build/types/{specification → types/specification}/core.d.ts +0 -0
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const step = {
|
|
4
|
-
type: 'form',
|
|
5
|
-
key: 'Components/List',
|
|
6
|
-
title: 'List Component',
|
|
7
|
-
description: 'A list of items with optional states, subtitles, and images.',
|
|
8
|
-
actions: [],
|
|
9
|
-
schemas: [],
|
|
10
|
-
layout: [
|
|
11
|
-
{
|
|
12
|
-
type: 'list',
|
|
13
|
-
items: [
|
|
14
|
-
{
|
|
15
|
-
title: 'Step 1',
|
|
16
|
-
description: 'Get a chip.',
|
|
17
|
-
icon: { name: 'chip' },
|
|
18
|
-
status: 'positive',
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
title: 'Step 2',
|
|
22
|
-
description: 'Get a car.',
|
|
23
|
-
icon: { name: 'car' },
|
|
24
|
-
status: 'neutral',
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
title: 'Step 3',
|
|
28
|
-
description: 'Get a building.',
|
|
29
|
-
icon: { name: 'building' },
|
|
30
|
-
status: 'warning',
|
|
31
|
-
},
|
|
32
|
-
],
|
|
33
|
-
},
|
|
34
|
-
],
|
|
35
|
-
};
|
|
36
|
-
exports.default = step;
|
|
37
|
-
//# sourceMappingURL=list.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../src/fixtures/components/list.ts"],"names":[],"mappings":";;AAEA,MAAM,IAAI,GAAa;IACrB,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,iBAAiB;IACtB,KAAK,EAAE,gBAAgB;IACvB,WAAW,EAAE,8DAA8D;IAC3E,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,EAAE;IACX,MAAM,EAAE;QACN;YACE,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE;gBACL;oBACE,KAAK,EAAE,QAAQ;oBACf,WAAW,EAAE,aAAa;oBAC1B,IAAI,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE;oBACtB,MAAM,EAAE,UAAU;iBACnB;gBACD;oBACE,KAAK,EAAE,QAAQ;oBACf,WAAW,EAAE,YAAY;oBACzB,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE;oBACrB,MAAM,EAAE,SAAS;iBAClB;gBACD;oBACE,KAAK,EAAE,QAAQ;oBACf,WAAW,EAAE,iBAAiB;oBAC9B,IAAI,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE;oBAC1B,MAAM,EAAE,SAAS;iBAClB;aACF;SACF;KACF;CACF,CAAC;AAEF,kBAAe,IAAI,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const step = {
|
|
4
|
-
type: 'form',
|
|
5
|
-
key: 'Components/Loading Indicator',
|
|
6
|
-
title: 'Loading Indicator Component',
|
|
7
|
-
description: 'A loading indicator to be displayed within a layout.',
|
|
8
|
-
actions: [],
|
|
9
|
-
schemas: [],
|
|
10
|
-
layout: [
|
|
11
|
-
{
|
|
12
|
-
type: 'loading-indicator',
|
|
13
|
-
size: 'lg',
|
|
14
|
-
margin: 'md',
|
|
15
|
-
},
|
|
16
|
-
],
|
|
17
|
-
};
|
|
18
|
-
exports.default = step;
|
|
19
|
-
//# sourceMappingURL=loading-indicator.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loading-indicator.js","sourceRoot":"","sources":["../../../src/fixtures/components/loading-indicator.ts"],"names":[],"mappings":";;AAEA,MAAM,IAAI,GAAa;IACrB,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,8BAA8B;IACnC,KAAK,EAAE,6BAA6B;IACpC,WAAW,EAAE,sDAAsD;IACnE,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,EAAE;IACX,MAAM,EAAE;QACN;YACE,IAAI,EAAE,mBAAmB;YACzB,IAAI,EAAE,IAAI;YACV,MAAM,EAAE,IAAI;SACb;KACF;CACF,CAAC;AAEF,kBAAe,IAAI,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const step = {
|
|
4
|
-
type: 'form',
|
|
5
|
-
key: 'Components/Paragraph',
|
|
6
|
-
title: 'Paragraph Component',
|
|
7
|
-
description: `A block of plain text.`,
|
|
8
|
-
actions: [],
|
|
9
|
-
schemas: [],
|
|
10
|
-
layout: [
|
|
11
|
-
{
|
|
12
|
-
type: 'paragraph',
|
|
13
|
-
text: `Well, if you're really bent on using fruit for data backup, bananas might just be the perfect choice. For starters, they're portable and can fit in any backpack or briefcase. So, you can take your backup with you wherever you go.`,
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
type: 'paragraph',
|
|
17
|
-
text: `And who needs passwords when you have bananas? With each backup, you can create a unique banana code by peeling the skin in a particular pattern, thus ensuring the safety of your data.`,
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
type: 'paragraph',
|
|
21
|
-
text: `But the best part? Bananas are biodegradable and environmentally-friendly, making them the ideal choice for anyone concerned about the planet. When you're done with your backup, you can simply toss the bananas in the compost bin or plant them in your garden. Who knew data backup could be so good for the earth?`,
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
type: 'alert',
|
|
25
|
-
markdown: 'Paragraph is a block of plain text content. If you need richer formatting and layout options, consider using Info Layout.',
|
|
26
|
-
context: 'neutral',
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
};
|
|
30
|
-
exports.default = step;
|
|
31
|
-
//# sourceMappingURL=paragraph.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"paragraph.js","sourceRoot":"","sources":["../../../src/fixtures/components/paragraph.ts"],"names":[],"mappings":";;AAEA,MAAM,IAAI,GAAa;IACrB,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,sBAAsB;IAC3B,KAAK,EAAE,qBAAqB;IAC5B,WAAW,EAAE,wBAAwB;IACrC,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,EAAE;IACX,MAAM,EAAE;QACN;YACE,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,uOAAuO;SAC9O;QACD;YACE,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,0LAA0L;SACjM;QACD;YACE,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,yTAAyT;SAChU;QACD;YACE,IAAI,EAAE,OAAO;YACb,QAAQ,EACN,2HAA2H;YAC7H,OAAO,EAAE,SAAS;SACnB;KACF;CACF,CAAC;AAEF,kBAAe,IAAI,CAAC"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const step = {
|
|
4
|
-
type: 'form',
|
|
5
|
-
key: 'Components/Review',
|
|
6
|
-
title: 'Review Component',
|
|
7
|
-
description: `Show a list of read-only fields.`,
|
|
8
|
-
actions: [],
|
|
9
|
-
schemas: [],
|
|
10
|
-
layout: [
|
|
11
|
-
{
|
|
12
|
-
type: 'box',
|
|
13
|
-
border: true,
|
|
14
|
-
components: [
|
|
15
|
-
{
|
|
16
|
-
type: 'review',
|
|
17
|
-
title: 'Please check your details (vertical orientation)',
|
|
18
|
-
orientation: 'vertical',
|
|
19
|
-
fields: [
|
|
20
|
-
{ label: 'name', value: 'Bob Loblaw' },
|
|
21
|
-
{ label: 'email', value: 'bob.loblaw@law.blog' },
|
|
22
|
-
{ label: 'address', value: '123 Fake St, New York, NY 10001' },
|
|
23
|
-
],
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
type: 'box',
|
|
29
|
-
border: true,
|
|
30
|
-
components: [
|
|
31
|
-
{
|
|
32
|
-
type: 'review',
|
|
33
|
-
title: 'Please check your details (horizontal orientation)',
|
|
34
|
-
orientation: 'horizontal',
|
|
35
|
-
fields: [
|
|
36
|
-
{ label: 'name', value: 'Bob Loblaw' },
|
|
37
|
-
{ label: 'email', value: 'bob.loblaw@law.blog' },
|
|
38
|
-
{ label: 'address', value: '123 Fake St, New York, NY 10001' },
|
|
39
|
-
],
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
type: 'box',
|
|
45
|
-
border: true,
|
|
46
|
-
components: [
|
|
47
|
-
{
|
|
48
|
-
type: 'review',
|
|
49
|
-
title: 'The action property is only supported on web',
|
|
50
|
-
orientation: 'horizontal',
|
|
51
|
-
action: { title: 'Edit', url: '/edit' },
|
|
52
|
-
fields: [
|
|
53
|
-
{ label: 'name', value: 'Bob Loblaw' },
|
|
54
|
-
{ label: 'email', value: 'bob.loblaw@law.blog' },
|
|
55
|
-
{ label: 'address', value: '123 Fake St, New York, NY 10001' },
|
|
56
|
-
],
|
|
57
|
-
},
|
|
58
|
-
],
|
|
59
|
-
},
|
|
60
|
-
],
|
|
61
|
-
};
|
|
62
|
-
exports.default = step;
|
|
63
|
-
//# sourceMappingURL=review.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"review.js","sourceRoot":"","sources":["../../../src/fixtures/components/review.ts"],"names":[],"mappings":";;AAEA,MAAM,IAAI,GAAa;IACrB,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,mBAAmB;IACxB,KAAK,EAAE,kBAAkB;IACzB,WAAW,EAAE,kCAAkC;IAC/C,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,EAAE;IACX,MAAM,EAAE;QACN;YACE,IAAI,EAAE,KAAK;YACX,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE;gBACV;oBACE,IAAI,EAAE,QAAQ;oBACd,KAAK,EAAE,kDAAkD;oBACzD,WAAW,EAAE,UAAU;oBACvB,MAAM,EAAE;wBACN,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,EAAE;wBACtC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,qBAAqB,EAAE;wBAChD,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,iCAAiC,EAAE;qBAC/D;iBACF;aACF;SACF;QACD;YACE,IAAI,EAAE,KAAK;YACX,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE;gBACV;oBACE,IAAI,EAAE,QAAQ;oBACd,KAAK,EAAE,oDAAoD;oBAC3D,WAAW,EAAE,YAAY;oBACzB,MAAM,EAAE;wBACN,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,EAAE;wBACtC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,qBAAqB,EAAE;wBAChD,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,iCAAiC,EAAE;qBAC/D;iBACF;aACF;SACF;QACD;YACE,IAAI,EAAE,KAAK;YACX,MAAM,EAAE,IAAI;YACZ,UAAU,EAAE;gBACV;oBACE,IAAI,EAAE,QAAQ;oBACd,KAAK,EAAE,8CAA8C;oBACrD,WAAW,EAAE,YAAY;oBACzB,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE;oBACvC,MAAM,EAAE;wBACN,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,YAAY,EAAE;wBACtC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,qBAAqB,EAAE;wBAChD,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,iCAAiC,EAAE;qBAC/D;iBACF;aACF;SACF;KACF;CACF,CAAC;AAEF,kBAAe,IAAI,CAAC"}
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const step = {
|
|
4
|
-
key: 'Examples/Camera Capture',
|
|
5
|
-
title: 'Camera Capture Example',
|
|
6
|
-
type: 'form',
|
|
7
|
-
schemas: [
|
|
8
|
-
{
|
|
9
|
-
properties: {
|
|
10
|
-
frontSideFile: {
|
|
11
|
-
refreshFormOnChange: false,
|
|
12
|
-
format: 'base64url',
|
|
13
|
-
$id: 'frontSideFile',
|
|
14
|
-
title: 'Passport photo page',
|
|
15
|
-
hidden: false,
|
|
16
|
-
cameraConfig: {
|
|
17
|
-
assets: {
|
|
18
|
-
overlay: 'https://wise.com/public-resources/assets/camera-guidelines/v2/overlay_passport.png',
|
|
19
|
-
outline: 'https://wise.com/public-resources/assets/camera-guidelines/v2/outline_passport.png',
|
|
20
|
-
},
|
|
21
|
-
direction: 'back',
|
|
22
|
-
},
|
|
23
|
-
source: 'camera',
|
|
24
|
-
type: 'string',
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
required: ['frontSideFile'],
|
|
28
|
-
displayOrder: ['frontSideFile'],
|
|
29
|
-
$id: 'ee2501a9-2566-459b-a42e-f9f0932be0e6',
|
|
30
|
-
type: 'object',
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
properties: {
|
|
34
|
-
type: {
|
|
35
|
-
refreshFormOnChange: false,
|
|
36
|
-
$id: '9200f887-bfdd-46ad-8386-e76f455a7cc8',
|
|
37
|
-
const: 'ID_DOCUMENT_WITH_LIVENESS',
|
|
38
|
-
hidden: true,
|
|
39
|
-
type: 'string',
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
required: ['type'],
|
|
43
|
-
displayOrder: ['type'],
|
|
44
|
-
$id: 'c59a2881-a2e0-4108-b42e-0d30fc95bd7f',
|
|
45
|
-
type: 'object',
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
properties: {
|
|
49
|
-
profileId: {
|
|
50
|
-
refreshFormOnChange: false,
|
|
51
|
-
$id: '75d888dc-208a-4d7d-a2a7-aeca0dd1b533',
|
|
52
|
-
const: 14551053,
|
|
53
|
-
hidden: true,
|
|
54
|
-
type: 'integer',
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
required: ['profileId'],
|
|
58
|
-
displayOrder: ['profileId'],
|
|
59
|
-
$id: '3eec6add-2d0e-41d7-8317-49542c841484',
|
|
60
|
-
type: 'object',
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
properties: {
|
|
64
|
-
sessionId: {
|
|
65
|
-
refreshFormOnChange: false,
|
|
66
|
-
$id: 'df82adf3-8a66-46b5-bef8-72f59be2188d',
|
|
67
|
-
const: '62dfe7d026c6da1ac0db1ee4',
|
|
68
|
-
hidden: true,
|
|
69
|
-
type: 'string',
|
|
70
|
-
},
|
|
71
|
-
},
|
|
72
|
-
required: ['sessionId'],
|
|
73
|
-
displayOrder: ['sessionId'],
|
|
74
|
-
$id: 'e1a8fb67-9af2-47e8-97c1-f2a88e5d5f3a',
|
|
75
|
-
type: 'object',
|
|
76
|
-
},
|
|
77
|
-
],
|
|
78
|
-
actions: [
|
|
79
|
-
{
|
|
80
|
-
url: '/v3/kyc-checks/87785/flow?actionId=SINGLE_PAGE_REVIEW&sessionId=62dfe7d026c6da1ac0db1ee4&',
|
|
81
|
-
type: 'primary',
|
|
82
|
-
method: 'POST',
|
|
83
|
-
disabled: false,
|
|
84
|
-
$id: '6789eac5-7bbe-49d8-9da8-6edb8e7ef165',
|
|
85
|
-
title: '',
|
|
86
|
-
},
|
|
87
|
-
],
|
|
88
|
-
layout: [
|
|
89
|
-
{
|
|
90
|
-
type: 'form',
|
|
91
|
-
schema: {
|
|
92
|
-
$ref: 'ee2501a9-2566-459b-a42e-f9f0932be0e6',
|
|
93
|
-
},
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
components: [
|
|
97
|
-
{
|
|
98
|
-
action: {
|
|
99
|
-
$ref: '6789eac5-7bbe-49d8-9da8-6edb8e7ef165',
|
|
100
|
-
},
|
|
101
|
-
margin: 'lg',
|
|
102
|
-
size: 'md',
|
|
103
|
-
type: 'button',
|
|
104
|
-
},
|
|
105
|
-
],
|
|
106
|
-
border: false,
|
|
107
|
-
width: 'xl',
|
|
108
|
-
type: 'box',
|
|
109
|
-
},
|
|
110
|
-
],
|
|
111
|
-
model: {
|
|
112
|
-
profileId: 14551053,
|
|
113
|
-
sessionId: '62dfe7d026c6da1ac0db1ee4',
|
|
114
|
-
issuingCountry: 'HU',
|
|
115
|
-
documentType: 'PASSPORT',
|
|
116
|
-
type: 'ID_DOCUMENT_WITH_LIVENESS',
|
|
117
|
-
key: {
|
|
118
|
-
value: 'ID_DOCUMENT_WITH_LIVENESS14551053',
|
|
119
|
-
},
|
|
120
|
-
},
|
|
121
|
-
refreshFormUrl: '/',
|
|
122
|
-
};
|
|
123
|
-
exports.default = step;
|
|
124
|
-
//# sourceMappingURL=camera-capture.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"camera-capture.js","sourceRoot":"","sources":["../../../src/fixtures/examples/camera-capture.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.stepValidationErrors = exports.singleFileUpload = exports.recipientUpdate = exports.recipient = exports.cameraCapture = void 0;
|
|
7
|
-
var camera_capture_1 = require("./camera-capture");
|
|
8
|
-
Object.defineProperty(exports, "cameraCapture", { enumerable: true, get: function () { return __importDefault(camera_capture_1).default; } });
|
|
9
|
-
var recipient_1 = require("./recipient");
|
|
10
|
-
Object.defineProperty(exports, "recipient", { enumerable: true, get: function () { return __importDefault(recipient_1).default; } });
|
|
11
|
-
var recipient_update_1 = require("./recipient-update");
|
|
12
|
-
Object.defineProperty(exports, "recipientUpdate", { enumerable: true, get: function () { return __importDefault(recipient_update_1).default; } });
|
|
13
|
-
var single_file_upload_1 = require("./single-file-upload");
|
|
14
|
-
Object.defineProperty(exports, "singleFileUpload", { enumerable: true, get: function () { return __importDefault(single_file_upload_1).default; } });
|
|
15
|
-
var step_validation_errors_1 = require("./step-validation-errors");
|
|
16
|
-
Object.defineProperty(exports, "stepValidationErrors", { enumerable: true, get: function () { return __importDefault(step_validation_errors_1).default; } });
|
|
17
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/fixtures/examples/index.ts"],"names":[],"mappings":";;;;;;AAAA,mDAA4D;AAAnD,gIAAA,OAAO,OAAiB;AACjC,yCAAmD;AAA1C,uHAAA,OAAO,OAAa;AAC7B,uDAAgE;AAAvD,oIAAA,OAAO,OAAmB;AACnC,2DAAmE;AAA1D,uIAAA,OAAO,OAAoB;AACpC,mEAA2E;AAAlE,+IAAA,OAAO,OAAwB"}
|
|
@@ -1,253 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const step = {
|
|
4
|
-
key: 'Examples/Recipient Update',
|
|
5
|
-
type: 'form',
|
|
6
|
-
title: 'Edit recipient',
|
|
7
|
-
actions: [
|
|
8
|
-
{
|
|
9
|
-
title: 'Update',
|
|
10
|
-
url: '/responses/recipientUpdate/?delay=5000',
|
|
11
|
-
type: 'primary',
|
|
12
|
-
method: 'PATCH',
|
|
13
|
-
$id: 'submit',
|
|
14
|
-
},
|
|
15
|
-
],
|
|
16
|
-
schemas: [
|
|
17
|
-
{
|
|
18
|
-
$id: 'form',
|
|
19
|
-
allOf: [
|
|
20
|
-
{
|
|
21
|
-
type: 'object',
|
|
22
|
-
displayOrder: ['currency'],
|
|
23
|
-
properties: {
|
|
24
|
-
currency: {
|
|
25
|
-
title: 'Currency',
|
|
26
|
-
type: 'string',
|
|
27
|
-
analyticsId: 'currency-select',
|
|
28
|
-
oneOf: [
|
|
29
|
-
{
|
|
30
|
-
title: 'GBP',
|
|
31
|
-
analyticsId: 'GBP',
|
|
32
|
-
icon: {
|
|
33
|
-
name: 'flag-gbp',
|
|
34
|
-
},
|
|
35
|
-
description: 'British pound',
|
|
36
|
-
const: 'GBP',
|
|
37
|
-
},
|
|
38
|
-
],
|
|
39
|
-
readOnly: true,
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
required: [],
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
title: 'Bank details',
|
|
46
|
-
type: 'object',
|
|
47
|
-
analyticsId: 'SortCode',
|
|
48
|
-
icon: {
|
|
49
|
-
name: 'bank',
|
|
50
|
-
},
|
|
51
|
-
displayOrder: ['name', 'details', 'address'],
|
|
52
|
-
properties: {
|
|
53
|
-
name: {
|
|
54
|
-
type: 'object',
|
|
55
|
-
displayOrder: ['fullName'],
|
|
56
|
-
properties: {
|
|
57
|
-
fullName: {
|
|
58
|
-
title: 'Full name of the account holder',
|
|
59
|
-
type: 'string',
|
|
60
|
-
disabled: true,
|
|
61
|
-
readOnly: true,
|
|
62
|
-
validationMessages: {
|
|
63
|
-
minLength: 'Name needs to be between 2 and 140 characters long.',
|
|
64
|
-
maxLength: 'Recipient name cannot be longer than 140 characters.',
|
|
65
|
-
pattern: 'This recipient name may contain invalid characters or is not the full name. Please try again.',
|
|
66
|
-
},
|
|
67
|
-
autofillProvider: 'contact',
|
|
68
|
-
autofillKey: 'contact.fullName',
|
|
69
|
-
pattern: "^[0-9A-Za-zÀ-ÖØ-öø-ÿ-_()'*,.]+ +[0-9A-Za-zÀ-ÖØ-öø-ÿ-_()'*,.]+([0-9A-Za-zÀ-ÖØ-öø-ÿ-_()'*,. ]*)$",
|
|
70
|
-
minLength: 2,
|
|
71
|
-
maxLength: 140,
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
required: [],
|
|
75
|
-
},
|
|
76
|
-
details: {
|
|
77
|
-
type: 'object',
|
|
78
|
-
displayOrder: ['sortCode', 'accountNumber'],
|
|
79
|
-
properties: {
|
|
80
|
-
sortCode: {
|
|
81
|
-
title: 'UK sort code',
|
|
82
|
-
type: 'string',
|
|
83
|
-
placeholder: '40-30-20',
|
|
84
|
-
disabled: true,
|
|
85
|
-
readOnly: true,
|
|
86
|
-
validationMessages: {
|
|
87
|
-
pattern: 'Please enter a valid bank code.',
|
|
88
|
-
},
|
|
89
|
-
pattern: '^\\d{2}-?\\d{2}-?\\d{2}$',
|
|
90
|
-
minLength: 6,
|
|
91
|
-
maxLength: 8,
|
|
92
|
-
format: 'numeric',
|
|
93
|
-
displayFormat: '**-**-**',
|
|
94
|
-
},
|
|
95
|
-
accountNumber: {
|
|
96
|
-
title: 'Account number',
|
|
97
|
-
type: 'string',
|
|
98
|
-
placeholder: '12345678',
|
|
99
|
-
disabled: true,
|
|
100
|
-
readOnly: true,
|
|
101
|
-
validationMessages: {
|
|
102
|
-
minLength: 'Account number is too short.',
|
|
103
|
-
maxLength: 'Account number is too large.',
|
|
104
|
-
pattern: 'Please enter a valid account number.',
|
|
105
|
-
},
|
|
106
|
-
pattern: '[0-9]{8}',
|
|
107
|
-
minLength: 8,
|
|
108
|
-
maxLength: 8,
|
|
109
|
-
format: 'numeric',
|
|
110
|
-
},
|
|
111
|
-
},
|
|
112
|
-
required: [],
|
|
113
|
-
},
|
|
114
|
-
address: {
|
|
115
|
-
title: 'Recipient address',
|
|
116
|
-
type: 'object',
|
|
117
|
-
displayOrder: ['country', 'city', 'firstLine', 'postCode'],
|
|
118
|
-
properties: {
|
|
119
|
-
country: {
|
|
120
|
-
title: 'Country',
|
|
121
|
-
type: 'string',
|
|
122
|
-
placeholder: 'Choose a country',
|
|
123
|
-
oneOf: [
|
|
124
|
-
{ title: 'Argentina', const: 'AR' },
|
|
125
|
-
{ title: 'Brazil', const: 'BR' },
|
|
126
|
-
{ title: 'Canada', const: 'CA' },
|
|
127
|
-
{ title: 'Denmark', const: 'DK' },
|
|
128
|
-
{ title: 'Egypt', const: 'EG' },
|
|
129
|
-
{ title: 'France', const: 'FR' },
|
|
130
|
-
{ title: 'Germany', const: 'DE' },
|
|
131
|
-
{ title: 'Honduras', const: 'HN' },
|
|
132
|
-
{ title: 'Italy', const: 'IT' },
|
|
133
|
-
{ title: 'Japan', const: 'JP' },
|
|
134
|
-
{ title: 'Korea, Republic of', const: 'KR' },
|
|
135
|
-
{ title: 'Liberia', const: 'LR' },
|
|
136
|
-
{ title: 'Morocco', const: 'MA' },
|
|
137
|
-
{ title: 'New Zealand', const: 'NZ' },
|
|
138
|
-
{ title: 'Oman', const: 'OM' },
|
|
139
|
-
{ title: 'Peru', const: 'PE' },
|
|
140
|
-
{ title: 'Qatar', const: 'QA' },
|
|
141
|
-
{ title: 'Russian Federation', const: 'RU' },
|
|
142
|
-
{ title: 'Spain', const: 'ES' },
|
|
143
|
-
{ title: 'Turkey', const: 'TR' },
|
|
144
|
-
{ title: 'United Kingdom of Great Britain and Northern Ireland', const: 'GB' },
|
|
145
|
-
{ title: 'United States of America', const: 'US' },
|
|
146
|
-
{ title: 'Viet Nam', const: 'VN' },
|
|
147
|
-
{ title: 'Yemen', const: 'YE' },
|
|
148
|
-
{ title: 'Zimbabwe', const: 'ZW' },
|
|
149
|
-
],
|
|
150
|
-
validationMessages: {
|
|
151
|
-
required: 'Please select a country.',
|
|
152
|
-
},
|
|
153
|
-
autofillProvider: 'contact',
|
|
154
|
-
autofillKey: 'contact.countryCode',
|
|
155
|
-
},
|
|
156
|
-
city: {
|
|
157
|
-
title: 'City',
|
|
158
|
-
type: 'string',
|
|
159
|
-
autofillProvider: 'contact',
|
|
160
|
-
autofillKey: 'contact.city',
|
|
161
|
-
pattern: '^.{1,255}$',
|
|
162
|
-
minLength: 1,
|
|
163
|
-
maxLength: 255,
|
|
164
|
-
},
|
|
165
|
-
firstLine: {
|
|
166
|
-
title: 'Recipient address',
|
|
167
|
-
type: 'string',
|
|
168
|
-
autofillProvider: 'contact',
|
|
169
|
-
autofillKey: 'contact.firstLine',
|
|
170
|
-
pattern: '^.{1,255}$',
|
|
171
|
-
minLength: 1,
|
|
172
|
-
maxLength: 255,
|
|
173
|
-
},
|
|
174
|
-
postCode: {
|
|
175
|
-
title: 'Post code',
|
|
176
|
-
type: 'string',
|
|
177
|
-
validationMessages: {
|
|
178
|
-
pattern: 'Please specify a valid post code.',
|
|
179
|
-
required: "Please specify the recipient's post code.",
|
|
180
|
-
},
|
|
181
|
-
autofillProvider: 'contact',
|
|
182
|
-
autofillKey: 'contact.postalCode',
|
|
183
|
-
pattern: '^.{1,32}$',
|
|
184
|
-
minLength: 1,
|
|
185
|
-
maxLength: 32,
|
|
186
|
-
},
|
|
187
|
-
},
|
|
188
|
-
required: ['country', 'city', 'firstLine', 'postCode'],
|
|
189
|
-
help: {
|
|
190
|
-
markdown: "For legal reasons, we need to ask for the recipient's address (not the bank's address). Don't worry, they won't get any post from us.",
|
|
191
|
-
},
|
|
192
|
-
},
|
|
193
|
-
},
|
|
194
|
-
required: ['address'],
|
|
195
|
-
},
|
|
196
|
-
],
|
|
197
|
-
},
|
|
198
|
-
],
|
|
199
|
-
errors: {
|
|
200
|
-
validation: {
|
|
201
|
-
address: {
|
|
202
|
-
country: 'Please select a country.',
|
|
203
|
-
city: 'Please enter a city.',
|
|
204
|
-
postCode: 'Please enter a post code.',
|
|
205
|
-
firstLine: 'Please enter a residential address.',
|
|
206
|
-
},
|
|
207
|
-
},
|
|
208
|
-
},
|
|
209
|
-
refreshFormUrl: '/steps/recipientUpdate/?refresh',
|
|
210
|
-
model: {
|
|
211
|
-
country: 'GB',
|
|
212
|
-
ownedByCustomer: false,
|
|
213
|
-
creatorId: 5465158,
|
|
214
|
-
accountSummary: '(04-00-04) 27832001',
|
|
215
|
-
active: true,
|
|
216
|
-
longAccountSummary: 'GBP account ending in 2001',
|
|
217
|
-
type: 'SortCode',
|
|
218
|
-
isInternal: false,
|
|
219
|
-
profileId: 5461759,
|
|
220
|
-
legalEntityType: 'PERSON',
|
|
221
|
-
name: {
|
|
222
|
-
fullName: 'Fergus Jordan',
|
|
223
|
-
},
|
|
224
|
-
currency: 'GBP',
|
|
225
|
-
details: {
|
|
226
|
-
accountNumber: '27832001',
|
|
227
|
-
sortCode: '040004',
|
|
228
|
-
hashedByLooseHashAlgorithm: '5c577703b845c613532bf0e08bbb38ce37644f76af58e1af6fa7447df7041a27',
|
|
229
|
-
},
|
|
230
|
-
id: 67912450,
|
|
231
|
-
hash: 'fe319d809ce8a4f155412afe1b62bc2f1abf6e4af89f762a85a47811f54dab53',
|
|
232
|
-
commonFieldMap: {
|
|
233
|
-
bankCodeField: 'sortCode',
|
|
234
|
-
accountNumberField: 'accountNumber',
|
|
235
|
-
},
|
|
236
|
-
},
|
|
237
|
-
layout: [
|
|
238
|
-
{
|
|
239
|
-
schema: {
|
|
240
|
-
$ref: 'form',
|
|
241
|
-
},
|
|
242
|
-
type: 'form',
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
type: 'button',
|
|
246
|
-
action: {
|
|
247
|
-
$ref: 'submit',
|
|
248
|
-
},
|
|
249
|
-
},
|
|
250
|
-
],
|
|
251
|
-
};
|
|
252
|
-
exports.default = step;
|
|
253
|
-
//# sourceMappingURL=recipient-update.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"recipient-update.js","sourceRoot":"","sources":["../../../src/fixtures/examples/recipient-update.ts"],"names":[],"mappings":"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"}
|