@formio/angular 5.2.1-rc.2 → 5.3.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (513) hide show
  1. package/{dist/angular-formio/FormioBaseComponent.d.ts → FormioBaseComponent.d.ts} +0 -0
  2. package/{dist/angular-formio/FormioBaseComponent.d.ts.map → FormioBaseComponent.d.ts.map} +0 -0
  3. package/README.md +13 -170
  4. package/{dist/angular-formio/auth → auth}/auth.component.d.ts +0 -0
  5. package/{dist/angular-formio/auth → auth}/auth.component.d.ts.map +0 -0
  6. package/{dist/angular-formio/auth → auth}/auth.config.d.ts +0 -0
  7. package/{dist/angular-formio/auth → auth}/auth.config.d.ts.map +0 -0
  8. package/{dist/angular-formio/auth → auth}/auth.module.d.ts +0 -0
  9. package/{dist/angular-formio/auth → auth}/auth.module.d.ts.map +0 -0
  10. package/{dist/angular-formio/auth → auth}/auth.routes.d.ts +0 -0
  11. package/{dist/angular-formio/auth → auth}/auth.routes.d.ts.map +0 -0
  12. package/{dist/angular-formio/auth → auth}/auth.service.d.ts +0 -0
  13. package/{dist/angular-formio/auth → auth}/auth.service.d.ts.map +0 -0
  14. package/{dist/angular-formio/auth → auth}/formio-angular-auth.d.ts +0 -0
  15. package/{dist/angular-formio/auth → auth}/formio-angular-auth.d.ts.map +0 -0
  16. package/{dist/angular-formio/auth → auth}/index.d.ts +0 -0
  17. package/{dist/angular-formio/auth → auth}/index.d.ts.map +0 -0
  18. package/{dist/angular-formio/auth → auth}/login/login.component.d.ts +0 -0
  19. package/{dist/angular-formio/auth → auth}/login/login.component.d.ts.map +0 -0
  20. package/auth/package.json +10 -0
  21. package/{dist/angular-formio/auth → auth}/public_api.d.ts +0 -0
  22. package/{dist/angular-formio/auth → auth}/public_api.d.ts.map +0 -0
  23. package/{dist/angular-formio/auth → auth}/register/register.component.d.ts +0 -0
  24. package/{dist/angular-formio/auth → auth}/register/register.component.d.ts.map +0 -0
  25. package/{dist/angular-formio/auth → auth}/resetpass/resetpass.component.d.ts +0 -0
  26. package/{dist/angular-formio/auth → auth}/resetpass/resetpass.component.d.ts.map +0 -0
  27. package/{dist/angular-formio/components → components}/alerts/formio.alerts.component.d.ts +0 -0
  28. package/{dist/angular-formio/components → components}/alerts/formio.alerts.component.d.ts.map +0 -0
  29. package/{dist/angular-formio/components → components}/alerts/formio.alerts.d.ts +0 -0
  30. package/{dist/angular-formio/components → components}/alerts/formio.alerts.d.ts.map +0 -0
  31. package/{dist/angular-formio/components → components}/alerts/parse-html-content.pipe.d.ts +0 -0
  32. package/{dist/angular-formio/components → components}/alerts/parse-html-content.pipe.d.ts.map +0 -0
  33. package/{dist/angular-formio/components → components}/formbuilder/formbuilder.component.d.ts +0 -0
  34. package/{dist/angular-formio/components → components}/formbuilder/formbuilder.component.d.ts.map +0 -0
  35. package/{dist/angular-formio/components → components}/formio/formio.component.d.ts +0 -0
  36. package/{dist/angular-formio/components → components}/formio/formio.component.d.ts.map +0 -0
  37. package/{dist/angular-formio/components → components}/loader/formio.loader.component.d.ts +0 -0
  38. package/{dist/angular-formio/components → components}/loader/formio.loader.component.d.ts.map +0 -0
  39. package/{dist/angular-formio/core.d.ts → core.d.ts} +0 -0
  40. package/{dist/angular-formio/core.d.ts.map → core.d.ts.map} +0 -0
  41. package/{dist/angular-formio/custom-component → custom-component}/create-custom-component.d.ts +0 -0
  42. package/{dist/angular-formio/custom-component → custom-component}/create-custom-component.d.ts.map +0 -0
  43. package/{dist/angular-formio/custom-component → custom-component}/custom-tags.service.d.ts +0 -0
  44. package/{dist/angular-formio/custom-component → custom-component}/custom-tags.service.d.ts.map +0 -0
  45. package/{dist/angular-formio/custom-component → custom-component}/register-custom-component.d.ts +0 -0
  46. package/{dist/angular-formio/custom-component → custom-component}/register-custom-component.d.ts.map +0 -0
  47. package/{dist/angular-formio/elements.common.d.ts → elements.common.d.ts} +0 -0
  48. package/{dist/angular-formio/elements.common.d.ts.map → elements.common.d.ts.map} +0 -0
  49. package/esm2020/FormioBaseComponent.mjs +491 -0
  50. package/esm2020/auth/auth.component.mjs +12 -0
  51. package/esm2020/auth/auth.config.mjs +15 -0
  52. package/esm2020/auth/auth.module.mjs +48 -0
  53. package/{dist/angular-formio/esm2015/auth/auth.routes.js → esm2020/auth/auth.routes.mjs} +0 -0
  54. package/{dist/angular-formio/esm2015/auth/auth.service.js → esm2020/auth/auth.service.mjs} +6 -6
  55. package/{dist/angular-formio/esm2015/auth/formio-angular-auth.js → esm2020/auth/formio-angular-auth.mjs} +0 -0
  56. package/{dist/angular-formio/esm2015/auth/index.js → esm2020/auth/index.mjs} +0 -0
  57. package/esm2020/auth/login/login.component.mjs +16 -0
  58. package/{dist/angular-formio/esm2015/auth/public_api.js → esm2020/auth/public_api.mjs} +0 -0
  59. package/esm2020/auth/register/register.component.mjs +16 -0
  60. package/esm2020/auth/resetpass/resetpass.component.mjs +16 -0
  61. package/esm2020/components/alerts/formio.alerts.component.mjs +29 -0
  62. package/{dist/angular-formio/esm2015/components/alerts/formio.alerts.js → esm2020/components/alerts/formio.alerts.mjs} +0 -0
  63. package/esm2020/components/alerts/parse-html-content.pipe.mjs +19 -0
  64. package/esm2020/components/formbuilder/formbuilder.component.mjs +190 -0
  65. package/esm2020/components/formio/formio.component.mjs +40 -0
  66. package/esm2020/components/loader/formio.loader.component.mjs +14 -0
  67. package/{dist/angular-formio/esm2015/core.js → esm2020/core.mjs} +0 -0
  68. package/esm2020/custom-component/create-custom-component.mjs +144 -0
  69. package/esm2020/custom-component/custom-tags.service.mjs +16 -0
  70. package/{dist/angular-formio/esm2015/custom-component/register-custom-component.js → esm2020/custom-component/register-custom-component.mjs} +0 -0
  71. package/{dist/angular-formio/esm2015/elements.common.js → esm2020/elements.common.mjs} +0 -0
  72. package/{dist/angular-formio/esm2015/formio-angular.js → esm2020/formio-angular.mjs} +0 -0
  73. package/{dist/angular-formio/esm2015/formio-promise.service.js → esm2020/formio-promise.service.mjs} +0 -0
  74. package/{dist/angular-formio/esm2015/formio.common.js → esm2020/formio.common.mjs} +0 -0
  75. package/esm2020/formio.config.mjs +14 -0
  76. package/esm2020/formio.module.mjs +60 -0
  77. package/{dist/angular-formio/esm2015/formio.service.js → esm2020/formio.service.mjs} +0 -0
  78. package/{dist/angular-formio/esm2015/formio.utils.js → esm2020/formio.utils.mjs} +0 -0
  79. package/esm2020/grid/GridBodyComponent.mjs +81 -0
  80. package/esm2020/grid/GridFooterComponent.mjs +36 -0
  81. package/esm2020/grid/GridHeaderComponent.mjs +30 -0
  82. package/esm2020/grid/form/FormGridBody.component.mjs +19 -0
  83. package/esm2020/grid/form/FormGridFooter.component.mjs +26 -0
  84. package/esm2020/grid/form/FormGridHeader.component.mjs +26 -0
  85. package/{dist/angular-formio/esm2015/grid/form/index.js → esm2020/grid/form/index.mjs} +0 -0
  86. package/{dist/angular-formio/esm2015/grid/form/time-since.pipe.js → esm2020/grid/form/time-since.pipe.mjs} +9 -9
  87. package/{dist/angular-formio/esm2015/grid/formio-angular-grid.js → esm2020/grid/formio-angular-grid.mjs} +0 -0
  88. package/esm2020/grid/grid.component.mjs +230 -0
  89. package/esm2020/grid/grid.module.mjs +89 -0
  90. package/esm2020/grid/grid.service.mjs +17 -0
  91. package/{dist/angular-formio/esm2015/grid/index.js → esm2020/grid/index.mjs} +0 -0
  92. package/{dist/angular-formio/esm2015/grid/public_api.js → esm2020/grid/public_api.mjs} +0 -0
  93. package/esm2020/grid/submission/SubmissionGridBody.component.mjs +43 -0
  94. package/esm2020/grid/submission/SubmissionGridFooter.component.mjs +23 -0
  95. package/esm2020/grid/submission/SubmissionGridHeader.component.mjs +61 -0
  96. package/{dist/angular-formio/esm2015/grid/submission/index.js → esm2020/grid/submission/index.mjs} +0 -0
  97. package/{dist/angular-formio/esm2015/grid/types/grid-column.js → esm2020/grid/types/grid-column.mjs} +0 -0
  98. package/{dist/angular-formio/esm2015/grid/types/grid-footer-positions.js → esm2020/grid/types/grid-footer-positions.mjs} +0 -0
  99. package/{dist/angular-formio/esm2015/grid/types/grid-header.js → esm2020/grid/types/grid-header.mjs} +0 -0
  100. package/{dist/angular-formio/esm2015/index.js → esm2020/index.mjs} +0 -0
  101. package/esm2020/manager/create/create.component.mjs +18 -0
  102. package/esm2020/manager/delete/delete.component.mjs +37 -0
  103. package/esm2020/manager/edit/edit.component.mjs +109 -0
  104. package/esm2020/manager/form/form.component.mjs +70 -0
  105. package/esm2020/manager/form-manager.config.mjs +15 -0
  106. package/esm2020/manager/form-manager.module.mjs +85 -0
  107. package/{dist/angular-formio/esm2015/manager/form-manager.routes.js → esm2020/manager/form-manager.routes.mjs} +0 -0
  108. package/{dist/angular-formio/esm2015/manager/form-manager.service.js → esm2020/manager/form-manager.service.mjs} +6 -6
  109. package/{dist/angular-formio/esm2015/manager/formio-angular-manager.js → esm2020/manager/formio-angular-manager.mjs} +0 -0
  110. package/esm2020/manager/index/index.component.mjs +84 -0
  111. package/{dist/angular-formio/esm2015/manager/index.js → esm2020/manager/index.mjs} +0 -0
  112. package/{dist/angular-formio/esm2015/manager/public_api.js → esm2020/manager/public_api.mjs} +0 -0
  113. package/esm2020/manager/submission/delete/delete.component.mjs +28 -0
  114. package/esm2020/manager/submission/edit/edit.component.mjs +22 -0
  115. package/esm2020/manager/submission/index/index.component.mjs +22 -0
  116. package/esm2020/manager/submission/submission/submission.component.mjs +26 -0
  117. package/esm2020/manager/submission/view/view.component.mjs +16 -0
  118. package/esm2020/manager/view/view.component.mjs +42 -0
  119. package/{dist/angular-formio/esm2015/public-api.js → esm2020/public-api.mjs} +0 -0
  120. package/esm2020/resource/create/create.component.mjs +37 -0
  121. package/esm2020/resource/delete/delete.component.mjs +26 -0
  122. package/esm2020/resource/edit/edit.component.mjs +36 -0
  123. package/{dist/angular-formio/esm2015/resource/formio-angular-resource.js → esm2020/resource/formio-angular-resource.mjs} +0 -0
  124. package/esm2020/resource/index/index.component.mjs +61 -0
  125. package/{dist/angular-formio/esm2015/resource/index.js → esm2020/resource/index.mjs} +0 -0
  126. package/{dist/angular-formio/esm2015/resource/public_api.js → esm2020/resource/public_api.mjs} +0 -0
  127. package/esm2020/resource/resource.component.mjs +46 -0
  128. package/esm2020/resource/resource.config.mjs +15 -0
  129. package/esm2020/resource/resource.module.mjs +64 -0
  130. package/{dist/angular-formio/esm2015/resource/resource.routes.js → esm2020/resource/resource.routes.mjs} +0 -0
  131. package/{dist/angular-formio/esm2015/resource/resource.service.js → esm2020/resource/resource.service.mjs} +8 -8
  132. package/esm2020/resource/resources.service.mjs +22 -0
  133. package/esm2020/resource/view/view.component.mjs +23 -0
  134. package/{dist/angular-formio/esm2015/types/alerts-position.js → esm2020/types/alerts-position.mjs} +0 -0
  135. package/{dist/angular-formio/esm2015/types/formio-metadata.js → esm2020/types/formio-metadata.mjs} +0 -0
  136. package/{dist/angular-formio/esm2015/types/formio-submission.js → esm2020/types/formio-submission.mjs} +0 -0
  137. package/{dist/angular-formio/fesm2015/formio-angular-auth.js → fesm2015/formio-angular-auth.mjs} +59 -111
  138. package/fesm2015/formio-angular-auth.mjs.map +1 -0
  139. package/fesm2015/formio-angular-grid.mjs +691 -0
  140. package/fesm2015/formio-angular-grid.mjs.map +1 -0
  141. package/fesm2015/formio-angular-manager.mjs +739 -0
  142. package/fesm2015/formio-angular-manager.mjs.map +1 -0
  143. package/fesm2015/formio-angular-resource.mjs +511 -0
  144. package/fesm2015/formio-angular-resource.mjs.map +1 -0
  145. package/fesm2015/formio-angular.mjs +1138 -0
  146. package/fesm2015/formio-angular.mjs.map +1 -0
  147. package/fesm2020/formio-angular-auth.mjs +296 -0
  148. package/fesm2020/formio-angular-auth.mjs.map +1 -0
  149. package/fesm2020/formio-angular-grid.mjs +690 -0
  150. package/fesm2020/formio-angular-grid.mjs.map +1 -0
  151. package/fesm2020/formio-angular-manager.mjs +739 -0
  152. package/fesm2020/formio-angular-manager.mjs.map +1 -0
  153. package/fesm2020/formio-angular-resource.mjs +509 -0
  154. package/fesm2020/formio-angular-resource.mjs.map +1 -0
  155. package/fesm2020/formio-angular.mjs +1146 -0
  156. package/fesm2020/formio-angular.mjs.map +1 -0
  157. package/{dist/angular-formio/formio-angular.d.ts → formio-angular.d.ts} +0 -0
  158. package/{dist/angular-formio/formio-angular.d.ts.map → formio-angular.d.ts.map} +0 -0
  159. package/{dist/angular-formio/formio-promise.service.d.ts → formio-promise.service.d.ts} +0 -0
  160. package/{dist/angular-formio/formio-promise.service.d.ts.map → formio-promise.service.d.ts.map} +0 -0
  161. package/{dist/angular-formio/formio.common.d.ts → formio.common.d.ts} +0 -0
  162. package/{dist/angular-formio/formio.common.d.ts.map → formio.common.d.ts.map} +0 -0
  163. package/{dist/angular-formio/formio.config.d.ts → formio.config.d.ts} +0 -0
  164. package/{dist/angular-formio/formio.config.d.ts.map → formio.config.d.ts.map} +0 -0
  165. package/{dist/angular-formio/formio.module.d.ts → formio.module.d.ts} +0 -0
  166. package/{dist/angular-formio/formio.module.d.ts.map → formio.module.d.ts.map} +0 -0
  167. package/{dist/angular-formio/formio.service.d.ts → formio.service.d.ts} +0 -0
  168. package/{dist/angular-formio/formio.service.d.ts.map → formio.service.d.ts.map} +0 -0
  169. package/{dist/angular-formio/formio.utils.d.ts → formio.utils.d.ts} +0 -0
  170. package/{dist/angular-formio/formio.utils.d.ts.map → formio.utils.d.ts.map} +0 -0
  171. package/{dist/angular-formio/grid → grid}/GridBodyComponent.d.ts +0 -0
  172. package/{dist/angular-formio/grid → grid}/GridBodyComponent.d.ts.map +0 -0
  173. package/{dist/angular-formio/grid → grid}/GridFooterComponent.d.ts +0 -0
  174. package/{dist/angular-formio/grid → grid}/GridFooterComponent.d.ts.map +0 -0
  175. package/{dist/angular-formio/grid → grid}/GridHeaderComponent.d.ts +0 -0
  176. package/{dist/angular-formio/grid → grid}/GridHeaderComponent.d.ts.map +0 -0
  177. package/{dist/angular-formio/grid → grid}/form/FormGridBody.component.d.ts +0 -0
  178. package/{dist/angular-formio/grid → grid}/form/FormGridBody.component.d.ts.map +0 -0
  179. package/{dist/angular-formio/grid → grid}/form/FormGridFooter.component.d.ts +0 -0
  180. package/{dist/angular-formio/grid → grid}/form/FormGridFooter.component.d.ts.map +0 -0
  181. package/{dist/angular-formio/grid → grid}/form/FormGridHeader.component.d.ts +0 -0
  182. package/{dist/angular-formio/grid → grid}/form/FormGridHeader.component.d.ts.map +0 -0
  183. package/{dist/angular-formio/grid → grid}/form/index.d.ts +0 -0
  184. package/{dist/angular-formio/grid → grid}/form/index.d.ts.map +0 -0
  185. package/{dist/angular-formio/grid → grid}/form/time-since.pipe.d.ts +0 -0
  186. package/{dist/angular-formio/grid → grid}/form/time-since.pipe.d.ts.map +0 -0
  187. package/{dist/angular-formio/grid → grid}/formio-angular-grid.d.ts +0 -0
  188. package/{dist/angular-formio/grid → grid}/formio-angular-grid.d.ts.map +0 -0
  189. package/{dist/angular-formio/grid → grid}/grid.component.d.ts +0 -0
  190. package/{dist/angular-formio/grid → grid}/grid.component.d.ts.map +0 -0
  191. package/{dist/angular-formio/grid → grid}/grid.module.d.ts +0 -0
  192. package/{dist/angular-formio/grid → grid}/grid.module.d.ts.map +0 -0
  193. package/{dist/angular-formio/grid → grid}/grid.service.d.ts +0 -0
  194. package/{dist/angular-formio/grid → grid}/grid.service.d.ts.map +0 -0
  195. package/{dist/angular-formio/grid → grid}/index.d.ts +0 -0
  196. package/{dist/angular-formio/grid → grid}/index.d.ts.map +0 -0
  197. package/grid/package.json +10 -0
  198. package/{dist/angular-formio/grid → grid}/public_api.d.ts +0 -0
  199. package/{dist/angular-formio/grid → grid}/public_api.d.ts.map +0 -0
  200. package/{dist/angular-formio/grid → grid}/submission/SubmissionGridBody.component.d.ts +0 -0
  201. package/{dist/angular-formio/grid → grid}/submission/SubmissionGridBody.component.d.ts.map +0 -0
  202. package/{dist/angular-formio/grid → grid}/submission/SubmissionGridFooter.component.d.ts +0 -0
  203. package/{dist/angular-formio/grid → grid}/submission/SubmissionGridFooter.component.d.ts.map +0 -0
  204. package/{dist/angular-formio/grid → grid}/submission/SubmissionGridHeader.component.d.ts +0 -0
  205. package/{dist/angular-formio/grid → grid}/submission/SubmissionGridHeader.component.d.ts.map +0 -0
  206. package/{dist/angular-formio/grid → grid}/submission/index.d.ts +0 -0
  207. package/{dist/angular-formio/grid → grid}/submission/index.d.ts.map +0 -0
  208. package/{dist/angular-formio/grid → grid}/types/grid-column.d.ts +0 -0
  209. package/{dist/angular-formio/grid → grid}/types/grid-column.d.ts.map +0 -0
  210. package/{dist/angular-formio/grid → grid}/types/grid-footer-positions.d.ts +0 -0
  211. package/{dist/angular-formio/grid → grid}/types/grid-footer-positions.d.ts.map +0 -0
  212. package/{dist/angular-formio/grid → grid}/types/grid-header.d.ts +0 -0
  213. package/{dist/angular-formio/grid → grid}/types/grid-header.d.ts.map +0 -0
  214. package/{dist/angular-formio/index.d.ts → index.d.ts} +0 -0
  215. package/{dist/angular-formio/index.d.ts.map → index.d.ts.map} +0 -0
  216. package/{dist/angular-formio/manager → manager}/create/create.component.d.ts +0 -0
  217. package/{dist/angular-formio/manager → manager}/create/create.component.d.ts.map +0 -0
  218. package/{dist/angular-formio/manager → manager}/delete/delete.component.d.ts +0 -0
  219. package/{dist/angular-formio/manager → manager}/delete/delete.component.d.ts.map +0 -0
  220. package/{dist/angular-formio/manager → manager}/edit/edit.component.d.ts +0 -0
  221. package/{dist/angular-formio/manager → manager}/edit/edit.component.d.ts.map +0 -0
  222. package/{dist/angular-formio/manager → manager}/form/form.component.d.ts +0 -0
  223. package/{dist/angular-formio/manager → manager}/form/form.component.d.ts.map +0 -0
  224. package/{dist/angular-formio/manager → manager}/form-manager.config.d.ts +0 -0
  225. package/{dist/angular-formio/manager → manager}/form-manager.config.d.ts.map +0 -0
  226. package/{dist/angular-formio/manager → manager}/form-manager.module.d.ts +0 -0
  227. package/{dist/angular-formio/manager → manager}/form-manager.module.d.ts.map +0 -0
  228. package/{dist/angular-formio/manager → manager}/form-manager.routes.d.ts +0 -0
  229. package/{dist/angular-formio/manager → manager}/form-manager.routes.d.ts.map +0 -0
  230. package/{dist/angular-formio/manager → manager}/form-manager.service.d.ts +0 -0
  231. package/{dist/angular-formio/manager → manager}/form-manager.service.d.ts.map +0 -0
  232. package/{dist/angular-formio/manager → manager}/formio-angular-manager.d.ts +0 -0
  233. package/{dist/angular-formio/manager → manager}/formio-angular-manager.d.ts.map +0 -0
  234. package/{dist/angular-formio/manager → manager}/index/index.component.d.ts +0 -0
  235. package/{dist/angular-formio/manager → manager}/index/index.component.d.ts.map +0 -0
  236. package/{dist/angular-formio/manager → manager}/index.d.ts +0 -0
  237. package/{dist/angular-formio/manager → manager}/index.d.ts.map +0 -0
  238. package/manager/package.json +10 -0
  239. package/{dist/angular-formio/manager → manager}/public_api.d.ts +0 -0
  240. package/{dist/angular-formio/manager → manager}/public_api.d.ts.map +0 -0
  241. package/{dist/angular-formio/manager → manager}/submission/delete/delete.component.d.ts +0 -0
  242. package/{dist/angular-formio/manager → manager}/submission/delete/delete.component.d.ts.map +0 -0
  243. package/{dist/angular-formio/manager → manager}/submission/edit/edit.component.d.ts +0 -0
  244. package/{dist/angular-formio/manager → manager}/submission/edit/edit.component.d.ts.map +0 -0
  245. package/{dist/angular-formio/manager → manager}/submission/index/index.component.d.ts +0 -0
  246. package/{dist/angular-formio/manager → manager}/submission/index/index.component.d.ts.map +0 -0
  247. package/{dist/angular-formio/manager → manager}/submission/submission/submission.component.d.ts +0 -0
  248. package/{dist/angular-formio/manager → manager}/submission/submission/submission.component.d.ts.map +0 -0
  249. package/{dist/angular-formio/manager → manager}/submission/view/view.component.d.ts +0 -0
  250. package/{dist/angular-formio/manager → manager}/submission/view/view.component.d.ts.map +0 -0
  251. package/{dist/angular-formio/manager → manager}/view/view.component.d.ts +0 -0
  252. package/{dist/angular-formio/manager → manager}/view/view.component.d.ts.map +0 -0
  253. package/package.json +71 -51
  254. package/{dist/angular-formio/public-api.d.ts → public-api.d.ts} +0 -0
  255. package/{dist/angular-formio/public-api.d.ts.map → public-api.d.ts.map} +0 -0
  256. package/{dist/angular-formio/resource → resource}/create/create.component.d.ts +0 -0
  257. package/{dist/angular-formio/resource → resource}/create/create.component.d.ts.map +0 -0
  258. package/{dist/angular-formio/resource → resource}/delete/delete.component.d.ts +0 -0
  259. package/{dist/angular-formio/resource → resource}/delete/delete.component.d.ts.map +0 -0
  260. package/{dist/angular-formio/resource → resource}/edit/edit.component.d.ts +0 -0
  261. package/{dist/angular-formio/resource → resource}/edit/edit.component.d.ts.map +0 -0
  262. package/{dist/angular-formio/resource → resource}/formio-angular-resource.d.ts +0 -0
  263. package/{dist/angular-formio/resource → resource}/formio-angular-resource.d.ts.map +0 -0
  264. package/{dist/angular-formio/resource → resource}/index/index.component.d.ts +0 -0
  265. package/{dist/angular-formio/resource → resource}/index/index.component.d.ts.map +0 -0
  266. package/{dist/angular-formio/resource → resource}/index.d.ts +0 -0
  267. package/{dist/angular-formio/resource → resource}/index.d.ts.map +0 -0
  268. package/resource/package.json +10 -0
  269. package/{dist/angular-formio/resource → resource}/public_api.d.ts +0 -0
  270. package/{dist/angular-formio/resource → resource}/public_api.d.ts.map +0 -0
  271. package/{dist/angular-formio/resource → resource}/resource.component.d.ts +0 -0
  272. package/{dist/angular-formio/resource → resource}/resource.component.d.ts.map +0 -0
  273. package/{dist/angular-formio/resource → resource}/resource.config.d.ts +0 -0
  274. package/{dist/angular-formio/resource → resource}/resource.config.d.ts.map +0 -0
  275. package/{dist/angular-formio/resource → resource}/resource.module.d.ts +0 -0
  276. package/{dist/angular-formio/resource → resource}/resource.module.d.ts.map +0 -0
  277. package/{dist/angular-formio/resource → resource}/resource.routes.d.ts +0 -0
  278. package/{dist/angular-formio/resource → resource}/resource.routes.d.ts.map +0 -0
  279. package/{dist/angular-formio/resource → resource}/resource.service.d.ts +0 -0
  280. package/{dist/angular-formio/resource → resource}/resource.service.d.ts.map +0 -0
  281. package/{dist/angular-formio/resource → resource}/resources.service.d.ts +0 -0
  282. package/{dist/angular-formio/resource → resource}/resources.service.d.ts.map +0 -0
  283. package/{dist/angular-formio/resource → resource}/view/view.component.d.ts +0 -0
  284. package/{dist/angular-formio/resource → resource}/view/view.component.d.ts.map +0 -0
  285. package/{dist/angular-formio/types → types}/alerts-position.d.ts +0 -0
  286. package/{dist/angular-formio/types → types}/alerts-position.d.ts.map +0 -0
  287. package/{dist/angular-formio/types → types}/formio-metadata.d.ts +0 -0
  288. package/{dist/angular-formio/types → types}/formio-metadata.d.ts.map +0 -0
  289. package/{dist/angular-formio/types → types}/formio-submission.d.ts +0 -0
  290. package/{dist/angular-formio/types → types}/formio-submission.d.ts.map +0 -0
  291. package/.dockerignore +0 -5
  292. package/.editorconfig +0 -13
  293. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
  294. package/.github/ISSUE_TEMPLATE/custom-components-support-request.md +0 -15
  295. package/.github/ISSUE_TEMPLATE/question.md +0 -8
  296. package/.travis.yml +0 -4
  297. package/.yo-rc.json +0 -7
  298. package/CHANGELOG.md +0 -1008
  299. package/Dockerfile +0 -20
  300. package/LICENSE +0 -21
  301. package/angular.json +0 -51
  302. package/bs-config.json +0 -11
  303. package/dist/angular-formio/README.md +0 -24
  304. package/dist/angular-formio/auth/package.json +0 -10
  305. package/dist/angular-formio/bundles/formio-angular-auth.umd.js +0 -421
  306. package/dist/angular-formio/bundles/formio-angular-auth.umd.js.map +0 -1
  307. package/dist/angular-formio/bundles/formio-angular-grid.umd.js +0 -1725
  308. package/dist/angular-formio/bundles/formio-angular-grid.umd.js.map +0 -1
  309. package/dist/angular-formio/bundles/formio-angular-manager.umd.js +0 -1648
  310. package/dist/angular-formio/bundles/formio-angular-manager.umd.js.map +0 -1
  311. package/dist/angular-formio/bundles/formio-angular-resource.umd.js +0 -720
  312. package/dist/angular-formio/bundles/formio-angular-resource.umd.js.map +0 -1
  313. package/dist/angular-formio/bundles/formio-angular.umd.js +0 -1729
  314. package/dist/angular-formio/bundles/formio-angular.umd.js.map +0 -1
  315. package/dist/angular-formio/esm2015/FormioBaseComponent.js +0 -497
  316. package/dist/angular-formio/esm2015/auth/auth.component.js +0 -39
  317. package/dist/angular-formio/esm2015/auth/auth.config.js +0 -15
  318. package/dist/angular-formio/esm2015/auth/auth.module.js +0 -49
  319. package/dist/angular-formio/esm2015/auth/login/login.component.js +0 -24
  320. package/dist/angular-formio/esm2015/auth/register/register.component.js +0 -24
  321. package/dist/angular-formio/esm2015/auth/resetpass/resetpass.component.js +0 -24
  322. package/dist/angular-formio/esm2015/components/alerts/formio.alerts.component.js +0 -49
  323. package/dist/angular-formio/esm2015/components/alerts/parse-html-content.pipe.js +0 -19
  324. package/dist/angular-formio/esm2015/components/formbuilder/formbuilder.component.js +0 -203
  325. package/dist/angular-formio/esm2015/components/formio/formio.component.js +0 -87
  326. package/dist/angular-formio/esm2015/components/loader/formio.loader.component.js +0 -27
  327. package/dist/angular-formio/esm2015/custom-component/create-custom-component.js +0 -130
  328. package/dist/angular-formio/esm2015/custom-component/custom-tags.service.js +0 -16
  329. package/dist/angular-formio/esm2015/formio.config.js +0 -14
  330. package/dist/angular-formio/esm2015/formio.module.js +0 -61
  331. package/dist/angular-formio/esm2015/grid/GridBodyComponent.js +0 -86
  332. package/dist/angular-formio/esm2015/grid/GridFooterComponent.js +0 -41
  333. package/dist/angular-formio/esm2015/grid/GridHeaderComponent.js +0 -35
  334. package/dist/angular-formio/esm2015/grid/form/FormGridBody.component.js +0 -130
  335. package/dist/angular-formio/esm2015/grid/form/FormGridFooter.component.js +0 -118
  336. package/dist/angular-formio/esm2015/grid/form/FormGridHeader.component.js +0 -65
  337. package/dist/angular-formio/esm2015/grid/grid.component.js +0 -302
  338. package/dist/angular-formio/esm2015/grid/grid.module.js +0 -90
  339. package/dist/angular-formio/esm2015/grid/grid.service.js +0 -18
  340. package/dist/angular-formio/esm2015/grid/submission/SubmissionGridBody.component.js +0 -75
  341. package/dist/angular-formio/esm2015/grid/submission/SubmissionGridFooter.component.js +0 -107
  342. package/dist/angular-formio/esm2015/grid/submission/SubmissionGridHeader.component.js +0 -99
  343. package/dist/angular-formio/esm2015/manager/create/create.component.js +0 -68
  344. package/dist/angular-formio/esm2015/manager/delete/delete.component.js +0 -56
  345. package/dist/angular-formio/esm2015/manager/edit/edit.component.js +0 -170
  346. package/dist/angular-formio/esm2015/manager/form/form.component.js +0 -192
  347. package/dist/angular-formio/esm2015/manager/form-manager.config.js +0 -15
  348. package/dist/angular-formio/esm2015/manager/form-manager.module.js +0 -86
  349. package/dist/angular-formio/esm2015/manager/index/index.component.js +0 -130
  350. package/dist/angular-formio/esm2015/manager/submission/delete/delete.component.js +0 -47
  351. package/dist/angular-formio/esm2015/manager/submission/edit/edit.component.js +0 -30
  352. package/dist/angular-formio/esm2015/manager/submission/index/index.component.js +0 -30
  353. package/dist/angular-formio/esm2015/manager/submission/submission/submission.component.js +0 -75
  354. package/dist/angular-formio/esm2015/manager/submission/view/view.component.js +0 -24
  355. package/dist/angular-formio/esm2015/manager/view/view.component.js +0 -57
  356. package/dist/angular-formio/esm2015/resource/create/create.component.js +0 -61
  357. package/dist/angular-formio/esm2015/resource/delete/delete.component.js +0 -42
  358. package/dist/angular-formio/esm2015/resource/edit/edit.component.js +0 -44
  359. package/dist/angular-formio/esm2015/resource/index/index.component.js +0 -72
  360. package/dist/angular-formio/esm2015/resource/resource.component.js +0 -83
  361. package/dist/angular-formio/esm2015/resource/resource.config.js +0 -15
  362. package/dist/angular-formio/esm2015/resource/resource.module.js +0 -65
  363. package/dist/angular-formio/esm2015/resource/resources.service.js +0 -22
  364. package/dist/angular-formio/esm2015/resource/view/view.component.js +0 -29
  365. package/dist/angular-formio/fesm2015/formio-angular-auth.js.map +0 -1
  366. package/dist/angular-formio/fesm2015/formio-angular-grid.js +0 -1175
  367. package/dist/angular-formio/fesm2015/formio-angular-grid.js.map +0 -1
  368. package/dist/angular-formio/fesm2015/formio-angular-manager.js +0 -1145
  369. package/dist/angular-formio/fesm2015/formio-angular-manager.js.map +0 -1
  370. package/dist/angular-formio/fesm2015/formio-angular-resource.js +0 -612
  371. package/dist/angular-formio/fesm2015/formio-angular-resource.js.map +0 -1
  372. package/dist/angular-formio/fesm2015/formio-angular.js +0 -1232
  373. package/dist/angular-formio/fesm2015/formio-angular.js.map +0 -1
  374. package/dist/angular-formio/grid/package.json +0 -10
  375. package/dist/angular-formio/manager/package.json +0 -10
  376. package/dist/angular-formio/package.json +0 -49
  377. package/dist/angular-formio/resource/package.json +0 -10
  378. package/projects/angular-formio/README.md +0 -24
  379. package/projects/angular-formio/auth/package.json +0 -10
  380. package/projects/angular-formio/auth/src/auth.component.html +0 -12
  381. package/projects/angular-formio/auth/src/auth.component.ts +0 -5
  382. package/projects/angular-formio/auth/src/auth.config.ts +0 -72
  383. package/projects/angular-formio/auth/src/auth.module.ts +0 -33
  384. package/projects/angular-formio/auth/src/auth.routes.ts +0 -34
  385. package/projects/angular-formio/auth/src/auth.service.ts +0 -201
  386. package/projects/angular-formio/auth/src/index.ts +0 -8
  387. package/projects/angular-formio/auth/src/login/login.component.html +0 -1
  388. package/projects/angular-formio/auth/src/login/login.component.ts +0 -8
  389. package/projects/angular-formio/auth/src/public_api.ts +0 -5
  390. package/projects/angular-formio/auth/src/register/register.component.html +0 -1
  391. package/projects/angular-formio/auth/src/register/register.component.ts +0 -8
  392. package/projects/angular-formio/auth/src/resetpass/resetpass.component.html +0 -1
  393. package/projects/angular-formio/auth/src/resetpass/resetpass.component.ts +0 -8
  394. package/projects/angular-formio/grid/package.json +0 -11
  395. package/projects/angular-formio/grid/src/GridBodyComponent.ts +0 -80
  396. package/projects/angular-formio/grid/src/GridFooterComponent.ts +0 -25
  397. package/projects/angular-formio/grid/src/GridHeaderComponent.ts +0 -25
  398. package/projects/angular-formio/grid/src/form/FormGridBody.component.html +0 -23
  399. package/projects/angular-formio/grid/src/form/FormGridBody.component.scss +0 -4
  400. package/projects/angular-formio/grid/src/form/FormGridBody.component.ts +0 -15
  401. package/projects/angular-formio/grid/src/form/FormGridFooter.component.html +0 -21
  402. package/projects/angular-formio/grid/src/form/FormGridFooter.component.ts +0 -23
  403. package/projects/angular-formio/grid/src/form/FormGridHeader.component.html +0 -18
  404. package/projects/angular-formio/grid/src/form/FormGridHeader.component.ts +0 -24
  405. package/projects/angular-formio/grid/src/form/index.ts +0 -8
  406. package/projects/angular-formio/grid/src/form/time-since.pipe.ts +0 -31
  407. package/projects/angular-formio/grid/src/grid.component.html +0 -18
  408. package/projects/angular-formio/grid/src/grid.component.scss +0 -9
  409. package/projects/angular-formio/grid/src/grid.component.ts +0 -242
  410. package/projects/angular-formio/grid/src/grid.footer.scss +0 -14
  411. package/projects/angular-formio/grid/src/grid.module.ts +0 -57
  412. package/projects/angular-formio/grid/src/grid.service.ts +0 -16
  413. package/projects/angular-formio/grid/src/index.ts +0 -12
  414. package/projects/angular-formio/grid/src/public_api.ts +0 -5
  415. package/projects/angular-formio/grid/src/submission/SubmissionGridBody.component.html +0 -7
  416. package/projects/angular-formio/grid/src/submission/SubmissionGridBody.component.ts +0 -39
  417. package/projects/angular-formio/grid/src/submission/SubmissionGridFooter.component.html +0 -18
  418. package/projects/angular-formio/grid/src/submission/SubmissionGridFooter.component.ts +0 -20
  419. package/projects/angular-formio/grid/src/submission/SubmissionGridHeader.component.html +0 -11
  420. package/projects/angular-formio/grid/src/submission/SubmissionGridHeader.component.ts +0 -72
  421. package/projects/angular-formio/grid/src/submission/index.ts +0 -8
  422. package/projects/angular-formio/grid/src/types/grid-column.ts +0 -7
  423. package/projects/angular-formio/grid/src/types/grid-footer-positions.ts +0 -5
  424. package/projects/angular-formio/grid/src/types/grid-header.ts +0 -14
  425. package/projects/angular-formio/karma.conf.js +0 -32
  426. package/projects/angular-formio/manager/package.json +0 -15
  427. package/projects/angular-formio/manager/src/create/create.component.ts +0 -11
  428. package/projects/angular-formio/manager/src/delete/delete.component.html +0 -6
  429. package/projects/angular-formio/manager/src/delete/delete.component.ts +0 -37
  430. package/projects/angular-formio/manager/src/edit/edit.component.html +0 -19
  431. package/projects/angular-formio/manager/src/edit/edit.component.ts +0 -107
  432. package/projects/angular-formio/manager/src/form/form.component.html +0 -32
  433. package/projects/angular-formio/manager/src/form/form.component.ts +0 -73
  434. package/projects/angular-formio/manager/src/form-manager.config.ts +0 -26
  435. package/projects/angular-formio/manager/src/form-manager.module.ts +0 -54
  436. package/projects/angular-formio/manager/src/form-manager.routes.ts +0 -75
  437. package/projects/angular-formio/manager/src/form-manager.service.ts +0 -195
  438. package/projects/angular-formio/manager/src/index/index.component.html +0 -14
  439. package/projects/angular-formio/manager/src/index/index.component.scss +0 -22
  440. package/projects/angular-formio/manager/src/index/index.component.ts +0 -84
  441. package/projects/angular-formio/manager/src/index.ts +0 -16
  442. package/projects/angular-formio/manager/src/public_api.ts +0 -5
  443. package/projects/angular-formio/manager/src/submission/delete/delete.component.html +0 -6
  444. package/projects/angular-formio/manager/src/submission/delete/delete.component.ts +0 -26
  445. package/projects/angular-formio/manager/src/submission/edit/edit.component.html +0 -7
  446. package/projects/angular-formio/manager/src/submission/edit/edit.component.ts +0 -18
  447. package/projects/angular-formio/manager/src/submission/index/index.component.html +0 -1
  448. package/projects/angular-formio/manager/src/submission/index/index.component.ts +0 -18
  449. package/projects/angular-formio/manager/src/submission/submission/submission.component.html +0 -8
  450. package/projects/angular-formio/manager/src/submission/submission/submission.component.ts +0 -24
  451. package/projects/angular-formio/manager/src/submission/view/view.component.html +0 -7
  452. package/projects/angular-formio/manager/src/submission/view/view.component.ts +0 -9
  453. package/projects/angular-formio/manager/src/view/view.component.html +0 -10
  454. package/projects/angular-formio/manager/src/view/view.component.ts +0 -41
  455. package/projects/angular-formio/ng-package.json +0 -14
  456. package/projects/angular-formio/package.json +0 -39
  457. package/projects/angular-formio/resource/package.json +0 -11
  458. package/projects/angular-formio/resource/src/create/create.component.html +0 -13
  459. package/projects/angular-formio/resource/src/create/create.component.scss +0 -3
  460. package/projects/angular-formio/resource/src/create/create.component.ts +0 -37
  461. package/projects/angular-formio/resource/src/delete/delete.component.html +0 -5
  462. package/projects/angular-formio/resource/src/delete/delete.component.ts +0 -24
  463. package/projects/angular-formio/resource/src/edit/edit.component.html +0 -6
  464. package/projects/angular-formio/resource/src/edit/edit.component.ts +0 -33
  465. package/projects/angular-formio/resource/src/index/index.component.html +0 -10
  466. package/projects/angular-formio/resource/src/index/index.component.ts +0 -66
  467. package/projects/angular-formio/resource/src/index.js +0 -24
  468. package/projects/angular-formio/resource/src/index.ts +0 -11
  469. package/projects/angular-formio/resource/src/public_api.ts +0 -5
  470. package/projects/angular-formio/resource/src/resource.component.html +0 -7
  471. package/projects/angular-formio/resource/src/resource.component.ts +0 -48
  472. package/projects/angular-formio/resource/src/resource.config.ts +0 -17
  473. package/projects/angular-formio/resource/src/resource.module.ts +0 -43
  474. package/projects/angular-formio/resource/src/resource.routes.ts +0 -43
  475. package/projects/angular-formio/resource/src/resource.service.ts +0 -232
  476. package/projects/angular-formio/resource/src/resources.service.ts +0 -24
  477. package/projects/angular-formio/resource/src/view/view.component.html +0 -6
  478. package/projects/angular-formio/resource/src/view/view.component.ts +0 -19
  479. package/projects/angular-formio/src/FormioBaseComponent.ts +0 -507
  480. package/projects/angular-formio/src/components/alerts/formio.alerts.component.html +0 -3
  481. package/projects/angular-formio/src/components/alerts/formio.alerts.component.ts +0 -19
  482. package/projects/angular-formio/src/components/alerts/formio.alerts.ts +0 -21
  483. package/projects/angular-formio/src/components/alerts/parse-html-content.pipe.ts +0 -15
  484. package/projects/angular-formio/src/components/formbuilder/formbuilder.component.html +0 -1
  485. package/projects/angular-formio/src/components/formbuilder/formbuilder.component.ts +0 -216
  486. package/projects/angular-formio/src/components/formio/formio.component.html +0 -8
  487. package/projects/angular-formio/src/components/formio/formio.component.ts +0 -33
  488. package/projects/angular-formio/src/components/loader/formio.loader.component.html +0 -3
  489. package/projects/angular-formio/src/components/loader/formio.loader.component.scss +0 -26
  490. package/projects/angular-formio/src/components/loader/formio.loader.component.ts +0 -10
  491. package/projects/angular-formio/src/core.ts +0 -21
  492. package/projects/angular-formio/src/custom-component/create-custom-component.ts +0 -173
  493. package/projects/angular-formio/src/custom-component/custom-tags.service.ts +0 -10
  494. package/projects/angular-formio/src/custom-component/register-custom-component.ts +0 -41
  495. package/projects/angular-formio/src/elements.common.ts +0 -31
  496. package/projects/angular-formio/src/formio-promise.service.ts +0 -36
  497. package/projects/angular-formio/src/formio.common.ts +0 -81
  498. package/projects/angular-formio/src/formio.config.ts +0 -9
  499. package/projects/angular-formio/src/formio.module.ts +0 -39
  500. package/projects/angular-formio/src/formio.service.ts +0 -57
  501. package/projects/angular-formio/src/formio.utils.ts +0 -23
  502. package/projects/angular-formio/src/index.ts +0 -5
  503. package/projects/angular-formio/src/public-api.ts +0 -5
  504. package/projects/angular-formio/src/test.ts +0 -26
  505. package/projects/angular-formio/src/types/alerts-position.ts +0 -6
  506. package/projects/angular-formio/src/types/formio-metadata.ts +0 -10
  507. package/projects/angular-formio/src/types/formio-submission.ts +0 -20
  508. package/projects/angular-formio/tsconfig.lib.json +0 -27
  509. package/projects/angular-formio/tsconfig.lib.prod.json +0 -8
  510. package/projects/angular-formio/tsconfig.spec.json +0 -17
  511. package/projects/angular-formio/tslint.json +0 -17
  512. package/tsconfig.json +0 -28
  513. package/tslint.json +0 -140
@@ -1,49 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { RouterModule } from '@angular/router';
4
- import { FormioModule } from '@formio/angular';
5
- import { FormioAuthComponent } from './auth.component';
6
- import { FormioAuthLoginComponent } from './login/login.component';
7
- import { FormioAuthRegisterComponent } from './register/register.component';
8
- import { FormioResetPassComponent } from './resetpass/resetpass.component';
9
- import { FormioAuthRoutes } from './auth.routes';
10
- import { extendRouter } from '@formio/angular';
11
- import * as i0 from "@angular/core";
12
- export class FormioAuth {
13
- static forRoot(config) {
14
- return extendRouter(FormioAuth, config, FormioAuthRoutes);
15
- }
16
- static forChild(config) {
17
- return extendRouter(FormioAuth, config, FormioAuthRoutes);
18
- }
19
- }
20
- FormioAuth.ɵfac = function FormioAuth_Factory(t) { return new (t || FormioAuth)(); };
21
- FormioAuth.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: FormioAuth });
22
- FormioAuth.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
23
- CommonModule,
24
- FormioModule,
25
- RouterModule
26
- ]] });
27
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormioAuth, [{
28
- type: NgModule,
29
- args: [{
30
- imports: [
31
- CommonModule,
32
- FormioModule,
33
- RouterModule
34
- ],
35
- declarations: [
36
- FormioAuthComponent,
37
- FormioAuthLoginComponent,
38
- FormioAuthRegisterComponent,
39
- FormioResetPassComponent
40
- ]
41
- }]
42
- }], null, null); })();
43
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(FormioAuth, { declarations: [FormioAuthComponent,
44
- FormioAuthLoginComponent,
45
- FormioAuthRegisterComponent,
46
- FormioResetPassComponent], imports: [CommonModule,
47
- FormioModule,
48
- RouterModule] }); })();
49
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0aC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLWZvcm1pby9hdXRoL3NyYy9hdXRoLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBQ3ZELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ25FLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzVFLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBRTNFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBZS9DLE1BQU0sT0FBTyxVQUFVO0lBQ3JCLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBOEI7UUFDM0MsT0FBTyxZQUFZLENBQUMsVUFBVSxFQUFFLE1BQU0sRUFBRSxnQkFBZ0IsQ0FBQyxDQUFDO0lBQzVELENBQUM7SUFDRCxNQUFNLENBQUMsUUFBUSxDQUFDLE1BQThCO1FBQzVDLE9BQU8sWUFBWSxDQUFDLFVBQVUsRUFBRSxNQUFNLEVBQUUsZ0JBQWdCLENBQUMsQ0FBQztJQUM1RCxDQUFDOztvRUFOVSxVQUFVOzREQUFWLFVBQVU7Z0VBWlo7WUFDUCxZQUFZO1lBQ1osWUFBWTtZQUNaLFlBQVk7U0FDYjt1RkFRVSxVQUFVO2NBYnRCLFFBQVE7ZUFBQztnQkFDUixPQUFPLEVBQUU7b0JBQ1AsWUFBWTtvQkFDWixZQUFZO29CQUNaLFlBQVk7aUJBQ2I7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLG1CQUFtQjtvQkFDbkIsd0JBQXdCO29CQUN4QiwyQkFBMkI7b0JBQzNCLHdCQUF3QjtpQkFDekI7YUFDRjs7d0ZBQ1ksVUFBVSxtQkFObkIsbUJBQW1CO1FBQ25CLHdCQUF3QjtRQUN4QiwyQkFBMkI7UUFDM0Isd0JBQXdCLGFBUnhCLFlBQVk7UUFDWixZQUFZO1FBQ1osWUFBWSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgUm91dGVyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IEZvcm1pb01vZHVsZSB9IGZyb20gJ0Bmb3JtaW8vYW5ndWxhcic7XG5pbXBvcnQgeyBGb3JtaW9BdXRoQ29tcG9uZW50IH0gZnJvbSAnLi9hdXRoLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGb3JtaW9BdXRoTG9naW5Db21wb25lbnQgfSBmcm9tICcuL2xvZ2luL2xvZ2luLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGb3JtaW9BdXRoUmVnaXN0ZXJDb21wb25lbnQgfSBmcm9tICcuL3JlZ2lzdGVyL3JlZ2lzdGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGb3JtaW9SZXNldFBhc3NDb21wb25lbnQgfSBmcm9tICcuL3Jlc2V0cGFzcy9yZXNldHBhc3MuY29tcG9uZW50JztcbmltcG9ydCB7IEZvcm1pb0F1dGhSb3V0ZUNvbmZpZyB9IGZyb20gJy4vYXV0aC5jb25maWcnO1xuaW1wb3J0IHsgRm9ybWlvQXV0aFJvdXRlcyB9IGZyb20gJy4vYXV0aC5yb3V0ZXMnO1xuaW1wb3J0IHsgZXh0ZW5kUm91dGVyIH0gZnJvbSAnQGZvcm1pby9hbmd1bGFyJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBGb3JtaW9Nb2R1bGUsXG4gICAgUm91dGVyTW9kdWxlXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIEZvcm1pb0F1dGhDb21wb25lbnQsXG4gICAgRm9ybWlvQXV0aExvZ2luQ29tcG9uZW50LFxuICAgIEZvcm1pb0F1dGhSZWdpc3RlckNvbXBvbmVudCxcbiAgICBGb3JtaW9SZXNldFBhc3NDb21wb25lbnRcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBGb3JtaW9BdXRoIHtcbiAgc3RhdGljIGZvclJvb3QoY29uZmlnPzogRm9ybWlvQXV0aFJvdXRlQ29uZmlnKTogYW55IHtcbiAgICByZXR1cm4gZXh0ZW5kUm91dGVyKEZvcm1pb0F1dGgsIGNvbmZpZywgRm9ybWlvQXV0aFJvdXRlcyk7XG4gIH1cbiAgc3RhdGljIGZvckNoaWxkKGNvbmZpZz86IEZvcm1pb0F1dGhSb3V0ZUNvbmZpZyk6IGFueSB7XG4gICAgcmV0dXJuIGV4dGVuZFJvdXRlcihGb3JtaW9BdXRoLCBjb25maWcsIEZvcm1pb0F1dGhSb3V0ZXMpO1xuICB9XG59XG4iXX0=
@@ -1,24 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "../auth.service";
4
- import * as i2 from "@formio/angular";
5
- export class FormioAuthLoginComponent {
6
- constructor(service) {
7
- this.service = service;
8
- }
9
- }
10
- FormioAuthLoginComponent.ɵfac = function FormioAuthLoginComponent_Factory(t) { return new (t || FormioAuthLoginComponent)(i0.ɵɵdirectiveInject(i1.FormioAuthService)); };
11
- FormioAuthLoginComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormioAuthLoginComponent, selectors: [["ng-component"]], decls: 1, vars: 1, consts: [[3, "src", "submit"]], template: function FormioAuthLoginComponent_Template(rf, ctx) { if (rf & 1) {
12
- i0.ɵɵelementStart(0, "formio", 0);
13
- i0.ɵɵlistener("submit", function FormioAuthLoginComponent_Template_formio_submit_0_listener($event) { return ctx.service.onLoginSubmit($event); });
14
- i0.ɵɵelementEnd();
15
- } if (rf & 2) {
16
- i0.ɵɵproperty("src", ctx.service.loginForm);
17
- } }, directives: [i2.FormioComponent], encapsulation: 2 });
18
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormioAuthLoginComponent, [{
19
- type: Component,
20
- args: [{
21
- templateUrl: './login.component.html'
22
- }]
23
- }], function () { return [{ type: i1.FormioAuthService }]; }, null); })();
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naW4uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvbG9naW4vbG9naW4uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvbG9naW4vbG9naW4uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQUsxQyxNQUFNLE9BQU8sd0JBQXdCO0lBQ25DLFlBQW1CLE9BQTBCO1FBQTFCLFlBQU8sR0FBUCxPQUFPLENBQW1CO0lBQUcsQ0FBQzs7Z0dBRHRDLHdCQUF3QjsyRUFBeEIsd0JBQXdCO1FDTHJDLGlDQUEyRTtRQUF6Qyw2R0FBVSxpQ0FBNkIsSUFBQztRQUFDLGlCQUFTOztRQUE1RSwyQ0FBeUI7O3VGREtwQix3QkFBd0I7Y0FIcEMsU0FBUztlQUFDO2dCQUNULFdBQVcsRUFBRSx3QkFBd0I7YUFDdEMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1pb0F1dGhTZXJ2aWNlIH0gZnJvbSAnLi4vYXV0aC5zZXJ2aWNlJztcbkBDb21wb25lbnQoe1xuICB0ZW1wbGF0ZVVybDogJy4vbG9naW4uY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1pb0F1dGhMb2dpbkNvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBzZXJ2aWNlOiBGb3JtaW9BdXRoU2VydmljZSkge31cbn1cbiIsIjxmb3JtaW8gW3NyY109XCJzZXJ2aWNlLmxvZ2luRm9ybVwiIChzdWJtaXQpPVwic2VydmljZS5vbkxvZ2luU3VibWl0KCRldmVudClcIj48L2Zvcm1pbz5cbiJdfQ==
@@ -1,24 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "../auth.service";
4
- import * as i2 from "@formio/angular";
5
- export class FormioAuthRegisterComponent {
6
- constructor(service) {
7
- this.service = service;
8
- }
9
- }
10
- FormioAuthRegisterComponent.ɵfac = function FormioAuthRegisterComponent_Factory(t) { return new (t || FormioAuthRegisterComponent)(i0.ɵɵdirectiveInject(i1.FormioAuthService)); };
11
- FormioAuthRegisterComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormioAuthRegisterComponent, selectors: [["ng-component"]], decls: 1, vars: 1, consts: [[3, "src", "submit"]], template: function FormioAuthRegisterComponent_Template(rf, ctx) { if (rf & 1) {
12
- i0.ɵɵelementStart(0, "formio", 0);
13
- i0.ɵɵlistener("submit", function FormioAuthRegisterComponent_Template_formio_submit_0_listener($event) { return ctx.service.onRegisterSubmit($event); });
14
- i0.ɵɵelementEnd();
15
- } if (rf & 2) {
16
- i0.ɵɵproperty("src", ctx.service.registerForm);
17
- } }, directives: [i2.FormioComponent], encapsulation: 2 });
18
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormioAuthRegisterComponent, [{
19
- type: Component,
20
- args: [{
21
- templateUrl: './register.component.html'
22
- }]
23
- }], function () { return [{ type: i1.FormioAuthService }]; }, null); })();
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVnaXN0ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvcmVnaXN0ZXIvcmVnaXN0ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvcmVnaXN0ZXIvcmVnaXN0ZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQUsxQyxNQUFNLE9BQU8sMkJBQTJCO0lBQ3RDLFlBQW1CLE9BQTBCO1FBQTFCLFlBQU8sR0FBUCxPQUFPLENBQW1CO0lBQUcsQ0FBQzs7c0dBRHRDLDJCQUEyQjs4RUFBM0IsMkJBQTJCO1FDTHhDLGlDQUFpRjtRQUE1QyxnSEFBVSxvQ0FBZ0MsSUFBQztRQUFDLGlCQUFTOztRQUFsRiw4Q0FBNEI7O3VGREt2QiwyQkFBMkI7Y0FIdkMsU0FBUztlQUFDO2dCQUNULFdBQVcsRUFBRSwyQkFBMkI7YUFDekMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1pb0F1dGhTZXJ2aWNlIH0gZnJvbSAnLi4vYXV0aC5zZXJ2aWNlJztcbkBDb21wb25lbnQoe1xuICB0ZW1wbGF0ZVVybDogJy4vcmVnaXN0ZXIuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1pb0F1dGhSZWdpc3RlckNvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBzZXJ2aWNlOiBGb3JtaW9BdXRoU2VydmljZSkge31cbn1cbiIsIjxmb3JtaW8gW3NyY109XCJzZXJ2aWNlLnJlZ2lzdGVyRm9ybVwiIChzdWJtaXQpPVwic2VydmljZS5vblJlZ2lzdGVyU3VibWl0KCRldmVudClcIj48L2Zvcm1pbz5cbiJdfQ==
@@ -1,24 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "../auth.service";
4
- import * as i2 from "@formio/angular";
5
- export class FormioResetPassComponent {
6
- constructor(service) {
7
- this.service = service;
8
- }
9
- }
10
- FormioResetPassComponent.ɵfac = function FormioResetPassComponent_Factory(t) { return new (t || FormioResetPassComponent)(i0.ɵɵdirectiveInject(i1.FormioAuthService)); };
11
- FormioResetPassComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormioResetPassComponent, selectors: [["ng-component"]], decls: 1, vars: 1, consts: [[3, "src", "submit"]], template: function FormioResetPassComponent_Template(rf, ctx) { if (rf & 1) {
12
- i0.ɵɵelementStart(0, "formio", 0);
13
- i0.ɵɵlistener("submit", function FormioResetPassComponent_Template_formio_submit_0_listener($event) { return ctx.service.onResetPassSubmit($event); });
14
- i0.ɵɵelementEnd();
15
- } if (rf & 2) {
16
- i0.ɵɵproperty("src", ctx.service.resetPassForm);
17
- } }, directives: [i2.FormioComponent], encapsulation: 2 });
18
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormioResetPassComponent, [{
19
- type: Component,
20
- args: [{
21
- templateUrl: './resetpass.component.html'
22
- }]
23
- }], function () { return [{ type: i1.FormioAuthService }]; }, null); })();
24
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzZXRwYXNzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FuZ3VsYXItZm9ybWlvL2F1dGgvc3JjL3Jlc2V0cGFzcy9yZXNldHBhc3MuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vYXV0aC9zcmMvcmVzZXRwYXNzL3Jlc2V0cGFzcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBSzFDLE1BQU0sT0FBTyx3QkFBd0I7SUFDbkMsWUFBbUIsT0FBMEI7UUFBMUIsWUFBTyxHQUFQLE9BQU8sQ0FBbUI7SUFBRyxDQUFDOztnR0FEdEMsd0JBQXdCOzJFQUF4Qix3QkFBd0I7UUNMckMsaUNBQW1GO1FBQTdDLDZHQUFVLHFDQUFpQyxJQUFDO1FBQUMsaUJBQVM7O1FBQXBGLCtDQUE2Qjs7dUZES3hCLHdCQUF3QjtjQUhwQyxTQUFTO2VBQUM7Z0JBQ1QsV0FBVyxFQUFFLDRCQUE0QjthQUMxQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybWlvQXV0aFNlcnZpY2UgfSBmcm9tICcuLi9hdXRoLnNlcnZpY2UnO1xuQENvbXBvbmVudCh7XG4gIHRlbXBsYXRlVXJsOiAnLi9yZXNldHBhc3MuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1pb1Jlc2V0UGFzc0NvbXBvbmVudCB7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBzZXJ2aWNlOiBGb3JtaW9BdXRoU2VydmljZSkge31cbn1cbiIsIjxmb3JtaW8gW3NyY109XCJzZXJ2aWNlLnJlc2V0UGFzc0Zvcm1cIiAoc3VibWl0KT1cInNlcnZpY2Uub25SZXNldFBhc3NTdWJtaXQoJGV2ZW50KVwiPjwvZm9ybWlvPlxuIl19
@@ -1,49 +0,0 @@
1
- import { Component, EventEmitter, Input, Output } from '@angular/core';
2
- import { FormioAlerts } from './formio.alerts';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/common";
5
- import * as i2 from "./parse-html-content.pipe";
6
- function FormioAlertsComponent_div_0_Template(rf, ctx) { if (rf & 1) {
7
- const _r3 = i0.ɵɵgetCurrentView();
8
- i0.ɵɵelementStart(0, "div", 1);
9
- i0.ɵɵlistener("click", function FormioAlertsComponent_div_0_Template_div_click_0_listener($event) { const restoredCtx = i0.ɵɵrestoreView(_r3); const alert_r1 = restoredCtx.$implicit; const ctx_r2 = i0.ɵɵnextContext(); return ctx_r2.getComponent($event, alert_r1); });
10
- i0.ɵɵtext(1);
11
- i0.ɵɵpipe(2, "parseHtmlContent");
12
- i0.ɵɵelementEnd();
13
- } if (rf & 2) {
14
- const alert_r1 = ctx.$implicit;
15
- i0.ɵɵclassMapInterpolate1("alert alert-", alert_r1.type, "");
16
- i0.ɵɵadvance(1);
17
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(2, 4, alert_r1.message), "\n");
18
- } }
19
- export class FormioAlertsComponent {
20
- constructor() {
21
- this.focusComponent = new EventEmitter();
22
- }
23
- ngOnInit() {
24
- if (!this.alerts) {
25
- this.alerts = new FormioAlerts();
26
- }
27
- }
28
- getComponent(event, alert) {
29
- this.focusComponent.emit(alert.component.key);
30
- }
31
- }
32
- FormioAlertsComponent.ɵfac = function FormioAlertsComponent_Factory(t) { return new (t || FormioAlertsComponent)(); };
33
- FormioAlertsComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormioAlertsComponent, selectors: [["formio-alerts"]], inputs: { alerts: "alerts" }, outputs: { focusComponent: "focusComponent" }, decls: 1, vars: 1, consts: [["role", "alert", 3, "class", "click", 4, "ngFor", "ngForOf"], ["role", "alert", 3, "click"]], template: function FormioAlertsComponent_Template(rf, ctx) { if (rf & 1) {
34
- i0.ɵɵtemplate(0, FormioAlertsComponent_div_0_Template, 3, 6, "div", 0);
35
- } if (rf & 2) {
36
- i0.ɵɵproperty("ngForOf", ctx.alerts.alerts);
37
- } }, directives: [i1.NgForOf], pipes: [i2.ParseHtmlContentPipe], encapsulation: 2 });
38
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormioAlertsComponent, [{
39
- type: Component,
40
- args: [{
41
- selector: 'formio-alerts',
42
- templateUrl: './formio.alerts.component.html'
43
- }]
44
- }], null, { alerts: [{
45
- type: Input
46
- }], focusComponent: [{
47
- type: Output
48
- }] }); })();
49
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybWlvLmFsZXJ0cy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLWZvcm1pby9zcmMvY29tcG9uZW50cy9hbGVydHMvZm9ybWlvLmFsZXJ0cy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLWZvcm1pby9zcmMvY29tcG9uZW50cy9hbGVydHMvZm9ybWlvLmFsZXJ0cy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQVUsTUFBTSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBQzdFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7Ozs7O0lDRC9DLDhCQUFpSTtJQUF0QywwUUFBcUM7SUFDOUgsWUFDRjs7SUFBQSxpQkFBTTs7O0lBRm1DLDREQUFvQztJQUMzRSxlQUNGO0lBREUsd0VBQ0Y7O0FES0EsTUFBTSxPQUFPLHFCQUFxQjtJQUpsQztRQU1ZLG1CQUFjLEdBQUcsSUFBSSxZQUFZLEVBQVUsQ0FBQztLQVN2RDtJQVJDLFFBQVE7UUFDTixJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sRUFBRTtZQUNoQixJQUFJLENBQUMsTUFBTSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7U0FDbEM7SUFDSCxDQUFDO0lBQ0QsWUFBWSxDQUFFLEtBQUssRUFBRSxLQUFLO1FBQ3hCLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxTQUFTLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDaEQsQ0FBQzs7MEZBVlUscUJBQXFCO3dFQUFyQixxQkFBcUI7UUNQbEMsc0VBRU07O1FBRmlCLDJDQUFnQjs7dUZETzFCLHFCQUFxQjtjQUpqQyxTQUFTO2VBQUM7Z0JBQ1QsUUFBUSxFQUFFLGVBQWU7Z0JBQ3pCLFdBQVcsRUFBRSxnQ0FBZ0M7YUFDOUM7Z0JBRVUsTUFBTTtrQkFBZCxLQUFLO1lBQ0ksY0FBYztrQkFBdkIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7Q29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtaW9BbGVydHMgfSBmcm9tICcuL2Zvcm1pby5hbGVydHMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmb3JtaW8tYWxlcnRzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Zvcm1pby5hbGVydHMuY29tcG9uZW50Lmh0bWwnXG59KVxuZXhwb3J0IGNsYXNzIEZvcm1pb0FsZXJ0c0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gIEBJbnB1dCgpIGFsZXJ0czogRm9ybWlvQWxlcnRzO1xuICBAT3V0cHV0KCkgZm9jdXNDb21wb25lbnQgPSBuZXcgRXZlbnRFbWl0dGVyPG9iamVjdD4oKTtcbiAgbmdPbkluaXQoKSB7XG4gICAgaWYgKCF0aGlzLmFsZXJ0cykge1xuICAgICAgdGhpcy5hbGVydHMgPSBuZXcgRm9ybWlvQWxlcnRzKCk7XG4gICAgfVxuICB9XG4gIGdldENvbXBvbmVudCAoZXZlbnQsIGFsZXJ0KSB7XG4gICAgdGhpcy5mb2N1c0NvbXBvbmVudC5lbWl0KGFsZXJ0LmNvbXBvbmVudC5rZXkpO1xuICB9XG59XG4iLCI8ZGl2ICpuZ0Zvcj1cImxldCBhbGVydCBvZiBhbGVydHMuYWxlcnRzXCIgY2xhc3M9XCJhbGVydCBhbGVydC17eyBhbGVydC50eXBlIH19XCIgcm9sZT1cImFsZXJ0XCIgKGNsaWNrKT1cImdldENvbXBvbmVudCgkZXZlbnQsIGFsZXJ0KVwiPlxuICB7e2FsZXJ0Lm1lc3NhZ2UgfCBwYXJzZUh0bWxDb250ZW50fX1cbjwvZGl2PlxuIl19
@@ -1,19 +0,0 @@
1
- import { Pipe } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class ParseHtmlContentPipe {
4
- /*
5
- Some messages that are come from formiojs have hex codes. So the main aim of this pipe is transform this messages to html.
6
- And then render in template.
7
- */
8
- transform(content) {
9
- const parsedContent = new DOMParser().parseFromString(content, 'text/html').body.childNodes[0];
10
- return parsedContent === null || parsedContent === void 0 ? void 0 : parsedContent.textContent;
11
- }
12
- }
13
- ParseHtmlContentPipe.ɵfac = function ParseHtmlContentPipe_Factory(t) { return new (t || ParseHtmlContentPipe)(); };
14
- ParseHtmlContentPipe.ɵpipe = /*@__PURE__*/ i0.ɵɵdefinePipe({ name: "parseHtmlContent", type: ParseHtmlContentPipe, pure: false });
15
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ParseHtmlContentPipe, [{
16
- type: Pipe,
17
- args: [{ name: 'parseHtmlContent', pure: false }]
18
- }], null, null); })();
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFyc2UtaHRtbC1jb250ZW50LnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmd1bGFyLWZvcm1pby9zcmMvY29tcG9uZW50cy9hbGVydHMvcGFyc2UtaHRtbC1jb250ZW50LnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBR3BELE1BQU0sT0FBTyxvQkFBb0I7SUFFL0I7OztNQUdFO0lBQ0YsU0FBUyxDQUFDLE9BQU87UUFDZixNQUFNLGFBQWEsR0FBRyxJQUFJLFNBQVMsRUFBRSxDQUFDLGVBQWUsQ0FBQyxPQUFPLEVBQUUsV0FBVyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUUvRixPQUFPLGFBQWEsYUFBYixhQUFhLHVCQUFiLGFBQWEsQ0FBRSxXQUFXLENBQUM7SUFDcEMsQ0FBQzs7d0ZBVlUsb0JBQW9COzZGQUFwQixvQkFBb0I7dUZBQXBCLG9CQUFvQjtjQURoQyxJQUFJO2VBQUMsRUFBRSxJQUFJLEVBQUUsa0JBQWtCLEVBQUUsSUFBSSxFQUFFLEtBQUssRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQFBpcGUoeyBuYW1lOiAncGFyc2VIdG1sQ29udGVudCcsIHB1cmU6IGZhbHNlIH0pXG5leHBvcnQgY2xhc3MgUGFyc2VIdG1sQ29udGVudFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcblxuICAvKlxuICAgIFNvbWUgbWVzc2FnZXMgdGhhdCBhcmUgY29tZSBmcm9tIGZvcm1pb2pzIGhhdmUgaGV4IGNvZGVzLiBTbyB0aGUgbWFpbiBhaW0gb2YgdGhpcyBwaXBlIGlzIHRyYW5zZm9ybSB0aGlzIG1lc3NhZ2VzIHRvIGh0bWwuXG4gICAgQW5kIHRoZW4gcmVuZGVyIGluIHRlbXBsYXRlLlxuICAqL1xuICB0cmFuc2Zvcm0oY29udGVudCkge1xuICAgIGNvbnN0IHBhcnNlZENvbnRlbnQgPSBuZXcgRE9NUGFyc2VyKCkucGFyc2VGcm9tU3RyaW5nKGNvbnRlbnQsICd0ZXh0L2h0bWwnKS5ib2R5LmNoaWxkTm9kZXNbMF07XG5cbiAgICByZXR1cm4gcGFyc2VkQ29udGVudD8udGV4dENvbnRlbnQ7XG4gIH1cbn1cbiJdfQ==
@@ -1,203 +0,0 @@
1
- import { Component, Input, ViewEncapsulation, Optional, ViewChild, EventEmitter, Output } from '@angular/core';
2
- import { Formio, FormBuilder, Utils } from 'formiojs';
3
- import { assign } from 'lodash';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "../../formio.config";
6
- import * as i2 from "../../custom-component/custom-tags.service";
7
- const _c0 = ["builder"];
8
- /* tslint:disable */
9
- /* tslint:enable */
10
- export class FormBuilderComponent {
11
- constructor(ngZone, config, customTags) {
12
- this.ngZone = ngZone;
13
- this.config = config;
14
- this.customTags = customTags;
15
- this.componentAdding = false;
16
- this.noeval = false;
17
- if (this.config) {
18
- Formio.setBaseUrl(this.config.apiUrl);
19
- Formio.setProjectUrl(this.config.appUrl);
20
- }
21
- else {
22
- console.warn('You must provide an AppConfig within your application!');
23
- }
24
- this.change = new EventEmitter();
25
- this.ready = new Promise((resolve) => {
26
- this.readyResolve = resolve;
27
- });
28
- }
29
- ngOnInit() {
30
- Utils.Evaluator.noeval = this.noeval;
31
- if (this.refresh) {
32
- this.refreshSubscription = this.refresh.subscribe(() => {
33
- this.ngZone.runOutsideAngular(() => {
34
- this.buildForm(this.form);
35
- });
36
- });
37
- }
38
- if (this.rebuild) {
39
- this.rebuild.subscribe((options) => {
40
- this.ngZone.runOutsideAngular(() => {
41
- this.rebuildForm(this.form, options);
42
- });
43
- });
44
- }
45
- }
46
- setInstance(instance) {
47
- this.formio = instance;
48
- instance.off('addComponent');
49
- instance.off('saveComponent');
50
- instance.off('updateComponent');
51
- instance.off('removeComponent');
52
- instance.on('addComponent', (component, parent, path, index, isNew) => {
53
- this.ngZone.run(() => {
54
- if (isNew) {
55
- this.componentAdding = true;
56
- }
57
- else {
58
- this.change.emit({
59
- type: 'addComponent',
60
- builder: instance,
61
- form: instance.schema,
62
- component: component,
63
- parent: parent,
64
- path: path,
65
- index: index
66
- });
67
- this.componentAdding = false;
68
- }
69
- });
70
- });
71
- instance.on('saveComponent', (component, original, parent, path, index, isNew) => {
72
- this.ngZone.run(() => {
73
- this.change.emit({
74
- type: this.componentAdding ? 'addComponent' : 'saveComponent',
75
- builder: instance,
76
- form: instance.schema,
77
- component: component,
78
- originalComponent: original,
79
- parent: parent,
80
- path: path,
81
- index: index,
82
- isNew: isNew || false
83
- });
84
- this.componentAdding = false;
85
- });
86
- });
87
- instance.on('updateComponent', (component) => {
88
- this.ngZone.run(() => {
89
- this.change.emit({
90
- type: 'updateComponent',
91
- builder: instance,
92
- form: instance.schema,
93
- component: component
94
- });
95
- });
96
- });
97
- instance.on('removeComponent', (component, parent, path, index) => {
98
- this.ngZone.run(() => {
99
- this.change.emit({
100
- type: 'deleteComponent',
101
- builder: instance,
102
- form: instance.schema,
103
- component: component,
104
- parent: parent,
105
- path: path,
106
- index: index
107
- });
108
- });
109
- });
110
- this.ngZone.run(() => {
111
- this.readyResolve(instance);
112
- });
113
- return instance;
114
- }
115
- setDisplay(display, prevDisplay) {
116
- if (display && display !== prevDisplay) {
117
- return this.builder.setDisplay(display).then(instance => this.setInstance(instance));
118
- }
119
- else {
120
- return Promise.resolve();
121
- }
122
- }
123
- buildForm(form, prevForm) {
124
- if (!form || !this.builderElement || !this.builderElement.nativeElement) {
125
- return;
126
- }
127
- if (this.builder) {
128
- return this.setDisplay(form.display, prevForm === null || prevForm === void 0 ? void 0 : prevForm.display).then(() => {
129
- this.builder.form = form;
130
- this.builder.instance.form = form;
131
- return this.builder.instance;
132
- });
133
- }
134
- return this.rebuildForm(form);
135
- }
136
- rebuildForm(form, options) {
137
- const Builder = this.formbuilder || FormBuilder;
138
- const extraTags = this.customTags ? this.customTags.tags : [];
139
- this.builder = new Builder(this.builderElement.nativeElement, form, assign({
140
- icons: 'fontawesome',
141
- sanitizeConfig: {
142
- addTags: extraTags
143
- }
144
- }, options || this.options || {}));
145
- return this.builder.ready.then(instance => this.setInstance(instance));
146
- }
147
- ngOnChanges(changes) {
148
- Utils.Evaluator.noeval = this.noeval;
149
- if (changes.form && changes.form.currentValue) {
150
- this.ngZone.runOutsideAngular(() => {
151
- this.buildForm(changes.form.currentValue || { components: [] }, changes.form.previousValue);
152
- });
153
- }
154
- }
155
- ngOnDestroy() {
156
- if (this.refreshSubscription) {
157
- this.refreshSubscription.unsubscribe();
158
- }
159
- if (this.formio) {
160
- this.formio.destroy();
161
- }
162
- }
163
- }
164
- FormBuilderComponent.ɵfac = function FormBuilderComponent_Factory(t) { return new (t || FormBuilderComponent)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1.FormioAppConfig, 8), i0.ɵɵdirectiveInject(i2.CustomTagsService, 8)); };
165
- FormBuilderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: FormBuilderComponent, selectors: [["form-builder"]], viewQuery: function FormBuilderComponent_Query(rf, ctx) { if (rf & 1) {
166
- i0.ɵɵviewQuery(_c0, 7);
167
- } if (rf & 2) {
168
- let _t;
169
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.builderElement = _t.first);
170
- } }, inputs: { form: "form", options: "options", formbuilder: "formbuilder", noeval: "noeval", refresh: "refresh", rebuild: "rebuild" }, outputs: { change: "change" }, features: [i0.ɵɵNgOnChangesFeature], decls: 2, vars: 0, consts: [["builder", ""]], template: function FormBuilderComponent_Template(rf, ctx) { if (rf & 1) {
171
- i0.ɵɵelement(0, "div", null, 0);
172
- } }, styles: ["@charset \"UTF-8\";.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=\"\"] .choices__button{display:none}.choices[data-type*=select-one]:after{content:\"\";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}dialog{position:absolute;left:0;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;margin:auto;border:solid;padding:1em;background:#fff;color:#000;display:block}dialog:not([open]){display:none}dialog+.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.1)}._dialog_overlay{position:fixed;top:0;right:0;bottom:0;left:0}dialog.fixed{position:fixed;top:50%;transform:translateY(-50%)}.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:\"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)\";filter:alpha(opacity=20)}.formio-loader{position:relative;min-height:60px}.loader-wrapper{z-index:1000;position:absolute;top:0;left:0;bottom:0;right:0;height:120px;background-color:#0000}.loader{position:absolute;left:50%;top:50%;margin-left:-30px;margin-top:-30px;z-index:10000;display:inline-block;border:6px solid #f3f3f3;border-top:6px solid #3498db;border-radius:50%;width:60px;height:60px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.formio-form{position:relative;min-height:80px}.formio-error-wrapper,.formio-warning-wrapper{padding:1em}.formio-error-wrapper{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.formio-warning-wrapper{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.formio-disabled-input .form-control.flatpickr-input{background-color:#eee}.builder-component.has-error .invalid-feedback,.formio-component.alert-danger .invalid-feedback,.formio-component.has-error .invalid-feedback,.formio-component.has-message .invalid-feedback{display:block;color:inherit;margin-top:4px}.formio-errors .error{color:#dc3545}.formio-errors .warning{color:#856404}.formio-errors .info{color:#004085}.formio-wysiwyg-editor{min-height:200px;background-color:#fff}.has-feedback .form-control{padding-right:10px}.has-feedback .form-control[type=hidden]{padding-right:0}.has-error.bg-danger{padding:4px}.ql-source:after{content:\"[source]\";white-space:nowrap}.quill-source-code{width:100%;margin:0;background:#1d1d1d;box-sizing:border-box;color:#ccc;font-size:15px;outline:0;padding:20px;line-height:24px;font-family:Consolas,Menlo,Monaco,\"Courier New\",monospace;position:absolute;top:0;bottom:0;border:none;display:none}.formio-component-tags tags{background-color:#fff}.field-required:after,.tab-error:after{content:\" *\";color:red}.field-required:after{position:relative;z-index:10}.glyphicon-spin{-webkit-animation:formio-spin 1s infinite linear;animation:formio-spin 1s infinite linear}@-webkit-keyframes formio-spin{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes formio-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button-icon-right{margin-left:5px}.formio-component-submit .submit-success:after{content:\"\\2713\";position:relative;right:-4px;top:1px;line-height:1}.formio-component-submit .submit-fail:after{content:\"\\2717\";position:relative;right:-4px;top:1px;line-height:1}.formio-component-submit .submit-fail[disabled]{opacity:1}.form-control.flatpickr-input{background-color:#fff}td>.form-group{margin-bottom:0}.signature-pad-body{overflow:hidden;position:relative}.signature-pad-canvas{border-radius:4px;box-shadow:0 0 5px #00000005 inset;border:1px solid #f4f4f4}.btn.signature-pad-refresh{position:absolute;left:0;top:0;z-index:1000;padding:3px;line-height:0}[dir=rtl] .btn.signature-pad-refresh{left:unset;right:0}.formio-component-multiple .choices__input{width:100%}.choices__list--dropdown .choices__item--selectable{padding-right:0}.signature-pad-refresh img{height:1.2em}.signature-pad-footer{text-align:center;color:#c3c3c3}.choices__list--dropdown{z-index:100}.choices__list--multiple .choices__item{border-radius:0;padding:2px 8px;line-height:1em;margin-bottom:6px}.choices__list--single{padding:0}.choices__item.choices__item--selectable{white-space:nowrap;overflow:hidden;padding-right:25px;text-overflow:ellipsis}.choices__input{padding:2px}.choices[dir=rtl]>*{text-align:right}.choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable]{padding-left:5px;float:right}.choices[dir=rtl] .choices__list--multiple .choices__item[data-deletable] .choices__button{float:left;margin:0 8px 0 -4px;padding-left:unset;padding-right:16px;border-left:unset;border-right:1px solid #008fa1;overflow:hidden}.formio-component-file .fileSelector{position:relative;padding:15px;border:2px dashed #ddd;text-align:center}.formio-component-file .fileSelector .loader-wrapper{display:none;width:100%;height:100%;background-color:#0000001a}.formio-component-file .fileSelector .loader-wrapper .loader{height:45px;width:45px;margin-top:-23px;margin-left:-23px}.formio-component-file .fileSelector.fileDragOver{border-color:#127abe}.formio-component-file .fileSelector .fa,.formio-component-file .fileSelector .glyphicon{font-size:20px;margin-right:5px}[dir=rtl] .formio-component-file .fileSelector .fa,[dir=rtl] .formio-component-file .fileSelector .glyphicon{margin-right:unset;margin-left:5px}.formio-component-file .fileSelector .browse{cursor:pointer}@-webkit-keyframes formio-dialog-fadeout{0%{opacity:1}to{opacity:0}}@keyframes formio-dialog-fadeout{0%{opacity:1}to{opacity:0}}@-webkit-keyframes formio-dialog-fadein{0%{opacity:0}to{opacity:1}}@keyframes formio-dialog-fadein{0%{opacity:0}to{opacity:1}}.formio-dialog{box-sizing:border-box;font-size:.8em;color:#666}.formio-dialog.formio-modaledit-dialog{font-size:inherit}.formio-dialog *,.formio-dialog :after,.formio-dialog :before{box-sizing:inherit}.formio-dialog{position:fixed;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10000;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);-webkit-animation:formio-dialog-fadein .5s;animation:formio-dialog-fadein .5s}.formio-dialog.formio-dialog-disabled-animation,.formio-dialog.formio-dialog-disabled-animation .formio-dialog-content,.formio-dialog.formio-dialog-disabled-animation .formio-dialog-overlay{-webkit-animation:none!important;animation:none!important}.formio-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadein .5s;animation:formio-dialog-fadein .5s;margin-right:15px;background:0 0}.formio-dialog-no-overlay{pointer-events:none}.formio-dialog.formio-dialog-closing .formio-dialog-overlay{-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadeout .5s;animation:formio-dialog-fadeout .5s}.formio-dialog-content{background:#fff;-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadein .5s;animation:formio-dialog-fadein .5s;pointer-events:all;overflow:auto}.formio-component-modal-wrapper-select .formio-dialog-content{overflow:visible;overflow:initial}.formio-dialog.formio-dialog-closing .formio-dialog-content{-webkit-backface-visibility:hidden;-webkit-animation:formio-dialog-fadeout .5s;animation:formio-dialog-fadeout .5s}.formio-dialog-close:before{font-family:Helvetica,Arial,sans-serif;content:\"\\d7\";cursor:pointer}body.formio-dialog-open,html.formio-dialog-open{overflow:hidden}.formio-dialog .tab-content{padding-top:12px}.formio-dialog-close{z-index:1000}@-webkit-keyframes formio-dialog-flyin{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes formio-dialog-flyin{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes formio-dialog-flyout{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes formio-dialog-flyout{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}.formio-dialog.formio-dialog-theme-default{padding-bottom:160px;padding-top:160px}.formio-dialog.formio-dialog-theme-default.formio-dialog-closing .formio-dialog-content{-webkit-animation:formio-dialog-flyout .5s;animation:formio-dialog-flyout .5s}.formio-dialog.formio-dialog-theme-default .formio-dialog-content{-webkit-animation:formio-dialog-flyin .5s;animation:formio-dialog-flyin .5s;background:#f0f0f0;border-radius:5px;font-family:Helvetica,sans-serif;font-size:1.1em;line-height:1.5em;margin:0 auto;max-width:100%;padding:1em;position:relative;width:80%}.formio-dialog.formio-dialog-theme-default .formio-dialog-close{border:none;background:0 0;cursor:pointer;position:absolute;right:0;top:0;z-index:100}.formio-clickable{cursor:pointer}.component-settings .nav>li>a{padding:8px 10px}.formio-dialog.formio-dialog-theme-default .formio-dialog-close:before{display:block;padding:3px;background:0 0;color:#bbb;content:\"\\d7\";font-size:26px;font-weight:400;line-height:26px;text-align:center}.formio-dialog.formio-dialog-theme-default .formio-dialog-close:active:before,.formio-dialog.formio-dialog-theme-default .formio-dialog-close:hover:before{color:#777}.formio-dialog.formio-dialog-theme-default .formio-dialog-message{margin-bottom:.5em}.formio-dialog.formio-dialog-theme-default .formio-dialog-input{margin-bottom:1em}.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email],.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password],.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text],.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url],.formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea{background:#fff;border:0;border-radius:3px;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0 0 .25em;min-height:2.5em;padding:.25em .67em;width:100%}.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=email]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=password]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=text]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input input[type=url]:focus,.formio-dialog.formio-dialog-theme-default .formio-dialog-input textarea:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:0}.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons{*zoom:1}.formio-dialog.formio-dialog-theme-default .formio-dialog-buttons:after{content:\"\";display:table;clear:both}.formio-dialog.formio-dialog-theme-default .formio-dialog-button{border:0;border-radius:3px;cursor:pointer;float:right;font-family:inherit;font-size:.8em;letter-spacing:.1em;line-height:1em;margin:0 0 0 .5em;padding:.75em 2em;text-transform:uppercase}.formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus{-webkit-animation:formio-dialog-pulse 1.1s infinite;animation:formio-dialog-pulse 1.1s infinite;outline:0}@media (max-width:568px){.formio-dialog.formio-dialog-theme-default .formio-dialog-button:focus{-webkit-animation:none;animation:none}}.formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-primary{background:#3288e6;color:#fff}.formio-dialog.formio-dialog-theme-default .formio-dialog-button.formio-dialog-button-secondary{background:#e0e0e0;color:#777}.formio-dialog-content .panel{margin:0}.formio-placeholder{position:absolute;color:#999}.formio-dialog .formio-dialog-close{cursor:pointer}.formio-iframe{border:none;width:100%;height:1000px}.inline-form-button{margin-right:10px}.tooltip{opacity:1}.tooltip[x-placement=right] .tooltip-arrow{border-right:5px solid #000}.tooltip[x-placement=right] .tooltip-inner{margin-left:8px}.control-label--bottom{margin-bottom:0;margin-top:5px}.formio-component-label-hidden{position:relative}.formio-hidden{margin:0}.control-label--hidden{position:absolute;top:6px;right:5px;font-size:1.5em}.formio-component-datetime .control-label--hidden.field-required{right:45px;z-index:3}.formio-component-selectboxes .control-label--hidden.field-required,.formio-component-survey .control-label--hidden.field-required{top:0}.formio-component-resource .control-label--hidden.field-required,.formio-component-select .control-label--hidden.field-required{right:40px;z-index:2}.formio-component-datasource,.formio-component-hidden:not(.formio-component-checkbox){margin-bottom:0}.checkbox-inline label,.radio-inline label{font-weight:400;cursor:pointer}.editgrid-listgroup{margin-bottom:10px}.tree-listgroup{flex-direction:row}.formio-component-submit button[disabled]+.has-error{display:block}.formio-choices.form-group{margin-bottom:0}.formio-choices[data-type=select-multiple] .form-control{height:auto}.form-control.formio-multiple-mask-select{width:15%;z-index:4}.form-control.formio-multiple-mask-input{width:85%}.input-group.formio-multiple-mask-container{width:100%}.formio-component .table{margin-bottom:0}.formio-hide-label-panel-tooltip{margin-top:-10px;margin-left:-10px}.is-disabled .choices__list--multiple .choices__item{padding:5px 10px}.is-disabled .choices__list--multiple .choices__item .choices__button{display:none}.formio-collapse-icon{cursor:pointer;margin-right:4px}[dir=rtl] .formio-collapse-icon{margin-right:unset;margin-left:4px}.formio-component-dateTime .form-control[type=datetime-local]~.input-group-addon,.formio-component-datetime .form-control[type=datetime-local]~.input-group-addon{width:auto}.formio-component-datagrid .formio-datagrid-remove{position:absolute;top:0;right:0;visibility:hidden;opacity:0;transition:opacity .2s linear,visibility 0s .2s}.formio-component-datagrid .datagrid-table>tbody>tr>td:last-child{position:relative}.formio-component-datagrid .datagrid-table>tbody>tr:hover>td:last-child .formio-datagrid-remove{visibility:visible;opacity:1;transition:visibility 0s,opacity .2s linear}.formio-component-modaledit .formio-modaledit-view-container{position:relative;border:1px solid #ddd;min-height:34px;padding:6px 12px;cursor:text}td .formio-component-modaledit .formio-modaledit-view-container{padding:0;border-style:none}.formio-component-modaledit .formio-modaledit-edit{position:absolute;top:0;left:0;visibility:hidden;opacity:0;transition:opacity .2s linear,visibility 0s .2s}.formio-component-modaledit .formio-modaledit-view-container:hover .formio-modaledit-edit{visibility:visible;opacity:1;transition:visibility 0s,opacity .2s linear}.formio-modaledit-dialog .formio-modaledit-close{position:absolute;top:100%;right:0;border-radius:0}.reset-margins a,.reset-margins abbr,.reset-margins acronym,.reset-margins address,.reset-margins applet,.reset-margins article,.reset-margins aside,.reset-margins audio,.reset-margins b,.reset-margins big,.reset-margins blockquote,.reset-margins body,.reset-margins canvas,.reset-margins caption,.reset-margins center,.reset-margins cite,.reset-margins code,.reset-margins dd,.reset-margins del,.reset-margins details,.reset-margins dfn,.reset-margins div,.reset-margins dl,.reset-margins dt,.reset-margins em,.reset-margins embed,.reset-margins fieldset,.reset-margins figcaption,.reset-margins figure,.reset-margins footer,.reset-margins form,.reset-margins h1,.reset-margins h2,.reset-margins h3,.reset-margins h4,.reset-margins h5,.reset-margins h6,.reset-margins header,.reset-margins hgroup,.reset-margins html,.reset-margins i,.reset-margins iframe,.reset-margins img,.reset-margins ins,.reset-margins kbd,.reset-margins label,.reset-margins legend,.reset-margins li,.reset-margins mark,.reset-margins menu,.reset-margins nav,.reset-margins object,.reset-margins ol,.reset-margins output,.reset-margins p,.reset-margins pre,.reset-margins q,.reset-margins ruby,.reset-margins s,.reset-margins samp,.reset-margins section,.reset-margins small,.reset-margins span,.reset-margins strike,.reset-margins strong,.reset-margins sub,.reset-margins summary,.reset-margins sup,.reset-margins table,.reset-margins tbody,.reset-margins td,.reset-margins tfoot,.reset-margins th,.reset-margins thead,.reset-margins time,.reset-margins tr,.reset-margins tt,.reset-margins u,.reset-margins ul,.reset-margins var,.reset-margins video{margin:0}.ck-body .ck.ck-balloon-panel{z-index:101000}.formio-component-select select[disabled=disabled]{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:\"\"}.formio-component-select .choices.is-disabled[data-type*=select-one]:after,.formio-component-select div[disabled=disabled] button{display:none}.datagrid-group-label.collapsed>td{display:none}.datagrid-group-header.clickable{cursor:pointer}.datagrid-group-header.clickable .datagrid-group-label:before{display:inline-block;vertical-align:middle;content:\"\\25be\";margin:0 5px}.datagrid-group-header.clickable.collapsed .datagrid-group-label:before{content:\"\\25b8\"}.formio-component.alert-danger .help-block,.formio-component.alert-warning .help-block{color:inherit}.tree__level_even{background-color:#f6f6f6}.tree__node-content{margin-bottom:10px}.tree__node-children{margin:0}.formio-select-autocomplete-input{opacity:0;position:absolute;z-index:-1}.has-error>.help-block{margin-top:5px;margin-bottom:10px}.no-top-border-table>.table>tbody>tr:first-child>td{border-top:none}.table>tbody>tr>td.cell-align-left{text-align:left}.table>tbody>tr>td.cell-align-center{text-align:center}.table>tbody>tr>td.cell-align-center>div{margin-left:auto;margin-right:auto}.table>tbody>tr>td.cell-align-right{text-align:right}.table>tbody>tr>td.cell-align-right>div{margin-left:auto}.table-responsive[ref=component]{overflow-x:visible}.formio-component-textarea .alert .ck-editor__editable{color:inherit}.formio-component-textarea .ck.ck-editor__editable .image .ck-progress-bar{height:4px}div[data-oembed-url]{width:100%}.checkbox label.label-position-bottom,.checkbox label.label-position-left,.checkbox label.label-position-top,.radio label.label-position-bottom,.radio label.label-position-left,.radio label.label-position-top{padding-left:0}.checkbox label.label-position-bottom span,.checkbox label.label-position-top span,.radio label.label-position-bottom span,.radio label.label-position-top span{display:block}.checkbox label.label-position-bottom input[type=checkbox],.checkbox label.label-position-top input[type=checkbox],.radio label.label-position-bottom input[type=radio],.radio label.label-position-top input[type=radio]{position:relative;margin-left:0}.checkbox label.label-position-top input[type=checkbox],.radio label.label-position-top input[type=radio]{margin-top:4px}.checkbox label.label-position-bottom input[type=checkbox],.radio label.label-position-bottom input[type=radio]{margin-bottom:8px}.checkbox label.label-position-left input[type=checkbox],.radio label.label-position-left input[type=radio]{margin-left:10px}.open-modal-button{width:100%;text-align:left;white-space:normal;height:auto}.formio-component-modal-wrapper-signature .open-modal-button{text-align:center;height:100%;font-size:1.4em;padding:0;margin:0}.formio-component-content .image{display:table;clear:both;text-align:center;margin:1em auto}.formio-component-content .image>img{display:block;margin:0 auto;max-width:100%;min-width:50px}.formio-component-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:#333;background-color:#f7f7f7;padding:.6em;font-size:.75em;outline-offset:-1px}.formio-component-content .image.image_resized{max-width:100%;display:block;box-sizing:border-box}.formio-component-content .image.image_resized img{width:100%}.formio-component-content .image.image_resized>figcaption{display:block}.formio-component-content .media{clear:both;margin:1em 0;display:block;min-width:15em}.formio-component-content .image-style-align-center:not(.image_resized),.formio-component-content .image-style-align-left:not(.image_resized),.formio-component-content .image-style-align-right:not(.image_resized),.formio-component-content .image-style-side:not(.image_resized){max-width:50%}.formio-component-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing)}.formio-component-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.formio-component-content .image-style-align-center{margin-left:auto;margin-right:auto}.formio-component-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.formio-component-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;margin-left:0;margin-right:0;font-style:italic;border-left:solid 5px #ccc}.formio-component-content[dir=rtl] blockquote{border-left:0;border-right:solid 5px #ccc}.formio-component-content .text-tiny{font-size:.7em}.formio-component-content .text-small{font-size:.85em}.formio-component-content .text-big{font-size:1.4em}.formio-component-content .text-huge{font-size:1.8em}.formio-component-address.formio-component-label-hidden>label.field-required{z-index:1}.formio-component-address.formio-component-label-hidden>label.field-required~.address-autocomplete-container .address-autocomplete-remove-value-icon{right:20px}.address-autocomplete-container{position:relative}.address-autocomplete-container .address-autocomplete-remove-value-icon{cursor:pointer;position:absolute;margin-top:-9px;right:10px;top:50%}.address-autocomplete-container .address-autocomplete-remove-value-icon--hidden{display:none}.autocomplete{background:#fff;font:14px/22px \"-apple-system\",BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif;overflow:auto;box-sizing:border-box;border:1px solid rgba(50,50,50,.6);z-index:11000}.autocomplete>div{cursor:pointer;padding:6px 10px}.autocomplete>div.selected,.autocomplete>div:hover:not(.group){background:#1e90ff;color:#fff}.field-wrapper{display:flex}.field-wrapper--reverse{flex-direction:row-reverse}.field-wrapper .field-label--right{text-align:right}.formio-component-modal-wrapper{margin-bottom:10px}.formio-component-modal-wrapper .open-modal-button{height:auto}.formio-component-modal-wrapper .component-rendering-hidden{visibility:hidden}.formio-component-textarea div.formio-editor-read-only-content[ref=input]{white-space:pre-wrap}.formio-editor-read-only-content img{max-width:100%}.formio-editor-read-only-content li[data-list=bullet]{list-style-type:none}.formio-editor-read-only-content li[data-list=bullet] .ql-ui{padding-right:.5rem}.formio-editor-read-only-content li[data-list=bullet] .ql-ui:before{content:\"\\2022\"}.formio-editor-read-only-content li[data-list=ordered]{list-style-type:none;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.formio-editor-read-only-content li[data-list=ordered] .ql-ui{padding-right:.5rem}.formio-editor-read-only-content li[data-list=ordered] .ql-ui:before{content:counter(list-0,decimal) \". \"}.formio-editor-read-only-content figure.table table{border-collapse:collapse;border-spacing:0;width:100%;height:100%;border:1px double #b3b3b3}.formio-editor-read-only-content figure.table table td,.formio-editor-read-only-content figure.table table th{min-width:2em;padding:.4em;border:1px solid #bfbfbf}.formio-component-password .pull-right:not(:last-child),.formio-component-textarea .pull-right:not(:last-child),.formio-component-textfield .pull-right:not(:last-child){padding-left:12px}.formio-form>div>nav>ul.pagination{flex-flow:wrap row}.formio-form>div>nav>ul.pagination .page-link{cursor:pointer}.pac-container{z-index:11000}[ref=buttonMessageContainer].has-error{cursor:pointer}.formio-component-textarea .formio-editor-read-only-content .text-big{font-size:1.4em}.formio-component-textarea .formio-editor-read-only-content .text-huge{font-size:1.8em}.formio-component-textarea .formio-editor-read-only-content .text-small{font-size:.85em}.formio-component-textarea .formio-editor-read-only-content .text-tiny{font-size:.7em}.formbuilder{position:relative}.drag-container{padding:10px;border:dotted 2px #e8e8e8}.drag-container:hover{cursor:move;border:dotted 2px #ccc}.drag-container.formio-builder-form,.drag-container.formio-builder-form:hover,.panel-body>.drag-container.formio-builder-components,.panel-body>.drag-container.formio-builder-components:hover,.tab-pane>.drag-container.formio-builder-components,.tab-pane>.drag-container.formio-builder-components:hover{padding:0 0 1rem;border:none}.component-btn-group{position:absolute;right:0;z-index:1000;margin-top:-2px}.builder-component{position:relative;min-height:15px}.builder-component .formio-component-htmlelement{border:dotted 2px #e8e8e8}.builder-component .formio-component-htmlelement [ref=html]:empty:before{content:\"HTML Content\";color:#aaa}.builder-component:not(:hover) .component-btn-group{display:none}.builder-group-button{background-color:transparent;white-space:normal;text-align:left}.form-builder-group-header{padding:0}.component-btn-group .component-settings-button{float:right;margin:4px 4px 0 0;z-index:1001;box-shadow:0 0 10px 1px #3071a999}.formbuilder .formio-component-content,.formbuilder .formio-component-datasource,.formbuilder .formio-component-form,.formbuilder .formio-component-hidden{border:2px dashed #ddd}.formbuilder .formio-component-datasource,.formbuilder .formio-component-form,.formbuilder .formio-component-hidden{height:3em;text-align:center;color:#aaa;padding-top:.5em}.btn-group-xxs>.btn,.btn-xxs,.component-btn-group .component-settings-button{padding:2px;font-size:10px;line-height:1.2em;border-radius:0;width:18px;height:18px}.formcomponents .formcomponent{text-align:left;padding:5px 5px 5px 8px;margin-top:.2rem;font-size:.8em;line-height:1.2;border-radius:.3em}.form-builder-panel .panel-body{padding:5px}.formio-component-tabs .ui.tabular.menu .item{padding:.8em}.formio-pdf-builder{position:relative}.formio-drop-zone{display:none;position:absolute;z-index:10;background-color:#0d87e9;opacity:.1}.formio-drop-zone.enabled{display:inherit}.component-settings .formio-dialog-content{max-height:100%}.component-btn-group .btn.component-settings-button-paste{display:none}.builder-paste-mode .component-settings-button-paste{display:inherit!important}.wizard-page-label{cursor:pointer;border-radius:0}.panel-body .drag-and-drop-alert{margin-bottom:0}.builder-sidebar_scroll{position:sticky;top:15px}.builder-sidebar_search{margin-bottom:10px;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.formio-wizard-builder-component-title{color:#6c757d;text-align:center;padding:.5rem}.formio-wizard-position{position:relative}.formio-settings-help{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;margin-top:10px}.help-block{margin:0}.builder-sidebar .btn{white-space:normal}.component-settings{padding-top:20px!important;padding-bottom:20px!important}.component-edit-container{height:auto;overflow:hidden}.component-edit-content{height:calc(100% - 4em)}.component-edit-tabs.col-sm-6{height:100%;overflow-y:auto}.component-edit-tabs.col-sm-12{height:calc(100% - 4em);overflow-y:auto}.component-edit-tabs.col-sm-12 .editForm{height:calc(100% - 4em);overflow-y:auto}.progress.pdf-progress{height:2rem}.progress.pdf-progress .progress-bar{font-size:1rem;line-height:2rem}.builder-sidebar.disabled .formcomponent{cursor:not-allowed;opacity:.65;box-shadow:none}\n"], encapsulation: 2 });
173
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(FormBuilderComponent, [{
174
- type: Component,
175
- args: [{
176
- selector: 'form-builder',
177
- templateUrl: './formbuilder.component.html',
178
- styleUrls: ['../../../../../node_modules/formiojs/dist/formio.builder.min.css'],
179
- encapsulation: ViewEncapsulation.None
180
- }]
181
- }], function () { return [{ type: i0.NgZone }, { type: i1.FormioAppConfig, decorators: [{
182
- type: Optional
183
- }] }, { type: i2.CustomTagsService, decorators: [{
184
- type: Optional
185
- }] }]; }, { form: [{
186
- type: Input
187
- }], options: [{
188
- type: Input
189
- }], formbuilder: [{
190
- type: Input
191
- }], noeval: [{
192
- type: Input
193
- }], refresh: [{
194
- type: Input
195
- }], rebuild: [{
196
- type: Input
197
- }], change: [{
198
- type: Output
199
- }], builderElement: [{
200
- type: ViewChild,
201
- args: ['builder', { static: true }]
202
- }] }); })();
203
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybWJ1aWxkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vc3JjL2NvbXBvbmVudHMvZm9ybWJ1aWxkZXIvZm9ybWJ1aWxkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1mb3JtaW8vc3JjL2NvbXBvbmVudHMvZm9ybWJ1aWxkZXIvZm9ybWJ1aWxkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxLQUFLLEVBSUwsaUJBQWlCLEVBQ2pCLFFBQVEsRUFFUixTQUFTLEVBQ1QsWUFBWSxFQUNaLE1BQU0sRUFFUCxNQUFNLGVBQWUsQ0FBQztBQU12QixPQUFPLEVBQUUsTUFBTSxFQUFFLFdBQVcsRUFBRSxLQUFLLEVBQUUsTUFBTSxVQUFVLENBQUM7QUFDdEQsT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLFFBQVEsQ0FBQzs7Ozs7QUFJaEMsb0JBQW9CO0FBT3BCLG1CQUFtQjtBQUNuQixNQUFNLE9BQU8sb0JBQW9CO0lBZ0IvQixZQUNVLE1BQWMsRUFDRixNQUF1QixFQUN2QixVQUE4QjtRQUYxQyxXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQ0YsV0FBTSxHQUFOLE1BQU0sQ0FBaUI7UUFDdkIsZUFBVSxHQUFWLFVBQVUsQ0FBb0I7UUFkN0Msb0JBQWUsR0FBRyxLQUFLLENBQUM7UUFLdEIsV0FBTSxHQUFLLEtBQUssQ0FBQztRQVd4QixJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUU7WUFDZixNQUFNLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxDQUFDLENBQUM7WUFDdEMsTUFBTSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDO1NBQzFDO2FBQU07WUFDTCxPQUFPLENBQUMsSUFBSSxD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O0lBRUQsV0FBVztRQUNULElBQUksSUFBSSxDQUFDLG1CQUFtQixFQUFFO1lBQzVCLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxXQUFXLEVBQUUsQ0FBQztTQUN4QztRQUVELElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRTtZQUNmLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxFQUFFLENBQUM7U0FDdkI7SUFDSCxDQUFDOzt3RkF0TFUsb0JBQW9CO3VFQUFwQixvQkFBb0I7Ozs7OztRQ2hDakMsK0JBQW9COzt1RkRnQ1Asb0JBQW9CO2NBUGhDLFNBQVM7ZUFBQztnQkFDVCxRQUFRLEVBQUUsY0FBYztnQkFDeEIsV0FBVyxFQUFFLDhCQUE4QjtnQkFDM0MsU0FBUyxFQUFFLENBQUMsa0VBQWtFLENBQUM7Z0JBQy9FLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2FBQ3RDOztzQkFvQkksUUFBUTs7c0JBQ1IsUUFBUTt3QkFaRixJQUFJO2tCQUFaLEtBQUs7WUFDRyxPQUFPO2tCQUFmLEtBQUs7WUFDRyxXQUFXO2tCQUFuQixLQUFLO1lBQ0csTUFBTTtrQkFBZCxLQUFLO1lBQ0csT0FBTztrQkFBZixLQUFLO1lBQ0csT0FBTztrQkFBZixLQUFLO1lBQ0ksTUFBTTtrQkFBZixNQUFNO1lBQ2lDLGNBQWM7a0JBQXJELFNBQVM7bUJBQUMsU0FBUyxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgSW5wdXQsXG4gIE9uSW5pdCxcbiAgT25DaGFuZ2VzLFxuICBPbkRlc3Ryb3ksXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBPcHRpb25hbCxcbiAgRWxlbWVudFJlZixcbiAgVmlld0NoaWxkLFxuICBFdmVudEVtaXR0ZXIsXG4gIE91dHB1dCxcbiAgTmdab25lXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybWlvQXBwQ29uZmlnIH0gZnJvbSAnLi4vLi4vZm9ybWlvLmNvbmZpZyc7XG5pbXBvcnQge1xuICBGb3JtaW9Gb3JtLFxuICBGb3JtaW9PcHRpb25zXG59IGZyb20gJy4uLy4uL2Zvcm1pby5jb21tb24nO1xuaW1wb3J0IHsgRm9ybWlvLCBGb3JtQnVpbGRlciwgVXRpbHMgfSBmcm9tICdmb3JtaW9qcyc7XG5pbXBvcnQgeyBhc3NpZ24gfSBmcm9tICdsb2Rhc2gnO1xuaW1wb3J0IHsgT2JzZXJ2YWJsZSwgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBDdXN0b21UYWdzU2VydmljZSB9IGZyb20gJy4uLy4uL2N1c3RvbS1jb21wb25lbnQvY3VzdG9tLXRhZ3Muc2VydmljZSc7XG5cbi8qIHRzbGludDpkaXNhYmxlICovXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmb3JtLWJ1aWxkZXInLFxuICB0ZW1wbGF0ZVVybDogJy4vZm9ybWJ1aWxkZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi4vLi4vLi4vLi4vLi4vbm9kZV9tb2R1bGVzL2Zvcm1pb2pzL2Rpc3QvZm9ybWlvLmJ1aWxkZXIubWluLmNzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lXG59KVxuLyogdHNsaW50OmVuYWJsZSAqL1xuZXhwb3J0IGNsYXNzIEZvcm1CdWlsZGVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMsIE9uRGVzdHJveSB7XG4gIHB1YmxpYyByZWFkeTogUHJvbWlzZTxvYmplY3Q+O1xuICBwdWJsaWMgcmVhZHlSZXNvbHZlOiBhbnk7XG4gIHB1YmxpYyBmb3JtaW86IGFueTtcbiAgcHVibGljIGJ1aWxkZXI6IEZvcm1CdWlsZGVyO1xuICBwdWJsaWMgY29tcG9uZW50QWRkaW5nID0gZmFsc2U7XG4gIHByaXZhdGUgcmVmcmVzaFN1YnNjcmlwdGlvbjogU3Vic2NyaXB0aW9uO1xuICBASW5wdXQoKSBmb3JtPzogRm9ybWlvRm9ybTtcbiAgQElucHV0KCkgb3B0aW9ucz86IEZvcm1pb09wdGlvbnM7XG4gIEBJbnB1dCgpIGZvcm1idWlsZGVyPzogYW55O1xuICBASW5wdXQoKSBub2V2YWwgPyA9IGZhbHNlO1xuICBASW5wdXQoKSByZWZyZXNoPzogT2JzZXJ2YWJsZTx2b2lkPjtcbiAgQElucHV0KCkgcmVidWlsZD86IE9ic2VydmFibGU8b2JqZWN0PjtcbiAgQE91dHB1dCgpIGNoYW5nZT86IEV2ZW50RW1pdHRlcjxvYmplY3Q+O1xuICBAVmlld0NoaWxkKCdidWlsZGVyJywgeyBzdGF0aWM6IHRydWUgfSkgYnVpbGRlckVsZW1lbnQ/OiBFbGVtZW50UmVmPGFueT47XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBuZ1pvbmU6IE5nWm9uZSxcbiAgICBAT3B0aW9uYWwoKSBwcml2YXRlIGNvbmZpZzogRm9ybWlvQXBwQ29uZmlnLFxuICAgIEBPcHRpb25hbCgpIHByaXZhdGUgY3VzdG9tVGFncz86IEN1c3RvbVRhZ3NTZXJ2aWNlXG4gICkge1xuICAgIGlmICh0aGlzLmNvbmZpZykge1xuICAgICAgRm9ybWlvLnNldEJhc2VVcmwodGhpcy5jb25maWcuYXBpVXJsKTtcbiAgICAgIEZvcm1pby5zZXRQcm9qZWN0VXJsKHRoaXMuY29uZmlnLmFwcFVybCk7XG4gICAgfSBlbHNlIHtcbiAgICAgIGNvbnNvbGUud2FybignWW91IG11c3QgcHJvdmlkZSBhbiBBcHBDb25maWcgd2l0aGluIHlvdXIgYXBwbGljYXRpb24hJyk7XG4gICAgfVxuXG4gICAgdGhpcy5jaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyKCk7XG4gICAgdGhpcy5yZWFkeSA9IG5ldyBQcm9taXNlKChyZXNvbHZlOiBhbnkpID0+IHtcbiAgICAgIHRoaXMucmVhZHlSZXNvbHZlID0gcmVzb2x2ZTtcbiAgICB9KTtcbiAgfVxuXG4gIG5nT25Jbml0KCkge1xuICAgIFV0aWxzLkV2YWx1YXRvci5ub2V2YWwgPSB0aGlzLm5vZXZhbDtcblxuICAgIGlmICh0aGlzLnJlZnJlc2gpIHtcbiAgICAgIHRoaXMucmVmcmVzaFN1YnNjcmlwdGlvbiA9IHRoaXMucmVmcmVzaC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICB0aGlzLm5nWm9uZS5ydW5PdXRzaWRlQW5ndWxhcigoKSA9PiB7XG4gICAgICAgICAgdGhpcy5idWlsZEZvcm0odGhpcy5mb3JtKTtcbiAgICAgICAgfSk7XG4gICAgICB9KTtcbiAgICB9XG5cbiAgICBpZiAodGhpcy5yZWJ1aWxkKSB7XG4gICAgICB0aGlzLnJlYnVpbGQuc3Vic2NyaWJlKChvcHRpb25zKSA9PiB7XG4gICAgICAgIHRoaXMubmdab25lLnJ1bk91dHNpZGVBbmd1bGFyKCgpID0+IHtcbiAgICAgICAgICB0aGlzLnJlYnVpbGRGb3JtKHRoaXMuZm9ybSwgb3B0aW9ucyk7XG4gICAgICAgIH0pO1xuICAgICAgfSk7XG4gICAgfVxuICB9XG5cbiAgc2V0SW5zdGFuY2UoaW5zdGFuY2U6IGFueSkge1xuICAgIHRoaXMuZm9ybWlvID0gaW5zdGFuY2U7XG4gICAgaW5zdGFuY2Uub2ZmKCdhZGRDb21wb25lbnQnKTtcbiAgICBpbnN0YW5jZS5vZmYoJ3NhdmVDb21wb25lbnQnKTtcbiAgICBpbnN0YW5jZS5vZmYoJ3VwZGF0ZUNvbXBvbmVudCcpO1xuICAgIGluc3RhbmNlLm9mZigncmVtb3ZlQ29tcG9uZW50Jyk7XG4gICAgaW5zdGFuY2Uub24oJ2FkZENvbXBvbmVudCcsIChjb21wb25lbnQsIHBhcmVudCwgcGF0aCwgaW5kZXgsIGlzTmV3KSA9PiB7XG4gICAgICB0aGlzLm5nWm9uZS5ydW4oKCkgPT4ge1xuICAgICAgICBpZiAoaXNOZXcpIHtcbiAgICAgICAgICB0aGlzLmNvbXBvbmVudEFkZGluZyA9IHRydWU7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgdGhpcy5jaGFuZ2UuZW1pdCh7XG4gICAgICAgICAgICB0eXBlOiAnYWRkQ29tcG9uZW50JyxcbiAgICAgICAgICAgIGJ1aWxkZXI6IGluc3RhbmNlLFxuICAgICAgICAgICAgZm9ybTogaW5zdGFuY2Uuc2NoZW1hLFxuICAgICAgICAgICAgY29tcG9uZW50OiBjb21wb25lbnQsXG4gICAgICAgICAgICBwYXJlbnQ6IHBhcmVudCxcbiAgICAgICAgICAgIHBhdGg6IHBhdGgsXG4gICAgICAgICAgICBpbmRleDogaW5kZXhcbiAgICAgICAgICB9KTtcbiAgICAgICAgICB0aGlzLmNvbXBvbmVudEFkZGluZyA9IGZhbHNlO1xuICAgICAgICB9XG4gICAgICB9KTtcbiAgICB9KTtcbiAgICBpbnN0YW5jZS5vbignc2F2ZUNvbXBvbmVudCcsIChjb21wb25lbnQsIG9yaWdpbmFsLCBwYXJlbnQsIHBhdGgsIGluZGV4LCBpc05ldykgPT4ge1xuICAgICAgdGhpcy5uZ1pvbmUucnVuKCgpID0+IHtcbiAgICAgICAgdGhpcy5jaGFuZ2UuZW1pdCh7XG4gICAgICAgICAgdHlwZTogdGhpcy5jb21wb25lbnRBZGRpbmcgPyAnYWRkQ29tcG9uZW50JyA6ICdzYXZlQ29tcG9uZW50JyxcbiAgICAgICAgICBidWlsZGVyOiBpbnN0YW5jZSxcbiAgICAgICAgICBmb3JtOiBpbnN0YW5jZS5zY2hlbWEsXG4gICAgICAgICAgY29tcG9uZW50OiBjb21wb25lbnQsXG4gICAgICAgICAgb3JpZ2luYWxDb21wb25lbnQ6IG9yaWdpbmFsLFxuICAgICAgICAgIHBhcmVudDogcGFyZW50LFxuICAgICAgICAgIHBhdGg6IHBhdGgsXG4gICAgICAgICAgaW5kZXg6IGluZGV4LFxuICAgICAgICAgIGlzTmV3OiBpc05ldyB8fCBmYWxzZVxuICAgICAgICB9KTtcbiAgICAgICAgdGhpcy5jb21wb25lbnRBZGRpbmcgPSBmYWxzZTtcbiAgICAgIH0pO1xuICAgIH0pO1xuICAgIGluc3RhbmNlLm9uKCd1cGRhdGVDb21wb25lbnQnLCAoY29tcG9uZW50KSA9PiB7XG4gICAgICB0aGlzLm5nWm9uZS5ydW4oKCkgPT4ge1xuICAgICAgICB0aGlzLmNoYW5nZS5lbWl0KHtcbiAgICAgICAgICB0eXBlOiAndXBkYXRlQ29tcG9uZW50JyxcbiAgICAgICAgICBidWlsZGVyOiBpbnN0YW5jZSxcbiAgICAgICAgICBmb3JtOiBpbnN0YW5jZS5zY2hlbWEsXG4gICAgICAgICAgY29tcG9uZW50OiBjb21wb25lbnRcbiAgICAgICAgfSk7XG4gICAgICB9KTtcbiAgICB9KTtcbiAgICBpbnN0YW5jZS5vbigncmVtb3ZlQ29tcG9uZW50JywgKGNvbXBvbmVudCwgcGFyZW50LCBwYXRoLCBpbmRleCkgPT4ge1xuICAgICAgdGhpcy5uZ1pvbmUucnVuKCgpID0+IHtcbiAgICAgICAgdGhpcy5jaGFuZ2UuZW1pdCh7XG4gICAgICAgICAgdHlwZTogJ2RlbGV0ZUNvbXBvbmVudCcsXG4gICAgICAgICAgYnVpbGRlcjogaW5zdGFuY2UsXG4gICAgICAgICAgZm9ybTogaW5zdGFuY2Uuc2NoZW1hLFxuICAgICAgICAgIGNvbXBvbmVudDogY29tcG9uZW50LFxuICAgICAgICAgIHBhcmVudDogcGFyZW50LFxuICAgICAgICAgIHBhdGg6IHBhdGgsXG4gICAgICAgICAgaW5kZXg6IGluZGV4XG4gICAgICAgIH0pO1xuICAgICAgfSk7XG4gICAgfSk7XG4gICAgdGhpcy5uZ1pvbmUucnVuKCgpID0+IHtcbiAgICAgIHRoaXMucmVhZHlSZXNvbHZlKGluc3RhbmNlKTtcbiAgICB9KTtcbiAgICByZXR1cm4gaW5zdGFuY2U7XG4gIH1cblxuICBzZXREaXNwbGF5KGRpc3BsYXk6IFN0cmluZywgcHJldkRpc3BsYXk/OiBzdHJpbmcpIHtcbiAgICBpZiAoZGlzcGxheSAmJiBkaXNwbGF5ICE9PSBwcmV2RGlzcGxheSkge1xuICAgICAgcmV0dXJuIHRoaXMuYnVpbGRlci5zZXREaXNwbGF5KGRpc3BsYXkpLnRoZW4oaW5zdGFuY2UgPT4gdGhpcy5zZXRJbnN0YW5jZShpbnN0YW5jZSkpO1xuICAgIH1cbiAgICBlbHNlIHtcbiAgICAgIHJldHVybiBQcm9taXNlLnJlc29sdmUoKTtcbiAgICB9XG4gIH1cblxuICBidWlsZEZvcm0oZm9ybTogYW55LCBwcmV2Rm9ybT86IGFueSkge1xuICAgIGlmICghZm9ybSB8fCAhdGhpcy5idWlsZGVyRWxlbWVudCB8fCAhdGhpcy5idWlsZGVyRWxlbWVudC5uYXRpdmVFbGVtZW50KSB7XG4gICAgICByZXR1cm47XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuYnVpbGRlcikge1xuICAgICAgcmV0dXJuIHRoaXMuc2V0RGlzcGxheShmb3JtLmRpc3BsYXksIHByZXZGb3JtPy5kaXNwbGF5KS50aGVuKCgpID0+IHtcbiAgICAgICAgdGhpcy5idWlsZGVyLmZvcm0gPSBmb3JtO1xuICAgICAgICB0aGlzLmJ1aWxkZXIuaW5zdGFuY2UuZm9ybSA9IGZvcm07XG4gICAgICAgIHJldHVybiB0aGlzLmJ1aWxkZXIuaW5zdGFuY2U7XG4gICAgICB9KTtcbiAgICB9XG5cbiAgICByZXR1cm4gdGhpcy5yZWJ1aWxkRm9ybShmb3JtKTtcbiAgfVxuXG4gIHJlYnVpbGRGb3JtKGZvcm06IGFueSwgb3B0aW9ucz86IG9iamVjdCkge1xuICAgIGNvbnN0IEJ1aWxkZXIgPSB0aGlzLmZvcm1idWlsZGVyIHx8IEZvcm1CdWlsZGVyO1xuICAgIGNvbnN0IGV4dHJhVGFncyA9IHRoaXMuY3VzdG9tVGFncyA/IHRoaXMuY3VzdG9tVGFncy50YWdzIDogW107XG4gICAgdGhpcy5idWlsZGVyID0gbmV3IEJ1aWxkZXIoXG4gICAgICB0aGlzLmJ1aWxkZXJFbGVtZW50Lm5hdGl2ZUVsZW1lbnQsXG4gICAgICBmb3JtLFxuICAgICAgYXNzaWduKHtcbiAgICAgICAgaWNvbnM6ICdmb250YXdlc29tZScsXG4gICAgICAgIHNhbml0aXplQ29uZmlnOiB7XG4gICAgICAgICAgYWRkVGFnczogZXh0cmFUYWdzXG4gICAgICAgIH1cbiAgICAgIH0sIG9wdGlvbnMgfHwgdGhpcy5vcHRpb25zIHx8IHt9KVxuICAgICk7XG4gICAgcmV0dXJuIHRoaXMuYnVpbGRlci5yZWFkeS50aGVuKGluc3RhbmNlID0+IHRoaXMuc2V0SW5zdGFuY2UoaW5zdGFuY2UpKTtcbiAgfVxuXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IGFueSkge1xuICAgIFV0aWxzLkV2YWx1YXRvci5ub2V2YWwgPSB0aGlzLm5vZXZhbDtcblxuICAgIGlmIChjaGFuZ2VzLmZvcm0gJiYgY2hhbmdlcy5mb3JtLmN1cnJlbnRWYWx1ZSkge1xuICAgICAgdGhpcy5uZ1pvbmUucnVuT3V0c2lkZUFuZ3VsYXIoKCkgPT4ge1xuICAgICAgICB0aGlzLmJ1aWxkRm9ybShjaGFuZ2VzLmZvcm0uY3VycmVudFZhbHVlIHx8IHtjb21wb25lbnRzOiBbXX0sIGNoYW5nZXMuZm9ybS5wcmV2aW91c1ZhbHVlKTtcbiAgICAgIH0pO1xuICAgIH1cbiAgfVxuXG4gIG5nT25EZXN0cm95KCkge1xuICAgIGlmICh0aGlzLnJlZnJlc2hTdWJzY3JpcHRpb24pIHtcbiAgICAgIHRoaXMucmVmcmVzaFN1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLmZvcm1pbykge1xuICAgICAgdGhpcy5mb3JtaW8uZGVzdHJveSgpO1xuICAgIH1cbiAgfVxufVxuIiwiPGRpdiAjYnVpbGRlcj48L2Rpdj5cbiJdfQ==