@ovh-ux/muk 0.2.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.
- package/CHANGELOG.md +22 -0
- package/dist/Messages_en_GB-BNOhUvE1.mjs +17 -0
- package/dist/Messages_en_GB-BRY1v8PG.mjs +12 -0
- package/dist/{TagsModal.component-BkxixgjI.mjs → TagsModal.component-DJwlTgy3.mjs} +17 -16
- package/dist/lib-CpOvds5w.mjs +11759 -0
- package/dist/manager-ui-kit-lib.es.ts +179 -190
- package/dist/manager-ui-kit-lib.umd.ts +14 -14
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/setupTests.d.ts +1 -0
- package/dist/types/setupTests.d.ts.map +1 -0
- package/dist/types/src/__mocks__/@tanstack/react-virtual.d.ts +11 -5
- package/dist/types/src/__mocks__/@tanstack/react-virtual.d.ts.map +1 -1
- package/dist/types/src/commons/index.d.ts +8 -0
- package/dist/types/src/commons/index.d.ts.map +1 -0
- package/dist/types/src/commons/settings/Currency.constants.d.ts +20 -0
- package/dist/types/src/commons/settings/Currency.constants.d.ts.map +1 -0
- package/dist/types/src/commons/settings/Dates.constants.d.ts +7 -0
- package/dist/types/src/commons/settings/Dates.constants.d.ts.map +1 -0
- package/dist/types/src/commons/settings/Locales.constants.d.ts +2 -0
- package/dist/types/src/commons/settings/Locales.constants.d.ts.map +1 -0
- package/dist/types/src/{enumTypes/locale.d.ts → commons/settings/Regions.constants.d.ts} +1 -19
- package/dist/types/src/commons/settings/Regions.constants.d.ts.map +1 -0
- package/dist/types/src/commons/settings/Units.constants.d.ts +5 -0
- package/dist/types/src/commons/settings/Units.constants.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/Assertions.utils.d.ts +2 -0
- package/dist/types/src/commons/tests-utils/Assertions.utils.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/Mock.utils.d.ts +35 -0
- package/dist/types/src/commons/tests-utils/Mock.utils.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/Render.utils.d.ts +35 -0
- package/dist/types/src/commons/tests-utils/Render.utils.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/StaticData.constants.d.ts +80 -0
- package/dist/types/src/commons/tests-utils/StaticData.constants.d.ts.map +1 -0
- package/dist/types/src/commons/tests-utils/Type.utils.d.ts +15 -0
- package/dist/types/src/commons/tests-utils/Type.utils.d.ts.map +1 -0
- package/dist/types/src/commons/utils/MukHelper.d.ts +2 -0
- package/dist/types/src/commons/utils/MukHelper.d.ts.map +1 -0
- package/dist/types/src/{utils/format-tags.d.ts → commons/utils/TagsHelper.d.ts} +4 -5
- package/dist/types/src/commons/utils/TagsHelper.d.ts.map +1 -0
- package/dist/types/src/commons/utils/TranslationHelper.d.ts +17 -0
- package/dist/types/src/commons/utils/TranslationHelper.d.ts.map +1 -0
- package/dist/types/src/components/accordion/Accordion.component.d.ts +1 -1
- package/dist/types/src/components/accordion/Accordion.component.d.ts.map +1 -1
- package/dist/types/src/components/action-banner/ActionBanner.component.d.ts.map +1 -1
- package/dist/types/src/components/action-menu/ActionMenu.component.d.ts.map +1 -1
- package/dist/types/src/components/action-menu/ActionMenu.props.d.ts +3 -3
- package/dist/types/src/components/action-menu/ActionMenu.props.d.ts.map +1 -1
- package/dist/types/src/components/action-menu/action-menu-item/ActionMenuItem.component.d.ts +7 -0
- package/dist/types/src/components/action-menu/action-menu-item/ActionMenuItem.component.d.ts.map +1 -0
- package/dist/types/src/components/action-menu/action-menu-item/__tests__/ActionMenuItem.spec.d.ts +2 -0
- package/dist/types/src/components/action-menu/action-menu-item/__tests__/ActionMenuItem.spec.d.ts.map +1 -0
- package/dist/types/src/components/badge/{badge.component.d.ts → Badge.component.d.ts} +2 -2
- package/dist/types/src/components/badge/Badge.component.d.ts.map +1 -0
- package/dist/types/src/components/badge/{badge.props.d.ts → Badge.props.d.ts} +1 -1
- package/dist/types/src/components/badge/Badge.props.d.ts.map +1 -0
- package/dist/types/src/components/badge/__tests__/Badge.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/badge/__tests__/Badge.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/badge/__tests__/Badge.spec.d.ts +2 -0
- package/dist/types/src/components/badge/__tests__/Badge.spec.d.ts.map +1 -0
- package/dist/types/src/components/base-layout/BaseLayout.component.d.ts.map +1 -1
- package/dist/types/src/components/base-layout/BaseLayout.props.d.ts.map +1 -1
- package/dist/types/src/components/base-layout/header/Header.component.d.ts +5 -2
- package/dist/types/src/components/base-layout/header/Header.component.d.ts.map +1 -1
- package/dist/types/src/components/base-layout/header/Header.props.d.ts +6 -6
- package/dist/types/src/components/base-layout/header/Header.props.d.ts.map +1 -1
- package/dist/types/src/components/breadcrumb/Breadcrumb.component.d.ts.map +1 -1
- package/dist/types/src/components/button/Button.component.d.ts +1 -1
- package/dist/types/src/components/button/Button.component.d.ts.map +1 -1
- package/dist/types/src/components/button/Button.props.d.ts +1 -1
- package/dist/types/src/components/button/Button.props.d.ts.map +1 -1
- package/dist/types/src/components/changelog-menu/ChangelogMenu.component.d.ts.map +1 -1
- package/dist/types/src/components/changelog-menu/translations/Messages_en_GB.json.d.ts +1 -3
- package/dist/types/src/components/checkbox/Checkbox.component.d.ts +1 -1
- package/dist/types/src/components/checkbox/Checkbox.component.d.ts.map +1 -1
- package/dist/types/src/components/clipboard/Clipboard.component.d.ts +1 -1
- package/dist/types/src/components/clipboard/Clipboard.component.d.ts.map +1 -1
- package/dist/types/src/components/combobox/Combobox.component.d.ts +1 -1
- package/dist/types/src/components/combobox/Combobox.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/Datagrid.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/Datagrid.props.d.ts +3 -15
- package/dist/types/src/components/datagrid/Datagrid.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/__mocks__/index.d.ts +38 -173
- package/dist/types/src/components/datagrid/__mocks__/index.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts +1 -1
- package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/builder/TableHeaderBuilder.d.ts +4 -4
- package/dist/types/src/components/datagrid/builder/TableHeaderBuilder.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/builder/useTableBuilder.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/TableBody.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts +1 -1
- package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/cell-row/CellRow.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.component.d.ts +1 -0
- package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.component.d.ts +2 -1
- package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.props.d.ts +10 -6
- package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-footer/TableFooter.component.d.ts +1 -1
- package/dist/types/src/components/datagrid/table/table-footer/TableFooter.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-head/TableHeaderContent.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.d.ts +1 -0
- package/dist/types/src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.d.ts +4 -4
- package/dist/types/src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/Topbar.component.d.ts +1 -0
- package/dist/types/src/components/datagrid/topbar/Topbar.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.d.ts +2 -2
- package/dist/types/src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/columns-search/ColumnsSearch.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.d.ts +1 -0
- package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts +2 -1
- package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.d.ts +2 -2
- package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/topbar/useDatagridTopbar.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/useDatagrid.d.ts +16 -19
- package/dist/types/src/components/datagrid/useDatagrid.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/useDatagrid.props.d.ts +1 -1
- package/dist/types/src/components/datagrid/useDatagrid.props.d.ts.map +1 -1
- package/dist/types/src/components/datepicker/Datepicker.component.d.ts +1 -1
- package/dist/types/src/components/datepicker/Datepicker.component.d.ts.map +1 -1
- package/dist/types/src/components/delete-modal/DeleteModal.component.d.ts.map +1 -1
- package/dist/types/src/components/delete-modal/DeleteModal.spec.d.ts +2 -2
- package/dist/types/src/components/delete-modal/DeleteModal.spec.d.ts.map +1 -1
- package/dist/types/src/components/delete-modal/translations/Messages_en_GB.json.d.ts +2 -4
- package/dist/types/src/components/divider/Divider.component.d.ts +1 -1
- package/dist/types/src/components/divider/Divider.component.d.ts.map +1 -1
- package/dist/types/src/components/drawer/__tests__/Drawer.snapshot.test.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-base/__tests__/DrawerBase.spec.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-footer/__tests__/DrawerFooter.spec.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-handle/DrawerHandle.component.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-header/DrawerHeader.component.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-root/__tests__/DrawerRoot.spec.d.ts.map +1 -1
- package/dist/types/src/components/drawer/drawer-root-collapsible/__tests__/DrawerRootCollapsible.spec.d.ts.map +1 -1
- package/dist/types/src/components/drawer/namespace.d.ts +0 -4
- package/dist/types/src/components/drawer/namespace.d.ts.map +1 -1
- package/dist/types/src/components/error/Error.component.d.ts.map +1 -1
- package/dist/types/src/components/error/Error.props.d.ts +18 -14
- package/dist/types/src/components/error/Error.props.d.ts.map +1 -1
- package/dist/types/src/components/error/Error.utils.d.ts +1 -1
- package/dist/types/src/components/error/Error.utils.d.ts.map +1 -1
- package/dist/types/src/components/error-boundary/ErrorBoundary.component.d.ts.map +1 -1
- package/dist/types/src/components/error-boundary/__tests__/ErrorBoundary.spec.d.ts.map +1 -1
- package/dist/types/src/components/file-upload/FileUpload.component.d.ts +1 -1
- package/dist/types/src/components/file-upload/FileUpload.component.d.ts.map +1 -1
- package/dist/types/src/components/filters/Filter.props.d.ts +16 -1
- package/dist/types/src/components/filters/Filter.props.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/FilterAdd.props.d.ts +13 -9
- package/dist/types/src/components/filters/filter-add/FilterAdd.props.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/Filteradd.component.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.component.d.ts +1 -1
- package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.component.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.props.d.ts +1 -1
- package/dist/types/src/components/filters/filter-add/filter-section-value/FilterSectionValue.props.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsForm.component.d.ts.map +1 -1
- package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsFormLoading.d.ts +2 -0
- package/dist/types/src/components/filters/filter-add/filter-tags-form/FilterTagsFormLoading.d.ts.map +1 -0
- package/dist/types/src/components/filters/filter-list/FilterList.props.d.ts.map +1 -1
- package/dist/types/src/components/filters/filters.utils.d.ts.map +1 -1
- package/dist/types/src/components/form-field/FormField.component.d.ts +1 -1
- package/dist/types/src/components/form-field/FormField.component.d.ts.map +1 -1
- package/dist/types/src/components/guide-menu/GuideMenu.component.d.ts.map +1 -1
- package/dist/types/src/components/guide-menu/GuideMenu.props.d.ts +2 -1
- package/dist/types/src/components/guide-menu/GuideMenu.props.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +200 -67
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/components/input/Input.component.d.ts +1 -1
- package/dist/types/src/components/input/Input.component.d.ts.map +1 -1
- package/dist/types/src/components/link/Link.component.d.ts.map +1 -0
- package/dist/types/src/components/{Link → link}/Link.props.d.ts +15 -5
- package/dist/types/src/components/link/Link.props.d.ts.map +1 -0
- package/dist/types/src/components/link/LinkIcons.component.d.ts +3 -0
- package/dist/types/src/components/link/LinkIcons.component.d.ts.map +1 -0
- package/dist/types/src/components/link/__tests__/Link.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/link/__tests__/Link.spec.d.ts.map +1 -0
- package/dist/types/src/components/link-card/LinkCard.component.d.ts +5 -2
- package/dist/types/src/components/link-card/LinkCard.component.d.ts.map +1 -1
- package/dist/types/src/components/link-card/LinkCard.props.d.ts +13 -14
- package/dist/types/src/components/link-card/LinkCard.props.d.ts.map +1 -1
- package/dist/types/src/components/link-card/__tests__/LinkCard.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/link-card/__tests__/LinkCard.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts +2 -2
- package/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts.map +1 -1
- package/dist/types/src/components/medium/Medium.component.d.ts +1 -1
- package/dist/types/src/components/medium/Medium.component.d.ts.map +1 -1
- package/dist/types/src/components/message/Message.component.d.ts +1 -1
- package/dist/types/src/components/message/Message.component.d.ts.map +1 -1
- package/dist/types/src/components/meter/Meter.component.d.ts +1 -1
- package/dist/types/src/components/meter/Meter.component.d.ts.map +1 -1
- package/dist/types/src/components/modal/Modal.component.d.ts.map +1 -1
- package/dist/types/src/components/modal/__tests__/ModalTest.utils.d.ts +2 -4
- package/dist/types/src/components/modal/__tests__/ModalTest.utils.d.ts.map +1 -1
- package/dist/types/src/components/notifications/Notifications.component.d.ts.map +1 -1
- package/dist/types/src/components/notifications/Notifications.props.d.ts +25 -0
- package/dist/types/src/components/notifications/Notifications.props.d.ts.map +1 -1
- package/dist/types/src/components/notifications/useNotifications.d.ts +1 -1
- package/dist/types/src/components/notifications/useNotifications.d.ts.map +1 -1
- package/dist/types/src/components/onboarding-layout/OnboardingLayout.component.d.ts +1 -1
- package/dist/types/src/components/onboarding-layout/OnboardingLayout.component.d.ts.map +1 -1
- package/dist/types/src/components/onboarding-layout/{OnboardingLayout.type.d.ts → OnboardingLayout.props.d.ts} +2 -2
- package/dist/types/src/components/onboarding-layout/OnboardingLayout.props.d.ts.map +1 -0
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.d.ts +2 -3
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.d.ts.map +1 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/{OnboardingLayoutButton.type.d.ts → OnboardingLayoutButton.props.d.ts} +1 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.props.d.ts.map +1 -0
- package/dist/types/src/components/order/Order.component.d.ts +1 -1
- package/dist/types/src/components/order/Order.context.d.ts +1 -1
- package/dist/types/src/components/order/Order.context.d.ts.map +1 -1
- package/dist/types/src/components/order/{Order.type.d.ts → Order.props.d.ts} +1 -1
- package/dist/types/src/components/order/Order.props.d.ts.map +1 -0
- package/dist/types/src/components/order/order-configuration/OrderConfiguration.component.d.ts.map +1 -1
- package/dist/types/src/components/order/order-summary/OrderSummary.component.d.ts +1 -1
- package/dist/types/src/components/order/order-summary/OrderSummary.component.d.ts.map +1 -1
- package/dist/types/src/components/order/order-summary/{OrderSummary.type.d.ts → OrderSummary.props.d.ts} +1 -1
- package/dist/types/src/components/order/order-summary/OrderSummary.props.d.ts.map +1 -0
- package/dist/types/src/components/pagination/Pagination.component.d.ts +1 -1
- package/dist/types/src/components/pagination/Pagination.component.d.ts.map +1 -1
- package/dist/types/src/components/password/Password.component.d.ts +1 -1
- package/dist/types/src/components/password/Password.component.d.ts.map +1 -1
- package/dist/types/src/components/phone-number/PhoneNumber.component.d.ts +1 -1
- package/dist/types/src/components/phone-number/PhoneNumber.component.d.ts.map +1 -1
- package/dist/types/src/components/popover/Popover.component.d.ts +1 -1
- package/dist/types/src/components/popover/Popover.component.d.ts.map +1 -1
- package/dist/types/src/components/price/Price.component.d.ts +1 -1
- package/dist/types/src/components/price/Price.component.d.ts.map +1 -1
- package/dist/types/src/components/price/Price.props.d.ts +2 -2
- package/dist/types/src/components/price/Price.props.d.ts.map +1 -1
- package/dist/types/src/components/price/Price.utils.d.ts +2 -2
- package/dist/types/src/components/price/Price.utils.d.ts.map +1 -1
- package/dist/types/src/components/progress/Progress.component.d.ts +1 -1
- package/dist/types/src/components/progress/Progress.component.d.ts.map +1 -1
- package/dist/types/src/components/progress/progress-bar/ProgressBar.props.d.ts +1 -1
- package/dist/types/src/components/progress/progress-bar/ProgressBar.props.d.ts.map +1 -1
- package/dist/types/src/components/quantity/Quantity.component.d.ts +1 -1
- package/dist/types/src/components/quantity/Quantity.component.d.ts.map +1 -1
- package/dist/types/src/components/radio-group/RadioGroup.component.d.ts +1 -1
- package/dist/types/src/components/radio-group/RadioGroup.component.d.ts.map +1 -1
- package/dist/types/src/components/radio-group/index.d.ts +0 -5
- package/dist/types/src/components/radio-group/index.d.ts.map +1 -1
- package/dist/types/src/components/range/Range.component.d.ts +1 -1
- package/dist/types/src/components/range/Range.component.d.ts.map +1 -1
- package/dist/types/src/components/redirection-guard/RedirectionGuard.component.d.ts +1 -0
- package/dist/types/src/components/redirection-guard/RedirectionGuard.component.d.ts.map +1 -1
- package/dist/types/src/components/select/Select.component.d.ts +1 -1
- package/dist/types/src/components/select/Select.component.d.ts.map +1 -1
- package/dist/types/src/components/service-state-badge/ServiceStateBadge.component.d.ts.map +1 -1
- package/dist/types/src/components/service-state-badge/ServiceStateBadge.props.d.ts +1 -1
- package/dist/types/src/components/service-state-badge/ServiceStateBadge.props.d.ts.map +1 -1
- package/dist/types/src/components/skeleton/Skeleton.component.d.ts +1 -1
- package/dist/types/src/components/skeleton/Skeleton.component.d.ts.map +1 -1
- package/dist/types/src/components/spinner/Spinner.component.d.ts +1 -1
- package/dist/types/src/components/spinner/Spinner.component.d.ts.map +1 -1
- package/dist/types/src/components/step/Step.component.d.ts +2 -1
- package/dist/types/src/components/step/Step.component.d.ts.map +1 -1
- package/dist/types/src/components/step/Step.props.d.ts +1 -0
- package/dist/types/src/components/step/Step.props.d.ts.map +1 -1
- package/dist/types/src/components/switch/Switch.component.d.ts +1 -1
- package/dist/types/src/components/switch/Switch.component.d.ts.map +1 -1
- package/dist/types/src/components/switch/constants/{SwitchConstants.d.ts → Switch.constants.d.ts} +1 -1
- package/dist/types/src/components/switch/constants/Switch.constants.d.ts.map +1 -0
- package/dist/types/src/components/table/Table.component.d.ts +1 -1
- package/dist/types/src/components/table/Table.component.d.ts.map +1 -1
- package/dist/types/src/components/tabs/Tabs.component.d.ts +1 -0
- package/dist/types/src/components/tabs/Tabs.component.d.ts.map +1 -1
- package/dist/types/src/components/tabs/Tabs.props.d.ts +1 -0
- package/dist/types/src/components/tabs/Tabs.props.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/TagsList.component.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/tags-modal/TagsModal.component.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.component.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.props.d.ts +3 -0
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.props.d.ts.map +1 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.utils.d.ts +1 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.utils.d.ts.map +1 -1
- package/dist/types/src/components/tags-tile/TagsTile.component.d.ts.map +1 -1
- package/dist/types/src/components/tags-tile/TagsTile.props.d.ts +1 -1
- package/dist/types/src/components/tags-tile/TagsTile.props.d.ts.map +1 -1
- package/dist/types/src/components/tags-tile/tags-tile.component.d.ts.map +1 -1
- package/dist/types/src/components/text/Text.component.d.ts.map +1 -1
- package/dist/types/src/components/textarea/Textarea.component.d.ts +1 -1
- package/dist/types/src/components/textarea/Textarea.component.d.ts.map +1 -1
- package/dist/types/src/components/tile/namespace.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input/TilesInput.component.d.ts +1 -0
- package/dist/types/src/components/tiles-input/TilesInput.component.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input/TilesInput.props.d.ts +1 -0
- package/dist/types/src/components/tiles-input/TilesInput.props.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input/TilesInput.utils.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input-group/TilesInputGroup.component.d.ts +1 -0
- package/dist/types/src/components/tiles-input-group/TilesInputGroup.component.d.ts.map +1 -1
- package/dist/types/src/components/tiles-input-group/TilesInputGroup.props.d.ts +1 -0
- package/dist/types/src/components/tiles-input-group/TilesInputGroup.props.d.ts.map +1 -1
- package/dist/types/src/components/timepicker/Timepicker.component.d.ts +1 -1
- package/dist/types/src/components/timepicker/Timepicker.component.d.ts.map +1 -1
- package/dist/types/src/components/toggle/Toggle.component.d.ts +1 -1
- package/dist/types/src/components/toggle/Toggle.component.d.ts.map +1 -1
- package/dist/types/src/components/tooltip/Tooltip.component.d.ts +1 -1
- package/dist/types/src/components/tooltip/Tooltip.component.d.ts.map +1 -1
- package/dist/types/src/components/tree-view/TreeView.component.d.ts +1 -1
- package/dist/types/src/components/tree-view/TreeView.component.d.ts.map +1 -1
- package/dist/types/src/components/update-name-modal/UpdateNameModal.component.d.ts +5 -2
- package/dist/types/src/components/update-name-modal/UpdateNameModal.component.d.ts.map +1 -1
- package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts +9 -9
- package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts.map +1 -1
- package/dist/types/src/hooks/breadcrumb/Breadcrumb.type.d.ts +12 -0
- package/dist/types/src/hooks/breadcrumb/Breadcrumb.type.d.ts.map +1 -0
- package/dist/types/src/hooks/breadcrumb/useBreadcrumb.d.ts +2 -12
- package/dist/types/src/hooks/breadcrumb/useBreadcrumb.d.ts.map +1 -1
- package/dist/types/src/hooks/bytes/useBytes.d.ts.map +1 -1
- package/dist/types/src/hooks/catalog-price/Catalog.constants.d.ts +5 -0
- package/dist/types/src/hooks/catalog-price/Catalog.constants.d.ts.map +1 -0
- package/dist/types/src/hooks/catalog-price/{useCatalog.props.d.ts → Catalog.type.d.ts} +1 -1
- package/dist/types/src/hooks/catalog-price/Catalog.type.d.ts.map +1 -0
- package/dist/types/src/hooks/catalog-price/Catalog.utils.d.ts +4 -0
- package/dist/types/src/hooks/catalog-price/Catalog.utils.d.ts.map +1 -0
- package/dist/types/src/hooks/catalog-price/__tests__/useCatalogPrice.test.d.ts.map +1 -0
- package/dist/types/src/hooks/catalog-price/useCatalogPrice.d.ts +1 -1
- package/dist/types/src/hooks/catalog-price/useCatalogPrice.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/__mocks__/mock.d.ts +1 -1
- package/dist/types/src/hooks/data-api/__mocks__/mock.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/__tests__/Test.utils.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/__tests__/useDataRetrievalOperations.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.type.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/iceberg/useIceberg.type.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v2/useV2.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/v2/useV2.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v2/useV2.types.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.d.ts +1 -0
- package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/filterAndSort.utils.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/filter-and-sort-data/useFilterAndSortData.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/useV6.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/useV6.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/v6.type.d.ts +1 -1
- package/dist/types/src/hooks/data-api/adapters/v6/v6.type.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/infra/tanstack/index.d.ts +5 -0
- package/dist/types/src/hooks/data-api/infra/tanstack/index.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/ports/useDataApi.constants.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/ports/useDataApi.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.types.d.ts → useDataApi.types.d.ts} +4 -4
- package/dist/types/src/hooks/data-api/ports/useDataApi.types.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/useColumnFilters.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/useDataRetrievalOperations.d.ts +24 -0
- package/dist/types/src/hooks/data-api/useDataRetrievalOperations.d.ts.map +1 -0
- package/dist/types/src/hooks/data-api/useDatagridSearchParams.d.ts.map +1 -1
- package/dist/types/src/hooks/data-api/utils/DataApi.utils.d.ts +8 -0
- package/dist/types/src/hooks/data-api/utils/DataApi.utils.d.ts.map +1 -0
- package/dist/types/src/hooks/date/{useDateFnsLocale/useDateFnsLocale.type.d.ts → date-fns-locale/DateFnsLocale.constants.d.ts} +1 -2
- package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.constants.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.type.d.ts +3 -0
- package/dist/types/src/hooks/date/date-fns-locale/DateFnsLocale.type.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-fns-locale/__tests__/useDateFnsLocale.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-fns-locale/useDateFnsLocale.d.ts.map +1 -0
- package/dist/types/src/hooks/date/{useFormatDate/useFormatDate.type.d.ts → date-formatter/FormatDate.type.d.ts} +1 -1
- package/dist/types/src/hooks/date/date-formatter/FormatDate.type.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-formatter/__tests__/useFormatDate.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/date/date-formatter/__tests__/useFormatDateEnglish.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/useFormatDate.d.ts +1 -1
- package/dist/types/src/hooks/date/date-formatter/useFormatDate.d.ts.map +1 -0
- package/dist/types/src/hooks/iam/{iam.interface.d.ts → IAM.type.d.ts} +2 -2
- package/dist/types/src/hooks/iam/IAM.type.d.ts.map +1 -0
- package/dist/types/src/hooks/iam/__tests__/useOvhIam.spec.d.ts.map +1 -0
- package/dist/types/src/hooks/iam/useOvhIam.d.ts +14 -130
- package/dist/types/src/hooks/iam/useOvhIam.d.ts.map +1 -1
- package/dist/types/src/hooks/index.d.ts +20 -8
- package/dist/types/src/hooks/index.d.ts.map +1 -1
- package/dist/types/src/hooks/me/{useMe.props.d.ts → IMe.type.d.ts} +1 -1
- package/dist/types/src/hooks/me/IMe.type.d.ts.map +1 -0
- package/dist/types/src/hooks/me/useMe.d.ts +2 -2
- package/dist/types/src/hooks/me/useMe.d.ts.map +1 -1
- package/dist/types/src/hooks/region/{useTranslatedMicroRegions.utils.d.ts → Regions.utils.d.ts} +1 -1
- package/dist/types/src/hooks/region/Regions.utils.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/lib.d.ts +1 -2
- package/dist/types/src/lib.d.ts.map +1 -1
- package/package.json +32 -39
- package/dist/Messages_en_GB-BKzihiKt.mjs +0 -19
- package/dist/Messages_en_GB-D7rRunf6.mjs +0 -14
- package/dist/lib-Dk32xhqR.mjs +0 -11512
- package/dist/types/.storybook/i18n.d.ts +0 -3
- package/dist/types/.storybook/i18n.d.ts.map +0 -1
- package/dist/types/setupTest.d.ts +0 -7
- package/dist/types/setupTest.d.ts.map +0 -1
- package/dist/types/src/components/Link/Link.component.d.ts.map +0 -1
- package/dist/types/src/components/Link/Link.props.d.ts.map +0 -1
- package/dist/types/src/components/Link/__tests__/Link.snapshot.test.d.ts.map +0 -1
- package/dist/types/src/components/Link/__tests__/Link.spec.d.ts.map +0 -1
- package/dist/types/src/components/Link/index.d.ts +0 -4
- package/dist/types/src/components/Link/index.d.ts.map +0 -1
- package/dist/types/src/components/accordion/index.d.ts +0 -6
- package/dist/types/src/components/accordion/index.d.ts.map +0 -1
- package/dist/types/src/components/action-banner/index.d.ts +0 -3
- package/dist/types/src/components/action-banner/index.d.ts.map +0 -1
- package/dist/types/src/components/action-menu/index.d.ts +0 -3
- package/dist/types/src/components/action-menu/index.d.ts.map +0 -1
- package/dist/types/src/components/action-menu/menu-item/MenuItem.component.d.ts +0 -7
- package/dist/types/src/components/action-menu/menu-item/MenuItem.component.d.ts.map +0 -1
- package/dist/types/src/components/action-menu/menu-item/__tests__/MenuItem.spec.d.ts +0 -2
- package/dist/types/src/components/action-menu/menu-item/__tests__/MenuItem.spec.d.ts.map +0 -1
- package/dist/types/src/components/action-menu/menu-item/index.d.ts +0 -2
- package/dist/types/src/components/action-menu/menu-item/index.d.ts.map +0 -1
- package/dist/types/src/components/badge/__tests__/badge.snapshot.test.d.ts +0 -2
- package/dist/types/src/components/badge/__tests__/badge.snapshot.test.d.ts.map +0 -1
- package/dist/types/src/components/badge/__tests__/badge.spec.d.ts +0 -2
- package/dist/types/src/components/badge/__tests__/badge.spec.d.ts.map +0 -1
- package/dist/types/src/components/badge/badge.component.d.ts.map +0 -1
- package/dist/types/src/components/badge/badge.props.d.ts.map +0 -1
- package/dist/types/src/components/badge/index.d.ts +0 -4
- package/dist/types/src/components/badge/index.d.ts.map +0 -1
- package/dist/types/src/components/base-layout/index.d.ts +0 -4
- package/dist/types/src/components/base-layout/index.d.ts.map +0 -1
- package/dist/types/src/components/breadcrumb/index.d.ts +0 -4
- package/dist/types/src/components/breadcrumb/index.d.ts.map +0 -1
- package/dist/types/src/components/button/index.d.ts +0 -4
- package/dist/types/src/components/button/index.d.ts.map +0 -1
- package/dist/types/src/components/card/index.d.ts +0 -4
- package/dist/types/src/components/card/index.d.ts.map +0 -1
- package/dist/types/src/components/changelog-menu/index.d.ts +0 -3
- package/dist/types/src/components/changelog-menu/index.d.ts.map +0 -1
- package/dist/types/src/components/checkbox/index.d.ts +0 -6
- package/dist/types/src/components/checkbox/index.d.ts.map +0 -1
- package/dist/types/src/components/clipboard/index.d.ts +0 -3
- package/dist/types/src/components/clipboard/index.d.ts.map +0 -1
- package/dist/types/src/components/code/index.d.ts +0 -3
- package/dist/types/src/components/code/index.d.ts.map +0 -1
- package/dist/types/src/components/combobox/index.d.ts +0 -5
- package/dist/types/src/components/combobox/index.d.ts.map +0 -1
- package/dist/types/src/components/datagrid/builder/index.d.ts +0 -3
- package/dist/types/src/components/datagrid/builder/index.d.ts.map +0 -1
- package/dist/types/src/components/datagrid/index.d.ts +0 -5
- package/dist/types/src/components/datagrid/index.d.ts.map +0 -1
- package/dist/types/src/components/datepicker/index.d.ts +0 -6
- package/dist/types/src/components/datepicker/index.d.ts.map +0 -1
- package/dist/types/src/components/delete-modal/index.d.ts +0 -3
- package/dist/types/src/components/delete-modal/index.d.ts.map +0 -1
- package/dist/types/src/components/divider/index.d.ts +0 -4
- package/dist/types/src/components/divider/index.d.ts.map +0 -1
- package/dist/types/src/components/drawer/index.d.ts +0 -2
- package/dist/types/src/components/drawer/index.d.ts.map +0 -1
- package/dist/types/src/components/error/index.d.ts +0 -3
- package/dist/types/src/components/error/index.d.ts.map +0 -1
- package/dist/types/src/components/error-boundary/index.d.ts +0 -3
- package/dist/types/src/components/error-boundary/index.d.ts.map +0 -1
- package/dist/types/src/components/file-upload/index.d.ts +0 -6
- package/dist/types/src/components/file-upload/index.d.ts.map +0 -1
- package/dist/types/src/components/filters/index.d.ts +0 -5
- package/dist/types/src/components/filters/index.d.ts.map +0 -1
- package/dist/types/src/components/form-field/index.d.ts +0 -7
- package/dist/types/src/components/form-field/index.d.ts.map +0 -1
- package/dist/types/src/components/grid-layout/index.d.ts +0 -2
- package/dist/types/src/components/grid-layout/index.d.ts.map +0 -1
- package/dist/types/src/components/guide-menu/index.d.ts +0 -3
- package/dist/types/src/components/guide-menu/index.d.ts.map +0 -1
- package/dist/types/src/components/icon/index.d.ts +0 -4
- package/dist/types/src/components/icon/index.d.ts.map +0 -1
- package/dist/types/src/components/input/index.d.ts +0 -4
- package/dist/types/src/components/input/index.d.ts.map +0 -1
- package/dist/types/src/components/link-card/__tests__/LinkCard.test.d.ts +0 -2
- package/dist/types/src/components/link-card/__tests__/LinkCard.test.d.ts.map +0 -1
- package/dist/types/src/components/link-card/index.d.ts +0 -3
- package/dist/types/src/components/link-card/index.d.ts.map +0 -1
- package/dist/types/src/components/medium/index.d.ts +0 -3
- package/dist/types/src/components/medium/index.d.ts.map +0 -1
- package/dist/types/src/components/message/index.d.ts +0 -6
- package/dist/types/src/components/message/index.d.ts.map +0 -1
- package/dist/types/src/components/meter/index.d.ts +0 -3
- package/dist/types/src/components/meter/index.d.ts.map +0 -1
- package/dist/types/src/components/modal/index.d.ts +0 -4
- package/dist/types/src/components/modal/index.d.ts.map +0 -1
- package/dist/types/src/components/notifications/Notifications.type.d.ts +0 -26
- package/dist/types/src/components/notifications/Notifications.type.d.ts.map +0 -1
- package/dist/types/src/components/notifications/index.d.ts +0 -4
- package/dist/types/src/components/notifications/index.d.ts.map +0 -1
- package/dist/types/src/components/onboarding-layout/OnboardingLayout.type.d.ts.map +0 -1
- package/dist/types/src/components/onboarding-layout/index.d.ts +0 -4
- package/dist/types/src/components/onboarding-layout/index.d.ts.map +0 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.type.d.ts.map +0 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/index.d.ts +0 -3
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/index.d.ts.map +0 -1
- package/dist/types/src/components/order/Order.type.d.ts.map +0 -1
- package/dist/types/src/components/order/index.d.ts +0 -4
- package/dist/types/src/components/order/index.d.ts.map +0 -1
- package/dist/types/src/components/order/order-summary/OrderSummary.type.d.ts.map +0 -1
- package/dist/types/src/components/pagination/index.d.ts +0 -4
- package/dist/types/src/components/pagination/index.d.ts.map +0 -1
- package/dist/types/src/components/password/index.d.ts +0 -3
- package/dist/types/src/components/password/index.d.ts.map +0 -1
- package/dist/types/src/components/phone-number/index.d.ts +0 -6
- package/dist/types/src/components/phone-number/index.d.ts.map +0 -1
- package/dist/types/src/components/popover/index.d.ts +0 -6
- package/dist/types/src/components/popover/index.d.ts.map +0 -1
- package/dist/types/src/components/price/index.d.ts +0 -3
- package/dist/types/src/components/price/index.d.ts.map +0 -1
- package/dist/types/src/components/progress/index.d.ts +0 -4
- package/dist/types/src/components/progress/index.d.ts.map +0 -1
- package/dist/types/src/components/quantity/index.d.ts +0 -5
- package/dist/types/src/components/quantity/index.d.ts.map +0 -1
- package/dist/types/src/components/range/index.d.ts +0 -3
- package/dist/types/src/components/range/index.d.ts.map +0 -1
- package/dist/types/src/components/redirection-guard/index.d.ts +0 -3
- package/dist/types/src/components/redirection-guard/index.d.ts.map +0 -1
- package/dist/types/src/components/select/index.d.ts +0 -5
- package/dist/types/src/components/select/index.d.ts.map +0 -1
- package/dist/types/src/components/service-state-badge/index.d.ts +0 -3
- package/dist/types/src/components/service-state-badge/index.d.ts.map +0 -1
- package/dist/types/src/components/skeleton/index.d.ts +0 -3
- package/dist/types/src/components/skeleton/index.d.ts.map +0 -1
- package/dist/types/src/components/spinner/index.d.ts +0 -4
- package/dist/types/src/components/spinner/index.d.ts.map +0 -1
- package/dist/types/src/components/step/index.d.ts +0 -3
- package/dist/types/src/components/step/index.d.ts.map +0 -1
- package/dist/types/src/components/switch/constants/SwitchConstants.d.ts.map +0 -1
- package/dist/types/src/components/switch/index.d.ts +0 -5
- package/dist/types/src/components/switch/index.d.ts.map +0 -1
- package/dist/types/src/components/table/index.d.ts +0 -4
- package/dist/types/src/components/table/index.d.ts.map +0 -1
- package/dist/types/src/components/tabs/index.d.ts +0 -3
- package/dist/types/src/components/tabs/index.d.ts.map +0 -1
- package/dist/types/src/components/tag/index.d.ts +0 -4
- package/dist/types/src/components/tag/index.d.ts.map +0 -1
- package/dist/types/src/components/tags-list/index.d.ts +0 -3
- package/dist/types/src/components/tags-list/index.d.ts.map +0 -1
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.type.d.ts +0 -4
- package/dist/types/src/components/tags-list/tags-stack/TagsStack.type.d.ts.map +0 -1
- package/dist/types/src/components/tags-tile/index.d.ts +0 -3
- package/dist/types/src/components/tags-tile/index.d.ts.map +0 -1
- package/dist/types/src/components/text/index.d.ts +0 -4
- package/dist/types/src/components/text/index.d.ts.map +0 -1
- package/dist/types/src/components/textarea/index.d.ts +0 -3
- package/dist/types/src/components/textarea/index.d.ts.map +0 -1
- package/dist/types/src/components/tile/index.d.ts +0 -2
- package/dist/types/src/components/tile/index.d.ts.map +0 -1
- package/dist/types/src/components/tiles-input/index.d.ts +0 -3
- package/dist/types/src/components/tiles-input/index.d.ts.map +0 -1
- package/dist/types/src/components/tiles-input-group/index.d.ts +0 -3
- package/dist/types/src/components/tiles-input-group/index.d.ts.map +0 -1
- package/dist/types/src/components/timepicker/index.d.ts +0 -6
- package/dist/types/src/components/timepicker/index.d.ts.map +0 -1
- package/dist/types/src/components/toggle/index.d.ts +0 -5
- package/dist/types/src/components/toggle/index.d.ts.map +0 -1
- package/dist/types/src/components/tooltip/index.d.ts +0 -6
- package/dist/types/src/components/tooltip/index.d.ts.map +0 -1
- package/dist/types/src/components/tree-view/index.d.ts +0 -5
- package/dist/types/src/components/tree-view/index.d.ts.map +0 -1
- package/dist/types/src/components/update-name-modal/index.d.ts +0 -3
- package/dist/types/src/components/update-name-modal/index.d.ts.map +0 -1
- package/dist/types/src/enumTypes/index.d.ts +0 -3
- package/dist/types/src/enumTypes/index.d.ts.map +0 -1
- package/dist/types/src/enumTypes/intervalUnit.d.ts +0 -7
- package/dist/types/src/enumTypes/intervalUnit.d.ts.map +0 -1
- package/dist/types/src/enumTypes/locale.d.ts.map +0 -1
- package/dist/types/src/hooks/catalog-price/index.d.ts +0 -4
- package/dist/types/src/hooks/catalog-price/index.d.ts.map +0 -1
- package/dist/types/src/hooks/catalog-price/useCatalog.props.d.ts.map +0 -1
- package/dist/types/src/hooks/catalog-price/useCatalog.utils.d.ts +0 -8
- package/dist/types/src/hooks/catalog-price/useCatalog.utils.d.ts.map +0 -1
- package/dist/types/src/hooks/catalog-price/useCatalogPrice.test.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/index.d.ts +0 -4
- package/dist/types/src/hooks/data-api/index.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/infra/tanstack/use-infinite-query/index.d.ts +0 -3
- package/dist/types/src/hooks/data-api/infra/tanstack/use-infinite-query/index.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/infra/tanstack/use-query/index.d.ts +0 -3
- package/dist/types/src/hooks/data-api/infra/tanstack/use-query/index.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/ports/use-data-api/index.d.ts +0 -3
- package/dist/types/src/hooks/data-api/ports/use-data-api/index.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.constants.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/ports/use-data-api/useDataApi.types.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/__tests__/useDataRetrievalOperations.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/useDataRetrievalOperations.d.ts +0 -18
- package/dist/types/src/hooks/data-api/utils/data-retrieval-operations/useDataRetrievalOperations.d.ts.map +0 -1
- package/dist/types/src/hooks/date/index.d.ts +0 -3
- package/dist/types/src/hooks/date/index.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useDateFnsLocale/__tests__/useDateFnsLocale.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useDateFnsLocale/index.d.ts +0 -3
- package/dist/types/src/hooks/date/useDateFnsLocale/index.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useDateFnsLocale/useDateFnsLocale.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useDateFnsLocale/useDateFnsLocale.type.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/__tests__/useFormatDate.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/__tests__/useFormatDateEnglish.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/index.d.ts +0 -4
- package/dist/types/src/hooks/date/useFormatDate/index.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/useFormatDate.d.ts.map +0 -1
- package/dist/types/src/hooks/date/useFormatDate/useFormatDate.type.d.ts.map +0 -1
- package/dist/types/src/hooks/iam/iam.interface.d.ts.map +0 -1
- package/dist/types/src/hooks/iam/index.d.ts +0 -3
- package/dist/types/src/hooks/iam/index.d.ts.map +0 -1
- package/dist/types/src/hooks/iam/useOvhIam.spec.d.ts.map +0 -1
- package/dist/types/src/hooks/me/index.d.ts +0 -3
- package/dist/types/src/hooks/me/index.d.ts.map +0 -1
- package/dist/types/src/hooks/me/useMe.props.d.ts.map +0 -1
- package/dist/types/src/hooks/region/index.d.ts +0 -3
- package/dist/types/src/hooks/region/index.d.ts.map +0 -1
- package/dist/types/src/hooks/region/useTranslatedMicroRegions.utils.d.ts.map +0 -1
- package/dist/types/src/utils/Test.utils.d.ts +0 -24
- package/dist/types/src/utils/Test.utils.d.ts.map +0 -1
- package/dist/types/src/utils/click-utils.d.ts +0 -7
- package/dist/types/src/utils/click-utils.d.ts.map +0 -1
- package/dist/types/src/utils/format-tags.d.ts.map +0 -1
- package/dist/types/src/utils/index.d.ts +0 -3
- package/dist/types/src/utils/index.d.ts.map +0 -1
- package/dist/types/src/utils/translation-helper.d.ts +0 -4
- package/dist/types/src/utils/translation-helper.d.ts.map +0 -1
- /package/dist/types/src/components/{Link → link}/Link.component.d.ts +0 -0
- /package/dist/types/src/components/{Link → link}/__tests__/Link.snapshot.test.d.ts +0 -0
- /package/dist/types/src/components/{Link → link}/__tests__/Link.spec.d.ts +0 -0
- /package/dist/types/src/hooks/catalog-price/{useCatalogPrice.test.d.ts → __tests__/useCatalogPrice.test.d.ts} +0 -0
- /package/dist/types/src/hooks/data-api/{utils/data-retrieval-operations/__tests__ → __tests__}/useDataRetrievalOperations.spec.d.ts +0 -0
- /package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.constants.d.ts → useDataApi.constants.d.ts} +0 -0
- /package/dist/types/src/hooks/data-api/ports/{use-data-api/useDataApi.d.ts → useDataApi.d.ts} +0 -0
- /package/dist/types/src/hooks/date/{useDateFnsLocale → date-fns-locale}/__tests__/useDateFnsLocale.spec.d.ts +0 -0
- /package/dist/types/src/hooks/date/{useDateFnsLocale → date-fns-locale}/useDateFnsLocale.d.ts +0 -0
- /package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/__tests__/useFormatDate.spec.d.ts +0 -0
- /package/dist/types/src/hooks/date/{useFormatDate → date-formatter}/__tests__/useFormatDateEnglish.spec.d.ts +0 -0
- /package/dist/types/src/hooks/iam/{useOvhIam.spec.d.ts → __tests__/useOvhIam.spec.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/Checkbox.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Checkbox.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/Checkbox.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,eAAO,MAAM,QAAQ,GAAI,yBAAyB,aAAa,4CAE9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Clipboard.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/clipboard/Clipboard.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Clipboard.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/clipboard/Clipboard.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAExE,OAAO,gBAAgB,CAAC;AAExB,eAAO,MAAM,SAAS,GAAI,gCAAgD,cAAc,4CAiBvF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Combobox.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/combobox/Combobox.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Combobox.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/combobox/Combobox.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,eAAO,MAAM,QAAQ,GAAI,yBAAyB,aAAa,4CAE9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Datagrid.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/datagrid/Datagrid.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Datagrid.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/datagrid/Datagrid.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAMrE,OAAO,gBAAgB,CAAC;AAMxB,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,2RAsBzD,aAAa,CAAC,CAAC,CAAC,4CAsFlB,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { Dispatch, MutableRefObject, ReactNode, SetStateAction } from 'react';
|
|
1
|
+
import { Dispatch, JSX, MutableRefObject, ReactNode, SetStateAction } from 'react';
|
|
2
2
|
import { ColumnDef, ExpandedState, Row, RowSelectionState, SortingState, ColumnSort as TanstackColumnSort, VisibilityState } from '@tanstack/react-table';
|
|
3
3
|
import { FilterTypeCategories as DatagridColumnTypes, FilterComparator } from '@ovh-ux/manager-core-api';
|
|
4
|
-
import {
|
|
5
|
-
import { FilterWithLabel } from '../filters/Filter.props';
|
|
4
|
+
import { FilterOption, FilterProps } from '../filters/Filter.props';
|
|
6
5
|
export interface RowSelectionProps<T> {
|
|
7
6
|
onRowSelectionChange?: (selectedRows: T[]) => void;
|
|
8
7
|
rowSelection: RowSelectionState;
|
|
@@ -23,17 +22,6 @@ export interface SearchProps {
|
|
|
23
22
|
searchInput: string;
|
|
24
23
|
setSearchInput: Dispatch<SetStateAction<string>>;
|
|
25
24
|
}
|
|
26
|
-
export type ColumnFilterProps = {
|
|
27
|
-
comparator: FilterComparator;
|
|
28
|
-
key: string;
|
|
29
|
-
label: string;
|
|
30
|
-
value: string | string[];
|
|
31
|
-
};
|
|
32
|
-
export interface FilterProps {
|
|
33
|
-
add: (filters: ColumnFilterProps) => void;
|
|
34
|
-
filters: FilterWithLabel[];
|
|
35
|
-
remove: (filter: FilterWithLabel) => void;
|
|
36
|
-
}
|
|
37
25
|
export type ColumnSort = TanstackColumnSort;
|
|
38
26
|
export interface ExpandedProps {
|
|
39
27
|
expanded: ExpandedState;
|
|
@@ -70,7 +58,7 @@ export declare enum ColumnMetaType {
|
|
|
70
58
|
export type DatagridColumn<T> = ColumnDef<T> & {
|
|
71
59
|
comparator?: FilterComparator[];
|
|
72
60
|
enableHiding?: boolean;
|
|
73
|
-
filterOptions?:
|
|
61
|
+
filterOptions?: FilterOption[];
|
|
74
62
|
isFilterable?: boolean;
|
|
75
63
|
isSearchable?: boolean;
|
|
76
64
|
isSortable?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Datagrid.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/datagrid/Datagrid.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Datagrid.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/datagrid/Datagrid.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,GAAG,EAAE,gBAAgB,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEnF,OAAO,KAAK,EACV,SAAS,EACT,aAAa,EACb,GAAG,EACH,iBAAiB,EACjB,YAAY,EACZ,UAAU,IAAI,kBAAkB,EAChC,eAAe,EAChB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EACL,oBAAoB,IAAI,mBAAmB,EAC3C,gBAAgB,EACjB,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAEnF,MAAM,WAAW,iBAAiB,CAAC,CAAC;IAClC,oBAAoB,CAAC,EAAE,CAAC,YAAY,EAAE,CAAC,EAAE,KAAK,IAAI,CAAC;IACnD,YAAY,EAAE,iBAAiB,CAAC;IAChC,eAAe,EAAE,QAAQ,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC,CAAC;CAC9D;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,YAAY,CAAC;IACtB,UAAU,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,CAAC;IAC5C,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,qBAAqB;IACpC,gBAAgB,EAAE,eAAe,CAAC;IAClC,mBAAmB,EAAE,QAAQ,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;CAChE;AAED,MAAM,WAAW,WAAW;IAC1B,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;CAClD;AAED,MAAM,MAAM,UAAU,GAAG,kBAAkB,CAAC;AAE5C,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,aAAa,CAAC;IACxB,WAAW,EAAE,QAAQ,CAAC,cAAc,CAAC,aAAa,CAAC,CAAC,CAAC;CACtD;AAED,MAAM,MAAM,aAAa,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;IAC7D,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC;IACtC,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;IACzC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC;IACpC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,kBAAkB,CAAC,EAAE,CACnB,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,EACX,UAAU,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,KAChE,GAAG,CAAC,OAAO,CAAC;CAClB,CAAC;AAEF,oBAAY,cAAc;IACxB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,KAAK,UAAU;CAChB;AAGD,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI,SAAS,CAAC,CAAC,CAAC,GAAG;IAE7C,UAAU,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAEhC,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;IAE/B,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE;QACL,IAAI,CAAC,EAAE,cAAc,CAAC;QACtB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IAEF,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC5B,CAAC"}
|
|
@@ -1,97 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export declare const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
isSortable: boolean;
|
|
14
|
-
isFilterable: boolean;
|
|
15
|
-
enableHiding: boolean;
|
|
16
|
-
type: FilterTypeCategories;
|
|
17
|
-
} | {
|
|
1
|
+
import { Dispatch, SetStateAction } from 'react';
|
|
2
|
+
import { Column, HeaderGroup, VisibilityState } from '@tanstack/react-table';
|
|
3
|
+
import { Person } from '../../../commons/tests-utils/Type.utils';
|
|
4
|
+
import { DatagridColumn } from '../Datagrid.props';
|
|
5
|
+
import { IamAuthorizationResponse } from '../../../hooks/iam/IAM.type';
|
|
6
|
+
export declare const mockIamResponse: IamAuthorizationResponse;
|
|
7
|
+
export declare const mockData: Person[];
|
|
8
|
+
export declare const mockBasicColumns: readonly DatagridColumn<Person>[];
|
|
9
|
+
export declare const mockColumns: DatagridColumn<Person>[];
|
|
10
|
+
export declare const mockVisibleColumns: Column<Person, unknown>[];
|
|
11
|
+
export declare const mockSetColumnVisibility: Dispatch<SetStateAction<VisibilityState>>;
|
|
12
|
+
export declare const mockOnSortChange: import('vitest').Mock<(s: {
|
|
18
13
|
id: string;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
cell: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
isSortable: boolean;
|
|
23
|
-
isFilterable: boolean;
|
|
24
|
-
enableHiding: boolean;
|
|
25
|
-
type: FilterTypeCategories;
|
|
26
|
-
isSearchable?: undefined;
|
|
27
|
-
})[];
|
|
28
|
-
export declare const mockBasicColumns: {
|
|
29
|
-
id: string;
|
|
30
|
-
accessorKey: string;
|
|
31
|
-
label: string;
|
|
32
|
-
cell: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
-
isSortable: boolean;
|
|
34
|
-
}[];
|
|
35
|
-
export declare const mockData: ({
|
|
36
|
-
name: string;
|
|
37
|
-
age: number;
|
|
38
|
-
subRows: {
|
|
39
|
-
name: string;
|
|
40
|
-
age: number;
|
|
41
|
-
}[];
|
|
42
|
-
} | {
|
|
43
|
-
name: string;
|
|
44
|
-
age: number;
|
|
45
|
-
subRows?: undefined;
|
|
46
|
-
})[];
|
|
47
|
-
export declare const mockExtendedData: {
|
|
48
|
-
name: string;
|
|
49
|
-
age: number;
|
|
50
|
-
}[];
|
|
51
|
-
export declare const mockVisibleColumns: any[];
|
|
52
|
-
export declare const mockSearch: {
|
|
53
|
-
onSearch: import('vitest').Mock<(...args: any[]) => any>;
|
|
54
|
-
searchInput: string;
|
|
55
|
-
setSearchInput: import('vitest').Mock<(...args: any[]) => any>;
|
|
56
|
-
placeholder: string;
|
|
57
|
-
};
|
|
58
|
-
export declare const mockEmptySearch: {
|
|
59
|
-
onSearch: import('vitest').Mock<(...args: any[]) => any>;
|
|
60
|
-
searchInput: string;
|
|
61
|
-
setSearchInput: import('vitest').Mock<(...args: any[]) => any>;
|
|
62
|
-
placeholder: string;
|
|
63
|
-
};
|
|
64
|
-
export declare const mockFilters: {
|
|
65
|
-
add: import('vitest').Mock<(...args: any[]) => any>;
|
|
66
|
-
remove: import('vitest').Mock<(...args: any[]) => any>;
|
|
67
|
-
filters: any[];
|
|
68
|
-
};
|
|
69
|
-
export declare const mockFiltersWithData: {
|
|
70
|
-
add: import('vitest').Mock<(...args: any[]) => any>;
|
|
71
|
-
remove: import('vitest').Mock<(...args: any[]) => any>;
|
|
72
|
-
filters: {
|
|
73
|
-
key: string;
|
|
74
|
-
label: string;
|
|
75
|
-
value: string;
|
|
76
|
-
comparator: any;
|
|
77
|
-
}[];
|
|
78
|
-
};
|
|
79
|
-
export declare const mockFiltersWithMultipleData: {
|
|
80
|
-
add: import('vitest').Mock<(...args: any[]) => any>;
|
|
81
|
-
remove: import('vitest').Mock<(...args: any[]) => any>;
|
|
82
|
-
filters: {
|
|
83
|
-
key: string;
|
|
84
|
-
label: string;
|
|
85
|
-
value: string;
|
|
86
|
-
comparator: any;
|
|
87
|
-
}[];
|
|
88
|
-
};
|
|
89
|
-
export declare const mockColumnVisibility: {
|
|
90
|
-
name: boolean;
|
|
91
|
-
age: boolean;
|
|
92
|
-
};
|
|
93
|
-
export declare const mockSetColumnVisibility: import('vitest').Mock<(...args: any[]) => any>;
|
|
94
|
-
export declare const mockOnSortChange: import('vitest').Mock<(...args: any[]) => any>;
|
|
14
|
+
desc: boolean;
|
|
15
|
+
}[]) => void>;
|
|
95
16
|
export declare const mockRenderSubComponent: import('vitest').Mock<() => import("react/jsx-runtime").JSX.Element>;
|
|
96
17
|
export declare const mockRowSelection: {
|
|
97
18
|
rowSelection: {};
|
|
@@ -100,86 +21,30 @@ export declare const mockRowSelection: {
|
|
|
100
21
|
};
|
|
101
22
|
export declare const mockOnFetchNextPage: import('vitest').Mock<(...args: any[]) => any>;
|
|
102
23
|
export declare const mockOnFetchAllPages: import('vitest').Mock<(...args: any[]) => any>;
|
|
103
|
-
export declare const
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
export declare const mockPartialVisibleColumns: any[];
|
|
107
|
-
export declare const mockColumnsWithoutSearch: {
|
|
108
|
-
id: string;
|
|
109
|
-
header: string;
|
|
110
|
-
accessorKey: string;
|
|
111
|
-
isSearchable: boolean;
|
|
112
|
-
isFilterable: boolean;
|
|
113
|
-
enableHiding: boolean;
|
|
114
|
-
}[];
|
|
115
|
-
export declare const mockColumnsWithoutFilter: {
|
|
116
|
-
id: string;
|
|
117
|
-
header: string;
|
|
118
|
-
accessorKey: string;
|
|
119
|
-
isSearchable: boolean;
|
|
120
|
-
isFilterable: boolean;
|
|
121
|
-
enableHiding: boolean;
|
|
122
|
-
}[];
|
|
123
|
-
export declare const mockColumnsWithoutVisibility: {
|
|
124
|
-
id: string;
|
|
125
|
-
header: string;
|
|
126
|
-
accessorKey: string;
|
|
127
|
-
isSearchable: boolean;
|
|
128
|
-
isFilterable: boolean;
|
|
129
|
-
enableHiding: boolean;
|
|
130
|
-
}[];
|
|
131
|
-
export declare const mockVisibleColumnsWithoutHiding: any[];
|
|
132
|
-
export declare const mockSortingAsc: {
|
|
133
|
-
id: string;
|
|
134
|
-
desc: boolean;
|
|
135
|
-
}[];
|
|
136
|
-
export declare const mockSortingDesc: {
|
|
137
|
-
id: string;
|
|
138
|
-
desc: boolean;
|
|
139
|
-
}[];
|
|
140
|
-
export declare const mockEmptySorting: any[];
|
|
141
|
-
export declare const mockVirtualizer: {
|
|
142
|
-
getTotalSize: () => number;
|
|
143
|
-
getVirtualItems: () => {
|
|
144
|
-
index: number;
|
|
145
|
-
key: number;
|
|
146
|
-
start: number;
|
|
147
|
-
size: number;
|
|
148
|
-
}[];
|
|
149
|
-
measureElement: () => void;
|
|
150
|
-
overscan: number;
|
|
151
|
-
scrollToIndex: import('vitest').Mock<(...args: any[]) => any>;
|
|
152
|
-
};
|
|
153
|
-
export declare const mockTableContainerRef: {
|
|
154
|
-
current: HTMLDivElement;
|
|
155
|
-
};
|
|
156
|
-
export declare const mockRowModel: {
|
|
157
|
-
rows: {
|
|
158
|
-
id: string;
|
|
159
|
-
getVisibleCells: () => {
|
|
160
|
-
id: string;
|
|
161
|
-
column: {
|
|
162
|
-
getSize: () => number;
|
|
163
|
-
columnDef: {
|
|
164
|
-
minSize: number;
|
|
165
|
-
maxSize: string;
|
|
166
|
-
};
|
|
167
|
-
};
|
|
168
|
-
}[];
|
|
169
|
-
getIsExpanded: () => boolean;
|
|
170
|
-
}[];
|
|
171
|
-
};
|
|
172
|
-
export declare const mockHeaderGroups: any[];
|
|
173
|
-
export declare const mockVirtualRow: {
|
|
174
|
-
index: number;
|
|
175
|
-
key: number;
|
|
176
|
-
start: number;
|
|
177
|
-
size: number;
|
|
24
|
+
export declare const mockColumnVisibility: {
|
|
25
|
+
name: boolean;
|
|
26
|
+
age: boolean;
|
|
178
27
|
};
|
|
179
|
-
export declare const
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
28
|
+
export declare const mockSearch: {
|
|
29
|
+
onSearch: import('vitest').Mock<(...args: any[]) => any>;
|
|
30
|
+
searchInput: string;
|
|
31
|
+
setSearchInput: import('vitest').Mock<(...args: any[]) => any>;
|
|
32
|
+
placeholder: string;
|
|
183
33
|
};
|
|
184
|
-
export declare const
|
|
34
|
+
export declare const mockFilters: {
|
|
35
|
+
add: import('vitest').Mock<(...args: any[]) => any>;
|
|
36
|
+
remove: import('vitest').Mock<(...args: any[]) => any>;
|
|
37
|
+
filters: never[];
|
|
38
|
+
};
|
|
39
|
+
export declare const mockExtendedData: Person[];
|
|
40
|
+
export declare const mockHeaderGroups: HeaderGroup<Person>[];
|
|
41
|
+
export declare const mockHeaderGroupsWithSorting: (toggleFn: () => void) => HeaderGroup<Person>[];
|
|
42
|
+
export declare const mockHeaderGroupsWithAscSort: (toggleFn: () => void) => HeaderGroup<Person>[];
|
|
43
|
+
export declare const mockHeaderGroupsMultiSort: (toggleSorting: () => void) => HeaderGroup<Person>[];
|
|
44
|
+
export declare const mockHeaderGroupsWithDescSort: HeaderGroup<Person>[];
|
|
45
|
+
export declare const mockHeaderGroupsEmptySort: (toggleSorting: () => void) => HeaderGroup<Person>[];
|
|
46
|
+
export declare const mockHeaderGroupsNoSort: (toggleSorting: () => void) => HeaderGroup<Person>[];
|
|
47
|
+
export declare const mockHeaderGroupsManualSort: (toggleSorting: () => void) => HeaderGroup<Person>[];
|
|
48
|
+
export declare const mockColumnsWithoutVisibility: readonly DatagridColumn<Person>[];
|
|
49
|
+
export declare const mockVisibleColumnsWithoutHiding: Column<Person, unknown>[];
|
|
185
50
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/__mocks__/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/__mocks__/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,MAAM,EAAiB,WAAW,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAKjG,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAgDhE,eAAO,MAAM,eAAe,EAAE,wBAI7B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,MAAM,EAG5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,SAAS,cAAc,CAAC,MAAM,CAAC,EAiBpD,CAAC;AAEX,eAAO,MAAM,WAAW,EAAE,cAAc,CAAC,MAAM,CAAC,EAsB/C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAevD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAyB,QAAQ,CACnE,cAAc,CAAC,eAAe,CAAC,CAChC,CAAC;AAEF,eAAO,MAAM,gBAAgB,4BAAa;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,EAAE,KAAK,IAAI,CAAG,CAAC;AAEtF,eAAO,MAAM,sBAAsB,sEAAsC,CAAC;AAE1E,eAAO,MAAM,gBAAgB;;;;CAI5B,CAAC;AAEF,eAAO,MAAM,mBAAmB,gDAAU,CAAC;AAE3C,eAAO,MAAM,mBAAmB,gDAAU,CAAC;AAE3C,eAAO,MAAM,oBAAoB;;;CAA4B,CAAC;AAE9D,eAAO,MAAM,UAAU;;;;;CAKtB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;CAIvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,EAGlC,CAAC;AAEJ,eAAO,MAAM,gBAAgB,uBAG3B,CAAC;AAEH,eAAO,MAAM,2BAA2B,GAAI,UAAU,MAAM,IAAI,KAAG,WAAW,CAAC,MAAM,CAAC,EAkCrF,CAAC;AAEF,eAAO,MAAM,2BAA2B,GAAI,UAAU,MAAM,IAAI,KAAG,WAAW,CAAC,MAAM,CAAC,EAkCrF,CAAC;AAEF,eAAO,MAAM,yBAAyB,GAAI,eAAe,MAAM,IAAI,KAAG,WAAW,CAAC,MAAM,CAAC,EAUxF,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,WAAW,CAAC,MAAM,CAAC,EAU7D,CAAC;AAEF,eAAO,MAAM,yBAAyB,GAAI,eAAe,MAAM,IAAI,KAAG,WAAW,CAAC,MAAM,CAAC,EAUxF,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,eAAe,MAAM,IAAI,KAAG,WAAW,CAAC,MAAM,CAAC,EAUrF,CAAC;AAEF,eAAO,MAAM,0BAA0B,GAAI,eAAe,MAAM,IAAI,KAAG,WAAW,CAAC,MAAM,CAAC,EAUzF,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,SAAS,cAAc,CAAC,MAAM,CAAC,EASzE,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAQpE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MutableRefObject } from 'react';
|
|
1
|
+
import { JSX, MutableRefObject } from 'react';
|
|
2
2
|
import { ColumnDef, ColumnSort, Row, VisibilityState } from '@tanstack/react-table';
|
|
3
3
|
import { ExpandedProps, RowSelectionProps } from '../Datagrid.props';
|
|
4
4
|
import { ExpandableRow } from '../useDatagrid.props';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableBuilderProps.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/builder/TableBuilderProps.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TableBuilderProps.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/builder/TableBuilderProps.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAEzF,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AAExF,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAErD,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,CAAC,IAAI;IAC1D,OAAO,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC;IACjC,gBAAgB,EAAE,eAAe,CAAC;IAClC,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,UAAU,EAAE,aAAa,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,aAAa,EAAE,OAAO,CAAC;IACvB,YAAY,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,IAAI,CAAC;IAC9C,kBAAkB,EAAE,CAClB,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,EACX,UAAU,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,KAChE,GAAG,CAAC,OAAO,CAAC;IACjB,YAAY,EAAE,iBAAiB,CAAC,CAAC,CAAC,CAAC;IACnC,mBAAmB,EAAE,CAAC,gBAAgB,EAAE,eAAe,KAAK,IAAI,CAAC;IACjE,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Row } from '@tanstack/react-table';
|
|
1
|
+
import { Row, Table } from '@tanstack/react-table';
|
|
2
2
|
import { ExpandedProps } from '../Datagrid.props';
|
|
3
3
|
export declare const getExpandable: <T>(expandable: ExpandedProps) => {
|
|
4
4
|
cell: ({ row }: {
|
|
5
5
|
row: Row<T>;
|
|
6
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
7
7
|
enableHiding: boolean;
|
|
8
8
|
enableResizing: boolean;
|
|
9
9
|
id: string;
|
|
@@ -15,8 +15,8 @@ export declare const getRowSelection: <T>() => {
|
|
|
15
15
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
enableHiding: boolean;
|
|
17
17
|
enableResizing: boolean;
|
|
18
|
-
header: ({ table
|
|
19
|
-
table:
|
|
18
|
+
header: ({ table }: {
|
|
19
|
+
table: Table<T>;
|
|
20
20
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
21
21
|
id: string;
|
|
22
22
|
maxSize: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableHeaderBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/builder/TableHeaderBuilder.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"TableHeaderBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/builder/TableHeaderBuilder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAYxD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAE1E,eAAO,MAAM,aAAa,GAAI,CAAC,EAAG,YAAY,aAAa;oBACzC;QAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,CAAA;KAAE;;;;;CAwB/B,CAAC;AAEH,eAAO,MAAM,eAAe,GAAI,CAAC;oBACf;QAAE,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,CAAA;KAAE;;;wBAaX;QAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,CAAA;KAAE;;;CAYvC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTableBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/builder/useTableBuilder.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useTableBuilder.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/builder/useTableBuilder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAG9D,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,wLAazD,iBAAiB,CAAC,CAAC,CAAC;iBAGI,YAAY,CAAC,CAAC,CAAC;;;;;;;;;;;CAiFzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableBody.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-body/TableBody.component.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAMnD,eAAO,MAAM,SAAS,GAAI,CAAC,EAAG,8JAY3B,cAAc,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"TableBody.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-body/TableBody.component.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAMnD,eAAO,MAAM,SAAS,GAAI,CAAC,EAAG,8JAY3B,cAAc,CAAC,CAAC,CAAC,4CAwGnB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableBody.props.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-body/TableBody.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TableBody.props.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-body/TableBody.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,gBAAgB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzD,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAElF,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,CAAC,EAAE,CACnB,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,EACX,UAAU,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,KAChE,GAAG,CAAC,OAAO,CAAC;IACjB,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,EAAE,SAAS,CAAC,cAAc,CAAC,CAAC;IAC7C,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;CACtB,CAAC"}
|
package/dist/types/src/components/datagrid/table/table-body/cell-row/CellRow.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CellRow.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/cell-row/CellRow.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"CellRow.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/cell-row/CellRow.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAGlD,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAItE,eAAO,MAAM,OAAO,GAAI,2DAOrB;IACD,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,EAAE,cAAc,CAAC;CACtB,4CAmBA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingRow.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/loading-row/LoadingRow.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LoadingRow.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/loading-row/LoadingRow.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAQ,MAAM,OAAO,CAAC;AAIlC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAqBrD,eAAO,MAAM,UAAU,EAAgC,CAAC,CAAC,EACvD,KAAK,EAAE,eAAe,CAAC,CAAC,CAAC,KACtB,GAAG,CAAC,OAAO,GAAG,IAAI,CAAC"}
|
package/dist/types/src/components/datagrid/table/table-body/loading-row/LoadingRow.props.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoadingRow.props.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/loading-row/LoadingRow.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"LoadingRow.props.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/loading-row/LoadingRow.props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI;IAC/B,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
1
2
|
import { SubRowProps } from './SubRow.props';
|
|
2
3
|
export declare const SubRow: ({ maxRowHeight, offset, renderSubComponent, row, subComponentHeight, virtualRow, }: SubRowProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export declare const SubRowMemo:
|
|
4
|
+
export declare const SubRowMemo: <T>(props: SubRowProps<T>) => JSX.Element;
|
|
4
5
|
//# sourceMappingURL=SubRow.component.d.ts.map
|
package/dist/types/src/components/datagrid/table/table-body/sub-row/SubRow.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubRow.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/sub-row/SubRow.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SubRow.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/sub-row/SubRow.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAQ,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,eAAO,MAAM,MAAM,GAAI,oFAOpB,WAAW,4CAmBb,CAAC;AAEF,eAAO,MAAM,UAAU,EAAmB,CAAC,CAAC,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,OAAO,CAAC"}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { Row } from '@tanstack/react-table';
|
|
3
|
+
export interface SubRowProps<T = unknown> {
|
|
3
4
|
maxRowHeight: number;
|
|
4
5
|
offset: number;
|
|
5
|
-
renderSubComponent
|
|
6
|
-
row:
|
|
6
|
+
renderSubComponent: (row: Row<T>) => React.ReactNode;
|
|
7
|
+
row: Row<T>;
|
|
7
8
|
subComponentHeight: number;
|
|
8
|
-
virtualRow:
|
|
9
|
-
|
|
9
|
+
virtualRow: {
|
|
10
|
+
index: number;
|
|
11
|
+
start: number;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
10
14
|
//# sourceMappingURL=SubRow.props.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SubRow.props.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/sub-row/SubRow.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"SubRow.props.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-body/sub-row/SubRow.props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AAEjD,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,OAAO;IACtC,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACrD,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC;IACZ,kBAAkB,EAAE,MAAM,CAAC;IAC3B,UAAU,EAAE;QACV,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH"}
|
|
@@ -5,5 +5,5 @@ export declare const TableFooter: ({ hasNextPage, isLoading, itemsCount, onFetch
|
|
|
5
5
|
onFetchAllPages?: () => void;
|
|
6
6
|
onFetchNextPage?: () => void;
|
|
7
7
|
totalCount?: number;
|
|
8
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
9
9
|
//# sourceMappingURL=TableFooter.component.d.ts.map
|
package/dist/types/src/components/datagrid/table/table-footer/TableFooter.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableFooter.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-footer/TableFooter.component.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,GAAI,uFAOzB;IACD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,
|
|
1
|
+
{"version":3,"file":"TableFooter.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-footer/TableFooter.component.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,GAAI,uFAOzB;IACD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,mDAsBA,CAAC"}
|
package/dist/types/src/components/datagrid/table/table-head/TableHeaderContent.props.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableHeaderContent.props.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-head/TableHeaderContent.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"TableHeaderContent.props.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-head/TableHeaderContent.props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAErE,MAAM,MAAM,uBAAuB,CAAC,CAAC,GAAG,OAAO,IAAI;IACjD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC;IAC/B,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,IAAI,CAAC;IAC/C,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableHeaderContent.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TableHeaderContent.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAQ,MAAM,OAAO,CAAC;AAIlC,OAAO,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAqCtE,eAAO,MAAM,kBAAkB,EAAwC,CAAC,CAAC,GAAG,OAAO,EACjF,KAAK,EAAE,uBAAuB,CAAC,CAAC,CAAC,KAC9B,GAAG,CAAC,OAAO,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Header } from '@tanstack/react-table';
|
|
2
|
-
export
|
|
1
|
+
import { Header, SortingState } from '@tanstack/react-table';
|
|
2
|
+
export interface TableHeaderSortingProps<T> {
|
|
3
3
|
header: Header<T, unknown>;
|
|
4
|
-
onSortChange:
|
|
5
|
-
}
|
|
4
|
+
onSortChange?: (sorting: SortingState) => void;
|
|
5
|
+
}
|
|
6
6
|
//# sourceMappingURL=TableHeaderSorting.props.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableHeaderSorting.props.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"TableHeaderSorting.props.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/datagrid/table/table-head/table-header-sorting/TableHeaderSorting.props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAElE,MAAM,WAAW,uBAAuB,CAAC,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;IAC3B,YAAY,CAAC,EAAE,CAAC,OAAO,EAAE,YAAY,KAAK,IAAI,CAAC;CAChD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Topbar.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/topbar/Topbar.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Topbar.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/datagrid/topbar/Topbar.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAQ,MAAM,OAAO,CAAC;AAOlC,OAAO,EAAE,sBAAsB,EAAE,MAAM,6CAA6C,CAAC;AAsErF,eAAO,MAAM,MAAM,EAA4B,CAAC,CAAC,EAAE,KAAK,EAAE,sBAAsB,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,OAAO,CAAC"}
|
package/dist/types/src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { FilterProps } from '../../../filters/Filter.props';
|
|
2
|
+
import { ColumnFilter } from '../../../filters/filter-add/FilterAdd.props';
|
|
3
3
|
interface ColumnsFilteringComponentProps {
|
|
4
4
|
columns: ColumnFilter[];
|
|
5
5
|
filters?: FilterProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnsFiltering.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ColumnsFiltering.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/topbar/columns-filtering/ColumnsFiltering.component.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAG/E,UAAU,8BAA8B;IACtC,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,yBAAyB,GAAI,qCAIvC,8BAA8B,4CAiChC,CAAC"}
|
package/dist/types/src/components/datagrid/topbar/columns-search/ColumnsSearch.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnsSearch.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/topbar/columns-search/ColumnsSearch.component.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ColumnsSearch.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/topbar/columns-search/ColumnsSearch.component.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AA+BnE,eAAO,MAAM,aAAa,mDA7BkB;IAAE,MAAM,EAAE,WAAW,CAAA;CAAE,6CA6BV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnsVisibility.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ColumnsVisibility.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/topbar/columns-visibility/ColumnsVisibility.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAQ,MAAM,OAAO,CAAC;AAqBlC,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,eAAO,MAAM,gBAAgB,UAA0B,CAAC;AAoExD,eAAO,MAAM,gBAAgB,EAAuC,CAAC,CAAC,EACpE,KAAK,EAAE,sBAAsB,CAAC,CAAC,CAAC,KAC7B,GAAG,CAAC,OAAO,CAAC"}
|
package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { Column, VisibilityState } from '@tanstack/react-table';
|
|
3
|
-
import { DatagridColumn,
|
|
3
|
+
import { DatagridColumn, SearchProps } from '../../Datagrid.props';
|
|
4
|
+
import { FilterProps } from '../../../filters/Filter.props';
|
|
4
5
|
export type ColumnsVisibilityProps<T> = {
|
|
5
6
|
columns?: readonly DatagridColumn<T>[];
|
|
6
7
|
columnVisibility?: VisibilityState;
|
package/dist/types/src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnsVisiblity.props.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"ColumnsVisiblity.props.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/topbar/columns-visibility/ColumnsVisiblity.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAErE,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACnF,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAEhE,MAAM,MAAM,sBAAsB,CAAC,CAAC,IAAI;IACtC,OAAO,CAAC,EAAE,SAAS,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC;IACvC,gBAAgB,CAAC,EAAE,eAAe,CAAC;IACnC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,sBAAsB,CAAC,EAAE,MAAM,OAAO,CAAC;IACvC,uBAAuB,CAAC,EAAE,MAAM,OAAO,CAAC;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,mBAAmB,CAAC,EAAE,CAAC,gBAAgB,EAAE,eAAe,KAAK,IAAI,CAAC;IAClE,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,uBAAuB,CAAC,EAAE,MAAM,IAAI,CAAC;IACrC,cAAc,CAAC,EAAE,MAAM,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,CAAC;CACvC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ColumnFilter } from '../../filters';
|
|
1
|
+
import { ColumnFilter } from '../../filters/filter-add/FilterAdd.props';
|
|
2
2
|
import { UseDatagridTopbarProps } from './useDatagridTopbar.props';
|
|
3
3
|
export declare const useDatagridTopbar: <T>({ columns, visibleColumns }: UseDatagridTopbarProps<T>) => {
|
|
4
4
|
filtersColumns: ColumnFilter[];
|
|
5
|
-
hasVisibilityFeature: boolean;
|
|
5
|
+
hasVisibilityFeature: boolean | undefined;
|
|
6
6
|
};
|
|
7
7
|
//# sourceMappingURL=useDatagridTopbar.d.ts.map
|