@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.
- package/CHANGELOG.md +11 -0
- package/dist/{TagsModal.component-WbWApi2R.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/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/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/lib-CKnpYlbA.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":"OnboardingLayout.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding-layout/OnboardingLayout.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"OnboardingLayout.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding-layout/OnboardingLayout.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,OAAO,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAM9F,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CA0DtD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ComponentProps, PropsWithChildren, ReactNode } from 'react';
|
|
2
|
-
import { OnboardingLayoutButtonProps } from './onboarding-layout-button';
|
|
2
|
+
import { OnboardingLayoutButtonProps } from './onboarding-layout-button/OnboardingLayoutButton.props';
|
|
3
3
|
export type OnboardingLayoutProps = OnboardingLayoutButtonProps & PropsWithChildren<{
|
|
4
4
|
hideHeadingSection?: boolean;
|
|
5
5
|
title: string;
|
|
6
6
|
description?: ReactNode;
|
|
7
7
|
img?: ComponentProps<'img'>;
|
|
8
8
|
}>;
|
|
9
|
-
//# sourceMappingURL=OnboardingLayout.
|
|
9
|
+
//# sourceMappingURL=OnboardingLayout.props.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OnboardingLayout.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/onboarding-layout/OnboardingLayout.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAErE,OAAO,EAAE,2BAA2B,EAAE,MAAM,yDAAyD,CAAC;AAEtG,MAAM,MAAM,qBAAqB,GAAG,2BAA2B,GAC7D,iBAAiB,CAAC;IAChB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,GAAG,CAAC,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC;CAC7B,CAAC,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { OnboardingLayoutButtonProps } from './OnboardingLayoutButton.
|
|
3
|
-
declare const OnboardingLayoutButton: FC<OnboardingLayoutButtonProps>;
|
|
4
|
-
export default OnboardingLayoutButton;
|
|
2
|
+
import { OnboardingLayoutButtonProps } from './OnboardingLayoutButton.props';
|
|
3
|
+
export declare const OnboardingLayoutButton: FC<OnboardingLayoutButtonProps>;
|
|
5
4
|
//# sourceMappingURL=OnboardingLayoutButton.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OnboardingLayoutButton.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAK3B,OAAO,EAAE,2BAA2B,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"OnboardingLayoutButton.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAK3B,OAAO,EAAE,2BAA2B,EAAE,MAAM,sFAAsF,CAAC;AAEnI,eAAO,MAAM,sBAAsB,EAAE,EAAE,CAAC,2BAA2B,CAuDlE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OnboardingLayoutButton.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,MAAM,MAAM,2BAA2B,GAAG;IACxC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kBAAkB,CAAC,EAAE,MAAM,IAAI,CAAC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE;QACT,GAAG,EAAE,MAAM,CAAC;QACZ,UAAU,EAAE,MAAM,EAAE,CAAC;QACrB,cAAc,CAAC,EAAE,OAAO,CAAC;KAC1B,CAAC;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,wBAAwB,CAAC,EAAE,OAAO,CAAC;CACpC,CAAC"}
|
|
@@ -2,6 +2,6 @@ import { PropsWithChildren } from 'react';
|
|
|
2
2
|
export declare const Order: {
|
|
3
3
|
({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
Configuration: import('react').FC<import('./order-configuration/OrderConfiguration.props').OrderConfigurationProps>;
|
|
5
|
-
Summary: import('react').FC<import('./order-summary/OrderSummary.
|
|
5
|
+
Summary: import('react').FC<import('./order-summary/OrderSummary.props').OrderSummaryProps>;
|
|
6
6
|
};
|
|
7
7
|
//# sourceMappingURL=Order.component.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
import { TOrderContext } from './Order.
|
|
2
|
+
import { TOrderContext } from './Order.props';
|
|
3
3
|
export declare const OrderContextProvider: ({ children }: React.PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare const useOrderContext: () => TOrderContext;
|
|
5
5
|
//# sourceMappingURL=Order.context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Order.context.d.ts","sourceRoot":"","sources":["../../../../../src/components/order/Order.context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuD,MAAM,OAAO,CAAC;AAE5E,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Order.context.d.ts","sourceRoot":"","sources":["../../../../../src/components/order/Order.context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuD,MAAM,OAAO,CAAC;AAE5E,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAI9C,eAAO,MAAM,oBAAoB,GAAI,cAAc,KAAK,CAAC,iBAAiB,4CAazE,CAAC;AAEF,eAAO,MAAM,eAAe,QAAO,aAKlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Order.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/order/Order.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,qBAAqB,EAAE,CAAC,kBAAkB,EAAE,OAAO,KAAK,IAAI,CAAC;IAC7D,kBAAkB,EAAE,OAAO,CAAC;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC"}
|
package/dist/types/src/components/order/order-configuration/OrderConfiguration.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderConfiguration.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/order/order-configuration/OrderConfiguration.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"OrderConfiguration.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/order/order-configuration/OrderConfiguration.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAO,MAAM,OAAO,CAAC;AAUhC,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAErE,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CA4C1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderSummary.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/order/order-summary/OrderSummary.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"OrderSummary.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/order/order-summary/OrderSummary.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAkB,MAAM,OAAO,CAAC;AAY3C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAEzD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA2D9C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrderSummary.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/order/order-summary/OrderSummary.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/pagination/Pagination.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Pagination.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/pagination/Pagination.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,0CAA0C,CAAC;AAE3E,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,4CAAiC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Password.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/password/Password.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Password.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/password/Password.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4CAA+B,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { PhoneNumberProps } from '
|
|
1
|
+
import { PhoneNumberProps } from './PhoneNumber.props';
|
|
2
2
|
export declare const PhoneNumber: ({ children, ...others }: PhoneNumberProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=PhoneNumber.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneNumber.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone-number/PhoneNumber.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"PhoneNumber.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/phone-number/PhoneNumber.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAE/E,eAAO,MAAM,WAAW,GAAI,yBAAyB,gBAAgB,4CAEpE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Popover.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/popover/Popover.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Popover.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/popover/Popover.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,eAAO,MAAM,OAAO,GAAI,yBAAyB,YAAY,4CAE5D,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { PriceProps } from './Price.props';
|
|
2
|
-
export declare function Price({ value, intervalUnit, tax, ovhSubsidiary, locale, isConvertIntervalUnit, }: Readonly<PriceProps>): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function Price({ value, intervalUnit, tax, ovhSubsidiary, locale, isConvertIntervalUnit, }: Readonly<PriceProps>): import("react/jsx-runtime").JSX.Element | null;
|
|
3
3
|
export default Price;
|
|
4
4
|
//# sourceMappingURL=Price.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Price.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/price/Price.component.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Price.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/price/Price.component.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAY5D,OAAO,gBAAgB,CAAC;AAExB,wBAAgB,KAAK,CAAC,EACpB,KAAK,EACL,YAAY,EACZ,GAAO,EACP,aAAa,EACb,MAAM,EACN,qBAAqB,GACtB,EAAE,QAAQ,CAAC,UAAU,CAAC,kDAoGtB;AAED,eAAe,KAAK,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IntervalUnit, OvhSubsidiary } from '../../commons';
|
|
2
2
|
export type PriceProps = {
|
|
3
3
|
value: number;
|
|
4
4
|
tax?: number;
|
|
5
|
-
intervalUnit?:
|
|
5
|
+
intervalUnit?: IntervalUnit;
|
|
6
6
|
ovhSubsidiary: OvhSubsidiary;
|
|
7
7
|
isConvertIntervalUnit?: boolean;
|
|
8
8
|
locale: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Price.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/price/Price.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Price.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/price/Price.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAExD,MAAM,MAAM,UAAU,GAAG;IAEvB,KAAK,EAAE,MAAM,CAAC;IAEd,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B,aAAa,EAAE,aAAa,CAAC;IAE7B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAEhC,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IntervalUnit, OvhSubsidiary } from '../../commons';
|
|
2
2
|
export declare const getPrice: (value: number, tax?: number) => number;
|
|
3
|
-
export declare const convertIntervalPrice: (price: number, intervalUnit:
|
|
3
|
+
export declare const convertIntervalPrice: (price: number, intervalUnit: IntervalUnit) => number;
|
|
4
4
|
export declare const getPriceTextFormatted: (ovhSubsidiary: OvhSubsidiary, locale: string, priceValue: number) => string;
|
|
5
5
|
export declare const checkAsianFormat: (subsidiary: string) => boolean;
|
|
6
6
|
export declare const checkGermanFormat: (subsidiary: string) => boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Price.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/price/Price.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Price.utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/price/Price.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAA8B,aAAa,EAAE,MAAM,WAAW,CAAC;AASpF,eAAO,MAAM,QAAQ,GAAI,OAAO,MAAM,EAAE,MAAM,MAAM,KAAG,MAGtD,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,OAAO,MAAM,EAAE,cAAc,YAAY,KAAG,MAShF,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAChC,eAAe,aAAa,EAC5B,QAAQ,MAAM,EACd,YAAY,MAAM,KACjB,MAgBF,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,YAAY,MAAM,YAElD,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,YAAY,MAAM,YAEnD,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,YAAY,MAAM,YAEnD,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,YAAY,MAAM,YAE/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Progress.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/progress/Progress.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Progress.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/progress/Progress.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4CAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/progress/progress-bar/ProgressBar.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ProgressBar.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/progress/progress-bar/ProgressBar.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Quantity.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/quantity/Quantity.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Quantity.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/quantity/Quantity.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":"RadioGroup.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-group/RadioGroup.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"RadioGroup.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-group/RadioGroup.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAE5E,eAAO,MAAM,UAAU,GAAI,yBAAyB,eAAe,4CAElE,CAAC"}
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
export { RadioGroup } from './RadioGroup.component';
|
|
2
|
-
export type { RadioGroupProps } from './RadioGroup.props';
|
|
3
|
-
export { Radio } from './radio/Radio.component';
|
|
4
|
-
export { RadioControl } from './radio-control/RadioControl.component';
|
|
5
|
-
export { RadioLabel } from './radio-label/RadioLabel.component';
|
|
6
1
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-group/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-group/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Range.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/range/Range.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Range.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/range/Range.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,eAAO,MAAM,KAAK,GAAI,OAAO,UAAU,4CAA4B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
1
2
|
import { RedirectionGuardProps } from './RedirectionGuard.props';
|
|
2
3
|
export declare function RedirectionGuard({ route, condition, isLoading, children, isError, errorComponent, }: RedirectionGuardProps): JSX.Element;
|
|
3
4
|
//# sourceMappingURL=RedirectionGuard.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RedirectionGuard.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/redirection-guard/RedirectionGuard.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RedirectionGuard.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/redirection-guard/RedirectionGuard.component.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAMnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAE9F,wBAAgB,gBAAgB,CAAC,EAC/B,KAAK,EACL,SAAS,EACT,SAAS,EACT,QAAQ,EACR,OAAO,EACP,cAAc,GACf,EAAE,qBAAqB,GAAG,GAAG,CAAC,OAAO,CAUrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/select/Select.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Select.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/select/Select.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,eAAO,MAAM,MAAM,GAAI,yBAAyB,WAAW,4CAE1D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServiceStateBadge.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/service-state-badge/ServiceStateBadge.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ServiceStateBadge.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/service-state-badge/ServiceStateBadge.component.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAWnE,eAAO,MAAM,iBAAiB,GAAI,oBAAoB,sBAAsB,4CAa3E,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentProps } from 'react';
|
|
2
|
-
import { Badge } from '
|
|
2
|
+
import { Badge } from '..';
|
|
3
3
|
export type ResourceStatus = 'active' | 'deleted' | 'suspended' | 'toActivate' | 'toDelete' | 'toSuspend';
|
|
4
4
|
export type ServiceStateBadgeProps = Omit<ComponentProps<typeof Badge>, 'color' | 'label'> & {
|
|
5
5
|
state: ResourceStatus;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServiceStateBadge.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/service-state-badge/ServiceStateBadge.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ServiceStateBadge.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/service-state-badge/ServiceStateBadge.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAErC,MAAM,MAAM,cAAc,GACtB,QAAQ,GACR,SAAS,GACT,WAAW,GACX,YAAY,GACZ,UAAU,GACV,WAAW,CAAC;AAEhB,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,GAAG;IAC3F,KAAK,EAAE,cAAc,CAAC;CACvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Skeleton.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/skeleton/Skeleton.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Skeleton.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/skeleton/Skeleton.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4CAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spinner.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/spinner/Spinner.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Spinner.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/spinner/Spinner.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAElE,eAAO,MAAM,OAAO,GAAI,OAAO,YAAY,4CAA8B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
import { StepProps } from './Step.props';
|
|
2
3
|
export declare const Step: ({ id, title, subtitle, open, checked, locked, order, children, next, edit, skip, }: StepProps) => JSX.Element;
|
|
3
4
|
export default Step;
|
|
4
5
|
//# sourceMappingURL=Step.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Step.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/step/Step.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Step.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/step/Step.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAI5B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAOzC,eAAO,MAAM,IAAI,GAAI,oFAYlB,SAAS,KAAG,GAAG,CAAC,OA8BlB,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Step.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/step/Step.props.tsx"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;CACxC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"Step.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/step/Step.props.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IACjB,MAAM,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;CACxC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/Switch.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Switch.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/switch/Switch.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAE/D,eAAO,MAAM,MAAM,GAAI,OAAO,WAAW,4CAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.constants.d.ts","sourceRoot":"","sources":["../../../../../../src/components/switch/constants/Switch.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEhE,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/Table.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Table.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/table/Table.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,eAAO,MAAM,KAAK,GAAI,yBAAyB,UAAU,4CAExD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tabs/Tabs.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tabs.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tabs/Tabs.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAY,MAAM,OAAO,CAAC;AAItC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,wBAAgB,aAAa,CAAC,IAAI,EAAE,EAClC,KAAU,EACV,YAAgD,EAChD,cAAkD,EAClD,SAAS,EACT,QAAQ,GACT,EAAE,SAAS,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,OAAO,CA+B/B;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/tabs/Tabs.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,CAAC,IAAI,IAAI;IAC5B,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,EAAE;QAAE,IAAI,EAAE,IAAI,CAAC;QAAC,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,GAAG,CAAC,OAAO,CAAC;IAC3F,cAAc,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE;QAAE,IAAI,EAAE,IAAI,CAAA;KAAE,KAAK,GAAG,CAAC,OAAO,CAAC;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;CACjC,CAAC"}
|
|
1
|
+
{"version":3,"file":"Tabs.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/tabs/Tabs.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,MAAM,MAAM,SAAS,CAAC,IAAI,IAAI;IAC5B,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf,YAAY,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,EAAE;QAAE,IAAI,EAAE,IAAI,CAAC;QAAC,UAAU,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,GAAG,CAAC,OAAO,CAAC;IAC3F,cAAc,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE;QAAE,IAAI,EAAE,IAAI,CAAA;KAAE,KAAK,GAAG,CAAC,OAAO,CAAC;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;CACjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsList.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tags-list/TagsList.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAqC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TagsList.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tags-list/TagsList.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAqC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAOtE,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA2CtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsModal.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tags-list/tags-modal/TagsModal.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TagsModal.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tags-list/tags-modal/TagsModal.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsE,MAAM,OAAO,CAAC;AAgB3F,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,gBAAgB,CAAC;AAExB,eAAO,MAAM,SAAS,uFAmDrB,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsStack.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tags-list/tags-stack/TagsStack.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAA2C,MAAM,OAAO,CAAC;AAKpE,OAAO,
|
|
1
|
+
{"version":3,"file":"TagsStack.component.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tags-list/tags-stack/TagsStack.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAA2C,MAAM,OAAO,CAAC;AAKpE,OAAO,EAAoB,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAGrE,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAoFxC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsStack.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tags-list/tags-stack/TagsStack.props.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC"}
|
|
1
|
+
{"version":3,"file":"TagsStack.props.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tags-list/tags-stack/TagsStack.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAEnC,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAE5C,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { HTMLBadgeElement } from './TagsStack.
|
|
1
|
+
import { HTMLBadgeElement } from './TagsStack.props';
|
|
2
2
|
export declare const getVisibleTagCount: (tags: string[], badge: HTMLBadgeElement, container: HTMLDivElement, maxLines: number) => number;
|
|
3
3
|
//# sourceMappingURL=TagsStack.utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsStack.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tags-list/tags-stack/TagsStack.utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TagsStack.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/tags-list/tags-stack/TagsStack.utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAgCrD,eAAO,MAAM,kBAAkB,GAC7B,MAAM,MAAM,EAAE,EACd,OAAO,gBAAgB,EACvB,WAAW,cAAc,EACzB,UAAU,MAAM,KACf,MA6CF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsTile.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tags-tile/TagsTile.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TagsTile.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tags-tile/TagsTile.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAGtE,OAAO,gBAAgB,CAAC;AAExB,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAuC5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagsTile.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/tags-tile/TagsTile.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"TagsTile.props.d.ts","sourceRoot":"","sources":["../../../../../src/components/tags-tile/TagsTile.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,aAAa,EAAE,SAAS,CAAC;IACnE,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tags-tile.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tags-tile/tags-tile.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"tags-tile.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tags-tile/tags-tile.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAEtE,OAAO,gBAAgB,CAAC;AAExB,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAuC5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Text.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/Text.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Text.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/Text.component.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,gBAAgB,CAAC;AAExB,eAAO,MAAM,IAAI,GAAI,8DAMlB,SAAS,4CAiBX,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Textarea.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/textarea/Textarea.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Textarea.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/textarea/Textarea.component.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AAErE,eAAO,MAAM,QAAQ,GAAI,OAAO,aAAa,4CAA+B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"namespace.d.ts","sourceRoot":"","sources":["../../../../../src/components/tile/namespace.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"namespace.d.ts","sourceRoot":"","sources":["../../../../../src/components/tile/namespace.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,IAAI,EAAE,MAAM,aAAa,CAAC;AAE/C,cAAc,aAAa,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
1
2
|
import { TilesInputProps } from './TilesInput.props';
|
|
2
3
|
export declare const TilesInputComponent: <T, S>({ items, value, onInput, label, tileClass, stack, id, }: TilesInputProps<T, S>) => JSX.Element;
|
|
3
4
|
//# sourceMappingURL=TilesInput.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TilesInput.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input/TilesInput.component.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TilesInput.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/tiles-input/TilesInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAoC,MAAM,OAAO,CAAC;AAQ9D,OAAO,EAAE,eAAe,EAAmB,MAAM,2CAA2C,CAAC;AAI7F,eAAO,MAAM,mBAAmB,GAAI,CAAC,EAAE,CAAC,EAAE,yDAQvC,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC,KAAG,GAAG,CAAC,OA8I9B,CAAC"}
|