@tsed/tailwind-formio 2.3.6 → 3.0.0-alpha.10

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 (475) 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 -2017
  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 +32 -22
  218. package/readme.md +13 -129
  219. package/src/tailwind/colors.ts +20 -0
  220. package/src/tailwind/preset.ts +163 -0
  221. package/src/templates/stories/__fixtures__/WrapperForm.jsx +103 -0
  222. package/src/templates/stories/__fixtures__/form-firstname.fixture.json +256 -0
  223. package/src/templates/stories/__fixtures__/form.fixtures.js +1840 -0
  224. package/src/templates/stories/__fixtures__/useEditForm.jsx +82 -0
  225. package/src/templates/stories/breadcrumbs.stories.jsx +2 -1
  226. package/src/templates/tailwind/address/index.ts +1 -1
  227. package/src/templates/tailwind/alert/index.ts +3 -0
  228. package/src/templates/tailwind/builder/index.ts +1 -1
  229. package/src/templates/tailwind/builderComponent/index.ts +1 -1
  230. package/src/templates/tailwind/builderComponents/index.ts +1 -1
  231. package/src/templates/tailwind/builderEditForm/form.ejs +4 -2
  232. package/src/templates/tailwind/builderEditForm/index.ts +1 -1
  233. package/src/templates/tailwind/builderPlaceholder/index.ts +1 -1
  234. package/src/templates/tailwind/builderSidebar/index.ts +1 -1
  235. package/src/templates/tailwind/builderSidebarGroup/form.ejs +1 -1
  236. package/src/templates/tailwind/builderSidebarGroup/index.ts +1 -1
  237. package/src/templates/tailwind/builderWizard/index.ts +1 -1
  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/input/index.ts +2 -2
  257. package/src/templates/tailwind/label/index.ts +1 -1
  258. package/src/templates/tailwind/loader/index.ts +1 -1
  259. package/src/templates/tailwind/loading/index.ts +1 -1
  260. package/src/templates/tailwind/map/index.ts +1 -1
  261. package/src/templates/tailwind/message/index.ts +1 -1
  262. package/src/templates/tailwind/modalPreview/index.ts +1 -1
  263. package/src/templates/tailwind/modaldialog/index.ts +1 -1
  264. package/src/templates/tailwind/modaledit/index.ts +1 -1
  265. package/src/templates/tailwind/multiValueRow/index.ts +1 -1
  266. package/src/templates/tailwind/multiValueTable/index.ts +1 -1
  267. package/src/templates/tailwind/multipleMasksInput/index.ts +1 -1
  268. package/src/templates/tailwind/panel/index.ts +1 -1
  269. package/src/templates/tailwind/pdf/index.ts +1 -1
  270. package/src/templates/tailwind/pdfBuilder/index.ts +1 -1
  271. package/src/templates/tailwind/pdfBuilderUpload/index.ts +1 -1
  272. package/src/templates/tailwind/radio/index.ts +2 -2
  273. package/src/templates/tailwind/resourceAdd/index.ts +1 -1
  274. package/src/templates/tailwind/select/index.ts +2 -2
  275. package/src/templates/tailwind/selectOption/index.ts +2 -2
  276. package/src/templates/tailwind/signature/index.ts +2 -2
  277. package/src/templates/tailwind/survey/index.ts +2 -2
  278. package/src/templates/tailwind/tab/index.ts +2 -2
  279. package/src/templates/tailwind/table/index.ts +1 -1
  280. package/src/templates/tailwind/tableComponents/index.ts +1 -1
  281. package/src/templates/tailwind/tree/index.ts +1 -1
  282. package/src/templates/tailwind/tree/partials/index.ts +2 -2
  283. package/src/templates/tailwind/webform/index.ts +2 -2
  284. package/src/templates/tailwind/well/index.ts +1 -1
  285. package/src/templates/tailwind/wizard/index.ts +2 -2
  286. package/src/templates/tailwind/wizardHeader/index.ts +1 -1
  287. package/src/templates/tailwind/wizardHeaderClassic/index.ts +1 -1
  288. package/src/templates/tailwind/wizardHeaderVertical/index.ts +1 -1
  289. package/src/templates/tailwind/wizardNav/index.ts +1 -1
  290. package/styles/badge.css +4 -4
  291. package/styles/choices.css +45 -10
  292. package/styles/form-edit.css +13 -21
  293. package/styles/form.css +7 -2
  294. package/styles/index.css +1 -0
  295. package/styles/modal.css +1 -0
  296. package/styles/react-select.css +105 -0
  297. package/styles/tables.css +20 -57
  298. package/tsconfig.app.json +11 -0
  299. package/tsconfig.json +7 -5
  300. package/tsconfig.node.json +9 -4
  301. package/vite.config.mts +86 -0
  302. package/.eslintignore +0 -14
  303. package/.eslintrc.js +0 -7
  304. package/dist/index.modern.js +0 -2020
  305. package/dist/index.modern.js.map +0 -1
  306. package/dist/templates/stories/alert.stories.d.ts +0 -17
  307. package/dist/templates/stories/badge.stories.d.ts +0 -17
  308. package/dist/templates/stories/breadcrumbs.stories.d.ts +0 -37
  309. package/dist/templates/stories/builder.stories.d.ts +0 -3057
  310. package/dist/templates/stories/pagination.stories.d.ts +0 -17
  311. package/dist/templates/stories/progress.stories.d.ts +0 -22
  312. package/dist/templates/stories/wizard.stories.d.ts +0 -3057
  313. package/dist/templates/tailwind/address/form.ejs.d.ts +0 -1
  314. package/dist/templates/tailwind/address/html.ejs.d.ts +0 -1
  315. package/dist/templates/tailwind/alert/form.ejs.d.ts +0 -1
  316. package/dist/templates/tailwind/builder/form.ejs.d.ts +0 -1
  317. package/dist/templates/tailwind/builderComponent/form.ejs.d.ts +0 -1
  318. package/dist/templates/tailwind/builderComponents/form.ejs.d.ts +0 -1
  319. package/dist/templates/tailwind/builderEditForm/form.ejs.d.ts +0 -1
  320. package/dist/templates/tailwind/builderPlaceholder/form.ejs.d.ts +0 -1
  321. package/dist/templates/tailwind/builderSidebar/form.ejs.d.ts +0 -1
  322. package/dist/templates/tailwind/builderSidebarGroup/form.ejs.d.ts +0 -1
  323. package/dist/templates/tailwind/builderWizard/form.ejs.d.ts +0 -1
  324. package/dist/templates/tailwind/button/button.stories.d.ts +0 -22
  325. package/dist/templates/tailwind/button/form.ejs.d.ts +0 -1
  326. package/dist/templates/tailwind/button/html.ejs.d.ts +0 -1
  327. package/dist/templates/tailwind/checkbox/form.ejs.d.ts +0 -1
  328. package/dist/templates/tailwind/checkbox/html.ejs.d.ts +0 -1
  329. package/dist/templates/tailwind/columns/form.ejs.d.ts +0 -1
  330. package/dist/templates/tailwind/component/form.ejs.d.ts +0 -1
  331. package/dist/templates/tailwind/componentModal/form.ejs.d.ts +0 -1
  332. package/dist/templates/tailwind/components/form.ejs.d.ts +0 -1
  333. package/dist/templates/tailwind/container/form.ejs.d.ts +0 -1
  334. package/dist/templates/tailwind/datagrid/form.ejs.d.ts +0 -1
  335. package/dist/templates/tailwind/datagrid/html.ejs.d.ts +0 -1
  336. package/dist/templates/tailwind/day/form.ejs.d.ts +0 -1
  337. package/dist/templates/tailwind/dialog/form.ejs.d.ts +0 -1
  338. package/dist/templates/tailwind/editgrid/form.ejs.d.ts +0 -1
  339. package/dist/templates/tailwind/editgrid/html.ejs.d.ts +0 -1
  340. package/dist/templates/tailwind/editgridTable/form.ejs.d.ts +0 -1
  341. package/dist/templates/tailwind/editgridTable/html.ejs.d.ts +0 -1
  342. package/dist/templates/tailwind/errorsList/form.ejs.d.ts +0 -1
  343. package/dist/templates/tailwind/field/align.ejs.d.ts +0 -1
  344. package/dist/templates/tailwind/field/form.ejs.d.ts +0 -1
  345. package/dist/templates/tailwind/fieldset/form.ejs.d.ts +0 -1
  346. package/dist/templates/tailwind/file/form.ejs.d.ts +0 -1
  347. package/dist/templates/tailwind/html/form.ejs.d.ts +0 -1
  348. package/dist/templates/tailwind/icon/form.ejs.d.ts +0 -1
  349. package/dist/templates/tailwind/input/form.ejs.d.ts +0 -1
  350. package/dist/templates/tailwind/input/html.ejs.d.ts +0 -1
  351. package/dist/templates/tailwind/label/form.ejs.d.ts +0 -1
  352. package/dist/templates/tailwind/loader/form.ejs.d.ts +0 -1
  353. package/dist/templates/tailwind/loading/form.ejs.d.ts +0 -1
  354. package/dist/templates/tailwind/map/form.ejs.d.ts +0 -1
  355. package/dist/templates/tailwind/message/form.ejs.d.ts +0 -1
  356. package/dist/templates/tailwind/modalPreview/form.ejs.d.ts +0 -1
  357. package/dist/templates/tailwind/modaldialog/form.ejs.d.ts +0 -1
  358. package/dist/templates/tailwind/modaledit/form.ejs.d.ts +0 -1
  359. package/dist/templates/tailwind/multiValueRow/form.ejs.d.ts +0 -1
  360. package/dist/templates/tailwind/multiValueTable/form.ejs.d.ts +0 -1
  361. package/dist/templates/tailwind/multipleMasksInput/form.ejs.d.ts +0 -1
  362. package/dist/templates/tailwind/panel/form.ejs.d.ts +0 -1
  363. package/dist/templates/tailwind/pdf/form.ejs.d.ts +0 -1
  364. package/dist/templates/tailwind/pdfBuilder/form.ejs.d.ts +0 -1
  365. package/dist/templates/tailwind/pdfBuilderUpload/form.ejs.d.ts +0 -1
  366. package/dist/templates/tailwind/radio/form.ejs.d.ts +0 -1
  367. package/dist/templates/tailwind/radio/html.ejs.d.ts +0 -1
  368. package/dist/templates/tailwind/resourceAdd/form.ejs.d.ts +0 -1
  369. package/dist/templates/tailwind/select/form.ejs.d.ts +0 -1
  370. package/dist/templates/tailwind/select/html.ejs.d.ts +0 -1
  371. package/dist/templates/tailwind/selectOption/form.ejs.d.ts +0 -1
  372. package/dist/templates/tailwind/selectOption/html.ejs.d.ts +0 -1
  373. package/dist/templates/tailwind/signature/form.ejs.d.ts +0 -1
  374. package/dist/templates/tailwind/signature/html.ejs.d.ts +0 -1
  375. package/dist/templates/tailwind/survey/form.ejs.d.ts +0 -1
  376. package/dist/templates/tailwind/survey/html.ejs.d.ts +0 -1
  377. package/dist/templates/tailwind/tab/flat.ejs.d.ts +0 -1
  378. package/dist/templates/tailwind/tab/form.ejs.d.ts +0 -1
  379. package/dist/templates/tailwind/table/form.ejs.d.ts +0 -1
  380. package/dist/templates/tailwind/tableComponents/form.ejs.d.ts +0 -1
  381. package/dist/templates/tailwind/tree/form.ejs.d.ts +0 -1
  382. package/dist/templates/tailwind/tree/partials/edit.ejs.d.ts +0 -1
  383. package/dist/templates/tailwind/tree/partials/view.ejs.d.ts +0 -1
  384. package/dist/templates/tailwind/webform/builder.ejs.d.ts +0 -1
  385. package/dist/templates/tailwind/webform/form.ejs.d.ts +0 -1
  386. package/dist/templates/tailwind/well/form.ejs.d.ts +0 -1
  387. package/dist/templates/tailwind/wizard/builder.ejs.d.ts +0 -1
  388. package/dist/templates/tailwind/wizard/form.ejs.d.ts +0 -1
  389. package/dist/templates/tailwind/wizardHeader/form.ejs.d.ts +0 -1
  390. package/dist/templates/tailwind/wizardHeaderClassic/form.ejs.d.ts +0 -1
  391. package/dist/templates/tailwind/wizardHeaderVertical/form.ejs.d.ts +0 -1
  392. package/dist/templates/tailwind/wizardNav/form.ejs.d.ts +0 -1
  393. package/gulpfile.js +0 -25
  394. package/src/templates/stories/builder.stories.jsx +0 -1917
  395. package/src/templates/stories/wizard.stories.jsx +0 -1917
  396. package/src/templates/tailwind/address/form.ejs.js +0 -58
  397. package/src/templates/tailwind/address/html.ejs.js +0 -13
  398. package/src/templates/tailwind/alert/form.ejs.js +0 -24
  399. package/src/templates/tailwind/alert/index.js +0 -3
  400. package/src/templates/tailwind/builder/form.ejs.js +0 -9
  401. package/src/templates/tailwind/builderComponent/form.ejs.js +0 -24
  402. package/src/templates/tailwind/builderComponents/form.ejs.js +0 -11
  403. package/src/templates/tailwind/builderEditForm/form.ejs.js +0 -50
  404. package/src/templates/tailwind/builderPlaceholder/form.ejs.js +0 -9
  405. package/src/templates/tailwind/builderSidebar/form.ejs.js +0 -16
  406. package/src/templates/tailwind/builderSidebarGroup/form.ejs.js +0 -60
  407. package/src/templates/tailwind/builderWizard/form.ejs.js +0 -30
  408. package/src/templates/tailwind/button/form.ejs.js +0 -52
  409. package/src/templates/tailwind/button/html.ejs.js +0 -5
  410. package/src/templates/tailwind/checkbox/form.ejs.js +0 -50
  411. package/src/templates/tailwind/checkbox/html.ejs.js +0 -22
  412. package/src/templates/tailwind/columns/form.ejs.js +0 -30
  413. package/src/templates/tailwind/component/form.ejs.js +0 -22
  414. package/src/templates/tailwind/componentModal/form.ejs.js +0 -44
  415. package/src/templates/tailwind/components/form.ejs.js +0 -7
  416. package/src/templates/tailwind/container/form.ejs.js +0 -9
  417. package/src/templates/tailwind/datagrid/form.ejs.js +0 -144
  418. package/src/templates/tailwind/datagrid/html.ejs.js +0 -46
  419. package/src/templates/tailwind/day/form.ejs.js +0 -98
  420. package/src/templates/tailwind/dialog/form.ejs.js +0 -5
  421. package/src/templates/tailwind/editgrid/form.ejs.js +0 -62
  422. package/src/templates/tailwind/editgrid/html.ejs.js +0 -52
  423. package/src/templates/tailwind/editgridTable/form.ejs.js +0 -66
  424. package/src/templates/tailwind/editgridTable/html.ejs.js +0 -56
  425. package/src/templates/tailwind/errorsList/form.ejs.js +0 -22
  426. package/src/templates/tailwind/field/align.ejs.js +0 -38
  427. package/src/templates/tailwind/field/form.ejs.js +0 -36
  428. package/src/templates/tailwind/fieldset/form.ejs.js +0 -30
  429. package/src/templates/tailwind/file/form.ejs.js +0 -224
  430. package/src/templates/tailwind/html/form.ejs.js +0 -25
  431. package/src/templates/tailwind/icon/form.ejs.js +0 -13
  432. package/src/templates/tailwind/input/form.ejs.js +0 -108
  433. package/src/templates/tailwind/input/html.ejs.js +0 -13
  434. package/src/templates/tailwind/label/form.ejs.js +0 -32
  435. package/src/templates/tailwind/loader/form.ejs.js +0 -5
  436. package/src/templates/tailwind/loading/form.ejs.js +0 -7
  437. package/src/templates/tailwind/map/form.ejs.js +0 -7
  438. package/src/templates/tailwind/message/form.ejs.js +0 -13
  439. package/src/templates/tailwind/modalPreview/form.ejs.js +0 -21
  440. package/src/templates/tailwind/modaldialog/form.ejs.js +0 -7
  441. package/src/templates/tailwind/modaledit/form.ejs.js +0 -9
  442. package/src/templates/tailwind/multiValueRow/form.ejs.js +0 -14
  443. package/src/templates/tailwind/multiValueTable/form.ejs.js +0 -16
  444. package/src/templates/tailwind/multipleMasksInput/form.ejs.js +0 -30
  445. package/src/templates/tailwind/panel/form.ejs.js +0 -58
  446. package/src/templates/tailwind/pdf/form.ejs.js +0 -13
  447. package/src/templates/tailwind/pdfBuilder/form.ejs.js +0 -9
  448. package/src/templates/tailwind/pdfBuilderUpload/form.ejs.js +0 -13
  449. package/src/templates/tailwind/radio/form.ejs.js +0 -84
  450. package/src/templates/tailwind/radio/html.ejs.js +0 -10
  451. package/src/templates/tailwind/resourceAdd/form.ejs.js +0 -11
  452. package/src/templates/tailwind/select/form.ejs.js +0 -46
  453. package/src/templates/tailwind/select/html.ejs.js +0 -13
  454. package/src/templates/tailwind/selectOption/form.ejs.js +0 -20
  455. package/src/templates/tailwind/selectOption/html.ejs.js +0 -11
  456. package/src/templates/tailwind/signature/form.ejs.js +0 -30
  457. package/src/templates/tailwind/signature/html.ejs.js +0 -5
  458. package/src/templates/tailwind/survey/form.ejs.js +0 -52
  459. package/src/templates/tailwind/survey/html.ejs.js +0 -22
  460. package/src/templates/tailwind/tab/flat.ejs.js +0 -16
  461. package/src/templates/tailwind/tab/form.ejs.js +0 -38
  462. package/src/templates/tailwind/table/form.ejs.js +0 -48
  463. package/src/templates/tailwind/tableComponents/form.ejs.js +0 -12
  464. package/src/templates/tailwind/tree/form.ejs.js +0 -32
  465. package/src/templates/tailwind/tree/partials/edit.ejs.js +0 -16
  466. package/src/templates/tailwind/tree/partials/view.ejs.js +0 -34
  467. package/src/templates/tailwind/webform/builder.ejs.js +0 -7
  468. package/src/templates/tailwind/webform/form.ejs.js +0 -9
  469. package/src/templates/tailwind/well/form.ejs.js +0 -9
  470. package/src/templates/tailwind/wizard/builder.ejs.js +0 -7
  471. package/src/templates/tailwind/wizard/form.ejs.js +0 -42
  472. package/src/templates/tailwind/wizardHeader/form.ejs.js +0 -32
  473. package/src/templates/tailwind/wizardHeaderClassic/form.ejs.js +0 -26
  474. package/src/templates/tailwind/wizardHeaderVertical/form.ejs.js +0 -28
  475. package/src/templates/tailwind/wizardNav/form.ejs.js +0 -64
@@ -0,0 +1,57 @@
1
+ const s = {
2
+ remove: "bxs-trash",
3
+ "question-sign": "bx-question-mark inline-block border-1 bg-gray-400 border-solid border-gray-400 text-white text-xxs rounded-full mx-2 mt-px",
4
+ "new-window": "bx-windows",
5
+ "minus-square-o": "bxs-minus-square",
6
+ cog: "bx-cog",
7
+ move: "bx-move",
8
+ wrench: "bx-wrench",
9
+ save: "bx-save",
10
+ copy: "bx-copy",
11
+ calendar: "bx-calendar",
12
+ file: "bx-file",
13
+ wpforms: "bxs-spreadsheet",
14
+ "files-o": "bx-copy-alt",
15
+ refresh: "bx-refresh",
16
+ indent: "bx-right-indent",
17
+ tasks: "bx-list-ul",
18
+ th: "bx-table",
19
+ "th-list": "bxs-spreadsheet",
20
+ "folder-open": "bx-folder-open",
21
+ "folder-o": "bx-folder-open",
22
+ "user-secret": "bxs-user-badge",
23
+ table: "bx-table",
24
+ pencil: "bx-pencil",
25
+ code: "bx-code",
26
+ terminal: "bx-terminal",
27
+ home: "bx-home",
28
+ html5: "bxl-html5",
29
+ list: "bx-list-ul",
30
+ usd: "bx-dollar",
31
+ hashtag: "bx-hash",
32
+ tags: "bx-purchase-tag",
33
+ at: "bx-at",
34
+ font: "bx-font",
35
+ asterisk: "bx-show",
36
+ plus: "bx-plus",
37
+ "plus-square": "bx-plus-circle",
38
+ "plus-square-o": "bxs-plus-square",
39
+ "dot-circle-o": "bx-radio-circle-marked",
40
+ "phone-square": "bx-phone",
41
+ "clock-o": "bx-time-five",
42
+ link: "bx-link",
43
+ columns: "bx-columns",
44
+ "th-large": "bx-category",
45
+ "list-alt": "bx-credit-card-front",
46
+ "square-o": "bx-caret-down-square",
47
+ cubes: "bxs-cube",
48
+ stop: "bx-stop",
49
+ "check-square": "bx-checkbox-checked",
50
+ "remove-circle": "bx-x",
51
+ bars: "bx-menu"
52
+ }, x = (r, e, b) => (r === "bx" && (s[e] ? e = s[e] : e = `${r}-${e}`), b ? e === "bx-radio-circle" ? `${r} ${e} bx-burst` : `${r} ${e} bx-spin` : `${r} ${e}`);
53
+ export {
54
+ s as ICONS,
55
+ x as default
56
+ };
57
+ //# sourceMappingURL=iconClass.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"iconClass.js","sources":["../../../src/templates/tailwind/iconClass.ts"],"sourcesContent":["export const ICONS: Record<string, any> = {\n remove: \"bxs-trash\",\n \"question-sign\":\n \"bx-question-mark inline-block border-1 bg-gray-400 border-solid border-gray-400 text-white text-xxs rounded-full mx-2 mt-px\",\n \"new-window\": \"bx-windows\",\n \"minus-square-o\": \"bxs-minus-square\",\n cog: \"bx-cog\",\n move: \"bx-move\",\n wrench: \"bx-wrench\",\n save: \"bx-save\",\n copy: \"bx-copy\",\n calendar: \"bx-calendar\",\n file: \"bx-file\",\n wpforms: \"bxs-spreadsheet\",\n \"files-o\": \"bx-copy-alt\",\n refresh: \"bx-refresh\",\n indent: \"bx-right-indent\",\n tasks: \"bx-list-ul\",\n th: \"bx-table\",\n \"th-list\": \"bxs-spreadsheet\",\n \"folder-open\": \"bx-folder-open\",\n \"folder-o\": \"bx-folder-open\",\n \"user-secret\": \"bxs-user-badge\",\n table: \"bx-table\",\n pencil: \"bx-pencil\",\n code: \"bx-code\",\n terminal: \"bx-terminal\",\n home: \"bx-home\",\n html5: \"bxl-html5\",\n list: \"bx-list-ul\",\n usd: \"bx-dollar\",\n hashtag: \"bx-hash\",\n tags: \"bx-purchase-tag\",\n at: \"bx-at\",\n font: \"bx-font\",\n asterisk: \"bx-show\",\n plus: \"bx-plus\",\n \"plus-square\": \"bx-plus-circle\",\n \"plus-square-o\": \"bxs-plus-square\",\n \"dot-circle-o\": \"bx-radio-circle-marked\",\n \"phone-square\": \"bx-phone\",\n \"clock-o\": \"bx-time-five\",\n link: \"bx-link\",\n columns: \"bx-columns\",\n \"th-large\": \"bx-category\",\n \"list-alt\": \"bx-credit-card-front\",\n \"square-o\": \"bx-caret-down-square\",\n cubes: \"bxs-cube\",\n stop: \"bx-stop\",\n \"check-square\": \"bx-checkbox-checked\",\n \"remove-circle\": \"bx-x\",\n bars: \"bx-menu\"\n};\n\nexport default (iconset: string | undefined, name: string, spinning?: boolean) => {\n if (iconset === \"bx\") {\n if (ICONS[name]) {\n name = ICONS[name];\n } else {\n name = `${iconset}-${name}`;\n }\n }\n\n if (spinning) {\n if (name === \"bx-radio-circle\") {\n return `${iconset} ${name} bx-burst`;\n }\n return `${iconset} ${name} bx-spin`;\n }\n\n return `${iconset} ${name}`;\n};\n"],"names":["ICONS","iconClass","iconset","name","spinning"],"mappings":"AAAO,MAAMA,IAA6B;AAAA,EACxC,QAAQ;AAAA,EACR,iBACE;AAAA,EACF,cAAc;AAAA,EACd,kBAAkB;AAAA,EAClB,KAAK;AAAA,EACL,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AAAA,EACN,SAAS;AAAA,EACT,WAAW;AAAA,EACX,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,IAAI;AAAA,EACJ,WAAW;AAAA,EACX,eAAe;AAAA,EACf,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AAAA,EACN,OAAO;AAAA,EACP,MAAM;AAAA,EACN,KAAK;AAAA,EACL,SAAS;AAAA,EACT,MAAM;AAAA,EACN,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AAAA,EACN,eAAe;AAAA,EACf,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,OAAO;AAAA,EACP,MAAM;AAAA,EACN,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,MAAM;AACR,GAEAC,IAAe,CAACC,GAA6BC,GAAcC,OACrDF,MAAY,SACVF,EAAMG,CAAI,IACZA,IAAOH,EAAMG,CAAI,IAEVA,IAAA,GAAGD,CAAO,IAAIC,CAAI,KAIzBC,IACED,MAAS,oBACJ,GAAGD,CAAO,IAAIC,CAAI,cAEpB,GAAGD,CAAO,IAAIC,CAAI,aAGpB,GAAGD,CAAO,IAAIC,CAAI;"}
@@ -1,217 +1,217 @@
1
- declare const _default: {
2
- webform: {
3
- form: typeof import("./webform/form.ejs").default;
4
- builder: typeof import("./webform/builder.ejs").default;
5
- };
6
- well: {
7
- form: typeof import("./well/form.ejs").default;
8
- };
9
- wizard: {
10
- form: typeof import("./wizard/form.ejs").default;
11
- builder: typeof import("./wizard/builder.ejs").default;
12
- };
13
- wizardHeader: {
14
- form: typeof import("./wizardHeader/form.ejs").default;
15
- };
16
- wizardHeaderClassic: {
17
- form: typeof import("./wizardHeaderClassic/form.ejs").default;
18
- };
19
- wizardHeaderVertical: {
20
- form: typeof import("./wizardHeaderVertical/form.ejs").default;
21
- };
22
- wizardNav: {
23
- form: typeof import("./wizardNav/form.ejs").default;
24
- };
25
- errorsList: {
26
- form: typeof import("./errorsList/form.ejs").default;
27
- };
28
- alert: {
29
- form: typeof import("./alert/form.ejs").default;
30
- };
31
- treeView: {
32
- form: typeof import("./tree/partials/view.ejs").default;
33
- };
34
- treeEdit: {
35
- form: typeof import("./tree/partials/edit.ejs").default;
36
- };
37
- ICONS: Record<string, any>;
38
- transform(type: string, text: string): any;
39
- defaultIconset: string;
40
- iconClass: (iconset: string | undefined, name: string, spinning?: boolean | undefined) => string;
41
- cssClasses: {
42
- "border-default": string;
43
- "formio-tab-panel-active": string;
44
- "formio-tab-link-active": string;
45
- "formio-tab-link-container-active": string;
46
- };
47
- address: {
48
- form: typeof import("./address/form.ejs").default;
49
- };
50
- builder: {
51
- form: typeof import("./builder/form.ejs").default;
52
- };
53
- builderComponent: {
54
- form: typeof import("./builderComponent/form.ejs").default;
55
- };
56
- builderComponents: {
57
- form: typeof import("./builderComponents/form.ejs").default;
58
- };
59
- builderEditForm: {
60
- form: typeof import("./builderEditForm/form.ejs").default;
61
- };
62
- builderPlaceholder: {
63
- form: typeof import("./builderPlaceholder/form.ejs").default;
64
- };
65
- builderSidebar: {
66
- form: typeof import("./builderSidebar/form.ejs").default;
67
- };
68
- builderSidebarGroup: {
69
- form: typeof import("./builderSidebarGroup/form.ejs").default;
70
- };
71
- builderWizard: {
72
- form: typeof import("./builderWizard/form.ejs").default;
73
- };
74
- button: {
75
- form: typeof import("./button/form.ejs").default;
76
- html: typeof import("./button/html.ejs").default;
77
- };
78
- checkbox: {
79
- form: typeof import("./checkbox/form.ejs").default;
80
- html: typeof import("./checkbox/html.ejs").default;
81
- };
82
- columns: {
83
- form: typeof import("./columns/form.ejs").default;
84
- };
85
- component: {
86
- form: typeof import("./component/form.ejs").default;
87
- };
88
- componentModal: {
89
- form: typeof import("./componentModal/form.ejs").default;
90
- };
91
- components: {
92
- form: typeof import("./components/form.ejs").default;
93
- };
94
- tableComponents: {
95
- form: typeof import("./tableComponents/form.ejs").default;
96
- };
97
- container: {
98
- form: typeof import("./container/form.ejs").default;
99
- };
100
- datagrid: {
101
- form: typeof import("./datagrid/form.ejs").default;
102
- html: typeof import("./datagrid/html.ejs").default;
103
- };
104
- day: {
105
- form: typeof import("./day/form.ejs").default;
106
- };
107
- dialog: {
108
- form: typeof import("./dialog/form.ejs").default;
109
- };
110
- editgrid: {
111
- form: typeof import("./editgrid/form.ejs").default;
112
- html: typeof import("./editgrid/html.ejs").default;
113
- };
114
- editgridTable: {
115
- form: typeof import("./editgridTable/form.ejs").default;
116
- html: typeof import("./editgridTable/html.ejs").default;
117
- };
118
- field: {
119
- form: typeof import("./field/form.ejs").default;
120
- align: typeof import("./field/align.ejs").default;
121
- };
122
- fieldset: {
123
- form: typeof import("./fieldset/form.ejs").default;
124
- };
125
- file: {
126
- form: typeof import("./file/form.ejs").default;
127
- };
128
- html: {
129
- form: typeof import("./html/form.ejs").default;
130
- };
131
- icon: {
132
- form: typeof import("./icon/form.ejs").default;
133
- };
134
- input: {
135
- form: typeof import("./input/form.ejs").default;
136
- html: typeof import("./input/html.ejs").default;
137
- };
138
- label: {
139
- form: typeof import("./label/form.ejs").default;
140
- };
141
- loader: {
142
- form: typeof import("./loader/form.ejs").default;
143
- };
144
- loading: {
145
- form: typeof import("./loading/form.ejs").default;
146
- };
147
- map: {
148
- form: typeof import("./map/form.ejs").default;
149
- };
150
- message: {
151
- form: typeof import("./message/form.ejs").default;
152
- };
153
- modaledit: {
154
- form: typeof import("./modaledit/form.ejs").default;
155
- };
156
- modaldialog: {
157
- form: typeof import("./modaldialog/form.ejs").default;
158
- };
159
- modalPreview: {
160
- form: typeof import("./modalPreview/form.ejs").default;
161
- };
162
- multipleMasksInput: {
163
- form: typeof import("./multipleMasksInput/form.ejs").default;
164
- };
165
- multiValueRow: {
166
- form: typeof import("./multiValueRow/form.ejs").default;
167
- };
168
- multiValueTable: {
169
- form: typeof import("./multiValueTable/form.ejs").default;
170
- };
171
- panel: {
172
- form: typeof import("./panel/form.ejs").default;
173
- };
174
- pdf: {
175
- form: typeof import("./pdf/form.ejs").default;
176
- };
177
- pdfBuilder: {
178
- form: typeof import("./pdfBuilder/form.ejs").default;
179
- };
180
- pdfBuilderUpload: {
181
- form: typeof import("./pdfBuilderUpload/form.ejs").default;
182
- };
183
- radio: {
184
- form: typeof import("./radio/form.ejs").default;
185
- html: typeof import("./radio/html.ejs").default;
186
- };
187
- resourceAdd: {
188
- form: typeof import("./resourceAdd/form.ejs").default;
189
- };
190
- select: {
191
- form: typeof import("./select/form.ejs").default;
192
- html: typeof import("./select/html.ejs").default;
193
- };
194
- selectOption: {
195
- form: typeof import("./selectOption/form.ejs").default;
196
- html: typeof import("./selectOption/html.ejs").default;
197
- };
198
- signature: {
199
- form: typeof import("./signature/form.ejs").default;
200
- html: typeof import("./signature/html.ejs").default;
201
- };
202
- survey: {
203
- form: typeof import("./survey/form.ejs").default;
204
- html: typeof import("./survey/html.ejs").default;
205
- };
206
- tab: {
207
- flat: typeof import("./tab/flat.ejs").default;
208
- form: typeof import("./tab/form.ejs").default;
209
- };
210
- table: {
211
- form: typeof import("./table/form.ejs").default;
212
- };
213
- tree: {
214
- form: typeof import("./tree/form.ejs").default;
215
- };
216
- };
217
- export default _default;
1
+ declare const _default: {
2
+ webform: {
3
+ form: string;
4
+ builder: string;
5
+ };
6
+ well: {
7
+ form: string;
8
+ };
9
+ wizard: {
10
+ form: string;
11
+ builder: string;
12
+ };
13
+ wizardHeader: {
14
+ form: string;
15
+ };
16
+ wizardHeaderClassic: {
17
+ form: string;
18
+ };
19
+ wizardHeaderVertical: {
20
+ form: string;
21
+ };
22
+ wizardNav: {
23
+ form: string;
24
+ };
25
+ errorsList: {
26
+ form: string;
27
+ };
28
+ alert: {
29
+ form: string;
30
+ };
31
+ treeView: {
32
+ form: string;
33
+ };
34
+ treeEdit: {
35
+ form: string;
36
+ };
37
+ ICONS: Record<string, any>;
38
+ transform(type: string, text: string): any;
39
+ defaultIconset: string;
40
+ iconClass: (iconset: string | undefined, name: string, spinning?: boolean) => string;
41
+ cssClasses: {
42
+ "border-default": string;
43
+ "formio-tab-panel-active": string;
44
+ "formio-tab-link-active": string;
45
+ "formio-tab-link-container-active": string;
46
+ };
47
+ address: {
48
+ form: string;
49
+ };
50
+ builder: {
51
+ form: string;
52
+ };
53
+ builderComponent: {
54
+ form: string;
55
+ };
56
+ builderComponents: {
57
+ form: string;
58
+ };
59
+ builderEditForm: {
60
+ form: string;
61
+ };
62
+ builderPlaceholder: {
63
+ form: string;
64
+ };
65
+ builderSidebar: {
66
+ form: string;
67
+ };
68
+ builderSidebarGroup: {
69
+ form: string;
70
+ };
71
+ builderWizard: {
72
+ form: string;
73
+ };
74
+ button: {
75
+ form: string;
76
+ html: string;
77
+ };
78
+ checkbox: {
79
+ form: string;
80
+ html: string;
81
+ };
82
+ columns: {
83
+ form: string;
84
+ };
85
+ component: {
86
+ form: string;
87
+ };
88
+ componentModal: {
89
+ form: string;
90
+ };
91
+ components: {
92
+ form: string;
93
+ };
94
+ tableComponents: {
95
+ form: string;
96
+ };
97
+ container: {
98
+ form: string;
99
+ };
100
+ datagrid: {
101
+ form: string;
102
+ html: string;
103
+ };
104
+ day: {
105
+ form: string;
106
+ };
107
+ dialog: {
108
+ form: string;
109
+ };
110
+ editgrid: {
111
+ form: string;
112
+ html: string;
113
+ };
114
+ editgridTable: {
115
+ form: string;
116
+ html: string;
117
+ };
118
+ field: {
119
+ form: string;
120
+ align: string;
121
+ };
122
+ fieldset: {
123
+ form: string;
124
+ };
125
+ file: {
126
+ form: string;
127
+ };
128
+ html: {
129
+ form: string;
130
+ };
131
+ icon: {
132
+ form: string;
133
+ };
134
+ input: {
135
+ form: string;
136
+ html: string;
137
+ };
138
+ label: {
139
+ form: string;
140
+ };
141
+ loader: {
142
+ form: string;
143
+ };
144
+ loading: {
145
+ form: string;
146
+ };
147
+ map: {
148
+ form: string;
149
+ };
150
+ message: {
151
+ form: string;
152
+ };
153
+ modaledit: {
154
+ form: string;
155
+ };
156
+ modaldialog: {
157
+ form: string;
158
+ };
159
+ modalPreview: {
160
+ form: string;
161
+ };
162
+ multipleMasksInput: {
163
+ form: string;
164
+ };
165
+ multiValueRow: {
166
+ form: string;
167
+ };
168
+ multiValueTable: {
169
+ form: string;
170
+ };
171
+ panel: {
172
+ form: string;
173
+ };
174
+ pdf: {
175
+ form: string;
176
+ };
177
+ pdfBuilder: {
178
+ form: string;
179
+ };
180
+ pdfBuilderUpload: {
181
+ form: string;
182
+ };
183
+ radio: {
184
+ form: string;
185
+ html: string;
186
+ };
187
+ resourceAdd: {
188
+ form: string;
189
+ };
190
+ select: {
191
+ form: string;
192
+ html: string;
193
+ };
194
+ selectOption: {
195
+ form: string;
196
+ html: string;
197
+ };
198
+ signature: {
199
+ form: string;
200
+ html: string;
201
+ };
202
+ survey: {
203
+ form: string;
204
+ html: string;
205
+ };
206
+ tab: {
207
+ flat: string;
208
+ form: string;
209
+ };
210
+ table: {
211
+ form: string;
212
+ };
213
+ tree: {
214
+ form: string;
215
+ };
216
+ };
217
+ export default _default;
@@ -0,0 +1,145 @@
1
+ import m from "./address/index.js";
2
+ import i from "./alert/index.js";
3
+ import t from "./builder/index.js";
4
+ import p from "./builderComponent/index.js";
5
+ import f from "./builderComponents/index.js";
6
+ import e from "./builderEditForm/index.js";
7
+ import a from "./builderPlaceholder/index.js";
8
+ import l from "./builderSidebar/index.js";
9
+ import d from "./builderSidebarGroup/index.js";
10
+ import s from "./builderWizard/index.js";
11
+ import n from "./button/index.js";
12
+ import u from "./checkbox/index.js";
13
+ import c from "./columns/index.js";
14
+ import b from "./component/index.js";
15
+ import w from "./componentModal/index.js";
16
+ import g from "./components/index.js";
17
+ import C from "./container/index.js";
18
+ import h from "./cssClasses.js";
19
+ import z from "./datagrid/index.js";
20
+ import S from "./day/index.js";
21
+ import P from "./dialog/index.js";
22
+ import v from "./editgrid/index.js";
23
+ import y from "./editgridTable/index.js";
24
+ import H from "./errorsList/index.js";
25
+ import I from "./field/index.js";
26
+ import O from "./fieldset/index.js";
27
+ import V from "./file/index.js";
28
+ import k from "./html/index.js";
29
+ import B from "./icon/index.js";
30
+ import M, { ICONS as N } from "./iconClass.js";
31
+ import T from "./input/index.js";
32
+ import A from "./label/index.js";
33
+ import E from "./loader/index.js";
34
+ import F from "./loading/index.js";
35
+ import G from "./map/index.js";
36
+ import L from "./message/index.js";
37
+ import R from "./modaldialog/index.js";
38
+ import U from "./modaledit/index.js";
39
+ import W from "./modalPreview/index.js";
40
+ import j from "./multipleMasksInput/index.js";
41
+ import q from "./multiValueRow/index.js";
42
+ import D from "./multiValueTable/index.js";
43
+ import J from "./panel/index.js";
44
+ import K from "./pdf/index.js";
45
+ import Q from "./pdfBuilder/index.js";
46
+ import X from "./pdfBuilderUpload/index.js";
47
+ import Y from "./radio/index.js";
48
+ import Z from "./resourceAdd/index.js";
49
+ import _ from "./select/index.js";
50
+ import $ from "./selectOption/index.js";
51
+ import x from "./signature/index.js";
52
+ import rr from "./survey/index.js";
53
+ import or from "./tab/index.js";
54
+ import mr from "./table/index.js";
55
+ import ir from "./tableComponents/index.js";
56
+ import tr from "./tree/index.js";
57
+ import pr from "./tree/partials/index.js";
58
+ import fr from "./webform/index.js";
59
+ import er from "./well/index.js";
60
+ import ar from "./wizard/index.js";
61
+ import lr from "./wizardHeader/index.js";
62
+ import dr from "./wizardHeaderClassic/index.js";
63
+ import sr from "./wizardHeaderVertical/index.js";
64
+ import nr from "./wizardNav/index.js";
65
+ const yo = {
66
+ ICONS: N,
67
+ transform(o, r) {
68
+ if (!r)
69
+ return r;
70
+ switch (o) {
71
+ case "class":
72
+ return this.cssClasses.hasOwnProperty(r.toString()) ? this.cssClasses[r.toString()] : r;
73
+ }
74
+ return r;
75
+ },
76
+ defaultIconset: "bx",
77
+ iconClass: M,
78
+ cssClasses: h,
79
+ address: m,
80
+ builder: t,
81
+ builderComponent: p,
82
+ builderComponents: f,
83
+ builderEditForm: e,
84
+ builderPlaceholder: a,
85
+ builderSidebar: l,
86
+ builderSidebarGroup: d,
87
+ builderWizard: s,
88
+ button: n,
89
+ checkbox: u,
90
+ columns: c,
91
+ component: b,
92
+ componentModal: w,
93
+ components: g,
94
+ tableComponents: ir,
95
+ container: C,
96
+ datagrid: z,
97
+ day: S,
98
+ dialog: P,
99
+ editgrid: v,
100
+ editgridTable: y,
101
+ field: I,
102
+ fieldset: O,
103
+ file: V,
104
+ html: k,
105
+ icon: B,
106
+ input: T,
107
+ label: A,
108
+ loader: E,
109
+ loading: F,
110
+ map: G,
111
+ message: L,
112
+ modaledit: U,
113
+ modaldialog: R,
114
+ modalPreview: W,
115
+ multipleMasksInput: j,
116
+ multiValueRow: q,
117
+ multiValueTable: D,
118
+ panel: J,
119
+ pdf: K,
120
+ pdfBuilder: Q,
121
+ pdfBuilderUpload: X,
122
+ radio: Y,
123
+ resourceAdd: Z,
124
+ select: _,
125
+ selectOption: $,
126
+ signature: x,
127
+ survey: rr,
128
+ tab: or,
129
+ table: mr,
130
+ tree: tr,
131
+ ...pr,
132
+ webform: fr,
133
+ well: er,
134
+ wizard: ar,
135
+ wizardHeader: lr,
136
+ wizardHeaderClassic: dr,
137
+ wizardHeaderVertical: sr,
138
+ wizardNav: nr,
139
+ errorsList: H,
140
+ alert: i
141
+ };
142
+ export {
143
+ yo as default
144
+ };
145
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../src/templates/tailwind/index.ts"],"sourcesContent":["import address from \"./address\";\nimport alert from \"./alert\";\nimport builder from \"./builder\";\nimport builderComponent from \"./builderComponent\";\nimport builderComponents from \"./builderComponents\";\nimport builderEditForm from \"./builderEditForm\";\nimport builderPlaceholder from \"./builderPlaceholder\";\nimport builderSidebar from \"./builderSidebar\";\nimport builderSidebarGroup from \"./builderSidebarGroup\";\nimport builderWizard from \"./builderWizard\";\nimport button from \"./button\";\nimport checkbox from \"./checkbox\";\nimport columns from \"./columns\";\nimport component from \"./component\";\nimport componentModal from \"./componentModal\";\nimport components from \"./components\";\nimport container from \"./container\";\nimport cssClasses from \"./cssClasses\";\nimport datagrid from \"./datagrid\";\nimport day from \"./day\";\nimport dialog from \"./dialog\";\nimport editgrid from \"./editgrid\";\nimport editgridTable from \"./editgridTable\";\nimport errorsList from \"./errorsList\";\nimport field from \"./field\";\nimport fieldset from \"./fieldset\";\nimport file from \"./file\";\nimport html from \"./html\";\nimport icon from \"./icon\";\nimport iconClass, { ICONS } from \"./iconClass\";\nimport input from \"./input\";\nimport label from \"./label\";\nimport loader from \"./loader\";\nimport loading from \"./loading\";\nimport map from \"./map\";\nimport message from \"./message\";\nimport modaldialog from \"./modaldialog\";\nimport modaledit from \"./modaledit\";\nimport modalPreview from \"./modalPreview\";\nimport multipleMasksInput from \"./multipleMasksInput\";\nimport multiValueRow from \"./multiValueRow\";\nimport multiValueTable from \"./multiValueTable\";\nimport panel from \"./panel\";\nimport pdf from \"./pdf\";\nimport pdfBuilder from \"./pdfBuilder\";\nimport pdfBuilderUpload from \"./pdfBuilderUpload\";\nimport radio from \"./radio\";\nimport resourceAdd from \"./resourceAdd\";\nimport select from \"./select\";\nimport selectOption from \"./selectOption\";\nimport signature from \"./signature\";\nimport survey from \"./survey\";\nimport tab from \"./tab\";\nimport table from \"./table\";\nimport tableComponents from \"./tableComponents\";\nimport tree from \"./tree\";\nimport treePartials from \"./tree/partials\";\nimport webform from \"./webform\";\nimport well from \"./well\";\nimport wizard from \"./wizard\";\nimport wizardHeader from \"./wizardHeader\";\nimport wizardHeaderClassic from \"./wizardHeaderClassic\";\nimport wizardHeaderVertical from \"./wizardHeaderVertical\";\nimport wizardNav from \"./wizardNav\";\n\nexport default {\n ICONS,\n transform(type: string, text: string) {\n if (!text) {\n return text;\n }\n switch (type) {\n case \"class\":\n return this.cssClasses.hasOwnProperty(text.toString()) ? (this.cssClasses as any)[text.toString()] : text;\n }\n return text;\n },\n defaultIconset: \"bx\",\n iconClass,\n cssClasses,\n address,\n builder,\n builderComponent,\n builderComponents,\n builderEditForm,\n builderPlaceholder,\n builderSidebar,\n builderSidebarGroup,\n builderWizard,\n button,\n checkbox,\n columns,\n component,\n componentModal,\n components,\n tableComponents,\n container,\n datagrid,\n day,\n dialog,\n editgrid,\n editgridTable,\n field,\n fieldset,\n file,\n html,\n icon,\n input,\n label,\n loader,\n loading,\n map,\n message,\n modaledit,\n modaldialog,\n modalPreview,\n multipleMasksInput,\n multiValueRow,\n multiValueTable,\n panel,\n pdf,\n pdfBuilder,\n pdfBuilderUpload,\n radio,\n resourceAdd,\n select,\n selectOption,\n signature,\n survey,\n tab,\n table,\n tree,\n ...treePartials,\n webform,\n well,\n wizard,\n wizardHeader,\n wizardHeaderClassic,\n wizardHeaderVertical,\n wizardNav,\n errorsList,\n alert\n};\n"],"names":["tailwind","ICONS","type","text","iconClass","cssClasses","address","builder","builderComponent","builderComponents","builderEditForm","builderPlaceholder","builderSidebar","builderSidebarGroup","builderWizard","button","checkbox","columns","component","componentModal","components","tableComponents","container","datagrid","day","dialog","editgrid","editgridTable","field","fieldset","file","html","icon","input","label","loader","loading","map","message","modaledit","modaldialog","modalPreview","multipleMasksInput","multiValueRow","multiValueTable","panel","pdf","pdfBuilder","pdfBuilderUpload","radio","resourceAdd","select","selectOption","signature","survey","tab","table","tree","treePartials","webform","well","wizard","wizardHeader","wizardHeaderClassic","wizardHeaderVertical","wizardNav","errorsList","alert"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiEA,MAAeA,KAAA;AAAA,EACb,OAAAC;AAAA,EACA,UAAUC,GAAcC,GAAc;AACpC,QAAI,CAACA;AACI,aAAAA;AAET,YAAQD,GAAM;AAAA,MACZ,KAAK;AACH,eAAO,KAAK,WAAW,eAAeC,EAAK,SAAS,CAAC,IAAK,KAAK,WAAmBA,EAAK,SAAS,CAAC,IAAIA;AAAA,IAAA;AAElG,WAAAA;AAAA,EACT;AAAA,EACA,gBAAgB;AAAA,EAChB,WAAAC;AAAA,EACA,YAAAC;AAAA,EACA,SAAAC;AAAA,EACA,SAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,oBAAAC;AAAA,EACA,gBAAAC;AAAA,EACA,qBAAAC;AAAA,EACA,eAAAC;AAAA,EACA,QAAAC;AAAA,EACA,UAAAC;AAAA,EACA,SAAAC;AAAA,EACA,WAAAC;AAAA,EACA,gBAAAC;AAAA,EACA,YAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,WAAAC;AAAA,EACA,UAAAC;AAAA,EACA,KAAAC;AAAA,EACA,QAAAC;AAAA,EACA,UAAAC;AAAA,EACA,eAAAC;AAAA,EACA,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAC;AAAA,EACA,OAAAC;AAAA,EACA,OAAAC;AAAA,EACA,QAAAC;AAAA,EACA,SAAAC;AAAA,EACA,KAAAC;AAAA,EACA,SAAAC;AAAA,EACA,WAAAC;AAAA,EACA,aAAAC;AAAA,EACA,cAAAC;AAAA,EACA,oBAAAC;AAAA,EACA,eAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,OAAAC;AAAA,EACA,KAAAC;AAAA,EACA,YAAAC;AAAA,EACA,kBAAAC;AAAA,EACA,OAAAC;AAAA,EACA,aAAAC;AAAA,EACA,QAAAC;AAAA,EACA,cAAAC;AAAA,EACA,WAAAC;AAAA,EACA,QAAAC;AAAA,EACA,KAAAC;AAAA,EACA,OAAAC;AAAA,EACA,MAAAC;AAAA,EACA,GAAGC;AAAA,EACH,SAAAC;AAAA,EACA,MAAAC;AAAA,EACA,QAAAC;AAAA,EACA,cAAAC;AAAA,EACA,qBAAAC;AAAA,EACA,sBAAAC;AAAA,EACA,WAAAC;AAAA,EACA,YAAAC;AAAA,EACA,OAAAC;AACF;"}