@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
|
@@ -10,7 +10,7 @@ import { TreeViewAbstractNode as C } from "./TreeViewAbstractNode.js";
|
|
|
10
10
|
import { TreeViewNode as f } from "./components/TreeViewNode.js";
|
|
11
11
|
import { TreeViewGroup as b } from "./components/TreeViewGroup.js";
|
|
12
12
|
import { c as v } from "../../chunks/vendor---Om3uMV.js";
|
|
13
|
-
import { s as w } from "../../chunks/TreeView.module-
|
|
13
|
+
import { s as w } from "../../chunks/TreeView.module-BYYaw1fa.js";
|
|
14
14
|
const R = "rootNode";
|
|
15
15
|
class n extends m.Component {
|
|
16
16
|
constructor(e) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s } from "../../../chunks/TreeView.module-
|
|
2
|
+
import { s } from "../../../chunks/TreeView.module-BYYaw1fa.js";
|
|
3
3
|
const m = ({ children: r, ...e }) => /* @__PURE__ */ o("ul", { role: "group", className: s.treeViewGroup, ...e, children: r });
|
|
4
4
|
export {
|
|
5
5
|
m as TreeViewGroup
|
|
@@ -7,7 +7,7 @@ import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewConte
|
|
|
7
7
|
import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
|
|
8
8
|
import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
|
|
9
9
|
import { c as w } from "../../../chunks/vendor---Om3uMV.js";
|
|
10
|
-
import { s as C } from "../../../chunks/TreeView.module-
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-BYYaw1fa.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -2,45 +2,45 @@ import { jsx as E } from "react/jsx-runtime";
|
|
|
2
2
|
import S from "react";
|
|
3
3
|
import { c as f } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ECaptionSize as s, EFontWeightCaption as _, EFontType as T } from "./enums.js";
|
|
5
|
-
import { t
|
|
6
|
-
const C = "
|
|
5
|
+
import { t, F as g } from "../../chunks/constants-3hOLYskn.js";
|
|
6
|
+
const C = "caption__2d74a08b", y = "regular__19ce75b0", M = "semibold__1f2dd614", R = "c1__e18293f3", N = "c2__4508e142", b = "d1__fe67acad", o = {
|
|
7
7
|
caption: C,
|
|
8
8
|
regular: y,
|
|
9
9
|
semibold: M,
|
|
10
10
|
c1: R,
|
|
11
11
|
c2: N,
|
|
12
|
-
d1:
|
|
13
|
-
},
|
|
12
|
+
d1: b
|
|
13
|
+
}, L = {
|
|
14
14
|
[s.C1]: o.c1,
|
|
15
15
|
[s.C2]: o.c2,
|
|
16
16
|
[s.D1]: o.d1
|
|
17
|
-
},
|
|
17
|
+
}, O = {
|
|
18
18
|
[_.REGULAR]: o.regular,
|
|
19
19
|
[_.SEMIBOLD]: o.semibold
|
|
20
20
|
}, u = S.forwardRef(
|
|
21
21
|
({
|
|
22
22
|
children: r,
|
|
23
|
-
className:
|
|
24
|
-
size:
|
|
23
|
+
className: e,
|
|
24
|
+
size: n,
|
|
25
25
|
tag: p,
|
|
26
26
|
weight: i = _.REGULAR,
|
|
27
27
|
type: m = T.PRIMARY,
|
|
28
|
-
underline:
|
|
28
|
+
underline: c,
|
|
29
29
|
strikethrough: a,
|
|
30
30
|
...d
|
|
31
31
|
}, l) => {
|
|
32
32
|
const A = f(
|
|
33
|
-
|
|
33
|
+
t.typography,
|
|
34
34
|
o.caption,
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
L[n],
|
|
36
|
+
O[i],
|
|
37
37
|
g[m],
|
|
38
38
|
{
|
|
39
|
-
[
|
|
40
|
-
[
|
|
41
|
-
[
|
|
39
|
+
[t.strikethrough]: !!a && !c,
|
|
40
|
+
[t.underline]: !!c && !a,
|
|
41
|
+
[t.underlineStrikethrough]: !!a && !!c
|
|
42
42
|
},
|
|
43
|
-
|
|
43
|
+
e
|
|
44
44
|
);
|
|
45
45
|
return /* @__PURE__ */ E(p || "span", { ref: l, className: A, ...d, children: r });
|
|
46
46
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { EFontType as
|
|
5
|
-
import { t as o, F as
|
|
6
|
-
const _ = "
|
|
1
|
+
import { jsx as x } from "react/jsx-runtime";
|
|
2
|
+
import d from "react";
|
|
3
|
+
import { c as f } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { EFontType as n } from "./enums.js";
|
|
5
|
+
import { t as o, F as y } from "../../chunks/constants-3hOLYskn.js";
|
|
6
|
+
const _ = "codeText__f187b6e4", i = {
|
|
7
7
|
codeText: _
|
|
8
|
-
}, l =
|
|
9
|
-
({ children: s, className: r, type: a =
|
|
10
|
-
const T =
|
|
8
|
+
}, l = d.forwardRef(
|
|
9
|
+
({ children: s, className: r, type: a = n.PRIMARY, underline: t, strikethrough: e, tag: c, ...p }, m) => {
|
|
10
|
+
const T = f(
|
|
11
11
|
o.typography,
|
|
12
12
|
i.codeText,
|
|
13
|
-
|
|
13
|
+
y[a],
|
|
14
14
|
{
|
|
15
15
|
[o.strikethrough]: !!e && !t,
|
|
16
16
|
[o.underline]: !!t && !e,
|
|
@@ -18,7 +18,7 @@ const _ = "codeText__4bd808d9", i = {
|
|
|
18
18
|
},
|
|
19
19
|
r
|
|
20
20
|
);
|
|
21
|
-
return /* @__PURE__ */
|
|
21
|
+
return /* @__PURE__ */ x(c || "span", { ref: m, className: T, ...p, children: s });
|
|
22
22
|
}
|
|
23
23
|
);
|
|
24
24
|
l.displayName = "CodeText";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
2
|
import S from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as o, EFontWeightText as
|
|
5
|
-
import { t as _, F as L } from "../../chunks/constants-
|
|
6
|
-
const N = "
|
|
3
|
+
import { c as f } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { ETextSize as o, EFontWeightText as c, ELineType as r, EFontType as x } from "./enums.js";
|
|
5
|
+
import { t as _, F as L } from "../../chunks/constants-3hOLYskn.js";
|
|
6
|
+
const N = "text__cb679496", O = "regular__19ce75b0", R = "semibold__1f2dd614", d = "b1__c1560f93", g = "b2__771b1f66", y = "b3__b78f349d", P = "compact__3fc4749a", C = "b4__7145ee95", t = {
|
|
7
7
|
text: N,
|
|
8
|
-
regular:
|
|
9
|
-
semibold:
|
|
10
|
-
b1:
|
|
8
|
+
regular: O,
|
|
9
|
+
semibold: R,
|
|
10
|
+
b1: d,
|
|
11
11
|
b2: g,
|
|
12
12
|
b3: y,
|
|
13
13
|
compact: P,
|
|
@@ -18,25 +18,25 @@ const N = "text__a623792b", f = "regular__5835bf9d", O = "semibold__ad814606", R
|
|
|
18
18
|
[o.B3]: t.b3,
|
|
19
19
|
[o.B4]: t.b4
|
|
20
20
|
}, B = {
|
|
21
|
-
[
|
|
22
|
-
[
|
|
21
|
+
[c.REGULAR]: t.regular,
|
|
22
|
+
[c.SEMIBOLD]: t.semibold
|
|
23
23
|
}, F = {
|
|
24
|
-
[
|
|
25
|
-
[
|
|
24
|
+
[r.NORMAL]: "",
|
|
25
|
+
[r.COMPACT]: t.compact
|
|
26
26
|
}, I = S.forwardRef(
|
|
27
27
|
({
|
|
28
|
-
children:
|
|
28
|
+
children: a,
|
|
29
29
|
className: b,
|
|
30
30
|
size: m,
|
|
31
31
|
tag: n,
|
|
32
32
|
type: p = x.PRIMARY,
|
|
33
|
-
weight: A =
|
|
34
|
-
line: T =
|
|
35
|
-
underline:
|
|
36
|
-
strikethrough:
|
|
33
|
+
weight: A = c.REGULAR,
|
|
34
|
+
line: T = r.NORMAL,
|
|
35
|
+
underline: e,
|
|
36
|
+
strikethrough: s,
|
|
37
37
|
...E
|
|
38
38
|
}, l) => {
|
|
39
|
-
const i =
|
|
39
|
+
const i = f(
|
|
40
40
|
_.typography,
|
|
41
41
|
t.text,
|
|
42
42
|
u[m],
|
|
@@ -44,13 +44,13 @@ const N = "text__a623792b", f = "regular__5835bf9d", O = "semibold__ad814606", R
|
|
|
44
44
|
F[T],
|
|
45
45
|
L[p],
|
|
46
46
|
{
|
|
47
|
-
[_.strikethrough]: !!
|
|
48
|
-
[_.underline]: !!
|
|
49
|
-
[_.underlineStrikethrough]: !!
|
|
47
|
+
[_.strikethrough]: !!s && !e,
|
|
48
|
+
[_.underline]: !!e && !s,
|
|
49
|
+
[_.underlineStrikethrough]: !!s && !!e
|
|
50
50
|
},
|
|
51
51
|
b
|
|
52
52
|
);
|
|
53
|
-
return /* @__PURE__ */ M(n || "span", { ref: l, className: i, ...E, children:
|
|
53
|
+
return /* @__PURE__ */ M(n || "span", { ref: l, className: i, ...E, children: a });
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
I.displayName = "Text";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as E } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import f from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { ETitleSize as l, EFontWeightTitle as o, EFontType as S } from "./enums.js";
|
|
5
|
-
import { t as e, F as
|
|
6
|
-
const
|
|
7
|
-
title:
|
|
8
|
-
regular:
|
|
5
|
+
import { t as e, F as A } from "../../chunks/constants-3hOLYskn.js";
|
|
6
|
+
const M = "title__d1e4a7e0", b = "regular__19ce75b0", g = "semibold__1f2dd614", u = "medium__237ff7ec", y = "bold__77415ea0", O = "h1__46da1a62", L = "h2__415b1053", N = "h3__6864fcf3", t = {
|
|
7
|
+
title: M,
|
|
8
|
+
regular: b,
|
|
9
9
|
semibold: g,
|
|
10
10
|
medium: u,
|
|
11
11
|
bold: y,
|
|
@@ -21,14 +21,14 @@ const A = "title__e6579fcc", M = "regular__5835bf9d", g = "semibold__ad814606",
|
|
|
21
21
|
[o.REGULAR]: t.regular,
|
|
22
22
|
[o.SEMIBOLD]: t.semibold,
|
|
23
23
|
[o.BOLD]: t.bold
|
|
24
|
-
}, F =
|
|
24
|
+
}, F = f.forwardRef(
|
|
25
25
|
({
|
|
26
26
|
children: r,
|
|
27
27
|
className: i,
|
|
28
28
|
size: m,
|
|
29
|
-
tag:
|
|
30
|
-
weight:
|
|
31
|
-
type:
|
|
29
|
+
tag: a,
|
|
30
|
+
weight: c = o.SEMIBOLD,
|
|
31
|
+
type: d = S.PRIMARY,
|
|
32
32
|
underline: s,
|
|
33
33
|
strikethrough: _,
|
|
34
34
|
...n
|
|
@@ -37,8 +37,8 @@ const A = "title__e6579fcc", M = "regular__5835bf9d", g = "semibold__ad814606",
|
|
|
37
37
|
e.typography,
|
|
38
38
|
t.title,
|
|
39
39
|
I[m],
|
|
40
|
-
R[
|
|
41
|
-
|
|
40
|
+
R[c],
|
|
41
|
+
A[d],
|
|
42
42
|
{
|
|
43
43
|
[e.strikethrough]: !!_ && !s,
|
|
44
44
|
[e.underline]: !!s && !_,
|
|
@@ -46,7 +46,7 @@ const A = "title__e6579fcc", M = "regular__5835bf9d", g = "semibold__ad814606",
|
|
|
46
46
|
},
|
|
47
47
|
i
|
|
48
48
|
);
|
|
49
|
-
return /* @__PURE__ */ E(
|
|
49
|
+
return /* @__PURE__ */ E(a || "h1", { ref: h, className: T, ...n, children: r });
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
F.displayName = "Title";
|
|
@@ -2,7 +2,7 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as d } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "unorderedList__cc062ed3", n = {
|
|
6
6
|
unorderedList: m
|
|
7
7
|
}, a = Object.assign(
|
|
8
8
|
s.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ o(
|
|
@@ -10,7 +10,7 @@ const m = "unorderedList__dfb31468", n = {
|
|
|
10
10
|
{
|
|
11
11
|
className: d(n.unorderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.28.0",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -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 = "unorderedListItem__8e59ded4", p = {
|
|
10
10
|
unorderedListItem: a
|
|
11
11
|
}, n = m.forwardRef(
|
|
12
12
|
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
@@ -16,7 +16,7 @@ const a = "unorderedListItem__d0907c36", 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
|
)
|
|
@@ -2,7 +2,7 @@ import { jsx as P, jsxs as w } from "react/jsx-runtime";
|
|
|
2
2
|
import { forwardRef as H, useState as x, useRef as U, useCallback as r, createElement as R, useEffect as g } from "react";
|
|
3
3
|
import y from "react-dom";
|
|
4
4
|
import { c as C } from "../../chunks/vendor---Om3uMV.js";
|
|
5
|
-
import { s as Z, U as W } from "../../chunks/UploadZoneInput-
|
|
5
|
+
import { s as Z, U as W } from "../../chunks/UploadZoneInput-DBUlHhad.js";
|
|
6
6
|
import { UploadZoneContext as S } from "./UploadZoneContext.js";
|
|
7
7
|
const T = Object.assign(
|
|
8
8
|
H((O, b) => {
|
|
@@ -84,7 +84,7 @@ const T = Object.assign(
|
|
|
84
84
|
openUploadDialog: D,
|
|
85
85
|
setInputNode: I
|
|
86
86
|
},
|
|
87
|
-
children: /* @__PURE__ */ w("div", { className: Z.uploadZone, "data-tx": "0.
|
|
87
|
+
children: /* @__PURE__ */ w("div", { className: Z.uploadZone, "data-tx": "0.28.0", ref: b, children: [
|
|
88
88
|
/* @__PURE__ */ R(
|
|
89
89
|
"div",
|
|
90
90
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "../UploadZoneContext.js";
|
|
3
3
|
import "../../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
import { U as i } from "../../../chunks/UploadZoneInput-
|
|
4
|
+
import { U as i } from "../../../chunks/UploadZoneInput-DBUlHhad.js";
|
|
5
5
|
export {
|
|
6
6
|
i as UploadZoneInput
|
|
7
7
|
};
|
package/components/index.js
CHANGED
|
@@ -27,7 +27,7 @@ import { CheckboxYGroup as bo } from "./Checkbox/CheckboxYGroup.js";
|
|
|
27
27
|
import { CheckboxTree as Mo } from "./CheckboxTree/CheckboxTree.js";
|
|
28
28
|
import { checkChildrenCheckboxes as ho, checkParentCheckboxes as Io, traverseCheckboxes as wo } from "./CheckboxTree/utils.js";
|
|
29
29
|
import { CheckboxTreeExtended as Po } from "./CheckboxTreeExtended/CheckboxTreeExtended.js";
|
|
30
|
-
import { C as Bo } from "../chunks/Chip-
|
|
30
|
+
import { C as Bo } from "../chunks/Chip-C8WEqATD.js";
|
|
31
31
|
import { ChipDatePicker as Wo } from "./Chip/ChipDatePicker/ChipDatePicker.js";
|
|
32
32
|
import { ChipDatePickerTarget as vo } from "./Chip/ChipDatePicker/ChipDatePickerTarget.js";
|
|
33
33
|
import { ChipClearButton as zo } from "./Chip/ChipClearButton.js";
|
|
@@ -56,7 +56,7 @@ import { DocumentNumberEdit as we } from "./DocumentNumberEdit/DocumentNumberEdi
|
|
|
56
56
|
import { DropdownListContext as Pe } from "./Dropdown/DropdownListContext.js";
|
|
57
57
|
import { DropdownDesktop as Be } from "./Dropdown/desktop/DropdownDesktop.js";
|
|
58
58
|
import { DropdownList as We } from "./Dropdown/desktop/DropdownList.js";
|
|
59
|
-
import { D as ve } from "../chunks/DropdownListItem-
|
|
59
|
+
import { D as ve } from "../chunks/DropdownListItem-DEMHVloq.js";
|
|
60
60
|
import { EDropdownAlignment as ze, EDropdownDirection as Re, EDropdownWidth as Oe } from "./Dropdown/desktop/enums.js";
|
|
61
61
|
import { DropdownMobile as Ve } from "./Dropdown/mobile/DropdownMobile.js";
|
|
62
62
|
import { DropdownMobileBody as Ue } from "./Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -81,7 +81,7 @@ import { EFormFieldStatus as hr } from "./FormField/enums.js";
|
|
|
81
81
|
import { FormFieldClear as wr } from "./FormField/components/FormFieldClear.js";
|
|
82
82
|
import { FormFieldCounter as Pr } from "./FormField/components/FormFieldCounter.js";
|
|
83
83
|
import { FormFieldDescription as Br } from "./FormField/components/FormFieldDescription.js";
|
|
84
|
-
import { F as Wr } from "../chunks/FormFieldInput-
|
|
84
|
+
import { F as Wr } from "../chunks/FormFieldInput-Cb-NqZOL.js";
|
|
85
85
|
import { FormFieldLabel as vr } from "./FormField/components/FormFieldLabel.js";
|
|
86
86
|
import { FormFieldMaskedInput as zr } from "./FormField/components/FormFieldMaskedInput.js";
|
|
87
87
|
import { FormFieldPostfix as Or } from "./FormField/components/FormFieldPostfix.js";
|
|
@@ -131,7 +131,7 @@ import { AdvancedMouseSensor as Fp, AdvancedTouchSensor as bp, ListSortable as D
|
|
|
131
131
|
import { ListItem as Lp } from "./List/components/ListItem.js";
|
|
132
132
|
import { ListItemControls as Ip } from "./List/components/ListItemControls.js";
|
|
133
133
|
import { ListItemContent as yp } from "./List/components/ListItemContent.js";
|
|
134
|
-
import { L as kp } from "../chunks/ListItemControlsButton-
|
|
134
|
+
import { L as kp } from "../chunks/ListItemControlsButton-BcWg1BjZ.js";
|
|
135
135
|
import { ListItemControlsButtonDropdown as Ap } from "./List/components/ListItemControlsButtonDropdown.js";
|
|
136
136
|
import { ListEmptyState as Hp } from "./List/components/ListEmptyState.js";
|
|
137
137
|
import { ListItemLoading as Np } from "./List/components/ListItemLoading.js";
|
|
@@ -228,7 +228,7 @@ import { SuggestFieldDesktopDropdown as sa } from "./SuggestField/desktop/Sugges
|
|
|
228
228
|
import { SuggestFieldDesktop as ga } from "./SuggestField/desktop/SuggestFieldDesktop.js";
|
|
229
229
|
import { SuggestFieldMobile as Sa } from "./SuggestField/mobile/SuggestFieldMobile.js";
|
|
230
230
|
import { SuggestFieldMobileDropdown as ca } from "./SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
231
|
-
import { S as Fa } from "../chunks/SuggestFieldMobileDropdownHint-
|
|
231
|
+
import { S as Fa } from "../chunks/SuggestFieldMobileDropdownHint-DMUtIm6D.js";
|
|
232
232
|
import { SuggestField as Da } from "./SuggestField/SuggestField.js";
|
|
233
233
|
import { SwipeableArea as La } from "./SwipeableArea/SwipeableArea.js";
|
|
234
234
|
import { MasterTable as Ia } from "./Table/MasterTable.js";
|
package/index.d.ts
CHANGED
|
@@ -3211,25 +3211,30 @@ declare interface IModalWindowCloseProps extends Omit<IButtonSecondaryProps, "si
|
|
|
3211
3211
|
|
|
3212
3212
|
/** Свойства компонента ModalWindowContent. */
|
|
3213
3213
|
declare interface IModalWindowContentProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3214
|
+
/** Содержимое — `ModalWindowHeader`, `ModalWindowBody`, `ModalWindowFooter`. */
|
|
3214
3215
|
children?: default_2.ReactNode;
|
|
3215
|
-
/**
|
|
3216
|
+
/** Если `true`, поверх контента показывается `LoaderScreen`. */
|
|
3216
3217
|
isLoading?: boolean;
|
|
3217
|
-
/** Текст под
|
|
3218
|
+
/** Текст под спиннером в режиме загрузки. */
|
|
3218
3219
|
loadingTitle?: default_2.ReactNode;
|
|
3219
3220
|
}
|
|
3220
3221
|
|
|
3221
3222
|
declare interface IModalWindowFooterProps extends Omit<IFooterPageTypeFirstProps, "children" | "type"> {
|
|
3223
|
+
/** Содержимое футера. Обычно — `ModalWindowFooter.Description` с группой кнопок. */
|
|
3222
3224
|
children?: default_2.ReactNode;
|
|
3223
3225
|
}
|
|
3224
3226
|
|
|
3227
|
+
/** Тип компонента футера со статическим субкомпонентом `Description`. */
|
|
3225
3228
|
declare interface IModalWindowFooterPropsFC extends default_2.FC<IModalWindowFooterProps> {
|
|
3226
3229
|
Description: typeof FooterPage.Description;
|
|
3227
3230
|
}
|
|
3228
3231
|
|
|
3229
3232
|
declare interface IModalWindowHeaderProps extends Omit<IHeaderPageTypeFirstProps, "children" | "type"> {
|
|
3233
|
+
/** Содержимое заголовка. Обычно — `ModalWindowHeader.Title` с заголовком и опциональной подсказкой. */
|
|
3230
3234
|
children?: default_2.ReactNode;
|
|
3231
3235
|
}
|
|
3232
3236
|
|
|
3237
|
+
/** Тип компонента заголовка со статическим субкомпонентом `Title`. */
|
|
3233
3238
|
declare interface IModalWindowHeaderPropsFC extends default_2.FC<IModalWindowHeaderProps> {
|
|
3234
3239
|
Title: typeof HeaderPage.Title;
|
|
3235
3240
|
}
|
|
@@ -3238,6 +3243,7 @@ declare interface IModalWindowHeaderPropsFC extends default_2.FC<IModalWindowHea
|
|
|
3238
3243
|
declare interface IModalWindowProps extends default_2.HTMLAttributes<HTMLDivElement> {
|
|
3239
3244
|
/** Открыто ли модальное окно. */
|
|
3240
3245
|
isOpen: boolean;
|
|
3246
|
+
/** Содержимое модального окна. Обычно — `ModalWindowContent` с вложенными `ModalWindowHeader`, `ModalWindowBody`, `ModalWindowFooter`. */
|
|
3241
3247
|
children: default_2.ReactElement;
|
|
3242
3248
|
/** ClassName контейнера модального окна. */
|
|
3243
3249
|
containerClassName?: string;
|
|
@@ -3245,11 +3251,11 @@ declare interface IModalWindowProps extends default_2.HTMLAttributes<HTMLDivElem
|
|
|
3245
3251
|
focusTrapProps?: default_4.Props;
|
|
3246
3252
|
/** Callback после анимации закрытия модального окна. */
|
|
3247
3253
|
onExited?: () => void;
|
|
3248
|
-
/** Кнопка закрыть. */
|
|
3254
|
+
/** Кнопка закрыть. Обычно — `ModalWindowClose`. Рендерится внутри корневого dialog-элемента поверх контента. */
|
|
3249
3255
|
closeButton: default_2.ReactNode;
|
|
3250
|
-
/** Размер модального окна. */
|
|
3256
|
+
/** Размер модального окна. По умолчанию `EComponentSize.MD`. */
|
|
3251
3257
|
size?: EComponentSize;
|
|
3252
|
-
/** Отступ сверху модального
|
|
3258
|
+
/** Отступ сверху модального окна, px. По умолчанию `100`. */
|
|
3253
3259
|
topPosition?: number;
|
|
3254
3260
|
}
|
|
3255
3261
|
|
|
@@ -5122,8 +5128,18 @@ export declare const MediaWidth: default_2.FC<IMediaProps>;
|
|
|
5122
5128
|
*/
|
|
5123
5129
|
export declare const MobileView: default_2.FC<IMobileViewProps>;
|
|
5124
5130
|
|
|
5131
|
+
/**
|
|
5132
|
+
* Модальное окно. Рендерится через Portal поверх контента страницы, добавляет
|
|
5133
|
+
* затемнённый backdrop, удерживает фокус внутри (FocusTrap) и блокирует скролл
|
|
5134
|
+
* `body` через классы `modal-open` + `no-hash-overflow-hidden`.
|
|
5135
|
+
*/
|
|
5125
5136
|
export declare const ModalWindow: default_2.ForwardRefExoticComponent<IModalWindowProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
5126
5137
|
|
|
5138
|
+
/**
|
|
5139
|
+
* Тело модального окна. Обёртка над `Island` с фиксированными `type` и `size`,
|
|
5140
|
+
* размечающая основной скроллируемый контент между `ModalWindowHeader` и
|
|
5141
|
+
* `ModalWindowFooter`.
|
|
5142
|
+
*/
|
|
5127
5143
|
export declare const ModalWindowBody: default_2.FC<IModalWindowBodyProps>;
|
|
5128
5144
|
|
|
5129
5145
|
/**
|
|
@@ -5131,15 +5147,28 @@ export declare const ModalWindowBody: default_2.FC<IModalWindowBodyProps>;
|
|
|
5131
5147
|
*/
|
|
5132
5148
|
export declare const ModalWindowClose: default_2.FC<IModalWindowCloseProps>;
|
|
5133
5149
|
|
|
5134
|
-
/**
|
|
5135
|
-
|
|
5150
|
+
/**
|
|
5151
|
+
* Контент модального окна. Оборачивает дочерние секции в `Page` и при
|
|
5152
|
+
* `isLoading` показывает `LoaderScreen` поверх контента.
|
|
5153
|
+
*/
|
|
5154
|
+
export declare const ModalWindowContent: default_2.ForwardRefExoticComponent<IModalWindowContentProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
5136
5155
|
|
|
5156
|
+
/**
|
|
5157
|
+
* Футер модального окна. Обёртка над `FooterPage` c фиксированным
|
|
5158
|
+
* `type=FIRST`. Через статическое поле `Description` пробрасывает
|
|
5159
|
+
* `FooterPage.Description` для размещения кнопок и подписей.
|
|
5160
|
+
*/
|
|
5137
5161
|
export declare const ModalWindowFooter: IModalWindowFooterPropsFC;
|
|
5138
5162
|
|
|
5163
|
+
/**
|
|
5164
|
+
* Заголовок модального окна. Обёртка над `HeaderPage` c фиксированным
|
|
5165
|
+
* `type=FIRST` и доп. отступом справа под кнопку закрытия. Через статическое
|
|
5166
|
+
* поле `Title` пробрасывает `HeaderPage.Title`.
|
|
5167
|
+
*/
|
|
5139
5168
|
export declare const ModalWindowHeader: IModalWindowHeaderPropsFC;
|
|
5140
5169
|
|
|
5141
5170
|
/** Элемент, определяющий позиционирование ModalWindow. */
|
|
5142
|
-
export declare const ModalWindowViewManager: default_2.
|
|
5171
|
+
export declare const ModalWindowViewManager: default_2.ForwardRefExoticComponent<default_2.RefAttributes<HTMLDivElement>>;
|
|
5143
5172
|
|
|
5144
5173
|
/** Количество месяцев года. */
|
|
5145
5174
|
export declare const MONTHS_SET: number[];
|
package/index.js
CHANGED
|
@@ -27,7 +27,7 @@ import { CheckboxYGroup as po } from "./components/Checkbox/CheckboxYGroup.js";
|
|
|
27
27
|
import { CheckboxTree as xo } from "./components/CheckboxTree/CheckboxTree.js";
|
|
28
28
|
import { checkChildrenCheckboxes as ao, checkParentCheckboxes as fo, traverseCheckboxes as no } from "./components/CheckboxTree/utils.js";
|
|
29
29
|
import { CheckboxTreeExtended as so } from "./components/CheckboxTreeExtended/CheckboxTreeExtended.js";
|
|
30
|
-
import { C as Eo } from "./chunks/Chip-
|
|
30
|
+
import { C as Eo } from "./chunks/Chip-C8WEqATD.js";
|
|
31
31
|
import { ChipDatePicker as go } from "./components/Chip/ChipDatePicker/ChipDatePicker.js";
|
|
32
32
|
import { ChipDatePickerTarget as co } from "./components/Chip/ChipDatePicker/ChipDatePickerTarget.js";
|
|
33
33
|
import { ChipClearButton as Do } from "./components/Chip/ChipClearButton.js";
|
|
@@ -56,7 +56,7 @@ import { DocumentNumberEdit as de } from "./components/DocumentNumberEdit/Docume
|
|
|
56
56
|
import { DropdownListContext as se } from "./components/Dropdown/DropdownListContext.js";
|
|
57
57
|
import { DropdownDesktop as Ee } from "./components/Dropdown/desktop/DropdownDesktop.js";
|
|
58
58
|
import { DropdownList as ge } from "./components/Dropdown/desktop/DropdownList.js";
|
|
59
|
-
import { D as ce } from "./chunks/DropdownListItem-
|
|
59
|
+
import { D as ce } from "./chunks/DropdownListItem-DEMHVloq.js";
|
|
60
60
|
import { EDropdownAlignment as De, EDropdownDirection as be, EDropdownWidth as Fe } from "./components/Dropdown/desktop/enums.js";
|
|
61
61
|
import { DropdownMobile as he } from "./components/Dropdown/mobile/DropdownMobile.js";
|
|
62
62
|
import { DropdownMobileBody as Ie } from "./components/Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -81,7 +81,7 @@ import { EFormFieldStatus as fr } from "./components/FormField/enums.js";
|
|
|
81
81
|
import { FormFieldClear as dr } from "./components/FormField/components/FormFieldClear.js";
|
|
82
82
|
import { FormFieldCounter as sr } from "./components/FormField/components/FormFieldCounter.js";
|
|
83
83
|
import { FormFieldDescription as Er } from "./components/FormField/components/FormFieldDescription.js";
|
|
84
|
-
import { F as gr } from "./chunks/FormFieldInput-
|
|
84
|
+
import { F as gr } from "./chunks/FormFieldInput-Cb-NqZOL.js";
|
|
85
85
|
import { FormFieldLabel as cr } from "./components/FormField/components/FormFieldLabel.js";
|
|
86
86
|
import { FormFieldMaskedInput as Dr } from "./components/FormField/components/FormFieldMaskedInput.js";
|
|
87
87
|
import { FormFieldPostfix as Fr } from "./components/FormField/components/FormFieldPostfix.js";
|
|
@@ -131,7 +131,7 @@ import { AdvancedMouseSensor as pp, AdvancedTouchSensor as mp, ListSortable as x
|
|
|
131
131
|
import { ListItem as ap } from "./components/List/components/ListItem.js";
|
|
132
132
|
import { ListItemControls as np } from "./components/List/components/ListItemControls.js";
|
|
133
133
|
import { ListItemContent as lp } from "./components/List/components/ListItemContent.js";
|
|
134
|
-
import { L as Tp } from "./chunks/ListItemControlsButton-
|
|
134
|
+
import { L as Tp } from "./chunks/ListItemControlsButton-BcWg1BjZ.js";
|
|
135
135
|
import { ListItemControlsButtonDropdown as Sp } from "./components/List/components/ListItemControlsButtonDropdown.js";
|
|
136
136
|
import { ListEmptyState as Cp } from "./components/List/components/ListEmptyState.js";
|
|
137
137
|
import { ListItemLoading as up } from "./components/List/components/ListItemLoading.js";
|
|
@@ -228,7 +228,7 @@ import { SuggestFieldDesktopDropdown as qi } from "./components/SuggestField/des
|
|
|
228
228
|
import { SuggestFieldDesktop as Qi } from "./components/SuggestField/desktop/SuggestFieldDesktop.js";
|
|
229
229
|
import { SuggestFieldMobile as oa } from "./components/SuggestField/mobile/SuggestFieldMobile.js";
|
|
230
230
|
import { SuggestFieldMobileDropdown as ra } from "./components/SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
231
|
-
import { S as pa } from "./chunks/SuggestFieldMobileDropdownHint-
|
|
231
|
+
import { S as pa } from "./chunks/SuggestFieldMobileDropdownHint-DMUtIm6D.js";
|
|
232
232
|
import { SuggestField as xa } from "./components/SuggestField/SuggestField.js";
|
|
233
233
|
import { SwipeableArea as aa } from "./components/SwipeableArea/SwipeableArea.js";
|
|
234
234
|
import { MasterTable as na } from "./components/Table/MasterTable.js";
|