@sberbusiness/triplex-next 1.23.0 → 1.25.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/README.md +8 -2
- package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
- package/chunks/AlertProcessSpoiler-B46jKfAb.js +41 -0
- package/chunks/{CalendarViewItem-DhRDn7-d.js → CalendarViewItem-D-POWd2-.js} +8 -8
- package/chunks/Card.module-CncHGyjC.js +17 -0
- package/chunks/CheckboxTreeExtended.module-B1Kgd0nu.js +15 -0
- package/chunks/Chip-DTIbYTEg.js +77 -0
- package/chunks/Confirm.module-EXbF7o_5.js +15 -0
- package/chunks/{DropdownListItem-BOB8eQXM.js → DropdownListItem-DEiNYa7V.js} +19 -19
- package/chunks/DropdownMobile.module-BoKjV5kN.js +23 -0
- package/chunks/Footer.module-DZkZf8cZ.js +9 -0
- package/chunks/{FormFieldInput-CwX_1h09.js → FormFieldInput-DtYGQ_bi.js} +19 -19
- package/chunks/HeaderLayoutSidebar.module-DgEDu6U2.js +9 -0
- package/chunks/HeaderTabs.module-BepwFanR.js +9 -0
- package/chunks/{HeaderTitle.module-DyI7KGeM.js → HeaderTitle.module-C31ELKBY.js} +2 -2
- package/chunks/IslandAccordion.module-rpYHTG9-.js +25 -0
- package/chunks/IslandWidgetFooter.module-CGX_gIzr.js +9 -0
- package/chunks/IslandWidgetHeader.module-CBRjot0L.js +12 -0
- package/chunks/LightBoxContent-9gb9WiYK.js +63 -0
- package/chunks/LightBoxControls.module-DW8BGlP2.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DfPgpuEZ.js +9 -0
- package/chunks/ListItemControlsButton-DYBfA1gz.js +59 -0
- package/chunks/ListItemTail.module-BaV7s4hM.js +12 -0
- package/chunks/ListMasterFooter.module-DJ5zh4gk.js +10 -0
- package/chunks/ModalWindow.module-CBYym922.js +17 -0
- package/chunks/Notification.module-DxdRS8Y5.js +20 -0
- package/chunks/Overlay.module-BNFZ_rbt.js +18 -0
- package/chunks/Page.module-C50cd0OD.js +11 -0
- package/chunks/{RightBorderArrow-nrRpapza.js → RightBorderArrow-BDD4mS5-.js} +6 -6
- package/chunks/SMSField.module-C20gqTPw.js +16 -0
- package/chunks/SliderExtendedMarks.module-CsyPT1yp.js +15 -0
- package/chunks/{SliderExtendedRail-BP0BcOY7.js → SliderExtendedRail-D5G6Gddu.js} +6 -6
- package/chunks/StatusTracker.module-Dn-2MvTp.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-CRvB37lf.js → SuggestFieldMobileDropdownHint-Bl-fHUU9.js} +6 -5
- package/chunks/TableFooter.module-CVe7H3F5.js +14 -0
- package/chunks/TabsExtended.module-DAVeemgZ.js +16 -0
- package/chunks/TabsLine.module-DpFaqhk4.js +21 -0
- package/chunks/TooltipDesktop.module-OpglHVA8.js +19 -0
- package/chunks/TreeView.module-D0XjOCzq.js +9 -0
- package/chunks/{UploadZoneInput-D9OID08A.js → UploadZoneInput-CUKt0mmY.js} +3 -3
- package/chunks/{constants-DXLVATUh.js → constants-CmdvDG7U.js} +12 -12
- package/chunks/utils-B8JwCW07.js +73 -0
- package/chunks/{utils-BXi-2Jma.js → utils-D0TxmRz_.js} +11 -11
- package/chunks/{utils-BDGrf0u9.js → utils-DILds0zQ.js} +2 -2
- package/chunks/utils-iU8-da0U.js +24 -0
- package/chunks/{vendor-BiObpx9E.js → vendor-DudMBGKr.js} +4964 -4966
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +21 -21
- package/components/Alert/AlertProcess/AlertProcess.js +45 -38
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Alert/AlertProcess/enums.js +5 -0
- package/components/Alert/AlertTypeUtils.js +2 -2
- package/components/Alert/index.js +7 -5
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +4 -3
- package/components/Avatar/Avatar.js +14 -14
- package/components/Badge/Badge.js +12 -12
- package/components/Badge/BadgeDot.js +8 -8
- package/components/Badge/components/BadgeContent.js +16 -16
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +63 -86
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +90 -89
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +16 -18
- package/components/Calendar/Calendar.js +7 -7
- package/components/Calendar/components/CalendarControls.js +13 -13
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +24 -24
- 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 +30 -28
- package/components/Checkbox/CheckboxXGroup.js +17 -16
- package/components/Checkbox/CheckboxYGroup.js +11 -10
- 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 +4 -3
- package/components/Chip/ChipClearButton.js +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +38 -43
- 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 +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +9 -9
- package/components/Col/Col.js +146 -146
- package/components/CollapsableTree/components/CollapsableTreeNode.js +4 -4
- 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/ConfirmContentSubTitle.js +4 -3
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/AlertProcess.js +1 -1
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +7 -7
- package/components/Dropdown/desktop/DropdownDesktop.js +70 -63
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/enums.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 +2 -2
- 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 +3 -3
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/EmptyView/EmptyView.js +78 -0
- package/components/EmptyView/enums.js +5 -0
- package/components/EmptyView/index.js +7 -0
- package/components/EmptyView/types.js +2 -0
- package/components/ExpandAnimation/ExpandAnimation.js +12 -12
- 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 +17 -17
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +7 -7
- package/components/FormField/components/FormFieldMaskedInput.js +10 -10
- package/components/FormField/components/FormFieldPostfix.js +9 -9
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +5 -5
- package/components/FormField/components/FormFieldTextarea.js +17 -17
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +9 -9
- 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 +92 -88
- package/components/IconWrapper/IconWrapper.js +27 -0
- package/components/IconWrapper/index.js +5 -0
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +9 -7
- package/components/Island/components/IslandFooter.js +5 -5
- package/components/Island/components/IslandHeader.js +3 -3
- 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 +28 -27
- package/components/IslandWidget/IslandWidget.js +13 -13
- package/components/IslandWidget/components/IslandWidgetBody.js +2 -2
- 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 +43 -40
- 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 +13 -13
- 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 +12 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +2 -2
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/LightBox/enums.js +5 -0
- package/components/LightBox/index.js +4 -2
- package/components/Link/Link.js +40 -39
- package/components/List/List.js +4 -4
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +7 -7
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +11 -11
- package/components/List/components/ListItemControls.js +2 -2
- package/components/List/components/ListItemControlsButton.js +4 -3
- package/components/List/components/ListItemControlsButtonDropdown.js +25 -26
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +12 -12
- package/components/List/components/ListItemTable.js +7 -7
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +8 -8
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +6 -6
- 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 +6 -6
- package/components/ListMaster/components/SelectionControls.js +7 -7
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +11 -11
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +16 -15
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +6 -6
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- 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/MultiselectField/components/MultiselectFieldDropdown.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +14 -14
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +19 -14
- package/components/OrderedList/OrderedListItem.js +12 -11
- 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 +13 -13
- 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 +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +15 -14
- package/components/Pagination/components/PaginationPageEllipsis.js +6 -5
- package/components/Pagination/components/PaginationSelect.js +12 -11
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +18 -17
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +2 -2
- package/components/Row/Row.js +9 -9
- 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 +6 -6
- package/components/SegmentedControl/SegmentedControlSegment.js +32 -37
- package/components/SelectExtendedField/SelectExtendedField.js +50 -41
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -90
- package/components/SelectField/SelectField.js +2 -2
- package/components/Skeleton/Skeleton.js +10 -10
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +21 -21
- 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 +15 -15
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +7 -7
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +5 -4
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +5 -4
- 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 +11 -10
- package/components/StatusTracker/components/StatusTrackerTitle.js +9 -8
- package/components/Step/Step.js +8 -7
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +63 -65
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +12 -11
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +13 -12
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +11 -11
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +50 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +3 -3
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +3 -3
- 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 +6 -6
- 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 +10 -10
- 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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +7 -7
- 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 +3 -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 +21 -20
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +15 -15
- package/components/TagColor/TagColor.js +15 -15
- package/components/TagGroup/TagGroup.js +14 -14
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +1 -1
- package/components/ThemeProvider/components/ThemeProviderView.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +8 -8
- 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 +5 -5
- package/components/TopOverlay/TopOverlay.js +6 -6
- 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/CodeText.js +36 -0
- package/components/Typography/Text.js +13 -13
- package/components/Typography/Title.js +22 -22
- package/components/Typography/constants.js +1 -1
- package/components/Typography/index.js +12 -10
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +12 -11
- 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 +591 -579
- package/index.d.ts +94 -23
- package/index.js +639 -627
- package/package.json +9 -1
- package/styles/triplex-next.css +541 -541
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-IulaUJl0.js +0 -39
- package/chunks/Card.module-DSOXKXtd.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +0 -15
- package/chunks/Chip-EVPZneh2.js +0 -104
- package/chunks/Confirm.module-gphOS6IB.js +0 -15
- package/chunks/DropdownMobile.module-B8t5FlvW.js +0 -23
- package/chunks/Footer.module-CMW0u8UD.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +0 -9
- package/chunks/HeaderTabs.module-BKu6DIV4.js +0 -9
- package/chunks/IslandAccordion.module-Q_9Jiw2w.js +0 -25
- package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +0 -9
- package/chunks/IslandWidgetHeader.module-DiWg8j16.js +0 -12
- package/chunks/LightBoxContent-CE6sXjX1.js +0 -56
- package/chunks/LightBoxControls.module-BaHnxhDB.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +0 -9
- package/chunks/ListItemControlsButton-BCd2PF9-.js +0 -51
- package/chunks/ListItemTail.module-D_nBCryf.js +0 -12
- package/chunks/ListMasterFooter.module-D4TPImq7.js +0 -10
- package/chunks/ModalWindow.module-u5Pst2YX.js +0 -17
- package/chunks/Notification.module-809Tnazq.js +0 -20
- package/chunks/Overlay.module-c4cyqpKr.js +0 -18
- package/chunks/Page.module-CixV2VSG.js +0 -11
- package/chunks/SMSField.module-Qub64N0s.js +0 -16
- package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +0 -15
- package/chunks/StatusTracker.module-BMkZgzxy.js +0 -24
- package/chunks/TableFooter.module-BW9hgU6o.js +0 -14
- package/chunks/TabsExtended.module-By6HIyMh.js +0 -16
- package/chunks/TabsLine.module-KvKWfBwF.js +0 -21
- package/chunks/TooltipDesktop.module-DAGDT-nl.js +0 -19
- package/chunks/TreeView.module-B8RxFbbh.js +0 -9
- package/chunks/utils-CvsNd4Ut.js +0 -24
- package/chunks/utils-DXnkRIJ2.js +0 -73
package/utils/amountUtils.js
CHANGED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { jsxs as p, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { useContext as d, 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 n } from "./vendor-BiObpx9E.js";
|
|
7
|
-
const y = "alertProcess__4b9da859", f = "withSpoiler__ee72f2a7", u = "themeIcon__ecdd53fe", T = "alertTypeError__8746f529", b = "alertTypeInfo__cd151951", B = "alertTypeWarning__6c0a2a37", C = "alertTypeSystem__cebb1369", S = "alertTypeFeature__5d65bd9b", h = "alertProcessContentBlock__25f2c991", I = "expandableContent__af338750", P = "expanded__ed3b140d", g = "closeButton__ad88ff99", k = "expandButton__002b549a", 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, ...l }) => {
|
|
22
|
-
const { setHasSpoiler: a } = d(x);
|
|
23
|
-
i(() => (a(!0), () => {
|
|
24
|
-
a(!1);
|
|
25
|
-
}), [a]);
|
|
26
|
-
const c = () => {
|
|
27
|
-
o == null || o(!r);
|
|
28
|
-
};
|
|
29
|
-
return /* @__PURE__ */ p("div", { className: e.spoiler, children: [
|
|
30
|
-
/* @__PURE__ */ t("div", { className: n(e.expandableContent, { [e.expanded]: r }), ...l, children: s }),
|
|
31
|
-
/* @__PURE__ */ t("div", { className: n(e.expandButton, { [e.expanded]: r }), children: /* @__PURE__ */ t(m, { onClick: c, 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-IulaUJl0.js.map
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
const n = "card__d77d3ba0", d = "roundingMD__6d7f88a7", c = "roundingSM__6bd39f77", a = "general__bd6e7233", e = "secondary__58e9a83d", o = "cardMedia__e678ad14", r = "cardContent__9333d88f", t = "paddingMD__cc662380", _ = "paddingSM__e444ce14", s = "cardContentHeader__cccc864a", g = "cardContentFooter__e45cc977", i = {
|
|
2
|
-
card: n,
|
|
3
|
-
roundingMD: d,
|
|
4
|
-
roundingSM: c,
|
|
5
|
-
general: a,
|
|
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-DSOXKXtd.js.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const e = "checkboxTreeExtended__b4f2fb0c", c = "checkboxTreeExtendedNode__12fe6f22", o = "sm__6fc3ba00", d = "md__ac4c56d4", x = "lg__567a2057", b = "checkboxTreeExtendedNodeHeader__110bc894", r = "checkboxTreeCheckboxLabel__b06ae70d", t = "caretIconWrapper__ecc99841", n = "checkboxTreeCheckbox__a8f27e7a", h = {
|
|
2
|
-
checkboxTreeExtended: e,
|
|
3
|
-
checkboxTreeExtendedNode: c,
|
|
4
|
-
sm: o,
|
|
5
|
-
md: d,
|
|
6
|
-
lg: x,
|
|
7
|
-
checkboxTreeExtendedNodeHeader: b,
|
|
8
|
-
checkboxTreeCheckboxLabel: r,
|
|
9
|
-
caretIconWrapper: t,
|
|
10
|
-
checkboxTreeCheckbox: n
|
|
11
|
-
};
|
|
12
|
-
export {
|
|
13
|
-
h as s
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=CheckboxTreeExtended.module-DNUeMDQZ.js.map
|
package/chunks/Chip-EVPZneh2.js
DELETED
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import { jsxs as b, jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import x, { useCallback as u } from "react";
|
|
3
|
-
import { c as n } from "./vendor-BiObpx9E.js";
|
|
4
|
-
import { EComponentSize as I } from "../enums/EComponentSize.js";
|
|
5
|
-
import { createSizeToClassNameMap as P } from "../utils/classNameMaps.js";
|
|
6
|
-
import { isKey as C } from "../utils/keyboard.js";
|
|
7
|
-
import { Badge as N } from "../components/Badge/Badge.js";
|
|
8
|
-
const w = "chipGroupItem__2d8c0db7", B = "chip__546cb606", g = "lg__7afbe72f", G = "prefix__a1eb3b98", M = "postfix__bbdd4693", S = "notificationIcon__2a378d32", j = "md__c3ed2453", y = "sm__5bd454eb", z = "disabled__93c6f4aa", E = "selected__a1fcc410", R = "withPrefix__015e564f", T = "withPostfix__ea2da15f", k = "content__5de8eb96", e = {
|
|
9
|
-
chipGroupItem: w,
|
|
10
|
-
chip: B,
|
|
11
|
-
lg: g,
|
|
12
|
-
prefix: G,
|
|
13
|
-
postfix: M,
|
|
14
|
-
notificationIcon: S,
|
|
15
|
-
md: j,
|
|
16
|
-
sm: y,
|
|
17
|
-
disabled: z,
|
|
18
|
-
selected: E,
|
|
19
|
-
withPrefix: R,
|
|
20
|
-
withPostfix: T,
|
|
21
|
-
content: k
|
|
22
|
-
}, v = P(e), A = x.forwardRef(
|
|
23
|
-
({
|
|
24
|
-
children: f,
|
|
25
|
-
className: p,
|
|
26
|
-
disabled: t,
|
|
27
|
-
postfix: i,
|
|
28
|
-
prefix: c,
|
|
29
|
-
selected: r,
|
|
30
|
-
showNotificationIcon: d,
|
|
31
|
-
size: l = I.MD,
|
|
32
|
-
onKeyDown: o,
|
|
33
|
-
...m
|
|
34
|
-
}, _) => {
|
|
35
|
-
const h = u(
|
|
36
|
-
(a) => {
|
|
37
|
-
C(a.code, "SPACE") && a.preventDefault(), o == null || o(a);
|
|
38
|
-
},
|
|
39
|
-
[o]
|
|
40
|
-
);
|
|
41
|
-
return /* @__PURE__ */ b(
|
|
42
|
-
"span",
|
|
43
|
-
{
|
|
44
|
-
className: n(
|
|
45
|
-
e.chip,
|
|
46
|
-
e.chipGroupItem,
|
|
47
|
-
v[l],
|
|
48
|
-
{
|
|
49
|
-
[e.disabled]: !!t,
|
|
50
|
-
[e.selected]: !!r,
|
|
51
|
-
[e.withPostfix]: typeof i < "u",
|
|
52
|
-
[e.withPrefix]: typeof c < "u"
|
|
53
|
-
},
|
|
54
|
-
p
|
|
55
|
-
),
|
|
56
|
-
role: "button",
|
|
57
|
-
tabIndex: t ? -1 : 0,
|
|
58
|
-
onKeyDown: h,
|
|
59
|
-
...m,
|
|
60
|
-
ref: _,
|
|
61
|
-
children: [
|
|
62
|
-
c ? /* @__PURE__ */ s(
|
|
63
|
-
"span",
|
|
64
|
-
{
|
|
65
|
-
className: n(
|
|
66
|
-
e.prefix,
|
|
67
|
-
"hoverable",
|
|
68
|
-
// Для иконок.
|
|
69
|
-
{
|
|
70
|
-
disabled: !!t
|
|
71
|
-
// Для иконок.
|
|
72
|
-
}
|
|
73
|
-
),
|
|
74
|
-
children: c
|
|
75
|
-
}
|
|
76
|
-
) : null,
|
|
77
|
-
/* @__PURE__ */ s("span", { className: e.content, children: f }),
|
|
78
|
-
i ? /* @__PURE__ */ s(
|
|
79
|
-
"span",
|
|
80
|
-
{
|
|
81
|
-
className: n(
|
|
82
|
-
e.postfix,
|
|
83
|
-
"hoverable",
|
|
84
|
-
// Для иконок.
|
|
85
|
-
{
|
|
86
|
-
disabled: !!t
|
|
87
|
-
// Для иконок.
|
|
88
|
-
}
|
|
89
|
-
),
|
|
90
|
-
children: i
|
|
91
|
-
}
|
|
92
|
-
) : null,
|
|
93
|
-
d && /* @__PURE__ */ s(N.Dot, { size: l, className: e.notificationIcon })
|
|
94
|
-
]
|
|
95
|
-
}
|
|
96
|
-
);
|
|
97
|
-
}
|
|
98
|
-
);
|
|
99
|
-
A.displayName = "Chip";
|
|
100
|
-
export {
|
|
101
|
-
A as C,
|
|
102
|
-
e as s
|
|
103
|
-
};
|
|
104
|
-
//# sourceMappingURL=Chip-EVPZneh2.js.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const n = "confirm__c052e710", o = "isInLightBox__00ebdcda", i = "isInSideOverlaySM__a2177bf5", t = "isInSideOverlayMD__a44e0ff6", e = "isInSideOverlayLG__8f0257a1", s = "confirmCloseButton__fb7440a7", r = "confirmContent__a6dd2f28", c = "confirmControls__7d851e7f", f = "confirmContentTitle__415051f8", l = {
|
|
2
|
-
confirm: n,
|
|
3
|
-
isInLightBox: o,
|
|
4
|
-
isInSideOverlaySM: i,
|
|
5
|
-
isInSideOverlayMD: t,
|
|
6
|
-
isInSideOverlayLG: e,
|
|
7
|
-
confirmCloseButton: s,
|
|
8
|
-
confirmContent: r,
|
|
9
|
-
confirmControls: c,
|
|
10
|
-
confirmContentTitle: f
|
|
11
|
-
};
|
|
12
|
-
export {
|
|
13
|
-
l as s
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=Confirm.module-gphOS6IB.js.map
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
const o = "dropdownMobileWrapper__792459ce", e = "dropdownMobileBackdrop__85026842", d = "closing__e0b6e0ea", n = "opening__cf8df252", r = "opened__1fee23c5", t = "dropdownMobile__05126d34", i = "dropdownMobileHeader__f9f58ceb", p = "dropdownMobileHeaderContent__bc26acd2", l = "dropdownMobileContent__1e4c0ec3", c = "dropdownMobileFooter__408160af", b = "dropdownMobileListItem__b094d832", s = "selected__7e62d8e1", w = "dropdownMobileBodyOverflow__785d4dd0", _ = "controlButtons__6c65b76b", M = "dropdownMobileLoader__7f910a7a", a = "dropdownMobileListLoader__990eb741", f = "notificationIcon__86435de6", L = {
|
|
2
|
-
dropdownMobileWrapper: o,
|
|
3
|
-
dropdownMobileBackdrop: e,
|
|
4
|
-
closing: d,
|
|
5
|
-
opening: n,
|
|
6
|
-
opened: r,
|
|
7
|
-
dropdownMobile: t,
|
|
8
|
-
dropdownMobileHeader: i,
|
|
9
|
-
dropdownMobileHeaderContent: p,
|
|
10
|
-
dropdownMobileContent: l,
|
|
11
|
-
dropdownMobileFooter: c,
|
|
12
|
-
dropdownMobileListItem: b,
|
|
13
|
-
selected: s,
|
|
14
|
-
dropdownMobileBodyOverflow: w,
|
|
15
|
-
controlButtons: _,
|
|
16
|
-
dropdownMobileLoader: M,
|
|
17
|
-
dropdownMobileListLoader: a,
|
|
18
|
-
notificationIcon: f
|
|
19
|
-
};
|
|
20
|
-
export {
|
|
21
|
-
L as s
|
|
22
|
-
};
|
|
23
|
-
//# sourceMappingURL=DropdownMobile.module-B8t5FlvW.js.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
const o = "footerDescription__1b390402", t = "footerDescriptionContent__c30e65e3", e = "footerDescriptionControls__1e397c80", n = {
|
|
2
|
-
footerDescription: o,
|
|
3
|
-
footerDescriptionContent: t,
|
|
4
|
-
footerDescriptionControls: e
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
n as s
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=Footer.module-CMW0u8UD.js.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
const e = "headerLayoutSidebar__d837ce40", a = "headerLayoutSidebarContent__2565bcfd", d = "headerLayoutSidebarSidebar__643c5b77", r = {
|
|
2
|
-
headerLayoutSidebar: e,
|
|
3
|
-
headerLayoutSidebarContent: a,
|
|
4
|
-
headerLayoutSidebarSidebar: d
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
r as s
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=HeaderLayoutSidebar.module-DUG5ZWLV.js.map
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const e = "islandAccordion__d4d95c12", t = "island__3979e90a", o = "item__2c516b9a", c = "disabled__ca702662", s = "sm__f6cd3ca4", _ = "md__8655a0ef", a = "lg__70da98ef", d = "header__88886afc", n = "type1__311e83ae", r = "opened__a231c064", p = "type2__da9d8840", i = "type3__0dc08648", l = "footer__43c3e759", y = "body__6db70ea8", m = "caretWrapper__5bab412e", b = "caretIcon__aa835266", f = "title__64ffa419", g = "step__b8059456", h = "remove__436f5949", v = {
|
|
2
|
-
islandAccordion: e,
|
|
3
|
-
island: t,
|
|
4
|
-
item: o,
|
|
5
|
-
disabled: c,
|
|
6
|
-
sm: s,
|
|
7
|
-
md: _,
|
|
8
|
-
lg: a,
|
|
9
|
-
header: d,
|
|
10
|
-
type1: n,
|
|
11
|
-
opened: r,
|
|
12
|
-
type2: p,
|
|
13
|
-
type3: i,
|
|
14
|
-
footer: l,
|
|
15
|
-
body: y,
|
|
16
|
-
caretWrapper: m,
|
|
17
|
-
caretIcon: b,
|
|
18
|
-
title: f,
|
|
19
|
-
step: g,
|
|
20
|
-
remove: h
|
|
21
|
-
};
|
|
22
|
-
export {
|
|
23
|
-
v as s
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=IslandAccordion.module-Q_9Jiw2w.js.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
const t = "islandWidgetFooter__442361e3", o = "islandWidgetFooterContent__2f44134b", e = "islandWidgetFooterControls__57df2844", n = {
|
|
2
|
-
islandWidgetFooter: t,
|
|
3
|
-
islandWidgetFooterContent: o,
|
|
4
|
-
islandWidgetFooterControls: e
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
n as s
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=IslandWidgetFooter.module-DjNDtlKM.js.map
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const e = "islandWidgetHeader__0499b6fb", t = "islandWidgetHeaderContent__39c0af33", a = "islandWidgetHeaderDescription__df8ad87d", d = "caretWrapper__4cf7c1aa", n = "caretIcon__4e95db19", r = "open__99ce26c9", c = {
|
|
2
|
-
islandWidgetHeader: e,
|
|
3
|
-
islandWidgetHeaderContent: t,
|
|
4
|
-
islandWidgetHeaderDescription: a,
|
|
5
|
-
caretWrapper: d,
|
|
6
|
-
caretIcon: n,
|
|
7
|
-
open: r
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
c as s
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=IslandWidgetHeader.module-DiWg8j16.js.map
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { jsx as i, jsxs as y } from "react/jsx-runtime";
|
|
2
|
-
import { useState as v, useRef as _, useCallback as f, useLayoutEffect as b, useEffect as C } from "react";
|
|
3
|
-
import { WindowResizeListener as O } from "../components/WindowResizeListener/WindowResizeListener.js";
|
|
4
|
-
import { h as S, c as T } from "./vendor-BiObpx9E.js";
|
|
5
|
-
import { LoaderScreen as R } from "../components/LoaderScreen/LoaderScreen.js";
|
|
6
|
-
const z = "lightBox__699ce695", A = "lightBoxBackdrop__74fc18fc", L = "lightBoxSideOverlayActive__076f544b", W = "lightBoxTopOverlayActive__801b15c3", N = "lightBoxContent__e987324b", E = "loadingContentOverlay__2de8fb25", k = "lightBoxContentResizeWrapper__783937c6", w = "tempElSafariBug__5e3cbb32", H = "bodyOverflowHidden__b95b49f0", r = {
|
|
7
|
-
lightBox: z,
|
|
8
|
-
lightBoxBackdrop: A,
|
|
9
|
-
lightBoxSideOverlayActive: L,
|
|
10
|
-
lightBoxTopOverlayActive: W,
|
|
11
|
-
lightBoxContent: N,
|
|
12
|
-
loadingContentOverlay: E,
|
|
13
|
-
lightBoxContentResizeWrapper: k,
|
|
14
|
-
tempElSafariBug: w,
|
|
15
|
-
bodyOverflowHidden: H
|
|
16
|
-
}, j = (p) => {
|
|
17
|
-
const { children: l, className: s, isLoading: c, loadingTitle: a, ...u } = p, [d, B] = v(0), e = _(null), o = f(() => {
|
|
18
|
-
let n = 0;
|
|
19
|
-
const h = document.querySelector('[data-lightbox-component="controls"]');
|
|
20
|
-
h && (n += h.offsetHeight), B((g) => Math.abs(g - n) > 1 ? n : g);
|
|
21
|
-
}, []), t = f(() => {
|
|
22
|
-
e.current && clearTimeout(e.current), e.current = setTimeout(o, 100);
|
|
23
|
-
}, [o]);
|
|
24
|
-
b(() => (o(), () => {
|
|
25
|
-
e.current && clearTimeout(e.current);
|
|
26
|
-
}), []), C(() => {
|
|
27
|
-
t();
|
|
28
|
-
}, [l, s, c, a, t]);
|
|
29
|
-
const { ref: x } = S({
|
|
30
|
-
handleWidth: !0,
|
|
31
|
-
onResize: t,
|
|
32
|
-
refreshMode: "debounce",
|
|
33
|
-
refreshRate: 100
|
|
34
|
-
}), m = {
|
|
35
|
-
paddingTop: d
|
|
36
|
-
};
|
|
37
|
-
return /* @__PURE__ */ i(O, { onResize: t, children: /* @__PURE__ */ y(
|
|
38
|
-
"div",
|
|
39
|
-
{
|
|
40
|
-
className: T(s, r.lightBoxContent),
|
|
41
|
-
style: d ? m : void 0,
|
|
42
|
-
...u,
|
|
43
|
-
children: [
|
|
44
|
-
l,
|
|
45
|
-
c && /* @__PURE__ */ i(R, { className: r.loadingContentOverlay, type: "middle", children: a }),
|
|
46
|
-
/* @__PURE__ */ i("div", { className: r.lightBoxContentResizeWrapper, ref: x })
|
|
47
|
-
]
|
|
48
|
-
}
|
|
49
|
-
) });
|
|
50
|
-
};
|
|
51
|
-
j.displayName = "LightBoxContent";
|
|
52
|
-
export {
|
|
53
|
-
j as L,
|
|
54
|
-
r as s
|
|
55
|
-
};
|
|
56
|
-
//# sourceMappingURL=LightBoxContent-CE6sXjX1.js.map
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const t = "lightBoxControls__1d919d40", o = "withKeyboardEvent__4ac8b020", l = "withoutKeyboardEvent__51900b29", e = "lightBoxPrev__8dd4a54c", i = "lightBoxNext__74b4989a", n = "lightBoxControlsDesktop__66f606b9", x = "lightBoxControlsMobile__4db5d40d", h = "lightBoxClose__a1f108a7", s = "lightBoxPrevButton__e01fb899", B = "lightBoxNextButton__e55b5eec", 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-BaHnxhDB.js.map
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
const e = "lightBoxSideOverlayCloseDesktopContainer__cbdf747c", o = "lightBoxSideOverlayCloseDesktop__7e75fda2", l = "lightBoxSideOverlayCloseMobile__be586d13", i = {
|
|
2
|
-
lightBoxSideOverlayCloseDesktopContainer: e,
|
|
3
|
-
lightBoxSideOverlayCloseDesktop: o,
|
|
4
|
-
lightBoxSideOverlayCloseMobile: l
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
i as s
|
|
8
|
-
};
|
|
9
|
-
//# sourceMappingURL=LightBoxSideOverlayClose.module-CuuwIIzJ.js.map
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { jsx as s, jsxs as i } from "react/jsx-runtime";
|
|
2
|
-
import m from "react";
|
|
3
|
-
import { c as I } from "./vendor-BiObpx9E.js";
|
|
4
|
-
import { EFontWeightText as u, ETextSize as a } from "../components/Typography/enums.js";
|
|
5
|
-
import { Text as c } from "../components/Typography/Text.js";
|
|
6
|
-
const B = "listItemControlsButton__b67b21e5", C = "listItemControlsButtonLabel__7da2f06a", d = "listItemControlsButtonDropdown__27c2b1b1", f = "listItemControlsButtonIcon__a916337a", p = "withText__346a83de", _ = "listItemControlsButtonInner__a486f14f", w = "withIcon__7624d966", b = "buttonDropdownMenuItem__d67fffba", t = {
|
|
7
|
-
listItemControlsButton: B,
|
|
8
|
-
listItemControlsButtonLabel: C,
|
|
9
|
-
listItemControlsButtonDropdown: d,
|
|
10
|
-
listItemControlsButtonIcon: f,
|
|
11
|
-
withText: p,
|
|
12
|
-
listItemControlsButtonInner: _,
|
|
13
|
-
withIcon: w,
|
|
14
|
-
buttonDropdownMenuItem: b
|
|
15
|
-
}, h = m.forwardRef(
|
|
16
|
-
({ children: o, className: e, icon: n, ...l }, r) => /* @__PURE__ */ s(
|
|
17
|
-
"button",
|
|
18
|
-
{
|
|
19
|
-
type: "button",
|
|
20
|
-
className: I(
|
|
21
|
-
t.listItemControlsButton,
|
|
22
|
-
"hoverable",
|
|
23
|
-
{
|
|
24
|
-
[t.withIcon]: typeof n < "u",
|
|
25
|
-
[t.withText]: typeof o < "u"
|
|
26
|
-
},
|
|
27
|
-
e
|
|
28
|
-
),
|
|
29
|
-
...l,
|
|
30
|
-
ref: r,
|
|
31
|
-
children: /* @__PURE__ */ i("span", { className: t.listItemControlsButtonInner, children: [
|
|
32
|
-
n ? /* @__PURE__ */ s("span", { className: t.listItemControlsButtonIcon, children: n }) : null,
|
|
33
|
-
o ? /* @__PURE__ */ s(
|
|
34
|
-
c,
|
|
35
|
-
{
|
|
36
|
-
className: t.listItemControlsButtonLabel,
|
|
37
|
-
size: a.B4,
|
|
38
|
-
weight: u.SEMIBOLD,
|
|
39
|
-
children: o
|
|
40
|
-
}
|
|
41
|
-
) : null
|
|
42
|
-
] })
|
|
43
|
-
}
|
|
44
|
-
)
|
|
45
|
-
);
|
|
46
|
-
h.displayName = "ListItemControlsButton";
|
|
47
|
-
export {
|
|
48
|
-
h as L,
|
|
49
|
-
t as s
|
|
50
|
-
};
|
|
51
|
-
//# sourceMappingURL=ListItemControlsButton-BCd2PF9-.js.map
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
const t = "listItemTail__69ae00e6", i = "listItemTailLine__ac798a21", l = "listItemTailLeft__425fa95b", s = "listItemTailRight__51b8a034", e = "listItemTailTop__7dd09cad", a = "listItemTailBottom__8992545a", m = {
|
|
2
|
-
listItemTail: t,
|
|
3
|
-
listItemTailLine: i,
|
|
4
|
-
listItemTailLeft: l,
|
|
5
|
-
listItemTailRight: s,
|
|
6
|
-
listItemTailTop: e,
|
|
7
|
-
listItemTailBottom: a
|
|
8
|
-
};
|
|
9
|
-
export {
|
|
10
|
-
m as s
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=ListItemTail.module-D_nBCryf.js.map
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
const t = "listMasterFooter__1fd06454", s = "sticky__78a049eb", o = "listMasterFooterDescription__74577fb7", r = "listMasterFooterControls__27af93fb", e = {
|
|
2
|
-
listMasterFooter: t,
|
|
3
|
-
sticky: s,
|
|
4
|
-
listMasterFooterDescription: o,
|
|
5
|
-
listMasterFooterControls: r
|
|
6
|
-
};
|
|
7
|
-
export {
|
|
8
|
-
e as s
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=ListMasterFooter.module-D4TPImq7.js.map
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
const o = "modalWindowContainer__2205cacd", n = "modalWindowBackdrop__6abe5ec6", d = "modalWindow__e8506ba7", a = "modalWindowContentWrapper__aed42ba5", e = "modalWindowContent__deb97b01", t = "modalWindowResizeWrapper__2687d066", i = "sm__f60f2cc9", m = "md__f0b464b4", W = "lg__370d48a3", l = "modalWindowContentPage__b968234a", r = "modalWindowLoaderScreen__a21aec35", c = {
|
|
2
|
-
modalWindowContainer: o,
|
|
3
|
-
modalWindowBackdrop: n,
|
|
4
|
-
modalWindow: d,
|
|
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
|
-
c as s
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=ModalWindow.module-u5Pst2YX.js.map
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
const o = "notification__63edfcac", i = "extraBottomPadding__ae1f3e62", t = "notificationHeader__41cf2324", n = "notificationIcon__904f9b61", c = "notificationBody__ff42fff5", e = "notificationBodyList__216e7044", a = "notificationClose__b77de9e3", f = "showCloseOnHover__8cdddb24", s = "notificationFooter__4e491aeb", d = "notificationTime__423630cb", r = "notificationGroupedWrapper__db10c4a7", _ = "notificationGroupedFooterItem__6393fcd4", p = "first__709ae993", m = "second__28de38eb", B = {
|
|
2
|
-
notification: o,
|
|
3
|
-
extraBottomPadding: i,
|
|
4
|
-
notificationHeader: t,
|
|
5
|
-
notificationIcon: n,
|
|
6
|
-
notificationBody: c,
|
|
7
|
-
notificationBodyList: e,
|
|
8
|
-
notificationClose: a,
|
|
9
|
-
showCloseOnHover: f,
|
|
10
|
-
notificationFooter: s,
|
|
11
|
-
notificationTime: d,
|
|
12
|
-
notificationGroupedWrapper: r,
|
|
13
|
-
notificationGroupedFooterItem: _,
|
|
14
|
-
first: p,
|
|
15
|
-
second: m
|
|
16
|
-
};
|
|
17
|
-
export {
|
|
18
|
-
B as s
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=Notification.module-809Tnazq.js.map
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
const o = "overlay__a511d136", e = "fixed__4f7273a4", t = "closing__bf3271a2", n = "opened__a93c1481", a = "overlayPanel__66441e6d", l = "bottom__5115af3b", _ = "left__29af0e19", s = "right__f29a87e0", c = "top__f5612ff7", r = "overlayContent__9cc0ec4f", y = "overlayMask__c7584892", f = "overlayOpened__d93407d9", v = {
|
|
2
|
-
overlay: o,
|
|
3
|
-
fixed: e,
|
|
4
|
-
closing: t,
|
|
5
|
-
opened: n,
|
|
6
|
-
overlayPanel: a,
|
|
7
|
-
bottom: l,
|
|
8
|
-
left: _,
|
|
9
|
-
right: s,
|
|
10
|
-
top: c,
|
|
11
|
-
overlayContent: r,
|
|
12
|
-
overlayMask: y,
|
|
13
|
-
overlayOpened: f
|
|
14
|
-
};
|
|
15
|
-
export {
|
|
16
|
-
v as s
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=Overlay.module-c4cyqpKr.js.map
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
const e = "page__783fdcc4", a = "headerPageTypeFirst__8bda7269", t = "sticky__1dd18da5", s = "footerPageTypeFirst__9f1a708e", o = {
|
|
2
|
-
page: e,
|
|
3
|
-
"global-page": "global-page",
|
|
4
|
-
headerPageTypeFirst: a,
|
|
5
|
-
sticky: t,
|
|
6
|
-
footerPageTypeFirst: s
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
o as s
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=Page.module-CixV2VSG.js.map
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const t = "smsField__3c3e3507", s = "input__6c211914", e = "lg__3a54805b", n = "md__c5800292", _ = "sm__6500610d", c = "btnRefresh__e8d34145", m = "full__1d111549", l = "empty__777fae6f", i = "btnSubmit__ac145116", o = "active__11ea44b5", b = {
|
|
2
|
-
smsField: t,
|
|
3
|
-
input: s,
|
|
4
|
-
lg: e,
|
|
5
|
-
md: n,
|
|
6
|
-
sm: _,
|
|
7
|
-
btnRefresh: c,
|
|
8
|
-
full: m,
|
|
9
|
-
empty: l,
|
|
10
|
-
btnSubmit: i,
|
|
11
|
-
active: o
|
|
12
|
-
};
|
|
13
|
-
export {
|
|
14
|
-
b as s
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=SMSField.module-Qub64N0s.js.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const e = "sliderExtendedMarks__b17285ed", d = "sliderExtendedMark__ad5cf0f0", t = "sliderExtendedMarkDot__a3d64bdb", s = "inSelectedRange__50635f9d", r = "lg__6739ccc0", n = "sliderExtendedMarkText__a6772a1a", a = "disabled__cc27578e", c = "reverse__f7ef489f", l = "active__fe25f7d9", i = {
|
|
2
|
-
sliderExtendedMarks: e,
|
|
3
|
-
sliderExtendedMark: d,
|
|
4
|
-
sliderExtendedMarkDot: t,
|
|
5
|
-
inSelectedRange: s,
|
|
6
|
-
lg: r,
|
|
7
|
-
sliderExtendedMarkText: n,
|
|
8
|
-
disabled: a,
|
|
9
|
-
reverse: c,
|
|
10
|
-
active: l
|
|
11
|
-
};
|
|
12
|
-
export {
|
|
13
|
-
i as s
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=SliderExtendedMarks.module-BdFYVISZ.js.map
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
const t = "statusTrackerWrapper__3b2495b8", r = "statusTracker__83697e30", a = "verticalAlignMiddle__699ef1f2", s = "verticalAlignBottom__388c5ff6", e = "statusTrackerChild__c7ee9989", c = "statusTrackerSum__18933e56", o = "statusTrackerTitle__20cbfee9", u = "statusTrackerDescription__947ec724", n = "statusTrackerAlert__da37d40d", k = "statusTrackerStatus__d331f7e6", T = "statusTrackerFooterWrapper__53d64535", i = "statusTrackerButton__59cfa80a", _ = "statusTrackerColor__eeafe255", l = "waiting__abefb434", d = "warning__9f5e894a", p = "rejected__5a6b0ea8", g = "approved__9964a860", f = "statusTrackerBackground__b0245539", v = {
|
|
2
|
-
statusTrackerWrapper: t,
|
|
3
|
-
statusTracker: r,
|
|
4
|
-
verticalAlignMiddle: a,
|
|
5
|
-
verticalAlignBottom: s,
|
|
6
|
-
statusTrackerChild: e,
|
|
7
|
-
statusTrackerSum: c,
|
|
8
|
-
statusTrackerTitle: o,
|
|
9
|
-
statusTrackerDescription: u,
|
|
10
|
-
statusTrackerAlert: n,
|
|
11
|
-
statusTrackerStatus: k,
|
|
12
|
-
statusTrackerFooterWrapper: T,
|
|
13
|
-
statusTrackerButton: i,
|
|
14
|
-
statusTrackerColor: _,
|
|
15
|
-
waiting: l,
|
|
16
|
-
warning: d,
|
|
17
|
-
rejected: p,
|
|
18
|
-
approved: g,
|
|
19
|
-
statusTrackerBackground: f
|
|
20
|
-
};
|
|
21
|
-
export {
|
|
22
|
-
v as s
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=StatusTracker.module-BMkZgzxy.js.map
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
const e = "tableFooterWrapper__622cda7b", t = "tableFooterShadow__fa8ca13e", o = "tableFooter__6b626c71", a = "tableFooterSummary__ec0767e1", r = "tableFooterSummarySelectedCount__31f5edc9", l = "tableFooterSummarySelectAllButton__dc83ad2d", m = "tableFooterSummaryAmount__ea0f8898", b = "tableFooterSummaryLabel__5399c29e", u = {
|
|
2
|
-
tableFooterWrapper: e,
|
|
3
|
-
tableFooterShadow: t,
|
|
4
|
-
tableFooter: o,
|
|
5
|
-
tableFooterSummary: a,
|
|
6
|
-
tableFooterSummarySelectedCount: r,
|
|
7
|
-
tableFooterSummarySelectAllButton: l,
|
|
8
|
-
tableFooterSummaryAmount: m,
|
|
9
|
-
tableFooterSummaryLabel: b
|
|
10
|
-
};
|
|
11
|
-
export {
|
|
12
|
-
u as s
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=TableFooter.module-BW9hgU6o.js.map
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const t = "tabsExtended__7e41b09d", e = "tabsExtendedContent__c698b9da", d = "sm__5946b924", s = "md__3e547b99", n = "lg__f43110e8", a = "tabsExtendedTab__30ea7e6d", b = "tabsExtendedDropdown__b611b9f5", o = "tabsReal__61972f2f", _ = "tabsFake__844ffe45", x = "hidden__6d2f1085", c = {
|
|
2
|
-
tabsExtended: t,
|
|
3
|
-
tabsExtendedContent: e,
|
|
4
|
-
sm: d,
|
|
5
|
-
md: s,
|
|
6
|
-
lg: n,
|
|
7
|
-
tabsExtendedTab: a,
|
|
8
|
-
tabsExtendedDropdown: b,
|
|
9
|
-
tabsReal: o,
|
|
10
|
-
tabsFake: _,
|
|
11
|
-
hidden: x
|
|
12
|
-
};
|
|
13
|
-
export {
|
|
14
|
-
c as s
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=TabsExtended.module-By6HIyMh.js.map
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
const o = "tabsLineWrapper__14754b52", n = "withSeparator__6e8b9f8b", t = "tabsLine__f6309062", e = "sm__945ad419", a = "md__e87d92fa", r = "lg__047d8fdd", d = "tab__1606b4b8", s = "active__a97fc3e2", c = "notificationIcon__6f1afb5a", _ = "tabsLineDropdown__956f4dbd", p = "dropdownTarget__9ceb6c24", i = "dropdownTargetInner__25ae9951", b = "dropdownTargetCaret__55b7143f", w = "opened__35cc74ec", f = "dropdown__7d6b5736", g = {
|
|
2
|
-
tabsLineWrapper: o,
|
|
3
|
-
withSeparator: n,
|
|
4
|
-
tabsLine: t,
|
|
5
|
-
sm: e,
|
|
6
|
-
md: a,
|
|
7
|
-
lg: r,
|
|
8
|
-
tab: d,
|
|
9
|
-
active: s,
|
|
10
|
-
notificationIcon: c,
|
|
11
|
-
tabsLineDropdown: _,
|
|
12
|
-
dropdownTarget: p,
|
|
13
|
-
dropdownTargetInner: i,
|
|
14
|
-
dropdownTargetCaret: b,
|
|
15
|
-
opened: w,
|
|
16
|
-
dropdown: f
|
|
17
|
-
};
|
|
18
|
-
export {
|
|
19
|
-
g as s
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=TabsLine.module-KvKWfBwF.js.map
|