@tsed/react-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 (554) hide show
  1. package/dist/atoms/icon/Icon.d.ts +6 -0
  2. package/dist/atoms/icon/Icon.js +12 -0
  3. package/dist/atoms/icon/Icon.js.map +1 -0
  4. package/dist/chunks/_commonjsHelpers.js +7 -0
  5. package/dist/chunks/_commonjsHelpers.js.map +1 -0
  6. package/dist/chunks/index.js +43 -0
  7. package/dist/chunks/index.js.map +1 -0
  8. package/dist/chunks/index.module.js +56 -0
  9. package/dist/chunks/index.module.js.map +1 -0
  10. package/dist/chunks/react-select-animated.esm.js +3513 -0
  11. package/dist/chunks/react-select-animated.esm.js.map +1 -0
  12. package/dist/hooks/useTooltip.d.ts +2 -3
  13. package/dist/hooks/useTooltip.js +12 -0
  14. package/dist/hooks/useTooltip.js.map +1 -0
  15. package/dist/index.d.ts +7 -13
  16. package/dist/index.js +14 -7653
  17. package/dist/index.js.map +1 -1
  18. package/dist/interfaces/ActionType.d.ts +23 -0
  19. package/dist/interfaces/ActionType.js +2 -0
  20. package/dist/interfaces/ActionType.js.map +1 -0
  21. package/dist/interfaces/ColumnIdentifier.d.ts +14 -14
  22. package/dist/interfaces/ColumnIdentifier.js +2 -0
  23. package/dist/interfaces/ColumnIdentifier.js.map +1 -0
  24. package/dist/interfaces/ComponentType.d.ts +2 -0
  25. package/dist/interfaces/ComponentType.js +2 -0
  26. package/dist/interfaces/ComponentType.js.map +1 -0
  27. package/dist/interfaces/FormOptions.d.ts +13 -10
  28. package/dist/interfaces/FormOptions.js +2 -0
  29. package/dist/interfaces/FormOptions.js.map +1 -0
  30. package/dist/interfaces/{FormSchema.d.ts → FormType.d.ts} +12 -12
  31. package/dist/interfaces/FormType.js +2 -0
  32. package/dist/interfaces/FormType.js.map +1 -0
  33. package/dist/interfaces/Operation.d.ts +28 -29
  34. package/dist/interfaces/Operation.js +2 -0
  35. package/dist/interfaces/Operation.js.map +1 -0
  36. package/dist/interfaces/QueryOptions.d.ts +23 -23
  37. package/dist/interfaces/QueryOptions.js +2 -0
  38. package/dist/interfaces/QueryOptions.js.map +1 -0
  39. package/dist/interfaces/{RoleSchema.d.ts → RoleType.d.ts} +6 -6
  40. package/dist/interfaces/RoleType.js +2 -0
  41. package/dist/interfaces/RoleType.js.map +1 -0
  42. package/dist/interfaces/SubmissionType.d.ts +29 -0
  43. package/dist/interfaces/SubmissionType.js +2 -0
  44. package/dist/interfaces/SubmissionType.js.map +1 -0
  45. package/dist/interfaces/index.d.ts +9 -8
  46. package/dist/interfaces/index.js +2 -0
  47. package/dist/interfaces/index.js.map +1 -0
  48. package/dist/molecules/alert/Alert.d.ts +6 -0
  49. package/dist/molecules/alert/Alert.js +27 -0
  50. package/dist/molecules/alert/Alert.js.map +1 -0
  51. package/dist/molecules/button/Button.d.ts +8 -0
  52. package/dist/molecules/button/Button.js +52 -0
  53. package/dist/molecules/button/Button.js.map +1 -0
  54. package/dist/{components/card/card.component.d.ts → molecules/card/Card.d.ts} +6 -7
  55. package/dist/molecules/card/Card.js +12 -0
  56. package/dist/molecules/card/Card.js.map +1 -0
  57. package/dist/molecules/forms/form-control/FormControl.d.ts +17 -0
  58. package/dist/molecules/forms/form-control/FormControl.js +51 -0
  59. package/dist/molecules/forms/form-control/FormControl.js.map +1 -0
  60. package/dist/molecules/forms/input-tags/InputTags.d.ts +2 -0
  61. package/dist/molecules/forms/input-tags/InputTags.interface.d.ts +7 -0
  62. package/dist/molecules/forms/input-tags/InputTags.interface.js +2 -0
  63. package/dist/molecules/forms/input-tags/InputTags.interface.js.map +1 -0
  64. package/dist/molecules/forms/input-tags/InputTags.js +25 -0
  65. package/dist/molecules/forms/input-tags/InputTags.js.map +1 -0
  66. package/dist/molecules/forms/input-tags/all.d.ts +2 -0
  67. package/dist/molecules/forms/input-tags/all.js +9 -0
  68. package/dist/molecules/forms/input-tags/all.js.map +1 -0
  69. package/dist/molecules/forms/input-tags/components/ChoicesTags.d.ts +307 -0
  70. package/dist/molecules/forms/input-tags/components/ChoicesTags.js +51 -0
  71. package/dist/molecules/forms/input-tags/components/ChoicesTags.js.map +1 -0
  72. package/dist/molecules/forms/input-tags/components/ReactTags.d.ts +2 -0
  73. package/dist/molecules/forms/input-tags/components/ReactTags.js +1937 -0
  74. package/dist/molecules/forms/input-tags/components/ReactTags.js.map +1 -0
  75. package/dist/molecules/forms/input-text/InputText.d.ts +2 -0
  76. package/dist/molecules/forms/input-text/InputText.interface.d.ts +4 -0
  77. package/dist/molecules/forms/input-text/InputText.interface.js +2 -0
  78. package/dist/molecules/forms/input-text/InputText.interface.js.map +1 -0
  79. package/dist/molecules/forms/input-text/InputText.js +54 -0
  80. package/dist/molecules/forms/input-text/InputText.js.map +1 -0
  81. package/dist/molecules/forms/select/Select.d.ts +2 -0
  82. package/dist/molecules/forms/select/Select.interface.d.ts +38 -0
  83. package/dist/molecules/forms/select/Select.interface.js +2 -0
  84. package/dist/molecules/forms/select/Select.interface.js.map +1 -0
  85. package/dist/molecules/forms/select/Select.js +16 -0
  86. package/dist/molecules/forms/select/Select.js.map +1 -0
  87. package/dist/molecules/forms/select/all.d.ts +2 -0
  88. package/dist/molecules/forms/select/all.js +9 -0
  89. package/dist/molecules/forms/select/all.js.map +1 -0
  90. package/dist/molecules/forms/select/components/ChoicesSelect.d.ts +7 -0
  91. package/dist/molecules/forms/select/components/ChoicesSelect.js +115 -0
  92. package/dist/molecules/forms/select/components/ChoicesSelect.js.map +1 -0
  93. package/dist/molecules/forms/select/components/HtmlSelect.d.ts +2 -0
  94. package/dist/molecules/forms/select/components/HtmlSelect.js +35 -0
  95. package/dist/molecules/forms/select/components/HtmlSelect.js.map +1 -0
  96. package/dist/molecules/forms/select/components/ReactSelect.d.ts +2 -0
  97. package/dist/molecules/forms/select/components/ReactSelect.js +46 -0
  98. package/dist/molecules/forms/select/components/ReactSelect.js.map +1 -0
  99. package/dist/molecules/forms/select/components/choices.template.d.ts +7 -0
  100. package/dist/molecules/forms/select/components/choices.template.js +9654 -0
  101. package/dist/molecules/forms/select/components/choices.template.js.map +1 -0
  102. package/dist/molecules/forms/select/hooks/useOptions.d.ts +9 -0
  103. package/dist/molecules/forms/select/hooks/useOptions.js +35 -0
  104. package/dist/molecules/forms/select/hooks/useOptions.js.map +1 -0
  105. package/dist/molecules/loader/Loader.d.ts +8 -0
  106. package/dist/molecules/loader/Loader.js +19 -0
  107. package/dist/molecules/loader/Loader.js.map +1 -0
  108. package/dist/{components/modal/modal.component.d.ts → molecules/modal/Modal.d.ts} +15 -15
  109. package/dist/molecules/modal/Modal.js +62 -0
  110. package/dist/molecules/modal/Modal.js.map +1 -0
  111. package/dist/molecules/pagination/Pagination.d.ts +18 -0
  112. package/dist/molecules/pagination/Pagination.js +77 -0
  113. package/dist/molecules/pagination/Pagination.js.map +1 -0
  114. package/dist/molecules/pagination/PaginationButton.d.ts +7 -0
  115. package/dist/molecules/pagination/PaginationButton.js +21 -0
  116. package/dist/molecules/pagination/PaginationButton.js.map +1 -0
  117. package/dist/molecules/pagination/all.d.ts +2 -0
  118. package/dist/molecules/pagination/all.js +12 -0
  119. package/dist/molecules/pagination/all.js.map +1 -0
  120. package/dist/{components/table → molecules/pagination}/utils/getPageNumbers.d.ts +3 -3
  121. package/dist/molecules/pagination/utils/getPageNumbers.js +25 -0
  122. package/dist/molecules/pagination/utils/getPageNumbers.js.map +1 -0
  123. package/dist/molecules/table/Table.d.ts +9 -0
  124. package/dist/molecules/table/Table.js +58 -0
  125. package/dist/molecules/table/Table.js.map +1 -0
  126. package/dist/molecules/table/all.d.ts +0 -0
  127. package/dist/molecules/table/all.js +19 -0
  128. package/dist/molecules/table/all.js.map +1 -0
  129. package/dist/molecules/table/components/DefaultArrowSort.d.ts +5 -0
  130. package/dist/molecules/table/components/DefaultArrowSort.js +22 -0
  131. package/dist/molecules/table/components/DefaultArrowSort.js.map +1 -0
  132. package/dist/molecules/table/components/DefaultCell.d.ts +5 -0
  133. package/dist/molecules/table/components/DefaultCell.js +13 -0
  134. package/dist/molecules/table/components/DefaultCell.js.map +1 -0
  135. package/dist/molecules/table/components/DefaultCellFooter.d.ts +6 -0
  136. package/dist/molecules/table/components/DefaultCellFooter.js +12 -0
  137. package/dist/molecules/table/components/DefaultCellFooter.js.map +1 -0
  138. package/dist/molecules/table/components/DefaultCellHeader.d.ts +6 -0
  139. package/dist/molecules/table/components/DefaultCellHeader.js +30 -0
  140. package/dist/molecules/table/components/DefaultCellHeader.js.map +1 -0
  141. package/dist/molecules/table/components/DefaultCellOperations.d.ts +10 -0
  142. package/dist/molecules/table/components/DefaultCellOperations.js +24 -0
  143. package/dist/molecules/table/components/DefaultCellOperations.js.map +1 -0
  144. package/dist/molecules/table/components/DefaultFilter.d.ts +11 -0
  145. package/dist/molecules/table/components/DefaultFilter.js +15 -0
  146. package/dist/molecules/table/components/DefaultFilter.js.map +1 -0
  147. package/dist/molecules/table/components/DefaultOperationButton.d.ts +11 -0
  148. package/dist/molecules/table/components/DefaultOperationButton.js +30 -0
  149. package/dist/molecules/table/components/DefaultOperationButton.js.map +1 -0
  150. package/dist/molecules/table/filters/Filters.d.js +2 -0
  151. package/dist/molecules/table/filters/Filters.d.js.map +1 -0
  152. package/dist/molecules/table/filters/RangeFilter.d.ts +3 -0
  153. package/dist/molecules/table/filters/RangeFilter.js +42 -0
  154. package/dist/molecules/table/filters/RangeFilter.js.map +1 -0
  155. package/dist/molecules/table/filters/SelectFilter.d.ts +3 -0
  156. package/dist/molecules/table/filters/SelectFilter.js +35 -0
  157. package/dist/molecules/table/filters/SelectFilter.js.map +1 -0
  158. package/dist/molecules/table/filters/TextFieldFilter.d.ts +3 -0
  159. package/dist/molecules/table/filters/TextFieldFilter.js +27 -0
  160. package/dist/molecules/table/filters/TextFieldFilter.js.map +1 -0
  161. package/dist/molecules/table/hooks/useTable.d.ts +15 -0
  162. package/dist/molecules/table/hooks/useTable.js +34 -0
  163. package/dist/molecules/table/hooks/useTable.js.map +1 -0
  164. package/dist/molecules/table/hooks/useUniqValues.d.ts +5 -0
  165. package/dist/molecules/table/hooks/useUniqValues.js +11 -0
  166. package/dist/molecules/table/hooks/useUniqValues.js.map +1 -0
  167. package/dist/molecules/table/interfaces/extends.d.ts +14 -0
  168. package/dist/molecules/table/interfaces/extends.js +2 -0
  169. package/dist/molecules/table/interfaces/extends.js.map +1 -0
  170. package/dist/molecules/table/utils/mapFormToColumns.d.ts +3 -0
  171. package/dist/molecules/table/utils/mapFormToColumns.js +39 -0
  172. package/dist/molecules/table/utils/mapFormToColumns.js.map +1 -0
  173. package/dist/{components/tabs/tabs.component.d.ts → molecules/tabs/Tabs.d.ts} +19 -19
  174. package/dist/molecules/tabs/Tabs.js +72 -0
  175. package/dist/molecules/tabs/Tabs.js.map +1 -0
  176. package/dist/organisms/form/Form.d.ts +22 -0
  177. package/dist/organisms/form/Form.js +15 -0
  178. package/dist/organisms/form/Form.js.map +1 -0
  179. package/dist/organisms/form/access/FormAccess.d.ts +9 -0
  180. package/dist/organisms/form/access/FormAccess.js +94 -0
  181. package/dist/organisms/form/access/FormAccess.js.map +1 -0
  182. package/dist/organisms/form/access/FormAccess.schema.d.ts +4 -0
  183. package/dist/organisms/form/access/FormAccess.schema.js +164 -0
  184. package/dist/organisms/form/access/FormAccess.schema.js.map +1 -0
  185. package/dist/organisms/form/access/FormAccess.utils.d.ts +23 -0
  186. package/dist/organisms/form/access/FormAccess.utils.js +68 -0
  187. package/dist/organisms/form/access/FormAccess.utils.js.map +1 -0
  188. package/dist/organisms/form/action/FormAction.d.ts +9 -0
  189. package/dist/organisms/form/action/FormAction.js +32 -0
  190. package/dist/organisms/form/action/FormAction.js.map +1 -0
  191. package/dist/organisms/form/builder/FormBuilder.d.ts +7 -0
  192. package/dist/organisms/form/builder/FormBuilder.js +17 -0
  193. package/dist/organisms/form/builder/FormBuilder.js.map +1 -0
  194. package/dist/organisms/form/builder/FormEdit.d.ts +8 -0
  195. package/dist/organisms/form/builder/FormEdit.js +70 -0
  196. package/dist/organisms/form/builder/FormEdit.js.map +1 -0
  197. package/dist/organisms/form/builder/FormEdit.reducer.d.ts +10 -0
  198. package/dist/organisms/form/builder/FormEdit.reducer.js +65 -0
  199. package/dist/organisms/form/builder/FormEdit.reducer.js.map +1 -0
  200. package/dist/organisms/form/builder/FormEditCtas.d.ts +15 -0
  201. package/dist/organisms/form/builder/FormEditCtas.js +52 -0
  202. package/dist/organisms/form/builder/FormEditCtas.js.map +1 -0
  203. package/dist/organisms/form/builder/FormParameters.d.ts +24 -0
  204. package/dist/organisms/form/builder/FormParameters.js +84 -0
  205. package/dist/organisms/form/builder/FormParameters.js.map +1 -0
  206. package/dist/organisms/form/builder/all.d.ts +6 -0
  207. package/dist/organisms/form/builder/all.js +26 -0
  208. package/dist/organisms/form/builder/all.js.map +1 -0
  209. package/dist/organisms/form/builder/useFormBuilder.d.ts +28 -0
  210. package/dist/organisms/form/builder/useFormBuilder.js +71 -0
  211. package/dist/organisms/form/builder/useFormBuilder.js.map +1 -0
  212. package/dist/{components/form-edit/useFormEdit.hook.d.ts → organisms/form/builder/useFormEdit.d.ts} +29 -29
  213. package/dist/organisms/form/builder/useFormEdit.js +36 -0
  214. package/dist/organisms/form/builder/useFormEdit.js.map +1 -0
  215. package/dist/{components/form-settings/formSettings.component.d.ts → organisms/form/settings/FormSettings.d.ts} +7 -8
  216. package/dist/organisms/form/settings/FormSettings.js +38 -0
  217. package/dist/organisms/form/settings/FormSettings.js.map +1 -0
  218. package/dist/organisms/form/settings/FormSettings.schema.d.ts +2 -0
  219. package/dist/organisms/form/settings/FormSettings.schema.js +60 -0
  220. package/dist/organisms/form/settings/FormSettings.schema.js.map +1 -0
  221. package/dist/organisms/form/settings/FormSettings.utils.d.ts +8 -0
  222. package/dist/organisms/form/settings/FormSettings.utils.js +23 -0
  223. package/dist/organisms/form/settings/FormSettings.utils.js.map +1 -0
  224. package/dist/organisms/form/types.d.ts +15 -0
  225. package/dist/organisms/form/types.js +2 -0
  226. package/dist/organisms/form/types.js.map +1 -0
  227. package/dist/organisms/form/useForm.d.ts +65 -0
  228. package/dist/organisms/form/useForm.js +776 -0
  229. package/dist/organisms/form/useForm.js.map +1 -0
  230. package/dist/{components/modal/removeModal.component.d.ts → organisms/modal/RemoveModal.d.ts} +9 -9
  231. package/dist/organisms/modal/RemoveModal.js +71 -0
  232. package/dist/organisms/modal/RemoveModal.js.map +1 -0
  233. package/dist/organisms/table/actions/ActionsTable.d.ts +10 -0
  234. package/dist/organisms/table/actions/ActionsTable.js +46 -0
  235. package/dist/organisms/table/actions/ActionsTable.js.map +1 -0
  236. package/dist/organisms/table/forms/FormsTable.d.ts +9 -0
  237. package/dist/organisms/table/forms/FormsTable.js +57 -0
  238. package/dist/organisms/table/forms/FormsTable.js.map +1 -0
  239. package/dist/organisms/table/forms/components/FormsCell.d.ts +5 -0
  240. package/dist/organisms/table/forms/components/FormsCell.js +50 -0
  241. package/dist/organisms/table/forms/components/FormsCell.js.map +1 -0
  242. package/dist/organisms/table/submissions/SubmissionsTable.d.ts +6 -0
  243. package/dist/organisms/table/submissions/SubmissionsTable.js +11 -0
  244. package/dist/organisms/table/submissions/SubmissionsTable.js.map +1 -0
  245. package/dist/react-app-env.d.js +2 -0
  246. package/dist/react-app-env.d.js.map +1 -0
  247. package/dist/react-table.d.js +2 -0
  248. package/dist/react-table.d.js.map +1 -0
  249. package/dist/registries/components.d.ts +3 -0
  250. package/dist/registries/components.js +19 -0
  251. package/dist/registries/components.js.map +1 -0
  252. package/dist/typings.d.js +2 -0
  253. package/dist/typings.d.js.map +1 -0
  254. package/dist/utils/getEventValue.d.ts +1 -1
  255. package/dist/utils/getEventValue.js +8 -0
  256. package/dist/utils/getEventValue.js.map +1 -0
  257. package/dist/utils/iconClass.d.ts +1 -1
  258. package/dist/utils/iconClass.js +9 -0
  259. package/dist/utils/iconClass.js.map +1 -0
  260. package/dist/utils/mapPagination.d.ts +1 -1
  261. package/dist/utils/mapPagination.js +11 -0
  262. package/dist/utils/mapPagination.js.map +1 -0
  263. package/dist/utils/stopPropagationWrapper.d.ts +1 -1
  264. package/dist/utils/stopPropagationWrapper.js +7 -0
  265. package/dist/utils/stopPropagationWrapper.js.map +1 -0
  266. package/package.json +29 -18
  267. package/readme.md +33 -20
  268. package/src/atoms/icon/Icon.stories.tsx +124 -0
  269. package/src/atoms/icon/Icon.tsx +16 -0
  270. package/src/index.ts +1 -6
  271. package/src/interfaces/ActionType.ts +26 -0
  272. package/src/interfaces/ComponentType.ts +3 -0
  273. package/src/interfaces/FormOptions.ts +4 -1
  274. package/src/interfaces/{FormSchema.ts → FormType.ts} +3 -3
  275. package/src/interfaces/Operation.ts +2 -2
  276. package/src/interfaces/{RoleSchema.ts → RoleType.ts} +1 -1
  277. package/src/interfaces/SubmissionType.ts +20 -0
  278. package/src/interfaces/index.ts +5 -4
  279. package/src/molecules/__fixtures__/build.js +28 -0
  280. package/src/molecules/__fixtures__/form-firstname.fixture.json +256 -0
  281. package/src/molecules/__fixtures__/form-schema.json +350 -0
  282. package/src/molecules/__fixtures__/form-submissions.json +11942 -0
  283. package/src/molecules/__fixtures__/form-wizard.fixture.json +2042 -0
  284. package/src/molecules/__fixtures__/products.json +81539 -0
  285. package/src/molecules/__fixtures__/useValue.hook.ts +14 -0
  286. package/src/{components/alert/alert.component.spec.tsx → molecules/alert/Alert.spec.tsx} +12 -15
  287. package/src/molecules/alert/Alert.stories.tsx +39 -0
  288. package/src/{components/alert/alert.component.tsx → molecules/alert/Alert.tsx} +9 -8
  289. package/src/molecules/button/Button.stories.tsx +106 -0
  290. package/src/molecules/button/Button.tsx +54 -0
  291. package/src/{components/card/card.component.spec.tsx → molecules/card/Card.spec.tsx} +3 -3
  292. package/src/{components/card/card.stories.tsx → molecules/card/Card.stories.tsx} +9 -4
  293. package/src/{components/card/card.component.tsx → molecules/card/Card.tsx} +1 -2
  294. package/src/{components/form-control/formControl.component.spec.tsx → molecules/forms/form-control/FormControl.spec.tsx} +9 -9
  295. package/src/molecules/forms/form-control/FormControl.stories.tsx +58 -0
  296. package/src/molecules/forms/form-control/FormControl.tsx +86 -0
  297. package/src/molecules/forms/input-tags/InputTags.interface.ts +9 -0
  298. package/src/molecules/forms/input-tags/InputTags.tsx +30 -0
  299. package/src/molecules/forms/input-tags/all.ts +6 -0
  300. package/src/molecules/forms/input-tags/components/ChoicesTags.stories.tsx +110 -0
  301. package/src/molecules/forms/input-tags/components/ChoicesTags.tsx +72 -0
  302. package/src/molecules/forms/input-tags/components/ReactTags.stories.tsx +140 -0
  303. package/src/molecules/forms/input-tags/components/ReactTags.tsx +38 -0
  304. package/src/molecules/forms/input-text/InputText.interface.ts +5 -0
  305. package/src/{components/input-text/inputText.component.spec.tsx → molecules/forms/input-text/InputText.spec.tsx} +8 -8
  306. package/src/molecules/forms/input-text/InputText.stories.tsx +179 -0
  307. package/src/molecules/forms/input-text/InputText.tsx +63 -0
  308. package/src/molecules/forms/select/Select.interface.ts +45 -0
  309. package/src/molecules/forms/select/Select.tsx +28 -0
  310. package/src/molecules/forms/select/all.ts +7 -0
  311. package/src/molecules/forms/select/components/ChoicesSelect.stories.tsx +332 -0
  312. package/src/molecules/forms/select/components/ChoicesSelect.tsx +159 -0
  313. package/src/molecules/forms/select/components/HtmlSelect.stories.tsx +305 -0
  314. package/src/molecules/forms/select/components/HtmlSelect.tsx +54 -0
  315. package/src/molecules/forms/select/components/ReactSelect.stories.tsx +287 -0
  316. package/src/molecules/forms/select/components/ReactSelect.tsx +60 -0
  317. package/src/molecules/forms/select/components/choices.template.tsx +38 -0
  318. package/src/molecules/forms/select/hooks/useOptions.spec.ts +154 -0
  319. package/src/molecules/forms/select/hooks/useOptions.ts +53 -0
  320. package/src/{components/loader/loader.component.spec.tsx → molecules/loader/Loader.spec.tsx} +4 -4
  321. package/src/molecules/loader/Loader.stories.tsx +43 -0
  322. package/src/{components/loader/loader.component.tsx → molecules/loader/Loader.tsx} +3 -11
  323. package/src/molecules/modal/Modal.spec.tsx +203 -0
  324. package/src/molecules/modal/Modal.stories.tsx +178 -0
  325. package/src/{components/modal/modal.component.tsx → molecules/modal/Modal.tsx} +1 -1
  326. package/src/{components/pagination/pagination.component.spec.tsx → molecules/pagination/Pagination.spec.tsx} +27 -22
  327. package/src/molecules/pagination/Pagination.stories.tsx +99 -0
  328. package/src/{components/pagination/pagination.component.tsx → molecules/pagination/Pagination.tsx} +34 -47
  329. package/src/molecules/pagination/PaginationButton.tsx +30 -0
  330. package/src/molecules/pagination/all.ts +3 -0
  331. package/src/molecules/table/Table.stories.tsx +272 -0
  332. package/src/molecules/table/Table.tsx +100 -0
  333. package/src/molecules/table/all.ts +16 -0
  334. package/src/molecules/table/components/DefaultArrowSort.tsx +26 -0
  335. package/src/molecules/table/components/DefaultCell.tsx +22 -0
  336. package/src/molecules/table/components/DefaultCellFooter.tsx +16 -0
  337. package/src/molecules/table/components/DefaultCellHeader.tsx +42 -0
  338. package/src/molecules/table/components/DefaultCellOperations.tsx +42 -0
  339. package/src/molecules/table/components/DefaultFilter.tsx +42 -0
  340. package/src/molecules/table/components/DefaultOperationButton.tsx +40 -0
  341. package/src/molecules/table/filters/Filters.d.ts +31 -0
  342. package/src/molecules/table/filters/RangeFilter.tsx +43 -0
  343. package/src/molecules/table/filters/SelectFilter.tsx +47 -0
  344. package/src/molecules/table/filters/TextFieldFilter.tsx +36 -0
  345. package/src/molecules/table/hooks/useTable.tsx +75 -0
  346. package/src/molecules/table/hooks/useUniqValues.tsx +10 -0
  347. package/src/molecules/table/interfaces/extends.ts +18 -0
  348. package/src/molecules/table/utils/mapFormToColumns.tsx +74 -0
  349. package/src/{components/tabs/tabs.component.spec.tsx → molecules/tabs/Tabs.spec.tsx} +6 -6
  350. package/src/molecules/tabs/Tabs.stories.tsx +141 -0
  351. package/src/{components/tabs/tabs.component.tsx → molecules/tabs/Tabs.tsx} +1 -1
  352. package/src/organisms/__fixtures__/WrapComponent.tsx +11 -0
  353. package/src/organisms/__fixtures__/form-actions.json +240 -0
  354. package/src/organisms/__fixtures__/form-firstname.fixture.json +256 -0
  355. package/src/organisms/__fixtures__/form-wizard.fixture.json +2042 -0
  356. package/src/organisms/__fixtures__/form.fixture.json +2067 -0
  357. package/src/organisms/__fixtures__/useEditForm.tsx +84 -0
  358. package/src/organisms/__fixtures__/utils.ts +74 -0
  359. package/src/{components/form/form.component.spec.tsx → organisms/form/Form.spec.tsx} +6 -7
  360. package/src/organisms/form/Form.stories.tsx +698 -0
  361. package/src/organisms/form/Form.tsx +29 -0
  362. package/src/{components/form-access/formAccess.schema.ts → organisms/form/access/FormAccess.schema.ts} +4 -6
  363. package/src/{components/form-access/formAccess.stories.tsx → organisms/form/access/FormAccess.stories.tsx} +8 -2
  364. package/src/{components/form-access/formAccess.component.tsx → organisms/form/access/FormAccess.tsx} +16 -18
  365. package/src/{components/form-access/formAccess.utils.spec.ts → organisms/form/access/FormAccess.utils.spec.ts} +13 -7
  366. package/src/{components/form-access/formAccess.utils.ts → organisms/form/access/FormAccess.utils.ts} +23 -20
  367. package/src/{components/form-action/formAction.stories.tsx → organisms/form/action/FormAction.stories.tsx} +11 -13
  368. package/src/{components/form-action/formAction.component.tsx → organisms/form/action/FormAction.tsx} +8 -8
  369. package/src/organisms/form/builder/FormBuilder.stories.tsx +97 -0
  370. package/src/organisms/form/builder/FormBuilder.tsx +28 -0
  371. package/src/{components/form-edit/formEdit.reducer.ts → organisms/form/builder/FormEdit.reducer.ts} +6 -6
  372. package/src/{components/form-edit/formEdit.stories.tsx → organisms/form/builder/FormEdit.stories.tsx} +88 -44
  373. package/src/organisms/form/builder/FormEdit.tsx +75 -0
  374. package/src/organisms/form/builder/FormEditCtas.tsx +97 -0
  375. package/src/{components/form-edit/formParameters.component.tsx → organisms/form/builder/FormParameters.tsx} +29 -29
  376. package/src/organisms/form/builder/all.ts +17 -0
  377. package/src/organisms/form/builder/useFormBuilder.ts +143 -0
  378. package/src/{components/form-edit/useFormEdit.hook.ts → organisms/form/builder/useFormEdit.ts} +8 -8
  379. package/src/{components/form-settings/formSettings.component.spec.tsx → organisms/form/settings/FormSettings.component.spec.tsx} +3 -4
  380. package/src/{components/form-settings/formSettings.schema.ts → organisms/form/settings/FormSettings.schema.ts} +2 -2
  381. package/src/{components/form-settings/formSettings.stories.tsx → organisms/form/settings/FormSettings.stories.tsx} +10 -10
  382. package/src/{components/form-settings/formSettings.component.tsx → organisms/form/settings/FormSettings.tsx} +8 -9
  383. package/src/{components/form-settings/formSettings.utils.spec.ts → organisms/form/settings/FormSettings.utils.spec.ts} +1 -1
  384. package/src/{components/form-settings/formSettings.utils.ts → organisms/form/settings/FormSettings.utils.ts} +4 -4
  385. package/src/organisms/form/types.ts +8 -0
  386. package/src/organisms/form/useForm.ts +223 -0
  387. package/src/organisms/modal/RemoveModal.stories.tsx +59 -0
  388. package/src/{components/modal/removeModal.component.tsx → organisms/modal/RemoveModal.tsx} +3 -3
  389. package/src/{components/actions-table/actionsTable.component.spec.tsx → organisms/table/actions/ActionsTable.spec.tsx} +14 -11
  390. package/src/{components/actions-table/actionsTable.stories.tsx → organisms/table/actions/ActionsTable.stories.tsx} +22 -24
  391. package/src/{components/actions-table/actionsTable.component.tsx → organisms/table/actions/ActionsTable.tsx} +14 -21
  392. package/src/{components/forms-table/formsTable.stories.tsx → organisms/table/forms/FormsTable.stories.tsx} +24 -28
  393. package/src/organisms/table/forms/FormsTable.tsx +66 -0
  394. package/src/organisms/table/forms/components/FormsCell.tsx +53 -0
  395. package/src/{components/submissions-table/submissionsTable.stories.tsx → organisms/table/submissions/SubmissionsTable.stories.tsx} +28 -31
  396. package/src/organisms/table/submissions/SubmissionsTable.tsx +13 -0
  397. package/src/registries/components.ts +23 -0
  398. package/src/utils/iconClass.ts +3 -1
  399. package/tsconfig.app.json +11 -0
  400. package/tsconfig.json +10 -5
  401. package/tsconfig.node.json +9 -4
  402. package/tsconfig.spec.json +14 -0
  403. package/vite.config.mts +69 -0
  404. package/vitest.config.mts +21 -0
  405. package/.eslintignore +0 -13
  406. package/.eslintrc.js +0 -7
  407. package/coverage.json +0 -6
  408. package/dist/components/actions-table/actionsTable.component.d.ts +0 -11
  409. package/dist/components/actions-table/actionsTable.component.spec.d.ts +0 -1
  410. package/dist/components/actions-table/actionsTable.stories.d.ts +0 -40
  411. package/dist/components/alert/alert.component.d.ts +0 -6
  412. package/dist/components/alert/alert.component.spec.d.ts +0 -1
  413. package/dist/components/alert/alert.stories.d.ts +0 -15
  414. package/dist/components/card/card.component.spec.d.ts +0 -1
  415. package/dist/components/card/card.stories.d.ts +0 -16
  416. package/dist/components/form/form.component.d.ts +0 -63
  417. package/dist/components/form/form.component.spec.d.ts +0 -1
  418. package/dist/components/form/form.stories.d.ts +0 -6445
  419. package/dist/components/form/useForm.hook.d.ts +0 -60
  420. package/dist/components/form-access/formAccess.component.d.ts +0 -9
  421. package/dist/components/form-access/formAccess.schema.d.ts +0 -5
  422. package/dist/components/form-access/formAccess.stories.d.ts +0 -21
  423. package/dist/components/form-access/formAccess.utils.d.ts +0 -24
  424. package/dist/components/form-access/formAccess.utils.spec.d.ts +0 -1
  425. package/dist/components/form-action/formAction.component.d.ts +0 -9
  426. package/dist/components/form-action/formAction.stories.d.ts +0 -409
  427. package/dist/components/form-builder/formBuilder.component.d.ts +0 -53
  428. package/dist/components/form-builder/formBuilder.stories.d.ts +0 -5989
  429. package/dist/components/form-control/formControl.component.d.ts +0 -14
  430. package/dist/components/form-control/formControl.component.spec.d.ts +0 -1
  431. package/dist/components/form-control/formControl.stories.d.ts +0 -58
  432. package/dist/components/form-edit/formCtas.component.d.ts +0 -28
  433. package/dist/components/form-edit/formEdit.component.d.ts +0 -19
  434. package/dist/components/form-edit/formEdit.reducer.d.ts +0 -10
  435. package/dist/components/form-edit/formEdit.stories.d.ts +0 -396
  436. package/dist/components/form-edit/formParameters.component.d.ts +0 -34
  437. package/dist/components/form-settings/formSettings.component.spec.d.ts +0 -1
  438. package/dist/components/form-settings/formSettings.schema.d.ts +0 -2
  439. package/dist/components/form-settings/formSettings.stories.d.ts +0 -58
  440. package/dist/components/form-settings/formSettings.utils.d.ts +0 -8
  441. package/dist/components/form-settings/formSettings.utils.spec.d.ts +0 -1
  442. package/dist/components/forms-table/components/formCell.component.d.ts +0 -7
  443. package/dist/components/forms-table/formsTable.component.d.ts +0 -11
  444. package/dist/components/forms-table/formsTable.stories.d.ts +0 -117
  445. package/dist/components/index.d.ts +0 -26
  446. package/dist/components/input-tags/inputTags.component.d.ts +0 -19
  447. package/dist/components/input-tags/inputTags.stories.d.ts +0 -76
  448. package/dist/components/input-text/inputText.component.d.ts +0 -28
  449. package/dist/components/input-text/inputText.component.spec.d.ts +0 -1
  450. package/dist/components/input-text/inputText.stories.d.ts +0 -101
  451. package/dist/components/loader/loader.component.d.ts +0 -17
  452. package/dist/components/loader/loader.component.spec.d.ts +0 -1
  453. package/dist/components/loader/loader.stories.d.ts +0 -15
  454. package/dist/components/modal/modal.component.spec.d.ts +0 -1
  455. package/dist/components/modal/modal.stories.d.ts +0 -44
  456. package/dist/components/pagination/pagination.component.d.ts +0 -18
  457. package/dist/components/pagination/pagination.component.spec.d.ts +0 -1
  458. package/dist/components/pagination/pagination.stories.d.ts +0 -16
  459. package/dist/components/react-component/reactComponent.component.d.ts +0 -90
  460. package/dist/components/select/select.component.d.ts +0 -14
  461. package/dist/components/select/select.component.spec.d.ts +0 -1
  462. package/dist/components/select/select.stories.d.ts +0 -164
  463. package/dist/components/submissions-table/submissionsTable.component.d.ts +0 -7
  464. package/dist/components/submissions-table/submissionsTable.stories.d.ts +0 -649
  465. package/dist/components/table/components/defaultArrowSort.component.d.ts +0 -2
  466. package/dist/components/table/components/defaultCell.component.d.ts +0 -2
  467. package/dist/components/table/components/defaultCellHeader.component.d.ts +0 -6
  468. package/dist/components/table/components/defaultCellOperations.component.d.ts +0 -13
  469. package/dist/components/table/components/defaultCells.component.d.ts +0 -5
  470. package/dist/components/table/components/defaultOperationButton.component.d.ts +0 -14
  471. package/dist/components/table/components/defaultRow.component.d.ts +0 -12
  472. package/dist/components/table/components/dragNDropContainer.d.ts +0 -4
  473. package/dist/components/table/filters/defaultColumnFilter.component.d.ts +0 -6
  474. package/dist/components/table/filters/defaultColumnFilter.component.spec.d.ts +0 -1
  475. package/dist/components/table/filters/selectColumnFilter.component.d.ts +0 -11
  476. package/dist/components/table/filters/selectColumnFilter.component.spec.d.ts +0 -1
  477. package/dist/components/table/filters/sliderColumnFilter.component.d.ts +0 -3
  478. package/dist/components/table/hooks/useCustomTable.hook.d.ts +0 -128
  479. package/dist/components/table/hooks/useDragnDropRow.hook.d.ts +0 -274
  480. package/dist/components/table/hooks/useOperations.hook.d.ts +0 -11
  481. package/dist/components/table/index.d.ts +0 -15
  482. package/dist/components/table/table.component.d.ts +0 -3
  483. package/dist/components/table/table.stories.d.ts +0 -71
  484. package/dist/components/table/utils/mapFormToColumns.d.ts +0 -3
  485. package/dist/components/table/utils/swapElements.d.ts +0 -1
  486. package/dist/components/table/utils/swapElements.spec.d.ts +0 -1
  487. package/dist/components/tabs/tabs.component.spec.d.ts +0 -1
  488. package/dist/components/tabs/tabs.component.stories.d.ts +0 -47
  489. package/dist/index.modern.js +0 -7437
  490. package/dist/index.modern.js.map +0 -1
  491. package/dist/interfaces/ActionSchema.d.ts +0 -23
  492. package/dist/interfaces/Submission.d.ts +0 -5
  493. package/dist/setupTests.d.ts +0 -1
  494. package/dist/utils/callLast.d.ts +0 -1
  495. package/jest.config.js +0 -6
  496. package/src/components/alert/alert.stories.tsx +0 -18
  497. package/src/components/form/form.component.tsx +0 -73
  498. package/src/components/form/form.stories.tsx +0 -253
  499. package/src/components/form/useForm.hook.ts +0 -216
  500. package/src/components/form-builder/formBuilder.component.tsx +0 -195
  501. package/src/components/form-builder/formBuilder.stories.tsx +0 -3667
  502. package/src/components/form-control/formControl.component.tsx +0 -58
  503. package/src/components/form-control/formControl.stories.tsx +0 -65
  504. package/src/components/form-edit/formCtas.component.tsx +0 -106
  505. package/src/components/form-edit/formEdit.component.tsx +0 -60
  506. package/src/components/forms-table/components/formCell.component.tsx +0 -48
  507. package/src/components/forms-table/formsTable.component.tsx +0 -42
  508. package/src/components/index.ts +0 -26
  509. package/src/components/input-tags/inputTags.component.tsx +0 -58
  510. package/src/components/input-tags/inputTags.stories.tsx +0 -97
  511. package/src/components/input-text/inputText.component.tsx +0 -85
  512. package/src/components/input-text/inputText.stories.tsx +0 -126
  513. package/src/components/loader/loader.stories.tsx +0 -18
  514. package/src/components/modal/modal.component.spec.tsx +0 -79
  515. package/src/components/modal/modal.stories.tsx +0 -192
  516. package/src/components/pagination/pagination.stories.tsx +0 -40
  517. package/src/components/react-component/reactComponent.component.tsx +0 -197
  518. package/src/components/select/select.component.spec.tsx +0 -85
  519. package/src/components/select/select.component.tsx +0 -88
  520. package/src/components/select/select.stories.tsx +0 -173
  521. package/src/components/submissions-table/submissionsTable.component.tsx +0 -16
  522. package/src/components/table/components/defaultArrowSort.component.tsx +0 -12
  523. package/src/components/table/components/defaultCell.component.tsx +0 -15
  524. package/src/components/table/components/defaultCellHeader.component.tsx +0 -19
  525. package/src/components/table/components/defaultCellOperations.component.tsx +0 -39
  526. package/src/components/table/components/defaultCells.component.tsx +0 -31
  527. package/src/components/table/components/defaultOperationButton.component.tsx +0 -53
  528. package/src/components/table/components/defaultRow.component.tsx +0 -51
  529. package/src/components/table/components/dragNDropContainer.tsx +0 -7
  530. package/src/components/table/filters/defaultColumnFilter.component.spec.tsx +0 -34
  531. package/src/components/table/filters/defaultColumnFilter.component.tsx +0 -39
  532. package/src/components/table/filters/selectColumnFilter.component.spec.tsx +0 -69
  533. package/src/components/table/filters/selectColumnFilter.component.tsx +0 -52
  534. package/src/components/table/filters/sliderColumnFilter.component.tsx +0 -31
  535. package/src/components/table/hooks/useCustomTable.hook.tsx +0 -272
  536. package/src/components/table/hooks/useDragnDropRow.hook.ts +0 -80
  537. package/src/components/table/hooks/useOperations.hook.tsx +0 -39
  538. package/src/components/table/index.ts +0 -15
  539. package/src/components/table/table.component.tsx +0 -100
  540. package/src/components/table/table.stories.tsx +0 -120
  541. package/src/components/table/utils/mapFormToColumns.tsx +0 -34
  542. package/src/components/table/utils/swapElements.spec.ts +0 -7
  543. package/src/components/table/utils/swapElements.ts +0 -7
  544. package/src/components/tabs/tabs.component.stories.tsx +0 -127
  545. package/src/interfaces/ActionSchema.ts +0 -26
  546. package/src/interfaces/Submission.ts +0 -5
  547. package/src/setupTests.tsx +0 -5
  548. package/src/utils/callLast.ts +0 -12
  549. /package/src/{components → molecules}/__fixtures__/form-actions.json +0 -0
  550. /package/src/{components → molecules}/__fixtures__/form.fixture.json +0 -0
  551. /package/src/{components/table → molecules/pagination}/utils/getPageNumbers.ts +0 -0
  552. /package/src/{components → organisms}/__fixtures__/form-schema.json +0 -0
  553. /package/src/{components → organisms}/__fixtures__/form-submissions.json +0 -0
  554. /package/src/{components/actions-table → organisms/table/actions}/__fixtures__/data.json +0 -0
@@ -1,3667 +0,0 @@
1
- import React from "react";
2
-
3
- import { FormBuilder } from "../../index";
4
-
5
- export default {
6
- title: "ReactFormio/FormBuilder",
7
- component: FormBuilder,
8
- argTypes: {
9
- display: {
10
- control: {
11
- type: "select",
12
- options: ["form", "wizard", "pdf"]
13
- }
14
- },
15
- components: {
16
- control: {
17
- type: "object"
18
- }
19
- },
20
- options: {
21
- control: {
22
- type: "object"
23
- }
24
- },
25
- onSubmit: { action: "onSubmit" }
26
- },
27
- parameters: {
28
- docs: {
29
- source: {
30
- type: "code"
31
- }
32
- }
33
- }
34
- };
35
-
36
- export const Sandbox = {
37
- render: ({ display, options, components }: any) => {
38
- return <FormBuilder display={display} options={options} components={components} />;
39
- },
40
- args: {
41
- display: "form",
42
- options: { template: "tailwind", iconset: "bx" },
43
- components: [
44
- {
45
- label: "Text Field",
46
- labelPosition: "top",
47
- placeholder: "",
48
- description: "",
49
- tooltip: "",
50
- prefix: "",
51
- suffix: "",
52
- widget: { type: "input" },
53
- inputMask: "",
54
- allowMultipleMasks: false,
55
- customClass: "",
56
- tabindex: "",
57
- autocomplete: "",
58
- hidden: false,
59
- hideLabel: false,
60
- showWordCount: false,
61
- showCharCount: false,
62
- mask: false,
63
- autofocus: false,
64
- spellcheck: true,
65
- disabled: false,
66
- tableView: true,
67
- modalEdit: false,
68
- multiple: false,
69
- persistent: true,
70
- inputFormat: "plain",
71
- protected: false,
72
- dbIndex: false,
73
- case: "",
74
- encrypted: false,
75
- redrawOn: "",
76
- clearOnHide: true,
77
- customDefaultValue: "",
78
- calculateValue: "",
79
- calculateServer: false,
80
- allowCalculateOverride: false,
81
- validateOn: "change",
82
- validate: {
83
- required: true,
84
- pattern: "",
85
- customMessage: "",
86
- custom: "",
87
- customPrivate: false,
88
- json: "",
89
- minLength: "",
90
- maxLength: "",
91
- strictDateValidation: false,
92
- multiple: false,
93
- unique: false
94
- },
95
- unique: false,
96
- errorLabel: "",
97
- key: "textField",
98
- tags: [],
99
- properties: {},
100
- conditional: { show: null, when: null, eq: "", json: "" },
101
- customConditional: "",
102
- logic: [],
103
- attributes: {},
104
- overlay: {
105
- style: "",
106
- page: "",
107
- left: "",
108
- top: "",
109
- width: "",
110
- height: ""
111
- },
112
- type: "textfield",
113
- input: true,
114
- refreshOn: "",
115
- inputType: "text",
116
- id: "eqb1o4r",
117
- defaultValue: ""
118
- },
119
- {
120
- label: "Text Area",
121
- labelPosition: "top",
122
- placeholder: "Placeholder",
123
- description: "description",
124
- tooltip: "tooltip",
125
- prefix: "",
126
- suffix: "",
127
- widget: { type: "input" },
128
- editor: "",
129
- autoExpand: false,
130
- customClass: "",
131
- tabindex: "",
132
- autocomplete: "",
133
- hidden: false,
134
- hideLabel: false,
135
- showWordCount: false,
136
- showCharCount: false,
137
- autofocus: false,
138
- spellcheck: true,
139
- disabled: false,
140
- tableView: true,
141
- modalEdit: false,
142
- multiple: false,
143
- persistent: true,
144
- inputFormat: "html",
145
- protected: false,
146
- dbIndex: false,
147
- case: "",
148
- encrypted: false,
149
- redrawOn: "",
150
- clearOnHide: true,
151
- customDefaultValue: "",
152
- calculateValue: "",
153
- calculateServer: false,
154
- allowCalculateOverride: false,
155
- validateOn: "change",
156
- validate: {
157
- required: false,
158
- pattern: "",
159
- customMessage: "",
160
- custom: "",
161
- customPrivate: false,
162
- json: "",
163
- minLength: "",
164
- maxLength: "",
165
- minWords: "",
166
- maxWords: "",
167
- strictDateValidation: false,
168
- multiple: false,
169
- unique: false
170
- },
171
- unique: false,
172
- errorLabel: "",
173
- key: "textArea",
174
- tags: [],
175
- properties: {},
176
- conditional: { show: null, when: null, eq: "", json: "" },
177
- customConditional: "",
178
- logic: [],
179
- fixedSize: true,
180
- overlay: {
181
- style: "",
182
- page: "",
183
- left: "",
184
- top: "",
185
- width: "",
186
- height: ""
187
- },
188
- attributes: {},
189
- type: "textarea",
190
- rows: 3,
191
- wysiwyg: false,
192
- input: true,
193
- refreshOn: "",
194
- allowMultipleMasks: false,
195
- mask: false,
196
- inputType: "text",
197
- inputMask: "",
198
- id: "e4jsrqc",
199
- defaultValue: ""
200
- },
201
- {
202
- label: "Number",
203
- labelPosition: "top",
204
- placeholder: "",
205
- description: "",
206
- tooltip: "",
207
- prefix: "",
208
- suffix: "",
209
- widget: { type: "input" },
210
- customClass: "",
211
- tabindex: "",
212
- autocomplete: "",
213
- hidden: false,
214
- hideLabel: false,
215
- mask: false,
216
- autofocus: false,
217
- spellcheck: true,
218
- disabled: false,
219
- tableView: false,
220
- modalEdit: false,
221
- multiple: false,
222
- persistent: true,
223
- delimiter: false,
224
- requireDecimal: false,
225
- inputFormat: "plain",
226
- protected: false,
227
- dbIndex: false,
228
- encrypted: false,
229
- redrawOn: "",
230
- clearOnHide: true,
231
- customDefaultValue: "",
232
- calculateValue: "",
233
- calculateServer: false,
234
- allowCalculateOverride: false,
235
- validateOn: "change",
236
- validate: {
237
- required: false,
238
- customMessage: "",
239
- custom: "",
240
- customPrivate: false,
241
- json: "",
242
- min: "",
243
- max: "",
244
- strictDateValidation: false,
245
- multiple: false,
246
- unique: false,
247
- step: "any",
248
- integer: ""
249
- },
250
- errorLabel: "",
251
- key: "number",
252
- tags: [],
253
- properties: {},
254
- conditional: { show: null, when: null, eq: "", json: "" },
255
- customConditional: "",
256
- logic: [],
257
- attributes: {},
258
- overlay: {
259
- style: "",
260
- page: "",
261
- left: "",
262
- top: "",
263
- width: "",
264
- height: ""
265
- },
266
- type: "number",
267
- input: true,
268
- unique: false,
269
- refreshOn: "",
270
- showCharCount: false,
271
- showWordCount: false,
272
- allowMultipleMasks: false,
273
- id: "ex8zh8u",
274
- defaultValue: null
275
- },
276
- {
277
- label: "Password",
278
- labelPosition: "top",
279
- placeholder: "",
280
- description: "",
281
- tooltip: "",
282
- prefix: "",
283
- suffix: "",
284
- widget: { type: "input" },
285
- customClass: "",
286
- tabindex: "",
287
- autocomplete: "",
288
- hidden: false,
289
- hideLabel: false,
290
- showWordCount: false,
291
- showCharCount: false,
292
- mask: false,
293
- autofocus: false,
294
- spellcheck: true,
295
- disabled: false,
296
- tableView: false,
297
- modalEdit: false,
298
- case: "",
299
- redrawOn: "",
300
- clearOnHide: true,
301
- calculateServer: false,
302
- allowCalculateOverride: false,
303
- validateOn: "change",
304
- validate: {
305
- required: false,
306
- pattern: "",
307
- customMessage: "",
308
- custom: "",
309
- customPrivate: false,
310
- json: "",
311
- minLength: "",
312
- maxLength: "",
313
- strictDateValidation: false,
314
- multiple: false,
315
- unique: false
316
- },
317
- errorLabel: "",
318
- key: "password",
319
- tags: [],
320
- properties: {},
321
- conditional: { show: null, when: null, eq: "", json: "" },
322
- customConditional: "",
323
- logic: [],
324
- attributes: {},
325
- overlay: {
326
- style: "",
327
- page: "",
328
- left: "",
329
- top: "",
330
- width: "",
331
- height: ""
332
- },
333
- type: "password",
334
- input: true,
335
- multiple: false,
336
- defaultValue: null,
337
- protected: true,
338
- unique: false,
339
- persistent: true,
340
- refreshOn: "",
341
- dbIndex: false,
342
- customDefaultValue: "",
343
- calculateValue: "",
344
- encrypted: false,
345
- allowMultipleMasks: false,
346
- inputType: "text",
347
- inputFormat: "plain",
348
- inputMask: "",
349
- id: "etqa5pm"
350
- },
351
- {
352
- label: "Checkbox",
353
- description: "description",
354
- tooltip: "tooltip",
355
- shortcut: "",
356
- inputType: "checkbox",
357
- customClass: "",
358
- tabindex: "",
359
- hidden: false,
360
- hideLabel: false,
361
- autofocus: false,
362
- disabled: false,
363
- tableView: false,
364
- modalEdit: false,
365
- defaultValue: false,
366
- persistent: true,
367
- protected: false,
368
- dbIndex: false,
369
- encrypted: false,
370
- redrawOn: "",
371
- clearOnHide: true,
372
- customDefaultValue: "",
373
- calculateValue: "",
374
- calculateServer: false,
375
- allowCalculateOverride: false,
376
- validate: {
377
- required: false,
378
- customMessage: "",
379
- custom: "",
380
- customPrivate: false,
381
- json: "",
382
- strictDateValidation: false,
383
- multiple: false,
384
- unique: false
385
- },
386
- errorLabel: "",
387
- key: "checkbox",
388
- tags: [],
389
- properties: {},
390
- conditional: { show: null, when: null, eq: "", json: "" },
391
- customConditional: "",
392
- logic: [],
393
- attributes: {},
394
- overlay: {
395
- style: "",
396
- page: "",
397
- left: "",
398
- top: "",
399
- width: "",
400
- height: ""
401
- },
402
- type: "checkbox",
403
- name: "",
404
- value: "",
405
- input: true,
406
- placeholder: "",
407
- prefix: "",
408
- suffix: "",
409
- multiple: false,
410
- unique: false,
411
- refreshOn: "",
412
- labelPosition: "right",
413
- widget: null,
414
- validateOn: "change",
415
- showCharCount: false,
416
- showWordCount: false,
417
- allowMultipleMasks: false,
418
- dataGridLabel: true,
419
- id: "em8ln2m"
420
- },
421
- {
422
- label: "Select Boxes",
423
- labelPosition: "top",
424
- optionsLabelPosition: "right",
425
- description: "",
426
- tooltip: "",
427
- customClass: "",
428
- tabindex: "",
429
- inline: false,
430
- hidden: false,
431
- hideLabel: false,
432
- autofocus: false,
433
- disabled: false,
434
- tableView: false,
435
- modalEdit: false,
436
- values: [
437
- { label: "label", value: "label", shortcut: "" },
438
- { label: "lol", value: "lol", shortcut: "" }
439
- ],
440
- persistent: true,
441
- protected: false,
442
- dbIndex: false,
443
- encrypted: false,
444
- redrawOn: "",
445
- clearOnHide: true,
446
- customDefaultValue: "",
447
- calculateValue: "",
448
- calculateServer: false,
449
- allowCalculateOverride: false,
450
- validate: {
451
- required: false,
452
- customMessage: "",
453
- custom: "",
454
- customPrivate: false,
455
- json: "",
456
- strictDateValidation: false,
457
- multiple: false,
458
- unique: false
459
- },
460
- errorLabel: "",
461
- minSelectedCountMessage: "",
462
- maxSelectedCountMessage: "",
463
- key: "selectBoxes",
464
- tags: [],
465
- properties: {},
466
- conditional: { show: null, when: null, eq: "", json: "" },
467
- customConditional: "",
468
- logic: [],
469
- attributes: {},
470
- overlay: {
471
- style: "",
472
- page: "",
473
- left: "",
474
- top: "",
475
- width: "",
476
- height: ""
477
- },
478
- type: "selectboxes",
479
- input: true,
480
- placeholder: "",
481
- prefix: "",
482
- suffix: "",
483
- multiple: false,
484
- unique: false,
485
- refreshOn: "",
486
- widget: null,
487
- validateOn: "change",
488
- showCharCount: false,
489
- showWordCount: false,
490
- allowMultipleMasks: false,
491
- inputType: "checkbox",
492
- fieldSet: false,
493
- id: "esa4upt",
494
- defaultValue: { "": false }
495
- },
496
- {
497
- label: "Radio",
498
- labelPosition: "top",
499
- optionsLabelPosition: "right",
500
- description: "",
501
- tooltip: "",
502
- customClass: "",
503
- tabindex: "",
504
- inline: false,
505
- hidden: false,
506
- hideLabel: false,
507
- autofocus: false,
508
- disabled: false,
509
- tableView: false,
510
- modalEdit: false,
511
- values: [
512
- { label: "data", value: "data", shortcut: "" },
513
- { label: "label", value: "label", shortcut: "" }
514
- ],
515
- dataType: "",
516
- persistent: true,
517
- protected: false,
518
- dbIndex: false,
519
- encrypted: false,
520
- redrawOn: "",
521
- clearOnHide: true,
522
- customDefaultValue: "",
523
- calculateValue: "",
524
- calculateServer: false,
525
- allowCalculateOverride: false,
526
- validate: {
527
- required: false,
528
- customMessage: "",
529
- custom: "",
530
- customPrivate: false,
531
- json: "",
532
- strictDateValidation: false,
533
- multiple: false,
534
- unique: false
535
- },
536
- errorLabel: "",
537
- key: "radio",
538
- tags: [],
539
- properties: {},
540
- conditional: { show: null, when: null, eq: "", json: "" },
541
- customConditional: "",
542
- logic: [],
543
- attributes: {},
544
- overlay: {
545
- style: "",
546
- page: "",
547
- left: "",
548
- top: "",
549
- width: "",
550
- height: ""
551
- },
552
- type: "radio",
553
- input: true,
554
- placeholder: "",
555
- prefix: "",
556
- suffix: "",
557
- multiple: false,
558
- unique: false,
559
- refreshOn: "",
560
- widget: null,
561
- validateOn: "change",
562
- showCharCount: false,
563
- showWordCount: false,
564
- allowMultipleMasks: false,
565
- inputType: "radio",
566
- fieldSet: false,
567
- id: "edh7o6o",
568
- defaultValue: ""
569
- },
570
- {
571
- label: "Select",
572
- labelPosition: "top",
573
- widget: "choicesjs",
574
- placeholder: "placeholder",
575
- description: "",
576
- tooltip: "",
577
- customClass: "",
578
- tabindex: "",
579
- hidden: false,
580
- hideLabel: false,
581
- uniqueOptions: false,
582
- autofocus: false,
583
- disabled: false,
584
- tableView: true,
585
- modalEdit: false,
586
- multiple: false,
587
- dataSrc: "values",
588
- data: {
589
- values: [
590
- { label: "label", value: "label" },
591
- { label: "save", value: "save" }
592
- ],
593
- resource: "",
594
- json: "",
595
- url: "",
596
- custom: ""
597
- },
598
- valueProperty: "",
599
- dataType: "",
600
- idPath: "id",
601
- template: "<span>{{ item.label }}</span>",
602
- refreshOn: "",
603
- refreshOnBlur: "",
604
- clearOnRefresh: false,
605
- searchEnabled: true,
606
- selectThreshold: 0.3,
607
- readOnlyValue: false,
608
- customOptions: {},
609
- useExactSearch: false,
610
- persistent: true,
611
- protected: false,
612
- dbIndex: false,
613
- encrypted: false,
614
- clearOnHide: true,
615
- customDefaultValue: "",
616
- calculateValue: "",
617
- calculateServer: false,
618
- allowCalculateOverride: false,
619
- validateOn: "change",
620
- validate: {
621
- required: false,
622
- customMessage: "",
623
- custom: "",
624
- customPrivate: false,
625
- json: "",
626
- strictDateValidation: false,
627
- multiple: false,
628
- unique: false
629
- },
630
- unique: false,
631
- errorLabel: "",
632
- key: "select",
633
- tags: [],
634
- properties: {},
635
- conditional: { show: null, when: null, eq: "", json: "" },
636
- customConditional: "",
637
- logic: [],
638
- attributes: {},
639
- overlay: {
640
- style: "",
641
- page: "",
642
- left: "",
643
- top: "",
644
- width: "",
645
- height: ""
646
- },
647
- type: "select",
648
- indexeddb: { filter: {} },
649
- selectFields: "",
650
- searchField: "",
651
- minSearch: 0,
652
- filter: "",
653
- limit: 100,
654
- redrawOn: "",
655
- input: true,
656
- prefix: "",
657
- suffix: "",
658
- showCharCount: false,
659
- showWordCount: false,
660
- allowMultipleMasks: false,
661
- lazyLoad: true,
662
- authenticate: false,
663
- searchThreshold: 0.3,
664
- fuseOptions: { include: "score", threshold: 0.3 },
665
- id: "ebqtqd6",
666
- defaultValue: ""
667
- },
668
- {
669
- label: "Select",
670
- labelPosition: "top",
671
- widget: "html5",
672
- placeholder: "placeholder",
673
- description: "",
674
- tooltip: "",
675
- customClass: "",
676
- tabindex: "",
677
- hidden: false,
678
- hideLabel: false,
679
- uniqueOptions: false,
680
- autofocus: false,
681
- disabled: false,
682
- tableView: true,
683
- modalEdit: false,
684
- multiple: false,
685
- dataSrc: "values",
686
- data: {
687
- values: [{ label: "", value: "" }],
688
- resource: "",
689
- json: "",
690
- url: "",
691
- custom: ""
692
- },
693
- valueProperty: "",
694
- dataType: "",
695
- idPath: "id",
696
- template: "<span>{{ item.label }}</span>",
697
- refreshOn: "",
698
- refreshOnBlur: "",
699
- clearOnRefresh: false,
700
- searchEnabled: true,
701
- selectThreshold: 0.3,
702
- readOnlyValue: false,
703
- customOptions: {},
704
- useExactSearch: false,
705
- persistent: true,
706
- protected: false,
707
- dbIndex: false,
708
- encrypted: false,
709
- clearOnHide: true,
710
- customDefaultValue: "",
711
- calculateValue: "",
712
- calculateServer: false,
713
- allowCalculateOverride: false,
714
- validateOn: "change",
715
- validate: {
716
- required: false,
717
- customMessage: "",
718
- custom: "",
719
- customPrivate: false,
720
- json: "",
721
- strictDateValidation: false,
722
- multiple: false,
723
- unique: false
724
- },
725
- unique: false,
726
- errorLabel: "",
727
- key: "select1",
728
- tags: [],
729
- properties: {},
730
- conditional: { show: null, when: null, eq: "", json: "" },
731
- customConditional: "",
732
- logic: [],
733
- attributes: {},
734
- overlay: {
735
- style: "",
736
- page: "",
737
- left: "",
738
- top: "",
739
- width: "",
740
- height: ""
741
- },
742
- type: "select",
743
- indexeddb: { filter: {} },
744
- selectFields: "",
745
- searchField: "",
746
- minSearch: 0,
747
- filter: "",
748
- limit: 100,
749
- redrawOn: "",
750
- input: true,
751
- prefix: "",
752
- suffix: "",
753
- showCharCount: false,
754
- showWordCount: false,
755
- allowMultipleMasks: false,
756
- lazyLoad: true,
757
- authenticate: false,
758
- searchThreshold: 0.3,
759
- fuseOptions: { include: "score", threshold: 0.3 },
760
- id: "em8m4qk",
761
- defaultValue: ""
762
- },
763
- {
764
- label: "Email",
765
- labelPosition: "top",
766
- placeholder: "",
767
- description: "",
768
- tooltip: "",
769
- prefix: "",
770
- suffix: "",
771
- widget: { type: "input" },
772
- customClass: "",
773
- tabindex: "",
774
- autocomplete: "",
775
- hidden: false,
776
- hideLabel: false,
777
- mask: false,
778
- autofocus: false,
779
- spellcheck: true,
780
- disabled: false,
781
- tableView: true,
782
- modalEdit: false,
783
- multiple: false,
784
- persistent: true,
785
- inputFormat: "plain",
786
- protected: false,
787
- dbIndex: false,
788
- case: "",
789
- encrypted: false,
790
- redrawOn: "",
791
- clearOnHide: true,
792
- customDefaultValue: "",
793
- calculateValue: "",
794
- calculateServer: false,
795
- allowCalculateOverride: false,
796
- validateOn: "change",
797
- validate: {
798
- required: false,
799
- pattern: "",
800
- customMessage: "",
801
- custom: "",
802
- customPrivate: false,
803
- json: "",
804
- minLength: "",
805
- maxLength: "",
806
- strictDateValidation: false,
807
- multiple: false,
808
- unique: false
809
- },
810
- unique: false,
811
- kickbox: { enabled: false },
812
- errorLabel: "",
813
- key: "email",
814
- tags: [],
815
- properties: {},
816
- conditional: { show: null, when: null, eq: "", json: "" },
817
- customConditional: "",
818
- logic: [],
819
- attributes: {},
820
- overlay: {
821
- style: "",
822
- page: "",
823
- left: "",
824
- top: "",
825
- width: "",
826
- height: ""
827
- },
828
- type: "email",
829
- input: true,
830
- refreshOn: "",
831
- showCharCount: false,
832
- showWordCount: false,
833
- allowMultipleMasks: false,
834
- inputType: "email",
835
- inputMask: "",
836
- id: "epj8sj28",
837
- defaultValue: null
838
- },
839
- {
840
- label: "Url",
841
- labelPosition: "top",
842
- placeholder: "",
843
- description: "",
844
- tooltip: "",
845
- prefix: "",
846
- suffix: "",
847
- widget: { type: "input" },
848
- customClass: "",
849
- tabindex: "",
850
- autocomplete: "",
851
- hidden: false,
852
- hideLabel: false,
853
- mask: false,
854
- autofocus: false,
855
- spellcheck: true,
856
- disabled: false,
857
- tableView: true,
858
- modalEdit: false,
859
- multiple: false,
860
- persistent: true,
861
- inputFormat: "plain",
862
- protected: false,
863
- dbIndex: false,
864
- encrypted: false,
865
- redrawOn: "",
866
- clearOnHide: true,
867
- customDefaultValue: "",
868
- calculateValue: "",
869
- calculateServer: false,
870
- allowCalculateOverride: false,
871
- validateOn: "change",
872
- validate: {
873
- required: false,
874
- pattern: "",
875
- customMessage: "",
876
- custom: "",
877
- customPrivate: false,
878
- json: "",
879
- minLength: "",
880
- maxLength: "",
881
- strictDateValidation: false,
882
- multiple: false,
883
- unique: false
884
- },
885
- unique: false,
886
- errorLabel: "",
887
- key: "url",
888
- tags: [],
889
- properties: {},
890
- conditional: { show: null, when: null, eq: "", json: "" },
891
- customConditional: "",
892
- logic: [],
893
- attributes: {},
894
- overlay: {
895
- style: "",
896
- page: "",
897
- left: "",
898
- top: "",
899
- width: "",
900
- height: ""
901
- },
902
- type: "url",
903
- input: true,
904
- refreshOn: "",
905
- showCharCount: false,
906
- showWordCount: false,
907
- allowMultipleMasks: false,
908
- inputType: "url",
909
- inputMask: "",
910
- id: "exw9p4",
911
- defaultValue: null
912
- },
913
- {
914
- label: "Phone Number",
915
- labelPosition: "top",
916
- placeholder: "",
917
- description: "",
918
- tooltip: "",
919
- prefix: "",
920
- suffix: "",
921
- widget: { type: "input" },
922
- inputMask: "(999) 999-9999",
923
- allowMultipleMasks: false,
924
- customClass: "",
925
- tabindex: "",
926
- autocomplete: "",
927
- hidden: false,
928
- hideLabel: false,
929
- mask: false,
930
- autofocus: false,
931
- spellcheck: true,
932
- disabled: false,
933
- tableView: true,
934
- modalEdit: false,
935
- multiple: false,
936
- persistent: true,
937
- inputFormat: "plain",
938
- protected: false,
939
- dbIndex: false,
940
- case: "",
941
- encrypted: false,
942
- redrawOn: "",
943
- clearOnHide: true,
944
- customDefaultValue: "",
945
- calculateValue: "",
946
- calculateServer: false,
947
- allowCalculateOverride: false,
948
- validateOn: "change",
949
- validate: {
950
- required: false,
951
- customMessage: "",
952
- custom: "",
953
- customPrivate: false,
954
- json: "",
955
- strictDateValidation: false,
956
- multiple: false,
957
- unique: false,
958
- minLength: "",
959
- maxLength: "",
960
- pattern: ""
961
- },
962
- unique: false,
963
- errorLabel: "",
964
- key: "phoneNumber",
965
- tags: [],
966
- properties: {},
967
- conditional: { show: null, when: null, eq: "", json: "" },
968
- customConditional: "",
969
- logic: [],
970
- attributes: {},
971
- overlay: {
972
- style: "",
973
- page: "",
974
- left: "",
975
- top: "",
976
- width: "",
977
- height: ""
978
- },
979
- type: "phoneNumber",
980
- input: true,
981
- refreshOn: "",
982
- showCharCount: false,
983
- showWordCount: false,
984
- inputType: "tel",
985
- id: "e2c7lpl",
986
- defaultValue: null
987
- },
988
- {
989
- label: "Tags",
990
- labelPosition: "top",
991
- placeholder: "",
992
- description: "",
993
- tooltip: "",
994
- customClass: "",
995
- tabindex: "",
996
- hidden: false,
997
- hideLabel: false,
998
- autofocus: false,
999
- disabled: false,
1000
- tableView: false,
1001
- modalEdit: false,
1002
- delimeter: ",",
1003
- maxTags: 0,
1004
- storeas: "string",
1005
- persistent: true,
1006
- protected: false,
1007
- dbIndex: false,
1008
- encrypted: false,
1009
- redrawOn: "",
1010
- clearOnHide: true,
1011
- customDefaultValue: "",
1012
- calculateValue: "",
1013
- calculateServer: false,
1014
- allowCalculateOverride: false,
1015
- validate: {
1016
- required: false,
1017
- customMessage: "",
1018
- custom: "",
1019
- customPrivate: false,
1020
- json: "",
1021
- strictDateValidation: false,
1022
- multiple: false,
1023
- unique: false
1024
- },
1025
- unique: false,
1026
- validateOn: "change",
1027
- errorLabel: "",
1028
- key: "tags",
1029
- tags: [],
1030
- properties: {},
1031
- conditional: { show: null, when: null, eq: "", json: "" },
1032
- customConditional: "",
1033
- logic: [],
1034
- attributes: {},
1035
- overlay: {
1036
- style: "",
1037
- page: "",
1038
- left: "",
1039
- top: "",
1040
- width: "",
1041
- height: ""
1042
- },
1043
- type: "tags",
1044
- input: true,
1045
- prefix: "",
1046
- suffix: "",
1047
- multiple: false,
1048
- refreshOn: "",
1049
- widget: { type: "input" },
1050
- showCharCount: false,
1051
- showWordCount: false,
1052
- allowMultipleMasks: false,
1053
- id: "ejc82t",
1054
- defaultValue: null
1055
- },
1056
- {
1057
- label: "Address",
1058
- labelPosition: "top",
1059
- enableManualMode: false,
1060
- disableClearIcon: false,
1061
- placeholder: "",
1062
- description: "",
1063
- tooltip: "",
1064
- customClass: "",
1065
- tabindex: "",
1066
- hidden: false,
1067
- hideLabel: false,
1068
- autofocus: false,
1069
- disabled: false,
1070
- tableView: false,
1071
- modalEdit: false,
1072
- multiple: false,
1073
- persistent: true,
1074
- protected: false,
1075
- dbIndex: false,
1076
- encrypted: false,
1077
- redrawOn: "",
1078
- clearOnHide: true,
1079
- customDefaultValue: "",
1080
- calculateValue: "",
1081
- calculateServer: false,
1082
- allowCalculateOverride: false,
1083
- provider: "google",
1084
- manualModeViewString: "",
1085
- validate: {
1086
- required: false,
1087
- customMessage: "",
1088
- custom: "",
1089
- customPrivate: false,
1090
- json: "",
1091
- strictDateValidation: false,
1092
- multiple: false,
1093
- unique: false
1094
- },
1095
- unique: false,
1096
- validateOn: "change",
1097
- errorLabel: "",
1098
- key: "address",
1099
- tags: [],
1100
- properties: {},
1101
- conditional: { show: null, when: null, eq: "", json: "" },
1102
- customConditional: "",
1103
- logic: [],
1104
- attributes: {},
1105
- overlay: {
1106
- style: "",
1107
- page: "",
1108
- left: "",
1109
- top: "",
1110
- width: "",
1111
- height: ""
1112
- },
1113
- type: "address",
1114
- switchToManualModeLabel: "Can't find address? Switch to manual mode.",
1115
- input: true,
1116
- prefix: "",
1117
- suffix: "",
1118
- refreshOn: "",
1119
- widget: null,
1120
- showCharCount: false,
1121
- showWordCount: false,
1122
- allowMultipleMasks: false,
1123
- tree: true,
1124
- components: [
1125
- {
1126
- label: "Address 1",
1127
- tableView: false,
1128
- key: "address1",
1129
- type: "textfield",
1130
- input: true,
1131
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1132
- placeholder: "",
1133
- prefix: "",
1134
- customClass: "",
1135
- suffix: "",
1136
- multiple: false,
1137
- defaultValue: null,
1138
- protected: false,
1139
- unique: false,
1140
- persistent: true,
1141
- hidden: false,
1142
- clearOnHide: true,
1143
- refreshOn: "",
1144
- redrawOn: "",
1145
- modalEdit: false,
1146
- labelPosition: "top",
1147
- description: "",
1148
- errorLabel: "",
1149
- tooltip: "",
1150
- hideLabel: false,
1151
- tabindex: "",
1152
- disabled: false,
1153
- autofocus: false,
1154
- dbIndex: false,
1155
- customDefaultValue: "",
1156
- calculateValue: "",
1157
- calculateServer: false,
1158
- widget: { type: "input" },
1159
- attributes: {},
1160
- validateOn: "change",
1161
- validate: {
1162
- required: false,
1163
- custom: "",
1164
- customPrivate: false,
1165
- strictDateValidation: false,
1166
- multiple: false,
1167
- unique: false,
1168
- minLength: "",
1169
- maxLength: "",
1170
- pattern: ""
1171
- },
1172
- conditional: { show: null, when: null, eq: "" },
1173
- overlay: { style: "", left: "", top: "", width: "", height: "" },
1174
- allowCalculateOverride: false,
1175
- encrypted: false,
1176
- showCharCount: false,
1177
- showWordCount: false,
1178
- properties: {},
1179
- allowMultipleMasks: false,
1180
- mask: false,
1181
- inputType: "text",
1182
- inputFormat: "plain",
1183
- inputMask: "",
1184
- spellcheck: true,
1185
- id: "eecfg6h"
1186
- },
1187
- {
1188
- label: "Address 2",
1189
- tableView: false,
1190
- key: "address2",
1191
- type: "textfield",
1192
- input: true,
1193
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1194
- placeholder: "",
1195
- prefix: "",
1196
- customClass: "",
1197
- suffix: "",
1198
- multiple: false,
1199
- defaultValue: null,
1200
- protected: false,
1201
- unique: false,
1202
- persistent: true,
1203
- hidden: false,
1204
- clearOnHide: true,
1205
- refreshOn: "",
1206
- redrawOn: "",
1207
- modalEdit: false,
1208
- labelPosition: "top",
1209
- description: "",
1210
- errorLabel: "",
1211
- tooltip: "",
1212
- hideLabel: false,
1213
- tabindex: "",
1214
- disabled: false,
1215
- autofocus: false,
1216
- dbIndex: false,
1217
- customDefaultValue: "",
1218
- calculateValue: "",
1219
- calculateServer: false,
1220
- widget: { type: "input" },
1221
- attributes: {},
1222
- validateOn: "change",
1223
- validate: {
1224
- required: false,
1225
- custom: "",
1226
- customPrivate: false,
1227
- strictDateValidation: false,
1228
- multiple: false,
1229
- unique: false,
1230
- minLength: "",
1231
- maxLength: "",
1232
- pattern: ""
1233
- },
1234
- conditional: { show: null, when: null, eq: "" },
1235
- overlay: { style: "", left: "", top: "", width: "", height: "" },
1236
- allowCalculateOverride: false,
1237
- encrypted: false,
1238
- showCharCount: false,
1239
- showWordCount: false,
1240
- properties: {},
1241
- allowMultipleMasks: false,
1242
- mask: false,
1243
- inputType: "text",
1244
- inputFormat: "plain",
1245
- inputMask: "",
1246
- spellcheck: true,
1247
- id: "eajhpuu"
1248
- },
1249
- {
1250
- label: "City",
1251
- tableView: false,
1252
- key: "city",
1253
- type: "textfield",
1254
- input: true,
1255
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1256
- placeholder: "",
1257
- prefix: "",
1258
- customClass: "",
1259
- suffix: "",
1260
- multiple: false,
1261
- defaultValue: null,
1262
- protected: false,
1263
- unique: false,
1264
- persistent: true,
1265
- hidden: false,
1266
- clearOnHide: true,
1267
- refreshOn: "",
1268
- redrawOn: "",
1269
- modalEdit: false,
1270
- labelPosition: "top",
1271
- description: "",
1272
- errorLabel: "",
1273
- tooltip: "",
1274
- hideLabel: false,
1275
- tabindex: "",
1276
- disabled: false,
1277
- autofocus: false,
1278
- dbIndex: false,
1279
- customDefaultValue: "",
1280
- calculateValue: "",
1281
- calculateServer: false,
1282
- widget: { type: "input" },
1283
- attributes: {},
1284
- validateOn: "change",
1285
- validate: {
1286
- required: false,
1287
- custom: "",
1288
- customPrivate: false,
1289
- strictDateValidation: false,
1290
- multiple: false,
1291
- unique: false,
1292
- minLength: "",
1293
- maxLength: "",
1294
- pattern: ""
1295
- },
1296
- conditional: { show: null, when: null, eq: "" },
1297
- overlay: { style: "", left: "", top: "", width: "", height: "" },
1298
- allowCalculateOverride: false,
1299
- encrypted: false,
1300
- showCharCount: false,
1301
- showWordCount: false,
1302
- properties: {},
1303
- allowMultipleMasks: false,
1304
- mask: false,
1305
- inputType: "text",
1306
- inputFormat: "plain",
1307
- inputMask: "",
1308
- spellcheck: true,
1309
- id: "efpnrca7"
1310
- },
1311
- {
1312
- label: "State",
1313
- tableView: false,
1314
- key: "state",
1315
- type: "textfield",
1316
- input: true,
1317
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1318
- placeholder: "",
1319
- prefix: "",
1320
- customClass: "",
1321
- suffix: "",
1322
- multiple: false,
1323
- defaultValue: null,
1324
- protected: false,
1325
- unique: false,
1326
- persistent: true,
1327
- hidden: false,
1328
- clearOnHide: true,
1329
- refreshOn: "",
1330
- redrawOn: "",
1331
- modalEdit: false,
1332
- labelPosition: "top",
1333
- description: "",
1334
- errorLabel: "",
1335
- tooltip: "",
1336
- hideLabel: false,
1337
- tabindex: "",
1338
- disabled: false,
1339
- autofocus: false,
1340
- dbIndex: false,
1341
- customDefaultValue: "",
1342
- calculateValue: "",
1343
- calculateServer: false,
1344
- widget: { type: "input" },
1345
- attributes: {},
1346
- validateOn: "change",
1347
- validate: {
1348
- required: false,
1349
- custom: "",
1350
- customPrivate: false,
1351
- strictDateValidation: false,
1352
- multiple: false,
1353
- unique: false,
1354
- minLength: "",
1355
- maxLength: "",
1356
- pattern: ""
1357
- },
1358
- conditional: { show: null, when: null, eq: "" },
1359
- overlay: { style: "", left: "", top: "", width: "", height: "" },
1360
- allowCalculateOverride: false,
1361
- encrypted: false,
1362
- showCharCount: false,
1363
- showWordCount: false,
1364
- properties: {},
1365
- allowMultipleMasks: false,
1366
- mask: false,
1367
- inputType: "text",
1368
- inputFormat: "plain",
1369
- inputMask: "",
1370
- spellcheck: true,
1371
- id: "eu3kksv"
1372
- },
1373
- {
1374
- label: "Country",
1375
- tableView: false,
1376
- key: "country",
1377
- type: "textfield",
1378
- input: true,
1379
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1380
- placeholder: "",
1381
- prefix: "",
1382
- customClass: "",
1383
- suffix: "",
1384
- multiple: false,
1385
- defaultValue: null,
1386
- protected: false,
1387
- unique: false,
1388
- persistent: true,
1389
- hidden: false,
1390
- clearOnHide: true,
1391
- refreshOn: "",
1392
- redrawOn: "",
1393
- modalEdit: false,
1394
- labelPosition: "top",
1395
- description: "",
1396
- errorLabel: "",
1397
- tooltip: "",
1398
- hideLabel: false,
1399
- tabindex: "",
1400
- disabled: false,
1401
- autofocus: false,
1402
- dbIndex: false,
1403
- customDefaultValue: "",
1404
- calculateValue: "",
1405
- calculateServer: false,
1406
- widget: { type: "input" },
1407
- attributes: {},
1408
- validateOn: "change",
1409
- validate: {
1410
- required: false,
1411
- custom: "",
1412
- customPrivate: false,
1413
- strictDateValidation: false,
1414
- multiple: false,
1415
- unique: false,
1416
- minLength: "",
1417
- maxLength: "",
1418
- pattern: ""
1419
- },
1420
- conditional: { show: null, when: null, eq: "" },
1421
- overlay: { style: "", left: "", top: "", width: "", height: "" },
1422
- allowCalculateOverride: false,
1423
- encrypted: false,
1424
- showCharCount: false,
1425
- showWordCount: false,
1426
- properties: {},
1427
- allowMultipleMasks: false,
1428
- mask: false,
1429
- inputType: "text",
1430
- inputFormat: "plain",
1431
- inputMask: "",
1432
- spellcheck: true,
1433
- id: "el39cu9"
1434
- },
1435
- {
1436
- label: "Zip Code",
1437
- tableView: false,
1438
- key: "zip",
1439
- type: "textfield",
1440
- input: true,
1441
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1442
- placeholder: "",
1443
- prefix: "",
1444
- customClass: "",
1445
- suffix: "",
1446
- multiple: false,
1447
- defaultValue: null,
1448
- protected: false,
1449
- unique: false,
1450
- persistent: true,
1451
- hidden: false,
1452
- clearOnHide: true,
1453
- refreshOn: "",
1454
- redrawOn: "",
1455
- modalEdit: false,
1456
- labelPosition: "top",
1457
- description: "",
1458
- errorLabel: "",
1459
- tooltip: "",
1460
- hideLabel: false,
1461
- tabindex: "",
1462
- disabled: false,
1463
- autofocus: false,
1464
- dbIndex: false,
1465
- customDefaultValue: "",
1466
- calculateValue: "",
1467
- calculateServer: false,
1468
- widget: { type: "input" },
1469
- attributes: {},
1470
- validateOn: "change",
1471
- validate: {
1472
- required: false,
1473
- custom: "",
1474
- customPrivate: false,
1475
- strictDateValidation: false,
1476
- multiple: false,
1477
- unique: false,
1478
- minLength: "",
1479
- maxLength: "",
1480
- pattern: ""
1481
- },
1482
- conditional: { show: null, when: null, eq: "" },
1483
- overlay: { style: "", left: "", top: "", width: "", height: "" },
1484
- allowCalculateOverride: false,
1485
- encrypted: false,
1486
- showCharCount: false,
1487
- showWordCount: false,
1488
- properties: {},
1489
- allowMultipleMasks: false,
1490
- mask: false,
1491
- inputType: "text",
1492
- inputFormat: "plain",
1493
- inputMask: "",
1494
- spellcheck: true,
1495
- id: "epyac4"
1496
- }
1497
- ],
1498
- providerOptions: { params: { key: "fze", region: "" } },
1499
- id: "er02e2gb",
1500
- defaultValue: {}
1501
- },
1502
- {
1503
- label: "Date / Time",
1504
- labelPosition: "top",
1505
- displayInTimezone: "viewer",
1506
- useLocaleSettings: false,
1507
- allowInput: true,
1508
- format: "yyyy-MM-dd hh:mm a",
1509
- placeholder: "",
1510
- description: "",
1511
- tooltip: "",
1512
- customClass: "",
1513
- tabindex: "",
1514
- hidden: false,
1515
- hideLabel: false,
1516
- autofocus: false,
1517
- disabled: false,
1518
- tableView: false,
1519
- modalEdit: false,
1520
- enableDate: true,
1521
- enableMinDateInput: false,
1522
- datePicker: {
1523
- minDate: null,
1524
- maxDate: null,
1525
- disable: "",
1526
- disableFunction: "",
1527
- disableWeekends: false,
1528
- disableWeekdays: false,
1529
- showWeeks: true,
1530
- startingDay: 0,
1531
- initDate: "",
1532
- minMode: "day",
1533
- maxMode: "year",
1534
- yearRows: 4,
1535
- yearColumns: 5
1536
- },
1537
- enableMaxDateInput: false,
1538
- enableTime: true,
1539
- timePicker: {
1540
- showMeridian: true,
1541
- hourStep: 1,
1542
- minuteStep: 1,
1543
- readonlyInput: false,
1544
- mousewheel: true,
1545
- arrowkeys: true
1546
- },
1547
- multiple: false,
1548
- defaultValue: "",
1549
- defaultDate: "",
1550
- customOptions: {},
1551
- persistent: true,
1552
- protected: false,
1553
- dbIndex: false,
1554
- encrypted: false,
1555
- redrawOn: "",
1556
- clearOnHide: true,
1557
- customDefaultValue: "",
1558
- calculateValue: "",
1559
- calculateServer: false,
1560
- allowCalculateOverride: false,
1561
- validate: {
1562
- required: false,
1563
- customMessage: "",
1564
- custom: "",
1565
- customPrivate: false,
1566
- json: "",
1567
- strictDateValidation: false,
1568
- multiple: false,
1569
- unique: false
1570
- },
1571
- unique: false,
1572
- validateOn: "change",
1573
- errorLabel: "",
1574
- key: "dateTime",
1575
- tags: [],
1576
- properties: {},
1577
- conditional: { show: null, when: null, eq: "", json: "" },
1578
- customConditional: "",
1579
- logic: [],
1580
- attributes: {},
1581
- overlay: {
1582
- style: "",
1583
- page: "",
1584
- left: "",
1585
- top: "",
1586
- width: "",
1587
- height: ""
1588
- },
1589
- type: "datetime",
1590
- timezone: "",
1591
- input: true,
1592
- prefix: "",
1593
- suffix: "",
1594
- refreshOn: "",
1595
- widget: {
1596
- type: "calendar",
1597
- displayInTimezone: "viewer",
1598
- locale: "en",
1599
- useLocaleSettings: false,
1600
- allowInput: true,
1601
- mode: "single",
1602
- enableTime: true,
1603
- noCalendar: false,
1604
- format: "yyyy-MM-dd hh:mm a",
1605
- hourIncrement: 1,
1606
- minuteIncrement: 1,
1607
- minDate: null,
1608
- disabledDates: "",
1609
- disableWeekends: false,
1610
- disableWeekdays: false,
1611
- disableFunction: "",
1612
- maxDate: null
1613
- },
1614
- showCharCount: false,
1615
- showWordCount: false,
1616
- allowMultipleMasks: false,
1617
- datepickerMode: "day",
1618
- id: "el9idgl"
1619
- },
1620
- {
1621
- label: "Day",
1622
- hideInputLabels: false,
1623
- inputsLabelPosition: "top",
1624
- description: "",
1625
- useLocaleSettings: false,
1626
- tooltip: "",
1627
- customClass: "",
1628
- tabindex: "",
1629
- hidden: false,
1630
- hideLabel: false,
1631
- autofocus: false,
1632
- disabled: false,
1633
- tableView: false,
1634
- modalEdit: false,
1635
- fields: {
1636
- day: {
1637
- type: "number",
1638
- placeholder: "",
1639
- hide: false,
1640
- required: false
1641
- },
1642
- month: {
1643
- type: "select",
1644
- placeholder: "",
1645
- hide: false,
1646
- required: false
1647
- },
1648
- year: {
1649
- type: "number",
1650
- placeholder: "",
1651
- hide: false,
1652
- required: false
1653
- }
1654
- },
1655
- dayFirst: false,
1656
- persistent: true,
1657
- protected: false,
1658
- dbIndex: false,
1659
- encrypted: false,
1660
- redrawOn: "",
1661
- clearOnHide: true,
1662
- customDefaultValue: "",
1663
- calculateValue: "",
1664
- calculateServer: false,
1665
- allowCalculateOverride: false,
1666
- validateOn: "change",
1667
- maxDate: "",
1668
- minDate: "",
1669
- unique: false,
1670
- errorLabel: "",
1671
- validate: {
1672
- customMessage: "",
1673
- custom: "",
1674
- customPrivate: false,
1675
- json: "",
1676
- required: false,
1677
- strictDateValidation: false,
1678
- multiple: false,
1679
- unique: false
1680
- },
1681
- key: "day",
1682
- tags: [],
1683
- properties: {},
1684
- conditional: { show: null, when: null, eq: "", json: "" },
1685
- customConditional: "",
1686
- logic: [],
1687
- attributes: {},
1688
- overlay: {
1689
- style: "",
1690
- page: "",
1691
- left: "",
1692
- top: "",
1693
- width: "",
1694
- height: ""
1695
- },
1696
- type: "day",
1697
- input: true,
1698
- placeholder: "",
1699
- prefix: "",
1700
- suffix: "",
1701
- multiple: false,
1702
- refreshOn: "",
1703
- labelPosition: "top",
1704
- widget: null,
1705
- showCharCount: false,
1706
- showWordCount: false,
1707
- allowMultipleMasks: false,
1708
- id: "ecgefls",
1709
- defaultValue: "00/00/0000"
1710
- },
1711
- {
1712
- label: "Currency",
1713
- labelPosition: "top",
1714
- placeholder: "",
1715
- description: "",
1716
- tooltip: "",
1717
- prefix: "",
1718
- suffix: "",
1719
- widget: { type: "input" },
1720
- customClass: "",
1721
- tabindex: "",
1722
- autocomplete: "",
1723
- hidden: false,
1724
- hideLabel: false,
1725
- mask: false,
1726
- autofocus: false,
1727
- spellcheck: true,
1728
- disabled: false,
1729
- tableView: false,
1730
- modalEdit: false,
1731
- multiple: false,
1732
- persistent: true,
1733
- currency: "USD",
1734
- inputFormat: "plain",
1735
- protected: false,
1736
- dbIndex: false,
1737
- case: "",
1738
- encrypted: false,
1739
- redrawOn: "",
1740
- clearOnHide: true,
1741
- customDefaultValue: "",
1742
- calculateValue: "",
1743
- calculateServer: false,
1744
- allowCalculateOverride: false,
1745
- validateOn: "change",
1746
- validate: {
1747
- required: false,
1748
- customMessage: "",
1749
- custom: "",
1750
- customPrivate: false,
1751
- json: "",
1752
- strictDateValidation: false,
1753
- multiple: false,
1754
- unique: false,
1755
- min: "",
1756
- max: "",
1757
- step: "any",
1758
- integer: ""
1759
- },
1760
- unique: false,
1761
- errorLabel: "",
1762
- key: "currency",
1763
- tags: [],
1764
- properties: {},
1765
- conditional: { show: null, when: null, eq: "", json: "" },
1766
- customConditional: "",
1767
- logic: [],
1768
- attributes: {},
1769
- overlay: {
1770
- style: "",
1771
- page: "",
1772
- left: "",
1773
- top: "",
1774
- width: "",
1775
- height: ""
1776
- },
1777
- type: "currency",
1778
- input: true,
1779
- refreshOn: "",
1780
- showCharCount: false,
1781
- showWordCount: false,
1782
- allowMultipleMasks: false,
1783
- delimiter: true,
1784
- id: "em22wkd",
1785
- defaultValue: null
1786
- },
1787
- {
1788
- type: "button",
1789
- label: "Submit",
1790
- key: "submit",
1791
- size: "md",
1792
- block: false,
1793
- action: "submit",
1794
- disableOnInvalid: true,
1795
- theme: "primary",
1796
- input: true,
1797
- placeholder: "",
1798
- prefix: "",
1799
- customClass: "",
1800
- suffix: "",
1801
- multiple: false,
1802
- defaultValue: null,
1803
- protected: false,
1804
- unique: false,
1805
- persistent: false,
1806
- hidden: false,
1807
- clearOnHide: true,
1808
- refreshOn: "",
1809
- redrawOn: "",
1810
- tableView: false,
1811
- modalEdit: false,
1812
- labelPosition: "top",
1813
- description: "",
1814
- errorLabel: "",
1815
- tooltip: "",
1816
- hideLabel: false,
1817
- tabindex: "",
1818
- disabled: false,
1819
- autofocus: false,
1820
- dbIndex: false,
1821
- customDefaultValue: "",
1822
- calculateValue: "",
1823
- calculateServer: false,
1824
- widget: { type: "input" },
1825
- attributes: {},
1826
- validateOn: "change",
1827
- validate: {
1828
- required: false,
1829
- custom: "",
1830
- customPrivate: false,
1831
- strictDateValidation: false,
1832
- multiple: false,
1833
- unique: false
1834
- },
1835
- conditional: { show: null, when: null, eq: "" },
1836
- overlay: { style: "", left: "", top: "", width: "", height: "" },
1837
- allowCalculateOverride: false,
1838
- encrypted: false,
1839
- showCharCount: false,
1840
- showWordCount: false,
1841
- properties: {},
1842
- allowMultipleMasks: false,
1843
- leftIcon: "",
1844
- rightIcon: "",
1845
- dataGridLabel: true,
1846
- id: "e08gq3l"
1847
- }
1848
- ]
1849
- }
1850
- };
1851
-
1852
- export const Wizard = {
1853
- render: (args: any) => {
1854
- return <FormBuilder {...args} />;
1855
- },
1856
-
1857
- args: {
1858
- display: "wizard",
1859
- components: [
1860
- {
1861
- label: "Text Field",
1862
- labelPosition: "top",
1863
- placeholder: "",
1864
- description: "",
1865
- tooltip: "",
1866
- prefix: "",
1867
- suffix: "",
1868
- widget: { type: "input" },
1869
- inputMask: "",
1870
- allowMultipleMasks: false,
1871
- customClass: "",
1872
- tabindex: "",
1873
- autocomplete: "",
1874
- hidden: false,
1875
- hideLabel: false,
1876
- showWordCount: false,
1877
- showCharCount: false,
1878
- mask: false,
1879
- autofocus: false,
1880
- spellcheck: true,
1881
- disabled: false,
1882
- tableView: true,
1883
- modalEdit: false,
1884
- multiple: false,
1885
- persistent: true,
1886
- inputFormat: "plain",
1887
- protected: false,
1888
- dbIndex: false,
1889
- case: "",
1890
- encrypted: false,
1891
- redrawOn: "",
1892
- clearOnHide: true,
1893
- customDefaultValue: "",
1894
- calculateValue: "",
1895
- calculateServer: false,
1896
- allowCalculateOverride: false,
1897
- validateOn: "change",
1898
- validate: {
1899
- required: true,
1900
- pattern: "",
1901
- customMessage: "",
1902
- custom: "",
1903
- customPrivate: false,
1904
- json: "",
1905
- minLength: "",
1906
- maxLength: "",
1907
- strictDateValidation: false,
1908
- multiple: false,
1909
- unique: false
1910
- },
1911
- unique: false,
1912
- errorLabel: "",
1913
- key: "textField",
1914
- tags: [],
1915
- properties: {},
1916
- conditional: { show: null, when: null, eq: "", json: "" },
1917
- customConditional: "",
1918
- logic: [],
1919
- attributes: {},
1920
- overlay: {
1921
- style: "",
1922
- page: "",
1923
- left: "",
1924
- top: "",
1925
- width: "",
1926
- height: ""
1927
- },
1928
- type: "textfield",
1929
- input: true,
1930
- refreshOn: "",
1931
- inputType: "text",
1932
- id: "eqb1o4r",
1933
- defaultValue: ""
1934
- },
1935
- {
1936
- label: "Text Area",
1937
- labelPosition: "top",
1938
- placeholder: "Placeholder",
1939
- description: "description",
1940
- tooltip: "tooltip",
1941
- prefix: "",
1942
- suffix: "",
1943
- widget: { type: "input" },
1944
- editor: "",
1945
- autoExpand: false,
1946
- customClass: "",
1947
- tabindex: "",
1948
- autocomplete: "",
1949
- hidden: false,
1950
- hideLabel: false,
1951
- showWordCount: false,
1952
- showCharCount: false,
1953
- autofocus: false,
1954
- spellcheck: true,
1955
- disabled: false,
1956
- tableView: true,
1957
- modalEdit: false,
1958
- multiple: false,
1959
- persistent: true,
1960
- inputFormat: "html",
1961
- protected: false,
1962
- dbIndex: false,
1963
- case: "",
1964
- encrypted: false,
1965
- redrawOn: "",
1966
- clearOnHide: true,
1967
- customDefaultValue: "",
1968
- calculateValue: "",
1969
- calculateServer: false,
1970
- allowCalculateOverride: false,
1971
- validateOn: "change",
1972
- validate: {
1973
- required: false,
1974
- pattern: "",
1975
- customMessage: "",
1976
- custom: "",
1977
- customPrivate: false,
1978
- json: "",
1979
- minLength: "",
1980
- maxLength: "",
1981
- minWords: "",
1982
- maxWords: "",
1983
- strictDateValidation: false,
1984
- multiple: false,
1985
- unique: false
1986
- },
1987
- unique: false,
1988
- errorLabel: "",
1989
- key: "textArea",
1990
- tags: [],
1991
- properties: {},
1992
- conditional: { show: null, when: null, eq: "", json: "" },
1993
- customConditional: "",
1994
- logic: [],
1995
- fixedSize: true,
1996
- overlay: {
1997
- style: "",
1998
- page: "",
1999
- left: "",
2000
- top: "",
2001
- width: "",
2002
- height: ""
2003
- },
2004
- attributes: {},
2005
- type: "textarea",
2006
- rows: 3,
2007
- wysiwyg: false,
2008
- input: true,
2009
- refreshOn: "",
2010
- allowMultipleMasks: false,
2011
- mask: false,
2012
- inputType: "text",
2013
- inputMask: "",
2014
- id: "e4jsrqc",
2015
- defaultValue: ""
2016
- },
2017
- {
2018
- label: "Number",
2019
- labelPosition: "top",
2020
- placeholder: "",
2021
- description: "",
2022
- tooltip: "",
2023
- prefix: "",
2024
- suffix: "",
2025
- widget: { type: "input" },
2026
- customClass: "",
2027
- tabindex: "",
2028
- autocomplete: "",
2029
- hidden: false,
2030
- hideLabel: false,
2031
- mask: false,
2032
- autofocus: false,
2033
- spellcheck: true,
2034
- disabled: false,
2035
- tableView: false,
2036
- modalEdit: false,
2037
- multiple: false,
2038
- persistent: true,
2039
- delimiter: false,
2040
- requireDecimal: false,
2041
- inputFormat: "plain",
2042
- protected: false,
2043
- dbIndex: false,
2044
- encrypted: false,
2045
- redrawOn: "",
2046
- clearOnHide: true,
2047
- customDefaultValue: "",
2048
- calculateValue: "",
2049
- calculateServer: false,
2050
- allowCalculateOverride: false,
2051
- validateOn: "change",
2052
- validate: {
2053
- required: false,
2054
- customMessage: "",
2055
- custom: "",
2056
- customPrivate: false,
2057
- json: "",
2058
- min: "",
2059
- max: "",
2060
- strictDateValidation: false,
2061
- multiple: false,
2062
- unique: false,
2063
- step: "any",
2064
- integer: ""
2065
- },
2066
- errorLabel: "",
2067
- key: "number",
2068
- tags: [],
2069
- properties: {},
2070
- conditional: { show: null, when: null, eq: "", json: "" },
2071
- customConditional: "",
2072
- logic: [],
2073
- attributes: {},
2074
- overlay: {
2075
- style: "",
2076
- page: "",
2077
- left: "",
2078
- top: "",
2079
- width: "",
2080
- height: ""
2081
- },
2082
- type: "number",
2083
- input: true,
2084
- unique: false,
2085
- refreshOn: "",
2086
- showCharCount: false,
2087
- showWordCount: false,
2088
- allowMultipleMasks: false,
2089
- id: "ex8zh8u",
2090
- defaultValue: null
2091
- },
2092
- {
2093
- label: "Password",
2094
- labelPosition: "top",
2095
- placeholder: "",
2096
- description: "",
2097
- tooltip: "",
2098
- prefix: "",
2099
- suffix: "",
2100
- widget: { type: "input" },
2101
- customClass: "",
2102
- tabindex: "",
2103
- autocomplete: "",
2104
- hidden: false,
2105
- hideLabel: false,
2106
- showWordCount: false,
2107
- showCharCount: false,
2108
- mask: false,
2109
- autofocus: false,
2110
- spellcheck: true,
2111
- disabled: false,
2112
- tableView: false,
2113
- modalEdit: false,
2114
- case: "",
2115
- redrawOn: "",
2116
- clearOnHide: true,
2117
- calculateServer: false,
2118
- allowCalculateOverride: false,
2119
- validateOn: "change",
2120
- validate: {
2121
- required: false,
2122
- pattern: "",
2123
- customMessage: "",
2124
- custom: "",
2125
- customPrivate: false,
2126
- json: "",
2127
- minLength: "",
2128
- maxLength: "",
2129
- strictDateValidation: false,
2130
- multiple: false,
2131
- unique: false
2132
- },
2133
- errorLabel: "",
2134
- key: "password",
2135
- tags: [],
2136
- properties: {},
2137
- conditional: { show: null, when: null, eq: "", json: "" },
2138
- customConditional: "",
2139
- logic: [],
2140
- attributes: {},
2141
- overlay: {
2142
- style: "",
2143
- page: "",
2144
- left: "",
2145
- top: "",
2146
- width: "",
2147
- height: ""
2148
- },
2149
- type: "password",
2150
- input: true,
2151
- multiple: false,
2152
- defaultValue: null,
2153
- protected: true,
2154
- unique: false,
2155
- persistent: true,
2156
- refreshOn: "",
2157
- dbIndex: false,
2158
- customDefaultValue: "",
2159
- calculateValue: "",
2160
- encrypted: false,
2161
- allowMultipleMasks: false,
2162
- inputType: "text",
2163
- inputFormat: "plain",
2164
- inputMask: "",
2165
- id: "etqa5pm"
2166
- },
2167
- {
2168
- label: "Checkbox",
2169
- description: "description",
2170
- tooltip: "tooltip",
2171
- shortcut: "",
2172
- inputType: "checkbox",
2173
- customClass: "",
2174
- tabindex: "",
2175
- hidden: false,
2176
- hideLabel: false,
2177
- autofocus: false,
2178
- disabled: false,
2179
- tableView: false,
2180
- modalEdit: false,
2181
- defaultValue: false,
2182
- persistent: true,
2183
- protected: false,
2184
- dbIndex: false,
2185
- encrypted: false,
2186
- redrawOn: "",
2187
- clearOnHide: true,
2188
- customDefaultValue: "",
2189
- calculateValue: "",
2190
- calculateServer: false,
2191
- allowCalculateOverride: false,
2192
- validate: {
2193
- required: false,
2194
- customMessage: "",
2195
- custom: "",
2196
- customPrivate: false,
2197
- json: "",
2198
- strictDateValidation: false,
2199
- multiple: false,
2200
- unique: false
2201
- },
2202
- errorLabel: "",
2203
- key: "checkbox",
2204
- tags: [],
2205
- properties: {},
2206
- conditional: { show: null, when: null, eq: "", json: "" },
2207
- customConditional: "",
2208
- logic: [],
2209
- attributes: {},
2210
- overlay: {
2211
- style: "",
2212
- page: "",
2213
- left: "",
2214
- top: "",
2215
- width: "",
2216
- height: ""
2217
- },
2218
- type: "checkbox",
2219
- name: "",
2220
- value: "",
2221
- input: true,
2222
- placeholder: "",
2223
- prefix: "",
2224
- suffix: "",
2225
- multiple: false,
2226
- unique: false,
2227
- refreshOn: "",
2228
- labelPosition: "right",
2229
- widget: null,
2230
- validateOn: "change",
2231
- showCharCount: false,
2232
- showWordCount: false,
2233
- allowMultipleMasks: false,
2234
- dataGridLabel: true,
2235
- id: "em8ln2m"
2236
- },
2237
- {
2238
- label: "Select Boxes",
2239
- labelPosition: "top",
2240
- optionsLabelPosition: "right",
2241
- description: "",
2242
- tooltip: "",
2243
- customClass: "",
2244
- tabindex: "",
2245
- inline: false,
2246
- hidden: false,
2247
- hideLabel: false,
2248
- autofocus: false,
2249
- disabled: false,
2250
- tableView: false,
2251
- modalEdit: false,
2252
- values: [
2253
- { label: "label", value: "label", shortcut: "" },
2254
- { label: "lol", value: "lol", shortcut: "" }
2255
- ],
2256
- persistent: true,
2257
- protected: false,
2258
- dbIndex: false,
2259
- encrypted: false,
2260
- redrawOn: "",
2261
- clearOnHide: true,
2262
- customDefaultValue: "",
2263
- calculateValue: "",
2264
- calculateServer: false,
2265
- allowCalculateOverride: false,
2266
- validate: {
2267
- required: false,
2268
- customMessage: "",
2269
- custom: "",
2270
- customPrivate: false,
2271
- json: "",
2272
- strictDateValidation: false,
2273
- multiple: false,
2274
- unique: false
2275
- },
2276
- errorLabel: "",
2277
- minSelectedCountMessage: "",
2278
- maxSelectedCountMessage: "",
2279
- key: "selectBoxes",
2280
- tags: [],
2281
- properties: {},
2282
- conditional: { show: null, when: null, eq: "", json: "" },
2283
- customConditional: "",
2284
- logic: [],
2285
- attributes: {},
2286
- overlay: {
2287
- style: "",
2288
- page: "",
2289
- left: "",
2290
- top: "",
2291
- width: "",
2292
- height: ""
2293
- },
2294
- type: "selectboxes",
2295
- input: true,
2296
- placeholder: "",
2297
- prefix: "",
2298
- suffix: "",
2299
- multiple: false,
2300
- unique: false,
2301
- refreshOn: "",
2302
- widget: null,
2303
- validateOn: "change",
2304
- showCharCount: false,
2305
- showWordCount: false,
2306
- allowMultipleMasks: false,
2307
- inputType: "checkbox",
2308
- fieldSet: false,
2309
- id: "esa4upt",
2310
- defaultValue: { "": false }
2311
- },
2312
- {
2313
- label: "Radio",
2314
- labelPosition: "top",
2315
- optionsLabelPosition: "right",
2316
- description: "",
2317
- tooltip: "",
2318
- customClass: "",
2319
- tabindex: "",
2320
- inline: false,
2321
- hidden: false,
2322
- hideLabel: false,
2323
- autofocus: false,
2324
- disabled: false,
2325
- tableView: false,
2326
- modalEdit: false,
2327
- values: [
2328
- { label: "data", value: "data", shortcut: "" },
2329
- { label: "label", value: "label", shortcut: "" }
2330
- ],
2331
- dataType: "",
2332
- persistent: true,
2333
- protected: false,
2334
- dbIndex: false,
2335
- encrypted: false,
2336
- redrawOn: "",
2337
- clearOnHide: true,
2338
- customDefaultValue: "",
2339
- calculateValue: "",
2340
- calculateServer: false,
2341
- allowCalculateOverride: false,
2342
- validate: {
2343
- required: false,
2344
- customMessage: "",
2345
- custom: "",
2346
- customPrivate: false,
2347
- json: "",
2348
- strictDateValidation: false,
2349
- multiple: false,
2350
- unique: false
2351
- },
2352
- errorLabel: "",
2353
- key: "radio",
2354
- tags: [],
2355
- properties: {},
2356
- conditional: { show: null, when: null, eq: "", json: "" },
2357
- customConditional: "",
2358
- logic: [],
2359
- attributes: {},
2360
- overlay: {
2361
- style: "",
2362
- page: "",
2363
- left: "",
2364
- top: "",
2365
- width: "",
2366
- height: ""
2367
- },
2368
- type: "radio",
2369
- input: true,
2370
- placeholder: "",
2371
- prefix: "",
2372
- suffix: "",
2373
- multiple: false,
2374
- unique: false,
2375
- refreshOn: "",
2376
- widget: null,
2377
- validateOn: "change",
2378
- showCharCount: false,
2379
- showWordCount: false,
2380
- allowMultipleMasks: false,
2381
- inputType: "radio",
2382
- fieldSet: false,
2383
- id: "edh7o6o",
2384
- defaultValue: ""
2385
- },
2386
- {
2387
- label: "Select",
2388
- labelPosition: "top",
2389
- widget: "choicesjs",
2390
- placeholder: "placeholder",
2391
- description: "",
2392
- tooltip: "",
2393
- customClass: "",
2394
- tabindex: "",
2395
- hidden: false,
2396
- hideLabel: false,
2397
- uniqueOptions: false,
2398
- autofocus: false,
2399
- disabled: false,
2400
- tableView: true,
2401
- modalEdit: false,
2402
- multiple: false,
2403
- dataSrc: "values",
2404
- data: {
2405
- values: [
2406
- { label: "label", value: "label" },
2407
- { label: "save", value: "save" }
2408
- ],
2409
- resource: "",
2410
- json: "",
2411
- url: "",
2412
- custom: ""
2413
- },
2414
- valueProperty: "",
2415
- dataType: "",
2416
- idPath: "id",
2417
- template: "<span>{{ item.label }}</span>",
2418
- refreshOn: "",
2419
- refreshOnBlur: "",
2420
- clearOnRefresh: false,
2421
- searchEnabled: true,
2422
- selectThreshold: 0.3,
2423
- readOnlyValue: false,
2424
- customOptions: {},
2425
- useExactSearch: false,
2426
- persistent: true,
2427
- protected: false,
2428
- dbIndex: false,
2429
- encrypted: false,
2430
- clearOnHide: true,
2431
- customDefaultValue: "",
2432
- calculateValue: "",
2433
- calculateServer: false,
2434
- allowCalculateOverride: false,
2435
- validateOn: "change",
2436
- validate: {
2437
- required: false,
2438
- customMessage: "",
2439
- custom: "",
2440
- customPrivate: false,
2441
- json: "",
2442
- strictDateValidation: false,
2443
- multiple: false,
2444
- unique: false
2445
- },
2446
- unique: false,
2447
- errorLabel: "",
2448
- key: "select",
2449
- tags: [],
2450
- properties: {},
2451
- conditional: { show: null, when: null, eq: "", json: "" },
2452
- customConditional: "",
2453
- logic: [],
2454
- attributes: {},
2455
- overlay: {
2456
- style: "",
2457
- page: "",
2458
- left: "",
2459
- top: "",
2460
- width: "",
2461
- height: ""
2462
- },
2463
- type: "select",
2464
- indexeddb: { filter: {} },
2465
- selectFields: "",
2466
- searchField: "",
2467
- minSearch: 0,
2468
- filter: "",
2469
- limit: 100,
2470
- redrawOn: "",
2471
- input: true,
2472
- prefix: "",
2473
- suffix: "",
2474
- showCharCount: false,
2475
- showWordCount: false,
2476
- allowMultipleMasks: false,
2477
- lazyLoad: true,
2478
- authenticate: false,
2479
- searchThreshold: 0.3,
2480
- fuseOptions: { include: "score", threshold: 0.3 },
2481
- id: "ebqtqd6",
2482
- defaultValue: ""
2483
- },
2484
- {
2485
- label: "Select",
2486
- labelPosition: "top",
2487
- widget: "html5",
2488
- placeholder: "placeholder",
2489
- description: "",
2490
- tooltip: "",
2491
- customClass: "",
2492
- tabindex: "",
2493
- hidden: false,
2494
- hideLabel: false,
2495
- uniqueOptions: false,
2496
- autofocus: false,
2497
- disabled: false,
2498
- tableView: true,
2499
- modalEdit: false,
2500
- multiple: false,
2501
- dataSrc: "values",
2502
- data: {
2503
- values: [{ label: "", value: "" }],
2504
- resource: "",
2505
- json: "",
2506
- url: "",
2507
- custom: ""
2508
- },
2509
- valueProperty: "",
2510
- dataType: "",
2511
- idPath: "id",
2512
- template: "<span>{{ item.label }}</span>",
2513
- refreshOn: "",
2514
- refreshOnBlur: "",
2515
- clearOnRefresh: false,
2516
- searchEnabled: true,
2517
- selectThreshold: 0.3,
2518
- readOnlyValue: false,
2519
- customOptions: {},
2520
- useExactSearch: false,
2521
- persistent: true,
2522
- protected: false,
2523
- dbIndex: false,
2524
- encrypted: false,
2525
- clearOnHide: true,
2526
- customDefaultValue: "",
2527
- calculateValue: "",
2528
- calculateServer: false,
2529
- allowCalculateOverride: false,
2530
- validateOn: "change",
2531
- validate: {
2532
- required: false,
2533
- customMessage: "",
2534
- custom: "",
2535
- customPrivate: false,
2536
- json: "",
2537
- strictDateValidation: false,
2538
- multiple: false,
2539
- unique: false
2540
- },
2541
- unique: false,
2542
- errorLabel: "",
2543
- key: "select1",
2544
- tags: [],
2545
- properties: {},
2546
- conditional: { show: null, when: null, eq: "", json: "" },
2547
- customConditional: "",
2548
- logic: [],
2549
- attributes: {},
2550
- overlay: {
2551
- style: "",
2552
- page: "",
2553
- left: "",
2554
- top: "",
2555
- width: "",
2556
- height: ""
2557
- },
2558
- type: "select",
2559
- indexeddb: { filter: {} },
2560
- selectFields: "",
2561
- searchField: "",
2562
- minSearch: 0,
2563
- filter: "",
2564
- limit: 100,
2565
- redrawOn: "",
2566
- input: true,
2567
- prefix: "",
2568
- suffix: "",
2569
- showCharCount: false,
2570
- showWordCount: false,
2571
- allowMultipleMasks: false,
2572
- lazyLoad: true,
2573
- authenticate: false,
2574
- searchThreshold: 0.3,
2575
- fuseOptions: { include: "score", threshold: 0.3 },
2576
- id: "em8m4qk",
2577
- defaultValue: ""
2578
- },
2579
- {
2580
- label: "Email",
2581
- labelPosition: "top",
2582
- placeholder: "",
2583
- description: "",
2584
- tooltip: "",
2585
- prefix: "",
2586
- suffix: "",
2587
- widget: { type: "input" },
2588
- customClass: "",
2589
- tabindex: "",
2590
- autocomplete: "",
2591
- hidden: false,
2592
- hideLabel: false,
2593
- mask: false,
2594
- autofocus: false,
2595
- spellcheck: true,
2596
- disabled: false,
2597
- tableView: true,
2598
- modalEdit: false,
2599
- multiple: false,
2600
- persistent: true,
2601
- inputFormat: "plain",
2602
- protected: false,
2603
- dbIndex: false,
2604
- case: "",
2605
- encrypted: false,
2606
- redrawOn: "",
2607
- clearOnHide: true,
2608
- customDefaultValue: "",
2609
- calculateValue: "",
2610
- calculateServer: false,
2611
- allowCalculateOverride: false,
2612
- validateOn: "change",
2613
- validate: {
2614
- required: false,
2615
- pattern: "",
2616
- customMessage: "",
2617
- custom: "",
2618
- customPrivate: false,
2619
- json: "",
2620
- minLength: "",
2621
- maxLength: "",
2622
- strictDateValidation: false,
2623
- multiple: false,
2624
- unique: false
2625
- },
2626
- unique: false,
2627
- kickbox: { enabled: false },
2628
- errorLabel: "",
2629
- key: "email",
2630
- tags: [],
2631
- properties: {},
2632
- conditional: { show: null, when: null, eq: "", json: "" },
2633
- customConditional: "",
2634
- logic: [],
2635
- attributes: {},
2636
- overlay: {
2637
- style: "",
2638
- page: "",
2639
- left: "",
2640
- top: "",
2641
- width: "",
2642
- height: ""
2643
- },
2644
- type: "email",
2645
- input: true,
2646
- refreshOn: "",
2647
- showCharCount: false,
2648
- showWordCount: false,
2649
- allowMultipleMasks: false,
2650
- inputType: "email",
2651
- inputMask: "",
2652
- id: "epj8sj28",
2653
- defaultValue: null
2654
- },
2655
- {
2656
- label: "Url",
2657
- labelPosition: "top",
2658
- placeholder: "",
2659
- description: "",
2660
- tooltip: "",
2661
- prefix: "",
2662
- suffix: "",
2663
- widget: { type: "input" },
2664
- customClass: "",
2665
- tabindex: "",
2666
- autocomplete: "",
2667
- hidden: false,
2668
- hideLabel: false,
2669
- mask: false,
2670
- autofocus: false,
2671
- spellcheck: true,
2672
- disabled: false,
2673
- tableView: true,
2674
- modalEdit: false,
2675
- multiple: false,
2676
- persistent: true,
2677
- inputFormat: "plain",
2678
- protected: false,
2679
- dbIndex: false,
2680
- encrypted: false,
2681
- redrawOn: "",
2682
- clearOnHide: true,
2683
- customDefaultValue: "",
2684
- calculateValue: "",
2685
- calculateServer: false,
2686
- allowCalculateOverride: false,
2687
- validateOn: "change",
2688
- validate: {
2689
- required: false,
2690
- pattern: "",
2691
- customMessage: "",
2692
- custom: "",
2693
- customPrivate: false,
2694
- json: "",
2695
- minLength: "",
2696
- maxLength: "",
2697
- strictDateValidation: false,
2698
- multiple: false,
2699
- unique: false
2700
- },
2701
- unique: false,
2702
- errorLabel: "",
2703
- key: "url",
2704
- tags: [],
2705
- properties: {},
2706
- conditional: { show: null, when: null, eq: "", json: "" },
2707
- customConditional: "",
2708
- logic: [],
2709
- attributes: {},
2710
- overlay: {
2711
- style: "",
2712
- page: "",
2713
- left: "",
2714
- top: "",
2715
- width: "",
2716
- height: ""
2717
- },
2718
- type: "url",
2719
- input: true,
2720
- refreshOn: "",
2721
- showCharCount: false,
2722
- showWordCount: false,
2723
- allowMultipleMasks: false,
2724
- inputType: "url",
2725
- inputMask: "",
2726
- id: "exw9p4",
2727
- defaultValue: null
2728
- },
2729
- {
2730
- label: "Phone Number",
2731
- labelPosition: "top",
2732
- placeholder: "",
2733
- description: "",
2734
- tooltip: "",
2735
- prefix: "",
2736
- suffix: "",
2737
- widget: { type: "input" },
2738
- inputMask: "(999) 999-9999",
2739
- allowMultipleMasks: false,
2740
- customClass: "",
2741
- tabindex: "",
2742
- autocomplete: "",
2743
- hidden: false,
2744
- hideLabel: false,
2745
- mask: false,
2746
- autofocus: false,
2747
- spellcheck: true,
2748
- disabled: false,
2749
- tableView: true,
2750
- modalEdit: false,
2751
- multiple: false,
2752
- persistent: true,
2753
- inputFormat: "plain",
2754
- protected: false,
2755
- dbIndex: false,
2756
- case: "",
2757
- encrypted: false,
2758
- redrawOn: "",
2759
- clearOnHide: true,
2760
- customDefaultValue: "",
2761
- calculateValue: "",
2762
- calculateServer: false,
2763
- allowCalculateOverride: false,
2764
- validateOn: "change",
2765
- validate: {
2766
- required: false,
2767
- customMessage: "",
2768
- custom: "",
2769
- customPrivate: false,
2770
- json: "",
2771
- strictDateValidation: false,
2772
- multiple: false,
2773
- unique: false,
2774
- minLength: "",
2775
- maxLength: "",
2776
- pattern: ""
2777
- },
2778
- unique: false,
2779
- errorLabel: "",
2780
- key: "phoneNumber",
2781
- tags: [],
2782
- properties: {},
2783
- conditional: { show: null, when: null, eq: "", json: "" },
2784
- customConditional: "",
2785
- logic: [],
2786
- attributes: {},
2787
- overlay: {
2788
- style: "",
2789
- page: "",
2790
- left: "",
2791
- top: "",
2792
- width: "",
2793
- height: ""
2794
- },
2795
- type: "phoneNumber",
2796
- input: true,
2797
- refreshOn: "",
2798
- showCharCount: false,
2799
- showWordCount: false,
2800
- inputType: "tel",
2801
- id: "e2c7lpl",
2802
- defaultValue: null
2803
- },
2804
- {
2805
- label: "Tags",
2806
- labelPosition: "top",
2807
- placeholder: "",
2808
- description: "",
2809
- tooltip: "",
2810
- customClass: "",
2811
- tabindex: "",
2812
- hidden: false,
2813
- hideLabel: false,
2814
- autofocus: false,
2815
- disabled: false,
2816
- tableView: false,
2817
- modalEdit: false,
2818
- delimeter: ",",
2819
- maxTags: 0,
2820
- storeas: "string",
2821
- persistent: true,
2822
- protected: false,
2823
- dbIndex: false,
2824
- encrypted: false,
2825
- redrawOn: "",
2826
- clearOnHide: true,
2827
- customDefaultValue: "",
2828
- calculateValue: "",
2829
- calculateServer: false,
2830
- allowCalculateOverride: false,
2831
- validate: {
2832
- required: false,
2833
- customMessage: "",
2834
- custom: "",
2835
- customPrivate: false,
2836
- json: "",
2837
- strictDateValidation: false,
2838
- multiple: false,
2839
- unique: false
2840
- },
2841
- unique: false,
2842
- validateOn: "change",
2843
- errorLabel: "",
2844
- key: "tags",
2845
- tags: [],
2846
- properties: {},
2847
- conditional: { show: null, when: null, eq: "", json: "" },
2848
- customConditional: "",
2849
- logic: [],
2850
- attributes: {},
2851
- overlay: {
2852
- style: "",
2853
- page: "",
2854
- left: "",
2855
- top: "",
2856
- width: "",
2857
- height: ""
2858
- },
2859
- type: "tags",
2860
- input: true,
2861
- prefix: "",
2862
- suffix: "",
2863
- multiple: false,
2864
- refreshOn: "",
2865
- widget: { type: "input" },
2866
- showCharCount: false,
2867
- showWordCount: false,
2868
- allowMultipleMasks: false,
2869
- id: "ejc82t",
2870
- defaultValue: null
2871
- },
2872
- {
2873
- label: "Address",
2874
- labelPosition: "top",
2875
- enableManualMode: false,
2876
- disableClearIcon: false,
2877
- placeholder: "",
2878
- description: "",
2879
- tooltip: "",
2880
- customClass: "",
2881
- tabindex: "",
2882
- hidden: false,
2883
- hideLabel: false,
2884
- autofocus: false,
2885
- disabled: false,
2886
- tableView: false,
2887
- modalEdit: false,
2888
- multiple: false,
2889
- persistent: true,
2890
- protected: false,
2891
- dbIndex: false,
2892
- encrypted: false,
2893
- redrawOn: "",
2894
- clearOnHide: true,
2895
- customDefaultValue: "",
2896
- calculateValue: "",
2897
- calculateServer: false,
2898
- allowCalculateOverride: false,
2899
- provider: "google",
2900
- manualModeViewString: "",
2901
- validate: {
2902
- required: false,
2903
- customMessage: "",
2904
- custom: "",
2905
- customPrivate: false,
2906
- json: "",
2907
- strictDateValidation: false,
2908
- multiple: false,
2909
- unique: false
2910
- },
2911
- unique: false,
2912
- validateOn: "change",
2913
- errorLabel: "",
2914
- key: "address",
2915
- tags: [],
2916
- properties: {},
2917
- conditional: { show: null, when: null, eq: "", json: "" },
2918
- customConditional: "",
2919
- logic: [],
2920
- attributes: {},
2921
- overlay: {
2922
- style: "",
2923
- page: "",
2924
- left: "",
2925
- top: "",
2926
- width: "",
2927
- height: ""
2928
- },
2929
- type: "address",
2930
- switchToManualModeLabel: "Can't find address? Switch to manual mode.",
2931
- input: true,
2932
- prefix: "",
2933
- suffix: "",
2934
- refreshOn: "",
2935
- widget: null,
2936
- showCharCount: false,
2937
- showWordCount: false,
2938
- allowMultipleMasks: false,
2939
- tree: true,
2940
- components: [
2941
- {
2942
- label: "Address 1",
2943
- tableView: false,
2944
- key: "address1",
2945
- type: "textfield",
2946
- input: true,
2947
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
2948
- placeholder: "",
2949
- prefix: "",
2950
- customClass: "",
2951
- suffix: "",
2952
- multiple: false,
2953
- defaultValue: null,
2954
- protected: false,
2955
- unique: false,
2956
- persistent: true,
2957
- hidden: false,
2958
- clearOnHide: true,
2959
- refreshOn: "",
2960
- redrawOn: "",
2961
- modalEdit: false,
2962
- labelPosition: "top",
2963
- description: "",
2964
- errorLabel: "",
2965
- tooltip: "",
2966
- hideLabel: false,
2967
- tabindex: "",
2968
- disabled: false,
2969
- autofocus: false,
2970
- dbIndex: false,
2971
- customDefaultValue: "",
2972
- calculateValue: "",
2973
- calculateServer: false,
2974
- widget: { type: "input" },
2975
- attributes: {},
2976
- validateOn: "change",
2977
- validate: {
2978
- required: false,
2979
- custom: "",
2980
- customPrivate: false,
2981
- strictDateValidation: false,
2982
- multiple: false,
2983
- unique: false,
2984
- minLength: "",
2985
- maxLength: "",
2986
- pattern: ""
2987
- },
2988
- conditional: { show: null, when: null, eq: "" },
2989
- overlay: { style: "", left: "", top: "", width: "", height: "" },
2990
- allowCalculateOverride: false,
2991
- encrypted: false,
2992
- showCharCount: false,
2993
- showWordCount: false,
2994
- properties: {},
2995
- allowMultipleMasks: false,
2996
- mask: false,
2997
- inputType: "text",
2998
- inputFormat: "plain",
2999
- inputMask: "",
3000
- spellcheck: true,
3001
- id: "eecfg6h"
3002
- },
3003
- {
3004
- label: "Address 2",
3005
- tableView: false,
3006
- key: "address2",
3007
- type: "textfield",
3008
- input: true,
3009
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
3010
- placeholder: "",
3011
- prefix: "",
3012
- customClass: "",
3013
- suffix: "",
3014
- multiple: false,
3015
- defaultValue: null,
3016
- protected: false,
3017
- unique: false,
3018
- persistent: true,
3019
- hidden: false,
3020
- clearOnHide: true,
3021
- refreshOn: "",
3022
- redrawOn: "",
3023
- modalEdit: false,
3024
- labelPosition: "top",
3025
- description: "",
3026
- errorLabel: "",
3027
- tooltip: "",
3028
- hideLabel: false,
3029
- tabindex: "",
3030
- disabled: false,
3031
- autofocus: false,
3032
- dbIndex: false,
3033
- customDefaultValue: "",
3034
- calculateValue: "",
3035
- calculateServer: false,
3036
- widget: { type: "input" },
3037
- attributes: {},
3038
- validateOn: "change",
3039
- validate: {
3040
- required: false,
3041
- custom: "",
3042
- customPrivate: false,
3043
- strictDateValidation: false,
3044
- multiple: false,
3045
- unique: false,
3046
- minLength: "",
3047
- maxLength: "",
3048
- pattern: ""
3049
- },
3050
- conditional: { show: null, when: null, eq: "" },
3051
- overlay: { style: "", left: "", top: "", width: "", height: "" },
3052
- allowCalculateOverride: false,
3053
- encrypted: false,
3054
- showCharCount: false,
3055
- showWordCount: false,
3056
- properties: {},
3057
- allowMultipleMasks: false,
3058
- mask: false,
3059
- inputType: "text",
3060
- inputFormat: "plain",
3061
- inputMask: "",
3062
- spellcheck: true,
3063
- id: "eajhpuu"
3064
- },
3065
- {
3066
- label: "City",
3067
- tableView: false,
3068
- key: "city",
3069
- type: "textfield",
3070
- input: true,
3071
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
3072
- placeholder: "",
3073
- prefix: "",
3074
- customClass: "",
3075
- suffix: "",
3076
- multiple: false,
3077
- defaultValue: null,
3078
- protected: false,
3079
- unique: false,
3080
- persistent: true,
3081
- hidden: false,
3082
- clearOnHide: true,
3083
- refreshOn: "",
3084
- redrawOn: "",
3085
- modalEdit: false,
3086
- labelPosition: "top",
3087
- description: "",
3088
- errorLabel: "",
3089
- tooltip: "",
3090
- hideLabel: false,
3091
- tabindex: "",
3092
- disabled: false,
3093
- autofocus: false,
3094
- dbIndex: false,
3095
- customDefaultValue: "",
3096
- calculateValue: "",
3097
- calculateServer: false,
3098
- widget: { type: "input" },
3099
- attributes: {},
3100
- validateOn: "change",
3101
- validate: {
3102
- required: false,
3103
- custom: "",
3104
- customPrivate: false,
3105
- strictDateValidation: false,
3106
- multiple: false,
3107
- unique: false,
3108
- minLength: "",
3109
- maxLength: "",
3110
- pattern: ""
3111
- },
3112
- conditional: { show: null, when: null, eq: "" },
3113
- overlay: { style: "", left: "", top: "", width: "", height: "" },
3114
- allowCalculateOverride: false,
3115
- encrypted: false,
3116
- showCharCount: false,
3117
- showWordCount: false,
3118
- properties: {},
3119
- allowMultipleMasks: false,
3120
- mask: false,
3121
- inputType: "text",
3122
- inputFormat: "plain",
3123
- inputMask: "",
3124
- spellcheck: true,
3125
- id: "efpnrca7"
3126
- },
3127
- {
3128
- label: "State",
3129
- tableView: false,
3130
- key: "state",
3131
- type: "textfield",
3132
- input: true,
3133
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
3134
- placeholder: "",
3135
- prefix: "",
3136
- customClass: "",
3137
- suffix: "",
3138
- multiple: false,
3139
- defaultValue: null,
3140
- protected: false,
3141
- unique: false,
3142
- persistent: true,
3143
- hidden: false,
3144
- clearOnHide: true,
3145
- refreshOn: "",
3146
- redrawOn: "",
3147
- modalEdit: false,
3148
- labelPosition: "top",
3149
- description: "",
3150
- errorLabel: "",
3151
- tooltip: "",
3152
- hideLabel: false,
3153
- tabindex: "",
3154
- disabled: false,
3155
- autofocus: false,
3156
- dbIndex: false,
3157
- customDefaultValue: "",
3158
- calculateValue: "",
3159
- calculateServer: false,
3160
- widget: { type: "input" },
3161
- attributes: {},
3162
- validateOn: "change",
3163
- validate: {
3164
- required: false,
3165
- custom: "",
3166
- customPrivate: false,
3167
- strictDateValidation: false,
3168
- multiple: false,
3169
- unique: false,
3170
- minLength: "",
3171
- maxLength: "",
3172
- pattern: ""
3173
- },
3174
- conditional: { show: null, when: null, eq: "" },
3175
- overlay: { style: "", left: "", top: "", width: "", height: "" },
3176
- allowCalculateOverride: false,
3177
- encrypted: false,
3178
- showCharCount: false,
3179
- showWordCount: false,
3180
- properties: {},
3181
- allowMultipleMasks: false,
3182
- mask: false,
3183
- inputType: "text",
3184
- inputFormat: "plain",
3185
- inputMask: "",
3186
- spellcheck: true,
3187
- id: "eu3kksv"
3188
- },
3189
- {
3190
- label: "Country",
3191
- tableView: false,
3192
- key: "country",
3193
- type: "textfield",
3194
- input: true,
3195
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
3196
- placeholder: "",
3197
- prefix: "",
3198
- customClass: "",
3199
- suffix: "",
3200
- multiple: false,
3201
- defaultValue: null,
3202
- protected: false,
3203
- unique: false,
3204
- persistent: true,
3205
- hidden: false,
3206
- clearOnHide: true,
3207
- refreshOn: "",
3208
- redrawOn: "",
3209
- modalEdit: false,
3210
- labelPosition: "top",
3211
- description: "",
3212
- errorLabel: "",
3213
- tooltip: "",
3214
- hideLabel: false,
3215
- tabindex: "",
3216
- disabled: false,
3217
- autofocus: false,
3218
- dbIndex: false,
3219
- customDefaultValue: "",
3220
- calculateValue: "",
3221
- calculateServer: false,
3222
- widget: { type: "input" },
3223
- attributes: {},
3224
- validateOn: "change",
3225
- validate: {
3226
- required: false,
3227
- custom: "",
3228
- customPrivate: false,
3229
- strictDateValidation: false,
3230
- multiple: false,
3231
- unique: false,
3232
- minLength: "",
3233
- maxLength: "",
3234
- pattern: ""
3235
- },
3236
- conditional: { show: null, when: null, eq: "" },
3237
- overlay: { style: "", left: "", top: "", width: "", height: "" },
3238
- allowCalculateOverride: false,
3239
- encrypted: false,
3240
- showCharCount: false,
3241
- showWordCount: false,
3242
- properties: {},
3243
- allowMultipleMasks: false,
3244
- mask: false,
3245
- inputType: "text",
3246
- inputFormat: "plain",
3247
- inputMask: "",
3248
- spellcheck: true,
3249
- id: "el39cu9"
3250
- },
3251
- {
3252
- label: "Zip Code",
3253
- tableView: false,
3254
- key: "zip",
3255
- type: "textfield",
3256
- input: true,
3257
- customConditional: "show = _.get(instance, 'parent.manualMode', false);",
3258
- placeholder: "",
3259
- prefix: "",
3260
- customClass: "",
3261
- suffix: "",
3262
- multiple: false,
3263
- defaultValue: null,
3264
- protected: false,
3265
- unique: false,
3266
- persistent: true,
3267
- hidden: false,
3268
- clearOnHide: true,
3269
- refreshOn: "",
3270
- redrawOn: "",
3271
- modalEdit: false,
3272
- labelPosition: "top",
3273
- description: "",
3274
- errorLabel: "",
3275
- tooltip: "",
3276
- hideLabel: false,
3277
- tabindex: "",
3278
- disabled: false,
3279
- autofocus: false,
3280
- dbIndex: false,
3281
- customDefaultValue: "",
3282
- calculateValue: "",
3283
- calculateServer: false,
3284
- widget: { type: "input" },
3285
- attributes: {},
3286
- validateOn: "change",
3287
- validate: {
3288
- required: false,
3289
- custom: "",
3290
- customPrivate: false,
3291
- strictDateValidation: false,
3292
- multiple: false,
3293
- unique: false,
3294
- minLength: "",
3295
- maxLength: "",
3296
- pattern: ""
3297
- },
3298
- conditional: { show: null, when: null, eq: "" },
3299
- overlay: { style: "", left: "", top: "", width: "", height: "" },
3300
- allowCalculateOverride: false,
3301
- encrypted: false,
3302
- showCharCount: false,
3303
- showWordCount: false,
3304
- properties: {},
3305
- allowMultipleMasks: false,
3306
- mask: false,
3307
- inputType: "text",
3308
- inputFormat: "plain",
3309
- inputMask: "",
3310
- spellcheck: true,
3311
- id: "epyac4"
3312
- }
3313
- ],
3314
- providerOptions: { params: { key: "fze", region: "" } },
3315
- id: "er02e2gb",
3316
- defaultValue: {}
3317
- },
3318
- {
3319
- label: "Date / Time",
3320
- labelPosition: "top",
3321
- displayInTimezone: "viewer",
3322
- useLocaleSettings: false,
3323
- allowInput: true,
3324
- format: "yyyy-MM-dd hh:mm a",
3325
- placeholder: "",
3326
- description: "",
3327
- tooltip: "",
3328
- customClass: "",
3329
- tabindex: "",
3330
- hidden: false,
3331
- hideLabel: false,
3332
- autofocus: false,
3333
- disabled: false,
3334
- tableView: false,
3335
- modalEdit: false,
3336
- enableDate: true,
3337
- enableMinDateInput: false,
3338
- datePicker: {
3339
- minDate: null,
3340
- maxDate: null,
3341
- disable: "",
3342
- disableFunction: "",
3343
- disableWeekends: false,
3344
- disableWeekdays: false,
3345
- showWeeks: true,
3346
- startingDay: 0,
3347
- initDate: "",
3348
- minMode: "day",
3349
- maxMode: "year",
3350
- yearRows: 4,
3351
- yearColumns: 5
3352
- },
3353
- enableMaxDateInput: false,
3354
- enableTime: true,
3355
- timePicker: {
3356
- showMeridian: true,
3357
- hourStep: 1,
3358
- minuteStep: 1,
3359
- readonlyInput: false,
3360
- mousewheel: true,
3361
- arrowkeys: true
3362
- },
3363
- multiple: false,
3364
- defaultValue: "",
3365
- defaultDate: "",
3366
- customOptions: {},
3367
- persistent: true,
3368
- protected: false,
3369
- dbIndex: false,
3370
- encrypted: false,
3371
- redrawOn: "",
3372
- clearOnHide: true,
3373
- customDefaultValue: "",
3374
- calculateValue: "",
3375
- calculateServer: false,
3376
- allowCalculateOverride: false,
3377
- validate: {
3378
- required: false,
3379
- customMessage: "",
3380
- custom: "",
3381
- customPrivate: false,
3382
- json: "",
3383
- strictDateValidation: false,
3384
- multiple: false,
3385
- unique: false
3386
- },
3387
- unique: false,
3388
- validateOn: "change",
3389
- errorLabel: "",
3390
- key: "dateTime",
3391
- tags: [],
3392
- properties: {},
3393
- conditional: { show: null, when: null, eq: "", json: "" },
3394
- customConditional: "",
3395
- logic: [],
3396
- attributes: {},
3397
- overlay: {
3398
- style: "",
3399
- page: "",
3400
- left: "",
3401
- top: "",
3402
- width: "",
3403
- height: ""
3404
- },
3405
- type: "datetime",
3406
- timezone: "",
3407
- input: true,
3408
- prefix: "",
3409
- suffix: "",
3410
- refreshOn: "",
3411
- widget: {
3412
- type: "calendar",
3413
- displayInTimezone: "viewer",
3414
- locale: "en",
3415
- useLocaleSettings: false,
3416
- allowInput: true,
3417
- mode: "single",
3418
- enableTime: true,
3419
- noCalendar: false,
3420
- format: "yyyy-MM-dd hh:mm a",
3421
- hourIncrement: 1,
3422
- minuteIncrement: 1,
3423
- minDate: null,
3424
- disabledDates: "",
3425
- disableWeekends: false,
3426
- disableWeekdays: false,
3427
- disableFunction: "",
3428
- maxDate: null
3429
- },
3430
- showCharCount: false,
3431
- showWordCount: false,
3432
- allowMultipleMasks: false,
3433
- datepickerMode: "day",
3434
- id: "el9idgl"
3435
- },
3436
- {
3437
- label: "Day",
3438
- hideInputLabels: false,
3439
- inputsLabelPosition: "top",
3440
- description: "",
3441
- useLocaleSettings: false,
3442
- tooltip: "",
3443
- customClass: "",
3444
- tabindex: "",
3445
- hidden: false,
3446
- hideLabel: false,
3447
- autofocus: false,
3448
- disabled: false,
3449
- tableView: false,
3450
- modalEdit: false,
3451
- fields: {
3452
- day: {
3453
- type: "number",
3454
- placeholder: "",
3455
- hide: false,
3456
- required: false
3457
- },
3458
- month: {
3459
- type: "select",
3460
- placeholder: "",
3461
- hide: false,
3462
- required: false
3463
- },
3464
- year: {
3465
- type: "number",
3466
- placeholder: "",
3467
- hide: false,
3468
- required: false
3469
- }
3470
- },
3471
- dayFirst: false,
3472
- persistent: true,
3473
- protected: false,
3474
- dbIndex: false,
3475
- encrypted: false,
3476
- redrawOn: "",
3477
- clearOnHide: true,
3478
- customDefaultValue: "",
3479
- calculateValue: "",
3480
- calculateServer: false,
3481
- allowCalculateOverride: false,
3482
- validateOn: "change",
3483
- maxDate: "",
3484
- minDate: "",
3485
- unique: false,
3486
- errorLabel: "",
3487
- validate: {
3488
- customMessage: "",
3489
- custom: "",
3490
- customPrivate: false,
3491
- json: "",
3492
- required: false,
3493
- strictDateValidation: false,
3494
- multiple: false,
3495
- unique: false
3496
- },
3497
- key: "day",
3498
- tags: [],
3499
- properties: {},
3500
- conditional: { show: null, when: null, eq: "", json: "" },
3501
- customConditional: "",
3502
- logic: [],
3503
- attributes: {},
3504
- overlay: {
3505
- style: "",
3506
- page: "",
3507
- left: "",
3508
- top: "",
3509
- width: "",
3510
- height: ""
3511
- },
3512
- type: "day",
3513
- input: true,
3514
- placeholder: "",
3515
- prefix: "",
3516
- suffix: "",
3517
- multiple: false,
3518
- refreshOn: "",
3519
- labelPosition: "top",
3520
- widget: null,
3521
- showCharCount: false,
3522
- showWordCount: false,
3523
- allowMultipleMasks: false,
3524
- id: "ecgefls",
3525
- defaultValue: "00/00/0000"
3526
- },
3527
- {
3528
- label: "Currency",
3529
- labelPosition: "top",
3530
- placeholder: "",
3531
- description: "",
3532
- tooltip: "",
3533
- prefix: "",
3534
- suffix: "",
3535
- widget: { type: "input" },
3536
- customClass: "",
3537
- tabindex: "",
3538
- autocomplete: "",
3539
- hidden: false,
3540
- hideLabel: false,
3541
- mask: false,
3542
- autofocus: false,
3543
- spellcheck: true,
3544
- disabled: false,
3545
- tableView: false,
3546
- modalEdit: false,
3547
- multiple: false,
3548
- persistent: true,
3549
- currency: "USD",
3550
- inputFormat: "plain",
3551
- protected: false,
3552
- dbIndex: false,
3553
- case: "",
3554
- encrypted: false,
3555
- redrawOn: "",
3556
- clearOnHide: true,
3557
- customDefaultValue: "",
3558
- calculateValue: "",
3559
- calculateServer: false,
3560
- allowCalculateOverride: false,
3561
- validateOn: "change",
3562
- validate: {
3563
- required: false,
3564
- customMessage: "",
3565
- custom: "",
3566
- customPrivate: false,
3567
- json: "",
3568
- strictDateValidation: false,
3569
- multiple: false,
3570
- unique: false,
3571
- min: "",
3572
- max: "",
3573
- step: "any",
3574
- integer: ""
3575
- },
3576
- unique: false,
3577
- errorLabel: "",
3578
- key: "currency",
3579
- tags: [],
3580
- properties: {},
3581
- conditional: { show: null, when: null, eq: "", json: "" },
3582
- customConditional: "",
3583
- logic: [],
3584
- attributes: {},
3585
- overlay: {
3586
- style: "",
3587
- page: "",
3588
- left: "",
3589
- top: "",
3590
- width: "",
3591
- height: ""
3592
- },
3593
- type: "currency",
3594
- input: true,
3595
- refreshOn: "",
3596
- showCharCount: false,
3597
- showWordCount: false,
3598
- allowMultipleMasks: false,
3599
- delimiter: true,
3600
- id: "em22wkd",
3601
- defaultValue: null
3602
- },
3603
- {
3604
- type: "button",
3605
- label: "Submit",
3606
- key: "submit",
3607
- size: "md",
3608
- block: false,
3609
- action: "submit",
3610
- disableOnInvalid: true,
3611
- theme: "primary",
3612
- input: true,
3613
- placeholder: "",
3614
- prefix: "",
3615
- customClass: "",
3616
- suffix: "",
3617
- multiple: false,
3618
- defaultValue: null,
3619
- protected: false,
3620
- unique: false,
3621
- persistent: false,
3622
- hidden: false,
3623
- clearOnHide: true,
3624
- refreshOn: "",
3625
- redrawOn: "",
3626
- tableView: false,
3627
- modalEdit: false,
3628
- labelPosition: "top",
3629
- description: "",
3630
- errorLabel: "",
3631
- tooltip: "",
3632
- hideLabel: false,
3633
- tabindex: "",
3634
- disabled: false,
3635
- autofocus: false,
3636
- dbIndex: false,
3637
- customDefaultValue: "",
3638
- calculateValue: "",
3639
- calculateServer: false,
3640
- widget: { type: "input" },
3641
- attributes: {},
3642
- validateOn: "change",
3643
- validate: {
3644
- required: false,
3645
- custom: "",
3646
- customPrivate: false,
3647
- strictDateValidation: false,
3648
- multiple: false,
3649
- unique: false
3650
- },
3651
- conditional: { show: null, when: null, eq: "" },
3652
- overlay: { style: "", left: "", top: "", width: "", height: "" },
3653
- allowCalculateOverride: false,
3654
- encrypted: false,
3655
- showCharCount: false,
3656
- showWordCount: false,
3657
- properties: {},
3658
- allowMultipleMasks: false,
3659
- leftIcon: "",
3660
- rightIcon: "",
3661
- dataGridLabel: true,
3662
- id: "e08gq3l"
3663
- }
3664
- ],
3665
- options: { template: "tailwind", iconset: "bx" }
3666
- }
3667
- };