@sberbusiness/triplex-next 0.26.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-vonjWRtY.js +41 -0
- package/chunks/{CalendarViewItem-BdyVWg8a.js → CalendarViewItem-DysxnR-B.js} +13 -13
- package/chunks/Card.module-DLzMeKEe.js +17 -0
- package/chunks/CheckboxTreeExtended.module-_hckc6T1.js +15 -0
- package/chunks/Chip-C8WEqATD.js +77 -0
- package/chunks/Confirm.module-C9UyoM6r.js +15 -0
- package/chunks/{DropdownListItem-CRdOVwlq.js → DropdownListItem-DEMHVloq.js} +17 -17
- package/chunks/DropdownMobile.module-D_HYruos.js +23 -0
- package/chunks/Footer.module-BijXXNLX.js +9 -0
- package/chunks/{FormFieldInput-CyAOOwnJ.js → FormFieldInput-Cb-NqZOL.js} +17 -17
- package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +9 -0
- package/chunks/HeaderTabs.module-Yh7VuJr3.js +9 -0
- package/chunks/{HeaderTitle.module-BDZQCHuH.js → HeaderTitle.module-B2aVG-8s.js} +2 -2
- package/chunks/IslandAccordion.module-DXpQN7Ws.js +25 -0
- package/chunks/IslandWidgetFooter.module-DsHrU6Ao.js +9 -0
- package/chunks/IslandWidgetHeader.module-BntNmew_.js +12 -0
- package/chunks/{LightBoxContent-Bp6XRgdB.js → LightBoxContent-CpxzDBba.js} +8 -8
- package/chunks/LightBoxControls.module-BulvfqYp.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +9 -0
- package/chunks/{ListItemControlsButton-PANaJdYf.js → ListItemControlsButton-BcWg1BjZ.js} +19 -19
- package/chunks/ListItemTail.module-lle264d5.js +12 -0
- package/chunks/ListMasterFooter.module-ezPsYAZz.js +10 -0
- package/chunks/ModalWindow.module-CbeisCTo.js +17 -0
- package/chunks/Notification.module-Cdt0qyac.js +20 -0
- package/chunks/Overlay.module-s6l_vTfQ.js +18 -0
- package/chunks/Page.module-DfXEH6KZ.js +11 -0
- package/chunks/SMSField.module-CTGDSJ9H.js +16 -0
- package/chunks/SliderExtendedMarks.module-CEd_dK23.js +15 -0
- package/chunks/{SliderExtendedRail-B33WytbG.js → SliderExtendedRail-D-T2vfBA.js} +2 -2
- package/chunks/StatusTracker.module-DhavZ4lj.js +24 -0
- package/chunks/{StepperStepArrowBorder-9OXwuqOn.js → StepperStepArrowBorder-DoCkMkMz.js} +6 -6
- package/chunks/{SuggestFieldMobileDropdownHint-dcZDUPZa.js → SuggestFieldMobileDropdownHint-DMUtIm6D.js} +4 -4
- package/chunks/TableFooter.module-BEbAVyAP.js +14 -0
- package/chunks/TabsExtended.module-DvTlvDRg.js +16 -0
- package/chunks/TabsLine.module-Dc3Qo19q.js +21 -0
- package/chunks/TooltipDesktop.module-CU7dGBwe.js +19 -0
- package/chunks/TreeView.module-BYYaw1fa.js +9 -0
- package/chunks/{UploadZoneInput-BsJhqlie.js → UploadZoneInput-DBUlHhad.js} +2 -2
- package/chunks/{constants-KINy2OSZ.js → constants-3hOLYskn.js} +9 -9
- package/chunks/utils-8R7OR9DQ.js +24 -0
- package/chunks/{utils-CWqa2skI.js → utils-BzsnXGYj.js} +5 -5
- package/chunks/utils-C0T4qN0O.js +73 -0
- package/chunks/utils-C3N8DE_4.js +28 -0
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +3 -3
- package/components/Badge/Badge.js +5 -5
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +6 -6
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +3 -3
- package/components/Button/Button.js +23 -23
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +2 -2
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +20 -20
- package/components/Calendar/components/CalendarControls.js +13 -13
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +10 -10
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +14 -14
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +6 -6
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +1 -1
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +17 -17
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +145 -145
- package/components/CollapsableTree/components/CollapsableTreeNode.js +8 -8
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +53 -51
- package/components/DateField/DateFieldTarget.js +38 -37
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +19 -19
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +20 -20
- package/components/ExpandAnimation/ExpandAnimation.js +7 -7
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +21 -21
- package/components/FormField/components/FormFieldClear.js +6 -6
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +13 -13
- package/components/FormField/components/FormFieldTextarea.js +16 -16
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +4 -4
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +4 -4
- package/components/IconWrapper/IconWrapper.js +10 -10
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +1 -1
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +70 -64
- package/components/IslandWidget/IslandWidget.js +49 -41
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +17 -17
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +75 -68
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +15 -15
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +12 -12
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +8 -8
- package/components/List/ListSortable.js +30 -55
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +43 -42
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +1 -1
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +22 -21
- package/components/List/components/ListSortableItemControls.js +8 -8
- package/components/List/components/ListSortableItemTarget.js +11 -11
- package/components/List/index.js +1 -1
- package/components/List/utils.js +20 -0
- package/components/ListMaster/ListMaster.js +22 -15
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +5 -5
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +10 -10
- package/components/ModalWindow/ModalWindow.js +61 -65
- package/components/ModalWindow/components/ModalWindowBody.js +14 -13
- package/components/ModalWindow/components/ModalWindowClose.js +16 -17
- package/components/ModalWindow/components/ModalWindowContent.js +22 -16
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +27 -26
- package/components/MonthYearField/MonthYearField.js +28 -26
- package/components/MonthYearField/MonthYearFieldTarget.js +36 -36
- package/components/MonthYearRange/MonthYearRange.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +5 -5
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +10 -10
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +11 -11
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +14 -14
- package/components/Radio/RadioYGroup.js +6 -6
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +4 -4
- package/components/SelectExtendedField/SelectExtendedField.js +15 -15
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +3 -3
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +16 -16
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +13 -13
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +31 -25
- package/components/Stepper/Stepper.js +13 -13
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +9 -9
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +14 -14
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +21 -21
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +8 -8
- package/components/Tag/Tag.js +11 -11
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +10 -10
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +14 -14
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
- package/components/TopOverlay/TopOverlay.js +5 -5
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +18 -18
- package/components/Typography/CodeText.js +7 -7
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +96 -28
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/AlertProcessSpoiler-BjHTZKgZ.js +0 -41
- package/chunks/Card.module-gPkzcCGo.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +0 -15
- package/chunks/Chip-CuoqjaG4.js +0 -77
- package/chunks/Confirm.module-bXfHpEZY.js +0 -15
- package/chunks/DropdownMobile.module-H5txYrQf.js +0 -23
- package/chunks/Footer.module-Dhevv5cy.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +0 -9
- package/chunks/HeaderTabs.module-BQHI-7dx.js +0 -9
- package/chunks/IslandAccordion.module-ElAylnXP.js +0 -25
- package/chunks/IslandWidgetFooter.module-km-5hDpn.js +0 -9
- package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +0 -12
- package/chunks/LightBoxControls.module-Dp8lh2Rg.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +0 -9
- package/chunks/ListItemTail.module-BKP1QEpv.js +0 -12
- package/chunks/ListMasterFooter.module-D1BeGub8.js +0 -10
- package/chunks/ModalWindow.module-PJk-BOT5.js +0 -17
- package/chunks/Notification.module-7THtDpDh.js +0 -20
- package/chunks/Overlay.module-B0Fayqn2.js +0 -18
- package/chunks/Page.module-oxsZ2i2v.js +0 -11
- package/chunks/SMSField.module-DQoHDr5D.js +0 -16
- package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +0 -15
- package/chunks/StatusTracker.module-CwUmaWht.js +0 -24
- package/chunks/TableFooter.module-DaFBiojx.js +0 -14
- package/chunks/TabsExtended.module-D4GCJESe.js +0 -16
- package/chunks/TabsLine.module-BEA3Lssg.js +0 -21
- package/chunks/TooltipDesktop.module-hff_h0-q.js +0 -19
- package/chunks/TreeView.module-C-XaQJbB.js +0 -9
- package/chunks/utils-BVhTB5hC.js +0 -73
- package/chunks/utils-DFHOghtD.js +0 -28
- package/chunks/utils-TZKbWcP7.js +0 -24
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as b, jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import N from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as
|
|
3
|
+
import { c as d } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { ETextSize as m } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
6
|
import "../Typography/CodeText.js";
|
|
7
7
|
import { Text as x } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
|
-
import { EComponentSize as
|
|
9
|
+
import { EComponentSize as a } from "../../enums/EComponentSize.js";
|
|
10
10
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
11
|
-
const y = "
|
|
11
|
+
const y = "label__eed546e7", M = "sm__b235e339", T = "nonempty__3f002e03", S = "md__30e3073d", g = "lg__a7fb9fca", I = "disabled__6ba75213", R = "radio__9d08fe38", u = "radioIcon__9df6091e", o = {
|
|
12
12
|
label: y,
|
|
13
13
|
sm: M,
|
|
14
14
|
nonempty: T,
|
|
@@ -18,20 +18,20 @@ const y = "label__e7e7f7d6", M = "sm__243c6562", T = "nonempty__500de7c2", S = "
|
|
|
18
18
|
radio: R,
|
|
19
19
|
radioIcon: u
|
|
20
20
|
}, B = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
24
|
-
}, C = z(o), h = N.forwardRef((
|
|
25
|
-
const { children:
|
|
21
|
+
[a.LG]: m.B2,
|
|
22
|
+
[a.MD]: m.B3,
|
|
23
|
+
[a.SM]: m.B4
|
|
24
|
+
}, C = z(o), h = N.forwardRef((r, c) => {
|
|
25
|
+
const { children: e, className: l, disabled: n, labelAttributes: s, size: t = a.MD, ...p } = r, _ = d(o.radio, l, C[t]), f = d(
|
|
26
26
|
o.label,
|
|
27
27
|
o[t],
|
|
28
|
-
{ [o.disabled]: !!
|
|
28
|
+
{ [o.disabled]: !!n, [o.nonempty]: !!e },
|
|
29
29
|
s == null ? void 0 : s.className
|
|
30
30
|
);
|
|
31
|
-
return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "0.
|
|
32
|
-
/* @__PURE__ */ i("input", { type: "radio", className: _, disabled:
|
|
31
|
+
return /* @__PURE__ */ b("label", { ...s, className: f, "data-tx": "0.28.0", children: [
|
|
32
|
+
/* @__PURE__ */ i("input", { type: "radio", className: _, disabled: n, ...p, ref: c }),
|
|
33
33
|
/* @__PURE__ */ i("span", { className: o.radioIcon }),
|
|
34
|
-
|
|
34
|
+
e && /* @__PURE__ */ i(x, { size: B[t], tag: "div", children: e })
|
|
35
35
|
] });
|
|
36
36
|
});
|
|
37
37
|
h.displayName = "Radio";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
const
|
|
4
|
-
radioXGroup:
|
|
5
|
-
"indent-12": "indent-
|
|
6
|
-
label:
|
|
7
|
-
"indent-16": "indent-
|
|
8
|
-
"indent-20": "indent-
|
|
9
|
-
"indent-24": "indent-
|
|
10
|
-
"indent-28": "indent-
|
|
11
|
-
"indent-32": "indent-
|
|
12
|
-
}, l = (
|
|
13
|
-
const { children:
|
|
14
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { c as s } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
const _ = "radioXGroup__1a1fbd60", c = "label__eed546e7", n = {
|
|
4
|
+
radioXGroup: _,
|
|
5
|
+
"indent-12": "indent-12__d121ba09",
|
|
6
|
+
label: c,
|
|
7
|
+
"indent-16": "indent-16__1d1b05d8",
|
|
8
|
+
"indent-20": "indent-20__667c6701",
|
|
9
|
+
"indent-24": "indent-24__04487f9f",
|
|
10
|
+
"indent-28": "indent-28__fc31d89d",
|
|
11
|
+
"indent-32": "indent-32__cd2ab9f6"
|
|
12
|
+
}, l = (d) => {
|
|
13
|
+
const { children: e, className: i, indent: o = 12, ...t } = d, a = s(n.radioXGroup, n[`indent-${o}`], i);
|
|
14
|
+
return /* @__PURE__ */ r("div", { className: a, role: "radiogroup", ...t, children: e });
|
|
15
15
|
};
|
|
16
16
|
l.displayName = "RadioXGroup";
|
|
17
17
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const p = "
|
|
2
|
+
import { c as e } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
const p = "radioYGroup__e0603149", t = {
|
|
4
4
|
radioYGroup: p
|
|
5
|
-
},
|
|
6
|
-
const { children: r, className: s, ...a } = o, i =
|
|
5
|
+
}, d = (o) => {
|
|
6
|
+
const { children: r, className: s, ...a } = o, i = e(t.radioYGroup, s);
|
|
7
7
|
return /* @__PURE__ */ c("div", { className: i, role: "radiogroup", ...a, children: r });
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
d.displayName = "RadioYGroup";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
d as RadioYGroup
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=RadioYGroup.js.map
|
package/components/Row/Row.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
row:
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import { c as d } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
const m = "row__800a187f", i = "noPaddingBottom__c0687363", o = {
|
|
4
|
+
row: m,
|
|
5
5
|
noPaddingBottom: i
|
|
6
|
-
}, e = ({ children: t, className: n, paddingBottom: s = !0, ...
|
|
7
|
-
const
|
|
8
|
-
return /* @__PURE__ */
|
|
6
|
+
}, e = ({ children: t, className: n, paddingBottom: s = !0, ...r }) => {
|
|
7
|
+
const a = d(n, o.row, { [o.noPaddingBottom]: !s });
|
|
8
|
+
return /* @__PURE__ */ c("div", { className: a, ...r, children: t });
|
|
9
9
|
};
|
|
10
10
|
e.displayName = "Row";
|
|
11
11
|
export {
|
|
@@ -6,7 +6,7 @@ import { SMSFieldInput as N } from "./components/SMSFieldInput.js";
|
|
|
6
6
|
import { SMSFieldRefresh as x } from "./components/SMSFieldRefresh.js";
|
|
7
7
|
import { SMSFieldSubmit as T } from "./components/SMSFieldSubmit.js";
|
|
8
8
|
import { SMSFieldTooltip as v } from "./components/SMSFieldTooltip.js";
|
|
9
|
-
import { s } from "../../chunks/SMSField.module-
|
|
9
|
+
import { s } from "../../chunks/SMSField.module-CTGDSJ9H.js";
|
|
10
10
|
import { createSizeToClassNameMap as z } from "../../utils/classNameMaps.js";
|
|
11
11
|
const I = z(s), e = (r) => {
|
|
12
12
|
const { children: m, className: l, code: a, disabled: d, error: S, onChangeCode: p, onSubmitCode: c, size: o, ...n } = r, [f, u] = i(!0), [b, M] = i(), F = C(s.smsField, l);
|
|
@@ -26,7 +26,7 @@ const I = z(s), e = (r) => {
|
|
|
26
26
|
sizeClassName: I[o],
|
|
27
27
|
tooltipId: b
|
|
28
28
|
},
|
|
29
|
-
children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.
|
|
29
|
+
children: /* @__PURE__ */ t("div", { className: F, ...n, "data-tx": "0.28.0", children: m })
|
|
30
30
|
}
|
|
31
31
|
);
|
|
32
32
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as P } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { s as o } from "../../../chunks/SMSField.module-
|
|
3
|
+
import { s as o } from "../../../chunks/SMSField.module-CTGDSJ9H.js";
|
|
4
4
|
import { EComponentSize as u } from "../../../enums/EComponentSize.js";
|
|
5
5
|
const r = "M2 10c0-4.42 3.58-8 8-8 2.52 0 4.77 1.16 6.24 3H13.5c-.56 0-1 .44-1 1 0 .55.44 1 1 1h5c.55 0 1-.45 1-1V1c0-.56-.45-1-1-1-.56 0-1 .44-1 1v2.38A10.02 10.02 0 0 0 10 0C4.47 0 0 4.47 0 10c0 5.52 4.47 10 10 10 5.52 0 10-4.48 10-10 0-.56-.45-1-1-1-.56 0-1 .44-1 1 0 4.41-3.59 8-8 8-4.42 0-8-3.59-8-8", d = "M27 16c0 .81-.09 1.61-.27 2.39a10.9 10.9 0 0 1-1.54 3.65c-.41.62-.88 1.2-1.42 1.73-.53.54-1.11 1.01-1.73 1.42a10.906 10.906 0 0 1-3.65 1.54c-.78.18-1.58.27-2.39.27q-1.23 0-2.4-.27a10.9 10.9 0 0 1-3.65-1.54c-.62-.41-1.2-.88-1.73-1.42-.54-.53-1.01-1.11-1.42-1.73a10.906 10.906 0 0 1-1.54-3.65C5.08 17.61 5 16.81 5 16c0-.82.08-1.62.26-2.4A10.9 10.9 0 0 1 6.8 9.95c.41-.62.88-1.2 1.42-1.73.53-.54 1.11-1.01 1.73-1.42a10.906 10.906 0 0 1 3.65-1.54C14.38 5.08 15.18 5 16 5a11.1 11.1 0 0 1 2.93.39c.44.12.86.27 1.27.44.47.19.93.42 1.37.68.39.23.75.47 1.1.74.4.31.78.64 1.14 1 .06.06.12.13.19.2V6c0-.57.44-1 1-1s1 .43 1 1v5c0 .66-.34 1-1 1h-5c-.56 0-1-.44-1-1 0-.57.44-1 1-1h2.7c-.1-.12-.21-.23-.31-.34-.3-.3-.61-.58-.95-.83-.28-.21-.57-.41-.88-.59a8.753 8.753 0 0 0-3-1.11C17.05 7.04 16.53 7 16 7c-.69 0-1.35.07-2 .22-.52.11-1.02.27-1.51.48-.5.21-.97.47-1.42.76a9 9 0 0 0-2.61 2.61c-.29.45-.55.92-.76 1.42-.21.49-.37.99-.48 1.51A8.8 8.8 0 0 0 7 16c0 .68.07 1.34.22 1.99.11.52.27 1.02.48 1.51.21.5.47.97.76 1.42q.51.78 1.17 1.44c.45.44.92.83 1.44 1.17.45.29.92.55 1.42.76.49.21.99.37 1.51.48a8.803 8.803 0 0 0 3.99 0c.52-.11 1.02-.27 1.51-.48.5-.21.97-.47 1.42-.76a9 9 0 0 0 2.61-2.61c.29-.45.55-.92.76-1.42.21-.49.37-.99.48-1.51.15-.65.23-1.31.23-1.99 0-.57.44-1 1-1s1 .43 1 1", v = Math.PI / 180, e = Math.PI * 2, M = (c) => (c = c % 360, c = c < 0 ? 360 + c : c, c * v), n = M(-8), h = M(-19), m = h < n ? e - (n - h) : h - n, p = (c, t) => Math.round(c * Math.cos(t) * 1e3) / 1e3, f = (c, t) => Math.round(c * Math.sin(t) * 1e3) / 1e3, w = (c, t, a, l) => "M" + c + " " + t + // Смещаем перо в центр окружности.
|
|
6
6
|
"L" + // Рисуем горизонтальную линию вправо в начало сектора.
|
|
@@ -5,7 +5,7 @@ import { EFormFieldStatus as l } from "../../FormField/enums.js";
|
|
|
5
5
|
import "../../FormField/components/FormFieldClear.js";
|
|
6
6
|
import { FormFieldCounter as j } from "../../FormField/components/FormFieldCounter.js";
|
|
7
7
|
import { FormFieldDescription as y } from "../../FormField/components/FormFieldDescription.js";
|
|
8
|
-
import { F as z } from "../../../chunks/FormFieldInput-
|
|
8
|
+
import { F as z } from "../../../chunks/FormFieldInput-Cb-NqZOL.js";
|
|
9
9
|
import "../../FormField/components/FormFieldLabel.js";
|
|
10
10
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
11
11
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -15,7 +15,7 @@ import "../../FormField/components/FormFieldTextarea.js";
|
|
|
15
15
|
import { FormField as A } from "../../FormField/FormField.js";
|
|
16
16
|
import { FormGroup as L } from "../../FormGroup/FormGroup.js";
|
|
17
17
|
import { SMSFieldContext as O } from "../SMSFieldContext.js";
|
|
18
|
-
import { s as _ } from "../../../chunks/SMSField.module-
|
|
18
|
+
import { s as _ } from "../../../chunks/SMSField.module-CTGDSJ9H.js";
|
|
19
19
|
import { EVENT_KEY_CODES as k } from "../../../utils/keyboard.js";
|
|
20
20
|
const w = new RegExp(/^[0-9]*$/), B = M.forwardRef(
|
|
21
21
|
({ className: f, counter: o, description: s, disabled: u, maxLength: c = 8, onChange: e, onKeyDown: i, placeholder: F, ...E }, S) => {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as F } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as u } from "../SMSFieldContext.js";
|
|
11
11
|
import { RefreshIcon as z } from "./RefreshIcon.js";
|
|
12
|
-
import { s as m } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s as m } from "../../../chunks/SMSField.module-CTGDSJ9H.js";
|
|
13
13
|
const D = M(
|
|
14
14
|
({ className: l, disabled: r, countdownTime: e, countdownTimeLeft: s, onClick: t, onRefresh: p, ...f }, n) => {
|
|
15
15
|
const { disabled: o, error: c, size: h, sizeClassName: d, tooltipId: S } = N(u), b = s > 0, a = o && !c || r || b, R = I(m.btnRefresh, d, l, {
|
|
@@ -9,7 +9,7 @@ import "../../Button/ButtonDropdownExtended.js";
|
|
|
9
9
|
import { EButtonIconShape as x } from "../../Button/enums.js";
|
|
10
10
|
import { SMSFieldContext as I } from "../SMSFieldContext.js";
|
|
11
11
|
import { SubmitIcon as N } from "./SubmitIcon.js";
|
|
12
|
-
import { s } from "../../../chunks/SMSField.module-
|
|
12
|
+
import { s } from "../../../chunks/SMSField.module-CTGDSJ9H.js";
|
|
13
13
|
const D = ({ className: r, disabled: a, onClick: i, ...l }) => {
|
|
14
14
|
const {
|
|
15
15
|
code: t,
|
|
@@ -5,7 +5,7 @@ import E from "react";
|
|
|
5
5
|
import { c as b } from "../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
import { SegmentedControlContext as R } from "./SegmentedControlContext.js";
|
|
7
7
|
import { createSizeToClassNameMap as T } from "../../utils/classNameMaps.js";
|
|
8
|
-
const h = "
|
|
8
|
+
const h = "segmentedControl__b3acc141", x = "general1__ad796048", L = "secondary1__dc1407cd", A = "general2__58275d67", M = "secondary2__4f6933c3", G = "sm__bb3967b2", O = "md__94c44456", j = "lg__83888fd5", e = {
|
|
9
9
|
segmentedControl: h,
|
|
10
10
|
general1: x,
|
|
11
11
|
secondary1: L,
|
|
@@ -21,7 +21,7 @@ const h = "segmentedControl__54058794", x = "general1__f66d154a", L = "secondary
|
|
|
21
21
|
[o.SECONDARY_2]: e.secondary2
|
|
22
22
|
}, z = T(e), D = Object.assign(
|
|
23
23
|
E.forwardRef(
|
|
24
|
-
({ children: d, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...
|
|
24
|
+
({ children: d, className: l, value: n, theme: g, type: r, size: _, disabled: i, onSelect: t, ...C }, f) => {
|
|
25
25
|
const p = b(
|
|
26
26
|
e.segmentedControl,
|
|
27
27
|
v[g],
|
|
@@ -48,7 +48,7 @@ const h = "segmentedControl__54058794", x = "general1__f66d154a", L = "secondary
|
|
|
48
48
|
disabled: !!i,
|
|
49
49
|
onSegmentSelect: S
|
|
50
50
|
},
|
|
51
|
-
children: /* @__PURE__ */ c("div", { className: p, ...
|
|
51
|
+
children: /* @__PURE__ */ c("div", { className: p, ...C, "data-tx": "0.28.0", ref: f, children: d })
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
}
|
|
@@ -5,7 +5,7 @@ import { ButtonBase as L } from "../Button/ButtonBase.js";
|
|
|
5
5
|
import { ESegmentedControlType as n } from "./enums.js";
|
|
6
6
|
import { SegmentedControlContext as N } from "./SegmentedControlContext.js";
|
|
7
7
|
import { IconWrapper as _ } from "../IconWrapper/IconWrapper.js";
|
|
8
|
-
const E = "
|
|
8
|
+
const E = "segmentedControlSegment__bd2f2830", I = "selected__66fc5130", T = "content__c7ef36ab", c = {
|
|
9
9
|
segmentedControlSegment: E,
|
|
10
10
|
selected: I,
|
|
11
11
|
content: T
|
|
@@ -30,7 +30,7 @@ const E = "segmentedControlSegment__70d63888", I = "selected__0d07c310", T = "co
|
|
|
30
30
|
case n.MULTIPLE:
|
|
31
31
|
return a.includes(e);
|
|
32
32
|
}
|
|
33
|
-
})(),
|
|
33
|
+
})(), f = y(c.segmentedControlSegment, { [c.selected]: t }, p), C = () => {
|
|
34
34
|
if (m)
|
|
35
35
|
return m;
|
|
36
36
|
if (typeof s == "string")
|
|
@@ -49,8 +49,8 @@ const E = "segmentedControlSegment__70d63888", I = "selected__0d07c310", T = "co
|
|
|
49
49
|
return /* @__PURE__ */ r(_, { displayContents: !0, disabled: d || i, active: t, children: /* @__PURE__ */ r(
|
|
50
50
|
L,
|
|
51
51
|
{
|
|
52
|
-
className:
|
|
53
|
-
title:
|
|
52
|
+
className: f,
|
|
53
|
+
title: C(),
|
|
54
54
|
disabled: d || i,
|
|
55
55
|
"aria-pressed": t,
|
|
56
56
|
onClick: u,
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as R, jsxs as b } from "react/jsx-runtime";
|
|
2
2
|
import L, { useState as N, useRef as o, useLayoutEffect as _, useCallback as l, useEffect as F } from "react";
|
|
3
3
|
import { isKey as j, EVENT_KEY_CODES as k } from "../../utils/keyboard.js";
|
|
4
4
|
import { KeyDownListener as v } from "../KeyDownListener/KeyDownListener.js";
|
|
5
5
|
import { c as A } from "../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
import { SelectExtendedFieldTarget as M } from "./components/SelectExtendedFieldTarget.js";
|
|
7
7
|
import { SelectExtendedFieldDropdown as B } from "./components/SelectExtendedFieldDropdown.js";
|
|
8
|
-
const P = "
|
|
8
|
+
const P = "selectExtendedField__28a7f090", V = {
|
|
9
9
|
selectExtendedField: P
|
|
10
10
|
}, Y = Object.assign(
|
|
11
11
|
L.forwardRef((S, r) => {
|
|
12
|
-
const { className: g, onKeyDown: s, children: h, renderTarget: O, closeOnTab: m, onClose: p, onOpen: E, ...T } = S, [t, i] = N(!1),
|
|
12
|
+
const { className: g, onKeyDown: s, children: h, renderTarget: O, closeOnTab: m, onClose: p, onOpen: E, ...T } = S, [t, i] = N(!1), a = o(null), x = o(null), c = o(E), d = o(p), w = o(!1);
|
|
13
13
|
_(() => {
|
|
14
14
|
c.current = E, d.current = p;
|
|
15
15
|
});
|
|
16
|
-
const
|
|
17
|
-
|
|
16
|
+
const C = (e) => {
|
|
17
|
+
a.current = e, typeof r == "function" ? r(e) : r && (r.current = e);
|
|
18
18
|
}, y = l((e) => {
|
|
19
19
|
i(e);
|
|
20
|
-
}, []),
|
|
20
|
+
}, []), u = l(
|
|
21
21
|
(e) => {
|
|
22
22
|
var n, D;
|
|
23
|
-
t && !((n =
|
|
23
|
+
t && !((n = a.current) != null && n.contains(e.target)) && !((D = x.current) != null && D.contains(e.target)) && i(!1);
|
|
24
24
|
},
|
|
25
25
|
[t]
|
|
26
26
|
), f = l(() => {
|
|
27
27
|
t && i(!1);
|
|
28
|
-
}, [t]),
|
|
28
|
+
}, [t]), K = l(
|
|
29
29
|
(e) => {
|
|
30
30
|
const n = e.code || e.keyCode;
|
|
31
31
|
m && j(n, "TAB") && f(), s == null || s(e);
|
|
32
32
|
},
|
|
33
33
|
[m, f, s]
|
|
34
34
|
);
|
|
35
|
-
return F(() => (document.addEventListener("mousedown",
|
|
36
|
-
document.removeEventListener("mousedown",
|
|
37
|
-
}), [
|
|
35
|
+
return F(() => (document.addEventListener("mousedown", u), () => {
|
|
36
|
+
document.removeEventListener("mousedown", u);
|
|
37
|
+
}), [u]), F(() => {
|
|
38
38
|
var e, n;
|
|
39
39
|
if (!w.current) {
|
|
40
40
|
w.current = !0;
|
|
41
41
|
return;
|
|
42
42
|
}
|
|
43
43
|
t ? (e = c.current) == null || e.call(c) : (n = d.current) == null || n.call(d);
|
|
44
|
-
}, [t]), /* @__PURE__ */
|
|
44
|
+
}, [t]), /* @__PURE__ */ R(v, { onMatch: f, eventKeyCode: k.ESCAPE, children: /* @__PURE__ */ b(
|
|
45
45
|
"div",
|
|
46
46
|
{
|
|
47
47
|
className: A(V.selectExtendedField, g),
|
|
48
|
-
onKeyDown:
|
|
49
|
-
ref:
|
|
48
|
+
onKeyDown: K,
|
|
49
|
+
ref: C,
|
|
50
50
|
...T,
|
|
51
51
|
children: [
|
|
52
52
|
O({ opened: t, setOpened: y }),
|
|
@@ -54,7 +54,7 @@ const P = "selectExtendedField__2cdc6b50", V = {
|
|
|
54
54
|
dropdownRef: x,
|
|
55
55
|
opened: t,
|
|
56
56
|
setOpened: y,
|
|
57
|
-
targetRef:
|
|
57
|
+
targetRef: a
|
|
58
58
|
})
|
|
59
59
|
]
|
|
60
60
|
}
|
|
@@ -2,7 +2,7 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../Dropdown/DropdownListContext.js";
|
|
3
3
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
4
4
|
import { DropdownList as m } from "../../Dropdown/desktop/DropdownList.js";
|
|
5
|
-
import "../../../chunks/DropdownListItem-
|
|
5
|
+
import "../../../chunks/DropdownListItem-DEMHVloq.js";
|
|
6
6
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -4,7 +4,7 @@ import { SelectExtendedField as d } from "../SelectExtendedField.js";
|
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import "../../../chunks/DropdownListItem-
|
|
7
|
+
import "../../../chunks/DropdownListItem-DEMHVloq.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
9
9
|
import { DropdownMobileBody as E } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
10
10
|
import { DropdownMobileClose as k } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -10,7 +10,7 @@ import { EFormFieldStatus as s } from "../../FormField/enums.js";
|
|
|
10
10
|
import { FormFieldClear as W } from "../../FormField/components/FormFieldClear.js";
|
|
11
11
|
import "../../FormField/components/FormFieldCounter.js";
|
|
12
12
|
import "../../FormField/components/FormFieldDescription.js";
|
|
13
|
-
import "../../../chunks/FormFieldInput-
|
|
13
|
+
import "../../../chunks/FormFieldInput-Cb-NqZOL.js";
|
|
14
14
|
import { FormFieldLabel as k } from "../../FormField/components/FormFieldLabel.js";
|
|
15
15
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
16
16
|
import { FormFieldPostfix as B } from "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -20,7 +20,7 @@ import "../../FormField/components/FormFieldTextarea.js";
|
|
|
20
20
|
import { FormField as P } from "../../FormField/FormField.js";
|
|
21
21
|
import { EComponentSize as o } from "../../../enums/EComponentSize.js";
|
|
22
22
|
import { IconWrapper as v } from "../../IconWrapper/IconWrapper.js";
|
|
23
|
-
const G = "
|
|
23
|
+
const G = "selectExtendedFieldTarget__5ae710cf", K = "caretWrapper__a8641e89", j = "caretIcon__932ba6c4", U = "selectOpened__f552002d", V = "disabled__308ef8dd", Y = "target__a686d6b4", e = {
|
|
24
24
|
selectExtendedFieldTarget: G,
|
|
25
25
|
caretWrapper: K,
|
|
26
26
|
caretIcon: j,
|
|
@@ -83,7 +83,7 @@ const G = "selectExtendedFieldTarget__de7e1805", K = "caretWrapper__da03e605", j
|
|
|
83
83
|
className: L,
|
|
84
84
|
"aria-expanded": a,
|
|
85
85
|
"aria-haspopup": "listbox",
|
|
86
|
-
"data-tx": "0.
|
|
86
|
+
"data-tx": "0.28.0",
|
|
87
87
|
active: a,
|
|
88
88
|
...b,
|
|
89
89
|
children: [
|
|
@@ -7,7 +7,7 @@ import { SelectExtendedFieldDropdownDefault as S } from "../SelectExtendedField/
|
|
|
7
7
|
import { DropdownListContext as E } from "../Dropdown/DropdownListContext.js";
|
|
8
8
|
import "../Dropdown/desktop/DropdownDesktop.js";
|
|
9
9
|
import "../Dropdown/desktop/DropdownList.js";
|
|
10
|
-
import "../../chunks/DropdownListItem-
|
|
10
|
+
import "../../chunks/DropdownListItem-DEMHVloq.js";
|
|
11
11
|
import { EDropdownWidth as F } from "../Dropdown/desktop/enums.js";
|
|
12
12
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
13
13
|
import "../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as r } from "../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { ESkeletonType as t } from "./enums.js";
|
|
4
|
-
const
|
|
5
|
-
skeleton:
|
|
6
|
-
light:
|
|
7
|
-
dark:
|
|
8
|
-
},
|
|
4
|
+
const a = "skeleton__3aff9102", k = "light__ee81b0ee", c = "dark__0261ce88", e = {
|
|
5
|
+
skeleton: a,
|
|
6
|
+
light: k,
|
|
7
|
+
dark: c
|
|
8
|
+
}, _ = ({ className: s, type: o = t.DARK, ...l }) => /* @__PURE__ */ n(
|
|
9
9
|
"div",
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
12
|
-
[
|
|
13
|
-
[
|
|
11
|
+
className: r(e.skeleton, s, {
|
|
12
|
+
[e.dark]: o === t.DARK,
|
|
13
|
+
[e.light]: o === t.LIGHT
|
|
14
14
|
}),
|
|
15
|
-
...
|
|
16
|
-
"data-tx": "0.
|
|
15
|
+
...l,
|
|
16
|
+
"data-tx": "0.28.0"
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
_ as Skeleton
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=Skeleton.js.map
|
|
@@ -4,7 +4,7 @@ import { c as C, l as O } from "../../chunks/vendor---Om3uMV.js";
|
|
|
4
4
|
import { SliderExtendedDot as R } from "./components/SliderExtendedDot/SliderExtendedDot.js";
|
|
5
5
|
import { SliderExtendedMarks as j } from "./components/SliderExtendedMarks/SliderExtendedMarks.js";
|
|
6
6
|
import { SliderExtendedMark as H } from "./components/SliderExtendedMarks/SliderExtendedMark.js";
|
|
7
|
-
import { s as c, S as F } from "../../chunks/SliderExtendedRail-
|
|
7
|
+
import { s as c, S as F } from "../../chunks/SliderExtendedRail-D-T2vfBA.js";
|
|
8
8
|
import { SliderExtendedTrack as I } from "./components/SliderExtendedTrack/SliderExtendedTrack.js";
|
|
9
9
|
import { SliderExtendedContext as L } from "./SliderExtendedContext.js";
|
|
10
10
|
import { SliderExtendedUtils as x } from "./SliderExtendedUtils.js";
|
|
@@ -82,7 +82,7 @@ const q = U(c), w = ({
|
|
|
82
82
|
[c.disabled]: !!m
|
|
83
83
|
}),
|
|
84
84
|
...g,
|
|
85
|
-
"data-tx": "0.
|
|
85
|
+
"data-tx": "0.28.0",
|
|
86
86
|
children: E
|
|
87
87
|
}
|
|
88
88
|
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as I, Fragment as B, jsx as f } from "react/jsx-runtime";
|
|
2
2
|
import { useState as a, useContext as re, useRef as le, useLayoutEffect as L, useEffect as ae } from "react";
|
|
3
3
|
import { u as ie, l as k, c as ne } from "../../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { SliderExtendedUtils as o } from "../../SliderExtendedUtils.js";
|
|
@@ -9,7 +9,7 @@ import { useSliderExtendedDotTabIndex as me } from "./useSliderExtendedDotTabInd
|
|
|
9
9
|
import { KeyDownListener as F } from "../../../KeyDownListener/KeyDownListener.js";
|
|
10
10
|
import { EVENT_KEY_CODES as p } from "../../../../utils/keyboard.js";
|
|
11
11
|
import { createSizeToClassNameMap as fe } from "../../../../utils/classNameMaps.js";
|
|
12
|
-
const pe = "
|
|
12
|
+
const pe = "sliderExtendedDot__d1552300", xe = "focusedByClick__68d0b97f", he = "disabled__520d6ab7", ge = "dragByMouse__7cfa69a2", De = "lg__c670c21d", i = {
|
|
13
13
|
sliderExtendedDot: pe,
|
|
14
14
|
focusedByClick: xe,
|
|
15
15
|
disabled: he,
|
|
@@ -92,17 +92,17 @@ const pe = "sliderExtendedDot__1cd2c247", xe = "focusedByClick__6502e6e0", he =
|
|
|
92
92
|
}
|
|
93
93
|
}, T = (e) => {
|
|
94
94
|
e.cancelable && e.preventDefault(), n(!1), document.removeEventListener("touchend", T);
|
|
95
|
-
},
|
|
96
|
-
e.preventDefault(), O.moveToPrevStep(
|
|
95
|
+
}, b = () => z.filter((e) => e.id === l)[0], te = (e) => {
|
|
96
|
+
e.preventDefault(), O.moveToPrevStep(b(), s);
|
|
97
97
|
}, oe = (e) => {
|
|
98
|
-
e.preventDefault(), O.moveToNextStep(
|
|
98
|
+
e.preventDefault(), O.moveToNextStep(b(), s);
|
|
99
99
|
}, se = (e) => {
|
|
100
100
|
y || V(!0), N(!0), h == null || h(e);
|
|
101
101
|
}, de = (e) => {
|
|
102
102
|
y && V(!1), E(!1), N(!1), x == null || x(e);
|
|
103
103
|
};
|
|
104
|
-
return /* @__PURE__ */
|
|
105
|
-
W && /* @__PURE__ */
|
|
104
|
+
return /* @__PURE__ */ I(B, { children: [
|
|
105
|
+
W && /* @__PURE__ */ I(B, { children: [
|
|
106
106
|
/* @__PURE__ */ f(
|
|
107
107
|
F,
|
|
108
108
|
{
|
|
@@ -3,7 +3,7 @@ import C from "react";
|
|
|
3
3
|
import { SliderExtendedContext as M } from "../../SliderExtendedContext.js";
|
|
4
4
|
import { SliderExtendedMarkActions as s } from "./SliderExtendedMarkActions.js";
|
|
5
5
|
import { c as o } from "../../../../chunks/vendor---Om3uMV.js";
|
|
6
|
-
import { s as e } from "../../../../chunks/SliderExtendedMarks.module-
|
|
6
|
+
import { s as e } from "../../../../chunks/SliderExtendedMarks.module-CEd_dK23.js";
|
|
7
7
|
import { EComponentSize as z } from "../../../../enums/EComponentSize.js";
|
|
8
8
|
import { ETextSize as c } from "../../../Typography/enums.js";
|
|
9
9
|
import { Text as N } from "../../../Typography/Text.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { c as d } from "../../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { s as a } from "../../../../chunks/SliderExtendedMarks.module-
|
|
3
|
+
import { s as a } from "../../../../chunks/SliderExtendedMarks.module-CEd_dK23.js";
|
|
4
4
|
const t = ({ className: s, ...e }) => /* @__PURE__ */ r("div", { className: d(a.sliderExtendedMarks, s), ...e });
|
|
5
5
|
t.displayName = "SliderExtendedMarks";
|
|
6
6
|
export {
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../SliderExtendedContext.js";
|
|
4
4
|
import "../SliderExtendedUtils.js";
|
|
5
5
|
import "../../../chunks/vendor---Om3uMV.js";
|
|
6
|
-
import { S as d } from "../../../chunks/SliderExtendedRail-
|
|
6
|
+
import { S as d } from "../../../chunks/SliderExtendedRail-D-T2vfBA.js";
|
|
7
7
|
export {
|
|
8
8
|
d as SliderExtendedRail
|
|
9
9
|
};
|
|
@@ -3,7 +3,7 @@ import r from "react";
|
|
|
3
3
|
import { SliderExtendedContext as _ } from "../../SliderExtendedContext.js";
|
|
4
4
|
import { c as e } from "../../../../chunks/vendor---Om3uMV.js";
|
|
5
5
|
import { createSizeToClassNameMap as v } from "../../../../utils/classNameMaps.js";
|
|
6
|
-
const E = "
|
|
6
|
+
const E = "sliderExtendedTooltipOverlay__a081b405", C = "lg__c670c21d", N = "tooltipBody__36a26b46", O = "tooltipTip__819331f3", t = {
|
|
7
7
|
sliderExtendedTooltipOverlay: E,
|
|
8
8
|
lg: C,
|
|
9
9
|
tooltipBody: N,
|
|
@@ -13,18 +13,18 @@ const E = "sliderExtendedTooltipOverlay__4f2ca204", C = "lg__1747a965", N = "too
|
|
|
13
13
|
children: d,
|
|
14
14
|
...c
|
|
15
15
|
}) => {
|
|
16
|
-
const o = r.useRef(null), { min: l, max:
|
|
16
|
+
const o = r.useRef(null), { min: l, max: p, size: a } = r.useContext(_), m = () => {
|
|
17
17
|
var s;
|
|
18
18
|
if (!o.current || i === void 0)
|
|
19
19
|
return 0;
|
|
20
|
-
const f = 8, x = 16, T = ((s = o.current) == null ? void 0 : s.clientWidth) || 0, y = (i - l) / (
|
|
20
|
+
const f = 8, x = 16, T = ((s = o.current) == null ? void 0 : s.clientWidth) || 0, y = (i - l) / (p - l);
|
|
21
21
|
return (T / 2 - f - x) * (1 - 2 * y);
|
|
22
22
|
};
|
|
23
23
|
return /* @__PURE__ */ u(
|
|
24
24
|
"div",
|
|
25
25
|
{
|
|
26
26
|
ref: o,
|
|
27
|
-
className: e(t.sliderExtendedTooltipOverlay, h[
|
|
27
|
+
className: e(t.sliderExtendedTooltipOverlay, h[a]),
|
|
28
28
|
...c,
|
|
29
29
|
children: [
|
|
30
30
|
/* @__PURE__ */ n("div", { className: e(t.tooltipBody), style: { left: `${m()}px` }, children: d }),
|