@tsed/tailwind-formio 2.3.2 → 3.0.0-alpha.2

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 (467) hide show
  1. package/build/config.1e3fca3e.json +1 -0
  2. package/build/css/app.a4ea028b.css +3 -0
  3. package/build/js/app.5db1c92a.js +2 -0
  4. package/build/js/app.5db1c92a.js.map +1 -0
  5. package/build/js/chunk-vendors.6cab5322.js +8 -0
  6. package/build/js/chunk-vendors.6cab5322.js.map +1 -0
  7. package/build/tailwind.html +3 -0
  8. package/dist/ejs.d.js +2 -0
  9. package/dist/ejs.d.js.map +1 -0
  10. package/dist/index.d.ts +222 -222
  11. package/dist/index.js +6 -2018
  12. package/dist/index.js.map +1 -1
  13. package/dist/tailwind/colors.d.ts +328 -0
  14. package/dist/tailwind/colors.js +15 -0
  15. package/dist/tailwind/colors.js.map +1 -0
  16. package/dist/tailwind/preset.d.ts +158 -0
  17. package/dist/tailwind/preset.js +173 -0
  18. package/dist/tailwind/preset.js.map +1 -0
  19. package/dist/templates/index.d.ts +219 -219
  20. package/dist/templates/index.js +8 -0
  21. package/dist/templates/index.js.map +1 -0
  22. package/dist/templates/tailwind/address/index.d.ts +4 -5
  23. package/dist/templates/tailwind/address/index.js +55 -0
  24. package/dist/templates/tailwind/address/index.js.map +1 -0
  25. package/dist/templates/tailwind/alert/index.d.ts +4 -5
  26. package/dist/templates/tailwind/alert/index.js +22 -0
  27. package/dist/templates/tailwind/alert/index.js.map +1 -0
  28. package/dist/templates/tailwind/builder/index.d.ts +4 -5
  29. package/dist/templates/tailwind/builder/index.js +17 -0
  30. package/dist/templates/tailwind/builder/index.js.map +1 -0
  31. package/dist/templates/tailwind/builderComponent/index.d.ts +4 -5
  32. package/dist/templates/tailwind/builderComponent/index.js +70 -0
  33. package/dist/templates/tailwind/builderComponent/index.js.map +1 -0
  34. package/dist/templates/tailwind/builderComponents/index.d.ts +4 -5
  35. package/dist/templates/tailwind/builderComponents/index.js +12 -0
  36. package/dist/templates/tailwind/builderComponents/index.js.map +1 -0
  37. package/dist/templates/tailwind/builderEditForm/index.d.ts +4 -5
  38. package/dist/templates/tailwind/builderEditForm/index.js +73 -0
  39. package/dist/templates/tailwind/builderEditForm/index.js.map +1 -0
  40. package/dist/templates/tailwind/builderPlaceholder/index.d.ts +4 -5
  41. package/dist/templates/tailwind/builderPlaceholder/index.js +18 -0
  42. package/dist/templates/tailwind/builderPlaceholder/index.js.map +1 -0
  43. package/dist/templates/tailwind/builderSidebar/index.d.ts +4 -5
  44. package/dist/templates/tailwind/builderSidebar/index.js +19 -0
  45. package/dist/templates/tailwind/builderSidebar/index.js.map +1 -0
  46. package/dist/templates/tailwind/builderSidebarGroup/index.d.ts +4 -5
  47. package/dist/templates/tailwind/builderSidebarGroup/index.js +58 -0
  48. package/dist/templates/tailwind/builderSidebarGroup/index.js.map +1 -0
  49. package/dist/templates/tailwind/builderWizard/index.d.ts +4 -5
  50. package/dist/templates/tailwind/builderWizard/index.js +33 -0
  51. package/dist/templates/tailwind/builderWizard/index.js.map +1 -0
  52. package/dist/templates/tailwind/button/index.d.ts +5 -7
  53. package/dist/templates/tailwind/button/index.js +36 -0
  54. package/dist/templates/tailwind/button/index.js.map +1 -0
  55. package/dist/templates/tailwind/checkbox/index.d.ts +5 -7
  56. package/dist/templates/tailwind/checkbox/index.js +42 -0
  57. package/dist/templates/tailwind/checkbox/index.js.map +1 -0
  58. package/dist/templates/tailwind/columns/index.d.ts +4 -5
  59. package/dist/templates/tailwind/columns/index.js +21 -0
  60. package/dist/templates/tailwind/columns/index.js.map +1 -0
  61. package/dist/templates/tailwind/component/index.d.ts +4 -5
  62. package/dist/templates/tailwind/component/index.js +15 -0
  63. package/dist/templates/tailwind/component/index.js.map +1 -0
  64. package/dist/templates/tailwind/componentModal/index.d.ts +4 -5
  65. package/dist/templates/tailwind/componentModal/index.js +35 -0
  66. package/dist/templates/tailwind/componentModal/index.js.map +1 -0
  67. package/dist/templates/tailwind/components/index.d.ts +4 -5
  68. package/dist/templates/tailwind/components/index.js +10 -0
  69. package/dist/templates/tailwind/components/index.js.map +1 -0
  70. package/dist/templates/tailwind/container/index.d.ts +4 -5
  71. package/dist/templates/tailwind/container/index.js +12 -0
  72. package/dist/templates/tailwind/container/index.js.map +1 -0
  73. package/dist/templates/tailwind/cssClasses.d.ts +7 -7
  74. package/dist/templates/tailwind/cssClasses.js +10 -0
  75. package/dist/templates/tailwind/cssClasses.js.map +1 -0
  76. package/dist/templates/tailwind/datagrid/index.d.ts +5 -7
  77. package/dist/templates/tailwind/datagrid/index.js +132 -0
  78. package/dist/templates/tailwind/datagrid/index.js.map +1 -0
  79. package/dist/templates/tailwind/day/index.d.ts +4 -5
  80. package/dist/templates/tailwind/day/index.js +53 -0
  81. package/dist/templates/tailwind/day/index.js.map +1 -0
  82. package/dist/templates/tailwind/dialog/index.d.ts +4 -5
  83. package/dist/templates/tailwind/dialog/index.js +16 -0
  84. package/dist/templates/tailwind/dialog/index.js.map +1 -0
  85. package/dist/templates/tailwind/editgrid/index.d.ts +5 -7
  86. package/dist/templates/tailwind/editgrid/index.js +92 -0
  87. package/dist/templates/tailwind/editgrid/index.js.map +1 -0
  88. package/dist/templates/tailwind/editgridTable/index.d.ts +5 -7
  89. package/dist/templates/tailwind/editgridTable/index.js +121 -0
  90. package/dist/templates/tailwind/editgridTable/index.js.map +1 -0
  91. package/dist/templates/tailwind/errorsList/index.d.ts +4 -5
  92. package/dist/templates/tailwind/errorsList/index.js +30 -0
  93. package/dist/templates/tailwind/errorsList/index.js.map +1 -0
  94. package/dist/templates/tailwind/field/index.d.ts +5 -7
  95. package/dist/templates/tailwind/field/index.js +55 -0
  96. package/dist/templates/tailwind/field/index.js.map +1 -0
  97. package/dist/templates/tailwind/fieldset/index.d.ts +4 -5
  98. package/dist/templates/tailwind/fieldset/index.js +25 -0
  99. package/dist/templates/tailwind/fieldset/index.js.map +1 -0
  100. package/dist/templates/tailwind/file/index.d.ts +4 -5
  101. package/dist/templates/tailwind/file/index.js +158 -0
  102. package/dist/templates/tailwind/file/index.js.map +1 -0
  103. package/dist/templates/tailwind/html/index.d.ts +4 -5
  104. package/dist/templates/tailwind/html/index.js +16 -0
  105. package/dist/templates/tailwind/html/index.js.map +1 -0
  106. package/dist/templates/tailwind/icon/index.d.ts +4 -5
  107. package/dist/templates/tailwind/icon/index.js +10 -0
  108. package/dist/templates/tailwind/icon/index.js.map +1 -0
  109. package/dist/templates/tailwind/iconClass.d.ts +3 -3
  110. package/dist/templates/tailwind/iconClass.js +57 -0
  111. package/dist/templates/tailwind/iconClass.js.map +1 -0
  112. package/dist/templates/tailwind/index.d.ts +217 -217
  113. package/dist/templates/tailwind/index.js +145 -0
  114. package/dist/templates/tailwind/index.js.map +1 -0
  115. package/dist/templates/tailwind/input/index.d.ts +5 -7
  116. package/dist/templates/tailwind/input/index.js +78 -0
  117. package/dist/templates/tailwind/input/index.js.map +1 -0
  118. package/dist/templates/tailwind/label/index.d.ts +4 -5
  119. package/dist/templates/tailwind/label/index.js +23 -0
  120. package/dist/templates/tailwind/label/index.js.map +1 -0
  121. package/dist/templates/tailwind/loader/index.d.ts +4 -5
  122. package/dist/templates/tailwind/loader/index.js +14 -0
  123. package/dist/templates/tailwind/loader/index.js.map +1 -0
  124. package/dist/templates/tailwind/loading/index.d.ts +4 -5
  125. package/dist/templates/tailwind/loading/index.js +10 -0
  126. package/dist/templates/tailwind/loading/index.js.map +1 -0
  127. package/dist/templates/tailwind/map/index.d.ts +4 -5
  128. package/dist/templates/tailwind/map/index.js +10 -0
  129. package/dist/templates/tailwind/map/index.js.map +1 -0
  130. package/dist/templates/tailwind/message/index.d.ts +4 -5
  131. package/dist/templates/tailwind/message/index.js +10 -0
  132. package/dist/templates/tailwind/message/index.js.map +1 -0
  133. package/dist/templates/tailwind/modalPreview/index.d.ts +4 -5
  134. package/dist/templates/tailwind/modalPreview/index.js +24 -0
  135. package/dist/templates/tailwind/modalPreview/index.js.map +1 -0
  136. package/dist/templates/tailwind/modaldialog/index.d.ts +4 -5
  137. package/dist/templates/tailwind/modaldialog/index.js +22 -0
  138. package/dist/templates/tailwind/modaldialog/index.js.map +1 -0
  139. package/dist/templates/tailwind/modaledit/index.d.ts +4 -5
  140. package/dist/templates/tailwind/modaledit/index.js +19 -0
  141. package/dist/templates/tailwind/modaledit/index.js.map +1 -0
  142. package/dist/templates/tailwind/multiValueRow/index.d.ts +4 -5
  143. package/dist/templates/tailwind/multiValueRow/index.js +21 -0
  144. package/dist/templates/tailwind/multiValueRow/index.js.map +1 -0
  145. package/dist/templates/tailwind/multiValueTable/index.d.ts +4 -5
  146. package/dist/templates/tailwind/multiValueTable/index.js +21 -0
  147. package/dist/templates/tailwind/multiValueTable/index.js.map +1 -0
  148. package/dist/templates/tailwind/multipleMasksInput/index.d.ts +4 -5
  149. package/dist/templates/tailwind/multipleMasksInput/index.js +34 -0
  150. package/dist/templates/tailwind/multipleMasksInput/index.js.map +1 -0
  151. package/dist/templates/tailwind/panel/index.d.ts +4 -5
  152. package/dist/templates/tailwind/panel/index.js +39 -0
  153. package/dist/templates/tailwind/panel/index.js.map +1 -0
  154. package/dist/templates/tailwind/pdf/index.d.ts +4 -5
  155. package/dist/templates/tailwind/pdf/index.js +19 -0
  156. package/dist/templates/tailwind/pdf/index.js.map +1 -0
  157. package/dist/templates/tailwind/pdfBuilder/index.d.ts +4 -5
  158. package/dist/templates/tailwind/pdfBuilder/index.js +18 -0
  159. package/dist/templates/tailwind/pdfBuilder/index.js.map +1 -0
  160. package/dist/templates/tailwind/pdfBuilderUpload/index.d.ts +4 -5
  161. package/dist/templates/tailwind/pdfBuilderUpload/index.js +25 -0
  162. package/dist/templates/tailwind/pdfBuilderUpload/index.js.map +1 -0
  163. package/dist/templates/tailwind/radio/index.d.ts +5 -7
  164. package/dist/templates/tailwind/radio/index.js +66 -0
  165. package/dist/templates/tailwind/radio/index.js.map +1 -0
  166. package/dist/templates/tailwind/resourceAdd/index.d.ts +4 -5
  167. package/dist/templates/tailwind/resourceAdd/index.js +26 -0
  168. package/dist/templates/tailwind/resourceAdd/index.js.map +1 -0
  169. package/dist/templates/tailwind/select/index.d.ts +5 -7
  170. package/dist/templates/tailwind/select/index.js +40 -0
  171. package/dist/templates/tailwind/select/index.js.map +1 -0
  172. package/dist/templates/tailwind/selectOption/index.d.ts +5 -7
  173. package/dist/templates/tailwind/selectOption/index.js +25 -0
  174. package/dist/templates/tailwind/selectOption/index.js.map +1 -0
  175. package/dist/templates/tailwind/signature/index.d.ts +5 -7
  176. package/dist/templates/tailwind/signature/index.js +37 -0
  177. package/dist/templates/tailwind/signature/index.js.map +1 -0
  178. package/dist/templates/tailwind/survey/index.d.ts +5 -7
  179. package/dist/templates/tailwind/survey/index.js +71 -0
  180. package/dist/templates/tailwind/survey/index.js.map +1 -0
  181. package/dist/templates/tailwind/tab/index.d.ts +5 -7
  182. package/dist/templates/tailwind/tab/index.js +60 -0
  183. package/dist/templates/tailwind/tab/index.js.map +1 -0
  184. package/dist/templates/tailwind/table/index.d.ts +4 -5
  185. package/dist/templates/tailwind/table/index.js +41 -0
  186. package/dist/templates/tailwind/table/index.js.map +1 -0
  187. package/dist/templates/tailwind/tableComponents/index.d.ts +4 -5
  188. package/dist/templates/tailwind/tableComponents/index.js +16 -0
  189. package/dist/templates/tailwind/tableComponents/index.js.map +1 -0
  190. package/dist/templates/tailwind/tree/index.d.ts +4 -5
  191. package/dist/templates/tailwind/tree/index.js +29 -0
  192. package/dist/templates/tailwind/tree/index.js.map +1 -0
  193. package/dist/templates/tailwind/tree/partials/index.d.ts +9 -11
  194. package/dist/templates/tailwind/tree/partials/index.js +53 -0
  195. package/dist/templates/tailwind/tree/partials/index.js.map +1 -0
  196. package/dist/templates/tailwind/webform/index.d.ts +5 -7
  197. package/dist/templates/tailwind/webform/index.js +15 -0
  198. package/dist/templates/tailwind/webform/index.js.map +1 -0
  199. package/dist/templates/tailwind/well/index.d.ts +4 -5
  200. package/dist/templates/tailwind/well/index.js +14 -0
  201. package/dist/templates/tailwind/well/index.js.map +1 -0
  202. package/dist/templates/tailwind/wizard/index.d.ts +5 -7
  203. package/dist/templates/tailwind/wizard/index.js +44 -0
  204. package/dist/templates/tailwind/wizard/index.js.map +1 -0
  205. package/dist/templates/tailwind/wizardHeader/index.d.ts +4 -5
  206. package/dist/templates/tailwind/wizardHeader/index.js +25 -0
  207. package/dist/templates/tailwind/wizardHeader/index.js.map +1 -0
  208. package/dist/templates/tailwind/wizardHeaderClassic/index.d.ts +4 -5
  209. package/dist/templates/tailwind/wizardHeaderClassic/index.js +27 -0
  210. package/dist/templates/tailwind/wizardHeaderClassic/index.js.map +1 -0
  211. package/dist/templates/tailwind/wizardHeaderVertical/index.d.ts +4 -5
  212. package/dist/templates/tailwind/wizardHeaderVertical/index.js +25 -0
  213. package/dist/templates/tailwind/wizardHeaderVertical/index.js.map +1 -0
  214. package/dist/templates/tailwind/wizardNav/index.d.ts +4 -5
  215. package/dist/templates/tailwind/wizardNav/index.js +39 -0
  216. package/dist/templates/tailwind/wizardNav/index.js.map +1 -0
  217. package/package.json +34 -17
  218. package/readme.md +9 -125
  219. package/src/tailwind/colors.ts +20 -0
  220. package/src/tailwind/preset.ts +163 -0
  221. package/src/templates/stories/alert.stories.jsx +1 -1
  222. package/src/templates/stories/badge.stories.jsx +1 -1
  223. package/src/templates/stories/breadcrumbs.stories.jsx +5 -1
  224. package/src/templates/stories/pagination.stories.jsx +6 -1
  225. package/src/templates/tailwind/address/index.ts +1 -1
  226. package/src/templates/tailwind/alert/index.ts +3 -0
  227. package/src/templates/tailwind/builder/index.ts +1 -1
  228. package/src/templates/tailwind/builderComponent/index.ts +1 -1
  229. package/src/templates/tailwind/builderComponents/index.ts +1 -1
  230. package/src/templates/tailwind/builderEditForm/form.ejs +4 -2
  231. package/src/templates/tailwind/builderEditForm/index.ts +1 -1
  232. package/src/templates/tailwind/builderPlaceholder/index.ts +1 -1
  233. package/src/templates/tailwind/builderSidebar/index.ts +1 -1
  234. package/src/templates/tailwind/builderSidebarGroup/form.ejs +1 -1
  235. package/src/templates/tailwind/builderSidebarGroup/index.ts +1 -1
  236. package/src/templates/tailwind/builderWizard/index.ts +1 -1
  237. package/src/templates/tailwind/button/button.stories.jsx +2 -2
  238. package/src/templates/tailwind/button/index.ts +2 -2
  239. package/src/templates/tailwind/checkbox/index.ts +2 -2
  240. package/src/templates/tailwind/columns/index.ts +1 -1
  241. package/src/templates/tailwind/component/index.ts +1 -1
  242. package/src/templates/tailwind/componentModal/index.ts +1 -1
  243. package/src/templates/tailwind/components/index.ts +1 -1
  244. package/src/templates/tailwind/container/index.ts +1 -1
  245. package/src/templates/tailwind/datagrid/index.ts +2 -2
  246. package/src/templates/tailwind/day/index.ts +1 -1
  247. package/src/templates/tailwind/dialog/index.ts +1 -1
  248. package/src/templates/tailwind/editgrid/index.ts +2 -2
  249. package/src/templates/tailwind/editgridTable/index.ts +2 -2
  250. package/src/templates/tailwind/errorsList/index.ts +1 -1
  251. package/src/templates/tailwind/field/index.ts +2 -2
  252. package/src/templates/tailwind/fieldset/index.ts +1 -1
  253. package/src/templates/tailwind/file/index.ts +1 -1
  254. package/src/templates/tailwind/html/index.ts +1 -1
  255. package/src/templates/tailwind/icon/index.ts +1 -1
  256. package/src/templates/tailwind/index.ts +0 -1
  257. package/src/templates/tailwind/input/index.ts +2 -2
  258. package/src/templates/tailwind/label/index.ts +1 -1
  259. package/src/templates/tailwind/loader/index.ts +1 -1
  260. package/src/templates/tailwind/loading/index.ts +1 -1
  261. package/src/templates/tailwind/map/index.ts +1 -1
  262. package/src/templates/tailwind/message/index.ts +1 -1
  263. package/src/templates/tailwind/modalPreview/index.ts +1 -1
  264. package/src/templates/tailwind/modaldialog/index.ts +1 -1
  265. package/src/templates/tailwind/modaledit/index.ts +1 -1
  266. package/src/templates/tailwind/multiValueRow/index.ts +1 -1
  267. package/src/templates/tailwind/multiValueTable/index.ts +1 -1
  268. package/src/templates/tailwind/multipleMasksInput/index.ts +1 -1
  269. package/src/templates/tailwind/panel/index.ts +1 -1
  270. package/src/templates/tailwind/pdf/index.ts +1 -1
  271. package/src/templates/tailwind/pdfBuilder/index.ts +1 -1
  272. package/src/templates/tailwind/pdfBuilderUpload/index.ts +1 -1
  273. package/src/templates/tailwind/radio/index.ts +2 -2
  274. package/src/templates/tailwind/resourceAdd/index.ts +1 -1
  275. package/src/templates/tailwind/select/index.ts +2 -2
  276. package/src/templates/tailwind/selectOption/index.ts +2 -2
  277. package/src/templates/tailwind/signature/index.ts +2 -2
  278. package/src/templates/tailwind/survey/index.ts +2 -2
  279. package/src/templates/tailwind/tab/index.ts +2 -2
  280. package/src/templates/tailwind/table/index.ts +1 -1
  281. package/src/templates/tailwind/tableComponents/index.ts +1 -1
  282. package/src/templates/tailwind/tree/index.ts +1 -1
  283. package/src/templates/tailwind/tree/partials/index.ts +2 -2
  284. package/src/templates/tailwind/webform/index.ts +2 -2
  285. package/src/templates/tailwind/well/index.ts +1 -1
  286. package/src/templates/tailwind/wizard/index.ts +2 -2
  287. package/src/templates/tailwind/wizardHeader/index.ts +1 -1
  288. package/src/templates/tailwind/wizardHeaderClassic/index.ts +1 -1
  289. package/src/templates/tailwind/wizardHeaderVertical/index.ts +1 -1
  290. package/src/templates/tailwind/wizardNav/index.ts +1 -1
  291. package/styles/modal.css +1 -0
  292. package/tsconfig.app.json +11 -0
  293. package/tsconfig.json +7 -5
  294. package/tsconfig.node.json +9 -4
  295. package/vite.config.mts +86 -0
  296. package/.eslintignore +0 -14
  297. package/.eslintrc.js +0 -7
  298. package/dist/index.modern.js +0 -2021
  299. package/dist/index.modern.js.map +0 -1
  300. package/dist/templates/stories/alert.stories.d.ts +0 -17
  301. package/dist/templates/stories/badge.stories.d.ts +0 -17
  302. package/dist/templates/stories/breadcrumbs.stories.d.ts +0 -37
  303. package/dist/templates/stories/builder.stories.d.ts +0 -3057
  304. package/dist/templates/stories/pagination.stories.d.ts +0 -17
  305. package/dist/templates/stories/progress.stories.d.ts +0 -22
  306. package/dist/templates/stories/wizard.stories.d.ts +0 -3057
  307. package/dist/templates/tailwind/address/form.ejs.d.ts +0 -1
  308. package/dist/templates/tailwind/address/html.ejs.d.ts +0 -1
  309. package/dist/templates/tailwind/alert/form.ejs.d.ts +0 -1
  310. package/dist/templates/tailwind/builder/form.ejs.d.ts +0 -1
  311. package/dist/templates/tailwind/builderComponent/form.ejs.d.ts +0 -1
  312. package/dist/templates/tailwind/builderComponents/form.ejs.d.ts +0 -1
  313. package/dist/templates/tailwind/builderEditForm/form.ejs.d.ts +0 -1
  314. package/dist/templates/tailwind/builderPlaceholder/form.ejs.d.ts +0 -1
  315. package/dist/templates/tailwind/builderSidebar/form.ejs.d.ts +0 -1
  316. package/dist/templates/tailwind/builderSidebarGroup/form.ejs.d.ts +0 -1
  317. package/dist/templates/tailwind/builderWizard/form.ejs.d.ts +0 -1
  318. package/dist/templates/tailwind/button/button.stories.d.ts +0 -22
  319. package/dist/templates/tailwind/button/form.ejs.d.ts +0 -1
  320. package/dist/templates/tailwind/button/html.ejs.d.ts +0 -1
  321. package/dist/templates/tailwind/checkbox/form.ejs.d.ts +0 -1
  322. package/dist/templates/tailwind/checkbox/html.ejs.d.ts +0 -1
  323. package/dist/templates/tailwind/columns/form.ejs.d.ts +0 -1
  324. package/dist/templates/tailwind/component/form.ejs.d.ts +0 -1
  325. package/dist/templates/tailwind/componentModal/form.ejs.d.ts +0 -1
  326. package/dist/templates/tailwind/components/form.ejs.d.ts +0 -1
  327. package/dist/templates/tailwind/container/form.ejs.d.ts +0 -1
  328. package/dist/templates/tailwind/datagrid/form.ejs.d.ts +0 -1
  329. package/dist/templates/tailwind/datagrid/html.ejs.d.ts +0 -1
  330. package/dist/templates/tailwind/day/form.ejs.d.ts +0 -1
  331. package/dist/templates/tailwind/dialog/form.ejs.d.ts +0 -1
  332. package/dist/templates/tailwind/editgrid/form.ejs.d.ts +0 -1
  333. package/dist/templates/tailwind/editgrid/html.ejs.d.ts +0 -1
  334. package/dist/templates/tailwind/editgridTable/form.ejs.d.ts +0 -1
  335. package/dist/templates/tailwind/editgridTable/html.ejs.d.ts +0 -1
  336. package/dist/templates/tailwind/errorsList/form.ejs.d.ts +0 -1
  337. package/dist/templates/tailwind/field/align.ejs.d.ts +0 -1
  338. package/dist/templates/tailwind/field/form.ejs.d.ts +0 -1
  339. package/dist/templates/tailwind/fieldset/form.ejs.d.ts +0 -1
  340. package/dist/templates/tailwind/file/form.ejs.d.ts +0 -1
  341. package/dist/templates/tailwind/html/form.ejs.d.ts +0 -1
  342. package/dist/templates/tailwind/icon/form.ejs.d.ts +0 -1
  343. package/dist/templates/tailwind/input/form.ejs.d.ts +0 -1
  344. package/dist/templates/tailwind/input/html.ejs.d.ts +0 -1
  345. package/dist/templates/tailwind/label/form.ejs.d.ts +0 -1
  346. package/dist/templates/tailwind/loader/form.ejs.d.ts +0 -1
  347. package/dist/templates/tailwind/loading/form.ejs.d.ts +0 -1
  348. package/dist/templates/tailwind/map/form.ejs.d.ts +0 -1
  349. package/dist/templates/tailwind/message/form.ejs.d.ts +0 -1
  350. package/dist/templates/tailwind/modalPreview/form.ejs.d.ts +0 -1
  351. package/dist/templates/tailwind/modaldialog/form.ejs.d.ts +0 -1
  352. package/dist/templates/tailwind/modaledit/form.ejs.d.ts +0 -1
  353. package/dist/templates/tailwind/multiValueRow/form.ejs.d.ts +0 -1
  354. package/dist/templates/tailwind/multiValueTable/form.ejs.d.ts +0 -1
  355. package/dist/templates/tailwind/multipleMasksInput/form.ejs.d.ts +0 -1
  356. package/dist/templates/tailwind/panel/form.ejs.d.ts +0 -1
  357. package/dist/templates/tailwind/pdf/form.ejs.d.ts +0 -1
  358. package/dist/templates/tailwind/pdfBuilder/form.ejs.d.ts +0 -1
  359. package/dist/templates/tailwind/pdfBuilderUpload/form.ejs.d.ts +0 -1
  360. package/dist/templates/tailwind/radio/form.ejs.d.ts +0 -1
  361. package/dist/templates/tailwind/radio/html.ejs.d.ts +0 -1
  362. package/dist/templates/tailwind/resourceAdd/form.ejs.d.ts +0 -1
  363. package/dist/templates/tailwind/select/form.ejs.d.ts +0 -1
  364. package/dist/templates/tailwind/select/html.ejs.d.ts +0 -1
  365. package/dist/templates/tailwind/selectOption/form.ejs.d.ts +0 -1
  366. package/dist/templates/tailwind/selectOption/html.ejs.d.ts +0 -1
  367. package/dist/templates/tailwind/signature/form.ejs.d.ts +0 -1
  368. package/dist/templates/tailwind/signature/html.ejs.d.ts +0 -1
  369. package/dist/templates/tailwind/survey/form.ejs.d.ts +0 -1
  370. package/dist/templates/tailwind/survey/html.ejs.d.ts +0 -1
  371. package/dist/templates/tailwind/tab/flat.ejs.d.ts +0 -1
  372. package/dist/templates/tailwind/tab/form.ejs.d.ts +0 -1
  373. package/dist/templates/tailwind/table/form.ejs.d.ts +0 -1
  374. package/dist/templates/tailwind/tableComponents/form.ejs.d.ts +0 -1
  375. package/dist/templates/tailwind/tree/form.ejs.d.ts +0 -1
  376. package/dist/templates/tailwind/tree/partials/edit.ejs.d.ts +0 -1
  377. package/dist/templates/tailwind/tree/partials/view.ejs.d.ts +0 -1
  378. package/dist/templates/tailwind/webform/builder.ejs.d.ts +0 -1
  379. package/dist/templates/tailwind/webform/form.ejs.d.ts +0 -1
  380. package/dist/templates/tailwind/well/form.ejs.d.ts +0 -1
  381. package/dist/templates/tailwind/wizard/builder.ejs.d.ts +0 -1
  382. package/dist/templates/tailwind/wizard/form.ejs.d.ts +0 -1
  383. package/dist/templates/tailwind/wizardHeader/form.ejs.d.ts +0 -1
  384. package/dist/templates/tailwind/wizardHeaderClassic/form.ejs.d.ts +0 -1
  385. package/dist/templates/tailwind/wizardHeaderVertical/form.ejs.d.ts +0 -1
  386. package/dist/templates/tailwind/wizardNav/form.ejs.d.ts +0 -1
  387. package/gulpfile.js +0 -25
  388. package/src/templates/tailwind/address/form.ejs.js +0 -58
  389. package/src/templates/tailwind/address/html.ejs.js +0 -13
  390. package/src/templates/tailwind/alert/form.ejs.js +0 -24
  391. package/src/templates/tailwind/alert/index.js +0 -3
  392. package/src/templates/tailwind/builder/form.ejs.js +0 -9
  393. package/src/templates/tailwind/builderComponent/form.ejs.js +0 -24
  394. package/src/templates/tailwind/builderComponents/form.ejs.js +0 -11
  395. package/src/templates/tailwind/builderEditForm/form.ejs.js +0 -50
  396. package/src/templates/tailwind/builderPlaceholder/form.ejs.js +0 -9
  397. package/src/templates/tailwind/builderSidebar/form.ejs.js +0 -16
  398. package/src/templates/tailwind/builderSidebarGroup/form.ejs.js +0 -60
  399. package/src/templates/tailwind/builderWizard/form.ejs.js +0 -30
  400. package/src/templates/tailwind/button/form.ejs.js +0 -52
  401. package/src/templates/tailwind/button/html.ejs.js +0 -5
  402. package/src/templates/tailwind/checkbox/form.ejs.js +0 -50
  403. package/src/templates/tailwind/checkbox/html.ejs.js +0 -22
  404. package/src/templates/tailwind/columns/form.ejs.js +0 -30
  405. package/src/templates/tailwind/component/form.ejs.js +0 -22
  406. package/src/templates/tailwind/componentModal/form.ejs.js +0 -44
  407. package/src/templates/tailwind/components/form.ejs.js +0 -7
  408. package/src/templates/tailwind/container/form.ejs.js +0 -9
  409. package/src/templates/tailwind/datagrid/form.ejs.js +0 -144
  410. package/src/templates/tailwind/datagrid/html.ejs.js +0 -46
  411. package/src/templates/tailwind/day/form.ejs.js +0 -98
  412. package/src/templates/tailwind/dialog/form.ejs.js +0 -5
  413. package/src/templates/tailwind/editgrid/form.ejs.js +0 -62
  414. package/src/templates/tailwind/editgrid/html.ejs.js +0 -52
  415. package/src/templates/tailwind/editgridTable/form.ejs.js +0 -66
  416. package/src/templates/tailwind/editgridTable/html.ejs.js +0 -56
  417. package/src/templates/tailwind/errorsList/form.ejs.js +0 -22
  418. package/src/templates/tailwind/field/align.ejs.js +0 -38
  419. package/src/templates/tailwind/field/form.ejs.js +0 -36
  420. package/src/templates/tailwind/fieldset/form.ejs.js +0 -30
  421. package/src/templates/tailwind/file/form.ejs.js +0 -224
  422. package/src/templates/tailwind/html/form.ejs.js +0 -25
  423. package/src/templates/tailwind/icon/form.ejs.js +0 -13
  424. package/src/templates/tailwind/input/form.ejs.js +0 -108
  425. package/src/templates/tailwind/input/html.ejs.js +0 -13
  426. package/src/templates/tailwind/label/form.ejs.js +0 -32
  427. package/src/templates/tailwind/loader/form.ejs.js +0 -5
  428. package/src/templates/tailwind/loading/form.ejs.js +0 -7
  429. package/src/templates/tailwind/map/form.ejs.js +0 -7
  430. package/src/templates/tailwind/message/form.ejs.js +0 -13
  431. package/src/templates/tailwind/modalPreview/form.ejs.js +0 -21
  432. package/src/templates/tailwind/modaldialog/form.ejs.js +0 -7
  433. package/src/templates/tailwind/modaledit/form.ejs.js +0 -9
  434. package/src/templates/tailwind/multiValueRow/form.ejs.js +0 -14
  435. package/src/templates/tailwind/multiValueTable/form.ejs.js +0 -16
  436. package/src/templates/tailwind/multipleMasksInput/form.ejs.js +0 -30
  437. package/src/templates/tailwind/panel/form.ejs.js +0 -58
  438. package/src/templates/tailwind/pdf/form.ejs.js +0 -13
  439. package/src/templates/tailwind/pdfBuilder/form.ejs.js +0 -9
  440. package/src/templates/tailwind/pdfBuilderUpload/form.ejs.js +0 -13
  441. package/src/templates/tailwind/radio/form.ejs.js +0 -84
  442. package/src/templates/tailwind/radio/html.ejs.js +0 -10
  443. package/src/templates/tailwind/resourceAdd/form.ejs.js +0 -11
  444. package/src/templates/tailwind/select/form.ejs.js +0 -46
  445. package/src/templates/tailwind/select/html.ejs.js +0 -13
  446. package/src/templates/tailwind/selectOption/form.ejs.js +0 -20
  447. package/src/templates/tailwind/selectOption/html.ejs.js +0 -11
  448. package/src/templates/tailwind/signature/form.ejs.js +0 -30
  449. package/src/templates/tailwind/signature/html.ejs.js +0 -5
  450. package/src/templates/tailwind/survey/form.ejs.js +0 -52
  451. package/src/templates/tailwind/survey/html.ejs.js +0 -22
  452. package/src/templates/tailwind/tab/flat.ejs.js +0 -16
  453. package/src/templates/tailwind/tab/form.ejs.js +0 -38
  454. package/src/templates/tailwind/table/form.ejs.js +0 -48
  455. package/src/templates/tailwind/tableComponents/form.ejs.js +0 -12
  456. package/src/templates/tailwind/tree/form.ejs.js +0 -32
  457. package/src/templates/tailwind/tree/partials/edit.ejs.js +0 -16
  458. package/src/templates/tailwind/tree/partials/view.ejs.js +0 -34
  459. package/src/templates/tailwind/webform/builder.ejs.js +0 -7
  460. package/src/templates/tailwind/webform/form.ejs.js +0 -9
  461. package/src/templates/tailwind/well/form.ejs.js +0 -9
  462. package/src/templates/tailwind/wizard/builder.ejs.js +0 -7
  463. package/src/templates/tailwind/wizard/form.ejs.js +0 -42
  464. package/src/templates/tailwind/wizardHeader/form.ejs.js +0 -32
  465. package/src/templates/tailwind/wizardHeaderClassic/form.ejs.js +0 -26
  466. package/src/templates/tailwind/wizardHeaderVertical/form.ejs.js +0 -28
  467. package/src/templates/tailwind/wizardNav/form.ejs.js +0 -64
@@ -1,62 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '', __j = Array.prototype.join;
3
- function print() { __p += __j.call(arguments, '') }
4
- __p += '<ul class="editgrid-listgroup list-group\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 ';
13
- if (ctx.header) { ;
14
- __p += '\n <li class="list-group-item list-group-header">\n ' +
15
- ((__t = (ctx.header)) == null ? '' : __t) +
16
- '\n </li>\n ';
17
- } ;
18
- __p += '\n ';
19
- ctx.rows.forEach(function(row, rowIndex) { ;
20
- __p += '\n <li class="list-group-item" ref="' +
21
- ((__t = (ctx.ref.row)) == null ? '' : __t) +
22
- '">\n ' +
23
- ((__t = (row)) == null ? '' : __t) +
24
- '\n ';
25
- if (ctx.openRows[rowIndex] && !ctx.readOnly) { ;
26
- __p += '\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' +
27
- ((__t = (ctx.ref.saveRow)) == null ? '' : __t) +
28
- '">' +
29
- ((__t = (ctx.t(ctx.component.saveRow || 'Save', { _userInput: true }))) == null ? '' : __t) +
30
- '</button>\n ';
31
- if (ctx.component.removeRow) { ;
32
- __p += '\n <button class="btn btn-danger" ref="' +
33
- ((__t = (ctx.ref.cancelRow)) == null ? '' : __t) +
34
- '">' +
35
- ((__t = (ctx.t(ctx.component.removeRow || 'Cancel', { _userInput: true }))) == null ? '' : __t) +
36
- '</button>\n ';
37
- } ;
38
- __p += '\n </div>\n ';
39
- } ;
40
- __p += '\n <div class="has-error">\n <div class="editgrid-row-error help-block">\n ' +
41
- ((__t = (ctx.errors[rowIndex])) == null ? '' : __t) +
42
- '\n </div>\n </div>\n </li>\n ';
43
- }) ;
44
- __p += '\n ';
45
- if (ctx.footer) { ;
46
- __p += '\n <li class="list-group-item list-group-footer">\n ' +
47
- ((__t = (ctx.footer)) == null ? '' : __t) +
48
- '\n </li>\n ';
49
- } ;
50
- __p += '\n</ul>\n';
51
- if (!ctx.readOnly && ctx.hasAddButton) { ;
52
- __p += '\n<button class="btn btn-primary" ref="' +
53
- ((__t = (ctx.ref.addRow)) == null ? '' : __t) +
54
- '">\n <i class="' +
55
- ((__t = (ctx.iconClass('plus'))) == null ? '' : __t) +
56
- '"></i> ' +
57
- ((__t = (ctx.t(ctx.component.addAnother || 'Add Another', { _userInput: true }))) == null ? '' : __t) +
58
- '\n</button>\n';
59
- } ;
60
- __p += '\n';
61
- return __p
62
- }
@@ -1,52 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '', __j = Array.prototype.join;
3
- function print() { __p += __j.call(arguments, '') }
4
- __p += '<ul class="editgrid-listgroup list-group\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 ';
13
- if (ctx.header) { ;
14
- __p += '\n <li class="list-group-item list-group-header">\n ' +
15
- ((__t = (ctx.header)) == null ? '' : __t) +
16
- '\n </li>\n ';
17
- } ;
18
- __p += '\n ';
19
- ctx.rows.forEach(function(row, rowIndex) { ;
20
- __p += '\n <li class="list-group-item" ref="' +
21
- ((__t = (ctx.ref.row)) == null ? '' : __t) +
22
- '">\n ' +
23
- ((__t = (row)) == null ? '' : __t) +
24
- '\n ';
25
- if (ctx.openRows[rowIndex] && !ctx.readOnly) { ;
26
- __p += '\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' +
27
- ((__t = (ctx.ref.saveRow)) == null ? '' : __t) +
28
- '">' +
29
- ((__t = (ctx.t(ctx.component.saveRow || 'Save', { _userInput: true }))) == null ? '' : __t) +
30
- '</button>\n ';
31
- if (ctx.component.removeRow) { ;
32
- __p += '\n <button class="btn btn-danger" ref="' +
33
- ((__t = (ctx.ref.cancelRow)) == null ? '' : __t) +
34
- '">' +
35
- ((__t = (ctx.t(ctx.component.removeRow || 'Cancel', { _userInput: true }))) == null ? '' : __t) +
36
- '</button>\n ';
37
- } ;
38
- __p += '\n </div>\n ';
39
- } ;
40
- __p += '\n <div class="has-error">\n <div class="editgrid-row-error help-block">\n ' +
41
- ((__t = (ctx.errors[rowIndex])) == null ? '' : __t) +
42
- '\n </div>\n </div>\n </li>\n ';
43
- }) ;
44
- __p += '\n ';
45
- if (ctx.footer) { ;
46
- __p += '\n <li class="list-group-item list-group-footer">\n ' +
47
- ((__t = (ctx.footer)) == null ? '' : __t) +
48
- '\n </li>\n ';
49
- } ;
50
- __p += '\n</ul>\n';
51
- return __p
52
- }
@@ -1,66 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '', __j = Array.prototype.join;
3
- function print() { __p += __j.call(arguments, '') }
4
- __p += '<div class="editgrid-table-container">\n <div class="table-responsive">\n <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 ';
13
- if (ctx.header) { ;
14
- __p += '\n <thead class="editgrid-table-head">\n ' +
15
- ((__t = (ctx.header)) == null ? '' : __t) +
16
- '\n </thead>\n ';
17
- } ;
18
- __p += '\n <tbody class="editgrid-table-body">\n ';
19
- ctx.rows.forEach(function(row, rowIndex) { ;
20
- __p += '\n <tr ref="' +
21
- ((__t = (ctx.ref.row)) == null ? '' : __t) +
22
- '">\n ' +
23
- ((__t = (row)) == null ? '' : __t) +
24
- '\n ';
25
- if (ctx.openRows[rowIndex] && !ctx.readOnly) { ;
26
- __p += '\n <td class="editgrid-table-column">\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' +
27
- ((__t = (ctx.ref.saveRow)) == null ? '' : __t) +
28
- '">' +
29
- ((__t = (ctx.t(ctx.component.saveRow || 'Save', { _userInput: true }))) == null ? '' : __t) +
30
- '</button>\n ';
31
- if (ctx.component.removeRow) { ;
32
- __p += '\n <button class="btn btn-danger" ref="' +
33
- ((__t = (ctx.ref.cancelRow)) == null ? '' : __t) +
34
- '">' +
35
- ((__t = (ctx.t(ctx.component.removeRow || 'Cancel', { _userInput: true }))) == null ? '' : __t) +
36
- '</button>\n ';
37
- } ;
38
- __p += '\n </div>\n </td>\n ';
39
- } ;
40
- __p += '\n ';
41
- if (ctx.errors[rowIndex]) { ;
42
- __p += '\n <td class="editgrid-table-column">\n <div class="has-error">\n <div class="editgrid-row-error help-block">\n ' +
43
- ((__t = (ctx.errors[rowIndex])) == null ? '' : __t) +
44
- '\n </div>\n </div>\n </td>\n ';
45
- } ;
46
- __p += '\n </tr>\n ';
47
- }) ;
48
- __p += '\n </tbody>\n ';
49
- if (ctx.footer) { ;
50
- __p += '\n <tfoot>\n <tr>\n ' +
51
- ((__t = (ctx.footer)) == null ? '' : __t) +
52
- '\n </tr>\n <tfoot>\n ';
53
- } ;
54
- __p += '\n </table>\n </div>\n</div>\n';
55
- if (!ctx.readOnly && ctx.hasAddButton) { ;
56
- __p += '\n<button class="btn btn-primary" ref="' +
57
- ((__t = (ctx.ref.addRow)) == null ? '' : __t) +
58
- '">\n <i class="' +
59
- ((__t = (ctx.iconClass('plus'))) == null ? '' : __t) +
60
- '"></i>\n ' +
61
- ((__t = (ctx.t(ctx.component.addAnother || 'Add Another', { _userInput: true }))) == null ? '' : __t) +
62
- '\n</button>\n';
63
- } ;
64
- __p += '\n';
65
- return __p
66
- }
@@ -1,56 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '', __j = Array.prototype.join;
3
- function print() { __p += __j.call(arguments, '') }
4
- __p += '<div class="editgrid-table-container">\n <div class="table-responsive">\n <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 ';
13
- if (ctx.header) { ;
14
- __p += '\n <thead class="editgrid-table-head">\n ' +
15
- ((__t = (ctx.header)) == null ? '' : __t) +
16
- '\n </thead>\n ';
17
- } ;
18
- __p += '\n <tbody class="editgrid-table-body">\n ';
19
- ctx.rows.forEach(function(row, rowIndex) { ;
20
- __p += '\n <tr ref="' +
21
- ((__t = (ctx.ref.row)) == null ? '' : __t) +
22
- '">\n ' +
23
- ((__t = (row)) == null ? '' : __t) +
24
- '\n ';
25
- if (ctx.openRows[rowIndex] && !ctx.readOnly) { ;
26
- __p += '\n <td class="editgrid-table-column">\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' +
27
- ((__t = (ctx.ref.saveRow)) == null ? '' : __t) +
28
- '">' +
29
- ((__t = (ctx.t(ctx.component.saveRow || 'Save', { _userInput: true }))) == null ? '' : __t) +
30
- '</button>\n ';
31
- if (ctx.component.removeRow) { ;
32
- __p += '\n <button class="btn btn-danger" ref="' +
33
- ((__t = (ctx.ref.cancelRow)) == null ? '' : __t) +
34
- '">' +
35
- ((__t = (ctx.t(ctx.component.removeRow || 'Cancel', { _userInput: true }))) == null ? '' : __t) +
36
- '</button>\n ';
37
- } ;
38
- __p += '\n </div>\n </td>\n ';
39
- } ;
40
- __p += '\n ';
41
- if (ctx.errors[rowIndex]) { ;
42
- __p += '\n <td class="editgrid-table-column">\n <div class="has-error">\n <div class="editgrid-row-error help-block">\n ' +
43
- ((__t = (ctx.errors[rowIndex])) == null ? '' : __t) +
44
- '\n </div>\n </div>\n </td>\n ';
45
- } ;
46
- __p += '\n </tr>\n ';
47
- }) ;
48
- __p += '\n </tbody>\n ';
49
- if (ctx.footer) { ;
50
- __p += '\n <tfoot>\n <tr>\n ' +
51
- ((__t = (ctx.footer)) == null ? '' : __t) +
52
- '\n </tr>\n <tfoot>\n ';
53
- } ;
54
- __p += '\n </table>\n </div>\n</div>\n';
55
- return __p
56
- }
@@ -1,22 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '', __j = Array.prototype.join;
3
- function print() { __p += __j.call(arguments, '') }
4
- __p += '<p>' +
5
- ((__t = (ctx.t('error'))) == null ? '' : __t) +
6
- '\n ';
7
- if (ctx.options.vpat) { ;
8
- __p += '\n <span ref="errorTooltip" class="' +
9
- ((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
10
- '" tabindex="0"></span>\n ';
11
- } ;
12
- __p += '\n</p>\n<ul>\n ';
13
- ctx.errors.forEach(function(err) { ;
14
- __p += '\n <li>\n <span\n data-component-key = "' +
15
- ((__t = (err.keyOrPath)) == null ? '' : __t) +
16
- '"\n ref = "errorRef"\n tabIndex = "0"\n role="link"\n >\n ' +
17
- ((__t = (err.message)) == null ? '' : __t) +
18
- '\n </span>\n </li>\n ';
19
- }) ;
20
- __p += '\n</ul>\n';
21
- return __p
22
- }
@@ -1,38 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '', __j = Array.prototype.join;
3
- function print() { __p += __j.call(arguments, '') }
4
- __p += '<div class="field-wrapper\n ' +
5
- ((__t = (ctx.isRightPosition ? 'field-wrapper--reverse' : '')) == null ? '' : __t) +
6
- '">\n ';
7
- if (!ctx.label.hidden) { ;
8
- __p += '\n <div class="field-label\n ' +
9
- ((__t = (ctx.isRightAlign ? 'field-label--right' : '')) == null ? '' : __t) +
10
- '"\n style="' +
11
- ((__t = (ctx.labelStyles)) == null ? '' : __t) +
12
- '">\n ' +
13
- ((__t = ( ctx.labelMarkup )) == null ? '' : __t) +
14
- '\n </div>\n ';
15
- } ;
16
- __p += '\n\n ';
17
- if (ctx.label.hidden && ctx.label.className && ctx.component.validate.required) { ;
18
- __p += '\n <div class="field-label\n ' +
19
- ((__t = (ctx.isRightAlign ? 'field-label--right' : '')) == null ? '' : __t) +
20
- '"\n style="' +
21
- ((__t = (ctx.labelStyles)) == null ? '' : __t) +
22
- '">\n <label class="' +
23
- ((__t = (ctx.label.className)) == null ? '' : __t) +
24
- '"></label>\n </div>\n ';
25
- } ;
26
- __p += '\n\n <div class="field-content" style="' +
27
- ((__t = (ctx.contentStyles)) == null ? '' : __t) +
28
- '">\n ' +
29
- ((__t = (ctx.element)) == null ? '' : __t) +
30
- '\n </div>\n</div>\n\n';
31
- if (ctx.component.description) { ;
32
- __p += '\n <div class="form-text text-muted">' +
33
- ((__t = (ctx.t(ctx.component.description, { _userInput: true }))) == null ? '' : __t) +
34
- '</div>\n';
35
- } ;
36
- __p += '\n';
37
- return __p
38
- }
@@ -1,36 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '', __j = Array.prototype.join;
3
- function print() { __p += __j.call(arguments, '') }
4
-
5
- if (!ctx.label.hidden && ctx.label.labelPosition !== 'bottom') { ;
6
- __p += '\n ' +
7
- ((__t = ( ctx.labelMarkup )) == null ? '' : __t) +
8
- '\n';
9
- } ;
10
- __p += '\n\n';
11
- if (ctx.label.hidden && ctx.label.className && ctx.component.validate.required) { ;
12
- __p += '\n <label class="' +
13
- ((__t = (ctx.label.className)) == null ? '' : __t) +
14
- '"></label>\n';
15
- } ;
16
- __p += '\n\n' +
17
- ((__t = (ctx.element)) == null ? '' : __t) +
18
- '\n\n';
19
- if (!ctx.label.hidden && ctx.label.labelPosition === 'bottom') { ;
20
- __p += '\n ' +
21
- ((__t = ( ctx.labelMarkup )) == null ? '' : __t) +
22
- '\n';
23
- } ;
24
- __p += '\n';
25
- if (ctx.component.description) { ;
26
- __p += '\n <div id="d-' +
27
- ((__t = (ctx.instance.id)) == null ? '' : __t) +
28
- '-' +
29
- ((__t = (ctx.component.key)) == null ? '' : __t) +
30
- '" class="form-text text-muted">' +
31
- ((__t = (ctx.t(ctx.component.description, { _userInput: true }))) == null ? '' : __t) +
32
- '</div>\n';
33
- } ;
34
- __p += '\n';
35
- return __p
36
- }
@@ -1,30 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '', __j = Array.prototype.join;
3
- function print() { __p += __j.call(arguments, '') }
4
- __p += '<fieldset>\n ';
5
- if (ctx.component.legend) { ;
6
- __p += '\n <legend ref="header" class="' +
7
- ((__t = (ctx.component.collapsible ? 'formio-clickable' : '')) == null ? '' : __t) +
8
- '">\n ' +
9
- ((__t = (ctx.t(ctx.component.legend, { _userInput: true }))) == null ? '' : __t) +
10
- '\n ';
11
- if (ctx.component.tooltip) { ;
12
- __p += '\n <i ref="tooltip" tabindex="0" class="' +
13
- ((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
14
- ' text-muted" data-tooltip="' +
15
- ((__t = (ctx.component.tooltip)) == null ? '' : __t) +
16
- '"></i>\n ';
17
- } ;
18
- __p += '\n </legend>\n ';
19
- } ;
20
- __p += '\n ';
21
- if (!ctx.collapsed) { ;
22
- __p += '\n <div class="fieldset-body" ref="' +
23
- ((__t = (ctx.nestedKey)) == null ? '' : __t) +
24
- '">\n ' +
25
- ((__t = (ctx.children)) == null ? '' : __t) +
26
- '\n </div>\n ';
27
- } ;
28
- __p += '\n</fieldset>\n\n';
29
- return __p
30
- }
@@ -1,224 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '', __j = Array.prototype.join;
3
- function print() { __p += __j.call(arguments, '') }
4
-
5
- if (ctx.options.vpat) { ;
6
- __p += '\n <span tabindex="-1" class="sr-only" id="invisible-' +
7
- ((__t = (ctx.instance.id)) == null ? '' : __t) +
8
- '-' +
9
- ((__t = (ctx.component.key)) == null ? '' : __t) +
10
- '"></span>\n';
11
- } ;
12
- __p += '\n';
13
- if (!ctx.self.imageUpload) { ;
14
- __p += '\n ';
15
- if (ctx.options.vpat) { ;
16
- __p += '\n <div>' +
17
- ((__t = ((!ctx.component.filePattern || ctx.component.filePattern === '*') ? 'Any file types are allowed' : ctx.t('Allowed file types: ') + ctx.component.filePattern)) == null ? '' : __t) +
18
- '</div>\n ';
19
- } ;
20
- __p += '\n <ul class="list-group list-group-striped">\n <li class="list-group-item list-group-header hidden-xs hidden-sm">\n <div class="grid grid-cols-12 gap-4">\n ';
21
- if (!ctx.disabled) { ;
22
- __p += '\n <div class="md:col-span-1"></div>\n ';
23
- } ;
24
- __p += '\n <div class="md:col-span-';
25
- if (ctx.self.hasTypes) { ;
26
- __p += '7';
27
- } else { ;
28
- __p += '9';
29
- } ;
30
- __p += '"><strong>' +
31
- ((__t = (ctx.t('File Name'))) == null ? '' : __t) +
32
- '</strong></div>\n <div class="md:col-span-2"><strong>' +
33
- ((__t = (ctx.t('Size'))) == null ? '' : __t) +
34
- '</strong></div>\n ';
35
- if (ctx.self.hasTypes) { ;
36
- __p += '\n <div class="md:col-span-2"><strong>' +
37
- ((__t = (ctx.t('Type'))) == null ? '' : __t) +
38
- '</strong></div>\n ';
39
- } ;
40
- __p += '\n </div>\n </li>\n ';
41
- ctx.files.forEach(function(file) { ;
42
- __p += '\n <li class="list-group-item">\n <div class="grid grid-cols-12 gap-4">\n ';
43
- if (!ctx.disabled) { ;
44
- __p += '\n <div class="md:col-span-1"><i tabindex="0" class="' +
45
- ((__t = (ctx.iconClass('remove'))) == null ? '' : __t) +
46
- '" ref="removeLink"></i></div>\n ';
47
- } ;
48
- __p += '\n <div class="md:col-span-';
49
- if (ctx.self.hasTypes) { ;
50
- __p += '7';
51
- } else { ;
52
- __p += '9';
53
- } ;
54
- __p += '">\n ';
55
- if (ctx.component.uploadOnly) { ;
56
- __p += '\n ' +
57
- ((__t = (file.originalName || file.name)) == null ? '' : __t) +
58
- '\n ';
59
- } else { ;
60
- __p += '\n <a href="' +
61
- ((__t = (file.url || '#')) == null ? '' : __t) +
62
- '" target="_blank" ref="fileLink">\n <span class="sr-only">' +
63
- ((__t = (ctx.t('Press to open '))) == null ? '' : __t) +
64
- '</span>' +
65
- ((__t = (file.originalName || file.name)) == null ? '' : __t) +
66
- '\n </a>\n ';
67
- } ;
68
- __p += '\n </div>\n <div class="md:col-span-2">' +
69
- ((__t = (ctx.fileSize(file.size))) == null ? '' : __t) +
70
- '</div>\n ';
71
- if (ctx.self.hasTypes && !ctx.disabled) { ;
72
- __p += '\n <div class="md:col-span-2">\n <select class="file-type" ref="fileType">\n ';
73
- ctx.component.fileTypes.map(function(type) { ;
74
- __p += '\n <option class="test" value="' +
75
- ((__t = ( type.value )) == null ? '' : __t) +
76
- '" ';
77
- if (type.label === file.fileType) { ;
78
- __p += 'selected="selected"';
79
- } ;
80
- __p += '>' +
81
- ((__t = (ctx.t(type.label))) == null ? '' : __t) +
82
- '</option>\n ';
83
- }); ;
84
- __p += '\n </select>\n </div>\n ';
85
- } ;
86
- __p += '\n ';
87
- if (ctx.self.hasTypes && ctx.disabled) { ;
88
- __p += '\n <div class="md:col-span-2">' +
89
- ((__t = (file.fileType)) == null ? '' : __t) +
90
- '</div>\n ';
91
- } ;
92
- __p += '\n </div>\n </li>\n ';
93
- }) ;
94
- __p += '\n </ul>\n';
95
- } else { ;
96
- __p += '\n <div>\n ';
97
- ctx.files.forEach(function(file) { ;
98
- __p += '\n <div>\n <span>\n <img ref="fileImage" src="" alt="' +
99
- ((__t = (file.originalName || file.name)) == null ? '' : __t) +
100
- '" style="width:' +
101
- ((__t = (ctx.component.imageSize)) == null ? '' : __t) +
102
- 'px">\n ';
103
- if (!ctx.disabled) { ;
104
- __p += '\n <i tabindex="0" class="' +
105
- ((__t = (ctx.iconClass('remove'))) == null ? '' : __t) +
106
- '" ref="removeLink"></i>\n ';
107
- } ;
108
- __p += '\n </span>\n </div>\n ';
109
- }) ;
110
- __p += '\n </div>\n';
111
- } ;
112
- __p += '\n';
113
- if (!ctx.disabled && (ctx.component.multiple || !ctx.files.length)) { ;
114
- __p += '\n ';
115
- if (ctx.self.useWebViewCamera) { ;
116
- __p += '\n <div class="fileSelector">\n <button class="btn btn-primary" ref="galleryButton"><i class="fa fa-book"></i> ' +
117
- ((__t = (ctx.t('Gallery'))) == null ? '' : __t) +
118
- '</button>\n <button class="btn btn-primary" ref="cameraButton"><i class="fa fa-camera"></i> ' +
119
- ((__t = (ctx.t('Camera'))) == null ? '' : __t) +
120
- '</button>\n </div>\n ';
121
- } else if (!ctx.self.cameraMode) { ;
122
- __p += '\n <div class="fileSelector" ref="fileDrop" ' +
123
- ((__t = (ctx.fileDropHidden ?'hidden' : '')) == null ? '' : __t) +
124
- '>\n <i class="' +
125
- ((__t = (ctx.iconClass('cloud-upload'))) == null ? '' : __t) +
126
- '"></i> ' +
127
- ((__t = (ctx.t('Drop files to attach,'))) == null ? '' : __t) +
128
- '\n ';
129
- if (ctx.self.imageUpload && ctx.component.webcam) { ;
130
- __p += '\n <a href="#" ref="toggleCameraMode"><i class="' +
131
- ((__t = (ctx.iconClass('camera'))) == null ? '' : __t) +
132
- '"></i> ' +
133
- ((__t = (ctx.t('use camera'))) == null ? '' : __t) +
134
- '</a>\n ';
135
- } ;
136
- __p += '\n ' +
137
- ((__t = (ctx.t('or'))) == null ? '' : __t) +
138
- '\n <a href="#" ref="fileBrowse" class="browse">\n ' +
139
- ((__t = (ctx.t('browse'))) == null ? '' : __t) +
140
- '\n <span class="sr-only">\n ' +
141
- ((__t = (ctx.t('Browse to attach file for ' + ctx.component.label + '. ' +
142
- (ctx.component.description ? ctx.component.description + '. ' : '') +
143
- ((!ctx.component.filePattern || ctx.component.filePattern === '*') ? 'Any file types are allowed' : ctx.t('Allowed file types: ') + ctx.component.filePattern)))) == null ? '' : __t) +
144
- '\n </span>\n </a>\n <div ref="fileProcessingLoader" class="loader-wrapper">\n <div class="loader text-center"></div>\n </div>\n </div>\n ';
145
- } else { ;
146
- __p += '\n <div class="video-container">\n <video class="video" autoplay="true" ref="videoPlayer" tabindex="-1"></video>\n </div>\n <button class="btn btn-primary" ref="takePictureButton"><i class="fa fa-camera"></i> ' +
147
- ((__t = (ctx.t('Take Picture'))) == null ? '' : __t) +
148
- '</button>\n <button class="btn btn-primary" ref="toggleCameraMode">' +
149
- ((__t = (ctx.t('Switch to file upload'))) == null ? '' : __t) +
150
- '</button>\n ';
151
- } ;
152
- __p += '\n';
153
- } ;
154
- __p += '\n';
155
- ctx.statuses.forEach(function(status) { ;
156
- __p += '\n <div class="file ' +
157
- ((__t = (ctx.statuses.status === 'error' ? ' has-error' : '')) == null ? '' : __t) +
158
- '">\n <div class="grid grid-cols-12 gap-4">\n <div class="fileName col-form-label sm:col-span-10">' +
159
- ((__t = (status.originalName)) == null ? '' : __t) +
160
- '\n <i class="' +
161
- ((__t = (ctx.iconClass('remove'))) == null ? '' : __t) +
162
- '" ref="fileStatusRemove">\n <span class="sr-only">' +
163
- ((__t = (ctx.t('Remove button. Press to remove ' + status.originalName || status.name + '.'))) == null ? '' : __t) +
164
- '</span>\n <span class="sr-only">' +
165
- ((__t = (status.message ? status.message.replace(';', '.') : '')) == null ? '' : __t) +
166
- '</span>\n </i>\n </div>\n <div class="fileSize col-form-label sm:col-span-2 text-right">' +
167
- ((__t = (ctx.fileSize(status.size))) == null ? '' : __t) +
168
- '</div>\n </div>\n <div class="grid grid-cols-12 gap-4">\n <div class="sm:col-span-12">\n ';
169
- if (status.status === 'progress') { ;
170
- __p += '\n <div class="progress">\n <div class="progress-bar" role="progressbar" aria-valuenow="' +
171
- ((__t = (status.progress)) == null ? '' : __t) +
172
- '" aria-valuemin="0" aria-valuemax="100" style="width: ' +
173
- ((__t = (status.progress)) == null ? '' : __t) +
174
- '%">\n <span class="sr-only">' +
175
- ((__t = (status.progress)) == null ? '' : __t) +
176
- '% ' +
177
- ((__t = (ctx.t('Complete'))) == null ? '' : __t) +
178
- '</span>\n </div>\n </div>\n ';
179
- } else if (status.status === 'error') { ;
180
- __p += '\n <div class="alert alert-danger bg-' +
181
- ((__t = (status.status)) == null ? '' : __t) +
182
- '">' +
183
- ((__t = (ctx.t(status.message))) == null ? '' : __t) +
184
- '</div>\n ';
185
- } else { ;
186
- __p += '\n <div class="bg-' +
187
- ((__t = (status.status)) == null ? '' : __t) +
188
- '">' +
189
- ((__t = (ctx.t(status.message))) == null ? '' : __t) +
190
- '</div>\n ';
191
- } ;
192
- __p += '\n </div>\n </div>\n </div>\n';
193
- }) ;
194
- __p += '\n';
195
- if (!ctx.component.storage || ctx.support.hasWarning) { ;
196
- __p += '\n <div class="alert alert-warning">\n ';
197
- if (!ctx.component.storage) { ;
198
- __p += '\n <p>' +
199
- ((__t = (ctx.t('No storage has been set for this field. File uploads are disabled until storage is set up.'))) == null ? '' : __t) +
200
- '</p>\n ';
201
- } ;
202
- __p += '\n ';
203
- if (!ctx.support.filereader) { ;
204
- __p += '\n <p>' +
205
- ((__t = (ctx.t('File API & FileReader API not supported.'))) == null ? '' : __t) +
206
- '</p>\n ';
207
- } ;
208
- __p += '\n ';
209
- if (!ctx.support.formdata) { ;
210
- __p += '\n <p>' +
211
- ((__t = (ctx.t("XHR2's FormData is not supported."))) == null ? '' : __t) +
212
- '</p>\n ';
213
- } ;
214
- __p += '\n ';
215
- if (!ctx.support.progress) { ;
216
- __p += '\n <p>' +
217
- ((__t = (ctx.t("XHR2's upload progress isn't supported."))) == null ? '' : __t) +
218
- '</p>\n ';
219
- } ;
220
- __p += '\n </div>\n';
221
- } ;
222
- __p += '\n';
223
- return __p
224
- }
@@ -1,25 +0,0 @@
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.tag)) == null ? '' : __t) +
6
- ' class="' +
7
- ((__t = ( ctx.component.className )) == null ? '' : __t) +
8
- '" ref="html"\n ';
9
- ctx.attrs.forEach(function(attr) { ;
10
- __p += '\n ' +
11
- ((__t = (attr.attr)) == null ? '' : __t) +
12
- '="' +
13
- ((__t = (attr.value)) == null ? '' : __t) +
14
- '"\n ';
15
- }) ;
16
- __p += '\n>' +
17
- ((__t = (ctx.t(ctx.content))) == null ? '' : __t);
18
- if (!ctx.singleTags || ctx.singleTags.indexOf(ctx.tag) === -1) { ;
19
- __p += '</' +
20
- ((__t = (ctx.tag)) == null ? '' : __t) +
21
- '>';
22
- } ;
23
- __p += '\n';
24
- return __p
25
- }
@@ -1,13 +0,0 @@
1
- export default function(ctx) {
2
- var __t, __p = '';
3
- __p += '<i ref="' +
4
- ((__t = (ctx.ref)) == null ? '' : __t) +
5
- '" class="' +
6
- ((__t = (ctx.className)) == null ? '' : __t) +
7
- '" style="' +
8
- ((__t = (ctx.styles)) == null ? '' : __t) +
9
- '">' +
10
- ((__t = (ctx.content)) == null ? '' : __t) +
11
- '</i>\n';
12
- return __p
13
- }