@solidstarters/solid-core-ui 0.1.26

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 (585) hide show
  1. package/dist/components/CustomFooter/CustomFooter.d.ts +2 -0
  2. package/dist/components/CustomFooter/CustomFooter.d.ts.map +1 -0
  3. package/dist/components/CustomFooter/FooterForm.d.ts +2 -0
  4. package/dist/components/CustomFooter/FooterForm.d.ts.map +1 -0
  5. package/dist/components/CustomHeader/CallIcon.d.ts +2 -0
  6. package/dist/components/CustomHeader/CallIcon.d.ts.map +1 -0
  7. package/dist/components/CustomHeader/CustomDropdown.d.ts +21 -0
  8. package/dist/components/CustomHeader/CustomDropdown.d.ts.map +1 -0
  9. package/dist/components/CustomHeader/CustomHeader.d.ts +2 -0
  10. package/dist/components/CustomHeader/CustomHeader.d.ts.map +1 -0
  11. package/dist/components/CustomHeader/EmailIcon.d.ts +2 -0
  12. package/dist/components/CustomHeader/EmailIcon.d.ts.map +1 -0
  13. package/dist/components/CustomHeader/HeaderCart.d.ts +2 -0
  14. package/dist/components/CustomHeader/HeaderCart.d.ts.map +1 -0
  15. package/dist/components/CustomHeader/productNavData.d.ts +3 -0
  16. package/dist/components/CustomHeader/productNavData.d.ts.map +1 -0
  17. package/dist/components/FormView/DetailsViews.d.ts +2 -0
  18. package/dist/components/FormView/DetailsViews.d.ts.map +1 -0
  19. package/dist/components/FormView/OrderAddressDetails.d.ts +2 -0
  20. package/dist/components/FormView/OrderAddressDetails.d.ts.map +1 -0
  21. package/dist/components/FormView/OrderPaymentDetails.d.ts +2 -0
  22. package/dist/components/FormView/OrderPaymentDetails.d.ts.map +1 -0
  23. package/dist/components/FormView/OrderTableDetails.d.ts +2 -0
  24. package/dist/components/FormView/OrderTableDetails.d.ts.map +1 -0
  25. package/dist/components/FormView/OrderedProductDetail.d.ts +2 -0
  26. package/dist/components/FormView/OrderedProductDetail.d.ts.map +1 -0
  27. package/dist/components/Tag/CustomTag.d.ts +8 -0
  28. package/dist/components/Tag/CustomTag.d.ts.map +1 -0
  29. package/dist/components/auth/Login.d.ts +3 -0
  30. package/dist/components/auth/Login.d.ts.map +1 -0
  31. package/dist/components/auth/Register.d.ts +3 -0
  32. package/dist/components/auth/Register.d.ts.map +1 -0
  33. package/dist/components/common/AuthBanner.d.ts +3 -0
  34. package/dist/components/common/AuthBanner.d.ts.map +1 -0
  35. package/dist/components/common/AutoCompleteField.d.ts +2 -0
  36. package/dist/components/common/AutoCompleteField.d.ts.map +1 -0
  37. package/dist/components/common/CancelButton.d.ts +3 -0
  38. package/dist/components/common/CancelButton.d.ts.map +1 -0
  39. package/dist/components/common/CodeEditor.d.ts +3 -0
  40. package/dist/components/common/CodeEditor.d.ts.map +1 -0
  41. package/dist/components/common/CreateButton.d.ts +2 -0
  42. package/dist/components/common/CreateButton.d.ts.map +1 -0
  43. package/dist/components/common/DropzonePlaceholder.d.ts +2 -0
  44. package/dist/components/common/DropzonePlaceholder.d.ts.map +1 -0
  45. package/dist/components/common/DropzoneUpload.d.ts +2 -0
  46. package/dist/components/common/DropzoneUpload.d.ts.map +1 -0
  47. package/dist/components/common/FilterComponent.d.ts +3 -0
  48. package/dist/components/common/FilterComponent.d.ts.map +1 -0
  49. package/dist/components/common/HeaderDynamicTitles.d.ts +2 -0
  50. package/dist/components/common/HeaderDynamicTitles.d.ts.map +1 -0
  51. package/dist/components/common/MarkdownViewer.d.ts +3 -0
  52. package/dist/components/common/MarkdownViewer.d.ts.map +1 -0
  53. package/dist/components/common/MultipleSelectAutoCompleteField.d.ts +2 -0
  54. package/dist/components/common/MultipleSelectAutoCompleteField.d.ts.map +1 -0
  55. package/dist/components/common/SingleSelectAutoCompleteField.d.ts +2 -0
  56. package/dist/components/common/SingleSelectAutoCompleteField.d.ts.map +1 -0
  57. package/dist/components/common/SocialMediaLogin.d.ts +2 -0
  58. package/dist/components/common/SocialMediaLogin.d.ts.map +1 -0
  59. package/dist/components/core/common/SolidConfigureLayoutElement.d.ts +2 -0
  60. package/dist/components/core/common/SolidConfigureLayoutElement.d.ts.map +1 -0
  61. package/dist/components/core/common/SolidCreateButton.d.ts +2 -0
  62. package/dist/components/core/common/SolidCreateButton.d.ts.map +1 -0
  63. package/dist/components/core/common/SolidGlobalSearchElement.d.ts +2 -0
  64. package/dist/components/core/common/SolidGlobalSearchElement.d.ts.map +1 -0
  65. package/dist/components/core/common/SolidSearchBox.d.ts +2 -0
  66. package/dist/components/core/common/SolidSearchBox.d.ts.map +1 -0
  67. package/dist/components/core/field/FieldListViewData.d.ts +7 -0
  68. package/dist/components/core/field/FieldListViewData.d.ts.map +1 -0
  69. package/dist/components/core/form/SolidFormView.d.ts +14 -0
  70. package/dist/components/core/form/SolidFormView.d.ts.map +1 -0
  71. package/dist/components/core/form/fields/ISolidField.d.ts +63 -0
  72. package/dist/components/core/form/fields/ISolidField.d.ts.map +1 -0
  73. package/dist/components/core/form/fields/SolidBooleanField.d.ts +11 -0
  74. package/dist/components/core/form/fields/SolidBooleanField.d.ts.map +1 -0
  75. package/dist/components/core/form/fields/SolidDateField.d.ts +11 -0
  76. package/dist/components/core/form/fields/SolidDateField.d.ts.map +1 -0
  77. package/dist/components/core/form/fields/SolidDateTimeField.d.ts +11 -0
  78. package/dist/components/core/form/fields/SolidDateTimeField.d.ts.map +1 -0
  79. package/dist/components/core/form/fields/SolidDecimalField.d.ts +11 -0
  80. package/dist/components/core/form/fields/SolidDecimalField.d.ts.map +1 -0
  81. package/dist/components/core/form/fields/SolidIntegerField.d.ts +11 -0
  82. package/dist/components/core/form/fields/SolidIntegerField.d.ts.map +1 -0
  83. package/dist/components/core/form/fields/SolidJsonField.d.ts +11 -0
  84. package/dist/components/core/form/fields/SolidJsonField.d.ts.map +1 -0
  85. package/dist/components/core/form/fields/SolidLongTextField.d.ts +11 -0
  86. package/dist/components/core/form/fields/SolidLongTextField.d.ts.map +1 -0
  87. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts +11 -0
  88. package/dist/components/core/form/fields/SolidMediaMultipleField.d.ts.map +1 -0
  89. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts +11 -0
  90. package/dist/components/core/form/fields/SolidMediaSingleField.d.ts.map +1 -0
  91. package/dist/components/core/form/fields/SolidRelationField.d.ts +13 -0
  92. package/dist/components/core/form/fields/SolidRelationField.d.ts.map +1 -0
  93. package/dist/components/core/form/fields/SolidRichTextField.d.ts +11 -0
  94. package/dist/components/core/form/fields/SolidRichTextField.d.ts.map +1 -0
  95. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts +11 -0
  96. package/dist/components/core/form/fields/SolidSelectionDynamicField.d.ts.map +1 -0
  97. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts +11 -0
  98. package/dist/components/core/form/fields/SolidSelectionStaticField.d.ts.map +1 -0
  99. package/dist/components/core/form/fields/SolidShortTextField.d.ts +11 -0
  100. package/dist/components/core/form/fields/SolidShortTextField.d.ts.map +1 -0
  101. package/dist/components/core/form/fields/SolidTimeField.d.ts +11 -0
  102. package/dist/components/core/form/fields/SolidTimeField.d.ts.map +1 -0
  103. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts +14 -0
  104. package/dist/components/core/form/fields/relations/SolidRelationManyToManyField.d.ts.map +1 -0
  105. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts +11 -0
  106. package/dist/components/core/form/fields/relations/SolidRelationManyToOneField.d.ts.map +1 -0
  107. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts +12 -0
  108. package/dist/components/core/form/fields/relations/SolidRelationOneToManyField.d.ts.map +1 -0
  109. package/dist/components/core/kanban/KanbanBoard.d.ts +3 -0
  110. package/dist/components/core/kanban/KanbanBoard.d.ts.map +1 -0
  111. package/dist/components/core/kanban/KanbanCard.d.ts +14 -0
  112. package/dist/components/core/kanban/KanbanCard.d.ts.map +1 -0
  113. package/dist/components/core/kanban/KanbanColumn.d.ts +20 -0
  114. package/dist/components/core/kanban/KanbanColumn.d.ts.map +1 -0
  115. package/dist/components/core/kanban/SolidKanbanFilter.d.ts +2 -0
  116. package/dist/components/core/kanban/SolidKanbanFilter.d.ts.map +1 -0
  117. package/dist/components/core/kanban/SolidKanbanView.d.ts +8 -0
  118. package/dist/components/core/kanban/SolidKanbanView.d.ts.map +1 -0
  119. package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts +10 -0
  120. package/dist/components/core/kanban/SolidKanbanViewSearchColumn.d.ts.map +1 -0
  121. package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts +2 -0
  122. package/dist/components/core/kanban/SolidManyToOneFilterElement.d.ts.map +1 -0
  123. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts +2 -0
  124. package/dist/components/core/kanban/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
  125. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts +2 -0
  126. package/dist/components/core/kanban/SolidSelectionStaticFilterElement.d.ts.map +1 -0
  127. package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts +12 -0
  128. package/dist/components/core/kanban/SolidVarInputsFilterElement.d.ts.map +1 -0
  129. package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts +4 -0
  130. package/dist/components/core/kanban/columns/SolidBigintColumn.d.ts.map +1 -0
  131. package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts +4 -0
  132. package/dist/components/core/kanban/columns/SolidBooleanColumn.d.ts.map +1 -0
  133. package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts +4 -0
  134. package/dist/components/core/kanban/columns/SolidComputedColumn.d.ts.map +1 -0
  135. package/dist/components/core/kanban/columns/SolidDateColumn.d.ts +9 -0
  136. package/dist/components/core/kanban/columns/SolidDateColumn.d.ts.map +1 -0
  137. package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts +4 -0
  138. package/dist/components/core/kanban/columns/SolidDatetimeColumn.d.ts.map +1 -0
  139. package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts +4 -0
  140. package/dist/components/core/kanban/columns/SolidDecimalColumn.d.ts.map +1 -0
  141. package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts +4 -0
  142. package/dist/components/core/kanban/columns/SolidExternalIdColumn.d.ts.map +1 -0
  143. package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts +4 -0
  144. package/dist/components/core/kanban/columns/SolidFloatColumn.d.ts.map +1 -0
  145. package/dist/components/core/kanban/columns/SolidIdColumn.d.ts +4 -0
  146. package/dist/components/core/kanban/columns/SolidIdColumn.d.ts.map +1 -0
  147. package/dist/components/core/kanban/columns/SolidIntColumn.d.ts +4 -0
  148. package/dist/components/core/kanban/columns/SolidIntColumn.d.ts.map +1 -0
  149. package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts +4 -0
  150. package/dist/components/core/kanban/columns/SolidLongTextColumn.d.ts.map +1 -0
  151. package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts +4 -0
  152. package/dist/components/core/kanban/columns/SolidMediaMultipleColumn.d.ts.map +1 -0
  153. package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts +4 -0
  154. package/dist/components/core/kanban/columns/SolidMediaSingleColumn.d.ts.map +1 -0
  155. package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts +4 -0
  156. package/dist/components/core/kanban/columns/SolidRelationColumn.d.ts.map +1 -0
  157. package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts +4 -0
  158. package/dist/components/core/kanban/columns/SolidRichTextColumn.d.ts.map +1 -0
  159. package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts +4 -0
  160. package/dist/components/core/kanban/columns/SolidSelectionDynamicColumn.d.ts.map +1 -0
  161. package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts +4 -0
  162. package/dist/components/core/kanban/columns/SolidSelectionStaticColumn.d.ts.map +1 -0
  163. package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts +4 -0
  164. package/dist/components/core/kanban/columns/SolidShortTextColumn.d.ts.map +1 -0
  165. package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts +4 -0
  166. package/dist/components/core/kanban/columns/SolidTimeColumn.d.ts.map +1 -0
  167. package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts +4 -0
  168. package/dist/components/core/kanban/columns/SolidUuidColumn.d.ts.map +1 -0
  169. package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts +4 -0
  170. package/dist/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -0
  171. package/dist/components/core/list/SolidListView.d.ts +12 -0
  172. package/dist/components/core/list/SolidListView.d.ts.map +1 -0
  173. package/dist/components/core/list/SolidListViewColumn.d.ts +8 -0
  174. package/dist/components/core/list/SolidListViewColumn.d.ts.map +1 -0
  175. package/dist/components/core/list/SolidListingHeader.d.ts +3 -0
  176. package/dist/components/core/list/SolidListingHeader.d.ts.map +1 -0
  177. package/dist/components/core/list/SolidManyToOneFilterElement.d.ts +2 -0
  178. package/dist/components/core/list/SolidManyToOneFilterElement.d.ts.map +1 -0
  179. package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts +2 -0
  180. package/dist/components/core/list/SolidSelectionDynamicFilterElement.d.ts.map +1 -0
  181. package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts +2 -0
  182. package/dist/components/core/list/SolidSelectionStaticFilterElement.d.ts.map +1 -0
  183. package/dist/components/core/list/SolidVarInputsFilterElement.d.ts +12 -0
  184. package/dist/components/core/list/SolidVarInputsFilterElement.d.ts.map +1 -0
  185. package/dist/components/core/list/columns/SolidBigintColumn.d.ts +4 -0
  186. package/dist/components/core/list/columns/SolidBigintColumn.d.ts.map +1 -0
  187. package/dist/components/core/list/columns/SolidBooleanColumn.d.ts +4 -0
  188. package/dist/components/core/list/columns/SolidBooleanColumn.d.ts.map +1 -0
  189. package/dist/components/core/list/columns/SolidComputedColumn.d.ts +4 -0
  190. package/dist/components/core/list/columns/SolidComputedColumn.d.ts.map +1 -0
  191. package/dist/components/core/list/columns/SolidDateColumn.d.ts +9 -0
  192. package/dist/components/core/list/columns/SolidDateColumn.d.ts.map +1 -0
  193. package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts +4 -0
  194. package/dist/components/core/list/columns/SolidDatetimeColumn.d.ts.map +1 -0
  195. package/dist/components/core/list/columns/SolidDecimalColumn.d.ts +4 -0
  196. package/dist/components/core/list/columns/SolidDecimalColumn.d.ts.map +1 -0
  197. package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts +4 -0
  198. package/dist/components/core/list/columns/SolidExternalIdColumn.d.ts.map +1 -0
  199. package/dist/components/core/list/columns/SolidFloatColumn.d.ts +4 -0
  200. package/dist/components/core/list/columns/SolidFloatColumn.d.ts.map +1 -0
  201. package/dist/components/core/list/columns/SolidIdColumn.d.ts +4 -0
  202. package/dist/components/core/list/columns/SolidIdColumn.d.ts.map +1 -0
  203. package/dist/components/core/list/columns/SolidIntColumn.d.ts +4 -0
  204. package/dist/components/core/list/columns/SolidIntColumn.d.ts.map +1 -0
  205. package/dist/components/core/list/columns/SolidLongTextColumn.d.ts +4 -0
  206. package/dist/components/core/list/columns/SolidLongTextColumn.d.ts.map +1 -0
  207. package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts +4 -0
  208. package/dist/components/core/list/columns/SolidMediaMultipleColumn.d.ts.map +1 -0
  209. package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts +4 -0
  210. package/dist/components/core/list/columns/SolidMediaSingleColumn.d.ts.map +1 -0
  211. package/dist/components/core/list/columns/SolidRelationColumn.d.ts +4 -0
  212. package/dist/components/core/list/columns/SolidRelationColumn.d.ts.map +1 -0
  213. package/dist/components/core/list/columns/SolidRichTextColumn.d.ts +4 -0
  214. package/dist/components/core/list/columns/SolidRichTextColumn.d.ts.map +1 -0
  215. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts +4 -0
  216. package/dist/components/core/list/columns/SolidSelectionDynamicColumn.d.ts.map +1 -0
  217. package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts +4 -0
  218. package/dist/components/core/list/columns/SolidSelectionStaticColumn.d.ts.map +1 -0
  219. package/dist/components/core/list/columns/SolidShortTextColumn.d.ts +4 -0
  220. package/dist/components/core/list/columns/SolidShortTextColumn.d.ts.map +1 -0
  221. package/dist/components/core/list/columns/SolidTimeColumn.d.ts +4 -0
  222. package/dist/components/core/list/columns/SolidTimeColumn.d.ts.map +1 -0
  223. package/dist/components/core/list/columns/SolidUuidColumn.d.ts +4 -0
  224. package/dist/components/core/list/columns/SolidUuidColumn.d.ts.map +1 -0
  225. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts +4 -0
  226. package/dist/components/core/list/columns/relations/SolidRelationManyToOneColumn.d.ts.map +1 -0
  227. package/dist/components/core/model/CreateModel.d.ts +3 -0
  228. package/dist/components/core/model/CreateModel.d.ts.map +1 -0
  229. package/dist/components/core/model/FieldMetaData.d.ts +3 -0
  230. package/dist/components/core/model/FieldMetaData.d.ts.map +1 -0
  231. package/dist/components/core/model/FieldMetaDataForm.d.ts +3 -0
  232. package/dist/components/core/model/FieldMetaDataForm.d.ts.map +1 -0
  233. package/dist/components/core/model/FieldSelector.d.ts +3 -0
  234. package/dist/components/core/model/FieldSelector.d.ts.map +1 -0
  235. package/dist/components/core/model/ModelListViewData.d.ts +8 -0
  236. package/dist/components/core/model/ModelListViewData.d.ts.map +1 -0
  237. package/dist/components/core/model/ModelMetaData.d.ts +4 -0
  238. package/dist/components/core/model/ModelMetaData.d.ts.map +1 -0
  239. package/dist/components/core/module/CreateModule.d.ts +3 -0
  240. package/dist/components/core/module/CreateModule.d.ts.map +1 -0
  241. package/dist/components/core/module/ModuleListViewData.d.ts +7 -0
  242. package/dist/components/core/module/ModuleListViewData.d.ts.map +1 -0
  243. package/dist/components/core/users/CreateUser.d.ts +3 -0
  244. package/dist/components/core/users/CreateUser.d.ts.map +1 -0
  245. package/dist/components/core/users/CreateUserRole.d.ts +3 -0
  246. package/dist/components/core/users/CreateUserRole.d.ts.map +1 -0
  247. package/dist/components/core/users/UserListView.d.ts +2 -0
  248. package/dist/components/core/users/UserListView.d.ts.map +1 -0
  249. package/dist/components/layout/AdminSidebar.d.ts +3 -0
  250. package/dist/components/layout/AdminSidebar.d.ts.map +1 -0
  251. package/dist/components/layout/ButtonLoader.d.ts +3 -0
  252. package/dist/components/layout/ButtonLoader.d.ts.map +1 -0
  253. package/dist/components/layout/CustomPagination.d.ts +7 -0
  254. package/dist/components/layout/CustomPagination.d.ts.map +1 -0
  255. package/dist/components/layout/DashboardHeader.d.ts +3 -0
  256. package/dist/components/layout/DashboardHeader.d.ts.map +1 -0
  257. package/dist/components/layout/FilterMenu.d.ts +3 -0
  258. package/dist/components/layout/FilterMenu.d.ts.map +1 -0
  259. package/dist/components/layout/Footer.d.ts +3 -0
  260. package/dist/components/layout/Footer.d.ts.map +1 -0
  261. package/dist/components/layout/GlobalSearch.d.ts +2 -0
  262. package/dist/components/layout/GlobalSearch.d.ts.map +1 -0
  263. package/dist/components/layout/Header.d.ts +3 -0
  264. package/dist/components/layout/Header.d.ts.map +1 -0
  265. package/dist/components/layout/ListingHeader.d.ts +3 -0
  266. package/dist/components/layout/ListingHeader.d.ts.map +1 -0
  267. package/dist/components/layout/Loader.d.ts +3 -0
  268. package/dist/components/layout/Loader.d.ts.map +1 -0
  269. package/dist/components/layout/UserSidebar.d.ts +3 -0
  270. package/dist/components/layout/UserSidebar.d.ts.map +1 -0
  271. package/dist/components/layout/navbar-one.d.ts +3 -0
  272. package/dist/components/layout/navbar-one.d.ts.map +1 -0
  273. package/dist/components/layout/navbar-two-menu.d.ts +3 -0
  274. package/dist/components/layout/navbar-two-menu.d.ts.map +1 -0
  275. package/dist/components/layout/navbar-two.d.ts +3 -0
  276. package/dist/components/layout/navbar-two.d.ts.map +1 -0
  277. package/dist/components/layout/user-profile-menu.d.ts +3 -0
  278. package/dist/components/layout/user-profile-menu.d.ts.map +1 -0
  279. package/dist/components/layout/user-profile.d.ts +3 -0
  280. package/dist/components/layout/user-profile.d.ts.map +1 -0
  281. package/dist/components/modelsComponents/filterIcon.d.ts +2 -0
  282. package/dist/components/modelsComponents/filterIcon.d.ts.map +1 -0
  283. package/dist/components/tables/DemoData.d.ts +23 -0
  284. package/dist/components/tables/DemoData.d.ts.map +1 -0
  285. package/dist/components/tables/DynamicTable.d.ts +6 -0
  286. package/dist/components/tables/DynamicTable.d.ts.map +1 -0
  287. package/dist/components/tables/ListViewTable.d.ts +12 -0
  288. package/dist/components/tables/ListViewTable.d.ts.map +1 -0
  289. package/dist/helpers/ToastContainer.d.ts +4 -0
  290. package/dist/helpers/ToastContainer.d.ts.map +1 -0
  291. package/dist/helpers/authHeader.d.ts +7 -0
  292. package/dist/helpers/authHeader.d.ts.map +1 -0
  293. package/dist/helpers/countries.d.ts +6 -0
  294. package/dist/helpers/countries.d.ts.map +1 -0
  295. package/dist/helpers/helpers.d.ts +10 -0
  296. package/dist/helpers/helpers.d.ts.map +1 -0
  297. package/dist/helpers/menu.d.ts +35 -0
  298. package/dist/helpers/menu.d.ts.map +1 -0
  299. package/dist/helpers/permissions.d.ts +4 -0
  300. package/dist/helpers/permissions.d.ts.map +1 -0
  301. package/dist/helpers/revalidate.d.ts +2 -0
  302. package/dist/helpers/revalidate.d.ts.map +1 -0
  303. package/dist/index.d.ts +182 -0
  304. package/dist/index.d.ts.map +1 -0
  305. package/dist/index.js +45552 -0
  306. package/dist/index.js.map +1 -0
  307. package/dist/redux/api/articleApi.d.ts +19 -0
  308. package/dist/redux/api/articleApi.d.ts.map +1 -0
  309. package/dist/redux/api/authApi.d.ts +9 -0
  310. package/dist/redux/api/authApi.d.ts.map +1 -0
  311. package/dist/redux/api/automationApi.d.ts +19 -0
  312. package/dist/redux/api/automationApi.d.ts.map +1 -0
  313. package/dist/redux/api/categoryApi.d.ts +10 -0
  314. package/dist/redux/api/categoryApi.d.ts.map +1 -0
  315. package/dist/redux/api/cityApi.d.ts +36 -0
  316. package/dist/redux/api/cityApi.d.ts.map +1 -0
  317. package/dist/redux/api/cmsBannerImageApi.d.ts +19 -0
  318. package/dist/redux/api/cmsBannerImageApi.d.ts.map +1 -0
  319. package/dist/redux/api/countryApi.d.ts +39 -0
  320. package/dist/redux/api/countryApi.d.ts.map +1 -0
  321. package/dist/redux/api/fetchBaseQuery.d.ts +2 -0
  322. package/dist/redux/api/fetchBaseQuery.d.ts.map +1 -0
  323. package/dist/redux/api/fieldApi.d.ts +20 -0
  324. package/dist/redux/api/fieldApi.d.ts.map +1 -0
  325. package/dist/redux/api/mediaApi.d.ts +19 -0
  326. package/dist/redux/api/mediaApi.d.ts.map +1 -0
  327. package/dist/redux/api/mediaStorageProviderApi.d.ts +19 -0
  328. package/dist/redux/api/mediaStorageProviderApi.d.ts.map +1 -0
  329. package/dist/redux/api/menuApi.d.ts +19 -0
  330. package/dist/redux/api/menuApi.d.ts.map +1 -0
  331. package/dist/redux/api/menuItemsApi.d.ts +19 -0
  332. package/dist/redux/api/menuItemsApi.d.ts.map +1 -0
  333. package/dist/redux/api/modelApi.d.ts +20 -0
  334. package/dist/redux/api/modelApi.d.ts.map +1 -0
  335. package/dist/redux/api/moduleApi.d.ts +22 -0
  336. package/dist/redux/api/moduleApi.d.ts.map +1 -0
  337. package/dist/redux/api/orderAttributeApi.d.ts +8 -0
  338. package/dist/redux/api/orderAttributeApi.d.ts.map +1 -0
  339. package/dist/redux/api/permissionApi.d.ts +15 -0
  340. package/dist/redux/api/permissionApi.d.ts.map +1 -0
  341. package/dist/redux/api/pincodeApi.d.ts +36 -0
  342. package/dist/redux/api/pincodeApi.d.ts.map +1 -0
  343. package/dist/redux/api/productData.d.ts +51 -0
  344. package/dist/redux/api/productData.d.ts.map +1 -0
  345. package/dist/redux/api/radixExtraModelAttributeApi.d.ts +8 -0
  346. package/dist/redux/api/radixExtraModelAttributeApi.d.ts.map +1 -0
  347. package/dist/redux/api/radixModelMetadataApi.d.ts +20 -0
  348. package/dist/redux/api/radixModelMetadataApi.d.ts.map +1 -0
  349. package/dist/redux/api/radixModelsApi.d.ts +13 -0
  350. package/dist/redux/api/radixModelsApi.d.ts.map +1 -0
  351. package/dist/redux/api/ratingApi.d.ts +19 -0
  352. package/dist/redux/api/ratingApi.d.ts.map +1 -0
  353. package/dist/redux/api/reviewApi.d.ts +19 -0
  354. package/dist/redux/api/reviewApi.d.ts.map +1 -0
  355. package/dist/redux/api/roleApi.d.ts +10 -0
  356. package/dist/redux/api/roleApi.d.ts.map +1 -0
  357. package/dist/redux/api/solidActionApi.d.ts +19 -0
  358. package/dist/redux/api/solidActionApi.d.ts.map +1 -0
  359. package/dist/redux/api/solidEntityApi.d.ts +18 -0
  360. package/dist/redux/api/solidEntityApi.d.ts.map +1 -0
  361. package/dist/redux/api/solidMenuApi.d.ts +20 -0
  362. package/dist/redux/api/solidMenuApi.d.ts.map +1 -0
  363. package/dist/redux/api/solidViewApi.d.ts +20 -0
  364. package/dist/redux/api/solidViewApi.d.ts.map +1 -0
  365. package/dist/redux/api/stateApi.d.ts +36 -0
  366. package/dist/redux/api/stateApi.d.ts.map +1 -0
  367. package/dist/redux/api/tagApi.d.ts +19 -0
  368. package/dist/redux/api/tagApi.d.ts.map +1 -0
  369. package/dist/redux/api/tagGroupApi.d.ts +19 -0
  370. package/dist/redux/api/tagGroupApi.d.ts.map +1 -0
  371. package/dist/redux/api/userApi.d.ts +17 -0
  372. package/dist/redux/api/userApi.d.ts.map +1 -0
  373. package/dist/redux/features/authSlice.d.ts +6 -0
  374. package/dist/redux/features/authSlice.d.ts.map +1 -0
  375. package/dist/redux/features/dataViewSlice.d.ts +7 -0
  376. package/dist/redux/features/dataViewSlice.d.ts.map +1 -0
  377. package/dist/redux/features/navbarSlice.d.ts +6 -0
  378. package/dist/redux/features/navbarSlice.d.ts.map +1 -0
  379. package/dist/redux/features/popupSlice.d.ts +7 -0
  380. package/dist/redux/features/popupSlice.d.ts.map +1 -0
  381. package/dist/redux/features/themeSlice.d.ts +6 -0
  382. package/dist/redux/features/themeSlice.d.ts.map +1 -0
  383. package/dist/redux/features/userSlice.d.ts +13 -0
  384. package/dist/redux/features/userSlice.d.ts.map +1 -0
  385. package/dist/redux/hooks.d.ts +2 -0
  386. package/dist/redux/hooks.d.ts.map +1 -0
  387. package/dist/redux/store.d.ts +375 -0
  388. package/dist/redux/store.d.ts.map +1 -0
  389. package/package.json +114 -0
  390. package/rollup.config.mjs +45 -0
  391. package/solidstarters-solid-core-ui-0.1.24.tgz +0 -0
  392. package/src/components/CustomFooter/CustomFooter.tsx +263 -0
  393. package/src/components/CustomFooter/FooterForm.tsx +18 -0
  394. package/src/components/CustomHeader/CallIcon.tsx +19 -0
  395. package/src/components/CustomHeader/CustomDropdown.tsx +175 -0
  396. package/src/components/CustomHeader/CustomHeader.tsx +64 -0
  397. package/src/components/CustomHeader/EmailIcon.tsx +11 -0
  398. package/src/components/CustomHeader/HeaderCart.tsx +14 -0
  399. package/src/components/CustomHeader/productNavData.tsx +179 -0
  400. package/src/components/FormView/DetailsViews.tsx +46 -0
  401. package/src/components/FormView/OrderAddressDetails.tsx +69 -0
  402. package/src/components/FormView/OrderPaymentDetails.tsx +17 -0
  403. package/src/components/FormView/OrderTableDetails.tsx +35 -0
  404. package/src/components/FormView/OrderedProductDetail.tsx +21 -0
  405. package/src/components/Tag/CustomTag.tsx +49 -0
  406. package/src/components/auth/Login.tsx +155 -0
  407. package/src/components/auth/Register.tsx +239 -0
  408. package/src/components/common/AuthBanner.tsx +40 -0
  409. package/src/components/common/AutoCompleteField.tsx +74 -0
  410. package/src/components/common/CancelButton.tsx +42 -0
  411. package/src/components/common/CodeEditor.tsx +24 -0
  412. package/src/components/common/CreateButton.tsx +16 -0
  413. package/src/components/common/DropzonePlaceholder.tsx +9 -0
  414. package/src/components/common/DropzoneUpload.tsx +9 -0
  415. package/src/components/common/FilterComponent.tsx +427 -0
  416. package/src/components/common/HeaderDynamicTitles.tsx +11 -0
  417. package/src/components/common/MarkdownViewer.tsx +14 -0
  418. package/src/components/common/MultipleSelectAutoCompleteField.tsx +61 -0
  419. package/src/components/common/SingleSelectAutoCompleteField.tsx +64 -0
  420. package/src/components/common/SocialMediaLogin.tsx +44 -0
  421. package/src/components/core/common/SolidConfigureLayoutElement.tsx +24 -0
  422. package/src/components/core/common/SolidCreateButton.tsx +19 -0
  423. package/src/components/core/common/SolidGlobalSearchElement.tsx +37 -0
  424. package/src/components/core/common/SolidSearchBox.tsx +17 -0
  425. package/src/components/core/field/FieldListViewData.tsx +312 -0
  426. package/src/components/core/form/SolidFormView.tsx +821 -0
  427. package/src/components/core/form/fields/ISolidField.tsx +64 -0
  428. package/src/components/core/form/fields/SolidBooleanField.tsx +112 -0
  429. package/src/components/core/form/fields/SolidDateField.tsx +89 -0
  430. package/src/components/core/form/fields/SolidDateTimeField.tsx +87 -0
  431. package/src/components/core/form/fields/SolidDecimalField.tsx +85 -0
  432. package/src/components/core/form/fields/SolidIntegerField.tsx +85 -0
  433. package/src/components/core/form/fields/SolidJsonField.tsx +79 -0
  434. package/src/components/core/form/fields/SolidLongTextField.tsx +99 -0
  435. package/src/components/core/form/fields/SolidMediaMultipleField.tsx +246 -0
  436. package/src/components/core/form/fields/SolidMediaSingleField.tsx +227 -0
  437. package/src/components/core/form/fields/SolidRelationField.tsx +53 -0
  438. package/src/components/core/form/fields/SolidRichTextField.tsx +97 -0
  439. package/src/components/core/form/fields/SolidSelectionDynamicField.tsx +122 -0
  440. package/src/components/core/form/fields/SolidSelectionStaticField.tsx +117 -0
  441. package/src/components/core/form/fields/SolidShortTextField.tsx +99 -0
  442. package/src/components/core/form/fields/SolidTimeField.tsx +87 -0
  443. package/src/components/core/form/fields/relations/SolidRelationManyToManyField.tsx +435 -0
  444. package/src/components/core/form/fields/relations/SolidRelationManyToOneField.tsx +137 -0
  445. package/src/components/core/form/fields/relations/SolidRelationOneToManyField.tsx +184 -0
  446. package/src/components/core/kanban/KanbanBoard.tsx +116 -0
  447. package/src/components/core/kanban/KanbanCard.tsx +159 -0
  448. package/src/components/core/kanban/KanbanColumn.tsx +124 -0
  449. package/src/components/core/kanban/SolidKanbanFilter.tsx +104 -0
  450. package/src/components/core/kanban/SolidKanbanView.tsx +660 -0
  451. package/src/components/core/kanban/SolidKanbanViewSearchColumn.tsx +131 -0
  452. package/src/components/core/kanban/SolidManyToOneFilterElement.tsx +56 -0
  453. package/src/components/core/kanban/SolidSelectionDynamicFilterElement.tsx +49 -0
  454. package/src/components/core/kanban/SolidSelectionStaticFilterElement.tsx +31 -0
  455. package/src/components/core/kanban/SolidVarInputsFilterElement.tsx +183 -0
  456. package/src/components/core/kanban/columns/SolidBigintColumn.tsx +8 -0
  457. package/src/components/core/kanban/columns/SolidBooleanColumn.tsx +49 -0
  458. package/src/components/core/kanban/columns/SolidComputedColumn.tsx +22 -0
  459. package/src/components/core/kanban/columns/SolidDateColumn.tsx +58 -0
  460. package/src/components/core/kanban/columns/SolidDatetimeColumn.tsx +45 -0
  461. package/src/components/core/kanban/columns/SolidDecimalColumn.tsx +8 -0
  462. package/src/components/core/kanban/columns/SolidExternalIdColumn.tsx +46 -0
  463. package/src/components/core/kanban/columns/SolidFloatColumn.tsx +8 -0
  464. package/src/components/core/kanban/columns/SolidIdColumn.tsx +46 -0
  465. package/src/components/core/kanban/columns/SolidIntColumn.tsx +56 -0
  466. package/src/components/core/kanban/columns/SolidLongTextColumn.tsx +8 -0
  467. package/src/components/core/kanban/columns/SolidMediaMultipleColumn.tsx +54 -0
  468. package/src/components/core/kanban/columns/SolidMediaSingleColumn.tsx +56 -0
  469. package/src/components/core/kanban/columns/SolidRelationColumn.tsx +12 -0
  470. package/src/components/core/kanban/columns/SolidRichTextColumn.tsx +8 -0
  471. package/src/components/core/kanban/columns/SolidSelectionDynamicColumn.tsx +46 -0
  472. package/src/components/core/kanban/columns/SolidSelectionStaticColumn.tsx +47 -0
  473. package/src/components/core/kanban/columns/SolidShortTextColumn.tsx +53 -0
  474. package/src/components/core/kanban/columns/SolidTimeColumn.tsx +42 -0
  475. package/src/components/core/kanban/columns/SolidUuidColumn.tsx +44 -0
  476. package/src/components/core/kanban/columns/relations/SolidRelationManyToOneColumn.tsx +79 -0
  477. package/src/components/core/list/SolidListView.tsx +569 -0
  478. package/src/components/core/list/SolidListViewColumn.tsx +161 -0
  479. package/src/components/core/list/SolidListingHeader.tsx +41 -0
  480. package/src/components/core/list/SolidManyToOneFilterElement.tsx +56 -0
  481. package/src/components/core/list/SolidSelectionDynamicFilterElement.tsx +49 -0
  482. package/src/components/core/list/SolidSelectionStaticFilterElement.tsx +31 -0
  483. package/src/components/core/list/SolidVarInputsFilterElement.tsx +183 -0
  484. package/src/components/core/list/columns/SolidBigintColumn.tsx +8 -0
  485. package/src/components/core/list/columns/SolidBooleanColumn.tsx +60 -0
  486. package/src/components/core/list/columns/SolidComputedColumn.tsx +22 -0
  487. package/src/components/core/list/columns/SolidDateColumn.tsx +63 -0
  488. package/src/components/core/list/columns/SolidDatetimeColumn.tsx +51 -0
  489. package/src/components/core/list/columns/SolidDecimalColumn.tsx +8 -0
  490. package/src/components/core/list/columns/SolidExternalIdColumn.tsx +51 -0
  491. package/src/components/core/list/columns/SolidFloatColumn.tsx +8 -0
  492. package/src/components/core/list/columns/SolidIdColumn.tsx +52 -0
  493. package/src/components/core/list/columns/SolidIntColumn.tsx +60 -0
  494. package/src/components/core/list/columns/SolidLongTextColumn.tsx +8 -0
  495. package/src/components/core/list/columns/SolidMediaMultipleColumn.tsx +29 -0
  496. package/src/components/core/list/columns/SolidMediaSingleColumn.tsx +29 -0
  497. package/src/components/core/list/columns/SolidRelationColumn.tsx +12 -0
  498. package/src/components/core/list/columns/SolidRichTextColumn.tsx +8 -0
  499. package/src/components/core/list/columns/SolidSelectionDynamicColumn.tsx +52 -0
  500. package/src/components/core/list/columns/SolidSelectionStaticColumn.tsx +53 -0
  501. package/src/components/core/list/columns/SolidShortTextColumn.tsx +60 -0
  502. package/src/components/core/list/columns/SolidTimeColumn.tsx +51 -0
  503. package/src/components/core/list/columns/SolidUuidColumn.tsx +51 -0
  504. package/src/components/core/list/columns/relations/SolidRelationManyToOneColumn.tsx +70 -0
  505. package/src/components/core/model/CreateModel.tsx +340 -0
  506. package/src/components/core/model/FieldMetaData.tsx +148 -0
  507. package/src/components/core/model/FieldMetaDataForm.tsx +2877 -0
  508. package/src/components/core/model/FieldSelector.tsx +67 -0
  509. package/src/components/core/model/ModelListViewData.tsx +383 -0
  510. package/src/components/core/model/ModelMetaData.tsx +777 -0
  511. package/src/components/core/module/CreateModule.tsx +577 -0
  512. package/src/components/core/module/ModuleListViewData.tsx +429 -0
  513. package/src/components/core/users/CreateUser.tsx +415 -0
  514. package/src/components/core/users/CreateUserRole.tsx +209 -0
  515. package/src/components/core/users/UserListView.tsx +374 -0
  516. package/src/components/layout/AdminSidebar.tsx +65 -0
  517. package/src/components/layout/ButtonLoader.tsx +7 -0
  518. package/src/components/layout/CustomPagination.tsx +55 -0
  519. package/src/components/layout/DashboardHeader.tsx +88 -0
  520. package/src/components/layout/FilterMenu.tsx +122 -0
  521. package/src/components/layout/Footer.tsx +12 -0
  522. package/src/components/layout/GlobalSearch.tsx +36 -0
  523. package/src/components/layout/Header.tsx +8 -0
  524. package/src/components/layout/ListingHeader.tsx +203 -0
  525. package/src/components/layout/Loader.tsx +15 -0
  526. package/src/components/layout/UserSidebar.tsx +53 -0
  527. package/src/components/layout/navbar-one.tsx +258 -0
  528. package/src/components/layout/navbar-two-menu.tsx +64 -0
  529. package/src/components/layout/navbar-two.tsx +36 -0
  530. package/src/components/layout/user-profile-menu.tsx +214 -0
  531. package/src/components/layout/user-profile.tsx +6 -0
  532. package/src/components/modelsComponents/filterIcon.tsx +9 -0
  533. package/src/components/tables/DemoData.tsx +317 -0
  534. package/src/components/tables/DynamicTable.tsx +56 -0
  535. package/src/components/tables/ListViewTable.tsx +155 -0
  536. package/src/helpers/ToastContainer.tsx +92 -0
  537. package/src/helpers/authHeader.ts +19 -0
  538. package/src/helpers/countries.tsx +259 -0
  539. package/src/helpers/helpers.ts +39 -0
  540. package/src/helpers/menu.tsx +670 -0
  541. package/src/helpers/permissions.ts +15 -0
  542. package/src/helpers/revalidate.ts +6 -0
  543. package/src/index.ts +630 -0
  544. package/src/redux/api/articleApi.ts +55 -0
  545. package/src/redux/api/authApi.ts +60 -0
  546. package/src/redux/api/automationApi.ts +55 -0
  547. package/src/redux/api/categoryApi.tsx +46 -0
  548. package/src/redux/api/cityApi.tsx +56 -0
  549. package/src/redux/api/cmsBannerImageApi.tsx +55 -0
  550. package/src/redux/api/countryApi.tsx +56 -0
  551. package/src/redux/api/fetchBaseQuery.tsx +15 -0
  552. package/src/redux/api/fieldApi.ts +78 -0
  553. package/src/redux/api/mediaApi.ts +55 -0
  554. package/src/redux/api/mediaStorageProviderApi.ts +55 -0
  555. package/src/redux/api/menuApi.tsx +55 -0
  556. package/src/redux/api/menuItemsApi.tsx +56 -0
  557. package/src/redux/api/modelApi.ts +70 -0
  558. package/src/redux/api/moduleApi.ts +72 -0
  559. package/src/redux/api/orderAttributeApi.tsx +37 -0
  560. package/src/redux/api/permissionApi.ts +32 -0
  561. package/src/redux/api/pincodeApi.tsx +56 -0
  562. package/src/redux/api/productData.tsx +87 -0
  563. package/src/redux/api/radixExtraModelAttributeApi.tsx +37 -0
  564. package/src/redux/api/radixModelMetadataApi.tsx +62 -0
  565. package/src/redux/api/radixModelsApi.tsx +64 -0
  566. package/src/redux/api/ratingApi.ts +55 -0
  567. package/src/redux/api/reviewApi.ts +55 -0
  568. package/src/redux/api/roleApi.ts +58 -0
  569. package/src/redux/api/solidActionApi.ts +66 -0
  570. package/src/redux/api/solidEntityApi.tsx +86 -0
  571. package/src/redux/api/solidMenuApi.ts +71 -0
  572. package/src/redux/api/solidViewApi.ts +72 -0
  573. package/src/redux/api/stateApi.tsx +56 -0
  574. package/src/redux/api/tagApi.ts +55 -0
  575. package/src/redux/api/tagGroupApi.tsx +55 -0
  576. package/src/redux/api/userApi.ts +120 -0
  577. package/src/redux/features/authSlice.ts +19 -0
  578. package/src/redux/features/dataViewSlice.ts +26 -0
  579. package/src/redux/features/navbarSlice.ts +21 -0
  580. package/src/redux/features/popupSlice.ts +27 -0
  581. package/src/redux/features/themeSlice.ts +17 -0
  582. package/src/redux/features/userSlice.ts +28 -0
  583. package/src/types/index.d.ts +7 -0
  584. package/src/types/next.d.ts +46 -0
  585. package/tsconfig.json +37 -0
@@ -0,0 +1,2 @@
1
+ export declare const CustomFooter: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=CustomFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomFooter.d.ts","sourceRoot":"","sources":["../../../src/components/CustomFooter/CustomFooter.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,+CAmQxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const FooterForm: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=FooterForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FooterForm.d.ts","sourceRoot":"","sources":["../../../src/components/CustomFooter/FooterForm.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,+CActB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const CallIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=CallIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CallIcon.d.ts","sourceRoot":"","sources":["../../../src/components/CustomHeader/CallIcon.tsx"],"names":[],"mappings":"AACA,eAAO,MAAM,QAAQ,+CAiBpB,CAAA"}
@@ -0,0 +1,21 @@
1
+ export interface TertiaryProps {
2
+ id: number;
3
+ title: string;
4
+ slug: string;
5
+ }
6
+ export interface SecondaryProps {
7
+ id: number;
8
+ title: string;
9
+ subProducts: TertiaryProps[];
10
+ }
11
+ export interface PrimaryDataProps {
12
+ id: number;
13
+ title: string;
14
+ icon: string;
15
+ subProducts: SecondaryProps[];
16
+ }
17
+ export interface RootProps {
18
+ data: PrimaryDataProps[];
19
+ }
20
+ export declare const PrimaryCustomDropdown: (props: RootProps) => import("react/jsx-runtime").JSX.Element;
21
+ //# sourceMappingURL=CustomDropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomDropdown.d.ts","sourceRoot":"","sources":["../../../src/components/CustomHeader/CustomDropdown.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB;AACD,MAAM,WAAW,cAAc;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,aAAa,EAAE,CAAA;CAC/B;AACD,MAAM,WAAW,gBAAgB;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,cAAc,EAAE,CAAA;CAChC;AACD,MAAM,WAAW,SAAS;IACtB,IAAI,EAAE,gBAAgB,EAAE,CAAC;CAC5B;AACD,eAAO,MAAM,qBAAqB,UAAW,SAAS,4CAwJrD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const CustomHeader: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=CustomHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomHeader.d.ts","sourceRoot":"","sources":["../../../src/components/CustomHeader/CustomHeader.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,YAAY,+CAqDxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const EmailIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=EmailIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmailIcon.d.ts","sourceRoot":"","sources":["../../../src/components/CustomHeader/EmailIcon.tsx"],"names":[],"mappings":"AACA,eAAO,MAAM,SAAS,+CASrB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const HeaderCart: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=HeaderCart.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderCart.d.ts","sourceRoot":"","sources":["../../../src/components/CustomHeader/HeaderCart.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,+CAWtB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { PrimaryDataProps } from "./CustomDropdown";
2
+ export declare const ProductNavData: PrimaryDataProps[];
3
+ //# sourceMappingURL=productNavData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"productNavData.d.ts","sourceRoot":"","sources":["../../../src/components/CustomHeader/productNavData.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEpD,eAAO,MAAM,cAAc,EAAE,gBAAgB,EAgL5C,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const DetailsViews: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=DetailsViews.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailsViews.d.ts","sourceRoot":"","sources":["../../../src/components/FormView/DetailsViews.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,+CAuCxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const OrderAddressDetails: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=OrderAddressDetails.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderAddressDetails.d.ts","sourceRoot":"","sources":["../../../src/components/FormView/OrderAddressDetails.tsx"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,+CAmE/B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const OrderPaymentDetails: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=OrderPaymentDetails.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderPaymentDetails.d.ts","sourceRoot":"","sources":["../../../src/components/FormView/OrderPaymentDetails.tsx"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,+CAe/B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const OrderTableDetails: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=OrderTableDetails.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderTableDetails.d.ts","sourceRoot":"","sources":["../../../src/components/FormView/OrderTableDetails.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,+CA+B7B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const OrderedProductDetail: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=OrderedProductDetail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderedProductDetail.d.ts","sourceRoot":"","sources":["../../../src/components/FormView/OrderedProductDetail.tsx"],"names":[],"mappings":"AACA,eAAO,MAAM,oBAAoB,+CAmBhC,CAAA"}
@@ -0,0 +1,8 @@
1
+ interface Props {
2
+ className?: string;
3
+ value: string;
4
+ severity: string;
5
+ }
6
+ export declare const CustomTag: (props: Props) => import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=CustomTag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomTag.d.ts","sourceRoot":"","sources":["../../../src/components/Tag/CustomTag.tsx"],"names":[],"mappings":"AAAA,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CACpB;AA8BD,eAAO,MAAM,SAAS,UAAW,KAAK,4CAcrC,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const Login: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Login;
3
+ //# sourceMappingURL=Login.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Login.d.ts","sourceRoot":"","sources":["../../../src/components/auth/Login.tsx"],"names":[],"mappings":"AAoBA,QAAA,MAAM,KAAK,+CAoIV,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const Register: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Register;
3
+ //# sourceMappingURL=Register.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Register.d.ts","sourceRoot":"","sources":["../../../src/components/auth/Register.tsx"],"names":[],"mappings":"AAoBA,QAAA,MAAM,QAAQ,+CAwNb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const AuthBanner: () => import("react/jsx-runtime").JSX.Element;
2
+ export default AuthBanner;
3
+ //# sourceMappingURL=AuthBanner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AuthBanner.d.ts","sourceRoot":"","sources":["../../../src/components/common/AuthBanner.tsx"],"names":[],"mappings":"AACA,QAAA,MAAM,UAAU,+CAoCf,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const AutoCompleteField: ({ multiple, isFormFieldValid, formik, fieldName, searchData, existingData, existingDataTitle, existingDataId, onBlur }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=AutoCompleteField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AutoCompleteField.d.ts","sourceRoot":"","sources":["../../../src/components/common/AutoCompleteField.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,2HAA4H,GAAG,4CAoE5J,CAAA"}
@@ -0,0 +1,3 @@
1
+ export declare const CancelButton: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const SolidCancelButton: () => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CancelButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CancelButton.d.ts","sourceRoot":"","sources":["../../../src/components/common/CancelButton.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,+CAiBxB,CAAA;AAED,eAAO,MAAM,iBAAiB,+CAgB7B,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const CodeEditor: ({ formik, field, height, fontSize, readOnly }: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default CodeEditor;
3
+ //# sourceMappingURL=CodeEditor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeEditor.d.ts","sourceRoot":"","sources":["../../../src/components/common/CodeEditor.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,UAAU,kDAAmD,GAAG,4CAiBrE,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const CreateButton: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=CreateButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateButton.d.ts","sourceRoot":"","sources":["../../../src/components/common/CreateButton.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,+CAYxB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const DropzonePlaceholder: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=DropzonePlaceholder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropzonePlaceholder.d.ts","sourceRoot":"","sources":["../../../src/components/common/DropzonePlaceholder.tsx"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,+CAO/B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const DropzoneUpload: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=DropzoneUpload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropzoneUpload.d.ts","sourceRoot":"","sources":["../../../src/components/common/DropzoneUpload.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,+CAM1B,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const FilterComponent: () => import("react/jsx-runtime").JSX.Element;
2
+ export default FilterComponent;
3
+ //# sourceMappingURL=FilterComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FilterComponent.d.ts","sourceRoot":"","sources":["../../../src/components/common/FilterComponent.tsx"],"names":[],"mappings":"AAsRA,QAAA,MAAM,eAAe,+CAkJpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const HeaderDynamicTitles: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=HeaderDynamicTitles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderDynamicTitles.d.ts","sourceRoot":"","sources":["../../../src/components/common/HeaderDynamicTitles.tsx"],"names":[],"mappings":"AACA,eAAO,MAAM,mBAAmB,+CAS/B,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const MarkdownViewer: ({ data }: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default MarkdownViewer;
3
+ //# sourceMappingURL=MarkdownViewer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MarkdownViewer.d.ts","sourceRoot":"","sources":["../../../src/components/common/MarkdownViewer.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,cAAc,aAAc,GAAG,4CAQpC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const MultipleSelectAutoCompleteField: ({ formik, isFormFieldValid, relationField, fieldName, fieldNameId, labelKey, valueKey, searchData, existingData, additionalAction }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=MultipleSelectAutoCompleteField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipleSelectAutoCompleteField.d.ts","sourceRoot":"","sources":["../../../src/components/common/MultipleSelectAutoCompleteField.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,+BAA+B,wIAAyI,GAAG,4CAkDvL,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const SingleSelectAutoCompleteField: ({ disabled, formik, isFormFieldValid, relationField, fieldName, fieldNameId, labelKey, valueKey, searchData, existingData, additionalAction }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SingleSelectAutoCompleteField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SingleSelectAutoCompleteField.d.ts","sourceRoot":"","sources":["../../../src/components/common/SingleSelectAutoCompleteField.tsx"],"names":[],"mappings":"AAUA,eAAO,MAAM,6BAA6B,kJAAmJ,GAAG,4CAqD/L,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const SocialMediaLogin: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SocialMediaLogin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocialMediaLogin.d.ts","sourceRoot":"","sources":["../../../src/components/common/SocialMediaLogin.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,+CAyC5B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const SolidConfigureLayoutElement: ({}: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SolidConfigureLayoutElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidConfigureLayoutElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/common/SolidConfigureLayoutElement.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B,OAAQ,GAAG,4CAmBlD,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const SolidCreateButton: ({ url }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SolidCreateButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidCreateButton.d.ts","sourceRoot":"","sources":["../../../../src/components/core/common/SolidCreateButton.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB,YAAa,GAAG,4CAc7C,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const SolidGlobalSearchElement: ({ solidKanbanViewMetaData, applyFilter, filterValues, setFilterValues }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SolidGlobalSearchElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidGlobalSearchElement.d.ts","sourceRoot":"","sources":["../../../../src/components/core/common/SolidGlobalSearchElement.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,wBAAwB,4EAA6E,GAAG,4CA6BpH,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const SolidSearchBox: ({ solidKanbanViewMetaData }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SolidSearchBox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidSearchBox.d.ts","sourceRoot":"","sources":["../../../../src/components/core/common/SolidSearchBox.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,gCAAiC,GAAG,4CAY9D,CAAA"}
@@ -0,0 +1,7 @@
1
+ export interface ModelMetaData {
2
+ id: string;
3
+ displayName: string;
4
+ model: string;
5
+ }
6
+ export declare const FieldListViewData: () => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=FieldListViewData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldListViewData.d.ts","sourceRoot":"","sources":["../../../../src/components/core/field/FieldListViewData.tsx"],"names":[],"mappings":"AAkBA,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,iBAAiB,+CA+R7B,CAAC"}
@@ -0,0 +1,14 @@
1
+ import "primeflex/primeflex.css";
2
+ export type SolidFormViewProps = {
3
+ moduleName: string;
4
+ modelName: string;
5
+ id: string;
6
+ embeded: boolean;
7
+ handlePopupClose?: any;
8
+ customCreateHandler?: any;
9
+ inlineCreateAutoSave?: boolean;
10
+ customLayout?: any;
11
+ };
12
+ declare const SolidFormView: (params: SolidFormViewProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default SolidFormView;
14
+ //# sourceMappingURL=SolidFormView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidFormView.d.ts","sourceRoot":"","sources":["../../../../src/components/core/form/SolidFormView.tsx"],"names":[],"mappings":"AAUA,OAAO,yBAAyB,CAAC;AAyBjC,MAAM,MAAM,kBAAkB,GAAG;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,gBAAgB,CAAC,EAAE,GAAG,CAAC;IACvB,mBAAmB,CAAC,EAAE,GAAG,CAAA;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,YAAY,CAAC,EAAE,GAAG,CAAA;CACrB,CAAC;AA4NF,QAAA,MAAM,aAAa,WAAY,kBAAkB,4CA0iBhD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,63 @@
1
+ /// <reference types="react" />
2
+ import { FieldConfig, FieldHelperProps, FieldInputProps, FieldMetaProps, FormikErrors, FormikState, FormikTouched, FormikValues } from "formik";
3
+ import { Schema } from "yup";
4
+ export type SolidFieldProps = {
5
+ solidFormViewMetaData: any;
6
+ fieldMetadata: any;
7
+ field: any;
8
+ data: any;
9
+ modelName?: any;
10
+ };
11
+ export type FormikObject = {
12
+ initialValues: FormikValues;
13
+ initialErrors: FormikErrors<unknown>;
14
+ initialTouched: FormikTouched<unknown>;
15
+ initialStatus: any;
16
+ handleBlur: {
17
+ (e: React.FocusEvent<any, Element>): void;
18
+ <T = any>(fieldOrEvent: T): T extends string ? (e: any) => void : void;
19
+ };
20
+ handleChange: {
21
+ (e: React.ChangeEvent<any>): void;
22
+ <T_1 = string | React.ChangeEvent<any>>(field: T_1): T_1 extends React.ChangeEvent<any> ? void : (e: string | React.ChangeEvent<any>) => void;
23
+ };
24
+ handleReset: (e: any) => void;
25
+ handleSubmit: (e?: React.FormEvent<HTMLFormElement>) => void;
26
+ resetForm: (nextState?: Partial<FormikState<FormikValues>>) => void;
27
+ setErrors: (errors: FormikErrors<FormikValues>) => void;
28
+ setFormikState: (stateOrCb: FormikState<FormikValues> | ((state: FormikState<FormikValues>) => FormikState<FormikValues>)) => void;
29
+ setFieldTouched: (field: string, touched?: boolean, shouldValidate?: boolean) => Promise<FormikErrors<FormikValues>> | Promise<void>;
30
+ setFieldValue: (field: string, value: any, shouldValidate?: boolean) => Promise<FormikErrors<FormikValues>> | Promise<void>;
31
+ setFieldError: (field: string, value: string | undefined) => void;
32
+ setStatus: (status: any) => void;
33
+ setSubmitting: (isSubmitting: boolean) => void;
34
+ setTouched: (touched: FormikTouched<FormikValues>, shouldValidate?: boolean) => Promise<FormikErrors<FormikValues>> | Promise<void>;
35
+ setValues: (values: React.SetStateAction<FormikValues>, shouldValidate?: boolean) => Promise<FormikErrors<FormikValues>> | Promise<void>;
36
+ submitForm: () => Promise<any>;
37
+ validateForm: (values?: FormikValues) => Promise<FormikErrors<FormikValues>>;
38
+ validateField: (name: string) => Promise<void> | Promise<string | undefined>;
39
+ isValid: boolean;
40
+ dirty: boolean;
41
+ unregisterField: (name: string) => void;
42
+ registerField: (name: string, { validate }: any) => void;
43
+ getFieldProps: (nameOrOptions: string | FieldConfig<any>) => FieldInputProps<any>;
44
+ getFieldMeta: (name: string) => FieldMetaProps<any>;
45
+ getFieldHelpers: (name: string) => FieldHelperProps<any>;
46
+ validateOnBlur: boolean;
47
+ validateOnChange: boolean;
48
+ validateOnMount: boolean;
49
+ values: FormikValues;
50
+ errors: FormikErrors<FormikValues>;
51
+ touched: FormikTouched<FormikValues>;
52
+ isSubmitting: boolean;
53
+ isValidating: boolean;
54
+ status?: any;
55
+ submitCount: number;
56
+ };
57
+ export interface ISolidField {
58
+ initialValue(): any;
59
+ validationSchema(): Schema;
60
+ render(formik: FormikObject): React.JSX.Element;
61
+ updateFormData(value: any, formData: FormData): any;
62
+ }
63
+ //# sourceMappingURL=ISolidField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ISolidField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/ISolidField.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ import { Schema } from "yup";
2
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
3
+ export declare class SolidBooleanField implements ISolidField {
4
+ private fieldContext;
5
+ constructor(fieldContext: SolidFieldProps);
6
+ updateFormData(value: any, formData: FormData): any;
7
+ initialValue(): any;
8
+ validationSchema(): Schema;
9
+ render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ //# sourceMappingURL=SolidBooleanField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidBooleanField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidBooleanField.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,iBAAkB,YAAW,WAAW;IAEjD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IA6B1B,MAAM,CAAC,MAAM,EAAE,YAAY;CAuD9B"}
@@ -0,0 +1,11 @@
1
+ import { Schema } from "yup";
2
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
3
+ export declare class SolidDateField implements ISolidField {
4
+ private fieldContext;
5
+ constructor(fieldContext: SolidFieldProps);
6
+ updateFormData(value: any, formData: FormData): any;
7
+ initialValue(): any;
8
+ validationSchema(): Schema;
9
+ render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ //# sourceMappingURL=SolidDateField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidDateField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidDateField.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,cAAe,YAAW,WAAW;IAE9C,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IAa1B,MAAM,CAAC,MAAM,EAAE,YAAY;CAiD9B"}
@@ -0,0 +1,11 @@
1
+ import { Schema } from "yup";
2
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
3
+ export declare class SolidDateTimeField implements ISolidField {
4
+ private fieldContext;
5
+ constructor(fieldContext: SolidFieldProps);
6
+ updateFormData(value: any, formData: FormData): any;
7
+ initialValue(): any;
8
+ validationSchema(): Schema;
9
+ render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ //# sourceMappingURL=SolidDateTimeField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidDateTimeField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidDateTimeField.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,kBAAmB,YAAW,WAAW;IAElD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IAa1B,MAAM,CAAC,MAAM,EAAE,YAAY;CA+C9B"}
@@ -0,0 +1,11 @@
1
+ import { Schema } from "yup";
2
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
3
+ export declare class SolidDecimalField implements ISolidField {
4
+ private fieldContext;
5
+ constructor(fieldContext: SolidFieldProps);
6
+ updateFormData(value: any, formData: FormData): any;
7
+ initialValue(): any;
8
+ validationSchema(): Schema;
9
+ render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ //# sourceMappingURL=SolidDecimalField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidDecimalField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidDecimalField.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,iBAAkB,YAAW,WAAW;IAEjD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IAgB1B,MAAM,CAAC,MAAM,EAAE,YAAY;CA2C9B"}
@@ -0,0 +1,11 @@
1
+ import { Schema } from "yup";
2
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
3
+ export declare class SolidIntegerField implements ISolidField {
4
+ private fieldContext;
5
+ constructor(fieldContext: SolidFieldProps);
6
+ updateFormData(value: any, formData: FormData): any;
7
+ initialValue(): any;
8
+ validationSchema(): Schema;
9
+ render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ //# sourceMappingURL=SolidIntegerField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidIntegerField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidIntegerField.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,iBAAkB,YAAW,WAAW;IAEjD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IAiB1B,MAAM,CAAC,MAAM,EAAE,YAAY;CA0C9B"}
@@ -0,0 +1,11 @@
1
+ import { Schema } from "yup";
2
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
3
+ export declare class SolidJsonField implements ISolidField {
4
+ private fieldContext;
5
+ constructor(fieldContext: SolidFieldProps);
6
+ updateFormData(value: any, formData: FormData): any;
7
+ initialValue(): any;
8
+ validationSchema(): Schema;
9
+ render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ //# sourceMappingURL=SolidJsonField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidJsonField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidJsonField.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,cAAe,YAAW,WAAW;IAE9C,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IAgB1B,MAAM,CAAC,MAAM,EAAE,YAAY;CAqC9B"}
@@ -0,0 +1,11 @@
1
+ import { Schema } from "yup";
2
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
3
+ export declare class SolidLongTextField implements ISolidField {
4
+ private fieldContext;
5
+ constructor(fieldContext: SolidFieldProps);
6
+ updateFormData(value: any, formData: FormData): any;
7
+ initialValue(): any;
8
+ validationSchema(): Schema;
9
+ render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ //# sourceMappingURL=SolidLongTextField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidLongTextField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidLongTextField.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,kBAAmB,YAAW,WAAW;IAElD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAInB,gBAAgB,IAAI,MAAM;IA6B1B,MAAM,CAAC,MAAM,EAAE,YAAY;CA4C9B"}
@@ -0,0 +1,11 @@
1
+ import { Schema } from "yup";
2
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
3
+ export declare class SolidMediaMultipleField implements ISolidField {
4
+ private fieldContext;
5
+ constructor(fieldContext: SolidFieldProps);
6
+ updateFormData(value: any, formData: FormData): any;
7
+ initialValue(): any;
8
+ validationSchema(): Schema;
9
+ render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ //# sourceMappingURL=SolidMediaMultipleField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidMediaMultipleField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidMediaMultipleField.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,uBAAwB,YAAW,WAAW;IAEvD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAYnD,YAAY,IAAI,GAAG;IAKnB,gBAAgB,IAAI,MAAM;IAiD1B,MAAM,CAAC,MAAM,EAAE,YAAY;CA+J9B"}
@@ -0,0 +1,11 @@
1
+ import { Schema } from "yup";
2
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
3
+ export declare class SolidMediaSingleField implements ISolidField {
4
+ private fieldContext;
5
+ constructor(fieldContext: SolidFieldProps);
6
+ updateFormData(value: any, formData: FormData): any;
7
+ initialValue(): any;
8
+ validationSchema(): Schema;
9
+ render(formik: FormikObject): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ //# sourceMappingURL=SolidMediaSingleField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidMediaSingleField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidMediaSingleField.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAE3E,qBAAa,qBAAsB,YAAW,WAAW;IAErD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAOnD,YAAY,IAAI,GAAG;IAKnB,gBAAgB,IAAI,MAAM;IAwC1B,MAAM,CAAC,MAAM,EAAE,YAAY;CA0J9B"}
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ import { Schema } from "yup";
3
+ import { FormikObject, ISolidField, SolidFieldProps } from "./ISolidField";
4
+ export declare class SolidRelationField implements ISolidField {
5
+ private fieldContext;
6
+ constructor(fieldContext: SolidFieldProps);
7
+ relationField(): ISolidField;
8
+ initialValue(): any;
9
+ updateFormData(value: any, formData: FormData): any;
10
+ validationSchema(): Schema;
11
+ render(formik: FormikObject): import("react").JSX.Element;
12
+ }
13
+ //# sourceMappingURL=SolidRelationField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SolidRelationField.d.ts","sourceRoot":"","sources":["../../../../../src/components/core/form/fields/SolidRelationField.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAM3E,qBAAa,kBAAmB,YAAW,WAAW;IAElD,OAAO,CAAC,YAAY,CAAkB;gBAE1B,YAAY,EAAE,eAAe;IAIzC,aAAa,IAAI,WAAW;IAqB5B,YAAY,IAAI,GAAG;IAInB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,GAAG,GAAG;IAKnD,gBAAgB,IAAI,MAAM;IAI1B,MAAM,CAAC,MAAM,EAAE,YAAY;CAG9B"}