@wise/dynamic-flow-client 5.6.2 → 5.8.0
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.css +24 -0
- package/build/main.js +210 -102
- package/build/main.mjs +210 -102
- package/build/types/DynamicFlowCore.d.ts +1 -0
- package/build/types/DynamicFlowCore.d.ts.map +1 -0
- package/build/types/common/errorBoundary/ErrorBoundary.d.ts +1 -0
- package/build/types/common/errorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/build/types/common/errorBoundary/ErrorBoundaryAlert.d.ts +1 -0
- package/build/types/common/errorBoundary/ErrorBoundaryAlert.d.ts.map +1 -0
- package/build/types/common/makeHttpClient/api-utils.d.ts +1 -0
- package/build/types/common/makeHttpClient/api-utils.d.ts.map +1 -0
- package/build/types/common/makeHttpClient/index.d.ts +1 -0
- package/build/types/common/makeHttpClient/index.d.ts.map +1 -0
- package/build/types/common/makeHttpClient/makeHttpClient.d.ts +1 -0
- package/build/types/common/makeHttpClient/makeHttpClient.d.ts.map +1 -0
- package/build/types/common/messages/external-confirmation.messages.d.ts +1 -0
- package/build/types/common/messages/external-confirmation.messages.d.ts.map +1 -0
- package/build/types/common/messages/file-upload.messages.d.ts +1 -0
- package/build/types/common/messages/file-upload.messages.d.ts.map +1 -0
- package/build/types/common/messages/generic-error.messages.d.ts +1 -0
- package/build/types/common/messages/generic-error.messages.d.ts.map +1 -0
- package/build/types/common/messages/help.messages.d.ts +1 -0
- package/build/types/common/messages/help.messages.d.ts.map +1 -0
- package/build/types/common/messages/multi-file-upload.messages.d.ts +1 -0
- package/build/types/common/messages/multi-file-upload.messages.d.ts.map +1 -0
- package/build/types/common/messages/multi-select.messages.d.ts +1 -0
- package/build/types/common/messages/multi-select.messages.d.ts.map +1 -0
- package/build/types/common/messages/paragraph.messages.d.ts +1 -0
- package/build/types/common/messages/paragraph.messages.d.ts.map +1 -0
- package/build/types/common/messages/repeatable.messages.d.ts +1 -0
- package/build/types/common/messages/repeatable.messages.d.ts.map +1 -0
- package/build/types/common/messages/search.messages.d.ts +1 -0
- package/build/types/common/messages/search.messages.d.ts.map +1 -0
- package/build/types/common/messages/validation.array.messages.d.ts +1 -0
- package/build/types/common/messages/validation.array.messages.d.ts.map +1 -0
- package/build/types/common/messages/validation.messages.d.ts +1 -0
- package/build/types/common/messages/validation.messages.d.ts.map +1 -0
- package/build/types/controller/FlowController.d.ts +1 -0
- package/build/types/controller/FlowController.d.ts.map +1 -0
- package/build/types/controller/executePoll.d.ts +1 -0
- package/build/types/controller/executePoll.d.ts.map +1 -0
- package/build/types/controller/executeRefresh.d.ts +1 -0
- package/build/types/controller/executeRefresh.d.ts.map +1 -0
- package/build/types/controller/executeRequest.d.ts +1 -0
- package/build/types/controller/executeRequest.d.ts.map +1 -0
- package/build/types/controller/executeSubmission.d.ts +1 -0
- package/build/types/controller/executeSubmission.d.ts.map +1 -0
- package/build/types/controller/getErrorMessage.d.ts +1 -0
- package/build/types/controller/getErrorMessage.d.ts.map +1 -0
- package/build/types/controller/getRequestAbortController.d.ts +1 -0
- package/build/types/controller/getRequestAbortController.d.ts.map +1 -0
- package/build/types/controller/getResponseType.d.ts +1 -0
- package/build/types/controller/getResponseType.d.ts.map +1 -0
- package/build/types/controller/getSafeHttpClient.d.ts +1 -0
- package/build/types/controller/getSafeHttpClient.d.ts.map +1 -0
- package/build/types/controller/getStepCounter.d.ts +1 -0
- package/build/types/controller/getStepCounter.d.ts.map +1 -0
- package/build/types/controller/handleErrorResponse.d.ts +1 -0
- package/build/types/controller/handleErrorResponse.d.ts.map +1 -0
- package/build/types/controller/makeSafeHttpClient.d.ts +1 -0
- package/build/types/controller/makeSafeHttpClient.d.ts.map +1 -0
- package/build/types/controller/response-utils.d.ts +1 -0
- package/build/types/controller/response-utils.d.ts.map +1 -0
- package/build/types/domain/components/AlertComponent.d.ts +1 -0
- package/build/types/domain/components/AlertComponent.d.ts.map +1 -0
- package/build/types/domain/components/AllOfComponent.d.ts +1 -0
- package/build/types/domain/components/AllOfComponent.d.ts.map +1 -0
- package/build/types/domain/components/BooleanInputComponent.d.ts +1 -0
- package/build/types/domain/components/BooleanInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/BoxComponent.d.ts +1 -0
- package/build/types/domain/components/BoxComponent.d.ts.map +1 -0
- package/build/types/domain/components/ButtonComponent.d.ts +1 -0
- package/build/types/domain/components/ButtonComponent.d.ts.map +1 -0
- package/build/types/domain/components/ColumnsComponent.d.ts +1 -0
- package/build/types/domain/components/ColumnsComponent.d.ts.map +1 -0
- package/build/types/domain/components/ConstComponent.d.ts +1 -0
- package/build/types/domain/components/ConstComponent.d.ts.map +1 -0
- package/build/types/domain/components/ContainerComponent.d.ts +1 -0
- package/build/types/domain/components/ContainerComponent.d.ts.map +1 -0
- package/build/types/domain/components/DateInputComponent.d.ts +1 -0
- package/build/types/domain/components/DateInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/DecisionComponent.d.ts +1 -0
- package/build/types/domain/components/DecisionComponent.d.ts.map +1 -0
- package/build/types/domain/components/DividerComponent.d.ts +1 -0
- package/build/types/domain/components/DividerComponent.d.ts.map +1 -0
- package/build/types/domain/components/FormComponent.d.ts +1 -0
- package/build/types/domain/components/FormComponent.d.ts.map +1 -0
- package/build/types/domain/components/FormattedValueComponent.d.ts +1 -0
- package/build/types/domain/components/FormattedValueComponent.d.ts.map +1 -0
- package/build/types/domain/components/HeadingComponent.d.ts +1 -0
- package/build/types/domain/components/HeadingComponent.d.ts.map +1 -0
- package/build/types/domain/components/ImageComponent.d.ts +1 -0
- package/build/types/domain/components/ImageComponent.d.ts.map +1 -0
- package/build/types/domain/components/InstructionsComponent.d.ts +1 -0
- package/build/types/domain/components/InstructionsComponent.d.ts.map +1 -0
- package/build/types/domain/components/IntegerInputComponent.d.ts +1 -0
- package/build/types/domain/components/IntegerInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/ListComponent.d.ts +1 -0
- package/build/types/domain/components/ListComponent.d.ts.map +1 -0
- package/build/types/domain/components/LoadingIndicatorComponent.d.ts +1 -0
- package/build/types/domain/components/LoadingIndicatorComponent.d.ts.map +1 -0
- package/build/types/domain/components/MarkdownComponent.d.ts +1 -0
- package/build/types/domain/components/MarkdownComponent.d.ts.map +1 -0
- package/build/types/domain/components/MediaComponent.d.ts +11 -0
- package/build/types/domain/components/MediaComponent.d.ts.map +1 -0
- package/build/types/domain/components/ModalComponent.d.ts +1 -0
- package/build/types/domain/components/ModalComponent.d.ts.map +1 -0
- package/build/types/domain/components/ModalLayoutComponent.d.ts +1 -0
- package/build/types/domain/components/ModalLayoutComponent.d.ts.map +1 -0
- package/build/types/domain/components/MoneyInputComponent.d.ts +1 -0
- package/build/types/domain/components/MoneyInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/MultiSelectInputComponent.d.ts +1 -0
- package/build/types/domain/components/MultiSelectInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/MultiUploadInputComponent.d.ts +1 -0
- package/build/types/domain/components/MultiUploadInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/NumberInputComponent.d.ts +1 -0
- package/build/types/domain/components/NumberInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/ObjectComponent.d.ts +1 -0
- package/build/types/domain/components/ObjectComponent.d.ts.map +1 -0
- package/build/types/domain/components/ParagraphComponent.d.ts +1 -0
- package/build/types/domain/components/ParagraphComponent.d.ts.map +1 -0
- package/build/types/domain/components/PersistAsyncComponent.d.ts +1 -0
- package/build/types/domain/components/PersistAsyncComponent.d.ts.map +1 -0
- package/build/types/domain/components/ProgressComponent.d.ts +1 -0
- package/build/types/domain/components/ProgressComponent.d.ts.map +1 -0
- package/build/types/domain/components/RepeatableComponent.d.ts +1 -0
- package/build/types/domain/components/RepeatableComponent.d.ts.map +1 -0
- package/build/types/domain/components/ReviewComponent.d.ts +1 -0
- package/build/types/domain/components/ReviewComponent.d.ts.map +1 -0
- package/build/types/domain/components/RootDomainComponent.d.ts +1 -0
- package/build/types/domain/components/RootDomainComponent.d.ts.map +1 -0
- package/build/types/domain/components/SectionComponent.d.ts +1 -0
- package/build/types/domain/components/SectionComponent.d.ts.map +1 -0
- package/build/types/domain/components/SelectInputComponent.d.ts +1 -0
- package/build/types/domain/components/SelectInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/StatusListComponent.d.ts +1 -0
- package/build/types/domain/components/StatusListComponent.d.ts.map +1 -0
- package/build/types/domain/components/SubflowDomainComponent.d.ts +1 -0
- package/build/types/domain/components/SubflowDomainComponent.d.ts.map +1 -0
- package/build/types/domain/components/TabsComponent.d.ts +1 -0
- package/build/types/domain/components/TabsComponent.d.ts.map +1 -0
- package/build/types/domain/components/TextInputComponent.d.ts +1 -0
- package/build/types/domain/components/TextInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/TupleComponent.d.ts +1 -0
- package/build/types/domain/components/TupleComponent.d.ts.map +1 -0
- package/build/types/domain/components/UploadInputComponent.d.ts +1 -0
- package/build/types/domain/components/UploadInputComponent.d.ts.map +1 -0
- package/build/types/domain/components/UpsellComponent.d.ts +13 -0
- package/build/types/domain/components/UpsellComponent.d.ts.map +1 -0
- package/build/types/domain/components/searchComponent/SearchComponent.d.ts +3 -1
- package/build/types/domain/components/searchComponent/SearchComponent.d.ts.map +1 -0
- package/build/types/domain/components/step/ExternalConfirmationComponent.d.ts +1 -0
- package/build/types/domain/components/step/ExternalConfirmationComponent.d.ts.map +1 -0
- package/build/types/domain/components/step/StepDomainComponent.d.ts +1 -0
- package/build/types/domain/components/step/StepDomainComponent.d.ts.map +1 -0
- package/build/types/domain/components/step/ToolbarComponent.d.ts +1 -0
- package/build/types/domain/components/step/ToolbarComponent.d.ts.map +1 -0
- package/build/types/domain/components/utils/WithUpdate.d.ts +1 -0
- package/build/types/domain/components/utils/WithUpdate.d.ts.map +1 -0
- package/build/types/domain/components/utils/component-utils.d.ts +1 -0
- package/build/types/domain/components/utils/component-utils.d.ts.map +1 -0
- package/build/types/domain/components/utils/debounce.d.ts +1 -0
- package/build/types/domain/components/utils/debounce.d.ts.map +1 -0
- package/build/types/domain/components/utils/file-utils.d.ts +1 -0
- package/build/types/domain/components/utils/file-utils.d.ts.map +1 -0
- package/build/types/domain/components/utils/getRandomId.d.ts +1 -0
- package/build/types/domain/components/utils/getRandomId.d.ts.map +1 -0
- package/build/types/domain/components/utils/isExactLocalValueMatch.d.ts +1 -0
- package/build/types/domain/components/utils/isExactLocalValueMatch.d.ts.map +1 -0
- package/build/types/domain/components/utils/isOrWasValid.d.ts +1 -0
- package/build/types/domain/components/utils/isOrWasValid.d.ts.map +1 -0
- package/build/types/domain/components/utils/isPartialModelMatch.d.ts +1 -0
- package/build/types/domain/components/utils/isPartialModelMatch.d.ts.map +1 -0
- package/build/types/domain/features/eventNames.d.ts +1 -0
- package/build/types/domain/features/eventNames.d.ts.map +1 -0
- package/build/types/domain/features/events.d.ts +1 -0
- package/build/types/domain/features/events.d.ts.map +1 -0
- package/build/types/domain/features/persistAsync/getComponentMultiPersistAsync.d.ts +1 -0
- package/build/types/domain/features/persistAsync/getComponentMultiPersistAsync.d.ts.map +1 -0
- package/build/types/domain/features/persistAsync/getInitialPersistedState.d.ts +1 -0
- package/build/types/domain/features/persistAsync/getInitialPersistedState.d.ts.map +1 -0
- package/build/types/domain/features/persistAsync/getPerformPersistAsync.d.ts +1 -0
- package/build/types/domain/features/persistAsync/getPerformPersistAsync.d.ts.map +1 -0
- package/build/types/domain/features/polling/getStepPolling.d.ts +1 -0
- package/build/types/domain/features/polling/getStepPolling.d.ts.map +1 -0
- package/build/types/domain/features/prefetch/getStepPrefetch.d.ts +1 -0
- package/build/types/domain/features/prefetch/getStepPrefetch.d.ts.map +1 -0
- package/build/types/domain/features/prefetch/request-cache.d.ts +1 -0
- package/build/types/domain/features/prefetch/request-cache.d.ts.map +1 -0
- package/build/types/domain/features/refreshAfter/getStepRefreshAfter.d.ts +1 -0
- package/build/types/domain/features/refreshAfter/getStepRefreshAfter.d.ts.map +1 -0
- package/build/types/domain/features/schema-on-change/getDebouncedSchemaOnChange.d.ts +1 -0
- package/build/types/domain/features/schema-on-change/getDebouncedSchemaOnChange.d.ts.map +1 -0
- package/build/types/domain/features/schema-on-change/getSchemaOnChange.d.ts +1 -0
- package/build/types/domain/features/schema-on-change/getSchemaOnChange.d.ts.map +1 -0
- package/build/types/domain/features/search/getPerformSearchFunction.d.ts +1 -0
- package/build/types/domain/features/search/getPerformSearchFunction.d.ts.map +1 -0
- package/build/types/domain/features/summary/summary-utils.d.ts +1 -0
- package/build/types/domain/features/summary/summary-utils.d.ts.map +1 -0
- package/build/types/domain/features/utils/http-utils.d.ts +1 -0
- package/build/types/domain/features/utils/http-utils.d.ts.map +1 -0
- package/build/types/domain/features/utils/response-utils.d.ts +1 -0
- package/build/types/domain/features/utils/response-utils.d.ts.map +1 -0
- package/build/types/domain/features/validation/spec-utils.d.ts +1 -0
- package/build/types/domain/features/validation/spec-utils.d.ts.map +1 -0
- package/build/types/domain/features/validation/validateStringPattern.d.ts +1 -0
- package/build/types/domain/features/validation/validateStringPattern.d.ts.map +1 -0
- package/build/types/domain/features/validation/validation-functions.d.ts +1 -0
- package/build/types/domain/features/validation/validation-functions.d.ts.map +1 -0
- package/build/types/domain/features/validation/value-checks.d.ts +1 -0
- package/build/types/domain/features/validation/value-checks.d.ts.map +1 -0
- package/build/types/domain/features/validationAsync/getComponentValidationAsync.d.ts +1 -0
- package/build/types/domain/features/validationAsync/getComponentValidationAsync.d.ts.map +1 -0
- package/build/types/domain/features/validationAsync/getInitialValidationAsyncState.d.ts +1 -0
- package/build/types/domain/features/validationAsync/getInitialValidationAsyncState.d.ts.map +1 -0
- package/build/types/domain/features/validationAsync/getPerformValidationAsync.d.ts +1 -0
- package/build/types/domain/features/validationAsync/getPerformValidationAsync.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/alertLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/alertLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/boxLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/boxLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/buttonLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/buttonLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/columnsLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/columnsLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/decisionLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/decisionLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/deprecatedListLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/deprecatedListLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/dividerLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/dividerLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/formLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/formLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/headingLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/headingLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/imageLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/imageLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/infoLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/infoLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/instructionsLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/instructionsLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/listLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/listLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/loadingIndicatorLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/loadingIndicatorLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/markdownLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/markdownLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/mediaLayoutToComponent.d.ts +3 -0
- package/build/types/domain/mappers/layout/mediaLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/modalLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/modalLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/modalToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/modalToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/paragraphLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/paragraphLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/progressLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/progressLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/reviewLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/reviewLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/searchLayoutToComponent.d.ts +2 -1
- package/build/types/domain/mappers/layout/searchLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/sectionLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/sectionLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/statusListLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/statusListLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/tabsLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/layout/tabsLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/layout/upsellLayoutToComponent.d.ts +4 -0
- package/build/types/domain/mappers/layout/upsellLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/mapLayoutToComponent.d.ts +1 -0
- package/build/types/domain/mappers/mapLayoutToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/mapSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/mapSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/mapStepSchemas.d.ts +1 -0
- package/build/types/domain/mappers/mapStepSchemas.d.ts.map +1 -0
- package/build/types/domain/mappers/mapStepToComponent.d.ts +1 -2
- package/build/types/domain/mappers/mapStepToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/mapToolbarToComponent.d.ts +1 -0
- package/build/types/domain/mappers/mapToolbarToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/allOfSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/allOfSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiSelectComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiSelectComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiUploadComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToMultiUploadComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToRepeatableComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToRepeatableComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToTupleComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/arraySchemaToComponent/arraySchemaToTupleComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/blobSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/blobSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/booleanSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/booleanSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/constSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/constSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/integerSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/integerSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/numberSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/numberSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/objectSchemaToComponent/assertDisplayOrder.d.ts +1 -0
- package/build/types/domain/mappers/schema/objectSchemaToComponent/assertDisplayOrder.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToFormattedValueComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToFormattedValueComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToMoneyInputComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToMoneyInputComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToObjectComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/objectSchemaToComponent/objectSchemaToObjectComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/persistAsyncSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/persistAsyncSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToDateInputComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToDateInputComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToTextInputComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToTextInputComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToUploadInputComponent.d.ts +1 -0
- package/build/types/domain/mappers/schema/stringSchemaToComponent/stringSchemaToUploadInputComponent.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/types.d.ts +3 -0
- package/build/types/domain/mappers/schema/types.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/utils/getPerformPersistAsyncFn.d.ts +1 -0
- package/build/types/domain/mappers/schema/utils/getPerformPersistAsyncFn.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/utils/getValidationAsyncInitialState.d.ts +1 -0
- package/build/types/domain/mappers/schema/utils/getValidationAsyncInitialState.d.ts.map +1 -0
- package/build/types/domain/mappers/schema/utils/mapCommonSchemaProps.d.ts +1 -0
- package/build/types/domain/mappers/schema/utils/mapCommonSchemaProps.d.ts.map +1 -0
- package/build/types/domain/mappers/types.d.ts +1 -0
- package/build/types/domain/mappers/types.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/FeatureFlags.d.ts +2 -1
- package/build/types/domain/mappers/utils/FeatureFlags.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/behavior-utils.d.ts +1 -0
- package/build/types/domain/mappers/utils/behavior-utils.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/call-to-action-utils.d.ts +5 -2
- package/build/types/domain/mappers/utils/call-to-action-utils.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/getAutocompleteString.d.ts +1 -0
- package/build/types/domain/mappers/utils/getAutocompleteString.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/groupLayoutByPinned.d.ts +1 -0
- package/build/types/domain/mappers/utils/groupLayoutByPinned.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/image.d.ts +1 -0
- package/build/types/domain/mappers/utils/image.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/layout-utils.d.ts +1 -0
- package/build/types/domain/mappers/utils/layout-utils.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/legacy-utils.d.ts +1 -0
- package/build/types/domain/mappers/utils/legacy-utils.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/media-utils.d.ts +1 -0
- package/build/types/domain/mappers/utils/media-utils.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/suggestions-utils.d.ts +1 -0
- package/build/types/domain/mappers/utils/suggestions-utils.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/tags-utils.d.ts +1 -0
- package/build/types/domain/mappers/utils/tags-utils.d.ts.map +1 -0
- package/build/types/domain/mappers/utils/utils.d.ts +1 -0
- package/build/types/domain/mappers/utils/utils.d.ts.map +1 -0
- package/build/types/domain/types.d.ts +13 -14
- package/build/types/domain/types.d.ts.map +1 -0
- package/build/types/getSubflowCallbacks.d.ts +1 -0
- package/build/types/getSubflowCallbacks.d.ts.map +1 -0
- package/build/types/i18n/index.d.ts +1 -0
- package/build/types/i18n/index.d.ts.map +1 -0
- package/build/types/index.d.ts +1 -0
- package/build/types/index.d.ts.map +1 -0
- package/build/types/renderers/CoreContainerRenderer.d.ts +1 -0
- package/build/types/renderers/CoreContainerRenderer.d.ts.map +1 -0
- package/build/types/renderers/CoreRootRenderer.d.ts +1 -0
- package/build/types/renderers/CoreRootRenderer.d.ts.map +1 -0
- package/build/types/renderers/getRenderFunction.d.ts +1 -0
- package/build/types/renderers/getRenderFunction.d.ts.map +1 -0
- package/build/types/renderers/getSchemaErrorMessageFunction.d.ts +1 -0
- package/build/types/renderers/getSchemaErrorMessageFunction.d.ts.map +1 -0
- package/build/types/renderers/mappers/alertComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/alertComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/allOfComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/allOfComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/booleanInputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/booleanInputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/boxComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/boxComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/buttonComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/buttonComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/columnsComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/columnsComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/componentToRendererProps.d.ts +1 -0
- package/build/types/renderers/mappers/componentToRendererProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/constComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/constComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/containerComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/containerComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/dateInputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/dateInputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/decisionComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/decisionComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/dividerComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/dividerComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/externalComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/externalComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/formComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/formComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/formattedValueComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/formattedValueComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/headingComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/headingComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/hiddenComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/hiddenComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/imageComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/imageComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/instructionsComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/instructionsComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/integerInputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/integerInputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/listComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/listComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/loadingIndicatorComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/loadingIndicatorComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/markdownComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/markdownComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/mediaComponentToProps.d.ts +5 -0
- package/build/types/renderers/mappers/mediaComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/modalComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/modalComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/modalLayoutComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/modalLayoutComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/moneyInputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/moneyInputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/multiSelectComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/multiSelectComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/multiUploadInputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/multiUploadInputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/numberInputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/numberInputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/objectComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/objectComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/paragraphComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/paragraphComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/persistAsyncComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/persistAsyncComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/progressComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/progressComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/repeatableComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/repeatableComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/reviewComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/reviewComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/rootComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/rootComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/searchComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/searchComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/sectionComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/sectionComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/selectInputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/selectInputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/statusListComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/statusListComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/subflowComponentToRendererProps.d.ts +1 -0
- package/build/types/renderers/mappers/subflowComponentToRendererProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/tabsComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/tabsComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/textInputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/textInputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/tupleComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/tupleComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/uploadInputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/uploadInputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/upsellComponentToProps.d.ts +5 -0
- package/build/types/renderers/mappers/upsellComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/utils/getValidationState.d.ts +1 -0
- package/build/types/renderers/mappers/utils/getValidationState.d.ts.map +1 -0
- package/build/types/renderers/mappers/utils/inputComponentToProps.d.ts +1 -0
- package/build/types/renderers/mappers/utils/inputComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/mappers/utils/mapErrorsToValidationState.d.ts +1 -0
- package/build/types/renderers/mappers/utils/mapErrorsToValidationState.d.ts.map +1 -0
- package/build/types/renderers/mappers/utils/pick.d.ts +1 -0
- package/build/types/renderers/mappers/utils/pick.d.ts.map +1 -0
- package/build/types/renderers/mappers/utils/selectInputOptionsToProps.d.ts +1 -0
- package/build/types/renderers/mappers/utils/selectInputOptionsToProps.d.ts.map +1 -0
- package/build/types/renderers/stepComponentToProps.d.ts +1 -0
- package/build/types/renderers/stepComponentToProps.d.ts.map +1 -0
- package/build/types/renderers/utils.d.ts +1 -0
- package/build/types/renderers/utils.d.ts.map +1 -0
- package/build/types/stories/types.d.ts +1 -0
- package/build/types/stories/types.d.ts.map +1 -0
- package/build/types/stories/utils/fixtureHttpClient.d.ts +1 -0
- package/build/types/stories/utils/fixtureHttpClient.d.ts.map +1 -0
- package/build/types/stories/utils/getBasicStep.d.ts +1 -0
- package/build/types/stories/utils/getBasicStep.d.ts.map +1 -0
- package/build/types/stories/utils/mockSearchHandler.d.ts +1 -0
- package/build/types/stories/utils/mockSearchHandler.d.ts.map +1 -0
- package/build/types/stories/utils/render-utils.d.ts +1 -0
- package/build/types/stories/utils/render-utils.d.ts.map +1 -0
- package/build/types/test-utils/DynamicFlowWise.d.ts +1 -0
- package/build/types/test-utils/DynamicFlowWise.d.ts.map +1 -0
- package/build/types/test-utils/DynamicFlowWiseModal.d.ts +1 -0
- package/build/types/test-utils/DynamicFlowWiseModal.d.ts.map +1 -0
- package/build/types/test-utils/fetch-utils.d.ts +1 -0
- package/build/types/test-utils/fetch-utils.d.ts.map +1 -0
- package/build/types/test-utils/getMergedTestRenderers.d.ts +2 -1
- package/build/types/test-utils/getMergedTestRenderers.d.ts.map +1 -0
- package/build/types/types.d.ts +1 -0
- package/build/types/types.d.ts.map +1 -0
- package/build/types/useDynamicFlow.d.ts +1 -0
- package/build/types/useDynamicFlow.d.ts.map +1 -0
- package/build/types/useDynamicFlowModal.d.ts +1 -0
- package/build/types/useDynamicFlowModal.d.ts.map +1 -0
- package/build/types/utils/analyse-step.d.ts +1 -0
- package/build/types/utils/analyse-step.d.ts.map +1 -0
- package/build/types/utils/component-utils.d.ts +1 -0
- package/build/types/utils/component-utils.d.ts.map +1 -0
- package/build/types/utils/getScrollToTop.d.ts +1 -0
- package/build/types/utils/getScrollToTop.d.ts.map +1 -0
- package/build/types/utils/normalise-flow-id.d.ts +1 -0
- package/build/types/utils/normalise-flow-id.d.ts.map +1 -0
- package/build/types/utils/openLinkInNewTab.d.ts +1 -0
- package/build/types/utils/openLinkInNewTab.d.ts.map +1 -0
- package/build/types/utils/recursiveMerge.d.ts +1 -0
- package/build/types/utils/recursiveMerge.d.ts.map +1 -0
- package/build/types/utils/type-utils.d.ts +1 -0
- package/build/types/utils/type-utils.d.ts.map +1 -0
- package/build/types/utils/type-validators.d.ts +1 -0
- package/build/types/utils/type-validators.d.ts.map +1 -0
- package/build/types/utils/useStableCallback.d.ts +1 -0
- package/build/types/utils/useStableCallback.d.ts.map +1 -0
- package/package.json +18 -18
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatusListComponent.d.ts","sourceRoot":"","sources":["../../../../src/domain/components/StatusListComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAElE,MAAM,MAAM,mBAAmB,GAAG,mBAAmB,GAAG;IACtD,IAAI,EAAE,aAAa,CAAC;IACpB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAC1C,MAAM,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,MAAM,CAAC;IACzC,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,yBAAyB,GACpC,iBAAiB,IAAI,CACnB,mBAAmB,EACnB,KAAK,GAAG,aAAa,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAC1E,KACA,mBAID,CAAC"}
|
|
@@ -14,3 +14,4 @@ export type SubflowDomainComponent = BaseComponent & {
|
|
|
14
14
|
onError: (error: unknown, status?: number) => void;
|
|
15
15
|
};
|
|
16
16
|
export declare const createSubflowDomainComponent: (subflowProps: Pick<SubflowDomainComponent, "initialRequest" | "presentation" | "requestCache" | "onCompletion" | "onCancellation" | "onError" | "onEvent">, onComponentUpdate: OnComponentUpdate) => SubflowDomainComponent;
|
|
17
|
+
//# sourceMappingURL=SubflowDomainComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubflowDomainComponent.d.ts","sourceRoot":"","sources":["../../../../src/domain/components/SubflowDomainComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAK1E,MAAM,MAAM,sBAAsB,GAAG,aAAa,GAAG;IACnD,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,SAAS,CAAC;IAChB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,YAAY,CAAC;IAC3B,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,YAAY,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;IAC5C,OAAO,EAAE,wBAAwB,CAAC,MAAM,CAAC,CAAC;IAC1C,OAAO,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,4BAA4B,GACvC,cAAc,IAAI,CAChB,sBAAsB,EACpB,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,cAAc,GACd,gBAAgB,GAChB,SAAS,GACT,SAAS,CACZ,EACD,mBAAmB,iBAAiB,KACnC,sBAYF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TabsComponent.d.ts","sourceRoot":"","sources":["../../../../src/domain/components/TabsComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAEhE,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,GAAG,EAAE,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,GAAG,GAAG;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,eAAe,EAAE,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAC9B,WAAW,IAAI,CAAC,aAAa,EAAE,KAAK,GAAG,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC,KAC7F,aAID,CAAC"}
|
|
@@ -21,3 +21,4 @@ export declare const createTextInputComponent: (textInputProps: Pick<TextInputCo
|
|
|
21
21
|
onPersistAsync: OnPersistAsync | undefined;
|
|
22
22
|
summariser: (value: string | null) => RepeatableSummary;
|
|
23
23
|
}, onComponentUpdate: OnComponentUpdate) => TextInputComponent;
|
|
24
|
+
//# sourceMappingURL=TextInputComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextInputComponent.d.ts","sourceRoot":"","sources":["../../../../src/domain/components/TextInputComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAErF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAE1E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,KAAK,EACV,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,WAAW,EACX,oBAAoB,EACrB,MAAM,UAAU,CAAC;AAIlB,MAAM,MAAM,kBAAkB,GAAG,kBAAkB,CAAC,MAAM,GAAG,IAAI,CAAC,GAAG;IACnE,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,CAAC;IACd,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,wBAAwB,GACnC,gBAAgB,IAAI,CAClB,kBAAkB,EAChB,KAAK,GACL,IAAI,GACJ,aAAa,GACb,OAAO,GACP,oBAAoB,GACpB,cAAc,GACd,SAAS,GACT,QAAQ,GACR,aAAa,GACb,UAAU,GACV,eAAe,GACf,MAAM,GACN,QAAQ,GACR,WAAW,GACX,OAAO,GACP,WAAW,GACX,aAAa,GACb,UAAU,GACV,aAAa,GACb,OAAO,GACP,MAAM,GACN,OAAO,GACP,sBAAsB,CACzB,GAAG;IACF,MAAM,EAAE,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IACxC,sBAAsB,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC3D,cAAc,EAAE,cAAc,GAAG,SAAS,CAAC;IAC3C,aAAa,EAAE,aAAa,CAAC;IAC7B,cAAc,EAAE,cAAc,GAAG,SAAS,CAAC;IAC3C,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,iBAAiB,CAAC;CACzD,EACD,mBAAmB,iBAAiB,KACnC,kBAmFF,CAAC"}
|
|
@@ -9,3 +9,4 @@ export type TupleComponent = BaseSchemaComponent<LocalValueArray> & {
|
|
|
9
9
|
export declare const createTupleComponent: (tupleProps: Pick<TupleComponent, "uid" | "schemaId" | "analyticsId" | "alert" | "control" | "description" | "components" | "help" | "hidden" | "media" | "schemaId" | "title" | "tags"> & {
|
|
10
10
|
summariser: (value: LocalValue | null) => RepeatableSummary;
|
|
11
11
|
}) => TupleComponent;
|
|
12
|
+
//# sourceMappingURL=TupleComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TupleComponent.d.ts","sourceRoot":"","sources":["../../../../src/domain/components/TupleComponent.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,mBAAmB,EACnB,WAAW,EACX,UAAU,EACV,eAAe,EACf,iBAAiB,EACjB,eAAe,EAChB,MAAM,UAAU,CAAC;AAElB,MAAM,MAAM,cAAc,GAAG,mBAAmB,CAAC,eAAe,CAAC,GAAG;IAClE,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,UAAU,EAAE,eAAe,EAAE,CAAC;IAC9B,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,WAAW,EAAE,MAAM,eAAe,EAAE,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAC/B,YAAY,IAAI,CACd,cAAc,EACZ,KAAK,GACL,UAAU,GACV,aAAa,GACb,OAAO,GACP,SAAS,GACT,aAAa,GACb,YAAY,GACZ,MAAM,GACN,QAAQ,GACR,OAAO,GACP,UAAU,GACV,OAAO,GACP,MAAM,CACT,GAAG;IACF,UAAU,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,KAAK,iBAAiB,CAAC;CAC7D,KACA,cAqDF,CAAC"}
|
|
@@ -21,3 +21,4 @@ export declare const createUploadInputComponent: (uploadInputProps: Pick<UploadI
|
|
|
21
21
|
onPersistAsync: OnPersistAsync | undefined;
|
|
22
22
|
summariser: (value: string | null) => RepeatableSummary;
|
|
23
23
|
}, onComponentUpdate: OnComponentUpdate) => UploadInputComponent;
|
|
24
|
+
//# sourceMappingURL=UploadInputComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UploadInputComponent.d.ts","sourceRoot":"","sources":["../../../../src/domain/components/UploadInputComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAErF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,KAAK,EACV,kBAAkB,EAClB,iBAAiB,EACjB,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,YAAY,EACb,MAAM,UAAU,CAAC;AAKlB,MAAM,MAAM,oBAAoB,GAAG,kBAAkB,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG;IACnE,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,oBAAoB,CAAC,EAAE,SAAS,CAAC;IACjC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,IAAI,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACjD,CAAC;AAEF,eAAO,MAAM,0BAA0B,GACrC,kBAAkB,IAAI,CACpB,oBAAoB,EAClB,KAAK,GACL,IAAI,GACJ,SAAS,GACT,aAAa,GACb,OAAO,GACP,cAAc,GACd,cAAc,GACd,SAAS,GACT,QAAQ,GACR,aAAa,GACb,UAAU,GACV,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,SAAS,GACT,OAAO,GACP,aAAa,GACb,UAAU,GACV,QAAQ,GACR,OAAO,GACP,MAAM,GACN,OAAO,CACV,GAAG;IACF,MAAM,EAAE,cAAc,CAAC,IAAI,GAAG,IAAI,CAAC,EAAE,CAAC;IACtC,cAAc,EAAE,cAAc,GAAG,SAAS,CAAC;IAC3C,aAAa,EAAE,aAAa,CAAC;IAC7B,cAAc,EAAE,cAAc,GAAG,SAAS,CAAC;IAC3C,UAAU,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,iBAAiB,CAAC;CACzD,EACD,mBAAmB,iBAAiB,KACnC,oBAgFF,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { BaseLayoutComponent, CallToAction, Context, Media, OnComponentUpdate } from '../types';
|
|
2
|
+
export type UpsellComponent = BaseLayoutComponent & {
|
|
3
|
+
type: 'upsell';
|
|
4
|
+
kind: 'layout';
|
|
5
|
+
text: string;
|
|
6
|
+
callToAction: CallToAction;
|
|
7
|
+
media?: Media;
|
|
8
|
+
visible: boolean;
|
|
9
|
+
onDismiss: (() => void) | undefined;
|
|
10
|
+
context: Context;
|
|
11
|
+
};
|
|
12
|
+
export declare const createUpsellComponent: (upsellProps: Pick<UpsellComponent, "uid" | "analyticsId" | "callToAction" | "context" | "control" | "margin" | "media" | "tags" | "text" | "onDismiss">, onComponentUpdate: OnComponentUpdate) => UpsellComponent;
|
|
13
|
+
//# sourceMappingURL=UpsellComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpsellComponent.d.ts","sourceRoot":"","sources":["../../../../src/domain/components/UpsellComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,YAAY,EACZ,OAAO,EACP,KAAK,EACL,iBAAiB,EAClB,MAAM,UAAU,CAAC;AAGlB,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG;IAClD,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,YAAY,CAAC;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAC;IACpC,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAChC,aAAa,IAAI,CACf,eAAe,EACb,KAAK,GACL,aAAa,GACb,cAAc,GACd,SAAS,GACT,SAAS,GACT,QAAQ,GACR,OAAO,GACP,MAAM,GACN,MAAM,GACN,WAAW,CACd,EACD,mBAAmB,iBAAiB,KACnC,eAmBF,CAAC"}
|
|
@@ -15,6 +15,7 @@ export type SearchComponent = BaseLayoutComponent & {
|
|
|
15
15
|
type: 'search';
|
|
16
16
|
kind: 'layout';
|
|
17
17
|
emptyMessage: string;
|
|
18
|
+
hint?: string;
|
|
18
19
|
isLoading: boolean;
|
|
19
20
|
query: string;
|
|
20
21
|
title: string;
|
|
@@ -23,4 +24,5 @@ export type SearchComponent = BaseLayoutComponent & {
|
|
|
23
24
|
onChange: (query: string) => void;
|
|
24
25
|
onSelect: (result: SearchResult) => void;
|
|
25
26
|
};
|
|
26
|
-
export declare const createSearchComponent: (searchProps: Pick<SearchComponent, "uid" | "analyticsId" | "control" | "emptyMessage" | "margin" | "tags" | "title">, performSearch: PerformSearch, onBehavior: OnBehavior, onComponentUpdate: OnComponentUpdate) => SearchComponent;
|
|
27
|
+
export declare const createSearchComponent: (searchProps: Pick<SearchComponent, "uid" | "analyticsId" | "control" | "emptyMessage" | "hint" | "margin" | "tags" | "title">, performSearch: PerformSearch, onBehavior: OnBehavior, onComponentUpdate: OnComponentUpdate) => SearchComponent;
|
|
28
|
+
//# sourceMappingURL=SearchComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/searchComponent/SearchComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,OAAO,KAAK,EAAE,mBAAmB,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAKtF,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,WAAW,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,KAAK,EAAE,WAAW,KAAK,OAAO,CAAC,YAAY,EAAE,CAAC,CAAC;AAE5E,MAAM,MAAM,eAAe,GAAG,mBAAmB,GAAG;IAClD,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,EAAE,QAAQ,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;CAC1C,CAAC;AAIF,eAAO,MAAM,qBAAqB,GAChC,aAAa,IAAI,CACf,eAAe,EACf,KAAK,GAAG,aAAa,GAAG,SAAS,GAAG,cAAc,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAC1F,EACD,eAAe,aAAa,EAC5B,YAAY,UAAU,EACtB,mBAAmB,iBAAiB,KACnC,eA+EF,CAAC"}
|
|
@@ -10,3 +10,4 @@ export type ExternalConfirmationComponent = BaseComponent & {
|
|
|
10
10
|
onCancel: () => void;
|
|
11
11
|
};
|
|
12
12
|
export declare const createExternalConfirmation: (uid: string, url: string, onComponentUpdate: OnComponentUpdate) => ExternalConfirmationComponent;
|
|
13
|
+
//# sourceMappingURL=ExternalConfirmationComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalConfirmationComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/step/ExternalConfirmationComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAG/D,MAAM,MAAM,6BAA6B,GAAG,aAAa,GAAG;IAC1D,IAAI,EAAE,uBAAuB,CAAC;IAC9B,IAAI,EAAE,QAAQ,CAAC;IACf,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,CAAC;IACxD,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,0BAA0B,GACrC,KAAK,MAAM,EACX,KAAK,MAAM,EACX,mBAAmB,iBAAiB,KACnC,6BA2BF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StepDomainComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/step/StepDomainComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,eAAe,EACf,eAAe,EACf,YAAY,EACZ,UAAU,EACV,UAAU,EACV,eAAe,EACf,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAErB,OAAO,KAAK,EAAE,uBAAuB,EAAE,IAAI,EAAE,MAAM,+BAA+B,CAAC;AACnF,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAMrE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iDAAiD,CAAC;AACnF,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGnD,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AAEvE,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,oBAAoB,CAAC,EAAE,6BAA6B,CAAC;IACrD,YAAY,EAAE,YAAY,CAAC;IAC3B,aAAa,EAAE,uBAAuB,CAAC;IACvC,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,cAAc,EAAE,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,SAAS,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;IAC3C,WAAW,EAAE,MAAM,eAAe,EAAE,CAAC;IACrC,SAAS,EAAE,MAAM,cAAc,EAAE,CAAC;IAClC,aAAa,EAAE,MAAM,UAAU,CAAC;IAChC,mBAAmB,EAAE,MAAM,OAAO,CAAC,KAAK,CAAC,CAAC;IAC1C,uBAAuB,EAAE,MAAM,KAAK,CAAC;IACrC,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,eAAe,EAAE,CAAC,YAAY,EAAE,YAAY,KAAK,IAAI,CAAC;IACtD,UAAU,EAAE,UAAU,CAAC;IACvB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB,UAAU,EAAE,wBAAwB,CAAC,MAAM,CAAC,CAAC;CAC9C,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAC9B,WAAW,IAAI,CACb,mBAAmB,EACjB,KAAK,GACL,MAAM,GACN,SAAS,GACT,kBAAkB,GAClB,kBAAkB,GAClB,kBAAkB,GAClB,SAAS,GACT,aAAa,GACb,OAAO,GACP,sBAAsB,GACtB,cAAc,GACd,eAAe,GACf,MAAM,GACN,MAAM,GACN,OAAO,GACP,MAAM,GACN,YAAY,GACZ,YAAY,CACf,GAAG;IACF,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,YAAY,EAAE,YAAY,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;CACtC,KACA,mBAuEF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToolbarComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/step/ToolbarComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,SAAS,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC;AAEF,KAAK,WAAW,GAAG,aAAa,CAAC;AAEjC,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,gBAAgB,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WithUpdate.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/utils/WithUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE9C,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,eAAe,IAAI,CAAC,GAAG;IACtD,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,KAAK,IAAI,CAAC;CACjD,CAAC"}
|
|
@@ -6,3 +6,4 @@ import type { DomainComponent, OnComponentUpdate } from '../../types';
|
|
|
6
6
|
* @returns a function that can be used to update components without the linter shouting at us.
|
|
7
7
|
*/
|
|
8
8
|
export declare const getInputUpdateFunction: <C extends DomainComponent>(onComponentUpdate: OnComponentUpdate) => (component: C, updateFn: (component: C) => void) => void;
|
|
9
|
+
//# sourceMappingURL=component-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component-utils.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/utils/component-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAEtE;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,GAAI,CAAC,SAAS,eAAe,EAC9D,mBAAmB,iBAAiB,MAE5B,WAAW,CAAC,EAAE,UAAU,CAAC,SAAS,EAAE,CAAC,KAAK,IAAI,SAIvD,CAAC"}
|
|
@@ -4,3 +4,4 @@ export interface DebouncedFunc<T extends (...args: Parameters<T>) => ReturnType<
|
|
|
4
4
|
flush: () => void;
|
|
5
5
|
}
|
|
6
6
|
export declare const debounce: <T extends (...args: Parameters<T>) => ReturnType<T>>(callback: T, waitMs: number) => DebouncedFunc<T>;
|
|
7
|
+
//# sourceMappingURL=debounce.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debounce.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/utils/debounce.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,UAAU,CAAC,CAAC,CAAC;IAChF,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAC/B,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,UAAU,CAAC,CAAC,CAAC,EAC1E,UAAU,CAAC,EACX,QAAQ,MAAM,KACb,aAAa,CAAC,CAAC,CAwCjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-utils.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/utils/file-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,GAAU,MAAM,IAAI,KAAG,OAAO,CAAC,MAAM,CAMtD,CAAC;AAEL,eAAO,MAAM,mBAAmB,GAAI,SAAS,MAAM,EAAE,UAAU,MAAM,gBAMpE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRandomId.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/utils/getRandomId.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,cAAgD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isExactLocalValueMatch.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/utils/isExactLocalValueMatch.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,eAAO,MAAM,sBAAsB,GAAI,QAAQ,UAAU,EAAE,QAAQ,UAAU,KAAG,OAgB/E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isOrWasValid.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/utils/isOrWasValid.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEzC,eAAO,MAAM,YAAY,GAAI,CAAC,SAAS,UAAU,EAC/C,WAAW,CAAC,KAAK,EAAE,CAAC,KAAK,MAAM,EAAE,EACjC,UAAU,CAAC,EACX,SAAS,CAAC,YAMX,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isPartialModelMatch.d.ts","sourceRoot":"","sources":["../../../../../src/domain/components/utils/isPartialModelMatch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,EAAE,MAAM,+BAA+B,CAAC;AAIlE,eAAO,MAAM,mBAAmB,GAAI,YAAY,KAAK,EAAE,eAAe,KAAK,KAAG,OAwB7E,CAAC"}
|
|
@@ -1 +1,2 @@
|
|
|
1
1
|
export declare const eventNames: readonly ["Initiated", "Succeeded", "Failed", "Cancelled", "Step Shown", "Action Triggered", "Action Succeeded", "Action Aborted", "Action Failed", "Refresh Triggered", "Refresh Succeeded", "Refresh Aborted", "Refresh Failed", "OneOf Selected", "OneOf Option Selected", "PersistAsync Triggered", "PersistAsync Succeeded", "PersistAsync Failed", "Polling Failed", "ValidationAsync Triggered", "ValidationAsync Succeeded", "ValidationAsync Failed"];
|
|
2
|
+
//# sourceMappingURL=eventNames.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eventNames.d.ts","sourceRoot":"","sources":["../../../../src/domain/features/eventNames.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,gcAuBb,CAAC"}
|
|
@@ -5,3 +5,4 @@ export type EventName = (typeof eventNames)[number];
|
|
|
5
5
|
export type LogLevel = 'info' | 'warning' | 'error';
|
|
6
6
|
export type LoggingEventHandler = (level: LogLevel, message: string, extra: Record<string, unknown>) => void;
|
|
7
7
|
export type LoggingEventDispatcher = (level: LogLevel, message: string, extra?: Record<string, unknown>) => void;
|
|
8
|
+
//# sourceMappingURL=events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/domain/features/events.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,MAAM,qBAAqB,GAAG,CAClC,SAAS,EAAE,MAAM,EACjB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KACjC,IAAI,CAAC;AAEV,MAAM,MAAM,wBAAwB,CAAC,CAAC,SAAS,MAAM,GAAG,SAAS,IAAI,CACnE,SAAS,EAAE,CAAC,EACZ,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KACjC,IAAI,CAAC;AAEV,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpD,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AAEpD,MAAM,MAAM,mBAAmB,GAAG,CAChC,KAAK,EAAE,QAAQ,EACf,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC3B,IAAI,CAAC;AAEV,MAAM,MAAM,sBAAsB,GAAG,CACnC,KAAK,EAAE,QAAQ,EACf,OAAO,EAAE,MAAM,EACf,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC5B,IAAI,CAAC"}
|
|
@@ -7,3 +7,4 @@ type UpdateMultiUploadInputComponent = (component: MultiUploadInputComponent, up
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const getComponentMultiPersistAsync: (update: UpdateMultiUploadInputComponent, performPersistAsync: PerformPersistAsync) => (component: MultiUploadInputComponent, index: number, value: LocalValue) => Promise<string | number | boolean | import("@wise/dynamic-flow-types/spec").JsonObject | import("@wise/dynamic-flow-types/spec").JsonArray | null>;
|
|
9
9
|
export {};
|
|
10
|
+
//# sourceMappingURL=getComponentMultiPersistAsync.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getComponentMultiPersistAsync.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/persistAsync/getComponentMultiPersistAsync.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,4CAA4C,CAAC;AAE5F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAGpE,KAAK,+BAA+B,GAAG,CACrC,SAAS,EAAE,yBAAyB,EACpC,QAAQ,EAAE,CAAC,SAAS,EAAE,yBAAyB,KAAK,IAAI,KACrD,IAAI,CAAC;AACV;;GAEG;AACH,eAAO,MAAM,6BAA6B,GACvC,QAAQ,+BAA+B,EAAE,qBAAqB,mBAAmB,MAK3E,WAAW,yBAAyB,EAAE,OAAO,MAAM,EAAE,OAAO,UAAU,uJA2C5E,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { JsonElement } from '@wise/dynamic-flow-types/spec';
|
|
2
2
|
import type { LocalValue, PersistedState } from '../../types';
|
|
3
3
|
export declare const getInitialPersistedState: (lastSubmitted?: LocalValue, model?: JsonElement) => PersistedState;
|
|
4
|
+
//# sourceMappingURL=getInitialPersistedState.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInitialPersistedState.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/persistAsync/getInitialPersistedState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG9D,eAAO,MAAM,wBAAwB,GACnC,gBAAgB,UAAU,EAC1B,QAAQ,WAAW,KAClB,cAKD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPerformPersistAsync.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/persistAsync/getPerformPersistAsync.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAc,MAAM,+BAA+B,CAAC;AAC7E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,EAAE,wBAAwB,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAIlF,MAAM,MAAM,mBAAmB,GAAG,CAAC,KAAK,EAAE,iBAAiB,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC;AAErF,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,UAAU,CAAC;IAClB,MAAM,EAAE,WAAW,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,GAAI,0FAOpC;IACD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,UAAU,EAAE,UAAU,CAAC;IACvB,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,sBAAsB,CAAC;IACjC,UAAU,EAAE,wBAAwB,CAAC;CACtC,KAAG,mBA0CH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStepPolling.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/polling/getStepPolling.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAE7D,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,aAAa,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,sBAAsB,CAAC;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,0BAA0B,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC1D,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,8EAM5B,gBAAgB,KAAG,WA+CrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStepPrefetch.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/prefetch/getStepPrefetch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAE5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAmD,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEhG,MAAM,MAAM,YAAY,GAAG;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,KAAK,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IACpC,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,eAAe,GAC1B,YAAY,UAAU,EACtB,kBAAkB,YAAY,EAC9B,qBAAqB,CAAC,QAAQ,GAAG;IAAE,IAAI,EAAE,QAAQ,GAAG,SAAS,CAAA;CAAE,CAAC,EAAE,KACjE,YA8CF,CAAC"}
|
|
@@ -8,3 +8,4 @@ export declare const makeRequestCacheWithParent: (parent: RequestCache | undefin
|
|
|
8
8
|
export declare const makeRequestCache: (initialValues?: RequestCacheEntries) => RequestCache;
|
|
9
9
|
export declare const normaliseRequestCache: (cache: RequestCache | RequestCacheEntries | undefined) => RequestCache;
|
|
10
10
|
export declare const makeRequestCacheKey: (requestParams: Parameters<HttpClient>) => string;
|
|
11
|
+
//# sourceMappingURL=request-cache.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-cache.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/prefetch/request-cache.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5C,MAAM,MAAM,YAAY,GAAG;IACzB,GAAG,EAAE,CAAC,aAAa,EAAE,UAAU,CAAC,UAAU,CAAC,KAAK,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC,GAAG,SAAS,CAAC;IACrF,GAAG,EAAE,CAAC,aAAa,EAAE,UAAU,CAAC,UAAU,CAAC,EAAE,eAAe,EAAE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC,KAAK,IAAI,CAAC;CACjG,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,SAAS,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC;AAEhG,eAAO,MAAM,0BAA0B,GAAI,QAAQ,YAAY,GAAG,SAAS,KAAG,YAe7E,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,gBAAe,mBAAwB,KAAG,YAO1E,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAChC,OAAO,YAAY,GAAG,mBAAmB,GAAG,SAAS,KACpD,YAQF,CAAC;AAQF,eAAO,MAAM,mBAAmB,GAAI,eAAe,UAAU,CAAC,UAAU,CAAC,KAAG,MAU3E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getStepRefreshAfter.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/refreshAfter/getStepRefreshAfter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,MAAM,MAAM,gBAAgB,GAAG;IAAE,KAAK,EAAE,MAAM,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,IAAI,CAAA;CAAE,CAAC;AAEvE,KAAK,KAAK,GAAG;IAAE,YAAY,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,sBAAsB,CAAC;IAAC,UAAU,EAAE,UAAU,CAAA;CAAE,CAAC;AAIhG,eAAO,MAAM,mBAAmB,GAAI,yCAIjC,KAAK,KAAG,gBAyBV,CAAC"}
|
|
@@ -7,3 +7,4 @@ type DebouncedSchemaOnChange<V extends LocalValue> = {
|
|
|
7
7
|
};
|
|
8
8
|
export declare const getDebouncedSchemaOnChange: <V extends LocalValue>(onChange: SchemaOnChange | undefined, getValidationErrors: (value: V) => string[]) => DebouncedSchemaOnChange<V> | undefined;
|
|
9
9
|
export {};
|
|
10
|
+
//# sourceMappingURL=getDebouncedSchemaOnChange.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDebouncedSchemaOnChange.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/schema-on-change/getDebouncedSchemaOnChange.ts"],"names":[],"mappings":"AAIA,OAAO,EAAsB,UAAU,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAIrD,KAAK,uBAAuB,CAAC,CAAC,SAAS,UAAU,IAAI;IACnD,CAAC,SAAS,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,GAAG,IAAI,CAAC;IACtC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,0BAA0B,GAAI,CAAC,SAAS,UAAU,EAC7D,UAAU,cAAc,GAAG,SAAS,EACpC,qBAAqB,CAAC,KAAK,EAAE,CAAC,KAAK,MAAM,EAAE,KAC1C,uBAAuB,CAAC,CAAC,CAAC,GAAG,SAW/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSchemaOnChange.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/schema-on-change/getSchemaOnChange.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAEvD,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAEnD,MAAM,MAAM,cAAc,GAAG;IAAE,IAAI,UAAU,CAAC,UAAU,CAAC,CAAC;IAAC,YAAY,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAA;CAAE,CAAC;AAE5F,eAAO,MAAM,iBAAiB,GAC5B,QAAQ,MAAM,EACd,YAAY,UAAU,KACrB,cAAc,GAAG,SAanB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { SearchConfig, PerformSearch } from '../../components/searchComponent/SearchComponent';
|
|
2
2
|
import type { HttpClient } from '../../../types';
|
|
3
3
|
export declare const getPerformSearchFunction: (httpClient: HttpClient, defaultConfig: SearchConfig) => PerformSearch;
|
|
4
|
+
//# sourceMappingURL=getPerformSearchFunction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPerformSearchFunction.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/search/getPerformSearchFunction.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,kDAAkD,CAAC;AAEpG,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAGjD,eAAO,MAAM,wBAAwB,GACnC,YAAY,UAAU,EACtB,eAAe,YAAY,KAC1B,aA+BF,CAAC"}
|
|
@@ -5,3 +5,4 @@ export declare const getSummariser: <S extends Schema>(schema: S) => (value: Loc
|
|
|
5
5
|
export declare const getConstSummary: (schema: Schema, model: Model | null) => RepeatableSummary;
|
|
6
6
|
export declare const summariseFromChildren: (components: SchemaComponent[]) => RepeatableSummary;
|
|
7
7
|
export declare const mergeSummaries: (summaryA: RepeatableSummary, summaryB: RepeatableSummary) => RepeatableSummary;
|
|
8
|
+
//# sourceMappingURL=summary-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summary-utils.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/summary/summary-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAsB,KAAK,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAC;AAEvF,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGlF,0GAA0G;AAC1G,eAAO,MAAM,aAAa,GACvB,CAAC,SAAS,MAAM,EAAE,QAAQ,CAAC,MAC3B,OAAO,UAAU,GAAG,IAAI,sBAKxB,CAAC;AAEJ,eAAO,MAAM,eAAe,GAAI,QAAQ,MAAM,EAAE,OAAO,KAAK,GAAG,IAAI,sBAKlE,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,YAAY,eAAe,EAAE,sBAIhE,CAAC;AAGJ,eAAO,MAAM,cAAc,GACzB,UAAU,iBAAiB,EAC3B,UAAU,iBAAiB,KAC1B,iBAID,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http-utils.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/utils/http-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAEhE,wBAAgB,gBAAgB,CAAC,EAC/B,KAAK,EACL,MAAM,EACN,aAAa,GACd,EAAE;IACD,KAAK,EAAE,UAAU,CAAC;IAClB,MAAM,EAAE,WAAW,CAAC;IACpB,aAAa,EAAE;QAAE,MAAM,EAAE,UAAU,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC;CACtD;;;;;;;EAgBA;AAQD,eAAO,MAAM,uBAAuB,GAAI,iBAAiB,eAAe,oBAGvE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"response-utils.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/utils/response-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAIjE,eAAO,MAAM,6BAA6B,GAAI,OAAO,WAAW,uCAM/D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec-utils.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/validation/spec-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAGjE,eAAO,MAAM,yBAAyB,EAAE,qBAiBvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validateStringPattern.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/validation/validateStringPattern.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,eAAO,MAAM,qBAAqB,GAChC,SAAS,MAAM,GAAG,SAAS,EAC3B,WAAW,sBAAsB,SAsBlC,CAAC"}
|
|
@@ -5,3 +5,4 @@ export declare const validateComponents: (components: SchemaComponent[]) => bool
|
|
|
5
5
|
* Returns a function that takes a local value and returns an array of validation errors
|
|
6
6
|
*/
|
|
7
7
|
export declare const getLocalValueValidator: <V extends LocalValue>(checks: IsInvalidCheck<V>[]) => (currentValue: V) => string[];
|
|
8
|
+
//# sourceMappingURL=validation-functions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation-functions.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/validation/validation-functions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAErD,eAAO,MAAM,kBAAkB,GAAI,YAAY,eAAe,EAAE,KAAG,OACO,CAAC;AAE3E;;GAEG;AACH,eAAO,MAAM,sBAAsB,GAChC,CAAC,SAAS,UAAU,EAAE,QAAQ,cAAc,CAAC,CAAC,CAAC,EAAE,MACjD,cAAc,CAAC,aAC6C,CAAC"}
|
|
@@ -25,3 +25,4 @@ export declare const getNotAdheringToPatternCheck: GetIsInvalidCheck<StringSchem
|
|
|
25
25
|
export declare const getRequiredCheck: (required: boolean, messageFunctions: ErrorMessageFunctions) => IsInvalidCheck<LocalValue | null>;
|
|
26
26
|
export declare const getValidDateCheck: (required: boolean, messageFunctions: ErrorMessageFunctions) => IsInvalidCheck<string | null>;
|
|
27
27
|
export {};
|
|
28
|
+
//# sourceMappingURL=value-checks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"value-checks.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/validation/value-checks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACb,YAAY,EACZ,MAAM,EACN,YAAY,EACb,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,4BAA4B,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAQjG,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAGnD,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,UAAU,IAAI,CAAC,KAAK,EAAE,CAAC,GAAG,IAAI,KAAK,MAAM,GAAG,IAAI,CAAC;AAEtF,KAAK,iBAAiB,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,UAAU,IAAI,CAC/D,MAAM,EAAE,CAAC,EACT,gBAAgB,EAAE,qBAAqB,EACvC,OAAO,CAAC,EAAE;IAAE,QAAQ,CAAC,EAAE,sBAAsB,CAAA;CAAE,KAC5C,cAAc,CAAC,CAAC,CAAC,CAAC;AAEvB,eAAO,MAAM,qBAAqB,EAAE,iBAAiB,CAAC,eAAe,EAAE,eAAe,GAAG,IAAI,CAO1F,CAAC;AAEJ,eAAO,MAAM,qBAAqB,EAAE,iBAAiB,CAAC,eAAe,EAAE,eAAe,GAAG,IAAI,CAO1F,CAAC;AAEJ,eAAO,MAAM,qBAAqB,EAAE,iBAAiB,CAAC,eAAe,EAAE,eAAe,GAAG,IAAI,CAO1F,CAAC;AAEJ,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAC9C,4BAA4B,GAAG,sBAAsB,EACrD,IAAI,GAAG,IAAI,CAOZ,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAC9C,4BAA4B,GAAG,sBAAsB,EACrD,IAAI,GAAG,IAAI,CAQZ,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,iBAAiB,CAAC,eAAe,EAAE,eAAe,GAAG,IAAI,CAO1F,CAAC;AACJ,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAO/E,CAAC;AAEJ,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAO/E,CAAC;AAEJ,eAAO,MAAM,oBAAoB,EAAE,iBAAiB,CAAC,YAAY,GAAG,aAAa,EAAE,MAAM,GAAG,IAAI,CAO7F,CAAC;AAEJ,eAAO,MAAM,oBAAoB,EAAE,iBAAiB,CAAC,YAAY,GAAG,aAAa,EAAE,MAAM,GAAG,IAAI,CAO7F,CAAC;AAEJ,eAAO,MAAM,+BAA+B,EAAE,iBAAiB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAcxF,CAAC;AAEJ,eAAO,MAAM,+BAA+B,EAAE,iBAAiB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAcxF,CAAC;AAEJ,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAOjF,CAAC;AAEJ,eAAO,MAAM,wBAAwB,EAAE,iBAAiB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAOjF,CAAC;AAEJ,eAAO,MAAM,4BAA4B,EAAE,iBAAiB,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAavF,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAC1B,UAAU,OAAO,EAAE,kBAAkB,qBAAqB,KAAG,cAAc,CAAC,UAAU,GAAG,IAAI,CAe7F,CAAC;AAEJ,eAAO,MAAM,iBAAiB,GAC3B,UAAU,OAAO,EAAE,kBAAkB,qBAAqB,KAAG,cAAc,CAAC,MAAM,GAAG,IAAI,CAMzF,CAAC"}
|
|
@@ -14,3 +14,4 @@ type Update<C extends Validatable> = (component: C, updateFn: (component: C) =>
|
|
|
14
14
|
export declare const getComponentValidationAsync: <C extends Validatable>(update: Update<C>, performValidationAsync: PerformValidationAsync) => (component: C, currentValue: LocalValue) => Promise<string | null | undefined>;
|
|
15
15
|
export declare const getDebouncedComponentValidationAsync: <C extends Validatable>(update: Update<C>, performValidationAsync: PerformValidationAsync) => import("../../components/utils/debounce").DebouncedFunc<(component: C, currentValue: LocalValue) => Promise<string | null | undefined>>;
|
|
16
16
|
export {};
|
|
17
|
+
//# sourceMappingURL=getComponentValidationAsync.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getComponentValidationAsync.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/validationAsync/getComponentValidationAsync.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AACvF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AAE9E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E,KAAK,WAAW,GACZ,qBAAqB,GACrB,kBAAkB,GAClB,qBAAqB,GACrB,oBAAoB,GACpB,oBAAoB,GACpB,kBAAkB,CAAC;AAEvB,KAAK,MAAM,CAAC,CAAC,SAAS,WAAW,IAAI,CAAC,SAAS,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,SAAS,EAAE,CAAC,KAAK,IAAI,KAAK,IAAI,CAAC;AAE9F;;GAEG;AACH,eAAO,MAAM,2BAA2B,GACrC,CAAC,SAAS,WAAW,EAAE,QAAQ,MAAM,CAAC,CAAC,CAAC,EAAE,wBAAwB,sBAAsB,MAKlF,WAAW,CAAC,EAAE,cAAc,UAAU,uCA6C5C,CAAC;AAEJ,eAAO,MAAM,oCAAoC,GAAI,CAAC,SAAS,WAAW,EACxE,QAAQ,MAAM,CAAC,CAAC,CAAC,EACjB,wBAAwB,sBAAsB,0FAjDX,UAAU,wCAkDiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getInitialValidationAsyncState.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/validationAsync/getInitialValidationAsyncState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAExD,eAAO,MAAM,8BAA8B,QAAO,oBAIhD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPerformValidationAsync.d.ts","sourceRoot":"","sources":["../../../../../src/domain/features/validationAsync/getPerformValidationAsync.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAe,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAI1D,MAAM,MAAM,sBAAsB,GAAG,CAAC,KAAK,EAAE,oBAAoB,KAAK,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;AAE7F,KAAK,oBAAoB,GAAG;IAC1B,KAAK,EAAE,UAAU,CAAC;IAClB,MAAM,EAAE,WAAW,CAAC;CACrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB,GAAI,8DAKvC;IACD,UAAU,EAAE,UAAU,CAAC;IACvB,qBAAqB,EAAE,aAAa,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,wBAAwB,CAAC;CACtC,KAAG,sBAwCH,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { AlertLayout } from '@wise/dynamic-flow-types/spec';
|
|
2
2
|
import { MapperProps } from '../schema/types';
|
|
3
3
|
export declare const alertLayoutToComponent: (uid: string, { control, markdown, margin, context, callToAction, analyticsId, tags, }: AlertLayout, mapperProps: MapperProps) => import("../../components/AlertComponent").AlertComponent;
|
|
4
|
+
//# sourceMappingURL=alertLayoutToComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alertLayoutToComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/layout/alertLayoutToComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAEjE,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAI9C,eAAO,MAAM,sBAAsB,GACjC,KAAK,MAAM,EACX,0EAQG,WAAW,EACd,aAAa,WAAW,6DAazB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import { type BoxComponent } from '../../components/BoxComponent';
|
|
|
3
3
|
import type { SchemaComponent } from '../../types';
|
|
4
4
|
import type { MapperProps } from '../schema/types';
|
|
5
5
|
export declare const boxLayoutToComponent: (uid: string, { border, components, control, margin, width, analyticsId, tags }: BoxLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => BoxComponent;
|
|
6
|
+
//# sourceMappingURL=boxLayoutToComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"boxLayoutToComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/layout/boxLayoutToComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAC/D,OAAO,EAAE,KAAK,YAAY,EAAsB,MAAM,+BAA+B,CAAC;AACtF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGnD,eAAO,MAAM,oBAAoB,GAC/B,KAAK,MAAM,EACX,mEAA2E,SAAS,EACpF,aAAa,WAAW,EACxB,kBAAkB,eAAe,EAAE,KAClC,YAYC,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { ButtonLayout } from '@wise/dynamic-flow-types/spec';
|
|
2
2
|
import type { MapperProps } from '../schema/types';
|
|
3
3
|
export declare const buttonLayoutToComponent: (uid: string, button: ButtonLayout, mapperProps: MapperProps) => import("../../components/ButtonComponent").ButtonComponent;
|
|
4
|
+
//# sourceMappingURL=buttonLayoutToComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buttonLayoutToComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/layout/buttonLayoutToComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAU,YAAY,EAAW,MAAM,+BAA+B,CAAC;AAGnF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AASnD,eAAO,MAAM,uBAAuB,GAClC,KAAK,MAAM,EACX,QAAQ,YAAY,EACpB,aAAa,WAAW,+DAoBzB,CAAC"}
|
|
@@ -3,3 +3,4 @@ import { type ColumnsComponent } from '../../components/ColumnsComponent';
|
|
|
3
3
|
import type { SchemaComponent } from '../../types';
|
|
4
4
|
import type { MapperProps } from '../schema/types';
|
|
5
5
|
export declare const columnsLayoutToComponent: (uid: string, { control, left, right, bias, margin, analyticsId, tags }: ColumnsLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => ColumnsComponent;
|
|
6
|
+
//# sourceMappingURL=columnsLayoutToComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columnsLayoutToComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/layout/columnsLayoutToComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAEnE,OAAO,EAAE,KAAK,gBAAgB,EAA0B,MAAM,mCAAmC,CAAC;AAGlG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGnD,eAAO,MAAM,wBAAwB,GACnC,KAAK,MAAM,EACX,2DAA2D,aAAa,EACxE,aAAa,WAAW,EACxB,kBAAkB,eAAe,EAAE,KAClC,gBAmBC,CAAC"}
|
|
@@ -3,3 +3,4 @@ import type { MapperProps } from '../schema/types';
|
|
|
3
3
|
export declare const decisionLayoutToComponent: (uid: string, { analyticsId, control, margin, options, tags, title, }: Omit<DecisionLayout, "options"> & {
|
|
4
4
|
options: DecisionLayoutOption[];
|
|
5
5
|
}, mapperProps: MapperProps) => import("../../components/DecisionComponent").DecisionComponent;
|
|
6
|
+
//# sourceMappingURL=decisionLayoutToComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decisionLayoutToComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/layout/decisionLayoutToComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAMnD,eAAO,MAAM,yBAAyB,GACpC,KAAK,MAAM,EACX,yDAOG,IAAI,CAAC,cAAc,EAAE,SAAS,CAAC,GAAG;IACnC,OAAO,EAAE,oBAAoB,EAAE,CAAC;CACjC,EACD,aAAa,WAAW,mEAUtB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import type { ListLayout } from '@wise/dynamic-flow-types/spec';
|
|
2
2
|
export declare const isDeprecatedListLayout: (layout: ListLayout) => boolean;
|
|
3
3
|
export declare const deprecatedListLayoutToComponent: (uid: string, { analyticsId, control, items, margin, title, tags }: ListLayout) => import("../../components/StatusListComponent").StatusListComponent;
|
|
4
|
+
//# sourceMappingURL=deprecatedListLayoutToComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deprecatedListLayoutToComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/layout/deprecatedListLayoutToComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EAGX,MAAM,+BAA+B,CAAC;AAGvC,eAAO,MAAM,sBAAsB,GAAI,QAAQ,UAAU,KAAG,OAE3D,CAAC;AAEF,eAAO,MAAM,+BAA+B,GAC1C,KAAK,MAAM,EACX,sDAAsD,UAAU,uEAgB9D,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { DividerLayout } from '@wise/dynamic-flow-types/spec';
|
|
2
2
|
export declare const dividerLayoutToComponent: (uid: string, { control, margin, analyticsId, tags }: DividerLayout) => import("../../components/DividerComponent").DividerComponent;
|
|
3
|
+
//# sourceMappingURL=dividerLayoutToComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dividerLayoutToComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/layout/dividerLayoutToComponent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAG9D,eAAO,MAAM,wBAAwB,GACnC,KAAK,MAAM,EACX,wCAAwC,aAAa,iEACiC,CAAC"}
|
|
@@ -2,3 +2,4 @@ import type { FormLayout } from '@wise/dynamic-flow-types/spec';
|
|
|
2
2
|
import { FormComponent } from '../../components/FormComponent';
|
|
3
3
|
import type { SchemaComponent } from '../../types';
|
|
4
4
|
export declare const formLayoutToComponent: (uid: string, { analyticsId, schemaId, schema: schemaRef, control, margin, tags }: FormLayout, schemaComponents: SchemaComponent[]) => FormComponent;
|
|
5
|
+
//# sourceMappingURL=formLayoutToComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formLayoutToComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/layout/formLayoutToComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAEhE,OAAO,EAAuB,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACpF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,eAAO,MAAM,qBAAqB,GAChC,KAAK,MAAM,EACX,qEAAqE,UAAU,EAC/E,kBAAkB,eAAe,EAAE,KAClC,aAyBF,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import type { HeadingLayout } from '@wise/dynamic-flow-types/spec';
|
|
2
2
|
export declare const headingLayoutToComponent: (uid: string, { analyticsId, align, margin, size, control, tags, text }: HeadingLayout) => import("../../components/HeadingComponent").HeadingComponent;
|
|
3
|
+
//# sourceMappingURL=headingLayoutToComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"headingLayoutToComponent.d.ts","sourceRoot":"","sources":["../../../../../src/domain/mappers/layout/headingLayoutToComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAKnE,eAAO,MAAM,wBAAwB,GACnC,KAAK,MAAM,EACX,2DAA2D,aAAa,iEAWtE,CAAC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import type { ImageLayout } from '@wise/dynamic-flow-types/spec';
|
|
2
2
|
export declare const imageLayoutToComponent: (uid: string, { analyticsId, accessibilityDescription, align, content, control, margin, size, tags, text, url, }: ImageLayout) => import("../../components/ImageComponent").ImageComponent;
|
|
3
|
+
//# sourceMappingURL=imageLayoutToComponent.d.ts.map
|