@sberbusiness/triplex-next 0.27.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-DRBt_s0Q.js → CalendarViewItem-DysxnR-B.js} +18 -18
- 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-BflrX8i-.js → DropdownListItem-DEMHVloq.js} +16 -16
- package/chunks/DropdownMobile.module-D_HYruos.js +23 -0
- package/chunks/Footer.module-BijXXNLX.js +9 -0
- package/chunks/{FormFieldInput-q8qt9K5c.js → FormFieldInput-Cb-NqZOL.js} +25 -25
- package/chunks/HeaderLayoutSidebar.module-BvSSRT60.js +9 -0
- package/chunks/HeaderTabs.module-Yh7VuJr3.js +9 -0
- package/chunks/{HeaderTitle.module-Y10Bm5lm.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-DHs-Qjcp.js → LightBoxContent-CpxzDBba.js} +11 -11
- package/chunks/LightBoxControls.module-BulvfqYp.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-jdGcrQ0Q.js +9 -0
- package/chunks/{ListItemControlsButton-pIOQbY1R.js → ListItemControlsButton-BcWg1BjZ.js} +15 -15
- 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-ylfekLwv.js → SliderExtendedRail-D-T2vfBA.js} +9 -9
- package/chunks/StatusTracker.module-DhavZ4lj.js +24 -0
- package/chunks/{StepperStepArrowBorder-DJAqKqGz.js → StepperStepArrowBorder-DoCkMkMz.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-DC3vUbne.js → SuggestFieldMobileDropdownHint-DMUtIm6D.js} +2 -2
- 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-xOoub0aL.js → UploadZoneInput-DBUlHhad.js} +7 -7
- package/chunks/{constants-CoLWcWYQ.js → constants-3hOLYskn.js} +10 -10
- package/chunks/utils-8R7OR9DQ.js +24 -0
- package/chunks/{utils-D_H8vO74.js → utils-BzsnXGYj.js} +5 -5
- package/chunks/utils-C0T4qN0O.js +73 -0
- package/chunks/{utils-BXp6zjzV.js → utils-C3N8DE_4.js} +5 -5
- 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 +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +3 -3
- package/components/Badge/Badge.js +3 -3
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +14 -14
- package/components/Badge/components/BadgePostfix.js +5 -5
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +15 -15
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +4 -4
- package/components/Button/ButtonIcon.js +9 -9
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +13 -13
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +9 -9
- 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 +8 -8
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- 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 +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- 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 +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- 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 +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +141 -141
- 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 +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +5 -5
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +10 -10
- package/components/Dropdown/desktop/DropdownDesktop.js +21 -21
- 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 +4 -4
- package/components/Ellipsis/Ellipsis.js +5 -5
- package/components/EmptyView/EmptyView.js +17 -17
- package/components/ExpandAnimation/ExpandAnimation.js +9 -9
- 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 +22 -22
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +4 -4
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +4 -4
- package/components/FormField/components/FormFieldMaskedInput.js +28 -28
- package/components/FormField/components/FormFieldPostfix.js +4 -4
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +9 -9
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- 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 +8 -8
- 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 +6 -6
- package/components/Island/components/IslandFooter.js +3 -3
- 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 +2 -2
- package/components/IslandWidget/IslandWidget.js +22 -22
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- 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 +10 -10
- 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 +68 -61
- 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 +11 -11
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +13 -13
- package/components/Link/Link.js +11 -11
- package/components/List/List.js +6 -6
- package/components/List/components/ListEmptyState.js +5 -5
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +9 -9
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +1 -1
- package/components/List/components/ListItemSelectable.js +1 -1
- 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 +1 -1
- package/components/List/components/ListSortableItemControls.js +6 -6
- package/components/List/components/ListSortableItemTarget.js +9 -9
- 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 +1 -1
- 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 +7 -7
- package/components/LoaderScreen/LoaderScreen.js +1 -1
- 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/MonthYearRange/MonthYearRange.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +9 -9
- 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 +5 -5
- package/components/OrderedList/OrderedListItem.js +2 -2
- 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 +5 -5
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +21 -21
- package/components/Radio/Radio.js +15 -15
- package/components/Radio/RadioXGroup.js +9 -9
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +5 -5
- 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 +2 -2
- package/components/SegmentedControl/SegmentedControlSegment.js +20 -20
- 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 +13 -13
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +4 -4
- 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 +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +28 -28
- package/components/SmallInput/SmallInput.js +6 -6
- 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 +17 -17
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +9 -9
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- package/components/Suggest/SuggestMobileDropdownContent.js +7 -7
- 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 +15 -15
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +5 -5
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +6 -6
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +1 -1
- package/components/Table/TabsLinePanelLinks.js +8 -8
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +6 -6
- 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 +11 -11
- package/components/Tag/Tag.js +14 -14
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +8 -8
- 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 +10 -10
- 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 +3 -3
- package/components/TopOverlay/TopOverlay.js +9 -9
- 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 +15 -15
- package/components/Typography/CodeText.js +11 -11
- 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 +37 -8
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/AlertProcessSpoiler-CyQjNK-A.js +0 -41
- package/chunks/Card.module-D8T8SSWF.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BQD7DKNP.js +0 -15
- package/chunks/Chip-BWrXp8b3.js +0 -77
- package/chunks/Confirm.module-D5UicEEs.js +0 -15
- package/chunks/DropdownMobile.module-3D5LlZCS.js +0 -23
- package/chunks/Footer.module-BfB70vm7.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DP3SxiTp.js +0 -9
- package/chunks/HeaderTabs.module-Cx-Ctxui.js +0 -9
- package/chunks/IslandAccordion.module-CVxFZsLG.js +0 -25
- package/chunks/IslandWidgetFooter.module-VlqE7l7C.js +0 -9
- package/chunks/IslandWidgetHeader.module-DwIaQr1_.js +0 -12
- package/chunks/LightBoxControls.module-D1KjqwKb.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DPT31Rzn.js +0 -9
- package/chunks/ListItemTail.module-Cu4UoxMF.js +0 -12
- package/chunks/ListMasterFooter.module-wznlsgml.js +0 -10
- package/chunks/ModalWindow.module-BrOAz5Ut.js +0 -17
- package/chunks/Notification.module-CyBTQm0m.js +0 -20
- package/chunks/Overlay.module-hR6GT0XD.js +0 -18
- package/chunks/Page.module-DydaWXa2.js +0 -11
- package/chunks/SMSField.module-DoBN7Aba.js +0 -16
- package/chunks/SliderExtendedMarks.module-DZXE3Uju.js +0 -15
- package/chunks/StatusTracker.module-D8_bnGs2.js +0 -24
- package/chunks/TableFooter.module-BG7ShSJ1.js +0 -14
- package/chunks/TabsExtended.module-D60HGy0o.js +0 -16
- package/chunks/TabsLine.module-BfBp0UOt.js +0 -21
- package/chunks/TooltipDesktop.module-BrcbbP-s.js +0 -19
- package/chunks/TreeView.module-lKZg_HMx.js +0 -9
- package/chunks/utils-CfCPvNY4.js +0 -73
- package/chunks/utils-PKY322-t.js +0 -24
|
@@ -1,86 +1,82 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { Portal as
|
|
4
|
-
import { c as
|
|
5
|
-
import { ModalWindowViewManager as
|
|
6
|
-
import { useToken as
|
|
7
|
-
import { s as
|
|
8
|
-
import { EComponentSize as
|
|
9
|
-
import { createSizeToClassNameMap as
|
|
10
|
-
const
|
|
1
|
+
import { jsxs as l, Fragment as T, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import g, { useState as z, useEffect as L } from "react";
|
|
3
|
+
import { Portal as $ } from "../Portal/Portal.js";
|
|
4
|
+
import { c as u, C as k, F as B } from "../../chunks/vendor---Om3uMV.js";
|
|
5
|
+
import { ModalWindowViewManager as F } from "./components/ModalWindowViewManager.js";
|
|
6
|
+
import { useToken as R } from "../ThemeProvider/useToken.js";
|
|
7
|
+
import { s as a } from "../../chunks/ModalWindow.module-CbeisCTo.js";
|
|
8
|
+
import { EComponentSize as j } from "../../enums/EComponentSize.js";
|
|
9
|
+
import { createSizeToClassNameMap as P } from "../../utils/classNameMaps.js";
|
|
10
|
+
const c = "ufs-modal-window", q = 300, r = ["modal-open", "no-hash-overflow-hidden"], A = P(a), D = () => {
|
|
11
|
+
let t = document.querySelector(`#${c}-wrapper`);
|
|
12
|
+
t || (t = document.createElement("div"), t.setAttribute("id", `${c}-wrapper`), document.body.appendChild(t));
|
|
13
|
+
const e = document.createElement("div");
|
|
14
|
+
return e.className = `${c}-portal-node`, t.appendChild(e), e;
|
|
15
|
+
}, V = g.forwardRef((t, e) => {
|
|
11
16
|
const {
|
|
12
|
-
isOpen:
|
|
13
|
-
children:
|
|
14
|
-
containerClassName:
|
|
17
|
+
isOpen: m,
|
|
18
|
+
children: f,
|
|
19
|
+
containerClassName: N,
|
|
15
20
|
focusTrapProps: s,
|
|
16
|
-
onExited:
|
|
17
|
-
closeButton:
|
|
18
|
-
size:
|
|
19
|
-
className:
|
|
20
|
-
topPosition:
|
|
21
|
-
...
|
|
22
|
-
} =
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
var e;
|
|
33
|
-
o.current && ((e = o.current.parentNode) == null || e.removeChild(o.current));
|
|
34
|
-
}, p = () => {
|
|
35
|
-
const e = document.body.classList;
|
|
36
|
-
e.contains(i[0]) && e.remove(...i);
|
|
37
|
-
}, T = () => {
|
|
38
|
-
const e = document.body.classList;
|
|
39
|
-
e.contains(i[0]) || e.add(...i);
|
|
40
|
-
}, P = () => {
|
|
41
|
-
u(), p(), m(!1), c && c();
|
|
42
|
-
}, R = (e) => {
|
|
43
|
-
typeof a == "function" ? a(e) : a && (a.current = e);
|
|
21
|
+
onExited: d,
|
|
22
|
+
closeButton: w,
|
|
23
|
+
size: C = j.MD,
|
|
24
|
+
className: h,
|
|
25
|
+
topPosition: y = 100,
|
|
26
|
+
...v
|
|
27
|
+
} = t, M = { "--modal-window-top": `${y}px` }, [i] = z(D), { scopeClassName: W } = R(), p = () => {
|
|
28
|
+
const o = document.body.classList;
|
|
29
|
+
o.contains(r[0]) && o.remove(...r);
|
|
30
|
+
}, O = () => {
|
|
31
|
+
const o = document.body.classList;
|
|
32
|
+
o.contains(r[0]) || o.add(...r);
|
|
33
|
+
}, b = () => {
|
|
34
|
+
p(), d == null || d();
|
|
35
|
+
}, x = (o) => {
|
|
36
|
+
typeof e == "function" ? e(o) : e && (e.current = o);
|
|
44
37
|
};
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
38
|
+
L(() => () => {
|
|
39
|
+
var o;
|
|
40
|
+
(o = i.parentNode) == null || o.removeChild(i), p();
|
|
41
|
+
}, [i]);
|
|
42
|
+
const E = u(W, a.modalWindowContainer, N), S = u(a.modalWindow, A[C], h);
|
|
43
|
+
return /* @__PURE__ */ l(T, { children: [
|
|
44
|
+
/* @__PURE__ */ n($, { container: i, children: /* @__PURE__ */ n(
|
|
45
|
+
k,
|
|
50
46
|
{
|
|
51
|
-
in:
|
|
52
|
-
timeout:
|
|
47
|
+
in: m,
|
|
48
|
+
timeout: q,
|
|
53
49
|
classNames: "global-modalWindowTransition",
|
|
54
50
|
appear: !0,
|
|
55
51
|
enter: !0,
|
|
56
52
|
exit: !0,
|
|
57
|
-
onEnter:
|
|
58
|
-
onExited:
|
|
53
|
+
onEnter: O,
|
|
54
|
+
onExited: b,
|
|
59
55
|
mountOnEnter: !0,
|
|
60
56
|
unmountOnExit: !0,
|
|
61
|
-
children: /* @__PURE__ */
|
|
62
|
-
|
|
57
|
+
children: /* @__PURE__ */ n(
|
|
58
|
+
B,
|
|
63
59
|
{
|
|
64
|
-
active:
|
|
60
|
+
active: m,
|
|
65
61
|
...s,
|
|
66
62
|
focusTrapOptions: {
|
|
67
63
|
allowOutsideClick: !0,
|
|
68
64
|
preventScroll: !0,
|
|
69
65
|
...s == null ? void 0 : s.focusTrapOptions
|
|
70
66
|
},
|
|
71
|
-
children: /* @__PURE__ */
|
|
72
|
-
/* @__PURE__ */
|
|
73
|
-
/* @__PURE__ */
|
|
67
|
+
children: /* @__PURE__ */ l("div", { className: E, style: M, children: [
|
|
68
|
+
/* @__PURE__ */ n("div", { className: a.modalWindowBackdrop }),
|
|
69
|
+
/* @__PURE__ */ n(
|
|
74
70
|
"div",
|
|
75
71
|
{
|
|
76
72
|
role: "dialog",
|
|
77
73
|
"aria-modal": "true",
|
|
78
|
-
...
|
|
79
|
-
ref:
|
|
80
|
-
className:
|
|
81
|
-
children: /* @__PURE__ */
|
|
82
|
-
|
|
83
|
-
|
|
74
|
+
...v,
|
|
75
|
+
ref: x,
|
|
76
|
+
className: S,
|
|
77
|
+
children: /* @__PURE__ */ l("div", { className: a.modalWindowContentWrapper, children: [
|
|
78
|
+
f,
|
|
79
|
+
w
|
|
84
80
|
] })
|
|
85
81
|
}
|
|
86
82
|
)
|
|
@@ -89,11 +85,11 @@ const l = "ufs-modal-window", H = 300, i = ["modal-open", "no-hash-overflow-hidd
|
|
|
89
85
|
)
|
|
90
86
|
}
|
|
91
87
|
) }),
|
|
92
|
-
/* @__PURE__ */
|
|
88
|
+
/* @__PURE__ */ n(F, {})
|
|
93
89
|
] });
|
|
94
90
|
});
|
|
95
|
-
|
|
91
|
+
V.displayName = "ModalWindow";
|
|
96
92
|
export {
|
|
97
|
-
|
|
93
|
+
V as ModalWindow
|
|
98
94
|
};
|
|
99
95
|
//# sourceMappingURL=ModalWindow.js.map
|
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import { Island as
|
|
4
|
-
import { EComponentSize as
|
|
5
|
-
import { EIslandType as
|
|
6
|
-
const
|
|
7
|
-
modalWindowBody:
|
|
8
|
-
},
|
|
9
|
-
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { c as s } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
import { Island as a } from "../../Island/Island.js";
|
|
4
|
+
import { EComponentSize as n } from "../../../enums/EComponentSize.js";
|
|
5
|
+
import { EIslandType as l } from "../../Island/enums.js";
|
|
6
|
+
const t = "modalWindowBody__4bf5d99e", r = {
|
|
7
|
+
modalWindowBody: t
|
|
8
|
+
}, e = ({ children: o, className: d, ...m }) => /* @__PURE__ */ i(
|
|
9
|
+
a,
|
|
10
10
|
{
|
|
11
|
-
className:
|
|
12
|
-
type:
|
|
13
|
-
size:
|
|
11
|
+
className: s(r.modalWindowBody, d),
|
|
12
|
+
type: l.TYPE_1,
|
|
13
|
+
size: n.MD,
|
|
14
14
|
...m,
|
|
15
15
|
children: o
|
|
16
16
|
}
|
|
17
17
|
);
|
|
18
|
+
e.displayName = "ModalWindowBody";
|
|
18
19
|
export {
|
|
19
|
-
|
|
20
|
+
e as ModalWindowBody
|
|
20
21
|
};
|
|
21
22
|
//# sourceMappingURL=ModalWindowBody.js.map
|
|
@@ -1,29 +1,28 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import { useRef as t } from "react";
|
|
3
|
+
import { CrossStrokeSrvIcon20 as m } from "@sberbusiness/icons-next";
|
|
4
|
+
import { Button as n } from "../../Button/Button.js";
|
|
5
|
+
import { EButtonTheme as i } from "../../Button/enums.js";
|
|
6
|
+
import { TriggerClickOnKeyDownEvent as l } from "../../Triggers/TriggerClickOnKeyDownEvent.js";
|
|
7
7
|
import { EComponentSize as s } from "../../../enums/EComponentSize.js";
|
|
8
|
-
import {
|
|
9
|
-
const C = "
|
|
8
|
+
import { EVENT_KEY_CODES as d } from "../../../utils/keyboard.js";
|
|
9
|
+
const C = "modalWindowClose__c3f53273", a = {
|
|
10
10
|
modalWindowClose: C
|
|
11
|
-
},
|
|
12
|
-
const e =
|
|
13
|
-
return /* @__PURE__ */ o("div", { className: a.modalWindowClose, children: /* @__PURE__ */ o(
|
|
14
|
-
|
|
11
|
+
}, f = (r) => {
|
|
12
|
+
const e = t(null);
|
|
13
|
+
return /* @__PURE__ */ o("div", { className: a.modalWindowClose, children: /* @__PURE__ */ o(l, { eventKeyCode: d.ESCAPE, targetRef: e, children: /* @__PURE__ */ o(
|
|
14
|
+
n,
|
|
15
15
|
{
|
|
16
|
-
title: "Закрыть",
|
|
17
16
|
ref: e,
|
|
18
|
-
icon: /* @__PURE__ */ o(
|
|
19
|
-
...
|
|
17
|
+
icon: /* @__PURE__ */ o(m, { paletteIndex: 0 }),
|
|
18
|
+
...r,
|
|
20
19
|
size: s.MD,
|
|
21
|
-
theme:
|
|
20
|
+
theme: i.SECONDARY
|
|
22
21
|
}
|
|
23
22
|
) }) });
|
|
24
23
|
};
|
|
25
|
-
|
|
24
|
+
f.displayName = "ModalWindowClose";
|
|
26
25
|
export {
|
|
27
|
-
|
|
26
|
+
f as ModalWindowClose
|
|
28
27
|
};
|
|
29
28
|
//# sourceMappingURL=ModalWindowClose.js.map
|
|
@@ -1,19 +1,25 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { c as
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
className: m,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as i } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
import l from "react";
|
|
4
|
+
import { LoaderScreen as c } from "../../LoaderScreen/LoaderScreen.js";
|
|
5
|
+
import { s as o } from "../../../chunks/ModalWindow.module-CbeisCTo.js";
|
|
6
|
+
import { Page as p } from "../../Page/Page.js";
|
|
7
|
+
const f = l.forwardRef(
|
|
8
|
+
({ isLoading: e, className: r, loadingTitle: m, children: d, ...t }, n) => /* @__PURE__ */ s(
|
|
9
|
+
"div",
|
|
10
|
+
{
|
|
11
|
+
ref: n,
|
|
12
|
+
className: i(o.modalWindowContent, r, { [o.isLoading]: e }),
|
|
13
|
+
...t,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ a(p, { className: o.modalWindowContentPage, children: d }),
|
|
16
|
+
e && /* @__PURE__ */ a(c, { className: o.modalWindowLoaderScreen, type: "middle", children: m })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
);
|
|
21
|
+
f.displayName = "ModalWindowContent";
|
|
16
22
|
export {
|
|
17
|
-
|
|
23
|
+
f as ModalWindowContent
|
|
18
24
|
};
|
|
19
25
|
//# sourceMappingURL=ModalWindowContent.js.map
|
|
@@ -2,9 +2,9 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import { HeaderPage as e } from "../../Page/components/HeaderPage.js";
|
|
3
3
|
import { EHeaderPageType as i } from "../../Page/components/enums.js";
|
|
4
4
|
import { c as l } from "../../../chunks/vendor---Om3uMV.js";
|
|
5
|
-
const t = "
|
|
5
|
+
const t = "modalWindowHeader__0a69d793", s = {
|
|
6
6
|
modalWindowHeader: t
|
|
7
|
-
}, o = ({ className:
|
|
7
|
+
}, o = ({ className: a, children: d, ...r }) => /* @__PURE__ */ m(e, { className: l(s.modalWindowHeader, a), ...r, type: i.FIRST, children: d });
|
|
8
8
|
o.Title = e.Title;
|
|
9
9
|
o.displayName = "ModalWindowHeader";
|
|
10
10
|
export {
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { g, i as W, p as
|
|
1
|
+
import { jsx as r, jsxs as m } from "react/jsx-runtime";
|
|
2
|
+
import p, { useState as s, useRef as h, useLayoutEffect as g } from "react";
|
|
3
|
+
import { g as R, i as W, p as c } from "../../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { Portal as M } from "../../Portal/Portal.js";
|
|
5
|
-
import { s as
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
import { s as N } from "../../../chunks/ModalWindow.module-CbeisCTo.js";
|
|
6
|
+
const l = "modalWindowViewManagerNodeId", x = () => {
|
|
7
|
+
let e = document.querySelector(`#${l}`);
|
|
8
|
+
return e || (e = document.createElement("div"), e.setAttribute("id", l), document.body.appendChild(e)), e;
|
|
9
|
+
}, V = p.forwardRef((e, i) => {
|
|
10
|
+
const [n] = s(x), [t, f] = s(), d = h(null), w = (o) => {
|
|
11
|
+
d.current = o, typeof i == "function" ? i(o) : i && (i.current = o);
|
|
12
|
+
}, a = () => {
|
|
13
|
+
if (d.current) {
|
|
14
|
+
const o = d.current.getBoundingClientRect();
|
|
10
15
|
W(
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
) ||
|
|
16
|
+
c(t, ["top", "left", "width", "height"]),
|
|
17
|
+
c(o, ["top", "left", "width", "height"])
|
|
18
|
+
) || f(o);
|
|
14
19
|
}
|
|
15
|
-
}, w = () => {
|
|
16
|
-
let e = document.querySelector(`#${s}`);
|
|
17
|
-
e || (e = document.createElement("div"), e.setAttribute("id", s), document.body.appendChild(e)), c(e);
|
|
18
20
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}, []), p(() => {
|
|
22
|
-
n();
|
|
21
|
+
g(() => {
|
|
22
|
+
a();
|
|
23
23
|
});
|
|
24
|
-
const { ref:
|
|
24
|
+
const { ref: u } = R({
|
|
25
25
|
handleWidth: !0,
|
|
26
|
-
onResize:
|
|
26
|
+
onResize: a,
|
|
27
27
|
refreshMode: "debounce",
|
|
28
28
|
refreshRate: 100
|
|
29
29
|
});
|
|
30
|
-
return
|
|
31
|
-
/* @__PURE__ */
|
|
32
|
-
t && /* @__PURE__ */
|
|
30
|
+
return n ? /* @__PURE__ */ r(M, { container: n, children: /* @__PURE__ */ m("div", { ref: w, style: { height: "100%" }, children: [
|
|
31
|
+
/* @__PURE__ */ r("div", { ref: u, className: N.modalWindowResizeWrapper }),
|
|
32
|
+
t && /* @__PURE__ */ r("style", { children: `
|
|
33
33
|
:root {
|
|
34
34
|
--modalWindow-screen-left: ${t.x >= 0 ? t.x : 0}px;
|
|
35
35
|
--modalWindow-screen-width: ${t.width}px;
|
|
@@ -37,9 +37,10 @@ const s = "modalWindowViewManagerNodeId", z = () => {
|
|
|
37
37
|
}
|
|
38
38
|
` })
|
|
39
39
|
] }) }) : null;
|
|
40
|
-
};
|
|
40
|
+
});
|
|
41
|
+
V.displayName = "ModalWindowViewManager";
|
|
41
42
|
export {
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
V as ModalWindowViewManager,
|
|
44
|
+
l as modalWindowViewManagerNodeId
|
|
44
45
|
};
|
|
45
46
|
//# sourceMappingURL=ModalWindowViewManager.js.map
|
|
@@ -5,7 +5,7 @@ import { CaretleftStrokeSrvIcon20 as v, RangeStrokeSrvIcon16 as V, CaretrightStr
|
|
|
5
5
|
import { c as d } from "../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
import { dateFormatYYYYMMDD as a } from "../../consts/DateConst.js";
|
|
7
7
|
import { EMonthYearRangeShiftUnit as E } from "./enums.js";
|
|
8
|
-
const F = "
|
|
8
|
+
const F = "monthYearRange__23ef4370", j = "monthYearRangeButton__91b96fe1", w = "separator__ffee437e", l = {
|
|
9
9
|
monthYearRange: F,
|
|
10
10
|
monthYearRangeButton: j,
|
|
11
11
|
separator: w
|
|
@@ -4,7 +4,7 @@ import { F as a } from "../../../chunks/vendor---Om3uMV.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 { EDropdownWidth as s } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import { jsxs as c, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useContext as m } from "react";
|
|
3
|
-
import { MultiselectFieldContext as
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
import { c as
|
|
3
|
+
import { MultiselectFieldContext as d } from "../MultiselectFieldContext.js";
|
|
4
|
+
import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
|
|
5
|
+
import { c as a } from "../../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
import { LoaderScreen as p } from "../../LoaderScreen/LoaderScreen.js";
|
|
7
|
-
const _ = "
|
|
7
|
+
const _ = "multiselectFieldContent__a1ee488f", C = "loaderScreen__e5d036da", f = "sm__c66050b8", u = "md__57c805dd", x = "lg__f8d5e429", e = {
|
|
8
8
|
multiselectFieldContent: _,
|
|
9
|
-
loaderScreen:
|
|
10
|
-
sm:
|
|
9
|
+
loaderScreen: C,
|
|
10
|
+
sm: f,
|
|
11
11
|
md: u,
|
|
12
12
|
lg: x
|
|
13
|
-
}, F =
|
|
13
|
+
}, F = i(e), j = ({
|
|
14
14
|
children: t,
|
|
15
15
|
className: o,
|
|
16
16
|
loading: s,
|
|
17
17
|
...l
|
|
18
18
|
}) => {
|
|
19
|
-
const { size: n } = m(
|
|
19
|
+
const { size: n } = m(d);
|
|
20
20
|
return /* @__PURE__ */ c(
|
|
21
21
|
"div",
|
|
22
22
|
{
|
|
23
23
|
tabIndex: -1,
|
|
24
|
-
className:
|
|
24
|
+
className: a(e.multiselectFieldContent, F[n], o),
|
|
25
25
|
...l,
|
|
26
26
|
children: [
|
|
27
27
|
t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { c as s } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
const i = "
|
|
3
|
+
const i = "multiselectFieldFooter__cd1a082a", c = {
|
|
4
4
|
multiselectFieldFooter: i
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
3
|
-
const
|
|
4
|
-
multiselectFieldHeader:
|
|
2
|
+
import { c as i } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
+
const d = "multiselectFieldHeader__8e096469", c = {
|
|
4
|
+
multiselectFieldHeader: d
|
|
5
5
|
}, m = ({
|
|
6
6
|
children: e,
|
|
7
7
|
className: l,
|
|
8
8
|
...t
|
|
9
|
-
}) => /* @__PURE__ */ s("div", { className:
|
|
9
|
+
}) => /* @__PURE__ */ s("div", { className: i(c.multiselectFieldHeader, l), ...t, children: e });
|
|
10
10
|
export {
|
|
11
11
|
m as MultiselectFieldDropdownHeader
|
|
12
12
|
};
|
|
@@ -4,7 +4,7 @@ import { NotificationBody as d } from "./components/NotificationBody.js";
|
|
|
4
4
|
import { NotificationClose as p } from "./components/NotificationClose.js";
|
|
5
5
|
import { NotificationIcon as N } from "./components/NotificationIcon.js";
|
|
6
6
|
import { NotificationTime as x } from "./components/NotificationTime.js";
|
|
7
|
-
import { s as i } from "../../chunks/Notification.module-
|
|
7
|
+
import { s as i } from "../../chunks/Notification.module-Cdt0qyac.js";
|
|
8
8
|
const o = ((t) => {
|
|
9
9
|
const {
|
|
10
10
|
children: a,
|
|
@@ -24,7 +24,7 @@ const o = ((t) => {
|
|
|
24
24
|
role: "alertdialog",
|
|
25
25
|
className: c,
|
|
26
26
|
onClick: m,
|
|
27
|
-
"data-tx": "0.
|
|
27
|
+
"data-tx": "0.28.0",
|
|
28
28
|
children: a
|
|
29
29
|
}
|
|
30
30
|
);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { NotificationGroupedFooter as t } from "./components/NotificationGroupedFooter.js";
|
|
3
|
-
import { s as e } from "../../chunks/Notification.module-
|
|
3
|
+
import { s as e } from "../../chunks/Notification.module-Cdt0qyac.js";
|
|
4
4
|
const p = ({ children: o }) => /* @__PURE__ */ i("div", { className: e.notificationGroupedWrapper, children: [
|
|
5
5
|
o,
|
|
6
6
|
/* @__PURE__ */ r(t, {})
|
|
@@ -3,7 +3,7 @@ import { NotificationHeader as n } from "./NotificationHeader.js";
|
|
|
3
3
|
import { NotificationBodyContent as a } from "./NotificationBodyContent.js";
|
|
4
4
|
import { NotificationFooter as e } from "./NotificationFooter.js";
|
|
5
5
|
import { NotificationBodyList as m } from "./NotificationBodyList.js";
|
|
6
|
-
import { s as f } from "../../../chunks/Notification.module-
|
|
6
|
+
import { s as f } from "../../../chunks/Notification.module-Cdt0qyac.js";
|
|
7
7
|
const o = ((t) => {
|
|
8
8
|
const { children: i } = t;
|
|
9
9
|
return /* @__PURE__ */ r("div", { className: f.notificationBody, children: i });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { UnorderedList as t } from "../../UnorderedList/UnorderedList.js";
|
|
3
3
|
import "../../UnorderedList/UnorderedListItem.js";
|
|
4
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
4
|
+
import { s as a } from "../../../chunks/Notification.module-Cdt0qyac.js";
|
|
5
5
|
import { c as e } from "../../../chunks/vendor---Om3uMV.js";
|
|
6
6
|
const c = ({ className: s, ...i }) => /* @__PURE__ */ o(t, { className: e(a.notificationBodyList, s), ...i, children: i.values.map((m, r) => /* @__PURE__ */ o(t.Item, { children: m }, r)) });
|
|
7
7
|
c.displayName = "NotificationBodyList";
|
|
@@ -5,7 +5,7 @@ import "../../Button/ButtonBase.js";
|
|
|
5
5
|
import { ButtonIcon as s } from "../../Button/ButtonIcon.js";
|
|
6
6
|
import "../../Button/ButtonDropdown.js";
|
|
7
7
|
import "../../Button/ButtonDropdownExtended.js";
|
|
8
|
-
import { s as m } from "../../../chunks/Notification.module-
|
|
8
|
+
import { s as m } from "../../../chunks/Notification.module-Cdt0qyac.js";
|
|
9
9
|
const e = ({ onClick: t, ...i }) => /* @__PURE__ */ o("span", { className: m.notificationClose, children: /* @__PURE__ */ o(s, { ...i, onClick: t, children: /* @__PURE__ */ o(r, { paletteIndex: 5 }) }) });
|
|
10
10
|
e.displayName = "NotificationClose";
|
|
11
11
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { s as i } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as i } from "../../../chunks/Notification.module-Cdt0qyac.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ t("div", { className: i.notificationFooter, children: o });
|
|
4
4
|
s.displayName = "NotificationFooter";
|
|
5
5
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as s, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as i } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { s as o } from "../../../chunks/Notification.module-
|
|
3
|
+
import { s as o } from "../../../chunks/Notification.module-Cdt0qyac.js";
|
|
4
4
|
const m = () => /* @__PURE__ */ s("div", { children: [
|
|
5
5
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.first) }),
|
|
6
6
|
/* @__PURE__ */ t("div", { className: i(o.notificationGroupedFooterItem, o.second) })
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as a } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as a } from "../../../chunks/Notification.module-Cdt0qyac.js";
|
|
3
3
|
const t = ({ children: i }) => /* @__PURE__ */ o("h3", { className: a.notificationHeader, children: i });
|
|
4
4
|
t.displayName = "NotificationHeader";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-Cdt0qyac.js";
|
|
3
3
|
const s = ({ children: o }) => /* @__PURE__ */ i("div", { className: t.notificationIcon, children: o });
|
|
4
4
|
s.displayName = "NotificationIcon";
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s as t } from "../../../chunks/Notification.module-
|
|
2
|
+
import { s as t } from "../../../chunks/Notification.module-Cdt0qyac.js";
|
|
3
3
|
const s = ({ time: i }) => /* @__PURE__ */ o("span", { className: t.notificationTime, children: i });
|
|
4
4
|
s.displayName = "NotificationTime";
|
|
5
5
|
export {
|
|
@@ -3,7 +3,7 @@ import h, { useCallback as l } from "react";
|
|
|
3
3
|
import "../FormField/components/FormFieldClear.js";
|
|
4
4
|
import "../FormField/components/FormFieldCounter.js";
|
|
5
5
|
import "../FormField/components/FormFieldDescription.js";
|
|
6
|
-
import { F as d } from "../../chunks/FormFieldInput-
|
|
6
|
+
import { F as d } from "../../chunks/FormFieldInput-Cb-NqZOL.js";
|
|
7
7
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
8
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
9
9
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import i from "react";
|
|
3
3
|
import { c as m } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { OrderedListItem as
|
|
5
|
-
const
|
|
6
|
-
orderedList:
|
|
4
|
+
import { OrderedListItem as a } from "./OrderedListItem.js";
|
|
5
|
+
const c = "orderedList__c4b78439", L = {
|
|
6
|
+
orderedList: c
|
|
7
7
|
}, f = Object.assign(
|
|
8
8
|
i.forwardRef(({ className: t, start: e, style: r, ...d }, o) => /* @__PURE__ */ s(
|
|
9
9
|
"ol",
|
|
@@ -15,12 +15,12 @@ const a = "orderedList__b6d0b2cc", L = {
|
|
|
15
15
|
"--start-index-tx": e - 1
|
|
16
16
|
} : r,
|
|
17
17
|
...d,
|
|
18
|
-
"data-tx": "0.
|
|
18
|
+
"data-tx": "0.28.0",
|
|
19
19
|
ref: o
|
|
20
20
|
}
|
|
21
21
|
)),
|
|
22
22
|
{
|
|
23
|
-
Item:
|
|
23
|
+
Item: a
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
26
|
f.displayName = "OrderedList";
|
|
@@ -6,7 +6,7 @@ import "../Typography/Caption.js";
|
|
|
6
6
|
import "../Typography/CodeText.js";
|
|
7
7
|
import { Text as d } from "../Typography/Text.js";
|
|
8
8
|
import "../Typography/Title.js";
|
|
9
|
-
const a = "
|
|
9
|
+
const a = "orderedListItem__101446bd", p = {
|
|
10
10
|
orderedListItem: a
|
|
11
11
|
}, c = m.forwardRef(
|
|
12
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
@@ -16,7 +16,7 @@ const a = "orderedListItem__798be0c0", p = {
|
|
|
16
16
|
size: s.B3,
|
|
17
17
|
tag: "li",
|
|
18
18
|
...e,
|
|
19
|
-
"data-tx": "0.
|
|
19
|
+
"data-tx": "0.28.0",
|
|
20
20
|
ref: r
|
|
21
21
|
}
|
|
22
22
|
)
|