@formio/uswds 2.3.7 → 2.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Changelog.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ ## 2.3.9
8
+ ### Changed
9
+ - No changes.
10
+
11
+ ## 2.3.9-rc.2
12
+ ### Fixed
13
+ - FIO-3656 Fixed issue when columns were not auto collapsing in some cases
14
+
15
+ ## 2.3.9-rc.1
16
+ ### Fixed
17
+ - FIO-3758: Duplication of radio ids inside nested forms
18
+
19
+ ## 2.3.8
20
+ ### Fixed
21
+ - FIO-3598 Rolled back USWDS version to fix issues with radio and checkboxes
22
+
7
23
  ## 2.3.7
8
24
  ### Fixed
9
25
  - FIO-1627 Changed focus order in wizard header for tooltip to be included into intuitive flow
package/dist/uswds.css CHANGED
@@ -111,6 +111,10 @@ span[role=link]:hover {
111
111
  display: initial;
112
112
  }
113
113
 
114
+ .formio-hidden {
115
+ margin: 0;
116
+ }
117
+
114
118
  .formio-panel-content.usa-accordion__content {
115
119
  overflow: visible;
116
120
  }
package/dist/uswds.js CHANGED
@@ -26,7 +26,7 @@ return /******/ (function() { // webpackBootstrap
26
26
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
27
27
 
28
28
  "use strict";
29
- eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from) {\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\n to[j] = from[i];\n return to;\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar baseEditForm = formiojs_1.Components.components.checkbox.editForm;\nfunction default_1() {\n var extend = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n extend[_i] = arguments[_i];\n }\n return baseEditForm.apply(void 0, __spreadArray([[\n {\n key: 'display',\n components: [\n {\n type: 'checkbox',\n input: true,\n weight: 1000,\n label: 'Tile view',\n tooltip: 'Tile view for this component',\n key: 'tileView',\n },\n ],\n },\n ]], extend));\n}\nexports.default = default_1;\n\n\n//# sourceURL=webpack://uswds/./lib/components/Checkbox/Checkbox.form.js?");
29
+ eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar baseEditForm = formiojs_1.Components.components.checkbox.editForm;\nfunction default_1() {\n var extend = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n extend[_i] = arguments[_i];\n }\n return baseEditForm.apply(void 0, __spreadArray([[\n {\n key: 'display',\n components: [\n {\n type: 'checkbox',\n input: true,\n weight: 1000,\n label: 'Tile view',\n tooltip: 'Tile view for this component',\n key: 'tileView',\n },\n ],\n },\n ]], extend, false));\n}\nexports.default = default_1;\n\n\n//# sourceURL=webpack://uswds/./lib/components/Checkbox/Checkbox.form.js?");
30
30
 
31
31
  /***/ }),
32
32
 
@@ -48,7 +48,7 @@ eval("\nvar __extends = (this && this.__extends) || (function () {\n var exte
48
48
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
49
49
 
50
50
  "use strict";
51
- eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from) {\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\n to[j] = from[i];\n return to;\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar baseEditForm = formiojs_1.Components.components.radio.editForm;\nfunction default_1() {\n var extend = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n extend[_i] = arguments[_i];\n }\n return baseEditForm.apply(void 0, __spreadArray([[\n {\n key: 'display',\n components: [\n {\n type: 'checkbox',\n input: true,\n weight: 1000,\n label: 'Tile view',\n tooltip: 'Tile view for this component',\n key: 'tileView',\n },\n ],\n },\n ]], extend));\n}\nexports.default = default_1;\n\n\n//# sourceURL=webpack://uswds/./lib/components/Radio/Radio.form.js?");
51
+ eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar baseEditForm = formiojs_1.Components.components.radio.editForm;\nfunction default_1() {\n var extend = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n extend[_i] = arguments[_i];\n }\n return baseEditForm.apply(void 0, __spreadArray([[\n {\n key: 'display',\n components: [\n {\n type: 'checkbox',\n input: true,\n weight: 1000,\n label: 'Tile view',\n tooltip: 'Tile view for this component',\n key: 'tileView',\n },\n ],\n },\n ]], extend, false));\n}\nexports.default = default_1;\n\n\n//# sourceURL=webpack://uswds/./lib/components/Radio/Radio.form.js?");
52
52
 
53
53
  /***/ }),
54
54
 
@@ -81,7 +81,7 @@ eval("\nvar __extends = (this && this.__extends) || (function () {\n var exte
81
81
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
82
82
 
83
83
  "use strict";
84
- eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from) {\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\n to[j] = from[i];\n return to;\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar baseEditForm = formiojs_1.Components.components.button.editForm;\nvar Button_edit_display_1 = __webpack_require__(/*! ./editForm/Button.edit.display */ \"./lib/components/button/editForm/Button.edit.display.js\");\nfunction default_1() {\n var extend = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n extend[_i] = arguments[_i];\n }\n return baseEditForm.apply(void 0, __spreadArray([[\n {\n key: 'display',\n components: Button_edit_display_1.default,\n },\n ]], extend));\n}\nexports.default = default_1;\n\n\n//# sourceURL=webpack://uswds/./lib/components/button/Button.form.js?");
84
+ eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar baseEditForm = formiojs_1.Components.components.button.editForm;\nvar Button_edit_display_1 = __webpack_require__(/*! ./editForm/Button.edit.display */ \"./lib/components/button/editForm/Button.edit.display.js\");\nfunction default_1() {\n var extend = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n extend[_i] = arguments[_i];\n }\n return baseEditForm.apply(void 0, __spreadArray([[\n {\n key: 'display',\n components: Button_edit_display_1.default,\n },\n ]], extend, false));\n}\nexports.default = default_1;\n\n\n//# sourceURL=webpack://uswds/./lib/components/button/Button.form.js?");
85
85
 
86
86
  /***/ }),
87
87
 
@@ -125,7 +125,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
125
125
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
126
126
 
127
127
  "use strict";
128
- eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from) {\n for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)\n to[j] = from[i];\n return to;\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar baseEditForm = formiojs_1.Components.components.selectboxes.editForm;\nfunction default_1() {\n var extend = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n extend[_i] = arguments[_i];\n }\n return baseEditForm.apply(void 0, __spreadArray([[\n {\n key: 'display',\n components: [\n {\n type: 'checkbox',\n input: true,\n weight: 1000,\n label: 'Tile view',\n tooltip: 'Tile view for this component',\n key: 'tileView',\n },\n ],\n },\n ]], extend));\n}\nexports.default = default_1;\n\n\n//# sourceURL=webpack://uswds/./lib/components/selectboxes/SelectBoxes.form.js?");
128
+ eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n};\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar baseEditForm = formiojs_1.Components.components.selectboxes.editForm;\nfunction default_1() {\n var extend = [];\n for (var _i = 0; _i < arguments.length; _i++) {\n extend[_i] = arguments[_i];\n }\n return baseEditForm.apply(void 0, __spreadArray([[\n {\n key: 'display',\n components: [\n {\n type: 'checkbox',\n input: true,\n weight: 1000,\n label: 'Tile view',\n tooltip: 'Tile view for this component',\n key: 'tileView',\n },\n ],\n },\n ]], extend, false));\n}\nexports.default = default_1;\n\n\n//# sourceURL=webpack://uswds/./lib/components/selectboxes/SelectBoxes.form.js?");
129
129
 
130
130
  /***/ }),
131
131
 
@@ -451,7 +451,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
451
451
  \***************************************************/
452
452
  /***/ (function(__unused_webpack_module, exports) {
453
453
 
454
- eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n__p += '<div\\n id=\"' +\n((__t = (ctx.id)) == null ? '' : __t) +\n'\"\\n class=\"' +\n((__t = (ctx.component.type !== 'button' ? ctx.component.customClass : '')) == null ? '' : __t) +\n'\\n formio-component-' +\n((__t = (ctx.component.type)) == null ? '' : __t) +\n'\\n formio-form-group\\n ' +\n((__t = (!ctx.self.hasInput ? 'usa-prose' : '')) == null ? '' : __t) +\n'\\n ' +\n((__t = (!ctx.visible ? 'formio-hidden' : '')) == null ? '' : __t) +\n'\"\\n ';\n if (ctx.styles) { ;\n__p += ' styles=\"' +\n((__t = (ctx.styles)) == null ? '' : __t) +\n'\"';\n } ;\n__p += '\\n ref=\"component\"\\n>\\n ';\n if (ctx.visible) { ;\n__p += '\\n ' +\n((__t = (ctx.children)) == null ? '' : __t) +\n'\\n ';\n } ;\n__p += '\\n</div>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/component/form.ejs.js?");
454
+ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n__p += '<div\\n id=\"' +\n((__t = (ctx.id)) == null ? '' : __t) +\n'\"\\n class=\"' +\n((__t = (ctx.component.type !== 'button' ? ctx.component.customClass : '')) == null ? '' : __t) +\n'\\n formio-component-' +\n((__t = (ctx.component.type)) == null ? '' : __t) +\n'\\n ' +\n((__t = (!ctx.self.hasInput ? 'usa-prose' : 'formio-form-group')) == null ? '' : __t) +\n'\\n ' +\n((__t = (!ctx.visible ? 'formio-hidden' : '')) == null ? '' : __t) +\n'\"\\n ';\n if (ctx.styles) { ;\n__p += ' styles=\"' +\n((__t = (ctx.styles)) == null ? '' : __t) +\n'\"';\n } ;\n__p += '\\n ref=\"component\"\\n>\\n ';\n if (ctx.visible) { ;\n__p += '\\n ' +\n((__t = (ctx.children)) == null ? '' : __t) +\n'\\n ';\n } ;\n__p += '\\n</div>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/component/form.ejs.js?");
455
455
 
456
456
  /***/ }),
457
457
 
@@ -650,7 +650,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
650
650
  \***********************************************/
651
651
  /***/ (function(__unused_webpack_module, exports) {
652
652
 
653
- eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n\n if (ctx.labelMarkup && ctx.component.label) { ;\n__p += '\\n ' +\n((__t = ( ctx.labelMarkup )) == null ? '' : __t) +\n'\\n';\n } ;\n__p += '\\n\\n<div\\n ref=\"messageContainer\"\\n class=\"text-secondary-dark width-full margin-top-05 formio-errors\"\\n></div>\\n\\n' +\n((__t = (ctx.element)) == null ? '' : __t) +\n'\\n\\n';\n if (ctx.component.description) { ;\n__p += '\\n <div class=\"text-base-dark\">\\n <span id=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\">' +\n((__t = (ctx.t(ctx.component.description))) == null ? '' : __t) +\n'</span>\\n </div>\\n';\n } ;\n__p += '\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/field/form.ejs.js?");
653
+ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n\n if (ctx.labelMarkup && ctx.component.label) { ;\n__p += '\\n ' +\n((__t = ( ctx.labelMarkup )) == null ? '' : __t) +\n'\\n';\n } ;\n__p += '\\n\\n<div\\n ref=\"messageContainer\"\\n class=\"text-secondary-dark width-full formio-errors\"\\n></div>\\n\\n' +\n((__t = (ctx.element)) == null ? '' : __t) +\n'\\n\\n';\n if (ctx.component.description) { ;\n__p += '\\n <div class=\"text-base-dark\">\\n <span id=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\">' +\n((__t = (ctx.t(ctx.component.description))) == null ? '' : __t) +\n'</span>\\n </div>\\n';\n } ;\n__p += '\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/field/form.ejs.js?");
654
654
 
655
655
  /***/ }),
656
656
 
@@ -944,7 +944,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
944
944
  \***********************************************/
945
945
  /***/ (function(__unused_webpack_module, exports) {
946
946
 
947
- eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n__p += '<div class=\"usa-accordion usa-accordion--bordered\">\\n <h2 class=\"usa-accordion__heading\" ref=\"header\">\\n ';\n if (ctx.component.collapsible) { ;\n__p += '\\n <div\\n tabindex=\"0\"\\n role=\"button\"\\n class=\"usa-accordion__button\"\\n aria-expanded=\"' +\n((__t = (ctx.component.collapsible ? !ctx.collapsed : true)) == null ? '' : __t) +\n'\"\\n aria-controls=\"' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n >\\n ' +\n((__t = (ctx.t(ctx.component.title))) == null ? '' : __t) +\n'\\n ';\n if (ctx.component.tooltip) { ;\n__p += '\\n <i ref=\"tooltip\" data-tooltip=\"' +\n((__t = (ctx.component.tooltip)) == null ? '' : __t) +\n'\" class=\"' +\n((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +\n' text-based\" tabindex=\"0\"></i>\\n ';\n } ;\n__p += '\\n </div>\\n ';\n } else { ;\n__p += '\\n <div class=\"usa-accordion__button non-collapsible-panel--button\">\\n ' +\n((__t = (ctx.t(ctx.component.title))) == null ? '' : __t) +\n'\\n ';\n if (ctx.component.tooltip) { ;\n__p += '\\n <i ref=\"tooltip\" data-tooltip=\"' +\n((__t = (ctx.component.tooltip)) == null ? '' : __t) +\n'\" class=\"' +\n((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +\n' text-based\" tabindex=\"0\"></i>\\n ';\n } ;\n__p += '\\n </div>\\n ';\n } ;\n__p += '\\n </h2>\\n\\n <div\\n id=\"' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n class=\"formio-panel-content usa-accordion__content usa-prose\"\\n ref=\"' +\n((__t = (ctx.nestedKey)) == null ? '' : __t) +\n'\"\\n ';\n if (ctx.component.collapsible && ctx.collapsed) { ;\n__p += 'hidden';\n } ;\n__p += '\\n >\\n ' +\n((__t = (ctx.children)) == null ? '' : __t) +\n'\\n </div>\\n</div>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/panel/form.ejs.js?");
947
+ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n__p += '<div class=\"usa-accordion usa-accordion--bordered margin-bottom-205\">\\n <h2 class=\"usa-accordion__heading\" ref=\"header\">\\n ';\n if (ctx.component.collapsible) { ;\n__p += '\\n <div\\n tabindex=\"0\"\\n role=\"button\"\\n class=\"usa-accordion__button\"\\n aria-expanded=\"' +\n((__t = (ctx.component.collapsible ? !ctx.collapsed : true)) == null ? '' : __t) +\n'\"\\n aria-controls=\"' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n >\\n ' +\n((__t = (ctx.t(ctx.component.title))) == null ? '' : __t) +\n'\\n ';\n if (ctx.component.tooltip) { ;\n__p += '\\n <i ref=\"tooltip\" data-tooltip=\"' +\n((__t = (ctx.component.tooltip)) == null ? '' : __t) +\n'\" class=\"' +\n((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +\n' text-based\" tabindex=\"0\"></i>\\n ';\n } ;\n__p += '\\n </div>\\n ';\n } else { ;\n__p += '\\n <div class=\"usa-accordion__button non-collapsible-panel--button\">\\n ' +\n((__t = (ctx.t(ctx.component.title))) == null ? '' : __t) +\n'\\n ';\n if (ctx.component.tooltip) { ;\n__p += '\\n <i ref=\"tooltip\" data-tooltip=\"' +\n((__t = (ctx.component.tooltip)) == null ? '' : __t) +\n'\" class=\"' +\n((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +\n' text-based\" tabindex=\"0\"></i>\\n ';\n } ;\n__p += '\\n </div>\\n ';\n } ;\n__p += '\\n </h2>\\n\\n <div\\n id=\"' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n class=\"formio-panel-content usa-accordion__content usa-prose\"\\n ref=\"' +\n((__t = (ctx.nestedKey)) == null ? '' : __t) +\n'\"\\n ';\n if (ctx.component.collapsible && ctx.collapsed) { ;\n__p += 'hidden';\n } ;\n__p += '\\n >\\n ' +\n((__t = (ctx.children)) == null ? '' : __t) +\n'\\n </div>\\n</div>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/panel/form.ejs.js?");
948
948
 
949
949
  /***/ }),
950
950
 
@@ -1028,7 +1028,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
1028
1028
  \***********************************************/
1029
1029
  /***/ (function(__unused_webpack_module, exports) {
1030
1030
 
1031
- eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n__p += '<fieldset\\n class=\"usa-fieldset\"\\n ref=\"fieldset\"\\n aria-labelledby=\"l-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n' ';\n if (ctx.component.description) { ;\n__p += 'd-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t);\n } ;\n__p += '\"\\n>\\n <legend id=\"l-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\" ref=\"label\" class=\"usa-sr-only\">\\n ' +\n((__t = (ctx.t(ctx.component.label))) == null ? '' : __t) +\n'\\n </legend>\\n <span class=\"legend-wrapper font-sans-md\">\\n <span class=\"' +\n((__t = (ctx.component.validate && ctx.component.validate.required ? ' field-required' : '')) == null ? '' : __t) +\n'\">\\n ' +\n((__t = (ctx.t(ctx.component.label))) == null ? '' : __t) +\n'\\n </span>\\n ';\n if (ctx.component.tooltip) { ;\n__p += '\\n <span ref=\"tooltip\" data-tooltip=\"' +\n((__t = (ctx.component.tooltip)) == null ? '' : __t) +\n'\" class=\"' +\n((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +\n' text-base\" tabindex=\"0\"></span>\\n ';\n } ;\n__p += '\\n </span>\\n\\n <div\\n ref=\"messageContainer\"\\n class=\"text-secondary-dark width-full margin-top-05 formio-errors\"\\n ></div>\\n\\n ';\n ctx.values.forEach(function(item) { ;\n__p += '\\n <div class=\"usa-' +\n((__t = (ctx.component.type === \"selectboxes\" ? \"checkbox\" : \"radio\")) == null ? '' : __t) +\n' ' +\n((__t = (ctx.inline ? 'display-inline float-left margin-right-1' : '')) == null ? '' : __t) +\n'\" ref=\"wrapper\">\\n <' +\n((__t = (ctx.input.type)) == null ? '' : __t) +\n'\\n ref=\"input\"\\n class=\"usa-' +\n((__t = (ctx.component.type === \"selectboxes\" ? \"checkbox\" : \"radio\")) == null ? '' : __t) +\n'__input ' +\n((__t = (ctx.component.tileView ? ctx.component.type === 'selectboxes' ? 'usa-checkbox__input--tile' : 'usa-radio__input--tile' : '')) == null ? '' : __t) +\n'\"\\n ';\n for (var attr in ctx.input.attr) { ;\n__p += '\\n ' +\n((__t = (attr)) == null ? '' : __t) +\n'=\"' +\n((__t = (ctx.input.attr[attr])) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n value=\"' +\n((__t = (item.value)) == null ? '' : __t) +\n'\"\\n ';\n if (ctx.value && (ctx.value === item.value || (typeof ctx.value === 'object' && ctx.value.hasOwnProperty(item.value) && ctx.value[item.value]))) { ;\n__p += '\\n checked=true\\n ';\n } ;\n__p += '\\n id=\"' +\n((__t = (ctx.id)) == null ? '' : __t) +\n'' +\n((__t = (ctx.row)) == null ? '' : __t) +\n'-' +\n((__t = (item.value)) == null ? '' : __t) +\n'\"\\n aria-required=\"' +\n((__t = (ctx.input.component.validate.required)) == null ? '' : __t) +\n'\"\\n >\\n <label class=\"' +\n((__t = (ctx.component.type === \"selectboxes\" ? \"usa-checkbox__label\" : \"usa-radio__label\")) == null ? '' : __t) +\n'\" for=\"' +\n((__t = (ctx.id)) == null ? '' : __t) +\n'' +\n((__t = (ctx.row)) == null ? '' : __t) +\n'-' +\n((__t = (item.value)) == null ? '' : __t) +\n'\">' +\n((__t = (ctx.t(item.label))) == null ? '' : __t) +\n'</label>\\n </div>\\n ';\n }) ;\n__p += '\\n\\n ';\n if (ctx.component.description) { ;\n__p += '\\n <div class=\"text-base-dark\">\\n <span id=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\">' +\n((__t = (ctx.t(ctx.component.description))) == null ? '' : __t) +\n'</span>\\n </div>\\n ';\n } ;\n__p += '\\n</fieldset>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/radio/form.ejs.js?");
1031
+ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n__p += '<fieldset\\n class=\"usa-fieldset\"\\n ref=\"fieldset\"\\n aria-labelledby=\"l-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n' ';\n if (ctx.component.description) { ;\n__p += 'd-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t);\n } ;\n__p += '\"\\n>\\n <legend id=\"l-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\" ref=\"label\" class=\"usa-sr-only\">\\n ' +\n((__t = (ctx.t(ctx.component.label))) == null ? '' : __t) +\n'\\n </legend>\\n <span class=\"legend-wrapper font-sans-md\">\\n <span class=\"' +\n((__t = (ctx.component.validate && ctx.component.validate.required ? ' field-required' : '')) == null ? '' : __t) +\n'\">\\n ' +\n((__t = (ctx.t(ctx.component.label))) == null ? '' : __t) +\n'\\n </span>\\n ';\n if (ctx.component.tooltip) { ;\n__p += '\\n <span ref=\"tooltip\" data-tooltip=\"' +\n((__t = (ctx.component.tooltip)) == null ? '' : __t) +\n'\" class=\"' +\n((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +\n' text-base\" tabindex=\"0\"></span>\\n ';\n } ;\n__p += '\\n </span>\\n\\n <div\\n ref=\"messageContainer\"\\n class=\"text-secondary-dark width-full margin-top-05 formio-errors\"\\n ></div>\\n\\n ';\n ctx.values.forEach(function(item) { ;\n__p += '\\n <div class=\"usa-' +\n((__t = (ctx.component.type === \"selectboxes\" ? \"checkbox\" : \"radio\")) == null ? '' : __t) +\n' ' +\n((__t = (ctx.inline ? 'display-inline float-left margin-right-1' : '')) == null ? '' : __t) +\n'\" ref=\"wrapper\">\\n <' +\n((__t = (ctx.input.type)) == null ? '' : __t) +\n'\\n ref=\"input\"\\n class=\"usa-' +\n((__t = (ctx.component.type === \"selectboxes\" ? \"checkbox\" : \"radio\")) == null ? '' : __t) +\n'__input ' +\n((__t = (ctx.component.tileView ? ctx.component.type === 'selectboxes' ? 'usa-checkbox__input--tile' : 'usa-radio__input--tile' : '')) == null ? '' : __t) +\n'\"\\n ';\n for (var attr in ctx.input.attr) { ;\n__p += '\\n ' +\n((__t = (attr)) == null ? '' : __t) +\n'=\"' +\n((__t = (ctx.input.attr[attr])) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n value=\"' +\n((__t = (item.value)) == null ? '' : __t) +\n'\"\\n ';\n if (ctx.value && (ctx.value === item.value || (typeof ctx.value === 'object' && ctx.value.hasOwnProperty(item.value) && ctx.value[item.value]))) { ;\n__p += '\\n checked=true\\n ';\n } ;\n__p += '\\n id=\"' +\n((__t = (ctx.instance.root?.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.row)) == null ? '' : __t) +\n'-' +\n((__t = (item.value)) == null ? '' : __t) +\n'\"\\n aria-required=\"' +\n((__t = (ctx.input.component.validate.required)) == null ? '' : __t) +\n'\"\\n >\\n <label class=\"' +\n((__t = (ctx.component.type === \"selectboxes\" ? \"usa-checkbox__label\" : \"usa-radio__label\")) == null ? '' : __t) +\n'\" for=\"' +\n((__t = (ctx.instance.root?.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.row)) == null ? '' : __t) +\n'-' +\n((__t = (item.value)) == null ? '' : __t) +\n'\">' +\n((__t = (ctx.t(item.label))) == null ? '' : __t) +\n'</label>\\n </div>\\n ';\n }) ;\n__p += '\\n\\n ';\n if (ctx.component.description) { ;\n__p += '\\n <div class=\"text-base-dark\">\\n <span id=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\">' +\n((__t = (ctx.t(ctx.component.description))) == null ? '' : __t) +\n'</span>\\n </div>\\n ';\n } ;\n__p += '\\n</fieldset>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/radio/form.ejs.js?");
1032
1032
 
1033
1033
  /***/ }),
1034
1034
 
@@ -1288,7 +1288,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
1288
1288
  \**********************************************/
1289
1289
  /***/ (function(__unused_webpack_module, exports) {
1290
1290
 
1291
- eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '';\n__p += '<div class=\"usa-card__container bg-base-lightest margin-0\">\\n <div class=\"usa-card__body\" ref=\"' +\n((__t = (ctx.nestedKey)) == null ? '' : __t) +\n'\">\\n ' +\n((__t = (ctx.children)) == null ? '' : __t) +\n'\\n </div>\\n</div>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/well/form.ejs.js?");
1291
+ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '';\n__p += '<div class=\"usa-card__container bg-base-lightest margin-x-0 margin-bottom-205\">\\n <div class=\"usa-card__body\" ref=\"' +\n((__t = (ctx.nestedKey)) == null ? '' : __t) +\n'\">\\n ' +\n((__t = (ctx.children)) == null ? '' : __t) +\n'\\n </div>\\n</div>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/well/form.ejs.js?");
1292
1292
 
1293
1293
  /***/ }),
1294
1294
 
@@ -1 +1 @@
1
- span[role=link]:hover{text-decoration:underline;cursor:pointer}.builder-sidebar .usa-accordion__content{padding-bottom:0}.builder-sidebar .form-builder-panel{margin-bottom:5px}.builder-sidebar .form-builder-panel .form-builder-group-header .form-builder-group-heading{margin:0}.builder-sidebar .form-builder-panel .form-builder-group-header .usa-accordion__button.builder-group-button{background-color:#f0f0f0}.builder-sidebar .form-builder-panel .usa-button{margin-right:0;margin-top:0;margin-bottom:5px}.builder-component{padding:3px;margin:-3px -3px 20px -3px}.builder-component .formio-form-group{margin-bottom:0}.builder-component .component-btn-group{display:flex;flex-direction:row-reverse}.component-btn-group .component-settings-button.usa-button{margin:3px}.component-btn-group .usa-button.component-settings-button-paste{display:none}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month input.cur-year:focus,.flatpickr-days:focus{outline:1px solid #2491ff!important}.flatpickr-days{margin:1px;width:305.875px!important}.flatpickr-day.selected{background:#0073ec!important}.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day:focus,.flatpickr-day:hover{background-color:#71767a!important;color:#fff!important}.flatpickr-wrapper{display:block!important}.formio-choices .usa-select{background-image:none;border:1px solid #565c65}.formio-component-address .usa-checkbox{margin:.5em 0 .3em}.formio-dialog.formio-dialog-theme-default .formio-dialog-content{padding:1.5em 1em 1em!important}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close{right:4px;top:4px}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close:before{font-size:24px;line-height:24px;color:#8a8a8a}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close :active:before,.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close:hover:before{color:#6b6b6b}.formio-dialog-buttons{margin:0 -.5rem}.formio-form-group{margin-bottom:20px}@media print{.formio-form-group{page-break-inside:avoid}}.formio-form-group>.usa-label>label{display:initial}.formio-panel-content.usa-accordion__content{overflow:visible}.formio-usa-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;border:1px solid #000;border-radius:.25rem}.formio-usa-card-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.formio-usa-card-header{position:relative;display:flex;padding:.5rem;margin-bottom:0;margin-top:1px;border-bottom:1px solid #000;border-radius:.25rem .25rem 0 0;background-color:#f0f0f0}.formio-usa-card-title{margin-bottom:.75rem;font-size:1.2rem}.has-error .help-block{color:#b50909}.has-success .help-block{color:#00a91c}.input-group{display:flex;flex-wrap:nowrap;align-items:stretch;width:100%;margin-top:.5rem}.input-group .usa-input,.input-group .usa-textarea{position:relative;z-index:1;width:auto;min-width:50px;flex-grow:1;margin-top:0}.input-group .usa-textarea{resize:vertical}.input-group .flatpickr-wrapper{display:flex;flex-grow:1}.input-group .flatpickr-wrapper .usa-input{width:100%}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da}.input-group-append,.input-group-prepend{display:flex;flex-shrink:0}.legend-wrapper{display:inline-block;margin-bottom:6px}.legend-wrapper>span{margin-right:3px}.open-modal-button{font-weight:400;color:#000;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f8f9fa;border:2px solid #8a8a8a;padding:.375rem .75rem;font-size:.9375rem;line-height:1.5;border-radius:0}.open-modal-button:hover{background-color:#f0f1f5}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.tooltip__trigger{cursor:pointer}.tooltip__body{background-color:#1b1b1b;border-radius:.25rem;bottom:0;color:#f0f0f0;display:none;font-size:1rem;padding:.5rem;position:absolute;left:0;transform:translateX(-50%);width:auto;white-space:pre;z-index:1000}.tooltip__body.is-set{display:block}.tooltip__body--whitespace{white-space:normal;width:250px}.tooltip__body--right{top:auto;transform:translateX(0)}.tooltip__body--left{top:auto;left:0;right:auto;transform:translateX(0)}.tooltip__body--bottom{bottom:auto;top:0}.tooltip__wrapper{position:relative}.tooltip__wrapper>span{font-weight:400}.wizard-page{margin:20px 0}.wizard-nav-container{display:flex}@media not all and (min-width:30em){.wizard-nav-container{flex-direction:column}}.wizard-nav-container li .usa-button{margin-bottom:.25em}.word-wrap{word-wrap:break-word}b,strong{font-weight:700!important}pre{background-color:#f0f0f0;padding:1em}ul.usa-sidenav{display:flex;flex-wrap:wrap;margin-top:1px;border-bottom:1px solid #000}.usa-sidenav__item{border-top:0}.usa-input--error.usa-select,.usa-input--success.usa-select{height:auto}.usa-accordion__button.non-collapsible-panel--button{background-image:none}.usa-accordion__button.non-collapsible-panel--button:hover{background-color:#f0f0f0;cursor:auto}.usa-table{width:100%}.usa-table caption{caption-side:top;color:#000}.usa-table td{background-color:inherit}.usa-checkbox .usa-checkbox__input--tile+.usa-checkbox__label{padding-left:.5rem;text-indent:0}.usa-checkbox__input:disabled+.usa-checkbox__label{color:#71767a!important}.usa-fieldset .usa-legend{font-size:1.5rem}.usa-label{margin-top:0!important;margin-bottom:0;max-width:100%!important}.usa-prose>ol li,.usa-prose>p,.usa-prose>ul li{max-width:100%!important}.usa-button+.has-error,.usa-button+.has-success{display:none}.usa-radio__input:disabled:checked+.usa-radio__label::before{-webkit-box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff}.usa-step-indicator{margin-top:1rem}.usa-step-indicator .usa-step-indicator__segments{outline-width:1px!important;outline-offset:2px!important;padding:1px}.usa-step-indicator .usa-step-indicator__segments .usa-step-indicator__segment{max-width:none}@media print{div[class*=":grid-col-1"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}div[class*=":grid-col-2"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}div[class*=":grid-col-3"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}div[class*=":grid-col-4"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}div[class*=":grid-col-5"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}div[class*=":grid-col-6"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}div[class*=":grid-col-7"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}div[class*=":grid-col-8"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}div[class*=":grid-col-9"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}div[class*=":grid-col-10"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}div[class*=":grid-col-11"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}div[class*=":grid-col-12"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.usa-checkbox__input:checked:disabled+.usa-checkbox__label::before{background-image:none;background-color:#c9c9c9;-webkit-box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;-webkit-print-color-adjust:exact;text-indent:0}}.usa-button.formio-hidden{background-color:initial;border:none;box-shadow:none}
1
+ span[role=link]:hover{text-decoration:underline;cursor:pointer}.builder-sidebar .usa-accordion__content{padding-bottom:0}.builder-sidebar .form-builder-panel{margin-bottom:5px}.builder-sidebar .form-builder-panel .form-builder-group-header .form-builder-group-heading{margin:0}.builder-sidebar .form-builder-panel .form-builder-group-header .usa-accordion__button.builder-group-button{background-color:#f0f0f0}.builder-sidebar .form-builder-panel .usa-button{margin-right:0;margin-top:0;margin-bottom:5px}.builder-component{padding:3px;margin:-3px -3px 20px -3px}.builder-component .formio-form-group{margin-bottom:0}.builder-component .component-btn-group{display:flex;flex-direction:row-reverse}.component-btn-group .component-settings-button.usa-button{margin:3px}.component-btn-group .usa-button.component-settings-button-paste{display:none}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month input.cur-year:focus,.flatpickr-days:focus{outline:1px solid #2491ff!important}.flatpickr-days{margin:1px;width:305.875px!important}.flatpickr-day.selected{background:#0073ec!important}.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day:focus,.flatpickr-day:hover{background-color:#71767a!important;color:#fff!important}.flatpickr-wrapper{display:block!important}.formio-choices .usa-select{background-image:none;border:1px solid #565c65}.formio-component-address .usa-checkbox{margin:.5em 0 .3em}.formio-dialog.formio-dialog-theme-default .formio-dialog-content{padding:1.5em 1em 1em!important}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close{right:4px;top:4px}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close:before{font-size:24px;line-height:24px;color:#8a8a8a}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close :active:before,.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close:hover:before{color:#6b6b6b}.formio-dialog-buttons{margin:0 -.5rem}.formio-form-group{margin-bottom:20px}@media print{.formio-form-group{page-break-inside:avoid}}.formio-form-group>.usa-label>label{display:initial}.formio-hidden{margin:0}.formio-panel-content.usa-accordion__content{overflow:visible}.formio-usa-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;border:1px solid #000;border-radius:.25rem}.formio-usa-card-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.formio-usa-card-header{position:relative;display:flex;padding:.5rem;margin-bottom:0;margin-top:1px;border-bottom:1px solid #000;border-radius:.25rem .25rem 0 0;background-color:#f0f0f0}.formio-usa-card-title{margin-bottom:.75rem;font-size:1.2rem}.has-error .help-block{color:#b50909}.has-success .help-block{color:#00a91c}.input-group{display:flex;flex-wrap:nowrap;align-items:stretch;width:100%;margin-top:.5rem}.input-group .usa-input,.input-group .usa-textarea{position:relative;z-index:1;width:auto;min-width:50px;flex-grow:1;margin-top:0}.input-group .usa-textarea{resize:vertical}.input-group .flatpickr-wrapper{display:flex;flex-grow:1}.input-group .flatpickr-wrapper .usa-input{width:100%}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da}.input-group-append,.input-group-prepend{display:flex;flex-shrink:0}.legend-wrapper{display:inline-block;margin-bottom:6px}.legend-wrapper>span{margin-right:3px}.open-modal-button{font-weight:400;color:#000;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f8f9fa;border:2px solid #8a8a8a;padding:.375rem .75rem;font-size:.9375rem;line-height:1.5;border-radius:0}.open-modal-button:hover{background-color:#f0f1f5}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.tooltip__trigger{cursor:pointer}.tooltip__body{background-color:#1b1b1b;border-radius:.25rem;bottom:0;color:#f0f0f0;display:none;font-size:1rem;padding:.5rem;position:absolute;left:0;transform:translateX(-50%);width:auto;white-space:pre;z-index:1000}.tooltip__body.is-set{display:block}.tooltip__body--whitespace{white-space:normal;width:250px}.tooltip__body--right{top:auto;transform:translateX(0)}.tooltip__body--left{top:auto;left:0;right:auto;transform:translateX(0)}.tooltip__body--bottom{bottom:auto;top:0}.tooltip__wrapper{position:relative}.tooltip__wrapper>span{font-weight:400}.wizard-page{margin:20px 0}.wizard-nav-container{display:flex}@media not all and (min-width:30em){.wizard-nav-container{flex-direction:column}}.wizard-nav-container li .usa-button{margin-bottom:.25em}.word-wrap{word-wrap:break-word}b,strong{font-weight:700!important}pre{background-color:#f0f0f0;padding:1em}ul.usa-sidenav{display:flex;flex-wrap:wrap;margin-top:1px;border-bottom:1px solid #000}.usa-sidenav__item{border-top:0}.usa-input--error.usa-select,.usa-input--success.usa-select{height:auto}.usa-accordion__button.non-collapsible-panel--button{background-image:none}.usa-accordion__button.non-collapsible-panel--button:hover{background-color:#f0f0f0;cursor:auto}.usa-table{width:100%}.usa-table caption{caption-side:top;color:#000}.usa-table td{background-color:inherit}.usa-checkbox .usa-checkbox__input--tile+.usa-checkbox__label{padding-left:.5rem;text-indent:0}.usa-checkbox__input:disabled+.usa-checkbox__label{color:#71767a!important}.usa-fieldset .usa-legend{font-size:1.5rem}.usa-label{margin-top:0!important;margin-bottom:0;max-width:100%!important}.usa-prose>ol li,.usa-prose>p,.usa-prose>ul li{max-width:100%!important}.usa-button+.has-error,.usa-button+.has-success{display:none}.usa-radio__input:disabled:checked+.usa-radio__label::before{-webkit-box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff}.usa-step-indicator{margin-top:1rem}.usa-step-indicator .usa-step-indicator__segments{outline-width:1px!important;outline-offset:2px!important;padding:1px}.usa-step-indicator .usa-step-indicator__segments .usa-step-indicator__segment{max-width:none}@media print{div[class*=":grid-col-1"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}div[class*=":grid-col-2"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}div[class*=":grid-col-3"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}div[class*=":grid-col-4"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}div[class*=":grid-col-5"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}div[class*=":grid-col-6"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}div[class*=":grid-col-7"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}div[class*=":grid-col-8"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}div[class*=":grid-col-9"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}div[class*=":grid-col-10"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}div[class*=":grid-col-11"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}div[class*=":grid-col-12"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.usa-checkbox__input:checked:disabled+.usa-checkbox__label::before{background-image:none;background-color:#c9c9c9;-webkit-box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;-webkit-print-color-adjust:exact;text-indent:0}}.usa-button.formio-hidden{background-color:initial;border:none;box-shadow:none}
package/dist/uswds.min.js CHANGED
@@ -1 +1 @@
1
- !function(n,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("Formio")):"function"==typeof define&&define.amd?define(["Formio"],e):"object"==typeof exports?exports.uswds=e(require("Formio")):n.uswds=e(n.Formio)}(self,(function(n){return function(){var e={7507:function(n,e,t){"use strict";var l=this&&this.__spreadArray||function(n,e){for(var t=0,l=e.length,o=n.length;t<l;t++,o++)n[o]=e[t];return n};Object.defineProperty(e,"__esModule",{value:!0});var o=t(5098).Components.components.checkbox.editForm;e.default=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return o.apply(void 0,l([[{key:"display",components:[{type:"checkbox",input:!0,weight:1e3,label:"Tile view",tooltip:"Tile view for this component",key:"tileView"}]}]],n))}},1187:function(n,e,t){"use strict";var l,o=this&&this.__extends||(l=function(n,e){return(l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,e){n.__proto__=e}||function(n,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])})(n,e)},function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=n}l(n,e),n.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)});Object.defineProperty(e,"__esModule",{value:!0});var a=t(5098),r=t(7507),i=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return o(e,n),e.prototype.render=function(e){return this.noField=!0,n.prototype.render.call(this,e)},e.editForm=r.default,e}(a.Components.components.checkbox);e.default=i},9293:function(n,e,t){"use strict";var l=this&&this.__spreadArray||function(n,e){for(var t=0,l=e.length,o=n.length;t<l;t++,o++)n[o]=e[t];return n};Object.defineProperty(e,"__esModule",{value:!0});var o=t(5098).Components.components.radio.editForm;e.default=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return o.apply(void 0,l([[{key:"display",components:[{type:"checkbox",input:!0,weight:1e3,label:"Tile view",tooltip:"Tile view for this component",key:"tileView"}]}]],n))}},343:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5098),o=t(9293),a=l.Components.components.radio;a.editForm=o.default;var r=a.prototype.render;a.prototype.render=function(){return this.noField=!0,r.call(this)},e.default=a},193:function(n,e,t){"use strict";var l,o=this&&this.__extends||(l=function(n,e){return(l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,e){n.__proto__=e}||function(n,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])})(n,e)},function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=n}l(n,e),n.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)});Object.defineProperty(e,"__esModule",{value:!0});var a=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return o(e,n),e.prototype.choicesOptions=function(){var e=n.prototype.choicesOptions.call(this);return e.classNames.containerInner+=" usa-select maxw-full",e},e}(t(5098).Components.components.select);e.default=a},8110:function(n,e,t){"use strict";var l=this&&this.__spreadArray||function(n,e){for(var t=0,l=e.length,o=n.length;t<l;t++,o++)n[o]=e[t];return n};Object.defineProperty(e,"__esModule",{value:!0});var o=t(5098).Components.components.button.editForm,a=t(6620);e.default=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return o.apply(void 0,l([[{key:"display",components:a.default}]],n))}},3696:function(n,e,t){"use strict";var l,o=this&&this.__extends||(l=function(n,e){return(l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,e){n.__proto__=e}||function(n,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])})(n,e)},function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=n}l(n,e),n.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)});Object.defineProperty(e,"__esModule",{value:!0});var a=t(5098),r=t(8110),i=a.Components.components.button,u=a.Components.components.field,s=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return o(e,n),e.prototype.getInputInfo=function(){var n=this.inputInfo;switch(n.attr.class="usa-button",this.component.theme){case"secondary":n.attr.class+=" usa-button--secondary";break;case"info":case"accent-cool":n.attr.class+=" usa-button--accent-cool";break;case"success":n.attr.class+=" bg-green";break;case"danger":n.attr.class+=" bg-secondary-vivid";break;case"warning":n.attr.class+=" usa-button--accent-warm";break;case"base":n.attr.class+=" usa-button--base";break;case"outline":n.attr.class+=" usa-button--outline"}return this.component.customClass&&(n.attr.class+=" "+this.component.customClass),n},e.prototype.render=function(){return(this.viewOnly||this.options.hideButtons)&&(this._visible=!1),u.prototype.render.call(this,this.renderTemplate("button",{component:this.component,input:this.getInputInfo()}))},e.editForm=r.default,e}(i);e.default=s},6620:function(n,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=[{type:"select",key:"theme",overrideEditForm:!0,label:"Theme",input:!0,tooltip:"The color theme of this button.",dataSrc:"values",weight:140,data:{values:[{label:"Default",value:"primary"},{label:"Secondary",value:"secondary"},{label:"Accent Cool",value:"accent-cool"},{label:"Base",value:"base"},{label:"Outline",value:"outline"}]}}]},5178:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(193),o=t(343),a=t(3696),r=t(1187),i=t(4224);e.default={select:l.default,radio:o.default,button:a.default,checkbox:r.default,selectboxes:i.default}},9966:function(n,e,t){"use strict";var l=this&&this.__spreadArray||function(n,e){for(var t=0,l=e.length,o=n.length;t<l;t++,o++)n[o]=e[t];return n};Object.defineProperty(e,"__esModule",{value:!0});var o=t(5098).Components.components.selectboxes.editForm;e.default=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return o.apply(void 0,l([[{key:"display",components:[{type:"checkbox",input:!0,weight:1e3,label:"Tile view",tooltip:"Tile view for this component",key:"tileView"}]}]],n))}},4224:function(n,e,t){"use strict";var l,o=this&&this.__extends||(l=function(n,e){return(l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,e){n.__proto__=e}||function(n,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])})(n,e)},function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=n}l(n,e),n.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)});Object.defineProperty(e,"__esModule",{value:!0});var a=t(5098),r=t(9966),i=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return o(e,n),e.editForm=r.default,e}(a.Components.components.selectboxes);e.default=i},5146:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(603);e.default={uswds:l.default}},7471:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";if(Array.prototype.join,n.mode.autocomplete){for(var l in t+='\n <div class="address-autocomplete-container">\n <input\n ref="'+(null==(e=n.ref.searchInput)?"":e)+'"\n class="usa-input maxw-full",\n ',n.inputAttributes)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.inputAttributes[l])?"":e)+'"\n ';t+='\n value="'+(null==(e=n.displayValue)?"":e)+'"\n autocomplete="off"\n >\n ',n.component.disableClearIcon||(t+='\n <i\n class="address-autocomplete-remove-value-icon fa fa-times"\n tabindex="'+(null==(e=n.inputAttributes.tabindex)?"":e)+'"\n ref="'+(null==(e=n.ref.removeValueIcon)?"":e)+'"\n ></i>\n '),t+="\n </div>\n"}return t+="\n",n.self.manualModeEnabled&&(t+='\n <div class="usa-checkbox">\n <input\n id="cb-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n ref="'+(null==(e=n.ref.modeSwitcher)?"":e)+'"\n type="checkbox"\n class="usa-checkbox__input"\n ',n.mode.manual&&(t+="checked=true"),t+="\n ",n.disabled&&(t+="disabled=true"),t+='\n ></input>\n <label\n class="usa-checkbox__label padding-left-0 text-indent-0"\n for="cb-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n >\n '+(null==(e=n.component.switchToManualModeLabel)?"":e)+"\n </label>\n </div>\n"),t+="\n",n.self.manualMode&&(t+='\n <div ref="'+(null==(e=n.nestedKey)?"":e)+'">\n '+(null==(e=n.children)?"":e)+"\n </div>\n"),t+"\n"}},1860:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7471);e.default={form:l.default}},5150:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div id="'+(null==(e=n.attrs.id)?"":e)+'" class="usa-alert usa-alert--'+(null==(e="danger"===n.type?"error":n.type)?"":e)+' usa-alert--no-icon">\n '+(null==(e=n.message)?"":e)+'\n <span class="usa-sr-only" id="hotkey-i-'+(null==(e=n.form._id)?"":e)+'">'+(null==(e=n.t("errorListHotkey"))?"":e)+"</span>\n</div>\n"}},38:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5150);e.default={form:l.default}},3890:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="formio builder grid-row grid-gap formbuilder">\n <div class="grid-col-4 mobile-lg:grid-col-3 tablet:grid-col-2 formcomponents">\n '+(null==(e=n.sidebar)?"":e)+'\n </div>\n <div class="grid-col-8 mobile-lg:grid-col-9 tablet:grid-col-10 formarea" ref="form">\n '+(null==(e=n.form)?"":e)+"\n </div>\n</div>\n"}},232:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(3890);e.default={form:l.default}},5642:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div aria-label="'+(null==(e=n.childComponent.label)?"":e)+" "+(null==(e=n.childComponent.type)?"":e)+' container" class="builder-component" ref="dragComponent" tabindex="0">\n ',n.disableBuilderActions||(t+='\n <div role="application" tabindex="0" aria-label="Action buttons. Use up and down arrows to navigate through action buttons" class="component-btn-group" id="buttons-'+(null==(e=n.childComponent.id)?"":e)+'" data-noattach="true" ref="buttonGroup">\n <div\n role="button"\n aria-label="Remove button. Click to remove component from the form"\n tabindex="-1"\n class="usa-button usa-button--secondary component-settings-button component-settings-button-remove"\n ref="removeComponent"\n >\n <i class="'+(null==(e=n.iconClass("remove"))?"":e)+'"></i>\n </div>\n <div\n role="button"\n aria-label="Copy button. Click to copy component"\n tabindex="-1"\n class="usa-button usa-button--outline component-settings-button component-settings-button-copy"\n ref="copyComponent"\n >\n <i class="'+(null==(e=n.iconClass("copy"))?"":e)+'"></i>\n </div>\n <div\n role="button"\n aria-label="Paste below button. Click to paste component below the current component"\n tabindex="-1"\n class="usa-button usa-button--outline component-settings-button component-settings-button-paste"\n ref="pasteComponent"\n >\n <i class="'+(null==(e=n.iconClass("save"))?"":e)+'"></i>\n </div>\n <div\n role="button"\n aria-label="Move button"\n tabindex="-1"\n class="usa-button usa-button--outline component-settings-button component-settings-button-move"\n ref="moveComponent"\n >\n <i class="'+(null==(e=n.iconClass("move"))?"":e)+'"></i>\n </div>\n <div\n role="button"\n aria-label="Edit button. Click to open component settings modal window"\n tabindex="-1"\n class="usa-button usa-button--accent-cool component-settings-button component-settings-button-edit"\n ref="editComponent"\n >\n <i class="'+(null==(e=n.iconClass("cog"))?"":e)+'"></i>\n </div>\n </div>\n '),t+"\n "+(null==(e=n.html)?"":e)+"\n</div>\n"}},7485:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5642);e.default={form:l.default}},8401:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="builder-components drag-container formio-builder-'+(null==(e=n.type)?"":e)+'" ref="'+(null==(e=n.key)?"":e)+'-container">\n '+(null==(e=n.html)?"":e)+"\n</div>\n"}},545:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(8401);e.default={form:l.default}},2615:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="grid-row grid-gap">\n <div class="grid-col mobile:grid-col-6">\n <p class="font-body-md">'+(null==(e=n.t(n.componentInfo.title))?"":e)+" "+(null==(e=n.t("Component"))?"":e)+'</p>\n </div>\n <div class="grid-col mobile:grid-col-6">\n <div class="float-right" style="margin-right: 20px; margin-top: 10px">\n <a href="'+(null==(e=n.t(n.componentInfo.documentation))?"":e)+'" target="_blank">\n <i class="'+(null==(e=n.iconClass("new-window"))?"":e)+'"> '+(null==(e=n.t("Help"))?"":e)+'</i>\n </a>\n </div>\n </div>\n</div>\n<div class="grid-row grid-gap">\n <div class="grid-col ',n.preview?t+="mobile:grid-col-6":t+="mobile:grid-col-12",t+='">\n <div ref="editForm">\n '+(null==(e=n.editForm)?"":e)+"\n </div>\n ",n.preview||(t+='\n <div style="margin-top: 10px;">\n <button class="usa-button usa-button--accent-cool" style="margin-right: 10px;" ref="saveButton">'+(null==(e=n.t("Save"))?"":e)+'</button>\n <button class="usa-button usa-button--base" style="margin-right: 10px;" ref="cancelButton">'+(null==(e=n.t("Cancel"))?"":e)+'</button>\n <button class="usa-button usa-button--secondary" ref="removeButton">'+(null==(e=n.t("Remove"))?"":e)+"</button>\n </div>\n "),t+="\n </div>\n ",n.preview&&(t+='\n <div class="grid-col mobile:grid-col-6">\n <div class="formio-usa-card preview-panel">\n <div class="formio-usa-card-header">\n <h4 class="formio-usa-card-title margin-bottom-0">'+(null==(e=n.t("Preview"))?"":e)+'</h4>\n </div>\n <div class="formio-usa-card-body">\n <div class="component-preview" ref="preview">\n '+(null==(e=n.preview)?"":e)+"\n </div>\n </div>\n </div>\n ",n.componentInfo.help&&(t+='\n <div class="formio-usa-card formio-usa-card-body bg-base-lightest formio-settings-help">\n '+(null==(e=n.t(n.componentInfo.help))?"":e)+"\n </div>\n "),t+='\n <div style="margin-top: 10px;">\n <button class="usa-button usa-button--accent-cool" style="margin-right: 10px;" ref="saveButton">'+(null==(e=n.t("Save"))?"":e)+'</button>\n <button class="usa-button usa-button--base" style="margin-right: 10px;" ref="cancelButton">'+(null==(e=n.t("Cancel"))?"":e)+'</button>\n <button class="usa-button usa-button--secondary" ref="removeButton">'+(null==(e=n.t("Remove"))?"":e)+"</button>\n </div>\n </div>\n "),t+"\n</div>\n"}},8778:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2615);e.default={form:l.default}},8637:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div\n class="usa-alert usa-alert--info usa-alert--no-icon no-drag"\n style="text-align:center;"\n role="alert"\n data-noattach="true"\n data-position="'+(null==(e=n.position)?"":e)+'"\n>\n <div clas="usa-alert__body">\n '+(null==(e=n.t("Drag and Drop a form component"))?"":e)+"\n </div>\n</div>\n"}},654:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(8637);e.default={form:l.default}},9969:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div id="'+(null==(e=n.groupId)?"":e)+'" class="usa-accordion usa-accordion--bordered builder-sidebar'+(null==(e=n.scrollEnabled?" builder-sidebar_scroll":"")?"":e)+'" ref="sidebar">\n ',n.groups.forEach((function(n){t+="\n "+(null==(e=n)?"":e)+"\n "})),t+="\n</div>\n"}},6277:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9969);e.default={form:l.default}},3944:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="form-builder-panel" ref="group-panel-'+(null==(e=n.groupKey)?"":e)+'">\n <div class="usa-accordion__heading form-builder-group-header" id="heading-'+(null==(e=n.groupKey)?"":e)+'">\n <h5 class="mb-0 mt-0 form-builder-group-heading">\n <button\n class="usa-accordion__button builder-group-button"\n type="button"\n data-toggle="collapse"\n data-target="#group-'+(null==(e=n.groupKey)?"":e)+'"\n data-parent="#'+(null==(e=n.groupId)?"":e)+'"\n aria-expanded="'+(null==(e=n.group.default)?"":e)+'"\n aria-controls="group-'+(null==(e=n.groupKey)?"":e)+'"\n ref="sidebar-anchor"\n >\n '+(null==(e=n.t(n.group.title))?"":e)+'\n </button>\n </h5>\n </div>\n <div\n id="group-'+(null==(e=n.groupKey)?"":e)+'"\n class="collapse '+(null==(e=n.group.default?" show":"")?"":e)+'"\n data-parent="#'+(null==(e=n.groupId)?"":e)+'"\n data-default="'+(null==(e=n.group.default)?"":e)+'"\n aria-labelledby="heading-'+(null==(e=n.groupKey)?"":e)+'"\n ref="sidebar-group"\n >\n <div\n id="group-container-'+(null==(e=n.groupKey)?"":e)+'"\n class="usa-accordion__content display-flex flex-column flex-align-stretch no-drop padding-1"\n ref="sidebar-container"\n >\n ',!n.group.componentOrder||n.group.componentOrder.forEach((function(l){t+='\n <span\n data-group="'+(null==(e=n.groupKey)?"":e)+'"\n data-key="'+(null==(e=n.group.components[l].key)?"":e)+'"\n data-type="'+(null==(e=n.group.components[l].schema.type)?"":e)+'"\n class="usa-button usa-button--default formcomponent drag-copy"\n >\n ',n.group.components[l].icon&&(t+='\n <i class="'+(null==(e=n.iconClass(n.group.components[l].icon))?"":e)+'" style="margin-right: 5px;"></i>\n '),t+="\n "+(null==(e=n.t(n.group.components[l].title))?"":e)+"\n </span>\n "})),t+="\n "+(null==(e=n.subgroups.join(""))?"":e)+"\n </div>\n </div>\n</div>\n"}},7688:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(3944);e.default={form:l.default}},1277:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="formio builder grid-row grid-gap formbuilder">\n <div class="grid-col-4 mobile:grid-col-3 tablet:grid-col-2 formcomponents">\n '+(null==(e=n.sidebar)?"":e)+'\n </div>\n <div class="grid-col-8 mobile:grid-col-9 tablet:grid-col-10 formarea">\n <ol class="display-flex padding-105 bg-base-lightest usa-list--unstyled margin-bottom-2">\n ',n.pages.forEach((function(l,o){t+='\n <li class="margin-right-1">\n <span title="'+(null==(e=l.title)?"":e)+'" class="usa-tag ',o===n.self.page?t+="bg-primary":t+="bg-violet",t+=' wizard-page-label" ref="gotoPage">'+(null==(e=l.title)?"":e)+"</span>\n </li>\n "})),t+='\n <li class="margin-right-1">\n <span title="'+(null==(e=n.t("Create Page"))?"":e)+'" class="usa-tag bg-green wizard-page-label" ref="addPage">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i> '+(null==(e=n.t("Page"))?"":e)+'\n </span>\n </li>\n </ol>\n <div ref="form">\n '+(null==(e=n.form)?"":e)+"\n </div>\n </div>\n</div>\n"}},3598:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(1277);e.default={form:l.default}},8853:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";for(var l in Array.prototype.join,t+="<"+(null==(e=n.input.type)?"":e)+'\n ref="button"\n ',n.input.attr)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.input.attr[l])?"":e)+'"\n ';return t+='\n aria-labelledby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n ',n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+"\n>\n "+(null==(e=n.input.content)?"":e)+"\n</"+(null==(e=n.input.type)?"":e)+'>\n<div ref="buttonMessageContainer">\n <span class="display-block margin-top-1 margin-bottom-105 help-block" ref="buttonMessage"></span>\n</div>\n'}},3392:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(8853);e.default={form:l.default}},6427:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";for(var l in Array.prototype.join,t+='<div\n ref="messageContainer"\n class="text-secondary-dark width-full margin-top-05 formio-errors"\n></div>\n\n<div class="usa-checkbox">\n <'+(null==(e=n.input.type)?"":e)+'\n id="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n ref="input"\n class="usa-checkbox__input '+(null==(e=n.component.tileView?"usa-checkbox__input--tile":"")?"":e)+'"\n ',n.input.attr)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.input.attr[l])?"":e)+'"\n ';return t+="\n ",n.checked&&(t+="checked=true"),t+='\n aria-required="'+(null==(e=n.component.validate.required)?"":e)+'"\n ',n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+="\n ></"+(null==(e=n.input.type)?"":e)+'>\n <label\n ref="label"\n class="'+(null==(e=n.input.labelClass)?"":e)+" usa-checkbox__label padding-left-0 "+(null==(e=n.component.tileView?"":"text-indent-0")?"":e)+'"\n for="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n >\n '+(null==(e=n.input.label)?"":e)+"\n "+(null==(e=n.input.content)?"":e)+"\n ",n.component.tooltip&&(t+='\n <span ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base" tabindex="0"></span>\n '),t+="\n </label>\n</div>\n\n",n.component.description&&(t+='\n <div class="text-base-dark">\n <span id="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'">'+(null==(e=n.t(n.component.description))?"":e)+"</span>\n </div>\n"),t+"\n"}},8417:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<label class="'+(null==(e=n.input.labelClass)?"":e)+'">\n '+(null==(e=n.input.content)?"":e)+"\n ",n.self.labelIsHidden()||(t+="<span>"+(null==(e=n.input.label)?"":e)+"</span>"),t+='\n</label>\n<div ref="value">',n.checked?t+="True":t+="False",t+"</div>\n"}},2847:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6427),o=t(8417);e.default={form:l.default,html:o.default}},9427:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="grid-row grid-gap">\n',n.component.columns.forEach((function(l,o){t+='\n <div class="',""!==n.size(l.size)&&(t+=(null==(e=n.size(l.size))?"":e)+":"),t+="grid-col-"+(null==(e=l.width)?"":e)+" grid-offset-"+(null==(e=l.offset)?"":e)+'" ref="'+(null==(e=n.columnKey)?"":e)+'">\n '+(null==(e=n.columnComponents[o])?"":e)+"\n </div>\n"})),t+="\n</div>\n"}},8422:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9427);e.default={form:l.default}},9679:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div\n id="'+(null==(e=n.id)?"":e)+'"\n class="'+(null==(e="button"!==n.component.type?n.component.customClass:"")?"":e)+"\n formio-component-"+(null==(e=n.component.type)?"":e)+"\n formio-form-group\n "+(null==(e=n.self.hasInput?"":"usa-prose")?"":e)+"\n "+(null==(e=n.visible?"":"formio-hidden")?"":e)+'"\n ',n.styles&&(t+=' styles="'+(null==(e=n.styles)?"":e)+'"'),t+='\n ref="component"\n>\n ',n.visible&&(t+="\n "+(null==(e=n.children)?"":e)+"\n "),t+"\n</div>\n"}},9792:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9679);e.default={form:l.default}},4931:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="formio-component-modal-wrapper formio-component-modal-wrapper-'+(null==(e=n.component.type)?"":e)+'" ref="componentModalWrapper">\n <div ref="openModalWrapper"></div>\n <div class="formio-dialog formio-dialog-theme-default component-rendering-hidden" ref="modalWrapper">\n <div class="formio-dialog-overlay" ref="modalOverlay"></div>\n <div class="formio-dialog-content" aria-labelledby="ml-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'" ',n.self.isIE()||(t+=' role="dialog" '),t+=' ref="modalContents">\n <label class="usa-sr-only" id="ml-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'">'+(null==(e=n.t(n.component.label))?"":e)+(null==(e=n.self.isIE()?", dialog":"")?"":e)+'</label>\n <button class="formio-dialog-close float-right" title="Close" aria-label="Close button. Click to get back to the form" ref="modalCloseButton"></button>\n <div ref="modalContents">\n ',n.visible&&(t+="\n "+(null==(e=n.children)?"":e)+"\n "),t+'\n <div class="formio-dialog-buttons float-right">\n <button class="usa-button usa-button--secondary" ref="modalClose" aria-label="Cancel button. Click to cancel the changes and get back to the form.">'+(null==(e=n.t("Cancel"))?"":e)+'</button>\n <button class="usa-button" ref="modalSave" aria-label="Save button. Click to save the changes and get back to the form.">'+(null==(e=n.t("Save"))?"":e)+'</button>\n </div>\n </div>\n <span class="usa-sr-only" ref="modalLiveRegion" aria-live="assertive"></span>\n </div>\n </div>\n</div>\n'}},3443:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(4931);e.default={form:l.default}},1421:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div ref="'+(null==(e=n.nestedKey)?"":e)+'">\n '+(null==(e=n.children)?"":e)+"\n</div>\n"}},5750:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(1421);e.default={form:l.default}},1835:function(n,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={"formio-tab-panel-active":"usa-current","formio-tab-link-active":"usa-current","formio-tab-link-container-active":"usa-current"}},6863:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table\n class="usa-table datagrid-table"\n ',n.component.layoutFixed&&(t+='style="table-layout: fixed;"'),t+="\n>\n ",n.hasHeader&&(t+="\n <thead>\n <tr>\n ",n.columns.forEach((function(l){t+='\n <th scope="col" class="'+(null==(e=l.validate&&l.validate.required?"field-required":"")?"":e)+'">\n '+(null==(e=l.hideLabel?"":n.t(l.label||l.title))?"":e)+"\n ",l.tooltip&&(t+=' <i ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base"></i>'),t+="\n </th>\n "})),t+="\n ",n.hasExtraColumn&&(t+='\n <th scope="col">\n ',!n.builder&&n.hasAddButton&&n.hasTopSubmit&&(t+='\n <button class="usa-button formio-button-add-row" ref="'+(null==(e=n.datagridKey)?"":e)+'-addRow" tabindex="'+(null==(e=n.tabIndex)?"":e)+'">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i>'+(null==(e=n.t("Add Another"))?"":e)+"\n </button>\n "),t+="\n </th>\n "),t+="\n </tr>\n </thead>\n "),t+='\n <tbody ref="'+(null==(e=n.datagridKey)?"":e)+'-tbody">\n ',n.rows.forEach((function(l,o){t+="\n ",n.hasGroups&&n.groups[o]&&(t+='\n <tr ref="'+(null==(e=n.datagridKey)?"":e)+'-group-header" class="datagrid-group-header'+(null==(e=n.hasToggle?" clickable":"")?"":e)+'">\n <td\n ref="'+(null==(e=n.datagridKey)?"":e)+'-group-label"\n colspan="'+(null==(e=n.numColumns)?"":e)+'"\n class="datagrid-group-label">'+(null==(e=n.groups[o].label)?"":e)+"</td>\n </tr>\n "),t+='\n <tr ref="'+(null==(e=n.datagridKey)?"":e)+'-row">\n ',n.columns.forEach((function(o){t+='\n <td ref="'+(null==(e=n.datagridKey)?"":e)+'">\n '+(null==(e=l[o.key])?"":e)+"\n </td>\n "})),t+="\n ",n.hasExtraColumn&&(t+="\n ",!n.builder&&n.hasRemoveButtons&&(t+='\n <td>\n <button type="button" class="usa-button usa-button--secondary formio-button-remove-row" ref="'+(null==(e=n.datagridKey)?"":e)+'-removeRow" tabindex="'+(null==(e=n.tabIndex)?"":e)+'">\n <i class="'+(null==(e=n.iconClass("remove-circle"))?"":e)+'"></i>\n </button>\n </td>\n '),t+="\n ",n.builder&&(t+='\n <td ref="'+(null==(e=n.key)?"":e)+'-container">\n '+(null==(e=n.placeholder)?"":e)+"\n </td>\n "),t+="\n "),t+="\n </tr>\n "})),t+="\n </tbody>\n ",!n.builder&&n.hasAddButton&&n.hasBottomSubmit&&(t+='\n <tfoot>\n <tr>\n <td colspan="'+(null==(e=n.numColumns+1)?"":e)+'">\n <button class="usa-button formio-button-add-row" ref="'+(null==(e=n.datagridKey)?"":e)+'-addRow" tabindex="'+(null==(e=n.tabIndex)?"":e)+'">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i> '+(null==(e=n.t(n.component.addAnother||"Add Another"))?"":e)+"\n </button>\n </td>\n </tr>\n </tfoot>\n "),t+="\n</table>\n"}},6624:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table datagrid-table">\n ',n.hasHeader&&(t+="\n <thead>\n <tr>\n ",n.columns.forEach((function(l){t+='\n <th scope="col" class="'+(null==(e=l.validate&&l.validate.required?"field-required":"")?"":e)+'">\n '+(null==(e=l.hideLabel?"":n.t(l.label||l.title))?"":e)+"\n ",l.tooltip&&(t+=' <i ref="tooltip" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base"></i>'),t+="\n </th>\n "})),t+="\n </tr>\n </thead>\n "),t+="\n <tbody>\n ",n.rows.forEach((function(l){t+="\n <tr>\n ",n.columns.forEach((function(o){t+='\n <td ref="'+(null==(e=n.datagridKey)?"":e)+'">\n '+(null==(e=l[o.key])?"":e)+"\n </td>\n "})),t+="\n </tr>\n "})),t+="\n </tbody>\n</table>\n"}},2491:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6863),o=t(6624);e.default={form:l.default,html:o.default}},9742:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<fieldset class="usa-fieldset">\n <legend class="usa-legend usa-sr-only">'+(null==(e=n.component.label)?"":e)+'</legend>\n <div class="usa-memorable-date display-flex"\n role="group"\n ',n.component.hideLabel?t+='\n aria-label="'+(null==(e=n.component.label)?"":e)+'"\n ':t+='\n aria-labelledby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n ',t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+="\n >\n ",n.dayFirst&&n.showDay&&(t+='\n <div class="formio-form-group usa-form-group--day flex-1">\n <label for="'+(null==(e=n.component.key)?"":e)+'-day"\n class="usa-label ',n.component.hideInputLabels&&(t+="usa-sr-only"),t+=" ",n.component.fields.day.required&&(t+="field-required"),t+='"\n >'+(null==(e=n.t("Day"))?"":e)+'</label>\n\n <input class="usa-input usa-input--inline"\n ref="day"\n name="day"\n id="'+(null==(e=n.component.key)?"":e)+'-day"\n ',n.component.fields.day.placeholder&&(t+='placeholder="'+(null==(e=n.component.fields.day.placeholder)?"":e)+'"'),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n type="number" min="1" max="31" step="1" value="">\n </div>\n '),t+="\n\n ",n.showMonth&&(t+='\n <div class="formio-form-group usa-form-group--month flex-1">\n <label for="'+(null==(e=n.component.key)?"":e)+'-month"\n class="usa-label ',n.component.hideInputLabels&&(t+="usa-sr-only"),t+=" ",n.component.fields.month.required&&(t+="field-required"),t+='"\n >'+(null==(e=n.t("Month"))?"":e)+'</label>\n\n <input class="usa-input usa-input--inline"\n ref="month"\n name="month"\n id="'+(null==(e=n.component.key)?"":e)+'-month"\n ',n.component.fields.month.placeholder&&(t+='placeholder="'+(null==(e=n.component.fields.month.placeholder)?"":e)+'"'),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n type="number" min="1" max="12" step="1" value="">\n </div>\n '),t+="\n\n ",!n.dayFirst&&n.showDay&&(t+='\n <div class="formio-form-group usa-form-group--day flex-1">\n <label for="'+(null==(e=n.component.key)?"":e)+'-day"\n class="usa-label ',n.component.hideInputLabels&&(t+="usa-sr-only"),t+=" ",n.component.fields.day.required&&(t+="field-required"),t+='"\n >'+(null==(e=n.t("Day"))?"":e)+'</label>\n\n <input class="usa-input usa-input--inline"\n ref="day"\n name="day"\n id="'+(null==(e=n.component.key)?"":e)+'-day"\n ',n.component.fields.day.placeholder&&(t+='placeholder="'+(null==(e=n.component.fields.day.placeholder)?"":e)+'"'),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n type="number" min="1" max="31" step="1" value="">\n </div>\n '),t+="\n\n ",n.showYear&&(t+='\n <div class="formio-form-group usa-form-group--year flex-1">\n <label for="'+(null==(e=n.component.key)?"":e)+'-year"\n class="usa-label ',n.component.hideInputLabels&&(t+="usa-sr-only"),t+=" ",n.component.fields.year.required&&(t+="field-required"),t+='"\n >'+(null==(e=n.t("Year"))?"":e)+'</label>\n\n <input class="usa-input usa-input--inline"\n ref="year"\n name="year"\n id="'+(null==(e=n.component.key)?"":e)+'-year"\n ',n.component.fields.year.placeholder&&(t+='placeholder="'+(null==(e=n.component.fields.year.placeholder)?"":e)+'"'),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n type="number"\n min="'+(null==(e=n.component.fields.year.minYear?n.component.fields.year.minYear:1900)?"":e)+'"\n max="'+(null==(e=n.component.fields.year.maxYear?n.component.fields.year.maxYear:2019)?"":e)+'" value="">\n </div>\n '),t+'\n </div>\n <input name="ctx.data[day]" type="hidden" class="form-control" lang="en" value="" ref="input">\n</fieldset>\n'}},250:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9742);e.default={form:l.default}},6342:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="formio-dialog formio-dialog-theme-default component-settings">\n <div class="formio-dialog-overlay" ref="dialogOverlay"></div>\n <div class="formio-dialog-content" role="dialog" ref="dialogContents" aria-labelledby="dl-'+(null==(e=n.instance.id)?"":e)+'">\n <button class="formio-dialog-close float-right" title="Close" aria-label="Close modal window." ref="dialogClose"></button>\n </div>\n</div>\n'}},9096:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6342);e.default={form:l.default}},4710:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<ul class="editgrid-listgroup usa-list usa-list--unstyled margin-bottom-105">\n ',n.header&&(t+='\n <li class="position-relative display-block padding-105 border-1px">\n '+(null==(e=n.header)?"":e)+"\n </li>\n "),t+="\n ",n.rows.forEach((function(l,o){t+='\n <li class="position-relative display-block padding-105 border-1px margin-top-neg-1px" ref="'+(null==(e=n.ref.row)?"":e)+'">\n '+(null==(e=l)?"":e)+"\n ",n.openRows[o]&&!n.readOnly&&(t+='\n <div class="editgrid-actions">\n <button class="usa-button usa-button--accent-cool" ref="'+(null==(e=n.ref.saveRow)?"":e)+'">'+(null==(e=n.t(n.component.saveRow||"Save"))?"":e)+"</button>\n ",n.component.removeRow&&(t+='\n <button class="usa-button usa-button--secondary" ref="'+(null==(e=n.ref.cancelRow)?"":e)+'">'+(null==(e=n.t(n.component.removeRow||"Cancel"))?"":e)+"</button>\n "),t+="\n </div>\n "),t+='\n <div class="usa-has-error">\n <div class="editgrid-row-error text-base">\n '+(null==(e=n.errors[o])?"":e)+"\n </div>\n </div>\n </li>\n "})),t+="\n ",n.footer&&(t+='\n <li class="position-relative display-block padding-105 border-1px margin-top-neg-1px">\n '+(null==(e=n.footer)?"":e)+"\n </li>\n "),t+="\n</ul>\n",!n.readOnly&&n.hasAddButton&&(t+='\n<button class="usa-button" ref="'+(null==(e=n.ref.addRow)?"":e)+'">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i> '+(null==(e=n.t(n.component.addAnother||"Add Another"))?"":e)+"\n</button>\n"),t+="\n"}},2156:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<ul class="editgrid-listgroup usa-list usa-list--unstyled">\n ',n.header&&(t+='\n <li class="position-relative display-block padding-105 border">\n '+(null==(e=n.header)?"":e)+"\n </li>\n "),t+="\n ",n.rows.forEach((function(l,o){t+='\n <li class="position-relative display-block padding-105 border" ref="'+(null==(e=n.editgridKey)?"":e)+'">\n '+(null==(e=l)?"":e)+"\n ",n.openRows[o]&&!n.readOnly&&(t+='\n <div class="editgrid-actions">\n <button class="usa-button usa-button--accent-cool" ref="'+(null==(e=n.editgridKey)?"":e)+'-saveRow">'+(null==(e=n.t(n.component.saveRow||"Save"))?"":e)+"</button>\n ",n.component.removeRow&&(t+='\n <button class="usa-button usa-button--secondary" ref="'+(null==(e=n.editgridKey)?"":e)+'-cancelRow">'+(null==(e=n.t(n.component.removeRow||"Cancel"))?"":e)+"</button>\n "),t+="\n </div>\n "),t+='\n <div class="usa-has-error">\n <div class="editgrid-row-error text-base">\n '+(null==(e=n.errors[o])?"":e)+"\n </div>\n </div>\n </li>\n "})),t+="\n ",n.footer&&(t+='\n <li class="position-relative display-block padding-105 border">\n '+(null==(e=n.footer)?"":e)+"\n </li>\n "),t+="\n</ul>\n"}},5727:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(4710),o=t(2156);e.default={form:l.default,html:o.default}},9264:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+="<p>\n "+(null==(e=n.t("error"))?"":e)+'\n <span ref="errorTooltip" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+'" tabindex="0"></span>\n</p>\n<ul>\n ',n.errors.forEach((function(l){t+='\n <li>\n <span\n data-component-key = "'+(null==(e=l.keyOrPath)?"":e)+'"\n ref = "errorRef"\n tabIndex = "0"\n role="link"\n >\n '+(null==(e=l.message)?"":e)+'\n </span>\n <span class="usa-sr-only">'+(null==(e=n.t("errorsListNavigationMessage"))?"":e)+"</span>\n </li>\n "})),t+="\n</ul>\n<p></p>\n"}},2017:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9264);e.default={form:l.default}},5701:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,n.labelMarkup&&n.component.label&&(t+="\n "+(null==(e=n.labelMarkup)?"":e)+"\n"),t+='\n\n<div\n ref="messageContainer"\n class="text-secondary-dark width-full margin-top-05 formio-errors"\n></div>\n\n'+(null==(e=n.element)?"":e)+"\n\n",n.component.description&&(t+='\n <div class="text-base-dark">\n <span id="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'">'+(null==(e=n.t(n.component.description))?"":e)+"</span>\n </div>\n"),t+"\n"}},1522:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5701);e.default={form:l.default}},5883:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<fieldset class="usa-fieldset">\n ',n.component.legend&&(t+='\n <legend ref="header" class="usa-sr-only">\n '+(null==(e=n.t(n.component.legend))?"":e)+'\n </legend>\n <span class="legend-wrapper usa-legend">\n <span class="position-relative '+(null==(e=n.component.collapsible?"formio-clickable":"")?"":e)+'">\n '+(null==(e=n.t(n.component.legend))?"":e)+"\n </span>\n ",n.component.tooltip&&(t+='\n <span ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base" tabindex="0"></span>\n '),t+="\n </span>\n "),t+="\n ",n.collapsed||(t+='\n <div class="fieldset-body" ref="'+(null==(e=n.nestedKey)?"":e)+'">\n '+(null==(e=n.children)?"":e)+"\n </div>\n "),t+"\n</fieldset>\n"}},7226:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5883);e.default={form:l.default}},5658:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<span tabindex="-1" class="usa-sr-only" id="invisible-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"></span>\n',n.self.imageUpload?(t+="\n <div>\n ",n.files.forEach((function(l){t+='\n <div>\n <span>\n <img ref="fileImage" src="" alt="'+(null==(e=l.originalName||l.name)?"":e)+'" style="width:'+(null==(e=n.component.imageSize)?"":e)+'px">\n ',n.disabled||(t+='\n <i class="'+(null==(e=n.iconClass("remove"))?"":e)+'" ref="removeLink"></i>\n '),t+="\n </span>\n </div>\n "})),t+="\n </div>\n"):(t+="\n <div class='filePattern'>"+(null==(e=n.t("Allowed file types:"))?"":e)+" "+(null==(e=n.allowedFileTypes)?"":e)+'</div>\n\n <ul class="usa-list--unstyled">\n <li class="position-relative display-block padding-105 border-1px">\n <div class="grid-row">\n ',n.disabled||(t+='\n <div class="tablet:grid-col-1"></div>\n '),t+='\n <div class="tablet:grid-col-',n.self.hasTypes?t+="7":t+="9",t+='"><strong>'+(null==(e=n.t("File Name"))?"":e)+'</strong></div>\n <div class="tablet:grid-col-2"><strong>'+(null==(e=n.t("Size"))?"":e)+"</strong></div>\n ",n.self.hasTypes&&(t+='\n <div class="tablet:grid-col-2"><strong>'+(null==(e=n.t("Type"))?"":e)+"</strong></div>\n "),t+="\n </div>\n </li>\n ",n.files.forEach((function(l){t+='\n <li class="position-relative display-block padding-105 border-1px margin-top-neg-1px">\n <div class="grid-row">\n ',n.disabled||(t+='\n <div class="tablet:grid-col-1"><i class="'+(null==(e=n.iconClass("remove"))?"":e)+'" ref="removeLink" tabindex="0" aria-label="Remove button. Press to remove '+(null==(e=l.originalName||l.name)?"":e)+' file"></i></div>\n '),t+='\n <div class="tablet:grid-col-',n.self.hasTypes?t+="7":t+="9",t+=' word-wrap">\n ',n.component.uploadOnly?t+="\n "+(null==(e=l.originalName||l.name)?"":e)+"\n ":t+='\n <a href="'+(null==(e=l.url||"#")?"":e)+'" target="_blank" ref="fileLink" tabindex="0">\n <span class="usa-sr-only">'+(null==(e=n.t("Press to open "))?"":e)+"</span>"+(null==(e=l.originalName||l.name)?"":e)+"\n </a>\n ",t+='\n </div>\n <div class="tablet:grid-col-2">'+(null==(e=n.fileSize(l.size))?"":e)+"</div>\n ",n.self.hasTypes&&(t+='\n <div class="tablet:grid-col-2">\n <select class="file-type">\n ',n.component.fileTypes.map((function(n){t+='\n <option class="test" value="'+(null==(e=n.value)?"":e)+'" ',n.value===l.fileType&&(t+='selected="selected"'),t+=">"+(null==(e=n.label)?"":e)+"</option>\n "})),t+="\n </select>\n </div>\n "),t+="\n </div>\n </li>\n "})),t+="\n </ul>\n"),t+="\n",n.disabled||!n.component.multiple&&n.files.length||(t+="\n ",n.self.useWebViewCamera?t+='\n <div class="border-dashed border-width-1px text-center padding-2 margin-top-2 margin-bottom-2">\n <button class="usa-button usa-button--accent-cool" ref="galleryButton"><i class="fa fa-book"></i> '+(null==(e=n.t("Gallery"))?"":e)+'</button>\n <button class="usa-button usa-button--accent-cool" ref="cameraButton"><i class="fa fa-camera"></i> '+(null==(e=n.t("Camera"))?"":e)+"</button>\n </div>\n ":n.self.cameraMode?t+='\n <div>\n <video class="video" autoplay="true" ref="videoPlayer"></video>\n </div>\n <button class="usa-button usa-button--accent-cool" ref="takePictureButton"><i class="fa fa-camera"></i> '+(null==(e=n.t("Take Picture"))?"":e)+'</button>\n <button class="usa-button usa-button--accent-cool" ref="toggleCameraMode">'+(null==(e=n.t("Switch to file upload"))?"":e)+"</button>\n ":(t+='\n <div class="border-dashed border-width-1px text-center padding-2 margin-top-2 margin-bottom-2" ref="fileDrop">\n <i class="'+(null==(e=n.iconClass("cloud-upload"))?"":e)+'"></i> '+(null==(e=n.t("Drop files to attach,"))?"":e)+"\n ",n.self.imageUpload&&(t+='\n <a href="#" ref="toggleCameraMode"><i class="fa fa-camera"></i> '+(null==(e=n.t("Use Camera,"))?"":e)+"</a>\n "),t+="\n "+(null==(e=n.t("or"))?"":e)+'\n <a href="#" ref="fileBrowse" class="browse">\n <span>'+(null==(e=n.t("browse"))?"":e)+'</span><span class="usa-sr-only">'+(null==(e=n.t("Browse to attach file for"+n.component.label+". "+n.t("Allowed file types:")+n.allowedFileTypes))?"":e)+"</span>\n </a>\n </div>\n "),t+="\n"),t+="\n",n.statuses.forEach((function(l){t+='\n <div class="file '+(null==(e="error"===n.statuses.status?"usa-has-error":"")?"":e)+'">\n <div class="grid-row">\n <div class="fileName mobile:grid-col-10">\n <span ref="notUploaded">'+(null==(e=l.originalName)?"":e)+'</span>\n <i class="'+(null==(e=n.iconClass("remove"))?"":e)+'" ref="fileStatusRemove" tabindex="0">\n <span class="usa-sr-only">'+(null==(e=n.t("Remove button. Press to remove "+l.originalName||0))?"":e)+'</span>\n <span class="usa-sr-only">'+(null==(e=l.message?l.message.replace(";","."):"")?"":e)+'</span>\n </i></div>\n <div class="fileSize mobile:grid-col-2 text-right">'+(null==(e=n.fileSize(l.size))?"":e)+'</div>\n </div>\n <div class="grid-row">\n <div class="mobile:grid-col-12">\n ',"progress"===l.status?t+='\n <div class="progress">\n <div class="progress-bar" role="progressbar" aria-valuenow="'+(null==(e=l.progress)?"":e)+'" aria-valuemin="0" aria-valuemax="100" style="width: '+(null==(e=l.progress)?"":e)+'">\n <span class="usa-sr-only">'+(null==(e=l.progress)?"":e)+"% "+(null==(e=n.t("Complete"))?"":e)+"</span>\n </div>\n </div>\n ":(t+='\n <div class="\n ',"success"===l.status&&(t+=" bg-green "),t+="\n ","info"===l.status&&(t+=" bg-cyan "),t+="\n ","warning"===l.status&&(t+=" bg-gold "),t+="\n ","danger"===l.status&&(t+=" bg-red "),t+='\n ">'+(null==(e=JSON.stringify(l.message))?"":e)+"</div>\n "),t+="\n </div>\n </div>\n </div>\n"})),t+="\n",n.component.storage&&!n.support.hasWarning||(t+='\n <div class="usa-alert usa-alert--warning">\n <div class="usa-alert__body">\n ',n.component.storage||(t+="\n <p>"+(null==(e=n.t("No storage has been set for this field. File uploads are disabled until storage is set up."))?"":e)+"</p>\n "),t+="\n ",n.support.filereader||(t+="\n <p>"+(null==(e=n.t("File API & FileReader API not supported."))?"":e)+"</p>\n "),t+="\n ",n.support.formdata||(t+="\n <p>"+(null==(e=n.t("XHR2's FormData is not supported."))?"":e)+"</p>\n "),t+="\n ",n.support.progress||(t+="\n <p>"+(null==(e=n.t("XHR2's upload progress isn't supported."))?"":e)+"</p>\n "),t+="\n </div>\n </div>\n"),t+="\n"}},2138:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5658);e.default={form:l.default}},8885:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+="<"+(null==(e=n.tag)?"":e)+' class="'+(null==(e=n.component.className)?"":e)+'" ref="html"\n ',n.attrs.forEach((function(n){t+="\n "+(null==(e=n.attr)?"":e)+'="'+(null==(e=n.value)?"":e)+'"\n '})),t+="\n>"+(null==(e=n.content)?"":e),n.singleTags&&-1!==n.singleTags.indexOf(n.tag)||(t+="</"+(null==(e=n.tag)?"":e)+">"),t+="\n"}},633:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(8885);e.default={form:l.default}},2030:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<i ref="'+(null==(e=n.ref)?"":e)+'" class="'+(null==(e=n.className)?"":e)+'" style="'+(null==(e=n.styles)?"":e)+'">'+(null==(e=n.content)?"":e)+"</i>\n"}},4051:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2030);e.default={form:l.default}},603:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(1860),o=t(38),a=t(232),r=t(7485),i=t(545),u=t(8778),s=t(654),d=t(6277),c=t(7688),p=t(3598),f=t(3392),b=t(2847),v=t(8422),m=t(9792),y=t(3443),g=t(5750),h=t(2491),_=t(250),x=t(9096),w=t(5727),j=t(2017),P=t(1522),O=t(7226),M=t(2138),k=t(633),C=t(4051),A=t(7483),E=t(5561),z=t(6611),T=t(4171),q=t(1218),K=t(2681),R=t(5941),F=t(8760),I=t(1236),S=t(2251),L=t(7001),B=t(6422),N=t(844),D=t(6601),H=t(8442),V=t(9074),W=t(2389),U=t(824),Y=t(8223),G=t(3605),X=t(2151),J=t(3904),Q=t(9643),Z=t(6618),$=t(5532),nn=t(8956),en=t(1835);e.default={address:l.default,alert:o.default,builder:a.default,builderComponent:r.default,builderComponents:i.default,builderEditForm:u.default,builderPlaceholder:s.default,builderSidebar:d.default,builderSidebarGroup:c.default,builderWizard:p.default,button:f.default,checkbox:b.default,columns:v.default,component:m.default,componentModal:y.default,container:g.default,datagrid:h.default,day:_.default,dialog:x.default,editgrid:w.default,errorsList:j.default,field:P.default,fieldset:O.default,file:M.default,html:k.default,icon:C.default,input:A.default,label:E.default,loader:z.default,loading:T.default,message:q.default,modalPreview:K.default,multiValueRow:R.default,multiValueTable:F.default,panel:I.default,pdf:S.default,pdfBuilder:L.default,pdfBuilderUpload:B.default,radio:N.default,resourceAdd:D.default,select:H.default,selectOption:V.default,survey:W.default,tab:U.default,table:Y.default,warning:G.default,webform:X.default,well:J.default,wizard:Q.default,wizardHeader:Z.default,wizardNav:$.default,size:nn.default,cssClasses:en.default}},2962:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";if(Array.prototype.join,(n.prefix||n.suffix)&&(t+='\n<div class="input-group">\n'),t+="\n",n.prefix&&(t+='\n<div class="input-group-prepend" ref="prefix">\n <span class="input-group-text">\n ',n.prefix instanceof HTMLElement?t+="\n "+(null==(e=n.t(n.prefix.outerHTML))?"":e)+"\n ":t+="\n "+(null==(e=n.t(n.prefix))?"":e)+"\n ",t+="\n </span>\n</div>\n"),t+="\n",!n.component.editor&&!n.component.wysiwyg){for(var l in t+="\n<"+(null==(e=n.input.type)?"":e)+'\n class="usa-'+(null==(e="textarea"===n.input.type?"textarea":"input")?"":e)+' maxw-full"\n ref="'+(null==(e=n.input.ref||"input")?"":e)+'"\n ',n.input.attr)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.input.attr[l])?"":e)+'"\n ';t+='\n id="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n aria-labelledby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+" ",n.component.description&&(t+="d-"+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)),t+='"\n aria-required="'+(null==(e="input"!==n.input.ref&&n.input.ref?n.component.fields[n.input.ref].required:n.component.validate.required)?"":e)+'"\n>'+(null==(e=n.input.content)?"":e)+"</"+(null==(e=n.input.type)?"":e)+">\n"}return t+="\n",(n.component.editor||n.component.wysiwyg)&&(t+='\n<div ref="input"></div>\n'),t+="\n","datetime"===n.component.type&&(t+='\n<span aria-live="assertive" id="'+(null==(e=n.instance.id)?"":e)+'-liveRegion" class="usa-sr-only" ref="liveRegion"></span>\n'),t+="\n",n.suffix&&(t+='\n<div class="input-group-append" ref="suffix">\n <span class="input-group-text">\n ',n.suffix instanceof HTMLElement?t+="\n "+(null==(e=n.t(n.suffix.outerHTML))?"":e)+"\n ":t+="\n "+(null==(e=n.t(n.suffix))?"":e)+"\n ",t+="\n </span>\n</div>\n"),t+="\n",(n.prefix||n.suffix)&&(t+="\n</div>\n"),t+="\n",n.component.showCharCount&&(t+='\n<span aria-live="polite" class="text-base float-right" ref="charcount"></span>\n'),t+"\n"}},5585:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div ref="value">',n.value?t+=null==(e=n.value)?"":e:t+="-",t+"</div>\n"}},7483:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2962),o=t(5585);e.default={form:l.default,html:o.default}},7164:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="usa-label '+(null==(e=n.label.className)?"":e)+" "+(null==(e=n.label.hidden?"usa-sr-only":"")?"":e)+'">\n <label\n ref="label"\n id="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n for="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n >\n <span>'+(null==(e=n.t(n.component.label))?"":e)+"</span>\n ","number"!==n.component.type&&"phoneNumber"!==n.component.type&&"currency"!==n.component.type||(t+="\n <span class='usa-sr-only'>, "+(null==(e=n.t("numeric only"))?"":e)+",</span>\n "),t+="\n </label>\n ",n.component.tooltip&&!n.label.hidden&&(t+='\n <span ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base" tabindex="0"></span>\n '),t+"\n</div>\n"}},5561:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7164);e.default={form:l.default}},1723:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){return'<div class="formio-loader">\n <div class="loader-wrapper">\n <div class="loader text-center"></div>\n </div> \n</div>\n'}},6611:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(1723);e.default={form:l.default}},6809:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){return"Loading...\n"}},4171:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6809);e.default={form:l.default}},290:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<span\n id="e-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.key)?"":e)+'"\n class="usa-error-message"\n>'+(null==(e=n.message)?"":e)+"</span>"}},1218:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(290);e.default={form:l.default}},2909:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<span id="l-'+(null==(e=n.component.key)?"":e)+'">\n '+(null==(e=n.t(n.component.label))?"":e)+'<span ref="modalLabelValue" class="usa-sr-only">. '+(null==(e=n.previewText)?"":e)+'</span>\n</span><br>\n<div\n ref="modalMessageContainer"\n class="text-secondary-dark width-full formio-errors"\n></div>\n<span class="usa-sr-only" ref="modalPreviewLiveRegion" aria-live="assertive"></span>\n<button lang="en" class="open-modal-button" ref="openModal" aria-labelledby="l-'+(null==(e=n.component.key)?"":e)+'">\n '+(null==(e=n.previewText)?"":e)+"\n</button>\n"}},2681:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2909);e.default={form:l.default}},5319:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<tr ref="grid-row">\n <td>\n '+(null==(e=n.element)?"":e)+"\n </td>\n ",n.disabled||(t+='\n <td>\n <button type="button" class="usa-button usa-button--secondary" ref="removeRow" aria-label="Remove '+(null==(e=n.component.label)?"":e)+" row "+(null==(e=n.index+1)?"":e)+'" title="Remove row">\n <i class="'+(null==(e=n.iconClass("remove-circle"))?"":e)+'"></i>\n </button>\n </td>\n '),t+"\n</tr>\n"}},5941:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5319);e.default={form:l.default}},15:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table" role="presentation">\n <tbody>\n '+(null==(e=n.rows)?"":e)+"\n ",n.disabled||(t+='\n <tr>\n <td colspan="2">\n <button\n class="usa-button formio-button-add-another"\n ref="addButton"\n ',n.component.description&&(t+='\n aria-describedby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n >\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i>\n '+(null==(e=n.t(n.addAnother))?"":e)+"\n </button>\n </td>\n </tr>\n "),t+"\n </tbody>\n</table>\n"}},8760:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(15);e.default={form:l.default}},5618:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="usa-accordion usa-accordion--bordered">\n <h2 class="usa-accordion__heading" ref="header">\n ',n.component.collapsible?(t+='\n <div\n tabindex="0"\n role="button"\n class="usa-accordion__button"\n aria-expanded="'+(null==(e=!n.component.collapsible||!n.collapsed)?"":e)+'"\n aria-controls="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n >\n '+(null==(e=n.t(n.component.title))?"":e)+"\n ",n.component.tooltip&&(t+='\n <i ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-based" tabindex="0"></i>\n '),t+="\n </div>\n "):(t+='\n <div class="usa-accordion__button non-collapsible-panel--button">\n '+(null==(e=n.t(n.component.title))?"":e)+"\n ",n.component.tooltip&&(t+='\n <i ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-based" tabindex="0"></i>\n '),t+="\n </div>\n "),t+='\n </h2>\n\n <div\n id="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n class="formio-panel-content usa-accordion__content usa-prose"\n ref="'+(null==(e=n.nestedKey)?"":e)+'"\n ',n.component.collapsible&&n.collapsed&&(t+="hidden"),t+"\n >\n "+(null==(e=n.children)?"":e)+"\n </div>\n</div>\n"}},1236:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5618);e.default={form:l.default}},6669:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="position-relative '+(null==(e=n.classes)?"":e)+'" ref="webform">\n <span data-noattach="true" ref="zoomIn" class="usa-button usa-button--secondary position-absolute" style="right:10px;top:10px;">\n <i class="'+(null==(e=n.iconClass("zoom-in"))?"":e)+'"></i>\n </span>\n <span data-noattach="true" ref="zoomOut" class="usa-button usa-button--secondary position-absolute" style="right:10px;top:60px;">\n <i class="'+(null==(e=n.iconClass("zoom-out"))?"":e)+'"></i>\n </span>\n <div data-noattach="true" ref="iframeContainer"></div>\n '+(null==(e=n.submitButton)?"":e)+"\n</div>\n"}},2251:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6669);e.default={form:l.default}},7886:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="formio builder grid-row grid-gap formbuilder">\n <div class="grid-col-4 mobile:grid-col-3 tablet:grid-col-2 formcomponents">\n '+(null==(e=n.sidebar)?"":e)+'\n </div>\n <div class="grid-col-8 mobile:grid-col-9 tablet:grid-col-10 formarea" ref="form">\n <div class="formio-drop-zone" ref="iframeDropzone"></div>\n '+(null==(e=n.form)?"":e)+"\n </div>\n</div>\n"}},7001:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7886);e.default={form:l.default}},6365:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="pdf-upload formio-component-file">\n <h3>'+(null==(e=n.t("Upload a PDF File"))?"":e)+'</h3>\n <input type="file" style="opacity: 0; position: absolute;" tabindex="-1" accept=".pdf" ref="hiddenFileInputElement">\n <div class="fileSelector" ref="fileDrop">\n <span ref="dragDropText">\n <i class="'+(null==(e=n.iconClass("cloud-upload"))?"":e)+'"></i>'+(null==(e=n.t("Drop pdf to start, or"))?"":e)+' <a href="#" ref="fileBrowse" class="browse">'+(null==(e=n.t("browse"))?"":e)+'</a>\n </span>\n <div class="progress pdf-progress" ref="uploadProgressWrapper" style="display:none;">\n <div class="progress-bar" ref="uploadProgress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>\n </div>\n </div>\n <div class="usa-alert usa-alert--error usa-alert--no-icon usa-alert--slim" ref="uploadError">\n\n </div>\n</div>\n\n'}},6422:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6365);e.default={form:l.default}},7423:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<fieldset\n class="usa-fieldset"\n ref="fieldset"\n aria-labelledby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+" ",n.component.description&&(t+="d-"+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)),t+='"\n>\n <legend id="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'" ref="label" class="usa-sr-only">\n '+(null==(e=n.t(n.component.label))?"":e)+'\n </legend>\n <span class="legend-wrapper font-sans-md">\n <span class="'+(null==(e=n.component.validate&&n.component.validate.required?" field-required":"")?"":e)+'">\n '+(null==(e=n.t(n.component.label))?"":e)+"\n </span>\n ",n.component.tooltip&&(t+='\n <span ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base" tabindex="0"></span>\n '),t+='\n </span>\n\n <div\n ref="messageContainer"\n class="text-secondary-dark width-full margin-top-05 formio-errors"\n ></div>\n\n ',n.values.forEach((function(l){for(var o in t+='\n <div class="usa-'+(null==(e="selectboxes"===n.component.type?"checkbox":"radio")?"":e)+" "+(null==(e=n.inline?"display-inline float-left margin-right-1":"")?"":e)+'" ref="wrapper">\n <'+(null==(e=n.input.type)?"":e)+'\n ref="input"\n class="usa-'+(null==(e="selectboxes"===n.component.type?"checkbox":"radio")?"":e)+"__input "+(null==(e=n.component.tileView?"selectboxes"===n.component.type?"usa-checkbox__input--tile":"usa-radio__input--tile":"")?"":e)+'"\n ',n.input.attr)t+="\n "+(null==(e=o)?"":e)+'="'+(null==(e=n.input.attr[o])?"":e)+'"\n ';t+='\n value="'+(null==(e=l.value)?"":e)+'"\n ',n.value&&(n.value===l.value||"object"==typeof n.value&&n.value.hasOwnProperty(l.value)&&n.value[l.value])&&(t+="\n checked=true\n "),t+='\n id="'+(null==(e=n.id)?"":e)+(null==(e=n.row)?"":e)+"-"+(null==(e=l.value)?"":e)+'"\n aria-required="'+(null==(e=n.input.component.validate.required)?"":e)+'"\n >\n <label class="'+(null==(e="selectboxes"===n.component.type?"usa-checkbox__label":"usa-radio__label")?"":e)+'" for="'+(null==(e=n.id)?"":e)+(null==(e=n.row)?"":e)+"-"+(null==(e=l.value)?"":e)+'">'+(null==(e=n.t(l.label))?"":e)+"</label>\n </div>\n "})),t+="\n\n ",n.component.description&&(t+='\n <div class="text-base-dark">\n <span id="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'">'+(null==(e=n.t(n.component.description))?"":e)+"</span>\n </div>\n "),t+="\n</fieldset>\n"}},3470:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,(t+='<div ref="value">\n ')+"\n "+(null==(e=n.values.filter((function(e){return n.value===e.value||"object"==typeof n.value&&n.value.hasOwnProperty(e.value)&&n.value[e.value]})).map((function(e){return n.t(e.label)})).join(", "))?"":e)+"\n</div>\n"}},844:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7423),o=t(3470);e.default={form:l.default,html:o.default}},2327:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<table class="usa-table width-full">\n <tbody>\n <tr>\n <td>\n '+(null==(e=n.element)?"":e)+'\n </td>\n </tr>\n <tr>\n <td colspan="2">\n <button class="usa-button formio-button-add-resource" ref="addResource">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i>\n '+(null==(e=n.t(n.component.addResourceLabel||"Add Resource"))?"":e)+"\n </button>\n </td>\n </tr>\n </tbody>\n</table>\n"}},6601:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2327);e.default={form:l.default}},5078:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";for(var l in Array.prototype.join,t+='<select\n ref="'+(null==(e=n.input.ref?n.input.ref:"selectContainer")?"":e)+'"\n class="usa-select maxw-full '+(null==(e=n.disabled?"bg-base-lightest":"")?"":e)+'"\n ',n.input.attr)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.input.attr[l])?"":e)+'"\n ';return t+="\n ",n.input.attr.id||(t+='\n id="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+'\n aria-required="'+(null==(e="selectContainer"!==n.input.ref&&n.input.ref?n.component.fields[n.input.ref].required:n.input.component.validate.required)?"":e)+'"\n>'+(null==(e=n.selectOptions)?"":e)+"</select>\n"}},5603:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div ref="value">',n.value?t+=null==(e=n.self.itemValue(n.value))?"":e:t+="-",t+"</div>\n"}},8442:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5078),o=t(5603);e.default={form:l.default,html:o.default}},7833:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";for(var l in Array.prototype.join,t+="<option "+(null==(e=n.selected?'selected="selected"':"")?"":e)+'\n value="'+(null==(e=n.useId?n.id:n.option.value)?"":e)+'"\n ',n.attrs)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.attrs[l])?"":e)+'"\n ';return t+"\n >\n "+(null==(e=n.t(n.option.label))?"":e)+"\n</option>\n"}},3472:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,n.selected&&(t+=null==(e=n.t(n.option.label))?"":e),t+"\n"}},9074:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7833),o=t(3472);e.default={form:l.default,html:o.default}},8956:function(n,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){switch(n){case"xs":return"";case"sm":return"mobile-lg";case"md":return"tablet";case"lg":return"desktop";default:return"tablet"}}},6693:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table">\n <thead>\n <tr>\n <th scope="col"></th>\n ',n.component.values.forEach((function(l){t+='\n <th scope="col" style="text-align: center;">'+(null==(e=n.t(l.label))?"":e)+"</th>\n "})),t+="\n </tr>\n </thead>\n <tbody>\n ",n.component.questions.forEach((function(l){t+='\n <tr>\n <th scope="row">'+(null==(e=n.t(l.label))?"":e)+'</th>\n <fieldset class="usa-fieldset usa-sr-only">\n <legend class="usa-sr-only">'+(null==(e=n.t(l.label))?"":e)+"</legend>\n ",n.component.values.forEach((function(o){t+='\n <td style="text-align: center;">\n <div class="usa-radio">\n <input class="usa-radio__input" type="radio" name="'+(null==(e=n.self.getInputName(l))?"":e)+'" value="'+(null==(e=o.value)?"":e)+'" id="'+(null==(e=n.key)?"":e)+"-"+(null==(e=l.value)?"":e)+"-"+(null==(e=o.value)?"":e)+'" ref="input">\n <label class="usa-radio__label" for="'+(null==(e=n.key)?"":e)+"-"+(null==(e=l.value)?"":e)+"-"+(null==(e=o.value)?"":e)+'"></label>\n <label class="usa-sr-only" for="'+(null==(e=n.key)?"":e)+"-"+(null==(e=l.value)?"":e)+"-"+(null==(e=o.value)?"":e)+'">'+(null==(e=n.t(o.label))?"":e)+"</label>\n </div>\n </td>\n "})),t+="\n </fieldset>\n </tr>\n "})),t+="\n </tbody>\n</table>\n"}},1660:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table">\n <tbody>\n ',n.component.questions.forEach((function(l){t+='\n <tr>\n <th scope="row">'+(null==(e=n.t(l.label))?"":e)+"</th>\n <td>\n ",n.component.values.forEach((function(o){t+="\n ",n.value&&n.value.hasOwnProperty(l.value)&&n.value[l.value]===o.value&&(t+="\n "+(null==(e=n.t(o.label))?"":e)+"\n "),t+="\n "})),t+="\n </td>\n </tr>\n "})),t+="\n </tbody>\n</table>\n"}},2389:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6693),o=t(1660);e.default={form:l.default,html:o.default}},4704:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,n.component.components.forEach((function(l,o){t+='\n <div class="margin-bottom-2 formio-usa-card">\n <div class="formio-usa-card-header bg-base-lightest">\n <h4 class="margin-bottom-0 formio-usa-card-title">'+(null==(e=n.t(l.label))?"":e)+'</h4>\n </div>\n <div class="formio-usa-card-body">\n '+(null==(e=n.tabComponents[o])?"":e)+"\n </div>\n </div>\n"})),t+="\n"}},6e3:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="formio-usa-card">\n <ul role="navigation" class="usa-sidenav">\n ',n.component.components.forEach((function(l,o){t+='\n <li class="usa-sidenav__item '+(null==(e=n.currentTab===o?"usa-current":"")?"":e)+' border-top-0" role="presentation" ref="'+(null==(e=n.tabLikey)?"":e)+'">\n <a href="#'+(null==(e=l.key)?"":e)+'" ref="'+(null==(e=n.tabLinkKey)?"":e)+'">'+(null==(e=n.t(l.label))?"":e)+"</a>\n </li>\n "})),t+="\n </ul>\n\n ",n.component.components.forEach((function(l,o){t+='\n <div\n role="tabpanel"\n class="formio-usa-card-body"\n style="display: '+(null==(e=n.currentTab===o?"block":"none")?"":e)+'"\n ref="'+(null==(e=n.tabKey)?"":e)+'"\n >\n '+(null==(e=n.tabComponents[o])?"":e)+"\n </div>\n "})),t+="\n</div>\n"}},824:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(4704),o=t(6e3);e.default={flat:l.default,form:o.default}},7745:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table\n '+(null==(e=n.component.bordered?"":" usa-table--borderless")?"":e)+"\n "+(null==(e=n.component.striped?"usa-table--striped":"")?"":e)+'\n">\n ',n.component.hideLabel||(t+="\n <caption>"+(null==(e=n.t(n.component.label))?"":e)+"</caption>\n "),t+="\n ",n.component.header&&n.component.header.length>0&&(t+="\n <thead>\n <tr>\n ",n.component.header.forEach((function(l){t+='\n <th scope="col">'+(null==(e=n.t(l))?"":e)+"</th>\n "})),t+="\n </tr>\n </thead>\n "),t+="\n <tbody>\n ",n.tableComponents.forEach((function(l,o){t+='\n <tr ref="row-'+(null==(e=n.id)?"":e)+'">\n ',l.forEach((function(l,a){t+='\n <td scope="col" ref="'+(null==(e=n.tableKey)?"":e)+"-"+(null==(e=o)?"":e)+'"',n.cellClassName&&(t+=' class="'+(null==(e=n.cellClassName)?"":e)+'"'),t+=">"+(null==(e=l)?"":e)+"</td>\n "})),t+="\n </tr>\n "})),t+="\n </tbody>\n</table>\n"}},8223:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7745);e.default={form:l.default}},619:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="text-secondary-dark width-full margin-top-05 formio-warnings">\n <p class="form-base">'+(null==(e=n.message)?"":e)+"</p>\n</div>\n"}},3605:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(619);e.default={form:l.default}},7536:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="text-base text-center padding-1">'+(null==(e=n.t(n.component.title))?"":e)+"</div>\n"}},1995:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="'+(null==(e=n.classes)?"":e)+'" ref="webform" novalidate>'+(null==(e=n.children)?"":e)+"</div>\n\x3c!-- Please reach out to Form.io to purchase an Enterprise License. --\x3e\n",Formio&&Formio.license||(t+='\n <small style="float:right;">powered by &nbsp;<a target="_blank" href="https://form.io"><img style="height:20px;float:right;" src="https://help.form.io/assets/formio-logo.png" /></a></small>\n'),t+"\n\x3c!-- -------------------------------------------------------------- --\x3e\n"}},2151:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7536),o=t(1995);e.default={form:o.default,builder:l.default}},853:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="usa-card__container bg-base-lightest margin-0">\n <div class="usa-card__body" ref="'+(null==(e=n.nestedKey)?"":e)+'">\n '+(null==(e=n.children)?"":e)+"\n </div>\n</div>\n"}},3904:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(853);e.default={form:l.default}},6691:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="text-base text-center padding-1">'+(null==(e=n.t(n.component.title))?"":e)+"</div>\n"}},8288:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div style="position: relative;">\n '+(null==(e=n.wizardHeader)?"":e)+'\n <div class="wizard-page usa-prose" ref="'+(null==(e=n.wizardKey)?"":e)+'">\n '+(null==(e=n.components)?"":e)+"\n </div>\n "+(null==(e=n.wizardNav)?"":e)+"\n</div>\n"}},9643:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6691),o=t(8288);e.default={form:o.default,builder:l.default}},9506:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="usa-step-indicator usa-step-indicator--no-labels" aria-label="Wizard" id="'+(null==(e=n.wizardKey)?"":e)+'-header">\n <ol class="usa-step-indicator__segments" tabindex="0" aria-label="Progress bar, Step '+(null==(e=n.currentPage+1)?"":e)+" of "+(null==(e=n.panels.length)?"":e)+", "+(null==(e=n.panels[n.currentPage].title)?"":e)+'">\n ',n.panels.forEach((function(l,o){t+='\n <li data-index="'+(null==(e=o)?"":e)+'" class="usa-step-indicator__segment '+(null==(e=n.currentPage===o?"usa-step-indicator__segment--current":"")?"":e)+" "+(null==(e=n.currentPage>o?"usa-step-indicator__segment--complete":"")?"":e)+'"></li>\n '})),t+='\n </ol>\n <div class="usa-sr-only" ref="'+(null==(e=n.wizardKey)?"":e)+'-progressbar" tabindex="-1">Progress bar, Step '+(null==(e=n.currentPage+1)?"":e)+" of "+(null==(e=n.panels.length)?"":e)+", "+(null==(e=n.panels[n.currentPage].title)?"":e)+'</div>\n <div class="usa-step-indicator__header">\n <div class="usa-step-indicator__heading">\n <span class="usa-sr-only">Progress bar, step</span>\n <span class="usa-step-indicator__heading-counter">\n <span class="usa-step-indicator__current-step">'+(null==(e=n.currentPage+1)?"":e)+'</span>\n <span class="usa-step-indicator__total-steps">of '+(null==(e=n.panels.length)?"":e)+'</span>\n </span>\n <span class="usa-step-indicator__heading-text">'+(null==(e=n.panels[n.currentPage].title)?"":e)+"</span>\n ",n.panels[n.currentPage].tooltip&&(t+='\n <i ref="'+(null==(e=n.wizardKey)?"":e)+'-tooltip" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-muted" data-tooltip="'+(null==(e=n.panels[n.currentPage].tooltip)?"":e)+'" tabindex="0"></i>\n '),t+="\n </div>\n </div>\n</div>\n"}},6618:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9506);e.default={form:l.default}},180:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<ul class="padding-0 usa-list--unstyled wizard-nav-container" id="'+(null==(e=n.wizardKey)?"":e)+'-nav">\n ',n.buttons.next&&(t+='\n <li>\n <button class="usa-button btn-wizard-nav-next" ref="'+(null==(e=n.wizardKey)?"":e)+'-next" aria-label="'+(null==(e=n.t("next"))?"":e)+' button. Click to go to the next tab">'+(null==(e=n.t("next"))?"":e)+"</button>\n </li>\n "),t+="\n ",n.buttons.submit&&(t+='\n <li>\n <button class="usa-button btn-wizard-nav-submit" ref="'+(null==(e=n.wizardKey)?"":e)+'-submit" aria-label="'+(null==(e=n.t("submit"))?"":e)+' button. Click to submit the form">'+(null==(e=n.t("submit"))?"":e)+"</button>\n </li>\n "),t+="\n ",n.buttons.previous&&(t+='\n <li>\n <button class="usa-button usa-button--outline btn-wizard-nav-previous" ref="'+(null==(e=n.wizardKey)?"":e)+'-previous" aria-label="'+(null==(e=n.t("previous"))?"":e)+' button. Click to go back to the previous tab">'+(null==(e=n.t("previous"))?"":e)+"</button>\n </li>\n "),t+="\n ",n.buttons.cancel&&(t+='\n <li>\n <button class="usa-button usa-button--secondary btn-wizard-nav-cancel" ref="'+(null==(e=n.wizardKey)?"":e)+'-cancel">'+(null==(e=n.t("cancel"))?"":e)+"</button>\n </li>\n "),t+"\n</ul>\n"}},5532:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(180);e.default={form:l.default}},5098:function(e){"use strict";e.exports=n}},t={};function l(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={exports:{}};return e[n].call(a.exports,a,a.exports,l),a.exports}var o={};return function(){"use strict";var n=o,e=l(5146),t=l(5178);n.default={framework:"uswds",templates:e.default,components:t.default}}(),o.default}()}));
1
+ !function(n,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("Formio")):"function"==typeof define&&define.amd?define(["Formio"],e):"object"==typeof exports?exports.uswds=e(require("Formio")):n.uswds=e(n.Formio)}(self,(function(n){return function(){var e={7507:function(n,e,t){"use strict";var l=this&&this.__spreadArray||function(n,e,t){if(t||2===arguments.length)for(var l,o=0,a=e.length;o<a;o++)!l&&o in e||(l||(l=Array.prototype.slice.call(e,0,o)),l[o]=e[o]);return n.concat(l||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0});var o=t(5098).Components.components.checkbox.editForm;e.default=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return o.apply(void 0,l([[{key:"display",components:[{type:"checkbox",input:!0,weight:1e3,label:"Tile view",tooltip:"Tile view for this component",key:"tileView"}]}]],n,!1))}},1187:function(n,e,t){"use strict";var l,o=this&&this.__extends||(l=function(n,e){return(l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,e){n.__proto__=e}||function(n,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])})(n,e)},function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=n}l(n,e),n.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)});Object.defineProperty(e,"__esModule",{value:!0});var a=t(5098),r=t(7507),i=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return o(e,n),e.prototype.render=function(e){return this.noField=!0,n.prototype.render.call(this,e)},e.editForm=r.default,e}(a.Components.components.checkbox);e.default=i},9293:function(n,e,t){"use strict";var l=this&&this.__spreadArray||function(n,e,t){if(t||2===arguments.length)for(var l,o=0,a=e.length;o<a;o++)!l&&o in e||(l||(l=Array.prototype.slice.call(e,0,o)),l[o]=e[o]);return n.concat(l||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0});var o=t(5098).Components.components.radio.editForm;e.default=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return o.apply(void 0,l([[{key:"display",components:[{type:"checkbox",input:!0,weight:1e3,label:"Tile view",tooltip:"Tile view for this component",key:"tileView"}]}]],n,!1))}},343:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5098),o=t(9293),a=l.Components.components.radio;a.editForm=o.default;var r=a.prototype.render;a.prototype.render=function(){return this.noField=!0,r.call(this)},e.default=a},193:function(n,e,t){"use strict";var l,o=this&&this.__extends||(l=function(n,e){return(l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,e){n.__proto__=e}||function(n,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])})(n,e)},function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=n}l(n,e),n.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)});Object.defineProperty(e,"__esModule",{value:!0});var a=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return o(e,n),e.prototype.choicesOptions=function(){var e=n.prototype.choicesOptions.call(this);return e.classNames.containerInner+=" usa-select maxw-full",e},e}(t(5098).Components.components.select);e.default=a},8110:function(n,e,t){"use strict";var l=this&&this.__spreadArray||function(n,e,t){if(t||2===arguments.length)for(var l,o=0,a=e.length;o<a;o++)!l&&o in e||(l||(l=Array.prototype.slice.call(e,0,o)),l[o]=e[o]);return n.concat(l||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0});var o=t(5098).Components.components.button.editForm,a=t(6620);e.default=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return o.apply(void 0,l([[{key:"display",components:a.default}]],n,!1))}},3696:function(n,e,t){"use strict";var l,o=this&&this.__extends||(l=function(n,e){return(l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,e){n.__proto__=e}||function(n,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])})(n,e)},function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=n}l(n,e),n.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)});Object.defineProperty(e,"__esModule",{value:!0});var a=t(5098),r=t(8110),i=a.Components.components.button,u=a.Components.components.field,s=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return o(e,n),e.prototype.getInputInfo=function(){var n=this.inputInfo;switch(n.attr.class="usa-button",this.component.theme){case"secondary":n.attr.class+=" usa-button--secondary";break;case"info":case"accent-cool":n.attr.class+=" usa-button--accent-cool";break;case"success":n.attr.class+=" bg-green";break;case"danger":n.attr.class+=" bg-secondary-vivid";break;case"warning":n.attr.class+=" usa-button--accent-warm";break;case"base":n.attr.class+=" usa-button--base";break;case"outline":n.attr.class+=" usa-button--outline"}return this.component.customClass&&(n.attr.class+=" "+this.component.customClass),n},e.prototype.render=function(){return(this.viewOnly||this.options.hideButtons)&&(this._visible=!1),u.prototype.render.call(this,this.renderTemplate("button",{component:this.component,input:this.getInputInfo()}))},e.editForm=r.default,e}(i);e.default=s},6620:function(n,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=[{type:"select",key:"theme",overrideEditForm:!0,label:"Theme",input:!0,tooltip:"The color theme of this button.",dataSrc:"values",weight:140,data:{values:[{label:"Default",value:"primary"},{label:"Secondary",value:"secondary"},{label:"Accent Cool",value:"accent-cool"},{label:"Base",value:"base"},{label:"Outline",value:"outline"}]}}]},5178:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(193),o=t(343),a=t(3696),r=t(1187),i=t(4224);e.default={select:l.default,radio:o.default,button:a.default,checkbox:r.default,selectboxes:i.default}},9966:function(n,e,t){"use strict";var l=this&&this.__spreadArray||function(n,e,t){if(t||2===arguments.length)for(var l,o=0,a=e.length;o<a;o++)!l&&o in e||(l||(l=Array.prototype.slice.call(e,0,o)),l[o]=e[o]);return n.concat(l||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0});var o=t(5098).Components.components.selectboxes.editForm;e.default=function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return o.apply(void 0,l([[{key:"display",components:[{type:"checkbox",input:!0,weight:1e3,label:"Tile view",tooltip:"Tile view for this component",key:"tileView"}]}]],n,!1))}},4224:function(n,e,t){"use strict";var l,o=this&&this.__extends||(l=function(n,e){return(l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,e){n.__proto__=e}||function(n,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=e[t])})(n,e)},function(n,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=n}l(n,e),n.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)});Object.defineProperty(e,"__esModule",{value:!0});var a=t(5098),r=t(9966),i=function(n){function e(){return null!==n&&n.apply(this,arguments)||this}return o(e,n),e.editForm=r.default,e}(a.Components.components.selectboxes);e.default=i},5146:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(603);e.default={uswds:l.default}},7471:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";if(Array.prototype.join,n.mode.autocomplete){for(var l in t+='\n <div class="address-autocomplete-container">\n <input\n ref="'+(null==(e=n.ref.searchInput)?"":e)+'"\n class="usa-input maxw-full",\n ',n.inputAttributes)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.inputAttributes[l])?"":e)+'"\n ';t+='\n value="'+(null==(e=n.displayValue)?"":e)+'"\n autocomplete="off"\n >\n ',n.component.disableClearIcon||(t+='\n <i\n class="address-autocomplete-remove-value-icon fa fa-times"\n tabindex="'+(null==(e=n.inputAttributes.tabindex)?"":e)+'"\n ref="'+(null==(e=n.ref.removeValueIcon)?"":e)+'"\n ></i>\n '),t+="\n </div>\n"}return t+="\n",n.self.manualModeEnabled&&(t+='\n <div class="usa-checkbox">\n <input\n id="cb-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n ref="'+(null==(e=n.ref.modeSwitcher)?"":e)+'"\n type="checkbox"\n class="usa-checkbox__input"\n ',n.mode.manual&&(t+="checked=true"),t+="\n ",n.disabled&&(t+="disabled=true"),t+='\n ></input>\n <label\n class="usa-checkbox__label padding-left-0 text-indent-0"\n for="cb-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n >\n '+(null==(e=n.component.switchToManualModeLabel)?"":e)+"\n </label>\n </div>\n"),t+="\n",n.self.manualMode&&(t+='\n <div ref="'+(null==(e=n.nestedKey)?"":e)+'">\n '+(null==(e=n.children)?"":e)+"\n </div>\n"),t+"\n"}},1860:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7471);e.default={form:l.default}},5150:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div id="'+(null==(e=n.attrs.id)?"":e)+'" class="usa-alert usa-alert--'+(null==(e="danger"===n.type?"error":n.type)?"":e)+' usa-alert--no-icon">\n '+(null==(e=n.message)?"":e)+'\n <span class="usa-sr-only" id="hotkey-i-'+(null==(e=n.form._id)?"":e)+'">'+(null==(e=n.t("errorListHotkey"))?"":e)+"</span>\n</div>\n"}},38:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5150);e.default={form:l.default}},3890:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="formio builder grid-row grid-gap formbuilder">\n <div class="grid-col-4 mobile-lg:grid-col-3 tablet:grid-col-2 formcomponents">\n '+(null==(e=n.sidebar)?"":e)+'\n </div>\n <div class="grid-col-8 mobile-lg:grid-col-9 tablet:grid-col-10 formarea" ref="form">\n '+(null==(e=n.form)?"":e)+"\n </div>\n</div>\n"}},232:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(3890);e.default={form:l.default}},5642:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div aria-label="'+(null==(e=n.childComponent.label)?"":e)+" "+(null==(e=n.childComponent.type)?"":e)+' container" class="builder-component" ref="dragComponent" tabindex="0">\n ',n.disableBuilderActions||(t+='\n <div role="application" tabindex="0" aria-label="Action buttons. Use up and down arrows to navigate through action buttons" class="component-btn-group" id="buttons-'+(null==(e=n.childComponent.id)?"":e)+'" data-noattach="true" ref="buttonGroup">\n <div\n role="button"\n aria-label="Remove button. Click to remove component from the form"\n tabindex="-1"\n class="usa-button usa-button--secondary component-settings-button component-settings-button-remove"\n ref="removeComponent"\n >\n <i class="'+(null==(e=n.iconClass("remove"))?"":e)+'"></i>\n </div>\n <div\n role="button"\n aria-label="Copy button. Click to copy component"\n tabindex="-1"\n class="usa-button usa-button--outline component-settings-button component-settings-button-copy"\n ref="copyComponent"\n >\n <i class="'+(null==(e=n.iconClass("copy"))?"":e)+'"></i>\n </div>\n <div\n role="button"\n aria-label="Paste below button. Click to paste component below the current component"\n tabindex="-1"\n class="usa-button usa-button--outline component-settings-button component-settings-button-paste"\n ref="pasteComponent"\n >\n <i class="'+(null==(e=n.iconClass("save"))?"":e)+'"></i>\n </div>\n <div\n role="button"\n aria-label="Move button"\n tabindex="-1"\n class="usa-button usa-button--outline component-settings-button component-settings-button-move"\n ref="moveComponent"\n >\n <i class="'+(null==(e=n.iconClass("move"))?"":e)+'"></i>\n </div>\n <div\n role="button"\n aria-label="Edit button. Click to open component settings modal window"\n tabindex="-1"\n class="usa-button usa-button--accent-cool component-settings-button component-settings-button-edit"\n ref="editComponent"\n >\n <i class="'+(null==(e=n.iconClass("cog"))?"":e)+'"></i>\n </div>\n </div>\n '),t+"\n "+(null==(e=n.html)?"":e)+"\n</div>\n"}},7485:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5642);e.default={form:l.default}},8401:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="builder-components drag-container formio-builder-'+(null==(e=n.type)?"":e)+'" ref="'+(null==(e=n.key)?"":e)+'-container">\n '+(null==(e=n.html)?"":e)+"\n</div>\n"}},545:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(8401);e.default={form:l.default}},2615:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="grid-row grid-gap">\n <div class="grid-col mobile:grid-col-6">\n <p class="font-body-md">'+(null==(e=n.t(n.componentInfo.title))?"":e)+" "+(null==(e=n.t("Component"))?"":e)+'</p>\n </div>\n <div class="grid-col mobile:grid-col-6">\n <div class="float-right" style="margin-right: 20px; margin-top: 10px">\n <a href="'+(null==(e=n.t(n.componentInfo.documentation))?"":e)+'" target="_blank">\n <i class="'+(null==(e=n.iconClass("new-window"))?"":e)+'"> '+(null==(e=n.t("Help"))?"":e)+'</i>\n </a>\n </div>\n </div>\n</div>\n<div class="grid-row grid-gap">\n <div class="grid-col ',n.preview?t+="mobile:grid-col-6":t+="mobile:grid-col-12",t+='">\n <div ref="editForm">\n '+(null==(e=n.editForm)?"":e)+"\n </div>\n ",n.preview||(t+='\n <div style="margin-top: 10px;">\n <button class="usa-button usa-button--accent-cool" style="margin-right: 10px;" ref="saveButton">'+(null==(e=n.t("Save"))?"":e)+'</button>\n <button class="usa-button usa-button--base" style="margin-right: 10px;" ref="cancelButton">'+(null==(e=n.t("Cancel"))?"":e)+'</button>\n <button class="usa-button usa-button--secondary" ref="removeButton">'+(null==(e=n.t("Remove"))?"":e)+"</button>\n </div>\n "),t+="\n </div>\n ",n.preview&&(t+='\n <div class="grid-col mobile:grid-col-6">\n <div class="formio-usa-card preview-panel">\n <div class="formio-usa-card-header">\n <h4 class="formio-usa-card-title margin-bottom-0">'+(null==(e=n.t("Preview"))?"":e)+'</h4>\n </div>\n <div class="formio-usa-card-body">\n <div class="component-preview" ref="preview">\n '+(null==(e=n.preview)?"":e)+"\n </div>\n </div>\n </div>\n ",n.componentInfo.help&&(t+='\n <div class="formio-usa-card formio-usa-card-body bg-base-lightest formio-settings-help">\n '+(null==(e=n.t(n.componentInfo.help))?"":e)+"\n </div>\n "),t+='\n <div style="margin-top: 10px;">\n <button class="usa-button usa-button--accent-cool" style="margin-right: 10px;" ref="saveButton">'+(null==(e=n.t("Save"))?"":e)+'</button>\n <button class="usa-button usa-button--base" style="margin-right: 10px;" ref="cancelButton">'+(null==(e=n.t("Cancel"))?"":e)+'</button>\n <button class="usa-button usa-button--secondary" ref="removeButton">'+(null==(e=n.t("Remove"))?"":e)+"</button>\n </div>\n </div>\n "),t+"\n</div>\n"}},8778:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2615);e.default={form:l.default}},8637:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div\n class="usa-alert usa-alert--info usa-alert--no-icon no-drag"\n style="text-align:center;"\n role="alert"\n data-noattach="true"\n data-position="'+(null==(e=n.position)?"":e)+'"\n>\n <div clas="usa-alert__body">\n '+(null==(e=n.t("Drag and Drop a form component"))?"":e)+"\n </div>\n</div>\n"}},654:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(8637);e.default={form:l.default}},9969:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div id="'+(null==(e=n.groupId)?"":e)+'" class="usa-accordion usa-accordion--bordered builder-sidebar'+(null==(e=n.scrollEnabled?" builder-sidebar_scroll":"")?"":e)+'" ref="sidebar">\n ',n.groups.forEach((function(n){t+="\n "+(null==(e=n)?"":e)+"\n "})),t+="\n</div>\n"}},6277:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9969);e.default={form:l.default}},3944:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="form-builder-panel" ref="group-panel-'+(null==(e=n.groupKey)?"":e)+'">\n <div class="usa-accordion__heading form-builder-group-header" id="heading-'+(null==(e=n.groupKey)?"":e)+'">\n <h5 class="mb-0 mt-0 form-builder-group-heading">\n <button\n class="usa-accordion__button builder-group-button"\n type="button"\n data-toggle="collapse"\n data-target="#group-'+(null==(e=n.groupKey)?"":e)+'"\n data-parent="#'+(null==(e=n.groupId)?"":e)+'"\n aria-expanded="'+(null==(e=n.group.default)?"":e)+'"\n aria-controls="group-'+(null==(e=n.groupKey)?"":e)+'"\n ref="sidebar-anchor"\n >\n '+(null==(e=n.t(n.group.title))?"":e)+'\n </button>\n </h5>\n </div>\n <div\n id="group-'+(null==(e=n.groupKey)?"":e)+'"\n class="collapse '+(null==(e=n.group.default?" show":"")?"":e)+'"\n data-parent="#'+(null==(e=n.groupId)?"":e)+'"\n data-default="'+(null==(e=n.group.default)?"":e)+'"\n aria-labelledby="heading-'+(null==(e=n.groupKey)?"":e)+'"\n ref="sidebar-group"\n >\n <div\n id="group-container-'+(null==(e=n.groupKey)?"":e)+'"\n class="usa-accordion__content display-flex flex-column flex-align-stretch no-drop padding-1"\n ref="sidebar-container"\n >\n ',!n.group.componentOrder||n.group.componentOrder.forEach((function(l){t+='\n <span\n data-group="'+(null==(e=n.groupKey)?"":e)+'"\n data-key="'+(null==(e=n.group.components[l].key)?"":e)+'"\n data-type="'+(null==(e=n.group.components[l].schema.type)?"":e)+'"\n class="usa-button usa-button--default formcomponent drag-copy"\n >\n ',n.group.components[l].icon&&(t+='\n <i class="'+(null==(e=n.iconClass(n.group.components[l].icon))?"":e)+'" style="margin-right: 5px;"></i>\n '),t+="\n "+(null==(e=n.t(n.group.components[l].title))?"":e)+"\n </span>\n "})),t+="\n "+(null==(e=n.subgroups.join(""))?"":e)+"\n </div>\n </div>\n</div>\n"}},7688:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(3944);e.default={form:l.default}},1277:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="formio builder grid-row grid-gap formbuilder">\n <div class="grid-col-4 mobile:grid-col-3 tablet:grid-col-2 formcomponents">\n '+(null==(e=n.sidebar)?"":e)+'\n </div>\n <div class="grid-col-8 mobile:grid-col-9 tablet:grid-col-10 formarea">\n <ol class="display-flex padding-105 bg-base-lightest usa-list--unstyled margin-bottom-2">\n ',n.pages.forEach((function(l,o){t+='\n <li class="margin-right-1">\n <span title="'+(null==(e=l.title)?"":e)+'" class="usa-tag ',o===n.self.page?t+="bg-primary":t+="bg-violet",t+=' wizard-page-label" ref="gotoPage">'+(null==(e=l.title)?"":e)+"</span>\n </li>\n "})),t+='\n <li class="margin-right-1">\n <span title="'+(null==(e=n.t("Create Page"))?"":e)+'" class="usa-tag bg-green wizard-page-label" ref="addPage">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i> '+(null==(e=n.t("Page"))?"":e)+'\n </span>\n </li>\n </ol>\n <div ref="form">\n '+(null==(e=n.form)?"":e)+"\n </div>\n </div>\n</div>\n"}},3598:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(1277);e.default={form:l.default}},8853:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";for(var l in Array.prototype.join,t+="<"+(null==(e=n.input.type)?"":e)+'\n ref="button"\n ',n.input.attr)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.input.attr[l])?"":e)+'"\n ';return t+='\n aria-labelledby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n ',n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+"\n>\n "+(null==(e=n.input.content)?"":e)+"\n</"+(null==(e=n.input.type)?"":e)+'>\n<div ref="buttonMessageContainer">\n <span class="display-block margin-top-1 margin-bottom-105 help-block" ref="buttonMessage"></span>\n</div>\n'}},3392:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(8853);e.default={form:l.default}},6427:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";for(var l in Array.prototype.join,t+='<div\n ref="messageContainer"\n class="text-secondary-dark width-full margin-top-05 formio-errors"\n></div>\n\n<div class="usa-checkbox">\n <'+(null==(e=n.input.type)?"":e)+'\n id="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n ref="input"\n class="usa-checkbox__input '+(null==(e=n.component.tileView?"usa-checkbox__input--tile":"")?"":e)+'"\n ',n.input.attr)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.input.attr[l])?"":e)+'"\n ';return t+="\n ",n.checked&&(t+="checked=true"),t+='\n aria-required="'+(null==(e=n.component.validate.required)?"":e)+'"\n ',n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+="\n ></"+(null==(e=n.input.type)?"":e)+'>\n <label\n ref="label"\n class="'+(null==(e=n.input.labelClass)?"":e)+" usa-checkbox__label padding-left-0 "+(null==(e=n.component.tileView?"":"text-indent-0")?"":e)+'"\n for="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n >\n '+(null==(e=n.input.label)?"":e)+"\n "+(null==(e=n.input.content)?"":e)+"\n ",n.component.tooltip&&(t+='\n <span ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base" tabindex="0"></span>\n '),t+="\n </label>\n</div>\n\n",n.component.description&&(t+='\n <div class="text-base-dark">\n <span id="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'">'+(null==(e=n.t(n.component.description))?"":e)+"</span>\n </div>\n"),t+"\n"}},8417:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<label class="'+(null==(e=n.input.labelClass)?"":e)+'">\n '+(null==(e=n.input.content)?"":e)+"\n ",n.self.labelIsHidden()||(t+="<span>"+(null==(e=n.input.label)?"":e)+"</span>"),t+='\n</label>\n<div ref="value">',n.checked?t+="True":t+="False",t+"</div>\n"}},2847:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6427),o=t(8417);e.default={form:l.default,html:o.default}},9427:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="grid-row grid-gap">\n',n.component.columns.forEach((function(l,o){t+='\n <div class="',""!==n.size(l.size)&&(t+=(null==(e=n.size(l.size))?"":e)+":"),t+="grid-col-"+(null==(e=l.width)?"":e)+" grid-offset-"+(null==(e=l.offset)?"":e)+'" ref="'+(null==(e=n.columnKey)?"":e)+'">\n '+(null==(e=n.columnComponents[o])?"":e)+"\n </div>\n"})),t+="\n</div>\n"}},8422:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9427);e.default={form:l.default}},9679:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div\n id="'+(null==(e=n.id)?"":e)+'"\n class="'+(null==(e="button"!==n.component.type?n.component.customClass:"")?"":e)+"\n formio-component-"+(null==(e=n.component.type)?"":e)+"\n "+(null==(e=n.self.hasInput?"formio-form-group":"usa-prose")?"":e)+"\n "+(null==(e=n.visible?"":"formio-hidden")?"":e)+'"\n ',n.styles&&(t+=' styles="'+(null==(e=n.styles)?"":e)+'"'),t+='\n ref="component"\n>\n ',n.visible&&(t+="\n "+(null==(e=n.children)?"":e)+"\n "),t+"\n</div>\n"}},9792:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9679);e.default={form:l.default}},4931:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="formio-component-modal-wrapper formio-component-modal-wrapper-'+(null==(e=n.component.type)?"":e)+'" ref="componentModalWrapper">\n <div ref="openModalWrapper"></div>\n <div class="formio-dialog formio-dialog-theme-default component-rendering-hidden" ref="modalWrapper">\n <div class="formio-dialog-overlay" ref="modalOverlay"></div>\n <div class="formio-dialog-content" aria-labelledby="ml-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'" ',n.self.isIE()||(t+=' role="dialog" '),t+=' ref="modalContents">\n <label class="usa-sr-only" id="ml-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'">'+(null==(e=n.t(n.component.label))?"":e)+(null==(e=n.self.isIE()?", dialog":"")?"":e)+'</label>\n <button class="formio-dialog-close float-right" title="Close" aria-label="Close button. Click to get back to the form" ref="modalCloseButton"></button>\n <div ref="modalContents">\n ',n.visible&&(t+="\n "+(null==(e=n.children)?"":e)+"\n "),t+'\n <div class="formio-dialog-buttons float-right">\n <button class="usa-button usa-button--secondary" ref="modalClose" aria-label="Cancel button. Click to cancel the changes and get back to the form.">'+(null==(e=n.t("Cancel"))?"":e)+'</button>\n <button class="usa-button" ref="modalSave" aria-label="Save button. Click to save the changes and get back to the form.">'+(null==(e=n.t("Save"))?"":e)+'</button>\n </div>\n </div>\n <span class="usa-sr-only" ref="modalLiveRegion" aria-live="assertive"></span>\n </div>\n </div>\n</div>\n'}},3443:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(4931);e.default={form:l.default}},1421:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div ref="'+(null==(e=n.nestedKey)?"":e)+'">\n '+(null==(e=n.children)?"":e)+"\n</div>\n"}},5750:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(1421);e.default={form:l.default}},1835:function(n,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={"formio-tab-panel-active":"usa-current","formio-tab-link-active":"usa-current","formio-tab-link-container-active":"usa-current"}},6863:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table\n class="usa-table datagrid-table"\n ',n.component.layoutFixed&&(t+='style="table-layout: fixed;"'),t+="\n>\n ",n.hasHeader&&(t+="\n <thead>\n <tr>\n ",n.columns.forEach((function(l){t+='\n <th scope="col" class="'+(null==(e=l.validate&&l.validate.required?"field-required":"")?"":e)+'">\n '+(null==(e=l.hideLabel?"":n.t(l.label||l.title))?"":e)+"\n ",l.tooltip&&(t+=' <i ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base"></i>'),t+="\n </th>\n "})),t+="\n ",n.hasExtraColumn&&(t+='\n <th scope="col">\n ',!n.builder&&n.hasAddButton&&n.hasTopSubmit&&(t+='\n <button class="usa-button formio-button-add-row" ref="'+(null==(e=n.datagridKey)?"":e)+'-addRow" tabindex="'+(null==(e=n.tabIndex)?"":e)+'">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i>'+(null==(e=n.t("Add Another"))?"":e)+"\n </button>\n "),t+="\n </th>\n "),t+="\n </tr>\n </thead>\n "),t+='\n <tbody ref="'+(null==(e=n.datagridKey)?"":e)+'-tbody">\n ',n.rows.forEach((function(l,o){t+="\n ",n.hasGroups&&n.groups[o]&&(t+='\n <tr ref="'+(null==(e=n.datagridKey)?"":e)+'-group-header" class="datagrid-group-header'+(null==(e=n.hasToggle?" clickable":"")?"":e)+'">\n <td\n ref="'+(null==(e=n.datagridKey)?"":e)+'-group-label"\n colspan="'+(null==(e=n.numColumns)?"":e)+'"\n class="datagrid-group-label">'+(null==(e=n.groups[o].label)?"":e)+"</td>\n </tr>\n "),t+='\n <tr ref="'+(null==(e=n.datagridKey)?"":e)+'-row">\n ',n.columns.forEach((function(o){t+='\n <td ref="'+(null==(e=n.datagridKey)?"":e)+'">\n '+(null==(e=l[o.key])?"":e)+"\n </td>\n "})),t+="\n ",n.hasExtraColumn&&(t+="\n ",!n.builder&&n.hasRemoveButtons&&(t+='\n <td>\n <button type="button" class="usa-button usa-button--secondary formio-button-remove-row" ref="'+(null==(e=n.datagridKey)?"":e)+'-removeRow" tabindex="'+(null==(e=n.tabIndex)?"":e)+'">\n <i class="'+(null==(e=n.iconClass("remove-circle"))?"":e)+'"></i>\n </button>\n </td>\n '),t+="\n ",n.builder&&(t+='\n <td ref="'+(null==(e=n.key)?"":e)+'-container">\n '+(null==(e=n.placeholder)?"":e)+"\n </td>\n "),t+="\n "),t+="\n </tr>\n "})),t+="\n </tbody>\n ",!n.builder&&n.hasAddButton&&n.hasBottomSubmit&&(t+='\n <tfoot>\n <tr>\n <td colspan="'+(null==(e=n.numColumns+1)?"":e)+'">\n <button class="usa-button formio-button-add-row" ref="'+(null==(e=n.datagridKey)?"":e)+'-addRow" tabindex="'+(null==(e=n.tabIndex)?"":e)+'">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i> '+(null==(e=n.t(n.component.addAnother||"Add Another"))?"":e)+"\n </button>\n </td>\n </tr>\n </tfoot>\n "),t+="\n</table>\n"}},6624:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table datagrid-table">\n ',n.hasHeader&&(t+="\n <thead>\n <tr>\n ",n.columns.forEach((function(l){t+='\n <th scope="col" class="'+(null==(e=l.validate&&l.validate.required?"field-required":"")?"":e)+'">\n '+(null==(e=l.hideLabel?"":n.t(l.label||l.title))?"":e)+"\n ",l.tooltip&&(t+=' <i ref="tooltip" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base"></i>'),t+="\n </th>\n "})),t+="\n </tr>\n </thead>\n "),t+="\n <tbody>\n ",n.rows.forEach((function(l){t+="\n <tr>\n ",n.columns.forEach((function(o){t+='\n <td ref="'+(null==(e=n.datagridKey)?"":e)+'">\n '+(null==(e=l[o.key])?"":e)+"\n </td>\n "})),t+="\n </tr>\n "})),t+="\n </tbody>\n</table>\n"}},2491:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6863),o=t(6624);e.default={form:l.default,html:o.default}},9742:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<fieldset class="usa-fieldset">\n <legend class="usa-legend usa-sr-only">'+(null==(e=n.component.label)?"":e)+'</legend>\n <div class="usa-memorable-date display-flex"\n role="group"\n ',n.component.hideLabel?t+='\n aria-label="'+(null==(e=n.component.label)?"":e)+'"\n ':t+='\n aria-labelledby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n ',t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+="\n >\n ",n.dayFirst&&n.showDay&&(t+='\n <div class="formio-form-group usa-form-group--day flex-1">\n <label for="'+(null==(e=n.component.key)?"":e)+'-day"\n class="usa-label ',n.component.hideInputLabels&&(t+="usa-sr-only"),t+=" ",n.component.fields.day.required&&(t+="field-required"),t+='"\n >'+(null==(e=n.t("Day"))?"":e)+'</label>\n\n <input class="usa-input usa-input--inline"\n ref="day"\n name="day"\n id="'+(null==(e=n.component.key)?"":e)+'-day"\n ',n.component.fields.day.placeholder&&(t+='placeholder="'+(null==(e=n.component.fields.day.placeholder)?"":e)+'"'),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n type="number" min="1" max="31" step="1" value="">\n </div>\n '),t+="\n\n ",n.showMonth&&(t+='\n <div class="formio-form-group usa-form-group--month flex-1">\n <label for="'+(null==(e=n.component.key)?"":e)+'-month"\n class="usa-label ',n.component.hideInputLabels&&(t+="usa-sr-only"),t+=" ",n.component.fields.month.required&&(t+="field-required"),t+='"\n >'+(null==(e=n.t("Month"))?"":e)+'</label>\n\n <input class="usa-input usa-input--inline"\n ref="month"\n name="month"\n id="'+(null==(e=n.component.key)?"":e)+'-month"\n ',n.component.fields.month.placeholder&&(t+='placeholder="'+(null==(e=n.component.fields.month.placeholder)?"":e)+'"'),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n type="number" min="1" max="12" step="1" value="">\n </div>\n '),t+="\n\n ",!n.dayFirst&&n.showDay&&(t+='\n <div class="formio-form-group usa-form-group--day flex-1">\n <label for="'+(null==(e=n.component.key)?"":e)+'-day"\n class="usa-label ',n.component.hideInputLabels&&(t+="usa-sr-only"),t+=" ",n.component.fields.day.required&&(t+="field-required"),t+='"\n >'+(null==(e=n.t("Day"))?"":e)+'</label>\n\n <input class="usa-input usa-input--inline"\n ref="day"\n name="day"\n id="'+(null==(e=n.component.key)?"":e)+'-day"\n ',n.component.fields.day.placeholder&&(t+='placeholder="'+(null==(e=n.component.fields.day.placeholder)?"":e)+'"'),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n type="number" min="1" max="31" step="1" value="">\n </div>\n '),t+="\n\n ",n.showYear&&(t+='\n <div class="formio-form-group usa-form-group--year flex-1">\n <label for="'+(null==(e=n.component.key)?"":e)+'-year"\n class="usa-label ',n.component.hideInputLabels&&(t+="usa-sr-only"),t+=" ",n.component.fields.year.required&&(t+="field-required"),t+='"\n >'+(null==(e=n.t("Year"))?"":e)+'</label>\n\n <input class="usa-input usa-input--inline"\n ref="year"\n name="year"\n id="'+(null==(e=n.component.key)?"":e)+'-year"\n ',n.component.fields.year.placeholder&&(t+='placeholder="'+(null==(e=n.component.fields.year.placeholder)?"":e)+'"'),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n type="number"\n min="'+(null==(e=n.component.fields.year.minYear?n.component.fields.year.minYear:1900)?"":e)+'"\n max="'+(null==(e=n.component.fields.year.maxYear?n.component.fields.year.maxYear:2019)?"":e)+'" value="">\n </div>\n '),t+'\n </div>\n <input name="ctx.data[day]" type="hidden" class="form-control" lang="en" value="" ref="input">\n</fieldset>\n'}},250:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9742);e.default={form:l.default}},6342:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="formio-dialog formio-dialog-theme-default component-settings">\n <div class="formio-dialog-overlay" ref="dialogOverlay"></div>\n <div class="formio-dialog-content" role="dialog" ref="dialogContents" aria-labelledby="dl-'+(null==(e=n.instance.id)?"":e)+'">\n <button class="formio-dialog-close float-right" title="Close" aria-label="Close modal window." ref="dialogClose"></button>\n </div>\n</div>\n'}},9096:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6342);e.default={form:l.default}},4710:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<ul class="editgrid-listgroup usa-list usa-list--unstyled margin-bottom-105">\n ',n.header&&(t+='\n <li class="position-relative display-block padding-105 border-1px">\n '+(null==(e=n.header)?"":e)+"\n </li>\n "),t+="\n ",n.rows.forEach((function(l,o){t+='\n <li class="position-relative display-block padding-105 border-1px margin-top-neg-1px" ref="'+(null==(e=n.ref.row)?"":e)+'">\n '+(null==(e=l)?"":e)+"\n ",n.openRows[o]&&!n.readOnly&&(t+='\n <div class="editgrid-actions">\n <button class="usa-button usa-button--accent-cool" ref="'+(null==(e=n.ref.saveRow)?"":e)+'">'+(null==(e=n.t(n.component.saveRow||"Save"))?"":e)+"</button>\n ",n.component.removeRow&&(t+='\n <button class="usa-button usa-button--secondary" ref="'+(null==(e=n.ref.cancelRow)?"":e)+'">'+(null==(e=n.t(n.component.removeRow||"Cancel"))?"":e)+"</button>\n "),t+="\n </div>\n "),t+='\n <div class="usa-has-error">\n <div class="editgrid-row-error text-base">\n '+(null==(e=n.errors[o])?"":e)+"\n </div>\n </div>\n </li>\n "})),t+="\n ",n.footer&&(t+='\n <li class="position-relative display-block padding-105 border-1px margin-top-neg-1px">\n '+(null==(e=n.footer)?"":e)+"\n </li>\n "),t+="\n</ul>\n",!n.readOnly&&n.hasAddButton&&(t+='\n<button class="usa-button" ref="'+(null==(e=n.ref.addRow)?"":e)+'">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i> '+(null==(e=n.t(n.component.addAnother||"Add Another"))?"":e)+"\n</button>\n"),t+="\n"}},2156:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<ul class="editgrid-listgroup usa-list usa-list--unstyled">\n ',n.header&&(t+='\n <li class="position-relative display-block padding-105 border">\n '+(null==(e=n.header)?"":e)+"\n </li>\n "),t+="\n ",n.rows.forEach((function(l,o){t+='\n <li class="position-relative display-block padding-105 border" ref="'+(null==(e=n.editgridKey)?"":e)+'">\n '+(null==(e=l)?"":e)+"\n ",n.openRows[o]&&!n.readOnly&&(t+='\n <div class="editgrid-actions">\n <button class="usa-button usa-button--accent-cool" ref="'+(null==(e=n.editgridKey)?"":e)+'-saveRow">'+(null==(e=n.t(n.component.saveRow||"Save"))?"":e)+"</button>\n ",n.component.removeRow&&(t+='\n <button class="usa-button usa-button--secondary" ref="'+(null==(e=n.editgridKey)?"":e)+'-cancelRow">'+(null==(e=n.t(n.component.removeRow||"Cancel"))?"":e)+"</button>\n "),t+="\n </div>\n "),t+='\n <div class="usa-has-error">\n <div class="editgrid-row-error text-base">\n '+(null==(e=n.errors[o])?"":e)+"\n </div>\n </div>\n </li>\n "})),t+="\n ",n.footer&&(t+='\n <li class="position-relative display-block padding-105 border">\n '+(null==(e=n.footer)?"":e)+"\n </li>\n "),t+="\n</ul>\n"}},5727:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(4710),o=t(2156);e.default={form:l.default,html:o.default}},9264:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+="<p>\n "+(null==(e=n.t("error"))?"":e)+'\n <span ref="errorTooltip" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+'" tabindex="0"></span>\n</p>\n<ul>\n ',n.errors.forEach((function(l){t+='\n <li>\n <span\n data-component-key = "'+(null==(e=l.keyOrPath)?"":e)+'"\n ref = "errorRef"\n tabIndex = "0"\n role="link"\n >\n '+(null==(e=l.message)?"":e)+'\n </span>\n <span class="usa-sr-only">'+(null==(e=n.t("errorsListNavigationMessage"))?"":e)+"</span>\n </li>\n "})),t+="\n</ul>\n<p></p>\n"}},2017:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9264);e.default={form:l.default}},5701:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,n.labelMarkup&&n.component.label&&(t+="\n "+(null==(e=n.labelMarkup)?"":e)+"\n"),t+='\n\n<div\n ref="messageContainer"\n class="text-secondary-dark width-full formio-errors"\n></div>\n\n'+(null==(e=n.element)?"":e)+"\n\n",n.component.description&&(t+='\n <div class="text-base-dark">\n <span id="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'">'+(null==(e=n.t(n.component.description))?"":e)+"</span>\n </div>\n"),t+"\n"}},1522:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5701);e.default={form:l.default}},5883:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<fieldset class="usa-fieldset">\n ',n.component.legend&&(t+='\n <legend ref="header" class="usa-sr-only">\n '+(null==(e=n.t(n.component.legend))?"":e)+'\n </legend>\n <span class="legend-wrapper usa-legend">\n <span class="position-relative '+(null==(e=n.component.collapsible?"formio-clickable":"")?"":e)+'">\n '+(null==(e=n.t(n.component.legend))?"":e)+"\n </span>\n ",n.component.tooltip&&(t+='\n <span ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base" tabindex="0"></span>\n '),t+="\n </span>\n "),t+="\n ",n.collapsed||(t+='\n <div class="fieldset-body" ref="'+(null==(e=n.nestedKey)?"":e)+'">\n '+(null==(e=n.children)?"":e)+"\n </div>\n "),t+"\n</fieldset>\n"}},7226:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5883);e.default={form:l.default}},5658:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<span tabindex="-1" class="usa-sr-only" id="invisible-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"></span>\n',n.self.imageUpload?(t+="\n <div>\n ",n.files.forEach((function(l){t+='\n <div>\n <span>\n <img ref="fileImage" src="" alt="'+(null==(e=l.originalName||l.name)?"":e)+'" style="width:'+(null==(e=n.component.imageSize)?"":e)+'px">\n ',n.disabled||(t+='\n <i class="'+(null==(e=n.iconClass("remove"))?"":e)+'" ref="removeLink"></i>\n '),t+="\n </span>\n </div>\n "})),t+="\n </div>\n"):(t+="\n <div class='filePattern'>"+(null==(e=n.t("Allowed file types:"))?"":e)+" "+(null==(e=n.allowedFileTypes)?"":e)+'</div>\n\n <ul class="usa-list--unstyled">\n <li class="position-relative display-block padding-105 border-1px">\n <div class="grid-row">\n ',n.disabled||(t+='\n <div class="tablet:grid-col-1"></div>\n '),t+='\n <div class="tablet:grid-col-',n.self.hasTypes?t+="7":t+="9",t+='"><strong>'+(null==(e=n.t("File Name"))?"":e)+'</strong></div>\n <div class="tablet:grid-col-2"><strong>'+(null==(e=n.t("Size"))?"":e)+"</strong></div>\n ",n.self.hasTypes&&(t+='\n <div class="tablet:grid-col-2"><strong>'+(null==(e=n.t("Type"))?"":e)+"</strong></div>\n "),t+="\n </div>\n </li>\n ",n.files.forEach((function(l){t+='\n <li class="position-relative display-block padding-105 border-1px margin-top-neg-1px">\n <div class="grid-row">\n ',n.disabled||(t+='\n <div class="tablet:grid-col-1"><i class="'+(null==(e=n.iconClass("remove"))?"":e)+'" ref="removeLink" tabindex="0" aria-label="Remove button. Press to remove '+(null==(e=l.originalName||l.name)?"":e)+' file"></i></div>\n '),t+='\n <div class="tablet:grid-col-',n.self.hasTypes?t+="7":t+="9",t+=' word-wrap">\n ',n.component.uploadOnly?t+="\n "+(null==(e=l.originalName||l.name)?"":e)+"\n ":t+='\n <a href="'+(null==(e=l.url||"#")?"":e)+'" target="_blank" ref="fileLink" tabindex="0">\n <span class="usa-sr-only">'+(null==(e=n.t("Press to open "))?"":e)+"</span>"+(null==(e=l.originalName||l.name)?"":e)+"\n </a>\n ",t+='\n </div>\n <div class="tablet:grid-col-2">'+(null==(e=n.fileSize(l.size))?"":e)+"</div>\n ",n.self.hasTypes&&(t+='\n <div class="tablet:grid-col-2">\n <select class="file-type">\n ',n.component.fileTypes.map((function(n){t+='\n <option class="test" value="'+(null==(e=n.value)?"":e)+'" ',n.value===l.fileType&&(t+='selected="selected"'),t+=">"+(null==(e=n.label)?"":e)+"</option>\n "})),t+="\n </select>\n </div>\n "),t+="\n </div>\n </li>\n "})),t+="\n </ul>\n"),t+="\n",n.disabled||!n.component.multiple&&n.files.length||(t+="\n ",n.self.useWebViewCamera?t+='\n <div class="border-dashed border-width-1px text-center padding-2 margin-top-2 margin-bottom-2">\n <button class="usa-button usa-button--accent-cool" ref="galleryButton"><i class="fa fa-book"></i> '+(null==(e=n.t("Gallery"))?"":e)+'</button>\n <button class="usa-button usa-button--accent-cool" ref="cameraButton"><i class="fa fa-camera"></i> '+(null==(e=n.t("Camera"))?"":e)+"</button>\n </div>\n ":n.self.cameraMode?t+='\n <div>\n <video class="video" autoplay="true" ref="videoPlayer"></video>\n </div>\n <button class="usa-button usa-button--accent-cool" ref="takePictureButton"><i class="fa fa-camera"></i> '+(null==(e=n.t("Take Picture"))?"":e)+'</button>\n <button class="usa-button usa-button--accent-cool" ref="toggleCameraMode">'+(null==(e=n.t("Switch to file upload"))?"":e)+"</button>\n ":(t+='\n <div class="border-dashed border-width-1px text-center padding-2 margin-top-2 margin-bottom-2" ref="fileDrop">\n <i class="'+(null==(e=n.iconClass("cloud-upload"))?"":e)+'"></i> '+(null==(e=n.t("Drop files to attach,"))?"":e)+"\n ",n.self.imageUpload&&(t+='\n <a href="#" ref="toggleCameraMode"><i class="fa fa-camera"></i> '+(null==(e=n.t("Use Camera,"))?"":e)+"</a>\n "),t+="\n "+(null==(e=n.t("or"))?"":e)+'\n <a href="#" ref="fileBrowse" class="browse">\n <span>'+(null==(e=n.t("browse"))?"":e)+'</span><span class="usa-sr-only">'+(null==(e=n.t("Browse to attach file for"+n.component.label+". "+n.t("Allowed file types:")+n.allowedFileTypes))?"":e)+"</span>\n </a>\n </div>\n "),t+="\n"),t+="\n",n.statuses.forEach((function(l){t+='\n <div class="file '+(null==(e="error"===n.statuses.status?"usa-has-error":"")?"":e)+'">\n <div class="grid-row">\n <div class="fileName mobile:grid-col-10">\n <span ref="notUploaded">'+(null==(e=l.originalName)?"":e)+'</span>\n <i class="'+(null==(e=n.iconClass("remove"))?"":e)+'" ref="fileStatusRemove" tabindex="0">\n <span class="usa-sr-only">'+(null==(e=n.t("Remove button. Press to remove "+l.originalName||0))?"":e)+'</span>\n <span class="usa-sr-only">'+(null==(e=l.message?l.message.replace(";","."):"")?"":e)+'</span>\n </i></div>\n <div class="fileSize mobile:grid-col-2 text-right">'+(null==(e=n.fileSize(l.size))?"":e)+'</div>\n </div>\n <div class="grid-row">\n <div class="mobile:grid-col-12">\n ',"progress"===l.status?t+='\n <div class="progress">\n <div class="progress-bar" role="progressbar" aria-valuenow="'+(null==(e=l.progress)?"":e)+'" aria-valuemin="0" aria-valuemax="100" style="width: '+(null==(e=l.progress)?"":e)+'">\n <span class="usa-sr-only">'+(null==(e=l.progress)?"":e)+"% "+(null==(e=n.t("Complete"))?"":e)+"</span>\n </div>\n </div>\n ":(t+='\n <div class="\n ',"success"===l.status&&(t+=" bg-green "),t+="\n ","info"===l.status&&(t+=" bg-cyan "),t+="\n ","warning"===l.status&&(t+=" bg-gold "),t+="\n ","danger"===l.status&&(t+=" bg-red "),t+='\n ">'+(null==(e=JSON.stringify(l.message))?"":e)+"</div>\n "),t+="\n </div>\n </div>\n </div>\n"})),t+="\n",n.component.storage&&!n.support.hasWarning||(t+='\n <div class="usa-alert usa-alert--warning">\n <div class="usa-alert__body">\n ',n.component.storage||(t+="\n <p>"+(null==(e=n.t("No storage has been set for this field. File uploads are disabled until storage is set up."))?"":e)+"</p>\n "),t+="\n ",n.support.filereader||(t+="\n <p>"+(null==(e=n.t("File API & FileReader API not supported."))?"":e)+"</p>\n "),t+="\n ",n.support.formdata||(t+="\n <p>"+(null==(e=n.t("XHR2's FormData is not supported."))?"":e)+"</p>\n "),t+="\n ",n.support.progress||(t+="\n <p>"+(null==(e=n.t("XHR2's upload progress isn't supported."))?"":e)+"</p>\n "),t+="\n </div>\n </div>\n"),t+="\n"}},2138:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5658);e.default={form:l.default}},8885:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+="<"+(null==(e=n.tag)?"":e)+' class="'+(null==(e=n.component.className)?"":e)+'" ref="html"\n ',n.attrs.forEach((function(n){t+="\n "+(null==(e=n.attr)?"":e)+'="'+(null==(e=n.value)?"":e)+'"\n '})),t+="\n>"+(null==(e=n.content)?"":e),n.singleTags&&-1!==n.singleTags.indexOf(n.tag)||(t+="</"+(null==(e=n.tag)?"":e)+">"),t+="\n"}},633:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(8885);e.default={form:l.default}},2030:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<i ref="'+(null==(e=n.ref)?"":e)+'" class="'+(null==(e=n.className)?"":e)+'" style="'+(null==(e=n.styles)?"":e)+'">'+(null==(e=n.content)?"":e)+"</i>\n"}},4051:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2030);e.default={form:l.default}},603:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(1860),o=t(38),a=t(232),r=t(7485),i=t(545),u=t(8778),s=t(654),d=t(6277),c=t(7688),p=t(3598),f=t(3392),b=t(2847),v=t(8422),m=t(9792),y=t(3443),g=t(5750),h=t(2491),_=t(250),x=t(9096),w=t(5727),j=t(2017),P=t(1522),O=t(7226),M=t(2138),k=t(633),C=t(4051),A=t(7483),E=t(5561),z=t(6611),T=t(4171),q=t(1218),K=t(2681),R=t(5941),F=t(8760),I=t(1236),S=t(2251),L=t(7001),B=t(6422),N=t(844),D=t(6601),H=t(8442),V=t(9074),W=t(2389),U=t(824),Y=t(8223),G=t(3605),X=t(2151),J=t(3904),Q=t(9643),Z=t(6618),$=t(5532),nn=t(8956),en=t(1835);e.default={address:l.default,alert:o.default,builder:a.default,builderComponent:r.default,builderComponents:i.default,builderEditForm:u.default,builderPlaceholder:s.default,builderSidebar:d.default,builderSidebarGroup:c.default,builderWizard:p.default,button:f.default,checkbox:b.default,columns:v.default,component:m.default,componentModal:y.default,container:g.default,datagrid:h.default,day:_.default,dialog:x.default,editgrid:w.default,errorsList:j.default,field:P.default,fieldset:O.default,file:M.default,html:k.default,icon:C.default,input:A.default,label:E.default,loader:z.default,loading:T.default,message:q.default,modalPreview:K.default,multiValueRow:R.default,multiValueTable:F.default,panel:I.default,pdf:S.default,pdfBuilder:L.default,pdfBuilderUpload:B.default,radio:N.default,resourceAdd:D.default,select:H.default,selectOption:V.default,survey:W.default,tab:U.default,table:Y.default,warning:G.default,webform:X.default,well:J.default,wizard:Q.default,wizardHeader:Z.default,wizardNav:$.default,size:nn.default,cssClasses:en.default}},2962:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";if(Array.prototype.join,(n.prefix||n.suffix)&&(t+='\n<div class="input-group">\n'),t+="\n",n.prefix&&(t+='\n<div class="input-group-prepend" ref="prefix">\n <span class="input-group-text">\n ',n.prefix instanceof HTMLElement?t+="\n "+(null==(e=n.t(n.prefix.outerHTML))?"":e)+"\n ":t+="\n "+(null==(e=n.t(n.prefix))?"":e)+"\n ",t+="\n </span>\n</div>\n"),t+="\n",!n.component.editor&&!n.component.wysiwyg){for(var l in t+="\n<"+(null==(e=n.input.type)?"":e)+'\n class="usa-'+(null==(e="textarea"===n.input.type?"textarea":"input")?"":e)+' maxw-full"\n ref="'+(null==(e=n.input.ref||"input")?"":e)+'"\n ',n.input.attr)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.input.attr[l])?"":e)+'"\n ';t+='\n id="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n aria-labelledby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+" ",n.component.description&&(t+="d-"+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)),t+='"\n aria-required="'+(null==(e="input"!==n.input.ref&&n.input.ref?n.component.fields[n.input.ref].required:n.component.validate.required)?"":e)+'"\n>'+(null==(e=n.input.content)?"":e)+"</"+(null==(e=n.input.type)?"":e)+">\n"}return t+="\n",(n.component.editor||n.component.wysiwyg)&&(t+='\n<div ref="input"></div>\n'),t+="\n","datetime"===n.component.type&&(t+='\n<span aria-live="assertive" id="'+(null==(e=n.instance.id)?"":e)+'-liveRegion" class="usa-sr-only" ref="liveRegion"></span>\n'),t+="\n",n.suffix&&(t+='\n<div class="input-group-append" ref="suffix">\n <span class="input-group-text">\n ',n.suffix instanceof HTMLElement?t+="\n "+(null==(e=n.t(n.suffix.outerHTML))?"":e)+"\n ":t+="\n "+(null==(e=n.t(n.suffix))?"":e)+"\n ",t+="\n </span>\n</div>\n"),t+="\n",(n.prefix||n.suffix)&&(t+="\n</div>\n"),t+="\n",n.component.showCharCount&&(t+='\n<span aria-live="polite" class="text-base float-right" ref="charcount"></span>\n'),t+"\n"}},5585:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div ref="value">',n.value?t+=null==(e=n.value)?"":e:t+="-",t+"</div>\n"}},7483:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2962),o=t(5585);e.default={form:l.default,html:o.default}},7164:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="usa-label '+(null==(e=n.label.className)?"":e)+" "+(null==(e=n.label.hidden?"usa-sr-only":"")?"":e)+'">\n <label\n ref="label"\n id="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n for="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n >\n <span>'+(null==(e=n.t(n.component.label))?"":e)+"</span>\n ","number"!==n.component.type&&"phoneNumber"!==n.component.type&&"currency"!==n.component.type||(t+="\n <span class='usa-sr-only'>, "+(null==(e=n.t("numeric only"))?"":e)+",</span>\n "),t+="\n </label>\n ",n.component.tooltip&&!n.label.hidden&&(t+='\n <span ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base" tabindex="0"></span>\n '),t+"\n</div>\n"}},5561:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7164);e.default={form:l.default}},1723:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){return'<div class="formio-loader">\n <div class="loader-wrapper">\n <div class="loader text-center"></div>\n </div> \n</div>\n'}},6611:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(1723);e.default={form:l.default}},6809:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){return"Loading...\n"}},4171:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6809);e.default={form:l.default}},290:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<span\n id="e-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.key)?"":e)+'"\n class="usa-error-message"\n>'+(null==(e=n.message)?"":e)+"</span>"}},1218:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(290);e.default={form:l.default}},2909:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<span id="l-'+(null==(e=n.component.key)?"":e)+'">\n '+(null==(e=n.t(n.component.label))?"":e)+'<span ref="modalLabelValue" class="usa-sr-only">. '+(null==(e=n.previewText)?"":e)+'</span>\n</span><br>\n<div\n ref="modalMessageContainer"\n class="text-secondary-dark width-full formio-errors"\n></div>\n<span class="usa-sr-only" ref="modalPreviewLiveRegion" aria-live="assertive"></span>\n<button lang="en" class="open-modal-button" ref="openModal" aria-labelledby="l-'+(null==(e=n.component.key)?"":e)+'">\n '+(null==(e=n.previewText)?"":e)+"\n</button>\n"}},2681:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2909);e.default={form:l.default}},5319:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<tr ref="grid-row">\n <td>\n '+(null==(e=n.element)?"":e)+"\n </td>\n ",n.disabled||(t+='\n <td>\n <button type="button" class="usa-button usa-button--secondary" ref="removeRow" aria-label="Remove '+(null==(e=n.component.label)?"":e)+" row "+(null==(e=n.index+1)?"":e)+'" title="Remove row">\n <i class="'+(null==(e=n.iconClass("remove-circle"))?"":e)+'"></i>\n </button>\n </td>\n '),t+"\n</tr>\n"}},5941:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5319);e.default={form:l.default}},15:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table" role="presentation">\n <tbody>\n '+(null==(e=n.rows)?"":e)+"\n ",n.disabled||(t+='\n <tr>\n <td colspan="2">\n <button\n class="usa-button formio-button-add-another"\n ref="addButton"\n ',n.component.description&&(t+='\n aria-describedby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+='\n >\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i>\n '+(null==(e=n.t(n.addAnother))?"":e)+"\n </button>\n </td>\n </tr>\n "),t+"\n </tbody>\n</table>\n"}},8760:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(15);e.default={form:l.default}},5618:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="usa-accordion usa-accordion--bordered margin-bottom-205">\n <h2 class="usa-accordion__heading" ref="header">\n ',n.component.collapsible?(t+='\n <div\n tabindex="0"\n role="button"\n class="usa-accordion__button"\n aria-expanded="'+(null==(e=!n.component.collapsible||!n.collapsed)?"":e)+'"\n aria-controls="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n >\n '+(null==(e=n.t(n.component.title))?"":e)+"\n ",n.component.tooltip&&(t+='\n <i ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-based" tabindex="0"></i>\n '),t+="\n </div>\n "):(t+='\n <div class="usa-accordion__button non-collapsible-panel--button">\n '+(null==(e=n.t(n.component.title))?"":e)+"\n ",n.component.tooltip&&(t+='\n <i ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-based" tabindex="0"></i>\n '),t+="\n </div>\n "),t+='\n </h2>\n\n <div\n id="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n class="formio-panel-content usa-accordion__content usa-prose"\n ref="'+(null==(e=n.nestedKey)?"":e)+'"\n ',n.component.collapsible&&n.collapsed&&(t+="hidden"),t+"\n >\n "+(null==(e=n.children)?"":e)+"\n </div>\n</div>\n"}},1236:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5618);e.default={form:l.default}},6669:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="position-relative '+(null==(e=n.classes)?"":e)+'" ref="webform">\n <span data-noattach="true" ref="zoomIn" class="usa-button usa-button--secondary position-absolute" style="right:10px;top:10px;">\n <i class="'+(null==(e=n.iconClass("zoom-in"))?"":e)+'"></i>\n </span>\n <span data-noattach="true" ref="zoomOut" class="usa-button usa-button--secondary position-absolute" style="right:10px;top:60px;">\n <i class="'+(null==(e=n.iconClass("zoom-out"))?"":e)+'"></i>\n </span>\n <div data-noattach="true" ref="iframeContainer"></div>\n '+(null==(e=n.submitButton)?"":e)+"\n</div>\n"}},2251:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6669);e.default={form:l.default}},7886:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="formio builder grid-row grid-gap formbuilder">\n <div class="grid-col-4 mobile:grid-col-3 tablet:grid-col-2 formcomponents">\n '+(null==(e=n.sidebar)?"":e)+'\n </div>\n <div class="grid-col-8 mobile:grid-col-9 tablet:grid-col-10 formarea" ref="form">\n <div class="formio-drop-zone" ref="iframeDropzone"></div>\n '+(null==(e=n.form)?"":e)+"\n </div>\n</div>\n"}},7001:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7886);e.default={form:l.default}},6365:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="pdf-upload formio-component-file">\n <h3>'+(null==(e=n.t("Upload a PDF File"))?"":e)+'</h3>\n <input type="file" style="opacity: 0; position: absolute;" tabindex="-1" accept=".pdf" ref="hiddenFileInputElement">\n <div class="fileSelector" ref="fileDrop">\n <span ref="dragDropText">\n <i class="'+(null==(e=n.iconClass("cloud-upload"))?"":e)+'"></i>'+(null==(e=n.t("Drop pdf to start, or"))?"":e)+' <a href="#" ref="fileBrowse" class="browse">'+(null==(e=n.t("browse"))?"":e)+'</a>\n </span>\n <div class="progress pdf-progress" ref="uploadProgressWrapper" style="display:none;">\n <div class="progress-bar" ref="uploadProgress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>\n </div>\n </div>\n <div class="usa-alert usa-alert--error usa-alert--no-icon usa-alert--slim" ref="uploadError">\n\n </div>\n</div>\n\n'}},6422:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6365);e.default={form:l.default}},7423:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<fieldset\n class="usa-fieldset"\n ref="fieldset"\n aria-labelledby="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+" ",n.component.description&&(t+="d-"+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)),t+='"\n>\n <legend id="l-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'" ref="label" class="usa-sr-only">\n '+(null==(e=n.t(n.component.label))?"":e)+'\n </legend>\n <span class="legend-wrapper font-sans-md">\n <span class="'+(null==(e=n.component.validate&&n.component.validate.required?" field-required":"")?"":e)+'">\n '+(null==(e=n.t(n.component.label))?"":e)+"\n </span>\n ",n.component.tooltip&&(t+='\n <span ref="tooltip" data-tooltip="'+(null==(e=n.component.tooltip)?"":e)+'" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-base" tabindex="0"></span>\n '),t+='\n </span>\n\n <div\n ref="messageContainer"\n class="text-secondary-dark width-full margin-top-05 formio-errors"\n ></div>\n\n ',n.values.forEach((function(l){for(var o in t+='\n <div class="usa-'+(null==(e="selectboxes"===n.component.type?"checkbox":"radio")?"":e)+" "+(null==(e=n.inline?"display-inline float-left margin-right-1":"")?"":e)+'" ref="wrapper">\n <'+(null==(e=n.input.type)?"":e)+'\n ref="input"\n class="usa-'+(null==(e="selectboxes"===n.component.type?"checkbox":"radio")?"":e)+"__input "+(null==(e=n.component.tileView?"selectboxes"===n.component.type?"usa-checkbox__input--tile":"usa-radio__input--tile":"")?"":e)+'"\n ',n.input.attr)t+="\n "+(null==(e=o)?"":e)+'="'+(null==(e=n.input.attr[o])?"":e)+'"\n ';t+='\n value="'+(null==(e=l.value)?"":e)+'"\n ',n.value&&(n.value===l.value||"object"==typeof n.value&&n.value.hasOwnProperty(l.value)&&n.value[l.value])&&(t+="\n checked=true\n "),t+='\n id="'+(null==(e=n.instance.root?.id)?"":e)+"-"+(null==(e=n.id)?"":e)+"-"+(null==(e=n.row)?"":e)+"-"+(null==(e=l.value)?"":e)+'"\n aria-required="'+(null==(e=n.input.component.validate.required)?"":e)+'"\n >\n <label class="'+(null==(e="selectboxes"===n.component.type?"usa-checkbox__label":"usa-radio__label")?"":e)+'" for="'+(null==(e=n.instance.root?.id)?"":e)+"-"+(null==(e=n.id)?"":e)+"-"+(null==(e=n.row)?"":e)+"-"+(null==(e=l.value)?"":e)+'">'+(null==(e=n.t(l.label))?"":e)+"</label>\n </div>\n "})),t+="\n\n ",n.component.description&&(t+='\n <div class="text-base-dark">\n <span id="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'">'+(null==(e=n.t(n.component.description))?"":e)+"</span>\n </div>\n "),t+="\n</fieldset>\n"}},3470:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,(t+='<div ref="value">\n ')+"\n "+(null==(e=n.values.filter((function(e){return n.value===e.value||"object"==typeof n.value&&n.value.hasOwnProperty(e.value)&&n.value[e.value]})).map((function(e){return n.t(e.label)})).join(", "))?"":e)+"\n</div>\n"}},844:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7423),o=t(3470);e.default={form:l.default,html:o.default}},2327:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<table class="usa-table width-full">\n <tbody>\n <tr>\n <td>\n '+(null==(e=n.element)?"":e)+'\n </td>\n </tr>\n <tr>\n <td colspan="2">\n <button class="usa-button formio-button-add-resource" ref="addResource">\n <i class="'+(null==(e=n.iconClass("plus"))?"":e)+'"></i>\n '+(null==(e=n.t(n.component.addResourceLabel||"Add Resource"))?"":e)+"\n </button>\n </td>\n </tr>\n </tbody>\n</table>\n"}},6601:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(2327);e.default={form:l.default}},5078:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";for(var l in Array.prototype.join,t+='<select\n ref="'+(null==(e=n.input.ref?n.input.ref:"selectContainer")?"":e)+'"\n class="usa-select maxw-full '+(null==(e=n.disabled?"bg-base-lightest":"")?"":e)+'"\n ',n.input.attr)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.input.attr[l])?"":e)+'"\n ';return t+="\n ",n.input.attr.id||(t+='\n id="'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+="\n ",n.component.description&&(t+='\n aria-describedby="d-'+(null==(e=n.instance.id)?"":e)+"-"+(null==(e=n.component.key)?"":e)+'"\n '),t+'\n aria-required="'+(null==(e="selectContainer"!==n.input.ref&&n.input.ref?n.component.fields[n.input.ref].required:n.input.component.validate.required)?"":e)+'"\n>'+(null==(e=n.selectOptions)?"":e)+"</select>\n"}},5603:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div ref="value">',n.value?t+=null==(e=n.self.itemValue(n.value))?"":e:t+="-",t+"</div>\n"}},8442:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(5078),o=t(5603);e.default={form:l.default,html:o.default}},7833:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";for(var l in Array.prototype.join,t+="<option "+(null==(e=n.selected?'selected="selected"':"")?"":e)+'\n value="'+(null==(e=n.useId?n.id:n.option.value)?"":e)+'"\n ',n.attrs)t+="\n "+(null==(e=l)?"":e)+'="'+(null==(e=n.attrs[l])?"":e)+'"\n ';return t+"\n >\n "+(null==(e=n.t(n.option.label))?"":e)+"\n</option>\n"}},3472:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,n.selected&&(t+=null==(e=n.t(n.option.label))?"":e),t+"\n"}},9074:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7833),o=t(3472);e.default={form:l.default,html:o.default}},8956:function(n,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){switch(n){case"xs":return"";case"sm":return"mobile-lg";case"md":return"tablet";case"lg":return"desktop";default:return"tablet"}}},6693:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table">\n <thead>\n <tr>\n <th scope="col"></th>\n ',n.component.values.forEach((function(l){t+='\n <th scope="col" style="text-align: center;">'+(null==(e=n.t(l.label))?"":e)+"</th>\n "})),t+="\n </tr>\n </thead>\n <tbody>\n ",n.component.questions.forEach((function(l){t+='\n <tr>\n <th scope="row">'+(null==(e=n.t(l.label))?"":e)+'</th>\n <fieldset class="usa-fieldset usa-sr-only">\n <legend class="usa-sr-only">'+(null==(e=n.t(l.label))?"":e)+"</legend>\n ",n.component.values.forEach((function(o){t+='\n <td style="text-align: center;">\n <div class="usa-radio">\n <input class="usa-radio__input" type="radio" name="'+(null==(e=n.self.getInputName(l))?"":e)+'" value="'+(null==(e=o.value)?"":e)+'" id="'+(null==(e=n.key)?"":e)+"-"+(null==(e=l.value)?"":e)+"-"+(null==(e=o.value)?"":e)+'" ref="input">\n <label class="usa-radio__label" for="'+(null==(e=n.key)?"":e)+"-"+(null==(e=l.value)?"":e)+"-"+(null==(e=o.value)?"":e)+'"></label>\n <label class="usa-sr-only" for="'+(null==(e=n.key)?"":e)+"-"+(null==(e=l.value)?"":e)+"-"+(null==(e=o.value)?"":e)+'">'+(null==(e=n.t(o.label))?"":e)+"</label>\n </div>\n </td>\n "})),t+="\n </fieldset>\n </tr>\n "})),t+="\n </tbody>\n</table>\n"}},1660:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table">\n <tbody>\n ',n.component.questions.forEach((function(l){t+='\n <tr>\n <th scope="row">'+(null==(e=n.t(l.label))?"":e)+"</th>\n <td>\n ",n.component.values.forEach((function(o){t+="\n ",n.value&&n.value.hasOwnProperty(l.value)&&n.value[l.value]===o.value&&(t+="\n "+(null==(e=n.t(o.label))?"":e)+"\n "),t+="\n "})),t+="\n </td>\n </tr>\n "})),t+="\n </tbody>\n</table>\n"}},2389:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6693),o=t(1660);e.default={form:l.default,html:o.default}},4704:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,n.component.components.forEach((function(l,o){t+='\n <div class="margin-bottom-2 formio-usa-card">\n <div class="formio-usa-card-header bg-base-lightest">\n <h4 class="margin-bottom-0 formio-usa-card-title">'+(null==(e=n.t(l.label))?"":e)+'</h4>\n </div>\n <div class="formio-usa-card-body">\n '+(null==(e=n.tabComponents[o])?"":e)+"\n </div>\n </div>\n"})),t+="\n"}},6e3:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="formio-usa-card">\n <ul role="navigation" class="usa-sidenav">\n ',n.component.components.forEach((function(l,o){t+='\n <li class="usa-sidenav__item '+(null==(e=n.currentTab===o?"usa-current":"")?"":e)+' border-top-0" role="presentation" ref="'+(null==(e=n.tabLikey)?"":e)+'">\n <a href="#'+(null==(e=l.key)?"":e)+'" ref="'+(null==(e=n.tabLinkKey)?"":e)+'">'+(null==(e=n.t(l.label))?"":e)+"</a>\n </li>\n "})),t+="\n </ul>\n\n ",n.component.components.forEach((function(l,o){t+='\n <div\n role="tabpanel"\n class="formio-usa-card-body"\n style="display: '+(null==(e=n.currentTab===o?"block":"none")?"":e)+'"\n ref="'+(null==(e=n.tabKey)?"":e)+'"\n >\n '+(null==(e=n.tabComponents[o])?"":e)+"\n </div>\n "})),t+="\n</div>\n"}},824:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(4704),o=t(6e3);e.default={flat:l.default,form:o.default}},7745:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<table class="usa-table\n '+(null==(e=n.component.bordered?"":" usa-table--borderless")?"":e)+"\n "+(null==(e=n.component.striped?"usa-table--striped":"")?"":e)+'\n">\n ',n.component.hideLabel||(t+="\n <caption>"+(null==(e=n.t(n.component.label))?"":e)+"</caption>\n "),t+="\n ",n.component.header&&n.component.header.length>0&&(t+="\n <thead>\n <tr>\n ",n.component.header.forEach((function(l){t+='\n <th scope="col">'+(null==(e=n.t(l))?"":e)+"</th>\n "})),t+="\n </tr>\n </thead>\n "),t+="\n <tbody>\n ",n.tableComponents.forEach((function(l,o){t+='\n <tr ref="row-'+(null==(e=n.id)?"":e)+'">\n ',l.forEach((function(l,a){t+='\n <td scope="col" ref="'+(null==(e=n.tableKey)?"":e)+"-"+(null==(e=o)?"":e)+'"',n.cellClassName&&(t+=' class="'+(null==(e=n.cellClassName)?"":e)+'"'),t+=">"+(null==(e=l)?"":e)+"</td>\n "})),t+="\n </tr>\n "})),t+="\n </tbody>\n</table>\n"}},8223:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7745);e.default={form:l.default}},619:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="text-secondary-dark width-full margin-top-05 formio-warnings">\n <p class="form-base">'+(null==(e=n.message)?"":e)+"</p>\n</div>\n"}},3605:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(619);e.default={form:l.default}},7536:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="text-base text-center padding-1">'+(null==(e=n.t(n.component.title))?"":e)+"</div>\n"}},1995:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="'+(null==(e=n.classes)?"":e)+'" ref="webform" novalidate>'+(null==(e=n.children)?"":e)+"</div>\n\x3c!-- Please reach out to Form.io to purchase an Enterprise License. --\x3e\n",Formio&&Formio.license||(t+='\n <small style="float:right;">powered by &nbsp;<a target="_blank" href="https://form.io"><img style="height:20px;float:right;" src="https://help.form.io/assets/formio-logo.png" /></a></small>\n'),t+"\n\x3c!-- -------------------------------------------------------------- --\x3e\n"}},2151:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(7536),o=t(1995);e.default={form:o.default,builder:l.default}},853:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="usa-card__container bg-base-lightest margin-x-0 margin-bottom-205">\n <div class="usa-card__body" ref="'+(null==(e=n.nestedKey)?"":e)+'">\n '+(null==(e=n.children)?"":e)+"\n </div>\n</div>\n"}},3904:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(853);e.default={form:l.default}},6691:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div class="text-base text-center padding-1">'+(null==(e=n.t(n.component.title))?"":e)+"</div>\n"}},8288:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e;return""+'<div style="position: relative;">\n '+(null==(e=n.wizardHeader)?"":e)+'\n <div class="wizard-page usa-prose" ref="'+(null==(e=n.wizardKey)?"":e)+'">\n '+(null==(e=n.components)?"":e)+"\n </div>\n "+(null==(e=n.wizardNav)?"":e)+"\n</div>\n"}},9643:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(6691),o=t(8288);e.default={form:o.default,builder:l.default}},9506:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="usa-step-indicator usa-step-indicator--no-labels" aria-label="Wizard" id="'+(null==(e=n.wizardKey)?"":e)+'-header">\n <ol class="usa-step-indicator__segments" tabindex="0" aria-label="Progress bar, Step '+(null==(e=n.currentPage+1)?"":e)+" of "+(null==(e=n.panels.length)?"":e)+", "+(null==(e=n.panels[n.currentPage].title)?"":e)+'">\n ',n.panels.forEach((function(l,o){t+='\n <li data-index="'+(null==(e=o)?"":e)+'" class="usa-step-indicator__segment '+(null==(e=n.currentPage===o?"usa-step-indicator__segment--current":"")?"":e)+" "+(null==(e=n.currentPage>o?"usa-step-indicator__segment--complete":"")?"":e)+'"></li>\n '})),t+='\n </ol>\n <div class="usa-sr-only" ref="'+(null==(e=n.wizardKey)?"":e)+'-progressbar" tabindex="-1">Progress bar, Step '+(null==(e=n.currentPage+1)?"":e)+" of "+(null==(e=n.panels.length)?"":e)+", "+(null==(e=n.panels[n.currentPage].title)?"":e)+'</div>\n <div class="usa-step-indicator__header">\n <div class="usa-step-indicator__heading">\n <span class="usa-sr-only">Progress bar, step</span>\n <span class="usa-step-indicator__heading-counter">\n <span class="usa-step-indicator__current-step">'+(null==(e=n.currentPage+1)?"":e)+'</span>\n <span class="usa-step-indicator__total-steps">of '+(null==(e=n.panels.length)?"":e)+'</span>\n </span>\n <span class="usa-step-indicator__heading-text">'+(null==(e=n.panels[n.currentPage].title)?"":e)+"</span>\n ",n.panels[n.currentPage].tooltip&&(t+='\n <i ref="'+(null==(e=n.wizardKey)?"":e)+'-tooltip" class="'+(null==(e=n.iconClass("question-sign"))?"":e)+' text-muted" data-tooltip="'+(null==(e=n.panels[n.currentPage].tooltip)?"":e)+'" tabindex="0"></i>\n '),t+="\n </div>\n </div>\n</div>\n"}},6618:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(9506);e.default={form:l.default}},180:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<ul class="padding-0 usa-list--unstyled wizard-nav-container" id="'+(null==(e=n.wizardKey)?"":e)+'-nav">\n ',n.buttons.next&&(t+='\n <li>\n <button class="usa-button btn-wizard-nav-next" ref="'+(null==(e=n.wizardKey)?"":e)+'-next" aria-label="'+(null==(e=n.t("next"))?"":e)+' button. Click to go to the next tab">'+(null==(e=n.t("next"))?"":e)+"</button>\n </li>\n "),t+="\n ",n.buttons.submit&&(t+='\n <li>\n <button class="usa-button btn-wizard-nav-submit" ref="'+(null==(e=n.wizardKey)?"":e)+'-submit" aria-label="'+(null==(e=n.t("submit"))?"":e)+' button. Click to submit the form">'+(null==(e=n.t("submit"))?"":e)+"</button>\n </li>\n "),t+="\n ",n.buttons.previous&&(t+='\n <li>\n <button class="usa-button usa-button--outline btn-wizard-nav-previous" ref="'+(null==(e=n.wizardKey)?"":e)+'-previous" aria-label="'+(null==(e=n.t("previous"))?"":e)+' button. Click to go back to the previous tab">'+(null==(e=n.t("previous"))?"":e)+"</button>\n </li>\n "),t+="\n ",n.buttons.cancel&&(t+='\n <li>\n <button class="usa-button usa-button--secondary btn-wizard-nav-cancel" ref="'+(null==(e=n.wizardKey)?"":e)+'-cancel">'+(null==(e=n.t("cancel"))?"":e)+"</button>\n </li>\n "),t+"\n</ul>\n"}},5532:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var l=t(180);e.default={form:l.default}},5098:function(e){"use strict";e.exports=n}},t={};function l(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={exports:{}};return e[n].call(a.exports,a,a.exports,l),a.exports}var o={};return function(){"use strict";var n=o,e=l(5146),t=l(5178);n.default={framework:"uswds",templates:e.default,components:t.default}}(),o.default}()}));
@@ -1,8 +1,12 @@
1
1
  "use strict";
2
- var __spreadArray = (this && this.__spreadArray) || function (to, from) {
3
- for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
4
- to[j] = from[i];
5
- return to;
2
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
3
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
4
+ if (ar || !(i in from)) {
5
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
6
+ ar[i] = from[i];
7
+ }
8
+ }
9
+ return to.concat(ar || Array.prototype.slice.call(from));
6
10
  };
7
11
  Object.defineProperty(exports, "__esModule", { value: true });
8
12
  var formiojs_1 = require("formiojs");
@@ -26,6 +30,6 @@ function default_1() {
26
30
  },
27
31
  ],
28
32
  },
29
- ]], extend));
33
+ ]], extend, false));
30
34
  }
31
35
  exports.default = default_1;
@@ -1,8 +1,12 @@
1
1
  "use strict";
2
- var __spreadArray = (this && this.__spreadArray) || function (to, from) {
3
- for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
4
- to[j] = from[i];
5
- return to;
2
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
3
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
4
+ if (ar || !(i in from)) {
5
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
6
+ ar[i] = from[i];
7
+ }
8
+ }
9
+ return to.concat(ar || Array.prototype.slice.call(from));
6
10
  };
7
11
  Object.defineProperty(exports, "__esModule", { value: true });
8
12
  var formiojs_1 = require("formiojs");
@@ -26,6 +30,6 @@ function default_1() {
26
30
  },
27
31
  ],
28
32
  },
29
- ]], extend));
33
+ ]], extend, false));
30
34
  }
31
35
  exports.default = default_1;
@@ -1,8 +1,12 @@
1
1
  "use strict";
2
- var __spreadArray = (this && this.__spreadArray) || function (to, from) {
3
- for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
4
- to[j] = from[i];
5
- return to;
2
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
3
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
4
+ if (ar || !(i in from)) {
5
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
6
+ ar[i] = from[i];
7
+ }
8
+ }
9
+ return to.concat(ar || Array.prototype.slice.call(from));
6
10
  };
7
11
  Object.defineProperty(exports, "__esModule", { value: true });
8
12
  var formiojs_1 = require("formiojs");
@@ -18,6 +22,6 @@ function default_1() {
18
22
  key: 'display',
19
23
  components: Button_edit_display_1.default,
20
24
  },
21
- ]], extend));
25
+ ]], extend, false));
22
26
  }
23
27
  exports.default = default_1;
@@ -1,8 +1,12 @@
1
1
  "use strict";
2
- var __spreadArray = (this && this.__spreadArray) || function (to, from) {
3
- for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
4
- to[j] = from[i];
5
- return to;
2
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
3
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
4
+ if (ar || !(i in from)) {
5
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
6
+ ar[i] = from[i];
7
+ }
8
+ }
9
+ return to.concat(ar || Array.prototype.slice.call(from));
6
10
  };
7
11
  Object.defineProperty(exports, "__esModule", { value: true });
8
12
  var formiojs_1 = require("formiojs");
@@ -26,6 +30,6 @@ function default_1() {
26
30
  },
27
31
  ],
28
32
  },
29
- ]], extend));
33
+ ]], extend, false));
30
34
  }
31
35
  exports.default = default_1;
@@ -111,6 +111,10 @@ span[role=link]:hover {
111
111
  display: initial;
112
112
  }
113
113
 
114
+ .formio-hidden {
115
+ margin: 0;
116
+ }
117
+
114
118
  .formio-panel-content.usa-accordion__content {
115
119
  overflow: visible;
116
120
  }
@@ -141,6 +141,10 @@ span[role="link"] {
141
141
  }
142
142
  }
143
143
 
144
+ .formio-hidden {
145
+ margin: 0;
146
+ }
147
+
144
148
  .formio-panel-content.usa-accordion__content {
145
149
  overflow: visible;
146
150
  }
@@ -10,8 +10,8 @@ __p += '<div\n id="' +
10
10
  ((__t = (ctx.component.type !== 'button' ? ctx.component.customClass : '')) == null ? '' : __t) +
11
11
  '\n formio-component-' +
12
12
  ((__t = (ctx.component.type)) == null ? '' : __t) +
13
- '\n formio-form-group\n ' +
14
- ((__t = (!ctx.self.hasInput ? 'usa-prose' : '')) == null ? '' : __t) +
13
+ '\n ' +
14
+ ((__t = (!ctx.self.hasInput ? 'usa-prose' : 'formio-form-group')) == null ? '' : __t) +
15
15
  '\n ' +
16
16
  ((__t = (!ctx.visible ? 'formio-hidden' : '')) == null ? '' : __t) +
17
17
  '"\n ';
@@ -10,7 +10,7 @@ __p += '\n ' +
10
10
  ((__t = ( ctx.labelMarkup )) == null ? '' : __t) +
11
11
  '\n';
12
12
  } ;
13
- __p += '\n\n<div\n ref="messageContainer"\n class="text-secondary-dark width-full margin-top-05 formio-errors"\n></div>\n\n' +
13
+ __p += '\n\n<div\n ref="messageContainer"\n class="text-secondary-dark width-full formio-errors"\n></div>\n\n' +
14
14
  ((__t = (ctx.element)) == null ? '' : __t) +
15
15
  '\n\n';
16
16
  if (ctx.component.description) { ;
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  exports.default=function(ctx) {
5
5
  var __t, __p = '', __j = Array.prototype.join;
6
6
  function print() { __p += __j.call(arguments, '') }
7
- __p += '<div class="usa-accordion usa-accordion--bordered">\n <h2 class="usa-accordion__heading" ref="header">\n ';
7
+ __p += '<div class="usa-accordion usa-accordion--bordered margin-bottom-205">\n <h2 class="usa-accordion__heading" ref="header">\n ';
8
8
  if (ctx.component.collapsible) { ;
9
9
  __p += '\n <div\n tabindex="0"\n role="button"\n class="usa-accordion__button"\n aria-expanded="' +
10
10
  ((__t = (ctx.component.collapsible ? !ctx.collapsed : true)) == null ? '' : __t) +
@@ -60,8 +60,10 @@ __p += '\n value="' +
60
60
  __p += '\n checked=true\n ';
61
61
  } ;
62
62
  __p += '\n id="' +
63
+ ((__t = (ctx.instance.root?.id)) == null ? '' : __t) +
64
+ '-' +
63
65
  ((__t = (ctx.id)) == null ? '' : __t) +
64
- '' +
66
+ '-' +
65
67
  ((__t = (ctx.row)) == null ? '' : __t) +
66
68
  '-' +
67
69
  ((__t = (item.value)) == null ? '' : __t) +
@@ -70,8 +72,10 @@ __p += '\n id="' +
70
72
  '"\n >\n <label class="' +
71
73
  ((__t = (ctx.component.type === "selectboxes" ? "usa-checkbox__label" : "usa-radio__label")) == null ? '' : __t) +
72
74
  '" for="' +
75
+ ((__t = (ctx.instance.root?.id)) == null ? '' : __t) +
76
+ '-' +
73
77
  ((__t = (ctx.id)) == null ? '' : __t) +
74
- '' +
78
+ '-' +
75
79
  ((__t = (ctx.row)) == null ? '' : __t) +
76
80
  '-' +
77
81
  ((__t = (item.value)) == null ? '' : __t) +
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", {
3
3
  });
4
4
  exports.default=function(ctx) {
5
5
  var __t, __p = '';
6
- __p += '<div class="usa-card__container bg-base-lightest margin-0">\n <div class="usa-card__body" ref="' +
6
+ __p += '<div class="usa-card__container bg-base-lightest margin-x-0 margin-bottom-205">\n <div class="usa-card__body" ref="' +
7
7
  ((__t = (ctx.nestedKey)) == null ? '' : __t) +
8
8
  '">\n ' +
9
9
  ((__t = (ctx.children)) == null ? '' : __t) +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/uswds",
3
- "version": "2.3.7",
3
+ "version": "2.3.9",
4
4
  "description": "US Web Design System templates for form.io",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -31,31 +31,31 @@
31
31
  "Standards"
32
32
  ],
33
33
  "devDependencies": {
34
- "@types/chai": "^4.2.21",
35
- "@types/ejs": "^3.0.7",
36
- "@types/mocha": "^8.2.3",
37
- "@types/node": "^16.3.3",
38
- "@types/sinon": "^10.0.2",
34
+ "@types/chai": "^4.2.22",
35
+ "@types/ejs": "^3.1.0",
36
+ "@types/mocha": "^9.0.0",
37
+ "@types/node": "^16.9.4",
38
+ "@types/sinon": "^10.0.3",
39
39
  "chai": "^4.3.4",
40
40
  "del": "^6.0.0",
41
- "formiojs": "^4.13.4",
41
+ "formiojs": "^4.13.6",
42
42
  "gulp": "^4.0.2",
43
43
  "gulp-clean-css": "^4.3.0",
44
44
  "gulp-insert": "^0.5.0",
45
45
  "gulp-rename": "^2.0.0",
46
46
  "gulp-sass": "^5.0.0",
47
47
  "gulp-template": "^5.0.0",
48
- "mocha": "^9.0.2",
48
+ "mocha": "^9.1.1",
49
49
  "nyc": "^15.1.0",
50
50
  "pre-commit": "^1.2.2",
51
- "sass": "^1.35.2",
52
- "sinon": "^11.1.1",
53
- "ts-node": "^10.1.0",
54
- "ts-sinon": "^2.0.1",
51
+ "sass": "^1.42.0",
52
+ "sinon": "^11.1.2",
53
+ "ts-node": "^10.2.1",
54
+ "ts-sinon": "^2.0.2",
55
55
  "tslint": "^6.1.3",
56
- "typescript": "^4.3.5",
56
+ "typescript": "^4.4.3",
57
57
  "webpack": "5.38.1",
58
- "webpack-cli": "^4.7.2"
58
+ "webpack-cli": "^4.8.0"
59
59
  },
60
60
  "author": "Form.io Developers <support@form.io>",
61
61
  "license": "OSLv3",