@formio/uswds 2.4.7 → 2.4.8

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/dist/uswds.css CHANGED
@@ -75,6 +75,10 @@ span[role=link]:hover {
75
75
  border: 1px solid #565c65;
76
76
  }
77
77
 
78
+ .usa-form-group--month .usa-select {
79
+ opacity: 1;
80
+ }
81
+
78
82
  .formio-component-address .usa-checkbox {
79
83
  margin: 0.5em 0 0.3em;
80
84
  }
@@ -453,84 +457,72 @@ div[ref=modalContents] .usa-form-group--error {
453
457
  flex: 0 0 auto;
454
458
  width: 8.3333333333%;
455
459
  }
456
-
457
460
  div[class*=":grid-col-2"] {
458
461
  -webkit-box-flex: 0;
459
462
  -ms-flex: 0 0 auto;
460
463
  flex: 0 0 auto;
461
464
  width: 16.6666666667%;
462
465
  }
463
-
464
466
  div[class*=":grid-col-3"] {
465
467
  -webkit-box-flex: 0;
466
468
  -ms-flex: 0 0 auto;
467
469
  flex: 0 0 auto;
468
470
  width: 25%;
469
471
  }
470
-
471
472
  div[class*=":grid-col-4"] {
472
473
  -webkit-box-flex: 0;
473
474
  -ms-flex: 0 0 auto;
474
475
  flex: 0 0 auto;
475
476
  width: 33.3333333333%;
476
477
  }
477
-
478
478
  div[class*=":grid-col-5"] {
479
479
  -webkit-box-flex: 0;
480
480
  -ms-flex: 0 0 auto;
481
481
  flex: 0 0 auto;
482
482
  width: 41.6666666667%;
483
483
  }
484
-
485
484
  div[class*=":grid-col-6"] {
486
485
  -webkit-box-flex: 0;
487
486
  -ms-flex: 0 0 auto;
488
487
  flex: 0 0 auto;
489
488
  width: 50%;
490
489
  }
491
-
492
490
  div[class*=":grid-col-7"] {
493
491
  -webkit-box-flex: 0;
494
492
  -ms-flex: 0 0 auto;
495
493
  flex: 0 0 auto;
496
494
  width: 58.3333333333%;
497
495
  }
498
-
499
496
  div[class*=":grid-col-8"] {
500
497
  -webkit-box-flex: 0;
501
498
  -ms-flex: 0 0 auto;
502
499
  flex: 0 0 auto;
503
500
  width: 66.6666666667%;
504
501
  }
505
-
506
502
  div[class*=":grid-col-9"] {
507
503
  -webkit-box-flex: 0;
508
504
  -ms-flex: 0 0 auto;
509
505
  flex: 0 0 auto;
510
506
  width: 75%;
511
507
  }
512
-
513
508
  div[class*=":grid-col-10"] {
514
509
  -webkit-box-flex: 0;
515
510
  -ms-flex: 0 0 auto;
516
511
  flex: 0 0 auto;
517
512
  width: 83.3333333333%;
518
513
  }
519
-
520
514
  div[class*=":grid-col-11"] {
521
515
  -webkit-box-flex: 0;
522
516
  -ms-flex: 0 0 auto;
523
517
  flex: 0 0 auto;
524
518
  width: 91.6666666667%;
525
519
  }
526
-
527
520
  div[class*=":grid-col-12"] {
528
521
  -webkit-box-flex: 0;
529
522
  -ms-flex: 0 0 auto;
530
523
  flex: 0 0 auto;
531
524
  width: 100%;
532
525
  }
533
-
534
526
  .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
535
527
  background-image: none;
536
528
  background-color: #c9c9c9;
package/dist/uswds.js CHANGED
@@ -92,7 +92,7 @@ eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from,
92
92
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
93
93
 
94
94
  "use strict";
95
- eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar Button_form_1 = __webpack_require__(/*! ./Button.form */ \"./lib/components/button/Button.form.js\");\nvar ButtonComponent = formiojs_1.Components.components.button;\nvar FieldComponent = formiojs_1.Components.components.field;\nvar USWDSButtonComponent = /** @class */ (function (_super) {\n __extends(USWDSButtonComponent, _super);\n function USWDSButtonComponent() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n USWDSButtonComponent.prototype.getInputInfo = function () {\n var info = this.inputInfo;\n info.attr.class = 'usa-button';\n switch (this.component.theme) {\n case 'secondary':\n info.attr.class += ' usa-button--secondary';\n break;\n case 'info':\n case 'accent-cool':\n info.attr.class += ' usa-button--accent-cool';\n break;\n case 'success':\n info.attr.class += ' bg-green';\n break;\n case 'danger':\n info.attr.class += ' bg-secondary-vivid';\n break;\n case 'warning':\n info.attr.class += ' usa-button--accent-warm';\n break;\n case 'base':\n info.attr.class += ' usa-button--base';\n break;\n case 'outline':\n info.attr.class += ' usa-button--outline';\n break;\n }\n if (this.component.customClass) {\n info.attr.class += \" \" + this.component.customClass;\n }\n return info;\n };\n USWDSButtonComponent.prototype.render = function () {\n if (this.viewOnly || this.options.hideButtons) {\n this._visible = false;\n }\n return FieldComponent.prototype.render.call(this, this.renderTemplate('button', {\n component: this.component,\n input: this.getInputInfo(),\n }));\n };\n USWDSButtonComponent.editForm = Button_form_1.default;\n return USWDSButtonComponent;\n}(ButtonComponent));\nexports.default = USWDSButtonComponent;\n\n\n//# sourceURL=webpack://uswds/./lib/components/button/Button.js?");
95
+ eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar Button_form_1 = __webpack_require__(/*! ./Button.form */ \"./lib/components/button/Button.form.js\");\nvar ButtonComponent = formiojs_1.Components.components.button;\nvar FieldComponent = formiojs_1.Components.components.field;\nvar USWDSButtonComponent = /** @class */ (function (_super) {\n __extends(USWDSButtonComponent, _super);\n function USWDSButtonComponent() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n USWDSButtonComponent.prototype.getInputInfo = function () {\n var info = this.inputInfo;\n info.attr.class = 'usa-button';\n switch (this.component.theme) {\n case 'secondary':\n info.attr.class += ' usa-button--secondary';\n break;\n case 'info':\n case 'accent-cool':\n info.attr.class += ' usa-button--accent-cool';\n break;\n case 'success':\n info.attr.class += ' bg-green';\n break;\n case 'danger':\n info.attr.class += ' bg-secondary-vivid';\n break;\n case 'warning':\n info.attr.class += ' usa-button--accent-warm';\n break;\n case 'base':\n info.attr.class += ' usa-button--base';\n break;\n case 'outline':\n info.attr.class += ' usa-button--outline';\n break;\n }\n if (this.component.customClass) {\n info.attr.class += \" \".concat(this.component.customClass);\n }\n return info;\n };\n USWDSButtonComponent.prototype.render = function () {\n if (this.viewOnly || this.options.hideButtons) {\n this._visible = false;\n }\n return FieldComponent.prototype.render.call(this, this.renderTemplate('button', {\n component: this.component,\n input: this.getInputInfo(),\n }));\n };\n USWDSButtonComponent.editForm = Button_form_1.default;\n return USWDSButtonComponent;\n}(ButtonComponent));\nexports.default = USWDSButtonComponent;\n\n\n//# sourceURL=webpack://uswds/./lib/components/button/Button.js?");
96
96
 
97
97
  /***/ }),
98
98
 
@@ -644,6 +644,16 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
644
644
 
645
645
  /***/ }),
646
646
 
647
+ /***/ "./lib/templates/uswds/field/align.ejs.js":
648
+ /*!************************************************!*\
649
+ !*** ./lib/templates/uswds/field/align.ejs.js ***!
650
+ \************************************************/
651
+ /***/ (function(__unused_webpack_module, exports) {
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__p += '<div class=\"field-wrapper\\n ' +\n((__t = (ctx.isRightPosition ? 'field-wrapper--reverse' : '')) == null ? '' : __t) +\n'\">\\n ';\n if (!ctx.label.hidden) { ;\n__p += '\\n <div class=\"field-label\\n ' +\n((__t = (ctx.isRightAlign ? 'field-label--right' : '')) == null ? '' : __t) +\n'\"\\n style=\"' +\n((__t = (ctx.labelStyles)) == null ? '' : __t) +\n'\">\\n ' +\n((__t = ( ctx.labelMarkup )) == null ? '' : __t) +\n'\\n </div>\\n ';\n } ;\n__p += '\\n\\n ';\n if (ctx.label.hidden && ctx.label.className && ctx.component.validate.required) { ;\n__p += '\\n <div class=\"field-label\\n ' +\n((__t = (ctx.isRightAlign ? 'field-label--right' : '')) == null ? '' : __t) +\n'\"\\n style=\"' +\n((__t = (ctx.labelStyles)) == null ? '' : __t) +\n'\">\\n <label class=\"' +\n((__t = (ctx.label.className)) == null ? '' : __t) +\n'\"></label>\\n </div>\\n ';\n } ;\n__p += '\\n\\n <div class=\"field-content\" style=\"' +\n((__t = (ctx.contentStyles)) == null ? '' : __t) +\n'\">\\n ' +\n((__t = (ctx.element)) == null ? '' : __t) +\n'\\n </div>\\n</div>\\n\\n';\n if (ctx.component.description) { ;\n__p += '\\n <div class=\"form-text text-muted\">' +\n((__t = (ctx.t(ctx.component.description, { _userInput: true }))) == null ? '' : __t) +\n'</div>\\n';\n } ;\n__p += '\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/field/align.ejs.js?");
654
+
655
+ /***/ }),
656
+
647
657
  /***/ "./lib/templates/uswds/field/form.ejs.js":
648
658
  /*!***********************************************!*\
649
659
  !*** ./lib/templates/uswds/field/form.ejs.js ***!
@@ -661,7 +671,7 @@ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nex
661
671
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
662
672
 
663
673
  "use strict";
664
- eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar form_ejs_1 = __webpack_require__(/*! ./form.ejs */ \"./lib/templates/uswds/field/form.ejs.js\");\nexports.default = { form: form_ejs_1.default };\n\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/field/index.js?");
674
+ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar form_ejs_1 = __webpack_require__(/*! ./form.ejs */ \"./lib/templates/uswds/field/form.ejs.js\");\nvar align_ejs_1 = __webpack_require__(/*! ./align.ejs */ \"./lib/templates/uswds/field/align.ejs.js\");\nexports.default = { form: form_ejs_1.default, align: align_ejs_1.default };\n\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/field/index.js?");
665
675
 
666
676
  /***/ }),
667
677
 
@@ -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-component-survey .usa-radio .usa-radio__label{height:20px}.formio-component-survey .usa-radio .usa-radio__label:before{left:50%;transform:translateX(-50%);margin:0}.formio-dialog.formio-dialog-theme-default .component-edit-container{padding:.6em}.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-content .usa-label{padding-right:30px}.formio-dialog-content .usa-label label{padding-right:0}.formio-dialog-buttons{display:flex;justify-content:flex-end;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:1%;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}.formio-tooltip__trigger{cursor:pointer}.formio-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}.formio-tooltip__body.formio-tooltip--is-set{display:block}.formio-tooltip__body--whitespace{white-space:normal;width:250px}.formio-tooltip__body--right{top:auto;transform:translateX(0)}.formio-tooltip__body--left{top:auto;left:0;right:auto;transform:translateX(0)}.formio-tooltip__body--bottom{bottom:auto;top:0}.formio-tooltip__wrapper{position:relative}.formio-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__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-checkbox,.usa-radio{background:0 0!important}.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}div[ref=modalContents] .usa-form-group--error{margin-top:0}@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}.usa-form-group--month .usa-select{opacity:1}.formio-component-address .usa-checkbox{margin:.5em 0 .3em}.formio-component-survey .usa-radio .usa-radio__label{height:20px}.formio-component-survey .usa-radio .usa-radio__label:before{left:50%;transform:translateX(-50%);margin:0}.formio-dialog.formio-dialog-theme-default .component-edit-container{padding:.6em}.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-content .usa-label{padding-right:30px}.formio-dialog-content .usa-label label{padding-right:0}.formio-dialog-buttons{display:flex;justify-content:flex-end;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:1%;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}.formio-tooltip__trigger{cursor:pointer}.formio-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}.formio-tooltip__body.formio-tooltip--is-set{display:block}.formio-tooltip__body--whitespace{white-space:normal;width:250px}.formio-tooltip__body--right{top:auto;transform:translateX(0)}.formio-tooltip__body--left{top:auto;left:0;right:auto;transform:translateX(0)}.formio-tooltip__body--bottom{bottom:auto;top:0}.formio-tooltip__wrapper{position:relative}.formio-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__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-checkbox,.usa-radio{background:0 0!important}.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}div[ref=modalContents] .usa-form-group--error{margin-top:0}@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,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])},l(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])},l(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])},l(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])},l(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.id)?"":e)+"-"+(null==(e=n.input.attr.name)?"":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"\n for="'+(null==(e=n.id)?"":e)+"-"+(null==(e=n.input.attr.name)?"":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+=' style="'+(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">\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","sr-only":"usa-sr-only","formio-form-error":"usa-form-group--error","formio-label-error":"usa-label--error","formio-input-success":"usa-input--success","formio-input-error":"usa-input--error","formio-modal-save":"usa-error","formio-alert-danger":"usa-alert usa-alert--error usa-alert--no-icon","formio-alert-success":"usa-alert usa-alert--success usa-alert--no-icon","formio-modal-cancel-button":"usa-button usa-button--secondary","formio-modal-confirm-button":"usa-button","form-control ui fluid selection dropdown":"usa-select maxw-full"}},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 <div>"+(null==(e=n.month)?"":e)+"</div>\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.component.filePattern&&"*"!==n.component.filePattern?n.t("Allowed file types: ")+n.component.filePattern:"Any file types are allowed")?"":e)+'</div>\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="fileSelector 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" tabindex="-1"></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="fileSelector 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>\n <span class="usa-sr-only">\n '+(null==(e=n.component.filePattern&&"*"!==n.component.filePattern?n.t("Allowed file types: ")+n.component.filePattern:"Any file types are allowed")?"":e)+"\n </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),w=t(9096),x=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),K=t(4171),q=t(1218),R=t(2681),T=t(5941),I=t(8760),F=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={transform:function(n,e){return e&&"class"===n&&this.cssClasses.hasOwnProperty(e.toString())?this.cssClasses[e.toString()]:e},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:w.default,editgrid:x.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:K.default,message:q.default,modalPreview:R.default,multiValueRow:T.default,multiValueTable:I.default,panel:F.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||n.component.showWordCount)&&(t+='\n<div class="'+(null==(e=n.component.description?"pull-right":"text-right")?"":e)+'">\n ',n.component.showCharCount&&(t+='\n <span aria-live="polite" class="text-muted" ref="charcount"></span>\n '),t+="\n ",n.component.showWordCount&&(t+='\n <span aria-live="polite" class="text-muted" ref="wordcount"></span>\n '),t+="\n</div>\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="radioGroup"\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&&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&&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":default:return"tablet";case"lg":return"desktop"}}},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>\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" ref="'+(null==(e=n.tabKey)?"":e)+'">\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="tablist" class="usa-sidenav">\n ',n.component.components.forEach((function(l,o){t+='\n <li role="tab" class="usa-sidenav__item '+(null==(e=n.currentTab===o?"usa-current":"")?"":e)+' border-top-0" 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" ref="'+(null==(e=n.wizardKey)?"":e)+'-header" 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])},l(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])},l(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])},l(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+=" ".concat(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])},l(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.id)?"":e)+"-"+(null==(e=n.input.attr.name)?"":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"\n for="'+(null==(e=n.id)?"":e)+"-"+(null==(e=n.input.attr.name)?"":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+=' style="'+(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">\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","sr-only":"usa-sr-only","formio-form-error":"usa-form-group--error","formio-label-error":"usa-label--error","formio-input-success":"usa-input--success","formio-input-error":"usa-input--error","formio-modal-save":"usa-error","formio-alert-danger":"usa-alert usa-alert--error usa-alert--no-icon","formio-alert-success":"usa-alert usa-alert--success usa-alert--no-icon","formio-modal-cancel-button":"usa-button usa-button--secondary","formio-modal-confirm-button":"usa-button","form-control ui fluid selection dropdown":"usa-select maxw-full"}},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 <div>"+(null==(e=n.month)?"":e)+"</div>\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}},4120:function(n,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(n){var e,t="";return Array.prototype.join,t+='<div class="field-wrapper\n '+(null==(e=n.isRightPosition?"field-wrapper--reverse":"")?"":e)+'">\n ',n.label.hidden||(t+='\n <div class="field-label\n '+(null==(e=n.isRightAlign?"field-label--right":"")?"":e)+'"\n style="'+(null==(e=n.labelStyles)?"":e)+'">\n '+(null==(e=n.labelMarkup)?"":e)+"\n </div>\n "),t+="\n\n ",n.label.hidden&&n.label.className&&n.component.validate.required&&(t+='\n <div class="field-label\n '+(null==(e=n.isRightAlign?"field-label--right":"")?"":e)+'"\n style="'+(null==(e=n.labelStyles)?"":e)+'">\n <label class="'+(null==(e=n.label.className)?"":e)+'"></label>\n </div>\n '),t+='\n\n <div class="field-content" style="'+(null==(e=n.contentStyles)?"":e)+'">\n '+(null==(e=n.element)?"":e)+"\n </div>\n</div>\n\n",n.component.description&&(t+='\n <div class="form-text text-muted">'+(null==(e=n.t(n.component.description,{_userInput:!0}))?"":e)+"</div>\n"),t+"\n"}},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),o=t(4120);e.default={form:l.default,align:o.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.component.filePattern&&"*"!==n.component.filePattern?n.t("Allowed file types: ")+n.component.filePattern:"Any file types are allowed")?"":e)+'</div>\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="fileSelector 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" tabindex="-1"></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="fileSelector 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>\n <span class="usa-sr-only">\n '+(null==(e=n.component.filePattern&&"*"!==n.component.filePattern?n.t("Allowed file types: ")+n.component.filePattern:"Any file types are allowed")?"":e)+"\n </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),w=t(9096),x=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),R=t(4171),K=t(1218),q=t(2681),T=t(5941),I=t(8760),S=t(1236),F=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={transform:function(n,e){return e&&"class"===n&&this.cssClasses.hasOwnProperty(e.toString())?this.cssClasses[e.toString()]:e},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:w.default,editgrid:x.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:R.default,message:K.default,modalPreview:q.default,multiValueRow:T.default,multiValueTable:I.default,panel:S.default,pdf:F.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||n.component.showWordCount)&&(t+='\n<div class="'+(null==(e=n.component.description?"pull-right":"text-right")?"":e)+'">\n ',n.component.showCharCount&&(t+='\n <span aria-live="polite" class="text-muted" ref="charcount"></span>\n '),t+="\n ",n.component.showWordCount&&(t+='\n <span aria-live="polite" class="text-muted" ref="wordcount"></span>\n '),t+="\n</div>\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="radioGroup"\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&&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&&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":default:return"tablet";case"lg":return"desktop"}}},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>\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" ref="'+(null==(e=n.tabKey)?"":e)+'">\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="tablist" class="usa-sidenav">\n ',n.component.components.forEach((function(l,o){t+='\n <li role="tab" class="usa-sidenav__item '+(null==(e=n.currentTab===o?"usa-current":"")?"":e)+' border-top-0" 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" ref="'+(null==(e=n.wizardKey)?"":e)+'-header" 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}()}));
@@ -52,7 +52,7 @@ var USWDSButtonComponent = /** @class */ (function (_super) {
52
52
  break;
53
53
  }
54
54
  if (this.component.customClass) {
55
- info.attr.class += " " + this.component.customClass;
55
+ info.attr.class += " ".concat(this.component.customClass);
56
56
  }
57
57
  return info;
58
58
  };
@@ -75,6 +75,10 @@ span[role=link]:hover {
75
75
  border: 1px solid #565c65;
76
76
  }
77
77
 
78
+ .usa-form-group--month .usa-select {
79
+ opacity: 1;
80
+ }
81
+
78
82
  .formio-component-address .usa-checkbox {
79
83
  margin: 0.5em 0 0.3em;
80
84
  }
@@ -453,84 +457,72 @@ div[ref=modalContents] .usa-form-group--error {
453
457
  flex: 0 0 auto;
454
458
  width: 8.3333333333%;
455
459
  }
456
-
457
460
  div[class*=":grid-col-2"] {
458
461
  -webkit-box-flex: 0;
459
462
  -ms-flex: 0 0 auto;
460
463
  flex: 0 0 auto;
461
464
  width: 16.6666666667%;
462
465
  }
463
-
464
466
  div[class*=":grid-col-3"] {
465
467
  -webkit-box-flex: 0;
466
468
  -ms-flex: 0 0 auto;
467
469
  flex: 0 0 auto;
468
470
  width: 25%;
469
471
  }
470
-
471
472
  div[class*=":grid-col-4"] {
472
473
  -webkit-box-flex: 0;
473
474
  -ms-flex: 0 0 auto;
474
475
  flex: 0 0 auto;
475
476
  width: 33.3333333333%;
476
477
  }
477
-
478
478
  div[class*=":grid-col-5"] {
479
479
  -webkit-box-flex: 0;
480
480
  -ms-flex: 0 0 auto;
481
481
  flex: 0 0 auto;
482
482
  width: 41.6666666667%;
483
483
  }
484
-
485
484
  div[class*=":grid-col-6"] {
486
485
  -webkit-box-flex: 0;
487
486
  -ms-flex: 0 0 auto;
488
487
  flex: 0 0 auto;
489
488
  width: 50%;
490
489
  }
491
-
492
490
  div[class*=":grid-col-7"] {
493
491
  -webkit-box-flex: 0;
494
492
  -ms-flex: 0 0 auto;
495
493
  flex: 0 0 auto;
496
494
  width: 58.3333333333%;
497
495
  }
498
-
499
496
  div[class*=":grid-col-8"] {
500
497
  -webkit-box-flex: 0;
501
498
  -ms-flex: 0 0 auto;
502
499
  flex: 0 0 auto;
503
500
  width: 66.6666666667%;
504
501
  }
505
-
506
502
  div[class*=":grid-col-9"] {
507
503
  -webkit-box-flex: 0;
508
504
  -ms-flex: 0 0 auto;
509
505
  flex: 0 0 auto;
510
506
  width: 75%;
511
507
  }
512
-
513
508
  div[class*=":grid-col-10"] {
514
509
  -webkit-box-flex: 0;
515
510
  -ms-flex: 0 0 auto;
516
511
  flex: 0 0 auto;
517
512
  width: 83.3333333333%;
518
513
  }
519
-
520
514
  div[class*=":grid-col-11"] {
521
515
  -webkit-box-flex: 0;
522
516
  -ms-flex: 0 0 auto;
523
517
  flex: 0 0 auto;
524
518
  width: 91.6666666667%;
525
519
  }
526
-
527
520
  div[class*=":grid-col-12"] {
528
521
  -webkit-box-flex: 0;
529
522
  -ms-flex: 0 0 auto;
530
523
  flex: 0 0 auto;
531
524
  width: 100%;
532
525
  }
533
-
534
526
  .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
535
527
  background-image: none;
536
528
  background-color: #c9c9c9;
package/lib/index.d.ts CHANGED
@@ -71,6 +71,7 @@ declare const _default: {
71
71
  };
72
72
  field: {
73
73
  form: string;
74
+ align: string;
74
75
  };
75
76
  fieldset: {
76
77
  form: string;
@@ -101,6 +101,10 @@ span[role="link"] {
101
101
  border: 1px solid #565c65;
102
102
  }
103
103
 
104
+ .usa-form-group--month .usa-select {
105
+ opacity: 1;
106
+ }
107
+
104
108
  .formio-component-address .usa-checkbox {
105
109
  margin: 0.5em 0 0.3em;
106
110
  }
@@ -69,6 +69,7 @@ declare const _default: {
69
69
  };
70
70
  field: {
71
71
  form: string;
72
+ align: string;
72
73
  };
73
74
  fieldset: {
74
75
  form: string;
@@ -0,0 +1,41 @@
1
+ Object.defineProperty(exports, "__esModule", {
2
+ value: true
3
+ });
4
+ exports.default=function(ctx) {
5
+ var __t, __p = '', __j = Array.prototype.join;
6
+ function print() { __p += __j.call(arguments, '') }
7
+ __p += '<div class="field-wrapper\n ' +
8
+ ((__t = (ctx.isRightPosition ? 'field-wrapper--reverse' : '')) == null ? '' : __t) +
9
+ '">\n ';
10
+ if (!ctx.label.hidden) { ;
11
+ __p += '\n <div class="field-label\n ' +
12
+ ((__t = (ctx.isRightAlign ? 'field-label--right' : '')) == null ? '' : __t) +
13
+ '"\n style="' +
14
+ ((__t = (ctx.labelStyles)) == null ? '' : __t) +
15
+ '">\n ' +
16
+ ((__t = ( ctx.labelMarkup )) == null ? '' : __t) +
17
+ '\n </div>\n ';
18
+ } ;
19
+ __p += '\n\n ';
20
+ if (ctx.label.hidden && ctx.label.className && ctx.component.validate.required) { ;
21
+ __p += '\n <div class="field-label\n ' +
22
+ ((__t = (ctx.isRightAlign ? 'field-label--right' : '')) == null ? '' : __t) +
23
+ '"\n style="' +
24
+ ((__t = (ctx.labelStyles)) == null ? '' : __t) +
25
+ '">\n <label class="' +
26
+ ((__t = (ctx.label.className)) == null ? '' : __t) +
27
+ '"></label>\n </div>\n ';
28
+ } ;
29
+ __p += '\n\n <div class="field-content" style="' +
30
+ ((__t = (ctx.contentStyles)) == null ? '' : __t) +
31
+ '">\n ' +
32
+ ((__t = (ctx.element)) == null ? '' : __t) +
33
+ '\n </div>\n</div>\n\n';
34
+ if (ctx.component.description) { ;
35
+ __p += '\n <div class="form-text text-muted">' +
36
+ ((__t = (ctx.t(ctx.component.description, { _userInput: true }))) == null ? '' : __t) +
37
+ '</div>\n';
38
+ } ;
39
+ __p += '\n';
40
+ return __p
41
+ }
@@ -1,4 +1,5 @@
1
1
  declare const _default: {
2
2
  form: string;
3
+ align: string;
3
4
  };
4
5
  export default _default;
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var form_ejs_1 = require("./form.ejs");
4
- exports.default = { form: form_ejs_1.default };
4
+ var align_ejs_1 = require("./align.ejs");
5
+ exports.default = { form: form_ejs_1.default, align: align_ejs_1.default };
@@ -68,6 +68,7 @@ declare const _default: {
68
68
  };
69
69
  field: {
70
70
  form: string;
71
+ align: string;
71
72
  };
72
73
  fieldset: {
73
74
  form: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/uswds",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "description": "US Web Design System templates for form.io",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {