@mtna/web-form-angular 1.0.6-SNAPSHOT.2 → 1.0.6-SNAPSHOT.20

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 (41) hide show
  1. package/bundles/mtna-web-form-angular.umd.js +375 -355
  2. package/bundles/mtna-web-form-angular.umd.js.map +1 -1
  3. package/esm2015/lib/components/form/form.component.js +1 -1
  4. package/esm2015/lib/components/form-item-impl/form-group/form-group.component.js +2 -2
  5. package/esm2015/lib/components/form-item-impl/form-section/form-section.component.js +2 -2
  6. package/esm2015/lib/components/form-item-impl/repeatable-item-container/repeatable-item-container.component.js +6 -7
  7. package/esm2015/lib/components/form-item-impl/repeatable-item-container/repeatable-item-container.module.js +1 -5
  8. package/esm2015/lib/components/form-item-impl/search/resource-search.component.js +5 -2
  9. package/esm2015/lib/components/form-item-injector/form-item-injector.component.js +25 -3
  10. package/esm2015/lib/components/step-card/step-card.component.js +26 -5
  11. package/esm2015/lib/components/template-item-impl/template-item-component-provider/template-item-injected-components.js +12 -10
  12. package/esm2015/lib/models/design/design-mapper/bulleted-list-item-template-mapper.js +3 -4
  13. package/esm2015/lib/models/design/design-mapper/numbered-list-item-template-mapper.js +3 -4
  14. package/esm2015/lib/models/design/design-mapper/option-selector-mapper.js +1 -1
  15. package/esm2015/lib/models/form-stepper/index.js +2 -1
  16. package/esm2015/lib/models/form-stepper/step-constants.model.js +2 -0
  17. package/esm2015/lib/models/i18n-constants.model.js +7 -1
  18. package/esm2015/lib/models/index.js +1 -2
  19. package/esm2015/lib/pipes/index.js +1 -2
  20. package/esm2015/lib/services/api.service.js +13 -10
  21. package/esm2015/lib/services/dialog.service.js +6 -1
  22. package/esm2015/lib/services/form-manager.service.js +5 -3
  23. package/esm2015/lib/services/template-transformation.service.js +11 -8
  24. package/esm2015/lib/utilities/template-design-util.js +6 -6
  25. package/fesm2015/mtna-web-form-angular.js +119 -100
  26. package/fesm2015/mtna-web-form-angular.js.map +1 -1
  27. package/lib/components/form-item-impl/repeatable-item-container/repeatable-item-container.module.d.ts +2 -3
  28. package/lib/components/form-item-injector/form-item-injector.component.d.ts +4 -0
  29. package/lib/components/step-card/step-card.component.d.ts +4 -0
  30. package/lib/models/form-stepper/index.d.ts +1 -0
  31. package/lib/models/form-stepper/step-constants.model.d.ts +1 -0
  32. package/lib/models/i18n-constants.model.d.ts +6 -0
  33. package/lib/models/index.d.ts +0 -1
  34. package/lib/pipes/index.d.ts +0 -1
  35. package/lib/services/api.service.d.ts +6 -5
  36. package/lib/services/template-transformation.service.d.ts +5 -4
  37. package/package.json +1 -1
  38. package/esm2015/lib/models/api-config.js +0 -3
  39. package/esm2015/lib/pipes/coerce-form-item.pipe.js +0 -36
  40. package/lib/models/api-config.d.ts +0 -5
  41. package/lib/pipes/coerce-form-item.pipe.d.ts +0 -14
@@ -535,7 +535,7 @@
535
535
  };
536
536
 
537
537
  // I18N Constants for the Template Item Mapper
538
- var i18n_templateItemBasicSettings = $localize(templateObject_1$r || (templateObject_1$r = __makeTemplateObject(["Basic Settings"], ["Basic Settings"])));
538
+ var i18n_templateItemBasicSettings = $localize(templateObject_1$q || (templateObject_1$q = __makeTemplateObject(["Basic Settings"], ["Basic Settings"])));
539
539
  var i18n_templateItemLabel = $localize(templateObject_2$6 || (templateObject_2$6 = __makeTemplateObject(["Name"], ["Name"])));
540
540
  var i18n_templateItemLabelInstructions = $localize(templateObject_3$4 || (templateObject_3$4 = __makeTemplateObject(["What it\u2019s called inside the form. Enter a short name to identify this item. This name will also help you find it later when reviewing results or managing the form."], ["What it\u2019s called inside the form. Enter a short name to identify this item. This name will also help you find it later when reviewing results or managing the form."])));
541
541
  var i18n_templateItemQuestionText = $localize(templateObject_4$3 || (templateObject_4$3 = __makeTemplateObject(["Question Text"], ["Question Text"])));
@@ -547,178 +547,184 @@
547
547
  var i18n_templateItemAnnotation = $localize(templateObject_10$3 || (templateObject_10$3 = __makeTemplateObject(["Allow Annotations"], ["Allow Annotations"])));
548
548
  var i18n_templateItemAnnotationInstructions = $localize(templateObject_11$3 || (templateObject_11$3 = __makeTemplateObject(["Whether reviewers can add notes. Enable this if you want people reviewing the this form item to leave comments or mark up responses."], ["Whether reviewers can add notes. Enable this if you want people reviewing the this form item to leave comments or mark up responses."])));
549
549
  var i18n_acknowledgement = $localize(templateObject_12$3 || (templateObject_12$3 = __makeTemplateObject(["Acknowledgement"], ["Acknowledgement"])));
550
- var i18n_acknowledgementInstructions = $localize(templateObject_13$2 || (templateObject_13$2 = __makeTemplateObject(["The acknowledgement tells the user that they are required to acknowledge the information presented in the item. This is typically used for legal disclaimers or other important information that the user must agree to before proceeding."], ["The acknowledgement tells the user that they are required to acknowledge the information presented in the item. This is typically used for legal disclaimers or other important information that the user must agree to before proceeding."])));
551
- var i18n_additionalText = $localize(templateObject_14$1 || (templateObject_14$1 = __makeTemplateObject(["Additional Text"], ["Additional Text"])));
552
- var i18n_additionalTextInstructions = $localize(templateObject_15$1 || (templateObject_15$1 = __makeTemplateObject(["Additional Text Instructions"], ["Additional Text Instructions"])));
553
- var i18n_annotationEnabled = $localize(templateObject_16 || (templateObject_16 = __makeTemplateObject(["Annotation Enabled"], ["Annotation Enabled"])));
554
- var i18n_annotationEnabledInstructions = $localize(templateObject_17 || (templateObject_17 = __makeTemplateObject(["Indicates if this item should be annotatable."], ["Indicates if this item should be annotatable."])));
555
- var i18n_booleanConfiguration = $localize(templateObject_18 || (templateObject_18 = __makeTemplateObject(["Boolean Configuration"], ["Boolean Configuration"])));
556
- var i18n_bulletedListConfiguration = $localize(templateObject_19 || (templateObject_19 = __makeTemplateObject(["Bulleted List Configuration"], ["Bulleted List Configuration"])));
557
- var i18n_checkboxConfiguration = $localize(templateObject_20 || (templateObject_20 = __makeTemplateObject(["Checkbox Configuration"], ["Checkbox Configuration"])));
558
- var i18n_codeOption = $localize(templateObject_21 || (templateObject_21 = __makeTemplateObject(["Code Option"], ["Code Option"])));
559
- var i18n_codeOptionInstructions = $localize(templateObject_22 || (templateObject_22 = __makeTemplateObject(["The code option that should be presented to the user."], ["The code option that should be presented to the user."])));
560
- var i18n_core = $localize(templateObject_23 || (templateObject_23 = __makeTemplateObject(["Core"], ["Core"])));
561
- var i18n_childItems = $localize(templateObject_24 || (templateObject_24 = __makeTemplateObject(["Child Items"], ["Child Items"])));
562
- var i18n_dateConfiguration = $localize(templateObject_25 || (templateObject_25 = __makeTemplateObject(["Date Configuration"], ["Date Configuration"])));
563
- var i18n_description = $localize(templateObject_26 || (templateObject_26 = __makeTemplateObject(["Description"], ["Description"])));
564
- var i18n_descriptionInstructions = $localize(templateObject_27 || (templateObject_27 = __makeTemplateObject(["The description is a short representation of what the value for the input should be."], ["The description is a short representation of what the value for the input should be."])));
565
- var i18n_descriptive = $localize(templateObject_28 || (templateObject_28 = __makeTemplateObject(["Descriptive Information"], ["Descriptive Information"])));
566
- var i18n_descriptiveText = $localize(templateObject_29 || (templateObject_29 = __makeTemplateObject(["Descriptive Text"], ["Descriptive Text"])));
567
- var i18n_descriptiveTextInstructionsItem = $localize(templateObject_30 || (templateObject_30 = __makeTemplateObject(["Descriptive text provides additional explanation / context to the item. Typically the question text is used to present the question that information is being gathered about and the descriptive text expounds on that to ensure the user filling out the form understands what is being asked of them."], ["Descriptive text provides additional explanation / context to the item. Typically the question text is used to present the question that information is being gathered about and the descriptive text expounds on that to ensure the user filling out the form understands what is being asked of them."])));
568
- var i18n_descriptiveTextInstructionsTemplate = $localize(templateObject_31 || (templateObject_31 = __makeTemplateObject(["Describes the purpose and use cases for this Template or Template Item."], ["Describes the purpose and use cases for this Template or Template Item."])));
569
- var i18n_disabledItems = $localize(templateObject_32 || (templateObject_32 = __makeTemplateObject(["Disabled Items"], ["Disabled Items"])));
570
- var i18n_disabledItemsInstructions = $localize(templateObject_33 || (templateObject_33 = __makeTemplateObject(["The items that should be disabled in the form upon selection of this option."], ["The items that should be disabled in the form upon selection of this option."])));
571
- var i18n_downloadAllowed = $localize(templateObject_34 || (templateObject_34 = __makeTemplateObject(["Download Allowed"], ["Download Allowed"])));
572
- var i18n_downloadAllowedInstructions = $localize(templateObject_35 || (templateObject_35 = __makeTemplateObject(["Indicates if the file should be allowed to be downloaded once it has been uploaded, or if it should only be available for processing on the backend."], ["Indicates if the file should be allowed to be downloaded once it has been uploaded, or if it should only be available for processing on the backend."])));
573
- var i18n_dropdownConfiguration = $localize(templateObject_36 || (templateObject_36 = __makeTemplateObject(["Dropdown Configuration"], ["Dropdown Configuration"])));
574
- var i18n_dropdownProperties = $localize(templateObject_37 || (templateObject_37 = __makeTemplateObject(["Dropdown Properties"], ["Dropdown Properties"])));
575
- var i18n_enabledAndDisabledItems = $localize(templateObject_38 || (templateObject_38 = __makeTemplateObject(["Enabled and Disabled Items"], ["Enabled and Disabled Items"])));
576
- var i18n_enabledItems = $localize(templateObject_39 || (templateObject_39 = __makeTemplateObject(["Enabled Items"], ["Enabled Items"])));
577
- var i18n_enabledItemsInstructions = $localize(templateObject_40 || (templateObject_40 = __makeTemplateObject(["The items that should be enabled in the form upon selection of this option."], ["The items that should be enabled in the form upon selection of this option."])));
578
- var i18n_fileTypeId = $localize(templateObject_41 || (templateObject_41 = __makeTemplateObject(["File Type Id"], ["File Type Id"])));
579
- var i18n_fileTypeIdInstructions = $localize(templateObject_42 || (templateObject_42 = __makeTemplateObject(["The file type id that this file upload item should be associated with. This is used to determine what type of file is being uploaded and how it should be processed."], ["The file type id that this file upload item should be associated with. This is used to determine what type of file is being uploaded and how it should be processed."])));
580
- var i18n_fileUploadConfiguration = $localize(templateObject_43 || (templateObject_43 = __makeTemplateObject(["File Upload Configuration"], ["File Upload Configuration"])));
581
- var i18n_form = $localize(templateObject_44 || (templateObject_44 = __makeTemplateObject(["Form"], ["Form"])));
582
- var i18n_format = $localize(templateObject_45 || (templateObject_45 = __makeTemplateObject(["Format"], ["Format"])));
583
- var i18n_formatInstructions = $localize(templateObject_46 || (templateObject_46 = __makeTemplateObject(["The format the date should be presented in."], ["The format the date should be presented in."])));
584
- var i18n_formatTimeInstructions = $localize(templateObject_47 || (templateObject_47 = __makeTemplateObject(["The format the time should be presented in."], ["The format the time should be presented in."])));
585
- var i18n_fullWidth = $localize(templateObject_48 || (templateObject_48 = __makeTemplateObject(["Full Width"], ["Full Width"])));
586
- var i18n_fullWidthInstructions = $localize(templateObject_49 || (templateObject_49 = __makeTemplateObject(["Indicates if the item should be presented in a full width format."], ["Indicates if the item should be presented in a full width format."])));
587
- var i18n_help = $localize(templateObject_50 || (templateObject_50 = __makeTemplateObject(["Help"], ["Help"])));
588
- var i18n_helpInstructions = $localize(templateObject_51 || (templateObject_51 = __makeTemplateObject(["The help text provides additional context to the user about what is being asked of them."], ["The help text provides additional context to the user about what is being asked of them."])));
589
- var i18n_item = $localize(templateObject_52 || (templateObject_52 = __makeTemplateObject(["Item"], ["Item"])));
590
- var i18n_items = $localize(templateObject_53 || (templateObject_53 = __makeTemplateObject(["Items"], ["Items"])));
591
- var i18n_itemsInstructions = $localize(templateObject_54 || (templateObject_54 = __makeTemplateObject(["The items that make up this template."], ["The items that make up this template."])));
592
- var i18n_label = $localize(templateObject_55 || (templateObject_55 = __makeTemplateObject(["Label"], ["Label"])));
593
- var i18n_labelInstructions = $localize(templateObject_56 || (templateObject_56 = __makeTemplateObject(["The label is a short representation of what the value for the input should be. This will be presented as a greyed out value in the input and shift to the input title once the user provides an input of their own."], ["The label is a short representation of what the value for the input should be. This will be presented as a greyed out value in the input and shift to the input title once the user provides an input of their own."])));
594
- var i18n_layout = $localize(templateObject_57 || (templateObject_57 = __makeTemplateObject(["Layout"], ["Layout"])));
595
- var i18n_layoutInstructions = $localize(templateObject_58 || (templateObject_58 = __makeTemplateObject(["Indicates how the child items of this item should be presented, ROW indicates that multiple items should be put on a single row (to save space), COLUMN indicates the items should be placed in a vertical way."], ["Indicates how the child items of this item should be presented, ROW indicates that multiple items should be put on a single row (to save space), COLUMN indicates the items should be placed in a vertical way."])));
596
- var i18n_maxCharCount = $localize(templateObject_59 || (templateObject_59 = __makeTemplateObject(["Maximum Character Count"], ["Maximum Character Count"])));
597
- var i18n_maxCharCountInstructions = $localize(templateObject_60 || (templateObject_60 = __makeTemplateObject(["The maximum character count of the values that are input to be considered valid, this is optional."], ["The maximum character count of the values that are input to be considered valid, this is optional."])));
598
- var i18n_minCharCount = $localize(templateObject_61 || (templateObject_61 = __makeTemplateObject(["Minimum Character Count"], ["Minimum Character Count"])));
599
- var i18n_minCharCountInstructions = $localize(templateObject_62 || (templateObject_62 = __makeTemplateObject(["The minimum character count of the values that are input to be considered valid, this is optional."], ["The minimum character count of the values that are input to be considered valid, this is optional."])));
600
- var i18n_maxOccurrances = $localize(templateObject_63 || (templateObject_63 = __makeTemplateObject(["Maximum Occurrences"], ["Maximum Occurrences"])));
601
- var i18n_maxOccurrancesInstructions = $localize(templateObject_64 || (templateObject_64 = __makeTemplateObject(["The maximum number of times this item should be presented to the user."], ["The maximum number of times this item should be presented to the user."])));
602
- var i18n_minOccurrances = $localize(templateObject_65 || (templateObject_65 = __makeTemplateObject(["Minimum Occurrences"], ["Minimum Occurrences"])));
603
- var i18n_minOccurrancesInstructions = $localize(templateObject_66 || (templateObject_66 = __makeTemplateObject(["The minimum number of times this item should be presented to the user."], ["The minimum number of times this item should be presented to the user."])));
604
- var i18n_minSelections = $localize(templateObject_67 || (templateObject_67 = __makeTemplateObject(["Minimum Selections"], ["Minimum Selections"])));
605
- var i18n_minSelectionsInstructions = $localize(templateObject_68 || (templateObject_68 = __makeTemplateObject(["The minimum number of selections that should be required to be considered valid."], ["The minimum number of selections that should be required to be considered valid."])));
606
- var i18n_maxSelections = $localize(templateObject_69 || (templateObject_69 = __makeTemplateObject(["Maximum Selections"], ["Maximum Selections"])));
607
- var i18n_maxSelectionsInstructions = $localize(templateObject_70 || (templateObject_70 = __makeTemplateObject(["The maximum number of selections that should be required to be considered valid."], ["The maximum number of selections that should be required to be considered valid."])));
608
- var i18n_maxValue = $localize(templateObject_71 || (templateObject_71 = __makeTemplateObject(["Maximum Value"], ["Maximum Value"])));
609
- var i18n_maxValueInstructions = $localize(templateObject_72 || (templateObject_72 = __makeTemplateObject(["The maximum numeric value input to be considered valid, this is optional."], ["The maximum numeric value input to be considered valid, this is optional."])));
610
- var i18n_minValue = $localize(templateObject_73 || (templateObject_73 = __makeTemplateObject(["Minimum Value"], ["Minimum Value"])));
611
- var i18n_minValueInstructions = $localize(templateObject_74 || (templateObject_74 = __makeTemplateObject(["The minimum numeric value input to be considered valid, this is optional."], ["The minimum numeric value input to be considered valid, this is optional."])));
612
- var i18n_multipleChoiceConfiguration = $localize(templateObject_75 || (templateObject_75 = __makeTemplateObject(["Multiple Choice Configuration"], ["Multiple Choice Configuration"])));
613
- var i18n_name = $localize(templateObject_76 || (templateObject_76 = __makeTemplateObject(["Name"], ["Name"])));
614
- var i18n_nameInstructions = $localize(templateObject_77 || (templateObject_77 = __makeTemplateObject(["This serves as an identifier for the item in the form and can be used to retrieve it during processing, indexing, or other operations."], ["This serves as an identifier for the item in the form and can be used to retrieve it during processing, indexing, or other operations."])));
615
- var i18n_new = $localize(templateObject_78 || (templateObject_78 = __makeTemplateObject(["New"], ["New"])));
616
- var i18n_newOption = $localize(templateObject_79 || (templateObject_79 = __makeTemplateObject(["New Option"], ["New Option"])));
617
- var i18n_newOptionTemplate = $localize(templateObject_80 || (templateObject_80 = __makeTemplateObject(["New Option Template"], ["New Option Template"])));
618
- var i18n_newTemplate = $localize(templateObject_81 || (templateObject_81 = __makeTemplateObject(["New Template"], ["New Template"])));
619
- var i18n_newTemplateItem = $localize(templateObject_82 || (templateObject_82 = __makeTemplateObject(["New Template Item"], ["New Template Item"])));
620
- var i18n_numericConfiguration = $localize(templateObject_83 || (templateObject_83 = __makeTemplateObject(["Numeric Configuration"], ["Numeric Configuration"])));
621
- var i18n_numberedListConfiguration = $localize(templateObject_84 || (templateObject_84 = __makeTemplateObject(["Numbered List Configuration"], ["Numbered List Configuration"])));
622
- var i18n_offsetDateRangeConfiguration = $localize(templateObject_85 || (templateObject_85 = __makeTemplateObject(["Offset Date Range Configuration"], ["Offset Date Range Configuration"])));
623
- var i18n_option = $localize(templateObject_86 || (templateObject_86 = __makeTemplateObject(["Option"], ["Option"])));
624
- var i18n_optionInstructions = $localize(templateObject_87 || (templateObject_87 = __makeTemplateObject(["The option that should be presented to the user."], ["The option that should be presented to the user."])));
625
- var i18n_optionProperties = $localize(templateObject_88 || (templateObject_88 = __makeTemplateObject(["Option Properties"], ["Option Properties"])));
626
- var i18n_options = $localize(templateObject_89 || (templateObject_89 = __makeTemplateObject(["Options"], ["Options"])));
627
- var i18n_optionsInstructions = $localize(templateObject_90 || (templateObject_90 = __makeTemplateObject(["The options that should be presented to the user."], ["The options that should be presented to the user."])));
628
- var i18n_optionSubsets = $localize(templateObject_91 || (templateObject_91 = __makeTemplateObject(["Option Subsets"], ["Option Subsets"])));
629
- var i18n_optionSubsetInstructions = $localize(templateObject_92 || (templateObject_92 = __makeTemplateObject(["The option subsets that should be presented to the user."], ["The option subsets that should be presented to the user."])));
630
- var i18n_optionTemplate = $localize(templateObject_93 || (templateObject_93 = __makeTemplateObject(["Option Template"], ["Option Template"])));
631
- var i18n_optionTemplates = $localize(templateObject_94 || (templateObject_94 = __makeTemplateObject(["Option Templates"], ["Option Templates"])));
632
- var i18n_optionTemplateInstructions = $localize(templateObject_95 || (templateObject_95 = __makeTemplateObject(["The template that should be used to provide additional context to the user about the selected option. This is typically used to provide more information about the option that is being selected, such as a description or additional details."], ["The template that should be used to provide additional context to the user about the selected option. This is typically used to provide more information about the option that is being selected, such as a description or additional details."])));
633
- var i18n_optionTemplateMap = $localize(templateObject_96 || (templateObject_96 = __makeTemplateObject(["Option Template Map"], ["Option Template Map"])));
634
- var i18n_optionTemplateMapInstructions = $localize(templateObject_97 || (templateObject_97 = __makeTemplateObject(["The option template map that should be presented to the user."], ["The option template map that should be presented to the user."])));
635
- var i18n_positiveOnly = $localize(templateObject_98 || (templateObject_98 = __makeTemplateObject(["Positive Values Only"], ["Positive Values Only"])));
636
- var i18n_positiveOnlyInstructions = $localize(templateObject_99 || (templateObject_99 = __makeTemplateObject(["Indicates that values input must be positive (non-negative, non-0) to be considered valid."], ["Indicates that values input must be positive (non-negative, non-0) to be considered valid."])));
637
- var i18n_presetValue = $localize(templateObject_100 || (templateObject_100 = __makeTemplateObject(["Initial Value"], ["Initial Value"])));
638
- var i18n_presetValueInstructions = $localize(templateObject_101 || (templateObject_101 = __makeTemplateObject(["The initial date value that should be set when a new instance of this is created."], ["The initial date value that should be set when a new instance of this is created."])));
639
- var i18n_questionText = $localize(templateObject_102 || (templateObject_102 = __makeTemplateObject(["Question Text"], ["Question Text"])));
640
- var i18n_questionTextInstructions = $localize(templateObject_103 || (templateObject_103 = __makeTemplateObject(["This is the question posed to the user about the input, for which a response is expected."], ["This is the question posed to the user about the input, for which a response is expected."])));
641
- var i18n_rangeLimits = $localize(templateObject_104 || (templateObject_104 = __makeTemplateObject(["Range Limits"], ["Range Limits"])));
642
- var i18n_rangeLimitsInstructions = $localize(templateObject_105 || (templateObject_105 = __makeTemplateObject(["The limits that should be applied to constrain the date time range that can be selected."], ["The limits that should be applied to constrain the date time range that can be selected."])));
643
- var i18n_repeatableItemConfiguration = $localize(templateObject_106 || (templateObject_106 = __makeTemplateObject(["Repeatable Item Configuration"], ["Repeatable Item Configuration"])));
644
- var i18n_repeatableItemTemplateId = $localize(templateObject_107 || (templateObject_107 = __makeTemplateObject(["Repeatable Item Template Id"], ["Repeatable Item Template Id"])));
645
- var i18n_repeatableItemTemplateIdInstructions = $localize(templateObject_108 || (templateObject_108 = __makeTemplateObject(["The id of the template that should be used to create a new instance of this item."], ["The id of the template that should be used to create a new instance of this item."])));
646
- var i18n_required = $localize(templateObject_109 || (templateObject_109 = __makeTemplateObject(["Required"], ["Required"])));
647
- var i18n_requiredInstructions = $localize(templateObject_110 || (templateObject_110 = __makeTemplateObject(["Indicates that this item requires a value to be considered complete / valid."], ["Indicates that this item requires a value to be considered complete / valid."])));
648
- var i18n_settings = $localize(templateObject_111 || (templateObject_111 = __makeTemplateObject(["Settings"], ["Settings"])));
649
- var i18n_startingInstances = $localize(templateObject_112 || (templateObject_112 = __makeTemplateObject(["Starting Instances"], ["Starting Instances"])));
650
- var i18n_startingInstancesInstructions = $localize(templateObject_113 || (templateObject_113 = __makeTemplateObject(["The number of instances of this item that should be created when the form is first presented to the user."], ["The number of instances of this item that should be created when the form is first presented to the user."])));
651
- var i18n_timeInputConfiguration = $localize(templateObject_114 || (templateObject_114 = __makeTemplateObject(["Time Input Configuration"], ["Time Input Configuration"])));
652
- var i18n_template = $localize(templateObject_115 || (templateObject_115 = __makeTemplateObject(["Template"], ["Template"])));
653
- var i18n_templateItem = $localize(templateObject_116 || (templateObject_116 = __makeTemplateObject(["Template Item"], ["Template Item"])));
654
- var i18n_templateItemInstructions = $localize(templateObject_117 || (templateObject_117 = __makeTemplateObject(["The item that makes up this template."], ["The item that makes up this template."])));
655
- var i18n_templateItems = $localize(templateObject_118 || (templateObject_118 = __makeTemplateObject(["Template Items"], ["Template Items"])));
656
- var i18n_templateItemsInstructions = $localize(templateObject_119 || (templateObject_119 = __makeTemplateObject(["The items at the root level of the template / form."], ["The items at the root level of the template / form."])));
657
- var i18n_templateItemsInstructionsGroup = $localize(templateObject_120 || (templateObject_120 = __makeTemplateObject(["The items that make up this group / section."], ["The items that make up this group / section."])));
658
- var i18n_textConfiguration = $localize(templateObject_121 || (templateObject_121 = __makeTemplateObject(["Text Configuration"], ["Text Configuration"])));
659
- var i18n_textInputConfiguration = $localize(templateObject_122 || (templateObject_122 = __makeTemplateObject(["Text Input Configuration"], ["Text Input Configuration"])));
660
- var i18n_textValue = $localize(templateObject_123 || (templateObject_123 = __makeTemplateObject(["Text Value"], ["Text Value"])));
661
- var i18n_textValueInstructions = $localize(templateObject_124 || (templateObject_124 = __makeTemplateObject(["This text will be displayed as HTML text in the form and is meant to be used to provide users with more in depth information about the form."], ["This text will be displayed as HTML text in the form and is meant to be used to provide users with more in depth information about the form."])));
662
- var i18n_titleInstructions = $localize(templateObject_125 || (templateObject_125 = __makeTemplateObject(["The title of the Template."], ["The title of the Template."])));
663
- var i18n_titleInstructionsSection = $localize(templateObject_126 || (templateObject_126 = __makeTemplateObject(["The title of the Section, this will be presented at the top of the card that represents the section."], ["The title of the Section, this will be presented at the top of the card that represents the section."])));
664
- var i18n_value = $localize(templateObject_127 || (templateObject_127 = __makeTemplateObject(["Value"], ["Value"])));
665
- var i18n_valueInstructions = $localize(templateObject_128 || (templateObject_128 = __makeTemplateObject(["The value that should be presented to the user."], ["The value that should be presented to the user."])));
666
- var i18n_values = $localize(templateObject_129 || (templateObject_129 = __makeTemplateObject(["Values"], ["Values"])));
667
- var i18n_valuesInstructions = $localize(templateObject_130 || (templateObject_130 = __makeTemplateObject(["The values that should be presented to the user."], ["The values that should be presented to the user."])));
668
- var i18n_yearQuarterRangeConfiguration = $localize(templateObject_131 || (templateObject_131 = __makeTemplateObject(["Year Quarter Range Configuration"], ["Year Quarter Range Configuration"])));
669
- var i18n_listValue = $localize(templateObject_132 || (templateObject_132 = __makeTemplateObject(["List Value"], ["List Value"])));
670
- var i18n_newListValue = $localize(templateObject_133 || (templateObject_133 = __makeTemplateObject(["New List Value"], ["New List Value"])));
671
- var i18n_newItem = $localize(templateObject_134 || (templateObject_134 = __makeTemplateObject(["New Item"], ["New Item"])));
672
- var i18n_exampleText = $localize(templateObject_135 || (templateObject_135 = __makeTemplateObject(["Example Text"], ["Example Text"])));
673
- var i18n_boolean = $localize(templateObject_136 || (templateObject_136 = __makeTemplateObject(["Boolean"], ["Boolean"])));
674
- var i18n_booleanItem = $localize(templateObject_137 || (templateObject_137 = __makeTemplateObject(["Boolean Item"], ["Boolean Item"])));
675
- var i18n_bulletedListItem = $localize(templateObject_138 || (templateObject_138 = __makeTemplateObject(["Bulleted List Item"], ["Bulleted List Item"])));
676
- var i18n_checkbox = $localize(templateObject_139 || (templateObject_139 = __makeTemplateObject(["Checkbox"], ["Checkbox"])));
677
- var i18n_checkboxItem = $localize(templateObject_140 || (templateObject_140 = __makeTemplateObject(["Checkbox Item"], ["Checkbox Item"])));
678
- var i18n_offsetDateRange = $localize(templateObject_141 || (templateObject_141 = __makeTemplateObject(["Offset Date Range"], ["Offset Date Range"])));
679
- var i18n_offsetDateRangeItem = $localize(templateObject_142 || (templateObject_142 = __makeTemplateObject(["Offset Date Range Item"], ["Offset Date Range Item"])));
680
- var i18n_yearQuarterRange = $localize(templateObject_143 || (templateObject_143 = __makeTemplateObject(["Year Quarter Range"], ["Year Quarter Range"])));
681
- var i18n_yearQuarterRangeItem = $localize(templateObject_144 || (templateObject_144 = __makeTemplateObject(["Year Quarter Range Item"], ["Year Quarter Range Item"])));
682
- var i18n_date = $localize(templateObject_145 || (templateObject_145 = __makeTemplateObject(["Date"], ["Date"])));
683
- var i18n_dateItem = $localize(templateObject_146 || (templateObject_146 = __makeTemplateObject(["Date Item"], ["Date Item"])));
684
- var i18n_decimalAnswer = $localize(templateObject_147 || (templateObject_147 = __makeTemplateObject(["Decimal Answer"], ["Decimal Answer"])));
685
- var i18n_decimalValue = $localize(templateObject_148 || (templateObject_148 = __makeTemplateObject(["Decimal Value"], ["Decimal Value"])));
686
- var i18n_decimalAnswerItem = $localize(templateObject_149 || (templateObject_149 = __makeTemplateObject(["Decimal Answer Item"], ["Decimal Answer Item"])));
687
- var i18n_dropdown = $localize(templateObject_150 || (templateObject_150 = __makeTemplateObject(["Dropdown"], ["Dropdown"])));
688
- var i18n_dropdownItem = $localize(templateObject_151 || (templateObject_151 = __makeTemplateObject(["Dropdown Item"], ["Dropdown Item"])));
689
- var i18n_fileUpload = $localize(templateObject_152 || (templateObject_152 = __makeTemplateObject(["File Upload"], ["File Upload"])));
690
- var i18n_fileUploadItem = $localize(templateObject_153 || (templateObject_153 = __makeTemplateObject(["File Upload Item"], ["File Upload Item"])));
691
- var i18n_internationalizedParagraphAnswer = $localize(templateObject_154 || (templateObject_154 = __makeTemplateObject(["Internationalized Paragraph Answer"], ["Internationalized Paragraph Answer"])));
692
- var i18n_internationalizedParagraphAnswerItem = $localize(templateObject_155 || (templateObject_155 = __makeTemplateObject(["Internationalized Paragraph Answer Item"], ["Internationalized Paragraph Answer Item"])));
693
- var i18n_internationalizedShortAnswer = $localize(templateObject_156 || (templateObject_156 = __makeTemplateObject(["Internationalized Short Answer"], ["Internationalized Short Answer"])));
694
- var i18n_internationalizedShortAnswerItem = $localize(templateObject_157 || (templateObject_157 = __makeTemplateObject(["Internationalized Short Answer Item"], ["Internationalized Short Answer Item"])));
695
- var i18n_multipleChoice = $localize(templateObject_158 || (templateObject_158 = __makeTemplateObject(["Multiple Choice"], ["Multiple Choice"])));
696
- var i18n_multipleChoiceItem = $localize(templateObject_159 || (templateObject_159 = __makeTemplateObject(["Multiple Choice Item"], ["Multiple Choice Item"])));
697
- var i18n_numberedListItem = $localize(templateObject_160 || (templateObject_160 = __makeTemplateObject(["Numbered List Item"], ["Numbered List Item"])));
698
- var i18n_orderedList = $localize(templateObject_161 || (templateObject_161 = __makeTemplateObject(["Ordered List"], ["Ordered List"])));
699
- var i18n_orderedListItem = $localize(templateObject_162 || (templateObject_162 = __makeTemplateObject(["Ordered List Item"], ["Ordered List Item"])));
700
- var i18n_paragraphAnswer = $localize(templateObject_163 || (templateObject_163 = __makeTemplateObject(["Paragraph Answer"], ["Paragraph Answer"])));
701
- var i18n_paragraphAnswerItem = $localize(templateObject_164 || (templateObject_164 = __makeTemplateObject(["Paragraph Answer Item"], ["Paragraph Answer Item"])));
702
- var i18n_repeatable = $localize(templateObject_165 || (templateObject_165 = __makeTemplateObject(["Repeatable"], ["Repeatable"])));
703
- var i18n_repeatableItem = $localize(templateObject_166 || (templateObject_166 = __makeTemplateObject(["Repeatable Item"], ["Repeatable Item"])));
704
- var i18n_shortAnswer = $localize(templateObject_167 || (templateObject_167 = __makeTemplateObject(["Short Answer"], ["Short Answer"])));
705
- var i18n_shortAnswerItem = $localize(templateObject_168 || (templateObject_168 = __makeTemplateObject(["Short Answer Item"], ["Short Answer Item"])));
706
- var i18n_group = $localize(templateObject_169 || (templateObject_169 = __makeTemplateObject(["Group"], ["Group"])));
707
- var i18n_groupItem = $localize(templateObject_170 || (templateObject_170 = __makeTemplateObject(["Group Item"], ["Group Item"])));
708
- var i18n_section = $localize(templateObject_171 || (templateObject_171 = __makeTemplateObject(["Section"], ["Section"])));
709
- var i18n_sectionItem = $localize(templateObject_172 || (templateObject_172 = __makeTemplateObject(["Section Item"], ["Section Item"])));
710
- var i18n_text = $localize(templateObject_173 || (templateObject_173 = __makeTemplateObject(["Text"], ["Text"])));
711
- var i18n_textItem = $localize(templateObject_174 || (templateObject_174 = __makeTemplateObject(["Text Item"], ["Text Item"])));
712
- var i18n_time = $localize(templateObject_175 || (templateObject_175 = __makeTemplateObject(["Time"], ["Time"])));
713
- var i18n_timeItem = $localize(templateObject_176 || (templateObject_176 = __makeTemplateObject(["Time Item"], ["Time Item"])));
714
- var i18n_title = $localize(templateObject_177 || (templateObject_177 = __makeTemplateObject(["Title"], ["Title"])));
715
- var i18n_titleItem = $localize(templateObject_178 || (templateObject_178 = __makeTemplateObject(["Title Item"], ["Title Item"])));
716
- var i18n_unorderedList = $localize(templateObject_179 || (templateObject_179 = __makeTemplateObject(["Unordered List"], ["Unordered List"])));
717
- var i18n_unorderedListItem = $localize(templateObject_180 || (templateObject_180 = __makeTemplateObject(["Unordered List Item"], ["Unordered List Item"])));
718
- var i18n_wholeNumberAnswer = $localize(templateObject_181 || (templateObject_181 = __makeTemplateObject(["Whole Number Answer"], ["Whole Number Answer"])));
719
- var i18n_wholeNumberAnswerItem = $localize(templateObject_182 || (templateObject_182 = __makeTemplateObject(["Whole Number Answer Item"], ["Whole Number Answer Item"])));
720
- var i18n_wholeNumberValue = $localize(templateObject_183 || (templateObject_183 = __makeTemplateObject(["Whole Number Value"], ["Whole Number Value"])));
721
- var templateObject_1$r, templateObject_2$6, templateObject_3$4, templateObject_4$3, templateObject_5$3, templateObject_6$3, templateObject_7$3, templateObject_8$3, templateObject_9$3, templateObject_10$3, templateObject_11$3, templateObject_12$3, templateObject_13$2, templateObject_14$1, templateObject_15$1, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36, templateObject_37, templateObject_38, templateObject_39, templateObject_40, templateObject_41, templateObject_42, templateObject_43, templateObject_44, templateObject_45, templateObject_46, templateObject_47, templateObject_48, templateObject_49, templateObject_50, templateObject_51, templateObject_52, templateObject_53, templateObject_54, templateObject_55, templateObject_56, templateObject_57, templateObject_58, templateObject_59, templateObject_60, templateObject_61, templateObject_62, templateObject_63, templateObject_64, templateObject_65, templateObject_66, templateObject_67, templateObject_68, templateObject_69, templateObject_70, templateObject_71, templateObject_72, templateObject_73, templateObject_74, templateObject_75, templateObject_76, templateObject_77, templateObject_78, templateObject_79, templateObject_80, templateObject_81, templateObject_82, templateObject_83, templateObject_84, templateObject_85, templateObject_86, templateObject_87, templateObject_88, templateObject_89, templateObject_90, templateObject_91, templateObject_92, templateObject_93, templateObject_94, templateObject_95, templateObject_96, templateObject_97, templateObject_98, templateObject_99, templateObject_100, templateObject_101, templateObject_102, templateObject_103, templateObject_104, templateObject_105, templateObject_106, templateObject_107, templateObject_108, templateObject_109, templateObject_110, templateObject_111, templateObject_112, templateObject_113, templateObject_114, templateObject_115, templateObject_116, templateObject_117, templateObject_118, templateObject_119, templateObject_120, templateObject_121, templateObject_122, templateObject_123, templateObject_124, templateObject_125, templateObject_126, templateObject_127, templateObject_128, templateObject_129, templateObject_130, templateObject_131, templateObject_132, templateObject_133, templateObject_134, templateObject_135, templateObject_136, templateObject_137, templateObject_138, templateObject_139, templateObject_140, templateObject_141, templateObject_142, templateObject_143, templateObject_144, templateObject_145, templateObject_146, templateObject_147, templateObject_148, templateObject_149, templateObject_150, templateObject_151, templateObject_152, templateObject_153, templateObject_154, templateObject_155, templateObject_156, templateObject_157, templateObject_158, templateObject_159, templateObject_160, templateObject_161, templateObject_162, templateObject_163, templateObject_164, templateObject_165, templateObject_166, templateObject_167, templateObject_168, templateObject_169, templateObject_170, templateObject_171, templateObject_172, templateObject_173, templateObject_174, templateObject_175, templateObject_176, templateObject_177, templateObject_178, templateObject_179, templateObject_180, templateObject_181, templateObject_182, templateObject_183;
550
+ var i18n_acknowledgementDialogTitle = $localize(templateObject_13$2 || (templateObject_13$2 = __makeTemplateObject(["Acknowledgement Dialog"], ["Acknowledgement Dialog"])));
551
+ var i18n_acknowledgementInstructions = $localize(templateObject_14$1 || (templateObject_14$1 = __makeTemplateObject(["The acknowledgement tells the user that they are required to acknowledge the information presented in the item. This is typically used for legal disclaimers or other important information that the user must agree to before proceeding."], ["The acknowledgement tells the user that they are required to acknowledge the information presented in the item. This is typically used for legal disclaimers or other important information that the user must agree to before proceeding."])));
552
+ var i18n_additionalText = $localize(templateObject_15$1 || (templateObject_15$1 = __makeTemplateObject(["Additional Text"], ["Additional Text"])));
553
+ var i18n_additionalTextInstructions = $localize(templateObject_16 || (templateObject_16 = __makeTemplateObject(["Additional Text Instructions"], ["Additional Text Instructions"])));
554
+ var i18n_annotationEnabled = $localize(templateObject_17 || (templateObject_17 = __makeTemplateObject(["Annotation Enabled"], ["Annotation Enabled"])));
555
+ var i18n_annotationEnabledInstructions = $localize(templateObject_18 || (templateObject_18 = __makeTemplateObject(["Indicates if this item should be annotatable."], ["Indicates if this item should be annotatable."])));
556
+ var i18n_booleanConfiguration = $localize(templateObject_19 || (templateObject_19 = __makeTemplateObject(["Boolean Configuration"], ["Boolean Configuration"])));
557
+ var i18n_bulletedListConfiguration = $localize(templateObject_20 || (templateObject_20 = __makeTemplateObject(["Bulleted List Configuration"], ["Bulleted List Configuration"])));
558
+ var i18n_bulletedListItemInstructions = $localize(templateObject_21 || (templateObject_21 = __makeTemplateObject(["The items that make up this bulleted list. This is typically a list of text items that will be presented in a bulleted list format."], ["The items that make up this bulleted list. This is typically a list of text items that will be presented in a bulleted list format."])));
559
+ var i18n_checkboxConfiguration = $localize(templateObject_22 || (templateObject_22 = __makeTemplateObject(["Checkbox Configuration"], ["Checkbox Configuration"])));
560
+ var i18n_codeOption = $localize(templateObject_23 || (templateObject_23 = __makeTemplateObject(["Code Option"], ["Code Option"])));
561
+ var i18n_codeOptionInstructions = $localize(templateObject_24 || (templateObject_24 = __makeTemplateObject(["The code option that should be presented to the user."], ["The code option that should be presented to the user."])));
562
+ var i18n_core = $localize(templateObject_25 || (templateObject_25 = __makeTemplateObject(["Core"], ["Core"])));
563
+ var i18n_childItems = $localize(templateObject_26 || (templateObject_26 = __makeTemplateObject(["Child Items"], ["Child Items"])));
564
+ var i18n_dateConfiguration = $localize(templateObject_27 || (templateObject_27 = __makeTemplateObject(["Date Configuration"], ["Date Configuration"])));
565
+ var i18n_description = $localize(templateObject_28 || (templateObject_28 = __makeTemplateObject(["Description"], ["Description"])));
566
+ var i18n_descriptionInstructions = $localize(templateObject_29 || (templateObject_29 = __makeTemplateObject(["The description is a short representation of what the value for the input should be."], ["The description is a short representation of what the value for the input should be."])));
567
+ var i18n_descriptive = $localize(templateObject_30 || (templateObject_30 = __makeTemplateObject(["Descriptive Information"], ["Descriptive Information"])));
568
+ var i18n_descriptiveText = $localize(templateObject_31 || (templateObject_31 = __makeTemplateObject(["Descriptive Text"], ["Descriptive Text"])));
569
+ var i18n_descriptiveTextInstructionsItem = $localize(templateObject_32 || (templateObject_32 = __makeTemplateObject(["Descriptive text provides additional explanation / context to the item. Typically the question text is used to present the question that information is being gathered about and the descriptive text expounds on that to ensure the user filling out the form understands what is being asked of them."], ["Descriptive text provides additional explanation / context to the item. Typically the question text is used to present the question that information is being gathered about and the descriptive text expounds on that to ensure the user filling out the form understands what is being asked of them."])));
570
+ var i18n_descriptiveTextInstructionsTemplate = $localize(templateObject_33 || (templateObject_33 = __makeTemplateObject(["Describes the purpose and use cases for this Template or Template Item."], ["Describes the purpose and use cases for this Template or Template Item."])));
571
+ var i18n_disabledItems = $localize(templateObject_34 || (templateObject_34 = __makeTemplateObject(["Disabled Items"], ["Disabled Items"])));
572
+ var i18n_disabledItemsInstructions = $localize(templateObject_35 || (templateObject_35 = __makeTemplateObject(["The items that should be disabled in the form upon selection of this option."], ["The items that should be disabled in the form upon selection of this option."])));
573
+ var i18n_downloadAllowed = $localize(templateObject_36 || (templateObject_36 = __makeTemplateObject(["Download Allowed"], ["Download Allowed"])));
574
+ var i18n_downloadAllowedInstructions = $localize(templateObject_37 || (templateObject_37 = __makeTemplateObject(["Indicates if the file should be allowed to be downloaded once it has been uploaded, or if it should only be available for processing on the backend."], ["Indicates if the file should be allowed to be downloaded once it has been uploaded, or if it should only be available for processing on the backend."])));
575
+ var i18n_dropdownConfiguration = $localize(templateObject_38 || (templateObject_38 = __makeTemplateObject(["Dropdown Configuration"], ["Dropdown Configuration"])));
576
+ var i18n_dropdownProperties = $localize(templateObject_39 || (templateObject_39 = __makeTemplateObject(["Dropdown Properties"], ["Dropdown Properties"])));
577
+ var i18n_enabledAndDisabledItems = $localize(templateObject_40 || (templateObject_40 = __makeTemplateObject(["Enabled and Disabled Items"], ["Enabled and Disabled Items"])));
578
+ var i18n_enabledItems = $localize(templateObject_41 || (templateObject_41 = __makeTemplateObject(["Enabled Items"], ["Enabled Items"])));
579
+ var i18n_enabledItemsInstructions = $localize(templateObject_42 || (templateObject_42 = __makeTemplateObject(["The items that should be enabled in the form upon selection of this option."], ["The items that should be enabled in the form upon selection of this option."])));
580
+ var i18n_fileTypeId = $localize(templateObject_43 || (templateObject_43 = __makeTemplateObject(["File Type Id"], ["File Type Id"])));
581
+ var i18n_fileTypeIdInstructions = $localize(templateObject_44 || (templateObject_44 = __makeTemplateObject(["The file type id that this file upload item should be associated with. This is used to determine what type of file is being uploaded and how it should be processed."], ["The file type id that this file upload item should be associated with. This is used to determine what type of file is being uploaded and how it should be processed."])));
582
+ var i18n_fileUploadConfiguration = $localize(templateObject_45 || (templateObject_45 = __makeTemplateObject(["File Upload Configuration"], ["File Upload Configuration"])));
583
+ var i18n_form = $localize(templateObject_46 || (templateObject_46 = __makeTemplateObject(["Form"], ["Form"])));
584
+ var i18n_format = $localize(templateObject_47 || (templateObject_47 = __makeTemplateObject(["Format"], ["Format"])));
585
+ var i18n_formatInstructions = $localize(templateObject_48 || (templateObject_48 = __makeTemplateObject(["The format the date should be presented in."], ["The format the date should be presented in."])));
586
+ var i18n_formatTimeInstructions = $localize(templateObject_49 || (templateObject_49 = __makeTemplateObject(["The format the time should be presented in."], ["The format the time should be presented in."])));
587
+ var i18n_fullWidth = $localize(templateObject_50 || (templateObject_50 = __makeTemplateObject(["Full Width"], ["Full Width"])));
588
+ var i18n_fullWidthInstructions = $localize(templateObject_51 || (templateObject_51 = __makeTemplateObject(["Indicates if the item should be presented in a full width format."], ["Indicates if the item should be presented in a full width format."])));
589
+ var i18n_help = $localize(templateObject_52 || (templateObject_52 = __makeTemplateObject(["Help"], ["Help"])));
590
+ var i18n_helpInstructions = $localize(templateObject_53 || (templateObject_53 = __makeTemplateObject(["The help text provides additional context to the user about what is being asked of them."], ["The help text provides additional context to the user about what is being asked of them."])));
591
+ var i18n_item = $localize(templateObject_54 || (templateObject_54 = __makeTemplateObject(["Item"], ["Item"])));
592
+ var i18n_items = $localize(templateObject_55 || (templateObject_55 = __makeTemplateObject(["Items"], ["Items"])));
593
+ var i18n_itemsInstructions = $localize(templateObject_56 || (templateObject_56 = __makeTemplateObject(["The items that make up this template."], ["The items that make up this template."])));
594
+ var i18n_label = $localize(templateObject_57 || (templateObject_57 = __makeTemplateObject(["Label"], ["Label"])));
595
+ var i18n_labelInstructions = $localize(templateObject_58 || (templateObject_58 = __makeTemplateObject(["The label is a short representation of what the value for the input should be. This will be presented as a greyed out value in the input and shift to the input title once the user provides an input of their own."], ["The label is a short representation of what the value for the input should be. This will be presented as a greyed out value in the input and shift to the input title once the user provides an input of their own."])));
596
+ var i18n_layout = $localize(templateObject_59 || (templateObject_59 = __makeTemplateObject(["Layout"], ["Layout"])));
597
+ var i18n_layoutInstructions = $localize(templateObject_60 || (templateObject_60 = __makeTemplateObject(["Indicates how the child items of this item should be presented, ROW indicates that multiple items should be put on a single row (to save space), COLUMN indicates the items should be placed in a vertical way."], ["Indicates how the child items of this item should be presented, ROW indicates that multiple items should be put on a single row (to save space), COLUMN indicates the items should be placed in a vertical way."])));
598
+ var i18n_maxCharCount = $localize(templateObject_61 || (templateObject_61 = __makeTemplateObject(["Maximum Character Count"], ["Maximum Character Count"])));
599
+ var i18n_maxCharCountInstructions = $localize(templateObject_62 || (templateObject_62 = __makeTemplateObject(["The maximum character count of the values that are input to be considered valid, this is optional."], ["The maximum character count of the values that are input to be considered valid, this is optional."])));
600
+ var i18n_minCharCount = $localize(templateObject_63 || (templateObject_63 = __makeTemplateObject(["Minimum Character Count"], ["Minimum Character Count"])));
601
+ var i18n_minCharCountInstructions = $localize(templateObject_64 || (templateObject_64 = __makeTemplateObject(["The minimum character count of the values that are input to be considered valid, this is optional."], ["The minimum character count of the values that are input to be considered valid, this is optional."])));
602
+ var i18n_maxOccurrances = $localize(templateObject_65 || (templateObject_65 = __makeTemplateObject(["Maximum Occurrences"], ["Maximum Occurrences"])));
603
+ var i18n_maxOccurrancesInstructions = $localize(templateObject_66 || (templateObject_66 = __makeTemplateObject(["The maximum number of times this item should be presented to the user."], ["The maximum number of times this item should be presented to the user."])));
604
+ var i18n_minOccurrances = $localize(templateObject_67 || (templateObject_67 = __makeTemplateObject(["Minimum Occurrences"], ["Minimum Occurrences"])));
605
+ var i18n_minOccurrancesInstructions = $localize(templateObject_68 || (templateObject_68 = __makeTemplateObject(["The minimum number of times this item should be presented to the user."], ["The minimum number of times this item should be presented to the user."])));
606
+ var i18n_minSelections = $localize(templateObject_69 || (templateObject_69 = __makeTemplateObject(["Minimum Selections"], ["Minimum Selections"])));
607
+ var i18n_minSelectionsInstructions = $localize(templateObject_70 || (templateObject_70 = __makeTemplateObject(["The minimum number of selections that should be required to be considered valid."], ["The minimum number of selections that should be required to be considered valid."])));
608
+ var i18n_maxSelections = $localize(templateObject_71 || (templateObject_71 = __makeTemplateObject(["Maximum Selections"], ["Maximum Selections"])));
609
+ var i18n_maxSelectionsInstructions = $localize(templateObject_72 || (templateObject_72 = __makeTemplateObject(["The maximum number of selections that should be required to be considered valid."], ["The maximum number of selections that should be required to be considered valid."])));
610
+ var i18n_maxValue = $localize(templateObject_73 || (templateObject_73 = __makeTemplateObject(["Maximum Value"], ["Maximum Value"])));
611
+ var i18n_maxValueInstructions = $localize(templateObject_74 || (templateObject_74 = __makeTemplateObject(["The maximum numeric value input to be considered valid, this is optional."], ["The maximum numeric value input to be considered valid, this is optional."])));
612
+ var i18n_minValue = $localize(templateObject_75 || (templateObject_75 = __makeTemplateObject(["Minimum Value"], ["Minimum Value"])));
613
+ var i18n_minValueInstructions = $localize(templateObject_76 || (templateObject_76 = __makeTemplateObject(["The minimum numeric value input to be considered valid, this is optional."], ["The minimum numeric value input to be considered valid, this is optional."])));
614
+ var i18n_multipleChoiceConfiguration = $localize(templateObject_77 || (templateObject_77 = __makeTemplateObject(["Multiple Choice Configuration"], ["Multiple Choice Configuration"])));
615
+ var i18n_name = $localize(templateObject_78 || (templateObject_78 = __makeTemplateObject(["Name"], ["Name"])));
616
+ var i18n_nameInstructions = $localize(templateObject_79 || (templateObject_79 = __makeTemplateObject(["This serves as an identifier for the item in the form and can be used to retrieve it during processing, indexing, or other operations."], ["This serves as an identifier for the item in the form and can be used to retrieve it during processing, indexing, or other operations."])));
617
+ var i18n_new = $localize(templateObject_80 || (templateObject_80 = __makeTemplateObject(["New"], ["New"])));
618
+ var i18n_newOption = $localize(templateObject_81 || (templateObject_81 = __makeTemplateObject(["New Option"], ["New Option"])));
619
+ var i18n_newOptionTemplate = $localize(templateObject_82 || (templateObject_82 = __makeTemplateObject(["New Option Template"], ["New Option Template"])));
620
+ var i18n_newTemplate = $localize(templateObject_83 || (templateObject_83 = __makeTemplateObject(["New Template"], ["New Template"])));
621
+ var i18n_newTemplateItem = $localize(templateObject_84 || (templateObject_84 = __makeTemplateObject(["New Template Item"], ["New Template Item"])));
622
+ var i18n_numericConfiguration = $localize(templateObject_85 || (templateObject_85 = __makeTemplateObject(["Numeric Configuration"], ["Numeric Configuration"])));
623
+ var i18n_numberedListConfiguration = $localize(templateObject_86 || (templateObject_86 = __makeTemplateObject(["Numbered List Configuration"], ["Numbered List Configuration"])));
624
+ var i18n_numberedListItemInstructions = $localize(templateObject_87 || (templateObject_87 = __makeTemplateObject(["The items that make up this numbered list. This is typically a list of text items that will be presented in a numbered list format."], ["The items that make up this numbered list. This is typically a list of text items that will be presented in a numbered list format."])));
625
+ var i18n_offsetDateRangeConfiguration = $localize(templateObject_88 || (templateObject_88 = __makeTemplateObject(["Offset Date Range Configuration"], ["Offset Date Range Configuration"])));
626
+ var i18n_option = $localize(templateObject_89 || (templateObject_89 = __makeTemplateObject(["Option"], ["Option"])));
627
+ var i18n_optionInstructions = $localize(templateObject_90 || (templateObject_90 = __makeTemplateObject(["The option that should be presented to the user."], ["The option that should be presented to the user."])));
628
+ var i18n_optionProperties = $localize(templateObject_91 || (templateObject_91 = __makeTemplateObject(["Option Properties"], ["Option Properties"])));
629
+ var i18n_options = $localize(templateObject_92 || (templateObject_92 = __makeTemplateObject(["Options"], ["Options"])));
630
+ var i18n_optionsInstructions = $localize(templateObject_93 || (templateObject_93 = __makeTemplateObject(["The options that should be presented to the user."], ["The options that should be presented to the user."])));
631
+ var i18n_optionSubsets = $localize(templateObject_94 || (templateObject_94 = __makeTemplateObject(["Option Subsets"], ["Option Subsets"])));
632
+ var i18n_optionSubsetInstructions = $localize(templateObject_95 || (templateObject_95 = __makeTemplateObject(["The option subsets that should be presented to the user."], ["The option subsets that should be presented to the user."])));
633
+ var i18n_optionTemplate = $localize(templateObject_96 || (templateObject_96 = __makeTemplateObject(["Option Template"], ["Option Template"])));
634
+ var i18n_optionTemplates = $localize(templateObject_97 || (templateObject_97 = __makeTemplateObject(["Option Templates"], ["Option Templates"])));
635
+ var i18n_optionTemplateInstructions = $localize(templateObject_98 || (templateObject_98 = __makeTemplateObject(["The template that should be used to provide additional context to the user about the selected option. This is typically used to provide more information about the option that is being selected, such as a description or additional details."], ["The template that should be used to provide additional context to the user about the selected option. This is typically used to provide more information about the option that is being selected, such as a description or additional details."])));
636
+ var i18n_optionTemplateMap = $localize(templateObject_99 || (templateObject_99 = __makeTemplateObject(["Option Template Map"], ["Option Template Map"])));
637
+ var i18n_optionTemplateMapInstructions = $localize(templateObject_100 || (templateObject_100 = __makeTemplateObject(["The option template map that should be presented to the user."], ["The option template map that should be presented to the user."])));
638
+ var i18n_positiveOnly = $localize(templateObject_101 || (templateObject_101 = __makeTemplateObject(["Positive Values Only"], ["Positive Values Only"])));
639
+ var i18n_positiveOnlyInstructions = $localize(templateObject_102 || (templateObject_102 = __makeTemplateObject(["Indicates that values input must be positive (non-negative, non-0) to be considered valid."], ["Indicates that values input must be positive (non-negative, non-0) to be considered valid."])));
640
+ var i18n_presetValue = $localize(templateObject_103 || (templateObject_103 = __makeTemplateObject(["Initial Value"], ["Initial Value"])));
641
+ var i18n_presetValueInstructions = $localize(templateObject_104 || (templateObject_104 = __makeTemplateObject(["The initial date value that should be set when a new instance of this is created."], ["The initial date value that should be set when a new instance of this is created."])));
642
+ var i18n_questionText = $localize(templateObject_105 || (templateObject_105 = __makeTemplateObject(["Question Text"], ["Question Text"])));
643
+ var i18n_questionTextInstructions = $localize(templateObject_106 || (templateObject_106 = __makeTemplateObject(["This is the question posed to the user about the input, for which a response is expected."], ["This is the question posed to the user about the input, for which a response is expected."])));
644
+ var i18n_rangeLimits = $localize(templateObject_107 || (templateObject_107 = __makeTemplateObject(["Range Limits"], ["Range Limits"])));
645
+ var i18n_rangeLimitsInstructions = $localize(templateObject_108 || (templateObject_108 = __makeTemplateObject(["The limits that should be applied to constrain the date time range that can be selected."], ["The limits that should be applied to constrain the date time range that can be selected."])));
646
+ var i18n_repeatableItemConfiguration = $localize(templateObject_109 || (templateObject_109 = __makeTemplateObject(["Repeatable Item Configuration"], ["Repeatable Item Configuration"])));
647
+ var i18n_repeatableItemTemplateId = $localize(templateObject_110 || (templateObject_110 = __makeTemplateObject(["Repeatable Item Template Id"], ["Repeatable Item Template Id"])));
648
+ var i18n_repeatableItemTemplateIdInstructions = $localize(templateObject_111 || (templateObject_111 = __makeTemplateObject(["The id of the template that should be used to create a new instance of this item."], ["The id of the template that should be used to create a new instance of this item."])));
649
+ var i18n_required = $localize(templateObject_112 || (templateObject_112 = __makeTemplateObject(["Required"], ["Required"])));
650
+ var i18n_requiredInstructions = $localize(templateObject_113 || (templateObject_113 = __makeTemplateObject(["Indicates that this item requires a value to be considered complete / valid."], ["Indicates that this item requires a value to be considered complete / valid."])));
651
+ var i18n_selectAReference = $localize(templateObject_114 || (templateObject_114 = __makeTemplateObject(["Select a Reference"], ["Select a Reference"])));
652
+ var i18n_selectAReferenceDialogTitle = $localize(templateObject_115 || (templateObject_115 = __makeTemplateObject(["Select a Reference Dialog"], ["Select a Reference Dialog"])));
653
+ var i18n_settings = $localize(templateObject_116 || (templateObject_116 = __makeTemplateObject(["Settings"], ["Settings"])));
654
+ var i18n_startingInstances = $localize(templateObject_117 || (templateObject_117 = __makeTemplateObject(["Starting Instances"], ["Starting Instances"])));
655
+ var i18n_startingInstancesInstructions = $localize(templateObject_118 || (templateObject_118 = __makeTemplateObject(["The number of instances of this item that should be created when the form is first presented to the user."], ["The number of instances of this item that should be created when the form is first presented to the user."])));
656
+ var i18n_timeInputConfiguration = $localize(templateObject_119 || (templateObject_119 = __makeTemplateObject(["Time Input Configuration"], ["Time Input Configuration"])));
657
+ var i18n_template = $localize(templateObject_120 || (templateObject_120 = __makeTemplateObject(["Template"], ["Template"])));
658
+ var i18n_templateItem = $localize(templateObject_121 || (templateObject_121 = __makeTemplateObject(["Template Item"], ["Template Item"])));
659
+ var i18n_templateItemInstructions = $localize(templateObject_122 || (templateObject_122 = __makeTemplateObject(["The item that makes up this template."], ["The item that makes up this template."])));
660
+ var i18n_templateItems = $localize(templateObject_123 || (templateObject_123 = __makeTemplateObject(["Template Items"], ["Template Items"])));
661
+ var i18n_templateItemsInstructions = $localize(templateObject_124 || (templateObject_124 = __makeTemplateObject(["The items at the root level of the template / form."], ["The items at the root level of the template / form."])));
662
+ var i18n_templateItemsInstructionsGroup = $localize(templateObject_125 || (templateObject_125 = __makeTemplateObject(["The items that make up this group / section."], ["The items that make up this group / section."])));
663
+ var i18n_textConfiguration = $localize(templateObject_126 || (templateObject_126 = __makeTemplateObject(["Text Configuration"], ["Text Configuration"])));
664
+ var i18n_textInputConfiguration = $localize(templateObject_127 || (templateObject_127 = __makeTemplateObject(["Text Input Configuration"], ["Text Input Configuration"])));
665
+ var i18n_textValue = $localize(templateObject_128 || (templateObject_128 = __makeTemplateObject(["Text Value"], ["Text Value"])));
666
+ var i18n_textValueInstructions = $localize(templateObject_129 || (templateObject_129 = __makeTemplateObject(["This text will be displayed as HTML text in the form and is meant to be used to provide users with more in depth information about the form."], ["This text will be displayed as HTML text in the form and is meant to be used to provide users with more in depth information about the form."])));
667
+ var i18n_titleInstructions = $localize(templateObject_130 || (templateObject_130 = __makeTemplateObject(["The title of the Template."], ["The title of the Template."])));
668
+ var i18n_titleInstructionsSection = $localize(templateObject_131 || (templateObject_131 = __makeTemplateObject(["The title of the Section, this will be presented at the top of the card that represents the section."], ["The title of the Section, this will be presented at the top of the card that represents the section."])));
669
+ var i18n_value = $localize(templateObject_132 || (templateObject_132 = __makeTemplateObject(["Value"], ["Value"])));
670
+ var i18n_valueInstructions = $localize(templateObject_133 || (templateObject_133 = __makeTemplateObject(["The value that should be presented to the user."], ["The value that should be presented to the user."])));
671
+ var i18n_values = $localize(templateObject_134 || (templateObject_134 = __makeTemplateObject(["Values"], ["Values"])));
672
+ var i18n_valuesInstructions = $localize(templateObject_135 || (templateObject_135 = __makeTemplateObject(["The values that should be presented to the user."], ["The values that should be presented to the user."])));
673
+ var i18n_verifyAcknowledgementDialogTitle = $localize(templateObject_136 || (templateObject_136 = __makeTemplateObject(["Verify Acknowledgement Dialog"], ["Verify Acknowledgement Dialog"])));
674
+ var i18n_yearQuarterRangeConfiguration = $localize(templateObject_137 || (templateObject_137 = __makeTemplateObject(["Year Quarter Range Configuration"], ["Year Quarter Range Configuration"])));
675
+ var i18n_listValue = $localize(templateObject_138 || (templateObject_138 = __makeTemplateObject(["List Value"], ["List Value"])));
676
+ var i18n_newListValue = $localize(templateObject_139 || (templateObject_139 = __makeTemplateObject(["New List Value"], ["New List Value"])));
677
+ var i18n_newItem = $localize(templateObject_140 || (templateObject_140 = __makeTemplateObject(["New Item"], ["New Item"])));
678
+ var i18n_exampleText = $localize(templateObject_141 || (templateObject_141 = __makeTemplateObject(["Example Text"], ["Example Text"])));
679
+ var i18n_boolean = $localize(templateObject_142 || (templateObject_142 = __makeTemplateObject(["Boolean"], ["Boolean"])));
680
+ var i18n_booleanItem = $localize(templateObject_143 || (templateObject_143 = __makeTemplateObject(["Boolean Item"], ["Boolean Item"])));
681
+ var i18n_bulletedListItem = $localize(templateObject_144 || (templateObject_144 = __makeTemplateObject(["Bulleted List Item"], ["Bulleted List Item"])));
682
+ var i18n_checkbox = $localize(templateObject_145 || (templateObject_145 = __makeTemplateObject(["Checkbox"], ["Checkbox"])));
683
+ var i18n_checkboxItem = $localize(templateObject_146 || (templateObject_146 = __makeTemplateObject(["Checkbox Item"], ["Checkbox Item"])));
684
+ var i18n_offsetDateRange = $localize(templateObject_147 || (templateObject_147 = __makeTemplateObject(["Offset Date Range"], ["Offset Date Range"])));
685
+ var i18n_offsetDateRangeItem = $localize(templateObject_148 || (templateObject_148 = __makeTemplateObject(["Offset Date Range Item"], ["Offset Date Range Item"])));
686
+ var i18n_yearQuarterRange = $localize(templateObject_149 || (templateObject_149 = __makeTemplateObject(["Year Quarter Range"], ["Year Quarter Range"])));
687
+ var i18n_yearQuarterRangeItem = $localize(templateObject_150 || (templateObject_150 = __makeTemplateObject(["Year Quarter Range Item"], ["Year Quarter Range Item"])));
688
+ var i18n_date = $localize(templateObject_151 || (templateObject_151 = __makeTemplateObject(["Date"], ["Date"])));
689
+ var i18n_dateItem = $localize(templateObject_152 || (templateObject_152 = __makeTemplateObject(["Date Item"], ["Date Item"])));
690
+ var i18n_decimalAnswer = $localize(templateObject_153 || (templateObject_153 = __makeTemplateObject(["Decimal Answer"], ["Decimal Answer"])));
691
+ var i18n_decimalValue = $localize(templateObject_154 || (templateObject_154 = __makeTemplateObject(["Decimal Value"], ["Decimal Value"])));
692
+ var i18n_decimalAnswerItem = $localize(templateObject_155 || (templateObject_155 = __makeTemplateObject(["Decimal Answer Item"], ["Decimal Answer Item"])));
693
+ var i18n_dropdown = $localize(templateObject_156 || (templateObject_156 = __makeTemplateObject(["Dropdown"], ["Dropdown"])));
694
+ var i18n_dropdownItem = $localize(templateObject_157 || (templateObject_157 = __makeTemplateObject(["Dropdown Item"], ["Dropdown Item"])));
695
+ var i18n_fileUpload = $localize(templateObject_158 || (templateObject_158 = __makeTemplateObject(["File Upload"], ["File Upload"])));
696
+ var i18n_fileUploadItem = $localize(templateObject_159 || (templateObject_159 = __makeTemplateObject(["File Upload Item"], ["File Upload Item"])));
697
+ var i18n_internationalizedParagraphAnswer = $localize(templateObject_160 || (templateObject_160 = __makeTemplateObject(["Internationalized Paragraph Answer"], ["Internationalized Paragraph Answer"])));
698
+ var i18n_internationalizedParagraphAnswerItem = $localize(templateObject_161 || (templateObject_161 = __makeTemplateObject(["Internationalized Paragraph Answer Item"], ["Internationalized Paragraph Answer Item"])));
699
+ var i18n_internationalizedShortAnswer = $localize(templateObject_162 || (templateObject_162 = __makeTemplateObject(["Internationalized Short Answer"], ["Internationalized Short Answer"])));
700
+ var i18n_internationalizedShortAnswerItem = $localize(templateObject_163 || (templateObject_163 = __makeTemplateObject(["Internationalized Short Answer Item"], ["Internationalized Short Answer Item"])));
701
+ var i18n_multipleChoice = $localize(templateObject_164 || (templateObject_164 = __makeTemplateObject(["Multiple Choice"], ["Multiple Choice"])));
702
+ var i18n_multipleChoiceItem = $localize(templateObject_165 || (templateObject_165 = __makeTemplateObject(["Multiple Choice Item"], ["Multiple Choice Item"])));
703
+ var i18n_numberedListItem = $localize(templateObject_166 || (templateObject_166 = __makeTemplateObject(["Numbered List Item"], ["Numbered List Item"])));
704
+ var i18n_orderedList = $localize(templateObject_167 || (templateObject_167 = __makeTemplateObject(["Ordered List"], ["Ordered List"])));
705
+ var i18n_orderedListItem = $localize(templateObject_168 || (templateObject_168 = __makeTemplateObject(["Ordered List Item"], ["Ordered List Item"])));
706
+ var i18n_paragraphAnswer = $localize(templateObject_169 || (templateObject_169 = __makeTemplateObject(["Paragraph Answer"], ["Paragraph Answer"])));
707
+ var i18n_paragraphAnswerItem = $localize(templateObject_170 || (templateObject_170 = __makeTemplateObject(["Paragraph Answer Item"], ["Paragraph Answer Item"])));
708
+ var i18n_repeatable = $localize(templateObject_171 || (templateObject_171 = __makeTemplateObject(["Repeatable"], ["Repeatable"])));
709
+ var i18n_repeatableItem = $localize(templateObject_172 || (templateObject_172 = __makeTemplateObject(["Repeatable Item"], ["Repeatable Item"])));
710
+ var i18n_shortAnswer = $localize(templateObject_173 || (templateObject_173 = __makeTemplateObject(["Short Answer"], ["Short Answer"])));
711
+ var i18n_shortAnswerItem = $localize(templateObject_174 || (templateObject_174 = __makeTemplateObject(["Short Answer Item"], ["Short Answer Item"])));
712
+ var i18n_group = $localize(templateObject_175 || (templateObject_175 = __makeTemplateObject(["Group"], ["Group"])));
713
+ var i18n_groupItem = $localize(templateObject_176 || (templateObject_176 = __makeTemplateObject(["Group Item"], ["Group Item"])));
714
+ var i18n_section = $localize(templateObject_177 || (templateObject_177 = __makeTemplateObject(["Section"], ["Section"])));
715
+ var i18n_sectionItem = $localize(templateObject_178 || (templateObject_178 = __makeTemplateObject(["Section Item"], ["Section Item"])));
716
+ var i18n_text = $localize(templateObject_179 || (templateObject_179 = __makeTemplateObject(["Text"], ["Text"])));
717
+ var i18n_textItem = $localize(templateObject_180 || (templateObject_180 = __makeTemplateObject(["Text Item"], ["Text Item"])));
718
+ var i18n_time = $localize(templateObject_181 || (templateObject_181 = __makeTemplateObject(["Time"], ["Time"])));
719
+ var i18n_timeItem = $localize(templateObject_182 || (templateObject_182 = __makeTemplateObject(["Time Item"], ["Time Item"])));
720
+ var i18n_title = $localize(templateObject_183 || (templateObject_183 = __makeTemplateObject(["Title"], ["Title"])));
721
+ var i18n_titleItem = $localize(templateObject_184 || (templateObject_184 = __makeTemplateObject(["Title Item"], ["Title Item"])));
722
+ var i18n_unorderedList = $localize(templateObject_185 || (templateObject_185 = __makeTemplateObject(["Unordered List"], ["Unordered List"])));
723
+ var i18n_unorderedListItem = $localize(templateObject_186 || (templateObject_186 = __makeTemplateObject(["Unordered List Item"], ["Unordered List Item"])));
724
+ var i18n_wholeNumberAnswer = $localize(templateObject_187 || (templateObject_187 = __makeTemplateObject(["Whole Number Answer"], ["Whole Number Answer"])));
725
+ var i18n_wholeNumberAnswerItem = $localize(templateObject_188 || (templateObject_188 = __makeTemplateObject(["Whole Number Answer Item"], ["Whole Number Answer Item"])));
726
+ var i18n_wholeNumberValue = $localize(templateObject_189 || (templateObject_189 = __makeTemplateObject(["Whole Number Value"], ["Whole Number Value"])));
727
+ var templateObject_1$q, templateObject_2$6, templateObject_3$4, templateObject_4$3, templateObject_5$3, templateObject_6$3, templateObject_7$3, templateObject_8$3, templateObject_9$3, templateObject_10$3, templateObject_11$3, templateObject_12$3, templateObject_13$2, templateObject_14$1, templateObject_15$1, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36, templateObject_37, templateObject_38, templateObject_39, templateObject_40, templateObject_41, templateObject_42, templateObject_43, templateObject_44, templateObject_45, templateObject_46, templateObject_47, templateObject_48, templateObject_49, templateObject_50, templateObject_51, templateObject_52, templateObject_53, templateObject_54, templateObject_55, templateObject_56, templateObject_57, templateObject_58, templateObject_59, templateObject_60, templateObject_61, templateObject_62, templateObject_63, templateObject_64, templateObject_65, templateObject_66, templateObject_67, templateObject_68, templateObject_69, templateObject_70, templateObject_71, templateObject_72, templateObject_73, templateObject_74, templateObject_75, templateObject_76, templateObject_77, templateObject_78, templateObject_79, templateObject_80, templateObject_81, templateObject_82, templateObject_83, templateObject_84, templateObject_85, templateObject_86, templateObject_87, templateObject_88, templateObject_89, templateObject_90, templateObject_91, templateObject_92, templateObject_93, templateObject_94, templateObject_95, templateObject_96, templateObject_97, templateObject_98, templateObject_99, templateObject_100, templateObject_101, templateObject_102, templateObject_103, templateObject_104, templateObject_105, templateObject_106, templateObject_107, templateObject_108, templateObject_109, templateObject_110, templateObject_111, templateObject_112, templateObject_113, templateObject_114, templateObject_115, templateObject_116, templateObject_117, templateObject_118, templateObject_119, templateObject_120, templateObject_121, templateObject_122, templateObject_123, templateObject_124, templateObject_125, templateObject_126, templateObject_127, templateObject_128, templateObject_129, templateObject_130, templateObject_131, templateObject_132, templateObject_133, templateObject_134, templateObject_135, templateObject_136, templateObject_137, templateObject_138, templateObject_139, templateObject_140, templateObject_141, templateObject_142, templateObject_143, templateObject_144, templateObject_145, templateObject_146, templateObject_147, templateObject_148, templateObject_149, templateObject_150, templateObject_151, templateObject_152, templateObject_153, templateObject_154, templateObject_155, templateObject_156, templateObject_157, templateObject_158, templateObject_159, templateObject_160, templateObject_161, templateObject_162, templateObject_163, templateObject_164, templateObject_165, templateObject_166, templateObject_167, templateObject_168, templateObject_169, templateObject_170, templateObject_171, templateObject_172, templateObject_173, templateObject_174, templateObject_175, templateObject_176, templateObject_177, templateObject_178, templateObject_179, templateObject_180, templateObject_181, templateObject_182, templateObject_183, templateObject_184, templateObject_185, templateObject_186, templateObject_187, templateObject_188, templateObject_189;
722
728
 
723
729
  var prop_option_enabled_items = 'enabledItems';
724
730
  var prop_option_disabled_items = 'disabledItems';
@@ -1278,7 +1284,7 @@
1278
1284
  function isTemplateItemDesign(design) {
1279
1285
  switch (design.type) {
1280
1286
  case webFormTs.BOOLEAN_ITEM_TEMPLATE_ID:
1281
- // case BULLETED_LIST_ITEM_TEMPLATE_ID:
1287
+ case webFormTs.BULLETED_LIST_ITEM_TEMPLATE_ID:
1282
1288
  case webFormTs.CHECKBOX_GRID_TEMPLATE_ID:
1283
1289
  case webFormTs.CHECKBOX_ITEM_TEMPLATE_ID:
1284
1290
  case webFormTs.DATE_ITEM_TEMPLATE_ID:
@@ -1291,7 +1297,7 @@
1291
1297
  case webFormTs.LINEAR_SCALE_ITEM_TEMPLATE_ID:
1292
1298
  case webFormTs.MULTIPLE_CHOICE_GRID_ITEM_TEMPLATE_ID:
1293
1299
  case webFormTs.MULTIPLE_CHOICE_ITEM_TEMPLATE_ID:
1294
- // case NUMBERED_LIST_ITEM_TEMPLATE_ID:
1300
+ case webFormTs.NUMBERED_LIST_ITEM_TEMPLATE_ID:
1295
1301
  case webFormTs.OFFSET_DATE_RANGE_ITEM_TEMPLATE_ID:
1296
1302
  case webFormTs.PARAGRAPH_ANSWER_ITEM_TEMPLATE_ID:
1297
1303
  case webFormTs.REPEATABLE_ITEM_TEMPLATE_IMPL_ID:
@@ -1311,7 +1317,7 @@
1311
1317
  }
1312
1318
  function isTemplateItem(something) {
1313
1319
  return (webFormTs.instanceOfBooleanItemTemplate(something) ||
1314
- // instanceOfBulletedListItemTemplate(something) ||
1320
+ webFormTs.instanceOfBulletedListItemTemplate(something) ||
1315
1321
  webFormTs.instanceOfCheckboxGridTemplate(something) ||
1316
1322
  webFormTs.instanceOfCheckboxItemTemplate(something) ||
1317
1323
  webFormTs.instanceOfDateItemTemplate(something) ||
@@ -1324,7 +1330,7 @@
1324
1330
  webFormTs.instanceOfLinearScaleItemTemplate(something) ||
1325
1331
  webFormTs.instanceOfMultipleChoiceGridItemTemplate(something) ||
1326
1332
  webFormTs.instanceOfMultipleChoiceItemTemplate(something) ||
1327
- // instanceOfNumberedListItemTemplate(something) ||
1333
+ webFormTs.instanceOfNumberedListItemTemplate(something) ||
1328
1334
  webFormTs.instanceOfOffsetDateRangeTemplate(something) ||
1329
1335
  webFormTs.instanceOfParagraphAnswerItemTemplate(something) ||
1330
1336
  webFormTs.instanceOfRepeatableItemTemplate(something) ||
@@ -1837,7 +1843,7 @@
1837
1843
  }
1838
1844
  switch (typeCheck) {
1839
1845
  case 'MIN':
1840
- return totalSelected >= limit ? null : { minSelected: $localize(templateObject_1$q || (templateObject_1$q = __makeTemplateObject(["Select at least ", ""], ["Select at least ", ""])), limit) };
1846
+ return totalSelected >= limit ? null : { minSelected: $localize(templateObject_1$p || (templateObject_1$p = __makeTemplateObject(["Select at least ", ""], ["Select at least ", ""])), limit) };
1841
1847
  case 'MAX':
1842
1848
  return totalSelected <= limit ? null : { maxSelected: $localize(templateObject_2$5 || (templateObject_2$5 = __makeTemplateObject(["Select no more than ", ""], ["Select no more than ", ""])), limit) };
1843
1849
  }
@@ -1899,7 +1905,7 @@
1899
1905
  function isEmptyString(value) {
1900
1906
  return typeof value === 'string' && !value.length;
1901
1907
  }
1902
- var templateObject_1$q, templateObject_2$5;
1908
+ var templateObject_1$p, templateObject_2$5;
1903
1909
 
1904
1910
  var serializerUtil = /*#__PURE__*/Object.freeze({
1905
1911
  __proto__: null,
@@ -2551,8 +2557,7 @@
2551
2557
  };
2552
2558
  BulletedListItemTemplateMapper.prototype.getSectionItemBulletedList = function (item) {
2553
2559
  var properties = [];
2554
- // TODO need to handle for repeated literals, add new type of REPEATED_STRING_I18N(?) and component to handle input
2555
- properties.push(designerTs.getI18nListDesignProperty(i18n_values, i18n_valuesInstructions, prop_item_values, i18n_listValue, i18n_newListValue, item.values));
2560
+ properties.push(designerTs.getI18nListDesignProperty(i18n_values, i18n_bulletedListItemInstructions, prop_item_values, i18n_listValue, i18n_newListValue, item.values));
2556
2561
  return { display: i18n_bulletedListConfiguration, properties: properties };
2557
2562
  };
2558
2563
  return BulletedListItemTemplateMapper;
@@ -2793,8 +2798,7 @@
2793
2798
  };
2794
2799
  NumberedListItemTemplateMapper.prototype.getSectionItemNumberedList = function (item) {
2795
2800
  var properties = [];
2796
- // TODO need to handle for repeated literals, add new type of REPEATED_STRING_I18N(?) and component to handle input
2797
- properties.push(designerTs.getI18nListDesignProperty(i18n_items, i18n_templateItemsInstructions, prop_item_items, i18n_item, i18n_newItem, item.items));
2801
+ properties.push(designerTs.getI18nListDesignProperty(i18n_items, i18n_numberedListItemInstructions, prop_item_items, i18n_item, i18n_newItem, item.items));
2798
2802
  return { display: i18n_numberedListConfiguration, properties: properties };
2799
2803
  };
2800
2804
  return NumberedListItemTemplateMapper;
@@ -3266,7 +3270,7 @@
3266
3270
  return coreTs.isType(something, 'className') && something.className === 'FormStep';
3267
3271
  }
3268
3272
 
3269
- var MTNA_WF_API_TOKEN = new i0.InjectionToken('mtnaWfApiConfig');
3273
+ var deactivateStep = 'mtna-web-form-deactivate-step';
3270
3274
 
3271
3275
  var CUSTOM_MAT_DATE_FORMAT = {
3272
3276
  parse: {
@@ -3644,7 +3648,7 @@
3644
3648
 
3645
3649
  /** List of default error messages to display */
3646
3650
  var DEFAULT_ERROR_MESSAGES = {
3647
- email: $localize(templateObject_1$p || (templateObject_1$p = __makeTemplateObject(["This field must include a valid email format."], ["This field must include a valid email format."]))),
3651
+ email: $localize(templateObject_1$o || (templateObject_1$o = __makeTemplateObject(["This field must include a valid email format."], ["This field must include a valid email format."]))),
3648
3652
  max: function (item) { return !coreTs.isPresent(item) || !coreTs.isPresent(item === null || item === void 0 ? void 0 : item.maxValue)
3649
3653
  ? $localize(templateObject_2$4 || (templateObject_2$4 = __makeTemplateObject(["This field's value must be less."], ["This field's value must be less."]))) : coreTs.isPresent(item === null || item === void 0 ? void 0 : item.minValue)
3650
3654
  ? $localize(templateObject_3$3 || (templateObject_3$3 = __makeTemplateObject(["Min value: ", " - "], ["Min value: ", " - "])), item.minValue) : '' + $localize(templateObject_4$2 || (templateObject_4$2 = __makeTemplateObject(["Max value: ", ""], ["Max value: ", ""])), item.maxValue); },
@@ -4004,7 +4008,7 @@
4004
4008
  args: [WEB_FORM_CUSTOM_ERRORS]
4005
4009
  }] }];
4006
4010
  } });
4007
- var templateObject_1$p, templateObject_2$4, templateObject_3$3, templateObject_4$2, templateObject_5$2, templateObject_6$2, templateObject_7$2, templateObject_8$2, templateObject_9$2, templateObject_10$2, templateObject_11$2, templateObject_12$2, templateObject_13$1, templateObject_14, templateObject_15;
4011
+ var templateObject_1$o, templateObject_2$4, templateObject_3$3, templateObject_4$2, templateObject_5$2, templateObject_6$2, templateObject_7$2, templateObject_8$2, templateObject_9$2, templateObject_10$2, templateObject_11$2, templateObject_12$2, templateObject_13$1, templateObject_14, templateObject_15;
4008
4012
 
4009
4013
  var _BaseFormItemComponent = i1$2.mixinDestroyNotifier(/** @class */ (function () {
4010
4014
  function class_1() {
@@ -4444,6 +4448,9 @@
4444
4448
  },
4445
4449
  set: function (value) {
4446
4450
  this._item = value;
4451
+ if (this.wfItemComponent) {
4452
+ this.reset();
4453
+ }
4447
4454
  },
4448
4455
  enumerable: false,
4449
4456
  configurable: true
@@ -4474,10 +4481,27 @@
4474
4481
  },
4475
4482
  set: function (value) {
4476
4483
  this._step = value;
4484
+ if (this.wfItemComponent && this.wfItemComponent instanceof MtnaWfBaseSectionItem) {
4485
+ this.wfItemComponent.step = this._step;
4486
+ }
4477
4487
  },
4478
4488
  enumerable: false,
4479
4489
  configurable: true
4480
4490
  });
4491
+ MtnaWfItemInjector.prototype.reset = function () {
4492
+ var _a, _b, _c;
4493
+ if (coreTs.isPresent(this.focusedSectionSubscription)) {
4494
+ (_a = this.focusedSectionSubscription) === null || _a === void 0 ? void 0 : _a.unsubscribe();
4495
+ this.focusedSectionSubscription = undefined;
4496
+ }
4497
+ if (coreTs.isPresent(this.toggleFormItemsSubscription)) {
4498
+ (_b = this.toggleFormItemsSubscription) === null || _b === void 0 ? void 0 : _b.unsubscribe();
4499
+ this.toggleFormItemsSubscription = undefined;
4500
+ }
4501
+ (_c = this.componentRef) === null || _c === void 0 ? void 0 : _c.destroy();
4502
+ this.wfItemComponent = undefined;
4503
+ this.ngOnInit();
4504
+ };
4481
4505
  MtnaWfItemInjector.prototype.ngOnInit = function () {
4482
4506
  if (this.item) {
4483
4507
  _super.prototype.ngOnInit.call(this);
@@ -4485,6 +4509,7 @@
4485
4509
  };
4486
4510
  MtnaWfItemInjector.prototype.configureComponent = function (componentRef) {
4487
4511
  var _this = this;
4512
+ this.componentRef = componentRef;
4488
4513
  this.wfItemComponent = componentRef.instance;
4489
4514
  this.wfItemComponent.header = this.header;
4490
4515
  this._indicatorStatus.subscribe(function (status) {
@@ -4503,7 +4528,7 @@
4503
4528
  if (this.wfItemComponent instanceof MtnaWfBaseParentValueItem) {
4504
4529
  this.wfItemComponent.parentIds = this.parentIds;
4505
4530
  // added output to remove ui service from base components
4506
- this.wfItemComponent.toggleFormItems.subscribe(function (data) {
4531
+ this.toggleFormItemsSubscription = this.wfItemComponent.toggleFormItems.subscribe(function (data) {
4507
4532
  _this.toggleFormItems.emit(data);
4508
4533
  });
4509
4534
  if (this.wfItemComponent instanceof MtnaWfBaseSingleSelectionParentValueItem) {
@@ -4516,7 +4541,7 @@
4516
4541
  this.wfItemComponent.parentIds = this.parentIds;
4517
4542
  if (this.wfItemComponent instanceof MtnaWfBaseSectionItem) {
4518
4543
  this.wfItemComponent.step = this.step;
4519
- this.wfItemComponent.focused.subscribe(function (step) {
4544
+ this.focusedSectionSubscription = this.wfItemComponent.focused.subscribe(function (step) {
4520
4545
  _this.focusedSection.emit(step);
4521
4546
  });
4522
4547
  }
@@ -5093,45 +5118,6 @@
5093
5118
  }]
5094
5119
  }] });
5095
5120
 
5096
- var MtnaWfCoerceFormItemPipe = /** @class */ (function () {
5097
- function MtnaWfCoerceFormItemPipe() {
5098
- }
5099
- MtnaWfCoerceFormItemPipe.prototype.transform = function (item) {
5100
- var formItem = undefined;
5101
- if (this.instanceOfFormItem(item)) {
5102
- formItem = item;
5103
- }
5104
- return formItem;
5105
- };
5106
- MtnaWfCoerceFormItemPipe.prototype.instanceOfFormItem = function (something) {
5107
- return coreTs.isType(something, 'instanceId', 'itemId', 'name', 'required', 'templateId');
5108
- };
5109
- return MtnaWfCoerceFormItemPipe;
5110
- }());
5111
- MtnaWfCoerceFormItemPipe.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfCoerceFormItemPipe, deps: [], target: i0__namespace.ɵɵFactoryTarget.Pipe });
5112
- MtnaWfCoerceFormItemPipe.ɵpipe = i0__namespace.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfCoerceFormItemPipe, name: "coerceFormItem" });
5113
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfCoerceFormItemPipe, decorators: [{
5114
- type: i0.Pipe,
5115
- args: [{
5116
- name: 'coerceFormItem',
5117
- }]
5118
- }] });
5119
- var MtnaWfCoerceFormItemPipeModule = /** @class */ (function () {
5120
- function MtnaWfCoerceFormItemPipeModule() {
5121
- }
5122
- return MtnaWfCoerceFormItemPipeModule;
5123
- }());
5124
- MtnaWfCoerceFormItemPipeModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfCoerceFormItemPipeModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
5125
- MtnaWfCoerceFormItemPipeModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfCoerceFormItemPipeModule, declarations: [MtnaWfCoerceFormItemPipe], exports: [MtnaWfCoerceFormItemPipe] });
5126
- MtnaWfCoerceFormItemPipeModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfCoerceFormItemPipeModule });
5127
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfCoerceFormItemPipeModule, decorators: [{
5128
- type: i0.NgModule,
5129
- args: [{
5130
- declarations: [MtnaWfCoerceFormItemPipe],
5131
- exports: [MtnaWfCoerceFormItemPipe],
5132
- }]
5133
- }] });
5134
-
5135
5121
  var CoerceFormStepGroupPipe = /** @class */ (function () {
5136
5122
  function CoerceFormStepGroupPipe() {
5137
5123
  }
@@ -5202,7 +5188,7 @@
5202
5188
  MtnaWfDateQuarterPipe.prototype.transform = function (quarter, format) {
5203
5189
  if (format === void 0) { format = 'short'; }
5204
5190
  var short = {
5205
- 0: $localize(templateObject_1$o || (templateObject_1$o = __makeTemplateObject(["Q1"], ["Q1"]))),
5191
+ 0: $localize(templateObject_1$n || (templateObject_1$n = __makeTemplateObject(["Q1"], ["Q1"]))),
5206
5192
  1: $localize(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject(["Q2"], ["Q2"]))),
5207
5193
  2: $localize(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["Q3"], ["Q3"]))),
5208
5194
  3: $localize(templateObject_4$1 || (templateObject_4$1 = __makeTemplateObject(["Q4"], ["Q4"]))),
@@ -5255,7 +5241,7 @@
5255
5241
  exports: [MtnaWfDateQuarterPipe],
5256
5242
  }]
5257
5243
  }] });
5258
- var templateObject_1$o, templateObject_2$3, templateObject_3$2, templateObject_4$1, templateObject_5$1, templateObject_6$1, templateObject_7$1, templateObject_8$1, templateObject_9$1, templateObject_10$1, templateObject_11$1, templateObject_12$1;
5244
+ var templateObject_1$n, templateObject_2$3, templateObject_3$2, templateObject_4$1, templateObject_5$1, templateObject_6$1, templateObject_7$1, templateObject_8$1, templateObject_9$1, templateObject_10$1, templateObject_11$1, templateObject_12$1;
5259
5245
 
5260
5246
  /**
5261
5247
  * There are certain form items that are hidden from the UI because they carry static values
@@ -5645,7 +5631,7 @@
5645
5631
  function MtnaWfGetSelectedOptionNamePipe() {
5646
5632
  }
5647
5633
  MtnaWfGetSelectedOptionNamePipe.prototype.transform = function (id, options) {
5648
- var _notApplicableText = $localize(templateObject_1$n || (templateObject_1$n = __makeTemplateObject(["N/A"], ["N/A"])));
5634
+ var _notApplicableText = $localize(templateObject_1$m || (templateObject_1$m = __makeTemplateObject(["N/A"], ["N/A"])));
5649
5635
  if (!options || !id) {
5650
5636
  return _notApplicableText;
5651
5637
  }
@@ -5677,13 +5663,13 @@
5677
5663
  exports: [MtnaWfGetSelectedOptionNamePipe],
5678
5664
  }]
5679
5665
  }] });
5680
- var templateObject_1$n;
5666
+ var templateObject_1$m;
5681
5667
 
5682
5668
  var GetStepAriaLabel = /** @class */ (function () {
5683
5669
  function GetStepAriaLabel() {
5684
5670
  var _a;
5685
5671
  this.stepStatusTextMap = (_a = {},
5686
- _a['INVALID'] = $localize(templateObject_1$m || (templateObject_1$m = __makeTemplateObject(["Invalid"], ["Invalid"]))),
5672
+ _a['INVALID'] = $localize(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["Invalid"], ["Invalid"]))),
5687
5673
  _a['VALID'] = $localize(templateObject_2$2 || (templateObject_2$2 = __makeTemplateObject(["Valid"], ["Valid"]))),
5688
5674
  _a['DISABLED'] = $localize(templateObject_3$1 || (templateObject_3$1 = __makeTemplateObject(["Disabled"], ["Disabled"]))),
5689
5675
  _a['ERROR'] = $localize(templateObject_4 || (templateObject_4 = __makeTemplateObject(["Error"], ["Error"]))),
@@ -5735,7 +5721,7 @@
5735
5721
  exports: [GetStepAriaLabel],
5736
5722
  }]
5737
5723
  }] });
5738
- var templateObject_1$m, templateObject_2$2, templateObject_3$1, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13;
5724
+ var templateObject_1$l, templateObject_2$2, templateObject_3$1, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13;
5739
5725
 
5740
5726
  var MtnaWfInstanceOfTemplateImplPipe = /** @class */ (function () {
5741
5727
  function MtnaWfInstanceOfTemplateImplPipe() {
@@ -6022,20 +6008,24 @@
6022
6008
  }]
6023
6009
  }] });
6024
6010
 
6025
- var MtnaWfApiService = /** @class */ (function () {
6026
- function MtnaWfApiService(apiConfig, http) {
6027
- this.apiConfig = apiConfig;
6028
- this.http = http;
6029
- this.API_URL = this.apiConfig.baseUrl + "/api";
6030
- this.FORM_URL = this.API_URL + "/form";
6031
- this.TEMPLATE_URL = this.API_URL + "/template";
6032
- this.NEW_TEMPLATE_URL = this.TEMPLATE_URL + "/new";
6033
- this.NEW_SECTION_URL = this.TEMPLATE_URL + "/section";
6034
- this.ITEMS_URL = this.TEMPLATE_URL + "/items";
6035
- this.ITEM_INSTANCE_URL = this.TEMPLATE_URL + "/item";
6036
- this.TEMPLATE_SAVE_URL = this.TEMPLATE_URL + "/save";
6037
- this.TEMPLATE_DELETE_URL = this.TEMPLATE_URL + "/delete";
6038
- this.ALL_TEMPLATES_URL = this.API_URL + "/templates";
6011
+ var MtnaWfApiService = /** @class */ (function (_super) {
6012
+ __extends(MtnaWfApiService, _super);
6013
+ function MtnaWfApiService(apiConfig, http, logger) {
6014
+ var _this = _super.call(this, apiConfig, http, logger) || this;
6015
+ _this.apiConfig = apiConfig;
6016
+ _this.http = http;
6017
+ _this.logger = logger;
6018
+ _this.API_URL = "" + _this.BASE_URL;
6019
+ _this.FORM_URL = _this.API_URL + "/form";
6020
+ _this.TEMPLATE_URL = _this.API_URL + "/template";
6021
+ _this.NEW_TEMPLATE_URL = _this.TEMPLATE_URL + "/new";
6022
+ _this.NEW_SECTION_URL = _this.TEMPLATE_URL + "/section";
6023
+ _this.ITEMS_URL = _this.TEMPLATE_URL + "/items";
6024
+ _this.ITEM_INSTANCE_URL = _this.TEMPLATE_URL + "/item";
6025
+ _this.TEMPLATE_SAVE_URL = _this.TEMPLATE_URL + "/save";
6026
+ _this.TEMPLATE_DELETE_URL = _this.TEMPLATE_URL + "/delete";
6027
+ _this.ALL_TEMPLATES_URL = _this.API_URL + "/templates";
6028
+ return _this;
6039
6029
  }
6040
6030
  /**
6041
6031
  * Download a web form
@@ -6050,8 +6040,8 @@
6050
6040
  * @param formInstanceId template ID of the mtna form
6051
6041
  * @param itemId repeatableTemplateId of the requesting RepeatableItem
6052
6042
  */
6053
- MtnaWfApiService.prototype.getRepeatableItem = function (formInstanceId, itemId) {
6054
- return this.http.get(this.FORM_URL + "/" + formInstanceId + "/new/item/" + itemId);
6043
+ MtnaWfApiService.prototype.getRepeatableItem = function (templateId, itemTemplateId) {
6044
+ return this.http.get(this.FORM_URL + "/" + templateId + "/item/" + itemTemplateId);
6055
6045
  };
6056
6046
  MtnaWfApiService.prototype.getNewTemplate = function () {
6057
6047
  return this.http.get(this.NEW_TEMPLATE_URL);
@@ -6081,8 +6071,8 @@
6081
6071
  return this.http.post(this.ITEM_INSTANCE_URL + "/convert", templateItem);
6082
6072
  };
6083
6073
  return MtnaWfApiService;
6084
- }());
6085
- MtnaWfApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfApiService, deps: [{ token: MTNA_WF_API_TOKEN }, { token: i1__namespace$3.HttpClient }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
6074
+ }(i1$2.BaseUrlService));
6075
+ MtnaWfApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfApiService, deps: [{ token: i1$2.MTNA_API_CONFIG }, { token: i1__namespace$3.HttpClient }, { token: i1__namespace$1.MtnaLogger }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
6086
6076
  MtnaWfApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfApiService, providedIn: 'root' });
6087
6077
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfApiService, decorators: [{
6088
6078
  type: i0.Injectable,
@@ -6090,8 +6080,8 @@
6090
6080
  }], ctorParameters: function () {
6091
6081
  return [{ type: undefined, decorators: [{
6092
6082
  type: i0.Inject,
6093
- args: [MTNA_WF_API_TOKEN]
6094
- }] }, { type: i1__namespace$3.HttpClient }];
6083
+ args: [i1$2.MTNA_API_CONFIG]
6084
+ }] }, { type: i1__namespace$3.HttpClient }, { type: i1__namespace$1.MtnaLogger }];
6095
6085
  } });
6096
6086
 
6097
6087
  /**
@@ -6122,7 +6112,7 @@
6122
6112
  var MtnaWfDialogService = /** @class */ (function () {
6123
6113
  function MtnaWfDialogService(dialogService) {
6124
6114
  this.dialogService = dialogService;
6125
- this._acknowledgementText = $localize(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["Acknowledgement"], ["Acknowledgement"])));
6115
+ this._acknowledgementText = $localize(templateObject_1$k || (templateObject_1$k = __makeTemplateObject(["Acknowledgement"], ["Acknowledgement"])));
6126
6116
  }
6127
6117
  /**
6128
6118
  * Display the acknowledgement the user agreed to for a given option.
@@ -6135,6 +6125,8 @@
6135
6125
  disableClose: false,
6136
6126
  hasBackdrop: true,
6137
6127
  maxWidth: '500px',
6128
+ autoFocus: false,
6129
+ ariaLabel: i18n_acknowledgementDialogTitle,
6138
6130
  });
6139
6131
  };
6140
6132
  /**
@@ -6150,6 +6142,8 @@
6150
6142
  disableClose: true,
6151
6143
  hasBackdrop: true,
6152
6144
  maxWidth: '500px',
6145
+ autoFocus: false,
6146
+ ariaLabel: i18n_verifyAcknowledgementDialogTitle,
6153
6147
  })
6154
6148
  .afterClosed();
6155
6149
  };
@@ -6161,7 +6155,7 @@
6161
6155
  type: i0.Injectable,
6162
6156
  args: [{ providedIn: 'root' }]
6163
6157
  }], ctorParameters: function () { return [{ type: i1__namespace$1.MtnaDialogService }]; } });
6164
- var templateObject_1$l;
6158
+ var templateObject_1$k;
6165
6159
 
6166
6160
  /**
6167
6161
  * This service manages and interacts with an Angular FormGroup. It provides functionality
@@ -6378,7 +6372,7 @@
6378
6372
  }
6379
6373
  else {
6380
6374
  this.apiService
6381
- .getRepeatableItem(this._mtnaForm.instanceId, change.id)
6375
+ .getRepeatableItem(this._mtnaForm.templateId, change.templateId)
6382
6376
  .pipe(operators.take(1))
6383
6377
  .subscribe(function (newItem) {
6384
6378
  var newFormControl = _this.serializeMtnaFormItem(newItem);
@@ -6466,18 +6460,18 @@
6466
6460
  if (!!this.itemToggleQue && !!this.itemToggleQue.length) {
6467
6461
  // The form needs time to rerender, so we push this loop to the end of the stack
6468
6462
  setTimeout(function () {
6469
- var e_1, _b;
6463
+ var e_1, _c;
6470
6464
  if (_this.itemToggleQue) {
6471
6465
  try {
6472
- for (var _c = __values(_this.itemToggleQue), _d = _c.next(); !_d.done; _d = _c.next()) {
6473
- var change = _d.value;
6466
+ for (var _d = __values(_this.itemToggleQue), _e = _d.next(); !_e.done; _e = _d.next()) {
6467
+ var change = _e.value;
6474
6468
  _this.uiService.toggleFormItems(change.enabledItems, change.disabledItems, !!change.enable, change.enablerId, true);
6475
6469
  }
6476
6470
  }
6477
6471
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
6478
6472
  finally {
6479
6473
  try {
6480
- if (_d && !_d.done && (_b = _c.return)) _b.call(_c);
6474
+ if (_e && !_e.done && (_c = _d.return)) _c.call(_d);
6481
6475
  }
6482
6476
  finally { if (e_1) throw e_1.error; }
6483
6477
  }
@@ -6635,15 +6629,16 @@
6635
6629
  * @param change The change that recently occurred in the mtnaForm
6636
6630
  */
6637
6631
  MtnaWfManagerService.prototype._modifyFormItemConditions = function (form, change) {
6638
- var e_2, _b;
6632
+ var e_2, _c;
6633
+ var _a, _b;
6639
6634
  var newForm = form;
6640
6635
  if (change.conditionChanges) {
6641
6636
  var formItems = {};
6642
6637
  var _loop_1 = function (cc) {
6643
- var e_3, _e;
6638
+ var e_3, _f;
6644
6639
  try {
6645
- for (var _f = (e_3 = void 0, __values(__spreadArray(__spreadArray([], __read(cc.enabledItems)), __read(cc.disabledItems)))), _g = _f.next(); !_g.done; _g = _f.next()) {
6646
- var toggledId = _g.value;
6640
+ for (var _g = (e_3 = void 0, __values(__spreadArray(__spreadArray([], __read(cc.enabledItems)), __read(cc.disabledItems)))), _h = _g.next(); !_h.done; _h = _g.next()) {
6641
+ var toggledId = _h.value;
6647
6642
  var formItem = formItems[toggledId];
6648
6643
  var formItemComponent = this_1.uiService.getItem(toggledId);
6649
6644
  if (!formItem && (formItemComponent === null || formItemComponent === void 0 ? void 0 : formItemComponent.item)) {
@@ -6654,7 +6649,8 @@
6654
6649
  var itemIds = change.actionType === 'ADD'
6655
6650
  ? __spreadArray(__spreadArray([], __read(itemConditionItemIds)), [cc.enablerId]) : itemConditionItemIds.filter(function (i) { return i !== cc.enablerId; });
6656
6651
  var newItem = Object.assign(Object.assign({}, formItem), { condition: Object.assign(Object.assign({}, formItem.condition), { itemIds: itemIds }) });
6657
- var newChange = new webFormTs.MtnaWfFormItemChange(newItem.instanceId, (formItemComponent === null || formItemComponent === void 0 ? void 0 : formItemComponent.parentIds) || [], 'REPLACE');
6652
+ var templateId = (_b = (_a = formItem) === null || _a === void 0 ? void 0 : _a.templateId) !== null && _b !== void 0 ? _b : newItem.instanceId;
6653
+ var newChange = new webFormTs.MtnaWfFormItemChange(newItem.instanceId, templateId, (formItemComponent === null || formItemComponent === void 0 ? void 0 : formItemComponent.parentIds) || [], 'REPLACE');
6658
6654
  newForm = this_1._modifyFormItem(newForm, newChange, newItem);
6659
6655
  formItems[toggledId] = newItem;
6660
6656
  }
@@ -6663,7 +6659,7 @@
6663
6659
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
6664
6660
  finally {
6665
6661
  try {
6666
- if (_g && !_g.done && (_e = _f.return)) _e.call(_f);
6662
+ if (_h && !_h.done && (_f = _g.return)) _f.call(_g);
6667
6663
  }
6668
6664
  finally { if (e_3) throw e_3.error; }
6669
6665
  }
@@ -6673,15 +6669,15 @@
6673
6669
  };
6674
6670
  var this_1 = this;
6675
6671
  try {
6676
- for (var _c = __values(change.conditionChanges), _d = _c.next(); !_d.done; _d = _c.next()) {
6677
- var cc = _d.value;
6672
+ for (var _d = __values(change.conditionChanges), _e = _d.next(); !_e.done; _e = _d.next()) {
6673
+ var cc = _e.value;
6678
6674
  _loop_1(cc);
6679
6675
  }
6680
6676
  }
6681
6677
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
6682
6678
  finally {
6683
6679
  try {
6684
- if (_d && !_d.done && (_b = _c.return)) _b.call(_c);
6680
+ if (_e && !_e.done && (_c = _d.return)) _c.call(_d);
6685
6681
  }
6686
6682
  finally { if (e_2) throw e_2.error; }
6687
6683
  }
@@ -6694,7 +6690,7 @@
6694
6690
  * @param idMap map of the item's internal instanceIds
6695
6691
  */
6696
6692
  MtnaWfManagerService.prototype._buildInternalIdsMap = function (item, idMap) {
6697
- var e_4, _b;
6693
+ var e_4, _c;
6698
6694
  idMap[item.instanceId] = true;
6699
6695
  if (coreTs.isType(item, 'items')) {
6700
6696
  var items = item.items;
@@ -6707,7 +6703,7 @@
6707
6703
  catch (e_4_1) { e_4 = { error: e_4_1 }; }
6708
6704
  finally {
6709
6705
  try {
6710
- if (items_1_1 && !items_1_1.done && (_b = items_1.return)) _b.call(items_1);
6706
+ if (items_1_1 && !items_1_1.done && (_c = items_1.return)) _c.call(items_1);
6711
6707
  }
6712
6708
  finally { if (e_4) throw e_4.error; }
6713
6709
  }
@@ -6729,7 +6725,7 @@
6729
6725
  * @param action Whether the item was added or removed
6730
6726
  */
6731
6727
  MtnaWfManagerService.prototype._buildConditionChangeArray = function (item, changes, internalIdMap, action) {
6732
- var e_5, _b, e_6, _c;
6728
+ var e_5, _c, e_6, _d;
6733
6729
  if (webFormTs.isOptionItemImpl(item)) {
6734
6730
  var enable = !!action && action === 'ADD' ? item.option.selected || item.value === item.option.option.id : false;
6735
6731
  this._pushConditionToArray(item.instanceId, item.option.enabledItems, item.option.disabledItems, changes, internalIdMap, enable);
@@ -6742,15 +6738,15 @@
6742
6738
  };
6743
6739
  var this_2 = this;
6744
6740
  try {
6745
- for (var _d = __values(item.options), _e = _d.next(); !_e.done; _e = _d.next()) {
6746
- var option = _e.value;
6741
+ for (var _e = __values(item.options), _f = _e.next(); !_f.done; _f = _e.next()) {
6742
+ var option = _f.value;
6747
6743
  _loop_2(option);
6748
6744
  }
6749
6745
  }
6750
6746
  catch (e_5_1) { e_5 = { error: e_5_1 }; }
6751
6747
  finally {
6752
6748
  try {
6753
- if (_e && !_e.done && (_b = _d.return)) _b.call(_d);
6749
+ if (_f && !_f.done && (_c = _e.return)) _c.call(_e);
6754
6750
  }
6755
6751
  finally { if (e_5) throw e_5.error; }
6756
6752
  }
@@ -6767,7 +6763,7 @@
6767
6763
  catch (e_6_1) { e_6 = { error: e_6_1 }; }
6768
6764
  finally {
6769
6765
  try {
6770
- if (items_2_1 && !items_2_1.done && (_c = items_2.return)) _c.call(items_2);
6766
+ if (items_2_1 && !items_2_1.done && (_d = items_2.return)) _d.call(items_2);
6771
6767
  }
6772
6768
  finally { if (e_6) throw e_6.error; }
6773
6769
  }
@@ -6825,7 +6821,7 @@
6825
6821
  * Revalidate form controls that previously had errors or have new errors now.
6826
6822
  */
6827
6823
  MtnaWfManagerService.prototype._updateServerSideErrors = function () {
6828
- var e_7, _b, e_8, _c;
6824
+ var e_7, _c, e_8, _d;
6829
6825
  var _a;
6830
6826
  // Keep track of IDs for each control that needs to be revalidated
6831
6827
  var controlIdsToRevalidate = new Set();
@@ -6841,8 +6837,8 @@
6841
6837
  this._formItemValidationResults = {};
6842
6838
  if ((_a = this._mtnaForm) === null || _a === void 0 ? void 0 : _a.validationResult) {
6843
6839
  try {
6844
- for (var _d = __values(this._mtnaForm.validationResult.formItemValidationResults), _e = _d.next(); !_e.done; _e = _d.next()) {
6845
- var result = _e.value;
6840
+ for (var _e = __values(this._mtnaForm.validationResult.formItemValidationResults), _f = _e.next(); !_f.done; _f = _e.next()) {
6841
+ var result = _f.value;
6846
6842
  if (result.validationStatus === 'ERRORS') {
6847
6843
  // Store errors so that the validationResultValidator can validate each control
6848
6844
  this._formItemValidationResults[result.id] = result;
@@ -6854,7 +6850,7 @@
6854
6850
  catch (e_7_1) { e_7 = { error: e_7_1 }; }
6855
6851
  finally {
6856
6852
  try {
6857
- if (_e && !_e.done && (_b = _d.return)) _b.call(_d);
6853
+ if (_f && !_f.done && (_c = _e.return)) _c.call(_e);
6858
6854
  }
6859
6855
  finally { if (e_7) throw e_7.error; }
6860
6856
  }
@@ -6874,7 +6870,7 @@
6874
6870
  catch (e_8_1) { e_8 = { error: e_8_1 }; }
6875
6871
  finally {
6876
6872
  try {
6877
- if (controlIdsToRevalidate_1_1 && !controlIdsToRevalidate_1_1.done && (_c = controlIdsToRevalidate_1.return)) _c.call(controlIdsToRevalidate_1);
6873
+ if (controlIdsToRevalidate_1_1 && !controlIdsToRevalidate_1_1.done && (_d = controlIdsToRevalidate_1.return)) _d.call(controlIdsToRevalidate_1);
6878
6874
  }
6879
6875
  finally { if (e_8) throw e_8.error; }
6880
6876
  }
@@ -6914,11 +6910,15 @@
6914
6910
  type: i0.Injectable
6915
6911
  }] });
6916
6912
 
6917
- var MtnaTemplateTransformationService = /** @class */ (function () {
6918
- function MtnaTemplateTransformationService(apiConfig, http) {
6919
- this.apiConfig = apiConfig;
6920
- this.http = http;
6921
- this.API_URL = this.apiConfig.baseUrl + "/api";
6913
+ var MtnaTemplateTransformationService = /** @class */ (function (_super) {
6914
+ __extends(MtnaTemplateTransformationService, _super);
6915
+ function MtnaTemplateTransformationService(apiConfig, http, logger) {
6916
+ var _this = _super.call(this, apiConfig, http, logger) || this;
6917
+ _this.apiConfig = apiConfig;
6918
+ _this.http = http;
6919
+ _this.logger = logger;
6920
+ _this.API_URL = "" + _this.BASE_URL;
6921
+ return _this;
6922
6922
  }
6923
6923
  MtnaTemplateTransformationService.prototype.convertTemplateToForm = function (request) {
6924
6924
  // return this.http.post<Form>(`${this.API_URL}/template/convert`, request);
@@ -6926,8 +6926,8 @@
6926
6926
  return rxjs.of(undefined);
6927
6927
  };
6928
6928
  return MtnaTemplateTransformationService;
6929
- }());
6930
- MtnaTemplateTransformationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaTemplateTransformationService, deps: [{ token: MTNA_WF_API_TOKEN }, { token: i1__namespace$3.HttpClient }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
6929
+ }(i1$2.BaseUrlService));
6930
+ MtnaTemplateTransformationService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaTemplateTransformationService, deps: [{ token: i1$2.MTNA_API_CONFIG }, { token: i1__namespace$3.HttpClient }, { token: i1__namespace$1.MtnaLogger }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
6931
6931
  MtnaTemplateTransformationService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaTemplateTransformationService, providedIn: 'root' });
6932
6932
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaTemplateTransformationService, decorators: [{
6933
6933
  type: i0.Injectable,
@@ -6935,8 +6935,8 @@
6935
6935
  }], ctorParameters: function () {
6936
6936
  return [{ type: undefined, decorators: [{
6937
6937
  type: i0.Inject,
6938
- args: [MTNA_WF_API_TOKEN]
6939
- }] }, { type: i1__namespace$3.HttpClient }];
6938
+ args: [i1$2.MTNA_API_CONFIG]
6939
+ }] }, { type: i1__namespace$3.HttpClient }, { type: i1__namespace$1.MtnaLogger }];
6940
6940
  } });
6941
6941
 
6942
6942
  var _BaseFormComponent = i1$2.mixinDestroyNotifier(/** @class */ (function () {
@@ -7266,7 +7266,7 @@
7266
7266
  return MtnaWfFormComponent;
7267
7267
  }(MtnaWfBaseFormComponent));
7268
7268
  MtnaWfFormComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfFormComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
7269
- MtnaWfFormComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfFormComponent, selector: "mtna-form", outputs: { status: "status", focusedSection: "focusedSection", mtnaFormChange: "mtnaFormChange" }, usesInheritance: true, ngImport: i0__namespace, template: "<form *ngIf=\"ngForm\" [formGroup]=\"ngForm\" [formDisabled]=\"readonly\">\n <mtna-wf-item\n *ngFor=\"let item of mtnaForm?.items | mtnaWfFilterHiddenItems; let index = index; trackBy: _trackByInstanceId\"\n [isCompact]=\"isCompact\"\n [item]=\"item\"\n [control]=\"ngForm.controls[item.instanceId]\"\n [readonly]=\"readonly\"\n [parentIds]=\"componentIds\"\n [step]=\"_steps?.[item.instanceId]\"\n (focusedSection)=\"focusedSection.emit($event)\"\n ></mtna-wf-item>\n</form>\n", styles: ["mtna-form form{display:block;width:100%}mtna-form form fieldset{min-width:100%}mtna-form form mtna-wf-item:not(:first-of-type){display:block;margin:32px 0}mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline{opacity:0}mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick{opacity:1}mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick .mat-form-field-outline-end,mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick .mat-form-field-outline-gap,mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick .mat-form-field-outline-start{border-width:1px}mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-suffix .mat-datepicker-toggle .mat-icon-button{cursor:default}mtna-form .mtna-wf-item,mtna-form .mtna-wf-title{margin-top:1rem}mtna-form .mtna-wf-text{margin:.5rem 0;font-size:.9rem}mtna-form .mtna-wf-title-item,mtna-form .mtna-wf-text-item{margin:0}\n"], components: [{ type: MtnaWfFormDisablerComponent, selector: "[formDisabled]", inputs: ["formDisabled"] }, { type: MtnaWfFormItemComponent, selector: "mtna-wf-item", inputs: ["color", "control", "header", "isCompact", "inList", "item", "parentIds", "readonly", "step"], outputs: ["focusedSection"] }], directives: [{ type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6__namespace.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i6__namespace.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i6__namespace.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "mtnaWfFilterHiddenItems": MtnaWfFilterHiddenItemsPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
7269
+ MtnaWfFormComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfFormComponent, selector: "mtna-form", outputs: { status: "status", focusedSection: "focusedSection", mtnaFormChange: "mtnaFormChange" }, usesInheritance: true, ngImport: i0__namespace, template: "<form *ngIf=\"ngForm\" [formGroup]=\"ngForm\" [formDisabled]=\"readonly\">\n <mtna-wf-item\n *ngFor=\"let item of mtnaForm?.items | mtnaWfFilterHiddenItems; let index = index; trackBy: _trackByInstanceId\"\n [isCompact]=\"isCompact\"\n [item]=\"item\"\n [control]=\"ngForm.controls[item.instanceId]\"\n [readonly]=\"readonly\"\n [parentIds]=\"componentIds\"\n [step]=\"_steps?.[item.instanceId]\"\n (focusedSection)=\"focusedSection.emit($event)\"\n ></mtna-wf-item>\n</form>\n", styles: ["mtna-form form{display:block;width:100%}mtna-form form fieldset{min-width:100%}mtna-form form mtna-wf-item:not(:first-of-type){display:block}mtna-form form mtna-wf-item:not(:first-of-type) mtna-wf-step-card{margin:32px 0}mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline{opacity:0}mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick{opacity:1}mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick .mat-form-field-outline-end,mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick .mat-form-field-outline-gap,mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-flex:hover .mat-form-field-outline-thick .mat-form-field-outline-start{border-width:1px}mtna-form form fieldset[disabled] .mtna-wf-item .mtna-wf-date-item .mat-form-field.mat-form-field-appearance-outline .mat-form-field-suffix .mat-datepicker-toggle .mat-icon-button{cursor:default}mtna-form .mtna-wf-item,mtna-form .mtna-wf-title{margin-top:1rem}mtna-form .mtna-wf-text{margin:.5rem 0;font-size:.9rem}mtna-form .mtna-wf-title-item,mtna-form .mtna-wf-text-item{margin:0}\n"], components: [{ type: MtnaWfFormDisablerComponent, selector: "[formDisabled]", inputs: ["formDisabled"] }, { type: MtnaWfFormItemComponent, selector: "mtna-wf-item", inputs: ["color", "control", "header", "isCompact", "inList", "item", "parentIds", "readonly", "step"], outputs: ["focusedSection"] }], directives: [{ type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6__namespace.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i6__namespace.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i6__namespace.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "mtnaWfFilterHiddenItems": MtnaWfFilterHiddenItemsPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
7270
7270
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfFormComponent, decorators: [{
7271
7271
  type: i0.Component,
7272
7272
  args: [{
@@ -7315,7 +7315,7 @@
7315
7315
  var _this = _super.call(this, elementRef) || this;
7316
7316
  _this.disabled = false;
7317
7317
  _this._clickable = true;
7318
- _this.notApplicableText = $localize(templateObject_1$k || (templateObject_1$k = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7318
+ _this.notApplicableText = $localize(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7319
7319
  return _this;
7320
7320
  }
7321
7321
  Object.defineProperty(MtnaWfFormStepComponent.prototype, "step", {
@@ -7375,7 +7375,7 @@
7375
7375
  }], incompleteIcon: [{
7376
7376
  type: i0.Input
7377
7377
  }] } });
7378
- var templateObject_1$k;
7378
+ var templateObject_1$j;
7379
7379
 
7380
7380
  /* eslint-disable @angular-eslint/no-inputs-metadata-property */
7381
7381
  var _FormStepMixinBase = i3.mixinColor(/** @class */ (function () {
@@ -7392,7 +7392,7 @@
7392
7392
  _this.collapsed = false;
7393
7393
  _this._steps = [];
7394
7394
  _this.selected = new i0.EventEmitter();
7395
- _this._collapsedText = $localize(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["View All"], ["View All"])));
7395
+ _this._collapsedText = $localize(templateObject_1$i || (templateObject_1$i = __makeTemplateObject(["View All"], ["View All"])));
7396
7396
  _this._hideText = $localize(templateObject_2$1 || (templateObject_2$1 = __makeTemplateObject(["Hide"], ["Hide"])));
7397
7397
  return _this;
7398
7398
  }
@@ -7430,7 +7430,7 @@
7430
7430
  }], selected: [{
7431
7431
  type: i0.Output
7432
7432
  }] } });
7433
- var templateObject_1$j, templateObject_2$1;
7433
+ var templateObject_1$i, templateObject_2$1;
7434
7434
 
7435
7435
  /* eslint-disable @angular-eslint/no-inputs-metadata-property */
7436
7436
  var _FormStepperMixinBase = i3.mixinColor(/** @class */ (function () {
@@ -7453,7 +7453,7 @@
7453
7453
  /** When a step is selected */
7454
7454
  _this.selected = new i0.EventEmitter();
7455
7455
  _this.groupStepCollapsedMap = {};
7456
- _this.notApplicableText = $localize(templateObject_1$i || (templateObject_1$i = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7456
+ _this.notApplicableText = $localize(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7457
7457
  _this._collapsedText = $localize(templateObject_2 || (templateObject_2 = __makeTemplateObject(["View All"], ["View All"])));
7458
7458
  _this._hideText = $localize(templateObject_3 || (templateObject_3 = __makeTemplateObject(["Hide"], ["Hide"])));
7459
7459
  return _this;
@@ -7526,7 +7526,7 @@
7526
7526
  }], selected: [{
7527
7527
  type: i0.Output
7528
7528
  }] } });
7529
- var templateObject_1$i, templateObject_2, templateObject_3;
7529
+ var templateObject_1$h, templateObject_2, templateObject_3;
7530
7530
 
7531
7531
  var MtnaWfFormStepperModule = /** @class */ (function () {
7532
7532
  function MtnaWfFormStepperModule() {
@@ -7597,16 +7597,25 @@
7597
7597
  function MtnaWfStepCardComponent(elementRef) {
7598
7598
  var _this = _super.call(this, elementRef) || this;
7599
7599
  _this.focused = new i0.EventEmitter();
7600
+ _this.mouseFocused = false;
7600
7601
  return _this;
7601
7602
  }
7602
7603
  Object.defineProperty(MtnaWfStepCardComponent.prototype, "active", {
7603
7604
  get: function () {
7604
7605
  var _a;
7605
- return !!((_a = this.step) === null || _a === void 0 ? void 0 : _a.active);
7606
+ return !!((_a = this.step) === null || _a === void 0 ? void 0 : _a.active) || this.mouseFocused;
7606
7607
  },
7607
7608
  enumerable: false,
7608
7609
  configurable: true
7609
7610
  });
7611
+ MtnaWfStepCardComponent.prototype.handleMouseEnter = function (event) {
7612
+ this.handleFocusChange('mouse');
7613
+ this.mouseFocused = true;
7614
+ };
7615
+ MtnaWfStepCardComponent.prototype.handleMouseLeave = function (event) {
7616
+ this.emitDeactivate();
7617
+ this.mouseFocused = false;
7618
+ };
7610
7619
  Object.defineProperty(MtnaWfStepCardComponent.prototype, "step", {
7611
7620
  // @Input() step: FormStep | null | undefined;
7612
7621
  get: function () {
@@ -7619,14 +7628,17 @@
7619
7628
  configurable: true
7620
7629
  });
7621
7630
  MtnaWfStepCardComponent.prototype.handleFocusChange = function (event) {
7622
- if (!!this.step && !!event && !this.step.active) {
7631
+ if (!!this.step && coreTs.isPresent(event)) {
7623
7632
  this.focused.emit(this.step);
7624
7633
  }
7625
7634
  };
7635
+ MtnaWfStepCardComponent.prototype.emitDeactivate = function () {
7636
+ this.focused.emit(new FormStep(-1, 'Deactivate', deactivateStep));
7637
+ };
7626
7638
  return MtnaWfStepCardComponent;
7627
7639
  }(_StepCardMixinBase));
7628
7640
  MtnaWfStepCardComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfStepCardComponent, deps: [{ token: i0__namespace.ElementRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
7629
- MtnaWfStepCardComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfStepCardComponent, selector: "mtna-wf-step-card", inputs: { color: "color", step: "step", subtitle: "subtitle" }, outputs: { focused: "focused" }, host: { properties: { "class.active": "this.active" } }, usesInheritance: true, ngImport: i0__namespace, template: "<mat-card cdkMonitorSubtreeFocus (cdkFocusChange)=\"handleFocusChange($event)\">\n <mat-card-header>\n <mtna-status-circle mat-card-avatar [circleNumber]=\"step?.num\" [optional]=\"step?.optional\" [status]=\"step?.status\"></mtna-status-circle>\n <mat-card-title>{{ step?.label }}</mat-card-title>\n <mat-card-subtitle [innerHTML]=\"subtitle | mtnaWfSanitizeHtml\"></mat-card-subtitle>\n <p *ngIf=\"step?.optional\" class=\"optional mat-caption\" i18n>Optional</p>\n </mat-card-header>\n\n <mat-divider [inset]=\"true\"></mat-divider>\n\n <mat-card-content>\n <ng-content select=\"[cardContent]\"></ng-content>\n </mat-card-content>\n\n <mat-card-actions>\n <ng-content select=\"[cardActions]\"></ng-content>\n </mat-card-actions>\n</mat-card>\n", styles: ["mtna-wf-step-card{display:block;position:relative}mtna-wf-step-card.active:before{transform-origin:top;transform:scaleY(1)}mtna-wf-step-card:before{content:\"\";display:block;position:absolute;top:0;left:0;bottom:0;width:5px;transition:transform .4s cubic-bezier(.25,.8,.25,1);transform-origin:bottom;transform:scaleY(0);z-index:1;border-top-left-radius:2px;border-bottom-left-radius:2px}mtna-wf-step-card mat-card-header{position:relative}mtna-wf-step-card mat-card-header mat-card-title{line-height:24px;margin-right:100px}mtna-wf-step-card mat-card-header mtna-status-circle[mat-card-avatar]{width:24px;height:24px}mtna-wf-step-card mat-card-header>.optional:not(.mtna-status-circle){position:absolute;right:16px;top:0;margin:0;line-height:24px}mtna-wf-step-card mat-card-actions{padding:0;margin:0}mtna-wf-step-card mat-card-content{margin-top:16px}mtna-wf-step-card mat-card-content [cardcontent]>:first-child{margin-top:0}\n"], components: [{ type: i1__namespace$4.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { type: i1__namespace$4.MatCardHeader, selector: "mat-card-header" }, { type: i1__namespace$1.MtnaStatusCircleComponent, selector: "mtna-status-circle", inputs: ["color", "circleNumber", "incompleteIcon", "status", "validIcon", "optional"] }, { type: i2__namespace$1.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }], directives: [{ type: i4__namespace.CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: ["cdkFocusChange"] }, { type: i1__namespace$4.MatCardAvatar, selector: "[mat-card-avatar], [matCardAvatar]" }, { type: i1__namespace$4.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { type: i1__namespace$4.MatCardSubtitle, selector: "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]" }, { type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$4.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { type: i1__namespace$4.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }], pipes: { "mtnaWfSanitizeHtml": MtnaWfSanitizeHtmlPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
7641
+ MtnaWfStepCardComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfStepCardComponent, selector: "mtna-wf-step-card", inputs: { color: "color", step: "step", subtitle: "subtitle" }, outputs: { focused: "focused" }, host: { listeners: { "mouseenter": "handleMouseEnter($event)", "mouseleave": "handleMouseLeave($event)" }, properties: { "class.active": "this.active" } }, usesInheritance: true, ngImport: i0__namespace, template: "<mat-card cdkMonitorSubtreeFocus (cdkFocusChange)=\"handleFocusChange($event)\">\n <mat-card-header>\n <mtna-status-circle mat-card-avatar [circleNumber]=\"step?.num\" [optional]=\"step?.optional\" [status]=\"step?.status\"></mtna-status-circle>\n <mat-card-title>{{ step?.label }}</mat-card-title>\n <mat-card-subtitle [innerHTML]=\"subtitle | mtnaWfSanitizeHtml\"></mat-card-subtitle>\n <p *ngIf=\"step?.optional\" class=\"optional mat-caption\" i18n>Optional</p>\n </mat-card-header>\n\n <mat-divider [inset]=\"true\"></mat-divider>\n\n <mat-card-content>\n <ng-content select=\"[cardContent]\"></ng-content>\n </mat-card-content>\n\n <mat-card-actions>\n <ng-content select=\"[cardActions]\"></ng-content>\n </mat-card-actions>\n</mat-card>\n", styles: ["mtna-wf-step-card{display:block;position:relative}mtna-wf-step-card.active:before{transform-origin:top;transform:scaleY(1)}mtna-wf-step-card:before{content:\"\";display:block;position:absolute;top:0;left:0;bottom:0;width:5px;transition:transform .4s cubic-bezier(.25,.8,.25,1);transform-origin:bottom;transform:scaleY(0);z-index:1;border-top-left-radius:2px;border-bottom-left-radius:2px}mtna-wf-step-card mat-card-header{position:relative}mtna-wf-step-card mat-card-header mat-card-title{line-height:24px;margin-right:100px}mtna-wf-step-card mat-card-header mtna-status-circle[mat-card-avatar]{width:24px;height:24px}mtna-wf-step-card mat-card-header>.optional:not(.mtna-status-circle){position:absolute;right:16px;top:0;margin:0;line-height:24px}mtna-wf-step-card mat-card-actions{padding:0;margin:0}mtna-wf-step-card mat-card-content{margin-top:16px}mtna-wf-step-card mat-card-content [cardcontent]>:first-child{margin-top:0}\n"], components: [{ type: i1__namespace$4.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { type: i1__namespace$4.MatCardHeader, selector: "mat-card-header" }, { type: i1__namespace$1.MtnaStatusCircleComponent, selector: "mtna-status-circle", inputs: ["color", "circleNumber", "incompleteIcon", "status", "validIcon", "optional"] }, { type: i2__namespace$1.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }], directives: [{ type: i4__namespace.CdkMonitorFocus, selector: "[cdkMonitorElementFocus], [cdkMonitorSubtreeFocus]", outputs: ["cdkFocusChange"] }, { type: i1__namespace$4.MatCardAvatar, selector: "[mat-card-avatar], [matCardAvatar]" }, { type: i1__namespace$4.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { type: i1__namespace$4.MatCardSubtitle, selector: "mat-card-subtitle, [mat-card-subtitle], [matCardSubtitle]" }, { type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$4.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { type: i1__namespace$4.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }], pipes: { "mtnaWfSanitizeHtml": MtnaWfSanitizeHtmlPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
7630
7642
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfStepCardComponent, decorators: [{
7631
7643
  type: i0.Component,
7632
7644
  args: [{
@@ -7640,6 +7652,12 @@
7640
7652
  }], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }]; }, propDecorators: { active: [{
7641
7653
  type: i0.HostBinding,
7642
7654
  args: ['class.active']
7655
+ }], handleMouseEnter: [{
7656
+ type: i0.HostListener,
7657
+ args: ['mouseenter', ['$event']]
7658
+ }], handleMouseLeave: [{
7659
+ type: i0.HostListener,
7660
+ args: ['mouseleave', ['$event']]
7643
7661
  }], step: [{
7644
7662
  type: i0.Input
7645
7663
  }], subtitle: [{
@@ -7812,7 +7830,7 @@
7812
7830
  var _this = _super.call(this, cdr) || this;
7813
7831
  _this.dialogService = dialogService;
7814
7832
  _this.destroyed$ = new rxjs.Subject();
7815
- _this._acknowledgementText = $localize(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["Acknowledged. Click to view the agreement."], ["Acknowledged. Click to view the agreement."])));
7833
+ _this._acknowledgementText = $localize(templateObject_1$g || (templateObject_1$g = __makeTemplateObject(["Acknowledged. Click to view the agreement."], ["Acknowledged. Click to view the agreement."])));
7816
7834
  return _this;
7817
7835
  }
7818
7836
  MtnaWfCheckboxComponent.prototype.handleChange = function (change, index) {
@@ -7885,7 +7903,7 @@
7885
7903
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
7886
7904
  }]
7887
7905
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: MtnaWfDialogService }]; } });
7888
- var templateObject_1$h;
7906
+ var templateObject_1$g;
7889
7907
 
7890
7908
  var MtnaWfFormItemDialogModule = /** @class */ (function () {
7891
7909
  function MtnaWfFormItemDialogModule() {
@@ -7969,7 +7987,7 @@
7969
7987
  // TODO: This is not currenlty used, the back end needs to add range limits on the DateItem in order for this to work
7970
7988
  // Remove once accomplished and replace usage with item.rangeLimits in the html
7971
7989
  _this.rangeLimits = { end: null, start: null };
7972
- _this._dateText = $localize(templateObject_1$g || (templateObject_1$g = __makeTemplateObject(["Date"], ["Date"])));
7990
+ _this._dateText = $localize(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["Date"], ["Date"])));
7973
7991
  // We need to check to ensure 'moment' & 'moment-jdateformatparser' scripts have been added to angular.json so that
7974
7992
  // the DateFormItemComponent doesn't break when attempting to format SimpleDateFormat string to Moment format string
7975
7993
  MtnaWfDateComponent.dateFormItemComponentInstances++;
@@ -8045,7 +8063,7 @@
8045
8063
  type: i0.ViewChild,
8046
8064
  args: [i3$5.MatDatepicker, { static: false }]
8047
8065
  }] } });
8048
- var templateObject_1$g;
8066
+ var templateObject_1$f;
8049
8067
 
8050
8068
  var MtnaWfDateModule = /** @class */ (function () {
8051
8069
  function MtnaWfDateModule() {
@@ -8097,7 +8115,7 @@
8097
8115
  __extends(MtnaWfDateRangeComponent, _super);
8098
8116
  function MtnaWfDateRangeComponent() {
8099
8117
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
8100
- _this.toText = $localize(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["to"], ["to"])));
8118
+ _this.toText = $localize(templateObject_1$e || (templateObject_1$e = __makeTemplateObject(["to"], ["to"])));
8101
8119
  return _this;
8102
8120
  }
8103
8121
  Object.defineProperty(MtnaWfDateRangeComponent.prototype, "item", {
@@ -8126,7 +8144,7 @@
8126
8144
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8127
8145
  }]
8128
8146
  }] });
8129
- var templateObject_1$f;
8147
+ var templateObject_1$e;
8130
8148
 
8131
8149
  var MtnaWfDateRangeModule = /** @class */ (function () {
8132
8150
  function MtnaWfDateRangeModule() {
@@ -8244,7 +8262,7 @@
8244
8262
  var _this = _super.call(this, cdr) || this;
8245
8263
  _this.fileService = fileService;
8246
8264
  _this.loading = false;
8247
- _this._fileUploadButtonText = $localize(templateObject_1$e || (templateObject_1$e = __makeTemplateObject(["CHOOSE A FILE"], ["CHOOSE A FILE"])));
8265
+ _this._fileUploadButtonText = $localize(templateObject_1$d || (templateObject_1$d = __makeTemplateObject(["CHOOSE A FILE"], ["CHOOSE A FILE"])));
8248
8266
  return _this;
8249
8267
  }
8250
8268
  MtnaWfFileUploadComponent.prototype.fileToUpload = function (file) {
@@ -8288,7 +8306,7 @@
8288
8306
  styleUrls: ['./file-upload.component.scss'],
8289
8307
  }]
8290
8308
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$6.FileService }]; } });
8291
- var templateObject_1$e;
8309
+ var templateObject_1$d;
8292
8310
 
8293
8311
  var MtnaWfFileUploadModule = /** @class */ (function () {
8294
8312
  function MtnaWfFileUploadModule() {
@@ -8367,7 +8385,7 @@
8367
8385
  return MtnaWfFormGroupComponent;
8368
8386
  }(MtnaWfBaseGroupItem));
8369
8387
  MtnaWfFormGroupComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfFormGroupComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
8370
- MtnaWfFormGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfFormGroupComponent, selector: "mtna-wf-group", usesInheritance: true, ngImport: i0__namespace, template: "<ng-container *ngIf=\"item && control\">\n <mtna-wf-item-header\n *ngIf=\"!!item.questionText || !!item.descriptiveText\"\n [descriptiveText]=\"item.descriptiveText\"\n [disabled]=\"control.disabled\"\n [questionText]=\"item.questionText\"\n [required]=\"item.required\"\n ></mtna-wf-item-header>\n <ng-template #fullLayout>\n <div\n class=\"item-group-container\"\n [mtnaHighlight]=\"indicatorStatus === 'ACTIVE' && !item.questionText && !item.descriptiveText\"\n [formGroup]=\"control\"\n [ngClass]=\"item.layout\"\n >\n <mtna-wf-item\n *ngFor=\"let subItem of item.items; trackBy: _trackByInstanceId\"\n [class.row-item]=\"item.layout === 'ROW' && !fullWidth[subItem.itemId]\"\n [ngClass.lt-md]=\"'width-100'\"\n [isCompact]=\"isCompact\"\n [item]=\"subItem\"\n [control]=\"control.controls[subItem.instanceId]\"\n [parentIds]=\"parentIds\"\n [readonly]=\"readonly\"\n ></mtna-wf-item>\n </div>\n </ng-template>\n\n <!-- When readonly, && all child items should be displayed in a mat-list-->\n <mat-list *ngIf=\"readonly && inList; else fullLayout\" [ngClass]=\"item.layout\">\n <mtna-wf-item\n *ngFor=\"let subItem of item.items | mtnaWfItemsWithValue; let index = index; trackBy: _trackByInstanceId\"\n [class.row-item]=\"item.layout === 'ROW'\"\n [ngClass.lt-md]=\"'width-100'\"\n [item]=\"subItem\"\n [inList]=\"true\"\n [parentIds]=\"parentIds\"\n [readonly]=\"true\"\n ></mtna-wf-item>\n </mat-list>\n</ng-container>\n", styles: ["mtna-annotations-indicator+mtna-wf-item-injector+mtna-wf-group .item-group-container{padding-top:24px}mtna-wf-group .mtna-wf-group-header{margin-top:1rem}mtna-wf-group .mtna-wf-group-description{margin-bottom:1rem}mtna-wf-group mat-list mat-list-item [mat-line]{letter-spacing:.5px}mtna-wf-group mtna-wf-multiple-choice-item{display:block}mtna-wf-group .item-group-container>.mtna-wf-group{margin-top:1rem}mtna-wf-group .item-group-container>mtna-wf-item.mtna-wf-title~mtna-wf-item:not(.mtna-wf-title):not(.row-item){padding-left:16px}mtna-wf-group .item-group-container>mtna-wf-item.mtna-wf-title~mtna-wf-item:not(.mtna-wf-title):not(.row-item).width-100{width:calc(100% - 16px)}mtna-wf-group .item-group-container>mtna-wf-item:first-of-type{margin-top:0}mtna-wf-group .item-group-container.ROW>mtna-wf-item{margin-top:0}mtna-wf-group .item-group-container.ROW>*{display:block}mtna-wf-group .item-group-container .row-item{width:calc(50% - 16px);display:inline-block;margin:0 8px}mtna-wf-group .item-group-container .width-100{width:100%}mtna-wf-group .item-group-container .width-100.row-item{width:calc(100% - 16px)}mtna-wf-group mtna-wf-item-header+.item-group-container{padding:.35em .75em .625em}mtna-wf-group mtna-wf-item-header+.item-group-container>mtna-wf-item{margin-top:0}\n"], components: [{ type: MtnaWfItemHeaderComponent, selector: "mtna-wf-item-header", inputs: ["descriptiveText", "disabled", "hideRequiredMarker", "invalid", "questionText", "required"] }, { type: MtnaWfFormItemComponent, selector: "mtna-wf-item", inputs: ["color", "control", "header", "isCompact", "inList", "item", "parentIds", "readonly", "step"], outputs: ["focusedSection"] }], directives: [{ type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.MtnaHighlightDirective, selector: "[mtnaHighlight]", inputs: ["mtnaHighlight", "mtnaHighlightColor"], exportAs: ["mtnaHighlight"] }, { type: i6__namespace.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i6__namespace.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i3__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6__namespace$1.DefaultClassDirective, selector: " [ngClass], [ngClass.xs], [ngClass.sm], [ngClass.md], [ngClass.lg], [ngClass.xl], [ngClass.lt-sm], [ngClass.lt-md], [ngClass.lt-lg], [ngClass.lt-xl], [ngClass.gt-xs], [ngClass.gt-sm], [ngClass.gt-md], [ngClass.gt-lg]", inputs: ["ngClass", "ngClass.xs", "ngClass.sm", "ngClass.md", "ngClass.lg", "ngClass.xl", "ngClass.lt-sm", "ngClass.lt-md", "ngClass.lt-lg", "ngClass.lt-xl", "ngClass.gt-xs", "ngClass.gt-sm", "ngClass.gt-md", "ngClass.gt-lg"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "mtnaWfItemsWithValue": MtnaWfItemsWithValuePipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
8388
+ MtnaWfFormGroupComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfFormGroupComponent, selector: "mtna-wf-group", usesInheritance: true, ngImport: i0__namespace, template: "<ng-container *ngIf=\"item && control\">\n <mtna-wf-item-header\n *ngIf=\"!!item.questionText || !!item.descriptiveText\"\n [descriptiveText]=\"item.descriptiveText\"\n [disabled]=\"control.disabled\"\n [questionText]=\"item.questionText\"\n [required]=\"item.required\"\n ></mtna-wf-item-header>\n <ng-template #fullLayout>\n <div\n class=\"item-group-container\"\n [mtnaHighlight]=\"indicatorStatus === 'ACTIVE' && !item.questionText && !item.descriptiveText\"\n [formGroup]=\"control\"\n [ngClass]=\"item.layout\"\n >\n <mtna-wf-item\n *ngFor=\"let subItem of item.items; trackBy: _trackByInstanceId\"\n [class.row-item]=\"item.layout === 'ROW' && !fullWidth[subItem.itemId]\"\n [ngClass.lt-md]=\"'width-100'\"\n [isCompact]=\"isCompact\"\n [item]=\"subItem\"\n [control]=\"control.controls[subItem.instanceId]\"\n [parentIds]=\"parentIds.concat(item.instanceId)\"\n [readonly]=\"readonly\"\n ></mtna-wf-item>\n </div>\n </ng-template>\n\n <!-- When readonly, && all child items should be displayed in a mat-list-->\n <mat-list *ngIf=\"readonly && inList; else fullLayout\" [ngClass]=\"item.layout\">\n <mtna-wf-item\n *ngFor=\"let subItem of item.items | mtnaWfItemsWithValue; let index = index; trackBy: _trackByInstanceId\"\n [class.row-item]=\"item.layout === 'ROW'\"\n [ngClass.lt-md]=\"'width-100'\"\n [item]=\"subItem\"\n [inList]=\"true\"\n [parentIds]=\"parentIds.concat(item.instanceId)\"\n [readonly]=\"true\"\n ></mtna-wf-item>\n </mat-list>\n</ng-container>\n", styles: ["mtna-annotations-indicator+mtna-wf-item-injector+mtna-wf-group .item-group-container{padding-top:24px}mtna-wf-group .mtna-wf-group-header{margin-top:1rem}mtna-wf-group .mtna-wf-group-description{margin-bottom:1rem}mtna-wf-group mat-list mat-list-item [mat-line]{letter-spacing:.5px}mtna-wf-group mtna-wf-multiple-choice-item{display:block}mtna-wf-group .item-group-container>.mtna-wf-group{margin-top:1rem}mtna-wf-group .item-group-container>mtna-wf-item.mtna-wf-title~mtna-wf-item:not(.mtna-wf-title):not(.row-item){padding-left:16px}mtna-wf-group .item-group-container>mtna-wf-item.mtna-wf-title~mtna-wf-item:not(.mtna-wf-title):not(.row-item).width-100{width:calc(100% - 16px)}mtna-wf-group .item-group-container>mtna-wf-item:first-of-type{margin-top:0}mtna-wf-group .item-group-container.ROW>mtna-wf-item{margin-top:0}mtna-wf-group .item-group-container.ROW>*{display:block}mtna-wf-group .item-group-container .row-item{width:calc(50% - 16px);display:inline-block;margin:0 8px}mtna-wf-group .item-group-container .width-100{width:100%}mtna-wf-group .item-group-container .width-100.row-item{width:calc(100% - 16px)}mtna-wf-group mtna-wf-item-header+.item-group-container{padding:.35em .75em .625em}mtna-wf-group mtna-wf-item-header+.item-group-container>mtna-wf-item{margin-top:0}\n"], components: [{ type: MtnaWfItemHeaderComponent, selector: "mtna-wf-item-header", inputs: ["descriptiveText", "disabled", "hideRequiredMarker", "invalid", "questionText", "required"] }, { type: MtnaWfFormItemComponent, selector: "mtna-wf-item", inputs: ["color", "control", "header", "isCompact", "inList", "item", "parentIds", "readonly", "step"], outputs: ["focusedSection"] }], directives: [{ type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.MtnaHighlightDirective, selector: "[mtnaHighlight]", inputs: ["mtnaHighlight", "mtnaHighlightColor"], exportAs: ["mtnaHighlight"] }, { type: i6__namespace.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i6__namespace.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i3__namespace.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i6__namespace$1.DefaultClassDirective, selector: " [ngClass], [ngClass.xs], [ngClass.sm], [ngClass.md], [ngClass.lg], [ngClass.xl], [ngClass.lt-sm], [ngClass.lt-md], [ngClass.lt-lg], [ngClass.lt-xl], [ngClass.gt-xs], [ngClass.gt-sm], [ngClass.gt-md], [ngClass.gt-lg]", inputs: ["ngClass", "ngClass.xs", "ngClass.sm", "ngClass.md", "ngClass.lg", "ngClass.xl", "ngClass.lt-sm", "ngClass.lt-md", "ngClass.lt-lg", "ngClass.lt-xl", "ngClass.gt-xs", "ngClass.gt-sm", "ngClass.gt-md", "ngClass.gt-lg"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "mtnaWfItemsWithValue": MtnaWfItemsWithValuePipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
8371
8389
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfFormGroupComponent, decorators: [{
8372
8390
  type: i0.Component,
8373
8391
  args: [{
@@ -8429,7 +8447,7 @@
8429
8447
  return MtnaWfFormSectionComponent;
8430
8448
  }(MtnaWfBaseSectionItem));
8431
8449
  MtnaWfFormSectionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfFormSectionComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
8432
- MtnaWfFormSectionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfFormSectionComponent, selector: "mtna-wf-section", usesInheritance: true, ngImport: i0__namespace, template: "<mtna-wf-step-card\n [step]=\"step\"\n [subtitle]=\"item.descriptiveText\"\n [mtnaHighlight]=\"indicatorStatus === 'ACTIVE'\"\n (focused)=\"focused.emit($event)\"\n>\n <div cardContent>\n <ng-container *ngFor=\"let subItem of item.items; trackBy: _trackByInstanceId\">\n <mat-divider\n *ngIf=\"(subItem.itemId | mtnaWfGetObjectType) === 'formitemgroupimpl' && item.items.indexOf(subItem) !== 0\"\n class=\"section-item-divider\"\n [inset]=\"true\"\n ></mat-divider>\n\n <mtna-wf-item\n [isCompact]=\"isCompact\"\n [item]=\"subItem\"\n [readonly]=\"readonly\"\n [parentIds]=\"parentIds\"\n [control]=\"!!control && !!control.controls ? control.controls[subItem.instanceId] : undefined\"\n (focusedSection)=\"focused.emit($event)\"\n ></mtna-wf-item>\n </ng-container>\n </div>\n</mtna-wf-step-card>\n", styles: ["mtna-wf-section{display:block}mtna-wf-section mat-divider.mat-divider-horizontal.mat-divider-inset.section-item-divider{margin-top:8px;margin-bottom:8px}\n"], components: [{ type: MtnaWfStepCardComponent, selector: "mtna-wf-step-card", inputs: ["color", "step", "subtitle"], outputs: ["focused"] }, { type: i2__namespace$1.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { type: MtnaWfFormItemComponent, selector: "mtna-wf-item", inputs: ["color", "control", "header", "isCompact", "inList", "item", "parentIds", "readonly", "step"], outputs: ["focusedSection"] }], directives: [{ type: i1__namespace$1.MtnaHighlightDirective, selector: "[mtnaHighlight]", inputs: ["mtnaHighlight", "mtnaHighlightColor"], exportAs: ["mtnaHighlight"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "mtnaWfGetObjectType": MtnaWfGetObjectTypePipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
8450
+ MtnaWfFormSectionComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfFormSectionComponent, selector: "mtna-wf-section", usesInheritance: true, ngImport: i0__namespace, template: "<mtna-wf-step-card\n [step]=\"step\"\n [subtitle]=\"item.descriptiveText\"\n [mtnaHighlight]=\"indicatorStatus === 'ACTIVE'\"\n (focused)=\"focused.emit($event)\"\n>\n <div cardContent>\n <ng-container *ngFor=\"let subItem of item.items; trackBy: _trackByInstanceId\">\n <mat-divider\n *ngIf=\"(subItem.itemId | mtnaWfGetObjectType) === 'formitemgroupimpl' && item.items.indexOf(subItem) !== 0\"\n class=\"section-item-divider\"\n [inset]=\"true\"\n ></mat-divider>\n\n <mtna-wf-item\n [isCompact]=\"isCompact\"\n [item]=\"subItem\"\n [readonly]=\"readonly\"\n [parentIds]=\"parentIds.concat(item.instanceId)\"\n [control]=\"!!control && !!control.controls ? control.controls[subItem.instanceId] : undefined\"\n (focusedSection)=\"focused.emit($event)\"\n ></mtna-wf-item>\n </ng-container>\n </div>\n</mtna-wf-step-card>\n", styles: ["mtna-wf-section{display:block}mtna-wf-section mat-divider.mat-divider-horizontal.mat-divider-inset.section-item-divider{margin-top:8px;margin-bottom:8px}\n"], components: [{ type: MtnaWfStepCardComponent, selector: "mtna-wf-step-card", inputs: ["color", "step", "subtitle"], outputs: ["focused"] }, { type: i2__namespace$1.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { type: MtnaWfFormItemComponent, selector: "mtna-wf-item", inputs: ["color", "control", "header", "isCompact", "inList", "item", "parentIds", "readonly", "step"], outputs: ["focusedSection"] }], directives: [{ type: i1__namespace$1.MtnaHighlightDirective, selector: "[mtnaHighlight]", inputs: ["mtnaHighlight", "mtnaHighlightColor"], exportAs: ["mtnaHighlight"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "mtnaWfGetObjectType": MtnaWfGetObjectTypePipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
8433
8451
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfFormSectionComponent, decorators: [{
8434
8452
  type: i0.Component,
8435
8453
  args: [{
@@ -8463,7 +8481,7 @@
8463
8481
  function MtnaWfI18nInputComponent() {
8464
8482
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
8465
8483
  _this.isParagraph = false;
8466
- _this._notInformationText = $localize(templateObject_1$d || (templateObject_1$d = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8484
+ _this._notInformationText = $localize(templateObject_1$c || (templateObject_1$c = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8467
8485
  return _this;
8468
8486
  }
8469
8487
  Object.defineProperty(MtnaWfI18nInputComponent.prototype, "item", {
@@ -8506,7 +8524,7 @@
8506
8524
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8507
8525
  }]
8508
8526
  }] });
8509
- var templateObject_1$d;
8527
+ var templateObject_1$c;
8510
8528
 
8511
8529
  var MtnaWfI18nInputModule = /** @class */ (function () {
8512
8530
  function MtnaWfI18nInputModule() {
@@ -8562,7 +8580,7 @@
8562
8580
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
8563
8581
  _this.isParagraph = false;
8564
8582
  _this.isNumberInput = false;
8565
- _this._noInformationText = $localize(templateObject_1$c || (templateObject_1$c = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8583
+ _this._noInformationText = $localize(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8566
8584
  return _this;
8567
8585
  }
8568
8586
  Object.defineProperty(MtnaWfInputComponent.prototype, "item", {
@@ -8595,7 +8613,7 @@
8595
8613
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8596
8614
  }]
8597
8615
  }] });
8598
- var templateObject_1$c;
8616
+ var templateObject_1$b;
8599
8617
 
8600
8618
  var MtnaWfInputModule = /** @class */ (function () {
8601
8619
  function MtnaWfInputModule() {
@@ -8783,20 +8801,20 @@
8783
8801
  function MtnaWfRepeatableItemContainerComponent(cdr, manager) {
8784
8802
  var _this = _super.call(this, cdr) || this;
8785
8803
  _this.manager = manager;
8786
- _this._addText = $localize(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["ADD"], ["ADD"])));
8804
+ _this._addText = $localize(templateObject_1$a || (templateObject_1$a = __makeTemplateObject(["ADD"], ["ADD"])));
8787
8805
  return _this;
8788
8806
  }
8789
8807
  MtnaWfRepeatableItemContainerComponent.prototype.addItem = function () {
8790
- this.manager.changeMtnaFormItem(new webFormTs.MtnaWfFormItemChange(this.item.repeatableTemplateId, this.parentIds, 'ADD'));
8808
+ this.manager.changeMtnaFormItem(new webFormTs.MtnaWfFormItemChange(this.item.repeatableTemplateId, this.item.repeatableTemplateId, __spreadArray(__spreadArray([], __read(this.parentIds)), [this.item.instanceId]), 'ADD'));
8791
8809
  };
8792
8810
  MtnaWfRepeatableItemContainerComponent.prototype.removeItem = function (item) {
8793
8811
  var conditionChanges = this.manager.generateConditionChangeArray(item, 'REMOVE');
8794
- this.manager.changeMtnaFormItem(new webFormTs.MtnaWfFormItemChange(item.instanceId, this.parentIds, 'REMOVE', conditionChanges));
8812
+ this.manager.changeMtnaFormItem(new webFormTs.MtnaWfFormItemChange(item.instanceId, item.templateId, __spreadArray(__spreadArray([], __read(this.parentIds)), [this.item.instanceId]), 'REMOVE', conditionChanges));
8795
8813
  };
8796
8814
  return MtnaWfRepeatableItemContainerComponent;
8797
8815
  }(MtnaWfBaseParentValueItem));
8798
8816
  MtnaWfRepeatableItemContainerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfRepeatableItemContainerComponent, deps: [{ token: i0__namespace.ChangeDetectorRef }, { token: MtnaWfManagerService }], target: i0__namespace.ɵɵFactoryTarget.Component });
8799
- MtnaWfRepeatableItemContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfRepeatableItemContainerComponent, selector: "mtna-wf-repeatable-item-container", usesInheritance: true, ngImport: i0__namespace, template: "<mtna-wf-item-header\n *ngIf=\"!!item.questionText || !!item.descriptiveText\"\n [descriptiveText]=\"item.descriptiveText\"\n [disabled]=\"control?.disabled || false\"\n [questionText]=\"item.questionText\"\n [required]=\"item.required\"\n></mtna-wf-item-header>\n<section [mtnaHighlight]=\"indicatorStatus === 'ACTIVE' && !item.questionText && !item.descriptiveText\">\n <mat-card *ngIf=\"item.items.length > 0\">\n <mtna-wf-repeatable-item\n @repeatItemExpandCollapse\n *ngFor=\"let subitem of item.items; let first = first; trackBy: 'instanceId' | mtnaTrackByProperty\"\n >\n <ng-container *ngIf=\"subitem | coerceFormItem as coercedSubItem\">\n <button\n *ngIf=\"!readonly && item.items.length > item.minOccurrences\"\n mat-icon-button\n class=\"item-remove-button\"\n color=\"warn\"\n (click)=\"removeItem(coercedSubItem)\"\n matTooltip=\"Remove Item\"\n i18n-matTooltip\n >\n <mat-icon>remove_circle</mat-icon>\n </button>\n <mtna-wf-item\n [isCompact]=\"isCompact\"\n [item]=\"coercedSubItem\"\n [control]=\"!!control && !!control.controls ? control.controls[coercedSubItem.instanceId] : undefined\"\n [readonly]=\"readonly\"\n [parentIds]=\"parentIds\"\n ></mtna-wf-item>\n </ng-container>\n </mtna-wf-repeatable-item>\n </mat-card>\n</section>\n<button *ngIf=\"!readonly\" mat-raised-button (click)=\"addItem()\" class=\"new-item-button\" color=\"primary\">\n {{ item.additionalText || _addText | uppercase }}\n</button>\n", styles: ["mtna-wf-repeatable-item-container{display:block}mtna-wf-repeatable-item-container>section>mtna-wf-repeatable-item{position:relative;padding:16px;display:inline-block;margin:8px;max-width:100%}mtna-wf-repeatable-item-container>section>mtna-wf-repeatable-item .item-remove-button{position:absolute;top:-22px;left:-22px}mtna-wf-repeatable-item-container>section>mtna-wf-repeatable-item>mtna-wf-item:first-child{margin-top:0}mtna-wf-repeatable-item-container .new-item-button{margin-left:.75em}mtna-wf-repeatable-item-container>section{padding-left:.75em}mtna-wf-repeatable-item-container>section,mtna-wf-repeatable-item-container .new-item-button{margin-top:16px}\n"], components: [{ type: MtnaWfItemHeaderComponent, selector: "mtna-wf-item-header", inputs: ["descriptiveText", "disabled", "hideRequiredMarker", "invalid", "questionText", "required"] }, { type: i1__namespace$4.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { type: MtnaWfRepeatableItemComponent, selector: "mtna-wf-repeatable-item" }, { type: i3__namespace$1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i3__namespace$4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: MtnaWfFormItemComponent, selector: "mtna-wf-item", inputs: ["color", "control", "header", "isCompact", "inList", "item", "parentIds", "readonly", "step"], outputs: ["focusedSection"] }], directives: [{ type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.MtnaHighlightDirective, selector: "[mtnaHighlight]", inputs: ["mtnaHighlight", "mtnaHighlightColor"], exportAs: ["mtnaHighlight"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i10__namespace.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }], pipes: { "mtnaTrackByProperty": i1__namespace$1.MtnaTrackByPropertyPipe, "coerceFormItem": MtnaWfCoerceFormItemPipe, "uppercase": i3__namespace.UpperCasePipe }, animations: [
8817
+ MtnaWfRepeatableItemContainerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfRepeatableItemContainerComponent, selector: "mtna-wf-repeatable-item-container", usesInheritance: true, ngImport: i0__namespace, template: "<mtna-wf-item-header\n *ngIf=\"!!item.questionText || !!item.descriptiveText\"\n [descriptiveText]=\"item.descriptiveText\"\n [disabled]=\"control?.disabled || false\"\n [questionText]=\"item.questionText\"\n [required]=\"item.required\"\n></mtna-wf-item-header>\n<section [mtnaHighlight]=\"indicatorStatus === 'ACTIVE' && !item.questionText && !item.descriptiveText\">\n <mtna-wf-repeatable-item\n @repeatItemExpandCollapse\n *ngFor=\"let subitem of item.items; let first = first; trackBy: 'instanceId' | mtnaTrackByProperty\"\n >\n <mat-card>\n <button\n *ngIf=\"!readonly && item.items.length > item.minOccurrences\"\n mat-icon-button\n class=\"item-remove-button\"\n color=\"warn\"\n (click)=\"removeItem(subitem)\"\n matTooltip=\"Remove Item\"\n i18n-matTooltip\n >\n <mat-icon>remove_circle</mat-icon>\n </button>\n <mtna-wf-item\n [isCompact]=\"isCompact\"\n [item]=\"subitem\"\n [control]=\"!!control && !!control.controls ? control.controls[subitem.instanceId] : undefined\"\n [readonly]=\"readonly\"\n [parentIds]=\"parentIds\"\n ></mtna-wf-item>\n </mat-card>\n </mtna-wf-repeatable-item>\n</section>\n<button *ngIf=\"!readonly\" mat-raised-button (click)=\"addItem()\" class=\"new-item-button\" color=\"primary\">\n {{ item.additionalText || _addText | uppercase }}\n</button>\n", styles: ["mtna-wf-repeatable-item-container{display:block}mtna-wf-repeatable-item-container>section>mtna-wf-repeatable-item{position:relative;padding:16px;display:inline-block;margin:8px;max-width:100%}mtna-wf-repeatable-item-container>section>mtna-wf-repeatable-item .item-remove-button{position:absolute;top:-22px;left:-22px}mtna-wf-repeatable-item-container>section>mtna-wf-repeatable-item>mtna-wf-item:first-child{margin-top:0}mtna-wf-repeatable-item-container .new-item-button{margin-left:.75em}mtna-wf-repeatable-item-container>section{padding-left:.75em}mtna-wf-repeatable-item-container>section,mtna-wf-repeatable-item-container .new-item-button{margin-top:16px}\n"], components: [{ type: MtnaWfItemHeaderComponent, selector: "mtna-wf-item-header", inputs: ["descriptiveText", "disabled", "hideRequiredMarker", "invalid", "questionText", "required"] }, { type: MtnaWfRepeatableItemComponent, selector: "mtna-wf-repeatable-item" }, { type: i1__namespace$4.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { type: i3__namespace$1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i3__namespace$4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: MtnaWfFormItemComponent, selector: "mtna-wf-item", inputs: ["color", "control", "header", "isCompact", "inList", "item", "parentIds", "readonly", "step"], outputs: ["focusedSection"] }], directives: [{ type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1__namespace$1.MtnaHighlightDirective, selector: "[mtnaHighlight]", inputs: ["mtnaHighlight", "mtnaHighlightColor"], exportAs: ["mtnaHighlight"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i10__namespace.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }], pipes: { "mtnaTrackByProperty": i1__namespace$1.MtnaTrackByPropertyPipe, "uppercase": i3__namespace.UpperCasePipe }, animations: [
8800
8818
  animations.trigger('repeatItemExpandCollapse', [
8801
8819
  animations.state('in', animations.style({ height: '*', margin: '*', opacity: 1 })),
8802
8820
  animations.state('void', animations.style({ height: 0, margin: 0, opacity: 0, visibility: 'hidden' })),
@@ -8822,7 +8840,7 @@
8822
8840
  encapsulation: i0.ViewEncapsulation.None,
8823
8841
  }]
8824
8842
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: MtnaWfManagerService }]; } });
8825
- var templateObject_1$b;
8843
+ var templateObject_1$a;
8826
8844
 
8827
8845
  var MtnaWfRepeatableItemContainerModule = /** @class */ (function () {
8828
8846
  function MtnaWfRepeatableItemContainerModule() {
@@ -8839,7 +8857,6 @@
8839
8857
  i3$4.MatIconModule,
8840
8858
  i10.MatTooltipModule,
8841
8859
  i1$2.MtnaTrackByPropertyPipeModule,
8842
- MtnaWfCoerceFormItemPipeModule,
8843
8860
  i1$7.MatCardModule], exports: [MtnaWfRepeatableItemContainerComponent] });
8844
8861
  MtnaWfRepeatableItemContainerModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfRepeatableItemContainerModule, imports: [[
8845
8862
  i3$1.CommonModule,
@@ -8851,7 +8868,6 @@
8851
8868
  i3$4.MatIconModule,
8852
8869
  i10.MatTooltipModule,
8853
8870
  i1$2.MtnaTrackByPropertyPipeModule,
8854
- MtnaWfCoerceFormItemPipeModule,
8855
8871
  i1$7.MatCardModule,
8856
8872
  ]] });
8857
8873
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfRepeatableItemContainerModule, decorators: [{
@@ -8867,7 +8883,6 @@
8867
8883
  i3$4.MatIconModule,
8868
8884
  i10.MatTooltipModule,
8869
8885
  i1$2.MtnaTrackByPropertyPipeModule,
8870
- MtnaWfCoerceFormItemPipeModule,
8871
8886
  i1$7.MatCardModule,
8872
8887
  ],
8873
8888
  declarations: [MtnaWfRepeatableItemContainerComponent],
@@ -8891,13 +8906,15 @@
8891
8906
  this.dialogService.setCompact(true);
8892
8907
  this.dialogService
8893
8908
  .openDialog(i1$6.MtnaSearchDialogComponent, {
8894
- data: new i1$6.MtnaSearchDialogData(this.searchFacade, $localize(templateObject_1$a || (templateObject_1$a = __makeTemplateObject(["Select a Reference"], ["Select a Reference"]))), true, Object.assign(Object.assign({}, this.item.initialQuery), { target: this.item.searchTargetId }), undefined, true, {
8909
+ data: new i1$6.MtnaSearchDialogData(this.searchFacade, i18n_selectAReference, true, Object.assign(Object.assign({}, this.item.initialQuery), { target: this.item.searchTargetId }), undefined, true, {
8895
8910
  color: 'primary',
8896
8911
  disableSubResults: true,
8897
8912
  resizableColumns: true,
8898
8913
  selectable: true,
8899
8914
  multiSelectable: true,
8900
8915
  }, undefined, undefined, this.references.value, true, 'SQUARE'),
8916
+ autoFocus: false,
8917
+ ariaLabel: i18n_selectAReferenceDialogTitle,
8901
8918
  })
8902
8919
  .afterClosed()
8903
8920
  .subscribe(function (output) {
@@ -8935,7 +8952,6 @@
8935
8952
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8936
8953
  }]
8937
8954
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$8.MtnaInMemorySearchFacade }, { type: i1__namespace$1.MtnaDialogService }]; } });
8938
- var templateObject_1$a;
8939
8955
 
8940
8956
  var MtnaWfResourceSearchModule = /** @class */ (function () {
8941
8957
  function MtnaWfResourceSearchModule() {
@@ -12173,15 +12189,35 @@
12173
12189
  }] });
12174
12190
  var templateObject_1;
12175
12191
 
12192
+ var MtnaWfUnorderedListItemTemplateComponent = /** @class */ (function (_super) {
12193
+ __extends(MtnaWfUnorderedListItemTemplateComponent, _super);
12194
+ function MtnaWfUnorderedListItemTemplateComponent() {
12195
+ return _super !== null && _super.apply(this, arguments) || this;
12196
+ }
12197
+ return MtnaWfUnorderedListItemTemplateComponent;
12198
+ }(MtnaWfBaseTemplateItemComponent));
12199
+ MtnaWfUnorderedListItemTemplateComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfUnorderedListItemTemplateComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
12200
+ MtnaWfUnorderedListItemTemplateComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfUnorderedListItemTemplateComponent, selector: "mtna-wf-unordered-list-item-template", usesInheritance: true, ngImport: i0__namespace, template: "<ng-container *ngIf=\"template\">\n <ul>\n <ng-container *ngIf=\"displayLocale | getI18nStringsValueFromLocale : template.values as values\">\n <li *ngFor=\"let value of values\" [innerHTML]=\"value | mtnaWfSanitizeHtml\"></li>\n </ng-container>\n </ul>\n</ng-container>\n", styles: ["mtna-wf-unordered-list-item-template>ul{list-style:disc outside;padding-left:1rem}\n"], directives: [{ type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "getI18nStringsValueFromLocale": GetI18nStringsValueFromLocalePipe, "mtnaWfSanitizeHtml": MtnaWfSanitizeHtmlPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
12201
+ i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfUnorderedListItemTemplateComponent, decorators: [{
12202
+ type: i0.Component,
12203
+ args: [{
12204
+ selector: 'mtna-wf-unordered-list-item-template',
12205
+ templateUrl: './unordered-list-item.component.html',
12206
+ styleUrls: ['./unordered-list-item.component.scss'],
12207
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
12208
+ encapsulation: i0.ViewEncapsulation.None,
12209
+ }]
12210
+ }] });
12211
+
12176
12212
  var MTNA_WF_TEMPLATE_ITEM_INJECTED_COMPONENTS = [
12177
12213
  {
12178
12214
  key: webFormTs.BOOLEAN_ITEM_TEMPLATE_ID,
12179
12215
  component: MtnaWfBooleanItemTemplateComponent,
12180
12216
  },
12181
- // {
12182
- // key: BULLETED_LIST_ITEM_TEMPLATE_ID,
12183
- // component: MtnaWfUnorderedListItemTemplateComponent,
12184
- // },
12217
+ {
12218
+ key: webFormTs.BULLETED_LIST_ITEM_TEMPLATE_ID,
12219
+ component: MtnaWfUnorderedListItemTemplateComponent,
12220
+ },
12185
12221
  {
12186
12222
  key: webFormTs.CHECKBOX_ITEM_TEMPLATE_ID,
12187
12223
  component: MtnaWfCheckboxItemTemplateComponent,
@@ -12218,10 +12254,10 @@
12218
12254
  key: webFormTs.OFFSET_DATE_RANGE_ITEM_TEMPLATE_ID,
12219
12255
  component: MtnaWfOffsetDateRangeItemTemplateComponent,
12220
12256
  },
12221
- // {
12222
- // key: NUMBERED_LIST_ITEM_TEMPLATE_ID,
12223
- // component: MtnaWfOrderedListItemTemplateComponent,
12224
- // },
12257
+ {
12258
+ key: webFormTs.NUMBERED_LIST_ITEM_TEMPLATE_ID,
12259
+ component: MtnaWfOrderedListItemTemplateComponent,
12260
+ },
12225
12261
  {
12226
12262
  key: webFormTs.PARAGRAPH_ANSWER_ITEM_TEMPLATE_ID,
12227
12263
  component: MtnaWfParagraphAnswerItemTemplateComponent,
@@ -12361,26 +12397,6 @@
12361
12397
  }]
12362
12398
  }] });
12363
12399
 
12364
- var MtnaWfUnorderedListItemTemplateComponent = /** @class */ (function (_super) {
12365
- __extends(MtnaWfUnorderedListItemTemplateComponent, _super);
12366
- function MtnaWfUnorderedListItemTemplateComponent() {
12367
- return _super !== null && _super.apply(this, arguments) || this;
12368
- }
12369
- return MtnaWfUnorderedListItemTemplateComponent;
12370
- }(MtnaWfBaseTemplateItemComponent));
12371
- MtnaWfUnorderedListItemTemplateComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfUnorderedListItemTemplateComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
12372
- MtnaWfUnorderedListItemTemplateComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: MtnaWfUnorderedListItemTemplateComponent, selector: "mtna-wf-unordered-list-item-template", usesInheritance: true, ngImport: i0__namespace, template: "<ng-container *ngIf=\"template\">\n <ul>\n <ng-container *ngIf=\"displayLocale | getI18nStringsValueFromLocale : template.values as values\">\n <li *ngFor=\"let value of values\" [innerHTML]=\"value | mtnaWfSanitizeHtml\"></li>\n </ng-container>\n </ul>\n</ng-container>\n", styles: ["mtna-wf-unordered-list-item-template>ul{list-style:disc outside;padding-left:1rem}\n"], directives: [{ type: i3__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "getI18nStringsValueFromLocale": GetI18nStringsValueFromLocalePipe, "mtnaWfSanitizeHtml": MtnaWfSanitizeHtmlPipe }, changeDetection: i0__namespace.ChangeDetectionStrategy.OnPush, encapsulation: i0__namespace.ViewEncapsulation.None });
12373
- i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: MtnaWfUnorderedListItemTemplateComponent, decorators: [{
12374
- type: i0.Component,
12375
- args: [{
12376
- selector: 'mtna-wf-unordered-list-item-template',
12377
- templateUrl: './unordered-list-item.component.html',
12378
- styleUrls: ['./unordered-list-item.component.scss'],
12379
- changeDetection: i0.ChangeDetectionStrategy.OnPush,
12380
- encapsulation: i0.ViewEncapsulation.None,
12381
- }]
12382
- }] });
12383
-
12384
12400
  var MtnaWfUnorderedListItemTemplateModule = /** @class */ (function () {
12385
12401
  function MtnaWfUnorderedListItemTemplateModule() {
12386
12402
  }
@@ -12485,7 +12501,6 @@
12485
12501
  exports.I18nTextResponseItemTemplateMapper = I18nTextResponseItemTemplateMapper;
12486
12502
  exports.ISO_8601_DATE_DISPLAY_VALUE = ISO_8601_DATE_DISPLAY_VALUE;
12487
12503
  exports.LONG_DATE_DISPLAY_VALUE = LONG_DATE_DISPLAY_VALUE;
12488
- exports.MTNA_WF_API_TOKEN = MTNA_WF_API_TOKEN;
12489
12504
  exports.MTNA_WF_DEFAULT_YEAR_RANGE = MTNA_WF_DEFAULT_YEAR_RANGE;
12490
12505
  exports.MTNA_WF_EXPAND_COLLAPSE = MTNA_WF_EXPAND_COLLAPSE;
12491
12506
  exports.MTNA_WF_FORM_ITEM_VALIDATION_RESULT_ERROR_NAME = MTNA_WF_FORM_ITEM_VALIDATION_RESULT_ERROR_NAME;
@@ -12523,8 +12538,6 @@
12523
12538
  exports.MtnaWfCoerceFormControlPipeModule = MtnaWfCoerceFormControlPipeModule;
12524
12539
  exports.MtnaWfCoerceFormGroupPipe = MtnaWfCoerceFormGroupPipe;
12525
12540
  exports.MtnaWfCoerceFormGroupPipeModule = MtnaWfCoerceFormGroupPipeModule;
12526
- exports.MtnaWfCoerceFormItemPipe = MtnaWfCoerceFormItemPipe;
12527
- exports.MtnaWfCoerceFormItemPipeModule = MtnaWfCoerceFormItemPipeModule;
12528
12541
  exports.MtnaWfDateComponent = MtnaWfDateComponent;
12529
12542
  exports.MtnaWfDateItemTemplateComponent = MtnaWfDateItemTemplateComponent;
12530
12543
  exports.MtnaWfDateItemTemplateModule = MtnaWfDateItemTemplateModule;
@@ -12711,6 +12724,7 @@
12711
12724
  exports.WHOLE_NUMBER_ANSWER_POTENTIAL_DESIGN = WHOLE_NUMBER_ANSWER_POTENTIAL_DESIGN;
12712
12725
  exports.YEAR_QUARTER_RANGE_POTENTIAL_DESIGN = YEAR_QUARTER_RANGE_POTENTIAL_DESIGN;
12713
12726
  exports.YearQuarterRangeItemTemplateMapper = YearQuarterRangeItemTemplateMapper;
12727
+ exports.deactivateStep = deactivateStep;
12714
12728
  exports.everyStepStatus = everyStepStatus;
12715
12729
  exports.findFormControl = findFormControl;
12716
12730
  exports.findFormItem = findFormItem;
@@ -12724,6 +12738,7 @@
12724
12738
  exports.getItemMapperFromDesign = getItemMapperFromDesign;
12725
12739
  exports.hasCondition = hasCondition;
12726
12740
  exports.i18n_acknowledgement = i18n_acknowledgement;
12741
+ exports.i18n_acknowledgementDialogTitle = i18n_acknowledgementDialogTitle;
12727
12742
  exports.i18n_acknowledgementInstructions = i18n_acknowledgementInstructions;
12728
12743
  exports.i18n_additionalText = i18n_additionalText;
12729
12744
  exports.i18n_additionalTextInstructions = i18n_additionalTextInstructions;
@@ -12734,6 +12749,7 @@
12734
12749
  exports.i18n_booleanItem = i18n_booleanItem;
12735
12750
  exports.i18n_bulletedListConfiguration = i18n_bulletedListConfiguration;
12736
12751
  exports.i18n_bulletedListItem = i18n_bulletedListItem;
12752
+ exports.i18n_bulletedListItemInstructions = i18n_bulletedListItemInstructions;
12737
12753
  exports.i18n_checkbox = i18n_checkbox;
12738
12754
  exports.i18n_checkboxConfiguration = i18n_checkboxConfiguration;
12739
12755
  exports.i18n_checkboxItem = i18n_checkboxItem;
@@ -12822,6 +12838,7 @@
12822
12838
  exports.i18n_newTemplateItem = i18n_newTemplateItem;
12823
12839
  exports.i18n_numberedListConfiguration = i18n_numberedListConfiguration;
12824
12840
  exports.i18n_numberedListItem = i18n_numberedListItem;
12841
+ exports.i18n_numberedListItemInstructions = i18n_numberedListItemInstructions;
12825
12842
  exports.i18n_numericConfiguration = i18n_numericConfiguration;
12826
12843
  exports.i18n_offsetDateRange = i18n_offsetDateRange;
12827
12844
  exports.i18n_offsetDateRangeConfiguration = i18n_offsetDateRangeConfiguration;
@@ -12859,6 +12876,8 @@
12859
12876
  exports.i18n_requiredInstructions = i18n_requiredInstructions;
12860
12877
  exports.i18n_section = i18n_section;
12861
12878
  exports.i18n_sectionItem = i18n_sectionItem;
12879
+ exports.i18n_selectAReference = i18n_selectAReference;
12880
+ exports.i18n_selectAReferenceDialogTitle = i18n_selectAReferenceDialogTitle;
12862
12881
  exports.i18n_settings = i18n_settings;
12863
12882
  exports.i18n_shortAnswer = i18n_shortAnswer;
12864
12883
  exports.i18n_shortAnswerItem = i18n_shortAnswerItem;
@@ -12900,6 +12919,7 @@
12900
12919
  exports.i18n_valueInstructions = i18n_valueInstructions;
12901
12920
  exports.i18n_values = i18n_values;
12902
12921
  exports.i18n_valuesInstructions = i18n_valuesInstructions;
12922
+ exports.i18n_verifyAcknowledgementDialogTitle = i18n_verifyAcknowledgementDialogTitle;
12903
12923
  exports.i18n_wholeNumberAnswer = i18n_wholeNumberAnswer;
12904
12924
  exports.i18n_wholeNumberAnswerItem = i18n_wholeNumberAnswerItem;
12905
12925
  exports.i18n_wholeNumberValue = i18n_wholeNumberValue;