identity-admin-ui 1.11.28 → 1.11.29

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 (856) hide show
  1. package/lib/cjs/index.css +1879 -1879
  2. package/lib/cjs/index.js +135 -135
  3. package/lib/cjs/types/ApiClient/Axiosinterceptor.d.ts +8 -8
  4. package/lib/cjs/types/ApiClient/ClientDateTransformer.d.ts +1 -1
  5. package/lib/cjs/types/ApiClient/index.d.ts +1 -1
  6. package/lib/cjs/types/actions/DumpServiceAction.d.ts +6 -6
  7. package/lib/cjs/types/actions/index.d.ts +1 -1
  8. package/lib/cjs/types/actions/types.d.ts +9 -9
  9. package/lib/cjs/types/assets/BackgroundIllustration.d.ts +4 -4
  10. package/lib/cjs/types/assets/UploadIllustration.d.ts +5 -5
  11. package/lib/cjs/types/assets/icon_plan_free.d.ts +5 -5
  12. package/lib/cjs/types/assets/icon_plan_premium.d.ts +5 -5
  13. package/lib/cjs/types/assets/icon_plan_starter.d.ts +5 -5
  14. package/lib/cjs/types/assets/icon_sent.d.ts +5 -5
  15. package/lib/cjs/types/assets/illustration_403.d.ts +5 -5
  16. package/lib/cjs/types/assets/illustration_404.d.ts +5 -5
  17. package/lib/cjs/types/assets/illustration_500.d.ts +5 -5
  18. package/lib/cjs/types/assets/illustration_background.d.ts +4 -4
  19. package/lib/cjs/types/assets/illustration_booking.d.ts +5 -5
  20. package/lib/cjs/types/assets/illustration_checkin.d.ts +5 -5
  21. package/lib/cjs/types/assets/illustration_checkout.d.ts +5 -5
  22. package/lib/cjs/types/assets/illustration_coming_soon.d.ts +5 -5
  23. package/lib/cjs/types/assets/illustration_doc.d.ts +5 -5
  24. package/lib/cjs/types/assets/illustration_maintenance.d.ts +5 -5
  25. package/lib/cjs/types/assets/illustration_motivation.d.ts +5 -5
  26. package/lib/cjs/types/assets/illustration_order_complete.d.ts +5 -5
  27. package/lib/cjs/types/assets/illustration_seo.d.ts +5 -5
  28. package/lib/cjs/types/assets/illustration_upload.d.ts +5 -5
  29. package/lib/cjs/types/assets/index.d.ts +17 -17
  30. package/lib/cjs/types/assets/loadingImage.d.ts +2 -2
  31. package/lib/cjs/types/assets/loading_2Image.d.ts +2 -2
  32. package/lib/cjs/types/assets/placeholderImage.d.ts +2 -2
  33. package/lib/cjs/types/components/Arrow.d.ts +14 -14
  34. package/lib/cjs/types/components/Breadcrumbs.d.ts +12 -12
  35. package/lib/cjs/types/components/BulkActions/BulkActionDialogs.d.ts +27 -27
  36. package/lib/cjs/types/components/BulkActions/BulkDialogContainer.d.ts +16 -16
  37. package/lib/cjs/types/components/BulkActions/BulkDialogLoadingSkeleton.d.ts +2 -2
  38. package/lib/cjs/types/components/BulkActions/IBulkActionComponent.d.ts +5 -5
  39. package/lib/cjs/types/components/Buttons/EditButton.d.ts +5 -5
  40. package/lib/cjs/types/components/Buttons/NavigationButton.d.ts +6 -6
  41. package/lib/cjs/types/components/Buttons/NeighborButton/LoadingPlaceHolder.d.ts +1 -1
  42. package/lib/cjs/types/components/Buttons/NeighborButton/NeighborButton.d.ts +9 -9
  43. package/lib/cjs/types/components/Buttons/NeighborButton/NeighborTypes.d.ts +4 -4
  44. package/lib/cjs/types/components/Buttons/NextPreviousButtons.d.ts +18 -18
  45. package/lib/cjs/types/components/DashboardFormFields/ArrayField/ArrayComponent.d.ts +15 -15
  46. package/lib/cjs/types/components/DashboardFormFields/ArrayField/ArrayItemCard.d.ts +9 -9
  47. package/lib/cjs/types/components/DashboardFormFields/ArrayField/IdentityArray.d.ts +14 -14
  48. package/lib/cjs/types/components/DashboardFormFields/BooleanField.d.ts +6 -6
  49. package/lib/cjs/types/components/DashboardFormFields/EnumField.d.ts +5 -5
  50. package/lib/cjs/types/components/DashboardFormFields/IFieldProps.d.ts +6 -6
  51. package/lib/cjs/types/components/DashboardFormFields/IdentityField.d.ts +67 -67
  52. package/lib/cjs/types/components/DashboardFormFields/NewEditImageField.d.ts +6 -6
  53. package/lib/cjs/types/components/DashboardFormFields/PasswordField.d.ts +6 -6
  54. package/lib/cjs/types/components/DashboardFormFields/RichTextField.d.ts +10 -10
  55. package/lib/cjs/types/components/DashboardFormFields/SingleImageField.d.ts +7 -7
  56. package/lib/cjs/types/components/DashboardFormFields/SwitchField.d.ts +8 -8
  57. package/lib/cjs/types/components/DashboardShowFields/Fields/ArrayField.d.ts +8 -8
  58. package/lib/cjs/types/components/DashboardShowFields/Fields/BooleanField.d.ts +2 -2
  59. package/lib/cjs/types/components/DashboardShowFields/Fields/ColorField.d.ts +2 -2
  60. package/lib/cjs/types/components/DashboardShowFields/Fields/DateField.d.ts +2 -2
  61. package/lib/cjs/types/components/DashboardShowFields/Fields/EnumField.d.ts +5 -5
  62. package/lib/cjs/types/components/DashboardShowFields/Fields/ExternalLinkField.d.ts +2 -2
  63. package/lib/cjs/types/components/DashboardShowFields/Fields/ImageField.d.ts +2 -2
  64. package/lib/cjs/types/components/DashboardShowFields/Fields/LocalizedStringField.d.ts +2 -2
  65. package/lib/cjs/types/components/DashboardShowFields/Fields/LocationField.d.ts +2 -2
  66. package/lib/cjs/types/components/DashboardShowFields/Fields/MultiTextField.d.ts +2 -2
  67. package/lib/cjs/types/components/DashboardShowFields/Fields/NestedSchemaField.d.ts +4 -4
  68. package/lib/cjs/types/components/DashboardShowFields/Fields/ReferenceField.d.ts +2 -2
  69. package/lib/cjs/types/components/DashboardShowFields/Fields/RichText_I.d.ts +2 -2
  70. package/lib/cjs/types/components/DashboardShowFields/Fields/RichText_II.d.ts +2 -2
  71. package/lib/cjs/types/components/DashboardShowFields/Fields/StringField.d.ts +2 -2
  72. package/lib/cjs/types/components/DashboardShowFields/IShowField.d.ts +17 -17
  73. package/lib/cjs/types/components/DashboardShowFields/Sections/ArrayCard.d.ts +6 -6
  74. package/lib/cjs/types/components/DashboardShowFields/Sections/DateSection.d.ts +2 -2
  75. package/lib/cjs/types/components/DashboardShowFields/Sections/EnumSection.d.ts +2 -2
  76. package/lib/cjs/types/components/DashboardShowFields/Sections/ExternalLink.d.ts +3 -3
  77. package/lib/cjs/types/components/DashboardShowFields/Sections/HTMLCard.d.ts +2 -2
  78. package/lib/cjs/types/components/DashboardShowFields/Sections/ImageSection.d.ts +2 -2
  79. package/lib/cjs/types/components/DashboardShowFields/Sections/LocalizedStringCard.d.ts +4 -4
  80. package/lib/cjs/types/components/DashboardShowFields/Sections/LocationSection.d.ts +2 -2
  81. package/lib/cjs/types/components/DashboardShowFields/Sections/MultiTextSection.d.ts +2 -2
  82. package/lib/cjs/types/components/DashboardShowFields/Sections/NestedSchemaCard.d.ts +4 -4
  83. package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/NormalReferenceSection.d.ts +2 -2
  84. package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/ObjectArrayReferenceSection.d.ts +2 -2
  85. package/lib/cjs/types/components/DashboardShowFields/Sections/Reference/ReferenceSection.d.ts +2 -2
  86. package/lib/cjs/types/components/DashboardShowFields/Sections/ReferenceLink.d.ts +5 -5
  87. package/lib/cjs/types/components/DashboardShowFields/Sections/RichText/RichTextII.d.ts +4 -4
  88. package/lib/cjs/types/components/DashboardShowFields/Sections/index.d.ts +10 -10
  89. package/lib/cjs/types/components/DashboardShowFields/ShowSkeleton.d.ts +8 -8
  90. package/lib/cjs/types/components/DashboardShowFields/index.d.ts +11 -11
  91. package/lib/cjs/types/components/Dialog/ActionDialog.d.ts +26 -26
  92. package/lib/cjs/types/components/DragImages.d.ts +9 -9
  93. package/lib/cjs/types/components/Draggable/DraggableComponent.d.ts +16 -16
  94. package/lib/cjs/types/components/EmptyContent.d.ts +9 -9
  95. package/lib/cjs/types/components/HeaderBreadcrumbs.d.ts +10 -10
  96. package/lib/cjs/types/components/IdentitySnackAlert.d.ts +10 -10
  97. package/lib/cjs/types/components/ListHeaderSkeleton.d.ts +5 -5
  98. package/lib/cjs/types/components/LocalesTabes.d.ts +8 -7
  99. package/lib/cjs/types/components/LocalizedStringForm.d.ts +18 -17
  100. package/lib/cjs/types/components/Notifications/IDashboardNotifications.d.ts +21 -21
  101. package/lib/cjs/types/components/Notifications/NotificationItem.d.ts +6 -6
  102. package/lib/cjs/types/components/Notifications/NotificationsLocalization.d.ts +14 -14
  103. package/lib/cjs/types/components/Notifications/NotificationsPopover.d.ts +1 -1
  104. package/lib/cjs/types/components/Page.d.ts +10 -10
  105. package/lib/cjs/types/components/ProgressBar.d.ts +2 -2
  106. package/lib/cjs/types/components/RouterLink.d.ts +7 -7
  107. package/lib/cjs/types/components/SearchField.d.ts +7 -7
  108. package/lib/cjs/types/components/ShowRecordSkeleton.d.ts +6 -6
  109. package/lib/cjs/types/components/SvgIconStyle.d.ts +7 -7
  110. package/lib/cjs/types/components/TimePicker.d.ts +12 -12
  111. package/lib/cjs/types/components/animate/IconButtonAnimate.d.ts +4 -4
  112. package/lib/cjs/types/components/animate/index.d.ts +3 -3
  113. package/lib/cjs/types/components/animate/motion-container.d.ts +9 -9
  114. package/lib/cjs/types/components/animate/motion-lazy.d.ts +6 -6
  115. package/lib/cjs/types/components/animate/motion-viewport.d.ts +10 -10
  116. package/lib/cjs/types/components/animate/types.d.ts +26 -26
  117. package/lib/cjs/types/components/animate/variants/actions.d.ts +8 -8
  118. package/lib/cjs/types/components/animate/variants/background.d.ts +104 -104
  119. package/lib/cjs/types/components/animate/variants/bounce.d.ts +136 -136
  120. package/lib/cjs/types/components/animate/variants/container.d.ts +19 -19
  121. package/lib/cjs/types/components/animate/variants/fade.d.ts +217 -217
  122. package/lib/cjs/types/components/animate/variants/flip.d.ts +75 -75
  123. package/lib/cjs/types/components/animate/variants/index.d.ts +12 -12
  124. package/lib/cjs/types/components/animate/variants/path.d.ts +14 -14
  125. package/lib/cjs/types/components/animate/variants/rotate.d.ts +39 -39
  126. package/lib/cjs/types/components/animate/variants/scale.d.ts +75 -75
  127. package/lib/cjs/types/components/animate/variants/slide.d.ts +155 -155
  128. package/lib/cjs/types/components/animate/variants/transition.d.ts +13 -13
  129. package/lib/cjs/types/components/animate/variants/zoom.d.ts +199 -199
  130. package/lib/cjs/types/components/custom-popover/custom-popover.d.ts +2 -2
  131. package/lib/cjs/types/components/custom-popover/index.d.ts +3 -3
  132. package/lib/cjs/types/components/custom-popover/styles.d.ts +5 -5
  133. package/lib/cjs/types/components/custom-popover/types.d.ts +7 -7
  134. package/lib/cjs/types/components/custom-popover/use-popover.d.ts +9 -9
  135. package/lib/cjs/types/components/custom-popover/utils.d.ts +50 -50
  136. package/lib/cjs/types/components/dataGrid/CustomNoRowsOverlay.d.ts +1 -1
  137. package/lib/cjs/types/components/dataGrid/DataGridd.d.ts +38 -38
  138. package/lib/cjs/types/components/dataGrid/ExportDialog.d.ts +1 -1
  139. package/lib/cjs/types/components/dataGrid/FieldFormatter.d.ts +3 -3
  140. package/lib/cjs/types/components/dataGrid/GridDialog.d.ts +2 -2
  141. package/lib/cjs/types/components/dataGrid/GridField.d.ts +10 -10
  142. package/lib/cjs/types/components/dataGrid/GridSelectionActions.d.ts +14 -14
  143. package/lib/cjs/types/components/dataGrid/GridTypes.d.ts +62 -62
  144. package/lib/cjs/types/components/dataGrid/GridUIUtils.d.ts +36 -36
  145. package/lib/cjs/types/components/dataGrid/GridUtils.d.ts +15 -15
  146. package/lib/cjs/types/components/dataGrid/ImageListElement.d.ts +10 -10
  147. package/lib/cjs/types/components/dataGrid/Reports/getDefaultSelectedColumns.d.ts +9 -9
  148. package/lib/cjs/types/components/dataGrid/Reports/getReferenceTitle.d.ts +7 -7
  149. package/lib/cjs/types/components/editor/EditorToolbar.d.ts +7 -7
  150. package/lib/cjs/types/components/editor/HTMLParser.d.ts +4 -4
  151. package/lib/cjs/types/components/editor/editor.d.ts +3 -3
  152. package/lib/cjs/types/components/editor/index.d.ts +2 -2
  153. package/lib/cjs/types/components/editor/styles.d.ts +10 -10
  154. package/lib/cjs/types/components/editor/types.d.ts +11 -11
  155. package/lib/cjs/types/components/file-thumbnail/download-button.d.ts +5 -5
  156. package/lib/cjs/types/components/file-thumbnail/file-thumbnail.d.ts +11 -11
  157. package/lib/cjs/types/components/file-thumbnail/index.d.ts +3 -3
  158. package/lib/cjs/types/components/file-thumbnail/types.d.ts +5 -5
  159. package/lib/cjs/types/components/file-thumbnail/utils.d.ts +26 -26
  160. package/lib/cjs/types/components/filter/FieldTypeGenerator.d.ts +4 -4
  161. package/lib/cjs/types/components/filter/FilterChips.d.ts +8 -8
  162. package/lib/cjs/types/components/filter/FilterDrawer.d.ts +18 -18
  163. package/lib/cjs/types/components/filter/FilterForm.d.ts +21 -21
  164. package/lib/cjs/types/components/filter/FilterSchemaGenerator.d.ts +4 -4
  165. package/lib/cjs/types/components/filter/OnSubmitFilter.d.ts +3 -3
  166. package/lib/cjs/types/components/filter/QuickFilters/QuickFilterFieldGenerator.d.ts +6 -6
  167. package/lib/cjs/types/components/filter/getFilterChips.d.ts +13 -13
  168. package/lib/cjs/types/components/filter/removeFilterChip.d.ts +14 -14
  169. package/lib/cjs/types/components/hook-form/FormProvider.d.ts +9 -9
  170. package/lib/cjs/types/components/hook-form/PaginatedLazySelect.d.ts +26 -26
  171. package/lib/cjs/types/components/hook-form/RHFCheckbox.d.ts +14 -14
  172. package/lib/cjs/types/components/hook-form/RHFCreatableSelect.d.ts +1 -1
  173. package/lib/cjs/types/components/hook-form/RHFDatePicker.d.ts +9 -9
  174. package/lib/cjs/types/components/hook-form/RHFDateTimePicker.d.ts +9 -9
  175. package/lib/cjs/types/components/hook-form/RHFEditor.d.ts +6 -6
  176. package/lib/cjs/types/components/hook-form/RHFGooglePlaces.d.ts +25 -25
  177. package/lib/cjs/types/components/hook-form/RHFGroupedTextFields.d.ts +15 -15
  178. package/lib/cjs/types/components/hook-form/RHFLazySelect.d.ts +20 -20
  179. package/lib/cjs/types/components/hook-form/RHFMultiSelect.d.ts +12 -12
  180. package/lib/cjs/types/components/hook-form/RHFMultipleTextField.d.ts +8 -8
  181. package/lib/cjs/types/components/hook-form/RHFRadioGroup.d.ts +11 -11
  182. package/lib/cjs/types/components/hook-form/RHFRichText/RHFRichText.d.ts +7 -7
  183. package/lib/cjs/types/components/hook-form/RHFSelect.d.ts +8 -8
  184. package/lib/cjs/types/components/hook-form/RHFTextField.d.ts +7 -7
  185. package/lib/cjs/types/components/hook-form/RHFUpload.d.ts +12 -12
  186. package/lib/cjs/types/components/hook-form/UplaodExcelFile.d.ts +6 -6
  187. package/lib/cjs/types/components/hook-form/index.d.ts +12 -12
  188. package/lib/cjs/types/components/iconify/iconify.d.ts +3 -3
  189. package/lib/cjs/types/components/iconify/index.d.ts +2 -2
  190. package/lib/cjs/types/components/iconify/types.d.ts +2 -2
  191. package/lib/cjs/types/components/image/image.d.ts +4 -4
  192. package/lib/cjs/types/components/image/types.d.ts +8 -8
  193. package/lib/cjs/types/components/image/utils.d.ts +2 -2
  194. package/lib/cjs/types/components/index.d.ts +3 -3
  195. package/lib/cjs/types/components/label/index.d.ts +2 -2
  196. package/lib/cjs/types/components/label/label.d.ts +4 -4
  197. package/lib/cjs/types/components/label/styles.d.ts +17 -17
  198. package/lib/cjs/types/components/label/types.d.ts +10 -10
  199. package/lib/cjs/types/components/mediaUploader/ImageEditor.d.ts +1 -1
  200. package/lib/cjs/types/components/mediaUploader/ImageSelector.d.ts +6 -6
  201. package/lib/cjs/types/components/mediaUploader/ImagesDataGrid.d.ts +14 -14
  202. package/lib/cjs/types/components/mediaUploader/MediaUploaderDialog.d.ts +26 -26
  203. package/lib/cjs/types/components/mediaUploader/MediaUploaderTabs.d.ts +18 -18
  204. package/lib/cjs/types/components/mediaUploader/MultiFileUploading.d.ts +8 -8
  205. package/lib/cjs/types/components/menu-popover/MenuPopover.d.ts +2 -2
  206. package/lib/cjs/types/components/menu-popover/getPosition.d.ts +50 -50
  207. package/lib/cjs/types/components/menu-popover/index.d.ts +2 -2
  208. package/lib/cjs/types/components/menu-popover/styles.d.ts +5 -5
  209. package/lib/cjs/types/components/menu-popover/types.d.ts +7 -7
  210. package/lib/cjs/types/components/nav-section/config.d.ts +31 -31
  211. package/lib/cjs/types/components/nav-section/horizontal/index.d.ts +1 -1
  212. package/lib/cjs/types/components/nav-section/horizontal/nav-item.d.ts +7 -7
  213. package/lib/cjs/types/components/nav-section/horizontal/nav-list.d.ts +9 -9
  214. package/lib/cjs/types/components/nav-section/horizontal/nav-section-horizontal.d.ts +5 -5
  215. package/lib/cjs/types/components/nav-section/horizontal/styles.d.ts +28 -28
  216. package/lib/cjs/types/components/nav-section/mini/index.d.ts +1 -1
  217. package/lib/cjs/types/components/nav-section/mini/nav-item.d.ts +7 -7
  218. package/lib/cjs/types/components/nav-section/mini/nav-list.d.ts +9 -9
  219. package/lib/cjs/types/components/nav-section/mini/nav-section-mini.d.ts +5 -5
  220. package/lib/cjs/types/components/nav-section/mini/styles.d.ts +28 -28
  221. package/lib/cjs/types/components/nav-section/types.d.ts +37 -37
  222. package/lib/cjs/types/components/nav-section/vertical/index.d.ts +1 -1
  223. package/lib/cjs/types/components/nav-section/vertical/nav-item.d.ts +6 -6
  224. package/lib/cjs/types/components/nav-section/vertical/nav-list.d.ts +9 -9
  225. package/lib/cjs/types/components/nav-section/vertical/nav-section-vertical.d.ts +5 -5
  226. package/lib/cjs/types/components/nav-section/vertical/styles.d.ts +46 -46
  227. package/lib/cjs/types/components/scrollbar/index.d.ts +2 -2
  228. package/lib/cjs/types/components/scrollbar/scrollbar.d.ts +4 -4
  229. package/lib/cjs/types/components/scrollbar/styles.d.ts +3 -3
  230. package/lib/cjs/types/components/scrollbar/types.d.ts +7 -7
  231. package/lib/cjs/types/components/search-not-found/index.d.ts +1 -1
  232. package/lib/cjs/types/components/search-not-found/search-not-found.d.ts +6 -6
  233. package/lib/cjs/types/components/svg-color/index.d.ts +1 -1
  234. package/lib/cjs/types/components/svg-color/svg-color.d.ts +7 -7
  235. package/lib/cjs/types/components/table/CustomTableLoadingSkeleton.d.ts +6 -6
  236. package/lib/cjs/types/components/table/TableMoreMenu.d.ts +9 -9
  237. package/lib/cjs/types/components/upload/BlankUploadPage.d.ts +1 -1
  238. package/lib/cjs/types/components/upload/BlockContent.d.ts +1 -1
  239. package/lib/cjs/types/components/upload/MultiFilePreview.d.ts +2 -2
  240. package/lib/cjs/types/components/upload/MultiFilePreviewModified.d.ts +2 -2
  241. package/lib/cjs/types/components/upload/MultiFileShow.d.ts +2 -2
  242. package/lib/cjs/types/components/upload/ProductUploadImages.d.ts +1 -1
  243. package/lib/cjs/types/components/upload/RejectionFiles.d.ts +6 -6
  244. package/lib/cjs/types/components/upload/SingleFilePreview.d.ts +6 -6
  245. package/lib/cjs/types/components/upload/Upload.d.ts +2 -2
  246. package/lib/cjs/types/components/upload/UploadAvatar.d.ts +2 -2
  247. package/lib/cjs/types/components/upload/UploadMultiFile.d.ts +8 -8
  248. package/lib/cjs/types/components/upload/UploadSingleFile.d.ts +2 -2
  249. package/lib/cjs/types/components/upload/index.d.ts +7 -7
  250. package/lib/cjs/types/components/upload/type.d.ts +41 -41
  251. package/lib/cjs/types/components/upload/types.d.ts +23 -23
  252. package/lib/cjs/types/context/ApiContex.d.ts +16 -16
  253. package/lib/cjs/types/context/AppConfigurationsContext.d.ts +15 -15
  254. package/lib/cjs/types/context/CredentialsContext.d.ts +16 -16
  255. package/lib/cjs/types/context/DialogContext.d.ts +14 -14
  256. package/lib/cjs/types/context/NotificationsContext.d.ts +15 -15
  257. package/lib/cjs/types/context/PathsContext.d.ts +23 -23
  258. package/lib/cjs/types/context/Resource.d.ts +157 -157
  259. package/lib/cjs/types/context/ResourcesContext.d.ts +25 -25
  260. package/lib/cjs/types/context/SnackAlertContext.d.ts +20 -20
  261. package/lib/cjs/types/context/index.d.ts +9 -9
  262. package/lib/cjs/types/helpers/Contsants.d.ts +6 -5
  263. package/lib/cjs/types/helpers/CrudHelper/CreateEdit/CreateEditTexts.d.ts +26 -26
  264. package/lib/cjs/types/helpers/CrudHelper/CreateEdit/ReferenceImageHelper.d.ts +5 -5
  265. package/lib/cjs/types/helpers/CrudHelper/CreateEdit/TitleHelper.d.ts +5 -5
  266. package/lib/cjs/types/helpers/CrudHelper/List/ListProps.d.ts +23 -23
  267. package/lib/cjs/types/helpers/CrudHelper/List/ListUniqueFields.d.ts +8 -8
  268. package/lib/cjs/types/helpers/CrudHelper/List/PaginationSearchParams.d.ts +13 -13
  269. package/lib/cjs/types/helpers/CrudHelper/List/TitleModifier.d.ts +3 -3
  270. package/lib/cjs/types/helpers/CrudHelper/List/index.d.ts +1 -1
  271. package/lib/cjs/types/helpers/CrudHelper/Show/IdentityShowProps.d.ts +25 -25
  272. package/lib/cjs/types/helpers/CrudHelper/Show/RecordResponseProps.d.ts +5 -5
  273. package/lib/cjs/types/helpers/CrudHelper/Show/ShowFieldType.d.ts +22 -22
  274. package/lib/cjs/types/helpers/CrudHelper/Show/ShowRecordProps.d.ts +64 -64
  275. package/lib/cjs/types/helpers/CrudHelper/Show/ShowTexts.d.ts +23 -23
  276. package/lib/cjs/types/helpers/CrudHelper/Show/getUrlFilters.d.ts +9 -9
  277. package/lib/cjs/types/helpers/EnumHelper.d.ts +38 -38
  278. package/lib/cjs/types/helpers/EnumUtils.d.ts +4 -4
  279. package/lib/cjs/types/helpers/FileManager/FileData.d.ts +8 -8
  280. package/lib/cjs/types/helpers/FileManager/FileShow.d.ts +13 -13
  281. package/lib/cjs/types/helpers/FileManager/MuliFileView.d.ts +18 -18
  282. package/lib/cjs/types/helpers/FilterValues.d.ts +6 -6
  283. package/lib/cjs/types/helpers/Localization/LocalesEnums.d.ts +6 -5
  284. package/lib/cjs/types/helpers/Localization/LocalesHelpers.d.ts +10 -10
  285. package/lib/cjs/types/helpers/Permissions/checker.d.ts +3 -3
  286. package/lib/cjs/types/helpers/Permissions/keys.d.ts +6 -6
  287. package/lib/cjs/types/helpers/ReferencedValues/IPaginatedReference.d.ts +25 -25
  288. package/lib/cjs/types/helpers/ReferencedValues/PaginatedReference.d.ts +2 -2
  289. package/lib/cjs/types/helpers/StringUtils.d.ts +6 -6
  290. package/lib/cjs/types/helpers/SubmitUrlFilter.d.ts +1 -1
  291. package/lib/cjs/types/helpers/Types.d.ts +18 -18
  292. package/lib/cjs/types/helpers/index.d.ts +3 -3
  293. package/lib/cjs/types/hooks/RequetState.d.ts +22 -22
  294. package/lib/cjs/types/hooks/index.d.ts +10 -10
  295. package/lib/cjs/types/hooks/useActiveLink.d.ts +3 -3
  296. package/lib/cjs/types/hooks/useApi.d.ts +21 -21
  297. package/lib/cjs/types/hooks/useAppConfigurations.d.ts +11 -11
  298. package/lib/cjs/types/hooks/useBoolean.d.ts +10 -10
  299. package/lib/cjs/types/hooks/useCredentials.d.ts +1 -1
  300. package/lib/cjs/types/hooks/useDialog.d.ts +4 -4
  301. package/lib/cjs/types/hooks/useEventListener.d.ts +4 -4
  302. package/lib/cjs/types/hooks/useNavData.d.ts +4 -4
  303. package/lib/cjs/types/hooks/useNotifications.d.ts +6 -6
  304. package/lib/cjs/types/hooks/useOffSetTop.d.ts +8 -8
  305. package/lib/cjs/types/hooks/usePathname.d.ts +1 -1
  306. package/lib/cjs/types/hooks/usePaths.d.ts +7 -7
  307. package/lib/cjs/types/hooks/useResources.d.ts +6 -6
  308. package/lib/cjs/types/hooks/useResponsive.d.ts +7 -7
  309. package/lib/cjs/types/hooks/useRouter.d.ts +7 -7
  310. package/lib/cjs/types/hooks/useSnackAlert.d.ts +5 -5
  311. package/lib/cjs/types/hooks/useTabs.d.ts +6 -6
  312. package/lib/cjs/types/index.d.ts +12 -12
  313. package/lib/cjs/types/layout/_common/account-popover.d.ts +1 -1
  314. package/lib/cjs/types/layout/_common/header-shadow.d.ts +2 -2
  315. package/lib/cjs/types/layout/_common/nav-toggle-button.d.ts +2 -2
  316. package/lib/cjs/types/layout/_common/searchbar/index.d.ts +1 -1
  317. package/lib/cjs/types/layout/_common/searchbar/result-item.d.ts +14 -14
  318. package/lib/cjs/types/layout/_common/searchbar/searchbar.d.ts +4 -4
  319. package/lib/cjs/types/layout/_common/searchbar/utils.d.ts +23 -23
  320. package/lib/cjs/types/layout/config-layout.d.ts +9 -9
  321. package/lib/cjs/types/layout/dashboard/config-navigation.d.ts +4 -4
  322. package/lib/cjs/types/layout/dashboard/header.d.ts +7 -7
  323. package/lib/cjs/types/layout/dashboard/index.d.ts +2 -2
  324. package/lib/cjs/types/layout/dashboard/layout.d.ts +7 -7
  325. package/lib/cjs/types/layout/dashboard/main.d.ts +2 -2
  326. package/lib/cjs/types/layout/dashboard/nav-horizontal.d.ts +4 -4
  327. package/lib/cjs/types/layout/dashboard/nav-mini.d.ts +6 -6
  328. package/lib/cjs/types/layout/dashboard/nav-vertical.d.ts +8 -8
  329. package/lib/cjs/types/pages/IdentityEditPage.d.ts +26 -26
  330. package/lib/cjs/types/pages/IdentityListPage.d.ts +3 -3
  331. package/lib/cjs/types/pages/IdentityModelConfigurationPage.d.ts +5 -5
  332. package/lib/cjs/types/pages/IdentityPage.d.ts +3 -3
  333. package/lib/cjs/types/pages/IdentityPage.types.d.ts +24 -24
  334. package/lib/cjs/types/pages/IdentityShowPage.d.ts +21 -21
  335. package/lib/cjs/types/pages/LoadingScreen.d.ts +9 -9
  336. package/lib/cjs/types/pages/Page403.d.ts +1 -1
  337. package/lib/cjs/types/pages/index.d.ts +7 -7
  338. package/lib/cjs/types/pages/permissions/CheckBoxForm.d.ts +6 -6
  339. package/lib/cjs/types/pages/permissions/DropDownIcon.d.ts +5 -5
  340. package/lib/cjs/types/pages/permissions/Form.d.ts +9 -9
  341. package/lib/cjs/types/pages/permissions/IPermissionGroup.d.ts +4 -4
  342. package/lib/cjs/types/pages/permissions/PermissionGroupForm.d.ts +12 -12
  343. package/lib/cjs/types/pages/permissions/PermissionsList.d.ts +11 -11
  344. package/lib/cjs/types/pages/permissions/dataMapper.d.ts +2 -2
  345. package/lib/cjs/types/pages/permissions/index.d.ts +3 -3
  346. package/lib/cjs/types/pages/permissions/loading/CheckBoxLoading.d.ts +1 -1
  347. package/lib/cjs/types/pages/permissions/loading/DropDownLoading.d.ts +1 -1
  348. package/lib/cjs/types/pages/permissions/loading/index.d.ts +1 -1
  349. package/lib/cjs/types/pages/permissions/types.d.ts +20 -20
  350. package/lib/cjs/types/routes/AdminRouter.d.ts +10 -10
  351. package/lib/cjs/types/routes/DashBoardRouter.d.ts +10 -10
  352. package/lib/cjs/types/routes/index.d.ts +1 -1
  353. package/lib/cjs/types/routes/paths.d.ts +5 -5
  354. package/lib/cjs/types/sections/dashboard/CreateNewDialog.d.ts +11 -11
  355. package/lib/cjs/types/sections/dashboard/ImageCard.d.ts +41 -41
  356. package/lib/cjs/types/sections/dashboard/ModelConfiguration/ActionsSection.d.ts +7 -7
  357. package/lib/cjs/types/sections/dashboard/ModelConfiguration/ModelConfigurationEditForm.d.ts +12 -12
  358. package/lib/cjs/types/sections/dashboard/NewEditForm.d.ts +16 -16
  359. package/lib/cjs/types/sections/dashboard/ShowRecord.d.ts +15 -15
  360. package/lib/cjs/types/sections/dashboard/index.d.ts +1 -1
  361. package/lib/cjs/types/theme/css.d.ts +932 -932
  362. package/lib/cjs/types/theme/custom-shadows.d.ts +46 -46
  363. package/lib/cjs/types/theme/index.d.ts +14 -14
  364. package/lib/cjs/types/theme/options/contrast.d.ts +19 -19
  365. package/lib/cjs/types/theme/options/dark-mode.d.ts +103 -103
  366. package/lib/cjs/types/theme/options/presets.d.ts +41 -41
  367. package/lib/cjs/types/theme/options/right-to-left.d.ts +10 -10
  368. package/lib/cjs/types/theme/overrides/components/CustomIcons.d.ts +14 -14
  369. package/lib/cjs/types/theme/overrides/components/accordion.d.ts +37 -37
  370. package/lib/cjs/types/theme/overrides/components/alert.d.ts +34 -34
  371. package/lib/cjs/types/theme/overrides/components/appbar.d.ts +13 -13
  372. package/lib/cjs/types/theme/overrides/components/autocomplete.d.ts +1685 -1685
  373. package/lib/cjs/types/theme/overrides/components/avatar.d.ts +56 -56
  374. package/lib/cjs/types/theme/overrides/components/backdrop.d.ts +13 -13
  375. package/lib/cjs/types/theme/overrides/components/badge.d.ts +102 -102
  376. package/lib/cjs/types/theme/overrides/components/breadcrumbs.d.ts +827 -827
  377. package/lib/cjs/types/theme/overrides/components/button-group.d.ts +33 -33
  378. package/lib/cjs/types/theme/overrides/components/button.d.ts +51 -51
  379. package/lib/cjs/types/theme/overrides/components/card.d.ts +36 -36
  380. package/lib/cjs/types/theme/overrides/components/checkbox.d.ts +16 -16
  381. package/lib/cjs/types/theme/overrides/components/chip.d.ts +35 -35
  382. package/lib/cjs/types/theme/overrides/components/css-baseline.d.ts +45 -45
  383. package/lib/cjs/types/theme/overrides/components/data-grid.d.ts +150 -150
  384. package/lib/cjs/types/theme/overrides/components/date-picker.d.ts +15 -15
  385. package/lib/cjs/types/theme/overrides/components/dialog.d.ts +50 -50
  386. package/lib/cjs/types/theme/overrides/components/drawer.d.ts +50 -50
  387. package/lib/cjs/types/theme/overrides/components/fab.d.ts +44 -44
  388. package/lib/cjs/types/theme/overrides/components/link.d.ts +8 -8
  389. package/lib/cjs/types/theme/overrides/components/list.d.ts +38 -38
  390. package/lib/cjs/types/theme/overrides/components/loading-button.d.ts +17 -17
  391. package/lib/cjs/types/theme/overrides/components/menu.d.ts +822 -822
  392. package/lib/cjs/types/theme/overrides/components/pagination.d.ts +36 -36
  393. package/lib/cjs/types/theme/overrides/components/paper.d.ts +16 -16
  394. package/lib/cjs/types/theme/overrides/components/popover.d.ts +45 -45
  395. package/lib/cjs/types/theme/overrides/components/progress.d.ts +13 -13
  396. package/lib/cjs/types/theme/overrides/components/radio-button.d.ts +831 -831
  397. package/lib/cjs/types/theme/overrides/components/rating.d.ts +37 -37
  398. package/lib/cjs/types/theme/overrides/components/select.d.ts +30 -30
  399. package/lib/cjs/types/theme/overrides/components/skeleton.d.ts +17 -17
  400. package/lib/cjs/types/theme/overrides/components/slider.d.ts +26 -26
  401. package/lib/cjs/types/theme/overrides/components/stack.d.ts +8 -8
  402. package/lib/cjs/types/theme/overrides/components/stepper.d.ts +10 -10
  403. package/lib/cjs/types/theme/overrides/components/svg-icon.d.ts +12 -12
  404. package/lib/cjs/types/theme/overrides/components/switch.d.ts +15 -15
  405. package/lib/cjs/types/theme/overrides/components/table.d.ts +86 -86
  406. package/lib/cjs/types/theme/overrides/components/tabs.d.ts +50 -50
  407. package/lib/cjs/types/theme/overrides/components/textfield.d.ts +1699 -1699
  408. package/lib/cjs/types/theme/overrides/components/timeline.d.ts +17 -17
  409. package/lib/cjs/types/theme/overrides/components/toggle-button.d.ts +54 -54
  410. package/lib/cjs/types/theme/overrides/components/tooltip.d.ts +13 -13
  411. package/lib/cjs/types/theme/overrides/components/tree-view.d.ts +829 -829
  412. package/lib/cjs/types/theme/overrides/components/typography.d.ts +13 -13
  413. package/lib/cjs/types/theme/overrides/index.d.ts +2 -2
  414. package/lib/cjs/types/theme/palette.d.ts +96 -96
  415. package/lib/cjs/types/theme/shadows.d.ts +2 -2
  416. package/lib/cjs/types/theme/typography.d.ts +148 -148
  417. package/lib/cjs/types/utils/AwsConfig.d.ts +3 -3
  418. package/lib/cjs/types/utils/FormWidthModulator/FieldWidthByType.d.ts +5 -5
  419. package/lib/cjs/types/utils/FormWidthModulator/heightTypeDiscriminator.d.ts +7 -7
  420. package/lib/cjs/types/utils/HelperFunctions.d.ts +46 -46
  421. package/lib/cjs/types/utils/ImageOptimizer/ImageOptimizerService.d.ts +7 -7
  422. package/lib/cjs/types/utils/flatten-array.d.ts +1 -1
  423. package/lib/cjs/types/utils/format-number.d.ts +7 -7
  424. package/lib/cjs/types/utils/formatTime.d.ts +12 -12
  425. package/lib/cjs/types/utils/getFileData.d.ts +25 -25
  426. package/lib/cjs/types/utils/highlight.d.ts +6 -6
  427. package/lib/cjs/types/utils/utils.d.ts +4 -4
  428. package/lib/esm/index.css +1879 -1879
  429. package/lib/esm/index.js +135 -135
  430. package/lib/esm/types/ApiClient/Axiosinterceptor.d.ts +8 -8
  431. package/lib/esm/types/ApiClient/ClientDateTransformer.d.ts +1 -1
  432. package/lib/esm/types/ApiClient/index.d.ts +1 -1
  433. package/lib/esm/types/actions/DumpServiceAction.d.ts +6 -6
  434. package/lib/esm/types/actions/index.d.ts +1 -1
  435. package/lib/esm/types/actions/types.d.ts +9 -9
  436. package/lib/esm/types/assets/BackgroundIllustration.d.ts +4 -4
  437. package/lib/esm/types/assets/UploadIllustration.d.ts +5 -5
  438. package/lib/esm/types/assets/icon_plan_free.d.ts +5 -5
  439. package/lib/esm/types/assets/icon_plan_premium.d.ts +5 -5
  440. package/lib/esm/types/assets/icon_plan_starter.d.ts +5 -5
  441. package/lib/esm/types/assets/icon_sent.d.ts +5 -5
  442. package/lib/esm/types/assets/illustration_403.d.ts +5 -5
  443. package/lib/esm/types/assets/illustration_404.d.ts +5 -5
  444. package/lib/esm/types/assets/illustration_500.d.ts +5 -5
  445. package/lib/esm/types/assets/illustration_background.d.ts +4 -4
  446. package/lib/esm/types/assets/illustration_booking.d.ts +5 -5
  447. package/lib/esm/types/assets/illustration_checkin.d.ts +5 -5
  448. package/lib/esm/types/assets/illustration_checkout.d.ts +5 -5
  449. package/lib/esm/types/assets/illustration_coming_soon.d.ts +5 -5
  450. package/lib/esm/types/assets/illustration_doc.d.ts +5 -5
  451. package/lib/esm/types/assets/illustration_maintenance.d.ts +5 -5
  452. package/lib/esm/types/assets/illustration_motivation.d.ts +5 -5
  453. package/lib/esm/types/assets/illustration_order_complete.d.ts +5 -5
  454. package/lib/esm/types/assets/illustration_seo.d.ts +5 -5
  455. package/lib/esm/types/assets/illustration_upload.d.ts +5 -5
  456. package/lib/esm/types/assets/index.d.ts +17 -17
  457. package/lib/esm/types/assets/loadingImage.d.ts +2 -2
  458. package/lib/esm/types/assets/loading_2Image.d.ts +2 -2
  459. package/lib/esm/types/assets/placeholderImage.d.ts +2 -2
  460. package/lib/esm/types/components/Arrow.d.ts +14 -14
  461. package/lib/esm/types/components/Breadcrumbs.d.ts +12 -12
  462. package/lib/esm/types/components/BulkActions/BulkActionDialogs.d.ts +27 -27
  463. package/lib/esm/types/components/BulkActions/BulkDialogContainer.d.ts +16 -16
  464. package/lib/esm/types/components/BulkActions/BulkDialogLoadingSkeleton.d.ts +2 -2
  465. package/lib/esm/types/components/BulkActions/IBulkActionComponent.d.ts +5 -5
  466. package/lib/esm/types/components/Buttons/EditButton.d.ts +5 -5
  467. package/lib/esm/types/components/Buttons/NavigationButton.d.ts +6 -6
  468. package/lib/esm/types/components/Buttons/NeighborButton/LoadingPlaceHolder.d.ts +1 -1
  469. package/lib/esm/types/components/Buttons/NeighborButton/NeighborButton.d.ts +9 -9
  470. package/lib/esm/types/components/Buttons/NeighborButton/NeighborTypes.d.ts +4 -4
  471. package/lib/esm/types/components/Buttons/NextPreviousButtons.d.ts +18 -18
  472. package/lib/esm/types/components/DashboardFormFields/ArrayField/ArrayComponent.d.ts +15 -15
  473. package/lib/esm/types/components/DashboardFormFields/ArrayField/ArrayItemCard.d.ts +9 -9
  474. package/lib/esm/types/components/DashboardFormFields/ArrayField/IdentityArray.d.ts +14 -14
  475. package/lib/esm/types/components/DashboardFormFields/BooleanField.d.ts +6 -6
  476. package/lib/esm/types/components/DashboardFormFields/EnumField.d.ts +5 -5
  477. package/lib/esm/types/components/DashboardFormFields/IFieldProps.d.ts +6 -6
  478. package/lib/esm/types/components/DashboardFormFields/IdentityField.d.ts +67 -67
  479. package/lib/esm/types/components/DashboardFormFields/NewEditImageField.d.ts +6 -6
  480. package/lib/esm/types/components/DashboardFormFields/PasswordField.d.ts +6 -6
  481. package/lib/esm/types/components/DashboardFormFields/RichTextField.d.ts +10 -10
  482. package/lib/esm/types/components/DashboardFormFields/SingleImageField.d.ts +7 -7
  483. package/lib/esm/types/components/DashboardFormFields/SwitchField.d.ts +8 -8
  484. package/lib/esm/types/components/DashboardShowFields/Fields/ArrayField.d.ts +8 -8
  485. package/lib/esm/types/components/DashboardShowFields/Fields/BooleanField.d.ts +2 -2
  486. package/lib/esm/types/components/DashboardShowFields/Fields/ColorField.d.ts +2 -2
  487. package/lib/esm/types/components/DashboardShowFields/Fields/DateField.d.ts +2 -2
  488. package/lib/esm/types/components/DashboardShowFields/Fields/EnumField.d.ts +5 -5
  489. package/lib/esm/types/components/DashboardShowFields/Fields/ExternalLinkField.d.ts +2 -2
  490. package/lib/esm/types/components/DashboardShowFields/Fields/ImageField.d.ts +2 -2
  491. package/lib/esm/types/components/DashboardShowFields/Fields/LocalizedStringField.d.ts +2 -2
  492. package/lib/esm/types/components/DashboardShowFields/Fields/LocationField.d.ts +2 -2
  493. package/lib/esm/types/components/DashboardShowFields/Fields/MultiTextField.d.ts +2 -2
  494. package/lib/esm/types/components/DashboardShowFields/Fields/NestedSchemaField.d.ts +4 -4
  495. package/lib/esm/types/components/DashboardShowFields/Fields/ReferenceField.d.ts +2 -2
  496. package/lib/esm/types/components/DashboardShowFields/Fields/RichText_I.d.ts +2 -2
  497. package/lib/esm/types/components/DashboardShowFields/Fields/RichText_II.d.ts +2 -2
  498. package/lib/esm/types/components/DashboardShowFields/Fields/StringField.d.ts +2 -2
  499. package/lib/esm/types/components/DashboardShowFields/IShowField.d.ts +17 -17
  500. package/lib/esm/types/components/DashboardShowFields/Sections/ArrayCard.d.ts +6 -6
  501. package/lib/esm/types/components/DashboardShowFields/Sections/DateSection.d.ts +2 -2
  502. package/lib/esm/types/components/DashboardShowFields/Sections/EnumSection.d.ts +2 -2
  503. package/lib/esm/types/components/DashboardShowFields/Sections/ExternalLink.d.ts +3 -3
  504. package/lib/esm/types/components/DashboardShowFields/Sections/HTMLCard.d.ts +2 -2
  505. package/lib/esm/types/components/DashboardShowFields/Sections/ImageSection.d.ts +2 -2
  506. package/lib/esm/types/components/DashboardShowFields/Sections/LocalizedStringCard.d.ts +4 -4
  507. package/lib/esm/types/components/DashboardShowFields/Sections/LocationSection.d.ts +2 -2
  508. package/lib/esm/types/components/DashboardShowFields/Sections/MultiTextSection.d.ts +2 -2
  509. package/lib/esm/types/components/DashboardShowFields/Sections/NestedSchemaCard.d.ts +4 -4
  510. package/lib/esm/types/components/DashboardShowFields/Sections/Reference/NormalReferenceSection.d.ts +2 -2
  511. package/lib/esm/types/components/DashboardShowFields/Sections/Reference/ObjectArrayReferenceSection.d.ts +2 -2
  512. package/lib/esm/types/components/DashboardShowFields/Sections/Reference/ReferenceSection.d.ts +2 -2
  513. package/lib/esm/types/components/DashboardShowFields/Sections/ReferenceLink.d.ts +5 -5
  514. package/lib/esm/types/components/DashboardShowFields/Sections/RichText/RichTextII.d.ts +4 -4
  515. package/lib/esm/types/components/DashboardShowFields/Sections/index.d.ts +10 -10
  516. package/lib/esm/types/components/DashboardShowFields/ShowSkeleton.d.ts +8 -8
  517. package/lib/esm/types/components/DashboardShowFields/index.d.ts +11 -11
  518. package/lib/esm/types/components/Dialog/ActionDialog.d.ts +26 -26
  519. package/lib/esm/types/components/DragImages.d.ts +9 -9
  520. package/lib/esm/types/components/Draggable/DraggableComponent.d.ts +16 -16
  521. package/lib/esm/types/components/EmptyContent.d.ts +9 -9
  522. package/lib/esm/types/components/HeaderBreadcrumbs.d.ts +10 -10
  523. package/lib/esm/types/components/IdentitySnackAlert.d.ts +10 -10
  524. package/lib/esm/types/components/ListHeaderSkeleton.d.ts +5 -5
  525. package/lib/esm/types/components/LocalesTabes.d.ts +8 -7
  526. package/lib/esm/types/components/LocalizedStringForm.d.ts +18 -17
  527. package/lib/esm/types/components/Notifications/IDashboardNotifications.d.ts +21 -21
  528. package/lib/esm/types/components/Notifications/NotificationItem.d.ts +6 -6
  529. package/lib/esm/types/components/Notifications/NotificationsLocalization.d.ts +14 -14
  530. package/lib/esm/types/components/Notifications/NotificationsPopover.d.ts +1 -1
  531. package/lib/esm/types/components/Page.d.ts +10 -10
  532. package/lib/esm/types/components/ProgressBar.d.ts +2 -2
  533. package/lib/esm/types/components/RouterLink.d.ts +7 -7
  534. package/lib/esm/types/components/SearchField.d.ts +7 -7
  535. package/lib/esm/types/components/ShowRecordSkeleton.d.ts +6 -6
  536. package/lib/esm/types/components/SvgIconStyle.d.ts +7 -7
  537. package/lib/esm/types/components/TimePicker.d.ts +12 -12
  538. package/lib/esm/types/components/animate/IconButtonAnimate.d.ts +4 -4
  539. package/lib/esm/types/components/animate/index.d.ts +3 -3
  540. package/lib/esm/types/components/animate/motion-container.d.ts +9 -9
  541. package/lib/esm/types/components/animate/motion-lazy.d.ts +6 -6
  542. package/lib/esm/types/components/animate/motion-viewport.d.ts +10 -10
  543. package/lib/esm/types/components/animate/types.d.ts +26 -26
  544. package/lib/esm/types/components/animate/variants/actions.d.ts +8 -8
  545. package/lib/esm/types/components/animate/variants/background.d.ts +104 -104
  546. package/lib/esm/types/components/animate/variants/bounce.d.ts +136 -136
  547. package/lib/esm/types/components/animate/variants/container.d.ts +19 -19
  548. package/lib/esm/types/components/animate/variants/fade.d.ts +217 -217
  549. package/lib/esm/types/components/animate/variants/flip.d.ts +75 -75
  550. package/lib/esm/types/components/animate/variants/index.d.ts +12 -12
  551. package/lib/esm/types/components/animate/variants/path.d.ts +14 -14
  552. package/lib/esm/types/components/animate/variants/rotate.d.ts +39 -39
  553. package/lib/esm/types/components/animate/variants/scale.d.ts +75 -75
  554. package/lib/esm/types/components/animate/variants/slide.d.ts +155 -155
  555. package/lib/esm/types/components/animate/variants/transition.d.ts +13 -13
  556. package/lib/esm/types/components/animate/variants/zoom.d.ts +199 -199
  557. package/lib/esm/types/components/custom-popover/custom-popover.d.ts +2 -2
  558. package/lib/esm/types/components/custom-popover/index.d.ts +3 -3
  559. package/lib/esm/types/components/custom-popover/styles.d.ts +5 -5
  560. package/lib/esm/types/components/custom-popover/types.d.ts +7 -7
  561. package/lib/esm/types/components/custom-popover/use-popover.d.ts +9 -9
  562. package/lib/esm/types/components/custom-popover/utils.d.ts +50 -50
  563. package/lib/esm/types/components/dataGrid/CustomNoRowsOverlay.d.ts +1 -1
  564. package/lib/esm/types/components/dataGrid/DataGridd.d.ts +38 -38
  565. package/lib/esm/types/components/dataGrid/ExportDialog.d.ts +1 -1
  566. package/lib/esm/types/components/dataGrid/FieldFormatter.d.ts +3 -3
  567. package/lib/esm/types/components/dataGrid/GridDialog.d.ts +2 -2
  568. package/lib/esm/types/components/dataGrid/GridField.d.ts +10 -10
  569. package/lib/esm/types/components/dataGrid/GridSelectionActions.d.ts +14 -14
  570. package/lib/esm/types/components/dataGrid/GridTypes.d.ts +62 -62
  571. package/lib/esm/types/components/dataGrid/GridUIUtils.d.ts +36 -36
  572. package/lib/esm/types/components/dataGrid/GridUtils.d.ts +15 -15
  573. package/lib/esm/types/components/dataGrid/ImageListElement.d.ts +10 -10
  574. package/lib/esm/types/components/dataGrid/Reports/getDefaultSelectedColumns.d.ts +9 -9
  575. package/lib/esm/types/components/dataGrid/Reports/getReferenceTitle.d.ts +7 -7
  576. package/lib/esm/types/components/editor/EditorToolbar.d.ts +7 -7
  577. package/lib/esm/types/components/editor/HTMLParser.d.ts +4 -4
  578. package/lib/esm/types/components/editor/editor.d.ts +3 -3
  579. package/lib/esm/types/components/editor/index.d.ts +2 -2
  580. package/lib/esm/types/components/editor/styles.d.ts +10 -10
  581. package/lib/esm/types/components/editor/types.d.ts +11 -11
  582. package/lib/esm/types/components/file-thumbnail/download-button.d.ts +5 -5
  583. package/lib/esm/types/components/file-thumbnail/file-thumbnail.d.ts +11 -11
  584. package/lib/esm/types/components/file-thumbnail/index.d.ts +3 -3
  585. package/lib/esm/types/components/file-thumbnail/types.d.ts +5 -5
  586. package/lib/esm/types/components/file-thumbnail/utils.d.ts +26 -26
  587. package/lib/esm/types/components/filter/FieldTypeGenerator.d.ts +4 -4
  588. package/lib/esm/types/components/filter/FilterChips.d.ts +8 -8
  589. package/lib/esm/types/components/filter/FilterDrawer.d.ts +18 -18
  590. package/lib/esm/types/components/filter/FilterForm.d.ts +21 -21
  591. package/lib/esm/types/components/filter/FilterSchemaGenerator.d.ts +4 -4
  592. package/lib/esm/types/components/filter/OnSubmitFilter.d.ts +3 -3
  593. package/lib/esm/types/components/filter/QuickFilters/QuickFilterFieldGenerator.d.ts +6 -6
  594. package/lib/esm/types/components/filter/getFilterChips.d.ts +13 -13
  595. package/lib/esm/types/components/filter/removeFilterChip.d.ts +14 -14
  596. package/lib/esm/types/components/hook-form/FormProvider.d.ts +9 -9
  597. package/lib/esm/types/components/hook-form/PaginatedLazySelect.d.ts +26 -26
  598. package/lib/esm/types/components/hook-form/RHFCheckbox.d.ts +14 -14
  599. package/lib/esm/types/components/hook-form/RHFCreatableSelect.d.ts +1 -1
  600. package/lib/esm/types/components/hook-form/RHFDatePicker.d.ts +9 -9
  601. package/lib/esm/types/components/hook-form/RHFDateTimePicker.d.ts +9 -9
  602. package/lib/esm/types/components/hook-form/RHFEditor.d.ts +6 -6
  603. package/lib/esm/types/components/hook-form/RHFGooglePlaces.d.ts +25 -25
  604. package/lib/esm/types/components/hook-form/RHFGroupedTextFields.d.ts +15 -15
  605. package/lib/esm/types/components/hook-form/RHFLazySelect.d.ts +20 -20
  606. package/lib/esm/types/components/hook-form/RHFMultiSelect.d.ts +12 -12
  607. package/lib/esm/types/components/hook-form/RHFMultipleTextField.d.ts +8 -8
  608. package/lib/esm/types/components/hook-form/RHFRadioGroup.d.ts +11 -11
  609. package/lib/esm/types/components/hook-form/RHFRichText/RHFRichText.d.ts +7 -7
  610. package/lib/esm/types/components/hook-form/RHFSelect.d.ts +8 -8
  611. package/lib/esm/types/components/hook-form/RHFTextField.d.ts +7 -7
  612. package/lib/esm/types/components/hook-form/RHFUpload.d.ts +12 -12
  613. package/lib/esm/types/components/hook-form/UplaodExcelFile.d.ts +6 -6
  614. package/lib/esm/types/components/hook-form/index.d.ts +12 -12
  615. package/lib/esm/types/components/iconify/iconify.d.ts +3 -3
  616. package/lib/esm/types/components/iconify/index.d.ts +2 -2
  617. package/lib/esm/types/components/iconify/types.d.ts +2 -2
  618. package/lib/esm/types/components/image/image.d.ts +4 -4
  619. package/lib/esm/types/components/image/types.d.ts +8 -8
  620. package/lib/esm/types/components/image/utils.d.ts +2 -2
  621. package/lib/esm/types/components/index.d.ts +3 -3
  622. package/lib/esm/types/components/label/index.d.ts +2 -2
  623. package/lib/esm/types/components/label/label.d.ts +4 -4
  624. package/lib/esm/types/components/label/styles.d.ts +17 -17
  625. package/lib/esm/types/components/label/types.d.ts +10 -10
  626. package/lib/esm/types/components/mediaUploader/ImageEditor.d.ts +1 -1
  627. package/lib/esm/types/components/mediaUploader/ImageSelector.d.ts +6 -6
  628. package/lib/esm/types/components/mediaUploader/ImagesDataGrid.d.ts +14 -14
  629. package/lib/esm/types/components/mediaUploader/MediaUploaderDialog.d.ts +26 -26
  630. package/lib/esm/types/components/mediaUploader/MediaUploaderTabs.d.ts +18 -18
  631. package/lib/esm/types/components/mediaUploader/MultiFileUploading.d.ts +8 -8
  632. package/lib/esm/types/components/menu-popover/MenuPopover.d.ts +2 -2
  633. package/lib/esm/types/components/menu-popover/getPosition.d.ts +50 -50
  634. package/lib/esm/types/components/menu-popover/index.d.ts +2 -2
  635. package/lib/esm/types/components/menu-popover/styles.d.ts +5 -5
  636. package/lib/esm/types/components/menu-popover/types.d.ts +7 -7
  637. package/lib/esm/types/components/nav-section/config.d.ts +31 -31
  638. package/lib/esm/types/components/nav-section/horizontal/index.d.ts +1 -1
  639. package/lib/esm/types/components/nav-section/horizontal/nav-item.d.ts +7 -7
  640. package/lib/esm/types/components/nav-section/horizontal/nav-list.d.ts +9 -9
  641. package/lib/esm/types/components/nav-section/horizontal/nav-section-horizontal.d.ts +5 -5
  642. package/lib/esm/types/components/nav-section/horizontal/styles.d.ts +28 -28
  643. package/lib/esm/types/components/nav-section/mini/index.d.ts +1 -1
  644. package/lib/esm/types/components/nav-section/mini/nav-item.d.ts +7 -7
  645. package/lib/esm/types/components/nav-section/mini/nav-list.d.ts +9 -9
  646. package/lib/esm/types/components/nav-section/mini/nav-section-mini.d.ts +5 -5
  647. package/lib/esm/types/components/nav-section/mini/styles.d.ts +28 -28
  648. package/lib/esm/types/components/nav-section/types.d.ts +37 -37
  649. package/lib/esm/types/components/nav-section/vertical/index.d.ts +1 -1
  650. package/lib/esm/types/components/nav-section/vertical/nav-item.d.ts +6 -6
  651. package/lib/esm/types/components/nav-section/vertical/nav-list.d.ts +9 -9
  652. package/lib/esm/types/components/nav-section/vertical/nav-section-vertical.d.ts +5 -5
  653. package/lib/esm/types/components/nav-section/vertical/styles.d.ts +46 -46
  654. package/lib/esm/types/components/scrollbar/index.d.ts +2 -2
  655. package/lib/esm/types/components/scrollbar/scrollbar.d.ts +4 -4
  656. package/lib/esm/types/components/scrollbar/styles.d.ts +3 -3
  657. package/lib/esm/types/components/scrollbar/types.d.ts +7 -7
  658. package/lib/esm/types/components/search-not-found/index.d.ts +1 -1
  659. package/lib/esm/types/components/search-not-found/search-not-found.d.ts +6 -6
  660. package/lib/esm/types/components/svg-color/index.d.ts +1 -1
  661. package/lib/esm/types/components/svg-color/svg-color.d.ts +7 -7
  662. package/lib/esm/types/components/table/CustomTableLoadingSkeleton.d.ts +6 -6
  663. package/lib/esm/types/components/table/TableMoreMenu.d.ts +9 -9
  664. package/lib/esm/types/components/upload/BlankUploadPage.d.ts +1 -1
  665. package/lib/esm/types/components/upload/BlockContent.d.ts +1 -1
  666. package/lib/esm/types/components/upload/MultiFilePreview.d.ts +2 -2
  667. package/lib/esm/types/components/upload/MultiFilePreviewModified.d.ts +2 -2
  668. package/lib/esm/types/components/upload/MultiFileShow.d.ts +2 -2
  669. package/lib/esm/types/components/upload/ProductUploadImages.d.ts +1 -1
  670. package/lib/esm/types/components/upload/RejectionFiles.d.ts +6 -6
  671. package/lib/esm/types/components/upload/SingleFilePreview.d.ts +6 -6
  672. package/lib/esm/types/components/upload/Upload.d.ts +2 -2
  673. package/lib/esm/types/components/upload/UploadAvatar.d.ts +2 -2
  674. package/lib/esm/types/components/upload/UploadMultiFile.d.ts +8 -8
  675. package/lib/esm/types/components/upload/UploadSingleFile.d.ts +2 -2
  676. package/lib/esm/types/components/upload/index.d.ts +7 -7
  677. package/lib/esm/types/components/upload/type.d.ts +41 -41
  678. package/lib/esm/types/components/upload/types.d.ts +23 -23
  679. package/lib/esm/types/context/ApiContex.d.ts +16 -16
  680. package/lib/esm/types/context/AppConfigurationsContext.d.ts +15 -15
  681. package/lib/esm/types/context/CredentialsContext.d.ts +16 -16
  682. package/lib/esm/types/context/DialogContext.d.ts +14 -14
  683. package/lib/esm/types/context/NotificationsContext.d.ts +15 -15
  684. package/lib/esm/types/context/PathsContext.d.ts +23 -23
  685. package/lib/esm/types/context/Resource.d.ts +157 -157
  686. package/lib/esm/types/context/ResourcesContext.d.ts +25 -25
  687. package/lib/esm/types/context/SnackAlertContext.d.ts +20 -20
  688. package/lib/esm/types/context/index.d.ts +9 -9
  689. package/lib/esm/types/helpers/Contsants.d.ts +6 -5
  690. package/lib/esm/types/helpers/CrudHelper/CreateEdit/CreateEditTexts.d.ts +26 -26
  691. package/lib/esm/types/helpers/CrudHelper/CreateEdit/ReferenceImageHelper.d.ts +5 -5
  692. package/lib/esm/types/helpers/CrudHelper/CreateEdit/TitleHelper.d.ts +5 -5
  693. package/lib/esm/types/helpers/CrudHelper/List/ListProps.d.ts +23 -23
  694. package/lib/esm/types/helpers/CrudHelper/List/ListUniqueFields.d.ts +8 -8
  695. package/lib/esm/types/helpers/CrudHelper/List/PaginationSearchParams.d.ts +13 -13
  696. package/lib/esm/types/helpers/CrudHelper/List/TitleModifier.d.ts +3 -3
  697. package/lib/esm/types/helpers/CrudHelper/List/index.d.ts +1 -1
  698. package/lib/esm/types/helpers/CrudHelper/Show/IdentityShowProps.d.ts +25 -25
  699. package/lib/esm/types/helpers/CrudHelper/Show/RecordResponseProps.d.ts +5 -5
  700. package/lib/esm/types/helpers/CrudHelper/Show/ShowFieldType.d.ts +22 -22
  701. package/lib/esm/types/helpers/CrudHelper/Show/ShowRecordProps.d.ts +64 -64
  702. package/lib/esm/types/helpers/CrudHelper/Show/ShowTexts.d.ts +23 -23
  703. package/lib/esm/types/helpers/CrudHelper/Show/getUrlFilters.d.ts +9 -9
  704. package/lib/esm/types/helpers/EnumHelper.d.ts +38 -38
  705. package/lib/esm/types/helpers/EnumUtils.d.ts +4 -4
  706. package/lib/esm/types/helpers/FileManager/FileData.d.ts +8 -8
  707. package/lib/esm/types/helpers/FileManager/FileShow.d.ts +13 -13
  708. package/lib/esm/types/helpers/FileManager/MuliFileView.d.ts +18 -18
  709. package/lib/esm/types/helpers/FilterValues.d.ts +6 -6
  710. package/lib/esm/types/helpers/Localization/LocalesEnums.d.ts +6 -5
  711. package/lib/esm/types/helpers/Localization/LocalesHelpers.d.ts +10 -10
  712. package/lib/esm/types/helpers/Permissions/checker.d.ts +3 -3
  713. package/lib/esm/types/helpers/Permissions/keys.d.ts +6 -6
  714. package/lib/esm/types/helpers/ReferencedValues/IPaginatedReference.d.ts +25 -25
  715. package/lib/esm/types/helpers/ReferencedValues/PaginatedReference.d.ts +2 -2
  716. package/lib/esm/types/helpers/StringUtils.d.ts +6 -6
  717. package/lib/esm/types/helpers/SubmitUrlFilter.d.ts +1 -1
  718. package/lib/esm/types/helpers/Types.d.ts +18 -18
  719. package/lib/esm/types/helpers/index.d.ts +3 -3
  720. package/lib/esm/types/hooks/RequetState.d.ts +22 -22
  721. package/lib/esm/types/hooks/index.d.ts +10 -10
  722. package/lib/esm/types/hooks/useActiveLink.d.ts +3 -3
  723. package/lib/esm/types/hooks/useApi.d.ts +21 -21
  724. package/lib/esm/types/hooks/useAppConfigurations.d.ts +11 -11
  725. package/lib/esm/types/hooks/useBoolean.d.ts +10 -10
  726. package/lib/esm/types/hooks/useCredentials.d.ts +1 -1
  727. package/lib/esm/types/hooks/useDialog.d.ts +4 -4
  728. package/lib/esm/types/hooks/useEventListener.d.ts +4 -4
  729. package/lib/esm/types/hooks/useNavData.d.ts +4 -4
  730. package/lib/esm/types/hooks/useNotifications.d.ts +6 -6
  731. package/lib/esm/types/hooks/useOffSetTop.d.ts +8 -8
  732. package/lib/esm/types/hooks/usePathname.d.ts +1 -1
  733. package/lib/esm/types/hooks/usePaths.d.ts +7 -7
  734. package/lib/esm/types/hooks/useResources.d.ts +6 -6
  735. package/lib/esm/types/hooks/useResponsive.d.ts +7 -7
  736. package/lib/esm/types/hooks/useRouter.d.ts +7 -7
  737. package/lib/esm/types/hooks/useSnackAlert.d.ts +5 -5
  738. package/lib/esm/types/hooks/useTabs.d.ts +6 -6
  739. package/lib/esm/types/index.d.ts +12 -12
  740. package/lib/esm/types/layout/_common/account-popover.d.ts +1 -1
  741. package/lib/esm/types/layout/_common/header-shadow.d.ts +2 -2
  742. package/lib/esm/types/layout/_common/nav-toggle-button.d.ts +2 -2
  743. package/lib/esm/types/layout/_common/searchbar/index.d.ts +1 -1
  744. package/lib/esm/types/layout/_common/searchbar/result-item.d.ts +14 -14
  745. package/lib/esm/types/layout/_common/searchbar/searchbar.d.ts +4 -4
  746. package/lib/esm/types/layout/_common/searchbar/utils.d.ts +23 -23
  747. package/lib/esm/types/layout/config-layout.d.ts +9 -9
  748. package/lib/esm/types/layout/dashboard/config-navigation.d.ts +4 -4
  749. package/lib/esm/types/layout/dashboard/header.d.ts +7 -7
  750. package/lib/esm/types/layout/dashboard/index.d.ts +2 -2
  751. package/lib/esm/types/layout/dashboard/layout.d.ts +7 -7
  752. package/lib/esm/types/layout/dashboard/main.d.ts +2 -2
  753. package/lib/esm/types/layout/dashboard/nav-horizontal.d.ts +4 -4
  754. package/lib/esm/types/layout/dashboard/nav-mini.d.ts +6 -6
  755. package/lib/esm/types/layout/dashboard/nav-vertical.d.ts +8 -8
  756. package/lib/esm/types/pages/IdentityEditPage.d.ts +26 -26
  757. package/lib/esm/types/pages/IdentityListPage.d.ts +3 -3
  758. package/lib/esm/types/pages/IdentityModelConfigurationPage.d.ts +5 -5
  759. package/lib/esm/types/pages/IdentityPage.d.ts +3 -3
  760. package/lib/esm/types/pages/IdentityPage.types.d.ts +24 -24
  761. package/lib/esm/types/pages/IdentityShowPage.d.ts +21 -21
  762. package/lib/esm/types/pages/LoadingScreen.d.ts +9 -9
  763. package/lib/esm/types/pages/Page403.d.ts +1 -1
  764. package/lib/esm/types/pages/index.d.ts +7 -7
  765. package/lib/esm/types/pages/permissions/CheckBoxForm.d.ts +6 -6
  766. package/lib/esm/types/pages/permissions/DropDownIcon.d.ts +5 -5
  767. package/lib/esm/types/pages/permissions/Form.d.ts +9 -9
  768. package/lib/esm/types/pages/permissions/IPermissionGroup.d.ts +4 -4
  769. package/lib/esm/types/pages/permissions/PermissionGroupForm.d.ts +12 -12
  770. package/lib/esm/types/pages/permissions/PermissionsList.d.ts +11 -11
  771. package/lib/esm/types/pages/permissions/dataMapper.d.ts +2 -2
  772. package/lib/esm/types/pages/permissions/index.d.ts +3 -3
  773. package/lib/esm/types/pages/permissions/loading/CheckBoxLoading.d.ts +1 -1
  774. package/lib/esm/types/pages/permissions/loading/DropDownLoading.d.ts +1 -1
  775. package/lib/esm/types/pages/permissions/loading/index.d.ts +1 -1
  776. package/lib/esm/types/pages/permissions/types.d.ts +20 -20
  777. package/lib/esm/types/routes/AdminRouter.d.ts +10 -10
  778. package/lib/esm/types/routes/DashBoardRouter.d.ts +10 -10
  779. package/lib/esm/types/routes/index.d.ts +1 -1
  780. package/lib/esm/types/routes/paths.d.ts +5 -5
  781. package/lib/esm/types/sections/dashboard/CreateNewDialog.d.ts +11 -11
  782. package/lib/esm/types/sections/dashboard/ImageCard.d.ts +41 -41
  783. package/lib/esm/types/sections/dashboard/ModelConfiguration/ActionsSection.d.ts +7 -7
  784. package/lib/esm/types/sections/dashboard/ModelConfiguration/ModelConfigurationEditForm.d.ts +12 -12
  785. package/lib/esm/types/sections/dashboard/NewEditForm.d.ts +16 -16
  786. package/lib/esm/types/sections/dashboard/ShowRecord.d.ts +15 -15
  787. package/lib/esm/types/sections/dashboard/index.d.ts +1 -1
  788. package/lib/esm/types/theme/css.d.ts +932 -932
  789. package/lib/esm/types/theme/custom-shadows.d.ts +46 -46
  790. package/lib/esm/types/theme/index.d.ts +14 -14
  791. package/lib/esm/types/theme/options/contrast.d.ts +19 -19
  792. package/lib/esm/types/theme/options/dark-mode.d.ts +103 -103
  793. package/lib/esm/types/theme/options/presets.d.ts +41 -41
  794. package/lib/esm/types/theme/options/right-to-left.d.ts +10 -10
  795. package/lib/esm/types/theme/overrides/components/CustomIcons.d.ts +14 -14
  796. package/lib/esm/types/theme/overrides/components/accordion.d.ts +37 -37
  797. package/lib/esm/types/theme/overrides/components/alert.d.ts +34 -34
  798. package/lib/esm/types/theme/overrides/components/appbar.d.ts +13 -13
  799. package/lib/esm/types/theme/overrides/components/autocomplete.d.ts +1685 -1685
  800. package/lib/esm/types/theme/overrides/components/avatar.d.ts +56 -56
  801. package/lib/esm/types/theme/overrides/components/backdrop.d.ts +13 -13
  802. package/lib/esm/types/theme/overrides/components/badge.d.ts +102 -102
  803. package/lib/esm/types/theme/overrides/components/breadcrumbs.d.ts +827 -827
  804. package/lib/esm/types/theme/overrides/components/button-group.d.ts +33 -33
  805. package/lib/esm/types/theme/overrides/components/button.d.ts +51 -51
  806. package/lib/esm/types/theme/overrides/components/card.d.ts +36 -36
  807. package/lib/esm/types/theme/overrides/components/checkbox.d.ts +16 -16
  808. package/lib/esm/types/theme/overrides/components/chip.d.ts +35 -35
  809. package/lib/esm/types/theme/overrides/components/css-baseline.d.ts +45 -45
  810. package/lib/esm/types/theme/overrides/components/data-grid.d.ts +150 -150
  811. package/lib/esm/types/theme/overrides/components/date-picker.d.ts +15 -15
  812. package/lib/esm/types/theme/overrides/components/dialog.d.ts +50 -50
  813. package/lib/esm/types/theme/overrides/components/drawer.d.ts +50 -50
  814. package/lib/esm/types/theme/overrides/components/fab.d.ts +44 -44
  815. package/lib/esm/types/theme/overrides/components/link.d.ts +8 -8
  816. package/lib/esm/types/theme/overrides/components/list.d.ts +38 -38
  817. package/lib/esm/types/theme/overrides/components/loading-button.d.ts +17 -17
  818. package/lib/esm/types/theme/overrides/components/menu.d.ts +822 -822
  819. package/lib/esm/types/theme/overrides/components/pagination.d.ts +36 -36
  820. package/lib/esm/types/theme/overrides/components/paper.d.ts +16 -16
  821. package/lib/esm/types/theme/overrides/components/popover.d.ts +45 -45
  822. package/lib/esm/types/theme/overrides/components/progress.d.ts +13 -13
  823. package/lib/esm/types/theme/overrides/components/radio-button.d.ts +831 -831
  824. package/lib/esm/types/theme/overrides/components/rating.d.ts +37 -37
  825. package/lib/esm/types/theme/overrides/components/select.d.ts +30 -30
  826. package/lib/esm/types/theme/overrides/components/skeleton.d.ts +17 -17
  827. package/lib/esm/types/theme/overrides/components/slider.d.ts +26 -26
  828. package/lib/esm/types/theme/overrides/components/stack.d.ts +8 -8
  829. package/lib/esm/types/theme/overrides/components/stepper.d.ts +10 -10
  830. package/lib/esm/types/theme/overrides/components/svg-icon.d.ts +12 -12
  831. package/lib/esm/types/theme/overrides/components/switch.d.ts +15 -15
  832. package/lib/esm/types/theme/overrides/components/table.d.ts +86 -86
  833. package/lib/esm/types/theme/overrides/components/tabs.d.ts +50 -50
  834. package/lib/esm/types/theme/overrides/components/textfield.d.ts +1699 -1699
  835. package/lib/esm/types/theme/overrides/components/timeline.d.ts +17 -17
  836. package/lib/esm/types/theme/overrides/components/toggle-button.d.ts +54 -54
  837. package/lib/esm/types/theme/overrides/components/tooltip.d.ts +13 -13
  838. package/lib/esm/types/theme/overrides/components/tree-view.d.ts +829 -829
  839. package/lib/esm/types/theme/overrides/components/typography.d.ts +13 -13
  840. package/lib/esm/types/theme/overrides/index.d.ts +2 -2
  841. package/lib/esm/types/theme/palette.d.ts +96 -96
  842. package/lib/esm/types/theme/shadows.d.ts +2 -2
  843. package/lib/esm/types/theme/typography.d.ts +148 -148
  844. package/lib/esm/types/utils/AwsConfig.d.ts +3 -3
  845. package/lib/esm/types/utils/FormWidthModulator/FieldWidthByType.d.ts +5 -5
  846. package/lib/esm/types/utils/FormWidthModulator/heightTypeDiscriminator.d.ts +7 -7
  847. package/lib/esm/types/utils/HelperFunctions.d.ts +46 -46
  848. package/lib/esm/types/utils/ImageOptimizer/ImageOptimizerService.d.ts +7 -7
  849. package/lib/esm/types/utils/flatten-array.d.ts +1 -1
  850. package/lib/esm/types/utils/format-number.d.ts +7 -7
  851. package/lib/esm/types/utils/formatTime.d.ts +12 -12
  852. package/lib/esm/types/utils/getFileData.d.ts +25 -25
  853. package/lib/esm/types/utils/highlight.d.ts +6 -6
  854. package/lib/esm/types/utils/utils.d.ts +4 -4
  855. package/lib/index.d.ts +834 -834
  856. package/package.json +89 -89
@@ -1,21 +1,21 @@
1
- import { SizeType } from '../../helpers/Types';
2
- export interface IFilterProps {
3
- schema: any;
4
- resources: any;
5
- filterProperties: any;
6
- searchParams: URLSearchParams;
7
- setSearchParams: any;
8
- setParams: any;
9
- initialQueryParams: any;
10
- size: SizeType;
11
- quickFilterValues: {
12
- [key: string]: any;
13
- };
14
- isQuickFilter?: boolean;
15
- scopeKey?: string;
16
- scopeValue?: string;
17
- onRefrenceChanged: (value: any, key: string) => void;
18
- handleFilterDrawerClose: () => void;
19
- filterString?: (filterString: string, filterObject: any) => void;
20
- }
21
- export default function FilterForm({ schema, resources, filterProperties, searchParams, scopeKey, scopeValue, setParams, size, initialQueryParams, isQuickFilter, quickFilterValues, onRefrenceChanged, setSearchParams, handleFilterDrawerClose, filterString }: IFilterProps): import("react/jsx-runtime").JSX.Element;
1
+ import { SizeType } from '../../helpers/Types';
2
+ export interface IFilterProps {
3
+ schema: any;
4
+ resources: any;
5
+ filterProperties: any;
6
+ searchParams: URLSearchParams;
7
+ setSearchParams: any;
8
+ setParams: any;
9
+ initialQueryParams: any;
10
+ size: SizeType;
11
+ quickFilterValues: {
12
+ [key: string]: any;
13
+ };
14
+ isQuickFilter?: boolean;
15
+ scopeKey?: string;
16
+ scopeValue?: string;
17
+ onRefrenceChanged: (value: any, key: string) => void;
18
+ handleFilterDrawerClose: () => void;
19
+ filterString?: (filterString: string, filterObject: any) => void;
20
+ }
21
+ export default function FilterForm({ schema, resources, filterProperties, searchParams, scopeKey, scopeValue, setParams, size, initialQueryParams, isQuickFilter, quickFilterValues, onRefrenceChanged, setSearchParams, handleFilterDrawerClose, filterString }: IFilterProps): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import * as Yup from 'yup';
2
- export declare function getFilterSchema(fieldObject: any, field: string, defaultValuesObject: {
3
- [key: string]: any;
4
- }, searchParams: any, resources: any): Yup.StringSchema<string | null | undefined, Yup.AnyObject, undefined, ""> | Yup.BooleanSchema<boolean | null | undefined, Yup.AnyObject, undefined, ""> | Yup.ObjectSchema<{} | null, Yup.AnyObject, {}, ""> | undefined;
1
+ import * as Yup from 'yup';
2
+ export declare function getFilterSchema(fieldObject: any, field: string, defaultValuesObject: {
3
+ [key: string]: any;
4
+ }, searchParams: any, resources: any): Yup.StringSchema<string | null | undefined, Yup.AnyObject, undefined, ""> | Yup.BooleanSchema<boolean | null | undefined, Yup.AnyObject, undefined, ""> | Yup.ObjectSchema<{} | null, Yup.AnyObject, {}, ""> | undefined;
@@ -1,3 +1,3 @@
1
- import { NavigateOptions } from 'react-router';
2
- import { URLSearchParamsInit } from 'react-router-dom';
3
- export declare function onSubmitFilter(data: any, handleFilterDrawerClose: () => void, schema: any, searchParams: URLSearchParams, setSearchParams: (nextInit?: URLSearchParamsInit | ((prev: URLSearchParams) => URLSearchParamsInit) | undefined, navigateOpts?: NavigateOptions | undefined) => void, scopeKey?: string, scopeValue?: string): string;
1
+ import { NavigateOptions } from 'react-router';
2
+ import { URLSearchParamsInit } from 'react-router-dom';
3
+ export declare function onSubmitFilter(data: any, handleFilterDrawerClose: () => void, schema: any, searchParams: URLSearchParams, setSearchParams: (nextInit?: URLSearchParamsInit | ((prev: URLSearchParams) => URLSearchParamsInit) | undefined, navigateOpts?: NavigateOptions | undefined) => void, scopeKey?: string, scopeValue?: string): string;
@@ -1,6 +1,6 @@
1
- import { UseFormGetValues, UseFormSetValue } from 'react-hook-form';
2
- import { SizeType } from '../../../helpers/Types';
3
- import { IPaginatedReference } from '../../../helpers/ReferencedValues/IPaginatedReference';
4
- export declare function getQuickFilterFieldType(SIZE: SizeType, key: string, schema: any, paginatedRefValues: IPaginatedReference, loading: any, fullKey: string, isEnglish: boolean, values: {
5
- [key: string]: any;
6
- }, handlePaginatedReferenceOpen: (apiRoute: string, pathRoute: string, value: any, key: string, fullKey: string, page: number, filter?: string) => Promise<void>, onChange: (key: any, value: any, searchParamsfields: string[]) => Promise<void>, setValue: UseFormSetValue<any>, getValues: UseFormGetValues<any>): import("react/jsx-runtime").JSX.Element | undefined;
1
+ import { UseFormGetValues, UseFormSetValue } from 'react-hook-form';
2
+ import { SizeType } from '../../../helpers/Types';
3
+ import { IPaginatedReference } from '../../../helpers/ReferencedValues/IPaginatedReference';
4
+ export declare function getQuickFilterFieldType(SIZE: SizeType, key: string, schema: any, paginatedRefValues: IPaginatedReference, loading: any, fullKey: string, isEnglish: boolean, values: {
5
+ [key: string]: any;
6
+ }, handlePaginatedReferenceOpen: (apiRoute: string, pathRoute: string, value: any, key: string, fullKey: string, page: number, filter?: string) => Promise<void>, onChange: (key: any, value: any, searchParamsfields: string[]) => Promise<void>, setValue: UseFormSetValue<any>, getValues: UseFormGetValues<any>): import("react/jsx-runtime").JSX.Element | undefined;
@@ -1,13 +1,13 @@
1
- import { ISchemaObject } from '../../context';
2
- export interface IFilterValue {
3
- filterValueKey: string;
4
- filterValueTitle: string;
5
- }
6
- export interface IFilterChip {
7
- fieldKey: string;
8
- fieldTitle: string;
9
- filterValues: IFilterValue[];
10
- }
11
- export declare function getFilterChips(searchParams: URLSearchParams, schema: {
12
- [key: string]: ISchemaObject;
13
- }): IFilterChip[];
1
+ import { ISchemaObject } from '../../context';
2
+ export interface IFilterValue {
3
+ filterValueKey: string;
4
+ filterValueTitle: string;
5
+ }
6
+ export interface IFilterChip {
7
+ fieldKey: string;
8
+ fieldTitle: string;
9
+ filterValues: IFilterValue[];
10
+ }
11
+ export declare function getFilterChips(searchParams: URLSearchParams, schema: {
12
+ [key: string]: ISchemaObject;
13
+ }): IFilterChip[];
@@ -1,14 +1,14 @@
1
- /// <reference types="react" />
2
- import { URLSearchParamsInit, NavigateOptions } from 'react-router-dom';
3
- import IResource from '../../context/Resource';
4
- import { ListParams } from '../dataGrid/GridTypes';
5
- import { UseFormResetField } from 'react-hook-form';
6
- export declare function removeFilterChip(searchParams: URLSearchParams, setSearchParams: (nextInit?: URLSearchParamsInit | ((prev: URLSearchParams) => URLSearchParamsInit), navigateOpts?: NavigateOptions) => void, resource: IResource, fieldKey: string, filterChipKey: string, setScopeTab: (value: React.SetStateAction<string>) => void, setParams: (value: React.SetStateAction<ListParams>) => void, normalFilters: {
7
- [key: string]: any;
8
- }, setNormalFilters: (value: React.SetStateAction<{
9
- [key: string]: any;
10
- }>) => void, quickFilterValues: {
11
- [key: string]: any;
12
- }, setQuickFilterValues: (value: React.SetStateAction<{
13
- [key: string]: any;
14
- }>) => void, resetField: UseFormResetField<any>, defaultFilters: string | undefined, toggleRef: () => void): void;
1
+ /// <reference types="react" />
2
+ import { URLSearchParamsInit, NavigateOptions } from 'react-router-dom';
3
+ import IResource from '../../context/Resource';
4
+ import { ListParams } from '../dataGrid/GridTypes';
5
+ import { UseFormResetField } from 'react-hook-form';
6
+ export declare function removeFilterChip(searchParams: URLSearchParams, setSearchParams: (nextInit?: URLSearchParamsInit | ((prev: URLSearchParams) => URLSearchParamsInit), navigateOpts?: NavigateOptions) => void, resource: IResource, fieldKey: string, filterChipKey: string, setScopeTab: (value: React.SetStateAction<string>) => void, setParams: (value: React.SetStateAction<ListParams>) => void, normalFilters: {
7
+ [key: string]: any;
8
+ }, setNormalFilters: (value: React.SetStateAction<{
9
+ [key: string]: any;
10
+ }>) => void, quickFilterValues: {
11
+ [key: string]: any;
12
+ }, setQuickFilterValues: (value: React.SetStateAction<{
13
+ [key: string]: any;
14
+ }>) => void, resetField: UseFormResetField<any>, defaultFilters: string | undefined, toggleRef: () => void): void;
@@ -1,9 +1,9 @@
1
- import { ReactNode } from 'react';
2
- import { UseFormReturn } from 'react-hook-form';
3
- type Props = {
4
- children: ReactNode;
5
- methods: UseFormReturn<any>;
6
- onSubmit?: VoidFunction;
7
- };
8
- export default function FormProvider({ children, onSubmit, methods }: Props): import("react/jsx-runtime").JSX.Element;
9
- export {};
1
+ import { ReactNode } from 'react';
2
+ import { UseFormReturn } from 'react-hook-form';
3
+ type Props = {
4
+ children: ReactNode;
5
+ methods: UseFormReturn<any>;
6
+ onSubmit?: VoidFunction;
7
+ };
8
+ export default function FormProvider({ children, onSubmit, methods }: Props): import("react/jsx-runtime").JSX.Element;
9
+ export {};
@@ -1,26 +1,26 @@
1
- import { Control, FieldValues } from 'react-hook-form';
2
- import { TextFieldProps } from '@mui/material';
3
- import IResource from '../../context/Resource';
4
- type IProps = {
5
- name: string;
6
- options?: Option[];
7
- loading: boolean;
8
- multiple?: boolean;
9
- onOptionChange?: (value: Option | Option[] | null) => void;
10
- onOpenChanged: (isOpend: boolean, page: number, filter?: string) => void;
11
- hasNext: boolean;
12
- control?: Control<FieldValues, any>;
13
- loadMoreText?: string;
14
- resource?: IResource;
15
- resourcePath?: string;
16
- enableCreateNewButtonOnReference?: boolean;
17
- };
18
- type Props = IProps & TextFieldProps;
19
- export interface Option {
20
- _id: string;
21
- title?: string;
22
- name?: string;
23
- image?: string;
24
- }
25
- export default function PaginatedRHFLazySelect({ name, options, loading, multiple, onOptionChange, onOpenChanged, hasNext, loadMoreText, resource, resourcePath, enableCreateNewButtonOnReference, ...other }: Props): import("react/jsx-runtime").JSX.Element;
26
- export {};
1
+ import { Control, FieldValues } from 'react-hook-form';
2
+ import { TextFieldProps } from '@mui/material';
3
+ import IResource from '../../context/Resource';
4
+ type IProps = {
5
+ name: string;
6
+ options?: Option[];
7
+ loading: boolean;
8
+ multiple?: boolean;
9
+ onOptionChange?: (value: Option | Option[] | null) => void;
10
+ onOpenChanged: (isOpend: boolean, page: number, filter?: string) => void;
11
+ hasNext: boolean;
12
+ control?: Control<FieldValues, any>;
13
+ loadMoreText?: string;
14
+ resource?: IResource;
15
+ resourcePath?: string;
16
+ enableCreateNewButtonOnReference?: boolean;
17
+ };
18
+ type Props = IProps & TextFieldProps;
19
+ export interface Option {
20
+ _id: string;
21
+ title?: string;
22
+ name?: string;
23
+ image?: string;
24
+ }
25
+ export default function PaginatedRHFLazySelect({ name, options, loading, multiple, onOptionChange, onOpenChanged, hasNext, loadMoreText, resource, resourcePath, enableCreateNewButtonOnReference, ...other }: Props): import("react/jsx-runtime").JSX.Element;
26
+ export {};
@@ -1,14 +1,14 @@
1
- import { FormControlLabelProps } from '@mui/material';
2
- interface RHFCheckboxProps extends Omit<FormControlLabelProps, 'control'> {
3
- name: string;
4
- }
5
- export declare function RHFCheckbox({ name, ...other }: RHFCheckboxProps): import("react/jsx-runtime").JSX.Element;
6
- interface RHFMultiCheckboxProps extends Omit<FormControlLabelProps, 'control' | 'label'> {
7
- name: string;
8
- options: {
9
- label: string;
10
- value: any;
11
- }[];
12
- }
13
- export declare function RHFMultiCheckbox({ name, options, ...other }: RHFMultiCheckboxProps): import("react/jsx-runtime").JSX.Element;
14
- export {};
1
+ import { FormControlLabelProps } from '@mui/material';
2
+ interface RHFCheckboxProps extends Omit<FormControlLabelProps, 'control'> {
3
+ name: string;
4
+ }
5
+ export declare function RHFCheckbox({ name, ...other }: RHFCheckboxProps): import("react/jsx-runtime").JSX.Element;
6
+ interface RHFMultiCheckboxProps extends Omit<FormControlLabelProps, 'control' | 'label'> {
7
+ name: string;
8
+ options: {
9
+ label: string;
10
+ value: any;
11
+ }[];
12
+ }
13
+ export declare function RHFMultiCheckbox({ name, options, ...other }: RHFMultiCheckboxProps): import("react/jsx-runtime").JSX.Element;
14
+ export {};
@@ -1 +1 @@
1
- export default function RHFCreatableSelect(): import("react/jsx-runtime").JSX.Element;
1
+ export default function RHFCreatableSelect(): import("react/jsx-runtime").JSX.Element;
@@ -1,9 +1,9 @@
1
- import { TextFieldProps } from '@mui/material';
2
- type IProps = {
3
- name: string;
4
- minDate?: Date;
5
- maxDate?: Date;
6
- };
7
- type Props = IProps & TextFieldProps;
8
- export default function RHFDatePicker({ name, minDate, maxDate, ...others }: Props): import("react/jsx-runtime").JSX.Element;
9
- export {};
1
+ import { TextFieldProps } from '@mui/material';
2
+ type IProps = {
3
+ name: string;
4
+ minDate?: Date;
5
+ maxDate?: Date;
6
+ };
7
+ type Props = IProps & TextFieldProps;
8
+ export default function RHFDatePicker({ name, minDate, maxDate, ...others }: Props): import("react/jsx-runtime").JSX.Element;
9
+ export {};
@@ -1,9 +1,9 @@
1
- import { TextFieldProps } from '@mui/material';
2
- type IProps = {
3
- name: string;
4
- minDate?: Date;
5
- maxDate?: Date;
6
- };
7
- type Props = IProps & TextFieldProps;
8
- export default function RHFDateTimePicker({ name, minDate, maxDate, ...others }: Props): import("react/jsx-runtime").JSX.Element;
9
- export {};
1
+ import { TextFieldProps } from '@mui/material';
2
+ type IProps = {
3
+ name: string;
4
+ minDate?: Date;
5
+ maxDate?: Date;
6
+ };
7
+ type Props = IProps & TextFieldProps;
8
+ export default function RHFDateTimePicker({ name, minDate, maxDate, ...others }: Props): import("react/jsx-runtime").JSX.Element;
9
+ export {};
@@ -1,6 +1,6 @@
1
- import { EditorProps } from '../editor';
2
- interface Props extends EditorProps {
3
- name: string;
4
- }
5
- export default function RHFEditor({ name, helperText, ...other }: Props): import("react/jsx-runtime").JSX.Element;
6
- export {};
1
+ import { EditorProps } from '../editor';
2
+ interface Props extends EditorProps {
3
+ name: string;
4
+ }
5
+ export default function RHFEditor({ name, helperText, ...other }: Props): import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -1,25 +1,25 @@
1
- import * as React from 'react';
2
- import { TextFieldProps } from '@mui/material/TextField';
3
- export interface LocationOption {
4
- placeId?: string;
5
- description?: string;
6
- location: {
7
- type: 'Point';
8
- coordinates: [longitude: number, latitude: number];
9
- };
10
- }
11
- type PlaceState = React.Dispatch<React.SetStateAction<LocationOption | null>>;
12
- type IProps = {
13
- name: string;
14
- placeholder?: string;
15
- address?: string;
16
- setLocation?: PlaceState;
17
- selectLocation?: (name: any, value: LocationOption | null, options?: Partial<{
18
- shouldValidate: boolean;
19
- shouldDirty: boolean;
20
- shouldTouch: boolean;
21
- }> | undefined) => void;
22
- };
23
- type Props = IProps & TextFieldProps;
24
- export default function RHFGooglePlaces({ name, address, placeholder, setLocation, selectLocation, ...other }: Props): import("react/jsx-runtime").JSX.Element;
25
- export {};
1
+ import * as React from 'react';
2
+ import { TextFieldProps } from '@mui/material/TextField';
3
+ export interface LocationOption {
4
+ placeId?: string;
5
+ description?: string;
6
+ location: {
7
+ type: 'Point';
8
+ coordinates: [longitude: number, latitude: number];
9
+ };
10
+ }
11
+ type PlaceState = React.Dispatch<React.SetStateAction<LocationOption | null>>;
12
+ type IProps = {
13
+ name: string;
14
+ placeholder?: string;
15
+ address?: string;
16
+ setLocation?: PlaceState;
17
+ selectLocation?: (name: any, value: LocationOption | null, options?: Partial<{
18
+ shouldValidate: boolean;
19
+ shouldDirty: boolean;
20
+ shouldTouch: boolean;
21
+ }> | undefined) => void;
22
+ };
23
+ type Props = IProps & TextFieldProps;
24
+ export default function RHFGooglePlaces({ name, address, placeholder, setLocation, selectLocation, ...other }: Props): import("react/jsx-runtime").JSX.Element;
25
+ export {};
@@ -1,15 +1,15 @@
1
- import { TextFieldProps } from '@mui/material';
2
- interface Field {
3
- _id: string;
4
- name: string;
5
- label: string;
6
- }
7
- type IProps = {
8
- title?: string;
9
- applyAllMessage: string;
10
- fields: Field[];
11
- errorMessage?: string;
12
- };
13
- type Props = IProps & TextFieldProps;
14
- export default function RHFGroupedTextFields({ title, applyAllMessage, fields, errorMessage, ...other }: Props): import("react/jsx-runtime").JSX.Element;
15
- export {};
1
+ import { TextFieldProps } from '@mui/material';
2
+ interface Field {
3
+ _id: string;
4
+ name: string;
5
+ label: string;
6
+ }
7
+ type IProps = {
8
+ title?: string;
9
+ applyAllMessage: string;
10
+ fields: Field[];
11
+ errorMessage?: string;
12
+ };
13
+ type Props = IProps & TextFieldProps;
14
+ export default function RHFGroupedTextFields({ title, applyAllMessage, fields, errorMessage, ...other }: Props): import("react/jsx-runtime").JSX.Element;
15
+ export {};
@@ -1,20 +1,20 @@
1
- import { Control, FieldValues } from 'react-hook-form';
2
- import { TextFieldProps } from '@mui/material';
3
- type IProps = {
4
- name: string;
5
- options?: Option[];
6
- loading: boolean;
7
- multiple?: boolean;
8
- onOptionChange?: (value: Option | Option[] | null) => void;
9
- onOpenChanged: (isOpend: boolean) => void;
10
- control?: Control<FieldValues, any>;
11
- };
12
- type Props = IProps & TextFieldProps;
13
- export interface Option {
14
- _id: string;
15
- title?: string;
16
- name?: string;
17
- image?: string;
18
- }
19
- export default function RHFLazySelect({ name, options, loading, multiple, onOptionChange, onOpenChanged, ...other }: Props): import("react/jsx-runtime").JSX.Element;
20
- export {};
1
+ import { Control, FieldValues } from 'react-hook-form';
2
+ import { TextFieldProps } from '@mui/material';
3
+ type IProps = {
4
+ name: string;
5
+ options?: Option[];
6
+ loading: boolean;
7
+ multiple?: boolean;
8
+ onOptionChange?: (value: Option | Option[] | null) => void;
9
+ onOpenChanged: (isOpend: boolean) => void;
10
+ control?: Control<FieldValues, any>;
11
+ };
12
+ type Props = IProps & TextFieldProps;
13
+ export interface Option {
14
+ _id: string;
15
+ title?: string;
16
+ name?: string;
17
+ image?: string;
18
+ }
19
+ export default function RHFLazySelect({ name, options, loading, multiple, onOptionChange, onOpenChanged, ...other }: Props): import("react/jsx-runtime").JSX.Element;
20
+ export {};
@@ -1,12 +1,12 @@
1
- import { FormControlLabelProps } from '@mui/material';
2
- interface RHFMultiTextFieldProps extends Omit<FormControlLabelProps, 'control' | 'label'> {
3
- name: string;
4
- label?: string;
5
- placeholder?: string;
6
- options: {
7
- label: string;
8
- value: any;
9
- }[];
10
- }
11
- export declare function RHFMultiSelect({ name, label, placeholder, options, ...other }: RHFMultiTextFieldProps): import("react/jsx-runtime").JSX.Element;
12
- export {};
1
+ import { FormControlLabelProps } from '@mui/material';
2
+ interface RHFMultiTextFieldProps extends Omit<FormControlLabelProps, 'control' | 'label'> {
3
+ name: string;
4
+ label?: string;
5
+ placeholder?: string;
6
+ options: {
7
+ label: string;
8
+ value: any;
9
+ }[];
10
+ }
11
+ export declare function RHFMultiSelect({ name, label, placeholder, options, ...other }: RHFMultiTextFieldProps): import("react/jsx-runtime").JSX.Element;
12
+ export {};
@@ -1,8 +1,8 @@
1
- import { FormControlLabelProps } from '@mui/material';
2
- interface RHFMultiTextFieldProps extends Omit<FormControlLabelProps, 'control' | 'label'> {
3
- name: string;
4
- label?: string;
5
- placeholder?: string;
6
- }
7
- export declare function RHFMultiTextField({ name, label, placeholder, ...other }: RHFMultiTextFieldProps): import("react/jsx-runtime").JSX.Element;
8
- export {};
1
+ import { FormControlLabelProps } from '@mui/material';
2
+ interface RHFMultiTextFieldProps extends Omit<FormControlLabelProps, 'control' | 'label'> {
3
+ name: string;
4
+ label?: string;
5
+ placeholder?: string;
6
+ }
7
+ export declare function RHFMultiTextField({ name, label, placeholder, ...other }: RHFMultiTextFieldProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -1,11 +1,11 @@
1
- import { RadioGroupProps } from '@mui/material';
2
- type IProps = {
3
- name: string;
4
- options: {
5
- label: string;
6
- value: any;
7
- }[];
8
- };
9
- type Props = IProps & RadioGroupProps;
10
- export default function RHFRadioGroup({ name, options, ...other }: Props): import("react/jsx-runtime").JSX.Element;
11
- export {};
1
+ import { RadioGroupProps } from '@mui/material';
2
+ type IProps = {
3
+ name: string;
4
+ options: {
5
+ label: string;
6
+ value: any;
7
+ }[];
8
+ };
9
+ type Props = IProps & RadioGroupProps;
10
+ export default function RHFRadioGroup({ name, options, ...other }: Props): import("react/jsx-runtime").JSX.Element;
11
+ export {};
@@ -1,7 +1,7 @@
1
- import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css';
2
- import './styles.css';
3
- export interface IRichText {
4
- name: string;
5
- disabled?: boolean;
6
- }
7
- export default function RHFRichText({ name, disabled }: IRichText): import("react/jsx-runtime").JSX.Element;
1
+ import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css';
2
+ import './styles.css';
3
+ export interface IRichText {
4
+ name: string;
5
+ disabled?: boolean;
6
+ }
7
+ export default function RHFRichText({ name, disabled }: IRichText): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +1,8 @@
1
- import { TextFieldProps } from '@mui/material';
2
- type IProps = {
3
- name: string;
4
- children: any;
5
- };
6
- type Props = IProps & TextFieldProps;
7
- export default function RHFSelect({ name, children, ...other }: Props): import("react/jsx-runtime").JSX.Element;
8
- export {};
1
+ import { TextFieldProps } from '@mui/material';
2
+ type IProps = {
3
+ name: string;
4
+ children: any;
5
+ };
6
+ type Props = IProps & TextFieldProps;
7
+ export default function RHFSelect({ name, children, ...other }: Props): import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -1,7 +1,7 @@
1
- import { TextFieldProps } from '@mui/material';
2
- type IProps = {
3
- name: string;
4
- };
5
- type Props = IProps & TextFieldProps;
6
- export default function RHFTextField({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
7
- export {};
1
+ import { TextFieldProps } from '@mui/material';
2
+ type IProps = {
3
+ name: string;
4
+ };
5
+ type Props = IProps & TextFieldProps;
6
+ export default function RHFTextField({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
7
+ export {};
@@ -1,12 +1,12 @@
1
- import { UploadProps, UploadMultiFileProps } from '../upload';
2
- interface Props extends Omit<UploadProps, 'file'> {
3
- name: string;
4
- label?: string;
5
- }
6
- export declare function RHFUploadAvatar({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
7
- export declare function RHFUploadSingleFile({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
8
- interface RHFUploadMultiFileProps extends Omit<UploadMultiFileProps, 'files'> {
9
- name: string;
10
- }
11
- export declare function RHFUploadMultiFile({ name, ...other }: RHFUploadMultiFileProps): import("react/jsx-runtime").JSX.Element;
12
- export {};
1
+ import { UploadProps, UploadMultiFileProps } from '../upload';
2
+ interface Props extends Omit<UploadProps, 'file'> {
3
+ name: string;
4
+ label?: string;
5
+ }
6
+ export declare function RHFUploadAvatar({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
7
+ export declare function RHFUploadSingleFile({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
8
+ interface RHFUploadMultiFileProps extends Omit<UploadMultiFileProps, 'files'> {
9
+ name: string;
10
+ }
11
+ export declare function RHFUploadMultiFile({ name, ...other }: RHFUploadMultiFileProps): import("react/jsx-runtime").JSX.Element;
12
+ export {};
@@ -1,6 +1,6 @@
1
- import { UploadProps } from '../upload';
2
- interface Props extends Omit<UploadProps, 'file'> {
3
- name: string;
4
- }
5
- export declare function RHFUploadSingleExcelFile({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
6
- export {};
1
+ import { UploadProps } from '../upload';
2
+ interface Props extends Omit<UploadProps, 'file'> {
3
+ name: string;
4
+ }
5
+ export declare function RHFUploadSingleExcelFile({ name, ...other }: Props): import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -1,12 +1,12 @@
1
- export * from './RHFCheckbox';
2
- export * from './RHFUpload';
3
- export { default as FormProvider } from './FormProvider';
4
- export { default as RHFEditor } from './RHFEditor';
5
- export { default as RHFTextField } from './RHFTextField';
6
- export { default as RHFSelect } from './RHFSelect';
7
- export { default as RHFLazySelect } from './RHFLazySelect';
8
- export { default as RHFDatePicker } from './RHFDatePicker';
9
- export { default as RHFGooglePlaces } from './RHFGooglePlaces';
10
- export { default as RHFCreatableSelect } from './RHFCreatableSelect';
11
- export { default as RHFRadioGroup } from './RHFRadioGroup';
12
- export { default as RHFGroupedTextFields } from './RHFGroupedTextFields';
1
+ export * from './RHFCheckbox';
2
+ export * from './RHFUpload';
3
+ export { default as FormProvider } from './FormProvider';
4
+ export { default as RHFEditor } from './RHFEditor';
5
+ export { default as RHFTextField } from './RHFTextField';
6
+ export { default as RHFSelect } from './RHFSelect';
7
+ export { default as RHFLazySelect } from './RHFLazySelect';
8
+ export { default as RHFDatePicker } from './RHFDatePicker';
9
+ export { default as RHFGooglePlaces } from './RHFGooglePlaces';
10
+ export { default as RHFCreatableSelect } from './RHFCreatableSelect';
11
+ export { default as RHFRadioGroup } from './RHFRadioGroup';
12
+ export { default as RHFGroupedTextFields } from './RHFGroupedTextFields';
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Iconify: import("react").ForwardRefExoticComponent<Omit<any, "ref"> & import("react").RefAttributes<SVGElement>>;
3
- export default Iconify;
1
+ /// <reference types="react" />
2
+ declare const Iconify: import("react").ForwardRefExoticComponent<Omit<any, "ref"> & import("react").RefAttributes<SVGElement>>;
3
+ export default Iconify;
@@ -1,2 +1,2 @@
1
- export * from './types';
2
- export { default } from './iconify';
1
+ export * from './types';
2
+ export { default } from './iconify';
@@ -1,2 +1,2 @@
1
- import { IconifyIcon } from '@iconify/react';
2
- export type IconifyProps = IconifyIcon | string;
1
+ import { IconifyIcon } from '@iconify/react';
2
+ export type IconifyProps = IconifyIcon | string;