@daisforge/ui 1.10.3
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/chunks/AnalyticalWidget-B7ClAsdR.cjs +43 -0
- package/chunks/AnalyticalWidget-C7Eg_BvO.mjs +868 -0
- package/chunks/ApprovalCenter-BBO6xzlj.cjs +1 -0
- package/chunks/ApprovalCenter-DF3QvU-j.mjs +531 -0
- package/chunks/BlockTitle-B9kddQoH.cjs +1 -0
- package/chunks/BlockTitle-C-S68hGO.mjs +180 -0
- package/chunks/Container-FDjGjCwM.cjs +17 -0
- package/chunks/Container-MnZxUYkx.mjs +180 -0
- package/chunks/EXTERNAL_PACKAGE_MODULE_sdds_finai_high_contrast__light_theme-B8FhA_zv.cjs +1910 -0
- package/chunks/EXTERNAL_PACKAGE_MODULE_sdds_finai_high_contrast__light_theme-w2nh9o1i.mjs +1915 -0
- package/chunks/EmptyState-B4btmmsT.cjs +1 -0
- package/chunks/EmptyState-Dt-0Lcpf.mjs +615 -0
- package/chunks/FiltersActions-B5itGUXL.cjs +1 -0
- package/chunks/FiltersActions-B8qHj-O3.mjs +637 -0
- package/chunks/FormDatePickers-BClwflaz.mjs +535 -0
- package/chunks/FormDatePickers-k_9RxQ8v.cjs +1 -0
- package/chunks/FormSegmentGroup-BlE9ahgH.cjs +1 -0
- package/chunks/FormSegmentGroup-CLpUa9ZF.mjs +268 -0
- package/chunks/FormTextArea-BNLRTeXN.mjs +160 -0
- package/chunks/FormTextArea-gkAcAtRJ.cjs +1 -0
- package/chunks/GridDND-Btk25GHs.cjs +1 -0
- package/chunks/GridDND-DCBTab4L.mjs +1082 -0
- package/chunks/LeftPanel-Bio5yorL.cjs +1 -0
- package/chunks/LeftPanel-DrfExsdt.mjs +303 -0
- package/chunks/ListOfFilters-Bub8eS7H.cjs +1 -0
- package/chunks/ListOfFilters-CQMba-A5.mjs +462 -0
- package/chunks/MassActions-BUQnJNLt.cjs +1 -0
- package/chunks/MassActions-D3pcqOuK.mjs +1352 -0
- package/chunks/PageTitle-BKByYCPS.cjs +1 -0
- package/chunks/PageTitle-CDzW4L5v.mjs +282 -0
- package/chunks/SplitView-CXHc8Kth.cjs +12 -0
- package/chunks/SplitView-Djf6REPV.mjs +339 -0
- package/chunks/Table-CNzEc_EO.cjs +31 -0
- package/chunks/Table-DTb3FpsK.mjs +11944 -0
- package/chunks/TableCanvas-BmR3qLnY.cjs +30 -0
- package/chunks/TableCanvas-CqJEwXwz.mjs +16897 -0
- package/chunks/TableGlide-B0WCOgRq.mjs +7544 -0
- package/chunks/TableGlide-DBSIrlp_.cjs +1 -0
- package/chunks/styles-B2ZkJ8rO.cjs +2 -0
- package/chunks/styles-BFPdR0Hr.mjs +240 -0
- package/chunks/utils-Ch8gMTzR.mjs +504 -0
- package/chunks/utils-DN3rU1Iu.cjs +25 -0
- package/chunks/vendor-BG4P-329.mjs +2582 -0
- package/chunks/vendor-D8Dozc4m.cjs +1981 -0
- package/components/Accordion/index.cjs +1 -0
- package/components/Accordion/index.d.ts +1 -0
- package/components/Accordion/index.mjs +5 -0
- package/components/AiAgentPopover/AiAgentPopover.classnames.d.ts +8 -0
- package/components/AiAgentPopover/AiAgentPopover.constants.d.ts +13 -0
- package/components/AiAgentPopover/AiAgentPopover.d.ts +3 -0
- package/components/AiAgentPopover/AiAgentPopover.styled.d.ts +81 -0
- package/components/AiAgentPopover/AiAgentPopover.types.d.ts +43 -0
- package/components/AiAgentPopover/AiAgentPopover.utils.d.ts +45 -0
- package/components/AiAgentPopover/hooks/useDrag.d.ts +16 -0
- package/components/AiAgentPopover/hooks/usePositionStorage.d.ts +18 -0
- package/components/AiAgentPopover/index.cjs +20 -0
- package/components/AiAgentPopover/index.d.ts +2 -0
- package/components/AiAgentPopover/index.mjs +622 -0
- package/components/AnalyticalWidget/AnalyticalWidget.constants.d.ts +97 -0
- package/components/AnalyticalWidget/AnalyticalWidget.d.ts +225 -0
- package/components/AnalyticalWidget/AnalyticalWidget.styled.d.ts +45 -0
- package/components/AnalyticalWidget/AnalyticalWidget.types.d.ts +20 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetButtons/index.cjs +1 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetButtons/index.d.ts +3 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetButtons/index.mjs +5 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetChips/AnalyticalWidgetChipsGroup.d.ts +3 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetChips/AnalyticalWidgetChipsGroup.styled.d.ts +22 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetChips/AnalyticalWidgetChipsGroup.types.d.ts +12 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetChips/index.cjs +1 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetChips/index.d.ts +2 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetChips/index.mjs +4 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetHeader/AnalyticalWidgetHeader.d.ts +3 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetHeader/AnalyticalWidgetHeader.styled.d.ts +109 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetHeader/AnalyticalWidgetHeader.types.d.ts +22 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetHeader/AnalyticalWidgetTitle.d.ts +3 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetHeader/AnalyticalWidgetTitle.types.d.ts +8 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetHeader/index.cjs +1 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetHeader/index.d.ts +2 -0
- package/components/AnalyticalWidget/components/AnalyticalWidgetHeader/index.mjs +4 -0
- package/components/AnalyticalWidget/index.cjs +1 -0
- package/components/AnalyticalWidget/index.d.ts +3 -0
- package/components/AnalyticalWidget/index.mjs +5 -0
- package/components/ApprovalCenter/ApprovalCenter.d.ts +3 -0
- package/components/ApprovalCenter/ApprovalCenter.types.d.ts +84 -0
- package/components/ApprovalCenter/ApprovalCenter.utils.d.ts +5 -0
- package/components/ApprovalCenter/components/History.d.ts +4 -0
- package/components/ApprovalCenter/components/LifeCycle.d.ts +4 -0
- package/components/ApprovalCenter/components/Preview.d.ts +3 -0
- package/components/ApprovalCenter/components/index.cjs +1 -0
- package/components/ApprovalCenter/components/index.d.ts +3 -0
- package/components/ApprovalCenter/components/index.mjs +6 -0
- package/components/ApprovalCenter/constants.d.ts +19 -0
- package/components/ApprovalCenter/index.cjs +1 -0
- package/components/ApprovalCenter/index.d.ts +2 -0
- package/components/ApprovalCenter/index.mjs +4 -0
- package/components/ApprovalCenter/styled.d.ts +328 -0
- package/components/Attach/index.cjs +1 -0
- package/components/Attach/index.d.ts +1 -0
- package/components/Attach/index.mjs +4 -0
- package/components/Autocomplete/Autocomplete.d.ts +9795 -0
- package/components/Autocomplete/Autocomplete.types.d.ts +8 -0
- package/components/Autocomplete/index.cjs +1 -0
- package/components/Autocomplete/index.d.ts +2 -0
- package/components/Autocomplete/index.mjs +37 -0
- package/components/AutocompleteSearch/AutocompleteSearch.d.ts +3 -0
- package/components/AutocompleteSearch/AutocompleteSearch.styled.d.ts +5 -0
- package/components/AutocompleteSearch/AutocompleteSearch.types.d.ts +12 -0
- package/components/AutocompleteSearch/index.cjs +1 -0
- package/components/AutocompleteSearch/index.d.ts +2 -0
- package/components/AutocompleteSearch/index.mjs +92 -0
- package/components/Avatar/index.cjs +1 -0
- package/components/Avatar/index.d.ts +2 -0
- package/components/Avatar/index.mjs +4 -0
- package/components/AvatarGroup/index.cjs +1 -0
- package/components/AvatarGroup/index.d.ts +2 -0
- package/components/AvatarGroup/index.mjs +4 -0
- package/components/Badge/index.cjs +1 -0
- package/components/Badge/index.d.ts +6 -0
- package/components/Badge/index.mjs +4 -0
- package/components/BlockGradientScroll/BlockGradientScroll.d.ts +14 -0
- package/components/BlockGradientScroll/constans.d.ts +3 -0
- package/components/BlockGradientScroll/hooks.d.ts +1 -0
- package/components/BlockGradientScroll/index.cjs +1 -0
- package/components/BlockGradientScroll/index.d.ts +1 -0
- package/components/BlockGradientScroll/index.mjs +58 -0
- package/components/BlockTitle/BlockTitle.classname.d.ts +10 -0
- package/components/BlockTitle/BlockTitle.d.ts +3 -0
- package/components/BlockTitle/BlockTitle.types.d.ts +23 -0
- package/components/BlockTitle/index.cjs +1 -0
- package/components/BlockTitle/index.d.ts +3 -0
- package/components/BlockTitle/index.mjs +5 -0
- package/components/BlockTitle/styled.d.ts +12 -0
- package/components/BlockTitle/utils/index.cjs +1 -0
- package/components/BlockTitle/utils/index.d.ts +5 -0
- package/components/BlockTitle/utils/index.mjs +6 -0
- package/components/Box/Box.d.ts +285 -0
- package/components/Box/index.cjs +1 -0
- package/components/Box/index.d.ts +2 -0
- package/components/Box/index.mjs +13 -0
- package/components/Box/typeKeys.d.ts +5 -0
- package/components/Breadcrumbs/index.cjs +1 -0
- package/components/Breadcrumbs/index.d.ts +6 -0
- package/components/Breadcrumbs/index.mjs +4 -0
- package/components/Button/index.cjs +1 -0
- package/components/Button/index.d.ts +6 -0
- package/components/Button/index.mjs +4 -0
- package/components/ButtonBase/index.cjs +1 -0
- package/components/ButtonBase/index.d.ts +1 -0
- package/components/ButtonBase/index.mjs +4 -0
- package/components/ButtonGroup/index.cjs +1 -0
- package/components/ButtonGroup/index.d.ts +2 -0
- package/components/ButtonGroup/index.mjs +4 -0
- package/components/Calendar/index.cjs +1 -0
- package/components/Calendar/index.d.ts +2 -0
- package/components/Calendar/index.mjs +8 -0
- package/components/Card/index.cjs +1 -0
- package/components/Card/index.d.ts +2 -0
- package/components/Card/index.mjs +6 -0
- package/components/Carousel/index.cjs +1 -0
- package/components/Carousel/index.d.ts +7 -0
- package/components/Carousel/index.mjs +5 -0
- package/components/Cell/index.cjs +1 -0
- package/components/Cell/index.d.ts +3 -0
- package/components/Cell/index.mjs +8 -0
- package/components/Checkbox/index.cjs +1 -0
- package/components/Checkbox/index.d.ts +2 -0
- package/components/Checkbox/index.mjs +4 -0
- package/components/Chip/index.cjs +1 -0
- package/components/Chip/index.d.ts +6 -0
- package/components/Chip/index.mjs +4 -0
- package/components/ChipGroup/index.cjs +1 -0
- package/components/ChipGroup/index.d.ts +1 -0
- package/components/ChipGroup/index.mjs +4 -0
- package/components/CodeField/index.cjs +1 -0
- package/components/CodeField/index.d.ts +1 -0
- package/components/CodeField/index.mjs +4 -0
- package/components/CodeInput/index.cjs +1 -0
- package/components/CodeInput/index.d.ts +1 -0
- package/components/CodeInput/index.mjs +4 -0
- package/components/Collapse/Collapse.d.ts +22 -0
- package/components/Collapse/index.cjs +1 -0
- package/components/Collapse/index.d.ts +2 -0
- package/components/Collapse/index.mjs +71 -0
- package/components/Combobox/Combobox.d.ts +3 -0
- package/components/Combobox/index.cjs +1 -0
- package/components/Combobox/index.d.ts +7 -0
- package/components/Combobox/index.mjs +4 -0
- package/components/Counter/index.cjs +1 -0
- package/components/Counter/index.d.ts +3 -0
- package/components/Counter/index.mjs +5 -0
- package/components/DatePicker/DatePicker.d.ts +279 -0
- package/components/DatePicker/DatePicker.types.d.ts +6 -0
- package/components/DatePicker/index.cjs +1 -0
- package/components/DatePicker/index.d.ts +3 -0
- package/components/DatePicker/index.mjs +65 -0
- package/components/DateTimePicker/index.cjs +1 -0
- package/components/DateTimePicker/index.d.ts +1 -0
- package/components/DateTimePicker/index.mjs +6 -0
- package/components/Divider/index.cjs +1 -0
- package/components/Divider/index.d.ts +3 -0
- package/components/Divider/index.mjs +5 -0
- package/components/Drawer/index.cjs +1 -0
- package/components/Drawer/index.d.ts +2 -0
- package/components/Drawer/index.mjs +7 -0
- package/components/DrawerDF/DrawerDF.d.ts +17 -0
- package/components/DrawerDF/DrawerDFCompounds.d.ts +5 -0
- package/components/DrawerDF/classNames.d.ts +19 -0
- package/components/DrawerDF/components/BackIconButton.d.ts +3 -0
- package/components/DrawerDF/components/CloseButton.d.ts +3 -0
- package/components/DrawerDF/components/DotsIconButton.d.ts +3 -0
- package/components/DrawerDF/components/DrawerX.d.ts +8 -0
- package/components/DrawerDF/components/styled.d.ts +51 -0
- package/components/DrawerDF/index.cjs +1 -0
- package/components/DrawerDF/index.d.ts +3 -0
- package/components/DrawerDF/index.mjs +426 -0
- package/components/DrawerDF/types.d.ts +40 -0
- package/components/Dropdown/index.cjs +1 -0
- package/components/Dropdown/index.d.ts +5 -0
- package/components/Dropdown/index.mjs +4 -0
- package/components/Dropzone/index.cjs +1 -0
- package/components/Dropzone/index.d.ts +5 -0
- package/components/Dropzone/index.mjs +4 -0
- package/components/EmbedIconButton/index.cjs +1 -0
- package/components/EmbedIconButton/index.d.ts +1 -0
- package/components/EmbedIconButton/index.mjs +4 -0
- package/components/EmbeddedButtonBeta/index.cjs +1 -0
- package/components/EmbeddedButtonBeta/index.d.ts +5 -0
- package/components/EmbeddedButtonBeta/index.mjs +4 -0
- package/components/EmptyState/EmptyState.constants.d.ts +148 -0
- package/components/EmptyState/EmptyState.d.ts +4 -0
- package/components/EmptyState/EmptyState.types.d.ts +42 -0
- package/components/EmptyState/EmptyState.utils.d.ts +20 -0
- package/components/EmptyState/components/EmptyStateButtonVariant.d.ts +8 -0
- package/components/EmptyState/components/EmptyStateButtonsGroup.d.ts +8 -0
- package/components/EmptyState/components/EmptyStateExtraButtonWrapper.d.ts +8 -0
- package/components/EmptyState/components/EmptyStateImageRenderer.d.ts +13 -0
- package/components/EmptyState/components/index.cjs +1 -0
- package/components/EmptyState/components/index.d.ts +3 -0
- package/components/EmptyState/components/index.mjs +6 -0
- package/components/EmptyState/index.cjs +1 -0
- package/components/EmptyState/index.d.ts +3 -0
- package/components/EmptyState/index.mjs +5 -0
- package/components/EmptyState/styled.d.ts +22 -0
- package/components/Flow/index.cjs +1 -0
- package/components/Flow/index.d.ts +1 -0
- package/components/Flow/index.mjs +4 -0
- package/components/Grid/index.cjs +1 -0
- package/components/Grid/index.d.ts +2 -0
- package/components/Grid/index.mjs +6 -0
- package/components/GridDND/GridDND.ItemWrapper.d.ts +10 -0
- package/components/GridDND/GridDND.MeasuredContainer.d.ts +3 -0
- package/components/GridDND/GridDND.constants.d.ts +8 -0
- package/components/GridDND/GridDND.d.ts +6 -0
- package/components/GridDND/GridDND.styled.d.ts +7 -0
- package/components/GridDND/GridDND.types.d.ts +80 -0
- package/components/GridDND/hooks/useContainerWidth.d.ts +5 -0
- package/components/GridDND/index.cjs +1 -0
- package/components/GridDND/index.d.ts +3 -0
- package/components/GridDND/index.mjs +7 -0
- package/components/GridDND/utils/convertAreaToLayouts.d.ts +3 -0
- package/components/GridDND/utils/gridWrapWordLike.d.ts +6 -0
- package/components/GridDND/utils/index.cjs +1 -0
- package/components/GridDND/utils/index.d.ts +9 -0
- package/components/GridDND/utils/index.mjs +16 -0
- package/components/GridDND/utils/initSizeType.d.ts +4 -0
- package/components/GridDND/utils/isEmptyCell.d.ts +1 -0
- package/components/GridDND/utils/layoutsShallowEqual.d.ts +3 -0
- package/components/GridDND/utils/packByItemsOrder.d.ts +8 -0
- package/components/GridDND/utils/pickWidestBreakpoint.d.ts +1 -0
- package/components/GridDND/utils/placeRectFirstFit.d.ts +6 -0
- package/components/GridDND/utils/unlockAfterFrame.d.ts +1 -0
- package/components/IconButton/IconButton.d.ts +5 -0
- package/components/IconButton/IconButtonDots.d.ts +12 -0
- package/components/IconButton/IconButtonFilter/Circle.d.ts +4 -0
- package/components/IconButton/IconButtonFilter/IconButtonFilter.d.ts +15 -0
- package/components/IconButton/index.cjs +1 -0
- package/components/IconButton/index.d.ts +3 -0
- package/components/IconButton/index.mjs +119 -0
- package/components/IconSvgSprite/IconSvgSprite.d.ts +6 -0
- package/components/IconSvgSprite/index.cjs +1 -0
- package/components/IconSvgSprite/index.d.ts +1 -0
- package/components/IconSvgSprite/index.mjs +69 -0
- package/components/Image/index.cjs +1 -0
- package/components/Image/index.d.ts +2 -0
- package/components/Image/index.mjs +4 -0
- package/components/Indicator/index.cjs +1 -0
- package/components/Indicator/index.d.ts +2 -0
- package/components/Indicator/index.mjs +4 -0
- package/components/InformationWrapper/index.cjs +1 -0
- package/components/InformationWrapper/index.d.ts +1 -0
- package/components/InformationWrapper/index.mjs +6 -0
- package/components/LeftPanel/LeftPanel.classname.d.ts +4 -0
- package/components/LeftPanel/LeftPanel.d.ts +6 -0
- package/components/LeftPanel/LeftPanel.types.d.ts +49 -0
- package/components/LeftPanel/components/LeftPanelToggleButton.d.ts +3 -0
- package/components/LeftPanel/components/index.cjs +1 -0
- package/components/LeftPanel/components/index.d.ts +1 -0
- package/components/LeftPanel/components/index.mjs +4 -0
- package/components/LeftPanel/constants.d.ts +10 -0
- package/components/LeftPanel/hooks/index.cjs +1 -0
- package/components/LeftPanel/hooks/index.d.ts +1 -0
- package/components/LeftPanel/hooks/index.mjs +4 -0
- package/components/LeftPanel/hooks/useResize.d.ts +5 -0
- package/components/LeftPanel/index.cjs +1 -0
- package/components/LeftPanel/index.d.ts +4 -0
- package/components/LeftPanel/index.mjs +6 -0
- package/components/LeftPanel/styled.d.ts +369 -0
- package/components/LeftPanel/utils/index.cjs +1 -0
- package/components/LeftPanel/utils/index.d.ts +5 -0
- package/components/LeftPanel/utils/index.mjs +6 -0
- package/components/Link/index.cjs +1 -0
- package/components/Link/index.d.ts +6 -0
- package/components/Link/index.mjs +4 -0
- package/components/LinkButton/index.cjs +1 -0
- package/components/LinkButton/index.d.ts +5 -0
- package/components/LinkButton/index.mjs +4 -0
- package/components/List/index.cjs +1 -0
- package/components/List/index.d.ts +2 -0
- package/components/List/index.mjs +5 -0
- package/components/ListOfFilters/ChipOrGroup.d.ts +11 -0
- package/components/ListOfFilters/ListOfFilters.d.ts +23 -0
- package/components/ListOfFilters/ListOfFilters.lazy.d.ts +3 -0
- package/components/ListOfFilters/classNames.d.ts +9 -0
- package/components/ListOfFilters/index.cjs +1 -0
- package/components/ListOfFilters/index.d.ts +4 -0
- package/components/ListOfFilters/index.mjs +7 -0
- package/components/ListOfFilters/types.d.ts +12 -0
- package/components/ListOfFilters/useFiltersList.d.ts +22 -0
- package/components/ListOfFilters/useUpdateSize.d.ts +5 -0
- package/components/Mask/index.cjs +1 -0
- package/components/Mask/index.d.ts +1 -0
- package/components/Mask/index.mjs +4 -0
- package/components/MassActions/MassActions.d.ts +6 -0
- package/components/MassActions/MassActionsButton.d.ts +9 -0
- package/components/MassActions/MassActionsCounter.d.ts +4 -0
- package/components/MassActions/MassActionsDropdown.d.ts +11 -0
- package/components/MassActions/constants.d.ts +26 -0
- package/components/MassActions/hooks/index.cjs +1 -0
- package/components/MassActions/hooks/index.d.ts +8 -0
- package/components/MassActions/hooks/index.mjs +11 -0
- package/components/MassActions/hooks/useMassActionsButtons.d.ts +10 -0
- package/components/MassActions/hooks/useMassActionsCollapse.d.ts +14 -0
- package/components/MassActions/hooks/useMassActionsCompression.d.ts +27 -0
- package/components/MassActions/hooks/useMassActionsContainer.d.ts +7 -0
- package/components/MassActions/hooks/useMassActionsEffects.d.ts +18 -0
- package/components/MassActions/hooks/useMassActionsPosition.d.ts +19 -0
- package/components/MassActions/hooks/useMassActionsSidebar.d.ts +17 -0
- package/components/MassActions/hooks/useMassActionsVisibility.d.ts +1 -0
- package/components/MassActions/index.cjs +1 -0
- package/components/MassActions/index.d.ts +5 -0
- package/components/MassActions/index.mjs +22 -0
- package/components/MassActions/styled.d.ts +318 -0
- package/components/MassActions/types.d.ts +76 -0
- package/components/MassActionsStatic/MassActionsStatic.d.ts +4 -0
- package/components/MassActionsStatic/index.cjs +5 -0
- package/components/MassActionsStatic/index.d.ts +1 -0
- package/components/MassActionsStatic/index.mjs +52 -0
- package/components/MassActionsStatic/styled.d.ts +5 -0
- package/components/MassActionsStatic/types.d.ts +10 -0
- package/components/Modal/index.cjs +1 -0
- package/components/Modal/index.d.ts +6 -0
- package/components/Modal/index.mjs +5 -0
- package/components/ModalDF/ModalDF.d.ts +857 -0
- package/components/ModalDF/classNames.d.ts +19 -0
- package/components/ModalDF/components/BackIconButton.d.ts +3 -0
- package/components/ModalDF/components/Divider.d.ts +3 -0
- package/components/ModalDF/components/DotsIconButton.d.ts +3 -0
- package/components/ModalDF/components/Footer.d.ts +3 -0
- package/components/ModalDF/components/Header.d.ts +3 -0
- package/components/ModalDF/components/ServiceButtons.d.ts +282 -0
- package/components/ModalDF/constants.d.ts +8 -0
- package/components/ModalDF/ctxs.d.ts +11 -0
- package/components/ModalDF/handlers/hasLeftAndMainHandler.d.ts +3 -0
- package/components/ModalDF/hooks/useFullScreened.d.ts +7 -0
- package/components/ModalDF/index.cjs +1 -0
- package/components/ModalDF/index.d.ts +12 -0
- package/components/ModalDF/index.mjs +445 -0
- package/components/ModalDF/styled.d.ts +12 -0
- package/components/ModalDF/types.d.ts +38 -0
- package/components/ModalDFConfirmation/ModalDFConfirmation.d.ts +28 -0
- package/components/ModalDFConfirmation/ModalDFConfirmation.styled.d.ts +881 -0
- package/components/ModalDFConfirmation/index.cjs +1 -0
- package/components/ModalDFConfirmation/index.d.ts +2 -0
- package/components/ModalDFConfirmation/index.mjs +120 -0
- package/components/Note/index.cjs +1 -0
- package/components/Note/index.d.ts +1 -0
- package/components/Note/index.mjs +6 -0
- package/components/Notification/Notification.d.ts +21 -0
- package/components/Notification/addNotification.d.ts +3 -0
- package/components/Notification/index.cjs +1 -0
- package/components/Notification/index.d.ts +4 -0
- package/components/Notification/index.mjs +38 -0
- package/components/Notification/utils/getClassName.d.ts +7 -0
- package/components/NumberFormat/NumberFormat.d.ts +2185 -0
- package/components/NumberFormat/index.cjs +1 -0
- package/components/NumberFormat/index.d.ts +2 -0
- package/components/NumberFormat/index.mjs +39 -0
- package/components/NumberFormatAmount/NumberFormatAmount.d.ts +4 -0
- package/components/NumberFormatAmount/NumberFormatAmount.styled.d.ts +2182 -0
- package/components/NumberFormatAmount/NumberFormatAmount.types.d.ts +3 -0
- package/components/NumberFormatAmount/index.cjs +1 -0
- package/components/NumberFormatAmount/index.d.ts +2 -0
- package/components/NumberFormatAmount/index.mjs +35 -0
- package/components/NumberInput/index.cjs +1 -0
- package/components/NumberInput/index.d.ts +3 -0
- package/components/NumberInput/index.mjs +6 -0
- package/components/Overlay/index.cjs +1 -0
- package/components/Overlay/index.d.ts +2 -0
- package/components/Overlay/index.mjs +4 -0
- package/components/PageTitle/PageTitle.classNames.d.ts +12 -0
- package/components/PageTitle/PageTitle.d.ts +3 -0
- package/components/PageTitle/PageTitle.styled.d.ts +36 -0
- package/components/PageTitle/PageTitle.types.d.ts +28 -0
- package/components/PageTitle/index.cjs +1 -0
- package/components/PageTitle/index.d.ts +3 -0
- package/components/PageTitle/index.mjs +5 -0
- package/components/PageTitle/utils/index.cjs +1 -0
- package/components/PageTitle/utils/index.d.ts +4 -0
- package/components/PageTitle/utils/index.mjs +5 -0
- package/components/Pagination/index.cjs +1 -0
- package/components/Pagination/index.d.ts +2 -0
- package/components/Pagination/index.mjs +4 -0
- package/components/Popover/index.cjs +1 -0
- package/components/Popover/index.d.ts +8 -0
- package/components/Popover/index.mjs +4 -0
- package/components/PopoverBeta/index.cjs +1 -0
- package/components/PopoverBeta/index.d.ts +6 -0
- package/components/PopoverBeta/index.mjs +4 -0
- package/components/PopoverDF/PopoverDF.d.ts +11 -0
- package/components/PopoverDF/components/Body.d.ts +3 -0
- package/components/PopoverDF/components/Footer.d.ts +3 -0
- package/components/PopoverDF/components/Header.d.ts +3 -0
- package/components/PopoverDF/ctxs.d.ts +9 -0
- package/components/PopoverDF/index.cjs +1 -0
- package/components/PopoverDF/index.d.ts +5 -0
- package/components/PopoverDF/index.mjs +325 -0
- package/components/PopoverDF/styled.d.ts +318 -0
- package/components/PopoverDF/types.d.ts +23 -0
- package/components/PopoverDF/utils.d.ts +6 -0
- package/components/Popup/index.cjs +1 -0
- package/components/Popup/index.d.ts +3 -0
- package/components/Popup/index.mjs +7 -0
- package/components/PopupDF/PopupDF.d.ts +10 -0
- package/components/PopupDF/components/Body.d.ts +3 -0
- package/components/PopupDF/components/Footer.d.ts +3 -0
- package/components/PopupDF/components/Header.d.ts +3 -0
- package/components/PopupDF/ctxs.d.ts +9 -0
- package/components/PopupDF/index.cjs +1 -0
- package/components/PopupDF/index.d.ts +5 -0
- package/components/PopupDF/index.mjs +374 -0
- package/components/PopupDF/styled.d.ts +852 -0
- package/components/PopupDF/types.d.ts +25 -0
- package/components/PopupDF/utils.d.ts +6 -0
- package/components/Portal/index.cjs +1 -0
- package/components/Portal/index.d.ts +2 -0
- package/components/Portal/index.mjs +4 -0
- package/components/Price/index.cjs +1 -0
- package/components/Price/index.d.ts +1 -0
- package/components/Price/index.mjs +5 -0
- package/components/Progress/index.cjs +1 -0
- package/components/Progress/index.d.ts +2 -0
- package/components/Progress/index.mjs +5 -0
- package/components/Radiobox/index.cjs +1 -0
- package/components/Radiobox/index.d.ts +2 -0
- package/components/Radiobox/index.mjs +5 -0
- package/components/Range/index.cjs +1 -0
- package/components/Range/index.d.ts +2 -0
- package/components/Range/index.mjs +5 -0
- package/components/Rating/index.cjs +1 -0
- package/components/Rating/index.d.ts +1 -0
- package/components/Rating/index.mjs +6 -0
- package/components/SSRProvider/index.cjs +1 -0
- package/components/SSRProvider/index.d.ts +1 -0
- package/components/SSRProvider/index.mjs +4 -0
- package/components/Segment/index.cjs +1 -0
- package/components/Segment/index.d.ts +2 -0
- package/components/Segment/index.mjs +8 -0
- package/components/Select/index.cjs +1 -0
- package/components/Select/index.d.ts +1 -0
- package/components/Select/index.mjs +4 -0
- package/components/Sheet/index.cjs +1 -0
- package/components/Sheet/index.d.ts +2 -0
- package/components/Sheet/index.mjs +5 -0
- package/components/Skeleton/index.cjs +1 -0
- package/components/Skeleton/index.d.ts +1 -0
- package/components/Skeleton/index.mjs +7 -0
- package/components/Slider/index.cjs +1 -0
- package/components/Slider/index.d.ts +2 -0
- package/components/Slider/index.mjs +4 -0
- package/components/Spinner/index.cjs +1 -0
- package/components/Spinner/index.d.ts +2 -0
- package/components/Spinner/index.mjs +4 -0
- package/components/SplitView/SplitView.constants.d.ts +26 -0
- package/components/SplitView/SplitView.d.ts +3 -0
- package/components/SplitView/SplitView.handlers.d.ts +2 -0
- package/components/SplitView/SplitView.styled.d.ts +12 -0
- package/components/SplitView/SplitView.type.d.ts +33 -0
- package/components/SplitView/components/SplitViewFullscreenWrapper.d.ts +10 -0
- package/components/SplitView/hooks/useIsClosingClosedOpening.d.ts +10 -0
- package/components/SplitView/hooks/useResize.d.ts +13 -0
- package/components/SplitView/hooks/useUpdateSidebarPxOnContainerResize.d.ts +10 -0
- package/components/SplitView/index.cjs +1 -0
- package/components/SplitView/index.d.ts +3 -0
- package/components/SplitView/index.mjs +6 -0
- package/components/SplitView/utils/index.cjs +1 -0
- package/components/SplitView/utils/index.d.ts +5 -0
- package/components/SplitView/utils/index.mjs +6 -0
- package/components/Steps/index.cjs +1 -0
- package/components/Steps/index.d.ts +2 -0
- package/components/Steps/index.mjs +4 -0
- package/components/StoriesUtils/index.cjs +1 -0
- package/components/StoriesUtils/index.d.ts +4 -0
- package/components/StoriesUtils/index.mjs +70 -0
- package/components/StoriesUtils/storiesUtils.AnalyticalWidget.d.ts +4 -0
- package/components/StoriesUtils/storiesUtils.SplitView.d.ts +5 -0
- package/components/StoriesUtils/storiesUtils.Table.d.ts +4 -0
- package/components/StoriesUtils/storiesUtils.TableCanvas.d.ts +6 -0
- package/components/StoriesUtils/storiesUtils.TableContract.d.ts +18 -0
- package/components/StoriesUtils/storiesUtils.Widget.d.ts +3 -0
- package/components/Switch/Switch.d.ts +4 -0
- package/components/Switch/index.d.ts +4 -0
- package/components/Switch/styled.d.ts +23 -0
- package/components/Switch/types.d.ts +6 -0
- package/components/Table/Table.d.ts +6 -0
- package/components/Table/components/AnimatedCounter.d.ts +19 -0
- package/components/Table/components/TableDropdown/TableDropdown.d.ts +9 -0
- package/components/Table/components/TableDropdown/index.cjs +1 -0
- package/components/Table/components/TableDropdown/index.d.ts +1 -0
- package/components/Table/components/TableDropdown/index.mjs +5 -0
- package/components/Table/components/TableDropdown/types.d.ts +7 -0
- package/components/Table/components/TableTooltip.d.ts +7 -0
- package/components/Table/constants.d.ts +4 -0
- package/components/Table/contexts.d.ts +109 -0
- package/components/Table/data/hideServiceKeysHanlder.d.ts +3 -0
- package/components/Table/feature-collapse-table/CollapseBlockAbove.d.ts +9 -0
- package/components/Table/feature-collapse-table/CollapseTableButton.d.ts +115 -0
- package/components/Table/feature-collapse-table/CollapseTableWrapper.d.ts +3 -0
- package/components/Table/feature-collapse-table/index.cjs +1 -0
- package/components/Table/feature-collapse-table/index.d.ts +3 -0
- package/components/Table/feature-collapse-table/index.mjs +6 -0
- package/components/Table/feature-column-control/ChangeAllButtonsBlock.d.ts +11 -0
- package/components/Table/feature-column-control/ColumnsControl.d.ts +21 -0
- package/components/Table/feature-column-control/ColumnsControlInner.d.ts +21 -0
- package/components/Table/feature-column-control/ColumnsList/ColumnsList.d.ts +21 -0
- package/components/Table/feature-column-control/ColumnsList/handlers.d.ts +19 -0
- package/components/Table/feature-column-control/ColumnsList/index.cjs +1 -0
- package/components/Table/feature-column-control/ColumnsList/index.d.ts +1 -0
- package/components/Table/feature-column-control/ColumnsList/index.mjs +4 -0
- package/components/Table/feature-column-control/ConfirmOrResetBlock.d.ts +4 -0
- package/components/Table/feature-column-control/constantsUI.d.ts +2 -0
- package/components/Table/feature-column-control/dnd/DragButton.d.ts +6 -0
- package/components/Table/feature-column-control/dnd/styled.d.ts +556 -0
- package/components/Table/feature-column-control/dnd/useDragAndDrop.d.ts +15 -0
- package/components/Table/feature-column-control/dnd/useHovering.d.ts +6 -0
- package/components/Table/feature-column-control/index.cjs +1 -0
- package/components/Table/feature-column-control/index.d.ts +2 -0
- package/components/Table/feature-column-control/index.mjs +5 -0
- package/components/Table/feature-column-control/styled.d.ts +2558 -0
- package/components/Table/feature-column-control/types.d.ts +37 -0
- package/components/Table/feature-column-control/useColumnsControl.d.ts +22 -0
- package/components/Table/feature-columns-grouping/fromLastLvlToTree.d.ts +6 -0
- package/components/Table/feature-columns-grouping/fromTreeToLastLvl.d.ts +6 -0
- package/components/Table/feature-columns-grouping/index.cjs +1 -0
- package/components/Table/feature-columns-grouping/index.d.ts +4 -0
- package/components/Table/feature-columns-grouping/index.mjs +10 -0
- package/components/Table/feature-columns-grouping/types.d.ts +6 -0
- package/components/Table/feature-columns-grouping/useGetAllLvlColumnsConfig.d.ts +9 -0
- package/components/Table/feature-columns-grouping/useLastLvlColumnConfig.d.ts +7 -0
- package/components/Table/feature-context-menu/constants.d.ts +1 -0
- package/components/Table/feature-context-menu/index.cjs +1 -0
- package/components/Table/feature-context-menu/index.d.ts +2 -0
- package/components/Table/feature-context-menu/index.mjs +4 -0
- package/components/Table/feature-context-menu/types.d.ts +40 -0
- package/components/Table/feature-context-menu/ui/ContextMenu.d.ts +1 -0
- package/components/Table/feature-context-menu/ui/ContextMenu.styled.d.ts +12 -0
- package/components/Table/feature-edit/getEditingEnabledState.d.ts +2 -0
- package/components/Table/feature-edit/index.cjs +1 -0
- package/components/Table/feature-edit/index.d.ts +4 -0
- package/components/Table/feature-edit/index.mjs +9 -0
- package/components/Table/feature-edit/selectEditor.d.ts +6 -0
- package/components/Table/feature-edit/textEditor.d.ts +8 -0
- package/components/Table/feature-edit/textEditor.styled.d.ts +2180 -0
- package/components/Table/feature-edit/typeGuards.d.ts +5 -0
- package/components/Table/feature-filtering/combobox/combobox.d.ts +25 -0
- package/components/Table/feature-filtering/combobox/index.cjs +1 -0
- package/components/Table/feature-filtering/combobox/index.d.ts +2 -0
- package/components/Table/feature-filtering/combobox/index.mjs +5 -0
- package/components/Table/feature-filtering/combobox/styled.d.ts +291 -0
- package/components/Table/feature-filtering/filter-list-block/filter-list-block.d.ts +11 -0
- package/components/Table/feature-filtering/filter-list-block/get-chips-array.d.ts +13 -0
- package/components/Table/feature-filtering/filter-list-block/index.cjs +1 -0
- package/components/Table/feature-filtering/filter-list-block/index.d.ts +1 -0
- package/components/Table/feature-filtering/filter-list-block/index.mjs +4 -0
- package/components/Table/feature-filtering/filter-list-block/use-update-size.d.ts +5 -0
- package/components/Table/feature-filtering/filtering.type.d.ts +4 -0
- package/components/Table/feature-filtering/header-filter-button/filter-component-in-popover.d.ts +5 -0
- package/components/Table/feature-filtering/header-filter-button/filter-icon.d.ts +8 -0
- package/components/Table/feature-filtering/header-filter-button/header-filter-button.d.ts +6 -0
- package/components/Table/feature-filtering/header-filter-button/index.cjs +1 -0
- package/components/Table/feature-filtering/header-filter-button/index.d.ts +1 -0
- package/components/Table/feature-filtering/header-filter-button/index.mjs +4 -0
- package/components/Table/feature-filtering/header-filter-button/styles.d.ts +72 -0
- package/components/Table/feature-filtering/header-filter-button/types.d.ts +13 -0
- package/components/Table/feature-filtering/hooks/styled.d.ts +60 -0
- package/components/Table/feature-filtering/hooks/use-filter-info.d.ts +6 -0
- package/components/Table/feature-filtering/hooks/use-filter-management.d.ts +20 -0
- package/components/Table/feature-filtering/hooks/use-filter-options.d.ts +6 -0
- package/components/Table/feature-filtering/hooks/use-filter-renderer.d.ts +7 -0
- package/components/Table/feature-filtering/index.cjs +1 -0
- package/components/Table/feature-filtering/index.d.ts +5 -0
- package/components/Table/feature-filtering/index.mjs +11 -0
- package/components/Table/feature-filtering/popover.d.ts +30 -0
- package/components/Table/feature-filtering/sidebar-filter-block/SideBarFilter.classnames.d.ts +6 -0
- package/components/Table/feature-filtering/sidebar-filter-block/SidebarFilter.d.ts +8 -0
- package/components/Table/feature-filtering/sidebar-filter-block/SidebarFilterReset.d.ts +10 -0
- package/components/Table/feature-filtering/sidebar-filter-block/index.cjs +1 -0
- package/components/Table/feature-filtering/sidebar-filter-block/index.d.ts +1 -0
- package/components/Table/feature-filtering/sidebar-filter-block/index.mjs +4 -0
- package/components/Table/feature-filtering/sidebar-filter-block/styled.d.ts +32 -0
- package/components/Table/feature-filtering/use-filter-visibity.d.ts +4 -0
- package/components/Table/feature-filtering/utils.d.ts +11 -0
- package/components/Table/feature-full-screen/constants.d.ts +10 -0
- package/components/Table/feature-full-screen/types.d.ts +10 -0
- package/components/Table/feature-full-screen/useFullScreenState.d.ts +6 -0
- package/components/Table/feature-infinity-scroll/constants.d.ts +0 -0
- package/components/Table/feature-infinity-scroll/index.cjs +1 -0
- package/components/Table/feature-infinity-scroll/index.d.ts +20 -0
- package/components/Table/feature-infinity-scroll/index.mjs +11 -0
- package/components/Table/feature-infinity-scroll/infinity-scroll-throttle.d.ts +1 -0
- package/components/Table/feature-infinity-scroll/use-infinity-scroll.d.ts +11 -0
- package/components/Table/feature-infinity-scroll/use-stack.d.ts +9 -0
- package/components/Table/feature-key-text/KeyTextIconWithDropdown.d.ts +11 -0
- package/components/Table/feature-key-text/constants.d.ts +39 -0
- package/components/Table/feature-key-text/handlers.d.ts +47 -0
- package/components/Table/feature-key-text/index.cjs +1 -0
- package/components/Table/feature-key-text/index.d.ts +5 -0
- package/components/Table/feature-key-text/index.mjs +17 -0
- package/components/Table/feature-key-text/types.d.ts +18 -0
- package/components/Table/feature-key-text/useColsWithKeyTextMap.d.ts +8 -0
- package/components/Table/feature-key-text/useKeyTextState.d.ts +6 -0
- package/components/Table/feature-loading-overlay/TableLoadingOverlay.d.ts +15 -0
- package/components/Table/feature-loading-overlay/useLoadingOverlay.d.ts +10 -0
- package/components/Table/feature-pagination/TablePagination.d.ts +6 -0
- package/components/Table/feature-pagination/constants.d.ts +21 -0
- package/components/Table/feature-pagination/handlers.d.ts +3 -0
- package/components/Table/feature-pagination/index.cjs +1 -0
- package/components/Table/feature-pagination/index.d.ts +3 -0
- package/components/Table/feature-pagination/index.mjs +11 -0
- package/components/Table/feature-pagination/types.d.ts +11 -0
- package/components/Table/feature-reorder-columns/handlers.d.ts +43 -0
- package/components/Table/feature-reorder-columns/reorderHandler.d.ts +17 -0
- package/components/Table/feature-reorder-columns/useReorderDragable.d.ts +24 -0
- package/components/Table/feature-right-sidebar/constants.d.ts +1 -0
- package/components/Table/feature-right-sidebar/index.cjs +1 -0
- package/components/Table/feature-right-sidebar/index.d.ts +3 -0
- package/components/Table/feature-right-sidebar/index.mjs +6 -0
- package/components/Table/feature-right-sidebar/ui/SidebarContentLayout.d.ts +8 -0
- package/components/Table/feature-right-sidebar/ui/SidebarTabs.d.ts +9 -0
- package/components/Table/feature-right-sidebar/ui/TableSidebar.classnames.d.ts +9 -0
- package/components/Table/feature-right-sidebar/ui/TableSidebar.d.ts +16 -0
- package/components/Table/feature-right-sidebar/ui/styled.d.ts +1157 -0
- package/components/Table/feature-row-detail/ExpandDetailButton.d.ts +8 -0
- package/components/Table/feature-row-detail/constants.d.ts +24 -0
- package/components/Table/feature-row-detail/ctx.d.ts +18 -0
- package/components/Table/feature-row-detail/handlers.d.ts +111 -0
- package/components/Table/feature-row-detail/index.cjs +1 -0
- package/components/Table/feature-row-detail/index.d.ts +2 -0
- package/components/Table/feature-row-detail/index.mjs +5 -0
- package/components/Table/feature-row-detail/typeGuards.d.ts +20 -0
- package/components/Table/feature-row-detail/types.d.ts +24 -0
- package/components/Table/feature-row-detail/useRowDetailPanel.d.ts +14 -0
- package/components/Table/feature-row-instruments/constants.d.ts +6 -0
- package/components/Table/feature-row-instruments/ctx.d.ts +8 -0
- package/components/Table/feature-row-instruments/handlers.d.ts +1 -0
- package/components/Table/feature-row-instruments/index.cjs +1 -0
- package/components/Table/feature-row-instruments/index.d.ts +4 -0
- package/components/Table/feature-row-instruments/index.mjs +14 -0
- package/components/Table/feature-row-instruments/row-instruments-columns.d.ts +5 -0
- package/components/Table/feature-row-instruments/types.d.ts +22 -0
- package/components/Table/feature-row-size/handlers.d.ts +9 -0
- package/components/Table/feature-row-size/index.cjs +1 -0
- package/components/Table/feature-row-size/index.d.ts +1 -0
- package/components/Table/feature-row-size/index.mjs +9 -0
- package/components/Table/feature-rows-grouping/RowsGroupingRenderCell.d.ts +11 -0
- package/components/Table/feature-rows-grouping/constants.d.ts +9 -0
- package/components/Table/feature-rows-grouping/data-handlers.d.ts +12 -0
- package/components/Table/feature-rows-grouping/getColsAfterRowsGrouping.d.ts +10 -0
- package/components/Table/feature-rows-grouping/handlers.d.ts +7 -0
- package/components/Table/feature-rows-grouping/index.cjs +1 -0
- package/components/Table/feature-rows-grouping/index.d.ts +6 -0
- package/components/Table/feature-rows-grouping/index.mjs +15 -0
- package/components/Table/feature-rows-grouping/typeGuards.d.ts +4 -0
- package/components/Table/feature-rows-grouping/types.d.ts +63 -0
- package/components/Table/feature-rows-grouping/useGetRowsGroupingBtnProps.d.ts +13 -0
- package/components/Table/feature-rows-grouping/useGroupedRows.d.ts +15 -0
- package/components/Table/feature-searching/SearchingBlock.d.ts +282 -0
- package/components/Table/feature-searching/index.cjs +1 -0
- package/components/Table/feature-searching/index.d.ts +1 -0
- package/components/Table/feature-searching/index.mjs +5 -0
- package/components/Table/feature-searching/styled.d.ts +11806 -0
- package/components/Table/feature-searching/types.d.ts +30 -0
- package/components/Table/feature-select-row/checbox-column.d.ts +5 -0
- package/components/Table/feature-select-row/checkbox-header-cell.d.ts +4 -0
- package/components/Table/feature-select-row/constants.d.ts +13 -0
- package/components/Table/feature-select-row/handlers.d.ts +21 -0
- package/components/Table/feature-select-row/index.cjs +1 -0
- package/components/Table/feature-select-row/index.d.ts +3 -0
- package/components/Table/feature-select-row/index.mjs +12 -0
- package/components/Table/feature-select-row/selecting-contexts.d.ts +74 -0
- package/components/Table/feature-select-row/summary-checkbox.d.ts +11 -0
- package/components/Table/feature-select-row/types.d.ts +53 -0
- package/components/Table/feature-select-row/useSelectRow.d.ts +34 -0
- package/components/Table/feature-sorting/header-sort-button.d.ts +8 -0
- package/components/Table/feature-sorting/index.cjs +1 -0
- package/components/Table/feature-sorting/index.d.ts +2 -0
- package/components/Table/feature-sorting/index.mjs +5 -0
- package/components/Table/feature-sorting/sort-handlers.d.ts +5 -0
- package/components/Table/feature-sorting/styles.d.ts +72 -0
- package/components/Table/feature-sorting/useSortedRows.d.ts +15 -0
- package/components/Table/feature-table-settings/TableFeatureBlock.d.ts +6 -0
- package/components/Table/feature-table-settings/TableSettingsBlock.d.ts +8 -0
- package/components/Table/feature-table-settings/TableSettingsWithTabs.d.ts +17 -0
- package/components/Table/feature-table-settings/index.cjs +1 -0
- package/components/Table/feature-table-settings/index.d.ts +2 -0
- package/components/Table/feature-table-settings/index.mjs +5 -0
- package/components/Table/feature-table-settings/styled.d.ts +1657 -0
- package/components/Table/feature-tabs/index.cjs +1 -0
- package/components/Table/feature-tabs/index.d.ts +1 -0
- package/components/Table/feature-tabs/index.mjs +5 -0
- package/components/Table/feature-tree/ChildRowDeleteButton.d.ts +1 -0
- package/components/Table/feature-tree/cell-expand-formatter.d.ts +8 -0
- package/components/Table/feature-tree/chevron-tree-btn.d.ts +9 -0
- package/components/Table/feature-tree/constants.d.ts +7 -0
- package/components/Table/feature-tree/handlers.d.ts +15 -0
- package/components/Table/feature-tree/header-expand-all-button.d.ts +1 -0
- package/components/Table/feature-tree/index.cjs +1 -0
- package/components/Table/feature-tree/index.d.ts +3 -0
- package/components/Table/feature-tree/index.mjs +7 -0
- package/components/Table/feature-tree/types.d.ts +8 -0
- package/components/Table/index.cjs +1 -0
- package/components/Table/index.d.ts +14 -0
- package/components/Table/index.mjs +47 -0
- package/components/Table/renders/constants.d.ts +10 -0
- package/components/Table/renders/formatCell/CellContentSpan.d.ts +3 -0
- package/components/Table/renders/formatCell/FormattedContent.d.ts +3 -0
- package/components/Table/renders/formatCell/formatCellContent.d.ts +4 -0
- package/components/Table/renders/formatCell/getAlignment.d.ts +3 -0
- package/components/Table/renders/formatCell/index.cjs +1 -0
- package/components/Table/renders/formatCell/index.d.ts +2 -0
- package/components/Table/renders/formatCell/index.mjs +5 -0
- package/components/Table/renders/renderCell.d.ts +17 -0
- package/components/Table/renders/renderEditCell.d.ts +16 -0
- package/components/Table/renders/styled.d.ts +286 -0
- package/components/Table/renders/withSelectIcon.d.ts +3 -0
- package/components/Table/resize-observer-context.d.ts +14 -0
- package/components/Table/styles/cellStyle.d.ts +5 -0
- package/components/Table/styles/classNames.d.ts +46 -0
- package/components/Table/styles/customColors.d.ts +19 -0
- package/components/Table/styles/headerCellDivider.d.ts +2 -0
- package/components/Table/styles/headerCellIconsStyle.d.ts +2 -0
- package/components/Table/styles/index.cjs +1 -0
- package/components/Table/styles/index.d.ts +3 -0
- package/components/Table/styles/index.mjs +31 -0
- package/components/Table/styles/rowStyle.d.ts +1 -0
- package/components/Table/styles/styles.constants.d.ts +128 -0
- package/components/Table/styles/styles.d.ts +34 -0
- package/components/Table/styles/zIndexStyle.d.ts +3 -0
- package/components/Table/table-hooks/index.cjs +1 -0
- package/components/Table/table-hooks/index.d.ts +20 -0
- package/components/Table/table-hooks/index.mjs +23 -0
- package/components/Table/table-hooks/useCloseContextMenuOnScroll.d.ts +10 -0
- package/components/Table/table-hooks/useColumns.d.ts +28 -0
- package/components/Table/table-hooks/useContextMenuValues.d.ts +378 -0
- package/components/Table/table-hooks/useContextsValues.d.ts +27 -0
- package/components/Table/table-hooks/useFilteredRows.d.ts +18 -0
- package/components/Table/table-hooks/useFlattenedRows.d.ts +13 -0
- package/components/Table/table-hooks/useInlineStyle.d.ts +882 -0
- package/components/Table/table-hooks/useIsLoadingTable.d.ts +8 -0
- package/components/Table/table-hooks/useOnCellClick.d.ts +6 -0
- package/components/Table/table-hooks/useOnRowsChange.d.ts +8 -0
- package/components/Table/table-hooks/useOnScroll.d.ts +11 -0
- package/components/Table/table-hooks/usePrepareTableConfig.d.ts +7 -0
- package/components/Table/table-hooks/useRecalculateColumnsWidth.d.ts +6 -0
- package/components/Table/table-hooks/useRowClass.d.ts +9 -0
- package/components/Table/table-hooks/useRowHeight.d.ts +10 -0
- package/components/Table/table-hooks/useRowInstruments.d.ts +12 -0
- package/components/Table/table-hooks/useRowsWithSkeletonsOrNot.d.ts +11 -0
- package/components/Table/table-hooks/useSearchValues.d.ts +24 -0
- package/components/Table/table-hooks/useSidebarValues.d.ts +11 -0
- package/components/Table/table-hooks/useTableCollapseValues.d.ts +16 -0
- package/components/Table/types/additional.type.d.ts +25 -0
- package/components/Table/types/column-config-internal.type.d.ts +5 -0
- package/components/Table/types/column-config.type.d.ts +133 -0
- package/components/Table/types/data-grid.type.d.ts +68 -0
- package/components/Table/types/dom-metadata-actions.d.ts +13 -0
- package/components/Table/types/index.cjs +1 -0
- package/components/Table/types/index.d.ts +6 -0
- package/components/Table/types/index.mjs +4 -0
- package/components/Table/types/table-config.type.d.ts +313 -0
- package/components/Table/types/table.type.d.ts +17 -0
- package/components/Table/types/utils.type.d.ts +13 -0
- package/components/Table/utils/arrWithLength.d.ts +1 -0
- package/components/Table/utils/arrayMutationHandlers.d.ts +3 -0
- package/components/Table/utils/calculateMinColumnWidth.d.ts +8 -0
- package/components/Table/utils/classNames.d.ts +3 -0
- package/components/Table/utils/getClearedFilters.d.ts +3 -0
- package/components/Table/utils/getDataAttributes.d.ts +4 -0
- package/components/Table/utils/index.cjs +1 -0
- package/components/Table/utils/index.d.ts +5 -0
- package/components/Table/utils/index.mjs +8 -0
- package/components/Table/utils/pasteOnlyKeysWithNotUndefinedValue.d.ts +3 -0
- package/components/Table/utils/setValueInObj.d.ts +3 -0
- package/components/Table/utils/styles.d.ts +5 -0
- package/components/Table/widgets/control-block/ControlBlock.d.ts +49 -0
- package/components/Table/widgets/control-block/ControlBlock.lazy.d.ts +42 -0
- package/components/Table/widgets/control-block/ControlBlockWithoutResize.d.ts +27 -0
- package/components/Table/widgets/control-block/control-block-actions.d.ts +10 -0
- package/components/Table/widgets/control-block/control-block-button.d.ts +54 -0
- package/components/Table/widgets/control-block/control-block-button.types.d.ts +23 -0
- package/components/Table/widgets/control-block/control-block-switch.d.ts +5 -0
- package/components/Table/widgets/control-block/control-block.classnames.d.ts +6 -0
- package/components/Table/widgets/control-block/control-block.constants.d.ts +9 -0
- package/components/Table/widgets/control-block/index.cjs +1 -0
- package/components/Table/widgets/control-block/index.d.ts +6 -0
- package/components/Table/widgets/control-block/index.mjs +9 -0
- package/components/Table/widgets/control-block/right-side/feature-icon-btn.d.ts +6 -0
- package/components/Table/widgets/control-block/right-side/index.cjs +1 -0
- package/components/Table/widgets/control-block/right-side/index.d.ts +1 -0
- package/components/Table/widgets/control-block/right-side/index.mjs +4 -0
- package/components/Table/widgets/control-block/right-side/right-side.d.ts +6 -0
- package/components/Table/widgets/control-block/styled.d.ts +559 -0
- package/components/Table/widgets/control-block/typeGuards.d.ts +4 -0
- package/components/Table/widgets/control-block/types.d.ts +148 -0
- package/components/Table/widgets/control-block/use-buttons-to-dropdown.d.ts +10 -0
- package/components/Table/widgets/control-block/use-compression-features.d.ts +9 -0
- package/components/Table/widgets/control-block/use-feature-array.d.ts +84 -0
- package/components/Table/widgets/filter-sort-header.d.ts +11 -0
- package/components/Table/widgets/index.cjs +1 -0
- package/components/Table/widgets/index.d.ts +5 -0
- package/components/Table/widgets/index.mjs +9 -0
- package/components/Table/widgets/mass-actions/MassActions.d.ts +11 -0
- package/components/Table/widgets/mass-actions/index.cjs +1 -0
- package/components/Table/widgets/mass-actions/index.d.ts +1 -0
- package/components/Table/widgets/mass-actions/index.mjs +4 -0
- package/components/Table/widgets/no-rows-fallback.d.ts +3 -0
- package/components/Table/widgets/table-or-card-UI.d.ts +59 -0
- package/components/TableCanvas/TableCanvas.d.ts +6 -0
- package/components/TableCanvas/TableGlideInstance/TableGlideInstance.d.ts +4 -0
- package/components/TableCanvas/TableGlideInstance/adapters/column/adaptColumn.d.ts +15 -0
- package/components/TableCanvas/TableGlideInstance/adapters/column/adaptRenderHeaderCell.d.ts +5 -0
- package/components/TableCanvas/TableGlideInstance/adapters/column/adaptTooltipConfig.d.ts +6 -0
- package/components/TableCanvas/TableGlideInstance/adapters/column/index.cjs +1 -0
- package/components/TableCanvas/TableGlideInstance/adapters/column/index.d.ts +3 -0
- package/components/TableCanvas/TableGlideInstance/adapters/column/index.mjs +5 -0
- package/components/TableCanvas/TableGlideInstance/adapters/column/types.d.ts +9 -0
- package/components/TableCanvas/TableGlideInstance/adapters/index.cjs +1 -0
- package/components/TableCanvas/TableGlideInstance/adapters/index.d.ts +1 -0
- package/components/TableCanvas/TableGlideInstance/adapters/index.mjs +5 -0
- package/components/TableCanvas/TableGlideInstance/ctxs.type.d.ts +16 -0
- package/components/TableCanvas/TableGlideInstance/feature-row-detail/types.d.ts +24 -0
- package/components/TableCanvas/TableGlideInstance/index.cjs +1 -0
- package/components/TableCanvas/TableGlideInstance/index.d.ts +6 -0
- package/components/TableCanvas/TableGlideInstance/index.mjs +19 -0
- package/components/TableCanvas/TableGlideInstance/reexports-for-external.d.ts +25 -0
- package/components/TableCanvas/TableGlideInstance/type.d.ts +164 -0
- package/components/TableCanvas/TableGlideInstance/typeGuards.d.ts +5 -0
- package/components/TableCanvas/TableGlideInstance/utils/column/getColumnName.d.ts +5 -0
- package/components/TableCanvas/TableGlideInstance/utils/column/index.cjs +1 -0
- package/components/TableCanvas/TableGlideInstance/utils/column/index.d.ts +1 -0
- package/components/TableCanvas/TableGlideInstance/utils/column/index.mjs +4 -0
- package/components/TableCanvas/TableGlideInstance/utils/convertToCellContent.d.ts +3 -0
- package/components/TableCanvas/TableGlideInstance/utils/index.cjs +1 -0
- package/components/TableCanvas/TableGlideInstance/utils/index.d.ts +2 -0
- package/components/TableCanvas/TableGlideInstance/utils/index.mjs +5 -0
- package/components/TableCanvas/components/AnimatedCounter.d.ts +19 -0
- package/components/TableCanvas/components/SplitIconButton/SplitIconButton.d.ts +3 -0
- package/components/TableCanvas/components/SplitIconButton/SplitIconButton.styled.d.ts +5 -0
- package/components/TableCanvas/components/SplitIconButton/SplitIconButton.types.d.ts +21 -0
- package/components/TableCanvas/components/SplitIconButton/index.cjs +1 -0
- package/components/TableCanvas/components/SplitIconButton/index.d.ts +2 -0
- package/components/TableCanvas/components/SplitIconButton/index.mjs +4 -0
- package/components/TableCanvas/components/TableDropdown/TableDropdown.d.ts +11 -0
- package/components/TableCanvas/components/TableDropdown/index.cjs +1 -0
- package/components/TableCanvas/components/TableDropdown/index.d.ts +1 -0
- package/components/TableCanvas/components/TableDropdown/index.mjs +5 -0
- package/components/TableCanvas/components/TableDropdown/types.d.ts +7 -0
- package/components/TableCanvas/components/TableTooltip.d.ts +7 -0
- package/components/TableCanvas/constants.d.ts +7 -0
- package/components/TableCanvas/contexts.d.ts +118 -0
- package/components/TableCanvas/data/hideServiceKeysHanlder.d.ts +3 -0
- package/components/TableCanvas/feature-cell-transfer/hooks/useClipboard.d.ts +30 -0
- package/components/TableCanvas/feature-cell-transfer/hooks/useCopy.d.ts +16 -0
- package/components/TableCanvas/feature-cell-transfer/hooks/useFillHandle.d.ts +34 -0
- package/components/TableCanvas/feature-cell-transfer/hooks/usePaste.d.ts +28 -0
- package/components/TableCanvas/feature-cell-transfer/index.cjs +1 -0
- package/components/TableCanvas/feature-cell-transfer/index.d.ts +21 -0
- package/components/TableCanvas/feature-cell-transfer/index.mjs +26 -0
- package/components/TableCanvas/feature-cell-transfer/types.d.ts +85 -0
- package/components/TableCanvas/feature-cell-transfer/utils/applyValuesToRows.d.ts +34 -0
- package/components/TableCanvas/feature-cell-transfer/utils/buildActiveDataRange.d.ts +4 -0
- package/components/TableCanvas/feature-cell-transfer/utils/collectMatrixFromTargets.d.ts +9 -0
- package/components/TableCanvas/feature-cell-transfer/utils/collectTextMatrix.d.ts +9 -0
- package/components/TableCanvas/feature-cell-transfer/utils/findFirstDataCol.d.ts +3 -0
- package/components/TableCanvas/feature-cell-transfer/utils/getCellText.d.ts +4 -0
- package/components/TableCanvas/feature-cell-transfer/utils/isCellEditable.d.ts +4 -0
- package/components/TableCanvas/feature-cell-transfer/utils/iterateCellRange.d.ts +4 -0
- package/components/TableCanvas/feature-cell-transfer/utils/matchHotkey.d.ts +5 -0
- package/components/TableCanvas/feature-cell-transfer/utils/parseTsv.d.ts +1 -0
- package/components/TableCanvas/feature-cell-transfer/utils/rangeToIndexes.d.ts +1 -0
- package/components/TableCanvas/feature-cell-transfer/utils/resolveSubRowKey.d.ts +3 -0
- package/components/TableCanvas/feature-cell-transfer/utils/resolveTransferTargets.d.ts +22 -0
- package/components/TableCanvas/feature-cell-transfer/utils/selectionTargets.d.ts +8 -0
- package/components/TableCanvas/feature-cell-transfer/utils/shouldSkipCell.d.ts +13 -0
- package/components/TableCanvas/feature-cell-transfer/utils/validatePasteValue.d.ts +10 -0
- package/components/TableCanvas/feature-cell-transfer/utils/writeCellValue.d.ts +4 -0
- package/components/TableCanvas/feature-collapse-table/CollapseBlockAbove.d.ts +10 -0
- package/components/TableCanvas/feature-collapse-table/CollapseTableButton.d.ts +34 -0
- package/components/TableCanvas/feature-collapse-table/CollapseTableWrapper.d.ts +3 -0
- package/components/TableCanvas/feature-collapse-table/TitleBlock.d.ts +11 -0
- package/components/TableCanvas/feature-collapse-table/index.cjs +1 -0
- package/components/TableCanvas/feature-collapse-table/index.d.ts +3 -0
- package/components/TableCanvas/feature-collapse-table/index.mjs +6 -0
- package/components/TableCanvas/feature-column-control/ChangeAllButtonsBlock.d.ts +11 -0
- package/components/TableCanvas/feature-column-control/ColumnsControl.d.ts +21 -0
- package/components/TableCanvas/feature-column-control/ColumnsControlInner.d.ts +21 -0
- package/components/TableCanvas/feature-column-control/ColumnsList/ColumnsList.d.ts +21 -0
- package/components/TableCanvas/feature-column-control/ColumnsList/handlers.d.ts +19 -0
- package/components/TableCanvas/feature-column-control/ColumnsList/index.cjs +1 -0
- package/components/TableCanvas/feature-column-control/ColumnsList/index.d.ts +1 -0
- package/components/TableCanvas/feature-column-control/ColumnsList/index.mjs +4 -0
- package/components/TableCanvas/feature-column-control/ConfirmOrResetBlock.d.ts +4 -0
- package/components/TableCanvas/feature-column-control/constantsUI.d.ts +2 -0
- package/components/TableCanvas/feature-column-control/dnd/DragButton.d.ts +6 -0
- package/components/TableCanvas/feature-column-control/dnd/styled.d.ts +556 -0
- package/components/TableCanvas/feature-column-control/dnd/useDragAndDrop.d.ts +15 -0
- package/components/TableCanvas/feature-column-control/dnd/useHovering.d.ts +6 -0
- package/components/TableCanvas/feature-column-control/index.cjs +1 -0
- package/components/TableCanvas/feature-column-control/index.d.ts +2 -0
- package/components/TableCanvas/feature-column-control/index.mjs +5 -0
- package/components/TableCanvas/feature-column-control/styled.d.ts +2558 -0
- package/components/TableCanvas/feature-column-control/types.d.ts +37 -0
- package/components/TableCanvas/feature-column-control/useColumnsControl.d.ts +24 -0
- package/components/TableCanvas/feature-columns-grouping/columnGroupSymbol.d.ts +2 -0
- package/components/TableCanvas/feature-columns-grouping/fromLastLvlToTree.d.ts +6 -0
- package/components/TableCanvas/feature-columns-grouping/fromTreeToLastLvl.d.ts +6 -0
- package/components/TableCanvas/feature-columns-grouping/index.cjs +1 -0
- package/components/TableCanvas/feature-columns-grouping/index.d.ts +4 -0
- package/components/TableCanvas/feature-columns-grouping/index.mjs +10 -0
- package/components/TableCanvas/feature-columns-grouping/types.d.ts +6 -0
- package/components/TableCanvas/feature-columns-grouping/useGetAllLvlColumnsConfig.d.ts +8 -0
- package/components/TableCanvas/feature-columns-grouping/useLastLvlColumnConfig.d.ts +121 -0
- package/components/TableCanvas/feature-content-state/TableContentStateOverlay.d.ts +8 -0
- package/components/TableCanvas/feature-content-state/index.cjs +1 -0
- package/components/TableCanvas/feature-content-state/index.d.ts +3 -0
- package/components/TableCanvas/feature-content-state/index.mjs +5 -0
- package/components/TableCanvas/feature-content-state/styled.d.ts +9 -0
- package/components/TableCanvas/feature-content-state/types.d.ts +27 -0
- package/components/TableCanvas/feature-content-state/useContentStateOverlay.d.ts +17 -0
- package/components/TableCanvas/feature-context-menu/constants.d.ts +1 -0
- package/components/TableCanvas/feature-context-menu/hooks/useCloseContextMenuOnRegionChange.d.ts +14 -0
- package/components/TableCanvas/feature-context-menu/index.cjs +1 -0
- package/components/TableCanvas/feature-context-menu/index.d.ts +3 -0
- package/components/TableCanvas/feature-context-menu/index.mjs +5 -0
- package/components/TableCanvas/feature-context-menu/types.d.ts +1 -0
- package/components/TableCanvas/feature-context-menu/ui/ContextMenu.d.ts +4 -0
- package/components/TableCanvas/feature-context-menu/ui/ContextMenu.styled.d.ts +12 -0
- package/components/TableCanvas/feature-edit/CellEditorCombobox.d.ts +9 -0
- package/components/TableCanvas/feature-edit/CellEditorNumberFormat.d.ts +10 -0
- package/components/TableCanvas/feature-edit/CellEditorTextArea.d.ts +9 -0
- package/components/TableCanvas/feature-edit/CellEditorTextAreaOnSDDS.d.ts +0 -0
- package/components/TableCanvas/feature-edit/CellReadOnlyEditor.d.ts +3 -0
- package/components/TableCanvas/feature-edit/getEditingEnabledState.d.ts +2 -0
- package/components/TableCanvas/feature-edit/index.cjs +1 -0
- package/components/TableCanvas/feature-edit/index.d.ts +7 -0
- package/components/TableCanvas/feature-edit/index.mjs +14 -0
- package/components/TableCanvas/feature-edit/typeGuards.d.ts +5 -0
- package/components/TableCanvas/feature-edit/types.d.ts +26 -0
- package/components/TableCanvas/feature-edit/utils.d.ts +2 -0
- package/components/TableCanvas/feature-filtering/combobox/combobox.d.ts +25 -0
- package/components/TableCanvas/feature-filtering/combobox/index.cjs +1 -0
- package/components/TableCanvas/feature-filtering/combobox/index.d.ts +2 -0
- package/components/TableCanvas/feature-filtering/combobox/index.mjs +5 -0
- package/components/TableCanvas/feature-filtering/combobox/styled.d.ts +291 -0
- package/components/TableCanvas/feature-filtering/filter-list-block/filter-list-block.d.ts +11 -0
- package/components/TableCanvas/feature-filtering/filter-list-block/get-chips-array.d.ts +13 -0
- package/components/TableCanvas/feature-filtering/filter-list-block/index.cjs +1 -0
- package/components/TableCanvas/feature-filtering/filter-list-block/index.d.ts +1 -0
- package/components/TableCanvas/feature-filtering/filter-list-block/index.mjs +4 -0
- package/components/TableCanvas/feature-filtering/filter-list-block/use-update-size.d.ts +5 -0
- package/components/TableCanvas/feature-filtering/filtering.type.d.ts +4 -0
- package/components/TableCanvas/feature-filtering/header-filter-button/filter-component-in-popover.d.ts +5 -0
- package/components/TableCanvas/feature-filtering/header-filter-button/filter-icon.d.ts +3 -0
- package/components/TableCanvas/feature-filtering/header-filter-button/header-filter-button.d.ts +9 -0
- package/components/TableCanvas/feature-filtering/header-filter-button/index.cjs +1 -0
- package/components/TableCanvas/feature-filtering/header-filter-button/index.d.ts +1 -0
- package/components/TableCanvas/feature-filtering/header-filter-button/index.mjs +5 -0
- package/components/TableCanvas/feature-filtering/header-filter-button/styles.d.ts +72 -0
- package/components/TableCanvas/feature-filtering/header-filter-button/types.d.ts +13 -0
- package/components/TableCanvas/feature-filtering/hooks/styled.d.ts +60 -0
- package/components/TableCanvas/feature-filtering/hooks/use-filter-info.d.ts +6 -0
- package/components/TableCanvas/feature-filtering/hooks/use-filter-management.d.ts +20 -0
- package/components/TableCanvas/feature-filtering/hooks/use-filter-options.d.ts +6 -0
- package/components/TableCanvas/feature-filtering/hooks/use-filter-renderer.d.ts +7 -0
- package/components/TableCanvas/feature-filtering/index.cjs +1 -0
- package/components/TableCanvas/feature-filtering/index.d.ts +4 -0
- package/components/TableCanvas/feature-filtering/index.mjs +10 -0
- package/components/TableCanvas/feature-filtering/popover.d.ts +6 -0
- package/components/TableCanvas/feature-filtering/sidebar-filter-block/SideBarFilter.classnames.d.ts +6 -0
- package/components/TableCanvas/feature-filtering/sidebar-filter-block/SidebarFilter.d.ts +8 -0
- package/components/TableCanvas/feature-filtering/sidebar-filter-block/SidebarFilterReset.d.ts +10 -0
- package/components/TableCanvas/feature-filtering/sidebar-filter-block/index.cjs +1 -0
- package/components/TableCanvas/feature-filtering/sidebar-filter-block/index.d.ts +1 -0
- package/components/TableCanvas/feature-filtering/sidebar-filter-block/index.mjs +4 -0
- package/components/TableCanvas/feature-filtering/sidebar-filter-block/styled.d.ts +32 -0
- package/components/TableCanvas/feature-filtering/use-filter-visibity.d.ts +4 -0
- package/components/TableCanvas/feature-filtering/utils.d.ts +11 -0
- package/components/TableCanvas/feature-full-screen/constants.d.ts +10 -0
- package/components/TableCanvas/feature-full-screen/types.d.ts +10 -0
- package/components/TableCanvas/feature-full-screen/useFullScreenState.d.ts +6 -0
- package/components/TableCanvas/feature-infinity-scroll/constants.d.ts +2 -0
- package/components/TableCanvas/feature-infinity-scroll/index.cjs +1 -0
- package/components/TableCanvas/feature-infinity-scroll/index.d.ts +16 -0
- package/components/TableCanvas/feature-infinity-scroll/index.mjs +10 -0
- package/components/TableCanvas/feature-infinity-scroll/use-infinity-scroll.d.ts +15 -0
- package/components/TableCanvas/feature-infinity-scroll/use-stack.d.ts +9 -0
- package/components/TableCanvas/feature-key-text/KeyTextButtonWithDropdown.d.ts +11 -0
- package/components/TableCanvas/feature-key-text/KeyTextIconWithDropdown.d.ts +11 -0
- package/components/TableCanvas/feature-key-text/constants.d.ts +39 -0
- package/components/TableCanvas/feature-key-text/handlers.d.ts +47 -0
- package/components/TableCanvas/feature-key-text/index.cjs +1 -0
- package/components/TableCanvas/feature-key-text/index.d.ts +6 -0
- package/components/TableCanvas/feature-key-text/index.mjs +18 -0
- package/components/TableCanvas/feature-key-text/types.d.ts +18 -0
- package/components/TableCanvas/feature-key-text/useColsWithKeyTextMap.d.ts +8 -0
- package/components/TableCanvas/feature-key-text/useKeyTextState.d.ts +6 -0
- package/components/TableCanvas/feature-loading-overlay/TableLoadingOverlay.d.ts +16 -0
- package/components/TableCanvas/feature-loading-overlay/useLoadingOverlay.d.ts +10 -0
- package/components/TableCanvas/feature-notifications/events.d.ts +12 -0
- package/components/TableCanvas/feature-notifications/index.cjs +1 -0
- package/components/TableCanvas/feature-notifications/index.d.ts +2 -0
- package/components/TableCanvas/feature-notifications/index.mjs +4 -0
- package/components/TableCanvas/feature-notifications/types.d.ts +13 -0
- package/components/TableCanvas/feature-pagination/TablePagination.d.ts +6 -0
- package/components/TableCanvas/feature-pagination/constants.d.ts +21 -0
- package/components/TableCanvas/feature-pagination/handlers.d.ts +3 -0
- package/components/TableCanvas/feature-pagination/index.cjs +1 -0
- package/components/TableCanvas/feature-pagination/index.d.ts +3 -0
- package/components/TableCanvas/feature-pagination/index.mjs +11 -0
- package/components/TableCanvas/feature-pagination/types.d.ts +11 -0
- package/components/TableCanvas/feature-popover-table/components/PopoverContainer.d.ts +5 -0
- package/components/TableCanvas/feature-popover-table/components/styled.d.ts +30 -0
- package/components/TableCanvas/feature-popover-table/constants.d.ts +5 -0
- package/components/TableCanvas/feature-popover-table/context/TablePopoverContext.d.ts +35 -0
- package/components/TableCanvas/feature-popover-table/context/index.cjs +1 -0
- package/components/TableCanvas/feature-popover-table/context/index.d.ts +1 -0
- package/components/TableCanvas/feature-popover-table/context/index.mjs +5 -0
- package/components/TableCanvas/feature-popover-table/hooks/index.cjs +1 -0
- package/components/TableCanvas/feature-popover-table/hooks/index.d.ts +3 -0
- package/components/TableCanvas/feature-popover-table/hooks/index.mjs +6 -0
- package/components/TableCanvas/feature-popover-table/hooks/useClosePopoverOnRegionchange.d.ts +13 -0
- package/components/TableCanvas/feature-popover-table/hooks/usePopoverRiszeHandler.d.ts +7 -0
- package/components/TableCanvas/feature-popover-table/hooks/useTablePopoverState.d.ts +3 -0
- package/components/TableCanvas/feature-popover-table/index.cjs +1 -0
- package/components/TableCanvas/feature-popover-table/index.d.ts +5 -0
- package/components/TableCanvas/feature-popover-table/index.mjs +16 -0
- package/components/TableCanvas/feature-popover-table/utils/calculatePositionClick.d.ts +4 -0
- package/components/TableCanvas/feature-popover-table/utils/index.cjs +1 -0
- package/components/TableCanvas/feature-popover-table/utils/index.d.ts +1 -0
- package/components/TableCanvas/feature-popover-table/utils/index.mjs +5 -0
- package/components/TableCanvas/feature-reorder-columns/handlers.d.ts +44 -0
- package/components/TableCanvas/feature-reorder-columns/reorderHandler.d.ts +18 -0
- package/components/TableCanvas/feature-reorder-columns/useReorderDragable.d.ts +26 -0
- package/components/TableCanvas/feature-right-sidebar/constants.d.ts +1 -0
- package/components/TableCanvas/feature-right-sidebar/index.cjs +1 -0
- package/components/TableCanvas/feature-right-sidebar/index.d.ts +3 -0
- package/components/TableCanvas/feature-right-sidebar/index.mjs +6 -0
- package/components/TableCanvas/feature-right-sidebar/ui/SidebarContentLayout.d.ts +8 -0
- package/components/TableCanvas/feature-right-sidebar/ui/SidebarTabs.d.ts +9 -0
- package/components/TableCanvas/feature-right-sidebar/ui/TableSidebar.classnames.d.ts +9 -0
- package/components/TableCanvas/feature-right-sidebar/ui/TableSidebar.d.ts +16 -0
- package/components/TableCanvas/feature-right-sidebar/ui/styled.d.ts +1157 -0
- package/components/TableCanvas/feature-row-detail/ExpandDetailButton.d.ts +7 -0
- package/components/TableCanvas/feature-row-detail/ExpandDetailButtonComponent.d.ts +8 -0
- package/components/TableCanvas/feature-row-detail/constants.d.ts +24 -0
- package/components/TableCanvas/feature-row-detail/ctx.d.ts +18 -0
- package/components/TableCanvas/feature-row-detail/handlers.d.ts +111 -0
- package/components/TableCanvas/feature-row-detail/index.cjs +1 -0
- package/components/TableCanvas/feature-row-detail/index.d.ts +3 -0
- package/components/TableCanvas/feature-row-detail/index.mjs +6 -0
- package/components/TableCanvas/feature-row-detail/typeGuards.d.ts +20 -0
- package/components/TableCanvas/feature-row-detail/types.d.ts +1 -0
- package/components/TableCanvas/feature-row-detail/useRowDetailPanel.d.ts +14 -0
- package/components/TableCanvas/feature-row-instruments/constants.d.ts +6 -0
- package/components/TableCanvas/feature-row-instruments/ctx.d.ts +8 -0
- package/components/TableCanvas/feature-row-instruments/handlers.d.ts +1 -0
- package/components/TableCanvas/feature-row-instruments/index.cjs +1 -0
- package/components/TableCanvas/feature-row-instruments/index.d.ts +4 -0
- package/components/TableCanvas/feature-row-instruments/index.mjs +14 -0
- package/components/TableCanvas/feature-row-instruments/row-instruments-columns.d.ts +6 -0
- package/components/TableCanvas/feature-row-instruments/types.d.ts +22 -0
- package/components/TableCanvas/feature-row-markers/constants.d.ts +1 -0
- package/components/TableCanvas/feature-row-markers/index.cjs +1 -0
- package/components/TableCanvas/feature-row-markers/index.d.ts +3 -0
- package/components/TableCanvas/feature-row-markers/index.mjs +5 -0
- package/components/TableCanvas/feature-row-markers/row-marker-column.d.ts +28 -0
- package/components/TableCanvas/feature-row-markers/types.d.ts +24 -0
- package/components/TableCanvas/feature-row-markers/utils.d.ts +5 -0
- package/components/TableCanvas/feature-row-size/handlers.d.ts +9 -0
- package/components/TableCanvas/feature-row-size/index.cjs +1 -0
- package/components/TableCanvas/feature-row-size/index.d.ts +1 -0
- package/components/TableCanvas/feature-row-size/index.mjs +9 -0
- package/components/TableCanvas/feature-rows-grouping/RowsGroupingRenderCell.d.ts +11 -0
- package/components/TableCanvas/feature-rows-grouping/constants.d.ts +9 -0
- package/components/TableCanvas/feature-rows-grouping/data-handlers.d.ts +12 -0
- package/components/TableCanvas/feature-rows-grouping/getColsAfterRowsGrouping.d.ts +10 -0
- package/components/TableCanvas/feature-rows-grouping/handlers.d.ts +7 -0
- package/components/TableCanvas/feature-rows-grouping/index.cjs +1 -0
- package/components/TableCanvas/feature-rows-grouping/index.d.ts +6 -0
- package/components/TableCanvas/feature-rows-grouping/index.mjs +15 -0
- package/components/TableCanvas/feature-rows-grouping/typeGuards.d.ts +4 -0
- package/components/TableCanvas/feature-rows-grouping/types.d.ts +63 -0
- package/components/TableCanvas/feature-rows-grouping/useGetRowsGroupingBtnProps.d.ts +13 -0
- package/components/TableCanvas/feature-rows-grouping/useGroupedRows.d.ts +15 -0
- package/components/TableCanvas/feature-searching/SearchingBlock.d.ts +282 -0
- package/components/TableCanvas/feature-searching/index.cjs +1 -0
- package/components/TableCanvas/feature-searching/index.d.ts +1 -0
- package/components/TableCanvas/feature-searching/index.mjs +5 -0
- package/components/TableCanvas/feature-searching/styled.d.ts +11806 -0
- package/components/TableCanvas/feature-searching/types.d.ts +30 -0
- package/components/TableCanvas/feature-select-row/checbox-column.d.ts +6 -0
- package/components/TableCanvas/feature-select-row/checkbox-metrics.d.ts +13 -0
- package/components/TableCanvas/feature-select-row/constants.d.ts +13 -0
- package/components/TableCanvas/feature-select-row/handlers.d.ts +22 -0
- package/components/TableCanvas/feature-select-row/index.cjs +1 -0
- package/components/TableCanvas/feature-select-row/index.d.ts +3 -0
- package/components/TableCanvas/feature-select-row/index.mjs +11 -0
- package/components/TableCanvas/feature-select-row/selecting-contexts.d.ts +70 -0
- package/components/TableCanvas/feature-select-row/summary-checkbox.d.ts +13 -0
- package/components/TableCanvas/feature-select-row/types.d.ts +136 -0
- package/components/TableCanvas/feature-select-row/useCheckboxRowIndexes.d.ts +16 -0
- package/components/TableCanvas/feature-select-row/useSelectRow.d.ts +94 -0
- package/components/TableCanvas/feature-sorting/header-sort-button.d.ts +12 -0
- package/components/TableCanvas/feature-sorting/index.cjs +1 -0
- package/components/TableCanvas/feature-sorting/index.d.ts +2 -0
- package/components/TableCanvas/feature-sorting/index.mjs +5 -0
- package/components/TableCanvas/feature-sorting/sort-handlers.d.ts +5 -0
- package/components/TableCanvas/feature-sorting/styles.d.ts +72 -0
- package/components/TableCanvas/feature-sorting/types.d.ts +5 -0
- package/components/TableCanvas/feature-sorting/useSortedRows.d.ts +15 -0
- package/components/TableCanvas/feature-table-settings/TableFeatureBlock.d.ts +6 -0
- package/components/TableCanvas/feature-table-settings/TableSettingsBlock.d.ts +8 -0
- package/components/TableCanvas/feature-table-settings/TableSettingsWithTabs.d.ts +17 -0
- package/components/TableCanvas/feature-table-settings/index.cjs +1 -0
- package/components/TableCanvas/feature-table-settings/index.d.ts +2 -0
- package/components/TableCanvas/feature-table-settings/index.mjs +5 -0
- package/components/TableCanvas/feature-table-settings/styled.d.ts +1657 -0
- package/components/TableCanvas/feature-tabs/index.cjs +1 -0
- package/components/TableCanvas/feature-tabs/index.d.ts +1 -0
- package/components/TableCanvas/feature-tabs/index.mjs +5 -0
- package/components/TableCanvas/feature-tooltip/components/CanvasTooltipOverlay.d.ts +4 -0
- package/components/TableCanvas/feature-tooltip/components/styled.d.ts +1 -0
- package/components/TableCanvas/feature-tooltip/constants.d.ts +8 -0
- package/components/TableCanvas/feature-tooltip/hooks/usePortalHover.d.ts +26 -0
- package/components/TableCanvas/feature-tooltip/index.cjs +1 -0
- package/components/TableCanvas/feature-tooltip/index.d.ts +6 -0
- package/components/TableCanvas/feature-tooltip/index.mjs +7 -0
- package/components/TableCanvas/feature-tooltip/types.d.ts +16 -0
- package/components/TableCanvas/feature-tooltip/utils/index.cjs +1 -0
- package/components/TableCanvas/feature-tooltip/utils/index.d.ts +4 -0
- package/components/TableCanvas/feature-tooltip/utils/index.mjs +9 -0
- package/components/TableCanvas/feature-tooltip/utils/normalizeTooltipConfig.d.ts +4 -0
- package/components/TableCanvas/feature-tooltip/utils/resolveTooltipData.d.ts +4 -0
- package/components/TableCanvas/feature-tooltip/utils/tooltipByNodeId.d.ts +5 -0
- package/components/TableCanvas/feature-tooltip/utils/typeGuards.d.ts +3 -0
- package/components/TableCanvas/feature-tree/ChildRowDeleteButton.d.ts +1 -0
- package/components/TableCanvas/feature-tree/cell-expand-formatter.d.ts +8 -0
- package/components/TableCanvas/feature-tree/chevron-tree-btn.d.ts +9 -0
- package/components/TableCanvas/feature-tree/constants.d.ts +8 -0
- package/components/TableCanvas/feature-tree/handlers.d.ts +15 -0
- package/components/TableCanvas/feature-tree/header-expand-all-button.d.ts +1 -0
- package/components/TableCanvas/feature-tree/index.cjs +1 -0
- package/components/TableCanvas/feature-tree/index.d.ts +3 -0
- package/components/TableCanvas/feature-tree/index.mjs +7 -0
- package/components/TableCanvas/feature-tree/types.d.ts +8 -0
- package/components/TableCanvas/index.cjs +1 -0
- package/components/TableCanvas/index.d.ts +20 -0
- package/components/TableCanvas/index.mjs +70 -0
- package/components/TableCanvas/renders/constants.d.ts +13 -0
- package/components/TableCanvas/renders/formatCell/FormattedContent.d.ts +4 -0
- package/components/TableCanvas/renders/formatCell/formatCellContent.d.ts +3 -0
- package/components/TableCanvas/renders/formatCell/getAlignment.d.ts +3 -0
- package/components/TableCanvas/renders/formatCell/index.cjs +1 -0
- package/components/TableCanvas/renders/formatCell/index.d.ts +2 -0
- package/components/TableCanvas/renders/formatCell/index.mjs +5 -0
- package/components/TableCanvas/renders/renderCellGlide.d.ts +14 -0
- package/components/TableCanvas/renders/renderEditCell.d.ts +14 -0
- package/components/TableCanvas/renders/rowIconConfig.d.ts +12 -0
- package/components/TableCanvas/renders/styleConstants.d.ts +9 -0
- package/components/TableCanvas/renders/styled.d.ts +286 -0
- package/components/TableCanvas/renders/withSelectIcon.d.ts +15 -0
- package/components/TableCanvas/resize-observer-context.d.ts +14 -0
- package/components/TableCanvas/styles/cellStyle.d.ts +5 -0
- package/components/TableCanvas/styles/classNames.d.ts +48 -0
- package/components/TableCanvas/styles/customColors.d.ts +19 -0
- package/components/TableCanvas/styles/headerCellDivider.d.ts +2 -0
- package/components/TableCanvas/styles/headerCellIconsStyle.d.ts +2 -0
- package/components/TableCanvas/styles/index.cjs +1 -0
- package/components/TableCanvas/styles/index.d.ts +3 -0
- package/components/TableCanvas/styles/index.mjs +34 -0
- package/components/TableCanvas/styles/rowStyle.d.ts +1 -0
- package/components/TableCanvas/styles/styles.constants.d.ts +56 -0
- package/components/TableCanvas/styles/styles.d.ts +35 -0
- package/components/TableCanvas/styles/zIndexStyle.d.ts +3 -0
- package/components/TableCanvas/table-hooks/index.cjs +1 -0
- package/components/TableCanvas/table-hooks/index.d.ts +18 -0
- package/components/TableCanvas/table-hooks/index.mjs +21 -0
- package/components/TableCanvas/table-hooks/useColumns.d.ts +36 -0
- package/components/TableCanvas/table-hooks/useContextMenuValues.d.ts +370 -0
- package/components/TableCanvas/table-hooks/useContextsValues.d.ts +26 -0
- package/components/TableCanvas/table-hooks/useFilteredRows.d.ts +18 -0
- package/components/TableCanvas/table-hooks/useFlattenedRows.d.ts +15 -0
- package/components/TableCanvas/table-hooks/useInlineStyle.d.ts +882 -0
- package/components/TableCanvas/table-hooks/useIsLoadingTable.d.ts +8 -0
- package/components/TableCanvas/table-hooks/useOnCellClick.d.ts +5 -0
- package/components/TableCanvas/table-hooks/useOnRowsChange.d.ts +9 -0
- package/components/TableCanvas/table-hooks/usePrepareTableConfig.d.ts +7 -0
- package/components/TableCanvas/table-hooks/useRecalculateColumnsWidth.d.ts +6 -0
- package/components/TableCanvas/table-hooks/useRowClass.d.ts +9 -0
- package/components/TableCanvas/table-hooks/useRowHeight.d.ts +10 -0
- package/components/TableCanvas/table-hooks/useRowInstruments.d.ts +12 -0
- package/components/TableCanvas/table-hooks/useRowsWithSkeletonsOrNot.d.ts +11 -0
- package/components/TableCanvas/table-hooks/useSearchValues.d.ts +24 -0
- package/components/TableCanvas/table-hooks/useSidebarValues.d.ts +11 -0
- package/components/TableCanvas/table-hooks/useTableCollapseValues.d.ts +18 -0
- package/components/TableCanvas/types/additional.type.d.ts +25 -0
- package/components/TableCanvas/types/column-config-internal.type.d.ts +6 -0
- package/components/TableCanvas/types/column-config.type.d.ts +137 -0
- package/components/TableCanvas/types/ctxs.type.d.ts +16 -0
- package/components/TableCanvas/types/dom-metadata-actions.d.ts +13 -0
- package/components/TableCanvas/types/glide-type.d.ts +5 -0
- package/components/TableCanvas/types/index.cjs +1 -0
- package/components/TableCanvas/types/index.d.ts +7 -0
- package/components/TableCanvas/types/index.mjs +4 -0
- package/components/TableCanvas/types/table-config.type.d.ts +303 -0
- package/components/TableCanvas/types/table.type.d.ts +16 -0
- package/components/TableCanvas/types/utils.type.d.ts +12 -0
- package/components/TableCanvas/utils/arrWithLength.d.ts +1 -0
- package/components/TableCanvas/utils/arrayMutationHandlers.d.ts +3 -0
- package/components/TableCanvas/utils/calculateMinColumnWidth.d.ts +8 -0
- package/components/TableCanvas/utils/classNames.d.ts +3 -0
- package/components/TableCanvas/utils/getClearedFilters.d.ts +3 -0
- package/components/TableCanvas/utils/getDataAttributes.d.ts +4 -0
- package/components/TableCanvas/utils/getSymbolFromObj.d.ts +5 -0
- package/components/TableCanvas/utils/index.cjs +1 -0
- package/components/TableCanvas/utils/index.d.ts +7 -0
- package/components/TableCanvas/utils/index.mjs +11 -0
- package/components/TableCanvas/utils/pasteOnlyKeysWithNotUndefinedValue.d.ts +3 -0
- package/components/TableCanvas/utils/setValueInObj.d.ts +3 -0
- package/components/TableCanvas/utils/styles.d.ts +5 -0
- package/components/TableCanvas/utils/viewportToContainerPosition.d.ts +4 -0
- package/components/TableCanvas/widgets/control-block/ControlBlock.d.ts +51 -0
- package/components/TableCanvas/widgets/control-block/ControlBlock.lazy.d.ts +44 -0
- package/components/TableCanvas/widgets/control-block/ControlBlockWithoutResize.d.ts +28 -0
- package/components/TableCanvas/widgets/control-block/compression/cache.d.ts +6 -0
- package/components/TableCanvas/widgets/control-block/compression/debug.d.ts +20 -0
- package/components/TableCanvas/widgets/control-block/compression/index.cjs +1 -0
- package/components/TableCanvas/widgets/control-block/compression/index.d.ts +9 -0
- package/components/TableCanvas/widgets/control-block/compression/index.mjs +7 -0
- package/components/TableCanvas/widgets/control-block/compression/measure.d.ts +30 -0
- package/components/TableCanvas/widgets/control-block/compression/steps.d.ts +13 -0
- package/components/TableCanvas/widgets/control-block/compression/width-model.d.ts +12 -0
- package/components/TableCanvas/widgets/control-block/constants.d.ts +2 -0
- package/components/TableCanvas/widgets/control-block/control-block-actions.d.ts +10 -0
- package/components/TableCanvas/widgets/control-block/control-block-button.d.ts +56 -0
- package/components/TableCanvas/widgets/control-block/control-block-button.types.d.ts +28 -0
- package/components/TableCanvas/widgets/control-block/control-block-switch.d.ts +5 -0
- package/components/TableCanvas/widgets/control-block/control-block.classnames.d.ts +6 -0
- package/components/TableCanvas/widgets/control-block/control-block.constants.d.ts +135 -0
- package/components/TableCanvas/widgets/control-block/index.cjs +1 -0
- package/components/TableCanvas/widgets/control-block/index.d.ts +6 -0
- package/components/TableCanvas/widgets/control-block/index.mjs +9 -0
- package/components/TableCanvas/widgets/control-block/pinning-menu/PinningFeature.d.ts +19 -0
- package/components/TableCanvas/widgets/control-block/pinning-menu/pinning-actions.d.ts +23 -0
- package/components/TableCanvas/widgets/control-block/pinning-menu/resolvePinningMenuItems.d.ts +3 -0
- package/components/TableCanvas/widgets/control-block/right-side/feature-icon-btn.d.ts +18 -0
- package/components/TableCanvas/widgets/control-block/right-side/index.cjs +1 -0
- package/components/TableCanvas/widgets/control-block/right-side/index.d.ts +1 -0
- package/components/TableCanvas/widgets/control-block/right-side/index.mjs +4 -0
- package/components/TableCanvas/widgets/control-block/right-side/right-side.d.ts +11 -0
- package/components/TableCanvas/widgets/control-block/styled.d.ts +574 -0
- package/components/TableCanvas/widgets/control-block/typeGuards.d.ts +4 -0
- package/components/TableCanvas/widgets/control-block/types.d.ts +161 -0
- package/components/TableCanvas/widgets/control-block/use-buttons-to-dropdown.d.ts +30 -0
- package/components/TableCanvas/widgets/control-block/use-feature-array.d.ts +90 -0
- package/components/TableCanvas/widgets/filter-sort-header.d.ts +16 -0
- package/components/TableCanvas/widgets/index.cjs +1 -0
- package/components/TableCanvas/widgets/index.d.ts +5 -0
- package/components/TableCanvas/widgets/index.mjs +9 -0
- package/components/TableCanvas/widgets/mass-actions/MassActionButton.d.ts +8 -0
- package/components/TableCanvas/widgets/mass-actions/MassActions.d.ts +12 -0
- package/components/TableCanvas/widgets/mass-actions/MassActionsDropdown.d.ts +10 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/index.cjs +1 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/index.d.ts +7 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/index.mjs +10 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/useMassActionsButtons.d.ts +10 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/useMassActionsCollapse.d.ts +14 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/useMassActionsCompression.d.ts +19 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/useMassActionsEffects.d.ts +18 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/useMassActionsPosition.d.ts +15 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/useMassActionsSidebar.d.ts +14 -0
- package/components/TableCanvas/widgets/mass-actions/hooks/useMassActionsVisibility.d.ts +1 -0
- package/components/TableCanvas/widgets/mass-actions/index.cjs +1 -0
- package/components/TableCanvas/widgets/mass-actions/index.d.ts +3 -0
- package/components/TableCanvas/widgets/mass-actions/index.mjs +5 -0
- package/components/TableCanvas/widgets/mass-actions/styled.d.ts +352 -0
- package/components/TableCanvas/widgets/mass-actions/types.d.ts +30 -0
- package/components/TableCanvas/widgets/no-rows-fallback.d.ts +3 -0
- package/components/TableCanvas/widgets/table-or-card-UI.d.ts +67 -0
- package/components/TableCanvasSharedConstants/index.cjs +1 -0
- package/components/TableCanvasSharedConstants/index.d.ts +4 -0
- package/components/TableCanvasSharedConstants/index.mjs +7 -0
- package/components/TableContract/TableContract.d.ts +9 -0
- package/components/TableContract/TableOtherView.d.ts +5 -0
- package/components/TableContract/api/data-view.api.d.ts +5 -0
- package/components/TableContract/api/editing.api.d.ts +21 -0
- package/components/TableContract/api/fetcherWrapper.d.ts +8 -0
- package/components/TableContract/api/index.cjs +1 -0
- package/components/TableContract/api/index.d.ts +4 -0
- package/components/TableContract/api/index.mjs +6 -0
- package/components/TableContract/api/types.d.ts +14 -0
- package/components/TableContract/constants.d.ts +49 -0
- package/components/TableContract/features/editing.d.ts +42 -0
- package/components/TableContract/features/filtering.d.ts +9 -0
- package/components/TableContract/features/pagination.d.ts +7 -0
- package/components/TableContract/features/searching.d.ts +6 -0
- package/components/TableContract/features/sorting.d.ts +16 -0
- package/components/TableContract/features/subRows.d.ts +5 -0
- package/components/TableContract/index.cjs +3 -0
- package/components/TableContract/index.d.ts +4 -0
- package/components/TableContract/index.mjs +1080 -0
- package/components/TableContract/lib/getRowKeyGetter.d.ts +3 -0
- package/components/TableContract/lib/number.d.ts +1 -0
- package/components/TableContract/lib/recursiveGetV.d.ts +3 -0
- package/components/TableContract/params.d.ts +3 -0
- package/components/TableContract/responseMapper.d.ts +12 -0
- package/components/TableContract/types.contractQueryParams.d.ts +13 -0
- package/components/TableContract/types.contractResponse.d.ts +147 -0
- package/components/TableContract/types.d.ts +18 -0
- package/components/TableContract/ui/AddRowsIconButtonWithPopover.d.ts +3 -0
- package/components/TableContract/ui/selectBooleanEditor.d.ts +4 -0
- package/components/TableGlide/TableGlide.d.ts +9 -0
- package/components/TableGlide/cellRenderer.d.ts +20 -0
- package/components/TableGlide/classNames.d.ts +5 -0
- package/components/TableGlide/constants.d.ts +126 -0
- package/components/TableGlide/fonts.d.ts +51 -0
- package/components/TableGlide/hooks/selection/index.cjs +1 -0
- package/components/TableGlide/hooks/selection/index.d.ts +6 -0
- package/components/TableGlide/hooks/selection/index.mjs +9 -0
- package/components/TableGlide/hooks/selection/rectGeometry.d.ts +7 -0
- package/components/TableGlide/hooks/selection/useActiveRowHighlight.d.ts +10 -0
- package/components/TableGlide/hooks/selection/useBaseHighlightRegions.d.ts +16 -0
- package/components/TableGlide/hooks/selection/useColumnAxisSelection.d.ts +17 -0
- package/components/TableGlide/hooks/selection/useColumnRowHighlightRegions.d.ts +18 -0
- package/components/TableGlide/hooks/selection/useNativeGridSelection.d.ts +16 -0
- package/components/TableGlide/hooks/selection/useRowAxisSelection.d.ts +12 -0
- package/components/TableGlide/hooks/selection/useSelectionGeometry.d.ts +39 -0
- package/components/TableGlide/hooks/selection/useTableSelectionSystem.d.ts +35 -0
- package/components/TableGlide/hooks/useAnimatedRowHeight.d.ts +3 -0
- package/components/TableGlide/hooks/useCanvasContextMenuInteraction.d.ts +15 -0
- package/components/TableGlide/hooks/useCanvasEditorActivation.d.ts +7 -0
- package/components/TableGlide/hooks/useCanvasInteractionSession.d.ts +7 -0
- package/components/TableGlide/hooks/useCustomRenderers.d.ts +11 -0
- package/components/TableGlide/hooks/useGlideElements.d.ts +8 -0
- package/components/TableGlide/hooks/useItemHoveredHandler.d.ts +17 -0
- package/components/TableGlide/hooks/useOverlayPortalFix.d.ts +3 -0
- package/components/TableGlide/hooks/useUnstickyHeader.d.ts +31 -0
- package/components/TableGlide/index.cjs +1 -0
- package/components/TableGlide/index.d.ts +11 -0
- package/components/TableGlide/index.mjs +101 -0
- package/components/TableGlide/lib/canvas/cells/CellCanvasRoot.d.ts +41 -0
- package/components/TableGlide/lib/canvas/cells/buttons/colorResolvers.d.ts +8 -0
- package/components/TableGlide/lib/canvas/cells/buttons/constants.d.ts +27 -0
- package/components/TableGlide/lib/canvas/cells/buttons/drawButton.d.ts +7 -0
- package/components/TableGlide/lib/canvas/cells/buttons/drawCheckbox.d.ts +6 -0
- package/components/TableGlide/lib/canvas/cells/buttons/drawEmbedIconButton.d.ts +12 -0
- package/components/TableGlide/lib/canvas/cells/buttons/drawIcon.d.ts +4 -0
- package/components/TableGlide/lib/canvas/cells/buttons/drawIconButton.d.ts +7 -0
- package/components/TableGlide/lib/canvas/cells/buttons/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/cells/buttons/index.d.ts +9 -0
- package/components/TableGlide/lib/canvas/cells/buttons/index.mjs +48 -0
- package/components/TableGlide/lib/canvas/cells/buttons/types.d.ts +36 -0
- package/components/TableGlide/lib/canvas/cells/buttons/utils.d.ts +9 -0
- package/components/TableGlide/lib/canvas/cells/buttons.d.ts +1 -0
- package/components/TableGlide/lib/canvas/cells/factory.d.ts +8 -0
- package/components/TableGlide/lib/canvas/cells/helpers.d.ts +15 -0
- package/components/TableGlide/lib/canvas/cells/iconSprites/IconSpriteManager.d.ts +26 -0
- package/components/TableGlide/lib/canvas/cells/iconSprites/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/cells/iconSprites/index.d.ts +18 -0
- package/components/TableGlide/lib/canvas/cells/iconSprites/index.mjs +17 -0
- package/components/TableGlide/lib/canvas/cells/iconSprites/types.d.ts +26 -0
- package/components/TableGlide/lib/canvas/cells/iconSprites/utils.d.ts +3 -0
- package/components/TableGlide/lib/canvas/cells/iconSprites.d.ts +1 -0
- package/components/TableGlide/lib/canvas/cells/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/cells/index.d.ts +12 -0
- package/components/TableGlide/lib/canvas/cells/index.mjs +39 -0
- package/components/TableGlide/lib/canvas/cells/renderer/canvasCellRenderer.d.ts +11 -0
- package/components/TableGlide/lib/canvas/cells/renderer/clickHandlers.d.ts +11 -0
- package/components/TableGlide/lib/canvas/cells/renderer/constants.d.ts +6 -0
- package/components/TableGlide/lib/canvas/cells/renderer/hoverHandlers.d.ts +5 -0
- package/components/TableGlide/lib/canvas/cells/renderer/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/cells/renderer/index.d.ts +10 -0
- package/components/TableGlide/lib/canvas/cells/renderer/index.mjs +19 -0
- package/components/TableGlide/lib/canvas/cells/renderer/performCanvasClick.d.ts +19 -0
- package/components/TableGlide/lib/canvas/cells/renderer/performCanvasPointerDownIntent.d.ts +13 -0
- package/components/TableGlide/lib/canvas/cells/renderer/pointerUtils.d.ts +6 -0
- package/components/TableGlide/lib/canvas/cells/renderer/types.d.ts +58 -0
- package/components/TableGlide/lib/canvas/cells/renderer.d.ts +1 -0
- package/components/TableGlide/lib/canvas/cells/state.d.ts +6 -0
- package/components/TableGlide/lib/canvas/cells/types.d.ts +71 -0
- package/components/TableGlide/lib/canvas/components/index.d.ts +249 -0
- package/components/TableGlide/lib/canvas/core/CanvasAbsoluteContainer.d.ts +9 -0
- package/components/TableGlide/lib/canvas/core/CanvasContainer.d.ts +39 -0
- package/components/TableGlide/lib/canvas/core/CanvasContainer.type.d.ts +18 -0
- package/components/TableGlide/lib/canvas/core/CanvasHoverController.d.ts +31 -0
- package/components/TableGlide/lib/canvas/core/CanvasLeaf.d.ts +5 -0
- package/components/TableGlide/lib/canvas/core/CanvasNode.d.ts +72 -0
- package/components/TableGlide/lib/canvas/core/CanvasNode.type.d.ts +73 -0
- package/components/TableGlide/lib/canvas/core/CanvasRegistry.d.ts +12 -0
- package/components/TableGlide/lib/canvas/core/CanvasRoot.d.ts +26 -0
- package/components/TableGlide/lib/canvas/core/DrawBatcher.d.ts +126 -0
- package/components/TableGlide/lib/canvas/core/canvasInteraction.d.ts +10 -0
- package/components/TableGlide/lib/canvas/core/helpers/FlexTreeBuilder.d.ts +12 -0
- package/components/TableGlide/lib/canvas/core/helpers/LayoutReconciler.d.ts +20 -0
- package/components/TableGlide/lib/canvas/core/helpers/PositionResolver.d.ts +9 -0
- package/components/TableGlide/lib/canvas/core/helpers/SizeAccumulator.d.ts +20 -0
- package/components/TableGlide/lib/canvas/core/helpers/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/core/helpers/index.d.ts +4 -0
- package/components/TableGlide/lib/canvas/core/helpers/index.mjs +7 -0
- package/components/TableGlide/lib/canvas/core/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/core/index.d.ts +14 -0
- package/components/TableGlide/lib/canvas/core/index.mjs +15 -0
- package/components/TableGlide/lib/canvas/hooks/fontUtils.d.ts +11 -0
- package/components/TableGlide/lib/canvas/hooks/gridUpdateUtils.d.ts +12 -0
- package/components/TableGlide/lib/canvas/hooks/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/hooks/index.d.ts +5 -0
- package/components/TableGlide/lib/canvas/hooks/index.mjs +11 -0
- package/components/TableGlide/lib/canvas/hooks/useCanvasRegistry.d.ts +6 -0
- package/components/TableGlide/lib/canvas/hooks/useFontLoadRedraw.d.ts +11 -0
- package/components/TableGlide/lib/canvas/hooks/useIconLoadRedraw.d.ts +11 -0
- package/components/TableGlide/lib/canvas/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/index.d.ts +13 -0
- package/components/TableGlide/lib/canvas/index.mjs +79 -0
- package/components/TableGlide/lib/canvas/interaction/interactionManager.d.ts +28 -0
- package/components/TableGlide/lib/canvas/interaction/interactionSessionStore.d.ts +63 -0
- package/components/TableGlide/lib/canvas/interaction/resolveCanvasCellInteractionTarget.d.ts +35 -0
- package/components/TableGlide/lib/canvas/miniflex/flexBoxLayout.d.ts +9 -0
- package/components/TableGlide/lib/canvas/miniflex/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/miniflex/index.d.ts +3 -0
- package/components/TableGlide/lib/canvas/miniflex/index.mjs +8 -0
- package/components/TableGlide/lib/canvas/miniflex/minimal-flexbox.d.ts +56 -0
- package/components/TableGlide/lib/canvas/miniflex/types.d.ts +40 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasBadge.d.ts +35 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasButton.d.ts +35 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasCheckbox.d.ts +39 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasChevron.d.ts +14 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasEmbedIconButton.d.ts +41 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasIcon.d.ts +16 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasIconButton.d.ts +32 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasLink.d.ts +43 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasRect.d.ts +16 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasSkeleton.d.ts +39 -0
- package/components/TableGlide/lib/canvas/primitives/CanvasText.d.ts +58 -0
- package/components/TableGlide/lib/canvas/primitives/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/primitives/index.d.ts +20 -0
- package/components/TableGlide/lib/canvas/primitives/index.mjs +13 -0
- package/components/TableGlide/lib/canvas/utils/colors.d.ts +1 -0
- package/components/TableGlide/lib/canvas/utils/dimensionUtils.d.ts +1 -0
- package/components/TableGlide/lib/canvas/utils/iconUtils.d.ts +7 -0
- package/components/TableGlide/lib/canvas/utils/index.cjs +1 -0
- package/components/TableGlide/lib/canvas/utils/index.d.ts +4 -0
- package/components/TableGlide/lib/canvas/utils/index.mjs +15 -0
- package/components/TableGlide/lib/canvas/utils/portalHoverEvents.d.ts +51 -0
- package/components/TableGlide/lib/canvas/utils/textOverflow.d.ts +32 -0
- package/components/TableGlide/styled.d.ts +3 -0
- package/components/TableGlide/theming/activeTheme.type.d.ts +1 -0
- package/components/TableGlide/theming/custom-colors.d.ts +23 -0
- package/components/TableGlide/theming/glide-colors.d.ts +17 -0
- package/components/TableGlide/theming/index.cjs +1 -0
- package/components/TableGlide/theming/index.d.ts +6 -0
- package/components/TableGlide/theming/index.mjs +5 -0
- package/components/TableGlide/theming/size-tokens.d.ts +26 -0
- package/components/TableGlide/theming/sizes.d.ts +24 -0
- package/components/TableGlide/theming/types.d.ts +23 -0
- package/components/TableGlide/tokens.d.ts +109 -0
- package/components/TableGlide/types.d.ts +189 -0
- package/components/TableGlide/utils/cellAnimations.d.ts +11 -0
- package/components/TableGlide/utils/createCell.d.ts +10 -0
- package/components/TableGlide/utils/getFixedPositionOffset.d.ts +4 -0
- package/components/TableGlide/utils/getScrollbarWidth.d.ts +1 -0
- package/components/TableGlide/utils/getSpan.d.ts +3 -0
- package/components/TableGlide/utils/gridCell.d.ts +3 -0
- package/components/TableGlide/utils/queryGlideElements.d.ts +5 -0
- package/components/TableGlide/utils/typeGuards.d.ts +11 -0
- package/components/TableSDDS/index.cjs +1 -0
- package/components/TableSDDS/index.d.ts +2 -0
- package/components/TableSDDS/index.mjs +4 -0
- package/components/TableTabs/TableTabs.classNames.d.ts +6 -0
- package/components/TableTabs/TableTabs.constants.d.ts +4 -0
- package/components/TableTabs/TableTabs.context.d.ts +7 -0
- package/components/TableTabs/TableTabs.d.ts +34 -0
- package/components/TableTabs/TableTabs.styled.d.ts +567 -0
- package/components/TableTabs/TableTabs.types.d.ts +40 -0
- package/components/TableTabs/hooks/useComputedMaxWidth.d.ts +3 -0
- package/components/TableTabs/hooks/useTabsContainerResize.d.ts +5 -0
- package/components/TableTabs/index.cjs +1 -0
- package/components/TableTabs/index.d.ts +4 -0
- package/components/TableTabs/index.mjs +386 -0
- package/components/Tabs/index.cjs +1 -0
- package/components/Tabs/index.d.ts +2 -0
- package/components/Tabs/index.mjs +8 -0
- package/components/TextArea/TextArea.d.ts +1243 -0
- package/components/TextArea/TextArea.styled.d.ts +1184 -0
- package/components/TextArea/TextArea.types.d.ts +8 -0
- package/components/TextArea/index.cjs +1 -0
- package/components/TextArea/index.d.ts +2 -0
- package/components/TextArea/index.mjs +44 -0
- package/components/TextField/TextField.d.ts +1945 -0
- package/components/TextField/TextFieldSearch.d.ts +14 -0
- package/components/TextField/index.cjs +1 -0
- package/components/TextField/index.d.ts +5 -0
- package/components/TextField/index.mjs +85 -0
- package/components/TextFieldGroup/index.cjs +1 -0
- package/components/TextFieldGroup/index.d.ts +1 -0
- package/components/TextFieldGroup/index.mjs +4 -0
- package/components/TimePicker/index.cjs +1 -0
- package/components/TimePicker/index.d.ts +6 -0
- package/components/TimePicker/index.mjs +4 -0
- package/components/Toast/index.cjs +1 -0
- package/components/Toast/index.d.ts +2 -0
- package/components/Toast/index.mjs +6 -0
- package/components/Toolbar/index.cjs +1 -0
- package/components/Toolbar/index.d.ts +3 -0
- package/components/Toolbar/index.mjs +6 -0
- package/components/Tooltip/TooltipList.d.ts +10 -0
- package/components/Tooltip/index.cjs +1 -0
- package/components/Tooltip/index.d.ts +4 -0
- package/components/Tooltip/index.mjs +6 -0
- package/components/TooltipBeta/index.cjs +1 -0
- package/components/TooltipBeta/index.d.ts +6 -0
- package/components/TooltipBeta/index.mjs +4 -0
- package/components/Tour/index.cjs +1 -0
- package/components/Tour/index.d.ts +2 -0
- package/components/Tour/index.mjs +4 -0
- package/components/TourWidget/TourWidget.classNames.d.ts +17 -0
- package/components/TourWidget/TourWidget.context.d.ts +7 -0
- package/components/TourWidget/TourWidget.d.ts +29 -0
- package/components/TourWidget/TourWidget.styled.d.ts +55 -0
- package/components/TourWidget/components/TourWidgetBullet.d.ts +6 -0
- package/components/TourWidget/components/TourWidgetBullets.d.ts +5 -0
- package/components/TourWidget/components/TourWidgetContent.d.ts +5 -0
- package/components/TourWidget/components/TourWidgetFooter.d.ts +5 -0
- package/components/TourWidget/components/TourWidgetGradient.d.ts +10 -0
- package/components/TourWidget/components/TourWidgetHeader.d.ts +6 -0
- package/components/TourWidget/index.cjs +22 -0
- package/components/TourWidget/index.d.ts +8 -0
- package/components/TourWidget/index.mjs +471 -0
- package/components/TourWidget/types.d.ts +32 -0
- package/components/Tree/index.cjs +1 -0
- package/components/Tree/index.d.ts +2 -0
- package/components/Tree/index.mjs +4 -0
- package/components/Typography/BaseComponents.d.ts +1 -0
- package/components/Typography/Typography.d.ts +560 -0
- package/components/Typography/TypographyWithAutoTooltip.d.ts +3 -0
- package/components/Typography/TypographyWithAutoTooltip.styled.d.ts +3 -0
- package/components/Typography/TypographyWithAutoTooltip.types.d.ts +10 -0
- package/components/Typography/hooks/usePopoverCleanup.d.ts +12 -0
- package/components/Typography/index.cjs +1 -0
- package/components/Typography/index.d.ts +5 -0
- package/components/Typography/index.mjs +23 -0
- package/components/ViewContainer/index.cjs +1 -0
- package/components/ViewContainer/index.d.ts +1 -0
- package/components/ViewContainer/index.mjs +4 -0
- package/components/Widget/Widget.classNames.d.ts +23 -0
- package/components/Widget/Widget.ctx.d.ts +3 -0
- package/components/Widget/Widget.d.ts +432 -0
- package/components/Widget/Widget.styled.d.ts +13 -0
- package/components/Widget/Widget.types.d.ts +6 -0
- package/components/Widget/components/WidgetDivider.d.ts +3 -0
- package/components/Widget/components/WidgetFooter.d.ts +9 -0
- package/components/Widget/components/WidgetHeader.d.ts +26 -0
- package/components/Widget/components/WidgetIconButtonBack.d.ts +8 -0
- package/components/Widget/components/WidgetIconButtonDots.d.ts +110 -0
- package/components/Widget/components/WidgetServiceButtons.d.ts +11 -0
- package/components/Widget/index.cjs +1 -0
- package/components/Widget/index.d.ts +9 -0
- package/components/Widget/index.mjs +402 -0
- package/constants/breakPoints.d.ts +18 -0
- package/constants/index.cjs +1 -0
- package/constants/index.d.ts +3 -0
- package/constants/index.mjs +61 -0
- package/constants/variableSize.d.ts +54 -0
- package/constants/viewColors.d.ts +3 -0
- package/formComponents/FormAutocomplete/FormAutocomplete.d.ts +5 -0
- package/formComponents/FormAutocomplete/index.cjs +1 -0
- package/formComponents/FormAutocomplete/index.d.ts +2 -0
- package/formComponents/FormAutocomplete/index.mjs +73 -0
- package/formComponents/FormAutocomplete/types.d.ts +13 -0
- package/formComponents/FormCheckbox/FormCheckbox.d.ts +4 -0
- package/formComponents/FormCheckbox/index.cjs +1 -0
- package/formComponents/FormCheckbox/index.d.ts +2 -0
- package/formComponents/FormCheckbox/index.mjs +60 -0
- package/formComponents/FormCheckbox/types.d.ts +12 -0
- package/formComponents/FormCombobox/FormCombobox.d.ts +5 -0
- package/formComponents/FormCombobox/index.cjs +1 -0
- package/formComponents/FormCombobox/index.d.ts +2 -0
- package/formComponents/FormCombobox/index.mjs +84 -0
- package/formComponents/FormCombobox/types.d.ts +16 -0
- package/formComponents/FormDatePickers/FormDatePicker/FormDatePicker.d.ts +4 -0
- package/formComponents/FormDatePickers/FormDatePicker/index.cjs +1 -0
- package/formComponents/FormDatePickers/FormDatePicker/index.d.ts +2 -0
- package/formComponents/FormDatePickers/FormDatePicker/index.mjs +4 -0
- package/formComponents/FormDatePickers/FormDatePicker/types.d.ts +15 -0
- package/formComponents/FormDatePickers/FormDatePicker/ui/DatePickerStyled.d.ts +3 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/FormDatePickerRange.d.ts +4 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/index.cjs +1 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/index.d.ts +2 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/index.mjs +4 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/lib/utils/index.cjs +1 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/lib/utils/index.d.ts +1 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/lib/utils/index.mjs +4 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/lib/utils/validateRangeDate.d.ts +4 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/lib/utils/validateRequiredHo/321/201.d.ts +8 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/types.d.ts +24 -0
- package/formComponents/FormDatePickers/FormDatePickerRange/ui/FormDatePickerRangeStyled.d.ts +206 -0
- package/formComponents/FormDatePickers/constants.d.ts +3 -0
- package/formComponents/FormDatePickers/index.cjs +1 -0
- package/formComponents/FormDatePickers/index.d.ts +4 -0
- package/formComponents/FormDatePickers/index.mjs +6 -0
- package/formComponents/FormDatePickers/lib/ui/RightIconButton.d.ts +5 -0
- package/formComponents/FormDatePickers/lib/utils/consts.d.ts +134 -0
- package/formComponents/FormDatePickers/lib/utils/convertToISO.d.ts +6 -0
- package/formComponents/FormDatePickers/lib/utils/types.d.ts +17 -0
- package/formComponents/FormDatePickers/lib/utils/validateDate.d.ts +3 -0
- package/formComponents/FormDatePickers/types.d.ts +20 -0
- package/formComponents/FormDatePickers/ui/RightIcon.d.ts +4 -0
- package/formComponents/FormMask/FormMask.d.ts +4 -0
- package/formComponents/FormMask/index.cjs +1 -0
- package/formComponents/FormMask/index.d.ts +2 -0
- package/formComponents/FormMask/index.mjs +70 -0
- package/formComponents/FormMask/types.d.ts +13 -0
- package/formComponents/FormNumberFormat/FormNumberFormat.d.ts +4 -0
- package/formComponents/FormNumberFormat/index.cjs +1 -0
- package/formComponents/FormNumberFormat/index.d.ts +2 -0
- package/formComponents/FormNumberFormat/index.mjs +74 -0
- package/formComponents/FormNumberFormat/types.d.ts +12 -0
- package/formComponents/FormRadioGroupBox/FormRadioGroup.d.ts +4 -0
- package/formComponents/FormRadioGroupBox/FormRadiobox.d.ts +6 -0
- package/formComponents/FormRadioGroupBox/classNames.d.ts +4 -0
- package/formComponents/FormRadioGroupBox/index.cjs +1 -0
- package/formComponents/FormRadioGroupBox/index.d.ts +3 -0
- package/formComponents/FormRadioGroupBox/index.mjs +157 -0
- package/formComponents/FormRadioGroupBox/styled.d.ts +1989 -0
- package/formComponents/FormRadioGroupBox/types.d.ts +19 -0
- package/formComponents/FormSegments/FormSegmentGroup.d.ts +7 -0
- package/formComponents/FormSegments/SegmentControlled.d.ts +4 -0
- package/formComponents/FormSegments/classNames.d.ts +4 -0
- package/formComponents/FormSegments/index.cjs +1 -0
- package/formComponents/FormSegments/index.d.ts +2 -0
- package/formComponents/FormSegments/index.mjs +4 -0
- package/formComponents/FormSegments/styled.d.ts +1944 -0
- package/formComponents/FormSegments/types.d.ts +45 -0
- package/formComponents/FormSegments/utils.d.ts +5 -0
- package/formComponents/FormSelect/FormSelect.d.ts +5 -0
- package/formComponents/FormSelect/index.cjs +1 -0
- package/formComponents/FormSelect/index.d.ts +2 -0
- package/formComponents/FormSelect/index.mjs +84 -0
- package/formComponents/FormSelect/types.d.ts +18 -0
- package/formComponents/FormSelect/ui/SelectStyled.d.ts +2 -0
- package/formComponents/FormSwitch/FormSwitch.d.ts +4 -0
- package/formComponents/FormSwitch/index.cjs +1 -0
- package/formComponents/FormSwitch/index.d.ts +2 -0
- package/formComponents/FormSwitch/index.mjs +60 -0
- package/formComponents/FormSwitch/types.d.ts +12 -0
- package/formComponents/FormTextArea/FormTextArea.d.ts +5 -0
- package/formComponents/FormTextArea/components/RightContent.d.ts +3 -0
- package/formComponents/FormTextArea/components/types.d.ts +6 -0
- package/formComponents/FormTextArea/index.cjs +1 -0
- package/formComponents/FormTextArea/index.d.ts +2 -0
- package/formComponents/FormTextArea/index.mjs +4 -0
- package/formComponents/FormTextArea/types.d.ts +14 -0
- package/formComponents/FormTextArea/ui/ButtonStyled.d.ts +77 -0
- package/formComponents/FormTextArea/ui/TextAreaStyled.d.ts +1242 -0
- package/formComponents/FormTextArea/ui/index.cjs +1 -0
- package/formComponents/FormTextArea/ui/index.d.ts +2 -0
- package/formComponents/FormTextArea/ui/index.mjs +5 -0
- package/formComponents/FormTextField/FormTextField.d.ts +5 -0
- package/formComponents/FormTextField/index.cjs +1 -0
- package/formComponents/FormTextField/index.d.ts +2 -0
- package/formComponents/FormTextField/index.mjs +113 -0
- package/formComponents/FormTextField/types.d.ts +12 -0
- package/formComponents/FormTextField/ui/IconButtonStyled.d.ts +73 -0
- package/formComponents/FormTextField/ui/types.d.ts +5 -0
- package/formComponents/types.d.ts +9 -0
- package/formComponents/utils/getIsRequired.d.ts +3 -0
- package/formComponents/utils/getPriorityRequired.d.ts +4 -0
- package/formComponents/utils/getRuleValue.d.ts +4 -0
- package/formComponents/utils/hasValidationRule.d.ts +4 -0
- package/formComponents/utils/index.cjs +1 -0
- package/formComponents/utils/index.d.ts +5 -0
- package/formComponents/utils/index.mjs +97 -0
- package/formComponents/utils/types.d.ts +19 -0
- package/formComponents/utils/useChangedFormContext.d.ts +3 -0
- package/icons/index.cjs +1 -0
- package/icons/index.d.ts +1 -0
- package/icons/index.mjs +1 -0
- package/index.cjs +1 -0
- package/index.d.ts +132 -0
- package/index.mjs +1783 -0
- package/layouts/Container/Container.constants.d.ts +12 -0
- package/layouts/Container/Container.d.ts +4 -0
- package/layouts/Container/Container.styles.d.ts +553 -0
- package/layouts/Container/Container.types.d.ts +35 -0
- package/layouts/Container/index.cjs +1 -0
- package/layouts/Container/index.d.ts +2 -0
- package/layouts/Container/index.mjs +4 -0
- package/layouts/Container/lib/utils/getGridTemplate.d.ts +3 -0
- package/layouts/Container/lib/utils/index.cjs +1 -0
- package/layouts/Container/lib/utils/index.d.ts +1 -0
- package/layouts/Container/lib/utils/index.mjs +4 -0
- package/layouts/ErrorPage/ErrorPage.d.ts +26 -0
- package/layouts/ErrorPage/classNames.d.ts +7 -0
- package/layouts/ErrorPage/constants.d.ts +63 -0
- package/layouts/ErrorPage/index.cjs +1 -0
- package/layouts/ErrorPage/index.d.ts +3 -0
- package/layouts/ErrorPage/index.mjs +205 -0
- package/layouts/ErrorPage/styled.d.ts +279 -0
- package/layouts/FiltersActions/FiltersActions.d.ts +1926 -0
- package/layouts/FiltersActions/components/Circle.d.ts +4 -0
- package/layouts/FiltersActions/components/DotsIconButton.d.ts +10 -0
- package/layouts/FiltersActions/components/FiltersButton.d.ts +249 -0
- package/layouts/FiltersActions/components/FiltersButtonWithPopover.d.ts +30 -0
- package/layouts/FiltersActions/components/ListOfFilters.d.ts +2 -0
- package/layouts/FiltersActions/components/RedDot.d.ts +5 -0
- package/layouts/FiltersActions/components/ResetAllFiltersButton.d.ts +932 -0
- package/layouts/FiltersActions/components/Segments.d.ts +323 -0
- package/layouts/FiltersActions/components/SwitcherFilter.d.ts +4 -0
- package/layouts/FiltersActions/components/Tabs.d.ts +313 -0
- package/layouts/FiltersActions/components/Tooltip.d.ts +9 -0
- package/layouts/FiltersActions/handlers.d.ts +3 -0
- package/layouts/FiltersActions/hooks/index.cjs +1 -0
- package/layouts/FiltersActions/hooks/index.d.ts +2 -0
- package/layouts/FiltersActions/hooks/index.mjs +4 -0
- package/layouts/FiltersActions/hooks/types.d.ts +43 -0
- package/layouts/FiltersActions/hooks/useAdaptiveFilters.d.ts +3 -0
- package/layouts/FiltersActions/index.cjs +1 -0
- package/layouts/FiltersActions/index.d.ts +8 -0
- package/layouts/FiltersActions/index.mjs +11 -0
- package/layouts/FiltersActions/styled.d.ts +552 -0
- package/layouts/Layout/Layout.classNames.d.ts +7 -0
- package/layouts/Layout/Layout.constants.d.ts +31 -0
- package/layouts/Layout/Layout.d.ts +4 -0
- package/layouts/Layout/Layout.styles.d.ts +1111 -0
- package/layouts/Layout/Layout.types.d.ts +35 -0
- package/layouts/Layout/index.cjs +31 -0
- package/layouts/Layout/index.d.ts +4 -0
- package/layouts/Layout/index.mjs +225 -0
- package/layouts/Layout/utils/mergeLayoutClasses.d.ts +3 -0
- package/layouts/PageLayout/PageLayout.d.ts +3 -0
- package/layouts/PageLayout/PageLayout.styled.d.ts +7 -0
- package/layouts/PageLayout/PageLayout.types.d.ts +10 -0
- package/layouts/PageLayout/index.cjs +3 -0
- package/layouts/PageLayout/index.d.ts +2 -0
- package/layouts/PageLayout/index.mjs +48 -0
- package/mixins/blockGradientScroll/constants.d.ts +23 -0
- package/mixins/blockGradientScroll/index.cjs +1 -0
- package/mixins/blockGradientScroll/index.d.ts +3 -0
- package/mixins/blockGradientScroll/index.mjs +9 -0
- package/mixins/blockGradientScroll/mixin.d.ts +6 -0
- package/mixins/blockGradientScroll/types.d.ts +18 -0
- package/mixins/blockGradientScroll/utils.d.ts +4 -0
- package/mixins/index.cjs +4 -0
- package/mixins/index.d.ts +4 -0
- package/mixins/index.mjs +177 -0
- package/mixins/scrollbar/index.cjs +1 -0
- package/mixins/scrollbar/index.d.ts +2 -0
- package/mixins/scrollbar/index.mjs +5 -0
- package/mixins/scrollbar/mixin.d.ts +4 -0
- package/mixins/scrollbar/types.d.ts +11 -0
- package/mixins/tourPulse/index.cjs +1 -0
- package/mixins/tourPulse/index.d.ts +2 -0
- package/mixins/tourPulse/index.mjs +4 -0
- package/mixins/tourPulse/mixin.d.ts +3 -0
- package/mixins/tourPulse/types.d.ts +13 -0
- package/package.json +55 -0
- package/shared/ui/Search/EmptySearchFallback.d.ts +9 -0
- package/shared/ui/Search/index.cjs +1 -0
- package/shared/ui/Search/index.d.ts +2 -0
- package/shared/ui/Search/index.mjs +54 -0
- package/shared/ui/Search/styled.d.ts +76 -0
- package/shared/utils/copy/handleCopy.d.ts +2 -0
- package/shared/utils/copy/index.cjs +1 -0
- package/shared/utils/copy/index.d.ts +1 -0
- package/shared/utils/copy/index.mjs +31 -0
- package/shared/utils/debug/createDebugLogger.d.ts +3 -0
- package/shared/utils/debug/index.cjs +1 -0
- package/shared/utils/debug/index.d.ts +2 -0
- package/shared/utils/debug/index.mjs +9 -0
- package/shared/utils/debug/types.d.ts +2 -0
- package/shared/utils/inputs/getClearIcon.d.ts +9 -0
- package/shared/utils/inputs/getContentRight.d.ts +12 -0
- package/shared/utils/inputs/getLockIcon.d.ts +1 -0
- package/shared/utils/inputs/index.cjs +1 -0
- package/shared/utils/inputs/index.d.ts +1 -0
- package/shared/utils/inputs/index.mjs +66 -0
- package/styles/DefaultGlobalStyle.d.ts +32 -0
- package/styles/index.cjs +1 -0
- package/styles/index.d.ts +2 -0
- package/styles/index.mjs +13 -0
- package/styles/notificationClassNames.d.ts +11 -0
- package/styles/tooltipClassNames.d.ts +1 -0
- package/themes/index.cjs +1 -0
- package/themes/index.d.ts +9 -0
- package/themes/index.mjs +12 -0
- package/tokens/border/index.cjs +1 -0
- package/tokens/border/index.d.ts +1 -0
- package/tokens/border/index.mjs +10 -0
- package/tokens/color/index.cjs +1 -0
- package/tokens/color/index.d.ts +1 -0
- package/tokens/color/index.mjs +1135 -0
- package/tokens/gradient/index.cjs +1 -0
- package/tokens/gradient/index.d.ts +1 -0
- package/tokens/gradient/index.mjs +75 -0
- package/tokens/index.cjs +1 -0
- package/tokens/index.d.ts +6 -0
- package/tokens/index.mjs +1296 -0
- package/tokens/shadow/index.cjs +1 -0
- package/tokens/shadow/index.d.ts +1 -0
- package/tokens/shadow/index.mjs +15 -0
- package/tokens/spacing/index.cjs +1 -0
- package/tokens/spacing/index.d.ts +1 -0
- package/tokens/spacing/index.mjs +18 -0
- package/tokens/typography/index.cjs +1 -0
- package/tokens/typography/index.d.ts +1 -0
- package/tokens/typography/index.mjs +58 -0
- package/types/component.d.ts +7 -0
- package/types/index.cjs +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.mjs +1 -0
- package/utils/breakpoint/BreackpointContext.d.ts +3 -0
- package/utils/breakpoint/BreakpointProvider.d.ts +4 -0
- package/utils/breakpoint/MediaProvider.d.ts +4 -0
- package/utils/breakpoint/const.d.ts +4 -0
- package/utils/breakpoint/index.cjs +1 -0
- package/utils/breakpoint/index.d.ts +5 -0
- package/utils/breakpoint/index.mjs +7 -0
- package/utils/breakpoint/types.d.ts +37 -0
- package/utils/breakpoint/useBreakpoint.d.ts +3 -0
- package/utils/breakpoint/utils.d.ts +18 -0
- package/utils/bubble.d.ts +5 -0
- package/utils/clickStream/ClickStreamProvider.d.ts +8 -0
- package/utils/clickStream/constants.d.ts +9 -0
- package/utils/clickStream/context.d.ts +5 -0
- package/utils/clickStream/index.cjs +1 -0
- package/utils/clickStream/index.d.ts +5 -0
- package/utils/clickStream/index.mjs +10 -0
- package/utils/clickStream/types.d.ts +24 -0
- package/utils/clickStream/useClickStream.d.ts +1 -0
- package/utils/clickStream/utils.d.ts +5 -0
- package/utils/contextStoreWithSelectors.d.ts +10 -0
- package/utils/createSafeResizeObserver.d.ts +1 -0
- package/utils/debounce.d.ts +1 -0
- package/utils/dropdownUtils.d.ts +7 -0
- package/utils/eventBus/EventBusProvider.d.ts +8 -0
- package/utils/eventBus/context.d.ts +5 -0
- package/utils/eventBus/index.cjs +1 -0
- package/utils/eventBus/index.d.ts +3 -0
- package/utils/eventBus/index.mjs +5 -0
- package/utils/eventBus/types.d.ts +14 -0
- package/utils/eventBus/useEventBus.d.ts +1 -0
- package/utils/generateTraceId.d.ts +8 -0
- package/utils/getActiveTheme.d.ts +2 -0
- package/utils/getCssProp.d.ts +3 -0
- package/utils/getTextWidth.d.ts +3 -0
- package/utils/getTokenValue.d.ts +1 -0
- package/utils/getValue.d.ts +2 -0
- package/utils/getViewColor.d.ts +3 -0
- package/utils/hooks/index.cjs +1 -0
- package/utils/hooks/index.d.ts +3 -0
- package/utils/hooks/index.mjs +6 -0
- package/utils/hooks/useActiveTheme.d.ts +1 -0
- package/utils/hooks/useDebouncedFn.d.ts +3 -0
- package/utils/hooks/useDebouncedValue.d.ts +1 -0
- package/utils/hooks/useHasScroll.d.ts +9 -0
- package/utils/index.cjs +1 -0
- package/utils/index.d.ts +23 -0
- package/utils/index.mjs +43 -0
- package/utils/isStructuredCloneSupported.d.ts +1 -0
- package/utils/mergeClasses.d.ts +2 -0
- package/utils/mergeRefs.d.ts +2 -0
- package/utils/numberUtils.d.ts +1 -0
- package/utils/styles/animations.d.ts +9 -0
- package/utils/styles/index.cjs +1 -0
- package/utils/styles/index.d.ts +2 -0
- package/utils/styles/index.mjs +6 -0
- package/utils/styles/truncateText.d.ts +8 -0
- package/utils/styles/visuallyHidden.d.ts +1 -0
- package/utils/tableDebug.d.ts +1 -0
- package/utils/throttle.d.ts +5 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const f=require("@salutejs/sdds-finai"),i=require("./vendor-D8Dozc4m.cjs"),p=require("./AnalyticalWidget-B7ClAsdR.cjs"),B=require("@salutejs/plasma-icons"),R=require("@salutejs/sdds-themes/tokens/sdds_finai"),g=require("./utils-DN3rU1Iu.cjs"),_=require("react"),a=require("../constants/index.cjs"),l=require("styled-components"),n="PageTitle__",s={root:`${n}root`,breadcrumbs:`${n}breadcrumbs`,content:`${n}content`,leftBlock:`${n}left-block`,titleBlock:`${n}title-block`,title:`${n}title`,subtitle:`${n}subtitle`,titleSlot:`${n}title-slot`,rightBlock:`${n}right-block`,backIconButton:`${n}back-icon-block`},C=l.div.attrs({className:s.root}).withConfig({displayName:"PageTitlestyled__StyledRoot"})(["width:100%;display:flex;flex-direction:column;gap:",";"],()=>a.s.x8),V=l.div.attrs({className:s.breadcrumbs}).withConfig({displayName:"PageTitlestyled__StyledBreadcrumbs"})([""]),$=l.div.attrs({className:s.content}).withConfig({displayName:"PageTitlestyled__StyledContent"})(["display:flex;justify-content:space-between;align-items:flex-start;gap:",";"],()=>a.s.x12),q=l.div.attrs({className:s.leftBlock}).withConfig({displayName:"PageTitlestyled__StyledLeftBlock"})(["display:flex;align-items:flex-start;gap:",";flex:1;min-width:0;"],()=>a.s.x8),z=l.div.attrs({className:s.titleBlock}).withConfig({displayName:"PageTitlestyled__StyledTitleBlock"})(["display:flex;flex-direction:column;gap:",";flex-shrink:1;min-width:0;"],()=>a.s.x2),I=l.div.attrs({className:s.backIconButton}).withConfig({displayName:"PageTitlestyled__StyledBackButtonContainer"})(["margin-top:",";"],({$isAdaptive1280:e})=>e?"1px":"6px"),A=l.div.attrs({className:s.title}).withConfig({displayName:"PageTitlestyled__StyledTitle"})([""]),L=l.div.attrs({className:s.subtitle}).withConfig({displayName:"PageTitlestyled__StyledSubtitle"})([""]),W=l.div.attrs({className:s.titleSlot}).withConfig({displayName:"PageTitlestyled__StyledTitleSlot"})(["margin-top:3px;"]),H=l.div.attrs({className:s.rightBlock}).withConfig({displayName:"PageTitlestyled__StyledRightBlock"})(["display:flex;align-items:flex-end;flex-shrink:0;align-self:flex-end;"]),k=e=>({buttonSize:e?"xs":"s"}),o=(e,t)=>typeof e=="function"?e(t):e,F=({isAdaptive1280:e,...t})=>i.jsxDevRuntimeExports.jsxDEV(I,{$isAdaptive1280:e,children:i.jsxDevRuntimeExports.jsxDEV(f.IconButton,{size:"xs",view:"secondary",className:s.backIconButton,pin:"circle-circle",...t,children:i.jsxDevRuntimeExports.jsxDEV(B.IconChevronLeft,{size:"xs",color:"inherit"},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:47,columnNumber:7},void 0)},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:40,columnNumber:5},void 0)},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:39,columnNumber:1},void 0),G=({breadcrumbs:e})=>{if(!e)return null;const t={size:"m",...e};return i.jsxDevRuntimeExports.jsxDEV(V,{children:i.jsxDevRuntimeExports.jsxDEV(f.Breadcrumbs,{...t},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:66,columnNumber:7},void 0)},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:65,columnNumber:5},void 0)},J=({title:e,titleTypographyProps:t})=>e?i.jsxDevRuntimeExports.jsxDEV(A,{children:i.jsxDevRuntimeExports.jsxDEV(p.TypographyWithAutoTooltip,{variant:"H2",bold:!0,tooltipText:(t&&"tooltipText"in t?t.tooltipText:void 0)??e,...t,children:e},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:82,columnNumber:7},void 0)},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:81,columnNumber:5},void 0):null,K=({subtitle:e,subtitleTypographyProps:t})=>e?i.jsxDevRuntimeExports.jsxDEV(L,{children:i.jsxDevRuntimeExports.jsxDEV(p.TypographyWithAutoTooltip,{variant:"BodyS",color:R.textSecondary,tooltipText:(t&&"tooltipText"in t?t.tooltipText:void 0)??e,...t,children:e},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:109,columnNumber:7},void 0)},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:108,columnNumber:5},void 0):null,N=_.forwardRef(({title:e,titleTypographyProps:t,subtitle:r,subtitleTypographyProps:T,titleSlot:b,rightSlot:v,disableMediaAdaptive:P=!1,breadcrumbs:u,$css:h,className:y,showBackButton:j,onBackClick:E,...S},D)=>{const{down:w}=g.useBreakpoint(),d=!P&&w("xl"),c=k(d),m=o(b,c),x=o(v,c);return i.jsxDevRuntimeExports.jsxDEV(C,{ref:D,$css:h,className:g.mCls(s.root,y),...S,children:[u&&i.jsxDevRuntimeExports.jsxDEV(G,{breadcrumbs:u},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:171,columnNumber:25},void 0),i.jsxDevRuntimeExports.jsxDEV($,{children:[i.jsxDevRuntimeExports.jsxDEV(q,{children:[j&&i.jsxDevRuntimeExports.jsxDEV(F,{isAdaptive1280:d,onClick:E},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:176,columnNumber:13},void 0),(e||r)&&i.jsxDevRuntimeExports.jsxDEV(z,{children:[i.jsxDevRuntimeExports.jsxDEV(J,{title:e,titleTypographyProps:t},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:183,columnNumber:17},void 0),i.jsxDevRuntimeExports.jsxDEV(K,{subtitle:r,subtitleTypographyProps:T},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:187,columnNumber:17},void 0)]},void 0,!0,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:182,columnNumber:13},void 0),m&&i.jsxDevRuntimeExports.jsxDEV(W,{children:m},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:194,columnNumber:13},void 0)]},void 0,!0,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:174,columnNumber:11},void 0),x&&i.jsxDevRuntimeExports.jsxDEV(H,{children:x},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:199,columnNumber:11},void 0)]},void 0,!0,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:173,columnNumber:9},void 0)]},void 0,!0,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",lineNumber:165,columnNumber:7},void 0)});N.displayName="PageTitle";exports.PageTitle=N;exports.getPageTitleSlotSizes=k;exports.pageTitleClassNames=s;exports.renderPageTitleSlot=o;
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
import { Breadcrumbs as S, IconButton as B } from "@salutejs/sdds-finai";
|
|
2
|
+
import { j as i } from "./vendor-BG4P-329.mjs";
|
|
3
|
+
import { a as g } from "./AnalyticalWidget-C7Eg_BvO.mjs";
|
|
4
|
+
import { IconChevronLeft as j } from "@salutejs/plasma-icons";
|
|
5
|
+
import { textSecondary as _ } from "@salutejs/sdds-themes/tokens/sdds_finai";
|
|
6
|
+
import { d as E, s as D } from "./utils-Ch8gMTzR.mjs";
|
|
7
|
+
import { forwardRef as V } from "react";
|
|
8
|
+
import { s } from "../constants/index.mjs";
|
|
9
|
+
import a from "styled-components";
|
|
10
|
+
const n = "PageTitle__", l = {
|
|
11
|
+
root: `${n}root`,
|
|
12
|
+
breadcrumbs: `${n}breadcrumbs`,
|
|
13
|
+
content: `${n}content`,
|
|
14
|
+
leftBlock: `${n}left-block`,
|
|
15
|
+
titleBlock: `${n}title-block`,
|
|
16
|
+
title: `${n}title`,
|
|
17
|
+
subtitle: `${n}subtitle`,
|
|
18
|
+
titleSlot: `${n}title-slot`,
|
|
19
|
+
rightBlock: `${n}right-block`,
|
|
20
|
+
backIconButton: `${n}back-icon-block`
|
|
21
|
+
}, C = a.div.attrs({
|
|
22
|
+
className: l.root
|
|
23
|
+
}).withConfig({
|
|
24
|
+
displayName: "PageTitlestyled__StyledRoot"
|
|
25
|
+
})(["width:100%;display:flex;flex-direction:column;gap:", ";"], () => s.x8), $ = a.div.attrs({
|
|
26
|
+
className: l.breadcrumbs
|
|
27
|
+
}).withConfig({
|
|
28
|
+
displayName: "PageTitlestyled__StyledBreadcrumbs"
|
|
29
|
+
})([""]), R = a.div.attrs({
|
|
30
|
+
className: l.content
|
|
31
|
+
}).withConfig({
|
|
32
|
+
displayName: "PageTitlestyled__StyledContent"
|
|
33
|
+
})(["display:flex;justify-content:space-between;align-items:flex-start;gap:", ";"], () => s.x12), z = a.div.attrs({
|
|
34
|
+
className: l.leftBlock
|
|
35
|
+
}).withConfig({
|
|
36
|
+
displayName: "PageTitlestyled__StyledLeftBlock"
|
|
37
|
+
})(["display:flex;align-items:flex-start;gap:", ";flex:1;min-width:0;"], () => s.x8), I = a.div.attrs({
|
|
38
|
+
className: l.titleBlock
|
|
39
|
+
}).withConfig({
|
|
40
|
+
displayName: "PageTitlestyled__StyledTitleBlock"
|
|
41
|
+
})(["display:flex;flex-direction:column;gap:", ";flex-shrink:1;min-width:0;"], () => s.x2), A = a.div.attrs({
|
|
42
|
+
className: l.backIconButton
|
|
43
|
+
}).withConfig({
|
|
44
|
+
displayName: "PageTitlestyled__StyledBackButtonContainer"
|
|
45
|
+
})(["margin-top:", ";"], ({
|
|
46
|
+
$isAdaptive1280: e
|
|
47
|
+
}) => e ? "1px" : "6px"), L = a.div.attrs({
|
|
48
|
+
className: l.title
|
|
49
|
+
}).withConfig({
|
|
50
|
+
displayName: "PageTitlestyled__StyledTitle"
|
|
51
|
+
})([""]), H = a.div.attrs({
|
|
52
|
+
className: l.subtitle
|
|
53
|
+
}).withConfig({
|
|
54
|
+
displayName: "PageTitlestyled__StyledSubtitle"
|
|
55
|
+
})([""]), W = a.div.attrs({
|
|
56
|
+
className: l.titleSlot
|
|
57
|
+
}).withConfig({
|
|
58
|
+
displayName: "PageTitlestyled__StyledTitleSlot"
|
|
59
|
+
})(["margin-top:3px;"]), q = a.div.attrs({
|
|
60
|
+
className: l.rightBlock
|
|
61
|
+
}).withConfig({
|
|
62
|
+
displayName: "PageTitlestyled__StyledRightBlock"
|
|
63
|
+
})(["display:flex;align-items:flex-end;flex-shrink:0;align-self:flex-end;"]), F = (e) => ({
|
|
64
|
+
buttonSize: e ? "xs" : "s"
|
|
65
|
+
}), f = (e, t) => typeof e == "function" ? e(t) : e, G = ({
|
|
66
|
+
isAdaptive1280: e,
|
|
67
|
+
...t
|
|
68
|
+
}) => /* @__PURE__ */ i.jsxDEV(A, { $isAdaptive1280: e, children: /* @__PURE__ */ i.jsxDEV(
|
|
69
|
+
B,
|
|
70
|
+
{
|
|
71
|
+
size: "xs",
|
|
72
|
+
view: "secondary",
|
|
73
|
+
className: l.backIconButton,
|
|
74
|
+
pin: "circle-circle",
|
|
75
|
+
...t,
|
|
76
|
+
children: /* @__PURE__ */ i.jsxDEV(j, { size: "xs", color: "inherit" }, void 0, !1, {
|
|
77
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
78
|
+
lineNumber: 47,
|
|
79
|
+
columnNumber: 7
|
|
80
|
+
}, void 0)
|
|
81
|
+
},
|
|
82
|
+
void 0,
|
|
83
|
+
!1,
|
|
84
|
+
{
|
|
85
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
86
|
+
lineNumber: 40,
|
|
87
|
+
columnNumber: 5
|
|
88
|
+
},
|
|
89
|
+
void 0
|
|
90
|
+
) }, void 0, !1, {
|
|
91
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
92
|
+
lineNumber: 39,
|
|
93
|
+
columnNumber: 1
|
|
94
|
+
}, void 0), J = ({
|
|
95
|
+
breadcrumbs: e
|
|
96
|
+
}) => {
|
|
97
|
+
if (!e)
|
|
98
|
+
return null;
|
|
99
|
+
const t = {
|
|
100
|
+
size: "m",
|
|
101
|
+
...e
|
|
102
|
+
};
|
|
103
|
+
return /* @__PURE__ */ i.jsxDEV($, { children: /* @__PURE__ */ i.jsxDEV(S, { ...t }, void 0, !1, {
|
|
104
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
105
|
+
lineNumber: 66,
|
|
106
|
+
columnNumber: 7
|
|
107
|
+
}, void 0) }, void 0, !1, {
|
|
108
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
109
|
+
lineNumber: 65,
|
|
110
|
+
columnNumber: 5
|
|
111
|
+
}, void 0);
|
|
112
|
+
}, K = ({
|
|
113
|
+
title: e,
|
|
114
|
+
titleTypographyProps: t
|
|
115
|
+
}) => e ? /* @__PURE__ */ i.jsxDEV(L, { children: /* @__PURE__ */ i.jsxDEV(
|
|
116
|
+
g,
|
|
117
|
+
{
|
|
118
|
+
variant: "H2",
|
|
119
|
+
bold: !0,
|
|
120
|
+
tooltipText: (t && "tooltipText" in t ? t.tooltipText : void 0) ?? e,
|
|
121
|
+
...t,
|
|
122
|
+
children: e
|
|
123
|
+
},
|
|
124
|
+
void 0,
|
|
125
|
+
!1,
|
|
126
|
+
{
|
|
127
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
128
|
+
lineNumber: 82,
|
|
129
|
+
columnNumber: 7
|
|
130
|
+
},
|
|
131
|
+
void 0
|
|
132
|
+
) }, void 0, !1, {
|
|
133
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
134
|
+
lineNumber: 81,
|
|
135
|
+
columnNumber: 5
|
|
136
|
+
}, void 0) : null, M = ({
|
|
137
|
+
subtitle: e,
|
|
138
|
+
subtitleTypographyProps: t
|
|
139
|
+
}) => e ? /* @__PURE__ */ i.jsxDEV(H, { children: /* @__PURE__ */ i.jsxDEV(
|
|
140
|
+
g,
|
|
141
|
+
{
|
|
142
|
+
variant: "BodyS",
|
|
143
|
+
color: _,
|
|
144
|
+
tooltipText: (t && "tooltipText" in t ? t.tooltipText : void 0) ?? e,
|
|
145
|
+
...t,
|
|
146
|
+
children: e
|
|
147
|
+
},
|
|
148
|
+
void 0,
|
|
149
|
+
!1,
|
|
150
|
+
{
|
|
151
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
152
|
+
lineNumber: 109,
|
|
153
|
+
columnNumber: 7
|
|
154
|
+
},
|
|
155
|
+
void 0
|
|
156
|
+
) }, void 0, !1, {
|
|
157
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
158
|
+
lineNumber: 108,
|
|
159
|
+
columnNumber: 5
|
|
160
|
+
}, void 0) : null, O = V(
|
|
161
|
+
({
|
|
162
|
+
title: e,
|
|
163
|
+
titleTypographyProps: t,
|
|
164
|
+
subtitle: o,
|
|
165
|
+
subtitleTypographyProps: k,
|
|
166
|
+
titleSlot: N,
|
|
167
|
+
rightSlot: p,
|
|
168
|
+
disableMediaAdaptive: x = !1,
|
|
169
|
+
breadcrumbs: r,
|
|
170
|
+
$css: T,
|
|
171
|
+
className: b,
|
|
172
|
+
showBackButton: P,
|
|
173
|
+
onBackClick: h,
|
|
174
|
+
...y
|
|
175
|
+
}, v) => {
|
|
176
|
+
const { down: w } = E(), d = !x && w("xl"), u = F(d), c = f(N, u), m = f(p, u);
|
|
177
|
+
return /* @__PURE__ */ i.jsxDEV(
|
|
178
|
+
C,
|
|
179
|
+
{
|
|
180
|
+
ref: v,
|
|
181
|
+
$css: T,
|
|
182
|
+
className: D(l.root, b),
|
|
183
|
+
...y,
|
|
184
|
+
children: [
|
|
185
|
+
r && /* @__PURE__ */ i.jsxDEV(J, { breadcrumbs: r }, void 0, !1, {
|
|
186
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
187
|
+
lineNumber: 171,
|
|
188
|
+
columnNumber: 25
|
|
189
|
+
}, void 0),
|
|
190
|
+
/* @__PURE__ */ i.jsxDEV(R, { children: [
|
|
191
|
+
/* @__PURE__ */ i.jsxDEV(z, { children: [
|
|
192
|
+
P && /* @__PURE__ */ i.jsxDEV(
|
|
193
|
+
G,
|
|
194
|
+
{
|
|
195
|
+
isAdaptive1280: d,
|
|
196
|
+
onClick: h
|
|
197
|
+
},
|
|
198
|
+
void 0,
|
|
199
|
+
!1,
|
|
200
|
+
{
|
|
201
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
202
|
+
lineNumber: 176,
|
|
203
|
+
columnNumber: 13
|
|
204
|
+
},
|
|
205
|
+
void 0
|
|
206
|
+
),
|
|
207
|
+
(e || o) && /* @__PURE__ */ i.jsxDEV(I, { children: [
|
|
208
|
+
/* @__PURE__ */ i.jsxDEV(
|
|
209
|
+
K,
|
|
210
|
+
{
|
|
211
|
+
title: e,
|
|
212
|
+
titleTypographyProps: t
|
|
213
|
+
},
|
|
214
|
+
void 0,
|
|
215
|
+
!1,
|
|
216
|
+
{
|
|
217
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
218
|
+
lineNumber: 183,
|
|
219
|
+
columnNumber: 17
|
|
220
|
+
},
|
|
221
|
+
void 0
|
|
222
|
+
),
|
|
223
|
+
/* @__PURE__ */ i.jsxDEV(
|
|
224
|
+
M,
|
|
225
|
+
{
|
|
226
|
+
subtitle: o,
|
|
227
|
+
subtitleTypographyProps: k
|
|
228
|
+
},
|
|
229
|
+
void 0,
|
|
230
|
+
!1,
|
|
231
|
+
{
|
|
232
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
233
|
+
lineNumber: 187,
|
|
234
|
+
columnNumber: 17
|
|
235
|
+
},
|
|
236
|
+
void 0
|
|
237
|
+
)
|
|
238
|
+
] }, void 0, !0, {
|
|
239
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
240
|
+
lineNumber: 182,
|
|
241
|
+
columnNumber: 13
|
|
242
|
+
}, void 0),
|
|
243
|
+
c && /* @__PURE__ */ i.jsxDEV(W, { children: c }, void 0, !1, {
|
|
244
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
245
|
+
lineNumber: 194,
|
|
246
|
+
columnNumber: 13
|
|
247
|
+
}, void 0)
|
|
248
|
+
] }, void 0, !0, {
|
|
249
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
250
|
+
lineNumber: 174,
|
|
251
|
+
columnNumber: 11
|
|
252
|
+
}, void 0),
|
|
253
|
+
m && /* @__PURE__ */ i.jsxDEV(q, { children: m }, void 0, !1, {
|
|
254
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
255
|
+
lineNumber: 199,
|
|
256
|
+
columnNumber: 11
|
|
257
|
+
}, void 0)
|
|
258
|
+
] }, void 0, !0, {
|
|
259
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
260
|
+
lineNumber: 173,
|
|
261
|
+
columnNumber: 9
|
|
262
|
+
}, void 0)
|
|
263
|
+
]
|
|
264
|
+
},
|
|
265
|
+
void 0,
|
|
266
|
+
!0,
|
|
267
|
+
{
|
|
268
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/PageTitle/PageTitle.tsx",
|
|
269
|
+
lineNumber: 165,
|
|
270
|
+
columnNumber: 7
|
|
271
|
+
},
|
|
272
|
+
void 0
|
|
273
|
+
);
|
|
274
|
+
}
|
|
275
|
+
);
|
|
276
|
+
O.displayName = "PageTitle";
|
|
277
|
+
export {
|
|
278
|
+
O as P,
|
|
279
|
+
F as g,
|
|
280
|
+
l as p,
|
|
281
|
+
f as r
|
|
282
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";const w=require("./vendor-D8Dozc4m.cjs"),u=require("./utils-DN3rU1Iu.cjs"),c=require("react"),T=require("../components/ModalDF/index.cjs"),j=require("../constants/index.cjs"),S=require("@salutejs/sdds-themes/tokens/sdds_finai"),H=require("styled-components"),U=({children:t,isFullScreened:e,fullScreenedModalDFProps:i})=>{if(!e)return t;const r=typeof(i==null?void 0:i.fullScreen)=="object"?i.fullScreen:void 0;return w.jsxDevRuntimeExports.jsxDEV(T.ModalDF,{opened:!0,closeOnOverlayClick:!1,...i,fullScreen:{...r,defaultEnabled:!0},children:t},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/components/SplitViewFullscreenWrapper.tsx",lineNumber:23,columnNumber:5},void 0)},A=({sidebarIsClosed:t,isResizingRef:e,onTransitionEndExt:i})=>{const[r,o]=c.useState(()=>t);c.useEffect(()=>{t&&o(!0)},[t]);const d=c.useCallback(l=>{i&&i(l),!t&&!e.current&&r&&o(!1)},[r,e,i,t]);return{isClosingOrClosedOrOpening:r,onTransitionEnd:d}},g="SplitView__",s={container:`${g}container`,separator:`${g}separator`,separatorButton:`${g}separator-button`,mainBlock:`${g}main-block`,sidebarBlock:`${g}sidebar-block`,sidebarBlockIsResizing:`${g}sidebar-block-is-resizing`,sidebarIsClosingOrClosedOrOpening:`${g}sidebar-is-closing-closed-opening`,sidebarBlockFullScreenContentContainer:`${g}sidebar-block__full-screen-content-container`,sidebarBlockInModal:`${g}sidebar-block-in-modal`},z=32,I=12,n={mainWidthVar:"--main-width",separatorWidthVar:"--separator-width",sidebarWidthVar:"--sidebar-width",sidebarWidthInPxVar:"--sidebar-width-in-px",gapBetweenBlocksDefaultWidth:z,separatorButtonDefaultWidth:I,separatorDefaultWidth:z+I,sidebarWidths:{minWidthPx:600,adaptive1280MinWidthPx:440,maxWidthPercent:70,defaultWidthPercent:30}},L=(t,e)=>t/100*e,G=(t,e)=>t/e*100,J=({setSizes:t,isResizingRef:e,containerRef:i,sidebarMinWidthPx:r,sidebarMaxWidthPercent:o,onResize:d})=>{const l=c.useCallback(()=>{var a;document.body.style.cursor="col-resize",e.current=!0,(a=i.current)==null||a.classList.toggle(s.sidebarBlockIsResizing,!0)},[i,e]);return c.useEffect(()=>{const a=()=>{var p;document.body.style.cursor="auto",e.current=!1,(p=i.current)==null||p.classList.toggle(s.sidebarBlockIsResizing,!1)},h=p=>{if(!e.current||!i.current)return;p.preventDefault();const b=p.clientX,x=i.current.getBoundingClientRect(),m=x.width-n.separatorDefaultWidth,f=(x.right-b-n.separatorButtonDefaultWidth/2)/m*100,V=G(r,m),B=o,v=u.clamp(V,f,B),W=100-v,D=v*m/100,O=W*m/100,N={main:W,mainPx:O,sidebar:v,sidebarPx:D};t(N),d==null||d(N)},k=u.throttleWithLastCall(h,150);return window.addEventListener("mousemove",k),window.addEventListener("mouseup",a),()=>{window.removeEventListener("mousemove",k),window.removeEventListener("mouseup",a)}},[i,e,d,t,o,r]),{startResizing:l}},K=({setSizes:t,containerRef:e,sidebarMinWidthPx:i,sidebarMaxWidthPercent:r,onResize:o})=>{c.useEffect(()=>{const d=h=>{const p=h.contentRect.width-n.separatorDefaultWidth;t(b=>{const x=L(b.sidebar,p),P=L(r,p),m=u.clamp(i,x,P),f={...b,sidebarPx:m};return o==null||o(f),f})},l=u.debounce(d,1e3),a=new ResizeObserver(h=>{h.forEach(l)});return e.current&&a.observe(e.current),()=>{a.disconnect()}},[e,t,r,i])},C={spaceX4:()=>j.s.x4,spaceX16:()=>j.s.x16},Q=(t,e,i,r=n.sidebarWidths.minWidthPx)=>{const o=e?{...t,main:100,separator:`${i??0}px`,sidebar:0}:{...t,separator:`${n.separatorDefaultWidth}px`},{main:d,sidebar:l,sidebarPx:a,separator:h}=o;return{[n.mainWidthVar]:`${d}fr`,[n.sidebarWidthVar]:l===0?"minmax(0px, 0fr)":`minmax(${r}px, ${l}fr)`,[n.separatorWidthVar]:h,...a!==void 0&&{[n.sidebarWidthInPxVar]:`${a}px`}}},Y=`
|
|
2
|
+
border-top-right-radius: ${C.spaceX4};
|
|
3
|
+
border-bottom-right-radius: ${C.spaceX4};
|
|
4
|
+
`,Z=H.div.attrs({className:s.container}).withConfig({displayName:"SplitViewstyled__StyledDiv"})(["*{box-sizing:border-box;}display:grid;position:relative;z-index:0;grid-template-columns:var(",") var(",") var(",");transition:grid-template-columns 0.2s ease-in-out,margin-right 0.2s ease-in-out;flex-grow:1;& .","{overflow-x:hidden;}& .",",& .","{--split-view-header-height:",";--split-view-bottom-gap:var(--page-layout-padding-bottom,32px);"," position:sticky;top:var(--split-view-header-height);height:calc( 100vh - var(--split-view-header-height) - var(--split-view-bottom-gap) );overflow-x:hidden;}& .","{align-self:start;z-index:1;& .","{margin-left:","px;position:relative;border:none;padding:0;width:","px;height:100%;background-color:",";border-radius:"," 0 0 ",";&::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:",";border-radius:95px;background-color:",";}&:hover{&::before{background-color:",";}}cursor:col-resize;text-indent:100%;white-space:nowrap;overflow:hidden;}}&.","{& .",":before{background-color:",";}}.","{z-index:0;align-self:start;background-color:",";box-shadow:",";",";}."," > *{width:var(",");}"," ",""],n.mainWidthVar,n.separatorWidthVar,n.sidebarWidthVar,s.mainBlock,s.separator,s.sidebarBlock,({$headerHeight:t})=>t!==void 0?`${t}px`:"var(--global-header-height, 72px)",u.media.down("l")`
|
|
5
|
+
--split-view-bottom-gap: var(--page-layout-padding-bottom, 24px);
|
|
6
|
+
`,s.separator,s.separatorButton,n.gapBetweenBlocksDefaultWidth,n.separatorDefaultWidth-n.gapBetweenBlocksDefaultWidth,()=>S.surfaceSolidSecondary,C.spaceX4,C.spaceX4,C.spaceX16,()=>S.outlineSolidSecondary,()=>S.outlineSolidSecondaryHover,s.sidebarBlockIsResizing,s.separatorButton,()=>S.outlineSolidSecondaryHover,s.sidebarBlock,()=>S.surfaceSolidCard,()=>S.shadowDownSoftS,u.media.up("xl")(Y),s.sidebarIsClosingOrClosedOrOpening,n.sidebarWidthInPxVar,({$insidePageLayout:t,$sidebarIsClosed:e})=>t&&(e?"margin-right: 0;":`
|
|
7
|
+
margin-right: calc(-1 * var(--page-layout-padding-inline, 32px));
|
|
8
|
+
|
|
9
|
+
${u.media.down("l")`
|
|
10
|
+
margin-right: calc(-1 * var(--page-layout-padding-inline, 24px));
|
|
11
|
+
`}
|
|
12
|
+
`),({$css:t})=>t),M=t=>({avatarSize:t?"m":"l"}),X=(t,e)=>e??(t?n.sidebarWidths.adaptive1280MinWidthPx:n.sidebarWidths.minWidthPx),q=(t,e)=>typeof t=="function"?t(e):t,ee=({mainContent:t,sidebar:e,style:i,refContainer:r,$css:o,onTransitionEnd:d,onResize:l,headerHeight:a,insidePageLayout:h=!1,disableMediaAdaptive:k=!1,...p})=>{const b=c.useRef(!1),x=c.useRef(null),{down:P}=u.useBreakpoint(),m=!k&&P("xl"),{minWidthPx:f,maxWidthPercent:V=n.sidebarWidths.maxWidthPercent,defaultWidthPercent:B=n.sidebarWidths.defaultWidthPercent}=e??{},v=e==null?void 0:e.content,W=X(m,f),D=c.useMemo(()=>M(m),[m]),O=c.useMemo(()=>q(v,D),[v,D]),[N,E]=c.useState(()=>{const $=u.clamp(0,B,Math.min(V,100));return{main:100-$,sidebar:$}}),y=!(e!=null&&e.isOpened),{startResizing:_}=J({setSizes:E,containerRef:x,isResizingRef:b,sidebarMaxWidthPercent:V,sidebarMinWidthPx:W,onResize:l});K({setSizes:E,containerRef:x,sidebarMaxWidthPercent:V,sidebarMinWidthPx:W,onResize:l});const{isClosingOrClosedOrOpening:F,onTransitionEnd:R}=A({sidebarIsClosed:y,isResizingRef:b,onTransitionEndExt:d});return w.jsxDevRuntimeExports.jsxDEV(Z,{ref:u.mergeRefs(x,r),style:{...Q(N,y,e==null?void 0:e.paddingLeftOnClosed,W),...i},$css:o,$headerHeight:a,$insidePageLayout:h,$sidebarIsClosed:y,onTransitionEnd:R,...p,children:[w.jsxDevRuntimeExports.jsxDEV("div",{className:s.mainBlock,children:t},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",lineNumber:113,columnNumber:7},void 0),w.jsxDevRuntimeExports.jsxDEV("div",{className:s.separator,children:w.jsxDevRuntimeExports.jsxDEV("button",{className:s.separatorButton,type:"button",onMouseDown:_,children:"Разделитель"},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",lineNumber:116,columnNumber:9},void 0)},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",lineNumber:115,columnNumber:7},void 0),w.jsxDevRuntimeExports.jsxDEV("div",{className:u.mCls(s.sidebarBlock,F&&s.sidebarIsClosingOrClosedOrOpening,(e==null?void 0:e.isFullScreened)&&s.sidebarBlockInModal),children:w.jsxDevRuntimeExports.jsxDEV(U,{isFullScreened:e==null?void 0:e.isFullScreened,fullScreenedModalDFProps:e==null?void 0:e.fullScreenedModalDFProps,children:O},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",lineNumber:131,columnNumber:9},void 0)},void 0,!1,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",lineNumber:124,columnNumber:7},void 0)]},void 0,!0,{fileName:"/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",lineNumber:95,columnNumber:5},void 0)};exports.SplitView=ee;exports.getSplitViewSidebarMinWidthPx=X;exports.getSplitViewSlotSizes=M;exports.renderSplitViewContent=q;exports.splitViewClassNames=s;exports.splitViewConstants=n;
|
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
import { j as b } from "./vendor-BG4P-329.mjs";
|
|
2
|
+
import { t as H, e as O, w as G, b as N, d as J, s as K, q as Q } from "./utils-Ch8gMTzR.mjs";
|
|
3
|
+
import { useState as F, useEffect as y, useCallback as T, useRef as z, useMemo as I } from "react";
|
|
4
|
+
import { ModalDF as Y } from "../components/ModalDF/index.mjs";
|
|
5
|
+
import { s as j } from "../constants/index.mjs";
|
|
6
|
+
import { surfaceSolidSecondary as Z, outlineSolidSecondary as R, outlineSolidSecondaryHover as L, surfaceSolidCard as ee, shadowDownSoftS as te } from "@salutejs/sdds-themes/tokens/sdds_finai";
|
|
7
|
+
import ie from "styled-components";
|
|
8
|
+
const ne = ({
|
|
9
|
+
children: t,
|
|
10
|
+
isFullScreened: e,
|
|
11
|
+
fullScreenedModalDFProps: i
|
|
12
|
+
}) => {
|
|
13
|
+
if (!e)
|
|
14
|
+
return t;
|
|
15
|
+
const s = typeof (i == null ? void 0 : i.fullScreen) == "object" ? i.fullScreen : void 0;
|
|
16
|
+
return /* @__PURE__ */ b.jsxDEV(
|
|
17
|
+
Y,
|
|
18
|
+
{
|
|
19
|
+
opened: !0,
|
|
20
|
+
closeOnOverlayClick: !1,
|
|
21
|
+
...i,
|
|
22
|
+
fullScreen: {
|
|
23
|
+
...s,
|
|
24
|
+
defaultEnabled: !0
|
|
25
|
+
},
|
|
26
|
+
children: t
|
|
27
|
+
},
|
|
28
|
+
void 0,
|
|
29
|
+
!1,
|
|
30
|
+
{
|
|
31
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/components/SplitViewFullscreenWrapper.tsx",
|
|
32
|
+
lineNumber: 23,
|
|
33
|
+
columnNumber: 5
|
|
34
|
+
},
|
|
35
|
+
void 0
|
|
36
|
+
);
|
|
37
|
+
}, re = ({
|
|
38
|
+
sidebarIsClosed: t,
|
|
39
|
+
isResizingRef: e,
|
|
40
|
+
onTransitionEndExt: i
|
|
41
|
+
}) => {
|
|
42
|
+
const [s, o] = F(() => t);
|
|
43
|
+
y(() => {
|
|
44
|
+
t && o(!0);
|
|
45
|
+
}, [t]);
|
|
46
|
+
const d = T((l) => {
|
|
47
|
+
i && i(l), !t && !e.current && s && o(!1);
|
|
48
|
+
}, [s, e, i, t]);
|
|
49
|
+
return {
|
|
50
|
+
isClosingOrClosedOrOpening: s,
|
|
51
|
+
onTransitionEnd: d
|
|
52
|
+
};
|
|
53
|
+
}, p = "SplitView__", r = {
|
|
54
|
+
container: `${p}container`,
|
|
55
|
+
separator: `${p}separator`,
|
|
56
|
+
separatorButton: `${p}separator-button`,
|
|
57
|
+
mainBlock: `${p}main-block`,
|
|
58
|
+
sidebarBlock: `${p}sidebar-block`,
|
|
59
|
+
sidebarBlockIsResizing: `${p}sidebar-block-is-resizing`,
|
|
60
|
+
sidebarIsClosingOrClosedOrOpening: `${p}sidebar-is-closing-closed-opening`,
|
|
61
|
+
sidebarBlockFullScreenContentContainer: `${p}sidebar-block__full-screen-content-container`,
|
|
62
|
+
sidebarBlockInModal: `${p}sidebar-block-in-modal`
|
|
63
|
+
}, X = 32, M = 12, n = {
|
|
64
|
+
mainWidthVar: "--main-width",
|
|
65
|
+
separatorWidthVar: "--separator-width",
|
|
66
|
+
sidebarWidthVar: "--sidebar-width",
|
|
67
|
+
sidebarWidthInPxVar: "--sidebar-width-in-px",
|
|
68
|
+
gapBetweenBlocksDefaultWidth: X,
|
|
69
|
+
separatorButtonDefaultWidth: M,
|
|
70
|
+
separatorDefaultWidth: X + M,
|
|
71
|
+
// SIZES DEFAULT
|
|
72
|
+
sidebarWidths: {
|
|
73
|
+
minWidthPx: 600,
|
|
74
|
+
adaptive1280MinWidthPx: 440,
|
|
75
|
+
maxWidthPercent: 70,
|
|
76
|
+
defaultWidthPercent: 30
|
|
77
|
+
}
|
|
78
|
+
}, _ = (t, e) => t / 100 * e, se = (t, e) => t / e * 100, oe = ({
|
|
79
|
+
setSizes: t,
|
|
80
|
+
isResizingRef: e,
|
|
81
|
+
containerRef: i,
|
|
82
|
+
sidebarMinWidthPx: s,
|
|
83
|
+
sidebarMaxWidthPercent: o,
|
|
84
|
+
onResize: d
|
|
85
|
+
}) => {
|
|
86
|
+
const l = T(() => {
|
|
87
|
+
var a;
|
|
88
|
+
document.body.style.cursor = "col-resize", e.current = !0, (a = i.current) == null || a.classList.toggle(r.sidebarBlockIsResizing, !0);
|
|
89
|
+
}, [i, e]);
|
|
90
|
+
return y(() => {
|
|
91
|
+
const a = () => {
|
|
92
|
+
var c;
|
|
93
|
+
document.body.style.cursor = "auto", e.current = !1, (c = i.current) == null || c.classList.toggle(r.sidebarBlockIsResizing, !1);
|
|
94
|
+
}, v = H((c) => {
|
|
95
|
+
if (!e.current || !i.current)
|
|
96
|
+
return;
|
|
97
|
+
c.preventDefault();
|
|
98
|
+
const g = c.clientX, h = i.current.getBoundingClientRect(), u = h.width - n.separatorDefaultWidth, f = (h.right - g - n.separatorButtonDefaultWidth / 2) / u * 100, W = se(s, u), x = O(W, f, o), w = 100 - x, V = x * u / 100, P = w * u / 100, C = {
|
|
99
|
+
main: w,
|
|
100
|
+
mainPx: P,
|
|
101
|
+
sidebar: x,
|
|
102
|
+
sidebarPx: V
|
|
103
|
+
};
|
|
104
|
+
t(C), d == null || d(C);
|
|
105
|
+
}, 150);
|
|
106
|
+
return window.addEventListener("mousemove", v), window.addEventListener("mouseup", a), () => {
|
|
107
|
+
window.removeEventListener("mousemove", v), window.removeEventListener("mouseup", a);
|
|
108
|
+
};
|
|
109
|
+
}, [i, e, d, t, o, s]), {
|
|
110
|
+
startResizing: l
|
|
111
|
+
};
|
|
112
|
+
}, ae = ({
|
|
113
|
+
setSizes: t,
|
|
114
|
+
containerRef: e,
|
|
115
|
+
sidebarMinWidthPx: i,
|
|
116
|
+
sidebarMaxWidthPercent: s,
|
|
117
|
+
onResize: o
|
|
118
|
+
}) => {
|
|
119
|
+
y(() => {
|
|
120
|
+
const l = G((m) => {
|
|
121
|
+
const c = m.contentRect.width - n.separatorDefaultWidth;
|
|
122
|
+
t((g) => {
|
|
123
|
+
const h = _(g.sidebar, c), S = _(s, c), u = O(i, h, S), f = {
|
|
124
|
+
...g,
|
|
125
|
+
sidebarPx: u
|
|
126
|
+
};
|
|
127
|
+
return o == null || o(f), f;
|
|
128
|
+
});
|
|
129
|
+
}, 1e3), a = new ResizeObserver((m) => {
|
|
130
|
+
m.forEach(l);
|
|
131
|
+
});
|
|
132
|
+
return e.current && a.observe(e.current), () => {
|
|
133
|
+
a.disconnect();
|
|
134
|
+
};
|
|
135
|
+
}, [e, t, s, i]);
|
|
136
|
+
}, k = {
|
|
137
|
+
spaceX4: () => j.x4,
|
|
138
|
+
spaceX16: () => j.x16
|
|
139
|
+
}, de = (t, e, i, s = n.sidebarWidths.minWidthPx) => {
|
|
140
|
+
const o = e ? {
|
|
141
|
+
...t,
|
|
142
|
+
main: 100,
|
|
143
|
+
separator: `${i ?? 0}px`,
|
|
144
|
+
sidebar: 0
|
|
145
|
+
} : {
|
|
146
|
+
...t,
|
|
147
|
+
separator: `${n.separatorDefaultWidth}px`
|
|
148
|
+
}, {
|
|
149
|
+
main: d,
|
|
150
|
+
sidebar: l,
|
|
151
|
+
sidebarPx: a,
|
|
152
|
+
separator: m
|
|
153
|
+
} = o;
|
|
154
|
+
return {
|
|
155
|
+
[n.mainWidthVar]: `${d}fr`,
|
|
156
|
+
[n.sidebarWidthVar]: l === 0 ? "minmax(0px, 0fr)" : `minmax(${s}px, ${l}fr)`,
|
|
157
|
+
[n.separatorWidthVar]: m,
|
|
158
|
+
...a !== void 0 && {
|
|
159
|
+
[n.sidebarWidthInPxVar]: `${a}px`
|
|
160
|
+
}
|
|
161
|
+
};
|
|
162
|
+
}, le = `
|
|
163
|
+
border-top-right-radius: ${k.spaceX4};
|
|
164
|
+
border-bottom-right-radius: ${k.spaceX4};
|
|
165
|
+
`, ce = ie.div.attrs({
|
|
166
|
+
className: r.container
|
|
167
|
+
}).withConfig({
|
|
168
|
+
displayName: "SplitViewstyled__StyledDiv"
|
|
169
|
+
})(["*{box-sizing:border-box;}display:grid;position:relative;z-index:0;grid-template-columns:var(", ") var(", ") var(", ");transition:grid-template-columns 0.2s ease-in-out,margin-right 0.2s ease-in-out;flex-grow:1;& .", "{overflow-x:hidden;}& .", ",& .", "{--split-view-header-height:", ";--split-view-bottom-gap:var(--page-layout-padding-bottom,32px);", " position:sticky;top:var(--split-view-header-height);height:calc( 100vh - var(--split-view-header-height) - var(--split-view-bottom-gap) );overflow-x:hidden;}& .", "{align-self:start;z-index:1;& .", "{margin-left:", "px;position:relative;border:none;padding:0;width:", "px;height:100%;background-color:", ";border-radius:", " 0 0 ", ";&::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:", ";border-radius:95px;background-color:", ";}&:hover{&::before{background-color:", ";}}cursor:col-resize;text-indent:100%;white-space:nowrap;overflow:hidden;}}&.", "{& .", ":before{background-color:", ";}}.", "{z-index:0;align-self:start;background-color:", ";box-shadow:", ";", ";}.", " > *{width:var(", ");}", " ", ""], n.mainWidthVar, n.separatorWidthVar, n.sidebarWidthVar, r.mainBlock, r.separator, r.sidebarBlock, ({
|
|
170
|
+
$headerHeight: t
|
|
171
|
+
}) => t !== void 0 ? `${t}px` : "var(--global-header-height, 72px)", N.down("l")`
|
|
172
|
+
--split-view-bottom-gap: var(--page-layout-padding-bottom, 24px);
|
|
173
|
+
`, r.separator, r.separatorButton, n.gapBetweenBlocksDefaultWidth, n.separatorDefaultWidth - n.gapBetweenBlocksDefaultWidth, () => Z, k.spaceX4, k.spaceX4, k.spaceX16, () => R, () => L, r.sidebarBlockIsResizing, r.separatorButton, () => L, r.sidebarBlock, () => ee, () => te, N.up("xl")(le), r.sidebarIsClosingOrClosedOrOpening, n.sidebarWidthInPxVar, ({
|
|
174
|
+
$insidePageLayout: t,
|
|
175
|
+
$sidebarIsClosed: e
|
|
176
|
+
}) => t && (e ? "margin-right: 0;" : `
|
|
177
|
+
margin-right: calc(-1 * var(--page-layout-padding-inline, 32px));
|
|
178
|
+
|
|
179
|
+
${N.down("l")`
|
|
180
|
+
margin-right: calc(-1 * var(--page-layout-padding-inline, 24px));
|
|
181
|
+
`}
|
|
182
|
+
`), ({
|
|
183
|
+
$css: t
|
|
184
|
+
}) => t), ue = (t) => ({
|
|
185
|
+
avatarSize: t ? "m" : "l"
|
|
186
|
+
}), pe = (t, e) => e ?? (t ? n.sidebarWidths.adaptive1280MinWidthPx : n.sidebarWidths.minWidthPx), me = (t, e) => typeof t == "function" ? t(e) : t, ke = ({
|
|
187
|
+
mainContent: t,
|
|
188
|
+
sidebar: e,
|
|
189
|
+
//
|
|
190
|
+
style: i,
|
|
191
|
+
refContainer: s,
|
|
192
|
+
$css: o,
|
|
193
|
+
onTransitionEnd: d,
|
|
194
|
+
onResize: l,
|
|
195
|
+
headerHeight: a,
|
|
196
|
+
insidePageLayout: m = !1,
|
|
197
|
+
disableMediaAdaptive: v = !1,
|
|
198
|
+
...c
|
|
199
|
+
}) => {
|
|
200
|
+
const g = z(!1), h = z(null), { down: S } = J(), u = !v && S("xl"), {
|
|
201
|
+
minWidthPx: f,
|
|
202
|
+
maxWidthPercent: W = n.sidebarWidths.maxWidthPercent,
|
|
203
|
+
defaultWidthPercent: D = n.sidebarWidths.defaultWidthPercent
|
|
204
|
+
} = e ?? {}, x = e == null ? void 0 : e.content, w = pe(
|
|
205
|
+
u,
|
|
206
|
+
f
|
|
207
|
+
), V = I(
|
|
208
|
+
() => ue(u),
|
|
209
|
+
[u]
|
|
210
|
+
), P = I(
|
|
211
|
+
() => me(x, V),
|
|
212
|
+
[x, V]
|
|
213
|
+
), [C, $] = F(() => {
|
|
214
|
+
const E = O(
|
|
215
|
+
0,
|
|
216
|
+
D,
|
|
217
|
+
Math.min(W, 100)
|
|
218
|
+
);
|
|
219
|
+
return { main: 100 - E, sidebar: E };
|
|
220
|
+
}), B = !(e != null && e.isOpened), { startResizing: U } = oe({
|
|
221
|
+
setSizes: $,
|
|
222
|
+
containerRef: h,
|
|
223
|
+
isResizingRef: g,
|
|
224
|
+
sidebarMaxWidthPercent: W,
|
|
225
|
+
sidebarMinWidthPx: w,
|
|
226
|
+
onResize: l
|
|
227
|
+
});
|
|
228
|
+
ae({
|
|
229
|
+
setSizes: $,
|
|
230
|
+
containerRef: h,
|
|
231
|
+
sidebarMaxWidthPercent: W,
|
|
232
|
+
sidebarMinWidthPx: w,
|
|
233
|
+
onResize: l
|
|
234
|
+
});
|
|
235
|
+
const { isClosingOrClosedOrOpening: q, onTransitionEnd: A } = re({
|
|
236
|
+
sidebarIsClosed: B,
|
|
237
|
+
isResizingRef: g,
|
|
238
|
+
onTransitionEndExt: d
|
|
239
|
+
});
|
|
240
|
+
return /* @__PURE__ */ b.jsxDEV(
|
|
241
|
+
ce,
|
|
242
|
+
{
|
|
243
|
+
ref: Q(h, s),
|
|
244
|
+
style: {
|
|
245
|
+
...de(
|
|
246
|
+
C,
|
|
247
|
+
B,
|
|
248
|
+
e == null ? void 0 : e.paddingLeftOnClosed,
|
|
249
|
+
w
|
|
250
|
+
),
|
|
251
|
+
...i
|
|
252
|
+
},
|
|
253
|
+
$css: o,
|
|
254
|
+
$headerHeight: a,
|
|
255
|
+
$insidePageLayout: m,
|
|
256
|
+
$sidebarIsClosed: B,
|
|
257
|
+
onTransitionEnd: A,
|
|
258
|
+
...c,
|
|
259
|
+
children: [
|
|
260
|
+
/* @__PURE__ */ b.jsxDEV("div", { className: r.mainBlock, children: t }, void 0, !1, {
|
|
261
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",
|
|
262
|
+
lineNumber: 113,
|
|
263
|
+
columnNumber: 7
|
|
264
|
+
}, void 0),
|
|
265
|
+
/* @__PURE__ */ b.jsxDEV("div", { className: r.separator, children: /* @__PURE__ */ b.jsxDEV(
|
|
266
|
+
"button",
|
|
267
|
+
{
|
|
268
|
+
className: r.separatorButton,
|
|
269
|
+
type: "button",
|
|
270
|
+
onMouseDown: U,
|
|
271
|
+
children: "Разделитель"
|
|
272
|
+
},
|
|
273
|
+
void 0,
|
|
274
|
+
!1,
|
|
275
|
+
{
|
|
276
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",
|
|
277
|
+
lineNumber: 116,
|
|
278
|
+
columnNumber: 9
|
|
279
|
+
},
|
|
280
|
+
void 0
|
|
281
|
+
) }, void 0, !1, {
|
|
282
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",
|
|
283
|
+
lineNumber: 115,
|
|
284
|
+
columnNumber: 7
|
|
285
|
+
}, void 0),
|
|
286
|
+
/* @__PURE__ */ b.jsxDEV(
|
|
287
|
+
"div",
|
|
288
|
+
{
|
|
289
|
+
className: K(
|
|
290
|
+
r.sidebarBlock,
|
|
291
|
+
q && r.sidebarIsClosingOrClosedOrOpening,
|
|
292
|
+
(e == null ? void 0 : e.isFullScreened) && r.sidebarBlockInModal
|
|
293
|
+
),
|
|
294
|
+
children: /* @__PURE__ */ b.jsxDEV(
|
|
295
|
+
ne,
|
|
296
|
+
{
|
|
297
|
+
isFullScreened: e == null ? void 0 : e.isFullScreened,
|
|
298
|
+
fullScreenedModalDFProps: e == null ? void 0 : e.fullScreenedModalDFProps,
|
|
299
|
+
children: P
|
|
300
|
+
},
|
|
301
|
+
void 0,
|
|
302
|
+
!1,
|
|
303
|
+
{
|
|
304
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",
|
|
305
|
+
lineNumber: 131,
|
|
306
|
+
columnNumber: 9
|
|
307
|
+
},
|
|
308
|
+
void 0
|
|
309
|
+
)
|
|
310
|
+
},
|
|
311
|
+
void 0,
|
|
312
|
+
!1,
|
|
313
|
+
{
|
|
314
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",
|
|
315
|
+
lineNumber: 124,
|
|
316
|
+
columnNumber: 7
|
|
317
|
+
},
|
|
318
|
+
void 0
|
|
319
|
+
)
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
void 0,
|
|
323
|
+
!0,
|
|
324
|
+
{
|
|
325
|
+
fileName: "/home/runner/work/dais-ui/dais-ui/packages/ui-kit/src/components/SplitView/SplitView.tsx",
|
|
326
|
+
lineNumber: 95,
|
|
327
|
+
columnNumber: 5
|
|
328
|
+
},
|
|
329
|
+
void 0
|
|
330
|
+
);
|
|
331
|
+
};
|
|
332
|
+
export {
|
|
333
|
+
ke as S,
|
|
334
|
+
n as a,
|
|
335
|
+
ue as b,
|
|
336
|
+
pe as g,
|
|
337
|
+
me as r,
|
|
338
|
+
r as s
|
|
339
|
+
};
|