@sberbusiness/triplex-next 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-BHNe1ozS.js +39 -0
- package/chunks/CalendarViewItem-DPBC-Z6J.js +101 -0
- package/chunks/Card.module-B5YIHmus.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CpX20kPI.js +14 -0
- package/chunks/{Chip-BLKgYv0e.js → Chip-Bq-4tQtK.js} +2 -2
- package/chunks/Confirm.module-GA5Dzlmr.js +15 -0
- package/chunks/DropdownListItem-ILfoWhzW.js +65 -0
- package/chunks/DropdownMobile.module-DclcWauT.js +23 -0
- package/chunks/Footer.module-DkDGszHy.js +9 -0
- package/chunks/{FormFieldInput-QoI3Qmcf.js → FormFieldInput-ClOpQErr.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-BZz8z8Wm.js +9 -0
- package/chunks/HeaderTabs.module-C5oTxlpm.js +9 -0
- package/chunks/{HeaderTitle.module-qG7NNUSy.js → HeaderTitle.module-DKHery9U.js} +2 -2
- package/chunks/IslandAccordion.module-WbI4D8ty.js +25 -0
- package/chunks/IslandWidgetFooter.module-DTWh9cNJ.js +9 -0
- package/chunks/IslandWidgetHeader.module-BQRaj4yi.js +12 -0
- package/chunks/{LightBoxContent-iKg6uhHj.js → LightBoxContent-DwCwTnm8.js} +6 -6
- package/chunks/LightBoxControls.module-Dd9isO-M.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-D6dEk7jq.js +8 -0
- package/chunks/{ListItemControlsButton-B36AdJX2.js → ListItemControlsButton-BVv5SEQK.js} +11 -11
- package/chunks/ListItemTail.module-Cl4qnsce.js +12 -0
- package/chunks/ListMasterFooter.module-DhaldysT.js +10 -0
- package/chunks/ModalWindow.module-0Ojlif30.js +17 -0
- package/chunks/Notification.module-PYfR2ux2.js +20 -0
- package/chunks/Overlay.module-DLlM4tJo.js +18 -0
- package/chunks/Page.module-g63XbdMj.js +11 -0
- package/chunks/{RightBorderArrow-COmdqSvG.js → RightBorderArrow-DphWOCKu.js} +11 -11
- package/chunks/SMSField.module-BtkXBfsB.js +16 -0
- package/chunks/SliderExtendedMarks.module-CmYXI7Bc.js +15 -0
- package/chunks/{SliderExtendedRail-6lH6RyNF.js → SliderExtendedRail-LPLejGxq.js} +14 -14
- package/chunks/StatusTracker.module-DvCRrIA3.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DeExagGp.js → SuggestFieldMobileDropdownHint-BrJJVBqL.js} +6 -6
- package/chunks/TableFooter.module--X6CLCIy.js +14 -0
- package/chunks/TabsExtended.module-R-jANZBU.js +16 -0
- package/chunks/TabsLine.module-B1pGQOOh.js +21 -0
- package/chunks/TooltipDesktop.module-DB_qJpGS.js +19 -0
- package/chunks/TreeView.module-DToAhAOL.js +9 -0
- package/chunks/{UploadZoneInput-CCa8azJA.js → UploadZoneInput-CPReFDxM.js} +5 -5
- package/chunks/{constants-CBGFTz75.js → constants-BJYXBm7r.js} +4 -4
- package/chunks/utils-BumZpvr4.js +73 -0
- package/chunks/utils-C0IvyYX-.js +24 -0
- package/chunks/utils-Di6w1QBl.js +18 -0
- package/chunks/utils-hoF6QqvY.js +27 -0
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +4 -4
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +9 -9
- package/components/Badge/Badge.js +3 -3
- package/components/Badge/BadgeDot.js +6 -6
- package/components/Badge/components/BadgeContent.js +11 -11
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +20 -20
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +6 -6
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +6 -6
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +13 -14
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +25 -18
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +23 -22
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +9 -9
- package/components/Col/Col.js +136 -136
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
- package/components/Dropdown/desktop/DropdownList.js +9 -8
- package/components/Dropdown/desktop/DropdownListItem.js +4 -3
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +16 -15
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +33 -33
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +11 -11
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +8 -8
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +11 -11
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +1 -1
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +16 -16
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
- package/components/LightBox/LightBox.js +21 -21
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +8 -8
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +9 -9
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +7 -7
- package/components/List/List.js +3 -3
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +8 -8
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +5 -5
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +7 -16
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +13 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +6 -5
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +8 -8
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +7 -7
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +12 -12
- package/components/SegmentedControl/SegmentedControlSegment.js +13 -13
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +10 -10
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +26 -26
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +17 -17
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +7 -9
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +6 -6
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +3 -3
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +20 -20
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +5 -5
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +17 -17
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +35 -35
- package/components/TabsLine/components/TabsLineMobile.js +5 -5
- package/components/Tag/Tag.js +8 -8
- package/components/TagColor/TagColor.js +5 -5
- package/components/TagGroup/TagGroup.js +13 -13
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +5 -5
- package/components/TopOverlay/TopOverlay.js +14 -14
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +27 -27
- package/components/Typography/Text.js +27 -27
- package/components/Typography/Title.js +22 -22
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +8 -8
- package/components/UploadZone/UploadZone.js +67 -59
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +253 -255
- package/index.d.ts +10 -13
- package/index.js +66 -68
- package/package.json +1 -5
- package/styles/triplex-next.css +546 -546
- package/chunks/AlertProcessSpoiler-CjSQmvuc.js +0 -39
- package/chunks/CalendarViewItem-Ca-FLo0r.js +0 -101
- package/chunks/Card.module-CzLtoScY.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DkdxFQuq.js +0 -14
- package/chunks/Confirm.module-BMyKk7ci.js +0 -15
- package/chunks/DropdownListItem-DeF8AY7t.js +0 -63
- package/chunks/DropdownMobile.module-Ds3kgyp0.js +0 -23
- package/chunks/Footer.module-D2AeYynH.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CPzyr_Es.js +0 -9
- package/chunks/HeaderTabs.module-CTLu8m8e.js +0 -9
- package/chunks/IslandAccordion.module-C-6vlAWF.js +0 -25
- package/chunks/IslandWidgetFooter.module-xITdAr93.js +0 -9
- package/chunks/IslandWidgetHeader.module-Bvq2rTll.js +0 -12
- package/chunks/LightBoxControls.module-C4hxT62o.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bw4ojHvB.js +0 -8
- package/chunks/ListItemTail.module-DRs0pxZe.js +0 -12
- package/chunks/ListMasterFooter.module-DTybJY-0.js +0 -10
- package/chunks/ModalWindow.module-Dw-47OlP.js +0 -17
- package/chunks/Notification.module-BKYlR9Q1.js +0 -21
- package/chunks/Overlay.module-DMP8sff8.js +0 -18
- package/chunks/Page.module-ZgV0sjdJ.js +0 -11
- package/chunks/SMSField.module-kXUXCT5O.js +0 -16
- package/chunks/SliderExtendedMarks.module-DZ2tJis8.js +0 -15
- package/chunks/StatusTracker.module-BiMt5_cO.js +0 -24
- package/chunks/TableFooter.module-Cr1neNvX.js +0 -14
- package/chunks/TabsExtended.module-D_yz2JTI.js +0 -16
- package/chunks/TabsLine.module-Bu6BuWqh.js +0 -21
- package/chunks/TooltipDesktop.module-CVz3e2hU.js +0 -19
- package/chunks/TreeView.module-DSb6I410.js +0 -9
- package/chunks/utils-Bbbhrgqj.js +0 -20
- package/chunks/utils-BoLzdbbW.js +0 -73
- package/chunks/utils-CAZ6n1RH.js +0 -24
- package/chunks/utils-ux-s0pdr.js +0 -27
- package/components/NotificationIcon/NotificationIcon.js +0 -10
- package/components/NotificationIcon/index.js +0 -5
package/index.d.ts
CHANGED
|
@@ -1820,6 +1820,7 @@ export declare interface IChipDatePickerTargetProps extends IChipProps {
|
|
|
1820
1820
|
/** Свойства компонента ChipDropdownArrow. */
|
|
1821
1821
|
export declare interface IChipDropdownArrowProps {
|
|
1822
1822
|
rotated: boolean;
|
|
1823
|
+
size?: EComponentSize;
|
|
1823
1824
|
}
|
|
1824
1825
|
|
|
1825
1826
|
export declare interface IChipGroupProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
@@ -2211,6 +2212,8 @@ export declare interface IDropdownListItemProps extends default_2.HTMLAttributes
|
|
|
2211
2212
|
keyCodesForSelection?: number[];
|
|
2212
2213
|
/** Флаг отображения значка новых уведомлений. */
|
|
2213
2214
|
showNotificationIcon?: boolean;
|
|
2215
|
+
/** Размер списка. */
|
|
2216
|
+
size?: EComponentSize;
|
|
2214
2217
|
}
|
|
2215
2218
|
|
|
2216
2219
|
/** Свойства компонента DropdownList. */
|
|
@@ -2912,9 +2915,8 @@ export declare interface ILoaderSmallProps extends default_2.HTMLAttributes<HTML
|
|
|
2912
2915
|
size: EComponentSize;
|
|
2913
2916
|
}
|
|
2914
2917
|
|
|
2915
|
-
export declare interface IMarkerProps extends
|
|
2918
|
+
export declare interface IMarkerProps extends IBadgeDotProps {
|
|
2916
2919
|
status: EMarkerStatus;
|
|
2917
|
-
size?: EComponentSize.MD | EComponentSize.LG;
|
|
2918
2920
|
}
|
|
2919
2921
|
|
|
2920
2922
|
export declare interface IMarkerStatusProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
@@ -3164,16 +3166,12 @@ declare interface INotificationHeaderProps {
|
|
|
3164
3166
|
children: default_2.ReactNode;
|
|
3165
3167
|
}
|
|
3166
3168
|
|
|
3167
|
-
export declare interface INotificationIconProps extends default_2.HTMLAttributes<HTMLSpanElement> {
|
|
3168
|
-
children?: never;
|
|
3169
|
-
}
|
|
3170
|
-
|
|
3171
3169
|
/**
|
|
3172
3170
|
* Опции кастомной иконки нотификации.
|
|
3173
3171
|
*
|
|
3174
3172
|
* @prop {React.ReactElement} children Кастомная иконка нотификации.
|
|
3175
3173
|
*/
|
|
3176
|
-
declare interface
|
|
3174
|
+
declare interface INotificationIconProps {
|
|
3177
3175
|
children: default_2.ReactElement;
|
|
3178
3176
|
}
|
|
3179
3177
|
|
|
@@ -3192,7 +3190,7 @@ export declare interface INotificationProps extends default_2.ButtonHTMLAttribut
|
|
|
3192
3190
|
}
|
|
3193
3191
|
|
|
3194
3192
|
export declare interface INotificationSFC extends default_2.FC<INotificationProps> {
|
|
3195
|
-
Icon: typeof
|
|
3193
|
+
Icon: typeof NotificationIcon;
|
|
3196
3194
|
Body: typeof NotificationBody;
|
|
3197
3195
|
Close: typeof NotificationClose;
|
|
3198
3196
|
Time: typeof NotificationTime;
|
|
@@ -3758,6 +3756,8 @@ declare interface ISpoilerUncontrolledProps extends ISpoilerBaseProps {
|
|
|
3758
3756
|
declare interface IStatusTrackerBodyProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3759
3757
|
}
|
|
3760
3758
|
|
|
3759
|
+
declare type IStatusTrackerButtonProps = Exclude<TButtonProps, IButtonLinkProps>;
|
|
3760
|
+
|
|
3761
3761
|
/** Свойства компонента StatusTrackerDescription. */
|
|
3762
3762
|
declare interface IStatusTrackerDescriptionProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3763
3763
|
}
|
|
@@ -4833,13 +4833,10 @@ export declare const NotificationGrouped: default_2.FC<INotificationGroupedProps
|
|
|
4833
4833
|
*/
|
|
4834
4834
|
declare const NotificationHeader: default_2.FC<INotificationHeaderProps>;
|
|
4835
4835
|
|
|
4836
|
-
/** Компонент NotificationIcon. Отображает значок новых уведомлений в табах, дропдаунах. */
|
|
4837
|
-
export declare const NotificationIcon: default_2.FC<INotificationIconProps>;
|
|
4838
|
-
|
|
4839
4836
|
/**
|
|
4840
4837
|
* Кастомная иконка нотификации.
|
|
4841
4838
|
*/
|
|
4842
|
-
declare const
|
|
4839
|
+
declare const NotificationIcon: default_2.FC<INotificationIconProps>;
|
|
4843
4840
|
|
|
4844
4841
|
/**
|
|
4845
4842
|
* Надпись времени нотификации.
|
|
@@ -5086,7 +5083,7 @@ export declare const StatusTracker: default_2.ForwardRefExoticComponent<IStatusT
|
|
|
5086
5083
|
Status: default_2.FC<IMarkerStatusProps>;
|
|
5087
5084
|
};
|
|
5088
5085
|
Footer: default_2.ForwardRefExoticComponent<IStatusTrackerFooterProps & default_2.RefAttributes<HTMLDivElement>> & {
|
|
5089
|
-
Button: default_2.FC<
|
|
5086
|
+
Button: default_2.FC<IStatusTrackerButtonProps>;
|
|
5090
5087
|
Description: default_2.FC<IStatusTrackerDescriptionProps>;
|
|
5091
5088
|
};
|
|
5092
5089
|
};
|
package/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import { ButtonDropdownExtended as h } from "./components/Button/ButtonDropdownE
|
|
|
14
14
|
import { EButtonDotsTheme as w, EButtonIconShape as y, EButtonTheme as P } from "./components/Button/enums.js";
|
|
15
15
|
import { Calendar as k } from "./components/Calendar/Calendar.js";
|
|
16
16
|
import { ECalendarDateMarkType as A, ECalendarPickType as H, ECalendarViewMode as N } from "./components/Calendar/enums.js";
|
|
17
|
-
import { C as z } from "./chunks/Chip-
|
|
17
|
+
import { C as z } from "./chunks/Chip-Bq-4tQtK.js";
|
|
18
18
|
import { ChipDatePicker as G } from "./components/Chip/ChipDatePicker/ChipDatePicker.js";
|
|
19
19
|
import { ChipDatePickerTarget as Y } from "./components/Chip/ChipDatePicker/ChipDatePickerTarget.js";
|
|
20
20
|
import { ChipClearButton as K } from "./components/Chip/ChipClearButton.js";
|
|
@@ -39,7 +39,7 @@ import { FormFieldCounter as wo } from "./components/FormField/components/FormFi
|
|
|
39
39
|
import { FormFieldLabel as Po } from "./components/FormField/components/FormFieldLabel.js";
|
|
40
40
|
import { FormFieldClear as ko } from "./components/FormField/components/FormFieldClear.js";
|
|
41
41
|
import { FormFieldTarget as Ao } from "./components/FormField/components/FormFieldTarget.js";
|
|
42
|
-
import { F as No } from "./chunks/FormFieldInput-
|
|
42
|
+
import { F as No } from "./chunks/FormFieldInput-ClOpQErr.js";
|
|
43
43
|
import { FormFieldMaskedInput as zo } from "./components/FormField/components/FormFieldMaskedInput.js";
|
|
44
44
|
import { FormFieldPostfix as Go } from "./components/FormField/components/FormFieldPostfix.js";
|
|
45
45
|
import { FormFieldPrefix as Yo } from "./components/FormField/components/FormFieldPrefix.js";
|
|
@@ -97,7 +97,7 @@ import { EDropdownAlignment as Kr, EDropdownDirection as Ur, EDropdownListSize a
|
|
|
97
97
|
import { DropdownListContext as jr } from "./components/Dropdown/DropdownListContext.js";
|
|
98
98
|
import { DropdownDesktop as Jr } from "./components/Dropdown/desktop/DropdownDesktop.js";
|
|
99
99
|
import { DropdownList as $r } from "./components/Dropdown/desktop/DropdownList.js";
|
|
100
|
-
import { D as et } from "./chunks/DropdownListItem-
|
|
100
|
+
import { D as et } from "./chunks/DropdownListItem-ILfoWhzW.js";
|
|
101
101
|
import { DropdownMobile as tt } from "./components/Dropdown/mobile/DropdownMobile.js";
|
|
102
102
|
import { DropdownMobileBody as mt } from "./components/Dropdown/mobile/DropdownMobileBody.js";
|
|
103
103
|
import { DropdownMobileClose as it } from "./components/Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -114,7 +114,7 @@ import { AdvancedMouseSensor as It, AdvancedTouchSensor as wt, ListSortable as y
|
|
|
114
114
|
import { ListItem as Bt } from "./components/List/components/ListItem.js";
|
|
115
115
|
import { ListItemControls as Wt } from "./components/List/components/ListItemControls.js";
|
|
116
116
|
import { ListItemContent as Ht } from "./components/List/components/ListItemContent.js";
|
|
117
|
-
import { L as vt } from "./chunks/ListItemControlsButton-
|
|
117
|
+
import { L as vt } from "./chunks/ListItemControlsButton-BVv5SEQK.js";
|
|
118
118
|
import { ListItemControlsButtonDropdown as Ot } from "./components/List/components/ListItemControlsButtonDropdown.js";
|
|
119
119
|
import { ListEmptyState as Rt } from "./components/List/components/ListEmptyState.js";
|
|
120
120
|
import { ListItemLoading as Vt } from "./components/List/components/ListItemLoading.js";
|
|
@@ -207,7 +207,7 @@ import { SuggestFieldDesktopDropdown as si } from "./components/SuggestField/des
|
|
|
207
207
|
import { SuggestFieldDesktop as Ti } from "./components/SuggestField/desktop/SuggestFieldDesktop.js";
|
|
208
208
|
import { SuggestFieldMobile as Ei } from "./components/SuggestField/mobile/SuggestFieldMobile.js";
|
|
209
209
|
import { SuggestFieldMobileDropdown as ui } from "./components/SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
210
|
-
import { S as Di } from "./chunks/SuggestFieldMobileDropdownHint-
|
|
210
|
+
import { S as Di } from "./chunks/SuggestFieldMobileDropdownHint-BrJJVBqL.js";
|
|
211
211
|
import { SuggestField as bi } from "./components/SuggestField/SuggestField.js";
|
|
212
212
|
import { LightBox as Li, lightBoxMountNodeIdDefault as hi, lightBoxViewManagerNodeIdDefault as Ii } from "./components/LightBox/LightBox.js";
|
|
213
213
|
import { LightBoxSideOverlay as yi } from "./components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
@@ -256,39 +256,38 @@ import { SwipeableArea as ff } from "./components/SwipeableArea/SwipeableArea.js
|
|
|
256
256
|
import { TopOverlay as df } from "./components/TopOverlay/TopOverlay.js";
|
|
257
257
|
import { UploadZone as sf } from "./components/UploadZone/UploadZone.js";
|
|
258
258
|
import { HelpBox as Tf } from "./components/HelpBox/HelpBox.js";
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
271
|
-
import {
|
|
272
|
-
import {
|
|
273
|
-
import {
|
|
274
|
-
import {
|
|
275
|
-
import {
|
|
276
|
-
import {
|
|
277
|
-
import {
|
|
278
|
-
import {
|
|
279
|
-
import {
|
|
280
|
-
import {
|
|
281
|
-
import {
|
|
282
|
-
import {
|
|
283
|
-
import {
|
|
284
|
-
import { EScreenWidth as Ln } from "./helpers/breakpoints.js";
|
|
259
|
+
import { CarouselExtended as Ef } from "./components/CarouselExtended/CarouselExtended.js";
|
|
260
|
+
import { DateRange as uf } from "./components/DateRange/DateRange.js";
|
|
261
|
+
import { EDateRangeShiftUnit as Df } from "./components/DateRange/enums.js";
|
|
262
|
+
import { ExpandAnimation as bf } from "./components/ExpandAnimation/ExpandAnimation.js";
|
|
263
|
+
import { Overlay as Lf } from "./components/Overlay/Overlay.js";
|
|
264
|
+
import { EOverlayDirection as If, OverlayBase as wf } from "./components/Overlay/OverlayBase.js";
|
|
265
|
+
import { OverlayMask as Pf } from "./components/Overlay/OverlayMask.js";
|
|
266
|
+
import { OverlayPanel as kf } from "./components/Overlay/OverlayPanel.js";
|
|
267
|
+
import { EComponentSize as Af } from "./enums/EComponentSize.js";
|
|
268
|
+
import { EFocusSource as Nf } from "./enums/EFocusSource.js";
|
|
269
|
+
import { amountComparator as zf, formatAmount as Of } from "./utils/amountUtils.js";
|
|
270
|
+
import { createSizeToClassNameMap as Rf } from "./utils/classNameMaps.js";
|
|
271
|
+
import { getCaretPosition as Vf, setCaretPosition as Kf } from "./utils/inputUtils.js";
|
|
272
|
+
import { isNullOrUndefined as _f } from "./utils/isNullOrUndefined.js";
|
|
273
|
+
import { EVENT_KEYS as Zf, EVENT_KEY_CODES as jf, isKey as qf } from "./utils/keyboard.js";
|
|
274
|
+
import { scrollSmoothHorizontally as Qf } from "./utils/scroll.js";
|
|
275
|
+
import { StringUtils as on } from "./utils/stringUtils.js";
|
|
276
|
+
import { FocusTrapUtils as rn } from "./utils/focus/FocusTrapUtils.js";
|
|
277
|
+
import { getAriaHTMLAttributes as pn } from "./utils/html/AriaAttributes.js";
|
|
278
|
+
import { getDataHTMLAttributes as xn } from "./utils/html/DataAttributes.js";
|
|
279
|
+
import { addClassNameWithScrollbarWidth as fn, getScrollbarWidth as nn } from "./utils/scroll/scrollbar.js";
|
|
280
|
+
import { MONTHS_SET as ln, WEEKDAYS_SET as sn, WEEKS_SET as Sn, dateFormatYYYYMMDD as Tn, globalLimitRange as gn, headerDateFormat as En } from "./consts/DateConst.js";
|
|
281
|
+
import { AmountConst as un } from "./consts/AmountConst.js";
|
|
282
|
+
import { DataTestId as Dn } from "./consts/DataTestId.js";
|
|
283
|
+
import { EScreenWidth as bn } from "./helpers/breakpoints.js";
|
|
285
284
|
export {
|
|
286
285
|
It as AdvancedMouseSensor,
|
|
287
286
|
wt as AdvancedTouchSensor,
|
|
288
287
|
r as AlertContext,
|
|
289
288
|
p as AlertProcess,
|
|
290
289
|
n as Amount,
|
|
291
|
-
|
|
290
|
+
un as AmountConst,
|
|
292
291
|
ei as AmountField,
|
|
293
292
|
S as Avatar,
|
|
294
293
|
g as Badge,
|
|
@@ -302,7 +301,7 @@ export {
|
|
|
302
301
|
zr as Caption,
|
|
303
302
|
nm as CardAction,
|
|
304
303
|
lm as CardStatic,
|
|
305
|
-
|
|
304
|
+
Ef as CarouselExtended,
|
|
306
305
|
so as Checkbox,
|
|
307
306
|
ua as CheckboxTree,
|
|
308
307
|
Da as CheckboxTreeExtended,
|
|
@@ -326,9 +325,9 @@ export {
|
|
|
326
325
|
Zx as ColumnSettings,
|
|
327
326
|
_m as ComposedKeyDownListener,
|
|
328
327
|
La as Confirm,
|
|
329
|
-
|
|
328
|
+
Dn as DataTestId,
|
|
330
329
|
uo as DateField,
|
|
331
|
-
|
|
330
|
+
uf as DateRange,
|
|
332
331
|
Ba as DesignTokensComponents,
|
|
333
332
|
Wa as DesignTokensComponentsThemeDark,
|
|
334
333
|
Ia as DesignTokensCore,
|
|
@@ -365,13 +364,13 @@ export {
|
|
|
365
364
|
Tm as ECardRoundingSize,
|
|
366
365
|
gm as ECardTheme,
|
|
367
366
|
qx as ECellType,
|
|
368
|
-
|
|
369
|
-
|
|
367
|
+
Af as EComponentSize,
|
|
368
|
+
Df as EDateRangeShiftUnit,
|
|
370
369
|
Kr as EDropdownAlignment,
|
|
371
370
|
Ur as EDropdownDirection,
|
|
372
371
|
_r as EDropdownListSize,
|
|
373
372
|
Xr as EDropdownSize,
|
|
374
|
-
|
|
373
|
+
Nf as EFocusSource,
|
|
375
374
|
Pr as EFontType,
|
|
376
375
|
Br as EFontWeightCaption,
|
|
377
376
|
kr as EFontWeightText,
|
|
@@ -386,9 +385,9 @@ export {
|
|
|
386
385
|
te as ELoaderSmallTheme,
|
|
387
386
|
de as EMarkerStatus,
|
|
388
387
|
Qx as EOrderDirection,
|
|
389
|
-
|
|
388
|
+
If as EOverlayDirection,
|
|
390
389
|
xm as EPaginationNavigationIconDirection,
|
|
391
|
-
|
|
390
|
+
bn as EScreenWidth,
|
|
392
391
|
Fm as ESegmentedControlSize,
|
|
393
392
|
bm as ESegmentedControlTheme,
|
|
394
393
|
Mm as ESegmentedControlType,
|
|
@@ -406,13 +405,13 @@ export {
|
|
|
406
405
|
Wi as ETooltipPreferPlace,
|
|
407
406
|
Ai as ETooltipSize,
|
|
408
407
|
Lr as ETriplexNextTheme,
|
|
409
|
-
|
|
410
|
-
|
|
408
|
+
Zf as EVENT_KEYS,
|
|
409
|
+
jf as EVENT_KEY_CODES,
|
|
411
410
|
$x as EVerticalAlign,
|
|
412
411
|
Do as Ellipsis,
|
|
413
|
-
|
|
412
|
+
bf as ExpandAnimation,
|
|
414
413
|
Gx as FilterPanel,
|
|
415
|
-
|
|
414
|
+
rn as FocusTrapUtils,
|
|
416
415
|
mp as Footer,
|
|
417
416
|
ip as FooterDescription,
|
|
418
417
|
dp as FooterDescriptionContent,
|
|
@@ -487,7 +486,7 @@ export {
|
|
|
487
486
|
me as LoaderMiddle,
|
|
488
487
|
ie as LoaderScreen,
|
|
489
488
|
oe as LoaderSmall,
|
|
490
|
-
|
|
489
|
+
ln as MONTHS_SET,
|
|
491
490
|
fe as Marker,
|
|
492
491
|
se as MarkerStatus,
|
|
493
492
|
Er as MaskedField,
|
|
@@ -509,14 +508,13 @@ export {
|
|
|
509
508
|
zx as NoColumns,
|
|
510
509
|
ji as Notification,
|
|
511
510
|
Ji as NotificationGrouped,
|
|
512
|
-
Ef as NotificationIcon,
|
|
513
511
|
Ie as NumberField,
|
|
514
512
|
mi as OrderedList,
|
|
515
513
|
ii as OrderedListItem,
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
514
|
+
Lf as Overlay,
|
|
515
|
+
wf as OverlayBase,
|
|
516
|
+
Pf as OverlayMask,
|
|
517
|
+
kf as OverlayPanel,
|
|
520
518
|
vp as Page,
|
|
521
519
|
am as Pagination,
|
|
522
520
|
Kp as PaginationExtended,
|
|
@@ -550,7 +548,7 @@ export {
|
|
|
550
548
|
Pm as Step,
|
|
551
549
|
Nm as Stepper,
|
|
552
550
|
zm as StepperExtended,
|
|
553
|
-
|
|
551
|
+
on as StringUtils,
|
|
554
552
|
xf as Suggest,
|
|
555
553
|
tf as SuggestContext,
|
|
556
554
|
bi as SuggestField,
|
|
@@ -590,27 +588,27 @@ export {
|
|
|
590
588
|
fi as UnorderedList,
|
|
591
589
|
di as UnorderedListItem,
|
|
592
590
|
sf as UploadZone,
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
591
|
+
sn as WEEKDAYS_SET,
|
|
592
|
+
Sn as WEEKS_SET,
|
|
593
|
+
fn as addClassNameWithScrollbarWidth,
|
|
596
594
|
a as alertTypeToClassNameMap,
|
|
597
|
-
|
|
595
|
+
zf as amountComparator,
|
|
598
596
|
Bm as calcPosition,
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
597
|
+
Rf as createSizeToClassNameMap,
|
|
598
|
+
Tn as dateFormatYYYYMMDD,
|
|
599
|
+
Of as formatAmount,
|
|
600
|
+
pn as getAriaHTMLAttributes,
|
|
601
|
+
Vf as getCaretPosition,
|
|
602
|
+
xn as getDataHTMLAttributes,
|
|
603
|
+
nn as getScrollbarWidth,
|
|
604
|
+
gn as globalLimitRange,
|
|
605
|
+
En as headerDateFormat,
|
|
606
|
+
qf as isKey,
|
|
607
|
+
_f as isNullOrUndefined,
|
|
610
608
|
hi as lightBoxMountNodeIdDefault,
|
|
611
609
|
Ii as lightBoxViewManagerNodeIdDefault,
|
|
612
|
-
|
|
613
|
-
|
|
610
|
+
Qf as scrollSmoothHorizontally,
|
|
611
|
+
Kf as setCaretPosition,
|
|
614
612
|
Mo as statusToClassNameMap,
|
|
615
613
|
be as useMatchMedia,
|
|
616
614
|
pf as useSuggestContext,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sberbusiness/triplex-next",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"description": "Библиотека компонентов дизайн-системы Triplex.",
|
|
5
5
|
"license": "Sber Public License at-nc-sa v.2",
|
|
6
6
|
"repository": {
|
|
@@ -215,10 +215,6 @@
|
|
|
215
215
|
"import": "./components/Notification/Notification.js",
|
|
216
216
|
"types": "./components/Notification/Notification.d.ts"
|
|
217
217
|
},
|
|
218
|
-
"./components/NotificationIcon": {
|
|
219
|
-
"import": "./components/NotificationIcon/NotificationIcon.js",
|
|
220
|
-
"types": "./components/NotificationIcon/NotificationIcon.d.ts"
|
|
221
|
-
},
|
|
222
218
|
"./components/NumberField": {
|
|
223
219
|
"import": "./components/NumberField/NumberField.js",
|
|
224
220
|
"types": "./components/NumberField/NumberField.d.ts"
|