@ovh-ux/muk 0.3.0 → 0.4.0

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 (612) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/{TagsModal.component-WbWApi2R.mjs → TagsModal.component-DJwlTgy3.mjs} +17 -16
  3. package/dist/lib-CpOvds5w.mjs +11759 -0
  4. package/dist/manager-ui-kit-lib.es.ts +179 -190
  5. package/dist/manager-ui-kit-lib.umd.ts +14 -14
  6. package/dist/tsconfig.tsbuildinfo +1 -1
  7. package/dist/types/setupTests.d.ts +1 -0
  8. package/dist/types/setupTests.d.ts.map +1 -0
  9. package/dist/types/src/__mocks__/@tanstack/react-virtual.d.ts +11 -5
  10. package/dist/types/src/__mocks__/@tanstack/react-virtual.d.ts.map +1 -1
  11. package/dist/types/src/commons/index.d.ts +8 -0
  12. package/dist/types/src/commons/index.d.ts.map +1 -0
  13. package/dist/types/src/commons/settings/Currency.constants.d.ts +20 -0
  14. package/dist/types/src/commons/settings/Currency.constants.d.ts.map +1 -0
  15. package/dist/types/src/commons/settings/Dates.constants.d.ts +7 -0
  16. package/dist/types/src/commons/settings/Dates.constants.d.ts.map +1 -0
  17. package/dist/types/src/commons/settings/Locales.constants.d.ts +2 -0
  18. package/dist/types/src/commons/settings/Locales.constants.d.ts.map +1 -0
  19. package/dist/types/src/{enumTypes/locale.d.ts → commons/settings/Regions.constants.d.ts} +1 -19
  20. package/dist/types/src/commons/settings/Regions.constants.d.ts.map +1 -0
  21. package/dist/types/src/commons/settings/Units.constants.d.ts +5 -0
  22. package/dist/types/src/commons/settings/Units.constants.d.ts.map +1 -0
  23. package/dist/types/src/commons/tests-utils/Assertions.utils.d.ts +2 -0
  24. package/dist/types/src/commons/tests-utils/Assertions.utils.d.ts.map +1 -0
  25. package/dist/types/src/commons/tests-utils/Mock.utils.d.ts +35 -0
  26. package/dist/types/src/commons/tests-utils/Mock.utils.d.ts.map +1 -0
  27. package/dist/types/src/commons/tests-utils/Render.utils.d.ts +35 -0
  28. package/dist/types/src/commons/tests-utils/Render.utils.d.ts.map +1 -0
  29. package/dist/types/src/commons/tests-utils/StaticData.constants.d.ts +80 -0
  30. package/dist/types/src/commons/tests-utils/StaticData.constants.d.ts.map +1 -0
  31. package/dist/types/src/commons/tests-utils/Type.utils.d.ts +15 -0
  32. package/dist/types/src/commons/tests-utils/Type.utils.d.ts.map +1 -0
  33. package/dist/types/src/commons/utils/MukHelper.d.ts +2 -0
  34. package/dist/types/src/commons/utils/MukHelper.d.ts.map +1 -0
  35. package/dist/types/src/{utils/format-tags.d.ts → commons/utils/TagsHelper.d.ts} +4 -5
  36. package/dist/types/src/commons/utils/TagsHelper.d.ts.map +1 -0
  37. package/dist/types/src/commons/utils/TranslationHelper.d.ts +17 -0
  38. package/dist/types/src/commons/utils/TranslationHelper.d.ts.map +1 -0
  39. package/dist/types/src/components/accordion/Accordion.component.d.ts +1 -1
  40. package/dist/types/src/components/accordion/Accordion.component.d.ts.map +1 -1
  41. package/dist/types/src/components/action-banner/ActionBanner.component.d.ts.map +1 -1
  42. package/dist/types/src/components/action-menu/ActionMenu.component.d.ts.map +1 -1
  43. package/dist/types/src/components/action-menu/ActionMenu.props.d.ts +3 -3
  44. package/dist/types/src/components/action-menu/ActionMenu.props.d.ts.map +1 -1
  45. package/dist/types/src/components/action-menu/action-menu-item/ActionMenuItem.component.d.ts +7 -0
  46. package/dist/types/src/components/action-menu/action-menu-item/ActionMenuItem.component.d.ts.map +1 -0
  47. package/dist/types/src/components/action-menu/action-menu-item/__tests__/ActionMenuItem.spec.d.ts +2 -0
  48. package/dist/types/src/components/action-menu/action-menu-item/__tests__/ActionMenuItem.spec.d.ts.map +1 -0
  49. package/dist/types/src/components/badge/{badge.component.d.ts → Badge.component.d.ts} +2 -2
  50. package/dist/types/src/components/badge/Badge.component.d.ts.map +1 -0
  51. package/dist/types/src/components/badge/{badge.props.d.ts → Badge.props.d.ts} +1 -1
  52. package/dist/types/src/components/badge/Badge.props.d.ts.map +1 -0
  53. package/dist/types/src/components/badge/__tests__/Badge.snapshot.test.d.ts +2 -0
  54. package/dist/types/src/components/badge/__tests__/Badge.snapshot.test.d.ts.map +1 -0
  55. package/dist/types/src/components/badge/__tests__/Badge.spec.d.ts +2 -0
  56. package/dist/types/src/components/badge/__tests__/Badge.spec.d.ts.map +1 -0
  57. package/dist/types/src/components/base-layout/BaseLayout.component.d.ts.map +1 -1
  58. package/dist/types/src/components/base-layout/BaseLayout.props.d.ts.map +1 -1
  59. package/dist/types/src/components/base-layout/header/Header.component.d.ts +5 -2
  60. package/dist/types/src/components/base-layout/header/Header.component.d.ts.map +1 -1
  61. package/dist/types/src/components/base-layout/header/Header.props.d.ts +6 -6
  62. package/dist/types/src/components/base-layout/header/Header.props.d.ts.map +1 -1
  63. package/dist/types/src/components/breadcrumb/Breadcrumb.component.d.ts.map +1 -1
  64. package/dist/types/src/components/button/Button.component.d.ts +1 -1
  65. package/dist/types/src/components/button/Button.component.d.ts.map +1 -1
  66. package/dist/types/src/components/button/Button.props.d.ts +1 -1
  67. package/dist/types/src/components/button/Button.props.d.ts.map +1 -1
  68. package/dist/types/src/components/changelog-menu/ChangelogMenu.component.d.ts.map +1 -1
  69. package/dist/types/src/components/checkbox/Checkbox.component.d.ts +1 -1
  70. package/dist/types/src/components/checkbox/Checkbox.component.d.ts.map +1 -1
  71. package/dist/types/src/components/clipboard/Clipboard.component.d.ts +1 -1
  72. package/dist/types/src/components/clipboard/Clipboard.component.d.ts.map +1 -1
  73. package/dist/types/src/components/combobox/Combobox.component.d.ts +1 -1
  74. package/dist/types/src/components/combobox/Combobox.component.d.ts.map +1 -1
  75. package/dist/types/src/components/datagrid/Datagrid.component.d.ts.map +1 -1
  76. package/dist/types/src/components/datagrid/Datagrid.props.d.ts +3 -15
  77. package/dist/types/src/components/datagrid/Datagrid.props.d.ts.map +1 -1
  78. package/dist/types/src/components/datagrid/__mocks__/index.d.ts +38 -173
  79. package/dist/types/src/components/datagrid/__mocks__/index.d.ts.map +1 -1
  80. package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts +1 -1
  81. package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts.map +1 -1
  82. package/dist/types/src/components/datagrid/builder/TableHeaderBuilder.d.ts +4 -4
  83. package/dist/types/src/components/datagrid/builder/TableHeaderBuilder.d.ts.map +1 -1
  84. package/dist/types/src/components/datagrid/builder/useTableBuilder.d.ts.map +1 -1
  85. package/dist/types/src/components/datagrid/table/table-body/TableBody.component.d.ts.map +1 -1
  86. package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts +1 -1
  87. package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts.map +1 -1
  88. package/dist/types/src/components/datagrid/table/table-body/cell-row/CellRow.component.d.ts.map +1 -1
  89. package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.component.d.ts +1 -0
  90. package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.component.d.ts.map +1 -1
  91. package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.props.d.ts.map +1 -1
  92. package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.component.d.ts +2 -1
  93. package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.component.d.ts.map +1 -1
  94. package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.props.d.ts +10 -6
  95. package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.props.d.ts.map +1 -1
  96. package/dist/types/src/components/datagrid/table/table-footer/TableFooter.component.d.ts +1 -1
  97. package/dist/types/src/components/datagrid/table/table-footer/TableFooter.component.d.ts.map +1 -1
  98. package/dist/types/src/components/datagrid/table/table-head/TableHeaderContent.props.d.ts.map +1 -1
  99. package/dist/types/src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.d.ts +1 -0
  100. package/dist/types/src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.d.ts.map +1 -1
  101. package/dist/types/src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.d.ts +4 -4
  102. package/dist/types/src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.d.ts.map +1 -1
  103. package/dist/types/src/components/datagrid/topbar/Topbar.component.d.ts +1 -0
  104. package/dist/types/src/components/datagrid/topbar/Topbar.component.d.ts.map +1 -1
  105. package/dist/types/src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.d.ts +2 -2
  106. package/dist/types/src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.d.ts.map +1 -1
  107. package/dist/types/src/components/datagrid/topbar/columns-search/ColumnsSearch.component.d.ts.map +1 -1
  108. package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.d.ts +1 -0
  109. package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.d.ts.map +1 -1
  110. package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts +2 -1
  111. package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts.map +1 -1
  112. package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.d.ts +2 -2
  113. package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.d.ts.map +1 -1
  114. package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.props.d.ts.map +1 -1
  115. package/dist/types/src/components/datagrid/useDatagrid.d.ts +16 -19
  116. package/dist/types/src/components/datagrid/useDatagrid.d.ts.map +1 -1
  117. package/dist/types/src/components/datagrid/useDatagrid.props.d.ts +1 -1
  118. package/dist/types/src/components/datagrid/useDatagrid.props.d.ts.map +1 -1
  119. package/dist/types/src/components/datepicker/Datepicker.component.d.ts +1 -1
  120. package/dist/types/src/components/datepicker/Datepicker.component.d.ts.map +1 -1
  121. package/dist/types/src/components/delete-modal/DeleteModal.component.d.ts.map +1 -1
  122. package/dist/types/src/components/delete-modal/DeleteModal.spec.d.ts +2 -2
  123. package/dist/types/src/components/delete-modal/DeleteModal.spec.d.ts.map +1 -1
  124. package/dist/types/src/components/divider/Divider.component.d.ts +1 -1
  125. package/dist/types/src/components/divider/Divider.component.d.ts.map +1 -1
  126. package/dist/types/src/components/drawer/__tests__/Drawer.snapshot.test.d.ts.map +1 -1
  127. package/dist/types/src/components/drawer/drawer-base/__tests__/DrawerBase.spec.d.ts.map +1 -1
  128. package/dist/types/src/components/drawer/drawer-footer/__tests__/DrawerFooter.spec.d.ts.map +1 -1
  129. package/dist/types/src/components/drawer/drawer-handle/DrawerHandle.component.d.ts.map +1 -1
  130. package/dist/types/src/components/drawer/drawer-header/DrawerHeader.component.d.ts.map +1 -1
  131. package/dist/types/src/components/drawer/drawer-root/__tests__/DrawerRoot.spec.d.ts.map +1 -1
  132. package/dist/types/src/components/drawer/drawer-root-collapsible/__tests__/DrawerRootCollapsible.spec.d.ts.map +1 -1
  133. package/dist/types/src/components/drawer/namespace.d.ts +0 -4
  134. package/dist/types/src/components/drawer/namespace.d.ts.map +1 -1
  135. package/dist/types/src/components/error/Error.component.d.ts.map +1 -1
  136. package/dist/types/src/components/error/Error.props.d.ts +18 -14
  137. package/dist/types/src/components/error/Error.props.d.ts.map +1 -1
  138. package/dist/types/src/components/error/Error.utils.d.ts +1 -1
  139. package/dist/types/src/components/error/Error.utils.d.ts.map +1 -1
  140. package/dist/types/src/components/error-boundary/ErrorBoundary.component.d.ts.map +1 -1
  141. package/dist/types/src/components/error-boundary/__tests__/ErrorBoundary.spec.d.ts.map +1 -1
  142. package/dist/types/src/components/file-upload/FileUpload.component.d.ts +1 -1
  143. package/dist/types/src/components/file-upload/FileUpload.component.d.ts.map +1 -1
  144. package/dist/types/src/components/filters/Filter.props.d.ts +16 -1
  145. package/dist/types/src/components/filters/Filter.props.d.ts.map +1 -1
  146. package/dist/types/src/components/filters/filter-add/FilterAdd.props.d.ts +13 -9
  147. package/dist/types/src/components/filters/filter-add/FilterAdd.props.d.ts.map +1 -1
  148. package/dist/types/src/components/filters/filter-add/Filteradd.component.d.ts.map +1 -1
  149. package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.component.d.ts +1 -1
  150. package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.component.d.ts.map +1 -1
  151. package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.props.d.ts +1 -1
  152. package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.props.d.ts.map +1 -1
  153. package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsForm.component.d.ts.map +1 -1
  154. package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsFormLoading.d.ts +2 -0
  155. package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsFormLoading.d.ts.map +1 -0
  156. package/dist/types/src/components/filters/filter-list/FilterList.props.d.ts.map +1 -1
  157. package/dist/types/src/components/filters/filters.utils.d.ts.map +1 -1
  158. package/dist/types/src/components/form-field/FormField.component.d.ts +1 -1
  159. package/dist/types/src/components/form-field/FormField.component.d.ts.map +1 -1
  160. package/dist/types/src/components/guide-menu/GuideMenu.component.d.ts.map +1 -1
  161. package/dist/types/src/components/guide-menu/GuideMenu.props.d.ts +2 -1
  162. package/dist/types/src/components/guide-menu/GuideMenu.props.d.ts.map +1 -1
  163. package/dist/types/src/components/index.d.ts +200 -67
  164. package/dist/types/src/components/index.d.ts.map +1 -1
  165. package/dist/types/src/components/input/Input.component.d.ts +1 -1
  166. package/dist/types/src/components/input/Input.component.d.ts.map +1 -1
  167. package/dist/types/src/components/link/Link.component.d.ts.map +1 -0
  168. package/dist/types/src/components/{Link → link}/Link.props.d.ts +15 -5
  169. package/dist/types/src/components/link/Link.props.d.ts.map +1 -0
  170. package/dist/types/src/components/link/LinkIcons.component.d.ts +3 -0
  171. package/dist/types/src/components/link/LinkIcons.component.d.ts.map +1 -0
  172. package/dist/types/src/components/link/__tests__/Link.snapshot.test.d.ts.map +1 -0
  173. package/dist/types/src/components/link/__tests__/Link.spec.d.ts.map +1 -0
  174. package/dist/types/src/components/link-card/LinkCard.component.d.ts +5 -2
  175. package/dist/types/src/components/link-card/LinkCard.component.d.ts.map +1 -1
  176. package/dist/types/src/components/link-card/LinkCard.props.d.ts +13 -14
  177. package/dist/types/src/components/link-card/LinkCard.props.d.ts.map +1 -1
  178. package/dist/types/src/components/link-card/__tests__/LinkCard.snapshot.test.d.ts +2 -0
  179. package/dist/types/src/components/link-card/__tests__/LinkCard.snapshot.test.d.ts.map +1 -0
  180. package/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts +2 -2
  181. package/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts.map +1 -1
  182. package/dist/types/src/components/medium/Medium.component.d.ts +1 -1
  183. package/dist/types/src/components/medium/Medium.component.d.ts.map +1 -1
  184. package/dist/types/src/components/message/Message.component.d.ts +1 -1
  185. package/dist/types/src/components/message/Message.component.d.ts.map +1 -1
  186. package/dist/types/src/components/meter/Meter.component.d.ts +1 -1
  187. package/dist/types/src/components/meter/Meter.component.d.ts.map +1 -1
  188. package/dist/types/src/components/modal/Modal.component.d.ts.map +1 -1
  189. package/dist/types/src/components/modal/__tests__/ModalTest.utils.d.ts +2 -4
  190. package/dist/types/src/components/modal/__tests__/ModalTest.utils.d.ts.map +1 -1
  191. package/dist/types/src/components/notifications/Notifications.component.d.ts.map +1 -1
  192. package/dist/types/src/components/notifications/Notifications.props.d.ts +25 -0
  193. package/dist/types/src/components/notifications/Notifications.props.d.ts.map +1 -1
  194. package/dist/types/src/components/notifications/useNotifications.d.ts +1 -1
  195. package/dist/types/src/components/notifications/useNotifications.d.ts.map +1 -1
  196. package/dist/types/src/components/onboarding-layout/OnboardingLayout.component.d.ts +1 -1
  197. package/dist/types/src/components/onboarding-layout/OnboardingLayout.component.d.ts.map +1 -1
  198. package/dist/types/src/components/onboarding-layout/{OnboardingLayout.type.d.ts → OnboardingLayout.props.d.ts} +2 -2
  199. package/dist/types/src/components/onboarding-layout/OnboardingLayout.props.d.ts.map +1 -0
  200. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.d.ts +2 -3
  201. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.d.ts.map +1 -1
  202. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/{OnboardingLayoutButton.type.d.ts → OnboardingLayoutButton.props.d.ts} +1 -1
  203. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.props.d.ts.map +1 -0
  204. package/dist/types/src/components/order/Order.component.d.ts +1 -1
  205. package/dist/types/src/components/order/Order.context.d.ts +1 -1
  206. package/dist/types/src/components/order/Order.context.d.ts.map +1 -1
  207. package/dist/types/src/components/order/{Order.type.d.ts → Order.props.d.ts} +1 -1
  208. package/dist/types/src/components/order/Order.props.d.ts.map +1 -0
  209. package/dist/types/src/components/order/order-configuration/OrderConfiguration.component.d.ts.map +1 -1
  210. package/dist/types/src/components/order/order-summary/OrderSummary.component.d.ts +1 -1
  211. package/dist/types/src/components/order/order-summary/OrderSummary.component.d.ts.map +1 -1
  212. package/dist/types/src/components/order/order-summary/{OrderSummary.type.d.ts → OrderSummary.props.d.ts} +1 -1
  213. package/dist/types/src/components/order/order-summary/OrderSummary.props.d.ts.map +1 -0
  214. package/dist/types/src/components/pagination/Pagination.component.d.ts +1 -1
  215. package/dist/types/src/components/pagination/Pagination.component.d.ts.map +1 -1
  216. package/dist/types/src/components/password/Password.component.d.ts +1 -1
  217. package/dist/types/src/components/password/Password.component.d.ts.map +1 -1
  218. package/dist/types/src/components/phone-number/PhoneNumber.component.d.ts +1 -1
  219. package/dist/types/src/components/phone-number/PhoneNumber.component.d.ts.map +1 -1
  220. package/dist/types/src/components/popover/Popover.component.d.ts +1 -1
  221. package/dist/types/src/components/popover/Popover.component.d.ts.map +1 -1
  222. package/dist/types/src/components/price/Price.component.d.ts +1 -1
  223. package/dist/types/src/components/price/Price.component.d.ts.map +1 -1
  224. package/dist/types/src/components/price/Price.props.d.ts +2 -2
  225. package/dist/types/src/components/price/Price.props.d.ts.map +1 -1
  226. package/dist/types/src/components/price/Price.utils.d.ts +2 -2
  227. package/dist/types/src/components/price/Price.utils.d.ts.map +1 -1
  228. package/dist/types/src/components/progress/Progress.component.d.ts +1 -1
  229. package/dist/types/src/components/progress/Progress.component.d.ts.map +1 -1
  230. package/dist/types/src/components/progress/progress-bar/ProgressBar.props.d.ts +1 -1
  231. package/dist/types/src/components/progress/progress-bar/ProgressBar.props.d.ts.map +1 -1
  232. package/dist/types/src/components/quantity/Quantity.component.d.ts +1 -1
  233. package/dist/types/src/components/quantity/Quantity.component.d.ts.map +1 -1
  234. package/dist/types/src/components/radio-group/RadioGroup.component.d.ts +1 -1
  235. package/dist/types/src/components/radio-group/RadioGroup.component.d.ts.map +1 -1
  236. package/dist/types/src/components/radio-group/index.d.ts +0 -5
  237. package/dist/types/src/components/radio-group/index.d.ts.map +1 -1
  238. package/dist/types/src/components/range/Range.component.d.ts +1 -1
  239. package/dist/types/src/components/range/Range.component.d.ts.map +1 -1
  240. package/dist/types/src/components/redirection-guard/RedirectionGuard.component.d.ts +1 -0
  241. package/dist/types/src/components/redirection-guard/RedirectionGuard.component.d.ts.map +1 -1
  242. package/dist/types/src/components/select/Select.component.d.ts +1 -1
  243. package/dist/types/src/components/select/Select.component.d.ts.map +1 -1
  244. package/dist/types/src/components/service-state-badge/ServiceStateBadge.component.d.ts.map +1 -1
  245. package/dist/types/src/components/service-state-badge/ServiceStateBadge.props.d.ts +1 -1
  246. package/dist/types/src/components/service-state-badge/ServiceStateBadge.props.d.ts.map +1 -1
  247. package/dist/types/src/components/skeleton/Skeleton.component.d.ts +1 -1
  248. package/dist/types/src/components/skeleton/Skeleton.component.d.ts.map +1 -1
  249. package/dist/types/src/components/spinner/Spinner.component.d.ts +1 -1
  250. package/dist/types/src/components/spinner/Spinner.component.d.ts.map +1 -1
  251. package/dist/types/src/components/step/Step.component.d.ts +2 -1
  252. package/dist/types/src/components/step/Step.component.d.ts.map +1 -1
  253. package/dist/types/src/components/step/Step.props.d.ts +1 -0
  254. package/dist/types/src/components/step/Step.props.d.ts.map +1 -1
  255. package/dist/types/src/components/switch/Switch.component.d.ts +1 -1
  256. package/dist/types/src/components/switch/Switch.component.d.ts.map +1 -1
  257. package/dist/types/src/components/switch/constants/{SwitchConstants.d.ts → Switch.constants.d.ts} +1 -1
  258. package/dist/types/src/components/switch/constants/Switch.constants.d.ts.map +1 -0
  259. package/dist/types/src/components/table/Table.component.d.ts +1 -1
  260. package/dist/types/src/components/table/Table.component.d.ts.map +1 -1
  261. package/dist/types/src/components/tabs/Tabs.component.d.ts +1 -0
  262. package/dist/types/src/components/tabs/Tabs.component.d.ts.map +1 -1
  263. package/dist/types/src/components/tabs/Tabs.props.d.ts +1 -0
  264. package/dist/types/src/components/tabs/Tabs.props.d.ts.map +1 -1
  265. package/dist/types/src/components/tags-list/TagsList.component.d.ts.map +1 -1
  266. package/dist/types/src/components/tags-list/tags-modal/TagsModal.component.d.ts.map +1 -1
  267. package/dist/types/src/components/tags-list/tags-stack/TagsStack.component.d.ts.map +1 -1
  268. package/dist/types/src/components/tags-list/tags-stack/TagsStack.props.d.ts +3 -0
  269. package/dist/types/src/components/tags-list/tags-stack/TagsStack.props.d.ts.map +1 -1
  270. package/dist/types/src/components/tags-list/tags-stack/TagsStack.utils.d.ts +1 -1
  271. package/dist/types/src/components/tags-list/tags-stack/TagsStack.utils.d.ts.map +1 -1
  272. package/dist/types/src/components/tags-tile/TagsTile.component.d.ts.map +1 -1
  273. package/dist/types/src/components/tags-tile/TagsTile.props.d.ts +1 -1
  274. package/dist/types/src/components/tags-tile/TagsTile.props.d.ts.map +1 -1
  275. package/dist/types/src/components/tags-tile/tags-tile.component.d.ts.map +1 -1
  276. package/dist/types/src/components/text/Text.component.d.ts.map +1 -1
  277. package/dist/types/src/components/textarea/Textarea.component.d.ts +1 -1
  278. package/dist/types/src/components/textarea/Textarea.component.d.ts.map +1 -1
  279. package/dist/types/src/components/tile/namespace.d.ts.map +1 -1
  280. package/dist/types/src/components/tiles-input/TilesInput.component.d.ts +1 -0
  281. package/dist/types/src/components/tiles-input/TilesInput.component.d.ts.map +1 -1
  282. package/dist/types/src/components/tiles-input/TilesInput.props.d.ts +1 -0
  283. package/dist/types/src/components/tiles-input/TilesInput.props.d.ts.map +1 -1
  284. package/dist/types/src/components/tiles-input/TilesInput.utils.d.ts.map +1 -1
  285. package/dist/types/src/components/tiles-input-group/TilesInputGroup.component.d.ts +1 -0
  286. package/dist/types/src/components/tiles-input-group/TilesInputGroup.component.d.ts.map +1 -1
  287. package/dist/types/src/components/tiles-input-group/TilesInputGroup.props.d.ts +1 -0
  288. package/dist/types/src/components/tiles-input-group/TilesInputGroup.props.d.ts.map +1 -1
  289. package/dist/types/src/components/timepicker/Timepicker.component.d.ts +1 -1
  290. package/dist/types/src/components/timepicker/Timepicker.component.d.ts.map +1 -1
  291. package/dist/types/src/components/toggle/Toggle.component.d.ts +1 -1
  292. package/dist/types/src/components/toggle/Toggle.component.d.ts.map +1 -1
  293. package/dist/types/src/components/tooltip/Tooltip.component.d.ts +1 -1
  294. package/dist/types/src/components/tooltip/Tooltip.component.d.ts.map +1 -1
  295. package/dist/types/src/components/tree-view/TreeView.component.d.ts +1 -1
  296. package/dist/types/src/components/tree-view/TreeView.component.d.ts.map +1 -1
  297. package/dist/types/src/components/update-name-modal/UpdateNameModal.component.d.ts +5 -2
  298. package/dist/types/src/components/update-name-modal/UpdateNameModal.component.d.ts.map +1 -1
  299. package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts +9 -9
  300. package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts.map +1 -1
  301. package/dist/types/src/hooks/breadcrumb/Breadcrumb.type.d.ts +12 -0
  302. package/dist/types/src/hooks/breadcrumb/Breadcrumb.type.d.ts.map +1 -0
  303. package/dist/types/src/hooks/breadcrumb/useBreadcrumb.d.ts +2 -12
  304. package/dist/types/src/hooks/breadcrumb/useBreadcrumb.d.ts.map +1 -1
  305. package/dist/types/src/hooks/bytes/useBytes.d.ts.map +1 -1
  306. package/dist/types/src/hooks/catalog-price/Catalog.constants.d.ts +5 -0
  307. package/dist/types/src/hooks/catalog-price/Catalog.constants.d.ts.map +1 -0
  308. package/dist/types/src/hooks/catalog-price/{useCatalog.props.d.ts → Catalog.type.d.ts} +1 -1
  309. package/dist/types/src/hooks/catalog-price/Catalog.type.d.ts.map +1 -0
  310. package/dist/types/src/hooks/catalog-price/Catalog.utils.d.ts +4 -0
  311. package/dist/types/src/hooks/catalog-price/Catalog.utils.d.ts.map +1 -0
  312. package/dist/types/src/hooks/catalog-price/__tests__/useCatalogPrice.test.d.ts.map +1 -0
  313. package/dist/types/src/hooks/catalog-price/useCatalogPrice.d.ts +1 -1
  314. package/dist/types/src/hooks/catalog-price/useCatalogPrice.d.ts.map +1 -1
  315. package/dist/types/src/hooks/data-api/__mocks__/mock.d.ts +1 -1
  316. package/dist/types/src/hooks/data-api/__mocks__/mock.d.ts.map +1 -1
  317. package/dist/types/src/hooks/data-api/__tests__/Test.utils.d.ts.map +1 -1
  318. package/dist/types/src/hooks/data-api/__tests__/useDataRetrievalOperations.spec.d.ts.map +1 -0
  319. package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.d.ts +1 -1
  320. package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.d.ts.map +1 -1
  321. package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.type.d.ts +1 -1
  322. package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.type.d.ts.map +1 -1
  323. package/dist/types/src/hooks/data-api/adapters/v2/useV2.d.ts +1 -1
  324. package/dist/types/src/hooks/data-api/adapters/v2/useV2.d.ts.map +1 -1
  325. package/dist/types/src/hooks/data-api/adapters/v2/useV2.types.d.ts.map +1 -1
  326. package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.d.ts +1 -0
  327. package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.d.ts.map +1 -1
  328. package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.d.ts +1 -1
  329. package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.d.ts.map +1 -1
  330. package/dist/types/src/hooks/data-api/adapters/v6/useV6.d.ts +1 -1
  331. package/dist/types/src/hooks/data-api/adapters/v6/useV6.d.ts.map +1 -1
  332. package/dist/types/src/hooks/data-api/adapters/v6/v6.type.d.ts +1 -1
  333. package/dist/types/src/hooks/data-api/adapters/v6/v6.type.d.ts.map +1 -1
  334. package/dist/types/src/hooks/data-api/infra/tanstack/index.d.ts +5 -0
  335. package/dist/types/src/hooks/data-api/infra/tanstack/index.d.ts.map +1 -0
  336. package/dist/types/src/hooks/data-api/ports/useDataApi.constants.d.ts.map +1 -0
  337. package/dist/types/src/hooks/data-api/ports/useDataApi.d.ts.map +1 -0
  338. package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.types.d.ts → useDataApi.types.d.ts} +4 -4
  339. package/dist/types/src/hooks/data-api/ports/useDataApi.types.d.ts.map +1 -0
  340. package/dist/types/src/hooks/data-api/useColumnFilters.d.ts.map +1 -1
  341. package/dist/types/src/hooks/data-api/useDataRetrievalOperations.d.ts +24 -0
  342. package/dist/types/src/hooks/data-api/useDataRetrievalOperations.d.ts.map +1 -0
  343. package/dist/types/src/hooks/data-api/useDatagridSearchParams.d.ts.map +1 -1
  344. package/dist/types/src/hooks/data-api/utils/DataApi.utils.d.ts +8 -0
  345. package/dist/types/src/hooks/data-api/utils/DataApi.utils.d.ts.map +1 -0
  346. package/dist/types/src/hooks/date/{useDateFnsLocale/useDateFnsLocale.type.d.ts → date-fns-locale/DateFnsLocale.constants.d.ts} +1 -2
  347. package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.constants.d.ts.map +1 -0
  348. package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.type.d.ts +3 -0
  349. package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.type.d.ts.map +1 -0
  350. package/dist/types/src/hooks/date/date-fns-locale/__tests__/useDateFnsLocale.spec.d.ts.map +1 -0
  351. package/dist/types/src/hooks/date/date-fns-locale/useDateFnsLocale.d.ts.map +1 -0
  352. package/dist/types/src/hooks/date/{useFormatDate/useFormatDate.type.d.ts → date-formatter/FormatDate.type.d.ts} +1 -1
  353. package/dist/types/src/hooks/date/date-formatter/FormatDate.type.d.ts.map +1 -0
  354. package/dist/types/src/hooks/date/date-formatter/__tests__/useFormatDate.spec.d.ts.map +1 -0
  355. package/dist/types/src/hooks/date/date-formatter/__tests__/useFormatDateEnglish.spec.d.ts.map +1 -0
  356. package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/useFormatDate.d.ts +1 -1
  357. package/dist/types/src/hooks/date/date-formatter/useFormatDate.d.ts.map +1 -0
  358. package/dist/types/src/hooks/iam/{iam.interface.d.ts → IAM.type.d.ts} +2 -2
  359. package/dist/types/src/hooks/iam/IAM.type.d.ts.map +1 -0
  360. package/dist/types/src/hooks/iam/__tests__/useOvhIam.spec.d.ts.map +1 -0
  361. package/dist/types/src/hooks/iam/useOvhIam.d.ts +14 -130
  362. package/dist/types/src/hooks/iam/useOvhIam.d.ts.map +1 -1
  363. package/dist/types/src/hooks/index.d.ts +20 -8
  364. package/dist/types/src/hooks/index.d.ts.map +1 -1
  365. package/dist/types/src/hooks/me/{useMe.props.d.ts → IMe.type.d.ts} +1 -1
  366. package/dist/types/src/hooks/me/IMe.type.d.ts.map +1 -0
  367. package/dist/types/src/hooks/me/useMe.d.ts +2 -2
  368. package/dist/types/src/hooks/me/useMe.d.ts.map +1 -1
  369. package/dist/types/src/hooks/region/{useTranslatedMicroRegions.utils.d.ts → Regions.utils.d.ts} +1 -1
  370. package/dist/types/src/hooks/region/Regions.utils.d.ts.map +1 -0
  371. package/dist/types/src/index.d.ts +1 -0
  372. package/dist/types/src/index.d.ts.map +1 -1
  373. package/dist/types/src/lib.d.ts +1 -2
  374. package/dist/types/src/lib.d.ts.map +1 -1
  375. package/package.json +32 -39
  376. package/dist/lib-CKnpYlbA.mjs +0 -11512
  377. package/dist/types/.storybook/i18n.d.ts +0 -3
  378. package/dist/types/.storybook/i18n.d.ts.map +0 -1
  379. package/dist/types/setupTest.d.ts +0 -7
  380. package/dist/types/setupTest.d.ts.map +0 -1
  381. package/dist/types/src/components/Link/Link.component.d.ts.map +0 -1
  382. package/dist/types/src/components/Link/Link.props.d.ts.map +0 -1
  383. package/dist/types/src/components/Link/__tests__/Link.snapshot.test.d.ts.map +0 -1
  384. package/dist/types/src/components/Link/__tests__/Link.spec.d.ts.map +0 -1
  385. package/dist/types/src/components/Link/index.d.ts +0 -4
  386. package/dist/types/src/components/Link/index.d.ts.map +0 -1
  387. package/dist/types/src/components/accordion/index.d.ts +0 -6
  388. package/dist/types/src/components/accordion/index.d.ts.map +0 -1
  389. package/dist/types/src/components/action-banner/index.d.ts +0 -3
  390. package/dist/types/src/components/action-banner/index.d.ts.map +0 -1
  391. package/dist/types/src/components/action-menu/index.d.ts +0 -3
  392. package/dist/types/src/components/action-menu/index.d.ts.map +0 -1
  393. package/dist/types/src/components/action-menu/menu-item/MenuItem.component.d.ts +0 -7
  394. package/dist/types/src/components/action-menu/menu-item/MenuItem.component.d.ts.map +0 -1
  395. package/dist/types/src/components/action-menu/menu-item/__tests__/MenuItem.spec.d.ts +0 -2
  396. package/dist/types/src/components/action-menu/menu-item/__tests__/MenuItem.spec.d.ts.map +0 -1
  397. package/dist/types/src/components/action-menu/menu-item/index.d.ts +0 -2
  398. package/dist/types/src/components/action-menu/menu-item/index.d.ts.map +0 -1
  399. package/dist/types/src/components/badge/__tests__/badge.snapshot.test.d.ts +0 -2
  400. package/dist/types/src/components/badge/__tests__/badge.snapshot.test.d.ts.map +0 -1
  401. package/dist/types/src/components/badge/__tests__/badge.spec.d.ts +0 -2
  402. package/dist/types/src/components/badge/__tests__/badge.spec.d.ts.map +0 -1
  403. package/dist/types/src/components/badge/badge.component.d.ts.map +0 -1
  404. package/dist/types/src/components/badge/badge.props.d.ts.map +0 -1
  405. package/dist/types/src/components/badge/index.d.ts +0 -4
  406. package/dist/types/src/components/badge/index.d.ts.map +0 -1
  407. package/dist/types/src/components/base-layout/index.d.ts +0 -4
  408. package/dist/types/src/components/base-layout/index.d.ts.map +0 -1
  409. package/dist/types/src/components/breadcrumb/index.d.ts +0 -4
  410. package/dist/types/src/components/breadcrumb/index.d.ts.map +0 -1
  411. package/dist/types/src/components/button/index.d.ts +0 -4
  412. package/dist/types/src/components/button/index.d.ts.map +0 -1
  413. package/dist/types/src/components/card/index.d.ts +0 -4
  414. package/dist/types/src/components/card/index.d.ts.map +0 -1
  415. package/dist/types/src/components/changelog-menu/index.d.ts +0 -3
  416. package/dist/types/src/components/changelog-menu/index.d.ts.map +0 -1
  417. package/dist/types/src/components/checkbox/index.d.ts +0 -6
  418. package/dist/types/src/components/checkbox/index.d.ts.map +0 -1
  419. package/dist/types/src/components/clipboard/index.d.ts +0 -3
  420. package/dist/types/src/components/clipboard/index.d.ts.map +0 -1
  421. package/dist/types/src/components/code/index.d.ts +0 -3
  422. package/dist/types/src/components/code/index.d.ts.map +0 -1
  423. package/dist/types/src/components/combobox/index.d.ts +0 -5
  424. package/dist/types/src/components/combobox/index.d.ts.map +0 -1
  425. package/dist/types/src/components/datagrid/builder/index.d.ts +0 -3
  426. package/dist/types/src/components/datagrid/builder/index.d.ts.map +0 -1
  427. package/dist/types/src/components/datagrid/index.d.ts +0 -5
  428. package/dist/types/src/components/datagrid/index.d.ts.map +0 -1
  429. package/dist/types/src/components/datepicker/index.d.ts +0 -6
  430. package/dist/types/src/components/datepicker/index.d.ts.map +0 -1
  431. package/dist/types/src/components/delete-modal/index.d.ts +0 -3
  432. package/dist/types/src/components/delete-modal/index.d.ts.map +0 -1
  433. package/dist/types/src/components/divider/index.d.ts +0 -4
  434. package/dist/types/src/components/divider/index.d.ts.map +0 -1
  435. package/dist/types/src/components/drawer/index.d.ts +0 -2
  436. package/dist/types/src/components/drawer/index.d.ts.map +0 -1
  437. package/dist/types/src/components/error/index.d.ts +0 -3
  438. package/dist/types/src/components/error/index.d.ts.map +0 -1
  439. package/dist/types/src/components/error-boundary/index.d.ts +0 -3
  440. package/dist/types/src/components/error-boundary/index.d.ts.map +0 -1
  441. package/dist/types/src/components/file-upload/index.d.ts +0 -6
  442. package/dist/types/src/components/file-upload/index.d.ts.map +0 -1
  443. package/dist/types/src/components/filters/index.d.ts +0 -5
  444. package/dist/types/src/components/filters/index.d.ts.map +0 -1
  445. package/dist/types/src/components/form-field/index.d.ts +0 -7
  446. package/dist/types/src/components/form-field/index.d.ts.map +0 -1
  447. package/dist/types/src/components/grid-layout/index.d.ts +0 -2
  448. package/dist/types/src/components/grid-layout/index.d.ts.map +0 -1
  449. package/dist/types/src/components/guide-menu/index.d.ts +0 -3
  450. package/dist/types/src/components/guide-menu/index.d.ts.map +0 -1
  451. package/dist/types/src/components/icon/index.d.ts +0 -4
  452. package/dist/types/src/components/icon/index.d.ts.map +0 -1
  453. package/dist/types/src/components/input/index.d.ts +0 -4
  454. package/dist/types/src/components/input/index.d.ts.map +0 -1
  455. package/dist/types/src/components/link-card/__tests__/LinkCard.test.d.ts +0 -2
  456. package/dist/types/src/components/link-card/__tests__/LinkCard.test.d.ts.map +0 -1
  457. package/dist/types/src/components/link-card/index.d.ts +0 -3
  458. package/dist/types/src/components/link-card/index.d.ts.map +0 -1
  459. package/dist/types/src/components/medium/index.d.ts +0 -3
  460. package/dist/types/src/components/medium/index.d.ts.map +0 -1
  461. package/dist/types/src/components/message/index.d.ts +0 -6
  462. package/dist/types/src/components/message/index.d.ts.map +0 -1
  463. package/dist/types/src/components/meter/index.d.ts +0 -3
  464. package/dist/types/src/components/meter/index.d.ts.map +0 -1
  465. package/dist/types/src/components/modal/index.d.ts +0 -4
  466. package/dist/types/src/components/modal/index.d.ts.map +0 -1
  467. package/dist/types/src/components/notifications/Notifications.type.d.ts +0 -26
  468. package/dist/types/src/components/notifications/Notifications.type.d.ts.map +0 -1
  469. package/dist/types/src/components/notifications/index.d.ts +0 -4
  470. package/dist/types/src/components/notifications/index.d.ts.map +0 -1
  471. package/dist/types/src/components/onboarding-layout/OnboardingLayout.type.d.ts.map +0 -1
  472. package/dist/types/src/components/onboarding-layout/index.d.ts +0 -4
  473. package/dist/types/src/components/onboarding-layout/index.d.ts.map +0 -1
  474. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.type.d.ts.map +0 -1
  475. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/index.d.ts +0 -3
  476. package/dist/types/src/components/onboarding-layout/onboarding-layout-button/index.d.ts.map +0 -1
  477. package/dist/types/src/components/order/Order.type.d.ts.map +0 -1
  478. package/dist/types/src/components/order/index.d.ts +0 -4
  479. package/dist/types/src/components/order/index.d.ts.map +0 -1
  480. package/dist/types/src/components/order/order-summary/OrderSummary.type.d.ts.map +0 -1
  481. package/dist/types/src/components/pagination/index.d.ts +0 -4
  482. package/dist/types/src/components/pagination/index.d.ts.map +0 -1
  483. package/dist/types/src/components/password/index.d.ts +0 -3
  484. package/dist/types/src/components/password/index.d.ts.map +0 -1
  485. package/dist/types/src/components/phone-number/index.d.ts +0 -6
  486. package/dist/types/src/components/phone-number/index.d.ts.map +0 -1
  487. package/dist/types/src/components/popover/index.d.ts +0 -6
  488. package/dist/types/src/components/popover/index.d.ts.map +0 -1
  489. package/dist/types/src/components/price/index.d.ts +0 -3
  490. package/dist/types/src/components/price/index.d.ts.map +0 -1
  491. package/dist/types/src/components/progress/index.d.ts +0 -4
  492. package/dist/types/src/components/progress/index.d.ts.map +0 -1
  493. package/dist/types/src/components/quantity/index.d.ts +0 -5
  494. package/dist/types/src/components/quantity/index.d.ts.map +0 -1
  495. package/dist/types/src/components/range/index.d.ts +0 -3
  496. package/dist/types/src/components/range/index.d.ts.map +0 -1
  497. package/dist/types/src/components/redirection-guard/index.d.ts +0 -3
  498. package/dist/types/src/components/redirection-guard/index.d.ts.map +0 -1
  499. package/dist/types/src/components/select/index.d.ts +0 -5
  500. package/dist/types/src/components/select/index.d.ts.map +0 -1
  501. package/dist/types/src/components/service-state-badge/index.d.ts +0 -3
  502. package/dist/types/src/components/service-state-badge/index.d.ts.map +0 -1
  503. package/dist/types/src/components/skeleton/index.d.ts +0 -3
  504. package/dist/types/src/components/skeleton/index.d.ts.map +0 -1
  505. package/dist/types/src/components/spinner/index.d.ts +0 -4
  506. package/dist/types/src/components/spinner/index.d.ts.map +0 -1
  507. package/dist/types/src/components/step/index.d.ts +0 -3
  508. package/dist/types/src/components/step/index.d.ts.map +0 -1
  509. package/dist/types/src/components/switch/constants/SwitchConstants.d.ts.map +0 -1
  510. package/dist/types/src/components/switch/index.d.ts +0 -5
  511. package/dist/types/src/components/switch/index.d.ts.map +0 -1
  512. package/dist/types/src/components/table/index.d.ts +0 -4
  513. package/dist/types/src/components/table/index.d.ts.map +0 -1
  514. package/dist/types/src/components/tabs/index.d.ts +0 -3
  515. package/dist/types/src/components/tabs/index.d.ts.map +0 -1
  516. package/dist/types/src/components/tag/index.d.ts +0 -4
  517. package/dist/types/src/components/tag/index.d.ts.map +0 -1
  518. package/dist/types/src/components/tags-list/index.d.ts +0 -3
  519. package/dist/types/src/components/tags-list/index.d.ts.map +0 -1
  520. package/dist/types/src/components/tags-list/tags-stack/TagsStack.type.d.ts +0 -4
  521. package/dist/types/src/components/tags-list/tags-stack/TagsStack.type.d.ts.map +0 -1
  522. package/dist/types/src/components/tags-tile/index.d.ts +0 -3
  523. package/dist/types/src/components/tags-tile/index.d.ts.map +0 -1
  524. package/dist/types/src/components/text/index.d.ts +0 -4
  525. package/dist/types/src/components/text/index.d.ts.map +0 -1
  526. package/dist/types/src/components/textarea/index.d.ts +0 -3
  527. package/dist/types/src/components/textarea/index.d.ts.map +0 -1
  528. package/dist/types/src/components/tile/index.d.ts +0 -2
  529. package/dist/types/src/components/tile/index.d.ts.map +0 -1
  530. package/dist/types/src/components/tiles-input/index.d.ts +0 -3
  531. package/dist/types/src/components/tiles-input/index.d.ts.map +0 -1
  532. package/dist/types/src/components/tiles-input-group/index.d.ts +0 -3
  533. package/dist/types/src/components/tiles-input-group/index.d.ts.map +0 -1
  534. package/dist/types/src/components/timepicker/index.d.ts +0 -6
  535. package/dist/types/src/components/timepicker/index.d.ts.map +0 -1
  536. package/dist/types/src/components/toggle/index.d.ts +0 -5
  537. package/dist/types/src/components/toggle/index.d.ts.map +0 -1
  538. package/dist/types/src/components/tooltip/index.d.ts +0 -6
  539. package/dist/types/src/components/tooltip/index.d.ts.map +0 -1
  540. package/dist/types/src/components/tree-view/index.d.ts +0 -5
  541. package/dist/types/src/components/tree-view/index.d.ts.map +0 -1
  542. package/dist/types/src/components/update-name-modal/index.d.ts +0 -3
  543. package/dist/types/src/components/update-name-modal/index.d.ts.map +0 -1
  544. package/dist/types/src/enumTypes/index.d.ts +0 -3
  545. package/dist/types/src/enumTypes/index.d.ts.map +0 -1
  546. package/dist/types/src/enumTypes/intervalUnit.d.ts +0 -7
  547. package/dist/types/src/enumTypes/intervalUnit.d.ts.map +0 -1
  548. package/dist/types/src/enumTypes/locale.d.ts.map +0 -1
  549. package/dist/types/src/hooks/catalog-price/index.d.ts +0 -4
  550. package/dist/types/src/hooks/catalog-price/index.d.ts.map +0 -1
  551. package/dist/types/src/hooks/catalog-price/useCatalog.props.d.ts.map +0 -1
  552. package/dist/types/src/hooks/catalog-price/useCatalog.utils.d.ts +0 -8
  553. package/dist/types/src/hooks/catalog-price/useCatalog.utils.d.ts.map +0 -1
  554. package/dist/types/src/hooks/catalog-price/useCatalogPrice.test.d.ts.map +0 -1
  555. package/dist/types/src/hooks/data-api/index.d.ts +0 -4
  556. package/dist/types/src/hooks/data-api/index.d.ts.map +0 -1
  557. package/dist/types/src/hooks/data-api/infra/tanstack/use-infinite-query/index.d.ts +0 -3
  558. package/dist/types/src/hooks/data-api/infra/tanstack/use-infinite-query/index.d.ts.map +0 -1
  559. package/dist/types/src/hooks/data-api/infra/tanstack/use-query/index.d.ts +0 -3
  560. package/dist/types/src/hooks/data-api/infra/tanstack/use-query/index.d.ts.map +0 -1
  561. package/dist/types/src/hooks/data-api/ports/use-data-api/index.d.ts +0 -3
  562. package/dist/types/src/hooks/data-api/ports/use-data-api/index.d.ts.map +0 -1
  563. package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.constants.d.ts.map +0 -1
  564. package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.d.ts.map +0 -1
  565. package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.types.d.ts.map +0 -1
  566. package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/__tests__/useDataRetrievalOperations.spec.d.ts.map +0 -1
  567. package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/useDataRetrievalOperations.d.ts +0 -18
  568. package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/useDataRetrievalOperations.d.ts.map +0 -1
  569. package/dist/types/src/hooks/date/index.d.ts +0 -3
  570. package/dist/types/src/hooks/date/index.d.ts.map +0 -1
  571. package/dist/types/src/hooks/date/useDateFnsLocale/__tests__/useDateFnsLocale.spec.d.ts.map +0 -1
  572. package/dist/types/src/hooks/date/useDateFnsLocale/index.d.ts +0 -3
  573. package/dist/types/src/hooks/date/useDateFnsLocale/index.d.ts.map +0 -1
  574. package/dist/types/src/hooks/date/useDateFnsLocale/useDateFnsLocale.d.ts.map +0 -1
  575. package/dist/types/src/hooks/date/useDateFnsLocale/useDateFnsLocale.type.d.ts.map +0 -1
  576. package/dist/types/src/hooks/date/useFormatDate/__tests__/useFormatDate.spec.d.ts.map +0 -1
  577. package/dist/types/src/hooks/date/useFormatDate/__tests__/useFormatDateEnglish.spec.d.ts.map +0 -1
  578. package/dist/types/src/hooks/date/useFormatDate/index.d.ts +0 -4
  579. package/dist/types/src/hooks/date/useFormatDate/index.d.ts.map +0 -1
  580. package/dist/types/src/hooks/date/useFormatDate/useFormatDate.d.ts.map +0 -1
  581. package/dist/types/src/hooks/date/useFormatDate/useFormatDate.type.d.ts.map +0 -1
  582. package/dist/types/src/hooks/iam/iam.interface.d.ts.map +0 -1
  583. package/dist/types/src/hooks/iam/index.d.ts +0 -3
  584. package/dist/types/src/hooks/iam/index.d.ts.map +0 -1
  585. package/dist/types/src/hooks/iam/useOvhIam.spec.d.ts.map +0 -1
  586. package/dist/types/src/hooks/me/index.d.ts +0 -3
  587. package/dist/types/src/hooks/me/index.d.ts.map +0 -1
  588. package/dist/types/src/hooks/me/useMe.props.d.ts.map +0 -1
  589. package/dist/types/src/hooks/region/index.d.ts +0 -3
  590. package/dist/types/src/hooks/region/index.d.ts.map +0 -1
  591. package/dist/types/src/hooks/region/useTranslatedMicroRegions.utils.d.ts.map +0 -1
  592. package/dist/types/src/utils/Test.utils.d.ts +0 -24
  593. package/dist/types/src/utils/Test.utils.d.ts.map +0 -1
  594. package/dist/types/src/utils/click-utils.d.ts +0 -7
  595. package/dist/types/src/utils/click-utils.d.ts.map +0 -1
  596. package/dist/types/src/utils/format-tags.d.ts.map +0 -1
  597. package/dist/types/src/utils/index.d.ts +0 -3
  598. package/dist/types/src/utils/index.d.ts.map +0 -1
  599. package/dist/types/src/utils/translation-helper.d.ts +0 -4
  600. package/dist/types/src/utils/translation-helper.d.ts.map +0 -1
  601. /package/dist/types/src/components/{Link → link}/Link.component.d.ts +0 -0
  602. /package/dist/types/src/components/{Link → link}/__tests__/Link.snapshot.test.d.ts +0 -0
  603. /package/dist/types/src/components/{Link → link}/__tests__/Link.spec.d.ts +0 -0
  604. /package/dist/types/src/hooks/catalog-price/{useCatalogPrice.test.d.ts → __tests__/useCatalogPrice.test.d.ts} +0 -0
  605. /package/dist/types/src/hooks/data-api/{utils/data-retrieval-operations/__tests__ → __tests__}/useDataRetrievalOperations.spec.d.ts +0 -0
  606. /package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.constants.d.ts → useDataApi.constants.d.ts} +0 -0
  607. /package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.d.ts → useDataApi.d.ts} +0 -0
  608. /package/dist/types/src/hooks/date/{useDateFnsLocale → date-fns-locale}/__tests__/useDateFnsLocale.spec.d.ts +0 -0
  609. /package/dist/types/src/hooks/date/{useDateFnsLocale → date-fns-locale}/useDateFnsLocale.d.ts +0 -0
  610. /package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/__tests__/useFormatDate.spec.d.ts +0 -0
  611. /package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/__tests__/useFormatDateEnglish.spec.d.ts +0 -0
  612. /package/dist/types/src/hooks/iam/{useOvhIam.spec.d.ts → __tests__/useOvhIam.spec.d.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"TilesInput.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input/TilesInput.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,IAAI;IACzC,EAAE,CAAC,EAAE,CAAC,MAAM,MAAM,CAAC,GAAG,MAAM,CAAC;IAC7B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,KAAK,EAAE,CAAC,GAAG,IAAI,CAAC;IAChB,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;IAC5B,KAAK,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;IACzC,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,KAAK,CAAC,EAAE;QACN,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC;QACnB,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;QACtD,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;QACtD,KAAK,CAAC,EAAE,CAAC,CAAC;QACV,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;KAC/B,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI;IAClC,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,CAAC,CAAC;IAChC,aAAa,EAAE,CAAC,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC"}
1
+ {"version":3,"file":"TilesInput.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input/TilesInput.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,MAAM,MAAM,eAAe,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,IAAI;IACzC,EAAE,CAAC,EAAE,CAAC,MAAM,MAAM,CAAC,GAAG,MAAM,CAAC;IAC7B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,KAAK,EAAE,CAAC,GAAG,IAAI,CAAC;IAChB,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;IAC5B,KAAK,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;IACzC,SAAS,CAAC,EAAE;QACV,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,KAAK,CAAC,EAAE;QACN,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC;QACnB,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;QACtD,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;QACtD,KAAK,CAAC,EAAE,CAAC,CAAC;QACV,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;KAC/B,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI;IAClC,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,CAAC,CAAC;IAChC,aAAa,EAAE,CAAC,GAAG,SAAS,CAAC;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TilesInput.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input/TilesInput.utils.ts"],"names":[],"mappings":"AAiBA,iBAAS,UAAU,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,CAAC,CAmBlF;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"TilesInput.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input/TilesInput.utils.ts"],"names":[],"mappings":"AAgBA,iBAAS,UAAU,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,CAAC,CAelF;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react';
1
2
  import { TilesInputGroupProps } from './TilesInputGroup.props';
2
3
  declare function TilesInputGroupComponent<T, S = void, G = void>({ id, items, value, onInput, label, tileClass, stack, group, }: TilesInputGroupProps<T, S, G>): JSX.Element;
3
4
  export { TilesInputGroupComponent };
@@ -1 +1 @@
1
- {"version":3,"file":"TilesInputGroup.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input-group/TilesInputGroup.component.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,oBAAoB,EAAwB,MAAM,yBAAyB,CAAC;AAErF,iBAAS,wBAAwB,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,EAAE,EACvD,EAAE,EACF,KAAK,EACL,KAAK,EACL,OAAO,EACP,KAAK,EACL,SAAS,EACT,KAAK,EACL,KAAK,GACN,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAiF7C;AAED,OAAO,EAAE,wBAAwB,EAAE,CAAC"}
1
+ {"version":3,"file":"TilesInputGroup.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input-group/TilesInputGroup.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAkC,MAAM,OAAO,CAAC;AAK5D,OAAO,EACL,oBAAoB,EAErB,MAAM,sDAAsD,CAAC;AAG9D,iBAAS,wBAAwB,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,EAAE,EACvD,EAAE,EACF,KAAK,EACL,KAAK,EACL,OAAO,EACP,KAAK,EACL,SAAS,EACT,KAAK,EACL,KAAK,GACN,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAiF7C;AAED,OAAO,EAAE,wBAAwB,EAAE,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { JSX } from 'react';
1
2
  import { TilesInputProps } from '../tiles-input/TilesInput.props';
2
3
  export type TilesInputGroupProps<T, S = void, G = void> = TilesInputProps<T, S> & {
3
4
  group?: {
@@ -1 +1 @@
1
- {"version":3,"file":"TilesInputGroup.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input-group/TilesInputGroup.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAElE,MAAM,MAAM,oBAAoB,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,IAAI,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;IAChF,KAAK,CAAC,EAAE;QACN,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC;QACnB,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;QACtD,KAAK,CAAC,EAAE,CAAC,CAAC;QACV,UAAU,EAAE,OAAO,CAAC;QACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;KAC/B,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,oBAAoB,CAAC,CAAC,EAAE,CAAC,IAAI;IACvC,aAAa,EAAE,CAAC,GAAG,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,GAAG,SAAS,CAAC;CAC9B,CAAC"}
1
+ {"version":3,"file":"TilesInputGroup.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input-group/TilesInputGroup.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAElE,MAAM,MAAM,oBAAoB,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,CAAC,GAAG,IAAI,IAAI,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;IAChF,KAAK,CAAC,EAAE;QACN,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC;QACnB,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;QACtD,KAAK,CAAC,EAAE,CAAC,CAAC;QACV,UAAU,EAAE,OAAO,CAAC;QACpB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;KAC/B,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,oBAAoB,CAAC,CAAC,EAAE,CAAC,IAAI;IACvC,aAAa,EAAE,CAAC,GAAG,SAAS,CAAC;IAC7B,aAAa,EAAE,CAAC,GAAG,SAAS,CAAC;CAC9B,CAAC"}
@@ -1,3 +1,3 @@
1
- import { TimepickerProps } from '..';
1
+ import { TimepickerProps } from './Timepicker.props';
2
2
  export declare const Timepicker: ({ children, ...others }: TimepickerProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=Timepicker.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Timepicker.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/timepicker/Timepicker.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,eAAO,MAAM,UAAU,GAAI,yBAAyB,eAAe,4CAElE,CAAC"}
1
+ {"version":3,"file":"Timepicker.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/timepicker/Timepicker.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAE3E,eAAO,MAAM,UAAU,GAAI,yBAAyB,eAAe,4CAElE,CAAC"}
@@ -1,3 +1,3 @@
1
- import { ToggleProps } from '..';
1
+ import { ToggleProps } from './Toggle.props';
2
2
  export declare const Toggle: ({ children, ...others }: ToggleProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=Toggle.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Toggle.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/toggle/Toggle.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,eAAO,MAAM,MAAM,GAAI,yBAAyB,WAAW,4CAE1D,CAAC"}
1
+ {"version":3,"file":"Toggle.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/toggle/Toggle.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,eAAO,MAAM,MAAM,GAAI,yBAAyB,WAAW,4CAE1D,CAAC"}
@@ -1,3 +1,3 @@
1
- import { TooltipProps } from '..';
1
+ import { TooltipProps } from './Tooltip.props';
2
2
  export declare const Tooltip: ({ children, ...others }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=Tooltip.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Tooltip.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tooltip/Tooltip.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAE5C,eAAO,MAAM,OAAO,GAAI,yBAAyB,YAAY,4CAE5D,CAAC"}
1
+ {"version":3,"file":"Tooltip.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tooltip/Tooltip.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,eAAO,MAAM,OAAO,GAAI,yBAAyB,YAAY,4CAE5D,CAAC"}
@@ -1,3 +1,3 @@
1
- import { TreeViewProps } from '..';
1
+ import { TreeViewProps } from './TreeView.props';
2
2
  export declare const TreeView: ({ children, ...others }: TreeViewProps) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=TreeView.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TreeView.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tree-view/TreeView.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,eAAO,MAAM,QAAQ,GAAI,yBAAyB,aAAa,4CAE9D,CAAC"}
1
+ {"version":3,"file":"TreeView.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tree-view/TreeView.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAEtE,eAAO,MAAM,QAAQ,GAAI,yBAAyB,aAAa,4CAE9D,CAAC"}
@@ -1,4 +1,7 @@
1
- import { default as React } from 'react';
1
+ import { JSX } from 'react';
2
2
  import { UpdateNameModalProps } from './UpdateNameModal.props';
3
- export declare const UpdateNameModal: React.FC<UpdateNameModalProps>;
3
+ export declare function UpdateNameModal({ headline, description, inputLabel, defaultValue, isLoading, onClose, updateDisplayName, error, cancelButtonLabel, confirmButtonLabel, pattern, patternMessage, isOpen, }: UpdateNameModalProps): JSX.Element;
4
+ export declare namespace UpdateNameModal {
5
+ var displayName: string;
6
+ }
4
7
  //# sourceMappingURL=UpdateNameModal.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateNameModal.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/update-name-modal/UpdateNameModal.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAmBnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,6BAA6B,CAAC;AAErC,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA2F1D,CAAC"}
1
+ {"version":3,"file":"UpdateNameModal.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/update-name-modal/UpdateNameModal.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAoB,GAAG,EAAuB,MAAM,OAAO,CAAC;AAmBnE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAEjG,OAAO,6BAA6B,CAAC;AAErC,wBAAgB,eAAe,CAAC,EAC9B,QAAQ,EACR,WAAW,EACX,UAAU,EACV,YAAiB,EACjB,SAAiB,EACjB,OAAO,EACP,iBAAiB,EACjB,KAAK,EACL,iBAAiB,EACjB,kBAAkB,EAClB,OAAO,EACP,cAAc,EACd,MAAa,GACd,EAAE,oBAAoB,GAAG,GAAG,CAAC,OAAO,CA+FpC;yBA7Ge,eAAe"}
@@ -1,16 +1,16 @@
1
- export type UpdateNameModalProps = {
1
+ export type UpdateNameModalProps = Readonly<{
2
2
  headline: string;
3
- description?: string;
3
+ description?: string | null;
4
4
  inputLabel: string;
5
- defaultValue?: string;
6
- onClose?: () => void;
7
- updateDisplayName: (newDisplayName: string) => void;
5
+ defaultValue?: string | null;
8
6
  isLoading?: boolean;
9
- error?: string;
10
- cancelButtonLabel?: string;
11
- confirmButtonLabel?: string;
12
7
  pattern?: string;
13
8
  patternMessage?: string;
9
+ error?: string | null;
14
10
  isOpen?: boolean;
15
- };
11
+ cancelButtonLabel?: string;
12
+ confirmButtonLabel?: string;
13
+ onClose?: () => void;
14
+ updateDisplayName: (newDisplayName: string) => void;
15
+ }>;
16
16
  //# sourceMappingURL=UpdateNameModal.props.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateNameModal.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/update-name-modal/UpdateNameModal.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,iBAAiB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
1
+ {"version":3,"file":"UpdateNameModal.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/update-name-modal/UpdateNameModal.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,QAAQ,CAAC;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,iBAAiB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;CACrD,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ export type BreadcrumbItem = {
2
+ label: string | undefined;
3
+ href?: string;
4
+ hideLabel?: boolean;
5
+ };
6
+ export interface BreadcrumbType {
7
+ rootLabel?: string;
8
+ appName?: string;
9
+ projectId?: string;
10
+ hideRootLabel?: boolean;
11
+ }
12
+ //# sourceMappingURL=Breadcrumb.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Breadcrumb.type.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/breadcrumb/Breadcrumb.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,WAAW,cAAc;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB"}
@@ -1,13 +1,3 @@
1
- export type BreadcrumbItem = {
2
- label: string | undefined;
3
- href?: string;
4
- hideLabel?: boolean;
5
- };
6
- export interface UseBreadcrumbProps {
7
- rootLabel?: string;
8
- appName?: string;
9
- projectId?: string;
10
- hideRootLabel?: boolean;
11
- }
12
- export declare const useBreadcrumb: ({ rootLabel, appName, hideRootLabel, }: UseBreadcrumbProps) => BreadcrumbItem[];
1
+ import { BreadcrumbItem, BreadcrumbType } from './Breadcrumb.type';
2
+ export declare const useBreadcrumb: ({ rootLabel, appName, hideRootLabel }: BreadcrumbType) => BreadcrumbItem[];
13
3
  //# sourceMappingURL=useBreadcrumb.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useBreadcrumb.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/breadcrumb/useBreadcrumb.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,MAAM,WAAW,kBAAkB;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AACD,eAAO,MAAM,aAAa,GAAI,wCAI3B,kBAAkB,qBAqCpB,CAAC"}
1
+ {"version":3,"file":"useBreadcrumb.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/breadcrumb/useBreadcrumb.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnE,eAAO,MAAM,aAAa,GAAI,uCAA+C,cAAc,qBAkD1F,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useBytes.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/bytes/useBytes.ts"],"names":[],"mappings":"AASA,wBAAgB,QAAQ;yBAEM,MAAM,8BAAwB,IAAI,GAAG,IAAI;EAQtE"}
1
+ {"version":3,"file":"useBytes.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/bytes/useBytes.ts"],"names":[],"mappings":"AAMA,wBAAgB,QAAQ;yBAEM,MAAM,8BAAwB,IAAI,GAAG,IAAI;EAStE"}
@@ -0,0 +1,5 @@
1
+ export declare const ASIA_FORMAT: string[];
2
+ export declare const FRENCH_FORMAT: string[];
3
+ export declare const GERMAN_FORMAT: string[];
4
+ export declare const HOUR_IN_MONTH = 730;
5
+ //# sourceMappingURL=Catalog.constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Catalog.constants.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/catalog-price/Catalog.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,UAA6B,CAAC;AACtD,eAAO,MAAM,aAAa,UAazB,CAAC;AAEF,eAAO,MAAM,aAAa,UAAqB,CAAC;AAEhD,eAAO,MAAM,aAAa,MAAM,CAAC"}
@@ -2,4 +2,4 @@ export interface CatalogPriceOptions {
2
2
  hideTaxLabel?: boolean;
3
3
  exclVat?: boolean;
4
4
  }
5
- //# sourceMappingURL=useCatalog.props.d.ts.map
5
+ //# sourceMappingURL=Catalog.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Catalog.type.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/catalog-price/Catalog.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -0,0 +1,4 @@
1
+ export declare const priceToUcent: (price: number) => number;
2
+ export declare const priceFromUcent: (price: number) => number;
3
+ export declare const convertHourlyPriceToMonthly: (hourlyPrice: number) => number;
4
+ //# sourceMappingURL=Catalog.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Catalog.utils.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/catalog-price/Catalog.utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,GAAI,OAAO,MAAM,WAAwB,CAAC;AACnE,eAAO,MAAM,cAAc,GAAI,OAAO,MAAM,WAAwB,CAAC;AACrE,eAAO,MAAM,2BAA2B,GAAI,aAAa,MAAM,WAAgC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCatalogPrice.test.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/catalog-price/__tests__/useCatalogPrice.test.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { CatalogPriceOptions } from './useCatalog.props';
1
+ import { CatalogPriceOptions } from './Catalog.type';
2
2
  export declare const useCatalogPrice: (maximumFractionDigits?: number, options?: CatalogPriceOptions) => {
3
3
  getTextPrice: (priceInCents: number) => string;
4
4
  getFormattedCatalogPrice: (price: number) => string;
@@ -1 +1 @@
1
- {"version":3,"file":"useCatalogPrice.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/catalog-price/useCatalogPrice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAGzD,eAAO,MAAM,eAAe,GAAI,wBAAwB,MAAM,EAAE,UAAU,mBAAmB;iCASvD,MAAM;sCAeD,MAAM,KAAG,MAAM;4CAOT,MAAM;6CAGL,MAAM;CASvD,CAAC"}
1
+ {"version":3,"file":"useCatalogPrice.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/catalog-price/useCatalogPrice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAIzE,eAAO,MAAM,eAAe,GAAI,wBAAwB,MAAM,EAAE,UAAU,mBAAmB;iCASvD,MAAM;sCAeD,MAAM,KAAG,MAAM;4CAOT,MAAM;6CAGL,MAAM;CASvD,CAAC"}
@@ -1,4 +1,4 @@
1
- import { DatagridColumn } from '../../../components';
1
+ import { DatagridColumn } from '../../../components/datagrid/Datagrid.props';
2
2
  export type ResultObj = {
3
3
  name: string;
4
4
  number: string;
@@ -1 +1 @@
1
- {"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/data-api/__mocks__/mock.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,SAAS,EAmD5B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC,EAwB9C,CAAC"}
1
+ {"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/data-api/__mocks__/mock.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAEtE,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,SAAS,EAmD5B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,cAAc,CAAC,SAAS,CAAC,EAwB9C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Test.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/data-api/__tests__/Test.utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAElF,eAAO,MAAM,UAAU,SAGb,cAAc,KAAK,CAAC,iBAAiB,4CAG9C,CAAC;AACF,eAAO,MAAM,SAAS,GACpB,KAAK,MAAM,EACX,YAAY,MAAM,EAClB,YAAY,gBAAgB,EAC5B,MAAM,oBAAoB,EAC1B,cAAU;;;;;;CAOV,CAAC;AAEH,eAAO,MAAM,UAAU,GAAI,OAAO,MAAM,EAAE,iBAAiB,OAAO;;;CAGhE,CAAC"}
1
+ {"version":3,"file":"Test.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/data-api/__tests__/Test.utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAElF,eAAO,MAAM,UAAU,SAIb,cAAc,KAAK,CAAC,iBAAiB,4CAG9C,CAAC;AAEF,eAAO,MAAM,SAAS,GACpB,KAAK,MAAM,EACX,YAAY,MAAM,EAClB,YAAY,gBAAgB,EAC5B,MAAM,oBAAoB,EAC1B,cAAU;;;;;;CAOV,CAAC;AAEH,eAAO,MAAM,UAAU,GAAI,OAAO,MAAM,EAAE,iBAAiB,OAAO;;;CAGhE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDataRetrievalOperations.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/data-api/__tests__/useDataRetrievalOperations.spec.tsx"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { UseDataApiResult } from '../../ports/use-data-api/useDataApi.types';
1
+ import { UseDataApiResult } from '../../ports/useDataApi.types';
2
2
  import { UseIcebergParams } from './useIceberg.type';
3
3
  export declare const useIceberg: <TData = Record<string, unknown>>({ version, route, pageSize, cacheKey, defaultSorting, fetchAll, columns, disableCache, enabled, }: UseIcebergParams<TData>) => UseDataApiResult<TData>;
4
4
  //# sourceMappingURL=useIceberg.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useIceberg.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/iceberg/useIceberg.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,OAAO,EAAkB,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAErE,eAAO,MAAM,UAAU,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,mGAUzD,gBAAgB,CAAC,KAAK,CAAC,KAAG,gBAAgB,CAAC,KAAK,CA4FlD,CAAC"}
1
+ {"version":3,"file":"useIceberg.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/iceberg/useIceberg.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAM3E,OAAO,EAAkB,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAErE,eAAO,MAAM,UAAU,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,mGAUzD,gBAAgB,CAAC,KAAK,CAAC,KAAG,gBAAgB,CAAC,KAAK,CAkGlD,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { SortingState } from '@tanstack/react-table';
2
2
  import { IcebergFetchParams } from '@ovh-ux/manager-core-api';
3
- import { DatagridColumn } from '../../../../components';
3
+ import { DatagridColumn } from '../../../../components/datagrid/Datagrid.props';
4
4
  export type UseIcebergParams<TData = Record<string, unknown>> = IcebergFetchParams & {
5
5
  cacheKey: string | string[];
6
6
  defaultSorting?: SortingState;
@@ -1 +1 @@
1
- {"version":3,"file":"useIceberg.type.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/iceberg/useIceberg.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,MAAM,MAAM,gBAAgB,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,kBAAkB,GAAG;IACnF,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,CAAC;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,cAAc,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IAC5D,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,KAAK,EAAE,CAAC;CACtB,CAAC"}
1
+ {"version":3,"file":"useIceberg.type.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/iceberg/useIceberg.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAEnE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAEtE,MAAM,MAAM,gBAAgB,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,kBAAkB,GAAG;IACnF,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,CAAC;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,cAAc,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IAC5D,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,KAAK,EAAE,CAAC;CACtB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { UseDataApiResult } from '../../ports/use-data-api/useDataApi.types';
1
+ import { UseDataApiResult } from '../../ports/useDataApi.types';
2
2
  import { UseV2Params } from './useV2.types';
3
3
  export declare const useV2: <TData = Record<string, unknown>>({ route, pageSize, fetchAll, cacheKey, enabled, }: UseV2Params) => UseDataApiResult<TData>;
4
4
  //# sourceMappingURL=useV2.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useV2.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/v2/useV2.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAC7E,OAAO,KAAK,EAAa,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5D,eAAO,MAAM,KAAK,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,mDAMpD,WAAW,KAAG,gBAAgB,CAAC,KAAK,CAuCtC,CAAC"}
1
+ {"version":3,"file":"useV2.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/v2/useV2.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAG3E,OAAO,KAAK,EAAa,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5D,eAAO,MAAM,KAAK,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,mDAMpD,WAAW,KAAG,gBAAgB,CAAC,KAAK,CAuCtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useV2.types.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/v2/useV2.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD,MAAM,MAAM,WAAW,GAAG,aAAa,GAAG;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,SAAS,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IACvD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,KAAK,EAAE,CAAC;CACtB,CAAC"}
1
+ {"version":3,"file":"useV2.types.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/v2/useV2.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAE9D,MAAM,MAAM,WAAW,GAAG,aAAa,GAAG;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,SAAS,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IACvD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,KAAK,EAAE,CAAC;CACtB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { FilterTypeCategories } from '@ovh-ux/manager-core-api';
2
2
  export declare const compare: (dataType: FilterTypeCategories, dataA: string, dataB: string, descendingOrder: boolean) => number;
3
+ export declare function toComparableString(value: unknown): string;
3
4
  //# sourceMappingURL=filterAndSort.utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"filterAndSort.utils.d.ts","sourceRoot":"","sources":["../../../../../../../../src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAMhE,eAAO,MAAM,OAAO,GAClB,UAAU,oBAAoB,EAC9B,OAAO,MAAM,EACb,OAAO,MAAM,EACb,iBAAiB,OAAO,KACvB,MAmBF,CAAC"}
1
+ {"version":3,"file":"filterAndSort.utils.d.ts","sourceRoot":"","sources":["../../../../../../../../src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAMhE,eAAO,MAAM,OAAO,GAClB,UAAU,oBAAoB,EAC9B,OAAO,MAAM,EACb,OAAO,MAAM,EACb,iBAAiB,OAAO,KACvB,MAmBF,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAqBzD"}
@@ -1,6 +1,6 @@
1
1
  import { SortingState } from '@tanstack/react-table';
2
2
  import { Filter } from '@ovh-ux/manager-core-api';
3
- import { DatagridColumn } from '../../../../../components';
3
+ import { DatagridColumn } from '../../../../../components/datagrid/Datagrid.props';
4
4
  export declare const useFilterAndSortData: <TData = Record<string, unknown>>({ items, filters, searchFilters, sorting, columns, }: {
5
5
  items: TData[] | undefined;
6
6
  filters: Filter[];
@@ -1 +1 @@
1
- {"version":3,"file":"useFilterAndSortData.d.ts","sourceRoot":"","sources":["../../../../../../../../src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,MAAM,EAAsC,MAAM,0BAA0B,CAAC;AAEtF,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAG3D,eAAO,MAAM,oBAAoB,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,sDAMnE;IACD,KAAK,EAAE,KAAK,EAAE,GAAG,SAAS,CAAC;IAC3B,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,OAAO,EAAE,YAAY,GAAG,SAAS,CAAC;IAClC,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,CAAC;CAClC;;CAyBA,CAAC"}
1
+ {"version":3,"file":"useFilterAndSortData.d.ts","sourceRoot":"","sources":["../../../../../../../../src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAc,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAGtE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAItE,eAAO,MAAM,oBAAoB,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,sDAMnE;IACD,KAAK,EAAE,KAAK,EAAE,GAAG,SAAS,CAAC;IAC3B,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,OAAO,EAAE,YAAY,GAAG,SAAS,CAAC;IAClC,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,CAAC;CAClC;;CA6BA,CAAC"}
@@ -1,4 +1,4 @@
1
- import { UseDataApiResult } from '../../ports/use-data-api/useDataApi.types';
1
+ import { UseDataApiResult } from '../../ports/useDataApi.types';
2
2
  import { ResourcesV6Params } from './v6.type';
3
3
  export declare const useV6: <TData = Record<string, unknown>>({ route, cacheKey, fetchDataFn, refetchInterval, pageSize, columns, defaultSorting, enabled, }: ResourcesV6Params<TData>) => UseDataApiResult<TData>;
4
4
  //# sourceMappingURL=useV6.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useV6.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/v6/useV6.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,OAAO,EAAiB,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE7D,eAAO,MAAM,KAAK,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,gGASpD,iBAAiB,CAAC,KAAK,CAAC,KAAG,gBAAgB,CAAC,KAAK,CA4EnD,CAAC"}
1
+ {"version":3,"file":"useV6.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/v6/useV6.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAI3E,OAAO,EAAiB,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAE7D,eAAO,MAAM,KAAK,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,gGASpD,iBAAiB,CAAC,KAAK,CAAC,KAAG,gBAAgB,CAAC,KAAK,CA+EnD,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { SortingState } from '@tanstack/react-table';
2
- import { DatagridColumn } from '../../../../components';
2
+ import { DatagridColumn } from '../../../../components/datagrid/Datagrid.props';
3
3
  import { TRefetchInterval } from '../../infra/tanstack/common.types';
4
4
  export type FetchV6Result<TData> = {
5
5
  data: TData[];
@@ -1 +1 @@
1
- {"version":3,"file":"v6.type.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/v6/v6.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAErE,MAAM,MAAM,aAAa,CAAC,KAAK,IAAI;IACjC,IAAI,EAAE,KAAK,EAAE,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IAC/D,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,CAAC;IAC/D,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,CAAC;IACjC,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
1
+ {"version":3,"file":"v6.type.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/adapters/v6/v6.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAEtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAErE,MAAM,MAAM,aAAa,CAAC,KAAK,IAAI;IACjC,IAAI,EAAE,KAAK,EAAE,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IAC/D,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC,CAAC;IAC/D,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,CAAC;IACjC,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export { useInfiniteQuery } from './use-infinite-query/useInfiniteQuery';
2
+ export type { UseInfiniteQueryOptions, UseInifiniteQueryResult, } from './use-infinite-query/useInfiniteQuery.types';
3
+ export { useQuery } from './use-query/useQuery';
4
+ export type { UseQueryOptions, UseQueryResult } from './use-query/useQuery.types';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/data-api/infra/tanstack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE,YAAY,EACV,uBAAuB,EACvB,uBAAuB,GACxB,MAAM,6CAA6C,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDataApi.constants.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/data-api/ports/useDataApi.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,KAAK,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDataApi.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/data-api/ports/useDataApi.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAM9F,eAAO,MAAM,UAAU,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,0IAazD,iBAAiB,CAAC,KAAK,CAAC,KAAG,gBAAgB,CAAC,KAAK,CAqCnD,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import { Dispatch, SetStateAction } from 'react';
2
2
  import { SortingState } from '@tanstack/react-table';
3
3
  import { Filter } from '@ovh-ux/manager-core-api';
4
- import { DatagridColumn, FilterWithLabel } from '../../../../components';
5
- import { TRefetchInterval } from '../../infra/tanstack/common.types';
6
- import { UseInifiniteQueryResult } from '../../infra/tanstack/use-infinite-query';
7
- import { UseQueryResult } from '../../infra/tanstack/use-query';
4
+ import { DatagridColumn } from '../../../components/datagrid/Datagrid.props';
5
+ import { FilterWithLabel } from '../../../components/filters/Filter.props';
6
+ import { TRefetchInterval } from '../infra/tanstack/common.types';
7
+ import { UseInifiniteQueryResult, UseQueryResult } from '../infra/tanstack';
8
8
  export type UseDataApiOptions<TData = Record<string, unknown>> = {
9
9
  route?: string;
10
10
  version: 'v2' | 'v6';
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDataApi.types.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/data-api/ports/useDataApi.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAEvD,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAEhF,OAAO,EAAE,uBAAuB,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAE5E,MAAM,MAAM,iBAAiB,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,eAAe,CAAC,EAAE,gBAAgB,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,YAAY,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,CAAC;IAClC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;QAAE,IAAI,EAAE,KAAK,EAAE,CAAA;KAAE,CAAC,CAAC;CAC7D,CAAC;AAEF,MAAM,MAAM,gBAAgB,CAAC,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,CAC5D,IAAI,CAAC,cAAc,EAAE,MAAM,CAAC,GAC5B,IAAI,CAAC,uBAAuB,EAAE,MAAM,CAAC,CACxC,GAAG;IACF,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa,EAAE,uBAAuB,CAAC,eAAe,CAAC,GAAG,CAAC,MAAM,IAAI,CAAC,CAAC;IACvE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,KAAK,EAAE,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE;QACR,OAAO,EAAE,YAAY,CAAC;QACtB,UAAU,EAAE,QAAQ,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC,CAAC;QACnD,aAAa,EAAE,OAAO,CAAC;KACxB,CAAC;IACF,OAAO,CAAC,EAAE;QACR,OAAO,EAAE,eAAe,EAAE,CAAC;QAC3B,GAAG,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,CAAC;QACvC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;KAClC,CAAC;IACF,MAAM,CAAC,EAAE;QACP,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAC;QAC/C,WAAW,EAAE,MAAM,CAAC;QACpB,cAAc,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;KAClD,CAAC;CACH,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useColumnFilters.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/data-api/useColumnFilters.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAA0C,MAAM,0BAA0B,CAAC;AAE1F,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,uCAAuC,CAAC;AAK/C,wBAAgB,gBAAgB;;wBAKR,eAAe;2BAcZ,MAAM;EAIhC"}
1
+ {"version":3,"file":"useColumnFilters.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/data-api/useColumnFilters.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAEvD,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AAGpE,OAAO,uCAAuC,CAAC;AAE/C,wBAAgB,gBAAgB;;wBAKR,eAAe;2BAcZ,MAAM;EAIhC"}
@@ -0,0 +1,24 @@
1
+ import { SortingState } from '@tanstack/react-table';
2
+ import { FilterComparator } from '@ovh-ux/manager-core-api';
3
+ import { DatagridColumn } from '../../components/datagrid/Datagrid.props';
4
+ export interface SearchFilter {
5
+ key: string;
6
+ value: string;
7
+ comparator: FilterComparator;
8
+ }
9
+ export declare const useDataRetrievalOperations: <TData = Record<string, unknown>>({ defaultSorting, columns, }: {
10
+ defaultSorting: SortingState | undefined;
11
+ columns: DatagridColumn<TData>[];
12
+ }) => {
13
+ searchInput: string;
14
+ setSearchInput: import('react').Dispatch<import('react').SetStateAction<string>>;
15
+ searchFilters: SearchFilter[];
16
+ setSearchFilters: import('react').Dispatch<import('react').SetStateAction<SearchFilter[]>>;
17
+ sorting: SortingState | undefined;
18
+ setSorting: import('react').Dispatch<import('react').SetStateAction<SortingState | undefined>>;
19
+ filters: import('../../components/filters/Filter.props').FilterWithLabel[];
20
+ addFilter: (filter: import('../../components/filters/Filter.props').FilterWithLabel) => void;
21
+ removeFilter: (filter: import('@ovh-ux/manager-core-api').Filter) => void;
22
+ onSearch: (search: string | undefined) => void;
23
+ };
24
+ //# sourceMappingURL=useDataRetrievalOperations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDataRetrievalOperations.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/data-api/useDataRetrievalOperations.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAGtE,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,gBAAgB,CAAC;CAC9B;AAED,eAAO,MAAM,0BAA0B,GAAI,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,8BAGzE;IACD,cAAc,EAAE,YAAY,GAAG,SAAS,CAAC;IACzC,OAAO,EAAE,cAAc,CAAC,KAAK,CAAC,EAAE,CAAC;CAClC;;;;;;;;;;uBAYY,MAAM,GAAG,SAAS;CA+B9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useDatagridSearchParams.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/data-api/useDatagridSearchParams.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAiCnD,eAAO,MAAM,uBAAuB,GAAI,iBAAiB,UAAU;;+BAKpC,UAAU;CAiBxC,CAAC"}
1
+ {"version":3,"file":"useDatagridSearchParams.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/data-api/useDatagridSearchParams.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAIxD,eAAO,MAAM,uBAAuB,GAAI,iBAAiB,UAAU;;+BAKpC,UAAU;CAiBxC,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ColumnSort } from '@tanstack/react-table';
2
+ import { Filter } from '@ovh-ux/manager-core-api';
3
+ export declare const filterEquals: (a: Filter, b: Filter) => boolean;
4
+ export declare const getSearchParamsObject: (search: URLSearchParams) => {
5
+ [k: string]: string;
6
+ };
7
+ export declare const parseSorting: (params: URLSearchParams, defaultSorting?: ColumnSort) => ColumnSort;
8
+ //# sourceMappingURL=DataApi.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataApi.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/data-api/utils/DataApi.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAExD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAEvD,eAAO,MAAM,YAAY,GAAI,GAAG,MAAM,EAAE,GAAG,MAAM,YACwB,CAAC;AAE1E,eAAO,MAAM,qBAAqB,GAAI,QAAQ,eAAe;;CAClB,CAAC;AAE5C,eAAO,MAAM,YAAY,GAAI,QAAQ,eAAe,EAAE,iBAAiB,UAAU,KAAG,UAiBnF,CAAC"}
@@ -8,5 +8,4 @@ export declare const LOCALE_MAP: {
8
8
  readonly pl: import('date-fns').Locale;
9
9
  readonly pt: import('date-fns').Locale;
10
10
  };
11
- export type LocaleKey = keyof typeof LOCALE_MAP;
12
- //# sourceMappingURL=useDateFnsLocale.type.d.ts.map
11
+ //# sourceMappingURL=DateFnsLocale.constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateFnsLocale.constants.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/date/date-fns-locale/DateFnsLocale.constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;CASb,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { LOCALE_MAP } from './DateFnsLocale.constants';
2
+ export type LocaleKey = keyof typeof LOCALE_MAP;
3
+ //# sourceMappingURL=DateFnsLocale.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DateFnsLocale.type.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/date/date-fns-locale/DateFnsLocale.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sDAAsD,CAAC;AAElF,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,UAAU,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDateFnsLocale.spec.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/date/date-fns-locale/__tests__/useDateFnsLocale.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDateFnsLocale.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/date/date-fns-locale/useDateFnsLocale.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB,iCAI5B,CAAC"}
@@ -4,4 +4,4 @@ export type FormatDateOptions = {
4
4
  invalidDateDisplayLabel?: string;
5
5
  };
6
6
  export declare const DEFAULT_UNKNOWN_DATE_LABEL = "N/A";
7
- //# sourceMappingURL=useFormatDate.type.d.ts.map
7
+ //# sourceMappingURL=FormatDate.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormatDate.type.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/date/date-formatter/FormatDate.type.ts"],"names":[],"mappings":"AAkBA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAAQ,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFormatDate.spec.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/date/date-formatter/__tests__/useFormatDate.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFormatDateEnglish.spec.d.ts","sourceRoot":"","sources":["../../../../../../../src/hooks/date/date-formatter/__tests__/useFormatDateEnglish.spec.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { FormatDateOptions } from './useFormatDate.type';
1
+ import { FormatDateOptions } from './FormatDate.type';
2
2
  export declare const useFormatDate: ({ invalidDateDisplayLabel, }?: {
3
3
  invalidDateDisplayLabel?: string;
4
4
  }) => ({ date, format }: FormatDateOptions) => string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useFormatDate.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/date/date-formatter/useFormatDate.ts"],"names":[],"mappings":"AAKA,OAAO,EAEL,iBAAiB,EAClB,MAAM,6CAA6C,CAAC;AAErD,eAAO,MAAM,aAAa,GAAI,+BAE3B;IAAE,uBAAuB,CAAC,EAAE,MAAM,CAAA;CAAO,wBAId,iBAAiB,KAAG,MAejD,CAAC"}
@@ -4,7 +4,7 @@ export interface IamObject {
4
4
  displayName?: string;
5
5
  tags?: Record<string, string>;
6
6
  }
7
- export interface IamInterface {
7
+ export interface IAMType {
8
8
  urns?: string[];
9
9
  actions?: string[];
10
10
  }
@@ -18,4 +18,4 @@ export interface IamCheckResponse {
18
18
  authorizedActions: string[];
19
19
  unauthorizedActions: string[];
20
20
  }
21
- //# sourceMappingURL=iam.interface.d.ts.map
21
+ //# sourceMappingURL=IAM.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IAM.type.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/iam/IAM.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC/B;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,wBAAwB;IACvC,YAAY,EAAE,OAAO,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,mBAAmB,EAAE,MAAM,EAAE,CAAC;CAC/B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOvhIam.spec.d.ts","sourceRoot":"","sources":["../../../../../../src/hooks/iam/__tests__/useOvhIam.spec.tsx"],"names":[],"mappings":""}