@opencitylabs/bootstrap-italia 0.2.0 → 0.2.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 (445) hide show
  1. package/dist/bootstrapItalia.js +1 -0
  2. package/lib/cjs/bootstrapItalia.d.ts +232 -0
  3. package/lib/cjs/bootstrapItalia.js +9 -0
  4. package/lib/cjs/templates/bootstrap3/builderSidebar/form.ejs.js +3 -1
  5. package/lib/cjs/templates/bootstrap4/builderComponent/form.ejs.js +14 -6
  6. package/lib/cjs/templates/bootstrap4/checkbox/form.ejs.js +19 -3
  7. package/lib/cjs/templates/bootstrap4/datagrid/form.ejs.js +2 -2
  8. package/lib/cjs/templates/bootstrap5/builderComponent/form.ejs.js +14 -6
  9. package/lib/cjs/templates/bootstrap5/builderSidebar/form.ejs.js +3 -1
  10. package/lib/cjs/templates/bootstrap5/checkbox/form.ejs.js +20 -4
  11. package/lib/cjs/templates/bootstrap5/datagrid/form.ejs.js +2 -2
  12. package/lib/cjs/templates/bootstrapItalia/address/form.ejs.js +61 -0
  13. package/lib/cjs/templates/bootstrapItalia/address/html.ejs.js +16 -0
  14. package/lib/cjs/templates/bootstrapItalia/address/index.d.ts +5 -0
  15. package/lib/cjs/templates/bootstrapItalia/address/index.js +5 -0
  16. package/lib/cjs/templates/bootstrapItalia/alert/form.ejs.js +31 -0
  17. package/lib/cjs/templates/bootstrapItalia/alert/index.d.ts +4 -0
  18. package/lib/cjs/templates/bootstrapItalia/alert/index.js +4 -0
  19. package/lib/cjs/templates/bootstrapItalia/builder/form.ejs.js +12 -0
  20. package/lib/cjs/templates/bootstrapItalia/builder/index.d.ts +4 -0
  21. package/lib/cjs/templates/bootstrapItalia/builder/index.js +4 -0
  22. package/lib/cjs/templates/bootstrapItalia/builderComponent/form.ejs.js +35 -0
  23. package/lib/cjs/templates/bootstrapItalia/builderComponent/index.d.ts +4 -0
  24. package/lib/cjs/templates/bootstrapItalia/builderComponent/index.js +4 -0
  25. package/lib/cjs/templates/bootstrapItalia/builderComponents/form.ejs.js +14 -0
  26. package/lib/cjs/templates/bootstrapItalia/builderComponents/index.d.ts +4 -0
  27. package/lib/cjs/templates/bootstrapItalia/builderComponents/index.js +4 -0
  28. package/lib/cjs/templates/bootstrapItalia/builderEditForm/form.ejs.js +65 -0
  29. package/lib/cjs/templates/bootstrapItalia/builderEditForm/index.d.ts +4 -0
  30. package/lib/cjs/templates/bootstrapItalia/builderEditForm/index.js +4 -0
  31. package/lib/cjs/templates/bootstrapItalia/builderPlaceholder/form.ejs.js +12 -0
  32. package/lib/cjs/templates/bootstrapItalia/builderPlaceholder/index.d.ts +4 -0
  33. package/lib/cjs/templates/bootstrapItalia/builderPlaceholder/index.js +4 -0
  34. package/lib/cjs/templates/bootstrapItalia/builderSidebar/form.ejs.js +21 -0
  35. package/lib/cjs/templates/bootstrapItalia/builderSidebar/index.d.ts +4 -0
  36. package/lib/cjs/templates/bootstrapItalia/builderSidebar/index.js +4 -0
  37. package/lib/cjs/templates/bootstrapItalia/builderSidebarGroup/form.ejs.js +71 -0
  38. package/lib/cjs/templates/bootstrapItalia/builderSidebarGroup/index.d.ts +4 -0
  39. package/lib/cjs/templates/bootstrapItalia/builderSidebarGroup/index.js +4 -0
  40. package/lib/cjs/templates/bootstrapItalia/builderWizard/form.ejs.js +33 -0
  41. package/lib/cjs/templates/bootstrapItalia/builderWizard/index.d.ts +4 -0
  42. package/lib/cjs/templates/bootstrapItalia/builderWizard/index.js +4 -0
  43. package/lib/cjs/templates/bootstrapItalia/button/form.ejs.js +51 -0
  44. package/lib/cjs/templates/bootstrapItalia/button/html.ejs.js +8 -0
  45. package/lib/cjs/templates/bootstrapItalia/button/index.d.ts +5 -0
  46. package/lib/cjs/templates/bootstrapItalia/button/index.js +5 -0
  47. package/lib/cjs/templates/bootstrapItalia/checkbox/form.ejs.js +65 -0
  48. package/lib/cjs/templates/bootstrapItalia/checkbox/html.ejs.js +25 -0
  49. package/lib/cjs/templates/bootstrapItalia/checkbox/index.d.ts +5 -0
  50. package/lib/cjs/templates/bootstrapItalia/checkbox/index.js +5 -0
  51. package/lib/cjs/templates/bootstrapItalia/columns/form.ejs.js +25 -0
  52. package/lib/cjs/templates/bootstrapItalia/columns/index.d.ts +4 -0
  53. package/lib/cjs/templates/bootstrapItalia/columns/index.js +4 -0
  54. package/lib/cjs/templates/bootstrapItalia/component/form.ejs.js +25 -0
  55. package/lib/cjs/templates/bootstrapItalia/component/index.d.ts +4 -0
  56. package/lib/cjs/templates/bootstrapItalia/component/index.js +4 -0
  57. package/lib/cjs/templates/bootstrapItalia/componentModal/form.ejs.js +47 -0
  58. package/lib/cjs/templates/bootstrapItalia/componentModal/index.d.ts +4 -0
  59. package/lib/cjs/templates/bootstrapItalia/componentModal/index.js +4 -0
  60. package/lib/cjs/templates/bootstrapItalia/components/form.ejs.js +10 -0
  61. package/lib/cjs/templates/bootstrapItalia/components/index.d.ts +4 -0
  62. package/lib/cjs/templates/bootstrapItalia/components/index.js +4 -0
  63. package/lib/cjs/templates/bootstrapItalia/container/form.ejs.js +12 -0
  64. package/lib/cjs/templates/bootstrapItalia/container/index.d.ts +4 -0
  65. package/lib/cjs/templates/bootstrapItalia/container/index.js +4 -0
  66. package/lib/cjs/templates/bootstrapItalia/cssClasses.d.ts +17 -0
  67. package/lib/cjs/templates/bootstrapItalia/cssClasses.js +18 -0
  68. package/lib/cjs/templates/bootstrapItalia/datagrid/form.ejs.js +145 -0
  69. package/lib/cjs/templates/bootstrapItalia/datagrid/html.ejs.js +49 -0
  70. package/lib/cjs/templates/bootstrapItalia/datagrid/index.d.ts +5 -0
  71. package/lib/cjs/templates/bootstrapItalia/datagrid/index.js +5 -0
  72. package/lib/cjs/templates/bootstrapItalia/day/form.ejs.js +101 -0
  73. package/lib/cjs/templates/bootstrapItalia/day/index.d.ts +4 -0
  74. package/lib/cjs/templates/bootstrapItalia/day/index.js +4 -0
  75. package/lib/cjs/templates/bootstrapItalia/dialog/form.ejs.js +8 -0
  76. package/lib/cjs/templates/bootstrapItalia/dialog/index.d.ts +4 -0
  77. package/lib/cjs/templates/bootstrapItalia/dialog/index.js +4 -0
  78. package/lib/cjs/templates/bootstrapItalia/editgrid/form.ejs.js +65 -0
  79. package/lib/cjs/templates/bootstrapItalia/editgrid/html.ejs.js +55 -0
  80. package/lib/cjs/templates/bootstrapItalia/editgrid/index.d.ts +5 -0
  81. package/lib/cjs/templates/bootstrapItalia/editgrid/index.js +5 -0
  82. package/lib/cjs/templates/bootstrapItalia/editgridTable/form.ejs.js +69 -0
  83. package/lib/cjs/templates/bootstrapItalia/editgridTable/html.ejs.js +59 -0
  84. package/lib/cjs/templates/bootstrapItalia/editgridTable/index.d.ts +5 -0
  85. package/lib/cjs/templates/bootstrapItalia/editgridTable/index.js +5 -0
  86. package/lib/cjs/templates/bootstrapItalia/errorsList/form.ejs.js +25 -0
  87. package/lib/cjs/templates/bootstrapItalia/errorsList/index.d.ts +4 -0
  88. package/lib/cjs/templates/bootstrapItalia/errorsList/index.js +4 -0
  89. package/lib/cjs/templates/bootstrapItalia/field/align.ejs.js +41 -0
  90. package/lib/cjs/templates/bootstrapItalia/field/form.ejs.js +39 -0
  91. package/lib/cjs/templates/bootstrapItalia/field/index.d.ts +5 -0
  92. package/lib/cjs/templates/bootstrapItalia/field/index.js +5 -0
  93. package/lib/cjs/templates/bootstrapItalia/fieldset/form.ejs.js +31 -0
  94. package/lib/cjs/templates/bootstrapItalia/fieldset/index.d.ts +4 -0
  95. package/lib/cjs/templates/bootstrapItalia/fieldset/index.js +4 -0
  96. package/lib/cjs/templates/bootstrapItalia/file/form.ejs.js +345 -0
  97. package/lib/cjs/templates/bootstrapItalia/file/index.d.ts +4 -0
  98. package/lib/cjs/templates/bootstrapItalia/file/index.js +4 -0
  99. package/lib/cjs/templates/bootstrapItalia/html/form.ejs.js +28 -0
  100. package/lib/cjs/templates/bootstrapItalia/html/index.d.ts +4 -0
  101. package/lib/cjs/templates/bootstrapItalia/html/index.js +4 -0
  102. package/lib/cjs/templates/bootstrapItalia/icon/form.ejs.js +16 -0
  103. package/lib/cjs/templates/bootstrapItalia/icon/index.d.ts +4 -0
  104. package/lib/cjs/templates/bootstrapItalia/icon/index.js +4 -0
  105. package/lib/cjs/templates/bootstrapItalia/iconClass.d.ts +2 -0
  106. package/lib/cjs/templates/bootstrapItalia/iconClass.js +137 -0
  107. package/lib/cjs/templates/bootstrapItalia/index.d.ts +227 -0
  108. package/lib/cjs/templates/bootstrapItalia/index.js +144 -0
  109. package/lib/cjs/templates/bootstrapItalia/input/form.ejs.js +129 -0
  110. package/lib/cjs/templates/bootstrapItalia/input/html.ejs.js +16 -0
  111. package/lib/cjs/templates/bootstrapItalia/input/index.d.ts +5 -0
  112. package/lib/cjs/templates/bootstrapItalia/input/index.js +5 -0
  113. package/lib/cjs/templates/bootstrapItalia/label/form.ejs.js +41 -0
  114. package/lib/cjs/templates/bootstrapItalia/label/index.d.ts +4 -0
  115. package/lib/cjs/templates/bootstrapItalia/label/index.js +4 -0
  116. package/lib/cjs/templates/bootstrapItalia/loader/form.ejs.js +8 -0
  117. package/lib/cjs/templates/bootstrapItalia/loader/index.d.ts +4 -0
  118. package/lib/cjs/templates/bootstrapItalia/loader/index.js +4 -0
  119. package/lib/cjs/templates/bootstrapItalia/loading/form.ejs.js +8 -0
  120. package/lib/cjs/templates/bootstrapItalia/loading/index.d.ts +4 -0
  121. package/lib/cjs/templates/bootstrapItalia/loading/index.js +4 -0
  122. package/lib/cjs/templates/bootstrapItalia/map/form.ejs.js +10 -0
  123. package/lib/cjs/templates/bootstrapItalia/map/index.d.ts +4 -0
  124. package/lib/cjs/templates/bootstrapItalia/map/index.js +4 -0
  125. package/lib/cjs/templates/bootstrapItalia/message/form.ejs.js +16 -0
  126. package/lib/cjs/templates/bootstrapItalia/message/index.d.ts +4 -0
  127. package/lib/cjs/templates/bootstrapItalia/message/index.js +4 -0
  128. package/lib/cjs/templates/bootstrapItalia/modalPreview/form.ejs.js +24 -0
  129. package/lib/cjs/templates/bootstrapItalia/modalPreview/index.d.ts +4 -0
  130. package/lib/cjs/templates/bootstrapItalia/modalPreview/index.js +4 -0
  131. package/lib/cjs/templates/bootstrapItalia/modaldialog/form.ejs.js +10 -0
  132. package/lib/cjs/templates/bootstrapItalia/modaldialog/index.d.ts +4 -0
  133. package/lib/cjs/templates/bootstrapItalia/modaldialog/index.js +4 -0
  134. package/lib/cjs/templates/bootstrapItalia/modaledit/form.ejs.js +12 -0
  135. package/lib/cjs/templates/bootstrapItalia/modaledit/index.d.ts +4 -0
  136. package/lib/cjs/templates/bootstrapItalia/modaledit/index.js +4 -0
  137. package/lib/cjs/templates/bootstrapItalia/multiValueRow/form.ejs.js +17 -0
  138. package/lib/cjs/templates/bootstrapItalia/multiValueRow/index.d.ts +4 -0
  139. package/lib/cjs/templates/bootstrapItalia/multiValueRow/index.js +4 -0
  140. package/lib/cjs/templates/bootstrapItalia/multiValueTable/form.ejs.js +19 -0
  141. package/lib/cjs/templates/bootstrapItalia/multiValueTable/index.d.ts +4 -0
  142. package/lib/cjs/templates/bootstrapItalia/multiValueTable/index.js +4 -0
  143. package/lib/cjs/templates/bootstrapItalia/multipleMasksInput/form.ejs.js +33 -0
  144. package/lib/cjs/templates/bootstrapItalia/multipleMasksInput/index.d.ts +4 -0
  145. package/lib/cjs/templates/bootstrapItalia/multipleMasksInput/index.js +4 -0
  146. package/lib/cjs/templates/bootstrapItalia/panel/form.ejs.js +61 -0
  147. package/lib/cjs/templates/bootstrapItalia/panel/index.d.ts +4 -0
  148. package/lib/cjs/templates/bootstrapItalia/panel/index.js +4 -0
  149. package/lib/cjs/templates/bootstrapItalia/pdf/form.ejs.js +16 -0
  150. package/lib/cjs/templates/bootstrapItalia/pdf/index.d.ts +4 -0
  151. package/lib/cjs/templates/bootstrapItalia/pdf/index.js +4 -0
  152. package/lib/cjs/templates/bootstrapItalia/pdfBuilder/form.ejs.js +12 -0
  153. package/lib/cjs/templates/bootstrapItalia/pdfBuilder/index.d.ts +4 -0
  154. package/lib/cjs/templates/bootstrapItalia/pdfBuilder/index.js +4 -0
  155. package/lib/cjs/templates/bootstrapItalia/pdfBuilderUpload/form.ejs.js +16 -0
  156. package/lib/cjs/templates/bootstrapItalia/pdfBuilderUpload/index.d.ts +4 -0
  157. package/lib/cjs/templates/bootstrapItalia/pdfBuilderUpload/index.js +4 -0
  158. package/lib/cjs/templates/bootstrapItalia/radio/form.ejs.js +97 -0
  159. package/lib/cjs/templates/bootstrapItalia/radio/html.ejs.js +13 -0
  160. package/lib/cjs/templates/bootstrapItalia/radio/index.d.ts +5 -0
  161. package/lib/cjs/templates/bootstrapItalia/radio/index.js +5 -0
  162. package/lib/cjs/templates/bootstrapItalia/resourceAdd/form.ejs.js +14 -0
  163. package/lib/cjs/templates/bootstrapItalia/resourceAdd/index.d.ts +4 -0
  164. package/lib/cjs/templates/bootstrapItalia/resourceAdd/index.js +4 -0
  165. package/lib/cjs/templates/bootstrapItalia/select/form.ejs.js +49 -0
  166. package/lib/cjs/templates/bootstrapItalia/select/html.ejs.js +16 -0
  167. package/lib/cjs/templates/bootstrapItalia/select/index.d.ts +5 -0
  168. package/lib/cjs/templates/bootstrapItalia/select/index.js +5 -0
  169. package/lib/cjs/templates/bootstrapItalia/selectOption/form.ejs.js +23 -0
  170. package/lib/cjs/templates/bootstrapItalia/selectOption/html.ejs.js +14 -0
  171. package/lib/cjs/templates/bootstrapItalia/selectOption/index.d.ts +5 -0
  172. package/lib/cjs/templates/bootstrapItalia/selectOption/index.js +5 -0
  173. package/lib/cjs/templates/bootstrapItalia/signature/form.ejs.js +33 -0
  174. package/lib/cjs/templates/bootstrapItalia/signature/html.ejs.js +8 -0
  175. package/lib/cjs/templates/bootstrapItalia/signature/index.d.ts +5 -0
  176. package/lib/cjs/templates/bootstrapItalia/signature/index.js +5 -0
  177. package/lib/cjs/templates/bootstrapItalia/survey/form.ejs.js +55 -0
  178. package/lib/cjs/templates/bootstrapItalia/survey/html.ejs.js +25 -0
  179. package/lib/cjs/templates/bootstrapItalia/survey/index.d.ts +5 -0
  180. package/lib/cjs/templates/bootstrapItalia/survey/index.js +5 -0
  181. package/lib/cjs/templates/bootstrapItalia/tab/flat.ejs.js +19 -0
  182. package/lib/cjs/templates/bootstrapItalia/tab/form.ejs.js +41 -0
  183. package/lib/cjs/templates/bootstrapItalia/tab/index.d.ts +5 -0
  184. package/lib/cjs/templates/bootstrapItalia/tab/index.js +5 -0
  185. package/lib/cjs/templates/bootstrapItalia/table/form.ejs.js +51 -0
  186. package/lib/cjs/templates/bootstrapItalia/table/index.d.ts +4 -0
  187. package/lib/cjs/templates/bootstrapItalia/table/index.js +4 -0
  188. package/lib/cjs/templates/bootstrapItalia/tableComponents/form.ejs.js +15 -0
  189. package/lib/cjs/templates/bootstrapItalia/tableComponents/index.d.ts +4 -0
  190. package/lib/cjs/templates/bootstrapItalia/tableComponents/index.js +4 -0
  191. package/lib/cjs/templates/bootstrapItalia/tree/form.ejs.js +35 -0
  192. package/lib/cjs/templates/bootstrapItalia/tree/index.d.ts +4 -0
  193. package/lib/cjs/templates/bootstrapItalia/tree/index.js +4 -0
  194. package/lib/cjs/templates/bootstrapItalia/tree/partials/edit.ejs.js +19 -0
  195. package/lib/cjs/templates/bootstrapItalia/tree/partials/index.d.ts +9 -0
  196. package/lib/cjs/templates/bootstrapItalia/tree/partials/index.js +12 -0
  197. package/lib/cjs/templates/bootstrapItalia/tree/partials/view.ejs.js +37 -0
  198. package/lib/cjs/templates/bootstrapItalia/webform/builder.ejs.js +10 -0
  199. package/lib/cjs/templates/bootstrapItalia/webform/form.ejs.js +12 -0
  200. package/lib/cjs/templates/bootstrapItalia/webform/index.d.ts +5 -0
  201. package/lib/cjs/templates/bootstrapItalia/webform/index.js +5 -0
  202. package/lib/cjs/templates/bootstrapItalia/well/form.ejs.js +12 -0
  203. package/lib/cjs/templates/bootstrapItalia/well/index.d.ts +4 -0
  204. package/lib/cjs/templates/bootstrapItalia/well/index.js +4 -0
  205. package/lib/cjs/templates/bootstrapItalia/wizard/builder.ejs.js +10 -0
  206. package/lib/cjs/templates/bootstrapItalia/wizard/form.ejs.js +45 -0
  207. package/lib/cjs/templates/bootstrapItalia/wizard/index.d.ts +5 -0
  208. package/lib/cjs/templates/bootstrapItalia/wizard/index.js +5 -0
  209. package/lib/cjs/templates/bootstrapItalia/wizardHeader/form.ejs.js +35 -0
  210. package/lib/cjs/templates/bootstrapItalia/wizardHeader/index.d.ts +4 -0
  211. package/lib/cjs/templates/bootstrapItalia/wizardHeader/index.js +4 -0
  212. package/lib/cjs/templates/bootstrapItalia/wizardHeaderClassic/form.ejs.js +29 -0
  213. package/lib/cjs/templates/bootstrapItalia/wizardHeaderClassic/index.d.ts +4 -0
  214. package/lib/cjs/templates/bootstrapItalia/wizardHeaderClassic/index.js +4 -0
  215. package/lib/cjs/templates/bootstrapItalia/wizardHeaderVertical/form.ejs.js +31 -0
  216. package/lib/cjs/templates/bootstrapItalia/wizardHeaderVertical/index.d.ts +4 -0
  217. package/lib/cjs/templates/bootstrapItalia/wizardHeaderVertical/index.js +4 -0
  218. package/lib/cjs/templates/bootstrapItalia/wizardNav/form.ejs.js +67 -0
  219. package/lib/cjs/templates/bootstrapItalia/wizardNav/index.d.ts +4 -0
  220. package/lib/cjs/templates/bootstrapItalia/wizardNav/index.js +4 -0
  221. package/lib/css/styles.css +0 -0
  222. package/lib/mjs/bootstrapItalia.d.ts +232 -0
  223. package/lib/mjs/bootstrapItalia.js +7 -0
  224. package/lib/mjs/templates/bootstrap3/builderSidebar/form.ejs.js +3 -1
  225. package/lib/mjs/templates/bootstrap4/builderComponent/form.ejs.js +14 -6
  226. package/lib/mjs/templates/bootstrap4/checkbox/form.ejs.js +19 -3
  227. package/lib/mjs/templates/bootstrap4/datagrid/form.ejs.js +2 -2
  228. package/lib/mjs/templates/bootstrap5/builderComponent/form.ejs.js +14 -6
  229. package/lib/mjs/templates/bootstrap5/builderSidebar/form.ejs.js +3 -1
  230. package/lib/mjs/templates/bootstrap5/checkbox/form.ejs.js +20 -4
  231. package/lib/mjs/templates/bootstrap5/datagrid/form.ejs.js +2 -2
  232. package/lib/mjs/templates/bootstrapItalia/address/form.ejs.js +58 -0
  233. package/lib/mjs/templates/bootstrapItalia/address/html.ejs.js +13 -0
  234. package/lib/mjs/templates/bootstrapItalia/address/index.d.ts +5 -0
  235. package/lib/mjs/templates/bootstrapItalia/address/index.js +3 -0
  236. package/lib/mjs/templates/bootstrapItalia/alert/form.ejs.js +28 -0
  237. package/lib/mjs/templates/bootstrapItalia/alert/index.d.ts +4 -0
  238. package/lib/mjs/templates/bootstrapItalia/alert/index.js +2 -0
  239. package/lib/mjs/templates/bootstrapItalia/builder/form.ejs.js +9 -0
  240. package/lib/mjs/templates/bootstrapItalia/builder/index.d.ts +4 -0
  241. package/lib/mjs/templates/bootstrapItalia/builder/index.js +2 -0
  242. package/lib/mjs/templates/bootstrapItalia/builderComponent/form.ejs.js +32 -0
  243. package/lib/mjs/templates/bootstrapItalia/builderComponent/index.d.ts +4 -0
  244. package/lib/mjs/templates/bootstrapItalia/builderComponent/index.js +2 -0
  245. package/lib/mjs/templates/bootstrapItalia/builderComponents/form.ejs.js +11 -0
  246. package/lib/mjs/templates/bootstrapItalia/builderComponents/index.d.ts +4 -0
  247. package/lib/mjs/templates/bootstrapItalia/builderComponents/index.js +2 -0
  248. package/lib/mjs/templates/bootstrapItalia/builderEditForm/form.ejs.js +62 -0
  249. package/lib/mjs/templates/bootstrapItalia/builderEditForm/index.d.ts +4 -0
  250. package/lib/mjs/templates/bootstrapItalia/builderEditForm/index.js +2 -0
  251. package/lib/mjs/templates/bootstrapItalia/builderPlaceholder/form.ejs.js +9 -0
  252. package/lib/mjs/templates/bootstrapItalia/builderPlaceholder/index.d.ts +4 -0
  253. package/lib/mjs/templates/bootstrapItalia/builderPlaceholder/index.js +2 -0
  254. package/lib/mjs/templates/bootstrapItalia/builderSidebar/form.ejs.js +18 -0
  255. package/lib/mjs/templates/bootstrapItalia/builderSidebar/index.d.ts +4 -0
  256. package/lib/mjs/templates/bootstrapItalia/builderSidebar/index.js +2 -0
  257. package/lib/mjs/templates/bootstrapItalia/builderSidebarGroup/form.ejs.js +68 -0
  258. package/lib/mjs/templates/bootstrapItalia/builderSidebarGroup/index.d.ts +4 -0
  259. package/lib/mjs/templates/bootstrapItalia/builderSidebarGroup/index.js +2 -0
  260. package/lib/mjs/templates/bootstrapItalia/builderWizard/form.ejs.js +30 -0
  261. package/lib/mjs/templates/bootstrapItalia/builderWizard/index.d.ts +4 -0
  262. package/lib/mjs/templates/bootstrapItalia/builderWizard/index.js +2 -0
  263. package/lib/mjs/templates/bootstrapItalia/button/form.ejs.js +48 -0
  264. package/lib/mjs/templates/bootstrapItalia/button/html.ejs.js +5 -0
  265. package/lib/mjs/templates/bootstrapItalia/button/index.d.ts +5 -0
  266. package/lib/mjs/templates/bootstrapItalia/button/index.js +3 -0
  267. package/lib/mjs/templates/bootstrapItalia/checkbox/form.ejs.js +62 -0
  268. package/lib/mjs/templates/bootstrapItalia/checkbox/html.ejs.js +22 -0
  269. package/lib/mjs/templates/bootstrapItalia/checkbox/index.d.ts +5 -0
  270. package/lib/mjs/templates/bootstrapItalia/checkbox/index.js +3 -0
  271. package/lib/mjs/templates/bootstrapItalia/columns/form.ejs.js +22 -0
  272. package/lib/mjs/templates/bootstrapItalia/columns/index.d.ts +4 -0
  273. package/lib/mjs/templates/bootstrapItalia/columns/index.js +2 -0
  274. package/lib/mjs/templates/bootstrapItalia/component/form.ejs.js +22 -0
  275. package/lib/mjs/templates/bootstrapItalia/component/index.d.ts +4 -0
  276. package/lib/mjs/templates/bootstrapItalia/component/index.js +2 -0
  277. package/lib/mjs/templates/bootstrapItalia/componentModal/form.ejs.js +44 -0
  278. package/lib/mjs/templates/bootstrapItalia/componentModal/index.d.ts +4 -0
  279. package/lib/mjs/templates/bootstrapItalia/componentModal/index.js +2 -0
  280. package/lib/mjs/templates/bootstrapItalia/components/form.ejs.js +7 -0
  281. package/lib/mjs/templates/bootstrapItalia/components/index.d.ts +4 -0
  282. package/lib/mjs/templates/bootstrapItalia/components/index.js +2 -0
  283. package/lib/mjs/templates/bootstrapItalia/container/form.ejs.js +9 -0
  284. package/lib/mjs/templates/bootstrapItalia/container/index.d.ts +4 -0
  285. package/lib/mjs/templates/bootstrapItalia/container/index.js +2 -0
  286. package/lib/mjs/templates/bootstrapItalia/cssClasses.d.ts +17 -0
  287. package/lib/mjs/templates/bootstrapItalia/cssClasses.js +16 -0
  288. package/lib/mjs/templates/bootstrapItalia/datagrid/form.ejs.js +142 -0
  289. package/lib/mjs/templates/bootstrapItalia/datagrid/html.ejs.js +46 -0
  290. package/lib/mjs/templates/bootstrapItalia/datagrid/index.d.ts +5 -0
  291. package/lib/mjs/templates/bootstrapItalia/datagrid/index.js +3 -0
  292. package/lib/mjs/templates/bootstrapItalia/day/form.ejs.js +98 -0
  293. package/lib/mjs/templates/bootstrapItalia/day/index.d.ts +4 -0
  294. package/lib/mjs/templates/bootstrapItalia/day/index.js +2 -0
  295. package/lib/mjs/templates/bootstrapItalia/dialog/form.ejs.js +5 -0
  296. package/lib/mjs/templates/bootstrapItalia/dialog/index.d.ts +4 -0
  297. package/lib/mjs/templates/bootstrapItalia/dialog/index.js +2 -0
  298. package/lib/mjs/templates/bootstrapItalia/editgrid/form.ejs.js +62 -0
  299. package/lib/mjs/templates/bootstrapItalia/editgrid/html.ejs.js +52 -0
  300. package/lib/mjs/templates/bootstrapItalia/editgrid/index.d.ts +5 -0
  301. package/lib/mjs/templates/bootstrapItalia/editgrid/index.js +3 -0
  302. package/lib/mjs/templates/bootstrapItalia/editgridTable/form.ejs.js +66 -0
  303. package/lib/mjs/templates/bootstrapItalia/editgridTable/html.ejs.js +56 -0
  304. package/lib/mjs/templates/bootstrapItalia/editgridTable/index.d.ts +5 -0
  305. package/lib/mjs/templates/bootstrapItalia/editgridTable/index.js +3 -0
  306. package/lib/mjs/templates/bootstrapItalia/errorsList/form.ejs.js +22 -0
  307. package/lib/mjs/templates/bootstrapItalia/errorsList/index.d.ts +4 -0
  308. package/lib/mjs/templates/bootstrapItalia/errorsList/index.js +2 -0
  309. package/lib/mjs/templates/bootstrapItalia/field/align.ejs.js +38 -0
  310. package/lib/mjs/templates/bootstrapItalia/field/form.ejs.js +36 -0
  311. package/lib/mjs/templates/bootstrapItalia/field/index.d.ts +5 -0
  312. package/lib/mjs/templates/bootstrapItalia/field/index.js +3 -0
  313. package/lib/mjs/templates/bootstrapItalia/fieldset/form.ejs.js +28 -0
  314. package/lib/mjs/templates/bootstrapItalia/fieldset/index.d.ts +4 -0
  315. package/lib/mjs/templates/bootstrapItalia/fieldset/index.js +2 -0
  316. package/lib/mjs/templates/bootstrapItalia/file/form.ejs.js +342 -0
  317. package/lib/mjs/templates/bootstrapItalia/file/index.d.ts +4 -0
  318. package/lib/mjs/templates/bootstrapItalia/file/index.js +2 -0
  319. package/lib/mjs/templates/bootstrapItalia/html/form.ejs.js +25 -0
  320. package/lib/mjs/templates/bootstrapItalia/html/index.d.ts +4 -0
  321. package/lib/mjs/templates/bootstrapItalia/html/index.js +2 -0
  322. package/lib/mjs/templates/bootstrapItalia/icon/form.ejs.js +13 -0
  323. package/lib/mjs/templates/bootstrapItalia/icon/index.d.ts +4 -0
  324. package/lib/mjs/templates/bootstrapItalia/icon/index.js +2 -0
  325. package/lib/mjs/templates/bootstrapItalia/iconClass.d.ts +2 -0
  326. package/lib/mjs/templates/bootstrapItalia/iconClass.js +135 -0
  327. package/lib/mjs/templates/bootstrapItalia/index.d.ts +227 -0
  328. package/lib/mjs/templates/bootstrapItalia/index.js +148 -0
  329. package/lib/mjs/templates/bootstrapItalia/input/form.ejs.js +126 -0
  330. package/lib/mjs/templates/bootstrapItalia/input/html.ejs.js +13 -0
  331. package/lib/mjs/templates/bootstrapItalia/input/index.d.ts +5 -0
  332. package/lib/mjs/templates/bootstrapItalia/input/index.js +3 -0
  333. package/lib/mjs/templates/bootstrapItalia/label/form.ejs.js +38 -0
  334. package/lib/mjs/templates/bootstrapItalia/label/index.d.ts +4 -0
  335. package/lib/mjs/templates/bootstrapItalia/label/index.js +2 -0
  336. package/lib/mjs/templates/bootstrapItalia/loader/form.ejs.js +5 -0
  337. package/lib/mjs/templates/bootstrapItalia/loader/index.d.ts +4 -0
  338. package/lib/mjs/templates/bootstrapItalia/loader/index.js +2 -0
  339. package/lib/mjs/templates/bootstrapItalia/loading/form.ejs.js +5 -0
  340. package/lib/mjs/templates/bootstrapItalia/loading/index.d.ts +4 -0
  341. package/lib/mjs/templates/bootstrapItalia/loading/index.js +2 -0
  342. package/lib/mjs/templates/bootstrapItalia/map/form.ejs.js +7 -0
  343. package/lib/mjs/templates/bootstrapItalia/map/index.d.ts +4 -0
  344. package/lib/mjs/templates/bootstrapItalia/map/index.js +2 -0
  345. package/lib/mjs/templates/bootstrapItalia/message/form.ejs.js +13 -0
  346. package/lib/mjs/templates/bootstrapItalia/message/index.d.ts +4 -0
  347. package/lib/mjs/templates/bootstrapItalia/message/index.js +2 -0
  348. package/lib/mjs/templates/bootstrapItalia/modalPreview/form.ejs.js +21 -0
  349. package/lib/mjs/templates/bootstrapItalia/modalPreview/index.d.ts +4 -0
  350. package/lib/mjs/templates/bootstrapItalia/modalPreview/index.js +2 -0
  351. package/lib/mjs/templates/bootstrapItalia/modaldialog/form.ejs.js +7 -0
  352. package/lib/mjs/templates/bootstrapItalia/modaldialog/index.d.ts +4 -0
  353. package/lib/mjs/templates/bootstrapItalia/modaldialog/index.js +2 -0
  354. package/lib/mjs/templates/bootstrapItalia/modaledit/form.ejs.js +9 -0
  355. package/lib/mjs/templates/bootstrapItalia/modaledit/index.d.ts +4 -0
  356. package/lib/mjs/templates/bootstrapItalia/modaledit/index.js +2 -0
  357. package/lib/mjs/templates/bootstrapItalia/multiValueRow/form.ejs.js +14 -0
  358. package/lib/mjs/templates/bootstrapItalia/multiValueRow/index.d.ts +4 -0
  359. package/lib/mjs/templates/bootstrapItalia/multiValueRow/index.js +2 -0
  360. package/lib/mjs/templates/bootstrapItalia/multiValueTable/form.ejs.js +16 -0
  361. package/lib/mjs/templates/bootstrapItalia/multiValueTable/index.d.ts +4 -0
  362. package/lib/mjs/templates/bootstrapItalia/multiValueTable/index.js +2 -0
  363. package/lib/mjs/templates/bootstrapItalia/multipleMasksInput/form.ejs.js +30 -0
  364. package/lib/mjs/templates/bootstrapItalia/multipleMasksInput/index.d.ts +4 -0
  365. package/lib/mjs/templates/bootstrapItalia/multipleMasksInput/index.js +2 -0
  366. package/lib/mjs/templates/bootstrapItalia/panel/form.ejs.js +58 -0
  367. package/lib/mjs/templates/bootstrapItalia/panel/index.d.ts +4 -0
  368. package/lib/mjs/templates/bootstrapItalia/panel/index.js +2 -0
  369. package/lib/mjs/templates/bootstrapItalia/pdf/form.ejs.js +13 -0
  370. package/lib/mjs/templates/bootstrapItalia/pdf/index.d.ts +4 -0
  371. package/lib/mjs/templates/bootstrapItalia/pdf/index.js +2 -0
  372. package/lib/mjs/templates/bootstrapItalia/pdfBuilder/form.ejs.js +9 -0
  373. package/lib/mjs/templates/bootstrapItalia/pdfBuilder/index.d.ts +4 -0
  374. package/lib/mjs/templates/bootstrapItalia/pdfBuilder/index.js +2 -0
  375. package/lib/mjs/templates/bootstrapItalia/pdfBuilderUpload/form.ejs.js +13 -0
  376. package/lib/mjs/templates/bootstrapItalia/pdfBuilderUpload/index.d.ts +4 -0
  377. package/lib/mjs/templates/bootstrapItalia/pdfBuilderUpload/index.js +2 -0
  378. package/lib/mjs/templates/bootstrapItalia/radio/form.ejs.js +94 -0
  379. package/lib/mjs/templates/bootstrapItalia/radio/html.ejs.js +10 -0
  380. package/lib/mjs/templates/bootstrapItalia/radio/index.d.ts +5 -0
  381. package/lib/mjs/templates/bootstrapItalia/radio/index.js +3 -0
  382. package/lib/mjs/templates/bootstrapItalia/resourceAdd/form.ejs.js +11 -0
  383. package/lib/mjs/templates/bootstrapItalia/resourceAdd/index.d.ts +4 -0
  384. package/lib/mjs/templates/bootstrapItalia/resourceAdd/index.js +2 -0
  385. package/lib/mjs/templates/bootstrapItalia/select/form.ejs.js +46 -0
  386. package/lib/mjs/templates/bootstrapItalia/select/html.ejs.js +13 -0
  387. package/lib/mjs/templates/bootstrapItalia/select/index.d.ts +5 -0
  388. package/lib/mjs/templates/bootstrapItalia/select/index.js +3 -0
  389. package/lib/mjs/templates/bootstrapItalia/selectOption/form.ejs.js +20 -0
  390. package/lib/mjs/templates/bootstrapItalia/selectOption/html.ejs.js +11 -0
  391. package/lib/mjs/templates/bootstrapItalia/selectOption/index.d.ts +5 -0
  392. package/lib/mjs/templates/bootstrapItalia/selectOption/index.js +3 -0
  393. package/lib/mjs/templates/bootstrapItalia/signature/form.ejs.js +30 -0
  394. package/lib/mjs/templates/bootstrapItalia/signature/html.ejs.js +5 -0
  395. package/lib/mjs/templates/bootstrapItalia/signature/index.d.ts +5 -0
  396. package/lib/mjs/templates/bootstrapItalia/signature/index.js +3 -0
  397. package/lib/mjs/templates/bootstrapItalia/survey/form.ejs.js +52 -0
  398. package/lib/mjs/templates/bootstrapItalia/survey/html.ejs.js +22 -0
  399. package/lib/mjs/templates/bootstrapItalia/survey/index.d.ts +5 -0
  400. package/lib/mjs/templates/bootstrapItalia/survey/index.js +3 -0
  401. package/lib/mjs/templates/bootstrapItalia/tab/flat.ejs.js +16 -0
  402. package/lib/mjs/templates/bootstrapItalia/tab/form.ejs.js +38 -0
  403. package/lib/mjs/templates/bootstrapItalia/tab/index.d.ts +5 -0
  404. package/lib/mjs/templates/bootstrapItalia/tab/index.js +3 -0
  405. package/lib/mjs/templates/bootstrapItalia/table/form.ejs.js +48 -0
  406. package/lib/mjs/templates/bootstrapItalia/table/index.d.ts +4 -0
  407. package/lib/mjs/templates/bootstrapItalia/table/index.js +2 -0
  408. package/lib/mjs/templates/bootstrapItalia/tableComponents/form.ejs.js +12 -0
  409. package/lib/mjs/templates/bootstrapItalia/tableComponents/index.d.ts +4 -0
  410. package/lib/mjs/templates/bootstrapItalia/tableComponents/index.js +2 -0
  411. package/lib/mjs/templates/bootstrapItalia/tree/form.ejs.js +32 -0
  412. package/lib/mjs/templates/bootstrapItalia/tree/index.d.ts +4 -0
  413. package/lib/mjs/templates/bootstrapItalia/tree/index.js +2 -0
  414. package/lib/mjs/templates/bootstrapItalia/tree/partials/edit.ejs.js +16 -0
  415. package/lib/mjs/templates/bootstrapItalia/tree/partials/index.d.ts +9 -0
  416. package/lib/mjs/templates/bootstrapItalia/tree/partials/index.js +10 -0
  417. package/lib/mjs/templates/bootstrapItalia/tree/partials/view.ejs.js +34 -0
  418. package/lib/mjs/templates/bootstrapItalia/webform/builder.ejs.js +7 -0
  419. package/lib/mjs/templates/bootstrapItalia/webform/form.ejs.js +9 -0
  420. package/lib/mjs/templates/bootstrapItalia/webform/index.d.ts +5 -0
  421. package/lib/mjs/templates/bootstrapItalia/webform/index.js +3 -0
  422. package/lib/mjs/templates/bootstrapItalia/well/form.ejs.js +9 -0
  423. package/lib/mjs/templates/bootstrapItalia/well/index.d.ts +4 -0
  424. package/lib/mjs/templates/bootstrapItalia/well/index.js +2 -0
  425. package/lib/mjs/templates/bootstrapItalia/wizard/builder.ejs.js +7 -0
  426. package/lib/mjs/templates/bootstrapItalia/wizard/form.ejs.js +42 -0
  427. package/lib/mjs/templates/bootstrapItalia/wizard/index.d.ts +5 -0
  428. package/lib/mjs/templates/bootstrapItalia/wizard/index.js +3 -0
  429. package/lib/mjs/templates/bootstrapItalia/wizardHeader/form.ejs.js +32 -0
  430. package/lib/mjs/templates/bootstrapItalia/wizardHeader/index.d.ts +4 -0
  431. package/lib/mjs/templates/bootstrapItalia/wizardHeader/index.js +2 -0
  432. package/lib/mjs/templates/bootstrapItalia/wizardHeaderClassic/form.ejs.js +26 -0
  433. package/lib/mjs/templates/bootstrapItalia/wizardHeaderClassic/index.d.ts +4 -0
  434. package/lib/mjs/templates/bootstrapItalia/wizardHeaderClassic/index.js +2 -0
  435. package/lib/mjs/templates/bootstrapItalia/wizardHeaderVertical/form.ejs.js +28 -0
  436. package/lib/mjs/templates/bootstrapItalia/wizardHeaderVertical/index.d.ts +4 -0
  437. package/lib/mjs/templates/bootstrapItalia/wizardHeaderVertical/index.js +2 -0
  438. package/lib/mjs/templates/bootstrapItalia/wizardNav/form.ejs.js +64 -0
  439. package/lib/mjs/templates/bootstrapItalia/wizardNav/index.d.ts +4 -0
  440. package/lib/mjs/templates/bootstrapItalia/wizardNav/index.js +2 -0
  441. package/lib/sass/styles.scss +0 -0
  442. package/package.json +1 -1
  443. package/dist/bootstrap3.js +0 -1
  444. package/dist/bootstrap4.js +0 -1
  445. package/dist/bootstrap5.js +0 -1
@@ -0,0 +1,46 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<select\n ref="' +
5
+ ((__t = (ctx.input.ref ? ctx.input.ref : 'selectContainer')) == null ? '' : __t) +
6
+ '"\n ' +
7
+ ((__t = ( ctx.input.multiple ? 'multiple' : '' )) == null ? '' : __t) +
8
+ '\n ';
9
+ for (var attr in ctx.input.attr) { ;
10
+ __p += '\n ' +
11
+ ((__t = (attr)) == null ? '' : __t) +
12
+ '="' +
13
+ ((__t = (ctx.input.attr[attr])) == null ? '' : __t) +
14
+ '"\n ';
15
+ } ;
16
+ __p += '\n ';
17
+ if (!ctx.input.attr.id) { ;
18
+ __p += '\n id="' +
19
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
20
+ '-' +
21
+ ((__t = (ctx.component.key)) == null ? '' : __t) +
22
+ '"\n ';
23
+ } ;
24
+ __p += '\n ';
25
+ if (ctx.component.description) { ;
26
+ __p += '\n aria-describedby="d-' +
27
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
28
+ '-' +
29
+ ((__t = (ctx.component.key)) == null ? '' : __t) +
30
+ '"\n ';
31
+ } ;
32
+ __p += '\n aria-required="' +
33
+ ((__t = (ctx.input.ref === 'selectContainer' || !ctx.input.ref ? ctx.input.component.validate.required : ctx.component.fields[ctx.input.ref].required)) == null ? '' : __t) +
34
+ '"\n>' +
35
+ ((__t = (ctx.selectOptions)) == null ? '' : __t) +
36
+ '</select>\n<input type="text"\n class="formio-select-autocomplete-input"\n ref="autocompleteInput"\n ';
37
+ if (ctx.input.attr.autocomplete) { ;
38
+ __p += '\n autocomplete="' +
39
+ ((__t = (ctx.input.attr.autocomplete)) == null ? '' : __t) +
40
+ '"\n ';
41
+ } ;
42
+ __p += '\n tabindex="-1"\n aria-label="' +
43
+ ((__t = (ctx.t('autocomplete'))) == null ? '' : __t) +
44
+ '"\n/>\n';
45
+ return __p
46
+ }
@@ -0,0 +1,13 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<div ref="value">';
5
+ if (ctx.value) { ;
6
+ __p +=
7
+ ((__t = ( ctx.self.itemValueForHTMLMode(ctx.value) )) == null ? '' : __t);
8
+ } else { ;
9
+ __p += '-';
10
+ } ;
11
+ __p += '</div>\n';
12
+ return __p
13
+ }
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ form: string;
3
+ html: string;
4
+ };
5
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import form from './form.ejs';
2
+ import html from './html.ejs';
3
+ export default { form, html };
@@ -0,0 +1,20 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<option ' +
5
+ ((__t = ( ctx.selected ? 'selected="selected"' : '' )) == null ? '' : __t) +
6
+ '\n value=\'' +
7
+ ((__t = (ctx.useId ? ctx.id : ctx.option.value)) == null ? '' : __t) +
8
+ '\'\n ';
9
+ for (var attr in ctx.attrs) { ;
10
+ __p += '\n ' +
11
+ ((__t = (attr)) == null ? '' : __t) +
12
+ '="' +
13
+ ((__t = (ctx.attrs[attr])) == null ? '' : __t) +
14
+ '"\n ';
15
+ } ;
16
+ __p += '\n >\n ' +
17
+ ((__t = (ctx.t(ctx.option.label, { _userInput: true }))) == null ? '' : __t) +
18
+ '\n</option>\n';
19
+ return __p
20
+ }
@@ -0,0 +1,11 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+
5
+ if (ctx.selected) { ;
6
+ __p +=
7
+ ((__t = (ctx.t(ctx.option.label, { _userInput: true }))) == null ? '' : __t);
8
+ } ;
9
+ __p += '\n';
10
+ return __p
11
+ }
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ form: string;
3
+ html: string;
4
+ };
5
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import form from './form.ejs';
2
+ import html from './html.ejs';
3
+ export default { form, html };
@@ -0,0 +1,30 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p +=
5
+ ((__t = (ctx.element)) == null ? '' : __t) +
6
+ '\n<div\n class="signature-pad-body"\n style="width: ' +
7
+ ((__t = (ctx.component.width)) == null ? '' : __t) +
8
+ ';height: ' +
9
+ ((__t = (ctx.component.height)) == null ? '' : __t) +
10
+ ';padding:0;margin:0;"\n tabindex="' +
11
+ ((__t = (ctx.component.tabindex || 0)) == null ? '' : __t) +
12
+ '"\n ref="padBody"\n>\n <a class="btn btn-sm btn-light signature-pad-refresh" ref="refresh">\n <i class="' +
13
+ ((__t = (ctx.iconClass('refresh'))) == null ? '' : __t) +
14
+ '"></i>\n </a>\n <canvas class="signature-pad-canvas" style="display: none;" height="' +
15
+ ((__t = (ctx.component.height)) == null ? '' : __t) +
16
+ '" ref="canvas"></canvas>\n ';
17
+ if (ctx.required) { ;
18
+ __p += '\n <span class="form-control-feedback text-danger">\n <i class="' +
19
+ ((__t = (ctx.iconClass('asterisk'))) == null ? '' : __t) +
20
+ '"></i>\n </span>\n ';
21
+ } ;
22
+ __p += '\n <img style="width: 100%;display: inherit;" ref="signatureImage">\n</div>\n';
23
+ if (ctx.component.footer) { ;
24
+ __p += '\n <div class="signature-pad-footer">\n ' +
25
+ ((__t = (ctx.t(ctx.component.footer, { _userInput: true }))) == null ? '' : __t) +
26
+ '\n </div>\n';
27
+ } ;
28
+ __p += '\n';
29
+ return __p
30
+ }
@@ -0,0 +1,5 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '';
3
+ __p += '<img style="width: 100%;" ref="signatureImage">\n';
4
+ return __p
5
+ }
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ form: string;
3
+ html: string;
4
+ };
5
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import form from './form.ejs';
2
+ import html from './html.ejs';
3
+ export default { form, html };
@@ -0,0 +1,52 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<table class="table table-striped table-bordered" aria-labelledby="l-' +
5
+ ((__t = (ctx.instance.id)) == null ? '' : __t) +
6
+ '-' +
7
+ ((__t = (ctx.component.key)) == null ? '' : __t) +
8
+ '">\n <thead>\n <tr>\n <th></th>\n ';
9
+ ctx.component.values.forEach(function(value) { ;
10
+ __p += '\n <th style="text-align: center;">\n ' +
11
+ ((__t = (ctx.t(value.label, { _userInput: true }))) == null ? '' : __t) +
12
+ '\n ';
13
+ if (value.tooltip) { ;
14
+ __p += '\n <i ref="tooltip" class="' +
15
+ ((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
16
+ ' text-muted" data-tooltip="' +
17
+ ((__t = (value.tooltip)) == null ? '' : __t) +
18
+ '"></i>\n ';
19
+ } ;
20
+ __p += '\n </th>\n ';
21
+ }) ;
22
+ __p += '\n </tr>\n </thead>\n <tbody>\n ';
23
+ ctx.component.questions.forEach(function(question) { ;
24
+ __p += '\n <tr>\n <td>\n ' +
25
+ ((__t = (ctx.t(question.label))) == null ? '' : __t) +
26
+ '\n ';
27
+ if (question.tooltip) { ;
28
+ __p += '\n <i ref="tooltip" class="' +
29
+ ((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
30
+ ' text-muted" data-tooltip="' +
31
+ ((__t = (question.tooltip)) == null ? '' : __t) +
32
+ '"></i>\n ';
33
+ } ;
34
+ __p += '\n </td>\n ';
35
+ ctx.component.values.forEach(function(value) { ;
36
+ __p += '\n <td style="text-align: center;">\n <input type="radio" name="' +
37
+ ((__t = ( ctx.self.getInputName(question) )) == null ? '' : __t) +
38
+ '" value="' +
39
+ ((__t = (value.value)) == null ? '' : __t) +
40
+ '" id="' +
41
+ ((__t = (ctx.key)) == null ? '' : __t) +
42
+ '-' +
43
+ ((__t = (question.value)) == null ? '' : __t) +
44
+ '-' +
45
+ ((__t = (value.value)) == null ? '' : __t) +
46
+ '" ref="input">\n </td>\n ';
47
+ }) ;
48
+ __p += '\n </tr>\n ';
49
+ }) ;
50
+ __p += '\n </tbody>\n</table>\n';
51
+ return __p
52
+ }
@@ -0,0 +1,22 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<table class="table table-striped table-bordered">\n <tbody>\n ';
5
+ ctx.component.questions.forEach(function(question) { ;
6
+ __p += '\n <tr>\n <th>' +
7
+ ((__t = (ctx.t(question.label))) == null ? '' : __t) +
8
+ '</th>\n <td>\n ';
9
+ ctx.component.values.forEach(function(item) { ;
10
+ __p += '\n ';
11
+ if (ctx.value && ctx.value.hasOwnProperty(question.value) && ctx.value[question.value] === item.value) { ;
12
+ __p += '\n ' +
13
+ ((__t = (ctx.t(item.label))) == null ? '' : __t) +
14
+ '\n ';
15
+ } ;
16
+ __p += '\n ';
17
+ }) ;
18
+ __p += '\n </td>\n </tr>\n ';
19
+ }) ;
20
+ __p += '\n </tbody>\n</table>\n';
21
+ return __p
22
+ }
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ form: string;
3
+ html: string;
4
+ };
5
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import form from './form.ejs';
2
+ import html from './html.ejs';
3
+ export default { form, html };
@@ -0,0 +1,16 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+
5
+ ctx.component.components.forEach(function(tab, index) { ;
6
+ __p += '\n <div class="mb-2 card border">\n <div class="card-header bg-default">\n <h4 class="mb-0 card-title">' +
7
+ ((__t = ( ctx.t(tab.label, { _userInput: true }) )) == null ? '' : __t) +
8
+ '</h4>\n </div>\n <div\n class="card-body"\n ref="' +
9
+ ((__t = (ctx.tabKey)) == null ? '' : __t) +
10
+ '"\n >\n ' +
11
+ ((__t = ( ctx.tabComponents[index] )) == null ? '' : __t) +
12
+ '\n </div>\n </div>\n';
13
+ }) ;
14
+ __p += '\n';
15
+ return __p
16
+ }
@@ -0,0 +1,38 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<div class="card' +
5
+ ((__t = ( ctx.component.verticalLayout ? ' card-vertical' : '')) == null ? '' : __t) +
6
+ '">\n <div class="card-header">\n <ul class="tab-component-tabs nav nav-tabs card-header-tabs' +
7
+ ((__t = ( ctx.component.verticalLayout ? ' nav-tabs-vertical' : '')) == null ? '' : __t) +
8
+ '" role="tablist">\n ';
9
+ ctx.component.components.forEach(function(tab, index) { ;
10
+ __p += '\n <li class="nav-item' +
11
+ ((__t = (ctx.currentTab === index ? ' active' : '')) == null ? '' : __t) +
12
+ '" role="tab" ref="' +
13
+ ((__t = (ctx.tabLikey)) == null ? '' : __t) +
14
+ '">\n <a\n class="nav-link' +
15
+ ((__t = (ctx.currentTab === index ? ' active' : '')) == null ? '' : __t) +
16
+ '' +
17
+ ((__t = ( ctx.component.verticalLayout ? ' nav-link-vertical' : '')) == null ? '' : __t) +
18
+ '"\n href="#' +
19
+ ((__t = (tab.key)) == null ? '' : __t) +
20
+ '"\n ref="' +
21
+ ((__t = (ctx.tabLinkKey)) == null ? '' : __t) +
22
+ '"\n >\n ' +
23
+ ((__t = (ctx.t(tab.label, { _userInput: true }))) == null ? '' : __t) +
24
+ '\n </a>\n </li>\n ';
25
+ }) ;
26
+ __p += '\n </ul>\n </div>\n ';
27
+ ctx.component.components.forEach(function(tab, index) { ;
28
+ __p += '\n <div\n role="tabpanel"\n class="card-body tab-pane"\n style="display: ' +
29
+ ((__t = (ctx.currentTab === index ? 'block' : 'none')) == null ? '' : __t) +
30
+ '"\n ref="' +
31
+ ((__t = (ctx.tabKey)) == null ? '' : __t) +
32
+ '"\n >\n ' +
33
+ ((__t = (ctx.tabComponents[index])) == null ? '' : __t) +
34
+ '\n </div>\n ';
35
+ }) ;
36
+ __p += '\n</div>\n';
37
+ return __p
38
+ }
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ flat: string;
3
+ form: string;
4
+ };
5
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import flat from './flat.ejs';
2
+ import form from './form.ejs';
3
+ export default { flat, form };
@@ -0,0 +1,48 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<table class="table\n ' +
5
+ ((__t = ( ctx.component.striped ? 'table-striped' : '')) == null ? '' : __t) +
6
+ '\n ' +
7
+ ((__t = ( ctx.component.bordered ? 'table-bordered' : '')) == null ? '' : __t) +
8
+ '\n ' +
9
+ ((__t = ( ctx.component.hover ? 'table-hover' : '')) == null ? '' : __t) +
10
+ '\n ' +
11
+ ((__t = ( ctx.component.condensed ? 'table-sm' : '')) == null ? '' : __t) +
12
+ '\n ">\n <caption class="visually-hidden">' +
13
+ ((__t = (ctx.t(ctx.component.label))) == null ? '' : __t) +
14
+ '</caption>\n ';
15
+ if (ctx.component.header && ctx.component.header.length > 0) { ;
16
+ __p += '\n <thead>\n <tr>\n ';
17
+ ctx.component.header.forEach(function(header) { ;
18
+ __p += '\n <th>' +
19
+ ((__t = (ctx.t(header))) == null ? '' : __t) +
20
+ '</th>\n ';
21
+ }) ;
22
+ __p += '\n </tr>\n </thead>\n ';
23
+ } ;
24
+ __p += '\n <tbody>\n ';
25
+ ctx.tableComponents.forEach(function(row, rowIndex) { ;
26
+ __p += '\n <tr ref="row-' +
27
+ ((__t = (ctx.id)) == null ? '' : __t) +
28
+ '">\n ';
29
+ row.forEach(function(column, colIndex) { ;
30
+ __p += '\n <td ref="' +
31
+ ((__t = (ctx.tableKey)) == null ? '' : __t) +
32
+ '-' +
33
+ ((__t = (rowIndex)) == null ? '' : __t) +
34
+ '"';
35
+ if (ctx.cellClassName) { ;
36
+ __p += ' class="' +
37
+ ((__t = (ctx.cellClassName)) == null ? '' : __t) +
38
+ '"';
39
+ } ;
40
+ __p += '>' +
41
+ ((__t = (column)) == null ? '' : __t) +
42
+ '</td>\n ';
43
+ }) ;
44
+ __p += '\n </tr>\n ';
45
+ }) ;
46
+ __p += '\n </tbody>\n</table>\n';
47
+ return __p
48
+ }
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ form: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import form from './form.ejs';
2
+ export default { form };
@@ -0,0 +1,12 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+
5
+ ctx.children.forEach(function(component) { ;
6
+ __p += '\n <td class="editgrid-table-column">\n ' +
7
+ ((__t = ( component )) == null ? '' : __t) +
8
+ '\n </td>\n';
9
+ }) ;
10
+ __p += '\n';
11
+ return __p
12
+ }
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ form: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import form from './form.ejs';
2
+ export default { form };
@@ -0,0 +1,32 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+
5
+ if (ctx.node.isRoot) { ;
6
+ __p += '\n <div ref="root" class="list-group-item">\n';
7
+ } else { ;
8
+ __p += '\n <li ref="node" class="list-group-item col-sm-12 tree__level tree__level_' +
9
+ ((__t = ( ctx.odd ? 'odd' : 'even' )) == null ? '' : __t) +
10
+ '">\n';
11
+ } ;
12
+ __p += '\n ';
13
+ if (ctx.content) { ;
14
+ __p += '\n <div ref="content" class="tree__node-content">\n ' +
15
+ ((__t = ( ctx.content )) == null ? '' : __t) +
16
+ '\n </div>\n ';
17
+ } ;
18
+ __p += '\n ';
19
+ if (ctx.childNodes && ctx.childNodes.length) { ;
20
+ __p += '\n <ul ref="childNodes" class="tree__node-children list-group row">\n ' +
21
+ ((__t = ( ctx.childNodes.join('') )) == null ? '' : __t) +
22
+ '\n </ul>\n ';
23
+ } ;
24
+ __p += '\n';
25
+ if (ctx.node.isRoot) { ;
26
+ __p += '\n </div>\n';
27
+ } else { ;
28
+ __p += '\n </li>\n';
29
+ } ;
30
+ __p += '\n';
31
+ return __p
32
+ }
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ form: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import form from './form.ejs';
2
+ export default { form };
@@ -0,0 +1,16 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<div class="node-edit">\n <div ref="nodeEdit">' +
5
+ ((__t = ( ctx.children )) == null ? '' : __t) +
6
+ '</div>\n ';
7
+ if (!ctx.readOnly) { ;
8
+ __p += '\n <div class="node-actions">\n <button ref="saveNode" class="btn btn-primary saveNode">' +
9
+ ((__t = ( ctx.t('Save') )) == null ? '' : __t) +
10
+ '</button>\n <button ref="cancelNode" class="btn btn-danger cancelNode">' +
11
+ ((__t = ( ctx.t('Cancel') )) == null ? '' : __t) +
12
+ '</button>\n </div>\n ';
13
+ } ;
14
+ __p += '\n</div>\n';
15
+ return __p
16
+ }
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ treeView: {
3
+ form: string;
4
+ };
5
+ treeEdit: {
6
+ form: string;
7
+ };
8
+ };
9
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import edit from './edit.ejs';
2
+ import view from './view.ejs';
3
+ export default {
4
+ treeView: {
5
+ form: view,
6
+ },
7
+ treeEdit: {
8
+ form: edit
9
+ }
10
+ };
@@ -0,0 +1,34 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<div class="row">\n ';
5
+ ctx.values.forEach(function(value) { ;
6
+ __p += '\n <div class="col-sm-2">\n ' +
7
+ ((__t = ( value )) == null ? '' : __t) +
8
+ '\n </div>\n ';
9
+ }) ;
10
+ __p += '\n <div class="col-sm-3">\n <div class="btn-group pull-right">\n ';
11
+ if (ctx.node.hasChildren) { ;
12
+ __p += '\n <button ref="toggleNode" class="btn btn-default btn-sm toggleNode">' +
13
+ ((__t = ( ctx.t(ctx.node.collapsed ? 'Expand' : 'Collapse') )) == null ? '' : __t) +
14
+ '</button>\n ';
15
+ } ;
16
+ __p += '\n ';
17
+ if (!ctx.readOnly) { ;
18
+ __p += '\n <button ref="addChild" class="btn btn-default btn-sm addChild">' +
19
+ ((__t = ( ctx.t('Add') )) == null ? '' : __t) +
20
+ '</button>\n <button ref="editNode" class="btn btn-default btn-sm editNode">' +
21
+ ((__t = ( ctx.t('Edit') )) == null ? '' : __t) +
22
+ '</button>\n <button ref="removeNode" class="btn btn-danger btn-sm removeNode">' +
23
+ ((__t = ( ctx.t('Delete') )) == null ? '' : __t) +
24
+ '</button>\n ';
25
+ if (ctx.node.revertAvailable) { ;
26
+ __p += '\n <button ref="revertNode" class="btn btn-danger btn-sm revertNode">' +
27
+ ((__t = ( ctx.t('Revert') )) == null ? '' : __t) +
28
+ '</button>\n ';
29
+ } ;
30
+ __p += '\n ';
31
+ } ;
32
+ __p += '\n </div>\n </div>\n</div>\n';
33
+ return __p
34
+ }
@@ -0,0 +1,7 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '';
3
+ __p += '<div class="text-muted text-center p-2">' +
4
+ ((__t = ( ctx.t(ctx.component.title, { _userInput: true }) )) == null ? '' : __t) +
5
+ '</div>\n';
6
+ return __p
7
+ }
@@ -0,0 +1,9 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '';
3
+ __p += '<div class="' +
4
+ ((__t = (ctx.classes)) == null ? '' : __t) +
5
+ '" ref="webform" novalidate>' +
6
+ ((__t = (ctx.children)) == null ? '' : __t) +
7
+ '</div>\n';
8
+ return __p
9
+ }
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ form: string;
3
+ builder: string;
4
+ };
5
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import form from './form.ejs';
2
+ import builder from './builder.ejs';
3
+ export default { form, builder };
@@ -0,0 +1,9 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '';
3
+ __p += '<div class="card card-body bg-light mb-3">\n <div ref="' +
4
+ ((__t = (ctx.nestedKey)) == null ? '' : __t) +
5
+ '">\n ' +
6
+ ((__t = (ctx.children)) == null ? '' : __t) +
7
+ '\n </div>\n</div>\n';
8
+ return __p
9
+ }
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ form: string;
3
+ };
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import form from './form.ejs';
2
+ export default { form };
@@ -0,0 +1,7 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '';
3
+ __p += '<div class="text-muted text-center p-2">' +
4
+ ((__t = ( ctx.t(ctx.component.title, { _userInput: true }) )) == null ? '' : __t) +
5
+ '</div>\n';
6
+ return __p
7
+ }
@@ -0,0 +1,42 @@
1
+ export default function(ctx) {
2
+ var __t, __p = '', __j = Array.prototype.join;
3
+ function print() { __p += __j.call(arguments, '') }
4
+ __p += '<div class="' +
5
+ ((__t = (ctx.className)) == null ? '' : __t) +
6
+ '">\n <div style="position: relative;">\n ';
7
+ if (ctx.wizardHeaderType === 'wizardHeaderVertical') { ;
8
+ __p += '\n <div class="row">\n ';
9
+ if (ctx.wizardHeaderLocation !== 'right') { ;
10
+ __p += '\n <div class="col-sm-2">\n ' +
11
+ ((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
12
+ '\n </div>\n ';
13
+ } ;
14
+ __p += '\n <div class="wizard-page col-sm-10" ref="' +
15
+ ((__t = (ctx.wizardKey)) == null ? '' : __t) +
16
+ '">\n ' +
17
+ ((__t = (ctx.components)) == null ? '' : __t) +
18
+ '\n </div>\n ';
19
+ if (ctx.wizardHeaderLocation === 'right') { ;
20
+ __p += '\n <div class="col-sm-2">\n ' +
21
+ ((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
22
+ '\n </div>\n ';
23
+ } ;
24
+ __p += '\n </div>\n <div class="col-sm-offset-2 col-sm-10 ' +
25
+ ((__t = (ctx.wizardHeaderLocation === 'right' ? 'col-sm-offset-0 col-md-offset-0' : '')) == null ? '' : __t) +
26
+ '">\n ' +
27
+ ((__t = ( ctx.wizardNav )) == null ? '' : __t) +
28
+ '\n </div>\n ';
29
+ } else { ;
30
+ __p += '\n ' +
31
+ ((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
32
+ '\n <div class="wizard-page" ref="' +
33
+ ((__t = (ctx.wizardKey)) == null ? '' : __t) +
34
+ '">\n ' +
35
+ ((__t = (ctx.components)) == null ? '' : __t) +
36
+ '\n </div>\n ' +
37
+ ((__t = ( ctx.wizardNav )) == null ? '' : __t) +
38
+ '\n ';
39
+ } ;
40
+ __p += '\n </div>\n</div>\n';
41
+ return __p
42
+ }
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ form: string;
3
+ builder: string;
4
+ };
5
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import form from './form.ejs';
2
+ import builder from './builder.ejs';
3
+ export default { form, builder };