@opencitylabs/bootstrap-italia 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (444) hide show
  1. package/LICENSE +21 -0
  2. package/Readme.md +26 -0
  3. package/dist/bootstrapItalia.js +1 -0
  4. package/dist/ocl.css +0 -0
  5. package/dist/ocl.min.css +0 -0
  6. package/lib/cjs/bootstrapItalia.d.ts +232 -0
  7. package/lib/cjs/bootstrapItalia.js +9 -0
  8. package/lib/cjs/package.json +3 -0
  9. package/lib/cjs/templates/bootstrapItalia/address/form.ejs.js +61 -0
  10. package/lib/cjs/templates/bootstrapItalia/address/html.ejs.js +16 -0
  11. package/lib/cjs/templates/bootstrapItalia/address/index.d.ts +5 -0
  12. package/lib/cjs/templates/bootstrapItalia/address/index.js +5 -0
  13. package/lib/cjs/templates/bootstrapItalia/alert/form.ejs.js +31 -0
  14. package/lib/cjs/templates/bootstrapItalia/alert/index.d.ts +4 -0
  15. package/lib/cjs/templates/bootstrapItalia/alert/index.js +4 -0
  16. package/lib/cjs/templates/bootstrapItalia/builder/form.ejs.js +12 -0
  17. package/lib/cjs/templates/bootstrapItalia/builder/index.d.ts +4 -0
  18. package/lib/cjs/templates/bootstrapItalia/builder/index.js +4 -0
  19. package/lib/cjs/templates/bootstrapItalia/builderComponent/form.ejs.js +35 -0
  20. package/lib/cjs/templates/bootstrapItalia/builderComponent/index.d.ts +4 -0
  21. package/lib/cjs/templates/bootstrapItalia/builderComponent/index.js +4 -0
  22. package/lib/cjs/templates/bootstrapItalia/builderComponents/form.ejs.js +14 -0
  23. package/lib/cjs/templates/bootstrapItalia/builderComponents/index.d.ts +4 -0
  24. package/lib/cjs/templates/bootstrapItalia/builderComponents/index.js +4 -0
  25. package/lib/cjs/templates/bootstrapItalia/builderEditForm/form.ejs.js +65 -0
  26. package/lib/cjs/templates/bootstrapItalia/builderEditForm/index.d.ts +4 -0
  27. package/lib/cjs/templates/bootstrapItalia/builderEditForm/index.js +4 -0
  28. package/lib/cjs/templates/bootstrapItalia/builderPlaceholder/form.ejs.js +12 -0
  29. package/lib/cjs/templates/bootstrapItalia/builderPlaceholder/index.d.ts +4 -0
  30. package/lib/cjs/templates/bootstrapItalia/builderPlaceholder/index.js +4 -0
  31. package/lib/cjs/templates/bootstrapItalia/builderSidebar/form.ejs.js +19 -0
  32. package/lib/cjs/templates/bootstrapItalia/builderSidebar/index.d.ts +4 -0
  33. package/lib/cjs/templates/bootstrapItalia/builderSidebar/index.js +4 -0
  34. package/lib/cjs/templates/bootstrapItalia/builderSidebarGroup/form.ejs.js +71 -0
  35. package/lib/cjs/templates/bootstrapItalia/builderSidebarGroup/index.d.ts +4 -0
  36. package/lib/cjs/templates/bootstrapItalia/builderSidebarGroup/index.js +4 -0
  37. package/lib/cjs/templates/bootstrapItalia/builderWizard/form.ejs.js +33 -0
  38. package/lib/cjs/templates/bootstrapItalia/builderWizard/index.d.ts +4 -0
  39. package/lib/cjs/templates/bootstrapItalia/builderWizard/index.js +4 -0
  40. package/lib/cjs/templates/bootstrapItalia/button/form.ejs.js +51 -0
  41. package/lib/cjs/templates/bootstrapItalia/button/html.ejs.js +8 -0
  42. package/lib/cjs/templates/bootstrapItalia/button/index.d.ts +5 -0
  43. package/lib/cjs/templates/bootstrapItalia/button/index.js +5 -0
  44. package/lib/cjs/templates/bootstrapItalia/checkbox/form.ejs.js +57 -0
  45. package/lib/cjs/templates/bootstrapItalia/checkbox/html.ejs.js +25 -0
  46. package/lib/cjs/templates/bootstrapItalia/checkbox/index.d.ts +5 -0
  47. package/lib/cjs/templates/bootstrapItalia/checkbox/index.js +5 -0
  48. package/lib/cjs/templates/bootstrapItalia/columns/form.ejs.js +25 -0
  49. package/lib/cjs/templates/bootstrapItalia/columns/index.d.ts +4 -0
  50. package/lib/cjs/templates/bootstrapItalia/columns/index.js +4 -0
  51. package/lib/cjs/templates/bootstrapItalia/component/form.ejs.js +25 -0
  52. package/lib/cjs/templates/bootstrapItalia/component/index.d.ts +4 -0
  53. package/lib/cjs/templates/bootstrapItalia/component/index.js +4 -0
  54. package/lib/cjs/templates/bootstrapItalia/componentModal/form.ejs.js +47 -0
  55. package/lib/cjs/templates/bootstrapItalia/componentModal/index.d.ts +4 -0
  56. package/lib/cjs/templates/bootstrapItalia/componentModal/index.js +4 -0
  57. package/lib/cjs/templates/bootstrapItalia/components/form.ejs.js +10 -0
  58. package/lib/cjs/templates/bootstrapItalia/components/index.d.ts +4 -0
  59. package/lib/cjs/templates/bootstrapItalia/components/index.js +4 -0
  60. package/lib/cjs/templates/bootstrapItalia/container/form.ejs.js +12 -0
  61. package/lib/cjs/templates/bootstrapItalia/container/index.d.ts +4 -0
  62. package/lib/cjs/templates/bootstrapItalia/container/index.js +4 -0
  63. package/lib/cjs/templates/bootstrapItalia/cssClasses.d.ts +17 -0
  64. package/lib/cjs/templates/bootstrapItalia/cssClasses.js +18 -0
  65. package/lib/cjs/templates/bootstrapItalia/datagrid/form.ejs.js +145 -0
  66. package/lib/cjs/templates/bootstrapItalia/datagrid/html.ejs.js +49 -0
  67. package/lib/cjs/templates/bootstrapItalia/datagrid/index.d.ts +5 -0
  68. package/lib/cjs/templates/bootstrapItalia/datagrid/index.js +5 -0
  69. package/lib/cjs/templates/bootstrapItalia/day/form.ejs.js +101 -0
  70. package/lib/cjs/templates/bootstrapItalia/day/index.d.ts +4 -0
  71. package/lib/cjs/templates/bootstrapItalia/day/index.js +4 -0
  72. package/lib/cjs/templates/bootstrapItalia/dialog/form.ejs.js +8 -0
  73. package/lib/cjs/templates/bootstrapItalia/dialog/index.d.ts +4 -0
  74. package/lib/cjs/templates/bootstrapItalia/dialog/index.js +4 -0
  75. package/lib/cjs/templates/bootstrapItalia/editgrid/form.ejs.js +65 -0
  76. package/lib/cjs/templates/bootstrapItalia/editgrid/html.ejs.js +55 -0
  77. package/lib/cjs/templates/bootstrapItalia/editgrid/index.d.ts +5 -0
  78. package/lib/cjs/templates/bootstrapItalia/editgrid/index.js +5 -0
  79. package/lib/cjs/templates/bootstrapItalia/editgridTable/form.ejs.js +69 -0
  80. package/lib/cjs/templates/bootstrapItalia/editgridTable/html.ejs.js +59 -0
  81. package/lib/cjs/templates/bootstrapItalia/editgridTable/index.d.ts +5 -0
  82. package/lib/cjs/templates/bootstrapItalia/editgridTable/index.js +5 -0
  83. package/lib/cjs/templates/bootstrapItalia/errorsList/form.ejs.js +25 -0
  84. package/lib/cjs/templates/bootstrapItalia/errorsList/index.d.ts +4 -0
  85. package/lib/cjs/templates/bootstrapItalia/errorsList/index.js +4 -0
  86. package/lib/cjs/templates/bootstrapItalia/field/align.ejs.js +41 -0
  87. package/lib/cjs/templates/bootstrapItalia/field/form.ejs.js +39 -0
  88. package/lib/cjs/templates/bootstrapItalia/field/index.d.ts +5 -0
  89. package/lib/cjs/templates/bootstrapItalia/field/index.js +5 -0
  90. package/lib/cjs/templates/bootstrapItalia/fieldset/form.ejs.js +31 -0
  91. package/lib/cjs/templates/bootstrapItalia/fieldset/index.d.ts +4 -0
  92. package/lib/cjs/templates/bootstrapItalia/fieldset/index.js +4 -0
  93. package/lib/cjs/templates/bootstrapItalia/file/form.ejs.js +345 -0
  94. package/lib/cjs/templates/bootstrapItalia/file/index.d.ts +4 -0
  95. package/lib/cjs/templates/bootstrapItalia/file/index.js +4 -0
  96. package/lib/cjs/templates/bootstrapItalia/html/form.ejs.js +28 -0
  97. package/lib/cjs/templates/bootstrapItalia/html/index.d.ts +4 -0
  98. package/lib/cjs/templates/bootstrapItalia/html/index.js +4 -0
  99. package/lib/cjs/templates/bootstrapItalia/icon/form.ejs.js +16 -0
  100. package/lib/cjs/templates/bootstrapItalia/icon/index.d.ts +4 -0
  101. package/lib/cjs/templates/bootstrapItalia/icon/index.js +4 -0
  102. package/lib/cjs/templates/bootstrapItalia/iconClass.d.ts +2 -0
  103. package/lib/cjs/templates/bootstrapItalia/iconClass.js +137 -0
  104. package/lib/cjs/templates/bootstrapItalia/index.d.ts +227 -0
  105. package/lib/cjs/templates/bootstrapItalia/index.js +144 -0
  106. package/lib/cjs/templates/bootstrapItalia/input/form.ejs.js +129 -0
  107. package/lib/cjs/templates/bootstrapItalia/input/html.ejs.js +16 -0
  108. package/lib/cjs/templates/bootstrapItalia/input/index.d.ts +5 -0
  109. package/lib/cjs/templates/bootstrapItalia/input/index.js +5 -0
  110. package/lib/cjs/templates/bootstrapItalia/label/form.ejs.js +41 -0
  111. package/lib/cjs/templates/bootstrapItalia/label/index.d.ts +4 -0
  112. package/lib/cjs/templates/bootstrapItalia/label/index.js +4 -0
  113. package/lib/cjs/templates/bootstrapItalia/loader/form.ejs.js +8 -0
  114. package/lib/cjs/templates/bootstrapItalia/loader/index.d.ts +4 -0
  115. package/lib/cjs/templates/bootstrapItalia/loader/index.js +4 -0
  116. package/lib/cjs/templates/bootstrapItalia/loading/form.ejs.js +8 -0
  117. package/lib/cjs/templates/bootstrapItalia/loading/index.d.ts +4 -0
  118. package/lib/cjs/templates/bootstrapItalia/loading/index.js +4 -0
  119. package/lib/cjs/templates/bootstrapItalia/map/form.ejs.js +10 -0
  120. package/lib/cjs/templates/bootstrapItalia/map/index.d.ts +4 -0
  121. package/lib/cjs/templates/bootstrapItalia/map/index.js +4 -0
  122. package/lib/cjs/templates/bootstrapItalia/message/form.ejs.js +16 -0
  123. package/lib/cjs/templates/bootstrapItalia/message/index.d.ts +4 -0
  124. package/lib/cjs/templates/bootstrapItalia/message/index.js +4 -0
  125. package/lib/cjs/templates/bootstrapItalia/modalPreview/form.ejs.js +24 -0
  126. package/lib/cjs/templates/bootstrapItalia/modalPreview/index.d.ts +4 -0
  127. package/lib/cjs/templates/bootstrapItalia/modalPreview/index.js +4 -0
  128. package/lib/cjs/templates/bootstrapItalia/modaldialog/form.ejs.js +10 -0
  129. package/lib/cjs/templates/bootstrapItalia/modaldialog/index.d.ts +4 -0
  130. package/lib/cjs/templates/bootstrapItalia/modaldialog/index.js +4 -0
  131. package/lib/cjs/templates/bootstrapItalia/modaledit/form.ejs.js +12 -0
  132. package/lib/cjs/templates/bootstrapItalia/modaledit/index.d.ts +4 -0
  133. package/lib/cjs/templates/bootstrapItalia/modaledit/index.js +4 -0
  134. package/lib/cjs/templates/bootstrapItalia/multiValueRow/form.ejs.js +17 -0
  135. package/lib/cjs/templates/bootstrapItalia/multiValueRow/index.d.ts +4 -0
  136. package/lib/cjs/templates/bootstrapItalia/multiValueRow/index.js +4 -0
  137. package/lib/cjs/templates/bootstrapItalia/multiValueTable/form.ejs.js +19 -0
  138. package/lib/cjs/templates/bootstrapItalia/multiValueTable/index.d.ts +4 -0
  139. package/lib/cjs/templates/bootstrapItalia/multiValueTable/index.js +4 -0
  140. package/lib/cjs/templates/bootstrapItalia/multipleMasksInput/form.ejs.js +33 -0
  141. package/lib/cjs/templates/bootstrapItalia/multipleMasksInput/index.d.ts +4 -0
  142. package/lib/cjs/templates/bootstrapItalia/multipleMasksInput/index.js +4 -0
  143. package/lib/cjs/templates/bootstrapItalia/panel/form.ejs.js +61 -0
  144. package/lib/cjs/templates/bootstrapItalia/panel/index.d.ts +4 -0
  145. package/lib/cjs/templates/bootstrapItalia/panel/index.js +4 -0
  146. package/lib/cjs/templates/bootstrapItalia/pdf/form.ejs.js +16 -0
  147. package/lib/cjs/templates/bootstrapItalia/pdf/index.d.ts +4 -0
  148. package/lib/cjs/templates/bootstrapItalia/pdf/index.js +4 -0
  149. package/lib/cjs/templates/bootstrapItalia/pdfBuilder/form.ejs.js +12 -0
  150. package/lib/cjs/templates/bootstrapItalia/pdfBuilder/index.d.ts +4 -0
  151. package/lib/cjs/templates/bootstrapItalia/pdfBuilder/index.js +4 -0
  152. package/lib/cjs/templates/bootstrapItalia/pdfBuilderUpload/form.ejs.js +16 -0
  153. package/lib/cjs/templates/bootstrapItalia/pdfBuilderUpload/index.d.ts +4 -0
  154. package/lib/cjs/templates/bootstrapItalia/pdfBuilderUpload/index.js +4 -0
  155. package/lib/cjs/templates/bootstrapItalia/radio/form.ejs.js +97 -0
  156. package/lib/cjs/templates/bootstrapItalia/radio/html.ejs.js +13 -0
  157. package/lib/cjs/templates/bootstrapItalia/radio/index.d.ts +5 -0
  158. package/lib/cjs/templates/bootstrapItalia/radio/index.js +5 -0
  159. package/lib/cjs/templates/bootstrapItalia/resourceAdd/form.ejs.js +14 -0
  160. package/lib/cjs/templates/bootstrapItalia/resourceAdd/index.d.ts +4 -0
  161. package/lib/cjs/templates/bootstrapItalia/resourceAdd/index.js +4 -0
  162. package/lib/cjs/templates/bootstrapItalia/select/form.ejs.js +49 -0
  163. package/lib/cjs/templates/bootstrapItalia/select/html.ejs.js +16 -0
  164. package/lib/cjs/templates/bootstrapItalia/select/index.d.ts +5 -0
  165. package/lib/cjs/templates/bootstrapItalia/select/index.js +5 -0
  166. package/lib/cjs/templates/bootstrapItalia/selectOption/form.ejs.js +23 -0
  167. package/lib/cjs/templates/bootstrapItalia/selectOption/html.ejs.js +14 -0
  168. package/lib/cjs/templates/bootstrapItalia/selectOption/index.d.ts +5 -0
  169. package/lib/cjs/templates/bootstrapItalia/selectOption/index.js +5 -0
  170. package/lib/cjs/templates/bootstrapItalia/signature/form.ejs.js +33 -0
  171. package/lib/cjs/templates/bootstrapItalia/signature/html.ejs.js +8 -0
  172. package/lib/cjs/templates/bootstrapItalia/signature/index.d.ts +5 -0
  173. package/lib/cjs/templates/bootstrapItalia/signature/index.js +5 -0
  174. package/lib/cjs/templates/bootstrapItalia/survey/form.ejs.js +55 -0
  175. package/lib/cjs/templates/bootstrapItalia/survey/html.ejs.js +25 -0
  176. package/lib/cjs/templates/bootstrapItalia/survey/index.d.ts +5 -0
  177. package/lib/cjs/templates/bootstrapItalia/survey/index.js +5 -0
  178. package/lib/cjs/templates/bootstrapItalia/tab/flat.ejs.js +19 -0
  179. package/lib/cjs/templates/bootstrapItalia/tab/form.ejs.js +41 -0
  180. package/lib/cjs/templates/bootstrapItalia/tab/index.d.ts +5 -0
  181. package/lib/cjs/templates/bootstrapItalia/tab/index.js +5 -0
  182. package/lib/cjs/templates/bootstrapItalia/table/form.ejs.js +51 -0
  183. package/lib/cjs/templates/bootstrapItalia/table/index.d.ts +4 -0
  184. package/lib/cjs/templates/bootstrapItalia/table/index.js +4 -0
  185. package/lib/cjs/templates/bootstrapItalia/tableComponents/form.ejs.js +15 -0
  186. package/lib/cjs/templates/bootstrapItalia/tableComponents/index.d.ts +4 -0
  187. package/lib/cjs/templates/bootstrapItalia/tableComponents/index.js +4 -0
  188. package/lib/cjs/templates/bootstrapItalia/tree/form.ejs.js +35 -0
  189. package/lib/cjs/templates/bootstrapItalia/tree/index.d.ts +4 -0
  190. package/lib/cjs/templates/bootstrapItalia/tree/index.js +4 -0
  191. package/lib/cjs/templates/bootstrapItalia/tree/partials/edit.ejs.js +19 -0
  192. package/lib/cjs/templates/bootstrapItalia/tree/partials/index.d.ts +9 -0
  193. package/lib/cjs/templates/bootstrapItalia/tree/partials/index.js +12 -0
  194. package/lib/cjs/templates/bootstrapItalia/tree/partials/view.ejs.js +37 -0
  195. package/lib/cjs/templates/bootstrapItalia/webform/builder.ejs.js +10 -0
  196. package/lib/cjs/templates/bootstrapItalia/webform/form.ejs.js +12 -0
  197. package/lib/cjs/templates/bootstrapItalia/webform/index.d.ts +5 -0
  198. package/lib/cjs/templates/bootstrapItalia/webform/index.js +5 -0
  199. package/lib/cjs/templates/bootstrapItalia/well/form.ejs.js +12 -0
  200. package/lib/cjs/templates/bootstrapItalia/well/index.d.ts +4 -0
  201. package/lib/cjs/templates/bootstrapItalia/well/index.js +4 -0
  202. package/lib/cjs/templates/bootstrapItalia/wizard/builder.ejs.js +10 -0
  203. package/lib/cjs/templates/bootstrapItalia/wizard/form.ejs.js +45 -0
  204. package/lib/cjs/templates/bootstrapItalia/wizard/index.d.ts +5 -0
  205. package/lib/cjs/templates/bootstrapItalia/wizard/index.js +5 -0
  206. package/lib/cjs/templates/bootstrapItalia/wizardHeader/form.ejs.js +35 -0
  207. package/lib/cjs/templates/bootstrapItalia/wizardHeader/index.d.ts +4 -0
  208. package/lib/cjs/templates/bootstrapItalia/wizardHeader/index.js +4 -0
  209. package/lib/cjs/templates/bootstrapItalia/wizardHeaderClassic/form.ejs.js +29 -0
  210. package/lib/cjs/templates/bootstrapItalia/wizardHeaderClassic/index.d.ts +4 -0
  211. package/lib/cjs/templates/bootstrapItalia/wizardHeaderClassic/index.js +4 -0
  212. package/lib/cjs/templates/bootstrapItalia/wizardHeaderVertical/form.ejs.js +31 -0
  213. package/lib/cjs/templates/bootstrapItalia/wizardHeaderVertical/index.d.ts +4 -0
  214. package/lib/cjs/templates/bootstrapItalia/wizardHeaderVertical/index.js +4 -0
  215. package/lib/cjs/templates/bootstrapItalia/wizardNav/form.ejs.js +67 -0
  216. package/lib/cjs/templates/bootstrapItalia/wizardNav/index.d.ts +4 -0
  217. package/lib/cjs/templates/bootstrapItalia/wizardNav/index.js +4 -0
  218. package/lib/cjs/templates/components/editgrid/header.ejs.js +19 -0
  219. package/lib/cjs/templates/components/editgrid/index.d.ts +5 -0
  220. package/lib/cjs/templates/components/editgrid/index.js +5 -0
  221. package/lib/cjs/templates/components/editgrid/row.ejs.js +27 -0
  222. package/lib/cjs/templates/components/index.d.ts +2 -0
  223. package/lib/cjs/templates/components/index.js +5 -0
  224. package/lib/css/styles.css +0 -0
  225. package/lib/mjs/bootstrapItalia.d.ts +232 -0
  226. package/lib/mjs/bootstrapItalia.js +7 -0
  227. package/lib/mjs/package.json +3 -0
  228. package/lib/mjs/templates/bootstrapItalia/address/form.ejs.js +58 -0
  229. package/lib/mjs/templates/bootstrapItalia/address/html.ejs.js +13 -0
  230. package/lib/mjs/templates/bootstrapItalia/address/index.d.ts +5 -0
  231. package/lib/mjs/templates/bootstrapItalia/address/index.js +3 -0
  232. package/lib/mjs/templates/bootstrapItalia/alert/form.ejs.js +28 -0
  233. package/lib/mjs/templates/bootstrapItalia/alert/index.d.ts +4 -0
  234. package/lib/mjs/templates/bootstrapItalia/alert/index.js +2 -0
  235. package/lib/mjs/templates/bootstrapItalia/builder/form.ejs.js +9 -0
  236. package/lib/mjs/templates/bootstrapItalia/builder/index.d.ts +4 -0
  237. package/lib/mjs/templates/bootstrapItalia/builder/index.js +2 -0
  238. package/lib/mjs/templates/bootstrapItalia/builderComponent/form.ejs.js +32 -0
  239. package/lib/mjs/templates/bootstrapItalia/builderComponent/index.d.ts +4 -0
  240. package/lib/mjs/templates/bootstrapItalia/builderComponent/index.js +2 -0
  241. package/lib/mjs/templates/bootstrapItalia/builderComponents/form.ejs.js +11 -0
  242. package/lib/mjs/templates/bootstrapItalia/builderComponents/index.d.ts +4 -0
  243. package/lib/mjs/templates/bootstrapItalia/builderComponents/index.js +2 -0
  244. package/lib/mjs/templates/bootstrapItalia/builderEditForm/form.ejs.js +62 -0
  245. package/lib/mjs/templates/bootstrapItalia/builderEditForm/index.d.ts +4 -0
  246. package/lib/mjs/templates/bootstrapItalia/builderEditForm/index.js +2 -0
  247. package/lib/mjs/templates/bootstrapItalia/builderPlaceholder/form.ejs.js +9 -0
  248. package/lib/mjs/templates/bootstrapItalia/builderPlaceholder/index.d.ts +4 -0
  249. package/lib/mjs/templates/bootstrapItalia/builderPlaceholder/index.js +2 -0
  250. package/lib/mjs/templates/bootstrapItalia/builderSidebar/form.ejs.js +16 -0
  251. package/lib/mjs/templates/bootstrapItalia/builderSidebar/index.d.ts +4 -0
  252. package/lib/mjs/templates/bootstrapItalia/builderSidebar/index.js +2 -0
  253. package/lib/mjs/templates/bootstrapItalia/builderSidebarGroup/form.ejs.js +68 -0
  254. package/lib/mjs/templates/bootstrapItalia/builderSidebarGroup/index.d.ts +4 -0
  255. package/lib/mjs/templates/bootstrapItalia/builderSidebarGroup/index.js +2 -0
  256. package/lib/mjs/templates/bootstrapItalia/builderWizard/form.ejs.js +30 -0
  257. package/lib/mjs/templates/bootstrapItalia/builderWizard/index.d.ts +4 -0
  258. package/lib/mjs/templates/bootstrapItalia/builderWizard/index.js +2 -0
  259. package/lib/mjs/templates/bootstrapItalia/button/form.ejs.js +48 -0
  260. package/lib/mjs/templates/bootstrapItalia/button/html.ejs.js +5 -0
  261. package/lib/mjs/templates/bootstrapItalia/button/index.d.ts +5 -0
  262. package/lib/mjs/templates/bootstrapItalia/button/index.js +3 -0
  263. package/lib/mjs/templates/bootstrapItalia/checkbox/form.ejs.js +54 -0
  264. package/lib/mjs/templates/bootstrapItalia/checkbox/html.ejs.js +22 -0
  265. package/lib/mjs/templates/bootstrapItalia/checkbox/index.d.ts +5 -0
  266. package/lib/mjs/templates/bootstrapItalia/checkbox/index.js +3 -0
  267. package/lib/mjs/templates/bootstrapItalia/columns/form.ejs.js +22 -0
  268. package/lib/mjs/templates/bootstrapItalia/columns/index.d.ts +4 -0
  269. package/lib/mjs/templates/bootstrapItalia/columns/index.js +2 -0
  270. package/lib/mjs/templates/bootstrapItalia/component/form.ejs.js +22 -0
  271. package/lib/mjs/templates/bootstrapItalia/component/index.d.ts +4 -0
  272. package/lib/mjs/templates/bootstrapItalia/component/index.js +2 -0
  273. package/lib/mjs/templates/bootstrapItalia/componentModal/form.ejs.js +44 -0
  274. package/lib/mjs/templates/bootstrapItalia/componentModal/index.d.ts +4 -0
  275. package/lib/mjs/templates/bootstrapItalia/componentModal/index.js +2 -0
  276. package/lib/mjs/templates/bootstrapItalia/components/form.ejs.js +7 -0
  277. package/lib/mjs/templates/bootstrapItalia/components/index.d.ts +4 -0
  278. package/lib/mjs/templates/bootstrapItalia/components/index.js +2 -0
  279. package/lib/mjs/templates/bootstrapItalia/container/form.ejs.js +9 -0
  280. package/lib/mjs/templates/bootstrapItalia/container/index.d.ts +4 -0
  281. package/lib/mjs/templates/bootstrapItalia/container/index.js +2 -0
  282. package/lib/mjs/templates/bootstrapItalia/cssClasses.d.ts +17 -0
  283. package/lib/mjs/templates/bootstrapItalia/cssClasses.js +16 -0
  284. package/lib/mjs/templates/bootstrapItalia/datagrid/form.ejs.js +142 -0
  285. package/lib/mjs/templates/bootstrapItalia/datagrid/html.ejs.js +46 -0
  286. package/lib/mjs/templates/bootstrapItalia/datagrid/index.d.ts +5 -0
  287. package/lib/mjs/templates/bootstrapItalia/datagrid/index.js +3 -0
  288. package/lib/mjs/templates/bootstrapItalia/day/form.ejs.js +98 -0
  289. package/lib/mjs/templates/bootstrapItalia/day/index.d.ts +4 -0
  290. package/lib/mjs/templates/bootstrapItalia/day/index.js +2 -0
  291. package/lib/mjs/templates/bootstrapItalia/dialog/form.ejs.js +5 -0
  292. package/lib/mjs/templates/bootstrapItalia/dialog/index.d.ts +4 -0
  293. package/lib/mjs/templates/bootstrapItalia/dialog/index.js +2 -0
  294. package/lib/mjs/templates/bootstrapItalia/editgrid/form.ejs.js +62 -0
  295. package/lib/mjs/templates/bootstrapItalia/editgrid/html.ejs.js +52 -0
  296. package/lib/mjs/templates/bootstrapItalia/editgrid/index.d.ts +5 -0
  297. package/lib/mjs/templates/bootstrapItalia/editgrid/index.js +3 -0
  298. package/lib/mjs/templates/bootstrapItalia/editgridTable/form.ejs.js +66 -0
  299. package/lib/mjs/templates/bootstrapItalia/editgridTable/html.ejs.js +56 -0
  300. package/lib/mjs/templates/bootstrapItalia/editgridTable/index.d.ts +5 -0
  301. package/lib/mjs/templates/bootstrapItalia/editgridTable/index.js +3 -0
  302. package/lib/mjs/templates/bootstrapItalia/errorsList/form.ejs.js +22 -0
  303. package/lib/mjs/templates/bootstrapItalia/errorsList/index.d.ts +4 -0
  304. package/lib/mjs/templates/bootstrapItalia/errorsList/index.js +2 -0
  305. package/lib/mjs/templates/bootstrapItalia/field/align.ejs.js +38 -0
  306. package/lib/mjs/templates/bootstrapItalia/field/form.ejs.js +36 -0
  307. package/lib/mjs/templates/bootstrapItalia/field/index.d.ts +5 -0
  308. package/lib/mjs/templates/bootstrapItalia/field/index.js +3 -0
  309. package/lib/mjs/templates/bootstrapItalia/fieldset/form.ejs.js +28 -0
  310. package/lib/mjs/templates/bootstrapItalia/fieldset/index.d.ts +4 -0
  311. package/lib/mjs/templates/bootstrapItalia/fieldset/index.js +2 -0
  312. package/lib/mjs/templates/bootstrapItalia/file/form.ejs.js +342 -0
  313. package/lib/mjs/templates/bootstrapItalia/file/index.d.ts +4 -0
  314. package/lib/mjs/templates/bootstrapItalia/file/index.js +2 -0
  315. package/lib/mjs/templates/bootstrapItalia/html/form.ejs.js +25 -0
  316. package/lib/mjs/templates/bootstrapItalia/html/index.d.ts +4 -0
  317. package/lib/mjs/templates/bootstrapItalia/html/index.js +2 -0
  318. package/lib/mjs/templates/bootstrapItalia/icon/form.ejs.js +13 -0
  319. package/lib/mjs/templates/bootstrapItalia/icon/index.d.ts +4 -0
  320. package/lib/mjs/templates/bootstrapItalia/icon/index.js +2 -0
  321. package/lib/mjs/templates/bootstrapItalia/iconClass.d.ts +2 -0
  322. package/lib/mjs/templates/bootstrapItalia/iconClass.js +135 -0
  323. package/lib/mjs/templates/bootstrapItalia/index.d.ts +227 -0
  324. package/lib/mjs/templates/bootstrapItalia/index.js +148 -0
  325. package/lib/mjs/templates/bootstrapItalia/input/form.ejs.js +126 -0
  326. package/lib/mjs/templates/bootstrapItalia/input/html.ejs.js +13 -0
  327. package/lib/mjs/templates/bootstrapItalia/input/index.d.ts +5 -0
  328. package/lib/mjs/templates/bootstrapItalia/input/index.js +3 -0
  329. package/lib/mjs/templates/bootstrapItalia/label/form.ejs.js +38 -0
  330. package/lib/mjs/templates/bootstrapItalia/label/index.d.ts +4 -0
  331. package/lib/mjs/templates/bootstrapItalia/label/index.js +2 -0
  332. package/lib/mjs/templates/bootstrapItalia/loader/form.ejs.js +5 -0
  333. package/lib/mjs/templates/bootstrapItalia/loader/index.d.ts +4 -0
  334. package/lib/mjs/templates/bootstrapItalia/loader/index.js +2 -0
  335. package/lib/mjs/templates/bootstrapItalia/loading/form.ejs.js +5 -0
  336. package/lib/mjs/templates/bootstrapItalia/loading/index.d.ts +4 -0
  337. package/lib/mjs/templates/bootstrapItalia/loading/index.js +2 -0
  338. package/lib/mjs/templates/bootstrapItalia/map/form.ejs.js +7 -0
  339. package/lib/mjs/templates/bootstrapItalia/map/index.d.ts +4 -0
  340. package/lib/mjs/templates/bootstrapItalia/map/index.js +2 -0
  341. package/lib/mjs/templates/bootstrapItalia/message/form.ejs.js +13 -0
  342. package/lib/mjs/templates/bootstrapItalia/message/index.d.ts +4 -0
  343. package/lib/mjs/templates/bootstrapItalia/message/index.js +2 -0
  344. package/lib/mjs/templates/bootstrapItalia/modalPreview/form.ejs.js +21 -0
  345. package/lib/mjs/templates/bootstrapItalia/modalPreview/index.d.ts +4 -0
  346. package/lib/mjs/templates/bootstrapItalia/modalPreview/index.js +2 -0
  347. package/lib/mjs/templates/bootstrapItalia/modaldialog/form.ejs.js +7 -0
  348. package/lib/mjs/templates/bootstrapItalia/modaldialog/index.d.ts +4 -0
  349. package/lib/mjs/templates/bootstrapItalia/modaldialog/index.js +2 -0
  350. package/lib/mjs/templates/bootstrapItalia/modaledit/form.ejs.js +9 -0
  351. package/lib/mjs/templates/bootstrapItalia/modaledit/index.d.ts +4 -0
  352. package/lib/mjs/templates/bootstrapItalia/modaledit/index.js +2 -0
  353. package/lib/mjs/templates/bootstrapItalia/multiValueRow/form.ejs.js +14 -0
  354. package/lib/mjs/templates/bootstrapItalia/multiValueRow/index.d.ts +4 -0
  355. package/lib/mjs/templates/bootstrapItalia/multiValueRow/index.js +2 -0
  356. package/lib/mjs/templates/bootstrapItalia/multiValueTable/form.ejs.js +16 -0
  357. package/lib/mjs/templates/bootstrapItalia/multiValueTable/index.d.ts +4 -0
  358. package/lib/mjs/templates/bootstrapItalia/multiValueTable/index.js +2 -0
  359. package/lib/mjs/templates/bootstrapItalia/multipleMasksInput/form.ejs.js +30 -0
  360. package/lib/mjs/templates/bootstrapItalia/multipleMasksInput/index.d.ts +4 -0
  361. package/lib/mjs/templates/bootstrapItalia/multipleMasksInput/index.js +2 -0
  362. package/lib/mjs/templates/bootstrapItalia/panel/form.ejs.js +58 -0
  363. package/lib/mjs/templates/bootstrapItalia/panel/index.d.ts +4 -0
  364. package/lib/mjs/templates/bootstrapItalia/panel/index.js +2 -0
  365. package/lib/mjs/templates/bootstrapItalia/pdf/form.ejs.js +13 -0
  366. package/lib/mjs/templates/bootstrapItalia/pdf/index.d.ts +4 -0
  367. package/lib/mjs/templates/bootstrapItalia/pdf/index.js +2 -0
  368. package/lib/mjs/templates/bootstrapItalia/pdfBuilder/form.ejs.js +9 -0
  369. package/lib/mjs/templates/bootstrapItalia/pdfBuilder/index.d.ts +4 -0
  370. package/lib/mjs/templates/bootstrapItalia/pdfBuilder/index.js +2 -0
  371. package/lib/mjs/templates/bootstrapItalia/pdfBuilderUpload/form.ejs.js +13 -0
  372. package/lib/mjs/templates/bootstrapItalia/pdfBuilderUpload/index.d.ts +4 -0
  373. package/lib/mjs/templates/bootstrapItalia/pdfBuilderUpload/index.js +2 -0
  374. package/lib/mjs/templates/bootstrapItalia/radio/form.ejs.js +94 -0
  375. package/lib/mjs/templates/bootstrapItalia/radio/html.ejs.js +10 -0
  376. package/lib/mjs/templates/bootstrapItalia/radio/index.d.ts +5 -0
  377. package/lib/mjs/templates/bootstrapItalia/radio/index.js +3 -0
  378. package/lib/mjs/templates/bootstrapItalia/resourceAdd/form.ejs.js +11 -0
  379. package/lib/mjs/templates/bootstrapItalia/resourceAdd/index.d.ts +4 -0
  380. package/lib/mjs/templates/bootstrapItalia/resourceAdd/index.js +2 -0
  381. package/lib/mjs/templates/bootstrapItalia/select/form.ejs.js +46 -0
  382. package/lib/mjs/templates/bootstrapItalia/select/html.ejs.js +13 -0
  383. package/lib/mjs/templates/bootstrapItalia/select/index.d.ts +5 -0
  384. package/lib/mjs/templates/bootstrapItalia/select/index.js +3 -0
  385. package/lib/mjs/templates/bootstrapItalia/selectOption/form.ejs.js +20 -0
  386. package/lib/mjs/templates/bootstrapItalia/selectOption/html.ejs.js +11 -0
  387. package/lib/mjs/templates/bootstrapItalia/selectOption/index.d.ts +5 -0
  388. package/lib/mjs/templates/bootstrapItalia/selectOption/index.js +3 -0
  389. package/lib/mjs/templates/bootstrapItalia/signature/form.ejs.js +30 -0
  390. package/lib/mjs/templates/bootstrapItalia/signature/html.ejs.js +5 -0
  391. package/lib/mjs/templates/bootstrapItalia/signature/index.d.ts +5 -0
  392. package/lib/mjs/templates/bootstrapItalia/signature/index.js +3 -0
  393. package/lib/mjs/templates/bootstrapItalia/survey/form.ejs.js +52 -0
  394. package/lib/mjs/templates/bootstrapItalia/survey/html.ejs.js +22 -0
  395. package/lib/mjs/templates/bootstrapItalia/survey/index.d.ts +5 -0
  396. package/lib/mjs/templates/bootstrapItalia/survey/index.js +3 -0
  397. package/lib/mjs/templates/bootstrapItalia/tab/flat.ejs.js +16 -0
  398. package/lib/mjs/templates/bootstrapItalia/tab/form.ejs.js +38 -0
  399. package/lib/mjs/templates/bootstrapItalia/tab/index.d.ts +5 -0
  400. package/lib/mjs/templates/bootstrapItalia/tab/index.js +3 -0
  401. package/lib/mjs/templates/bootstrapItalia/table/form.ejs.js +48 -0
  402. package/lib/mjs/templates/bootstrapItalia/table/index.d.ts +4 -0
  403. package/lib/mjs/templates/bootstrapItalia/table/index.js +2 -0
  404. package/lib/mjs/templates/bootstrapItalia/tableComponents/form.ejs.js +12 -0
  405. package/lib/mjs/templates/bootstrapItalia/tableComponents/index.d.ts +4 -0
  406. package/lib/mjs/templates/bootstrapItalia/tableComponents/index.js +2 -0
  407. package/lib/mjs/templates/bootstrapItalia/tree/form.ejs.js +32 -0
  408. package/lib/mjs/templates/bootstrapItalia/tree/index.d.ts +4 -0
  409. package/lib/mjs/templates/bootstrapItalia/tree/index.js +2 -0
  410. package/lib/mjs/templates/bootstrapItalia/tree/partials/edit.ejs.js +16 -0
  411. package/lib/mjs/templates/bootstrapItalia/tree/partials/index.d.ts +9 -0
  412. package/lib/mjs/templates/bootstrapItalia/tree/partials/index.js +10 -0
  413. package/lib/mjs/templates/bootstrapItalia/tree/partials/view.ejs.js +34 -0
  414. package/lib/mjs/templates/bootstrapItalia/webform/builder.ejs.js +7 -0
  415. package/lib/mjs/templates/bootstrapItalia/webform/form.ejs.js +9 -0
  416. package/lib/mjs/templates/bootstrapItalia/webform/index.d.ts +5 -0
  417. package/lib/mjs/templates/bootstrapItalia/webform/index.js +3 -0
  418. package/lib/mjs/templates/bootstrapItalia/well/form.ejs.js +9 -0
  419. package/lib/mjs/templates/bootstrapItalia/well/index.d.ts +4 -0
  420. package/lib/mjs/templates/bootstrapItalia/well/index.js +2 -0
  421. package/lib/mjs/templates/bootstrapItalia/wizard/builder.ejs.js +7 -0
  422. package/lib/mjs/templates/bootstrapItalia/wizard/form.ejs.js +42 -0
  423. package/lib/mjs/templates/bootstrapItalia/wizard/index.d.ts +5 -0
  424. package/lib/mjs/templates/bootstrapItalia/wizard/index.js +3 -0
  425. package/lib/mjs/templates/bootstrapItalia/wizardHeader/form.ejs.js +32 -0
  426. package/lib/mjs/templates/bootstrapItalia/wizardHeader/index.d.ts +4 -0
  427. package/lib/mjs/templates/bootstrapItalia/wizardHeader/index.js +2 -0
  428. package/lib/mjs/templates/bootstrapItalia/wizardHeaderClassic/form.ejs.js +26 -0
  429. package/lib/mjs/templates/bootstrapItalia/wizardHeaderClassic/index.d.ts +4 -0
  430. package/lib/mjs/templates/bootstrapItalia/wizardHeaderClassic/index.js +2 -0
  431. package/lib/mjs/templates/bootstrapItalia/wizardHeaderVertical/form.ejs.js +28 -0
  432. package/lib/mjs/templates/bootstrapItalia/wizardHeaderVertical/index.d.ts +4 -0
  433. package/lib/mjs/templates/bootstrapItalia/wizardHeaderVertical/index.js +2 -0
  434. package/lib/mjs/templates/bootstrapItalia/wizardNav/form.ejs.js +64 -0
  435. package/lib/mjs/templates/bootstrapItalia/wizardNav/index.d.ts +4 -0
  436. package/lib/mjs/templates/bootstrapItalia/wizardNav/index.js +2 -0
  437. package/lib/mjs/templates/components/editgrid/header.ejs.js +16 -0
  438. package/lib/mjs/templates/components/editgrid/index.d.ts +5 -0
  439. package/lib/mjs/templates/components/editgrid/index.js +3 -0
  440. package/lib/mjs/templates/components/editgrid/row.ejs.js +24 -0
  441. package/lib/mjs/templates/components/index.d.ts +2 -0
  442. package/lib/mjs/templates/components/index.js +2 -0
  443. package/lib/sass/styles.scss +0 -0
  444. package/package.json +93 -0
@@ -0,0 +1,227 @@
1
+ declare const _default: {
2
+ webform: {
3
+ form: string;
4
+ builder: string;
5
+ };
6
+ well: {
7
+ form: string;
8
+ };
9
+ wizard: {
10
+ form: string;
11
+ builder: string;
12
+ };
13
+ wizardHeader: {
14
+ form: string;
15
+ };
16
+ wizardHeaderClassic: {
17
+ form: string;
18
+ };
19
+ wizardHeaderVertical: {
20
+ form: string;
21
+ };
22
+ wizardNav: {
23
+ form: string;
24
+ };
25
+ errorsList: {
26
+ form: string;
27
+ };
28
+ alert: {
29
+ form: string;
30
+ };
31
+ treeView: {
32
+ form: string;
33
+ };
34
+ treeEdit: {
35
+ form: string;
36
+ };
37
+ transform(type: any, text: any, instance: any): any;
38
+ defaultIconset: string;
39
+ iconClass: (iconset: any, name: any, spinning: any) => string;
40
+ cssClasses: {
41
+ 'border-default': string;
42
+ 'formio-tab-panel-active': string;
43
+ 'formio-tab-link-active': string;
44
+ 'formio-tab-link-container-active': string;
45
+ 'formio-form-error': string;
46
+ 'formio-form-alert': string;
47
+ 'formio-label-error': string;
48
+ 'formio-input-error': string;
49
+ 'formio-alert-danger': string;
50
+ 'formio-alert-success': string;
51
+ 'formio-alert-warning': string;
52
+ 'formio-modal-cancel-button': string;
53
+ 'formio-modal-confirm-button': string;
54
+ 'form-group': string;
55
+ };
56
+ address: {
57
+ form: string;
58
+ html: string;
59
+ };
60
+ builder: {
61
+ form: string;
62
+ };
63
+ builderComponent: {
64
+ form: string;
65
+ };
66
+ builderComponents: {
67
+ form: string;
68
+ };
69
+ builderEditForm: {
70
+ form: string;
71
+ };
72
+ builderPlaceholder: {
73
+ form: string;
74
+ };
75
+ builderSidebar: {
76
+ form: string;
77
+ };
78
+ builderSidebarGroup: {
79
+ form: string;
80
+ };
81
+ builderWizard: {
82
+ form: string;
83
+ };
84
+ button: {
85
+ form: string;
86
+ html: string;
87
+ };
88
+ checkbox: {
89
+ form: string;
90
+ html: string;
91
+ };
92
+ columns: {
93
+ form: string;
94
+ };
95
+ component: {
96
+ form: string;
97
+ };
98
+ componentModal: {
99
+ form: string;
100
+ };
101
+ components: {
102
+ form: string;
103
+ };
104
+ tableComponents: {
105
+ form: string;
106
+ };
107
+ container: {
108
+ form: string;
109
+ };
110
+ datagrid: {
111
+ form: string;
112
+ html: string;
113
+ };
114
+ day: {
115
+ form: string;
116
+ };
117
+ dialog: {
118
+ form: string;
119
+ };
120
+ editgrid: {
121
+ form: string;
122
+ html: string;
123
+ };
124
+ editgridTable: {
125
+ form: string;
126
+ html: string;
127
+ };
128
+ field: {
129
+ form: string;
130
+ align: string;
131
+ };
132
+ fieldset: {
133
+ form: string;
134
+ };
135
+ file: {
136
+ form: string;
137
+ };
138
+ html: {
139
+ form: string;
140
+ };
141
+ icon: {
142
+ form: string;
143
+ };
144
+ input: {
145
+ form: string;
146
+ html: string;
147
+ };
148
+ label: {
149
+ form: string;
150
+ };
151
+ loader: {
152
+ form: string;
153
+ };
154
+ loading: {
155
+ form: string;
156
+ };
157
+ map: {
158
+ form: string;
159
+ };
160
+ message: {
161
+ form: string;
162
+ };
163
+ modaledit: {
164
+ form: string;
165
+ };
166
+ modaldialog: {
167
+ form: string;
168
+ };
169
+ modalPreview: {
170
+ form: string;
171
+ };
172
+ multipleMasksInput: {
173
+ form: string;
174
+ };
175
+ multiValueRow: {
176
+ form: string;
177
+ };
178
+ multiValueTable: {
179
+ form: string;
180
+ };
181
+ panel: {
182
+ form: string;
183
+ };
184
+ pdf: {
185
+ form: string;
186
+ };
187
+ pdfBuilder: {
188
+ form: string;
189
+ };
190
+ pdfBuilderUpload: {
191
+ form: string;
192
+ };
193
+ radio: {
194
+ form: string;
195
+ html: string;
196
+ };
197
+ resourceAdd: {
198
+ form: string;
199
+ };
200
+ select: {
201
+ form: string;
202
+ html: string;
203
+ };
204
+ selectOption: {
205
+ form: string;
206
+ html: string;
207
+ };
208
+ signature: {
209
+ form: string;
210
+ html: string;
211
+ };
212
+ survey: {
213
+ form: string;
214
+ html: string;
215
+ };
216
+ tab: {
217
+ flat: string;
218
+ form: string;
219
+ };
220
+ table: {
221
+ form: string;
222
+ };
223
+ tree: {
224
+ form: string;
225
+ };
226
+ };
227
+ export default _default;
@@ -0,0 +1,144 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const address_1 = require("./address");
4
+ const builder_1 = require("./builder");
5
+ const builderComponent_1 = require("./builderComponent");
6
+ const builderComponents_1 = require("./builderComponents");
7
+ const builderEditForm_1 = require("./builderEditForm");
8
+ const builderPlaceholder_1 = require("./builderPlaceholder");
9
+ const builderSidebar_1 = require("./builderSidebar");
10
+ const builderSidebarGroup_1 = require("./builderSidebarGroup");
11
+ const builderWizard_1 = require("./builderWizard");
12
+ const button_1 = require("./button");
13
+ const checkbox_1 = require("./checkbox");
14
+ const columns_1 = require("./columns");
15
+ const component_1 = require("./component");
16
+ const componentModal_1 = require("./componentModal");
17
+ const components_1 = require("./components");
18
+ const tableComponents_1 = require("./tableComponents");
19
+ const container_1 = require("./container");
20
+ const datagrid_1 = require("./datagrid");
21
+ const day_1 = require("./day");
22
+ const dialog_1 = require("./dialog");
23
+ const editgrid_1 = require("./editgrid");
24
+ const editgridTable_1 = require("./editgridTable");
25
+ const field_1 = require("./field");
26
+ const fieldset_1 = require("./fieldset");
27
+ const file_1 = require("./file");
28
+ const html_1 = require("./html");
29
+ const icon_1 = require("./icon");
30
+ const iconClass_1 = require("./iconClass");
31
+ const input_1 = require("./input");
32
+ const label_1 = require("./label");
33
+ const loader_1 = require("./loader");
34
+ const loading_1 = require("./loading");
35
+ const map_1 = require("./map");
36
+ const message_1 = require("./message");
37
+ const modaldialog_1 = require("./modaldialog");
38
+ const modaledit_1 = require("./modaledit");
39
+ const modalPreview_1 = require("./modalPreview");
40
+ const multipleMasksInput_1 = require("./multipleMasksInput");
41
+ const multiValueRow_1 = require("./multiValueRow");
42
+ const multiValueTable_1 = require("./multiValueTable");
43
+ const panel_1 = require("./panel");
44
+ const pdf_1 = require("./pdf");
45
+ const pdfBuilder_1 = require("./pdfBuilder");
46
+ const pdfBuilderUpload_1 = require("./pdfBuilderUpload");
47
+ const radio_1 = require("./radio");
48
+ const resourceAdd_1 = require("./resourceAdd");
49
+ const select_1 = require("./select");
50
+ const selectOption_1 = require("./selectOption");
51
+ const signature_1 = require("./signature");
52
+ const survey_1 = require("./survey");
53
+ const tab_1 = require("./tab");
54
+ const table_1 = require("./table");
55
+ const tree_1 = require("./tree");
56
+ const partials_1 = require("./tree/partials");
57
+ const webform_1 = require("./webform");
58
+ const well_1 = require("./well");
59
+ const wizard_1 = require("./wizard");
60
+ const wizardHeader_1 = require("./wizardHeader");
61
+ const wizardHeaderClassic_1 = require("./wizardHeaderClassic");
62
+ const wizardHeaderVertical_1 = require("./wizardHeaderVertical");
63
+ const wizardNav_1 = require("./wizardNav");
64
+ const cssClasses_1 = require("./cssClasses");
65
+ const errorsList_1 = require("./errorsList");
66
+ const alert_1 = require("./alert");
67
+ exports.default = Object.assign(Object.assign({ transform(type, text, instance) {
68
+ if (!text) {
69
+ return text;
70
+ }
71
+ switch (type) {
72
+ case 'class':
73
+ let additionalClasses = '';
74
+ if (text === 'form-group') {
75
+ additionalClasses = 'mb-2 ';
76
+ if (instance && instance.component.block) {
77
+ additionalClasses += 'd-grid ';
78
+ }
79
+ }
80
+ return `${additionalClasses}${this.cssClasses.hasOwnProperty(text.toString()) ? this.cssClasses[text.toString()] : text}`;
81
+ }
82
+ return text;
83
+ }, defaultIconset: 'bi', iconClass: iconClass_1.default,
84
+ cssClasses: cssClasses_1.default,
85
+ address: address_1.default,
86
+ builder: builder_1.default,
87
+ builderComponent: builderComponent_1.default,
88
+ builderComponents: builderComponents_1.default,
89
+ builderEditForm: builderEditForm_1.default,
90
+ builderPlaceholder: builderPlaceholder_1.default,
91
+ builderSidebar: builderSidebar_1.default,
92
+ builderSidebarGroup: builderSidebarGroup_1.default,
93
+ builderWizard: builderWizard_1.default,
94
+ button: button_1.default,
95
+ checkbox: checkbox_1.default,
96
+ columns: columns_1.default,
97
+ component: component_1.default,
98
+ componentModal: componentModal_1.default,
99
+ components: components_1.default,
100
+ tableComponents: tableComponents_1.default,
101
+ container: container_1.default,
102
+ datagrid: datagrid_1.default,
103
+ day: day_1.default,
104
+ dialog: dialog_1.default,
105
+ editgrid: editgrid_1.default,
106
+ editgridTable: editgridTable_1.default,
107
+ field: field_1.default,
108
+ fieldset: fieldset_1.default,
109
+ file: file_1.default,
110
+ html: html_1.default,
111
+ icon: icon_1.default,
112
+ input: input_1.default,
113
+ label: label_1.default,
114
+ loader: loader_1.default,
115
+ loading: loading_1.default,
116
+ map: map_1.default,
117
+ message: message_1.default,
118
+ modaledit: modaledit_1.default,
119
+ modaldialog: modaldialog_1.default,
120
+ modalPreview: modalPreview_1.default,
121
+ multipleMasksInput: multipleMasksInput_1.default,
122
+ multiValueRow: multiValueRow_1.default,
123
+ multiValueTable: multiValueTable_1.default,
124
+ panel: panel_1.default,
125
+ pdf: pdf_1.default,
126
+ pdfBuilder: pdfBuilder_1.default,
127
+ pdfBuilderUpload: pdfBuilderUpload_1.default,
128
+ radio: radio_1.default,
129
+ resourceAdd: resourceAdd_1.default,
130
+ select: select_1.default,
131
+ selectOption: selectOption_1.default,
132
+ signature: signature_1.default,
133
+ survey: survey_1.default,
134
+ tab: tab_1.default,
135
+ table: table_1.default,
136
+ tree: tree_1.default }, partials_1.default), { webform: webform_1.default,
137
+ well: well_1.default,
138
+ wizard: wizard_1.default,
139
+ wizardHeader: wizardHeader_1.default,
140
+ wizardHeaderClassic: wizardHeaderClassic_1.default,
141
+ wizardHeaderVertical: wizardHeaderVertical_1.default,
142
+ wizardNav: wizardNav_1.default,
143
+ errorsList: errorsList_1.default,
144
+ alert: alert_1.default });
@@ -0,0 +1,129 @@
1
+ Object.defineProperty(exports, "__esModule", {
2
+ value: true
3
+ });
4
+ exports.default=function(ctx) {
5
+ var __t, __p = '', __j = Array.prototype.join;
6
+ function print() { __p += __j.call(arguments, '') }
7
+
8
+ if (ctx.prefix || ctx.suffix) { ;
9
+ __p += '\n<div class="input-group">\n ';
10
+ } ;
11
+ __p += '\n ';
12
+ if (ctx.prefix) { ;
13
+ __p += '\n <div class="input-group-text" ref="prefix">\n ';
14
+ if(ctx.prefix instanceof HTMLElement){ ;
15
+ __p += '\n ' +
16
+ ((__t = ( ctx.t(ctx.prefix.outerHTML, { _userInput: true }) )) == null ? '' : __t) +
17
+ '\n ';
18
+ } else{ ;
19
+ __p += '\n ' +
20
+ ((__t = ( ctx.t(ctx.prefix, { _userInput: true }) )) == null ? '' : __t) +
21
+ '\n ';
22
+ } ;
23
+ __p += '\n </div>\n ';
24
+ } ;
25
+ __p += '\n ';
26
+ if (ctx.options.floatingLabels) { ;
27
+ __p += '\n <div class="form-floating">\n ';
28
+ } ;
29
+ __p += '\n ';
30
+ if (!ctx.component.editor && !ctx.component.wysiwyg) { ;
31
+ __p += '\n <' +
32
+ ((__t = (ctx.input.type)) == null ? '' : __t) +
33
+ '\n ref="' +
34
+ ((__t = (ctx.input.ref ? ctx.input.ref : 'input')) == null ? '' : __t) +
35
+ '"\n ';
36
+ for (var attr in ctx.input.attr) { ;
37
+ __p += '\n ' +
38
+ ((__t = (attr)) == null ? '' : __t) +
39
+ '="' +
40
+ ((__t = (ctx.input.attr[attr])) == null ? '' : __t) +
41
+ '"\n ';
42
+ } ;
43
+ __p += '\n id="' +
44
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
45
+ '-' +
46
+ ((__t = (ctx.component.key)) == null ? '' : __t) +
47
+ '"\n aria-labelledby="l-' +
48
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
49
+ '-' +
50
+ ((__t = (ctx.component.key)) == null ? '' : __t) +
51
+ ' ';
52
+ if (ctx.component.description) { ;
53
+ __p += 'd-' +
54
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
55
+ '-' +
56
+ ((__t = (ctx.component.key)) == null ? '' : __t);
57
+ } ;
58
+ __p += '"\n aria-required="' +
59
+ ((__t = (ctx.input.ref === 'input' || !ctx.input.ref ? ctx.component.validate.required :
60
+ ctx.component.fields && ctx.component.fields[ctx.input.ref] && ctx.component.fields[ctx.input.ref].required || false)) == null ? '' : __t) +
61
+ '"\n >' +
62
+ ((__t = (ctx.input.content)) == null ? '' : __t) +
63
+ '</' +
64
+ ((__t = (ctx.input.type)) == null ? '' : __t) +
65
+ '>\n ';
66
+ if (ctx.options.floatingLabels) { ;
67
+ __p += '\n <label ref="label" class="col-form-label ' +
68
+ ((__t = (ctx.label.className)) == null ? '' : __t) +
69
+ '"\n for="' +
70
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
71
+ '-' +
72
+ ((__t = (ctx.component.key)) == null ? '' : __t) +
73
+ '"\n id="l-' +
74
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
75
+ '-' +
76
+ ((__t = (ctx.component.key)) == null ? '' : __t) +
77
+ '"\n >' +
78
+ ((__t = ( ctx.t(ctx.component.label, { _userInput: true }) )) == null ? '' : __t) +
79
+ '</label>\n ';
80
+ } ;
81
+ __p += '\n ';
82
+ if (ctx.hasValueMaskInput) { ;
83
+ __p += '\n <input ref="valueMaskInput" />\n ';
84
+ } ;
85
+ __p += '\n';
86
+ } ;
87
+ __p += '\n';
88
+ if (ctx.component.editor || ctx.component.wysiwyg) { ;
89
+ __p += '\n <div ref="input"></div>\n';
90
+ } ;
91
+ __p += '\n';
92
+ if (ctx.component.type === 'datetime') { ;
93
+ __p += '\n<span aria-live="assertive" id="' +
94
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
95
+ '-liveRegion" class="visually-hidden" ref="liveRegion"></span>\n';
96
+ } ;
97
+ __p += '\n';
98
+ if (ctx.suffix) { ;
99
+ __p += '\n <div class="input-group-text" ref="suffix">\n ';
100
+ if(ctx.suffix instanceof HTMLElement){ ;
101
+ __p += '\n ' +
102
+ ((__t = ( ctx.t(ctx.suffix.outerHTML, { _userInput: true }) )) == null ? '' : __t) +
103
+ '\n ';
104
+ } else{ ;
105
+ __p += '\n ' +
106
+ ((__t = ( ctx.t(ctx.suffix, { _userInput: true }) )) == null ? '' : __t) +
107
+ '\n ';
108
+ } ;
109
+ __p += '\n </div>\n';
110
+ } ;
111
+ __p += '\n';
112
+ if (ctx.prefix || ctx.suffix || ctx.options.floatingLabels) { ;
113
+ __p += '\n </div>\n';
114
+ } ;
115
+ __p += '\n';
116
+ if (ctx.component.showCharCount || ctx.component.showWordCount) { ;
117
+ __p += '\n<div class="form-text {{ctx.component.description ? float-end : text-end">\n ';
118
+ if (ctx.component.showCharCount) { ;
119
+ __p += '\n <span class="text-muted" ref="charcount" aria-live="polite"></span>\n ';
120
+ } ;
121
+ __p += '\n ';
122
+ if (ctx.component.showWordCount) { ;
123
+ __p += '\n <span class="text-muted" ref="wordcount" aria-live="polite"></span>\n ';
124
+ } ;
125
+ __p += '\n</div>\n';
126
+ } ;
127
+ __p += '\n';
128
+ return __p
129
+ }
@@ -0,0 +1,16 @@
1
+ Object.defineProperty(exports, "__esModule", {
2
+ value: true
3
+ });
4
+ exports.default=function(ctx) {
5
+ var __t, __p = '', __j = Array.prototype.join;
6
+ function print() { __p += __j.call(arguments, '') }
7
+ __p += '<div ref="value">';
8
+ if (ctx.value) { ;
9
+ __p +=
10
+ ((__t = (ctx.value)) == null ? '' : __t);
11
+ } else { ;
12
+ __p += '-';
13
+ } ;
14
+ __p += '</div>\n';
15
+ return __p
16
+ }
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ form: string;
3
+ html: string;
4
+ };
5
+ export default _default;
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const form_ejs_1 = require("./form.ejs");
4
+ const html_ejs_1 = require("./html.ejs");
5
+ exports.default = { form: form_ejs_1.default, html: html_ejs_1.default };
@@ -0,0 +1,41 @@
1
+ Object.defineProperty(exports, "__esModule", {
2
+ value: true
3
+ });
4
+ exports.default=function(ctx) {
5
+ var __t, __p = '', __j = Array.prototype.join;
6
+ function print() { __p += __j.call(arguments, '') }
7
+
8
+ if (ctx.component.type === 'rating' || ctx.component.type === 'toggle' ) { ;
9
+ __p += '\n\n';
10
+ } else { ;
11
+ __p += '\n<label\n ref="label"\n class="col-form-label ' +
12
+ ((__t = (ctx.label.className)) == null ? '' : __t) +
13
+ '"\n for="' +
14
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
15
+ '-' +
16
+ ((__t = (ctx.component.key)) == null ? '' : __t) +
17
+ '"\n id="l-' +
18
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
19
+ '-' +
20
+ ((__t = (ctx.component.key)) == null ? '' : __t) +
21
+ '"\n>\n ' +
22
+ ((__t = ( ctx.t(ctx.component.label, { _userInput: true }) )) == null ? '' : __t) +
23
+ '\n ';
24
+ if (ctx.component.type === 'number' || ctx.component.type === 'phoneNumber' || ctx.component.type === 'currency') { ;
25
+ __p += '\n <span class="visually-hidden">, ' +
26
+ ((__t = (ctx.t('numeric only'))) == null ? '' : __t) +
27
+ ',</span>\n ';
28
+ } ;
29
+ __p += '\n ';
30
+ if (ctx.component.tooltip) { ;
31
+ __p += '\n <i ref="tooltip" tabindex="0" class="' +
32
+ ((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
33
+ ' text-muted" data-tooltip="' +
34
+ ((__t = (ctx.component.tooltip)) == null ? '' : __t) +
35
+ '"></i>\n ';
36
+ } ;
37
+ __p += '\n</label>\n';
38
+ } ;
39
+ __p += '\n';
40
+ return __p
41
+ }
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ form: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const form_ejs_1 = require("./form.ejs");
4
+ exports.default = { form: form_ejs_1.default };
@@ -0,0 +1,8 @@
1
+ Object.defineProperty(exports, "__esModule", {
2
+ value: true
3
+ });
4
+ exports.default=function(ctx) {
5
+ var __t, __p = '';
6
+ __p += '<div class="formio-loader">\n <div class="loader-wrapper">\n <div class="loader text-center"></div>\n </div> \n</div>\n';
7
+ return __p
8
+ }
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ form: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const form_ejs_1 = require("./form.ejs");
4
+ exports.default = { form: form_ejs_1.default };
@@ -0,0 +1,8 @@
1
+ Object.defineProperty(exports, "__esModule", {
2
+ value: true
3
+ });
4
+ exports.default=function(ctx) {
5
+ var __t, __p = '';
6
+ __p += 'Loading...\n';
7
+ return __p
8
+ }
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ form: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const form_ejs_1 = require("./form.ejs");
4
+ exports.default = { form: form_ejs_1.default };
@@ -0,0 +1,10 @@
1
+ Object.defineProperty(exports, "__esModule", {
2
+ value: true
3
+ });
4
+ exports.default=function(ctx) {
5
+ var __t, __p = '';
6
+ __p += '<div id="' +
7
+ ((__t = (ctx.mapId)) == null ? '' : __t) +
8
+ '" style="min-height: 300px; height: calc(100vh - 600px);" ref="gmapElement"></div>\n';
9
+ return __p
10
+ }
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ form: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const form_ejs_1 = require("./form.ejs");
4
+ exports.default = { form: form_ejs_1.default };
@@ -0,0 +1,16 @@
1
+ Object.defineProperty(exports, "__esModule", {
2
+ value: true
3
+ });
4
+ exports.default=function(ctx) {
5
+ var __t, __p = '';
6
+ __p += '<div id="e-' +
7
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
8
+ '-' +
9
+ ((__t = (ctx.key)) == null ? '' : __t) +
10
+ '" class="form-text ' +
11
+ ((__t = (ctx.level || 'error')) == null ? '' : __t) +
12
+ '">' +
13
+ ((__t = (ctx.message)) == null ? '' : __t) +
14
+ '</div>\n';
15
+ return __p
16
+ }
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ form: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const form_ejs_1 = require("./form.ejs");
4
+ exports.default = { form: form_ejs_1.default };