@wise/dynamic-flow-client 5.9.1 → 5.9.2-logging-bf0bd22
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 +7 -1
- package/build/main.mjs +7 -1
- package/package.json +9 -8
- package/build/DynamicFlowCore.js +0 -5
- package/build/common/errorBoundary/ErrorBoundary.js +0 -26
- package/build/common/errorBoundary/ErrorBoundary.test.js +0 -29
- package/build/common/errorBoundary/ErrorBoundaryAlert.js +0 -11
- package/build/common/makeHttpClient/api-utils.js +0 -3
- package/build/common/makeHttpClient/index.js +0 -1
- package/build/common/makeHttpClient/makeHttpClient.js +0 -10
- package/build/common/makeHttpClient/makeHttpClient.test.js +0 -186
- package/build/common/messages/external-confirmation.messages.js +0 -23
- package/build/common/messages/file-upload.messages.js +0 -13
- package/build/common/messages/generic-error.messages.js +0 -18
- package/build/common/messages/help.messages.js +0 -8
- package/build/common/messages/multi-file-upload.messages.js +0 -18
- package/build/common/messages/multi-select.messages.js +0 -8
- package/build/common/messages/paragraph.messages.js +0 -13
- package/build/common/messages/repeatable.messages.js +0 -23
- package/build/common/messages/search.messages.js +0 -8
- package/build/common/messages/validation.array.messages.js +0 -13
- package/build/common/messages/validation.messages.js +0 -53
- package/build/controller/FlowController.js +0 -368
- package/build/controller/executePoll.js +0 -49
- package/build/controller/executeRefresh.js +0 -39
- package/build/controller/executeRequest.js +0 -77
- package/build/controller/executeSubmission.js +0 -69
- package/build/controller/getErrorMessage.js +0 -7
- package/build/controller/getRequestAbortController.js +0 -13
- package/build/controller/getResponseType.js +0 -35
- package/build/controller/getSafeHttpClient.js +0 -8
- package/build/controller/getStepCounter.js +0 -16
- package/build/controller/handleErrorResponse.js +0 -26
- package/build/controller/makeSafeHttpClient.js +0 -8
- package/build/controller/response-utils.js +0 -72
- package/build/domain/components/AlertComponent.js +0 -1
- package/build/domain/components/AllOfComponent.js +0 -40
- package/build/domain/components/BooleanInputComponent.js +0 -50
- package/build/domain/components/BoxComponent.js +0 -3
- package/build/domain/components/ButtonComponent.js +0 -1
- package/build/domain/components/ColumnsComponent.js +0 -3
- package/build/domain/components/ConstComponent.js +0 -18
- package/build/domain/components/ContainerComponent.js +0 -3
- package/build/domain/components/DateInputComponent.js +0 -75
- package/build/domain/components/DecisionComponent.js +0 -1
- package/build/domain/components/DividerComponent.js +0 -1
- package/build/domain/components/FormComponent.js +0 -3
- package/build/domain/components/FormattedValueComponent.js +0 -44
- package/build/domain/components/HeadingComponent.js +0 -1
- package/build/domain/components/ImageComponent.js +0 -1
- package/build/domain/components/InstructionsComponent.js +0 -1
- package/build/domain/components/IntegerInputComponent.js +0 -74
- package/build/domain/components/ListComponent.js +0 -1
- package/build/domain/components/LoadingIndicatorComponent.js +0 -1
- package/build/domain/components/MarkdownComponent.js +0 -1
- package/build/domain/components/MediaComponent.js +0 -1
- package/build/domain/components/ModalComponent.js +0 -16
- package/build/domain/components/ModalLayoutComponent.js +0 -3
- package/build/domain/components/MoneyInputComponent.js +0 -57
- package/build/domain/components/MultiSelectInputComponent.js +0 -81
- package/build/domain/components/MultiUploadInputComponent.js +0 -88
- package/build/domain/components/NumberInputComponent.js +0 -73
- package/build/domain/components/ObjectComponent.js +0 -45
- package/build/domain/components/ParagraphComponent.js +0 -1
- package/build/domain/components/PersistAsyncComponent.js +0 -92
- package/build/domain/components/ProgressComponent.js +0 -1
- package/build/domain/components/RepeatableComponent.js +0 -103
- package/build/domain/components/ReviewComponent.js +0 -1
- package/build/domain/components/RootDomainComponent.js +0 -173
- package/build/domain/components/SectionComponent.js +0 -5
- package/build/domain/components/SelectInputComponent.js +0 -88
- package/build/domain/components/StatusListComponent.js +0 -1
- package/build/domain/components/SubflowDomainComponent.js +0 -9
- package/build/domain/components/TabsComponent.js +0 -1
- package/build/domain/components/TextInputComponent.js +0 -76
- package/build/domain/components/TupleComponent.js +0 -41
- package/build/domain/components/UploadInputComponent.js +0 -83
- package/build/domain/components/UpsellComponent.js +0 -25
- package/build/domain/components/searchComponent/SearchComponent.js +0 -92
- package/build/domain/components/searchComponent/SearchComponent.test.js +0 -190
- package/build/domain/components/step/ExternalConfirmationComponent.js +0 -28
- package/build/domain/components/step/StepDomainComponent.js +0 -78
- package/build/domain/components/step/ToolbarComponent.js +0 -1
- package/build/domain/components/utils/WithUpdate.js +0 -1
- package/build/domain/components/utils/component-utils.js +0 -12
- package/build/domain/components/utils/debounce.js +0 -34
- package/build/domain/components/utils/debounce.test.js +0 -67
- package/build/domain/components/utils/file-utils.js +0 -21
- package/build/domain/components/utils/file-utils.test.js +0 -27
- package/build/domain/components/utils/getRandomId.js +0 -1
- package/build/domain/components/utils/isExactLocalValueMatch.js +0 -14
- package/build/domain/components/utils/isOrWasValid.js +0 -5
- package/build/domain/components/utils/isPartialModelMatch.js +0 -18
- package/build/domain/components/utils/isPartialModelMatch.test.js +0 -74
- package/build/domain/features/eventNames.js +0 -24
- package/build/domain/features/events.js +0 -1
- package/build/domain/features/persistAsync/getComponentMultiPersistAsync.js +0 -50
- package/build/domain/features/persistAsync/getInitialPersistedState.js +0 -7
- package/build/domain/features/persistAsync/getPerformPersistAsync.js +0 -43
- package/build/domain/features/persistAsync/getPerformPersistAsync.test.js +0 -139
- package/build/domain/features/polling/getStepPolling.js +0 -43
- package/build/domain/features/polling/getStepPolling.test.js +0 -90
- package/build/domain/features/prefetch/getStepPrefetch.js +0 -43
- package/build/domain/features/prefetch/request-cache.js +0 -49
- package/build/domain/features/prefetch/request-cache.test.js +0 -70
- package/build/domain/features/refreshAfter/getStepRefreshAfter.js +0 -24
- package/build/domain/features/refreshAfter/getStepRefreshAfter.test.js +0 -40
- package/build/domain/features/schema-on-change/getDebouncedSchemaOnChange.js +0 -50
- package/build/domain/features/schema-on-change/getSchemaOnChange.js +0 -34
- package/build/domain/features/search/getPerformSearchFunction.js +0 -75
- package/build/domain/features/search/getPerformSearchFunction.test.js +0 -301
- package/build/domain/features/summary/summary-utils.js +0 -40
- package/build/domain/features/summary/summary-utils.test.js +0 -125
- package/build/domain/features/utils/http-utils.js +0 -21
- package/build/domain/features/utils/response-utils.js +0 -9
- package/build/domain/features/validation/spec-utils.js +0 -19
- package/build/domain/features/validation/validateStringPattern.js +0 -24
- package/build/domain/features/validation/validation-functions.js +0 -6
- package/build/domain/features/validation/validation-functions.test.js +0 -108
- package/build/domain/features/validation/value-checks.js +0 -125
- package/build/domain/features/validation/value-checks.test.js +0 -262
- package/build/domain/features/validationAsync/getComponentValidationAsync.js +0 -53
- package/build/domain/features/validationAsync/getComponentValidationAsync.test.js +0 -67
- package/build/domain/features/validationAsync/getInitialValidationAsyncState.js +0 -5
- package/build/domain/features/validationAsync/getPerformValidationAsync.js +0 -45
- package/build/domain/features/validationAsync/getPerformValidationAsync.test.js +0 -143
- package/build/domain/mappers/layout/alertLayoutToComponent.js +0 -16
- package/build/domain/mappers/layout/boxLayoutToComponent.js +0 -13
- package/build/domain/mappers/layout/buttonLayoutToComponent.js +0 -77
- package/build/domain/mappers/layout/columnsLayoutToComponent.js +0 -13
- package/build/domain/mappers/layout/decisionLayoutToComponent.js +0 -22
- package/build/domain/mappers/layout/deprecatedListLayoutToComponent.js +0 -30
- package/build/domain/mappers/layout/dividerLayoutToComponent.js +0 -2
- package/build/domain/mappers/layout/formLayoutToComponent.js +0 -19
- package/build/domain/mappers/layout/headingLayoutToComponent.js +0 -12
- package/build/domain/mappers/layout/imageLayoutToComponent.js +0 -20
- package/build/domain/mappers/layout/infoLayoutToComponent.js +0 -12
- package/build/domain/mappers/layout/instructionsLayoutToComponent.js +0 -12
- package/build/domain/mappers/layout/listLayoutToComponent.js +0 -39
- package/build/domain/mappers/layout/loadingIndicatorLayoutToComponent.js +0 -9
- package/build/domain/mappers/layout/markdownLayoutToComponent.js +0 -12
- package/build/domain/mappers/layout/mediaLayoutToComponent.js +0 -12
- package/build/domain/mappers/layout/modalLayoutToComponent.js +0 -17
- package/build/domain/mappers/layout/modalToComponent.js +0 -8
- package/build/domain/mappers/layout/paragraphLayoutToComponent.js +0 -12
- package/build/domain/mappers/layout/progressLayoutToComponent.js +0 -15
- package/build/domain/mappers/layout/reviewLayoutToComponent.js +0 -48
- package/build/domain/mappers/layout/searchLayoutToComponent.js +0 -44
- package/build/domain/mappers/layout/sectionLayoutToComponent.js +0 -15
- package/build/domain/mappers/layout/statusListLayoutToComponent.js +0 -15
- package/build/domain/mappers/layout/tabsLayoutToComponent.js +0 -16
- package/build/domain/mappers/layout/upsellLayoutToComponent.js +0 -25
- package/build/domain/mappers/mapLayoutToComponent.js +0 -81
- package/build/domain/mappers/mapSchemaToComponent.js +0 -61
- package/build/domain/mappers/mapSchemaToComponent.test.js +0 -112
- package/build/domain/mappers/mapStepSchemas.js +0 -15
- package/build/domain/mappers/mapStepToComponent.js +0 -133
- package/build/domain/mappers/mapStepToComponent.test.js +0 -221
- package/build/domain/mappers/mapToolbarToComponent.js +0 -15
- package/build/domain/mappers/schema/allOfSchemaToComponent.js +0 -16
- package/build/domain/mappers/schema/arraySchemaToComponent/arraySchemaToComponent.js +0 -26
- package/build/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiSelectComponent.js +0 -55
- package/build/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiUploadComponent.js +0 -67
- package/build/domain/mappers/schema/arraySchemaToComponent/arraySchemaToRepeatableComponent.js +0 -57
- package/build/domain/mappers/schema/arraySchemaToComponent/arraySchemaToTupleComponent.js +0 -20
- package/build/domain/mappers/schema/blobSchemaToComponent.js +0 -15
- package/build/domain/mappers/schema/booleanSchemaToComponent.js +0 -29
- package/build/domain/mappers/schema/constSchemaToComponent.js +0 -23
- package/build/domain/mappers/schema/integerSchemaToComponent.js +0 -28
- package/build/domain/mappers/schema/numberSchemaToComponent.js +0 -26
- package/build/domain/mappers/schema/objectSchemaToComponent/assertDisplayOrder.js +0 -23
- package/build/domain/mappers/schema/objectSchemaToComponent/objectSchemaToFormattedValueComponent.js +0 -9
- package/build/domain/mappers/schema/objectSchemaToComponent/objectSchemaToMoneyInputComponent.js +0 -119
- package/build/domain/mappers/schema/objectSchemaToComponent/objectSchemaToMoneyInputComponent.test.js +0 -96
- package/build/domain/mappers/schema/objectSchemaToComponent/objectSchemaToObjectComponent.js +0 -31
- package/build/domain/mappers/schema/objectSchemaToComponent/objectSchemaToObjectComponent.test.js +0 -99
- package/build/domain/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.js +0 -66
- package/build/domain/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.test.js +0 -225
- package/build/domain/mappers/schema/persistAsyncSchemaToComponent.js +0 -29
- package/build/domain/mappers/schema/stringSchemaToComponent/stringSchemaToComponent.js +0 -18
- package/build/domain/mappers/schema/stringSchemaToComponent/stringSchemaToComponent.test.js +0 -133
- package/build/domain/mappers/schema/stringSchemaToComponent/stringSchemaToDateInputComponent.js +0 -48
- package/build/domain/mappers/schema/stringSchemaToComponent/stringSchemaToTextInputComponent.js +0 -37
- package/build/domain/mappers/schema/stringSchemaToComponent/stringSchemaToUploadInputComponent.js +0 -28
- package/build/domain/mappers/schema/tests/test-utils.js +0 -16
- package/build/domain/mappers/schema/types.js +0 -1
- package/build/domain/mappers/schema/utils/getPerformPersistAsyncFn.js +0 -19
- package/build/domain/mappers/schema/utils/getValidationAsyncInitialState.js +0 -23
- package/build/domain/mappers/schema/utils/mapCommonSchemaProps.js +0 -16
- package/build/domain/mappers/types.js +0 -1
- package/build/domain/mappers/utils/FeatureFlags.js +0 -22
- package/build/domain/mappers/utils/behavior-utils.js +0 -44
- package/build/domain/mappers/utils/call-to-action-utils.js +0 -21
- package/build/domain/mappers/utils/getAutocompleteString.js +0 -76
- package/build/domain/mappers/utils/getAutocompleteString.test.js +0 -21
- package/build/domain/mappers/utils/groupLayoutByPinned.js +0 -38
- package/build/domain/mappers/utils/groupLayoutByPinned.test.js +0 -166
- package/build/domain/mappers/utils/image.js +0 -9
- package/build/domain/mappers/utils/layout-utils.js +0 -11
- package/build/domain/mappers/utils/legacy-utils.js +0 -49
- package/build/domain/mappers/utils/media-utils.js +0 -14
- package/build/domain/mappers/utils/suggestions-utils.js +0 -26
- package/build/domain/mappers/utils/suggestions-utils.test.js +0 -36
- package/build/domain/mappers/utils/tags-utils.js +0 -1
- package/build/domain/mappers/utils/utils.js +0 -35
- package/build/domain/types.js +0 -1
- package/build/getSubflowCallbacks.js +0 -38
- package/build/i18n/index.js +0 -40
- package/build/index.js +0 -8
- package/build/renderers/CoreContainerRenderer.js +0 -5
- package/build/renderers/CoreRootRenderer.js +0 -12
- package/build/renderers/EmptyLoadingStateRenderer.js +0 -5
- package/build/renderers/getRenderFunction.js +0 -24
- package/build/renderers/getSchemaErrorMessageFunction.js +0 -97
- package/build/renderers/mappers/alertComponentToProps.js +0 -2
- package/build/renderers/mappers/allOfComponentToProps.js +0 -6
- package/build/renderers/mappers/booleanInputComponentToProps.js +0 -5
- package/build/renderers/mappers/boxComponentToProps.js +0 -13
- package/build/renderers/mappers/buttonComponentToProps.js +0 -4
- package/build/renderers/mappers/columnsComponentToProps.js +0 -11
- package/build/renderers/mappers/componentToRendererProps.js +0 -164
- package/build/renderers/mappers/constComponentToProps.js +0 -5
- package/build/renderers/mappers/containerComponentToProps.js +0 -7
- package/build/renderers/mappers/dateInputComponentToProps.js +0 -2
- package/build/renderers/mappers/decisionComponentToProps.js +0 -16
- package/build/renderers/mappers/dividerComponentToProps.js +0 -2
- package/build/renderers/mappers/externalComponentToProps.js +0 -3
- package/build/renderers/mappers/formComponentToProps.js +0 -12
- package/build/renderers/mappers/formattedValueComponentToProps.js +0 -5
- package/build/renderers/mappers/headingComponentToProps.js +0 -2
- package/build/renderers/mappers/hiddenComponentToProps.js +0 -4
- package/build/renderers/mappers/imageComponentToProps.js +0 -2
- package/build/renderers/mappers/instructionsComponentToProps.js +0 -2
- package/build/renderers/mappers/integerInputComponentToProps.js +0 -2
- package/build/renderers/mappers/listComponentToProps.js +0 -2
- package/build/renderers/mappers/loadingIndicatorComponentToProps.js +0 -2
- package/build/renderers/mappers/markdownComponentToProps.js +0 -2
- package/build/renderers/mappers/mediaComponentToProps.js +0 -2
- package/build/renderers/mappers/modalComponentToProps.js +0 -11
- package/build/renderers/mappers/modalLayoutComponentToProps.js +0 -16
- package/build/renderers/mappers/moneyInputComponentToProps.js +0 -36
- package/build/renderers/mappers/multiSelectComponentToProps.js +0 -23
- package/build/renderers/mappers/multiUploadInputComponentToProps.js +0 -12
- package/build/renderers/mappers/numberInputComponentToProps.js +0 -2
- package/build/renderers/mappers/objectComponentToProps.js +0 -8
- package/build/renderers/mappers/paragraphComponentToProps.js +0 -2
- package/build/renderers/mappers/persistAsyncComponentToProps.js +0 -8
- package/build/renderers/mappers/progressComponentToProps.js +0 -2
- package/build/renderers/mappers/repeatableComponentToProps.js +0 -30
- package/build/renderers/mappers/reviewComponentToProps.js +0 -2
- package/build/renderers/mappers/rootComponentToProps.js +0 -21
- package/build/renderers/mappers/searchComponentToProps.js +0 -57
- package/build/renderers/mappers/sectionComponentToProps.js +0 -6
- package/build/renderers/mappers/selectInputComponentToProps.js +0 -34
- package/build/renderers/mappers/statusListComponentToProps.js +0 -2
- package/build/renderers/mappers/subflowComponentToRendererProps.js +0 -4
- package/build/renderers/mappers/tabsComponentToProps.js +0 -14
- package/build/renderers/mappers/textInputComponentToProps.js +0 -2
- package/build/renderers/mappers/tupleComponentToProps.js +0 -8
- package/build/renderers/mappers/uploadInputComponentToProps.js +0 -8
- package/build/renderers/mappers/upsellComponentToProps.js +0 -2
- package/build/renderers/mappers/utils/getValidationState.js +0 -12
- package/build/renderers/mappers/utils/inputComponentToProps.js +0 -26
- package/build/renderers/mappers/utils/mapErrorsToValidationState.js +0 -9
- package/build/renderers/mappers/utils/pick.js +0 -8
- package/build/renderers/mappers/utils/selectInputOptionsToProps.js +0 -11
- package/build/renderers/stepComponentToProps.js +0 -32
- package/build/renderers/utils.js +0 -69
- package/build/renderers/utils.test.js +0 -70
- package/build/stories/dev-tools/ContainerQueries.story.js +0 -66
- package/build/stories/dev-tools/Debugger.story.js +0 -38
- package/build/stories/dev-tools/FixtureSelect.story.js +0 -23
- package/build/stories/dev-tools/TestServer.story.js +0 -32
- package/build/stories/examples/NativeFlow.story.js +0 -80
- package/build/stories/examples/Recipients.story.js +0 -568
- package/build/stories/spec/behavior/Copy.story.js +0 -59
- package/build/stories/spec/behavior/Modal.story.js +0 -76
- package/build/stories/spec/behavior/Subflow.story.js +0 -267
- package/build/stories/spec/layouts/Decision.story.js +0 -241
- package/build/stories/spec/layouts/Image.story.js +0 -42
- package/build/stories/spec/layouts/Modal.story.js +0 -81
- package/build/stories/spec/layouts/Search.story.js +0 -325
- package/build/stories/spec/layouts/Upsell.story.js +0 -55
- package/build/stories/spec/layouts/button/Button.story.js +0 -100
- package/build/stories/spec/layouts/button/PinnedButton.story.js +0 -81
- package/build/stories/spec/response/ActionResponse.story.js +0 -66
- package/build/stories/spec/schemas/MultiSelect.story.js +0 -148
- package/build/stories/spec/schemas/Upload.story.js +0 -168
- package/build/stories/spec/schemas/const/ConstLayout.story.js +0 -159
- package/build/stories/spec/schemas/const/ObjectConst.story.js +0 -94
- package/build/stories/spec/schemas/features/PersistAsync.story.js +0 -211
- package/build/stories/spec/schemas/features/ValidationAsync.story.js +0 -103
- package/build/stories/spec/schemas/object/FormattedValue.story.js +0 -92
- package/build/stories/spec/schemas/object/MoneyInput.story.js +0 -240
- package/build/stories/spec/schemas/oneOf/OneOfInitialisation.story.js +0 -55
- package/build/stories/spec/schemas/oneOf/OneOfWithSingleOption.story.js +0 -114
- package/build/stories/spec/step/Controls.story.js +0 -109
- package/build/stories/spec/step/DFModal.story.js +0 -58
- package/build/stories/spec/step/Footer.story.js +0 -70
- package/build/stories/spec/step/Navigation.story.js +0 -20
- package/build/stories/spec/step/Tags.story.js +0 -39
- package/build/stories/spec/step/ToolBar.story.js +0 -60
- package/build/stories/spec/step/features/ErrorHandling.story.js +0 -92
- package/build/stories/spec/step/features/External.story.js +0 -44
- package/build/stories/spec/step/features/Polling.story.js +0 -108
- package/build/stories/spec/step/features/RefreshAfter.story.js +0 -92
- package/build/stories/spec/step/features/refresh/Refresh.story.js +0 -258
- package/build/stories/spec/step/features/refresh/RefreshWithPersistAsync.story.js +0 -958
- package/build/stories/types.js +0 -1
- package/build/stories/utils/fixtureHttpClient.js +0 -70
- package/build/stories/utils/getBasicStep.js +0 -223
- package/build/stories/utils/mockSearchHandler.js +0 -71
- package/build/stories/utils/render-utils.js +0 -41
- package/build/stories/visual-tests/layouts/NotUsingListItem.story.js +0 -17
- package/build/test-utils/DynamicFlowWise.js +0 -32
- package/build/test-utils/DynamicFlowWiseModal.js +0 -34
- package/build/test-utils/NeptuneProviders.js +0 -11
- package/build/test-utils/component-utils.js +0 -5
- package/build/test-utils/fetch-utils.js +0 -45
- package/build/test-utils/getMergedTestRenderers.js +0 -34
- package/build/test-utils/getRandomId.js +0 -1
- package/build/test-utils/index.js +0 -3
- package/build/test-utils/rtl-utils.js +0 -7
- package/build/test-utils/step-utils.js +0 -6
- package/build/test-utils/wait.js +0 -3
- package/build/tests/AlertLayout.test.js +0 -78
- package/build/tests/ArrayTuple.test.js +0 -118
- package/build/tests/ButtonLayout.test.js +0 -308
- package/build/tests/ConstLayout.test.js +0 -95
- package/build/tests/DateInput.test.js +0 -163
- package/build/tests/DecisionLayout.test.js +0 -146
- package/build/tests/DynamicFlow.test.js +0 -147
- package/build/tests/External.test.js +0 -169
- package/build/tests/Flow.test.js +0 -328
- package/build/tests/FormLayout.test.js +0 -28
- package/build/tests/FormattedValue.test.js +0 -107
- package/build/tests/ImageRenderer.test.js +0 -78
- package/build/tests/InitialAction.test.js +0 -179
- package/build/tests/InitialStep.test.js +0 -168
- package/build/tests/InstructionsLayout.test.js +0 -45
- package/build/tests/ListLayout.test.js +0 -145
- package/build/tests/Logging.test.js +0 -53
- package/build/tests/ModalBehavior.test.js +0 -149
- package/build/tests/MoneyInput.test.js +0 -316
- package/build/tests/MultiUpload.test.js +0 -293
- package/build/tests/NativeBack.test.js +0 -267
- package/build/tests/OneOfInitialisation.test.js +0 -571
- package/build/tests/PersistAsync.test.js +0 -686
- package/build/tests/Polling.test.js +0 -617
- package/build/tests/Prefetching.test.js +0 -230
- package/build/tests/RefreshAfter.test.js +0 -63
- package/build/tests/RefreshOnChange.ResponseHandling.test.js +0 -205
- package/build/tests/RefreshOnChange.test.js +0 -233
- package/build/tests/RefreshOnChange.with.Segmented.test.js +0 -348
- package/build/tests/RefreshOnChange.with.Tabs.test.js +0 -358
- package/build/tests/RefreshOnChangePreserve.test.js +0 -224
- package/build/tests/RendererProps.test.js +0 -342
- package/build/tests/Repeatable.test.js +0 -107
- package/build/tests/Rerendering.test.js +0 -67
- package/build/tests/ReviewLayout.test.js +0 -274
- package/build/tests/SchemaOnChange.test.js +0 -133
- package/build/tests/SchemaReferences.test.js +0 -88
- package/build/tests/ScrollToError.test.js +0 -217
- package/build/tests/SegmentedControl.test.js +0 -49
- package/build/tests/SingleFileUpload.test.js +0 -88
- package/build/tests/StatusList.test.js +0 -85
- package/build/tests/Subflow.test.js +0 -710
- package/build/tests/Submission.ResponseHandling.test.js +0 -557
- package/build/tests/Submission.merging.test.js +0 -202
- package/build/tests/Submission.test.js +0 -603
- package/build/tests/Tags.test.js +0 -475
- package/build/tests/Upsell.test.js +0 -126
- package/build/tests/ValidationAsync.test.js +0 -295
- package/build/tests/legacy/Actions.test.js +0 -158
- package/build/tests/legacy/BackButton.test.js +0 -114
- package/build/tests/legacy/HiddenSchemas.test.js +0 -246
- package/build/tests/legacy/MultiSelect.test.js +0 -497
- package/build/tests/legacy/MultipleFileUploadSchema.test.js +0 -341
- package/build/tests/legacy/PersistAsync.blob-schema.test.js +0 -224
- package/build/tests/legacy/PersistAsync.string-schema.test.js +0 -211
- package/build/tests/legacy/RefreshStepOnChange.debouncing.test.js +0 -209
- package/build/tests/legacy/RefreshStepOnChange.test.js +0 -424
- package/build/tests/legacy/Search.test.js +0 -437
- package/build/tests/renderers/MultiSelectInputRendererProps.test.js +0 -58
- package/build/tests/renderers/SelectInputRendererProps.test.js +0 -43
- package/build/tests/renderers/TextInputRenderer.test.js +0 -51
- package/build/types.js +0 -1
- package/build/useDynamicFlow.js +0 -104
- package/build/useDynamicFlowModal.js +0 -58
- package/build/utils/analyse-step.js +0 -14
- package/build/utils/component-utils.js +0 -8
- package/build/utils/component-utils.test.js +0 -113
- package/build/utils/getScrollToTop.js +0 -12
- package/build/utils/normalise-flow-id.js +0 -1
- package/build/utils/normalise-flow-id.test.js +0 -24
- package/build/utils/openLinkInNewTab.js +0 -10
- package/build/utils/recursiveMerge.js +0 -40
- package/build/utils/recursiveMerge.test.js +0 -93
- package/build/utils/type-utils.js +0 -21
- package/build/utils/type-validators.js +0 -11
- package/build/utils/type-validators.test.js +0 -180
- package/build/utils/useStableCallback.js +0 -15
package/build/main.js
CHANGED
|
@@ -8445,10 +8445,16 @@ var useRerender = () => {
|
|
|
8445
8445
|
return (0, import_react3.useCallback)(() => setState({}), []);
|
|
8446
8446
|
};
|
|
8447
8447
|
var useFlowController = (props) => {
|
|
8448
|
+
console.log("\u{1F680} useFlowController");
|
|
8448
8449
|
const df = (0, import_react3.useMemo)(() => createFlowController(props), []);
|
|
8449
8450
|
(0, import_react3.useEffect)(() => {
|
|
8451
|
+
console.log("\u{1F680} useFlowController/useEffect (mount)");
|
|
8452
|
+
console.log(" calling df.start()");
|
|
8450
8453
|
df.start();
|
|
8451
|
-
return () =>
|
|
8454
|
+
return () => {
|
|
8455
|
+
console.log("\u{1F680} useFlowController/useEffect (unmount)");
|
|
8456
|
+
df.rootComponent.stop();
|
|
8457
|
+
};
|
|
8452
8458
|
}, []);
|
|
8453
8459
|
return df;
|
|
8454
8460
|
};
|
package/build/main.mjs
CHANGED
|
@@ -8415,10 +8415,16 @@ var useRerender = () => {
|
|
|
8415
8415
|
return useCallback2(() => setState({}), []);
|
|
8416
8416
|
};
|
|
8417
8417
|
var useFlowController = (props) => {
|
|
8418
|
+
console.log("\u{1F680} useFlowController");
|
|
8418
8419
|
const df = useMemo(() => createFlowController(props), []);
|
|
8419
8420
|
useEffect2(() => {
|
|
8421
|
+
console.log("\u{1F680} useFlowController/useEffect (mount)");
|
|
8422
|
+
console.log(" calling df.start()");
|
|
8420
8423
|
df.start();
|
|
8421
|
-
return () =>
|
|
8424
|
+
return () => {
|
|
8425
|
+
console.log("\u{1F680} useFlowController/useEffect (unmount)");
|
|
8426
|
+
df.rootComponent.stop();
|
|
8427
|
+
};
|
|
8422
8428
|
}, []);
|
|
8423
8429
|
return df;
|
|
8424
8430
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.2-logging-bf0bd22",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@chromatic-com/storybook": "4.1.3",
|
|
35
|
-
"@formatjs/cli": "^6.
|
|
35
|
+
"@formatjs/cli": "^6.13.0",
|
|
36
36
|
"@storybook/addon-a11y": "^10.2.10",
|
|
37
37
|
"@storybook/addon-docs": "^10.2.10",
|
|
38
38
|
"@storybook/addon-links": "^10.2.10",
|
|
@@ -41,21 +41,22 @@
|
|
|
41
41
|
"@testing-library/jest-dom": "6.9.1",
|
|
42
42
|
"@testing-library/react": "16.3.2",
|
|
43
43
|
"@testing-library/user-event": "14.6.1",
|
|
44
|
-
"@transferwise/components": "^46.
|
|
44
|
+
"@transferwise/components": "^46.129.0",
|
|
45
45
|
"@transferwise/formatting": "^2.13.5",
|
|
46
|
-
"@transferwise/icons": "4.0
|
|
46
|
+
"@transferwise/icons": "4.1.0",
|
|
47
47
|
"@transferwise/navigation-ui": "4.42.1",
|
|
48
|
-
"@transferwise/neptune-css": "14.26.
|
|
48
|
+
"@transferwise/neptune-css": "14.26.3",
|
|
49
49
|
"@types/node": "22.19.11",
|
|
50
50
|
"@types/react": "18.3.28",
|
|
51
51
|
"@types/react-dom": "18.3.7",
|
|
52
52
|
"@types/react-intl": "3.0.0",
|
|
53
53
|
"@vitejs/plugin-react": "5.1.4",
|
|
54
|
-
"@wise/art": "2.
|
|
55
|
-
"@wise/components-theming": "^1.10.
|
|
54
|
+
"@wise/art": "2.28.0",
|
|
55
|
+
"@wise/components-theming": "^1.10.1",
|
|
56
56
|
"esbuild": "0.27.0",
|
|
57
57
|
"eslint-plugin-storybook": "10.2.10",
|
|
58
|
-
"framer-motion": "^12.34.
|
|
58
|
+
"framer-motion": "^12.34.3",
|
|
59
|
+
"jsdom-testing-mocks": "1.16.0",
|
|
59
60
|
"npm-run-all2": "8.0.4",
|
|
60
61
|
"postcss": "^8.5.6",
|
|
61
62
|
"postcss-cli": "^11.0.1",
|
package/build/DynamicFlowCore.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Component } from 'react';
|
|
3
|
-
import { ErrorBoundaryAlert } from './ErrorBoundaryAlert';
|
|
4
|
-
const noop = () => { };
|
|
5
|
-
class ErrorBoundary extends Component {
|
|
6
|
-
static getDerivedStateFromError() {
|
|
7
|
-
return { hasError: true, isFatalError: true };
|
|
8
|
-
}
|
|
9
|
-
constructor(props) {
|
|
10
|
-
super(props);
|
|
11
|
-
this.handleErrorReset = () => {
|
|
12
|
-
this.setState({ hasError: false, isFatalError: false });
|
|
13
|
-
};
|
|
14
|
-
this.state = { hasError: false, isFatalError: false };
|
|
15
|
-
}
|
|
16
|
-
componentDidCatch(error) {
|
|
17
|
-
const { onError = noop } = this.props;
|
|
18
|
-
onError(error);
|
|
19
|
-
}
|
|
20
|
-
render() {
|
|
21
|
-
const { children } = this.props;
|
|
22
|
-
const { hasError, isFatalError } = this.state;
|
|
23
|
-
return (_jsxs(_Fragment, { children: [hasError && _jsx(ErrorBoundaryAlert, { onDismiss: this.handleErrorReset }), !isFatalError && children] }));
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
export default ErrorBoundary;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { screen, waitFor } from '@testing-library/react';
|
|
3
|
-
import { vi } from 'vitest';
|
|
4
|
-
import { renderWithProviders } from '../../test-utils';
|
|
5
|
-
import ErrorBoundary from './ErrorBoundary';
|
|
6
|
-
describe('when an error occurs during rendering', () => {
|
|
7
|
-
const ThrowError = () => {
|
|
8
|
-
throw new Error('Forced error during rendering.');
|
|
9
|
-
};
|
|
10
|
-
beforeEach(() => {
|
|
11
|
-
vi.spyOn(console, 'error').mockImplementation(() => { });
|
|
12
|
-
});
|
|
13
|
-
afterEach(() => {
|
|
14
|
-
vi.restoreAllMocks();
|
|
15
|
-
});
|
|
16
|
-
it('should render an error message with a retry link', async () => {
|
|
17
|
-
const onError = vi.fn();
|
|
18
|
-
renderWithProviders(_jsx(ErrorBoundary, { onError: onError, children: _jsx(ThrowError, {}) }));
|
|
19
|
-
expect(screen.getByText('Something went wrong.')).toBeInTheDocument();
|
|
20
|
-
await waitFor(() => {
|
|
21
|
-
expect(screen.getByRole('link', { name: 'Retry' })).toBeInTheDocument();
|
|
22
|
-
});
|
|
23
|
-
});
|
|
24
|
-
it('should trigger the onError callback', () => {
|
|
25
|
-
const onError = vi.fn();
|
|
26
|
-
renderWithProviders(_jsx(ErrorBoundary, { onError: onError, children: _jsx(ThrowError, {}) }));
|
|
27
|
-
expect(onError).toHaveBeenCalledWith(new Error('Forced error during rendering.'));
|
|
28
|
-
});
|
|
29
|
-
});
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { Alert, Sentiment } from '@transferwise/components';
|
|
3
|
-
import { useIntl } from 'react-intl';
|
|
4
|
-
import messages from '../messages/generic-error.messages';
|
|
5
|
-
export function ErrorBoundaryAlert({ onDismiss }) {
|
|
6
|
-
const { formatMessage } = useIntl();
|
|
7
|
-
return (_jsx(Alert, { action: {
|
|
8
|
-
text: formatMessage(messages.retry),
|
|
9
|
-
href: window.location.href,
|
|
10
|
-
}, message: formatMessage(messages.genericError), type: Sentiment.NEGATIVE, className: "m-b-3", onDismiss: onDismiss }));
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './makeHttpClient';
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { isRelativePath } from './api-utils';
|
|
2
|
-
export const makeHttpClient = (baseUrl, additionalHeaders) =>
|
|
3
|
-
// eslint-disable-next-line @typescript-eslint/promise-function-async
|
|
4
|
-
(input, init) => {
|
|
5
|
-
const resource = applyBaseUrl(input, baseUrl || '');
|
|
6
|
-
return fetch(resource, mergeRequestInit(init !== null && init !== void 0 ? init : {}, { headers: additionalHeaders }));
|
|
7
|
-
};
|
|
8
|
-
const applyBaseUrl = (input, baseUrl) => typeof input === 'string' && isRelativePath(input) ? baseUrl + input : input;
|
|
9
|
-
export const mergeRequestInit = (init, additionalInit) => (Object.assign(Object.assign(Object.assign({}, init), additionalInit), { headers: mergeHeaders(init === null || init === void 0 ? void 0 : init.headers, additionalInit === null || additionalInit === void 0 ? void 0 : additionalInit.headers) }));
|
|
10
|
-
const mergeHeaders = (...headersInits) => headersInits.reduce((acc, headers) => (Object.assign(Object.assign({}, acc), Object.fromEntries(new Headers(headers).entries()))), {});
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import { vi } from 'vitest';
|
|
2
|
-
import { makeHttpClient, mergeRequestInit } from './makeHttpClient';
|
|
3
|
-
describe('makeHttpClient', () => {
|
|
4
|
-
let originalFetch;
|
|
5
|
-
let spyFetch;
|
|
6
|
-
beforeEach(() => {
|
|
7
|
-
originalFetch = global.fetch;
|
|
8
|
-
spyFetch = vi.spyOn(global, 'fetch');
|
|
9
|
-
});
|
|
10
|
-
afterEach(() => {
|
|
11
|
-
global.fetch = originalFetch;
|
|
12
|
-
vi.clearAllMocks();
|
|
13
|
-
});
|
|
14
|
-
describe('when initialised with a with a baseUrl', () => {
|
|
15
|
-
const httpClient = makeHttpClient('http://foo.bar');
|
|
16
|
-
describe('and called with a relative url', () => {
|
|
17
|
-
it('prefixes the baseUrl to the url given', () => {
|
|
18
|
-
void httpClient('/banana');
|
|
19
|
-
expect(spyFetch).toHaveBeenCalledTimes(1);
|
|
20
|
-
expect(spyFetch).toHaveBeenCalledWith('http://foo.bar/banana', expect.anything());
|
|
21
|
-
});
|
|
22
|
-
});
|
|
23
|
-
describe('and called with an absolute url', () => {
|
|
24
|
-
it('does not prefix the baseUrl', () => {
|
|
25
|
-
void httpClient('http://banana.com/banana');
|
|
26
|
-
expect(spyFetch).toHaveBeenCalledTimes(1);
|
|
27
|
-
expect(spyFetch).toHaveBeenCalledWith('http://banana.com/banana', expect.anything());
|
|
28
|
-
});
|
|
29
|
-
});
|
|
30
|
-
describe('and called with an "data:" url', () => {
|
|
31
|
-
it('does not prefix the baseUrl', () => {
|
|
32
|
-
void httpClient('data:image/jpeg;base64,/9j');
|
|
33
|
-
expect(spyFetch).toHaveBeenCalledTimes(1);
|
|
34
|
-
expect(spyFetch).toHaveBeenCalledWith('data:image/jpeg;base64,/9j', expect.anything());
|
|
35
|
-
});
|
|
36
|
-
});
|
|
37
|
-
});
|
|
38
|
-
describe(`when initialised with a an empty baseUrl`, () => {
|
|
39
|
-
const httpClient = makeHttpClient('');
|
|
40
|
-
describe('and called with a relative url', () => {
|
|
41
|
-
it('uses the url as given', () => {
|
|
42
|
-
void httpClient('/banana');
|
|
43
|
-
expect(spyFetch).toHaveBeenCalledTimes(1);
|
|
44
|
-
expect(spyFetch).toHaveBeenCalledWith('/banana', expect.anything());
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
});
|
|
48
|
-
describe('with additional headers', () => {
|
|
49
|
-
describe('when initialised with a with additionalHeaders', () => {
|
|
50
|
-
const httpClient = makeHttpClient('', { 'X-Access-Token': 'QWERTYUIOP' });
|
|
51
|
-
describe('and called without an init argument', () => {
|
|
52
|
-
it('calls fetch with an init object containing the headers', () => {
|
|
53
|
-
void httpClient('/banana');
|
|
54
|
-
expect(spyFetch).toHaveBeenCalledTimes(1);
|
|
55
|
-
expect(spyFetch).toHaveBeenCalledWith('/banana', {
|
|
56
|
-
headers: expect.anything(),
|
|
57
|
-
});
|
|
58
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
59
|
-
const headers = spyFetch.mock.calls[0][1].headers;
|
|
60
|
-
expect(headers).toMatchObject({
|
|
61
|
-
'x-access-token': 'QWERTYUIOP',
|
|
62
|
-
});
|
|
63
|
-
});
|
|
64
|
-
});
|
|
65
|
-
describe('and called with an init argument', () => {
|
|
66
|
-
it('calls fetch with an init object containing the headers and the rest of the original init object', () => {
|
|
67
|
-
void httpClient('/banana', { method: 'POST' });
|
|
68
|
-
expect(spyFetch).toHaveBeenCalledTimes(1);
|
|
69
|
-
expect(spyFetch).toHaveBeenCalledWith('/banana', {
|
|
70
|
-
method: 'POST',
|
|
71
|
-
headers: expect.anything(),
|
|
72
|
-
});
|
|
73
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
74
|
-
const headers = spyFetch.mock.calls[0][1].headers;
|
|
75
|
-
expect(headers).toMatchObject({
|
|
76
|
-
'x-access-token': 'QWERTYUIOP',
|
|
77
|
-
});
|
|
78
|
-
});
|
|
79
|
-
});
|
|
80
|
-
describe('and called with headers in the init argument', () => {
|
|
81
|
-
it('calls fetch with an init object containing all headers and the rest of the original init object', () => {
|
|
82
|
-
void httpClient('/banana', { method: 'POST', headers: { 'X-DF-Exit': 'true' } });
|
|
83
|
-
expect(spyFetch).toHaveBeenCalledTimes(1);
|
|
84
|
-
expect(spyFetch).toHaveBeenCalledWith('/banana', {
|
|
85
|
-
method: 'POST',
|
|
86
|
-
headers: expect.anything(),
|
|
87
|
-
});
|
|
88
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
89
|
-
const headers = spyFetch.mock.calls[0][1].headers;
|
|
90
|
-
expect(headers).toMatchObject({
|
|
91
|
-
'x-access-token': 'QWERTYUIOP',
|
|
92
|
-
'x-df-exit': 'true',
|
|
93
|
-
});
|
|
94
|
-
});
|
|
95
|
-
});
|
|
96
|
-
});
|
|
97
|
-
describe('when initialised without additionalHeaders', () => {
|
|
98
|
-
const httpClient = makeHttpClient('');
|
|
99
|
-
it('calls fetch with whatever headers are passed in the call', () => {
|
|
100
|
-
void httpClient('/banana', { method: 'POST', headers: { 'X-DF-Exit': 'true' } });
|
|
101
|
-
expect(spyFetch).toHaveBeenCalledTimes(1);
|
|
102
|
-
expect(spyFetch).toHaveBeenCalledWith('/banana', {
|
|
103
|
-
method: 'POST',
|
|
104
|
-
headers: expect.anything(),
|
|
105
|
-
});
|
|
106
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
|
107
|
-
const headers = spyFetch.mock.calls[0][1].headers;
|
|
108
|
-
expect(headers).toMatchObject({
|
|
109
|
-
'x-df-exit': 'true',
|
|
110
|
-
});
|
|
111
|
-
});
|
|
112
|
-
});
|
|
113
|
-
});
|
|
114
|
-
});
|
|
115
|
-
describe('mergeRequestInit', () => {
|
|
116
|
-
describe('when called with two RequestInit objects', () => {
|
|
117
|
-
it('merges the two objects and the headers', () => {
|
|
118
|
-
const result = mergeRequestInit({ credentials: 'include', headers: { 'X-DF-Response-Type': 'true' } }, { method: 'POST', headers: { 'X-Access-Token': 'QWERTYUIOP' } });
|
|
119
|
-
expect(result).toMatchObject({
|
|
120
|
-
credentials: 'include',
|
|
121
|
-
method: 'POST',
|
|
122
|
-
});
|
|
123
|
-
expect(result.headers).toMatchObject({
|
|
124
|
-
'x-df-response-type': 'true',
|
|
125
|
-
'x-access-token': 'QWERTYUIOP',
|
|
126
|
-
});
|
|
127
|
-
});
|
|
128
|
-
});
|
|
129
|
-
describe('when called with undefined as a first argument', () => {
|
|
130
|
-
it('returns the second argument and empty headers', () => {
|
|
131
|
-
const result = mergeRequestInit(undefined, { method: 'POST' });
|
|
132
|
-
expect(result).toEqual({ method: 'POST', headers: {} });
|
|
133
|
-
});
|
|
134
|
-
});
|
|
135
|
-
describe('when called with null as a first argument', () => {
|
|
136
|
-
it('returns the second argument and empty headers', () => {
|
|
137
|
-
const result = mergeRequestInit(null, { method: 'POST' });
|
|
138
|
-
expect(result).toEqual({ method: 'POST', headers: {} });
|
|
139
|
-
});
|
|
140
|
-
});
|
|
141
|
-
describe('when called with an abort signal', () => {
|
|
142
|
-
it('passes the signal in the merged request-init', () => {
|
|
143
|
-
const controller = new AbortController();
|
|
144
|
-
const result = mergeRequestInit({ method: 'POST' }, { signal: controller.signal });
|
|
145
|
-
expect(result).toEqual({ method: 'POST', headers: {}, signal: controller.signal });
|
|
146
|
-
});
|
|
147
|
-
});
|
|
148
|
-
});
|
|
149
|
-
describe('aborting requests', () => {
|
|
150
|
-
it('when provided, it calls fetch with the abort signal', () => {
|
|
151
|
-
const spyFetch = vi.spyOn(global, 'fetch');
|
|
152
|
-
const controller = new AbortController();
|
|
153
|
-
const httpClient = makeHttpClient('', { 'X-Custom-Header': 'value' });
|
|
154
|
-
void httpClient('/banana', { method: 'POST', signal: controller.signal });
|
|
155
|
-
expect(spyFetch).toHaveBeenCalledTimes(1);
|
|
156
|
-
expect(spyFetch).toHaveBeenCalledWith('/banana', expect.objectContaining({
|
|
157
|
-
method: 'POST',
|
|
158
|
-
signal: controller.signal,
|
|
159
|
-
}));
|
|
160
|
-
spyFetch.mockRestore();
|
|
161
|
-
});
|
|
162
|
-
it('aborts the request when the signal is triggered', async () => {
|
|
163
|
-
// For some reason the fetch function in this test environment does not reject on abort
|
|
164
|
-
// so we need to write an implementation that does
|
|
165
|
-
const spyFetch = vi.spyOn(global, 'fetch').mockImplementation(async (input, init) => {
|
|
166
|
-
return new Promise((resolve, reject) => {
|
|
167
|
-
var _a;
|
|
168
|
-
// resolve in 10ms, unless aborted
|
|
169
|
-
const timer = setTimeout(() => {
|
|
170
|
-
resolve(new Response('OK'));
|
|
171
|
-
}, 10);
|
|
172
|
-
// reject when the signal is triggered
|
|
173
|
-
(_a = init === null || init === void 0 ? void 0 : init.signal) === null || _a === void 0 ? void 0 : _a.addEventListener('abort', () => {
|
|
174
|
-
clearTimeout(timer);
|
|
175
|
-
reject(new DOMException('AbortError', 'AbortError'));
|
|
176
|
-
});
|
|
177
|
-
});
|
|
178
|
-
});
|
|
179
|
-
const controller = new AbortController();
|
|
180
|
-
const httpClient = makeHttpClient('', { 'X-Custom-Header': 'value' });
|
|
181
|
-
const promise = httpClient('/banana', { method: 'POST', signal: controller.signal });
|
|
182
|
-
controller.abort();
|
|
183
|
-
await expect(promise).rejects.toThrow('AbortError');
|
|
184
|
-
spyFetch.mockRestore();
|
|
185
|
-
});
|
|
186
|
-
});
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
title: {
|
|
4
|
-
id: 'dynamicFlows.ExternalConfirmation.title',
|
|
5
|
-
defaultMessage: 'Please confirm',
|
|
6
|
-
description: 'Heading for the confirmation screen.',
|
|
7
|
-
},
|
|
8
|
-
description: {
|
|
9
|
-
id: 'dynamicFlows.ExternalConfirmation.description',
|
|
10
|
-
defaultMessage: 'Please confirm you want to open **{origin}** in a new browser tab.',
|
|
11
|
-
description: 'Description for the confirmation screen.',
|
|
12
|
-
},
|
|
13
|
-
open: {
|
|
14
|
-
id: 'dynamicFlows.ExternalConfirmation.open',
|
|
15
|
-
defaultMessage: 'Open in new tab',
|
|
16
|
-
description: 'Button text confirming opening a new browser tab.',
|
|
17
|
-
},
|
|
18
|
-
cancel: {
|
|
19
|
-
id: 'dynamicFlows.ExternalConfirmation.cancel',
|
|
20
|
-
defaultMessage: 'Cancel',
|
|
21
|
-
description: 'Button text rejecting opening a new browser tab.',
|
|
22
|
-
},
|
|
23
|
-
});
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
maxFileSizeError: {
|
|
4
|
-
id: 'dynamicFlows.FileUploadSchema.maxFileSizeError',
|
|
5
|
-
defaultMessage: 'Sorry, that file is too big. Please upload a smaller file.',
|
|
6
|
-
description: "Customer has uploaded a file that's too big. To fix: upload a smaller file.",
|
|
7
|
-
},
|
|
8
|
-
wrongFileTypeError: {
|
|
9
|
-
id: 'dynamicFlows.FileUploadSchema.wrongFileTypeError',
|
|
10
|
-
defaultMessage: 'Sorry, that file format is not supported. Please upload a different file.',
|
|
11
|
-
description: 'Customer has uploaded a file that is the wrong type. To fix: upload a file of the correct type.',
|
|
12
|
-
},
|
|
13
|
-
});
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
genericErrorRetryHint: {
|
|
4
|
-
id: 'dynamicFlows.PersistAsyncSchema.genericError',
|
|
5
|
-
defaultMessage: 'Something went wrong, please try again.',
|
|
6
|
-
description: 'Generic error message for persist async schema',
|
|
7
|
-
},
|
|
8
|
-
genericError: {
|
|
9
|
-
id: 'dynamicFlows.ErrorBoundary.errorAlert',
|
|
10
|
-
defaultMessage: 'Something went wrong.',
|
|
11
|
-
description: 'Generic error message for when something has gone wrong.',
|
|
12
|
-
},
|
|
13
|
-
retry: {
|
|
14
|
-
id: 'dynamicFlows.ErrorBoundary.retry',
|
|
15
|
-
defaultMessage: 'Retry',
|
|
16
|
-
description: 'Usually this follows the generic error and contains a link.',
|
|
17
|
-
},
|
|
18
|
-
});
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
minItemsError: {
|
|
4
|
-
id: 'dynamicFlows.MultipleFileUploadSchema.minItemsError',
|
|
5
|
-
defaultMessage: 'Please upload at least {minItems} file(s).',
|
|
6
|
-
description: 'Customer has uploaded not enough files. To fix: upload more files.',
|
|
7
|
-
},
|
|
8
|
-
maxItemsError: {
|
|
9
|
-
id: 'dynamicFlows.MultipleFileUploadSchema.maxItemsError',
|
|
10
|
-
defaultMessage: 'Please upload {maxItems} or fewer files.',
|
|
11
|
-
description: 'Customer has uploaded too many files. To fix: upload fewer files.',
|
|
12
|
-
},
|
|
13
|
-
maxFileSizeError: {
|
|
14
|
-
id: 'dynamicFlows.MultipleFileUploadSchema.maxFileSizeError',
|
|
15
|
-
defaultMessage: 'Sorry, that file is too big. Please upload a smaller file.',
|
|
16
|
-
description: "Customer has uploaded a file that's too big. To fix: upload a smaller file.",
|
|
17
|
-
},
|
|
18
|
-
});
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
summary: {
|
|
4
|
-
id: 'dynamicFlows.MultiSelect.summary',
|
|
5
|
-
defaultMessage: '{first} and {count} more',
|
|
6
|
-
description: 'A summary of the multiple items selected. Showing the title of the first selected item, and the number of other items that have been selected.',
|
|
7
|
-
},
|
|
8
|
-
});
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
copy: {
|
|
4
|
-
id: 'dynamicFlows.DynamicParagraph.copy',
|
|
5
|
-
defaultMessage: 'Copy',
|
|
6
|
-
description: 'Copy to clipboard button label.',
|
|
7
|
-
},
|
|
8
|
-
copied: {
|
|
9
|
-
id: 'dynamicFlows.DynamicParagraph.copied',
|
|
10
|
-
defaultMessage: 'Copied to clipboard',
|
|
11
|
-
description: 'Appears in a snackbar when the copy operation succeeds.',
|
|
12
|
-
},
|
|
13
|
-
});
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
addItemTitle: {
|
|
4
|
-
id: 'dynamicFlows.ArraySchema.addItemTitle',
|
|
5
|
-
defaultMessage: 'Add Item',
|
|
6
|
-
description: 'Label on the button used to open a form to add an item',
|
|
7
|
-
},
|
|
8
|
-
addItem: {
|
|
9
|
-
id: 'dynamicFlows.ArraySchema.addItem',
|
|
10
|
-
defaultMessage: 'Save',
|
|
11
|
-
description: 'Label on the add button used to submit a form that adds an item',
|
|
12
|
-
},
|
|
13
|
-
editItem: {
|
|
14
|
-
id: 'dynamicFlows.ArraySchema.editItem',
|
|
15
|
-
defaultMessage: 'Save',
|
|
16
|
-
description: 'Label on the edit button used to submit a form that edits an item',
|
|
17
|
-
},
|
|
18
|
-
removeItem: {
|
|
19
|
-
id: 'dynamicFlows.ArraySchema.removeItem',
|
|
20
|
-
defaultMessage: 'Remove',
|
|
21
|
-
description: 'Label on the remove button used to confirm deletion of an item',
|
|
22
|
-
},
|
|
23
|
-
});
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
loading: {
|
|
4
|
-
id: 'dynamicFlows.SearchLayout.loading',
|
|
5
|
-
defaultMessage: 'Loading...',
|
|
6
|
-
description: 'A message shown to the user while their search is being processed, before results appear.',
|
|
7
|
-
},
|
|
8
|
-
});
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
minItemsError: {
|
|
4
|
-
id: 'dynamicFlows.ArraySchema.minItemsError',
|
|
5
|
-
defaultMessage: 'Please add at least {minItems}.',
|
|
6
|
-
description: 'Customer inputs less than the expected number of values',
|
|
7
|
-
},
|
|
8
|
-
maxItemsError: {
|
|
9
|
-
id: 'dynamicFlows.ArraySchema.maxItemsError',
|
|
10
|
-
defaultMessage: 'Please add {maxItems} or fewer.',
|
|
11
|
-
description: 'Customer inputs more than the allowed number of values',
|
|
12
|
-
},
|
|
13
|
-
});
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { defineMessages } from 'react-intl';
|
|
2
|
-
export default defineMessages({
|
|
3
|
-
type: {
|
|
4
|
-
id: 'dynamicFlows.ControlFeedback.type',
|
|
5
|
-
defaultMessage: 'Incorrect type',
|
|
6
|
-
description: '',
|
|
7
|
-
},
|
|
8
|
-
minimum: {
|
|
9
|
-
id: 'dynamicFlows.ControlFeedback.minimum',
|
|
10
|
-
defaultMessage: `Please enter a number that's {minimum} or more.`,
|
|
11
|
-
description: '',
|
|
12
|
-
},
|
|
13
|
-
maximum: {
|
|
14
|
-
id: 'dynamicFlows.ControlFeedback.maximum',
|
|
15
|
-
defaultMessage: `Please enter a number that's {maximum} or less.`,
|
|
16
|
-
description: '',
|
|
17
|
-
},
|
|
18
|
-
minLength: {
|
|
19
|
-
id: 'dynamicFlows.ControlFeedback.minLength',
|
|
20
|
-
defaultMessage: 'Please enter at least {minLength} characters.',
|
|
21
|
-
description: '',
|
|
22
|
-
},
|
|
23
|
-
maxLength: {
|
|
24
|
-
id: 'dynamicFlows.ControlFeedback.maxLength',
|
|
25
|
-
defaultMessage: 'Please enter {maxLength} or fewer characters.',
|
|
26
|
-
description: '',
|
|
27
|
-
},
|
|
28
|
-
minimumDate: {
|
|
29
|
-
id: 'dynamicFlows.ControlFeedback.minimumDate',
|
|
30
|
-
defaultMessage: `Please enter a date that's on or after {minimum}.`,
|
|
31
|
-
description: '',
|
|
32
|
-
},
|
|
33
|
-
maximumDate: {
|
|
34
|
-
id: 'dynamicFlows.ControlFeedback.maximumDate',
|
|
35
|
-
defaultMessage: `Please enter a date that's on or before {maximum}.`,
|
|
36
|
-
description: '',
|
|
37
|
-
},
|
|
38
|
-
pattern: {
|
|
39
|
-
id: 'dynamicFlows.ControlFeedback.pattern',
|
|
40
|
-
defaultMessage: 'Please enter this in the correct format.',
|
|
41
|
-
description: '',
|
|
42
|
-
},
|
|
43
|
-
patternDate: {
|
|
44
|
-
id: 'dynamicFlows.ControlFeedback.patternDate',
|
|
45
|
-
defaultMessage: 'Please enter a date in the corrrect format.',
|
|
46
|
-
description: '',
|
|
47
|
-
},
|
|
48
|
-
required: {
|
|
49
|
-
id: 'dynamicFlows.ControlFeedback.required',
|
|
50
|
-
defaultMessage: 'Please fill out this field.',
|
|
51
|
-
description: '',
|
|
52
|
-
},
|
|
53
|
-
});
|