@mtna/web-form-angular 1.0.6-SNAPSHOT.15 → 1.0.6-SNAPSHOT.17

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.
@@ -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';
@@ -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,7 +2557,7 @@
2551
2557
  };
2552
2558
  BulletedListItemTemplateMapper.prototype.getSectionItemBulletedList = function (item) {
2553
2559
  var properties = [];
2554
- 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));
2555
2561
  return { display: i18n_bulletedListConfiguration, properties: properties };
2556
2562
  };
2557
2563
  return BulletedListItemTemplateMapper;
@@ -2792,7 +2798,7 @@
2792
2798
  };
2793
2799
  NumberedListItemTemplateMapper.prototype.getSectionItemNumberedList = function (item) {
2794
2800
  var properties = [];
2795
- 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));
2796
2802
  return { display: i18n_numberedListConfiguration, properties: properties };
2797
2803
  };
2798
2804
  return NumberedListItemTemplateMapper;
@@ -3640,7 +3646,7 @@
3640
3646
 
3641
3647
  /** List of default error messages to display */
3642
3648
  var DEFAULT_ERROR_MESSAGES = {
3643
- 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."]))),
3649
+ 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."]))),
3644
3650
  max: function (item) { return !coreTs.isPresent(item) || !coreTs.isPresent(item === null || item === void 0 ? void 0 : item.maxValue)
3645
3651
  ? $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)
3646
3652
  ? $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); },
@@ -4000,7 +4006,7 @@
4000
4006
  args: [WEB_FORM_CUSTOM_ERRORS]
4001
4007
  }] }];
4002
4008
  } });
4003
- 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;
4009
+ 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;
4004
4010
 
4005
4011
  var _BaseFormItemComponent = i1$2.mixinDestroyNotifier(/** @class */ (function () {
4006
4012
  function class_1() {
@@ -4473,6 +4479,9 @@
4473
4479
  },
4474
4480
  set: function (value) {
4475
4481
  this._step = value;
4482
+ if (this.wfItemComponent && this.wfItemComponent instanceof MtnaWfBaseSectionItem) {
4483
+ this.wfItemComponent.step = this._step;
4484
+ }
4476
4485
  },
4477
4486
  enumerable: false,
4478
4487
  configurable: true
@@ -5177,7 +5186,7 @@
5177
5186
  MtnaWfDateQuarterPipe.prototype.transform = function (quarter, format) {
5178
5187
  if (format === void 0) { format = 'short'; }
5179
5188
  var short = {
5180
- 0: $localize(templateObject_1$o || (templateObject_1$o = __makeTemplateObject(["Q1"], ["Q1"]))),
5189
+ 0: $localize(templateObject_1$n || (templateObject_1$n = __makeTemplateObject(["Q1"], ["Q1"]))),
5181
5190
  1: $localize(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject(["Q2"], ["Q2"]))),
5182
5191
  2: $localize(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["Q3"], ["Q3"]))),
5183
5192
  3: $localize(templateObject_4$1 || (templateObject_4$1 = __makeTemplateObject(["Q4"], ["Q4"]))),
@@ -5230,7 +5239,7 @@
5230
5239
  exports: [MtnaWfDateQuarterPipe],
5231
5240
  }]
5232
5241
  }] });
5233
- 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;
5242
+ 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;
5234
5243
 
5235
5244
  /**
5236
5245
  * There are certain form items that are hidden from the UI because they carry static values
@@ -5620,7 +5629,7 @@
5620
5629
  function MtnaWfGetSelectedOptionNamePipe() {
5621
5630
  }
5622
5631
  MtnaWfGetSelectedOptionNamePipe.prototype.transform = function (id, options) {
5623
- var _notApplicableText = $localize(templateObject_1$n || (templateObject_1$n = __makeTemplateObject(["N/A"], ["N/A"])));
5632
+ var _notApplicableText = $localize(templateObject_1$m || (templateObject_1$m = __makeTemplateObject(["N/A"], ["N/A"])));
5624
5633
  if (!options || !id) {
5625
5634
  return _notApplicableText;
5626
5635
  }
@@ -5652,13 +5661,13 @@
5652
5661
  exports: [MtnaWfGetSelectedOptionNamePipe],
5653
5662
  }]
5654
5663
  }] });
5655
- var templateObject_1$n;
5664
+ var templateObject_1$m;
5656
5665
 
5657
5666
  var GetStepAriaLabel = /** @class */ (function () {
5658
5667
  function GetStepAriaLabel() {
5659
5668
  var _a;
5660
5669
  this.stepStatusTextMap = (_a = {},
5661
- _a['INVALID'] = $localize(templateObject_1$m || (templateObject_1$m = __makeTemplateObject(["Invalid"], ["Invalid"]))),
5670
+ _a['INVALID'] = $localize(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["Invalid"], ["Invalid"]))),
5662
5671
  _a['VALID'] = $localize(templateObject_2$2 || (templateObject_2$2 = __makeTemplateObject(["Valid"], ["Valid"]))),
5663
5672
  _a['DISABLED'] = $localize(templateObject_3$1 || (templateObject_3$1 = __makeTemplateObject(["Disabled"], ["Disabled"]))),
5664
5673
  _a['ERROR'] = $localize(templateObject_4 || (templateObject_4 = __makeTemplateObject(["Error"], ["Error"]))),
@@ -5710,7 +5719,7 @@
5710
5719
  exports: [GetStepAriaLabel],
5711
5720
  }]
5712
5721
  }] });
5713
- 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;
5722
+ 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;
5714
5723
 
5715
5724
  var MtnaWfInstanceOfTemplateImplPipe = /** @class */ (function () {
5716
5725
  function MtnaWfInstanceOfTemplateImplPipe() {
@@ -6101,7 +6110,7 @@
6101
6110
  var MtnaWfDialogService = /** @class */ (function () {
6102
6111
  function MtnaWfDialogService(dialogService) {
6103
6112
  this.dialogService = dialogService;
6104
- this._acknowledgementText = $localize(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["Acknowledgement"], ["Acknowledgement"])));
6113
+ this._acknowledgementText = $localize(templateObject_1$k || (templateObject_1$k = __makeTemplateObject(["Acknowledgement"], ["Acknowledgement"])));
6105
6114
  }
6106
6115
  /**
6107
6116
  * Display the acknowledgement the user agreed to for a given option.
@@ -6114,6 +6123,8 @@
6114
6123
  disableClose: false,
6115
6124
  hasBackdrop: true,
6116
6125
  maxWidth: '500px',
6126
+ autoFocus: false,
6127
+ ariaLabel: i18n_acknowledgementDialogTitle,
6117
6128
  });
6118
6129
  };
6119
6130
  /**
@@ -6129,6 +6140,8 @@
6129
6140
  disableClose: true,
6130
6141
  hasBackdrop: true,
6131
6142
  maxWidth: '500px',
6143
+ autoFocus: false,
6144
+ ariaLabel: i18n_verifyAcknowledgementDialogTitle,
6132
6145
  })
6133
6146
  .afterClosed();
6134
6147
  };
@@ -6140,7 +6153,7 @@
6140
6153
  type: i0.Injectable,
6141
6154
  args: [{ providedIn: 'root' }]
6142
6155
  }], ctorParameters: function () { return [{ type: i1__namespace$1.MtnaDialogService }]; } });
6143
- var templateObject_1$l;
6156
+ var templateObject_1$k;
6144
6157
 
6145
6158
  /**
6146
6159
  * This service manages and interacts with an Angular FormGroup. It provides functionality
@@ -7300,7 +7313,7 @@
7300
7313
  var _this = _super.call(this, elementRef) || this;
7301
7314
  _this.disabled = false;
7302
7315
  _this._clickable = true;
7303
- _this.notApplicableText = $localize(templateObject_1$k || (templateObject_1$k = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7316
+ _this.notApplicableText = $localize(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7304
7317
  return _this;
7305
7318
  }
7306
7319
  Object.defineProperty(MtnaWfFormStepComponent.prototype, "step", {
@@ -7360,7 +7373,7 @@
7360
7373
  }], incompleteIcon: [{
7361
7374
  type: i0.Input
7362
7375
  }] } });
7363
- var templateObject_1$k;
7376
+ var templateObject_1$j;
7364
7377
 
7365
7378
  /* eslint-disable @angular-eslint/no-inputs-metadata-property */
7366
7379
  var _FormStepMixinBase = i3.mixinColor(/** @class */ (function () {
@@ -7377,7 +7390,7 @@
7377
7390
  _this.collapsed = false;
7378
7391
  _this._steps = [];
7379
7392
  _this.selected = new i0.EventEmitter();
7380
- _this._collapsedText = $localize(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["View All"], ["View All"])));
7393
+ _this._collapsedText = $localize(templateObject_1$i || (templateObject_1$i = __makeTemplateObject(["View All"], ["View All"])));
7381
7394
  _this._hideText = $localize(templateObject_2$1 || (templateObject_2$1 = __makeTemplateObject(["Hide"], ["Hide"])));
7382
7395
  return _this;
7383
7396
  }
@@ -7415,7 +7428,7 @@
7415
7428
  }], selected: [{
7416
7429
  type: i0.Output
7417
7430
  }] } });
7418
- var templateObject_1$j, templateObject_2$1;
7431
+ var templateObject_1$i, templateObject_2$1;
7419
7432
 
7420
7433
  /* eslint-disable @angular-eslint/no-inputs-metadata-property */
7421
7434
  var _FormStepperMixinBase = i3.mixinColor(/** @class */ (function () {
@@ -7438,7 +7451,7 @@
7438
7451
  /** When a step is selected */
7439
7452
  _this.selected = new i0.EventEmitter();
7440
7453
  _this.groupStepCollapsedMap = {};
7441
- _this.notApplicableText = $localize(templateObject_1$i || (templateObject_1$i = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7454
+ _this.notApplicableText = $localize(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7442
7455
  _this._collapsedText = $localize(templateObject_2 || (templateObject_2 = __makeTemplateObject(["View All"], ["View All"])));
7443
7456
  _this._hideText = $localize(templateObject_3 || (templateObject_3 = __makeTemplateObject(["Hide"], ["Hide"])));
7444
7457
  return _this;
@@ -7511,7 +7524,7 @@
7511
7524
  }], selected: [{
7512
7525
  type: i0.Output
7513
7526
  }] } });
7514
- var templateObject_1$i, templateObject_2, templateObject_3;
7527
+ var templateObject_1$h, templateObject_2, templateObject_3;
7515
7528
 
7516
7529
  var MtnaWfFormStepperModule = /** @class */ (function () {
7517
7530
  function MtnaWfFormStepperModule() {
@@ -7815,7 +7828,7 @@
7815
7828
  var _this = _super.call(this, cdr) || this;
7816
7829
  _this.dialogService = dialogService;
7817
7830
  _this.destroyed$ = new rxjs.Subject();
7818
- _this._acknowledgementText = $localize(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["Acknowledged. Click to view the agreement."], ["Acknowledged. Click to view the agreement."])));
7831
+ _this._acknowledgementText = $localize(templateObject_1$g || (templateObject_1$g = __makeTemplateObject(["Acknowledged. Click to view the agreement."], ["Acknowledged. Click to view the agreement."])));
7819
7832
  return _this;
7820
7833
  }
7821
7834
  MtnaWfCheckboxComponent.prototype.handleChange = function (change, index) {
@@ -7888,7 +7901,7 @@
7888
7901
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
7889
7902
  }]
7890
7903
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: MtnaWfDialogService }]; } });
7891
- var templateObject_1$h;
7904
+ var templateObject_1$g;
7892
7905
 
7893
7906
  var MtnaWfFormItemDialogModule = /** @class */ (function () {
7894
7907
  function MtnaWfFormItemDialogModule() {
@@ -7972,7 +7985,7 @@
7972
7985
  // TODO: This is not currenlty used, the back end needs to add range limits on the DateItem in order for this to work
7973
7986
  // Remove once accomplished and replace usage with item.rangeLimits in the html
7974
7987
  _this.rangeLimits = { end: null, start: null };
7975
- _this._dateText = $localize(templateObject_1$g || (templateObject_1$g = __makeTemplateObject(["Date"], ["Date"])));
7988
+ _this._dateText = $localize(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["Date"], ["Date"])));
7976
7989
  // We need to check to ensure 'moment' & 'moment-jdateformatparser' scripts have been added to angular.json so that
7977
7990
  // the DateFormItemComponent doesn't break when attempting to format SimpleDateFormat string to Moment format string
7978
7991
  MtnaWfDateComponent.dateFormItemComponentInstances++;
@@ -8048,7 +8061,7 @@
8048
8061
  type: i0.ViewChild,
8049
8062
  args: [i3$5.MatDatepicker, { static: false }]
8050
8063
  }] } });
8051
- var templateObject_1$g;
8064
+ var templateObject_1$f;
8052
8065
 
8053
8066
  var MtnaWfDateModule = /** @class */ (function () {
8054
8067
  function MtnaWfDateModule() {
@@ -8100,7 +8113,7 @@
8100
8113
  __extends(MtnaWfDateRangeComponent, _super);
8101
8114
  function MtnaWfDateRangeComponent() {
8102
8115
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
8103
- _this.toText = $localize(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["to"], ["to"])));
8116
+ _this.toText = $localize(templateObject_1$e || (templateObject_1$e = __makeTemplateObject(["to"], ["to"])));
8104
8117
  return _this;
8105
8118
  }
8106
8119
  Object.defineProperty(MtnaWfDateRangeComponent.prototype, "item", {
@@ -8129,7 +8142,7 @@
8129
8142
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8130
8143
  }]
8131
8144
  }] });
8132
- var templateObject_1$f;
8145
+ var templateObject_1$e;
8133
8146
 
8134
8147
  var MtnaWfDateRangeModule = /** @class */ (function () {
8135
8148
  function MtnaWfDateRangeModule() {
@@ -8247,7 +8260,7 @@
8247
8260
  var _this = _super.call(this, cdr) || this;
8248
8261
  _this.fileService = fileService;
8249
8262
  _this.loading = false;
8250
- _this._fileUploadButtonText = $localize(templateObject_1$e || (templateObject_1$e = __makeTemplateObject(["CHOOSE A FILE"], ["CHOOSE A FILE"])));
8263
+ _this._fileUploadButtonText = $localize(templateObject_1$d || (templateObject_1$d = __makeTemplateObject(["CHOOSE A FILE"], ["CHOOSE A FILE"])));
8251
8264
  return _this;
8252
8265
  }
8253
8266
  MtnaWfFileUploadComponent.prototype.fileToUpload = function (file) {
@@ -8291,7 +8304,7 @@
8291
8304
  styleUrls: ['./file-upload.component.scss'],
8292
8305
  }]
8293
8306
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$6.FileService }]; } });
8294
- var templateObject_1$e;
8307
+ var templateObject_1$d;
8295
8308
 
8296
8309
  var MtnaWfFileUploadModule = /** @class */ (function () {
8297
8310
  function MtnaWfFileUploadModule() {
@@ -8466,7 +8479,7 @@
8466
8479
  function MtnaWfI18nInputComponent() {
8467
8480
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
8468
8481
  _this.isParagraph = false;
8469
- _this._notInformationText = $localize(templateObject_1$d || (templateObject_1$d = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8482
+ _this._notInformationText = $localize(templateObject_1$c || (templateObject_1$c = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8470
8483
  return _this;
8471
8484
  }
8472
8485
  Object.defineProperty(MtnaWfI18nInputComponent.prototype, "item", {
@@ -8509,7 +8522,7 @@
8509
8522
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8510
8523
  }]
8511
8524
  }] });
8512
- var templateObject_1$d;
8525
+ var templateObject_1$c;
8513
8526
 
8514
8527
  var MtnaWfI18nInputModule = /** @class */ (function () {
8515
8528
  function MtnaWfI18nInputModule() {
@@ -8565,7 +8578,7 @@
8565
8578
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
8566
8579
  _this.isParagraph = false;
8567
8580
  _this.isNumberInput = false;
8568
- _this._noInformationText = $localize(templateObject_1$c || (templateObject_1$c = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8581
+ _this._noInformationText = $localize(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8569
8582
  return _this;
8570
8583
  }
8571
8584
  Object.defineProperty(MtnaWfInputComponent.prototype, "item", {
@@ -8598,7 +8611,7 @@
8598
8611
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8599
8612
  }]
8600
8613
  }] });
8601
- var templateObject_1$c;
8614
+ var templateObject_1$b;
8602
8615
 
8603
8616
  var MtnaWfInputModule = /** @class */ (function () {
8604
8617
  function MtnaWfInputModule() {
@@ -8786,7 +8799,7 @@
8786
8799
  function MtnaWfRepeatableItemContainerComponent(cdr, manager) {
8787
8800
  var _this = _super.call(this, cdr) || this;
8788
8801
  _this.manager = manager;
8789
- _this._addText = $localize(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["ADD"], ["ADD"])));
8802
+ _this._addText = $localize(templateObject_1$a || (templateObject_1$a = __makeTemplateObject(["ADD"], ["ADD"])));
8790
8803
  return _this;
8791
8804
  }
8792
8805
  MtnaWfRepeatableItemContainerComponent.prototype.addItem = function () {
@@ -8825,7 +8838,7 @@
8825
8838
  encapsulation: i0.ViewEncapsulation.None,
8826
8839
  }]
8827
8840
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: MtnaWfManagerService }]; } });
8828
- var templateObject_1$b;
8841
+ var templateObject_1$a;
8829
8842
 
8830
8843
  var MtnaWfRepeatableItemContainerModule = /** @class */ (function () {
8831
8844
  function MtnaWfRepeatableItemContainerModule() {
@@ -8891,13 +8904,15 @@
8891
8904
  this.dialogService.setCompact(true);
8892
8905
  this.dialogService
8893
8906
  .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, {
8907
+ data: new i1$6.MtnaSearchDialogData(this.searchFacade, i18n_selectAReference, true, Object.assign(Object.assign({}, this.item.initialQuery), { target: this.item.searchTargetId }), undefined, true, {
8895
8908
  color: 'primary',
8896
8909
  disableSubResults: true,
8897
8910
  resizableColumns: true,
8898
8911
  selectable: true,
8899
8912
  multiSelectable: true,
8900
8913
  }, undefined, undefined, this.references.value, true, 'SQUARE'),
8914
+ autoFocus: false,
8915
+ ariaLabel: i18n_selectAReferenceDialogTitle,
8901
8916
  })
8902
8917
  .afterClosed()
8903
8918
  .subscribe(function (output) {
@@ -8935,7 +8950,6 @@
8935
8950
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8936
8951
  }]
8937
8952
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$8.MtnaInMemorySearchFacade }, { type: i1__namespace$1.MtnaDialogService }]; } });
8938
- var templateObject_1$a;
8939
8953
 
8940
8954
  var MtnaWfResourceSearchModule = /** @class */ (function () {
8941
8955
  function MtnaWfResourceSearchModule() {
@@ -12721,6 +12735,7 @@
12721
12735
  exports.getItemMapperFromDesign = getItemMapperFromDesign;
12722
12736
  exports.hasCondition = hasCondition;
12723
12737
  exports.i18n_acknowledgement = i18n_acknowledgement;
12738
+ exports.i18n_acknowledgementDialogTitle = i18n_acknowledgementDialogTitle;
12724
12739
  exports.i18n_acknowledgementInstructions = i18n_acknowledgementInstructions;
12725
12740
  exports.i18n_additionalText = i18n_additionalText;
12726
12741
  exports.i18n_additionalTextInstructions = i18n_additionalTextInstructions;
@@ -12731,6 +12746,7 @@
12731
12746
  exports.i18n_booleanItem = i18n_booleanItem;
12732
12747
  exports.i18n_bulletedListConfiguration = i18n_bulletedListConfiguration;
12733
12748
  exports.i18n_bulletedListItem = i18n_bulletedListItem;
12749
+ exports.i18n_bulletedListItemInstructions = i18n_bulletedListItemInstructions;
12734
12750
  exports.i18n_checkbox = i18n_checkbox;
12735
12751
  exports.i18n_checkboxConfiguration = i18n_checkboxConfiguration;
12736
12752
  exports.i18n_checkboxItem = i18n_checkboxItem;
@@ -12819,6 +12835,7 @@
12819
12835
  exports.i18n_newTemplateItem = i18n_newTemplateItem;
12820
12836
  exports.i18n_numberedListConfiguration = i18n_numberedListConfiguration;
12821
12837
  exports.i18n_numberedListItem = i18n_numberedListItem;
12838
+ exports.i18n_numberedListItemInstructions = i18n_numberedListItemInstructions;
12822
12839
  exports.i18n_numericConfiguration = i18n_numericConfiguration;
12823
12840
  exports.i18n_offsetDateRange = i18n_offsetDateRange;
12824
12841
  exports.i18n_offsetDateRangeConfiguration = i18n_offsetDateRangeConfiguration;
@@ -12856,6 +12873,8 @@
12856
12873
  exports.i18n_requiredInstructions = i18n_requiredInstructions;
12857
12874
  exports.i18n_section = i18n_section;
12858
12875
  exports.i18n_sectionItem = i18n_sectionItem;
12876
+ exports.i18n_selectAReference = i18n_selectAReference;
12877
+ exports.i18n_selectAReferenceDialogTitle = i18n_selectAReferenceDialogTitle;
12859
12878
  exports.i18n_settings = i18n_settings;
12860
12879
  exports.i18n_shortAnswer = i18n_shortAnswer;
12861
12880
  exports.i18n_shortAnswerItem = i18n_shortAnswerItem;
@@ -12897,6 +12916,7 @@
12897
12916
  exports.i18n_valueInstructions = i18n_valueInstructions;
12898
12917
  exports.i18n_values = i18n_values;
12899
12918
  exports.i18n_valuesInstructions = i18n_valuesInstructions;
12919
+ exports.i18n_verifyAcknowledgementDialogTitle = i18n_verifyAcknowledgementDialogTitle;
12900
12920
  exports.i18n_wholeNumberAnswer = i18n_wholeNumberAnswer;
12901
12921
  exports.i18n_wholeNumberAnswerItem = i18n_wholeNumberAnswerItem;
12902
12922
  exports.i18n_wholeNumberValue = i18n_wholeNumberValue;