@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,7 +1,7 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as t } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-
|
|
4
|
+
import { s } from "../../../../chunks/HeaderLayoutSidebar.module-BIMH5ZRB.js";
|
|
5
5
|
const m = i.forwardRef(
|
|
6
6
|
({ children: a, className: r, ...e }, o) => /* @__PURE__ */ d("div", { className: t(s.headerLayoutSidebarSidebar, r), ...e, ref: o, children: a })
|
|
7
7
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import h from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const u = "
|
|
4
|
+
const u = "headerSubheader__9abbb70c", b = "withoutPaddings__488948a3", e = {
|
|
5
5
|
headerSubheader: u,
|
|
6
|
-
withoutPaddings:
|
|
7
|
-
},
|
|
6
|
+
withoutPaddings: b
|
|
7
|
+
}, c = h.forwardRef(
|
|
8
8
|
({ children: a, className: d, withoutPaddings: r, ...t }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
@@ -15,8 +15,8 @@ const u = "headerSubheader__cc5fbf1f", c = "withoutPaddings__e9eb3b58", e = {
|
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
17
|
);
|
|
18
|
-
|
|
18
|
+
c.displayName = "HeaderSubheader";
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
c as HeaderSubheader
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=HeaderSubheader.js.map
|
|
@@ -3,7 +3,7 @@ import t from "react";
|
|
|
3
3
|
import { HeaderTabsContent as m } from "./HeaderTabsContent.js";
|
|
4
4
|
import { HeaderTabsControls as n } from "./HeaderTabsControls.js";
|
|
5
5
|
import { c as d } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
6
|
-
import { s as f } from "../../../../chunks/HeaderTabs.module-
|
|
6
|
+
import { s as f } from "../../../../chunks/HeaderTabs.module-D62rOoJt.js";
|
|
7
7
|
const i = Object.assign(
|
|
8
8
|
t.forwardRef(function({ children: r, className: e, ...a }, o) {
|
|
9
9
|
return /* @__PURE__ */ s("div", { className: d(f.headerTabs, e), ...a, ref: o, children: r });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s as n } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as n } from "../../../../chunks/HeaderTabs.module-D62rOoJt.js";
|
|
5
5
|
const d = s.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, a) => /* @__PURE__ */ o("div", { className: m(n.headerTabsContent, r), ...t, ref: a, children: e })
|
|
7
7
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as m } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s as l } from "../../../../chunks/HeaderTabs.module-
|
|
4
|
+
import { s as l } from "../../../../chunks/HeaderTabs.module-D62rOoJt.js";
|
|
5
5
|
const d = t.forwardRef(
|
|
6
6
|
({ children: o, className: r, ...s }, a) => /* @__PURE__ */ e("div", { className: m(l.headerTabsControls, r), ...s, ref: a, children: o })
|
|
7
7
|
);
|
|
@@ -3,7 +3,7 @@ import i from "react";
|
|
|
3
3
|
import { HeaderTitleContent as s } from "./HeaderTitleContent.js";
|
|
4
4
|
import { HeaderTitleControls as m } from "./HeaderTitleControls.js";
|
|
5
5
|
import { c as l } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
6
|
-
import { s as n } from "../../../../chunks/HeaderTitle.module-
|
|
6
|
+
import { s as n } from "../../../../chunks/HeaderTitle.module-Ckh2V8ux.js";
|
|
7
7
|
const d = Object.assign(
|
|
8
8
|
i.forwardRef(function({ children: e, className: t, ...r }, o) {
|
|
9
9
|
return /* @__PURE__ */ a("div", { className: l(n.headerTitle, t), ...r, ref: o, children: e });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s as e } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as e } from "../../../../chunks/HeaderTitle.module-Ckh2V8ux.js";
|
|
5
5
|
const m = s.forwardRef(
|
|
6
6
|
({ children: t, className: r, ...o }, a) => /* @__PURE__ */ l(
|
|
7
7
|
"div",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as i } from "../../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
import { s as o } from "../../../../chunks/HeaderTitle.module-
|
|
4
|
+
import { s as o } from "../../../../chunks/HeaderTitle.module-Ckh2V8ux.js";
|
|
5
5
|
const m = a.forwardRef(
|
|
6
6
|
({ children: e, className: r, ...t }, l) => /* @__PURE__ */ s(
|
|
7
7
|
"div",
|
|
@@ -9,7 +9,7 @@ import { TooltipMobileHeader as V } from "../Tooltip/components/mobile/component
|
|
|
9
9
|
import { MobileView as X } from "../MobileView/MobileView.js";
|
|
10
10
|
import { getDataHTMLAttributes as $ } from "../../utils/html/DataAttributes.js";
|
|
11
11
|
import { getAriaHTMLAttributes as q } from "../../utils/html/AriaAttributes.js";
|
|
12
|
-
const w = "
|
|
12
|
+
const w = "helpBoxButton__7c19c290", A = {
|
|
13
13
|
helpBoxButton: w
|
|
14
14
|
}, G = _.forwardRef(
|
|
15
15
|
({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const
|
|
5
|
-
disableInteraction:
|
|
6
|
-
displayContents:
|
|
7
|
-
},
|
|
8
|
-
({ children: a, className: e, active: s, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */
|
|
4
|
+
const b = "disableInteraction__59e71cdb", m = "displayContents__31ab8d22", t = {
|
|
5
|
+
disableInteraction: b,
|
|
6
|
+
displayContents: m
|
|
7
|
+
}, f = l.forwardRef(
|
|
8
|
+
({ children: a, className: e, active: s, disabled: n, disableInteraction: o, displayContents: i, ...r }, c) => /* @__PURE__ */ d(
|
|
9
9
|
"span",
|
|
10
10
|
{
|
|
11
11
|
ref: c,
|
|
@@ -20,8 +20,8 @@ const m = "disableInteraction__4e59466a", f = "displayContents__08d7e7f6", t = {
|
|
|
20
20
|
}
|
|
21
21
|
)
|
|
22
22
|
);
|
|
23
|
-
|
|
23
|
+
f.displayName = "IconWrapper";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
f as IconWrapper
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=IconWrapper.js.map
|
|
@@ -5,7 +5,7 @@ import { EIslandType as l } from "./enums.js";
|
|
|
5
5
|
import { IslandBody as f } from "./components/IslandBody.js";
|
|
6
6
|
import { IslandHeader as n } from "./components/IslandHeader.js";
|
|
7
7
|
import { IslandFooter as c } from "./components/IslandFooter.js";
|
|
8
|
-
import { s as o, m as y } from "../../chunks/utils-
|
|
8
|
+
import { s as o, m as y } from "../../chunks/utils-BxF0Dq4C.js";
|
|
9
9
|
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
11
11
|
const N = T(o), C = Object.assign(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
3
|
import { c as l } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const n = "
|
|
4
|
+
const n = "islandBody__8976a935", i = {
|
|
5
5
|
islandBody: n
|
|
6
6
|
}, f = t.forwardRef(
|
|
7
|
-
({ children: o, className: s, ...d }, a) => /* @__PURE__ */ r("div", { className: l(
|
|
7
|
+
({ children: o, className: s, ...d }, a) => /* @__PURE__ */ r("div", { className: l(i.islandBody, s), ref: a, ...d, children: o })
|
|
8
8
|
);
|
|
9
9
|
export {
|
|
10
10
|
f as IslandBody
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
3
|
import { c as a } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const l = "
|
|
4
|
+
const l = "islandFooter__39004ebb", n = {
|
|
5
5
|
islandFooter: l
|
|
6
|
-
},
|
|
6
|
+
}, m = e.forwardRef(({ children: o, ...r }, t) => /* @__PURE__ */ s("div", { className: a(n.islandFooter), ref: t, ...r, children: o }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as IslandFooter
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandFooter.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import { c as o } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
|
-
const t = "
|
|
4
|
+
const t = "islandHeader__2eac4839", l = {
|
|
5
5
|
islandHeader: t
|
|
6
|
-
},
|
|
6
|
+
}, m = d.forwardRef(({ children: e, ...a }, r) => /* @__PURE__ */ s("div", { className: o(l.islandHeader), ref: r, ...a, children: e }));
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
m as IslandHeader
|
|
9
9
|
};
|
|
10
10
|
//# sourceMappingURL=IslandHeader.js.map
|
|
@@ -9,14 +9,14 @@ import "../Island/components/IslandBody.js";
|
|
|
9
9
|
import "../Island/components/IslandHeader.js";
|
|
10
10
|
import "../Island/components/IslandFooter.js";
|
|
11
11
|
import { c as f } from "../../chunks/vendor-DudMBGKr.js";
|
|
12
|
-
import { s as I } from "../../chunks/IslandAccordion.module-
|
|
12
|
+
import { s as I } from "../../chunks/IslandAccordion.module-BI69hCoR.js";
|
|
13
13
|
import "./components/IslandAccordionContent.js";
|
|
14
14
|
import "./components/IslandAccordionFooter.js";
|
|
15
15
|
const x = Object.assign(
|
|
16
16
|
e.forwardRef(
|
|
17
17
|
({ className: r, children: t, size: m = d.MD, type: i = l.TYPE_1, ...s }, a) => {
|
|
18
18
|
const c = f(r, I.islandAccordion);
|
|
19
|
-
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.
|
|
19
|
+
return /* @__PURE__ */ o(p.Provider, { value: { size: m, type: i }, children: /* @__PURE__ */ o("ul", { ...s, className: c, "data-tx": "1.27.0", ref: a, children: t }) });
|
|
20
20
|
}
|
|
21
21
|
),
|
|
22
22
|
{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as r } from "../../../chunks/IslandAccordion.module-
|
|
2
|
+
import { s as r } from "../../../chunks/IslandAccordion.module-BI69hCoR.js";
|
|
3
3
|
import { Island as s } from "../../Island/Island.js";
|
|
4
4
|
import "../../Island/components/IslandBody.js";
|
|
5
5
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-DudMBGKr.js";
|
|
3
|
-
import { s as m } from "../../../chunks/IslandAccordion.module-
|
|
3
|
+
import { s as m } from "../../../chunks/IslandAccordion.module-BI69hCoR.js";
|
|
4
4
|
import { Island as i } from "../../Island/Island.js";
|
|
5
5
|
import "../../Island/components/IslandBody.js";
|
|
6
6
|
import "../../Island/components/IslandHeader.js";
|
|
@@ -1,106 +1,112 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { CaretdownStrokeSrvIcon24 as
|
|
4
|
-
import { u as B, c as
|
|
5
|
-
import { Island as
|
|
6
|
-
import { ExpandAnimation as
|
|
7
|
-
import { IslandAccordionContent as
|
|
8
|
-
import { IslandAccordionFooter as
|
|
9
|
-
import { createSizeToClassNameMap as
|
|
1
|
+
import { jsxs as p, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import D, { useState as W, useContext as j, useRef as X, useEffect as Z } from "react";
|
|
3
|
+
import { CaretdownStrokeSrvIcon24 as $, CrossStrokeSrvIcon24 as b } from "@sberbusiness/icons-next";
|
|
4
|
+
import { u as B, c as d } from "../../../chunks/vendor-DudMBGKr.js";
|
|
5
|
+
import { Island as C } from "../../Island/Island.js";
|
|
6
|
+
import { ExpandAnimation as q } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
7
|
+
import { IslandAccordionContent as G } from "./IslandAccordionContent.js";
|
|
8
|
+
import { IslandAccordionFooter as R } from "./IslandAccordionFooter.js";
|
|
9
|
+
import { createSizeToClassNameMap as U } from "../../../utils/classNameMaps.js";
|
|
10
10
|
import "../../Button/Button.js";
|
|
11
11
|
import "../../Button/ButtonBase.js";
|
|
12
|
-
import { ButtonIcon as
|
|
12
|
+
import { ButtonIcon as J } from "../../Button/ButtonIcon.js";
|
|
13
13
|
import "../../Button/ButtonDropdown.js";
|
|
14
14
|
import "../../Button/ButtonDropdownExtended.js";
|
|
15
15
|
import { EIslandType as l } from "../../Island/enums.js";
|
|
16
16
|
import "../../Island/components/IslandBody.js";
|
|
17
17
|
import "../../Island/components/IslandHeader.js";
|
|
18
18
|
import "../../Island/components/IslandFooter.js";
|
|
19
|
-
import { Step as
|
|
20
|
-
import { EStepPosition as
|
|
21
|
-
import { IslandAccordionContext as
|
|
22
|
-
import { EComponentSize as
|
|
23
|
-
import { ETitleSize as
|
|
19
|
+
import { Step as K } from "../../Step/Step.js";
|
|
20
|
+
import { EStepPosition as Q } from "../../Step/enums.js";
|
|
21
|
+
import { IslandAccordionContext as V } from "../IslandAccordionContext.js";
|
|
22
|
+
import { EComponentSize as f } from "../../../enums/EComponentSize.js";
|
|
23
|
+
import { ETitleSize as s, EFontWeightTitle as g, EFontType as x } from "../../Typography/enums.js";
|
|
24
24
|
import "../../Typography/Caption.js";
|
|
25
25
|
import "../../Typography/CodeText.js";
|
|
26
26
|
import "../../Typography/Text.js";
|
|
27
|
-
import { Title as
|
|
28
|
-
import { s as t } from "../../../chunks/IslandAccordion.module-
|
|
29
|
-
|
|
27
|
+
import { Title as tt } from "../../Typography/Title.js";
|
|
28
|
+
import { s as t } from "../../../chunks/IslandAccordion.module-BI69hCoR.js";
|
|
29
|
+
import { EScreenWidth as y } from "../../../helpers/breakpoints.js";
|
|
30
|
+
import { useMatchMedia as rt } from "../../MediaWidth/useMatchMedia.js";
|
|
31
|
+
const et = {
|
|
30
32
|
[l.TYPE_1]: t.type1,
|
|
31
33
|
[l.TYPE_2]: t.type2,
|
|
32
34
|
[l.TYPE_3]: t.type3
|
|
33
|
-
},
|
|
34
|
-
[
|
|
35
|
-
[
|
|
36
|
-
[
|
|
37
|
-
},
|
|
38
|
-
|
|
35
|
+
}, ot = {
|
|
36
|
+
[f.SM]: s.H3,
|
|
37
|
+
[f.MD]: s.H3,
|
|
38
|
+
[f.LG]: s.H2
|
|
39
|
+
}, it = U(t), nt = Object.assign(
|
|
40
|
+
D.forwardRef(
|
|
39
41
|
({
|
|
40
|
-
children:
|
|
42
|
+
children: N,
|
|
41
43
|
title: T,
|
|
42
|
-
className:
|
|
44
|
+
className: P,
|
|
43
45
|
opened: i,
|
|
44
46
|
disabled: e,
|
|
45
47
|
onRemove: n,
|
|
46
|
-
onToggle:
|
|
47
|
-
id:
|
|
48
|
+
onToggle: c,
|
|
49
|
+
id: m,
|
|
48
50
|
num: I,
|
|
49
|
-
status:
|
|
50
|
-
stepHint:
|
|
51
|
+
status: h,
|
|
52
|
+
stepHint: w,
|
|
51
53
|
transitionProps: O,
|
|
52
54
|
...k
|
|
53
55
|
}, v) => {
|
|
54
|
-
const [o,
|
|
55
|
-
|
|
56
|
-
|
|
56
|
+
const [o, S] = W(i || !1), { size: a, type: E } = j(V), _ = X(B()).current, A = `${_}header`, M = `${_}body`, z = rt(
|
|
57
|
+
`(max-width: ${y.SM_MAX})`,
|
|
58
|
+
window.innerWidth <= parseInt(y.SM_MAX)
|
|
59
|
+
);
|
|
60
|
+
Z(() => {
|
|
61
|
+
i !== void 0 && o !== i && S(i);
|
|
57
62
|
}, [i, o]);
|
|
58
|
-
const
|
|
63
|
+
const H = () => {
|
|
59
64
|
if (e)
|
|
60
65
|
return;
|
|
61
|
-
const
|
|
62
|
-
|
|
63
|
-
},
|
|
64
|
-
e || n == null || n(
|
|
65
|
-
}, L =
|
|
66
|
-
|
|
66
|
+
const u = !o;
|
|
67
|
+
c == null || c(u, m), i === void 0 && S(u);
|
|
68
|
+
}, F = () => {
|
|
69
|
+
e || n == null || n(m);
|
|
70
|
+
}, L = z ? s.H3 : ot[a], Y = d(
|
|
71
|
+
P,
|
|
67
72
|
t.item,
|
|
68
|
-
|
|
69
|
-
|
|
73
|
+
it[a],
|
|
74
|
+
et[E],
|
|
70
75
|
{
|
|
71
76
|
[t.disabled]: !!e,
|
|
72
77
|
[t.opened]: o
|
|
73
78
|
}
|
|
74
79
|
);
|
|
75
|
-
return /* @__PURE__ */
|
|
76
|
-
/* @__PURE__ */
|
|
77
|
-
/* @__PURE__ */ r(
|
|
80
|
+
return /* @__PURE__ */ p("li", { ...k, className: Y, id: m, ref: v, children: [
|
|
81
|
+
/* @__PURE__ */ p(C, { className: t.island, size: a, type: E, children: [
|
|
82
|
+
/* @__PURE__ */ r(C.Header, { children: /* @__PURE__ */ p(
|
|
78
83
|
"button",
|
|
79
84
|
{
|
|
80
85
|
id: A,
|
|
81
|
-
"aria-controls":
|
|
86
|
+
"aria-controls": M,
|
|
82
87
|
"aria-expanded": o,
|
|
83
88
|
type: "button",
|
|
84
|
-
className:
|
|
89
|
+
className: d(t.header, {
|
|
85
90
|
hoverable: !o
|
|
86
91
|
}),
|
|
87
|
-
onClick:
|
|
92
|
+
onClick: H,
|
|
88
93
|
disabled: e,
|
|
89
|
-
"data-tx": "1.
|
|
94
|
+
"data-tx": "1.27.0",
|
|
90
95
|
children: [
|
|
91
|
-
|
|
96
|
+
h && I && /* @__PURE__ */ r("div", { className: t.step, children: /* @__PURE__ */ r(K, { step: I, status: h, position: Q.XFirst, size: a, children: e ? void 0 : w }) }),
|
|
92
97
|
/* @__PURE__ */ r(
|
|
93
|
-
|
|
98
|
+
tt,
|
|
94
99
|
{
|
|
95
100
|
className: t.title,
|
|
96
|
-
size:
|
|
97
|
-
type: e ?
|
|
101
|
+
size: L,
|
|
102
|
+
type: e ? x.DISABLED : x.PRIMARY,
|
|
98
103
|
tag: "div",
|
|
104
|
+
weight: g.MEDIUM,
|
|
99
105
|
children: T
|
|
100
106
|
}
|
|
101
107
|
),
|
|
102
|
-
/* @__PURE__ */ r("span", { className:
|
|
103
|
-
|
|
108
|
+
/* @__PURE__ */ r("span", { className: d(t.caretWrapper), children: /* @__PURE__ */ r(
|
|
109
|
+
$,
|
|
104
110
|
{
|
|
105
111
|
className: t.caretIcon,
|
|
106
112
|
"aria-hidden": "true",
|
|
@@ -111,28 +117,28 @@ const U = {
|
|
|
111
117
|
}
|
|
112
118
|
) }),
|
|
113
119
|
/* @__PURE__ */ r(
|
|
114
|
-
|
|
120
|
+
q,
|
|
115
121
|
{
|
|
116
122
|
expanded: o && !e,
|
|
117
|
-
id:
|
|
123
|
+
id: M,
|
|
118
124
|
role: "region",
|
|
119
125
|
"aria-labelledby": A,
|
|
120
126
|
transitionProps: O,
|
|
121
|
-
children:
|
|
127
|
+
children: N
|
|
122
128
|
}
|
|
123
129
|
)
|
|
124
130
|
] }),
|
|
125
|
-
n && /* @__PURE__ */ r("span", { className: t.remove, children: /* @__PURE__ */ r(
|
|
131
|
+
n && /* @__PURE__ */ r("span", { className: t.remove, children: /* @__PURE__ */ r(J, { onClick: F, disabled: e, title: "Удалить", children: /* @__PURE__ */ r(b, { paletteIndex: 5 }) }) })
|
|
126
132
|
] });
|
|
127
133
|
}
|
|
128
134
|
),
|
|
129
135
|
{
|
|
130
|
-
Content:
|
|
131
|
-
Footer:
|
|
136
|
+
Content: G,
|
|
137
|
+
Footer: R
|
|
132
138
|
}
|
|
133
139
|
);
|
|
134
|
-
|
|
140
|
+
nt.displayName = "IslandAccordionItem";
|
|
135
141
|
export {
|
|
136
|
-
|
|
142
|
+
nt as IslandAccordionItem
|
|
137
143
|
};
|
|
138
144
|
//# sourceMappingURL=IslandAccordionItem.js.map
|
|
@@ -1,66 +1,74 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { Island as
|
|
4
|
-
import { EIslandType as
|
|
1
|
+
import { jsx as t, jsxs as n, Fragment as s } from "react/jsx-runtime";
|
|
2
|
+
import F, { useContext as u, useState as v } from "react";
|
|
3
|
+
import { Island as y } from "../Island/Island.js";
|
|
4
|
+
import { EIslandType as H } from "../Island/enums.js";
|
|
5
5
|
import "../Island/components/IslandBody.js";
|
|
6
6
|
import "../Island/components/IslandHeader.js";
|
|
7
7
|
import "../Island/components/IslandFooter.js";
|
|
8
|
-
import { IslandWidgetHeader as
|
|
9
|
-
import { IslandWidgetBody as
|
|
10
|
-
import { IslandWidgetFooter as
|
|
11
|
-
import { IslandWidgetExtraFooter as
|
|
12
|
-
import { EComponentSize as
|
|
8
|
+
import { IslandWidgetHeader as M } from "./components/IslandWidgetHeader.js";
|
|
9
|
+
import { IslandWidgetBody as w } from "./components/IslandWidgetBody.js";
|
|
10
|
+
import { IslandWidgetFooter as C } from "./components/IslandWidgetFooter.js";
|
|
11
|
+
import { IslandWidgetExtraFooter as A } from "./components/IslandWidgetExtraFooter.js";
|
|
12
|
+
import { EComponentSize as S } from "../../enums/EComponentSize.js";
|
|
13
13
|
import { c as m } from "../../chunks/vendor-DudMBGKr.js";
|
|
14
|
-
import { IslandWidgetLayoutContext as
|
|
15
|
-
import { IslandWidgetContext as
|
|
16
|
-
import { ExpandAnimation as
|
|
14
|
+
import { IslandWidgetLayoutContext as O } from "./IslandWidgetLayoutContext.js";
|
|
15
|
+
import { IslandWidgetContext as j } from "./IslandWidgetContext.js";
|
|
16
|
+
import { ExpandAnimation as N } from "../ExpandAnimation/ExpandAnimation.js";
|
|
17
17
|
import { EScreenWidth as p } from "../../helpers/breakpoints.js";
|
|
18
|
-
import { useMatchMedia as
|
|
19
|
-
const
|
|
20
|
-
islandWidget:
|
|
21
|
-
islandWidgetWithExtraFooter:
|
|
22
|
-
islandWidgetHeaderWrapperAdaptive:
|
|
23
|
-
},
|
|
24
|
-
|
|
25
|
-
({
|
|
26
|
-
|
|
18
|
+
import { useMatchMedia as b } from "../MediaWidth/useMatchMedia.js";
|
|
19
|
+
const k = "islandWidget__b7a230a0", B = "islandWidgetWithExtraFooter__a23ec65b", P = "islandWidgetHeaderWrapperAdaptive__331c8dc5", i = {
|
|
20
|
+
islandWidget: k,
|
|
21
|
+
islandWidgetWithExtraFooter: B,
|
|
22
|
+
islandWidgetHeaderWrapperAdaptive: P
|
|
23
|
+
}, R = Object.assign(
|
|
24
|
+
F.forwardRef(
|
|
25
|
+
({
|
|
26
|
+
className: l,
|
|
27
|
+
size: c = S.MD,
|
|
28
|
+
renderBody: W,
|
|
29
|
+
renderFooter: o,
|
|
30
|
+
renderHeader: g,
|
|
31
|
+
disableAdaptiveCollapsing: r = !1,
|
|
32
|
+
...f
|
|
33
|
+
}, x) => {
|
|
34
|
+
const { hasExtraFooter: h } = u(O), [d, E] = v(r), e = b(
|
|
27
35
|
`(max-width: ${p.SM_MAX})`,
|
|
28
36
|
window.innerWidth <= parseInt(p.SM_MAX)
|
|
29
|
-
),
|
|
30
|
-
|
|
31
|
-
},
|
|
32
|
-
|
|
37
|
+
), I = () => {
|
|
38
|
+
E(!d);
|
|
39
|
+
}, _ = e && !r, a = () => /* @__PURE__ */ n(s, { children: [
|
|
40
|
+
W({}),
|
|
33
41
|
o ? o({}) : null
|
|
34
42
|
] });
|
|
35
43
|
return /* @__PURE__ */ t(
|
|
36
|
-
|
|
44
|
+
j.Provider,
|
|
37
45
|
{
|
|
38
46
|
value: {
|
|
39
47
|
adaptive: e,
|
|
40
48
|
disableAdaptiveCollapsing: r,
|
|
41
|
-
open:
|
|
49
|
+
open: d
|
|
42
50
|
},
|
|
43
51
|
children: /* @__PURE__ */ t(
|
|
44
52
|
"div",
|
|
45
53
|
{
|
|
46
|
-
className: m(
|
|
47
|
-
[
|
|
54
|
+
className: m(i.islandWidget, l, {
|
|
55
|
+
[i.islandWidgetWithExtraFooter]: h
|
|
48
56
|
}),
|
|
49
|
-
"data-tx": "1.
|
|
57
|
+
"data-tx": "1.27.0",
|
|
50
58
|
...f,
|
|
51
|
-
ref:
|
|
52
|
-
children: /* @__PURE__ */
|
|
59
|
+
ref: x,
|
|
60
|
+
children: /* @__PURE__ */ n(y, { type: H.TYPE_1, size: c, children: [
|
|
53
61
|
/* @__PURE__ */ t(
|
|
54
62
|
"div",
|
|
55
63
|
{
|
|
56
64
|
className: m({
|
|
57
|
-
[
|
|
65
|
+
[i.islandWidgetHeaderWrapperAdaptive]: e
|
|
58
66
|
}),
|
|
59
|
-
onClick: e ?
|
|
60
|
-
children:
|
|
67
|
+
onClick: e ? I : void 0,
|
|
68
|
+
children: g({})
|
|
61
69
|
}
|
|
62
70
|
),
|
|
63
|
-
|
|
71
|
+
_ ? /* @__PURE__ */ t(N, { expanded: d, children: a() }) : /* @__PURE__ */ t(s, { children: a() })
|
|
64
72
|
] })
|
|
65
73
|
}
|
|
66
74
|
)
|
|
@@ -69,14 +77,14 @@ const N = "islandWidget__77ce4f51", k = "islandWidgetWithExtraFooter__bfb0e37f",
|
|
|
69
77
|
}
|
|
70
78
|
),
|
|
71
79
|
{
|
|
72
|
-
Header:
|
|
73
|
-
Body:
|
|
74
|
-
Footer:
|
|
75
|
-
ExtraFooter:
|
|
80
|
+
Header: M,
|
|
81
|
+
Body: w,
|
|
82
|
+
Footer: C,
|
|
83
|
+
ExtraFooter: A
|
|
76
84
|
}
|
|
77
85
|
);
|
|
78
|
-
|
|
86
|
+
R.displayName = "IslandWidget";
|
|
79
87
|
export {
|
|
80
|
-
|
|
88
|
+
R as IslandWidget
|
|
81
89
|
};
|
|
82
90
|
//# sourceMappingURL=IslandWidget.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as t } from "../../../chunks/vendor-DudMBGKr.js";
|
|
3
|
-
const a = "
|
|
3
|
+
const a = "islandWidgetBody__b62b87f9", e = {
|
|
4
4
|
islandWidgetBody: a
|
|
5
5
|
}, l = ({ children: d, className: s, ...i }) => /* @__PURE__ */ o("div", { ...i, className: t(e.islandWidgetBody, s), children: d });
|
|
6
6
|
l.displayName = "IslandWidgetBody";
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as
|
|
2
|
+
import { useContext as d, useEffect as i } from "react";
|
|
3
3
|
import { c as n } from "../../../chunks/vendor-DudMBGKr.js";
|
|
4
4
|
import { ExpandAnimation as x } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
5
5
|
import { IslandWidgetLayoutContext as l } from "../IslandWidgetLayoutContext.js";
|
|
6
|
-
const m = "
|
|
6
|
+
const m = "islandWidgetExtraFooter__70e713d5", c = {
|
|
7
7
|
islandWidgetExtraFooter: m
|
|
8
|
-
},
|
|
8
|
+
}, E = ({
|
|
9
9
|
children: e,
|
|
10
10
|
className: r,
|
|
11
11
|
open: t = !1,
|
|
12
12
|
...a
|
|
13
13
|
}) => {
|
|
14
|
-
const { setHasExtraFooter: s } =
|
|
15
|
-
return
|
|
14
|
+
const { setHasExtraFooter: s } = d(l);
|
|
15
|
+
return i(() => {
|
|
16
16
|
s(t);
|
|
17
17
|
}, [t]), /* @__PURE__ */ o("div", { ...a, className: n(r, c.islandWidgetExtraFooter), children: /* @__PURE__ */ o(x, { expanded: t, children: e }) });
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
E.displayName = "IslandWidgetExtraFooter";
|
|
20
20
|
export {
|
|
21
|
-
|
|
21
|
+
E as IslandWidgetExtraFooter
|
|
22
22
|
};
|
|
23
23
|
//# sourceMappingURL=IslandWidgetExtraFooter.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor-DudMBGKr.js";
|
|
3
|
-
import { s as n } from "../../../chunks/IslandWidgetFooter.module-
|
|
3
|
+
import { s as n } from "../../../chunks/IslandWidgetFooter.module-BUJQAvCe.js";
|
|
4
4
|
import { IslandWidgetFooterContent as d } from "./IslandWidgetFooterContent.js";
|
|
5
5
|
import { IslandWidgetFooterControls as m } from "./IslandWidgetFooterControls.js";
|
|
6
6
|
const o = ({ children: t, className: r, ...s }) => /* @__PURE__ */ e("div", { ...s, className: i(r, n.islandWidgetFooter), children: t });
|