@sberbusiness/triplex-next 1.27.0 → 1.29.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-B4-vQnzw.js +41 -0
- package/chunks/{CalendarViewItem-5MWTfOXg.js → CalendarViewItem-5_px9kHt.js} +9 -9
- package/chunks/Card.module-Dx8nOFB3.js +17 -0
- package/chunks/CheckboxTreeExtended.module-Bjimmb7-.js +15 -0
- package/chunks/Chip-D-_oIu-h.js +77 -0
- package/chunks/Confirm.module-CLPl_MFI.js +15 -0
- package/chunks/{DropdownListItem-kVq_Shxy.js → DropdownListItem-C7Maa_Sz.js} +21 -21
- package/chunks/DropdownMobile.module-CaYNuqHU.js +23 -0
- package/chunks/Footer.module-B8adM4Do.js +9 -0
- package/chunks/{FormFieldInput-DB9UpgIs.js → FormFieldInput-BgrEEHVa.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-Cdc1sffY.js +9 -0
- package/chunks/HeaderTabs.module-DmDFhCmD.js +9 -0
- package/chunks/{HeaderTitle.module-Ckh2V8ux.js → HeaderTitle.module-fEjlMYZ7.js} +2 -2
- package/chunks/IslandAccordion.module-CNo4iFh8.js +25 -0
- package/chunks/IslandWidgetFooter.module-DZ6hXw2D.js +9 -0
- package/chunks/IslandWidgetHeader.module-CEVaTpbx.js +13 -0
- package/chunks/{LightBoxContent-CK07PlB9.js → LightBoxContent-DdWEYnjf.js} +12 -12
- package/chunks/LightBoxControls.module-CnAa2Vmk.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Du9-TT1c.js +9 -0
- package/chunks/{ListItemControlsButton-27xRORri.js → ListItemControlsButton-BrWqPMvQ.js} +13 -13
- package/chunks/ListItemTail.module-ZBSoUByF.js +12 -0
- package/chunks/ListMasterFooter.module-CeZvln77.js +10 -0
- package/chunks/ModalWindow.module-lrXOmH_L.js +17 -0
- package/chunks/Notification.module-ZlSN0MGm.js +20 -0
- package/chunks/Overlay.module-BlvGry2e.js +18 -0
- package/chunks/Page.module-BkU_qm35.js +11 -0
- package/chunks/SMSField.module-DQdb4DNu.js +16 -0
- package/chunks/SliderExtendedMarks.module-BWYZDQtm.js +15 -0
- package/chunks/{SliderExtendedRail-D7nuFyRp.js → SliderExtendedRail-B7cZIw4b.js} +16 -16
- package/chunks/StatusTracker.module-C645B9ye.js +24 -0
- package/chunks/{StepperStepArrowBorder-D9rM6XEL.js → StepperStepArrowBorder-BDDBpgah.js} +10 -10
- package/chunks/{SuggestFieldMobileDropdownHint-CSrNs8VF.js → SuggestFieldMobileDropdownHint-o1c16I20.js} +6 -6
- package/chunks/TableFooter.module-Bw739QXw.js +14 -0
- package/chunks/TabsExtended.module-DwTyq4mg.js +16 -0
- package/chunks/TabsLine.module-6sKjO9lB.js +21 -0
- package/chunks/TooltipDesktop.module-D1eY6eNm.js +19 -0
- package/chunks/TreeView.module-B4d0aSMp.js +9 -0
- package/chunks/{UploadZoneInput-Bjnmk93x.js → UploadZoneInput-DRnwuj7v.js} +11 -11
- package/chunks/{constants-1ccyxiKh.js → constants-BbgGoE1H.js} +11 -11
- package/chunks/{utils-DfVeTN89.js → utils-BG289Tpd.js} +6 -6
- package/chunks/utils-Cev1dXzE.js +73 -0
- package/chunks/utils-DmWZdfw8.js +28 -0
- package/chunks/utils-XC0joCai.js +24 -0
- package/chunks/{vendor-DudMBGKr.js → vendor-C_uS77iF.js} +5 -5
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +6 -6
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +48 -23
- package/components/Badge/Badge.js +14 -14
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +7 -7
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +28 -28
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +16 -16
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +123 -117
- package/components/Calendar/CalendarContext.js +1 -1
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarFooterButton.js +19 -21
- package/components/Calendar/components/CalendarViewDays.js +7 -10
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +29 -29
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Calendar/enums.js +1 -1
- package/components/Card/CardAction.js +7 -7
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +5 -5
- package/components/Checkbox/Checkbox.js +11 -11
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/CheckboxTreeExtended/index.js +3 -1
- package/components/Chip/Chip.js +2 -2
- 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 +5 -5
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- 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 +10 -10
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +16 -16
- package/components/CollapsableTree/index.js +7 -0
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +18 -28
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DatePickerExtended/index.js +5 -0
- package/components/DateRange/DateRange.js +13 -13
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/Calendar.js +34 -42
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- 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 +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +8 -8
- package/components/EmptyView/EmptyView.js +8 -8
- package/components/ExpandAnimation/ExpandAnimation.js +13 -13
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +22 -22
- package/components/FormField/components/FormFieldClear.js +8 -8
- package/components/FormField/components/FormFieldCounter.js +9 -11
- package/components/FormField/components/FormFieldDescription.js +8 -8
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +2 -2
- package/components/FormField/components/FormFieldMaskedInput.js +11 -11
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +27 -27
- 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 +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +6 -6
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +19 -19
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +11 -11
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +19 -17
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderControls.js +18 -0
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +21 -6
- package/components/IslandWidget/components/IslandWidgetHeaderTitle.js +18 -0
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +11 -11
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +65 -58
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +11 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -14
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +22 -22
- package/components/List/List.js +6 -6
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +10 -10
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +7 -7
- package/components/List/components/ListItemSelectable.js +2 -2
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +2 -2
- 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/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +9 -9
- package/components/ListMaster/components/SelectionControls.js +10 -10
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +61 -65
- package/components/ModalWindow/components/ModalWindowBody.js +14 -13
- package/components/ModalWindow/components/ModalWindowClose.js +17 -18
- package/components/ModalWindow/components/ModalWindowContent.js +22 -16
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
- package/components/ModalWindow/index.js +11 -10
- package/components/MonthYearField/MonthYearField.js +22 -22
- package/components/MonthYearRange/MonthYearRange.js +6 -6
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +12 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +2 -2
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- 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 +3 -3
- package/components/OrderedList/OrderedListItem.js +3 -3
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +2 -2
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/index.js +10 -4
- package/components/Pagination/components/PaginationExtended.js +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +9 -9
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +8 -8
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SMSField/index.js +9 -1
- package/components/SegmentedControl/SegmentedControl.js +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +27 -27
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +20 -20
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +15 -11
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/StatusTracker/index.js +21 -5
- package/components/Step/Step.js +13 -13
- package/components/Stepper/Stepper.js +7 -7
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +3 -3
- 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 +15 -15
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +29 -25
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- 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 +2 -2
- package/components/Table/TabsLinePanelLinks.js +9 -9
- package/components/Table/index.js +25 -17
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +21 -21
- package/components/TagColor/TagColor.js +7 -7
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +10 -10
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +15 -15
- package/components/TopOverlay/TopOverlay.js +19 -19
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/TreeView/index.js +10 -0
- package/components/Triggers/index.js +5 -0
- package/components/Typography/Caption.js +23 -23
- package/components/Typography/CodeText.js +11 -11
- package/components/Typography/Text.js +22 -22
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/UploadZone/index.js +4 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/WindowResizeListener/index.js +5 -0
- package/components/index.js +632 -572
- package/index.d.ts +435 -67
- package/index.js +653 -593
- package/package.json +21 -1
- package/styles/triplex-next.css +538 -538
- package/types/index.js +2 -0
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-kutiygyc.js +0 -41
- package/chunks/Card.module-BdHlvmcC.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CtU7nxR-.js +0 -15
- package/chunks/Chip-BOBB8hDQ.js +0 -77
- package/chunks/Confirm.module-DX-8Qawd.js +0 -15
- package/chunks/DropdownMobile.module-DxT1Mh6q.js +0 -23
- package/chunks/Footer.module-DBFjyD0W.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-BIMH5ZRB.js +0 -9
- package/chunks/HeaderTabs.module-D62rOoJt.js +0 -9
- package/chunks/IslandAccordion.module-BI69hCoR.js +0 -25
- package/chunks/IslandWidgetFooter.module-BUJQAvCe.js +0 -9
- package/chunks/IslandWidgetHeader.module-DqTmcCwj.js +0 -12
- package/chunks/LightBoxControls.module-DR9tmKz6.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-BiFhnV3i.js +0 -9
- package/chunks/ListItemTail.module-DKJmlaMg.js +0 -12
- package/chunks/ListMasterFooter.module-DkH4Ou-p.js +0 -10
- package/chunks/ModalWindow.module-Be4wGbwq.js +0 -17
- package/chunks/Notification.module-O5iV5kzx.js +0 -20
- package/chunks/Overlay.module-B0iGlEWG.js +0 -18
- package/chunks/Page.module-D0FFKxyx.js +0 -11
- package/chunks/SMSField.module-DrbNbpz3.js +0 -16
- package/chunks/SliderExtendedMarks.module-A0_OgEiW.js +0 -15
- package/chunks/StatusTracker.module-DenK6Z9K.js +0 -24
- package/chunks/TableFooter.module-BqHcJ9ea.js +0 -14
- package/chunks/TabsExtended.module-BtTx6oxY.js +0 -16
- package/chunks/TabsLine.module-C9KVj0hj.js +0 -21
- package/chunks/TooltipDesktop.module-uHaX3xgt.js +0 -19
- package/chunks/TreeView.module-BKi0xbbR.js +0 -9
- package/chunks/utils-BxF0Dq4C.js +0 -24
- package/chunks/utils-CVIZqPO7.js +0 -28
- package/chunks/utils-CZzNEYf-.js +0 -73
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import T, { useState as C, useEffect as v } from "react";
|
|
3
3
|
import { DatePickerExtended as y } from "../DatePickerExtended/DatePickerExtended.js";
|
|
4
|
-
import { dateFormatYYYYMMDD as F, globalLimitRange as
|
|
4
|
+
import { dateFormatYYYYMMDD as F, globalLimitRange as R } from "../../consts/DateConst.js";
|
|
5
5
|
import { MonthYearPickerUtils as p } from "./utils.js";
|
|
6
|
-
import { DropdownMobileInput as
|
|
7
|
-
import { ECalendarPickType as
|
|
8
|
-
import { MonthYearFieldContext as
|
|
9
|
-
import { MonthYearFieldTarget as
|
|
10
|
-
const
|
|
6
|
+
import { DropdownMobileInput as S } from "../Dropdown/mobile/DropdownMobileInput.js";
|
|
7
|
+
import { ECalendarPickType as V } from "../Calendar/enums.js";
|
|
8
|
+
import { MonthYearFieldContext as w } from "./MonthYearFieldContext.js";
|
|
9
|
+
import { MonthYearFieldTarget as x } from "./MonthYearFieldTarget.js";
|
|
10
|
+
const E = T.forwardRef((s, u) => {
|
|
11
11
|
const {
|
|
12
|
-
size:
|
|
13
|
-
status:
|
|
12
|
+
size: d,
|
|
13
|
+
status: m,
|
|
14
14
|
value: n,
|
|
15
|
-
label:
|
|
15
|
+
label: c,
|
|
16
16
|
placeholder: i,
|
|
17
17
|
format: r = F,
|
|
18
|
-
limitRange: t =
|
|
18
|
+
limitRange: t = R,
|
|
19
19
|
onChange: l,
|
|
20
20
|
onClear: f,
|
|
21
21
|
targetProps: g,
|
|
22
22
|
...P
|
|
23
|
-
} = s, [o, h] =
|
|
23
|
+
} = s, [o, h] = C(p.getPickerValues(n, r, t));
|
|
24
24
|
v(() => {
|
|
25
25
|
const e = p.getPickerValues(n, r, t);
|
|
26
26
|
e.inputString !== o.inputString && h(e);
|
|
27
27
|
}, [n, r, t]);
|
|
28
28
|
const k = () => {
|
|
29
29
|
const { inputProps: e, ...M } = g || {};
|
|
30
|
-
return /* @__PURE__ */ a(
|
|
31
|
-
|
|
30
|
+
return /* @__PURE__ */ a(w.Provider, { value: { onChange: l }, children: /* @__PURE__ */ a(
|
|
31
|
+
x,
|
|
32
32
|
{
|
|
33
|
-
size:
|
|
34
|
-
status:
|
|
35
|
-
label:
|
|
33
|
+
size: d,
|
|
34
|
+
status: m,
|
|
35
|
+
label: c,
|
|
36
36
|
onClear: f,
|
|
37
37
|
inputProps: {
|
|
38
38
|
value: o.inputString,
|
|
@@ -43,7 +43,7 @@ const b = C.forwardRef((s, m) => {
|
|
|
43
43
|
...M
|
|
44
44
|
}
|
|
45
45
|
) });
|
|
46
|
-
}, Y = () => /* @__PURE__ */ a(
|
|
46
|
+
}, Y = () => /* @__PURE__ */ a(S, { value: o.inputString, placeholder: i, readOnly: !0 }), D = (e) => {
|
|
47
47
|
l(e.format(r));
|
|
48
48
|
};
|
|
49
49
|
return /* @__PURE__ */ a(
|
|
@@ -52,17 +52,17 @@ const b = C.forwardRef((s, m) => {
|
|
|
52
52
|
renderTarget: k,
|
|
53
53
|
renderDropdownHeaderTarget: Y,
|
|
54
54
|
pickedDate: o.calendarDate,
|
|
55
|
-
pickType:
|
|
55
|
+
pickType: V.MONTH_YEAR,
|
|
56
56
|
format: r,
|
|
57
57
|
limitRange: t,
|
|
58
58
|
onDateChange: D,
|
|
59
59
|
...P,
|
|
60
|
-
ref:
|
|
60
|
+
ref: u
|
|
61
61
|
}
|
|
62
62
|
);
|
|
63
63
|
});
|
|
64
|
-
|
|
64
|
+
E.displayName = "MonthYearField";
|
|
65
65
|
export {
|
|
66
|
-
|
|
66
|
+
E as MonthYearField
|
|
67
67
|
};
|
|
68
68
|
//# sourceMappingURL=MonthYearField.js.map
|
|
@@ -2,10 +2,10 @@ import { jsxs as M, jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import N from "react";
|
|
3
3
|
import c from "moment";
|
|
4
4
|
import { CaretleftStrokeSrvIcon20 as v, RangeStrokeSrvIcon16 as V, CaretrightStrokeSrvIcon20 as C } from "@sberbusiness/icons-next";
|
|
5
|
-
import { c as d } from "../../chunks/vendor-
|
|
5
|
+
import { c as d } from "../../chunks/vendor-C_uS77iF.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__6309d25f", j = "monthYearRangeButton__c1cf2e8b", w = "separator__91bfb2a5", l = {
|
|
9
9
|
monthYearRange: F,
|
|
10
10
|
monthYearRangeButton: j,
|
|
11
11
|
separator: w
|
|
@@ -23,9 +23,9 @@ const F = "monthYearRange__1406b4c8", j = "monthYearRangeButton__8a8ee470", w =
|
|
|
23
23
|
renderButtonBack: h,
|
|
24
24
|
...S
|
|
25
25
|
}, k) => {
|
|
26
|
-
const [t, r] = p, _ = d(l.monthYearRange, R),
|
|
26
|
+
const [t, r] = p, _ = d(l.monthYearRange, R), b = (e) => {
|
|
27
27
|
!e || !r || e <= r ? o([e, r]) : o([e, ""]);
|
|
28
|
-
},
|
|
28
|
+
}, x = (e) => {
|
|
29
29
|
!e || !t || e >= t ? o([t, e]) : o(["", e]);
|
|
30
30
|
}, B = () => {
|
|
31
31
|
if (!t || !r)
|
|
@@ -52,12 +52,12 @@ const F = "monthYearRange__1406b4c8", j = "monthYearRangeButton__8a8ee470", w =
|
|
|
52
52
|
onClick: B
|
|
53
53
|
}),
|
|
54
54
|
u({
|
|
55
|
-
onChange:
|
|
55
|
+
onChange: b,
|
|
56
56
|
value: t
|
|
57
57
|
}),
|
|
58
58
|
/* @__PURE__ */ i(V, { className: l.separator, paletteIndex: 5 }),
|
|
59
59
|
Y({
|
|
60
|
-
onChange:
|
|
60
|
+
onChange: x,
|
|
61
61
|
value: r
|
|
62
62
|
}),
|
|
63
63
|
!f && g({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import n, { useContext as c } from "react";
|
|
3
|
-
import { g as a } from "../../../chunks/vendor-
|
|
3
|
+
import { g as a } from "../../../chunks/vendor-C_uS77iF.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-C7Maa_Sz.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
1
|
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as m } from "react";
|
|
3
|
-
import { MultiselectFieldContext as
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
import { c as d } from "../../../chunks/vendor-
|
|
6
|
-
import { LoaderScreen as
|
|
7
|
-
const
|
|
8
|
-
multiselectFieldContent:
|
|
9
|
-
loaderScreen:
|
|
3
|
+
import { MultiselectFieldContext as a } from "../MultiselectFieldContext.js";
|
|
4
|
+
import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
|
|
5
|
+
import { c as d } from "../../../chunks/vendor-C_uS77iF.js";
|
|
6
|
+
import { LoaderScreen as f } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
+
const p = "multiselectFieldContent__fe389fef", _ = "loaderScreen__40aa281a", C = "sm__c2cac32f", u = "md__5dd46c98", x = "lg__f0b852ba", e = {
|
|
8
|
+
multiselectFieldContent: p,
|
|
9
|
+
loaderScreen: _,
|
|
10
10
|
sm: C,
|
|
11
11
|
md: u,
|
|
12
|
-
lg:
|
|
13
|
-
},
|
|
12
|
+
lg: x
|
|
13
|
+
}, F = i(e), j = ({
|
|
14
14
|
children: t,
|
|
15
15
|
className: o,
|
|
16
16
|
loading: s,
|
|
17
17
|
...l
|
|
18
18
|
}) => {
|
|
19
|
-
const { size: c } = m(
|
|
19
|
+
const { size: c } = m(a);
|
|
20
20
|
return /* @__PURE__ */ n(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
tabIndex: -1,
|
|
24
|
-
className: d(e.multiselectFieldContent,
|
|
24
|
+
className: d(e.multiselectFieldContent, F[c], o),
|
|
25
25
|
...l,
|
|
26
26
|
children: [
|
|
27
27
|
t,
|
|
28
|
-
s && /* @__PURE__ */ r(
|
|
28
|
+
s && /* @__PURE__ */ r(f, { type: "small", className: e.loaderScreen })
|
|
29
29
|
]
|
|
30
30
|
}
|
|
31
31
|
);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { c as s } from "../../../chunks/vendor-
|
|
3
|
-
const i = "
|
|
2
|
+
import { c as s } from "../../../chunks/vendor-C_uS77iF.js";
|
|
3
|
+
const i = "multiselectFieldFooter__d1c406d0", c = {
|
|
4
4
|
multiselectFieldFooter: i
|
|
5
|
-
},
|
|
5
|
+
}, d = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: t,
|
|
8
8
|
...o
|
|
9
9
|
}) => /* @__PURE__ */ l("div", { className: s(c.multiselectFieldFooter, t), ...o, children: e });
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
d as MultiselectFieldDropdownFooter
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=MultiselectFieldDropdownFooter.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
const c = "
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-C_uS77iF.js";
|
|
3
|
+
const c = "multiselectFieldHeader__c259ea03", d = {
|
|
4
4
|
multiselectFieldHeader: c
|
|
5
5
|
}, a = ({
|
|
6
6
|
children: e,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as f } from "react/jsx-runtime";
|
|
2
|
-
import { c as l } from "../../chunks/vendor-
|
|
2
|
+
import { c as l } from "../../chunks/vendor-C_uS77iF.js";
|
|
3
3
|
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-ZlSN0MGm.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.29.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-ZlSN0MGm.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-ZlSN0MGm.js";
|
|
7
7
|
const o = ((t) => {
|
|
8
8
|
const { children: i } = t;
|
|
9
9
|
return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
|
|
@@ -1,8 +1,8 @@
|
|
|
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-
|
|
5
|
-
import { c as e } from "../../../chunks/vendor-
|
|
4
|
+
import { s as a } from "../../../chunks/Notification.module-ZlSN0MGm.js";
|
|
5
|
+
import { c as e } from "../../../chunks/vendor-C_uS77iF.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";
|
|
8
8
|
export {
|
|
@@ -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-ZlSN0MGm.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-ZlSN0MGm.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
|
-
import { c as i } from "../../../chunks/vendor-
|
|
3
|
-
import { s as o } from "../../../chunks/Notification.module-
|
|
2
|
+
import { c as i } from "../../../chunks/vendor-C_uS77iF.js";
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-ZlSN0MGm.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-ZlSN0MGm.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-ZlSN0MGm.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
|
|
4
4
|
s.displayName = "NotificationIcon";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-ZlSN0MGm.js";
|
|
3
3
|
const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
|
|
4
4
|
s.displayName = "NotificationTime";
|
|
5
5
|
export {
|
|
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
|
|
|
3
3
|
import "../FormField/components/FormFieldClear.js";
|
|
4
4
|
import "../FormField/components/FormFieldCounter.js";
|
|
5
5
|
import "../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import { F as d } from "../../chunks/FormFieldInput-
|
|
6
|
+
import { F as d } from "../../chunks/FormFieldInput-BgrEEHVa.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as m } from "../../chunks/vendor-
|
|
3
|
+
import { c as m } from "../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { OrderedListItem as a } from "./OrderedListItem.js";
|
|
5
|
-
const c = "
|
|
5
|
+
const c = "orderedList__b34ca70d", f = {
|
|
6
6
|
orderedList: c
|
|
7
7
|
}, L = Object.assign(
|
|
8
8
|
i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
|
|
@@ -15,7 +15,7 @@ const c = "orderedList__b954d443", f = {
|
|
|
15
15
|
"--start-index-tx": e - 1
|
|
16
16
|
} : r,
|
|
17
17
|
...d,
|
|
18
|
-
"data-tx": "1.
|
|
18
|
+
"data-tx": "1.29.0",
|
|
19
19
|
ref: o
|
|
20
20
|
}
|
|
21
21
|
)),
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as i } from "../../chunks/vendor-
|
|
3
|
+
import { c as i } from "../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { ETextSize as s } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
6
|
import "../Typography/CodeText.js";
|
|
7
7
|
import { Text as d } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
|
-
const a = "
|
|
9
|
+
const a = "orderedListItem__b34ba860", p = {
|
|
10
10
|
orderedListItem: a
|
|
11
11
|
}, f = m.forwardRef(
|
|
12
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
@@ -16,7 +16,7 @@ const a = "orderedListItem__2363b140", p = {
|
|
|
16
16
|
size: s.B3,
|
|
17
17
|
tag: "li",
|
|
18
18
|
...e,
|
|
19
|
-
"data-tx": "1.
|
|
19
|
+
"data-tx": "1.29.0",
|
|
20
20
|
ref: r
|
|
21
21
|
}
|
|
22
22
|
)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { useState as h } from "react";
|
|
3
|
-
import { c as u } from "../../chunks/vendor-
|
|
3
|
+
import { c as u } from "../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { OverlayBase as k } from "./OverlayBase.js";
|
|
5
5
|
import { OverlayMask as B } from "./OverlayMask.js";
|
|
6
6
|
import { OverlayPanel as M } from "./OverlayPanel.js";
|
|
7
|
-
import { s as r } from "../../chunks/Overlay.module-
|
|
7
|
+
import { s as r } from "../../chunks/Overlay.module-BlvGry2e.js";
|
|
8
8
|
const s = ({
|
|
9
9
|
children: o,
|
|
10
10
|
className: i,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
|
-
import { c as t } from "../../chunks/vendor-
|
|
4
|
-
import { s as a } from "../../chunks/Overlay.module-
|
|
3
|
+
import { c as t } from "../../chunks/vendor-C_uS77iF.js";
|
|
4
|
+
import { s as a } from "../../chunks/Overlay.module-BlvGry2e.js";
|
|
5
5
|
const f = l.forwardRef(
|
|
6
6
|
({ className: r, opened: s, ...e }, o) => /* @__PURE__ */ m(
|
|
7
7
|
"div",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
|
-
import { c as d } from "../../chunks/vendor-
|
|
3
|
+
import { c as d } from "../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { EOverlayDirection as r } from "./OverlayBase.js";
|
|
5
|
-
import { s as e } from "../../chunks/Overlay.module-
|
|
5
|
+
import { s as e } from "../../chunks/Overlay.module-BlvGry2e.js";
|
|
6
6
|
const P = n.forwardRef(
|
|
7
7
|
({
|
|
8
8
|
children: s,
|
package/components/Page/Page.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
|
-
import { c as i } from "../../chunks/vendor-
|
|
3
|
+
import { c as i } from "../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { BodyPage as p } from "./components/BodyPage.js";
|
|
5
5
|
import { HeaderPage as f } from "./components/HeaderPage.js";
|
|
6
6
|
import { FooterPage as g } from "./components/FooterPage.js";
|
|
7
|
-
import { s as o } from "../../chunks/Page.module-
|
|
7
|
+
import { s as o } from "../../chunks/Page.module-BkU_qm35.js";
|
|
8
8
|
import "./components/enums.js";
|
|
9
9
|
const d = Object.assign(
|
|
10
10
|
s.forwardRef(function({ children: r, className: e, ...a }, t) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { Body as c } from "../../Body/Body.js";
|
|
4
|
-
import { c as d } from "../../../chunks/vendor-
|
|
4
|
+
import { c as d } from "../../../chunks/vendor-C_uS77iF.js";
|
|
5
5
|
import { EBodyPageVerticalMargin as r, EBodyPageType as y } from "./enums.js";
|
|
6
6
|
import { Island as p } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as M } from "../../Island/enums.js";
|
|
8
|
-
const f = "
|
|
8
|
+
const f = "bodyPage__7fe29821", P = "verticalMargin24__e0c6c669", v = "verticalMargin16__2dc35c4b", e = {
|
|
9
9
|
bodyPage: f,
|
|
10
10
|
verticalMargin24: P,
|
|
11
11
|
verticalMargin16: v
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import F, { useRef as R } from "react";
|
|
3
|
-
import { c as T } from "../../../chunks/vendor-
|
|
3
|
+
import { c as T } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { Footer as s } from "../../Footer/Footer.js";
|
|
5
5
|
import { EFooterPageType as i } from "./enums.js";
|
|
6
6
|
import { useStickyCornerRadius as d } from "./useStickyCornerRadius.js";
|
|
@@ -9,7 +9,7 @@ import { EIslandType as g } from "../../Island/enums.js";
|
|
|
9
9
|
import "../../Island/components/IslandBody.js";
|
|
10
10
|
import "../../Island/components/IslandHeader.js";
|
|
11
11
|
import "../../Island/components/IslandFooter.js";
|
|
12
|
-
import { s as c } from "../../../chunks/Page.module-
|
|
12
|
+
import { s as c } from "../../../chunks/Page.module-BkU_qm35.js";
|
|
13
13
|
const w = Object.assign(
|
|
14
14
|
F.forwardRef(
|
|
15
15
|
({ className: m, type: r, size: n, sticky: f, ...p }, o) => {
|
|
@@ -2,11 +2,11 @@ import { jsx as s } from "react/jsx-runtime";
|
|
|
2
2
|
import T, { useRef as R } from "react";
|
|
3
3
|
import { Header as e } from "../../Header/Header.js";
|
|
4
4
|
import { EHeaderPageType as t } from "./enums.js";
|
|
5
|
-
import { c as p } from "../../../chunks/vendor-
|
|
5
|
+
import { c as p } from "../../../chunks/vendor-C_uS77iF.js";
|
|
6
6
|
import { Island as S } from "../../Island/Island.js";
|
|
7
7
|
import { EIslandType as y } from "../../Island/enums.js";
|
|
8
8
|
import { useStickyCornerRadius as b } from "./useStickyCornerRadius.js";
|
|
9
|
-
import { s as i } from "../../../chunks/Page.module-
|
|
9
|
+
import { s as i } from "../../../chunks/Page.module-BkU_qm35.js";
|
|
10
10
|
const j = Object.assign(
|
|
11
11
|
T.forwardRef(
|
|
12
12
|
({ className: m, type: a, size: n, sticky: d, ...f }, r) => {
|
package/components/Page/index.js
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
import { Page as
|
|
2
|
-
import { EBodyPageType as g, EBodyPageVerticalMargin as p, EFooterPageType as
|
|
1
|
+
import { Page as r } from "./Page.js";
|
|
2
|
+
import { EBodyPageType as g, EBodyPageVerticalMargin as p, EFooterPageType as t, EHeaderPageType as P } from "./components/enums.js";
|
|
3
|
+
import { HeaderPage as d } from "./components/HeaderPage.js";
|
|
4
|
+
import { BodyPage as m } from "./components/BodyPage.js";
|
|
5
|
+
import { FooterPage as E } from "./components/FooterPage.js";
|
|
3
6
|
export {
|
|
7
|
+
m as BodyPage,
|
|
4
8
|
g as EBodyPageType,
|
|
5
9
|
p as EBodyPageVerticalMargin,
|
|
6
|
-
|
|
10
|
+
t as EFooterPageType,
|
|
7
11
|
P as EHeaderPageType,
|
|
8
|
-
|
|
12
|
+
E as FooterPage,
|
|
13
|
+
d as HeaderPage,
|
|
14
|
+
r as Page
|
|
9
15
|
};
|
|
10
16
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import { c as o } from "../../../chunks/vendor-C_uS77iF.js";
|
|
3
3
|
import i from "react";
|
|
4
|
-
const r = "
|
|
4
|
+
const r = "paginationExtended__a3bd22ad", s = {
|
|
5
5
|
paginationExtended: r
|
|
6
6
|
}, x = i.forwardRef(
|
|
7
|
-
({ children:
|
|
7
|
+
({ children: a, className: t, ...n }, e) => /* @__PURE__ */ d(
|
|
8
8
|
"nav",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
11
|
-
"data-tx": "1.
|
|
10
|
+
className: o(s.paginationExtended, t),
|
|
11
|
+
"data-tx": "1.29.0",
|
|
12
12
|
...n,
|
|
13
13
|
ref: e,
|
|
14
|
-
children:
|
|
14
|
+
children: a
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
@@ -4,10 +4,10 @@ import { ButtonIcon as p } from "../../Button/ButtonIcon.js";
|
|
|
4
4
|
import { EButtonIconShape as m } from "../../Button/enums.js";
|
|
5
5
|
import { EPaginationNavigationIconDirection as s } from "../enums.js";
|
|
6
6
|
import { CaretleftStrokeSrvIcon24 as o } from "@sberbusiness/icons-next";
|
|
7
|
-
const g = "
|
|
7
|
+
const g = "paginationNavigationButton__7728fb9f", N = "directionIconNext__e434f668", n = {
|
|
8
8
|
paginationNavigationButton: g,
|
|
9
9
|
directionIconNext: N
|
|
10
|
-
},
|
|
10
|
+
}, f = c.forwardRef(
|
|
11
11
|
({ direction: i, ...a }, e) => {
|
|
12
12
|
const r = i === s.BACK;
|
|
13
13
|
return /* @__PURE__ */ t(
|
|
@@ -22,8 +22,8 @@ const g = "paginationNavigationButton__0ec1b7d8", N = "directionIconNext__ce1a2a
|
|
|
22
22
|
);
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
|
-
|
|
25
|
+
f.displayName = "PaginationNavigationButton";
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
f as PaginationNavigationButton
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=PaginationNavigationButton.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
import { c as d } from "../../../chunks/vendor-
|
|
4
|
-
const g = "
|
|
3
|
+
import { c as d } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
|
+
const g = "paginationNavigationExtended__3059b18f", r = {
|
|
5
5
|
paginationNavigationExtended: g
|
|
6
6
|
}, s = e.forwardRef(
|
|
7
7
|
({ children: a, className: t, ...i }, n) => /* @__PURE__ */ o("ul", { className: d(r.paginationNavigationExtended, t), ...i, ref: n, children: a })
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
|
-
import { c as p } from "../../../chunks/vendor-
|
|
3
|
+
import { c as p } from "../../../chunks/vendor-C_uS77iF.js";
|
|
4
4
|
import { ETextSize as g } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
6
|
import "../../Typography/CodeText.js";
|
|
7
|
-
import { Text as
|
|
7
|
+
import { Text as c } from "../../Typography/Text.js";
|
|
8
8
|
import "../../Typography/Title.js";
|
|
9
9
|
import "../../Button/Button.js";
|
|
10
|
-
import { ButtonBase as
|
|
10
|
+
import { ButtonBase as s } from "../../Button/ButtonBase.js";
|
|
11
11
|
import "../../Button/ButtonIcon.js";
|
|
12
12
|
import "../../Button/ButtonDropdown.js";
|
|
13
13
|
import "../../Button/ButtonDropdownExtended.js";
|
|
14
|
-
const u = "
|
|
14
|
+
const u = "paginationPageButton__0086e5c2", P = "currentPage__0275cd2f", a = {
|
|
15
15
|
paginationPageButton: u,
|
|
16
16
|
currentPage: P
|
|
17
17
|
}, f = m.forwardRef(
|
|
18
|
-
({ isCurrent: t = !1, children:
|
|
19
|
-
|
|
18
|
+
({ isCurrent: t = !1, children: i, className: r, ...e }, n) => /* @__PURE__ */ o(
|
|
19
|
+
s,
|
|
20
20
|
{
|
|
21
21
|
className: p(
|
|
22
22
|
a.paginationPageButton,
|
|
23
23
|
{
|
|
24
24
|
[a.currentPage]: t
|
|
25
25
|
},
|
|
26
|
-
|
|
26
|
+
r
|
|
27
27
|
),
|
|
28
28
|
"aria-live": t ? "polite" : void 0,
|
|
29
|
-
...
|
|
29
|
+
...e,
|
|
30
30
|
ref: n,
|
|
31
|
-
children: /* @__PURE__ */ o(
|
|
31
|
+
children: /* @__PURE__ */ o(c, { size: g.B3, children: i })
|
|
32
32
|
}
|
|
33
33
|
)
|
|
34
34
|
);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as p } from "../../../chunks/vendor-
|
|
2
|
+
import { c as p } from "../../../chunks/vendor-C_uS77iF.js";
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { ETextSize as r } from "../../Typography/enums.js";
|
|
5
5
|
import "../../Typography/Caption.js";
|
|
6
6
|
import "../../Typography/CodeText.js";
|
|
7
7
|
import { Text as l } from "../../Typography/Text.js";
|
|
8
8
|
import "../../Typography/Title.js";
|
|
9
|
-
const n = "
|
|
9
|
+
const n = "paginationPageEllipsis__9040566d", m = {
|
|
10
10
|
paginationPageEllipsis: n
|
|
11
11
|
}, g = e.forwardRef(
|
|
12
12
|
({ children: i, className: a, ...o }, s) => /* @__PURE__ */ t(l, { size: r.B3, className: p(m.paginationPageEllipsis, a), ...o, ref: s, children: i })
|