@sberbusiness/triplex-next 0.13.0 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/AlertProcessSpoiler-w7bEDQkZ.js +39 -0
- package/chunks/{CalendarViewItem-DML7yFTS.js → CalendarViewItem-bjlzO6fA.js} +20 -20
- package/chunks/Card.module-BLsCGNSy.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CgfwcCEk.js +14 -0
- package/chunks/{Chip-CI3sEzkq.js → Chip-BjcDj2XE.js} +6 -6
- package/chunks/Confirm.module-CzudnAyq.js +15 -0
- package/chunks/{DropdownListItem-9VgfsLJP.js → DropdownListItem-BByGOD7_.js} +8 -8
- package/chunks/DropdownMobile.module-DOLon8EA.js +23 -0
- package/chunks/Footer.module-BVFglVCT.js +9 -0
- package/chunks/FormFieldInput-CXE2lpa2.js +60 -0
- package/chunks/HeaderLayoutSidebar.module-DKuCSX50.js +9 -0
- package/chunks/HeaderTabs.module-BD-cjJN0.js +9 -0
- package/chunks/{HeaderTitle.module-e8_DcucZ.js → HeaderTitle.module-Aa8Ayziq.js} +2 -2
- package/chunks/IslandAccordion.module-DuBXHdTP.js +25 -0
- package/chunks/IslandWidgetFooter.module-Dv6ikQyO.js +9 -0
- package/chunks/IslandWidgetHeader.module-ChVPLOQn.js +9 -0
- package/chunks/{LightBoxContent-Dpu6E3Cr.js → LightBoxContent-B5TEJXI-.js} +13 -13
- package/chunks/LightBoxControls.module-4BsaXW9O.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-Bx568ER4.js +8 -0
- package/chunks/{ListItemControlsButton-BMsTQr9O.js → ListItemControlsButton-BQWXaAf7.js} +11 -11
- package/chunks/ListItemTail.module-Dqje1Ta9.js +12 -0
- package/chunks/ListMasterFooter.module-CQ5ySLht.js +10 -0
- package/chunks/ModalWindow.module-BhRZeAo8.js +17 -0
- package/chunks/Notification.module-DwrRfWOt.js +21 -0
- package/chunks/Overlay.module-B6CO6ER3.js +18 -0
- package/chunks/Page.module-DkHondpd.js +11 -0
- package/chunks/{RightBorderArrow-BQ_cZ8U3.js → RightBorderArrow-BjcGiO4Y.js} +8 -8
- package/chunks/SMSField.module-CDTpuKgF.js +16 -0
- package/chunks/SliderExtendedMarks.module--4YyXPzu.js +15 -0
- package/chunks/{SliderExtendedRail-oI7nifMP.js → SliderExtendedRail-DHe0BU85.js} +6 -6
- package/chunks/StatusTracker.module-DkISSFNd.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-Bilm-Pwh.js → SuggestFieldMobileDropdownHint-BM9lOqXe.js} +4 -4
- package/chunks/TableFooter.module-zu7cE58N.js +14 -0
- package/chunks/TabsExtended.module-CKJx5gTC.js +16 -0
- package/chunks/TabsLine.module-dWFH4Lb0.js +21 -0
- package/chunks/TooltipDesktop.module-8uJuXz2F.js +19 -0
- package/chunks/TreeView.module-CBWqJQ3g.js +9 -0
- package/chunks/{UploadZoneInput-CfYPrkK_.js → UploadZoneInput-DgPYo5Ct.js} +8 -8
- package/chunks/{utils-Bu0wcDBu.js → utils-D6gsTR6V.js} +16 -16
- package/chunks/{utils-SerS_ys8.js → utils-DQttOWML.js} +6 -6
- package/chunks/utils-DXZkhXsb.js +24 -0
- package/chunks/{utils-Ccw--G8d.js → utils-Ds7Etruz.js} +4 -4
- package/chunks/{utils-16fU9G4P.js → utils-QtOC5s-T.js} +7 -7
- package/chunks/vendor-CalMVkfj.js +12482 -0
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +11 -11
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +28 -28
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +36 -35
- package/components/Calendar/CalendarContext.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +21 -20
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +21 -21
- package/components/Calendar/components/CalendarViewYears.js +15 -15
- package/components/Calendar/utils.js +6 -6
- package/components/Card/CardAction.js +25 -25
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +2 -2
- package/components/Checkbox/Checkbox.js +18 -18
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +7 -7
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +2 -2
- package/components/Chip/ChipClearButton.js +6 -6
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +16 -16
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +2 -2
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +21 -21
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +15 -15
- package/components/Col/Col.js +131 -131
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +8 -8
- package/components/DateField/utils.js +3 -3
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +30 -29
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +9 -9
- package/components/Dropdown/desktop/DropdownDesktop.js +16 -16
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +6 -6
- package/components/ExpandAnimation/ExpandAnimation.js +34 -34
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +21 -21
- package/components/FormField/components/FormFieldClear.js +17 -17
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +2 -2
- package/components/FormField/components/FormFieldLabel.js +16 -16
- package/components/FormField/components/FormFieldMaskedInput.js +25 -25
- package/components/FormField/components/FormFieldPostfix.js +6 -6
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +13 -13
- package/components/FormField/components/FormFieldTextarea.js +32 -35
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +6 -6
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +6 -6
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +8 -8
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +5 -5
- package/components/LightBox/LightBox.js +28 -28
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +15 -15
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +2 -2
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +9 -9
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +10 -10
- package/components/List/components/ListItemTable.js +4 -4
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +2 -2
- package/components/List/components/ListSortableItem.js +7 -7
- package/components/List/components/ListSortableItemControls.js +2 -2
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +2 -2
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +11 -11
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +4 -4
- package/components/Loader/LoaderSmall/LoaderSmall.js +10 -10
- package/components/LoaderScreen/LoaderScreen.js +10 -10
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +12 -12
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +10 -10
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MonthYearField/utils.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +8 -8
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +2 -2
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +7 -7
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +2 -2
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +2 -2
- package/components/Pagination/utils/paginationUtils.js +5 -5
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +3 -3
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +2 -2
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +12 -12
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +7 -7
- package/components/Spoiler/Spoiler.js +12 -12
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +13 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +9 -9
- package/components/Stepper/StepperExtended.js +2 -2
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/Suggest.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +6 -6
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +21 -21
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +17 -17
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +20 -20
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +5 -5
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +6 -6
- package/components/Table/TabsLinePanelLinks.js +6 -6
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +2 -2
- package/components/TabsExtended/TabsExtended.js +3 -3
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +3 -3
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +5 -5
- package/components/Tag/Tag.js +25 -25
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +13 -13
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/ThemeProvider/ThemeProvider.js +4 -4
- package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +12 -12
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +7 -7
- package/components/TopOverlay/TopOverlay.js +21 -21
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +17 -17
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +13 -13
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +3 -3
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +5 -5
- package/consts/DateConst.js +6 -6
- package/index.js +5 -5
- package/package.json +2 -2
- package/styles/triplex-next.css +534 -534
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-DQAI3bgu.js +0 -39
- package/chunks/Card.module-Bg8-F1uZ.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CZ2ujs_6.js +0 -14
- package/chunks/Confirm.module-C3SyV40Z.js +0 -15
- package/chunks/DropdownMobile.module-BLKzmRLM.js +0 -23
- package/chunks/Footer.module-D83FlUYZ.js +0 -9
- package/chunks/FormFieldInput-DurMmok0.js +0 -62
- package/chunks/HeaderLayoutSidebar.module-BhhWfVc-.js +0 -9
- package/chunks/HeaderTabs.module-11xkKwN7.js +0 -9
- package/chunks/IslandAccordion.module-C6INnFmn.js +0 -25
- package/chunks/IslandWidgetFooter.module-q--xXUCF.js +0 -9
- package/chunks/IslandWidgetHeader.module-CcgfF5TF.js +0 -9
- package/chunks/LightBoxControls.module-BkW_w9PJ.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DAHE1sRE.js +0 -8
- package/chunks/ListItemTail.module-CcT-PrXt.js +0 -12
- package/chunks/ListMasterFooter.module-CV05gXbo.js +0 -10
- package/chunks/ModalWindow.module-DlNg_kPu.js +0 -17
- package/chunks/Notification.module-C5D-8Dtt.js +0 -21
- package/chunks/Overlay.module-3QvWfMgh.js +0 -18
- package/chunks/Page.module-BV59uicx.js +0 -11
- package/chunks/SMSField.module-BL9kkhHx.js +0 -16
- package/chunks/SliderExtendedMarks.module-Crtr3nYM.js +0 -15
- package/chunks/StatusTracker.module-CtjfmWAE.js +0 -24
- package/chunks/TableFooter.module-Bq2Lm9CG.js +0 -14
- package/chunks/TabsExtended.module-D0-Tp3Ed.js +0 -16
- package/chunks/TabsLine.module-D0stwkA6.js +0 -21
- package/chunks/TooltipDesktop.module-DUucrF7X.js +0 -19
- package/chunks/TreeView.module-CEYl8PNr.js +0 -9
- package/chunks/utils-CC47I1cc.js +0 -24
- package/chunks/vendor-BARd5eYq.js +0 -15069
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { c as e } from "../../../../../chunks/vendor-
|
|
3
|
-
import { c as s } from "../../../../../chunks/Card.module-
|
|
2
|
+
import { c as e } from "../../../../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
import { c as s } from "../../../../../chunks/Card.module-BLsCGNSy.js";
|
|
4
4
|
const m = ({ children: o, className: t, ...r }) => /* @__PURE__ */ a("div", { className: e(s.cardContentFooter, t), ...r, children: o });
|
|
5
5
|
m.displayName = "CardContentFooter";
|
|
6
6
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as o } from "../../../../../chunks/vendor-
|
|
3
|
-
import { c as d } from "../../../../../chunks/Card.module-
|
|
2
|
+
import { c as o } from "../../../../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
import { c as d } from "../../../../../chunks/Card.module-BLsCGNSy.js";
|
|
4
4
|
const s = ({ children: r, className: a, ...e }) => /* @__PURE__ */ t("div", { className: o(d.cardContentHeader, a), ...e, children: r });
|
|
5
5
|
s.displayName = "CardContentHeader";
|
|
6
6
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
-
import { c as e } from "../../../chunks/vendor-
|
|
3
|
-
import { c as m } from "../../../chunks/Card.module-
|
|
2
|
+
import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
import { c as m } from "../../../chunks/Card.module-BLsCGNSy.js";
|
|
4
4
|
const o = ({ children: a, className: r, ...s }) => {
|
|
5
5
|
const c = e(m.cardMedia, r);
|
|
6
6
|
return /* @__PURE__ */ d("div", { className: c, ...s, children: a });
|
package/components/Card/utils.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as p, jsx as b } from "react/jsx-runtime";
|
|
2
2
|
import C, { useState as w, useRef as D, useCallback as L, useEffect as d } from "react";
|
|
3
|
-
import { l as M, c as S } from "../../chunks/vendor-
|
|
3
|
+
import { l as M, c as S } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { scrollSmoothHorizontally as c } from "../../utils/scroll.js";
|
|
5
|
-
const R = "
|
|
5
|
+
const R = "carouselExtended__43a9afec", k = {
|
|
6
6
|
carouselExtended: R
|
|
7
7
|
}, y = C.forwardRef(
|
|
8
8
|
({ children: l, buttonPrev: a, buttonNext: i, stepPrev: u, stepNext: f, ...h }, s) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsxs as I, jsx as
|
|
1
|
+
import { jsxs as I, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import N from "react";
|
|
3
3
|
import { CheckboxbulkStrokeSrvIcon24 as S, CheckboxtickStrokeSrvIcon24 as z } from "@sberbusiness/icons-next";
|
|
4
4
|
import "../Typography/Title.js";
|
|
@@ -7,44 +7,44 @@ import "../Typography/Caption.js";
|
|
|
7
7
|
import { ETextSize as n } from "../Typography/enums.js";
|
|
8
8
|
import { EComponentSize as s } from "../../enums/EComponentSize.js";
|
|
9
9
|
import { createSizeToClassNameMap as y } from "../../utils/classNameMaps.js";
|
|
10
|
-
import { c as l } from "../../chunks/vendor-
|
|
11
|
-
const u = "
|
|
10
|
+
import { c as l } from "../../chunks/vendor-CalMVkfj.js";
|
|
11
|
+
const u = "label__fa97282b", M = "sm__a12d02cc", T = "nonempty__e0faec82", g = "md__68414630", v = "lg__2b4e4195", B = "disabled__701faac9", j = "checkbox__00e20c50", D = "checkboxIcon__d6ae2589", E = "checkmarkIcon__2dcbe9c7", c = {
|
|
12
12
|
label: u,
|
|
13
13
|
sm: M,
|
|
14
14
|
nonempty: T,
|
|
15
15
|
md: g,
|
|
16
|
-
lg:
|
|
17
|
-
disabled:
|
|
18
|
-
checkbox:
|
|
16
|
+
lg: v,
|
|
17
|
+
disabled: B,
|
|
18
|
+
checkbox: j,
|
|
19
19
|
checkboxIcon: D,
|
|
20
20
|
checkmarkIcon: E
|
|
21
21
|
}, L = {
|
|
22
22
|
[s.LG]: n.B2,
|
|
23
23
|
[s.MD]: n.B3,
|
|
24
24
|
[s.SM]: n.B4
|
|
25
|
-
}, i = y(
|
|
25
|
+
}, i = y(c), R = N.forwardRef((b, k) => {
|
|
26
26
|
const {
|
|
27
27
|
children: a,
|
|
28
28
|
className: p,
|
|
29
29
|
disabled: m,
|
|
30
|
-
bulk:
|
|
30
|
+
bulk: d,
|
|
31
31
|
labelAttributes: o,
|
|
32
32
|
size: t = s.MD,
|
|
33
|
-
...
|
|
34
|
-
} = b, h = l(
|
|
35
|
-
|
|
33
|
+
...x
|
|
34
|
+
} = b, h = l(c.checkbox, p, i[t]), _ = l(
|
|
35
|
+
c.label,
|
|
36
36
|
i[t],
|
|
37
|
-
{ [
|
|
37
|
+
{ [c.disabled]: !!m, [c.nonempty]: !!a },
|
|
38
38
|
o == null ? void 0 : o.className
|
|
39
39
|
), f = () => {
|
|
40
|
-
const r =
|
|
41
|
-
return
|
|
40
|
+
const r = c.checkmarkIcon;
|
|
41
|
+
return d ? /* @__PURE__ */ e(S, { className: r, paletteIndex: 7 }) : /* @__PURE__ */ e(z, { className: r, paletteIndex: 7 });
|
|
42
42
|
};
|
|
43
|
-
return /* @__PURE__ */ I("label", { ...o, className: _, "data-tx": "0.
|
|
44
|
-
/* @__PURE__ */
|
|
45
|
-
/* @__PURE__ */
|
|
43
|
+
return /* @__PURE__ */ I("label", { ...o, className: _, "data-tx": "0.14.1", children: [
|
|
44
|
+
/* @__PURE__ */ e("input", { type: "checkbox", className: h, disabled: m, ...x, ref: k }),
|
|
45
|
+
/* @__PURE__ */ e("span", { className: c.checkboxIcon }),
|
|
46
46
|
f(),
|
|
47
|
-
a && /* @__PURE__ */
|
|
47
|
+
a && /* @__PURE__ */ e(C, { size: L[t], tag: "div", children: a })
|
|
48
48
|
] });
|
|
49
49
|
});
|
|
50
50
|
R.displayName = "Checkbox";
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
checkboxXGroup:
|
|
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
|
-
},
|
|
13
|
-
const { children: c, className: t, indent: o = 12, ...
|
|
14
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { c as a } from "../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
const r = "checkboxXGroup__c8f6d3d4", _ = "label__fa97282b", n = {
|
|
4
|
+
checkboxXGroup: r,
|
|
5
|
+
"indent-12": "indent-12__bc2a7e51",
|
|
6
|
+
label: _,
|
|
7
|
+
"indent-16": "indent-16__5bbf6655",
|
|
8
|
+
"indent-20": "indent-20__da58c15c",
|
|
9
|
+
"indent-24": "indent-24__2ad88199",
|
|
10
|
+
"indent-28": "indent-28__235302db",
|
|
11
|
+
"indent-32": "indent-32__c6f6a41c"
|
|
12
|
+
}, b = (e) => {
|
|
13
|
+
const { children: c, className: t, indent: o = 12, ...d } = e, s = a(n.checkboxXGroup, n[`indent-${o}`], t);
|
|
14
|
+
return /* @__PURE__ */ i("div", { className: s, role: "group", ...d, children: c });
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
b.displayName = "CheckboxXGroup";
|
|
17
17
|
export {
|
|
18
|
-
|
|
18
|
+
b as CheckboxXGroup
|
|
19
19
|
};
|
|
20
20
|
//# sourceMappingURL=CheckboxXGroup.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import { c as t } from "../../chunks/vendor-
|
|
3
|
-
const a = "
|
|
2
|
+
import { c as t } from "../../chunks/vendor-CalMVkfj.js";
|
|
3
|
+
const a = "checkboxYGroup__b78b886b", b = {
|
|
4
4
|
checkboxYGroup: a
|
|
5
|
-
},
|
|
6
|
-
const { children: c, className: s, ...
|
|
7
|
-
return /* @__PURE__ */ p("div", { className:
|
|
5
|
+
}, x = (o) => {
|
|
6
|
+
const { children: c, className: s, ...r } = o, e = t(b.checkboxYGroup, s);
|
|
7
|
+
return /* @__PURE__ */ p("div", { className: e, role: "group", ...r, children: c });
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
x.displayName = "CheckboxYGroup";
|
|
10
10
|
export {
|
|
11
|
-
|
|
11
|
+
x as CheckboxYGroup
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=CheckboxYGroup.js.map
|
|
@@ -3,9 +3,9 @@ import { CollapsableTree as x } from "../CollapsableTree/CollapsableTree.js";
|
|
|
3
3
|
import { CheckboxTreeExtendedCheckbox as d } from "./components/CheckboxTreeExtendedCheckbox.js";
|
|
4
4
|
import { CheckboxTreeExtendedNode as c } from "./components/CheckboxTreeExtendedNode.js";
|
|
5
5
|
import { CheckboxTreeExtendedContext as i } from "./CheckboxTreeExtendedContext.js";
|
|
6
|
-
import { c as p } from "../../chunks/vendor-
|
|
6
|
+
import { c as p } from "../../chunks/vendor-CalMVkfj.js";
|
|
7
7
|
import { EComponentSize as s } from "../../enums/EComponentSize.js";
|
|
8
|
-
import { s as n } from "../../chunks/CheckboxTreeExtended.module-
|
|
8
|
+
import { s as n } from "../../chunks/CheckboxTreeExtended.module-CgfwcCEk.js";
|
|
9
9
|
const e = ({ className: r, size: t = s.MD, ...m }) => /* @__PURE__ */ o(i.Provider, { value: { size: t }, children: /* @__PURE__ */ o(x, { className: p(n.checkboxTreeExtended, r), ...m }) });
|
|
10
10
|
e.displayName = "CheckboxTreeExtended";
|
|
11
11
|
e.Checkbox = d;
|
|
@@ -5,7 +5,7 @@ import { jsx as p } from "react/jsx-runtime";
|
|
|
5
5
|
import { CaretdownStrokeSrvIcon16 as l } from "@sberbusiness/icons-next";
|
|
6
6
|
import { EVENT_KEY_CODES as i } from "../../../utils/keyboard.js";
|
|
7
7
|
import h from "react";
|
|
8
|
-
import { s as m } from "../../../chunks/CheckboxTreeExtended.module-
|
|
8
|
+
import { s as m } from "../../../chunks/CheckboxTreeExtended.module-CgfwcCEk.js";
|
|
9
9
|
class x extends h.Component {
|
|
10
10
|
constructor() {
|
|
11
11
|
super(...arguments);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as h, useContext as u, useEffect as d } from "react";
|
|
3
3
|
import { Checkbox as f } from "../../Checkbox/Checkbox.js";
|
|
4
|
-
import { c as i } from "../../../chunks/vendor-
|
|
5
|
-
import { s as t } from "../../../chunks/CheckboxTreeExtended.module-
|
|
4
|
+
import { c as i } from "../../../chunks/vendor-CalMVkfj.js";
|
|
5
|
+
import { s as t } from "../../../chunks/CheckboxTreeExtended.module-CgfwcCEk.js";
|
|
6
6
|
import { CheckboxTreeExtendedContext as k } from "../CheckboxTreeExtendedContext.js";
|
|
7
7
|
const l = ({
|
|
8
8
|
active: r,
|
|
@@ -2,10 +2,10 @@ import { jsx as p, jsxs as i } from "react/jsx-runtime";
|
|
|
2
2
|
import { useContext as x } from "react";
|
|
3
3
|
import { CollapsableTree as l } from "../../CollapsableTree/CollapsableTree.js";
|
|
4
4
|
import { isStaticCheckboxTreeExtended as f } from "../isStaticCheckboxTreeExtended.js";
|
|
5
|
-
import { c as u } from "../../../chunks/vendor-
|
|
5
|
+
import { c as u } from "../../../chunks/vendor-CalMVkfj.js";
|
|
6
6
|
import "./CheckboxTreeExtendedArrow.js";
|
|
7
7
|
import { createSizeToClassNameMap as T } from "../../../utils/classNameMaps.js";
|
|
8
|
-
import { s as o } from "../../../chunks/CheckboxTreeExtended.module-
|
|
8
|
+
import { s as o } from "../../../chunks/CheckboxTreeExtended.module-CgfwcCEk.js";
|
|
9
9
|
import { CheckboxTreeExtendedContext as C } from "../CheckboxTreeExtendedContext.js";
|
|
10
10
|
const N = T(o), y = ({
|
|
11
11
|
children: r,
|
package/components/Chip/Chip.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../../chunks/vendor-
|
|
4
|
-
import { C as e } from "../../chunks/Chip-
|
|
3
|
+
import "../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
import { C as e } from "../../chunks/Chip-BjcDj2XE.js";
|
|
5
5
|
import "../../enums/EComponentSize.js";
|
|
6
6
|
import "../../utils/classNameMaps.js";
|
|
7
7
|
import "../../utils/keyboard.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as p } from "../../chunks/vendor-
|
|
4
|
-
import { CrossStrokeSrvIcon24 as
|
|
2
|
+
import a from "react";
|
|
3
|
+
import { c as p } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
import { CrossStrokeSrvIcon24 as c, CrossStrokeSrvIcon20 as i, CrossStrokeSrvIcon16 as m } from "@sberbusiness/icons-next";
|
|
5
5
|
import { EComponentSize as t } from "../../enums/EComponentSize.js";
|
|
6
6
|
import { ButtonIcon as l } from "../Button/ButtonIcon.js";
|
|
7
|
-
const C = "
|
|
7
|
+
const C = "chipClearButton__7861ffaa", f = {
|
|
8
8
|
chipClearButton: C
|
|
9
9
|
}, I = {
|
|
10
10
|
[t.SM]: /* @__PURE__ */ o(m, { paletteIndex: 6 }),
|
|
11
11
|
[t.MD]: /* @__PURE__ */ o(i, { paletteIndex: 6 }),
|
|
12
|
-
[t.LG]: /* @__PURE__ */ o(
|
|
13
|
-
}, S =
|
|
12
|
+
[t.LG]: /* @__PURE__ */ o(c, { paletteIndex: 6 })
|
|
13
|
+
}, S = a.forwardRef(
|
|
14
14
|
({ className: r, size: e = t.MD, ...n }, s) => /* @__PURE__ */ o(l, { className: p(f.chipClearButton, r), ...n, ref: s, children: I[e] })
|
|
15
15
|
);
|
|
16
16
|
S.displayName = "ChipClearButton";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
+
import N, { useState as O, useRef as h, useEffect as j } from "react";
|
|
3
|
+
import k from "moment";
|
|
4
4
|
import { dateFormatYYYYMMDD as z, globalLimitRange as B } from "../../../consts/DateConst.js";
|
|
5
5
|
import { DateFieldUtils as u } from "../../DateField/utils.js";
|
|
6
6
|
import { DatePickerExtended as G } from "../../DatePickerExtended/DatePickerExtended.js";
|
|
7
7
|
import { ChipDatePickerTarget as H } from "./ChipDatePickerTarget.js";
|
|
8
8
|
import { inputDateFormat as D } from "../../DateField/constants.js";
|
|
9
9
|
import { DropdownMobileMaskedInput as C } from "../../Dropdown/mobile/DropdownMobileMaskedInput.js";
|
|
10
|
-
import { s as L } from "../../../chunks/Chip-
|
|
11
|
-
const U =
|
|
10
|
+
import { s as L } from "../../../chunks/Chip-BjcDj2XE.js";
|
|
11
|
+
const U = N.forwardRef((S, V) => {
|
|
12
12
|
const {
|
|
13
13
|
value: o,
|
|
14
14
|
label: P,
|
|
@@ -23,23 +23,23 @@ const U = E.forwardRef((S, V) => {
|
|
|
23
23
|
onDropdownClose: p,
|
|
24
24
|
size: v,
|
|
25
25
|
...y
|
|
26
|
-
} = S, [r, d] =
|
|
26
|
+
} = S, [r, d] = O(
|
|
27
27
|
u.getPickerValues(o, n, a, i)
|
|
28
|
-
), l = h(r), f = h(!1),
|
|
29
|
-
|
|
28
|
+
), l = h(r), f = h(!1), m = h(!1);
|
|
29
|
+
j(() => {
|
|
30
30
|
const e = u.getPickerValues(o, n, a, i);
|
|
31
31
|
l.current = e, e.inputString !== r.inputString && d(e);
|
|
32
32
|
}, [o, n, a, i]);
|
|
33
33
|
const F = () => {
|
|
34
34
|
const e = f.current ? l.current : r, t = e.calendarDate !== null;
|
|
35
|
-
return /* @__PURE__ */
|
|
35
|
+
return /* @__PURE__ */ g(H, { selected: t, disabled: R, onClear: M, size: v, children: t ? b ?? e.inputString : P });
|
|
36
36
|
}, M = () => {
|
|
37
37
|
s("");
|
|
38
38
|
}, I = () => {
|
|
39
39
|
f.current = !0, c == null || c();
|
|
40
40
|
}, Y = () => {
|
|
41
|
-
f.current = !1,
|
|
42
|
-
}, x = () => /* @__PURE__ */
|
|
41
|
+
f.current = !1, m.current ? m.current = !1 : r.inputString !== l.current.inputString && A(), p == null || p();
|
|
42
|
+
}, x = () => /* @__PURE__ */ g(
|
|
43
43
|
C,
|
|
44
44
|
{
|
|
45
45
|
value: r.inputString,
|
|
@@ -51,7 +51,7 @@ const U = E.forwardRef((S, V) => {
|
|
|
51
51
|
), T = (e) => {
|
|
52
52
|
let t = null;
|
|
53
53
|
e.target.value.length === D.length && (t = k(e.target.value, D, !0), (!t.isValid() || !u.isAvailableDate(t, t.format(n), a, i)) && (t = null)), d({ calendarDate: t, inputString: e.target.value });
|
|
54
|
-
},
|
|
54
|
+
}, A = () => {
|
|
55
55
|
if (r.inputString.length === 0 && o.length !== 0)
|
|
56
56
|
return s(r.inputString);
|
|
57
57
|
const e = k(r.inputString, D, !0);
|
|
@@ -63,10 +63,10 @@ const U = E.forwardRef((S, V) => {
|
|
|
63
63
|
return s(t);
|
|
64
64
|
}
|
|
65
65
|
r.inputString !== l.current.inputString && d(l.current);
|
|
66
|
-
},
|
|
67
|
-
|
|
66
|
+
}, E = (e) => {
|
|
67
|
+
m.current = !0, s(e.format(n));
|
|
68
68
|
};
|
|
69
|
-
return /* @__PURE__ */
|
|
69
|
+
return /* @__PURE__ */ g(
|
|
70
70
|
G,
|
|
71
71
|
{
|
|
72
72
|
className: L.chipGroupItem,
|
|
@@ -77,7 +77,7 @@ const U = E.forwardRef((S, V) => {
|
|
|
77
77
|
limitRange: a,
|
|
78
78
|
onDropdownOpen: I,
|
|
79
79
|
onDropdownClose: Y,
|
|
80
|
-
onDateChange:
|
|
80
|
+
onDateChange: E,
|
|
81
81
|
disabledDays: i,
|
|
82
82
|
...y,
|
|
83
83
|
ref: V
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import u, { useContext as D } from "react";
|
|
3
|
-
import { C as k } from "../../../chunks/Chip-
|
|
3
|
+
import { C as k } from "../../../chunks/Chip-BjcDj2XE.js";
|
|
4
4
|
import { ChipDropdownArrow as w } from "../ChipDropdownArrow.js";
|
|
5
5
|
import { ChipClearButton as P } from "../ChipClearButton.js";
|
|
6
6
|
import { DatePickerExtendedContext as g } from "../../DatePickerExtended/DatePickerExtendedContext.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { CaretdownStrokeSrvIcon20 as p } from "@sberbusiness/icons-next";
|
|
3
|
-
import { c as
|
|
4
|
-
const
|
|
5
|
-
chipDropdownArrow:
|
|
3
|
+
import { c as e } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
|
+
const d = "chipDropdownArrow__8e2e2837", n = "rotated__b115e70f", o = {
|
|
5
|
+
chipDropdownArrow: d,
|
|
6
6
|
rotated: n
|
|
7
7
|
}, w = ({ rotated: r }) => /* @__PURE__ */ t(
|
|
8
8
|
p,
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
10
|
+
className: e(o.chipDropdownArrow, { [o.rotated]: r }),
|
|
11
11
|
paletteIndex: 5
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import f from "react";
|
|
3
|
-
import { C as m } from "../../chunks/Chip-
|
|
3
|
+
import { C as m } from "../../chunks/Chip-BjcDj2XE.js";
|
|
4
4
|
const t = f.forwardRef(({ children: p, ...r }, i) => /* @__PURE__ */ o(m, { ...r, prefix: p, postfix: /* @__PURE__ */ o("span", {}), ref: i }));
|
|
5
5
|
t.displayName = "ChipIcon";
|
|
6
6
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import w from "react";
|
|
3
3
|
import { MultiselectField as y } from "../MultiselectField/MultiselectField.js";
|
|
4
|
-
import { s as x, C as D } from "../../chunks/Chip-
|
|
4
|
+
import { s as x, C as D } from "../../chunks/Chip-BjcDj2XE.js";
|
|
5
5
|
import { ChipClearButton as E } from "./ChipClearButton.js";
|
|
6
6
|
import { ChipDropdownArrow as K } from "./ChipDropdownArrow.js";
|
|
7
7
|
import { isKey as t } from "../../utils/keyboard.js";
|
|
8
|
-
import { c as g } from "../../chunks/vendor-
|
|
8
|
+
import { c as g } from "../../chunks/vendor-CalMVkfj.js";
|
|
9
9
|
const B = w.forwardRef(
|
|
10
10
|
({ children: s, className: c, clearSelected: p, disabled: m, label: a, displayedValue: C, selected: i, size: e, ...d }, f) => {
|
|
11
11
|
const h = (o) => {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import a from "react";
|
|
3
3
|
import { OptionsStrokeSrvIcon24 as i } from "@sberbusiness/icons-next";
|
|
4
|
-
import { C } from "../../chunks/Chip-
|
|
4
|
+
import { C } from "../../chunks/Chip-BjcDj2XE.js";
|
|
5
5
|
import { ChipClearButton as f } from "./ChipClearButton.js";
|
|
6
|
-
const m = "
|
|
6
|
+
const m = "chipOptionsContent__dee26f9e", c = {
|
|
7
7
|
chipOptionsContent: m
|
|
8
|
-
}, l =
|
|
8
|
+
}, l = a.forwardRef(
|
|
9
9
|
({ children: o, clearSelected: e, selected: n, ...p }, s) => /* @__PURE__ */ t(
|
|
10
10
|
C,
|
|
11
11
|
{
|
|
12
12
|
prefix: n ? /* @__PURE__ */ t(i, { paletteIndex: 6 }) : /* @__PURE__ */ t(i, { paletteIndex: 5 }),
|
|
13
|
-
postfix: n ? /* @__PURE__ */ t(f, { onClick: (
|
|
14
|
-
|
|
13
|
+
postfix: n ? /* @__PURE__ */ t(f, { onClick: (r) => {
|
|
14
|
+
r.stopPropagation(), e();
|
|
15
15
|
}, size: p.size }) : /* @__PURE__ */ t("span", {}),
|
|
16
16
|
selected: n,
|
|
17
17
|
...p,
|
|
@@ -5,8 +5,8 @@ import "../../SelectExtendedField/components/SelectExtendedFieldDropdown.js";
|
|
|
5
5
|
import "../../SelectExtendedField/components/SelectExtendedFieldTarget.js";
|
|
6
6
|
import { SelectExtendedFieldDropdownDefault as w } from "../../SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js";
|
|
7
7
|
import { ChipSelectTarget as D } from "./ChipSelectTarget.js";
|
|
8
|
-
import { s as T } from "../../../chunks/Chip-
|
|
9
|
-
import { c as g } from "../../../chunks/vendor-
|
|
8
|
+
import { s as T } from "../../../chunks/Chip-BjcDj2XE.js";
|
|
9
|
+
import { c as g } from "../../../chunks/vendor-CalMVkfj.js";
|
|
10
10
|
const y = S.forwardRef(
|
|
11
11
|
({ className: m, clearSelected: d, disabled: c, size: o, label: i, displayedValue: p, onChange: l, options: s, value: e, ...n }, f) => {
|
|
12
12
|
const a = (r) => /* @__PURE__ */ t(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import T, { useCallback as t } from "react";
|
|
3
|
-
import { C as g } from "../../../chunks/Chip-
|
|
3
|
+
import { C as g } from "../../../chunks/Chip-BjcDj2XE.js";
|
|
4
4
|
import { ChipDropdownArrow as x } from "../ChipDropdownArrow.js";
|
|
5
5
|
import { ChipClearButton as y } from "../ChipClearButton.js";
|
|
6
6
|
import { isKey as a } from "../../../utils/keyboard.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import b from "react";
|
|
3
|
-
import { l as C, c as l } from "../../chunks/vendor-
|
|
3
|
+
import { l as C, c as l } from "../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { ChipIcon as E } from "./ChipIcon.js";
|
|
5
5
|
import { SortStrokeSrvIcon24 as m } from "@sberbusiness/icons-next";
|
|
6
6
|
import { SelectExtendedField as u } from "../SelectExtendedField/SelectExtendedField.js";
|
|
7
7
|
import "../SelectExtendedField/components/SelectExtendedFieldDropdown.js";
|
|
8
8
|
import "../SelectExtendedField/components/SelectExtendedFieldTarget.js";
|
|
9
9
|
import { SelectExtendedFieldDropdownDefault as w } from "../SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js";
|
|
10
|
-
import { s as D } from "../../chunks/Chip-
|
|
10
|
+
import { s as D } from "../../chunks/Chip-BjcDj2XE.js";
|
|
11
11
|
const N = b.forwardRef(
|
|
12
12
|
({ className: a, defaultValue: p, disabled: d, label: s, onChange: c, options: n, value: r, size: t, ...f }, x) => {
|
|
13
13
|
const i = !!r && !C.isEqual(p, r), h = ({ opened: e, setOpened: I }) => /* @__PURE__ */ o(
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ChipSuggestTarget as h } from "./ChipSuggestTarget.js";
|
|
2
2
|
import { jsxs as R, jsx as m } from "react/jsx-runtime";
|
|
3
3
|
import d, { useRef as p } from "react";
|
|
4
|
-
import { c as x } from "../../../chunks/vendor-
|
|
4
|
+
import { c as x } from "../../../chunks/vendor-CalMVkfj.js";
|
|
5
5
|
import "../../Suggest/SuggestContext.js";
|
|
6
6
|
import { Suggest as S } from "../../Suggest/Suggest.js";
|
|
7
7
|
import { ChipSuggestDropdown as C } from "./ChipSuggestDropdown.js";
|
|
8
|
-
import { s as j } from "../../../chunks/Chip-
|
|
8
|
+
import { s as j } from "../../../chunks/Chip-BjcDj2XE.js";
|
|
9
9
|
const w = ({ className: c, displayedValue: g, label: r, prefix: y, targetProps: u, dropdownProps: n, ...o }, t) => {
|
|
10
10
|
const { value: s, size: i } = o, f = p(null), l = p(null), a = (e) => {
|
|
11
11
|
f.current = e, typeof t == "function" ? t(e) : t && (t.current = e);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as e, jsxs as C } from "react/jsx-runtime";
|
|
2
2
|
import E, { useCallback as O } from "react";
|
|
3
|
-
import { F as S } from "../../../chunks/vendor-
|
|
3
|
+
import { F as S } from "../../../chunks/vendor-CalMVkfj.js";
|
|
4
4
|
import { EVENT_KEY_CODES as L } from "../../../utils/keyboard.js";
|
|
5
5
|
import { useSuggestContext as k } from "../../Suggest/SuggestContext.js";
|
|
6
6
|
import { Dropdown as x } from "../../Dropdown/Dropdown.js";
|
|
7
7
|
import "../../Dropdown/DropdownListContext.js";
|
|
8
8
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
9
9
|
import { DropdownList as F } from "../../Dropdown/desktop/DropdownList.js";
|
|
10
|
-
import { D as R } from "../../../chunks/DropdownListItem-
|
|
10
|
+
import { D as R } from "../../../chunks/DropdownListItem-BByGOD7_.js";
|
|
11
11
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
12
12
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
13
13
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import E, { useCallback as t } from "react";
|
|
3
3
|
import { useSuggestContext as P } from "../../Suggest/SuggestContext.js";
|
|
4
4
|
import "../../Suggest/Suggest.js";
|
|
5
|
-
import { C as T } from "../../../chunks/Chip-
|
|
5
|
+
import { C as T } from "../../../chunks/Chip-BjcDj2XE.js";
|
|
6
6
|
import { ChipClearButton as c } from "../ChipClearButton.js";
|
|
7
7
|
import { ChipDropdownArrow as w } from "../ChipDropdownArrow.js";
|
|
8
8
|
import { isKey as n } from "../../../utils/keyboard.js";
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { useState as
|
|
3
|
-
import { useSuggestContext as
|
|
4
|
-
import { FormField as
|
|
2
|
+
import { useState as z, useRef as T, useCallback as o } from "react";
|
|
3
|
+
import { useSuggestContext as k } from "../../../Suggest/SuggestContext.js";
|
|
4
|
+
import { FormField as B } from "../../../FormField/FormField.js";
|
|
5
5
|
import "../../../FormField/components/FormFieldDescription.js";
|
|
6
6
|
import "../../../FormField/components/FormFieldCounter.js";
|
|
7
|
-
import { FormFieldLabel as
|
|
8
|
-
import { FormFieldClear as
|
|
7
|
+
import { FormFieldLabel as D } from "../../../FormField/components/FormFieldLabel.js";
|
|
8
|
+
import { FormFieldClear as L } from "../../../FormField/components/FormFieldClear.js";
|
|
9
9
|
import "../../../FormField/components/FormFieldTarget.js";
|
|
10
|
-
import { F as
|
|
10
|
+
import { F as M } from "../../../../chunks/FormFieldInput-CXE2lpa2.js";
|
|
11
11
|
import "../../../FormField/components/FormFieldMaskedInput.js";
|
|
12
|
-
import { FormFieldPostfix as
|
|
12
|
+
import { FormFieldPostfix as O } from "../../../FormField/components/FormFieldPostfix.js";
|
|
13
13
|
import "../../../FormField/components/FormFieldPrefix.js";
|
|
14
14
|
import "../../../FormField/components/FormFieldTextarea.js";
|
|
15
15
|
import { EComponentSize as a } from "../../../../enums/EComponentSize.js";
|
|
16
16
|
import { Tooltip as n } from "../../../Tooltip/Tooltip.js";
|
|
17
|
-
import { ETooltipSize as
|
|
18
|
-
import { LoaderSmall as
|
|
19
|
-
import { ELoaderSmallTheme as
|
|
17
|
+
import { ETooltipSize as R } from "../../../Tooltip/enums.js";
|
|
18
|
+
import { LoaderSmall as W } from "../../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
|
+
import { ELoaderSmallTheme as b } from "../../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
const E = "
|
|
21
|
+
const E = "chipSuggestInputWrapper__327d653e", j = {
|
|
22
22
|
chipSuggestInputWrapper: E
|
|
23
23
|
}, oe = ({ children: m }) => {
|
|
24
24
|
const {
|
|
@@ -31,20 +31,20 @@ const E = "chipSuggestInputWrapper__b42307be", j = {
|
|
|
31
31
|
tooltipOpen: h,
|
|
32
32
|
clearInputOnFocus: p,
|
|
33
33
|
onFilter: e
|
|
34
|
-
} =
|
|
35
|
-
(
|
|
36
|
-
e(
|
|
34
|
+
} = k(), [F, l] = z(!1), s = T(null), S = o(() => e(""), [e]), I = o(
|
|
35
|
+
(v) => {
|
|
36
|
+
e(v.target.value);
|
|
37
37
|
},
|
|
38
38
|
[e]
|
|
39
39
|
), C = o(() => {
|
|
40
40
|
l(!0), r.length !== 0 && p === !0 && e("");
|
|
41
41
|
}, [r.length, p, e]), x = o(() => l(!1), []);
|
|
42
|
-
return /* @__PURE__ */ i(
|
|
43
|
-
/* @__PURE__ */ t(
|
|
42
|
+
return /* @__PURE__ */ i(B, { className: j.chipSuggestInputWrapper, size: a.SM, children: [
|
|
43
|
+
/* @__PURE__ */ t(D, { children: m }),
|
|
44
44
|
/* @__PURE__ */ i(
|
|
45
45
|
n,
|
|
46
46
|
{
|
|
47
|
-
size:
|
|
47
|
+
size: R.SM,
|
|
48
48
|
isOpen: !!h && F,
|
|
49
49
|
toggle: () => {
|
|
50
50
|
},
|
|
@@ -53,7 +53,7 @@ const E = "chipSuggestInputWrapper__b42307be", j = {
|
|
|
53
53
|
children: [
|
|
54
54
|
/* @__PURE__ */ t(n.Body, { children: c }),
|
|
55
55
|
/* @__PURE__ */ t(n.Target, { children: /* @__PURE__ */ t(
|
|
56
|
-
|
|
56
|
+
M,
|
|
57
57
|
{
|
|
58
58
|
value: r,
|
|
59
59
|
placeholder: u,
|
|
@@ -69,9 +69,9 @@ const E = "chipSuggestInputWrapper__b42307be", j = {
|
|
|
69
69
|
]
|
|
70
70
|
}
|
|
71
71
|
),
|
|
72
|
-
/* @__PURE__ */ i(
|
|
73
|
-
/* @__PURE__ */ t(
|
|
74
|
-
f && /* @__PURE__ */ t(
|
|
72
|
+
/* @__PURE__ */ i(O, { children: [
|
|
73
|
+
/* @__PURE__ */ t(L, { onClick: S }),
|
|
74
|
+
f && /* @__PURE__ */ t(W, { theme: b.BRAND, size: a.SM })
|
|
75
75
|
] })
|
|
76
76
|
] });
|
|
77
77
|
};
|
package/components/Chip/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as e } from "../../chunks/Chip-
|
|
1
|
+
import { C as e } from "../../chunks/Chip-BjcDj2XE.js";
|
|
2
2
|
import { ChipDatePicker as t } from "./ChipDatePicker/ChipDatePicker.js";
|
|
3
3
|
import { ChipDatePickerTarget as C } from "./ChipDatePicker/ChipDatePickerTarget.js";
|
|
4
4
|
import { ChipClearButton as h } from "./ChipClearButton.js";
|