@sberbusiness/triplex-next 1.26.0 → 1.27.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-kutiygyc.js +41 -0
- package/chunks/{CalendarViewItem-DHFLturD.js → CalendarViewItem-5MWTfOXg.js} +19 -19
- package/chunks/Card.module-BdHlvmcC.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CtU7nxR-.js +15 -0
- package/chunks/Chip-BOBB8hDQ.js +77 -0
- package/chunks/Confirm.module-DX-8Qawd.js +15 -0
- package/chunks/{DropdownListItem-CjZLy9zZ.js → DropdownListItem-kVq_Shxy.js} +17 -17
- package/chunks/DropdownMobile.module-DxT1Mh6q.js +23 -0
- package/chunks/Footer.module-DBFjyD0W.js +9 -0
- package/chunks/{FormFieldInput-C2TczHnQ.js → FormFieldInput-DB9UpgIs.js} +2 -2
- package/chunks/HeaderLayoutSidebar.module-BIMH5ZRB.js +9 -0
- package/chunks/HeaderTabs.module-D62rOoJt.js +9 -0
- package/chunks/{HeaderTitle.module-BdAYtCP5.js → HeaderTitle.module-Ckh2V8ux.js} +2 -2
- package/chunks/IslandAccordion.module-BI69hCoR.js +25 -0
- package/chunks/IslandWidgetFooter.module-BUJQAvCe.js +9 -0
- package/chunks/IslandWidgetHeader.module-DqTmcCwj.js +12 -0
- package/chunks/{LightBoxContent-B8dwsZcd.js → LightBoxContent-CK07PlB9.js} +8 -8
- package/chunks/LightBoxControls.module-DR9tmKz6.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-BiFhnV3i.js +9 -0
- package/chunks/{ListItemControlsButton-DjUxcey4.js → ListItemControlsButton-27xRORri.js} +16 -16
- package/chunks/ListItemTail.module-DKJmlaMg.js +12 -0
- package/chunks/ListMasterFooter.module-DkH4Ou-p.js +10 -0
- package/chunks/ModalWindow.module-Be4wGbwq.js +17 -0
- package/chunks/Notification.module-O5iV5kzx.js +20 -0
- package/chunks/Overlay.module-B0iGlEWG.js +18 -0
- package/chunks/Page.module-D0FFKxyx.js +11 -0
- package/chunks/SMSField.module-DrbNbpz3.js +16 -0
- package/chunks/SliderExtendedMarks.module-A0_OgEiW.js +15 -0
- package/chunks/{SliderExtendedRail-BYK2Vyz9.js → SliderExtendedRail-D7nuFyRp.js} +11 -11
- package/chunks/StatusTracker.module-DenK6Z9K.js +24 -0
- package/chunks/{StepperStepArrowBorder-CHpL6Q5q.js → StepperStepArrowBorder-D9rM6XEL.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-BpAuE0ir.js → SuggestFieldMobileDropdownHint-CSrNs8VF.js} +4 -4
- package/chunks/TableFooter.module-BqHcJ9ea.js +14 -0
- package/chunks/TabsExtended.module-BtTx6oxY.js +16 -0
- package/chunks/TabsLine.module-C9KVj0hj.js +21 -0
- package/chunks/TooltipDesktop.module-uHaX3xgt.js +19 -0
- package/chunks/TreeView.module-BKi0xbbR.js +9 -0
- package/chunks/{UploadZoneInput-qDtiZYmT.js → UploadZoneInput-Bjnmk93x.js} +7 -7
- package/chunks/{constants-CtrvWwDT.js → constants-1ccyxiKh.js} +9 -9
- package/chunks/utils-BxF0Dq4C.js +24 -0
- package/chunks/{utils-CqjXJ4Td.js → utils-CVIZqPO7.js} +5 -5
- package/chunks/{utils-4uYqfVa-.js → utils-CZzNEYf-.js} +9 -9
- package/chunks/{utils-BYHIu3S4.js → utils-DfVeTN89.js} +4 -4
- package/components/Alert/AlertContext/AlertContext.js +24 -24
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +11 -11
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +19 -19
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +2 -2
- package/components/Button/Button.js +16 -16
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +15 -15
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +3 -3
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +9 -9
- 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 +11 -11
- 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 +9 -9
- package/components/Checkbox/Checkbox.js +21 -21
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- 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 +4 -4
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +10 -10
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- 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 +17 -17
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +144 -144
- package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
- 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 +53 -51
- package/components/DateField/DateFieldTarget.js +39 -38
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +9 -9
- package/components/DateRange/DateRange.js +21 -21
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +2 -2
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- 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 +6 -6
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/EmptyView/EmptyView.js +5 -5
- package/components/ExpandAnimation/ExpandAnimation.js +17 -17
- 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 +12 -12
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +9 -9
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +10 -10
- package/components/FormField/components/FormFieldPostfix.js +5 -5
- package/components/FormField/components/FormFieldPrefix.js +7 -7
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +29 -29
- package/components/FormField/components/index.js +1 -1
- 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 +5 -5
- 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 +1 -1
- package/components/IconWrapper/IconWrapper.js +9 -9
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +3 -3
- package/components/Island/components/IslandHeader.js +3 -3
- 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 +69 -63
- package/components/IslandWidget/IslandWidget.js +50 -42
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- 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 +7 -7
- package/components/LightBox/LightBox.js +16 -16
- 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 +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -15
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +8 -8
- package/components/Link/Link.js +13 -13
- package/components/List/List.js +4 -4
- package/components/List/ListSortable.js +30 -55
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +2 -2
- package/components/List/components/ListItemControls.js +7 -7
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +40 -39
- package/components/List/components/ListItemLoading.js +7 -7
- package/components/List/components/ListItemSelectable.js +1 -1
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +23 -22
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/List/utils.js +20 -0
- package/components/ListMaster/ListMaster.js +20 -13
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
- 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 +1 -1
- package/components/ListMaster/components/SelectionControls.js +9 -9
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- 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/MonthYearField/MonthYearField.js +32 -30
- package/components/MonthYearField/MonthYearFieldTarget.js +36 -36
- package/components/MonthYearRange/MonthYearRange.js +13 -13
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +11 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +5 -5
- 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/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 +5 -5
- package/components/OrderedList/OrderedListItem.js +5 -5
- 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 +6 -6
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +8 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +14 -14
- package/components/Radio/Radio.js +14 -14
- package/components/Radio/RadioXGroup.js +7 -7
- package/components/Radio/RadioYGroup.js +9 -9
- 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 +17 -17
- package/components/SegmentedControl/SegmentedControlSegment.js +11 -11
- package/components/SelectExtendedField/SelectExtendedField.js +7 -7
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +19 -19
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +15 -15
- 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 +9 -9
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +14 -14
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +12 -12
- 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 +1 -1
- 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 +30 -24
- package/components/Stepper/Stepper.js +8 -8
- package/components/Stepper/StepperExtended.js +10 -10
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -12
- 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 +10 -10
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +8 -8
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +4 -4
- 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 +7 -7
- 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 +1 -1
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- 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 +1 -1
- 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 +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +25 -25
- package/components/TagColor/TagColor.js +9 -9
- package/components/TagGroup/TagGroup.js +14 -14
- 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 +13 -13
- package/components/TopOverlay/TopOverlay.js +20 -20
- 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 +23 -23
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +16 -16
- package/components/Typography/Title.js +9 -9
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +59 -20
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/AlertProcessSpoiler-Boz5enko.js +0 -41
- package/chunks/Card.module-Bn676gKC.js +0 -17
- package/chunks/CheckboxTreeExtended.module-QbHPuClH.js +0 -15
- package/chunks/Chip-Di8g8Z6j.js +0 -77
- package/chunks/Confirm.module-b8ZTqcR2.js +0 -15
- package/chunks/DropdownMobile.module-B2yaydF-.js +0 -23
- package/chunks/Footer.module-DlTuw8bG.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BR0oblQF.js +0 -9
- package/chunks/HeaderTabs.module-D88xeP19.js +0 -9
- package/chunks/IslandAccordion.module-CbGSbbl6.js +0 -25
- package/chunks/IslandWidgetFooter.module-DzcObfJV.js +0 -9
- package/chunks/IslandWidgetHeader.module-_sYg-PBp.js +0 -12
- package/chunks/LightBoxControls.module-DHrZ8-M9.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CgO3NViT.js +0 -9
- package/chunks/ListItemTail.module-CIBEtGa9.js +0 -12
- package/chunks/ListMasterFooter.module-DDv57q5J.js +0 -10
- package/chunks/ModalWindow.module-Cek3j-PN.js +0 -17
- package/chunks/Notification.module-BWxDmBI2.js +0 -20
- package/chunks/Overlay.module-CUZKmhvQ.js +0 -18
- package/chunks/Page.module-BD0MsbnW.js +0 -11
- package/chunks/SMSField.module-B6sFmN1l.js +0 -16
- package/chunks/SliderExtendedMarks.module-jwnpPZXf.js +0 -15
- package/chunks/StatusTracker.module-DQI30fwP.js +0 -24
- package/chunks/TableFooter.module-DB3LfuRN.js +0 -14
- package/chunks/TabsExtended.module-DbTk0iCS.js +0 -16
- package/chunks/TabsLine.module-D3zxaGjs.js +0 -21
- package/chunks/TooltipDesktop.module-BTHsU4ca.js +0 -19
- package/chunks/TreeView.module-BXHaAGRo.js +0 -9
- package/chunks/utils-DhWCXYI8.js +0 -24
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { LoaderSmall as s } from "../Loader/LoaderSmall/LoaderSmall.js";
|
|
3
3
|
import { ELoaderSmallTheme as i } from "../Loader/LoaderSmall/enum.js";
|
|
4
4
|
import { LoaderMiddle as n } from "../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
5
5
|
import { c as p } from "../../chunks/vendor-DudMBGKr.js";
|
|
6
6
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
7
|
-
const S = "
|
|
7
|
+
const S = "loaderScreen__d168d19e", B = "loaderSmallBackdrop__c903d7ea", k = "loaderMiddleBackdrop__4209c439", r = {
|
|
8
8
|
loaderScreen: S,
|
|
9
9
|
loaderSmallBackdrop: B,
|
|
10
|
-
loaderMiddleBackdrop:
|
|
11
|
-
},
|
|
12
|
-
className:
|
|
10
|
+
loaderMiddleBackdrop: k
|
|
11
|
+
}, M = ({
|
|
12
|
+
className: o,
|
|
13
13
|
size: a = t.MD,
|
|
14
|
-
type:
|
|
14
|
+
type: d,
|
|
15
15
|
theme: l = i.BRAND,
|
|
16
16
|
...c
|
|
17
17
|
}) => {
|
|
18
|
-
const m = p(
|
|
19
|
-
[
|
|
20
|
-
[
|
|
18
|
+
const m = p(o, r.loaderScreen, {
|
|
19
|
+
[r.loaderSmallBackdrop]: d === "small",
|
|
20
|
+
[r.loaderMiddleBackdrop]: d === "middle"
|
|
21
21
|
});
|
|
22
|
-
return /* @__PURE__ */
|
|
22
|
+
return /* @__PURE__ */ e("div", { className: m, ...c, children: d === "small" ? /* @__PURE__ */ e(s, { size: a, theme: l }) : /* @__PURE__ */ e("div", { className: r.loaderMiddleBackground, children: /* @__PURE__ */ e(n, {}) }) });
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
M.displayName = "LoaderScreen";
|
|
25
25
|
export {
|
|
26
|
-
|
|
26
|
+
M as LoaderScreen
|
|
27
27
|
};
|
|
28
28
|
//# sourceMappingURL=LoaderScreen.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../chunks/vendor-DudMBGKr.js";
|
|
3
|
-
import { a as t, s as e } from "../../chunks/utils-
|
|
3
|
+
import { a as t, s as e } from "../../chunks/utils-DfVeTN89.js";
|
|
4
4
|
import { Badge as p } from "../Badge/Badge.js";
|
|
5
5
|
import "./enums.js";
|
|
6
6
|
const i = ({ className: a, status: r, ...s }) => /* @__PURE__ */ m(p.Dot, { className: o(t.marker, e[r], a), ...s });
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { Marker as
|
|
3
|
-
import { c as
|
|
4
|
-
import { s as
|
|
2
|
+
import { Marker as S } from "../Marker/Marker.js";
|
|
3
|
+
import { c as k } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
+
import { s as f } from "../../chunks/utils-DfVeTN89.js";
|
|
5
5
|
import { ETextSize as n, EFontType as i, ECaptionSize as _ } from "../Typography/enums.js";
|
|
6
6
|
import { Caption as M } from "../Typography/Caption.js";
|
|
7
7
|
import "../Typography/CodeText.js";
|
|
8
8
|
import { Text as c } from "../Typography/Text.js";
|
|
9
9
|
import "../Typography/Title.js";
|
|
10
|
-
import { EComponentSize as
|
|
10
|
+
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
11
11
|
import { createSizeToClassNameMap as N } from "../../utils/classNameMaps.js";
|
|
12
|
-
const x = "
|
|
12
|
+
const x = "markerStatus__7cc34cb5", T = "contentContainer__de5ef125", u = "md__b8d003d7", z = "markerContainer__e95e9244", E = "lg__1da42ea8", r = {
|
|
13
13
|
markerStatus: x,
|
|
14
14
|
contentContainer: T,
|
|
15
15
|
md: u,
|
|
16
16
|
markerContainer: z,
|
|
17
17
|
lg: E
|
|
18
18
|
}, h = {
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
}, D = N(
|
|
19
|
+
[a.MD]: n.B4,
|
|
20
|
+
[a.LG]: n.B3
|
|
21
|
+
}, D = N(r), G = ({
|
|
22
22
|
children: p,
|
|
23
23
|
className: l,
|
|
24
24
|
description: o,
|
|
25
25
|
status: m,
|
|
26
|
-
size:
|
|
26
|
+
size: e = a.MD,
|
|
27
27
|
...C
|
|
28
28
|
}) => {
|
|
29
|
-
const
|
|
30
|
-
return /* @__PURE__ */ s("div", { className:
|
|
31
|
-
/* @__PURE__ */ t("div", { className:
|
|
32
|
-
/* @__PURE__ */ s("div", { className:
|
|
33
|
-
/* @__PURE__ */ t(c, { size: h[
|
|
34
|
-
o && (
|
|
29
|
+
const d = k(r.markerStatus, D[e], f[m], l);
|
|
30
|
+
return /* @__PURE__ */ s("div", { className: d, "data-tx": "1.27.0", ...C, children: [
|
|
31
|
+
/* @__PURE__ */ t("div", { className: r.markerContainer, children: /* @__PURE__ */ t(S, { status: m, size: e }) }),
|
|
32
|
+
/* @__PURE__ */ s("div", { className: r.contentContainer, children: [
|
|
33
|
+
/* @__PURE__ */ t(c, { size: h[e], children: p }),
|
|
34
|
+
o && (e === a.MD ? /* @__PURE__ */ t(M, { size: _.C1, type: i.SECONDARY, children: o }) : /* @__PURE__ */ t(c, { size: n.B4, type: i.SECONDARY, children: o }))
|
|
35
35
|
] })
|
|
36
36
|
] });
|
|
37
37
|
};
|
|
@@ -4,7 +4,7 @@ import { Portal as j } from "../Portal/Portal.js";
|
|
|
4
4
|
import { c as N, C as F, g as _ } from "../../chunks/vendor-DudMBGKr.js";
|
|
5
5
|
import { ModalWindowViewManager as q } from "./components/ModalWindowViewManager.js";
|
|
6
6
|
import { useToken as A } from "../ThemeProvider/useToken.js";
|
|
7
|
-
import { s as n } from "../../chunks/ModalWindow.module-
|
|
7
|
+
import { s as n } from "../../chunks/ModalWindow.module-Be4wGbwq.js";
|
|
8
8
|
import { EComponentSize as D } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as V } from "../../utils/classNameMaps.js";
|
|
10
10
|
const l = "ufs-modal-window", G = 300, i = ["modal-open", "no-hash-overflow-hidden"], H = V(n), I = $.forwardRef((w, a) => {
|
|
@@ -3,12 +3,12 @@ import { c as i } from "../../../chunks/vendor-DudMBGKr.js";
|
|
|
3
3
|
import { Island as n } from "../../Island/Island.js";
|
|
4
4
|
import { EComponentSize as t } from "../../../enums/EComponentSize.js";
|
|
5
5
|
import { EIslandType as r } from "../../Island/enums.js";
|
|
6
|
-
const a = "
|
|
6
|
+
const a = "modalWindowBody__cc00db95", l = {
|
|
7
7
|
modalWindowBody: a
|
|
8
8
|
}, w = ({ children: o, className: d, ...m }) => /* @__PURE__ */ s(
|
|
9
9
|
n,
|
|
10
10
|
{
|
|
11
|
-
className: i(
|
|
11
|
+
className: i(l.modalWindowBody, d),
|
|
12
12
|
type: r.TYPE_1,
|
|
13
13
|
size: t.MD,
|
|
14
14
|
...m,
|
|
@@ -6,7 +6,7 @@ import { Button as i } from "../../Button/Button.js";
|
|
|
6
6
|
import { CrossStrokeSrvIcon20 as l } from "@sberbusiness/icons-next";
|
|
7
7
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
8
8
|
import { EButtonTheme as d } from "../../Button/enums.js";
|
|
9
|
-
const a = "
|
|
9
|
+
const a = "modalWindowClose__8bc2da71", C = {
|
|
10
10
|
modalWindowClose: a
|
|
11
11
|
}, p = (t) => {
|
|
12
12
|
const e = n(null);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
|
|
3
3
|
import { LoaderScreen as i } from "../../LoaderScreen/LoaderScreen.js";
|
|
4
|
-
import { s as o } from "../../../chunks/ModalWindow.module-
|
|
4
|
+
import { s as o } from "../../../chunks/ModalWindow.module-Be4wGbwq.js";
|
|
5
5
|
import { Page as l } from "../../Page/Page.js";
|
|
6
6
|
const W = ({
|
|
7
7
|
isLoading: e,
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
|
|
3
3
|
import { EHeaderPageType as i } from "../../Page/components/enums.js";
|
|
4
4
|
import { c as l } from "../../../chunks/vendor-DudMBGKr.js";
|
|
5
|
-
const t = "
|
|
5
|
+
const t = "modalWindowHeader__48a5d284", s = {
|
|
6
6
|
modalWindowHeader: t
|
|
7
7
|
}, o = ({ className: a, children: d, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, a), ...r, type: i.FIRST, children: d });
|
|
8
8
|
o.Title = e.Title;
|
|
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as r, useRef as h, useEffect as u, useLayoutEffect as p } from "react";
|
|
3
3
|
import { h as g, i as W, p as a } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { Portal as M } from "../../Portal/Portal.js";
|
|
5
|
-
import { s as R } from "../../../chunks/ModalWindow.module-
|
|
5
|
+
import { s as R } from "../../../chunks/ModalWindow.module-Be4wGbwq.js";
|
|
6
6
|
const s = "modalWindowViewManagerNodeId", z = () => {
|
|
7
7
|
const [d, c] = r(), [t, l] = r(), o = h(null), n = () => {
|
|
8
8
|
if (o.current) {
|
|
@@ -1,66 +1,68 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import C, { useState as T, useEffect as v } from "react";
|
|
3
3
|
import { DatePickerExtended as y } from "../DatePickerExtended/DatePickerExtended.js";
|
|
4
|
-
import { dateFormatYYYYMMDD as
|
|
5
|
-
import { MonthYearPickerUtils as
|
|
6
|
-
import { DropdownMobileInput as
|
|
7
|
-
import { ECalendarPickType as
|
|
8
|
-
import { MonthYearFieldContext as
|
|
9
|
-
import { MonthYearFieldTarget as
|
|
10
|
-
const
|
|
4
|
+
import { dateFormatYYYYMMDD as F, globalLimitRange as S } from "../../consts/DateConst.js";
|
|
5
|
+
import { MonthYearPickerUtils as p } from "./utils.js";
|
|
6
|
+
import { DropdownMobileInput as V } from "../Dropdown/mobile/DropdownMobileInput.js";
|
|
7
|
+
import { ECalendarPickType as w } from "../Calendar/enums.js";
|
|
8
|
+
import { MonthYearFieldContext as x } from "./MonthYearFieldContext.js";
|
|
9
|
+
import { MonthYearFieldTarget as R } from "./MonthYearFieldTarget.js";
|
|
10
|
+
const b = C.forwardRef((s, m) => {
|
|
11
11
|
const {
|
|
12
12
|
size: u,
|
|
13
13
|
status: c,
|
|
14
14
|
value: n,
|
|
15
15
|
label: d,
|
|
16
16
|
placeholder: i,
|
|
17
|
-
format: r =
|
|
18
|
-
limitRange: t =
|
|
19
|
-
onChange:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
format: r = F,
|
|
18
|
+
limitRange: t = S,
|
|
19
|
+
onChange: l,
|
|
20
|
+
onClear: f,
|
|
21
|
+
targetProps: g,
|
|
22
|
+
...P
|
|
23
|
+
} = s, [o, h] = T(p.getPickerValues(n, r, t));
|
|
23
24
|
v(() => {
|
|
24
|
-
const e =
|
|
25
|
-
e.inputString !== o.inputString &&
|
|
25
|
+
const e = p.getPickerValues(n, r, t);
|
|
26
|
+
e.inputString !== o.inputString && h(e);
|
|
26
27
|
}, [n, r, t]);
|
|
27
|
-
const
|
|
28
|
-
const { inputProps: e, ...
|
|
29
|
-
return /* @__PURE__ */ a(
|
|
30
|
-
|
|
28
|
+
const k = () => {
|
|
29
|
+
const { inputProps: e, ...M } = g || {};
|
|
30
|
+
return /* @__PURE__ */ a(x.Provider, { value: { onChange: l }, children: /* @__PURE__ */ a(
|
|
31
|
+
R,
|
|
31
32
|
{
|
|
32
33
|
size: u,
|
|
33
34
|
status: c,
|
|
34
35
|
label: d,
|
|
36
|
+
onClear: f,
|
|
35
37
|
inputProps: {
|
|
36
38
|
value: o.inputString,
|
|
37
39
|
placeholder: i,
|
|
38
40
|
readOnly: !0,
|
|
39
41
|
...e
|
|
40
42
|
},
|
|
41
|
-
...
|
|
43
|
+
...M
|
|
42
44
|
}
|
|
43
45
|
) });
|
|
44
|
-
},
|
|
45
|
-
|
|
46
|
+
}, Y = () => /* @__PURE__ */ a(V, { value: o.inputString, placeholder: i, readOnly: !0 }), D = (e) => {
|
|
47
|
+
l(e.format(r));
|
|
46
48
|
};
|
|
47
49
|
return /* @__PURE__ */ a(
|
|
48
50
|
y,
|
|
49
51
|
{
|
|
50
|
-
renderTarget:
|
|
51
|
-
renderDropdownHeaderTarget:
|
|
52
|
+
renderTarget: k,
|
|
53
|
+
renderDropdownHeaderTarget: Y,
|
|
52
54
|
pickedDate: o.calendarDate,
|
|
53
|
-
pickType:
|
|
55
|
+
pickType: w.monthYearPick,
|
|
54
56
|
format: r,
|
|
55
57
|
limitRange: t,
|
|
56
|
-
onDateChange:
|
|
57
|
-
...
|
|
58
|
+
onDateChange: D,
|
|
59
|
+
...P,
|
|
58
60
|
ref: m
|
|
59
61
|
}
|
|
60
62
|
);
|
|
61
63
|
});
|
|
62
|
-
|
|
64
|
+
b.displayName = "MonthYearField";
|
|
63
65
|
export {
|
|
64
|
-
|
|
66
|
+
b as MonthYearField
|
|
65
67
|
};
|
|
66
68
|
//# sourceMappingURL=MonthYearField.js.map
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
import { jsx as t, jsxs as E } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { CalendarStrokeSrvIcon20 as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { jsx as t, jsxs as D, Fragment as E } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as F } from "react";
|
|
3
|
+
import { CalendarStrokeSrvIcon24 as h, CalendarStrokeSrvIcon20 as M, CalendarStrokeSrvIcon16 as w } from "@sberbusiness/icons-next";
|
|
4
|
+
import { DatePickerExtendedContext as y } from "../DatePickerExtended/DatePickerExtendedContext.js";
|
|
5
|
+
import { TextField as P } from "../TextField/TextField.js";
|
|
6
|
+
import { FormFieldClear as T } from "../FormField/components/FormFieldClear.js";
|
|
7
|
+
import { ButtonIcon as B } from "../Button/ButtonIcon.js";
|
|
8
|
+
import { isKey as s } from "../../utils/keyboard.js";
|
|
9
9
|
import { EComponentSize as r } from "../../enums/EComponentSize.js";
|
|
10
|
-
import {
|
|
11
|
-
import { isKey as m } from "../../utils/keyboard.js";
|
|
10
|
+
import { EFormFieldStatus as K } from "../FormField/enums.js";
|
|
12
11
|
const O = {
|
|
13
12
|
[r.SM]: /* @__PURE__ */ t(w, { paletteIndex: 5 }),
|
|
14
|
-
[r.MD]: /* @__PURE__ */ t(
|
|
15
|
-
[r.LG]: /* @__PURE__ */ t(
|
|
16
|
-
},
|
|
17
|
-
size:
|
|
18
|
-
postfix:
|
|
13
|
+
[r.MD]: /* @__PURE__ */ t(M, { paletteIndex: 5 }),
|
|
14
|
+
[r.LG]: /* @__PURE__ */ t(h, { paletteIndex: 5 })
|
|
15
|
+
}, Y = ({
|
|
16
|
+
size: a = r.MD,
|
|
17
|
+
postfix: m,
|
|
18
|
+
onClear: c,
|
|
19
19
|
inputProps: f,
|
|
20
|
-
...
|
|
20
|
+
...l
|
|
21
21
|
}) => {
|
|
22
|
-
const { dropdownOpen: e, setDropdownOpen: n } =
|
|
23
|
-
n(!e),
|
|
24
|
-
},
|
|
25
|
-
|
|
26
|
-
},
|
|
27
|
-
/* @__PURE__ */ t(
|
|
22
|
+
const { dropdownOpen: e, setDropdownOpen: n } = F(y), { status: C } = l, { onKeyDown: i, onClick: d, ...x } = f, p = C === K.DISABLED, I = (o) => {
|
|
23
|
+
n(!e), d == null || d(o);
|
|
24
|
+
}, S = (o) => {
|
|
25
|
+
s(o.code, "ENTER") ? n(!e) : s(o.code, "SPACE") && (o.preventDefault(), n(!e)), i == null || i(o);
|
|
26
|
+
}, u = () => n(!e), k = () => /* @__PURE__ */ D(E, { children: [
|
|
27
|
+
c && /* @__PURE__ */ t(T, { onClick: c }),
|
|
28
28
|
/* @__PURE__ */ t(
|
|
29
|
-
|
|
29
|
+
B,
|
|
30
30
|
{
|
|
31
31
|
role: "presentation",
|
|
32
32
|
tabIndex: -1,
|
|
33
33
|
active: e,
|
|
34
|
-
disabled:
|
|
35
|
-
onClick:
|
|
36
|
-
children: O[
|
|
34
|
+
disabled: p,
|
|
35
|
+
onClick: u,
|
|
36
|
+
children: O[a]
|
|
37
37
|
}
|
|
38
38
|
),
|
|
39
|
-
|
|
39
|
+
m
|
|
40
40
|
] });
|
|
41
41
|
return /* @__PURE__ */ t(
|
|
42
|
-
|
|
42
|
+
P,
|
|
43
43
|
{
|
|
44
|
-
size:
|
|
44
|
+
size: a,
|
|
45
45
|
inputProps: {
|
|
46
46
|
readOnly: !0,
|
|
47
|
-
disabled:
|
|
48
|
-
onClick:
|
|
49
|
-
onKeyDown:
|
|
50
|
-
...
|
|
47
|
+
disabled: p,
|
|
48
|
+
onClick: I,
|
|
49
|
+
onKeyDown: S,
|
|
50
|
+
...x
|
|
51
51
|
},
|
|
52
|
-
postfix:
|
|
53
|
-
...
|
|
52
|
+
postfix: k(),
|
|
53
|
+
...l
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
};
|
|
57
57
|
export {
|
|
58
|
-
|
|
58
|
+
Y as MonthYearFieldTarget
|
|
59
59
|
};
|
|
60
60
|
//# sourceMappingURL=MonthYearFieldTarget.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as M, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import N from "react";
|
|
3
3
|
import c from "moment";
|
|
4
|
-
import { CaretleftStrokeSrvIcon20 as
|
|
4
|
+
import { CaretleftStrokeSrvIcon20 as v, RangeStrokeSrvIcon16 as V, CaretrightStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
|
|
5
5
|
import { c as d } from "../../chunks/vendor-DudMBGKr.js";
|
|
6
6
|
import { dateFormatYYYYMMDD as a } from "../../consts/DateConst.js";
|
|
7
7
|
import { EMonthYearRangeShiftUnit as E } from "./enums.js";
|
|
8
|
-
const F = "
|
|
8
|
+
const F = "monthYearRange__1406b4c8", j = "monthYearRangeButton__8a8ee470", w = "separator__9a00f9bf", l = {
|
|
9
9
|
monthYearRange: F,
|
|
10
10
|
monthYearRangeButton: j,
|
|
11
11
|
separator: w
|
|
12
|
-
}, y =
|
|
12
|
+
}, y = N.forwardRef(
|
|
13
13
|
({
|
|
14
14
|
className: R,
|
|
15
15
|
value: p,
|
|
@@ -25,9 +25,9 @@ const F = "monthYearRange__8e686fee", j = "monthYearRangeButton__de64c108", w =
|
|
|
25
25
|
}, k) => {
|
|
26
26
|
const [t, r] = p, _ = d(l.monthYearRange, R), x = (e) => {
|
|
27
27
|
!e || !r || e <= r ? o([e, r]) : o([e, ""]);
|
|
28
|
-
},
|
|
28
|
+
}, b = (e) => {
|
|
29
29
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
30
|
-
},
|
|
30
|
+
}, B = () => {
|
|
31
31
|
if (!t || !r)
|
|
32
32
|
return;
|
|
33
33
|
const e = c(t, a, !0), n = c(r, a, !0);
|
|
@@ -35,7 +35,7 @@ const F = "monthYearRange__8e686fee", j = "monthYearRangeButton__de64c108", w =
|
|
|
35
35
|
e.subtract(s, m).format(a),
|
|
36
36
|
n.subtract(s, m).format(a)
|
|
37
37
|
]);
|
|
38
|
-
},
|
|
38
|
+
}, I = () => {
|
|
39
39
|
if (!t || !r)
|
|
40
40
|
return;
|
|
41
41
|
const e = c(t, a, !0), n = c(r, a, !0);
|
|
@@ -44,12 +44,12 @@ const F = "monthYearRange__8e686fee", j = "monthYearRangeButton__de64c108", w =
|
|
|
44
44
|
n.add(s, m).format(a)
|
|
45
45
|
]);
|
|
46
46
|
};
|
|
47
|
-
return /* @__PURE__ */
|
|
47
|
+
return /* @__PURE__ */ M("div", { className: _, ...S, ref: k, children: [
|
|
48
48
|
!f && h({
|
|
49
|
-
children: /* @__PURE__ */ i(
|
|
49
|
+
children: /* @__PURE__ */ i(v, { paletteIndex: 5 }),
|
|
50
50
|
className: d(l.monthYearRangeButton),
|
|
51
51
|
disabled: !(t && r),
|
|
52
|
-
onClick:
|
|
52
|
+
onClick: B
|
|
53
53
|
}),
|
|
54
54
|
u({
|
|
55
55
|
onChange: x,
|
|
@@ -57,14 +57,14 @@ const F = "monthYearRange__8e686fee", j = "monthYearRangeButton__de64c108", w =
|
|
|
57
57
|
}),
|
|
58
58
|
/* @__PURE__ */ i(V, { className: l.separator, paletteIndex: 5 }),
|
|
59
59
|
Y({
|
|
60
|
-
onChange:
|
|
60
|
+
onChange: b,
|
|
61
61
|
value: r
|
|
62
62
|
}),
|
|
63
63
|
!f && g({
|
|
64
64
|
children: /* @__PURE__ */ i(C, { paletteIndex: 5 }),
|
|
65
65
|
className: d(l.monthYearRangeButton),
|
|
66
66
|
disabled: !(t && r),
|
|
67
|
-
onClick:
|
|
67
|
+
onClick: I
|
|
68
68
|
})
|
|
69
69
|
] });
|
|
70
70
|
}
|
|
@@ -4,7 +4,7 @@ import { g as a } from "../../../chunks/vendor-DudMBGKr.js";
|
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
7
|
+
import "../../../chunks/DropdownListItem-kVq_Shxy.js";
|
|
8
8
|
import { EDropdownWidth as s } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useContext as
|
|
1
|
+
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as m } from "react";
|
|
3
3
|
import { MultiselectFieldContext as i } from "../MultiselectFieldContext.js";
|
|
4
4
|
import { createSizeToClassNameMap as a } from "../../../utils/classNameMaps.js";
|
|
5
5
|
import { c as d } from "../../../chunks/vendor-DudMBGKr.js";
|
|
6
6
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
-
const _ = "
|
|
7
|
+
const _ = "multiselectFieldContent__405adc1b", f = "loaderScreen__2cf8b328", C = "sm__b329ccbf", u = "md__a6538620", b = "lg__4f4a7b2b", e = {
|
|
8
8
|
multiselectFieldContent: _,
|
|
9
|
-
loaderScreen:
|
|
10
|
-
sm:
|
|
9
|
+
loaderScreen: f,
|
|
10
|
+
sm: C,
|
|
11
11
|
md: u,
|
|
12
|
-
lg:
|
|
13
|
-
},
|
|
12
|
+
lg: b
|
|
13
|
+
}, x = a(e), j = ({
|
|
14
14
|
children: t,
|
|
15
15
|
className: o,
|
|
16
16
|
loading: s,
|
|
17
17
|
...l
|
|
18
18
|
}) => {
|
|
19
|
-
const { size:
|
|
20
|
-
return /* @__PURE__ */
|
|
19
|
+
const { size: c } = m(i);
|
|
20
|
+
return /* @__PURE__ */ n(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
tabIndex: -1,
|
|
24
|
-
className: d(e.multiselectFieldContent,
|
|
24
|
+
className: d(e.multiselectFieldContent, x[c], o),
|
|
25
25
|
...l,
|
|
26
26
|
children: [
|
|
27
27
|
t,
|
|
28
|
-
s && /* @__PURE__ */
|
|
28
|
+
s && /* @__PURE__ */ r(p, { type: "small", className: e.loaderScreen })
|
|
29
29
|
]
|
|
30
30
|
}
|
|
31
31
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../../chunks/vendor-DudMBGKr.js";
|
|
3
|
-
const i = "
|
|
3
|
+
const i = "multiselectFieldFooter__60ff9cb6", c = {
|
|
4
4
|
multiselectFieldFooter: i
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-DudMBGKr.js";
|
|
3
|
-
const
|
|
4
|
-
multiselectFieldHeader:
|
|
5
|
-
},
|
|
3
|
+
const c = "multiselectFieldHeader__5a1cbf4e", d = {
|
|
4
|
+
multiselectFieldHeader: c
|
|
5
|
+
}, a = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: l,
|
|
8
8
|
...t
|
|
9
|
-
}) => /* @__PURE__ */ s("div", { className: i(
|
|
9
|
+
}) => /* @__PURE__ */ s("div", { className: i(d.multiselectFieldHeader, l), ...t, children: e });
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
a as MultiselectFieldDropdownHeader
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=MultiselectFieldDropdownHeader.js.map
|
|
@@ -4,7 +4,7 @@ import { NotificationBody as d } from "./components/NotificationBody.js";
|
|
|
4
4
|
import { NotificationClose as p } from "./components/NotificationClose.js";
|
|
5
5
|
import { NotificationIcon as N } from "./components/NotificationIcon.js";
|
|
6
6
|
import { NotificationTime as x } from "./components/NotificationTime.js";
|
|
7
|
-
import { s as i } from "../../chunks/Notification.module-
|
|
7
|
+
import { s as i } from "../../chunks/Notification.module-O5iV5kzx.js";
|
|
8
8
|
const o = ((t) => {
|
|
9
9
|
const {
|
|
10
10
|
children: a,
|
|
@@ -24,7 +24,7 @@ const o = ((t) => {
|
|
|
24
24
|
role: "alertdialog",
|
|
25
25
|
className: c,
|
|
26
26
|
onClick: m,
|
|
27
|
-
"data-tx": "1.
|
|
27
|
+
"data-tx": "1.27.0",
|
|
28
28
|
children: a
|
|
29
29
|
}
|
|
30
30
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
|
|
3
|
-
import { s as e } from "../../chunks/Notification.module-
|
|
3
|
+
import { s as e } from "../../chunks/Notification.module-O5iV5kzx.js";
|
|
4
4
|
const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
|
|
5
5
|
o,
|
|
6
6
|
/* @__PURE__ */ r(t, {})
|
|
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
|
|
|
3
3
|
import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
|
|
4
4
|
import { NotificationFooter as e } from "./NotificationFooter.js";
|
|
5
5
|
import { NotificationBodyList as m } from "./NotificationBodyList.js";
|
|
6
|
-
import { s as f } from "../../../chunks/Notification.module-
|
|
6
|
+
import { s as f } from "../../../chunks/Notification.module-O5iV5kzx.js";
|
|
7
7
|
const o = ((t) => {
|
|
8
8
|
const { children: i } = t;
|
|
9
9
|
return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
|
|
3
3
|
import "../../UnorderedList/UnorderedListItem.js";
|
|
4
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
4
|
+
import { s as a } from "../../../chunks/Notification.module-O5iV5kzx.js";
|
|
5
5
|
import { c as e } from "../../../chunks/vendor-DudMBGKr.js";
|
|
6
6
|
const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
|
|
7
7
|
c.displayName = "NotificationBodyList";
|
|
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
|
|
|
5
5
|
import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
|
|
6
6
|
import "../../Button/ButtonDropdown.js";
|
|
7
7
|
import "../../Button/ButtonDropdownExtended.js";
|
|
8
|
-
import { s as m } from "../../../chunks/Notification.module-
|
|
8
|
+
import { s as m } from "../../../chunks/Notification.module-O5iV5kzx.js";
|
|
9
9
|
const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
|
|
10
10
|
e.displayName = "NotificationClose";
|
|
11
11
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as i } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as i } from "../../../chunks/Notification.module-O5iV5kzx.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
|
|
4
4
|
s.displayName = "NotificationFooter";
|
|
5
5
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-DudMBGKr.js";
|
|
3
|
-
import { s as o } from "../../../chunks/Notification.module-
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-O5iV5kzx.js";
|
|
4
4
|
const m = () => /* @__PURE__ */ s("div", { children: [
|
|
5
5
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
|
|
6
6
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as a } from "../../../chunks/Notification.module-O5iV5kzx.js";
|
|
3
3
|
const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
|
|
4
4
|
t.displayName = "NotificationHeader";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-O5iV5kzx.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
|
|
4
4
|
s.displayName = "NotificationIcon";
|
|
5
5
|
export {
|