@sberbusiness/triplex-next 0.13.0 → 0.14.1
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-w7bEDQkZ.js +39 -0
- package/chunks/{CalendarViewItem-DML7yFTS.js → CalendarViewItem-bjlzO6fA.js} +20 -20
- package/chunks/Card.module-BLsCGNSy.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +14 -0
- package/chunks/{Chip-CI3sEzkq.js → Chip-BjcDj2XE.js} +6 -6
- package/chunks/Confirm.module-CzudnAyq.js +15 -0
- package/chunks/{DropdownListItem-9VgfsLJP.js → DropdownListItem-BByGOD7_.js} +8 -8
- package/chunks/DropdownMobile.module-DOLon8EA.js +23 -0
- package/chunks/Footer.module-BVFglVCT.js +9 -0
- package/chunks/FormFieldInput-CXE2lpa2.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +9 -0
- package/chunks/HeaderTabs.module-BD-cjJN0.js +9 -0
- package/chunks/{HeaderTitle.module-e8_DcucZ.js → HeaderTitle.module-Aa8Ayziq.js} +2 -2
- package/chunks/IslandAccordion.module-DuBXHdTP.js +25 -0
- package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +9 -0
- package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +9 -0
- package/chunks/{LightBoxContent-Dpu6E3Cr.js → LightBoxContent-B5TEJXI-.js} +13 -13
- package/chunks/LightBoxControls.module-4BsaXW9O.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +8 -0
- package/chunks/{ListItemControlsButton-BMsTQr9O.js → ListItemControlsButton-BQWXaAf7.js} +11 -11
- package/chunks/ListItemTail.module-Dqje1Ta9.js +12 -0
- package/chunks/ListMasterFooter.module-CQ5ySLht.js +10 -0
- package/chunks/ModalWindow.module-BhRZeAo8.js +17 -0
- package/chunks/Notification.module-DwrRfWOt.js +21 -0
- package/chunks/Overlay.module-B6CO6ER3.js +18 -0
- package/chunks/Page.module-DkHondpd.js +11 -0
- package/chunks/{RightBorderArrow-BQ_cZ8U3.js → RightBorderArrow-BjcGiO4Y.js} +8 -8
- package/chunks/SMSField.module-CDTpuKgF.js +16 -0
- package/chunks/SliderExtendedMarks.module--4YyXPzu.js +15 -0
- package/chunks/{SliderExtendedRail-oI7nifMP.js → SliderExtendedRail-DHe0BU85.js} +6 -6
- package/chunks/StatusTracker.module-DkISSFNd.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Bilm-Pwh.js → SuggestFieldMobileDropdownHint-BM9lOqXe.js} +4 -4
- package/chunks/TableFooter.module-zu7cE58N.js +14 -0
- package/chunks/TabsExtended.module-CKJx5gTC.js +16 -0
- package/chunks/TabsLine.module-dWFH4Lb0.js +21 -0
- package/chunks/TooltipDesktop.module-8uJuXz2F.js +19 -0
- package/chunks/TreeView.module-CBWqJQ3g.js +9 -0
- package/chunks/{UploadZoneInput-CfYPrkK_.js → UploadZoneInput-DgPYo5Ct.js} +8 -8
- package/chunks/{utils-Bu0wcDBu.js → utils-D6gsTR6V.js} +16 -16
- package/chunks/{utils-SerS_ys8.js → utils-DQttOWML.js} +6 -6
- package/chunks/utils-DXZkhXsb.js +24 -0
- package/chunks/{utils-Ccw--G8d.js → utils-Ds7Etruz.js} +4 -4
- package/chunks/{utils-16fU9G4P.js → utils-QtOC5s-T.js} +7 -7
- package/chunks/vendor-CalMVkfj.js +12482 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +11 -11
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +28 -28
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +36 -35
- package/components/Calendar/CalendarContext.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +21 -20
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +21 -21
- package/components/Calendar/components/CalendarViewYears.js +15 -15
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +25 -25
- 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 +2 -2
- package/components/Checkbox/Checkbox.js +18 -18
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- 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/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +16 -16
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- 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 +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +131 -131
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- 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 +8 -8
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +30 -29
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +34 -34
- 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 +21 -21
- package/components/FormField/components/FormFieldClear.js +17 -17
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +16 -16
- package/components/FormField/components/FormFieldMaskedInput.js +25 -25
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +13 -13
- package/components/FormField/components/FormFieldTextarea.js +32 -35
- 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 +2 -2
- 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/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +6 -6
- package/components/Island/components/IslandFooter.js +4 -4
- 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 +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- 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 +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +28 -28
- 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 +15 -15
- 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 +2 -2
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +9 -9
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- 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 +5 -5
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +4 -4
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +2 -2
- 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 +11 -11
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- 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 +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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/NotificationBodyContent.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/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +7 -7
- 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 +9 -9
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +2 -2
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- 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/SegmentedControl/SegmentedControl.js +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +2 -2
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- 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 +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +7 -7
- package/components/Spoiler/Spoiler.js +12 -12
- package/components/StatusTracker/StatusTracker.js +3 -3
- 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/Step/Step.js +13 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/Suggest.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +21 -21
- 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 +17 -17
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +20 -20
- 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 +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- 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 +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- 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 +6 -6
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +2 -2
- 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 +5 -5
- package/components/Tag/Tag.js +25 -25
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +13 -13
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +12 -12
- 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 +7 -7
- package/components/TopOverlay/TopOverlay.js +21 -21
- 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/Typography/Caption.js +17 -17
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +13 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +5 -5
- package/consts/DateConst.js +6 -6
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +534 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-DQAI3bgu.js +0 -39
- package/chunks/Card.module-Bg8-F1uZ.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +0 -14
- package/chunks/Confirm.module-C3SyV40Z.js +0 -15
- package/chunks/DropdownMobile.module-BLKzmRLM.js +0 -23
- package/chunks/Footer.module-D83FlUYZ.js +0 -9
- package/chunks/FormFieldInput-DurMmok0.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +0 -9
- package/chunks/HeaderTabs.module-11xkKwN7.js +0 -9
- package/chunks/IslandAccordion.module-C6INnFmn.js +0 -25
- package/chunks/IslandWidgetFooter.module-q--xXUCF.js +0 -9
- package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +0 -9
- package/chunks/LightBoxControls.module-BkW_w9PJ.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +0 -8
- package/chunks/ListItemTail.module-CcT-PrXt.js +0 -12
- package/chunks/ListMasterFooter.module-CV05gXbo.js +0 -10
- package/chunks/ModalWindow.module-DlNg_kPu.js +0 -17
- package/chunks/Notification.module-C5D-8Dtt.js +0 -21
- package/chunks/Overlay.module-3QvWfMgh.js +0 -18
- package/chunks/Page.module-BV59uicx.js +0 -11
- package/chunks/SMSField.module-BL9kkhHx.js +0 -16
- package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +0 -15
- package/chunks/StatusTracker.module-CtjfmWAE.js +0 -24
- package/chunks/TableFooter.module-Bq2Lm9CG.js +0 -14
- package/chunks/TabsExtended.module-D0-Tp3Ed.js +0 -16
- package/chunks/TabsLine.module-D0stwkA6.js +0 -21
- package/chunks/TooltipDesktop.module-DUucrF7X.js +0 -19
- package/chunks/TreeView.module-CEYl8PNr.js +0 -9
- package/chunks/utils-CC47I1cc.js +0 -24
- package/chunks/vendor-BARd5eYq.js +0 -15069
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as d, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useContext as p, useEffect as i } from "react";
|
|
3
|
+
import { CaretdownStrokeSrvIcon16 as _ } from "@sberbusiness/icons-next";
|
|
4
|
+
import { ButtonIcon as m } from "../components/Button/ButtonIcon.js";
|
|
5
|
+
import { AlertProcessContext as x } from "../components/Alert/AlertProcess/AlertProcessContext.js";
|
|
6
|
+
import { c as a } from "./vendor-CalMVkfj.js";
|
|
7
|
+
const y = "alertProcess__55d1af1b", f = "withSpoiler__bf138663", u = "themeIcon__4eed70b3", T = "alertTypeError__9bddb8cd", b = "alertTypeInfo__a2a151f4", B = "alertTypeWarning__3323ca35", C = "alertTypeSystem__89560cff", S = "alertTypeFeature__c55738f5", h = "alertProcessContentBlock__5eac78d1", I = "expandableContent__33d3906e", P = "expanded__0c552cd1", g = "closeButton__77c810b8", k = "expandButton__7bd278d1", e = {
|
|
8
|
+
alertProcess: y,
|
|
9
|
+
withSpoiler: f,
|
|
10
|
+
themeIcon: u,
|
|
11
|
+
alertTypeError: T,
|
|
12
|
+
alertTypeInfo: b,
|
|
13
|
+
alertTypeWarning: B,
|
|
14
|
+
alertTypeSystem: C,
|
|
15
|
+
alertTypeFeature: S,
|
|
16
|
+
alertProcessContentBlock: h,
|
|
17
|
+
expandableContent: I,
|
|
18
|
+
expanded: P,
|
|
19
|
+
closeButton: g,
|
|
20
|
+
expandButton: k
|
|
21
|
+
}, v = ({ children: s, open: r, onOpen: o, ...c }) => {
|
|
22
|
+
const { setHasSpoiler: n } = p(x);
|
|
23
|
+
i(() => (n(!0), () => {
|
|
24
|
+
n(!1);
|
|
25
|
+
}), [n]);
|
|
26
|
+
const l = () => {
|
|
27
|
+
o == null || o(!r);
|
|
28
|
+
};
|
|
29
|
+
return /* @__PURE__ */ d("div", { className: e.spoiler, children: [
|
|
30
|
+
/* @__PURE__ */ t("div", { className: a(e.expandableContent, { [e.expanded]: r }), ...c, children: s }),
|
|
31
|
+
/* @__PURE__ */ t("div", { className: a(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: l, children: /* @__PURE__ */ t(_, { paletteIndex: 5 }) }) })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
v.displayName = "AlertProcessSpoiler";
|
|
35
|
+
export {
|
|
36
|
+
v as A,
|
|
37
|
+
e as s
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=AlertProcessSpoiler-w7bEDQkZ.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as V } from "react/jsx-runtime";
|
|
2
|
+
import { c as w } from "./vendor-CalMVkfj.js";
|
|
3
3
|
import { useContext as N, useRef as T, useEffect as Y } from "react";
|
|
4
4
|
import { ECalendarDateMarkType as r } from "../components/Calendar/enums.js";
|
|
5
5
|
import { CalendarViewContext as x } from "../components/Calendar/CalendarViewContext.js";
|
|
6
|
-
import { isKey as
|
|
7
|
-
const A = "
|
|
6
|
+
import { isKey as f } from "../utils/keyboard.js";
|
|
7
|
+
const A = "calendarViewDays__5c5b62e2", E = "calendarViewMonths__6b8950a5", L = "calendarViewYears__6c6c33b2", R = "calendarViewDaysHeader__2a02356d", v = "calendarViewDaysBody__46d8dee3", H = "calendarViewItem__7626f06b", B = "current__254727e8", S = "disabled__cefccbc6", j = "calendarViewItemLabel__743df65f", O = "selected__3cb26a5d", P = "basicMark__73b848df", g = "standardMark__10b6e6a0", q = "attentionMark__86fd348a", z = "criticalMark__d648981a", G = "muted__20adf745", J = "marked__46bb0a01", Q = "unitDay__42d393a6", U = "unitMonth__18c37cdb", W = "unitYear__cbe5b406", a = {
|
|
8
8
|
calendarViewDays: A,
|
|
9
9
|
calendarViewMonths: E,
|
|
10
10
|
calendarViewYears: L,
|
|
@@ -35,54 +35,54 @@ const A = "calendarViewDays__0d435345", E = "calendarViewMonths__f4758b43", L =
|
|
|
35
35
|
year: a.unitYear
|
|
36
36
|
}, ra = ({
|
|
37
37
|
children: k,
|
|
38
|
-
className:
|
|
38
|
+
className: b,
|
|
39
39
|
date: o,
|
|
40
|
-
unit:
|
|
40
|
+
unit: y,
|
|
41
41
|
tabbable: c,
|
|
42
42
|
active: l,
|
|
43
43
|
disabled: _,
|
|
44
|
-
muted:
|
|
44
|
+
muted: I,
|
|
45
45
|
markType: n,
|
|
46
46
|
onFocus: d,
|
|
47
47
|
onBlur: s,
|
|
48
48
|
onKeyDown: i,
|
|
49
49
|
onDateSelect: m,
|
|
50
|
-
...
|
|
50
|
+
...C
|
|
51
51
|
}) => {
|
|
52
52
|
const { viewItemFocusedRef: t } = N(x), u = T(null);
|
|
53
53
|
Y(() => {
|
|
54
54
|
var e;
|
|
55
55
|
c && t.current && ((e = u.current) == null || e.focus());
|
|
56
56
|
}, [c, t]);
|
|
57
|
-
const
|
|
57
|
+
const D = (e) => {
|
|
58
58
|
t.current = !0, d == null || d(e);
|
|
59
59
|
}, h = (e) => {
|
|
60
60
|
t.current = !1, s == null || s(e);
|
|
61
61
|
}, p = (e) => {
|
|
62
|
-
const
|
|
63
|
-
(
|
|
62
|
+
const M = e.code || e.keyCode;
|
|
63
|
+
(f(M, "ENTER") || f(M, "SPACE")) && (e.preventDefault(), m(o)), i == null || i(e);
|
|
64
64
|
};
|
|
65
|
-
return /* @__PURE__ */
|
|
65
|
+
return /* @__PURE__ */ V(
|
|
66
66
|
"td",
|
|
67
67
|
{
|
|
68
|
-
className:
|
|
68
|
+
className: w(a.calendarViewItem, { [a.disabled]: _ }, b),
|
|
69
69
|
tabIndex: c ? 0 : -1,
|
|
70
70
|
"aria-selected": l ? !0 : void 0,
|
|
71
|
-
onFocus:
|
|
71
|
+
onFocus: D,
|
|
72
72
|
onBlur: h,
|
|
73
73
|
onKeyDown: p,
|
|
74
|
-
...
|
|
74
|
+
...C,
|
|
75
75
|
ref: u,
|
|
76
|
-
children: /* @__PURE__ */
|
|
76
|
+
children: /* @__PURE__ */ V(
|
|
77
77
|
"div",
|
|
78
78
|
{
|
|
79
|
-
className:
|
|
79
|
+
className: w(
|
|
80
80
|
a.calendarViewItemLabel,
|
|
81
|
-
Z[
|
|
81
|
+
Z[y],
|
|
82
82
|
{
|
|
83
83
|
[a.disabled]: _,
|
|
84
84
|
[a.marked]: n !== void 0,
|
|
85
|
-
[a.muted]: !!
|
|
85
|
+
[a.muted]: !!I,
|
|
86
86
|
[a.selected]: l
|
|
87
87
|
},
|
|
88
88
|
n !== void 0 ? X[n] : void 0
|
|
@@ -98,4 +98,4 @@ export {
|
|
|
98
98
|
ra as C,
|
|
99
99
|
a as s
|
|
100
100
|
};
|
|
101
|
-
//# sourceMappingURL=CalendarViewItem-
|
|
101
|
+
//# sourceMappingURL=CalendarViewItem-bjlzO6fA.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const n = "card__f9c7cd3d", d = "roundingMD__a744903c", a = "roundingSM__2c27265e", c = "general__66a9ef92", e = "secondary__e2d55138", o = "cardMedia__11917b94", r = "cardContent__f3c4692f", t = "paddingMD__96d5f070", _ = "paddingSM__ead6a02d", s = "cardContentHeader__da6c6a6d", g = "cardContentFooter__bb8ec9dd", i = {
|
|
2
|
+
card: n,
|
|
3
|
+
roundingMD: d,
|
|
4
|
+
roundingSM: a,
|
|
5
|
+
general: c,
|
|
6
|
+
secondary: e,
|
|
7
|
+
cardMedia: o,
|
|
8
|
+
cardContent: r,
|
|
9
|
+
paddingMD: t,
|
|
10
|
+
paddingSM: _,
|
|
11
|
+
cardContentHeader: s,
|
|
12
|
+
cardContentFooter: g
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
i as c
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=Card.module-BLsCGNSy.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const e = "checkboxTreeExtended__ccfd5d2f", c = "checkboxTreeExtendedNode__cc8548f1", d = "checkboxTreeExtendedNodeHeader__a4259625", o = "sm__68d79e70", r = "md__e8af9fb0", x = "lg__6ae91b8b", t = "checkboxTreeCheckboxLabel__282c4f62", b = "caretIconWrapper__a0ccd6a5", n = {
|
|
2
|
+
checkboxTreeExtended: e,
|
|
3
|
+
checkboxTreeExtendedNode: c,
|
|
4
|
+
checkboxTreeExtendedNodeHeader: d,
|
|
5
|
+
sm: o,
|
|
6
|
+
md: r,
|
|
7
|
+
lg: x,
|
|
8
|
+
checkboxTreeCheckboxLabel: t,
|
|
9
|
+
caretIconWrapper: b
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
n as s
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=CheckboxTreeExtended.module-CgfwcCEk.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as _, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import x, { useCallback as b } from "react";
|
|
3
|
-
import { c as n } from "./vendor-
|
|
3
|
+
import { c as n } from "./vendor-CalMVkfj.js";
|
|
4
4
|
import { EComponentSize as u } from "../enums/EComponentSize.js";
|
|
5
5
|
import { createSizeToClassNameMap as P } from "../utils/classNameMaps.js";
|
|
6
6
|
import { isKey as C } from "../utils/keyboard.js";
|
|
7
|
-
const N = "
|
|
7
|
+
const N = "chipGroupItem__c0dfd90c", w = "chip__c615d1f5", I = "lg__bca250d4", B = "prefix__671de904", G = "postfix__259c0e8f", g = "md__c10f2108", z = "sm__8bc77ad9", M = "disabled__b4f4c63f", S = "selected__b3aa63b5", j = "withPrefix__a578f4f1", y = "withPostfix__3e983958", E = "content__7b2b143e", e = {
|
|
8
8
|
chipGroupItem: N,
|
|
9
9
|
chip: w,
|
|
10
10
|
lg: I,
|
|
@@ -18,7 +18,7 @@ const N = "chipGroupItem__fdf24d63", w = "chip__8e9a3a4e", I = "lg__4f1c96aa", B
|
|
|
18
18
|
withPostfix: y,
|
|
19
19
|
content: E
|
|
20
20
|
}, R = P(e), T = x.forwardRef(
|
|
21
|
-
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size:
|
|
21
|
+
({ children: l, className: p, disabled: t, postfix: o, prefix: c, selected: r, size: f = u.MD, onKeyDown: s, ...d }, m) => {
|
|
22
22
|
const h = b(
|
|
23
23
|
(i) => {
|
|
24
24
|
C(i.code, "SPACE") && i.preventDefault(), s == null || s(i);
|
|
@@ -31,7 +31,7 @@ const N = "chipGroupItem__fdf24d63", w = "chip__8e9a3a4e", I = "lg__4f1c96aa", B
|
|
|
31
31
|
className: n(
|
|
32
32
|
e.chip,
|
|
33
33
|
e.chipGroupItem,
|
|
34
|
-
R[
|
|
34
|
+
R[f],
|
|
35
35
|
{
|
|
36
36
|
[e.disabled]: !!t,
|
|
37
37
|
[e.selected]: !!r,
|
|
@@ -43,7 +43,7 @@ const N = "chipGroupItem__fdf24d63", w = "chip__8e9a3a4e", I = "lg__4f1c96aa", B
|
|
|
43
43
|
role: "button",
|
|
44
44
|
tabIndex: t ? -1 : 0,
|
|
45
45
|
onKeyDown: h,
|
|
46
|
-
...
|
|
46
|
+
...d,
|
|
47
47
|
ref: m,
|
|
48
48
|
children: [
|
|
49
49
|
c ? /* @__PURE__ */ a(
|
|
@@ -87,4 +87,4 @@ export {
|
|
|
87
87
|
T as C,
|
|
88
88
|
e as s
|
|
89
89
|
};
|
|
90
|
-
//# sourceMappingURL=Chip-
|
|
90
|
+
//# sourceMappingURL=Chip-BjcDj2XE.js.map
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const n = "confirm__26bdddfa", o = "isInLightBox__f029cfb7", i = "isInSideOverlaySM__542e90f7", t = "isInSideOverlayMD__72f78aed", e = "isInSideOverlayLG__67881bb6", s = "confirmCloseButton__a878ec43", c = "confirmContent__dcaa7ab0", r = "confirmControls__cbde0b56", f = "confirmContentTitle__0b777e7b", l = {
|
|
2
|
+
confirm: n,
|
|
3
|
+
isInLightBox: o,
|
|
4
|
+
isInSideOverlaySM: i,
|
|
5
|
+
isInSideOverlayMD: t,
|
|
6
|
+
isInSideOverlayLG: e,
|
|
7
|
+
confirmCloseButton: s,
|
|
8
|
+
confirmContent: c,
|
|
9
|
+
confirmControls: r,
|
|
10
|
+
confirmContentTitle: f
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
l as s
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=Confirm.module-CzudnAyq.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as w, jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import k, { useEffect as I } from "react";
|
|
3
3
|
import { EVENT_KEY_CODES as c } from "../utils/keyboard.js";
|
|
4
|
-
import { c as v } from "./vendor-
|
|
4
|
+
import { c as v } from "./vendor-CalMVkfj.js";
|
|
5
5
|
import { NotificationIcon as u } from "../components/NotificationIcon/NotificationIcon.js";
|
|
6
|
-
const y = "
|
|
6
|
+
const y = "dropdownDesktopList__3966fa93", l = "sm__8cc5e593", N = "dropdownDesktopListItem__594c7e19", g = "dropdownDesktopListLoader__32303cc7", x = "md__7d643e21", O = "lg__d6a00d17", R = "active__ed22f585", T = "selected__7a0b915c", C = "notificationIcon__08b50d8c", s = {
|
|
7
7
|
dropdownDesktopList: y,
|
|
8
8
|
sm: l,
|
|
9
9
|
dropdownDesktopListItem: N,
|
|
@@ -12,11 +12,11 @@ const y = "dropdownDesktopList__e86d6dac", l = "sm__65c35baf", N = "dropdownDesk
|
|
|
12
12
|
lg: O,
|
|
13
13
|
active: R,
|
|
14
14
|
selected: T,
|
|
15
|
-
notificationIcon:
|
|
16
|
-
},
|
|
15
|
+
notificationIcon: C
|
|
16
|
+
}, K = [c.SPACE, c.ENTER], b = k.forwardRef(
|
|
17
17
|
({
|
|
18
18
|
active: e,
|
|
19
|
-
keyCodesForSelection: p =
|
|
19
|
+
keyCodesForSelection: p = K,
|
|
20
20
|
children: d,
|
|
21
21
|
className: a,
|
|
22
22
|
onClick: n,
|
|
@@ -55,9 +55,9 @@ const y = "dropdownDesktopList__e86d6dac", l = "sm__65c35baf", N = "dropdownDesk
|
|
|
55
55
|
);
|
|
56
56
|
}
|
|
57
57
|
);
|
|
58
|
-
|
|
58
|
+
b.displayName = "DropdownListItem";
|
|
59
59
|
export {
|
|
60
|
-
|
|
60
|
+
b as D,
|
|
61
61
|
s
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=DropdownListItem-
|
|
63
|
+
//# sourceMappingURL=DropdownListItem-BByGOD7_.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const o = "dropdownMobileWrapper__99426c8d", d = "dropdownMobileBackdrop__49d7405b", e = "closing__1953d66f", n = "opening__5f5bdb1d", r = "opened__df79b5d2", t = "dropdownMobile__0b56c3cd", i = "dropdownMobileHeader__087ee3c6", c = "dropdownMobileHeaderContent__bc849b2b", p = "dropdownMobileContent__7983b2c3", b = "dropdownMobileFooter__7b92d7d0", l = "dropdownMobileListItem__33cd5e45", s = "selected__7a0b915c", w = "dropdownMobileListLoader__33fa1dc0", _ = "dropdownMobileBodyOverflow__4ed8a1fc", M = "controlButtons__cec7c6ab", a = "dropdownMobileLoader__eaf8b877", f = "notificationIcon__08b50d8c", L = {
|
|
2
|
+
dropdownMobileWrapper: o,
|
|
3
|
+
dropdownMobileBackdrop: d,
|
|
4
|
+
closing: e,
|
|
5
|
+
opening: n,
|
|
6
|
+
opened: r,
|
|
7
|
+
dropdownMobile: t,
|
|
8
|
+
dropdownMobileHeader: i,
|
|
9
|
+
dropdownMobileHeaderContent: c,
|
|
10
|
+
dropdownMobileContent: p,
|
|
11
|
+
dropdownMobileFooter: b,
|
|
12
|
+
dropdownMobileListItem: l,
|
|
13
|
+
selected: s,
|
|
14
|
+
dropdownMobileListLoader: w,
|
|
15
|
+
dropdownMobileBodyOverflow: _,
|
|
16
|
+
controlButtons: M,
|
|
17
|
+
dropdownMobileLoader: a,
|
|
18
|
+
notificationIcon: f
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
L as s
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=DropdownMobile.module-DOLon8EA.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const o = "footerDescription__3751b44d", t = "footerDescriptionContent__9ca2f8c4", e = "footerDescriptionControls__77530fdd", n = {
|
|
2
|
+
footerDescription: o,
|
|
3
|
+
footerDescriptionContent: t,
|
|
4
|
+
footerDescriptionControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Footer.module-BVFglVCT.js.map
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
+
import z, { useContext as A, useMemo as M, useEffect as _ } from "react";
|
|
3
|
+
import { FormFieldContext as P } from "../components/FormField/FormFieldContext.js";
|
|
4
|
+
import { a as k, c as y } from "./vendor-CalMVkfj.js";
|
|
5
|
+
import { EFormFieldStatus as D } from "../components/FormField/enums.js";
|
|
6
|
+
import { createSizeToClassNameMap as R } from "../utils/classNameMaps.js";
|
|
7
|
+
const T = "formFieldInput__20f82b76", W = "sm__6024f80b", j = "md__71d9ec8d", q = "lg__67a1e04d", x = {
|
|
8
|
+
formFieldInput: T,
|
|
9
|
+
sm: W,
|
|
10
|
+
md: j,
|
|
11
|
+
lg: q
|
|
12
|
+
}, v = R(x), w = z.forwardRef((r, m) => {
|
|
13
|
+
const { className: S, id: a, onAnimationStart: i, onBlur: n, onFocus: l, placeholder: d, value: e, ...B } = r, { render: c, ...C } = r, { focused: E, status: b, setFocused: u, setId: f, setValueExist: o, size: p } = A(P), t = M(() => a === void 0 ? k("input_") : a, [a]), F = y(x.formFieldInput, v[p], S);
|
|
14
|
+
_(() => {
|
|
15
|
+
f(t);
|
|
16
|
+
}, [t, f]), _(() => {
|
|
17
|
+
o(!!e);
|
|
18
|
+
}, [o, e]);
|
|
19
|
+
const I = (s) => {
|
|
20
|
+
u(!1), n == null || n(s);
|
|
21
|
+
}, h = (s) => {
|
|
22
|
+
u(!0), l == null || l(s);
|
|
23
|
+
}, N = (s) => {
|
|
24
|
+
s.animationName.startsWith("autofill-applied-hook") ? o(!0) : s.animationName.startsWith("autofill-cancelled-hook") && (e || o(!1)), i == null || i(s);
|
|
25
|
+
};
|
|
26
|
+
return c ? c(
|
|
27
|
+
{
|
|
28
|
+
...C,
|
|
29
|
+
className: F,
|
|
30
|
+
id: t,
|
|
31
|
+
onAnimationStart: N,
|
|
32
|
+
onBlur: I,
|
|
33
|
+
onFocus: h,
|
|
34
|
+
/* Когда элемент не в фокусе, вместо placeholder показывается Label. */
|
|
35
|
+
placeholder: E ? d : " ",
|
|
36
|
+
size: p
|
|
37
|
+
},
|
|
38
|
+
m
|
|
39
|
+
) : /* @__PURE__ */ g(
|
|
40
|
+
"input",
|
|
41
|
+
{
|
|
42
|
+
...B,
|
|
43
|
+
className: F,
|
|
44
|
+
disabled: b === D.DISABLED,
|
|
45
|
+
id: t,
|
|
46
|
+
onAnimationStart: N,
|
|
47
|
+
onFocus: h,
|
|
48
|
+
onBlur: I,
|
|
49
|
+
value: e,
|
|
50
|
+
placeholder: d,
|
|
51
|
+
ref: m
|
|
52
|
+
}
|
|
53
|
+
);
|
|
54
|
+
});
|
|
55
|
+
w.displayName = "FormFieldInput";
|
|
56
|
+
export {
|
|
57
|
+
w as F,
|
|
58
|
+
x as s
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=FormFieldInput-CXE2lpa2.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "headerLayoutSidebar__9f4bb582", a = "headerLayoutSidebarContent__fdbe3cca", d = "headerLayoutSidebarSidebar__c4dd4ca3", r = {
|
|
2
|
+
headerLayoutSidebar: e,
|
|
3
|
+
headerLayoutSidebarContent: a,
|
|
4
|
+
headerLayoutSidebarSidebar: d
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
r as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=HeaderLayoutSidebar.module-DKuCSX50.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = "
|
|
1
|
+
const e = "headerTitle__9b8c60c2", t = "headerTitleControls__374e045c", l = "headerTitleContent__ad1ce1b5", o = {
|
|
2
2
|
headerTitle: e,
|
|
3
3
|
headerTitleControls: t,
|
|
4
4
|
"global-HeaderTitleControls": "global-HeaderTitleControls",
|
|
@@ -8,4 +8,4 @@ const e = "headerTitle__454e127b", t = "headerTitleControls__c22b19ff", l = "hea
|
|
|
8
8
|
export {
|
|
9
9
|
o as s
|
|
10
10
|
};
|
|
11
|
-
//# sourceMappingURL=HeaderTitle.module-
|
|
11
|
+
//# sourceMappingURL=HeaderTitle.module-Aa8Ayziq.js.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const e = "islandAccordion__c3f2d920", t = "island__06d4b4f4", c = "item__7ec04b00", o = "disabled__aa89e179", s = "sm__a5958176", _ = "md__9fdfef1b", d = "lg__9d7fd92c", n = "header__b07e1b84", a = "type1__9de46f0f", r = "opened__93e0cc7a", p = "type2__5302c787", f = "type3__46c2a6e1", i = "footer__f91f7017", l = "body__ea47a277", y = "caretWrapper__d5e77acf", b = "caretIcon__fd7f0a6d", m = "step__0895cdf5", W = "titleWrapper__0f537f1c", g = "remove__363eb089", h = {
|
|
2
|
+
islandAccordion: e,
|
|
3
|
+
island: t,
|
|
4
|
+
item: c,
|
|
5
|
+
disabled: o,
|
|
6
|
+
sm: s,
|
|
7
|
+
md: _,
|
|
8
|
+
lg: d,
|
|
9
|
+
header: n,
|
|
10
|
+
type1: a,
|
|
11
|
+
opened: r,
|
|
12
|
+
type2: p,
|
|
13
|
+
type3: f,
|
|
14
|
+
footer: i,
|
|
15
|
+
body: l,
|
|
16
|
+
caretWrapper: y,
|
|
17
|
+
caretIcon: b,
|
|
18
|
+
step: m,
|
|
19
|
+
titleWrapper: W,
|
|
20
|
+
remove: g
|
|
21
|
+
};
|
|
22
|
+
export {
|
|
23
|
+
h as s
|
|
24
|
+
};
|
|
25
|
+
//# sourceMappingURL=IslandAccordion.module-DuBXHdTP.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const t = "islandWidgetFooter__e4a2208c", o = "islandWidgetFooterContent__2b9aeb50", e = "islandWidgetFooterControls__53398021", n = {
|
|
2
|
+
islandWidgetFooter: t,
|
|
3
|
+
islandWidgetFooterContent: o,
|
|
4
|
+
islandWidgetFooterControls: e
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
n as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetFooter.module-Dv6ikQyO.js.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const e = "islandWidgetHeader__3716ca10", d = "islandWidgetHeaderContent__91c14d4a", i = "islandWidgetHeaderDescription__331f6323", t = {
|
|
2
|
+
islandWidgetHeader: e,
|
|
3
|
+
islandWidgetHeaderContent: d,
|
|
4
|
+
islandWidgetHeaderDescription: i
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
t as s
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=IslandWidgetHeader.module-ChVPLOQn.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
|
-
import { useState as v, useRef as _, useCallback as
|
|
3
|
-
import { u as
|
|
4
|
-
import { WindowResizeListener as
|
|
2
|
+
import { useState as v, useRef as _, useCallback as h, useLayoutEffect as C, useEffect as O } from "react";
|
|
3
|
+
import { u as S, c as T } from "./vendor-CalMVkfj.js";
|
|
4
|
+
import { WindowResizeListener as b } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
5
5
|
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const z = "
|
|
6
|
+
const z = "lightBox__1ef6fe82", A = "lightBoxBackdrop__f01c92e3", L = "lightBoxSideOverlayActive__40ca1b5f", W = "lightBoxTopOverlayActive__834dd3ee", N = "lightBoxContent__a0369f03", E = "loadingContentOverlay__7906d73e", k = "lightBoxContentResizeWrapper__3c21a5bb", w = "tempElSafariBug__48dff804", H = "bodyOverflowHidden__bc899ef9", r = {
|
|
7
7
|
lightBox: z,
|
|
8
8
|
lightBoxBackdrop: A,
|
|
9
9
|
lightBoxSideOverlayActive: L,
|
|
@@ -14,19 +14,19 @@ const z = "lightBox__f90d0958", A = "lightBoxBackdrop__71045cbf", L = "lightBoxS
|
|
|
14
14
|
tempElSafariBug: w,
|
|
15
15
|
bodyOverflowHidden: H
|
|
16
16
|
}, j = (u) => {
|
|
17
|
-
const { children: l, className: s, isLoading: a, loadingTitle: c, ...p } = u, [d, B] = v(0), e = _(null), o =
|
|
17
|
+
const { children: l, className: s, isLoading: a, loadingTitle: c, ...p } = u, [d, B] = v(0), e = _(null), o = h(() => {
|
|
18
18
|
let n = 0;
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
}, []), t =
|
|
19
|
+
const f = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
|
+
f && (n += f.offsetHeight), B((g) => Math.abs(g - n) > 1 ? n : g);
|
|
21
|
+
}, []), t = h(() => {
|
|
22
22
|
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
23
|
}, [o]);
|
|
24
24
|
C(() => (o(), () => {
|
|
25
25
|
e.current && clearTimeout(e.current);
|
|
26
|
-
}), []),
|
|
26
|
+
}), []), O(() => {
|
|
27
27
|
t();
|
|
28
28
|
}, [l, s, a, c, t]);
|
|
29
|
-
const { ref: x } =
|
|
29
|
+
const { ref: x } = S({
|
|
30
30
|
handleWidth: !0,
|
|
31
31
|
onResize: t,
|
|
32
32
|
refreshMode: "debounce",
|
|
@@ -34,10 +34,10 @@ const z = "lightBox__f90d0958", A = "lightBoxBackdrop__71045cbf", L = "lightBoxS
|
|
|
34
34
|
}), m = {
|
|
35
35
|
paddingTop: d
|
|
36
36
|
};
|
|
37
|
-
return /* @__PURE__ */ i(
|
|
37
|
+
return /* @__PURE__ */ i(b, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
38
|
"div",
|
|
39
39
|
{
|
|
40
|
-
className:
|
|
40
|
+
className: T(s, r.lightBoxContent),
|
|
41
41
|
style: d ? m : void 0,
|
|
42
42
|
...p,
|
|
43
43
|
children: [
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
j as L,
|
|
54
54
|
r as s
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=LightBoxContent-
|
|
56
|
+
//# sourceMappingURL=LightBoxContent-B5TEJXI-.js.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const t = "lightBoxControls__93d30504", o = "withKeyboardEvent__733dbcb8", l = "withoutKeyboardEvent__9fde3d96", e = "lightBoxPrev__b009245b", i = "lightBoxNext__0bd453bb", n = "lightBoxControlsDesktop__ed3a3cb1", x = "lightBoxControlsMobile__0fd28262", h = "lightBoxClose__f7188be9", s = "lightBoxPrevButton__9b35cdec", B = "lightBoxNextButton__2f6fba37", g = {
|
|
2
|
+
lightBoxControls: t,
|
|
3
|
+
withKeyboardEvent: o,
|
|
4
|
+
withoutKeyboardEvent: l,
|
|
5
|
+
lightBoxPrev: e,
|
|
6
|
+
lightBoxNext: i,
|
|
7
|
+
lightBoxControlsDesktop: n,
|
|
8
|
+
lightBoxControlsMobile: x,
|
|
9
|
+
lightBoxClose: h,
|
|
10
|
+
lightBoxPrevButton: s,
|
|
11
|
+
lightBoxNextButton: B
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
g as s
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=LightBoxControls.module-4BsaXW9O.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = "lightBoxSideOverlayCloseDesktop__290a06b3", l = "lightBoxSideOverlayCloseMobile__16c854c1", o = {
|
|
2
|
+
lightBoxSideOverlayCloseDesktop: e,
|
|
3
|
+
lightBoxSideOverlayCloseMobile: l
|
|
4
|
+
};
|
|
5
|
+
export {
|
|
6
|
+
o as s
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=LightBoxSideOverlayClose.module-Bx568ER4.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as s, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
|
-
import { c as I } from "./vendor-
|
|
3
|
+
import { c as I } from "./vendor-CalMVkfj.js";
|
|
4
4
|
import { ETextSize as u } from "../components/Typography/enums.js";
|
|
5
|
-
import { Text as
|
|
6
|
-
const
|
|
7
|
-
listItemControlsButton:
|
|
5
|
+
import { Text as a } from "../components/Typography/Text.js";
|
|
6
|
+
const c = "listItemControlsButton__55c62ea9", B = "listItemControlsButtonLabel__8f93f720", C = "listItemControlsButtonDropdown__157948b6", p = "listItemControlsButtonIcon__86e59185", _ = "withText__ea94578f", w = "listItemControlsButtonInner__51429620", d = "withIcon__04aeb378", f = "buttonDropdownMenuItem__d0286869", t = {
|
|
7
|
+
listItemControlsButton: c,
|
|
8
8
|
listItemControlsButtonLabel: B,
|
|
9
9
|
listItemControlsButtonDropdown: C,
|
|
10
|
-
listItemControlsButtonIcon:
|
|
11
|
-
withText:
|
|
12
|
-
listItemControlsButtonInner:
|
|
13
|
-
withIcon:
|
|
14
|
-
buttonDropdownMenuItem:
|
|
10
|
+
listItemControlsButtonIcon: p,
|
|
11
|
+
withText: _,
|
|
12
|
+
listItemControlsButtonInner: w,
|
|
13
|
+
withIcon: d,
|
|
14
|
+
buttonDropdownMenuItem: f
|
|
15
15
|
}, b = i.forwardRef(
|
|
16
16
|
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
17
17
|
"button",
|
|
@@ -30,7 +30,7 @@ const a = "listItemControlsButton__4968ec45", B = "listItemControlsButtonLabel__
|
|
|
30
30
|
ref: r,
|
|
31
31
|
children: /* @__PURE__ */ m("span", { className: t.listItemControlsButtonInner, children: [
|
|
32
32
|
n ? /* @__PURE__ */ s("span", { className: t.listItemControlsButtonIcon, children: n }) : null,
|
|
33
|
-
o ? /* @__PURE__ */ s(
|
|
33
|
+
o ? /* @__PURE__ */ s(a, { className: t.listItemControlsButtonLabel, size: u.B4, children: o }) : null
|
|
34
34
|
] })
|
|
35
35
|
}
|
|
36
36
|
)
|
|
@@ -40,4 +40,4 @@ export {
|
|
|
40
40
|
b as L,
|
|
41
41
|
t as s
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=ListItemControlsButton-
|
|
43
|
+
//# sourceMappingURL=ListItemControlsButton-BQWXaAf7.js.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "listItemTail__7cf0c4d6", i = "listItemTailLine__df47ab59", l = "listItemTailTop__f949c700", s = "listItemTailBottom__705cb431", e = "listItemTailRight__396dd639", m = "listItemTailLeft__b8ff2d24", T = {
|
|
2
|
+
listItemTail: t,
|
|
3
|
+
listItemTailLine: i,
|
|
4
|
+
listItemTailTop: l,
|
|
5
|
+
listItemTailBottom: s,
|
|
6
|
+
listItemTailRight: e,
|
|
7
|
+
listItemTailLeft: m
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
T as s
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ListItemTail.module-Dqje1Ta9.js.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const t = "listMasterFooter__db3bb5e7", s = "sticky__0090c2ff", o = "listMasterFooterDescription__72f7e066", e = "listMasterFooterControls__27062983", r = {
|
|
2
|
+
listMasterFooter: t,
|
|
3
|
+
sticky: s,
|
|
4
|
+
listMasterFooterDescription: o,
|
|
5
|
+
listMasterFooterControls: e
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
r as s
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=ListMasterFooter.module-CQ5ySLht.js.map
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const o = "modalWindowContainer__e7ed8403", d = "modalWindowBackdrop__5c38d548", n = "modalWindow__b7c32d10", a = "modalWindowContentWrapper__2fbb5b63", e = "modalWindowContent__64322588", t = "modalWindowResizeWrapper__79d93ae7", i = "sm__bae4fdca", m = "md__ceed0376", W = "lg__b8f2566a", l = "modalWindowContentPage__c869737a", r = "modalWindowLoaderScreen__3f9b519f", w = {
|
|
2
|
+
modalWindowContainer: o,
|
|
3
|
+
modalWindowBackdrop: d,
|
|
4
|
+
modalWindow: n,
|
|
5
|
+
modalWindowContentWrapper: a,
|
|
6
|
+
modalWindowContent: e,
|
|
7
|
+
modalWindowResizeWrapper: t,
|
|
8
|
+
sm: i,
|
|
9
|
+
md: m,
|
|
10
|
+
lg: W,
|
|
11
|
+
modalWindowContentPage: l,
|
|
12
|
+
modalWindowLoaderScreen: r
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
w as s
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=ModalWindow.module-BhRZeAo8.js.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const o = "notification__5210c158", t = "extraBottomPadding__ec0063a8", i = "notificationHeader__db93e3aa", n = "notificationIcon__cf8e2166", c = "notificationBody__f0d0db1d", e = "notificationBodyList__54dca0a7", a = "notificationBodyContent__bd159304", f = "notificationClose__007b70f0", s = "showCloseOnHover__c7413b4a", d = "notificationFooter__820de50e", r = "notificationTime__54d9c935", _ = "notificationGroupedWrapper__85008564", p = "notificationGroupedFooterItem__28b53f9e", B = "first__854e022d", y = "second__5317e0c0", m = {
|
|
2
|
+
notification: o,
|
|
3
|
+
extraBottomPadding: t,
|
|
4
|
+
notificationHeader: i,
|
|
5
|
+
notificationIcon: n,
|
|
6
|
+
notificationBody: c,
|
|
7
|
+
notificationBodyList: e,
|
|
8
|
+
notificationBodyContent: a,
|
|
9
|
+
notificationClose: f,
|
|
10
|
+
showCloseOnHover: s,
|
|
11
|
+
notificationFooter: d,
|
|
12
|
+
notificationTime: r,
|
|
13
|
+
notificationGroupedWrapper: _,
|
|
14
|
+
notificationGroupedFooterItem: p,
|
|
15
|
+
first: B,
|
|
16
|
+
second: y
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
m as s
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=Notification.module-DwrRfWOt.js.map
|