@mtna/web-form-angular 1.0.6-SNAPSHOT.12 → 1.0.6-SNAPSHOT.13

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() {
@@ -5177,7 +5183,7 @@
5177
5183
  MtnaWfDateQuarterPipe.prototype.transform = function (quarter, format) {
5178
5184
  if (format === void 0) { format = 'short'; }
5179
5185
  var short = {
5180
- 0: $localize(templateObject_1$o || (templateObject_1$o = __makeTemplateObject(["Q1"], ["Q1"]))),
5186
+ 0: $localize(templateObject_1$n || (templateObject_1$n = __makeTemplateObject(["Q1"], ["Q1"]))),
5181
5187
  1: $localize(templateObject_2$3 || (templateObject_2$3 = __makeTemplateObject(["Q2"], ["Q2"]))),
5182
5188
  2: $localize(templateObject_3$2 || (templateObject_3$2 = __makeTemplateObject(["Q3"], ["Q3"]))),
5183
5189
  3: $localize(templateObject_4$1 || (templateObject_4$1 = __makeTemplateObject(["Q4"], ["Q4"]))),
@@ -5230,7 +5236,7 @@
5230
5236
  exports: [MtnaWfDateQuarterPipe],
5231
5237
  }]
5232
5238
  }] });
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;
5239
+ 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
5240
 
5235
5241
  /**
5236
5242
  * There are certain form items that are hidden from the UI because they carry static values
@@ -5620,7 +5626,7 @@
5620
5626
  function MtnaWfGetSelectedOptionNamePipe() {
5621
5627
  }
5622
5628
  MtnaWfGetSelectedOptionNamePipe.prototype.transform = function (id, options) {
5623
- var _notApplicableText = $localize(templateObject_1$n || (templateObject_1$n = __makeTemplateObject(["N/A"], ["N/A"])));
5629
+ var _notApplicableText = $localize(templateObject_1$m || (templateObject_1$m = __makeTemplateObject(["N/A"], ["N/A"])));
5624
5630
  if (!options || !id) {
5625
5631
  return _notApplicableText;
5626
5632
  }
@@ -5652,13 +5658,13 @@
5652
5658
  exports: [MtnaWfGetSelectedOptionNamePipe],
5653
5659
  }]
5654
5660
  }] });
5655
- var templateObject_1$n;
5661
+ var templateObject_1$m;
5656
5662
 
5657
5663
  var GetStepAriaLabel = /** @class */ (function () {
5658
5664
  function GetStepAriaLabel() {
5659
5665
  var _a;
5660
5666
  this.stepStatusTextMap = (_a = {},
5661
- _a['INVALID'] = $localize(templateObject_1$m || (templateObject_1$m = __makeTemplateObject(["Invalid"], ["Invalid"]))),
5667
+ _a['INVALID'] = $localize(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["Invalid"], ["Invalid"]))),
5662
5668
  _a['VALID'] = $localize(templateObject_2$2 || (templateObject_2$2 = __makeTemplateObject(["Valid"], ["Valid"]))),
5663
5669
  _a['DISABLED'] = $localize(templateObject_3$1 || (templateObject_3$1 = __makeTemplateObject(["Disabled"], ["Disabled"]))),
5664
5670
  _a['ERROR'] = $localize(templateObject_4 || (templateObject_4 = __makeTemplateObject(["Error"], ["Error"]))),
@@ -5710,7 +5716,7 @@
5710
5716
  exports: [GetStepAriaLabel],
5711
5717
  }]
5712
5718
  }] });
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;
5719
+ 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
5720
 
5715
5721
  var MtnaWfInstanceOfTemplateImplPipe = /** @class */ (function () {
5716
5722
  function MtnaWfInstanceOfTemplateImplPipe() {
@@ -6101,7 +6107,7 @@
6101
6107
  var MtnaWfDialogService = /** @class */ (function () {
6102
6108
  function MtnaWfDialogService(dialogService) {
6103
6109
  this.dialogService = dialogService;
6104
- this._acknowledgementText = $localize(templateObject_1$l || (templateObject_1$l = __makeTemplateObject(["Acknowledgement"], ["Acknowledgement"])));
6110
+ this._acknowledgementText = $localize(templateObject_1$k || (templateObject_1$k = __makeTemplateObject(["Acknowledgement"], ["Acknowledgement"])));
6105
6111
  }
6106
6112
  /**
6107
6113
  * Display the acknowledgement the user agreed to for a given option.
@@ -6114,6 +6120,8 @@
6114
6120
  disableClose: false,
6115
6121
  hasBackdrop: true,
6116
6122
  maxWidth: '500px',
6123
+ autoFocus: false,
6124
+ ariaLabel: i18n_acknowledgementDialogTitle,
6117
6125
  });
6118
6126
  };
6119
6127
  /**
@@ -6129,6 +6137,8 @@
6129
6137
  disableClose: true,
6130
6138
  hasBackdrop: true,
6131
6139
  maxWidth: '500px',
6140
+ autoFocus: false,
6141
+ ariaLabel: i18n_verifyAcknowledgementDialogTitle,
6132
6142
  })
6133
6143
  .afterClosed();
6134
6144
  };
@@ -6140,7 +6150,7 @@
6140
6150
  type: i0.Injectable,
6141
6151
  args: [{ providedIn: 'root' }]
6142
6152
  }], ctorParameters: function () { return [{ type: i1__namespace$1.MtnaDialogService }]; } });
6143
- var templateObject_1$l;
6153
+ var templateObject_1$k;
6144
6154
 
6145
6155
  /**
6146
6156
  * This service manages and interacts with an Angular FormGroup. It provides functionality
@@ -7300,7 +7310,7 @@
7300
7310
  var _this = _super.call(this, elementRef) || this;
7301
7311
  _this.disabled = false;
7302
7312
  _this._clickable = true;
7303
- _this.notApplicableText = $localize(templateObject_1$k || (templateObject_1$k = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7313
+ _this.notApplicableText = $localize(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7304
7314
  return _this;
7305
7315
  }
7306
7316
  Object.defineProperty(MtnaWfFormStepComponent.prototype, "step", {
@@ -7360,7 +7370,7 @@
7360
7370
  }], incompleteIcon: [{
7361
7371
  type: i0.Input
7362
7372
  }] } });
7363
- var templateObject_1$k;
7373
+ var templateObject_1$j;
7364
7374
 
7365
7375
  /* eslint-disable @angular-eslint/no-inputs-metadata-property */
7366
7376
  var _FormStepMixinBase = i3.mixinColor(/** @class */ (function () {
@@ -7377,7 +7387,7 @@
7377
7387
  _this.collapsed = false;
7378
7388
  _this._steps = [];
7379
7389
  _this.selected = new i0.EventEmitter();
7380
- _this._collapsedText = $localize(templateObject_1$j || (templateObject_1$j = __makeTemplateObject(["View All"], ["View All"])));
7390
+ _this._collapsedText = $localize(templateObject_1$i || (templateObject_1$i = __makeTemplateObject(["View All"], ["View All"])));
7381
7391
  _this._hideText = $localize(templateObject_2$1 || (templateObject_2$1 = __makeTemplateObject(["Hide"], ["Hide"])));
7382
7392
  return _this;
7383
7393
  }
@@ -7415,7 +7425,7 @@
7415
7425
  }], selected: [{
7416
7426
  type: i0.Output
7417
7427
  }] } });
7418
- var templateObject_1$j, templateObject_2$1;
7428
+ var templateObject_1$i, templateObject_2$1;
7419
7429
 
7420
7430
  /* eslint-disable @angular-eslint/no-inputs-metadata-property */
7421
7431
  var _FormStepperMixinBase = i3.mixinColor(/** @class */ (function () {
@@ -7438,7 +7448,7 @@
7438
7448
  /** When a step is selected */
7439
7449
  _this.selected = new i0.EventEmitter();
7440
7450
  _this.groupStepCollapsedMap = {};
7441
- _this.notApplicableText = $localize(templateObject_1$i || (templateObject_1$i = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7451
+ _this.notApplicableText = $localize(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["Not Applicable"], ["Not Applicable"])));
7442
7452
  _this._collapsedText = $localize(templateObject_2 || (templateObject_2 = __makeTemplateObject(["View All"], ["View All"])));
7443
7453
  _this._hideText = $localize(templateObject_3 || (templateObject_3 = __makeTemplateObject(["Hide"], ["Hide"])));
7444
7454
  return _this;
@@ -7511,7 +7521,7 @@
7511
7521
  }], selected: [{
7512
7522
  type: i0.Output
7513
7523
  }] } });
7514
- var templateObject_1$i, templateObject_2, templateObject_3;
7524
+ var templateObject_1$h, templateObject_2, templateObject_3;
7515
7525
 
7516
7526
  var MtnaWfFormStepperModule = /** @class */ (function () {
7517
7527
  function MtnaWfFormStepperModule() {
@@ -7803,7 +7813,7 @@
7803
7813
  var _this = _super.call(this, cdr) || this;
7804
7814
  _this.dialogService = dialogService;
7805
7815
  _this.destroyed$ = new rxjs.Subject();
7806
- _this._acknowledgementText = $localize(templateObject_1$h || (templateObject_1$h = __makeTemplateObject(["Acknowledged. Click to view the agreement."], ["Acknowledged. Click to view the agreement."])));
7816
+ _this._acknowledgementText = $localize(templateObject_1$g || (templateObject_1$g = __makeTemplateObject(["Acknowledged. Click to view the agreement."], ["Acknowledged. Click to view the agreement."])));
7807
7817
  return _this;
7808
7818
  }
7809
7819
  MtnaWfCheckboxComponent.prototype.handleChange = function (change, index) {
@@ -7876,7 +7886,7 @@
7876
7886
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
7877
7887
  }]
7878
7888
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: MtnaWfDialogService }]; } });
7879
- var templateObject_1$h;
7889
+ var templateObject_1$g;
7880
7890
 
7881
7891
  var MtnaWfFormItemDialogModule = /** @class */ (function () {
7882
7892
  function MtnaWfFormItemDialogModule() {
@@ -7960,7 +7970,7 @@
7960
7970
  // TODO: This is not currenlty used, the back end needs to add range limits on the DateItem in order for this to work
7961
7971
  // Remove once accomplished and replace usage with item.rangeLimits in the html
7962
7972
  _this.rangeLimits = { end: null, start: null };
7963
- _this._dateText = $localize(templateObject_1$g || (templateObject_1$g = __makeTemplateObject(["Date"], ["Date"])));
7973
+ _this._dateText = $localize(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["Date"], ["Date"])));
7964
7974
  // We need to check to ensure 'moment' & 'moment-jdateformatparser' scripts have been added to angular.json so that
7965
7975
  // the DateFormItemComponent doesn't break when attempting to format SimpleDateFormat string to Moment format string
7966
7976
  MtnaWfDateComponent.dateFormItemComponentInstances++;
@@ -8036,7 +8046,7 @@
8036
8046
  type: i0.ViewChild,
8037
8047
  args: [i3$5.MatDatepicker, { static: false }]
8038
8048
  }] } });
8039
- var templateObject_1$g;
8049
+ var templateObject_1$f;
8040
8050
 
8041
8051
  var MtnaWfDateModule = /** @class */ (function () {
8042
8052
  function MtnaWfDateModule() {
@@ -8088,7 +8098,7 @@
8088
8098
  __extends(MtnaWfDateRangeComponent, _super);
8089
8099
  function MtnaWfDateRangeComponent() {
8090
8100
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
8091
- _this.toText = $localize(templateObject_1$f || (templateObject_1$f = __makeTemplateObject(["to"], ["to"])));
8101
+ _this.toText = $localize(templateObject_1$e || (templateObject_1$e = __makeTemplateObject(["to"], ["to"])));
8092
8102
  return _this;
8093
8103
  }
8094
8104
  Object.defineProperty(MtnaWfDateRangeComponent.prototype, "item", {
@@ -8117,7 +8127,7 @@
8117
8127
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8118
8128
  }]
8119
8129
  }] });
8120
- var templateObject_1$f;
8130
+ var templateObject_1$e;
8121
8131
 
8122
8132
  var MtnaWfDateRangeModule = /** @class */ (function () {
8123
8133
  function MtnaWfDateRangeModule() {
@@ -8235,7 +8245,7 @@
8235
8245
  var _this = _super.call(this, cdr) || this;
8236
8246
  _this.fileService = fileService;
8237
8247
  _this.loading = false;
8238
- _this._fileUploadButtonText = $localize(templateObject_1$e || (templateObject_1$e = __makeTemplateObject(["CHOOSE A FILE"], ["CHOOSE A FILE"])));
8248
+ _this._fileUploadButtonText = $localize(templateObject_1$d || (templateObject_1$d = __makeTemplateObject(["CHOOSE A FILE"], ["CHOOSE A FILE"])));
8239
8249
  return _this;
8240
8250
  }
8241
8251
  MtnaWfFileUploadComponent.prototype.fileToUpload = function (file) {
@@ -8279,7 +8289,7 @@
8279
8289
  styleUrls: ['./file-upload.component.scss'],
8280
8290
  }]
8281
8291
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$6.FileService }]; } });
8282
- var templateObject_1$e;
8292
+ var templateObject_1$d;
8283
8293
 
8284
8294
  var MtnaWfFileUploadModule = /** @class */ (function () {
8285
8295
  function MtnaWfFileUploadModule() {
@@ -8454,7 +8464,7 @@
8454
8464
  function MtnaWfI18nInputComponent() {
8455
8465
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
8456
8466
  _this.isParagraph = false;
8457
- _this._notInformationText = $localize(templateObject_1$d || (templateObject_1$d = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8467
+ _this._notInformationText = $localize(templateObject_1$c || (templateObject_1$c = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8458
8468
  return _this;
8459
8469
  }
8460
8470
  Object.defineProperty(MtnaWfI18nInputComponent.prototype, "item", {
@@ -8497,7 +8507,7 @@
8497
8507
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8498
8508
  }]
8499
8509
  }] });
8500
- var templateObject_1$d;
8510
+ var templateObject_1$c;
8501
8511
 
8502
8512
  var MtnaWfI18nInputModule = /** @class */ (function () {
8503
8513
  function MtnaWfI18nInputModule() {
@@ -8553,7 +8563,7 @@
8553
8563
  var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
8554
8564
  _this.isParagraph = false;
8555
8565
  _this.isNumberInput = false;
8556
- _this._noInformationText = $localize(templateObject_1$c || (templateObject_1$c = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8566
+ _this._noInformationText = $localize(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["No Information Provided"], ["No Information Provided"])));
8557
8567
  return _this;
8558
8568
  }
8559
8569
  Object.defineProperty(MtnaWfInputComponent.prototype, "item", {
@@ -8586,7 +8596,7 @@
8586
8596
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8587
8597
  }]
8588
8598
  }] });
8589
- var templateObject_1$c;
8599
+ var templateObject_1$b;
8590
8600
 
8591
8601
  var MtnaWfInputModule = /** @class */ (function () {
8592
8602
  function MtnaWfInputModule() {
@@ -8774,7 +8784,7 @@
8774
8784
  function MtnaWfRepeatableItemContainerComponent(cdr, manager) {
8775
8785
  var _this = _super.call(this, cdr) || this;
8776
8786
  _this.manager = manager;
8777
- _this._addText = $localize(templateObject_1$b || (templateObject_1$b = __makeTemplateObject(["ADD"], ["ADD"])));
8787
+ _this._addText = $localize(templateObject_1$a || (templateObject_1$a = __makeTemplateObject(["ADD"], ["ADD"])));
8778
8788
  return _this;
8779
8789
  }
8780
8790
  MtnaWfRepeatableItemContainerComponent.prototype.addItem = function () {
@@ -8813,7 +8823,7 @@
8813
8823
  encapsulation: i0.ViewEncapsulation.None,
8814
8824
  }]
8815
8825
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: MtnaWfManagerService }]; } });
8816
- var templateObject_1$b;
8826
+ var templateObject_1$a;
8817
8827
 
8818
8828
  var MtnaWfRepeatableItemContainerModule = /** @class */ (function () {
8819
8829
  function MtnaWfRepeatableItemContainerModule() {
@@ -8879,13 +8889,15 @@
8879
8889
  this.dialogService.setCompact(true);
8880
8890
  this.dialogService
8881
8891
  .openDialog(i1$6.MtnaSearchDialogComponent, {
8882
- 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, {
8892
+ data: new i1$6.MtnaSearchDialogData(this.searchFacade, i18n_selectAReference, true, Object.assign(Object.assign({}, this.item.initialQuery), { target: this.item.searchTargetId }), undefined, true, {
8883
8893
  color: 'primary',
8884
8894
  disableSubResults: true,
8885
8895
  resizableColumns: true,
8886
8896
  selectable: true,
8887
8897
  multiSelectable: true,
8888
8898
  }, undefined, undefined, this.references.value, true, 'SQUARE'),
8899
+ autoFocus: false,
8900
+ ariaLabel: i18n_selectAReferenceDialogTitle,
8889
8901
  })
8890
8902
  .afterClosed()
8891
8903
  .subscribe(function (output) {
@@ -8923,7 +8935,6 @@
8923
8935
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
8924
8936
  }]
8925
8937
  }], ctorParameters: function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i1__namespace$8.MtnaInMemorySearchFacade }, { type: i1__namespace$1.MtnaDialogService }]; } });
8926
- var templateObject_1$a;
8927
8938
 
8928
8939
  var MtnaWfResourceSearchModule = /** @class */ (function () {
8929
8940
  function MtnaWfResourceSearchModule() {
@@ -12709,6 +12720,7 @@
12709
12720
  exports.getItemMapperFromDesign = getItemMapperFromDesign;
12710
12721
  exports.hasCondition = hasCondition;
12711
12722
  exports.i18n_acknowledgement = i18n_acknowledgement;
12723
+ exports.i18n_acknowledgementDialogTitle = i18n_acknowledgementDialogTitle;
12712
12724
  exports.i18n_acknowledgementInstructions = i18n_acknowledgementInstructions;
12713
12725
  exports.i18n_additionalText = i18n_additionalText;
12714
12726
  exports.i18n_additionalTextInstructions = i18n_additionalTextInstructions;
@@ -12719,6 +12731,7 @@
12719
12731
  exports.i18n_booleanItem = i18n_booleanItem;
12720
12732
  exports.i18n_bulletedListConfiguration = i18n_bulletedListConfiguration;
12721
12733
  exports.i18n_bulletedListItem = i18n_bulletedListItem;
12734
+ exports.i18n_bulletedListItemInstructions = i18n_bulletedListItemInstructions;
12722
12735
  exports.i18n_checkbox = i18n_checkbox;
12723
12736
  exports.i18n_checkboxConfiguration = i18n_checkboxConfiguration;
12724
12737
  exports.i18n_checkboxItem = i18n_checkboxItem;
@@ -12807,6 +12820,7 @@
12807
12820
  exports.i18n_newTemplateItem = i18n_newTemplateItem;
12808
12821
  exports.i18n_numberedListConfiguration = i18n_numberedListConfiguration;
12809
12822
  exports.i18n_numberedListItem = i18n_numberedListItem;
12823
+ exports.i18n_numberedListItemInstructions = i18n_numberedListItemInstructions;
12810
12824
  exports.i18n_numericConfiguration = i18n_numericConfiguration;
12811
12825
  exports.i18n_offsetDateRange = i18n_offsetDateRange;
12812
12826
  exports.i18n_offsetDateRangeConfiguration = i18n_offsetDateRangeConfiguration;
@@ -12844,6 +12858,8 @@
12844
12858
  exports.i18n_requiredInstructions = i18n_requiredInstructions;
12845
12859
  exports.i18n_section = i18n_section;
12846
12860
  exports.i18n_sectionItem = i18n_sectionItem;
12861
+ exports.i18n_selectAReference = i18n_selectAReference;
12862
+ exports.i18n_selectAReferenceDialogTitle = i18n_selectAReferenceDialogTitle;
12847
12863
  exports.i18n_settings = i18n_settings;
12848
12864
  exports.i18n_shortAnswer = i18n_shortAnswer;
12849
12865
  exports.i18n_shortAnswerItem = i18n_shortAnswerItem;
@@ -12885,6 +12901,7 @@
12885
12901
  exports.i18n_valueInstructions = i18n_valueInstructions;
12886
12902
  exports.i18n_values = i18n_values;
12887
12903
  exports.i18n_valuesInstructions = i18n_valuesInstructions;
12904
+ exports.i18n_verifyAcknowledgementDialogTitle = i18n_verifyAcknowledgementDialogTitle;
12888
12905
  exports.i18n_wholeNumberAnswer = i18n_wholeNumberAnswer;
12889
12906
  exports.i18n_wholeNumberAnswerItem = i18n_wholeNumberAnswerItem;
12890
12907
  exports.i18n_wholeNumberValue = i18n_wholeNumberValue;