@wise/dynamic-flow-client 4.18.5 → 4.19.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.
Files changed (78) hide show
  1. package/build/main.css +1 -1
  2. package/build/main.js +352 -112
  3. package/build/main.mjs +352 -112
  4. package/build/types/revamp/domain/components/AlertComponent.d.ts +1 -1
  5. package/build/types/revamp/domain/components/AllOfComponent.d.ts +1 -1
  6. package/build/types/revamp/domain/components/BooleanInputComponent.d.ts +1 -1
  7. package/build/types/revamp/domain/components/BoxComponent.d.ts +1 -1
  8. package/build/types/revamp/domain/components/ButtonComponent.d.ts +1 -1
  9. package/build/types/revamp/domain/components/ColumnsComponent.d.ts +1 -1
  10. package/build/types/revamp/domain/components/ConstComponent.d.ts +1 -1
  11. package/build/types/revamp/domain/components/DateInputComponent.d.ts +1 -1
  12. package/build/types/revamp/domain/components/DecisionComponent.d.ts +2 -2
  13. package/build/types/revamp/domain/components/DividerComponent.d.ts +1 -1
  14. package/build/types/revamp/domain/components/FormComponent.d.ts +1 -1
  15. package/build/types/revamp/domain/components/HeadingComponent.d.ts +1 -1
  16. package/build/types/revamp/domain/components/ImageComponent.d.ts +1 -1
  17. package/build/types/revamp/domain/components/InstructionsComponent.d.ts +2 -2
  18. package/build/types/revamp/domain/components/IntegerInputComponent.d.ts +1 -1
  19. package/build/types/revamp/domain/components/ListComponent.d.ts +3 -2
  20. package/build/types/revamp/domain/components/LoadingIndicatorComponent.d.ts +1 -1
  21. package/build/types/revamp/domain/components/MarkdownComponent.d.ts +1 -1
  22. package/build/types/revamp/domain/components/ModalComponent.d.ts +2 -1
  23. package/build/types/revamp/domain/components/ModalLayoutComponent.d.ts +1 -1
  24. package/build/types/revamp/domain/components/MultiSelectInputComponent.d.ts +1 -1
  25. package/build/types/revamp/domain/components/MultiUploadInputComponent.d.ts +1 -1
  26. package/build/types/revamp/domain/components/NumberInputComponent.d.ts +1 -1
  27. package/build/types/revamp/domain/components/ObjectComponent.d.ts +1 -1
  28. package/build/types/revamp/domain/components/ParagraphComponent.d.ts +1 -1
  29. package/build/types/revamp/domain/components/PersistAsyncComponent.d.ts +1 -1
  30. package/build/types/revamp/domain/components/ProgressComponent.d.ts +1 -1
  31. package/build/types/revamp/domain/components/RepeatableComponent.d.ts +1 -1
  32. package/build/types/revamp/domain/components/ReviewComponent.d.ts +2 -2
  33. package/build/types/revamp/domain/components/SectionComponent.d.ts +1 -1
  34. package/build/types/revamp/domain/components/SelectInputComponent.d.ts +2 -1
  35. package/build/types/revamp/domain/components/StatusListComponent.d.ts +2 -2
  36. package/build/types/revamp/domain/components/TabsComponent.d.ts +2 -2
  37. package/build/types/revamp/domain/components/TextInputComponent.d.ts +1 -1
  38. package/build/types/revamp/domain/components/TupleComponent.d.ts +1 -1
  39. package/build/types/revamp/domain/components/UploadInputComponent.d.ts +1 -1
  40. package/build/types/revamp/domain/components/searchComponent/SearchComponent.d.ts +1 -1
  41. package/build/types/revamp/domain/components/step/StepDomainComponent.d.ts +2 -1
  42. package/build/types/revamp/domain/components/step/ToolbarComponent.d.ts +3 -1
  43. package/build/types/revamp/domain/mappers/layout/alertLayoutToComponent.d.ts +1 -1
  44. package/build/types/revamp/domain/mappers/layout/boxLayoutToComponents.d.ts +1 -1
  45. package/build/types/revamp/domain/mappers/layout/columnsLayoutToComponent.d.ts +1 -1
  46. package/build/types/revamp/domain/mappers/layout/decisionLayoutToComponent.d.ts +1 -1
  47. package/build/types/revamp/domain/mappers/layout/deprecatedListLayoutToComponent.d.ts +1 -1
  48. package/build/types/revamp/domain/mappers/layout/dividerLayoutToComponent.d.ts +1 -1
  49. package/build/types/revamp/domain/mappers/layout/formLayoutToComponent.d.ts +1 -1
  50. package/build/types/revamp/domain/mappers/layout/headingLayoutToComponent.d.ts +1 -1
  51. package/build/types/revamp/domain/mappers/layout/imageLayoutToComponent.d.ts +1 -1
  52. package/build/types/revamp/domain/mappers/layout/infoLayoutToComponent.d.ts +1 -1
  53. package/build/types/revamp/domain/mappers/layout/instructionsLayoutToComponent.d.ts +1 -1
  54. package/build/types/revamp/domain/mappers/layout/listLayoutToComponent.d.ts +1 -1
  55. package/build/types/revamp/domain/mappers/layout/loadingIndicatorLayoutToComponent.d.ts +1 -1
  56. package/build/types/revamp/domain/mappers/layout/markdownLayoutToComponent.d.ts +1 -1
  57. package/build/types/revamp/domain/mappers/layout/modalLayoutToComponent.d.ts +1 -1
  58. package/build/types/revamp/domain/mappers/layout/paragraphLayoutToComponent.d.ts +1 -1
  59. package/build/types/revamp/domain/mappers/layout/progressLayoutToComponent.d.ts +1 -1
  60. package/build/types/revamp/domain/mappers/layout/reviewLayoutToComponent.d.ts +1 -1
  61. package/build/types/revamp/domain/mappers/layout/searchLayoutToComponent.d.ts +1 -1
  62. package/build/types/revamp/domain/mappers/layout/sectionLayoutToComponent.d.ts +1 -1
  63. package/build/types/revamp/domain/mappers/layout/statusListLayoutToComponent.d.ts +1 -1
  64. package/build/types/revamp/domain/mappers/layout/tabsLayoutToComponent.d.ts +1 -1
  65. package/build/types/revamp/domain/mappers/schema/oneOfSchemaToComponent/oneOfSchemaToComponent.d.ts +14 -0
  66. package/build/types/revamp/domain/mappers/schema/persistAsyncSchemaToComponent.d.ts +14 -0
  67. package/build/types/revamp/domain/mappers/schema/utils/mapCommonSchemaProps.d.ts +1 -0
  68. package/build/types/revamp/domain/mappers/utils/suggestions-utils.d.ts +1 -0
  69. package/build/types/revamp/domain/mappers/utils/tags-utils.d.ts +4 -0
  70. package/build/types/revamp/domain/types.d.ts +4 -2
  71. package/build/types/revamp/renderers/mappers/columnsComponentToProps.d.ts +1 -1
  72. package/build/types/revamp/renderers/mappers/dateInputComponentToProps.d.ts +1 -1
  73. package/build/types/revamp/renderers/mappers/textInputComponentToProps.d.ts +1 -1
  74. package/build/types/revamp/renderers/mappers/utils/inputComponentToProps.d.ts +1 -0
  75. package/build/types/revamp/renderers/mappers/utils/mapSuggestions.d.ts +12 -0
  76. package/build/types/revamp/renderers/mappers/utils/mapTags.d.ts +8 -0
  77. package/build/types/revamp/tests/renderers/StepRenderer.test.d.ts +1 -0
  78. package/package.json +19 -19
@@ -6,4 +6,4 @@ export type AlertComponent = BaseLayoutComponent & {
6
6
  context: Context;
7
7
  callToAction?: CallToAction;
8
8
  };
9
- export declare const createAlertComponent: (alertProps: Pick<AlertComponent, "uid" | "analyticsId" | "callToAction" | "context" | "control" | "margin" | "markdown">) => AlertComponent;
9
+ export declare const createAlertComponent: (alertProps: Pick<AlertComponent, "uid" | "analyticsId" | "callToAction" | "context" | "control" | "margin" | "markdown" | "tags">) => AlertComponent;
@@ -7,6 +7,6 @@ export type AllOfComponent = BaseSchemaComponent<LocalValue> & {
7
7
  alert?: InlineAlert;
8
8
  getChildren: () => SchemaComponent[];
9
9
  };
10
- export declare const createAllOfComponent: (allOfProps: Pick<AllOfComponent, "uid" | "schemaId" | "analyticsId" | "alert" | "control" | "description" | "components" | "help" | "hidden" | "media" | "title"> & {
10
+ export declare const createAllOfComponent: (allOfProps: Pick<AllOfComponent, "uid" | "schemaId" | "analyticsId" | "alert" | "control" | "description" | "components" | "help" | "hidden" | "media" | "title" | "tags"> & {
11
11
  summariser: (value: Model | null) => RepeatableSummary;
12
12
  }) => AllOfComponent;
@@ -7,7 +7,7 @@ export type BooleanInputComponent = BaseInputComponent<boolean> & {
7
7
  validationAsyncState: ValidationAsyncState;
8
8
  onChange: (value: boolean) => void;
9
9
  };
10
- export declare const createBooleanInputComponent: (booleanInputProps: Pick<BooleanInputComponent, "uid" | "id" | "analyticsId" | "alert" | "control" | "description" | "disabled" | "errors" | "help" | "hidden" | "media" | "required" | "title" | "value" | "validationAsyncState"> & {
10
+ export declare const createBooleanInputComponent: (booleanInputProps: Pick<BooleanInputComponent, "uid" | "id" | "analyticsId" | "alert" | "control" | "description" | "disabled" | "errors" | "help" | "hidden" | "media" | "required" | "title" | "tags" | "value" | "validationAsyncState"> & {
11
11
  schemaOnChange: SchemaOnChange | undefined;
12
12
  performValidationAsync: PerformValidationAsync | undefined;
13
13
  summariser: (value: boolean) => RepeatableSummary;
@@ -8,4 +8,4 @@ export type BoxComponent = BaseLayoutComponent & {
8
8
  components: DomainComponent[];
9
9
  getChildren: () => DomainComponent[];
10
10
  };
11
- export declare const createBoxComponent: (boxProps: Pick<BoxComponent, "uid" | "border" | "components" | "control" | "margin" | "width" | "analyticsId">) => BoxComponent;
11
+ export declare const createBoxComponent: (boxProps: Pick<BoxComponent, "uid" | "border" | "components" | "control" | "margin" | "width" | "analyticsId" | "tags">) => BoxComponent;
@@ -10,4 +10,4 @@ export type ButtonComponent = BaseLayoutComponent & {
10
10
  title: string;
11
11
  onClick: () => void;
12
12
  };
13
- export declare const createButtonComponent: (buttonProps: Pick<ButtonComponent, "uid" | "context" | "control" | "disabled" | "margin" | "onClick" | "pinOrder" | "size" | "title" | "analyticsId">) => ButtonComponent;
13
+ export declare const createButtonComponent: (buttonProps: Pick<ButtonComponent, "uid" | "context" | "control" | "disabled" | "margin" | "onClick" | "pinOrder" | "size" | "title" | "analyticsId" | "tags">) => ButtonComponent;
@@ -7,4 +7,4 @@ export type ColumnsComponent = BaseLayoutComponent & {
7
7
  endComponents: DomainComponent[];
8
8
  getChildren: () => DomainComponent[];
9
9
  };
10
- export declare const createColumnsComponent: (columnsProps: Pick<ColumnsComponent, "uid" | "analyticsId" | "bias" | "control" | "margin" | "startComponents" | "endComponents">) => ColumnsComponent;
10
+ export declare const createColumnsComponent: (columnsProps: Pick<ColumnsComponent, "uid" | "analyticsId" | "bias" | "control" | "margin" | "startComponents" | "endComponents" | "tags">) => ColumnsComponent;
@@ -5,7 +5,7 @@ export type ConstComponent = BaseSchemaComponent<LocalValue> & {
5
5
  kind: 'input';
6
6
  layout: LayoutComponent[];
7
7
  };
8
- export declare const createConstComponent: (hiddenProps: Pick<ConstComponent, "uid" | "schemaId" | "analyticsId" | "layout" | "hidden"> & {
8
+ export declare const createConstComponent: (hiddenProps: Pick<ConstComponent, "uid" | "schemaId" | "analyticsId" | "layout" | "hidden" | "tags"> & {
9
9
  value: Model;
10
10
  summary: RepeatableSummary;
11
11
  }) => ConstComponent;
@@ -11,7 +11,7 @@ export type DateInputComponent = BaseInputComponent<string | null> & {
11
11
  validationAsyncState: ValidationAsyncState;
12
12
  onChange: (value: string | null) => void;
13
13
  };
14
- export declare const createDateInputComponent: (textInputProps: Pick<DateInputComponent, "uid" | "id" | "analyticsId" | "alert" | "autoComplete" | "control" | "errors" | "description" | "disabled" | "help" | "hidden" | "media" | "minimumDate" | "maximumDate" | "placeholder" | "required" | "suggestions" | "title" | "value" | "validationAsyncState"> & {
14
+ export declare const createDateInputComponent: (textInputProps: Pick<DateInputComponent, "uid" | "id" | "analyticsId" | "alert" | "autoComplete" | "control" | "errors" | "description" | "disabled" | "help" | "hidden" | "media" | "minimumDate" | "maximumDate" | "placeholder" | "required" | "suggestions" | "title" | "tags" | "value" | "validationAsyncState"> & {
15
15
  checks: IsInvalidCheck<string | null>[];
16
16
  schemaOnChange: SchemaOnChange | undefined;
17
17
  performValidationAsync: PerformValidationAsync | undefined;
@@ -11,10 +11,10 @@ export type DecisionOption = {
11
11
  href?: string;
12
12
  media?: Media;
13
13
  title: string;
14
- tag?: string;
15
14
  additionalText?: string;
16
15
  supportingValues?: SupportingValues;
17
16
  inlineAlert?: InlineAlert;
17
+ tags?: string[];
18
18
  onClick: () => void;
19
19
  };
20
- export declare const createDecisionComponent: (decisionProps: Pick<DecisionComponent, "uid" | "control" | "margin" | "options" | "title" | "analyticsId">) => DecisionComponent;
20
+ export declare const createDecisionComponent: (decisionProps: Pick<DecisionComponent, "uid" | "control" | "margin" | "options" | "title" | "analyticsId" | "tags">) => DecisionComponent;
@@ -3,4 +3,4 @@ export type DividerComponent = BaseLayoutComponent & {
3
3
  type: 'divider';
4
4
  kind: 'layout';
5
5
  };
6
- export declare const createDividerComponent: (props: Pick<DividerComponent, "uid" | "control" | "margin" | "analyticsId">) => DividerComponent;
6
+ export declare const createDividerComponent: (props: Pick<DividerComponent, "uid" | "control" | "margin" | "analyticsId" | "tags">) => DividerComponent;
@@ -5,4 +5,4 @@ export type FormComponent = BaseLayoutComponent & {
5
5
  schemaComponent: SchemaComponent;
6
6
  getChildren: () => SchemaComponent[];
7
7
  };
8
- export declare const createFormComponent: (formProps: Pick<FormComponent, "uid" | "schemaComponent" | "control" | "margin" | "analyticsId">) => FormComponent;
8
+ export declare const createFormComponent: (formProps: Pick<FormComponent, "uid" | "schemaComponent" | "control" | "margin" | "analyticsId" | "tags">) => FormComponent;
@@ -7,4 +7,4 @@ export type HeadingComponent = BaseLayoutComponent & {
7
7
  align: Align;
8
8
  size: Size;
9
9
  };
10
- export declare const createHeadingComponent: (headingProps: Pick<HeadingComponent, "uid" | "control" | "text" | "align" | "margin" | "size" | "analyticsId">) => HeadingComponent;
10
+ export declare const createHeadingComponent: (headingProps: Pick<HeadingComponent, "uid" | "control" | "text" | "align" | "margin" | "size" | "analyticsId" | "tags">) => HeadingComponent;
@@ -11,5 +11,5 @@ type ImageContent = {
11
11
  accessibilityDescription?: string;
12
12
  uri: string;
13
13
  };
14
- export declare const createImageComponent: (imageProps: Pick<ImageComponent, "uid" | "align" | "content" | "control" | "margin" | "size" | "analyticsId">) => ImageComponent;
14
+ export declare const createImageComponent: (imageProps: Pick<ImageComponent, "uid" | "align" | "content" | "control" | "margin" | "size" | "analyticsId" | "tags">) => ImageComponent;
15
15
  export {};
@@ -8,6 +8,6 @@ export type InstructionsComponent = BaseLayoutComponent & {
8
8
  export type InstructionItem = {
9
9
  context: Context;
10
10
  text: string;
11
- tag?: string;
11
+ tags?: string[];
12
12
  };
13
- export declare const createInstructionsComponent: (instructionsProps: Pick<InstructionsComponent, "uid" | "analyticsId" | "control" | "items" | "margin" | "title">) => InstructionsComponent;
13
+ export declare const createInstructionsComponent: (instructionsProps: Pick<InstructionsComponent, "uid" | "analyticsId" | "control" | "items" | "margin" | "title" | "tags">) => InstructionsComponent;
@@ -10,7 +10,7 @@ export type IntegerInputComponent = BaseInputComponent<number | null> & {
10
10
  validationAsyncState: ValidationAsyncState;
11
11
  onChange: (value: number | null) => void;
12
12
  };
13
- export declare const createIntegerInputComponent: (integerInputProps: Pick<IntegerInputComponent, "uid" | "id" | "analyticsId" | "autoComplete" | "alert" | "control" | "description" | "disabled" | "errors" | "help" | "hidden" | "maximum" | "media" | "minimum" | "placeholder" | "required" | "title" | "value" | "validationAsyncState"> & {
13
+ export declare const createIntegerInputComponent: (integerInputProps: Pick<IntegerInputComponent, "uid" | "id" | "analyticsId" | "autoComplete" | "alert" | "control" | "description" | "disabled" | "errors" | "help" | "hidden" | "maximum" | "media" | "minimum" | "placeholder" | "required" | "title" | "tags" | "value" | "validationAsyncState"> & {
14
14
  checks: IsInvalidCheck<number | null>[];
15
15
  schemaOnChange: SchemaOnChange | undefined;
16
16
  performValidationAsync: PerformValidationAsync | undefined;
@@ -10,9 +10,10 @@ export type ListItem = {
10
10
  media?: Media;
11
11
  title?: string;
12
12
  description?: string;
13
- tag?: string;
14
13
  supportingValues?: SupportingValues;
15
14
  additionalInfo?: AdditionalInfo;
16
15
  inlineAlert?: InlineAlert;
16
+ callToAction?: CallToAction;
17
+ tags?: string[];
17
18
  };
18
- export declare const createListComponent: (listProps: Pick<ListComponent, "uid" | "analyticsId" | "callToAction" | "control" | "items" | "margin" | "title">) => ListComponent;
19
+ export declare const createListComponent: (listProps: Pick<ListComponent, "uid" | "analyticsId" | "callToAction" | "control" | "items" | "margin" | "title" | "tags">) => ListComponent;
@@ -6,4 +6,4 @@ export type LoadingIndicatorComponent = BaseLayoutComponent & {
6
6
  control?: string;
7
7
  size: Size;
8
8
  };
9
- export declare const createLoadingIndicatorComponent: (loadingIndicatorProps: Pick<LoadingIndicatorComponent, "uid" | "analyticsId" | "control" | "margin" | "size">) => LoadingIndicatorComponent;
9
+ export declare const createLoadingIndicatorComponent: (loadingIndicatorProps: Pick<LoadingIndicatorComponent, "uid" | "analyticsId" | "control" | "margin" | "size" | "tags">) => LoadingIndicatorComponent;
@@ -5,4 +5,4 @@ export type MarkdownComponent = BaseLayoutComponent & {
5
5
  align: Align;
6
6
  content: string;
7
7
  };
8
- export declare const createMarkdownComponent: (markdownProps: Pick<MarkdownComponent, "uid" | "analyticsId" | "align" | "control" | "content" | "margin">) => MarkdownComponent;
8
+ export declare const createMarkdownComponent: (markdownProps: Pick<MarkdownComponent, "uid" | "analyticsId" | "align" | "control" | "content" | "margin" | "tags">) => MarkdownComponent;
@@ -4,8 +4,9 @@ export type ModalComponent = BaseComponent & {
4
4
  kind: 'layout';
5
5
  components: DomainComponent[];
6
6
  open: boolean;
7
+ tags?: string[];
7
8
  title?: string;
8
9
  getChildren: () => DomainComponent[];
9
10
  close: () => void;
10
11
  };
11
- export declare const createModalContentComponent: (modalProps: Pick<ModalComponent, "uid" | "analyticsId" | "components" | "title">, updateComponent: UpdateComponent) => ModalComponent;
12
+ export declare const createModalContentComponent: (modalProps: Pick<ModalComponent, "uid" | "analyticsId" | "components" | "tags" | "title">, updateComponent: UpdateComponent) => ModalComponent;
@@ -11,4 +11,4 @@ export type ModalContent = {
11
11
  components: DomainComponent[];
12
12
  title?: string;
13
13
  };
14
- export declare const createModalComponent: (modalProps: Pick<ModalLayoutComponent, "uid" | "analyticsId" | "content" | "control" | "margin" | "trigger">) => ModalLayoutComponent;
14
+ export declare const createModalComponent: (modalProps: Pick<ModalLayoutComponent, "uid" | "analyticsId" | "content" | "control" | "margin" | "trigger" | "tags">) => ModalLayoutComponent;
@@ -16,7 +16,7 @@ export type MultiSelectComponent = BaseInputComponent<LocalValueArray | null> &
16
16
  getSelectedChildren: () => SchemaComponent[] | null;
17
17
  onSelect: (indices: number[]) => void;
18
18
  };
19
- export declare const createMultiSelectComponent: (multiSelectProps: Pick<MultiSelectComponent, "uid" | "id" | "analyticsId" | "autoComplete" | "alert" | "control" | "description" | "disabled" | "errors" | "hidden" | "maxItems" | "media" | "minItems" | "required" | "title" | "validationAsyncState"> & {
19
+ export declare const createMultiSelectComponent: (multiSelectProps: Pick<MultiSelectComponent, "uid" | "id" | "analyticsId" | "autoComplete" | "alert" | "control" | "description" | "disabled" | "errors" | "hidden" | "maxItems" | "media" | "minItems" | "required" | "title" | "tags" | "validationAsyncState"> & {
20
20
  checks: IsInvalidCheck<LocalValueArray | null>[];
21
21
  initialValue: LocalValue;
22
22
  options: (SelectInputOption & {
@@ -24,7 +24,7 @@ export type MultiUploadInputComponent = BaseInputComponent<File[]> & {
24
24
  onRemoveFile: (index: number) => Promise<void>;
25
25
  onInsertFile: (index: number, file: File) => Promise<string>;
26
26
  };
27
- export declare const createMultiUploadInputComponent: (uploadInputProps: Pick<MultiUploadInputComponent, "uid" | "id" | "accepts" | "analyticsId" | "alert" | "autoComplete" | "cameraConfig" | "control" | "errors" | "description" | "disabled" | "format" | "help" | "hidden" | "maxSize" | "media" | "minItems" | "maxItems" | "persistedState" | "placeholder" | "required" | "source" | "title" | "uploadLabel" | "value"> & {
27
+ export declare const createMultiUploadInputComponent: (uploadInputProps: Pick<MultiUploadInputComponent, "uid" | "id" | "accepts" | "analyticsId" | "alert" | "autoComplete" | "cameraConfig" | "control" | "errors" | "description" | "disabled" | "format" | "help" | "hidden" | "maxSize" | "media" | "minItems" | "maxItems" | "persistedState" | "placeholder" | "required" | "source" | "title" | "tags" | "uploadLabel" | "value"> & {
28
28
  checks: IsInvalidCheck<File[]>[];
29
29
  fileChecks: IsInvalidCheck<File>[];
30
30
  performPersistAsync: PerformPersistAsync | undefined;
@@ -10,7 +10,7 @@ export type NumberInputComponent = BaseInputComponent<number | null> & {
10
10
  validationAsyncState: ValidationAsyncState;
11
11
  onChange: (value: number | null) => void;
12
12
  };
13
- export declare const createNumberInputComponent: (numberInputProps: Pick<NumberInputComponent, "uid" | "id" | "analyticsId" | "alert" | "autoComplete" | "control" | "description" | "disabled" | "errors" | "help" | "hidden" | "maximum" | "media" | "minimum" | "placeholder" | "required" | "title" | "value" | "validationAsyncState"> & {
13
+ export declare const createNumberInputComponent: (numberInputProps: Pick<NumberInputComponent, "uid" | "id" | "analyticsId" | "alert" | "autoComplete" | "control" | "description" | "disabled" | "errors" | "help" | "hidden" | "maximum" | "media" | "minimum" | "placeholder" | "required" | "title" | "tags" | "value" | "validationAsyncState"> & {
14
14
  checks: IsInvalidCheck<number | null>[];
15
15
  schemaOnChange: SchemaOnChange | undefined;
16
16
  performValidationAsync: PerformValidationAsync | undefined;
@@ -6,7 +6,7 @@ export type ObjectComponent = BaseSchemaComponent<LocalValueObject> & {
6
6
  alert?: InlineAlert;
7
7
  getChildren: () => SchemaComponent[];
8
8
  };
9
- export declare const createObjectComponent: (objectProps: Pick<ObjectComponent, "uid" | "schemaId" | "analyticsId" | "alert" | "control" | "description" | "componentMap" | "help" | "hidden" | "media" | "title"> & {
9
+ export declare const createObjectComponent: (objectProps: Pick<ObjectComponent, "uid" | "schemaId" | "analyticsId" | "alert" | "control" | "description" | "componentMap" | "help" | "hidden" | "media" | "title" | "tags"> & {
10
10
  displayOrder: string[];
11
11
  summariser: (value: LocalValue | null) => RepeatableSummary;
12
12
  }) => ObjectComponent;
@@ -5,4 +5,4 @@ export type ParagraphComponent = BaseLayoutComponent & {
5
5
  align: Align;
6
6
  text: string;
7
7
  };
8
- export declare const createParagraphComponent: (paragraphProps: Pick<ParagraphComponent, "uid" | "analyticsId" | "align" | "control" | "margin" | "text">) => ParagraphComponent;
8
+ export declare const createParagraphComponent: (paragraphProps: Pick<ParagraphComponent, "uid" | "analyticsId" | "align" | "control" | "margin" | "text" | "tags">) => ParagraphComponent;
@@ -13,7 +13,7 @@ export type PersistAsyncComponent = BaseSchemaComponent<LocalValue> & {
13
13
  errors: string[];
14
14
  persist: () => Promise<JsonElement>;
15
15
  };
16
- export declare const createPersistAsyncComponent: (props: Pick<PersistAsyncComponent, "uid" | "analyticsId" | "schemaId" | "component" | "hidden"> & {
16
+ export declare const createPersistAsyncComponent: (props: Pick<PersistAsyncComponent, "uid" | "analyticsId" | "schemaId" | "component" | "hidden" | "tags"> & {
17
17
  model?: JsonElement | null;
18
18
  localValue?: LocalValue | null;
19
19
  }, performPersistAsync: PerformPersistAsync, schemaOnChange: SchemaOnChange | undefined, updateComponent: UpdateComponent) => PersistAsyncComponent;
@@ -9,4 +9,4 @@ export type ProgressComponent = BaseLayoutComponent & {
9
9
  progressText: string;
10
10
  help?: string;
11
11
  };
12
- export declare const createProgressComponent: (progressProps: Pick<ProgressComponent, "uid" | "analyticsId" | "control" | "margin" | "context" | "title" | "description" | "progress" | "progressText" | "help">) => ProgressComponent;
12
+ export declare const createProgressComponent: (progressProps: Pick<ProgressComponent, "uid" | "analyticsId" | "control" | "margin" | "context" | "title" | "description" | "progress" | "progressText" | "help" | "tags">) => ProgressComponent;
@@ -28,7 +28,7 @@ type Summary = {
28
28
  providesDescription?: boolean;
29
29
  providesMedia?: boolean;
30
30
  };
31
- export declare const createRepeatableComponent: (repeatableProps: Pick<RepeatableComponent, "uid" | "analyticsId" | "schemaId" | "id" | "addItemTitle" | "alert" | "components" | "control" | "description" | "editItemTitle" | "errors" | "hidden" | "media" | "maxItems" | "minItems" | "title"> & {
31
+ export declare const createRepeatableComponent: (repeatableProps: Pick<RepeatableComponent, "uid" | "analyticsId" | "schemaId" | "id" | "addItemTitle" | "alert" | "components" | "control" | "description" | "editItemTitle" | "errors" | "hidden" | "media" | "maxItems" | "minItems" | "title" | "tags"> & {
32
32
  checks: IsInvalidCheck<LocalValueArray | null>[];
33
33
  summary?: Summary;
34
34
  summariser: (value: LocalValueArray | null) => RepeatableSummary;
@@ -12,10 +12,10 @@ export type ReviewField = {
12
12
  label: string;
13
13
  value: string;
14
14
  rawValue?: string;
15
- tag?: string;
16
15
  inlineAlert?: InlineAlert;
17
16
  additionalInfo?: AdditionalInfo;
18
17
  callToAction?: CallToAction;
19
18
  media?: Media;
19
+ tags?: string[];
20
20
  };
21
- export declare const createReviewComponent: (reviewProps: Pick<ReviewComponent, "uid" | "analyticsId" | "callToAction" | "control" | "fields" | "margin" | "title">) => ReviewComponent;
21
+ export declare const createReviewComponent: (reviewProps: Pick<ReviewComponent, "uid" | "analyticsId" | "callToAction" | "control" | "fields" | "margin" | "title" | "tags">) => ReviewComponent;
@@ -7,4 +7,4 @@ export type SectionComponent = BaseLayoutComponent & {
7
7
  callToAction?: CallToAction;
8
8
  getChildren: () => DomainComponent[];
9
9
  };
10
- export declare const createSectionComponent: (props: Pick<SectionComponent, "uid" | "analyticsId" | "title" | "control" | "components" | "callToAction" | "margin">) => SectionComponent;
10
+ export declare const createSectionComponent: (props: Pick<SectionComponent, "uid" | "analyticsId" | "title" | "control" | "components" | "callToAction" | "margin" | "tags">) => SectionComponent;
@@ -20,8 +20,9 @@ export type SelectInputOption = {
20
20
  media?: Media;
21
21
  keywords: string[];
22
22
  disabled: boolean;
23
+ tags?: string[];
23
24
  };
24
- export declare const createSelectInputComponent: (selectProps: Pick<SelectInputComponent, "uid" | "id" | "analyticsId" | "alert" | "autoComplete" | "control" | "errors" | "description" | "disabled" | "help" | "hidden" | "placeholder" | "required" | "title"> & {
25
+ export declare const createSelectInputComponent: (selectProps: Pick<SelectInputComponent, "uid" | "id" | "analyticsId" | "alert" | "autoComplete" | "control" | "errors" | "description" | "disabled" | "help" | "hidden" | "placeholder" | "required" | "title" | "tags"> & {
25
26
  initialModel: Model;
26
27
  options: (SelectInputOption & {
27
28
  component: SchemaComponent;
@@ -15,6 +15,6 @@ export type StatusListItem = {
15
15
  };
16
16
  status?: 'not-done' | 'pending' | 'done';
17
17
  callToAction?: CallToAction;
18
- tag?: string;
18
+ tags?: string[];
19
19
  };
20
- export declare const createStatusListComponent: (statusListProps: Pick<StatusListComponent, "uid" | "analyticsId" | "control" | "items" | "margin" | "title">) => StatusListComponent;
20
+ export declare const createStatusListComponent: (statusListProps: Pick<StatusListComponent, "uid" | "analyticsId" | "control" | "items" | "margin" | "title" | "tags">) => StatusListComponent;
@@ -7,6 +7,6 @@ export type TabsComponent = BaseLayoutComponent & {
7
7
  export type Tab = {
8
8
  title: string;
9
9
  components: DomainComponent[];
10
- tag?: string;
10
+ tags?: string[];
11
11
  };
12
- export declare const createTabsComponent: (tabsProps: Pick<TabsComponent, "uid" | "analyticsId" | "control" | "margin" | "tabs">) => TabsComponent;
12
+ export declare const createTabsComponent: (tabsProps: Pick<TabsComponent, "uid" | "analyticsId" | "control" | "margin" | "tabs" | "tags">) => TabsComponent;
@@ -13,7 +13,7 @@ export type TextInputComponent = BaseInputComponent<string | null> & {
13
13
  validationAsyncState: ValidationAsyncState;
14
14
  onChange: (value: string | null) => void;
15
15
  };
16
- export declare const createTextInputComponent: (textInputProps: Pick<TextInputComponent, "uid" | "id" | "analyticsId" | "alert" | "autocapitalization" | "autoComplete" | "control" | "errors" | "description" | "disabled" | "displayFormat" | "help" | "hidden" | "maxLength" | "media" | "minLength" | "placeholder" | "required" | "suggestions" | "title" | "value" | "validationAsyncState"> & {
16
+ export declare const createTextInputComponent: (textInputProps: Pick<TextInputComponent, "uid" | "id" | "analyticsId" | "alert" | "autocapitalization" | "autoComplete" | "control" | "errors" | "description" | "disabled" | "displayFormat" | "help" | "hidden" | "maxLength" | "media" | "minLength" | "placeholder" | "required" | "suggestions" | "title" | "tags" | "value" | "validationAsyncState"> & {
17
17
  checks: IsInvalidCheck<string | null>[];
18
18
  performValidationAsync: PerformValidationAsync | undefined;
19
19
  schemaOnChange: SchemaOnChange | undefined;
@@ -6,6 +6,6 @@ export type TupleComponent = BaseSchemaComponent<LocalValueArray> & {
6
6
  alert?: InlineAlert;
7
7
  getChildren: () => SchemaComponent[];
8
8
  };
9
- export declare const createTupleComponent: (tupleProps: Pick<TupleComponent, "uid" | "schemaId" | "analyticsId" | "alert" | "control" | "description" | "components" | "help" | "hidden" | "media" | "schemaId" | "title"> & {
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;
@@ -14,7 +14,7 @@ export type UploadInputComponent = BaseInputComponent<File | null> & {
14
14
  base64Value: string | null;
15
15
  onUpload: (value: File | null) => Promise<void>;
16
16
  };
17
- export declare const createUploadInputComponent: (uploadInputProps: Pick<UploadInputComponent, "uid" | "id" | "accepts" | "analyticsId" | "alert" | "autoComplete" | "cameraConfig" | "control" | "errors" | "description" | "disabled" | "format" | "help" | "hidden" | "maxSize" | "media" | "placeholder" | "required" | "source" | "title" | "value"> & {
17
+ export declare const createUploadInputComponent: (uploadInputProps: Pick<UploadInputComponent, "uid" | "id" | "accepts" | "analyticsId" | "alert" | "autoComplete" | "cameraConfig" | "control" | "errors" | "description" | "disabled" | "format" | "help" | "hidden" | "maxSize" | "media" | "placeholder" | "required" | "source" | "title" | "tags" | "value"> & {
18
18
  checks: IsInvalidCheck<File | null>[];
19
19
  schemaOnChange: SchemaOnChange | undefined;
20
20
  onValueChange: OnValueChange;
@@ -23,4 +23,4 @@ export type SearchComponent = BaseLayoutComponent & {
23
23
  onChange: (query: string) => void;
24
24
  onSelect: (result: SearchResult) => void;
25
25
  };
26
- export declare const createSearchComponent: (searchProps: Pick<SearchComponent, "uid" | "analyticsId" | "control" | "emptyMessage" | "margin" | "title">, performSearch: PerformSearch, onBehavior: OnBehavior, updateComponent: UpdateComponent) => SearchComponent;
26
+ export declare const createSearchComponent: (searchProps: Pick<SearchComponent, "uid" | "analyticsId" | "control" | "emptyMessage" | "margin" | "tags" | "title">, performSearch: PerformSearch, onBehavior: OnBehavior, updateComponent: UpdateComponent) => SearchComponent;
@@ -23,6 +23,7 @@ export type StepDomainComponent = BaseComponent & {
23
23
  step: Step;
24
24
  title?: string;
25
25
  modals: ModalComponent[];
26
+ tags?: string[];
26
27
  dismissModal: () => void;
27
28
  dismissAllModals: () => void;
28
29
  showModal: (modal: ModalComponent) => void;
@@ -41,7 +42,7 @@ type BackNavigation = {
41
42
  title?: string;
42
43
  onClick: () => void;
43
44
  };
44
- export declare const createStepComponent: (stepProps: Pick<StepDomainComponent, "uid" | "back" | "toolbar" | "layoutComponents" | "schemaComponents" | "footerComponents" | "control" | "description" | "error" | "externalConfirmation" | "loadingState" | "step" | "title" | "trackEvent" | "onBehavior"> & {
45
+ export declare const createStepComponent: (stepProps: Pick<StepDomainComponent, "uid" | "back" | "toolbar" | "layoutComponents" | "schemaComponents" | "footerComponents" | "control" | "description" | "error" | "externalConfirmation" | "loadingState" | "step" | "title" | "tags" | "trackEvent" | "onBehavior"> & {
45
46
  stepPolling?: StepPolling;
46
47
  stepRefreshAfter?: StepRefreshAfter;
47
48
  updateComponent: UpdateComponent;
@@ -5,6 +5,7 @@ export type ToolbarComponent = {
5
5
  uid: string;
6
6
  control?: string;
7
7
  items: ToolbarItem[];
8
+ tags?: string[];
8
9
  };
9
10
  type ToolbarItem = ToolbarButton;
10
11
  type ToolbarButton = {
@@ -12,10 +13,11 @@ type ToolbarButton = {
12
13
  title: string;
13
14
  accessibilityDescription?: string;
14
15
  media?: Media;
15
- onClick: () => void;
16
16
  control?: string;
17
17
  context?: Context;
18
18
  disabled: boolean;
19
19
  analyticsId?: string;
20
+ tags?: string[];
21
+ onClick: () => void;
20
22
  };
21
23
  export {};
@@ -1,3 +1,3 @@
1
1
  import type { AlertLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import { MapperProps } from '../schema/types';
3
- export declare const alertLayoutToComponent: (uid: string, { control, markdown, margin, context, callToAction, analyticsId }: AlertLayout, { onBehavior, step }: MapperProps) => import("../../components/AlertComponent").AlertComponent;
3
+ export declare const alertLayoutToComponent: (uid: string, { control, markdown, margin, context, callToAction, analyticsId, tags, }: AlertLayout, { onBehavior, step }: MapperProps) => import("../../components/AlertComponent").AlertComponent;
@@ -2,4 +2,4 @@ import type { BoxLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import { type BoxComponent } from '../../components/BoxComponent';
3
3
  import type { SchemaComponent } from '../../types';
4
4
  import type { MapperProps } from '../schema/types';
5
- export declare const boxLayoutToComponent: (uid: string, { border, components, control, margin, width, analyticsId }: BoxLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => BoxComponent;
5
+ export declare const boxLayoutToComponent: (uid: string, { border, components, control, margin, width, analyticsId, tags, }: BoxLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => BoxComponent;
@@ -2,4 +2,4 @@ import type { ColumnsLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import { type ColumnsComponent } from '../../components/ColumnsComponent';
3
3
  import type { SchemaComponent } from '../../types';
4
4
  import type { MapperProps } from '../schema/types';
5
- export declare const columnsLayoutToComponent: (uid: string, { control, left, right, bias, margin, analyticsId }: ColumnsLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => ColumnsComponent;
5
+ export declare const columnsLayoutToComponent: (uid: string, { control, left, right, bias, margin, analyticsId, tags }: ColumnsLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => ColumnsComponent;
@@ -1,5 +1,5 @@
1
1
  import type { DecisionLayout, DecisionLayoutOption } from '@wise/dynamic-flow-types/build/next';
2
2
  import type { MapperProps } from '../schema/types';
3
- export declare const decisionLayoutToComponent: (uid: string, { analyticsId, control, margin, options, title, }: Omit<DecisionLayout, "options"> & {
3
+ export declare const decisionLayoutToComponent: (uid: string, { analyticsId, control, margin, options, tags, title, }: Omit<DecisionLayout, "options"> & {
4
4
  options: DecisionLayoutOption[];
5
5
  }, { onBehavior, step }: MapperProps) => import("../../components/DecisionComponent").DecisionComponent;
@@ -1,3 +1,3 @@
1
1
  import type { ListLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  export declare const isDeprecatedListLayout: (layout: ListLayout) => boolean;
3
- export declare const deprecatedListLayoutToComponent: (uid: string, { analyticsId, control, items, margin, title }: ListLayout) => import("../../components/StatusListComponent").StatusListComponent;
3
+ export declare const deprecatedListLayoutToComponent: (uid: string, { analyticsId, control, items, margin, title, tags }: ListLayout) => import("../../components/StatusListComponent").StatusListComponent;
@@ -1,2 +1,2 @@
1
1
  import { DividerLayout } from '@wise/dynamic-flow-types/build/next';
2
- export declare const dividerLayoutToComponent: (uid: string, { control, margin, analyticsId }: DividerLayout) => import("../../components/DividerComponent").DividerComponent;
2
+ export declare const dividerLayoutToComponent: (uid: string, { control, margin, analyticsId, tags }: DividerLayout) => import("../../components/DividerComponent").DividerComponent;
@@ -1,4 +1,4 @@
1
1
  import type { FormLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import { FormComponent } from '../../components/FormComponent';
3
3
  import type { SchemaComponent } from '../../types';
4
- export declare const formLayoutToComponent: (uid: string, { analyticsId, schemaId, schema: schemaRef, control, margin }: FormLayout, schemaComponents: SchemaComponent[]) => FormComponent;
4
+ export declare const formLayoutToComponent: (uid: string, { analyticsId, schemaId, schema: schemaRef, control, margin, tags }: FormLayout, schemaComponents: SchemaComponent[]) => FormComponent;
@@ -1,2 +1,2 @@
1
1
  import type { HeadingLayout } from '@wise/dynamic-flow-types/build/next';
2
- export declare const headingLayoutToComponent: (uid: string, { analyticsId, align, margin, size, control, text }: HeadingLayout) => import("../../components/HeadingComponent").HeadingComponent;
2
+ export declare const headingLayoutToComponent: (uid: string, { analyticsId, align, margin, size, control, tags, text }: HeadingLayout) => import("../../components/HeadingComponent").HeadingComponent;
@@ -1,2 +1,2 @@
1
1
  import type { ImageLayout } from '@wise/dynamic-flow-types/build/next';
2
- export declare const imageLayoutToComponent: (uid: string, { analyticsId, accessibilityDescription, align, content, control, margin, size, text, url, }: ImageLayout) => import("../../components/ImageComponent").ImageComponent;
2
+ export declare const imageLayoutToComponent: (uid: string, { analyticsId, accessibilityDescription, align, content, control, margin, size, tags, text, url, }: ImageLayout) => import("../../components/ImageComponent").ImageComponent;
@@ -1,2 +1,2 @@
1
1
  import type { InfoLayout } from '@wise/dynamic-flow-types/build/next';
2
- export declare const infoLayoutToComponent: (uid: string, { analyticsId, align, control, margin, markdown: content }: InfoLayout) => import("../../components/MarkdownComponent").MarkdownComponent;
2
+ export declare const infoLayoutToComponent: (uid: string, { analyticsId, align, control, margin, markdown: content, tags }: InfoLayout) => import("../../components/MarkdownComponent").MarkdownComponent;
@@ -1,2 +1,2 @@
1
1
  import type { InstructionsLayout } from '@wise/dynamic-flow-types/build/next';
2
- export declare const instructionsLayoutToComponent: (uid: string, { analyticsId, control, items, margin, title }: InstructionsLayout) => import("../../components/InstructionsComponent").InstructionsComponent;
2
+ export declare const instructionsLayoutToComponent: (uid: string, { analyticsId, control, items, margin, tags, title }: InstructionsLayout) => import("../../components/InstructionsComponent").InstructionsComponent;
@@ -1,3 +1,3 @@
1
1
  import { ListLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import { MapperProps } from '../schema/types';
3
- export declare const listLayoutToComponent: (uid: string, { analyticsId, callToAction, control, items, margin, title }: ListLayout, mapperProps: MapperProps) => import("../../components/ListComponent").ListComponent;
3
+ export declare const listLayoutToComponent: (uid: string, { analyticsId, callToAction, control, items, margin, tags, title }: ListLayout, mapperProps: MapperProps) => import("../../components/ListComponent").ListComponent;
@@ -1,2 +1,2 @@
1
1
  import type { LoadingIndicatorLayout } from '@wise/dynamic-flow-types/build/next';
2
- export declare const loadingIndicatorLayoutToComponent: (uid: string, { analyticsId, size, margin, control }: LoadingIndicatorLayout) => import("../../components/LoadingIndicatorComponent").LoadingIndicatorComponent;
2
+ export declare const loadingIndicatorLayoutToComponent: (uid: string, { analyticsId, control, margin, size, tags }: LoadingIndicatorLayout) => import("../../components/LoadingIndicatorComponent").LoadingIndicatorComponent;
@@ -1,2 +1,2 @@
1
1
  import type { MarkdownLayout } from '@wise/dynamic-flow-types/build/next';
2
- export declare const markdownLayoutToComponent: (uid: string, { analyticsId, align, margin, control, content }: MarkdownLayout) => import("../../components/MarkdownComponent").MarkdownComponent;
2
+ export declare const markdownLayoutToComponent: (uid: string, { analyticsId, align, margin, control, content, tags }: MarkdownLayout) => import("../../components/MarkdownComponent").MarkdownComponent;
@@ -1,4 +1,4 @@
1
1
  import type { ModalLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import type { SchemaComponent } from '../../types';
3
3
  import type { MapperProps } from '../schema/types';
4
- export declare const modalLayoutToComponent: (uid: string, { analyticsId, content, control, margin, trigger }: ModalLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => import("../../components/ModalLayoutComponent").ModalLayoutComponent;
4
+ export declare const modalLayoutToComponent: (uid: string, { analyticsId, content, control, margin, tags, trigger }: ModalLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => import("../../components/ModalLayoutComponent").ModalLayoutComponent;
@@ -1,2 +1,2 @@
1
1
  import type { ParagraphLayout } from '@wise/dynamic-flow-types/build/next';
2
- export declare const paragraphLayoutToComponent: (uid: string, { analyticsId, align, control, margin, text }: ParagraphLayout) => import("../../components/ParagraphComponent").ParagraphComponent;
2
+ export declare const paragraphLayoutToComponent: (uid: string, { analyticsId, align, control, margin, tags, text }: ParagraphLayout) => import("../../components/ParagraphComponent").ParagraphComponent;
@@ -1,2 +1,2 @@
1
1
  import type { ProgressLayout } from '@wise/dynamic-flow-types/build/next';
2
- export declare const progressLayoutToComponent: (uid: string, { analyticsId, context, control, description, help, margin, progress, progressText, title, }: ProgressLayout) => import("../../components/ProgressComponent").ProgressComponent;
2
+ export declare const progressLayoutToComponent: (uid: string, { analyticsId, context, control, description, help, margin, progress, progressText, tags, title, }: ProgressLayout) => import("../../components/ProgressComponent").ProgressComponent;
@@ -1,3 +1,3 @@
1
1
  import type { ReviewLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import type { MapperProps } from '../schema/types';
3
- export declare const reviewLayoutToComponent: (uid: string, { analyticsId, fields, title, callToAction, control, margin, orientation, action, }: ReviewLayout, { onBehavior, step }: MapperProps) => import("../../components/ReviewComponent").ReviewComponent;
3
+ export declare const reviewLayoutToComponent: (uid: string, { analyticsId, fields, title, callToAction, control, margin, tags, orientation, action, }: ReviewLayout, { onBehavior, step }: MapperProps) => import("../../components/ReviewComponent").ReviewComponent;
@@ -1,3 +1,3 @@
1
1
  import type { SearchLayout } from '@wise/dynamic-flow-types/build/next/layout/SearchLayout';
2
2
  import type { MapperProps } from '../schema/types';
3
- export declare const searchLayoutToComponent: (uid: string, { analyticsId, control, emptyMessage, method, param, title, url, margin, }: SearchLayout, mapperProps: MapperProps) => import("../../components/searchComponent/SearchComponent").SearchComponent;
3
+ export declare const searchLayoutToComponent: (uid: string, { analyticsId, control, emptyMessage, method, param, title, url, margin, tags, }: SearchLayout, mapperProps: MapperProps) => import("../../components/searchComponent/SearchComponent").SearchComponent;
@@ -2,4 +2,4 @@ import { SectionLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import { SectionComponent } from '../../components/SectionComponent';
3
3
  import { SchemaComponent } from '../../types';
4
4
  import { MapperProps } from '../schema/types';
5
- export declare const sectionLayoutToComponent: (uid: string, { analyticsId, control, title, components, callToAction, margin }: SectionLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => SectionComponent;
5
+ export declare const sectionLayoutToComponent: (uid: string, { analyticsId, control, title, components, callToAction, margin, tags }: SectionLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => SectionComponent;
@@ -1,3 +1,3 @@
1
1
  import type { StatusListLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import { MapperProps } from '../schema/types';
3
- export declare const statusListLayoutToComponent: (uid: string, { analyticsId, control, items, margin, title }: StatusListLayout, { onBehavior, step }: MapperProps) => import("../../components/StatusListComponent").StatusListComponent;
3
+ export declare const statusListLayoutToComponent: (uid: string, { analyticsId, control, items, margin, tags, title }: StatusListLayout, { onBehavior, step }: MapperProps) => import("../../components/StatusListComponent").StatusListComponent;
@@ -2,4 +2,4 @@ import { TabsLayout } from '@wise/dynamic-flow-types/build/next';
2
2
  import { TabsComponent } from '../../components/TabsComponent';
3
3
  import { SchemaComponent } from '../../types';
4
4
  import { MapperProps } from '../schema/types';
5
- export declare const tabsLayoutToComponent: (uid: string, { analyticsId, control, margin, tabs }: TabsLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => TabsComponent;
5
+ export declare const tabsLayoutToComponent: (uid: string, { analyticsId, control, margin, tags, tabs }: TabsLayout, mapperProps: MapperProps, schemaComponents: SchemaComponent[]) => TabsComponent;