@sberbusiness/triplex-next 1.17.0 → 1.18.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-t7fDdqO9.js → AlertProcessSpoiler-LkdaQ_Di.js} +10 -10
- package/chunks/{CalendarViewItem-C2DNB4Jw.js → CalendarViewItem-pHtA4Vlx.js} +27 -27
- package/chunks/Card.module-BcSOlt-v.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DiHCUVg2.js +14 -0
- package/chunks/{Chip-Cf-GM0CV.js → Chip-CO3WBvtA.js} +18 -18
- package/chunks/Confirm.module-Dhpj4ZKo.js +15 -0
- package/chunks/{DropdownListItem-Cy40lpF7.js → DropdownListItem-BQHOMeuh.js} +2 -2
- package/chunks/DropdownMobile.module-xbdFMKNS.js +23 -0
- package/chunks/Footer.module-C1SNucJG.js +9 -0
- package/chunks/{FormFieldInput-AMteABRz.js → FormFieldInput-BHKqXXmM.js} +7 -7
- package/chunks/HeaderLayoutSidebar.module-DwvmK73d.js +9 -0
- package/chunks/HeaderTabs.module-MEcJFqAB.js +9 -0
- package/chunks/{HeaderTitle.module-CWH4Qtxu.js → HeaderTitle.module-DejeYBva.js} +2 -2
- package/chunks/IslandAccordion.module-BxCqLPl3.js +25 -0
- package/chunks/IslandWidgetFooter.module-D1LPR8QN.js +9 -0
- package/chunks/IslandWidgetHeader.module-BM15zmJI.js +12 -0
- package/chunks/{LightBoxContent-OGbq-MPG.js → LightBoxContent-CAboXCdn.js} +5 -5
- package/chunks/LightBoxControls.module-DGtd3hzE.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-C1IxLp8t.js +8 -0
- package/chunks/{ListItemControlsButton-D5VCVobZ.js → ListItemControlsButton-rljKBmYs.js} +12 -12
- package/chunks/ListItemTail.module-DeeZQGZM.js +12 -0
- package/chunks/ListMasterFooter.module-Deinj_Hn.js +10 -0
- package/chunks/ModalWindow.module-B0rsZ6qC.js +17 -0
- package/chunks/Notification.module-nKn4mJRI.js +21 -0
- package/chunks/Overlay.module-DK5sjXuJ.js +18 -0
- package/chunks/Page.module-CUe-R8bM.js +11 -0
- package/chunks/{RightBorderArrow-Cg9t6wps.js → RightBorderArrow-VyofIz59.js} +10 -10
- package/chunks/SMSField.module-GiwLpUxs.js +16 -0
- package/chunks/SliderExtendedMarks.module-n3OIn4Fh.js +15 -0
- package/chunks/{SliderExtendedRail-C3YHkDdA.js → SliderExtendedRail-DgwS0MGB.js} +6 -6
- package/chunks/StatusTracker.module-BMReqWPL.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DFpzFnw4.js → SuggestFieldMobileDropdownHint-BLejFeyH.js} +4 -4
- package/chunks/TableFooter.module-DFzmhqFH.js +14 -0
- package/chunks/TabsExtended.module-Dn0Lp5NZ.js +16 -0
- package/chunks/TabsLine.module-BXYAgYql.js +21 -0
- package/chunks/TooltipDesktop.module-Dabcv06X.js +19 -0
- package/chunks/TreeView.module-Bv5q9M8W.js +9 -0
- package/chunks/{UploadZoneInput-y4jP_J3Z.js → UploadZoneInput-CVEVGrOi.js} +4 -4
- package/chunks/{constants-BVwJOKSH.js → constants-RnOklYSN.js} +12 -12
- package/chunks/utils-BecQ3s95.js +24 -0
- package/chunks/utils-CgBTTmNc.js +73 -0
- package/chunks/utils-IR7tW0dD.js +20 -0
- package/chunks/{utils-C2wI3ypW.js → utils-mnZTG3vL.js} +9 -9
- package/components/Alert/AlertContext/AlertContext.js +14 -14
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +8 -8
- package/components/Badge/Badge.js +11 -11
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +14 -14
- package/components/Badge/components/BadgePostfix.js +4 -4
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +5 -5
- package/components/Button/Button.js +27 -27
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +4 -4
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +13 -13
- 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 +6 -6
- package/components/Checkbox/Checkbox.js +2 -2
- package/components/Checkbox/CheckboxXGroup.js +9 -9
- 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 +8 -8
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +6 -6
- 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 +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
- 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 +1 -1
- package/components/DateRange/DateRange.js +10 -10
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +4 -4
- package/components/Dropdown/desktop/DropdownDesktop.js +18 -18
- 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 +5 -5
- 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 +8 -8
- 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 +9 -9
- package/components/FormField/components/FormFieldClear.js +9 -9
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +31 -30
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +19 -19
- package/components/FormField/components/FormFieldTextarea.js +7 -7
- 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 +5 -5
- 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 +7 -7
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +3 -3
- 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 +12 -12
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- 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 +7 -7
- 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 +8 -8
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +15 -15
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +3 -3
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +5 -5
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +4 -4
- 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 +5 -5
- package/components/List/components/ListSortableItemControls.js +1 -1
- 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 +7 -7
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +13 -13
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +11 -11
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +1 -1
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- 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/NotificationBodyContent.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/NotificationIcon/NotificationIcon.js +4 -4
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +11 -11
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +13 -11
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Overlay/index.js +12 -0
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +7 -7
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +4 -4
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Radio/Radio.js +11 -11
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +7 -7
- package/components/Row/Row.js +6 -6
- 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 +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +15 -15
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +7 -7
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +4 -4
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +19 -19
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +16 -16
- 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 +5 -5
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +10 -10
- package/components/Stepper/StepperExtended.js +3 -3
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +5 -5
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +14 -14
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +15 -15
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +8 -8
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +9 -9
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +5 -5
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +5 -5
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +17 -17
- 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 +5 -5
- package/components/Tag/Tag.js +23 -23
- package/components/TagColor/TagColor.js +16 -16
- package/components/TagGroup/TagGroup.js +12 -12
- 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 +5 -5
- package/components/TopOverlay/TopOverlay.js +7 -7
- 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 +16 -16
- package/components/Typography/Text.js +22 -22
- package/components/Typography/Title.js +11 -11
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +8 -8
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +155 -146
- package/helpers/less/colors.less +110 -0
- package/index.d.ts +34 -4
- package/index.js +139 -130
- package/package.json +5 -1
- package/styles/triplex-next.css +546 -546
- package/chunks/Card.module-CoTlxJ6e.js +0 -17
- package/chunks/CheckboxTreeExtended.module-bZi9dSDw.js +0 -14
- package/chunks/Confirm.module-BI8PM4Hz.js +0 -15
- package/chunks/DropdownMobile.module-CiteH_xj.js +0 -23
- package/chunks/Footer.module-DnotaF0A.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Bd_GF8rz.js +0 -9
- package/chunks/HeaderTabs.module-Cfl_jvQ5.js +0 -9
- package/chunks/IslandAccordion.module-C-ODuVTy.js +0 -25
- package/chunks/IslandWidgetFooter.module-BKWOZe3U.js +0 -9
- package/chunks/IslandWidgetHeader.module-iR-r9VBx.js +0 -12
- package/chunks/LightBoxControls.module-yMjZxWFf.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DIr7bB-Q.js +0 -8
- package/chunks/ListItemTail.module-psSZKLRd.js +0 -12
- package/chunks/ListMasterFooter.module-B-sVcLFb.js +0 -10
- package/chunks/ModalWindow.module-kWUQDYW7.js +0 -17
- package/chunks/Notification.module-CglusCHB.js +0 -21
- package/chunks/Overlay.module-DrUdkKMZ.js +0 -18
- package/chunks/Page.module-BqOHwRFw.js +0 -11
- package/chunks/SMSField.module-Bu6Qam45.js +0 -16
- package/chunks/SliderExtendedMarks.module-BtIySKC1.js +0 -15
- package/chunks/StatusTracker.module-C6hh8Ogq.js +0 -24
- package/chunks/TableFooter.module-CD1rdwIS.js +0 -14
- package/chunks/TabsExtended.module-dt080T3c.js +0 -16
- package/chunks/TabsLine.module-BxpgcF_Y.js +0 -21
- package/chunks/TooltipDesktop.module-Dg73ZVxN.js +0 -19
- package/chunks/TreeView.module-IDSIrNif.js +0 -9
- package/chunks/utils-CnUVPndw.js +0 -20
- package/chunks/utils-DTJIF2M7.js +0 -24
- package/chunks/utils-DfZbK225.js +0 -73
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as e } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
3
|
-
import { s as m } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { s as m } from "../../../chunks/StatusTracker.module-BMReqWPL.js";
|
|
4
4
|
import { MarkerStatus as c } from "../../MarkerStatus/MarkerStatus.js";
|
|
5
5
|
const f = (s) => {
|
|
6
6
|
const { children: t, className: r, ...a } = s;
|
|
@@ -5,7 +5,7 @@ import "../../Typography/Caption.js";
|
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
6
|
import { Title as p } from "../../Typography/Title.js";
|
|
7
7
|
import { Amount as c } from "../../Amount/Amount.js";
|
|
8
|
-
import { s as l } from "../../../chunks/StatusTracker.module-
|
|
8
|
+
import { s as l } from "../../../chunks/StatusTracker.module-BMReqWPL.js";
|
|
9
9
|
const g = (r) => {
|
|
10
10
|
const { className: o, amountProps: m, ...s } = r;
|
|
11
11
|
return /* @__PURE__ */ t(
|
|
@@ -4,7 +4,7 @@ import { ETitleSize as m, EFontWeightTitle as a } from "../../Typography/enums.j
|
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
6
|
import { Title as l } from "../../Typography/Title.js";
|
|
7
|
-
import { s as c } from "../../../chunks/StatusTracker.module-
|
|
7
|
+
import { s as c } from "../../../chunks/StatusTracker.module-BMReqWPL.js";
|
|
8
8
|
const g = (t) => {
|
|
9
9
|
const { children: r, className: e, ...s } = t;
|
|
10
10
|
return /* @__PURE__ */ i(
|
package/components/Step/Step.js
CHANGED
|
@@ -8,13 +8,13 @@ import "../Typography/Caption.js";
|
|
|
8
8
|
import { Text as N } from "../Typography/Text.js";
|
|
9
9
|
import "../Typography/Title.js";
|
|
10
10
|
import { c as A } from "../../chunks/vendor-Dlne6Znf.js";
|
|
11
|
-
const R = "
|
|
11
|
+
const R = "step__5de8c7a4", x = "done__59675e0e", h = "warning__5d2621ec", v = "active__49deace1", b = "error__0d01d1db", w = "disabled__c2f686c4", t = {
|
|
12
12
|
step: R,
|
|
13
|
-
default: "
|
|
13
|
+
default: "default__219ce08e",
|
|
14
14
|
done: x,
|
|
15
|
-
warning:
|
|
16
|
-
active:
|
|
17
|
-
error:
|
|
15
|
+
warning: h,
|
|
16
|
+
active: v,
|
|
17
|
+
error: b,
|
|
18
18
|
disabled: w
|
|
19
19
|
}, L = {
|
|
20
20
|
[o.DEFAULT]: t.default,
|
|
@@ -10,7 +10,7 @@ import { EScreenWidth as J } from "../../helpers/breakpoints.js";
|
|
|
10
10
|
import { scrollSmoothHorizontally as S } from "../../utils/scroll.js";
|
|
11
11
|
import { c as i } from "../../chunks/vendor-Dlne6Znf.js";
|
|
12
12
|
import { EStepperSize as a } from "./enums.js";
|
|
13
|
-
const K = "
|
|
13
|
+
const K = "stepper__6ff9d801", O = "sm__63bfb7ff", Q = "md__0f5b7b1e", T = "lg__ec470ea5", U = "stepperCarousel__6899b6e6", V = "buttonPrev__bfa941aa", Y = "buttonNext__6ee93723", n = {
|
|
14
14
|
stepper: K,
|
|
15
15
|
sm: O,
|
|
16
16
|
md: Q,
|
|
@@ -34,7 +34,7 @@ const K = "stepper__e4654d1a", O = "sm__646937fd", Q = "md__ab67ea73", T = "lg__
|
|
|
34
34
|
selectedStepId: l,
|
|
35
35
|
...E
|
|
36
36
|
}) => {
|
|
37
|
-
const [
|
|
37
|
+
const [b, w] = G({ stepNext: 0, stepPrev: 0 }), f = v(null), x = v({}), B = i(n.stepper, p(c), m), M = h.findIndex((e) => e.id === l), I = ({ hidden: e, ...t }) => e ? null : /* @__PURE__ */ s(
|
|
38
38
|
R,
|
|
39
39
|
{
|
|
40
40
|
className: i(n.buttonPrev, p(c)),
|
|
@@ -52,7 +52,7 @@ const K = "stepper__e4654d1a", O = "sm__646937fd", Q = "md__ab67ea73", T = "lg__
|
|
|
52
52
|
}
|
|
53
53
|
);
|
|
54
54
|
C(() => {
|
|
55
|
-
const { current: e } =
|
|
55
|
+
const { current: e } = f;
|
|
56
56
|
if (e) {
|
|
57
57
|
const t = e.getBoundingClientRect().width * 0.3;
|
|
58
58
|
w({ stepNext: t, stepPrev: t });
|
|
@@ -65,12 +65,12 @@ const K = "stepper__e4654d1a", O = "sm__646937fd", Q = "md__ab67ea73", T = "lg__
|
|
|
65
65
|
}, y = (e, t) => {
|
|
66
66
|
t && S(e, t);
|
|
67
67
|
}, A = (e, t) => {
|
|
68
|
-
const { left: r, right: o, width: j } = e.getBoundingClientRect(), { left:
|
|
69
|
-
window.matchMedia(`(max-width: ${J.SM_MAX})`).matches ? y(e,
|
|
68
|
+
const { left: r, right: o, width: j } = e.getBoundingClientRect(), { left: u, right: N, width: D } = t.getBoundingClientRect(), g = r + j / 2, d = u + D / 2;
|
|
69
|
+
window.matchMedia(`(max-width: ${J.SM_MAX})`).matches ? y(e, d - g) : g > d ? k(e, t, u - r - 32, u) : g < d && L(e, t, N - o + 32, N);
|
|
70
70
|
};
|
|
71
71
|
return C(() => {
|
|
72
72
|
if (l) {
|
|
73
|
-
const { current: e } =
|
|
73
|
+
const { current: e } = f, t = x.current[l];
|
|
74
74
|
e && t && A(e, t);
|
|
75
75
|
}
|
|
76
76
|
}, [l]), /* @__PURE__ */ s(
|
|
@@ -79,13 +79,13 @@ const K = "stepper__e4654d1a", O = "sm__646937fd", Q = "md__ab67ea73", T = "lg__
|
|
|
79
79
|
className: i(n.stepperCarousel, p(c)),
|
|
80
80
|
buttonPrev: I,
|
|
81
81
|
buttonNext: W,
|
|
82
|
-
stepPrev:
|
|
83
|
-
stepNext:
|
|
84
|
-
ref:
|
|
82
|
+
stepPrev: b.stepPrev,
|
|
83
|
+
stepNext: b.stepNext,
|
|
84
|
+
ref: f,
|
|
85
85
|
children: /* @__PURE__ */ s(_, { className: B, selectedStepId: l, size: c, ...E, children: h.map(({ label: e, ...t }, r) => /* @__PURE__ */ s(
|
|
86
86
|
_.Step,
|
|
87
87
|
{
|
|
88
|
-
forwardedRef: (o) =>
|
|
88
|
+
forwardedRef: (o) => x.current[t.id] = o,
|
|
89
89
|
...t,
|
|
90
90
|
isInActiveStep: r > M,
|
|
91
91
|
children: e
|
|
@@ -4,8 +4,8 @@ import { StepperExtendedContext as i } from "./StepperExtendedContext.js";
|
|
|
4
4
|
import { StepperWrapper as x } from "./StepperWrapper.js";
|
|
5
5
|
import { StepperStep as f } from "./StepperStep.js";
|
|
6
6
|
import { c as E } from "../../chunks/vendor-Dlne6Znf.js";
|
|
7
|
-
const
|
|
8
|
-
stepperExtended:
|
|
7
|
+
const h = "stepperExtended__52d73519", u = {
|
|
8
|
+
stepperExtended: h
|
|
9
9
|
}, t = ({
|
|
10
10
|
children: r,
|
|
11
11
|
className: p,
|
|
@@ -15,7 +15,7 @@ const b = "stepperExtended__d8514b84", h = {
|
|
|
15
15
|
forwardedRef: n,
|
|
16
16
|
...m
|
|
17
17
|
}) => {
|
|
18
|
-
const c = E(
|
|
18
|
+
const c = E(u.stepperExtended, p), l = (S) => s(S);
|
|
19
19
|
return /* @__PURE__ */ e(i.Provider, { value: { onSelectStep: l, selectedId: d, size: o }, children: /* @__PURE__ */ e("ol", { className: c, role: "tablist", ...m, ref: n, children: r }) });
|
|
20
20
|
};
|
|
21
21
|
t.Step = f;
|
|
@@ -5,7 +5,7 @@ import { isKey as A } from "../../utils/keyboard.js";
|
|
|
5
5
|
import { StepperExtendedContext as D } from "./StepperExtendedContext.js";
|
|
6
6
|
import { EFocusSource as s } from "../../enums/EFocusSource.js";
|
|
7
7
|
import { c as C } from "../../chunks/vendor-Dlne6Znf.js";
|
|
8
|
-
import { s as t, R as F } from "../../chunks/RightBorderArrow-
|
|
8
|
+
import { s as t, R as F } from "../../chunks/RightBorderArrow-VyofIz59.js";
|
|
9
9
|
import { EStepperSize as h, EStepperStepType as j } from "./enums.js";
|
|
10
10
|
const H = ({
|
|
11
11
|
children: x,
|
|
@@ -72,7 +72,7 @@ const H = ({
|
|
|
72
72
|
...G,
|
|
73
73
|
ref: P,
|
|
74
74
|
children: [
|
|
75
|
-
/* @__PURE__ */ I("div", { className: t.content, "data-tx": "1.
|
|
75
|
+
/* @__PURE__ */ I("div", { className: t.content, "data-tx": "1.18.0", children: [
|
|
76
76
|
g && U(),
|
|
77
77
|
x
|
|
78
78
|
] }),
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as a } from "../../chunks/vendor-Dlne6Znf.js";
|
|
3
|
-
const
|
|
4
|
-
stepperWrapper:
|
|
5
|
-
}, W = ({ children: p, className:
|
|
6
|
-
const s = a(
|
|
7
|
-
return /* @__PURE__ */ t("div", { className: s, ...
|
|
3
|
+
const c = "stepperWrapper__c799eef7", o = {
|
|
4
|
+
stepperWrapper: c
|
|
5
|
+
}, W = ({ children: p, className: e, ...r }) => {
|
|
6
|
+
const s = a(o.stepperWrapper, e);
|
|
7
|
+
return /* @__PURE__ */ t("div", { className: s, ...r, "data-tx": "1.18.0", children: p });
|
|
8
8
|
};
|
|
9
9
|
export {
|
|
10
10
|
W as StepperWrapper
|
|
@@ -4,7 +4,7 @@ import { useSuggestContext as F } from "./SuggestContext.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-BQHOMeuh.js";
|
|
8
8
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
9
9
|
import { DropdownMobileBody as I } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
10
10
|
import { DropdownMobileClose as N } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -20,7 +20,7 @@ import { ETextSize as E, EFontType as H } from "../Typography/enums.js";
|
|
|
20
20
|
import "../Typography/Caption.js";
|
|
21
21
|
import { Text as j } from "../Typography/Text.js";
|
|
22
22
|
import "../Typography/Title.js";
|
|
23
|
-
const k = "
|
|
23
|
+
const k = "suggestDropdownMobileBody__1bb57579", z = "suggestDropdownMobileNoOptionsText__04711573", g = {
|
|
24
24
|
suggestDropdownMobileBody: k,
|
|
25
25
|
suggestDropdownMobileNoOptionsText: z
|
|
26
26
|
}, po = () => {
|
|
@@ -30,14 +30,14 @@ const k = "suggestDropdownMobileBody__ef082762", z = "suggestDropdownMobileNoOpt
|
|
|
30
30
|
inputValue: i,
|
|
31
31
|
placeholder: u,
|
|
32
32
|
noOptionsText: a,
|
|
33
|
-
loading:
|
|
33
|
+
loading: b,
|
|
34
34
|
clearInputOnFocus: p,
|
|
35
|
-
dropdownListLoading:
|
|
36
|
-
onSelect:
|
|
35
|
+
dropdownListLoading: w,
|
|
36
|
+
onSelect: h,
|
|
37
37
|
onFilter: t,
|
|
38
38
|
onScrollEnd: l,
|
|
39
39
|
closeDropdown: d
|
|
40
|
-
} = F(),
|
|
40
|
+
} = F(), D = B(null), f = r(
|
|
41
41
|
(o) => {
|
|
42
42
|
if (l === void 0)
|
|
43
43
|
return;
|
|
@@ -58,7 +58,7 @@ const k = "suggestDropdownMobileBody__ef082762", z = "suggestDropdownMobileNoOpt
|
|
|
58
58
|
O,
|
|
59
59
|
{
|
|
60
60
|
controlButtons: /* @__PURE__ */ c(m, { children: [
|
|
61
|
-
|
|
61
|
+
b && /* @__PURE__ */ e(v, {}),
|
|
62
62
|
/* @__PURE__ */ e(N, { onClick: M })
|
|
63
63
|
] }),
|
|
64
64
|
children: /* @__PURE__ */ e(
|
|
@@ -73,7 +73,7 @@ const k = "suggestDropdownMobileBody__ef082762", z = "suggestDropdownMobileNoOpt
|
|
|
73
73
|
)
|
|
74
74
|
}
|
|
75
75
|
),
|
|
76
|
-
/* @__PURE__ */ e(I, { className: g.suggestDropdownMobileBody, onScroll:
|
|
76
|
+
/* @__PURE__ */ e(I, { className: g.suggestDropdownMobileBody, onScroll: f, children: s.length === 0 ? /* @__PURE__ */ e(
|
|
77
77
|
j,
|
|
78
78
|
{
|
|
79
79
|
className: g.suggestDropdownMobileNoOptionsText,
|
|
@@ -82,13 +82,13 @@ const k = "suggestDropdownMobileBody__ef082762", z = "suggestDropdownMobileNoOpt
|
|
|
82
82
|
tag: "div",
|
|
83
83
|
children: a
|
|
84
84
|
}
|
|
85
|
-
) : /* @__PURE__ */ e(R, { loading:
|
|
85
|
+
) : /* @__PURE__ */ e(R, { loading: w, ref: D, children: s.map((o) => /* @__PURE__ */ e(
|
|
86
86
|
_,
|
|
87
87
|
{
|
|
88
88
|
id: o.id,
|
|
89
89
|
selected: o.id === (n == null ? void 0 : n.id),
|
|
90
90
|
onSelect: () => {
|
|
91
|
-
|
|
91
|
+
h(o);
|
|
92
92
|
},
|
|
93
93
|
children: o.content || o.label
|
|
94
94
|
},
|
|
@@ -2,7 +2,7 @@ import "./desktop/SuggestFieldDesktopDropdown.js";
|
|
|
2
2
|
import { SuggestFieldDesktop as S } from "./desktop/SuggestFieldDesktop.js";
|
|
3
3
|
import { SuggestFieldMobile as b } from "./mobile/SuggestFieldMobile.js";
|
|
4
4
|
import "./mobile/SuggestFieldMobileDropdown.js";
|
|
5
|
-
import "../../chunks/SuggestFieldMobileDropdownHint-
|
|
5
|
+
import "../../chunks/SuggestFieldMobileDropdownHint-BLejFeyH.js";
|
|
6
6
|
import { jsx as o } from "react/jsx-runtime";
|
|
7
7
|
import { MobileView as I } from "../MobileView/MobileView.js";
|
|
8
8
|
import "../FormField/FormField.js";
|
|
@@ -11,7 +11,7 @@ import "../FormField/components/FormFieldCounter.js";
|
|
|
11
11
|
import "../FormField/components/FormFieldLabel.js";
|
|
12
12
|
import "../FormField/components/FormFieldClear.js";
|
|
13
13
|
import "../FormField/components/FormFieldTarget.js";
|
|
14
|
-
import { F as O } from "../../chunks/FormFieldInput-
|
|
14
|
+
import { F as O } from "../../chunks/FormFieldInput-BHKqXXmM.js";
|
|
15
15
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
16
16
|
import "../FormField/components/FormFieldPostfix.js";
|
|
17
17
|
import "../FormField/components/FormFieldPrefix.js";
|
|
@@ -11,7 +11,7 @@ import "../../FormField/components/FormFieldCounter.js";
|
|
|
11
11
|
import "../../FormField/components/FormFieldLabel.js";
|
|
12
12
|
import { FormFieldClear as ft } from "../../FormField/components/FormFieldClear.js";
|
|
13
13
|
import "../../FormField/components/FormFieldTarget.js";
|
|
14
|
-
import { F as gt } from "../../../chunks/FormFieldInput-
|
|
14
|
+
import { F as gt } from "../../../chunks/FormFieldInput-BHKqXXmM.js";
|
|
15
15
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
16
16
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
17
17
|
import "../../FormField/components/FormFieldPrefix.js";
|
|
@@ -23,7 +23,7 @@ import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
|
23
23
|
import { DropdownListContext as bt } from "../../Dropdown/DropdownListContext.js";
|
|
24
24
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
25
25
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
26
|
-
import "../../../chunks/DropdownListItem-
|
|
26
|
+
import "../../../chunks/DropdownListItem-BQHOMeuh.js";
|
|
27
27
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
28
28
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
29
29
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../Dropdown/DropdownListContext.js";
|
|
3
3
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
4
4
|
import { DropdownList as $ } from "../../Dropdown/desktop/DropdownList.js";
|
|
5
|
-
import { D as h } from "../../../chunks/DropdownListItem-
|
|
5
|
+
import { D as h } from "../../../chunks/DropdownListItem-BQHOMeuh.js";
|
|
6
6
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
8
8
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -2,7 +2,7 @@ import { SuggestFieldDesktopDropdown as r } from "./desktop/SuggestFieldDesktopD
|
|
|
2
2
|
import { SuggestFieldDesktop as g } from "./desktop/SuggestFieldDesktop.js";
|
|
3
3
|
import { SuggestFieldMobile as i } from "./mobile/SuggestFieldMobile.js";
|
|
4
4
|
import { SuggestFieldMobileDropdown as l } from "./mobile/SuggestFieldMobileDropdown.js";
|
|
5
|
-
import { S } from "../../chunks/SuggestFieldMobileDropdownHint-
|
|
5
|
+
import { S } from "../../chunks/SuggestFieldMobileDropdownHint-BLejFeyH.js";
|
|
6
6
|
import { SuggestField as m } from "./SuggestField.js";
|
|
7
7
|
export {
|
|
8
8
|
m as SuggestField,
|
|
@@ -10,7 +10,7 @@ import "../../FormField/components/FormFieldCounter.js";
|
|
|
10
10
|
import "../../FormField/components/FormFieldLabel.js";
|
|
11
11
|
import { FormFieldClear as $ } from "../../FormField/components/FormFieldClear.js";
|
|
12
12
|
import "../../FormField/components/FormFieldTarget.js";
|
|
13
|
-
import { F as y } from "../../../chunks/FormFieldInput-
|
|
13
|
+
import { F as y } from "../../../chunks/FormFieldInput-BHKqXXmM.js";
|
|
14
14
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
15
15
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
16
16
|
import "../../FormField/components/FormFieldPrefix.js";
|
|
@@ -18,7 +18,7 @@ import "../../FormField/components/FormFieldTextarea.js";
|
|
|
18
18
|
import { LoaderSmall as A } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import { ELoaderSmallTheme as G } from "../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
import "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
21
|
+
import "../../../chunks/SuggestFieldMobileDropdownHint-BLejFeyH.js";
|
|
22
22
|
const no = ({
|
|
23
23
|
value: r,
|
|
24
24
|
options: x,
|
|
@@ -3,7 +3,7 @@ import y, { useState as H, useRef as p, useEffect as V } from "react";
|
|
|
3
3
|
import "../../Dropdown/DropdownListContext.js";
|
|
4
4
|
import "../../Dropdown/desktop/DropdownDesktop.js";
|
|
5
5
|
import "../../Dropdown/desktop/DropdownList.js";
|
|
6
|
-
import "../../../chunks/DropdownListItem-
|
|
6
|
+
import "../../../chunks/DropdownListItem-BQHOMeuh.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
8
8
|
import { DropdownMobileBody as j } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
9
9
|
import { DropdownMobileClose as k } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -15,7 +15,7 @@ import { DropdownMobileList as O } from "../../Dropdown/mobile/DropdownMobileLis
|
|
|
15
15
|
import { DropdownMobileListItem as P } from "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
16
16
|
import { DropdownMobileLoader as T } from "../../Dropdown/mobile/DropdownMobileLoader.js";
|
|
17
17
|
import { Dropdown as q } from "../../Dropdown/Dropdown.js";
|
|
18
|
-
import { s as z, S as A } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
18
|
+
import { s as z, S as A } from "../../../chunks/SuggestFieldMobileDropdownHint-BLejFeyH.js";
|
|
19
19
|
const E = ({
|
|
20
20
|
value: o,
|
|
21
21
|
options: f,
|
|
@@ -3,7 +3,7 @@ import "../../Typography/enums.js";
|
|
|
3
3
|
import "../../Typography/Caption.js";
|
|
4
4
|
import "../../Typography/Text.js";
|
|
5
5
|
import "../../Typography/Title.js";
|
|
6
|
-
import { S as d } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
6
|
+
import { S as d } from "../../../chunks/SuggestFieldMobileDropdownHint-BLejFeyH.js";
|
|
7
7
|
export {
|
|
8
8
|
d as SuggestFieldMobileDropdownHint
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SuggestFieldMobile as r } from "./SuggestFieldMobile.js";
|
|
2
2
|
import { SuggestFieldMobileDropdown as t } from "./SuggestFieldMobileDropdown.js";
|
|
3
|
-
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
3
|
+
import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-BLejFeyH.js";
|
|
4
4
|
export {
|
|
5
5
|
r as SuggestFieldMobile,
|
|
6
6
|
t as SuggestFieldMobileDropdown,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as j, jsx as w } from "react/jsx-runtime";
|
|
2
2
|
import z, { useState as A, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
|
|
3
3
|
import { c as g } from "../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
-
const H = "
|
|
4
|
+
const H = "swipeableArea__f3f19376", V = "content__035ae5a1", $ = "disableScroll__b7ef6ea9", k = "disablePointerEvents__f360605d", q = "swipeAnimationFinish__58a063d3", G = "leftContent__dea35a03", J = "rightContent__e9f1a682", s = {
|
|
5
5
|
swipeableArea: H,
|
|
6
6
|
content: V,
|
|
7
7
|
disableScroll: $,
|
|
@@ -9,7 +9,7 @@ const H = "swipeableArea__39ba4b48", V = "content__8f46c2bb", $ = "disableScroll
|
|
|
9
9
|
swipeAnimationFinish: q,
|
|
10
10
|
leftContent: G,
|
|
11
11
|
rightContent: J
|
|
12
|
-
}, p = 24,
|
|
12
|
+
}, p = 24, E = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
|
|
13
13
|
({ children: L, className: I, leftSwipeableArea: m, rightSwipeableArea: C, ...y }, B) => {
|
|
14
14
|
const [S, a] = A(!1), [l, d] = A(), [o, e] = A(0), i = u(null), r = u(null), n = u(0), f = u(N), _ = u(null), X = () => {
|
|
15
15
|
a(!0);
|
|
@@ -23,14 +23,14 @@ const H = "swipeableArea__39ba4b48", V = "content__8f46c2bb", $ = "disableScroll
|
|
|
23
23
|
) : n.current < 0 && t < 0 && e(
|
|
24
24
|
Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
|
|
25
25
|
);
|
|
26
|
-
},
|
|
27
|
-
f.current = N, d(void 0), document.removeEventListener("touchend",
|
|
26
|
+
}, R = () => {
|
|
27
|
+
f.current = N, d(void 0), document.removeEventListener("touchend", R);
|
|
28
28
|
};
|
|
29
29
|
M(() => {
|
|
30
30
|
!l && o !== n.current && X();
|
|
31
31
|
}, [l]);
|
|
32
32
|
const x = (t) => {
|
|
33
|
-
f.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend",
|
|
33
|
+
f.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", R);
|
|
34
34
|
}, O = (t) => {
|
|
35
35
|
if (t.touches.length != 1)
|
|
36
36
|
return;
|
|
@@ -60,9 +60,9 @@ const H = "swipeableArea__39ba4b48", V = "content__8f46c2bb", $ = "disableScroll
|
|
|
60
60
|
};
|
|
61
61
|
return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
|
|
62
62
|
}, []);
|
|
63
|
-
const
|
|
63
|
+
const T = () => {
|
|
64
64
|
i.current && (a(!0), e(i.current.getBoundingClientRect().width));
|
|
65
|
-
},
|
|
65
|
+
}, b = () => {
|
|
66
66
|
r.current && (a(!0), e(-r.current.getBoundingClientRect().width));
|
|
67
67
|
}, v = () => {
|
|
68
68
|
(r.current || i.current) && (a(!0), e(0));
|
|
@@ -74,26 +74,26 @@ const H = "swipeableArea__39ba4b48", V = "content__8f46c2bb", $ = "disableScroll
|
|
|
74
74
|
v();
|
|
75
75
|
},
|
|
76
76
|
swipeLeft: () => {
|
|
77
|
-
|
|
77
|
+
b();
|
|
78
78
|
},
|
|
79
79
|
swipeRight: () => {
|
|
80
|
-
|
|
80
|
+
T();
|
|
81
81
|
}
|
|
82
82
|
}),
|
|
83
|
-
[v,
|
|
83
|
+
[v, b, T]
|
|
84
84
|
), /* @__PURE__ */ j(
|
|
85
85
|
"div",
|
|
86
86
|
{
|
|
87
87
|
className: g(s.swipeableArea, I),
|
|
88
88
|
...y,
|
|
89
|
-
"data-tx": "1.
|
|
89
|
+
"data-tx": "1.18.0",
|
|
90
90
|
ref: _,
|
|
91
91
|
children: [
|
|
92
92
|
typeof m < "u" ? /* @__PURE__ */ w(
|
|
93
93
|
"div",
|
|
94
94
|
{
|
|
95
95
|
className: g(s.leftContent, {
|
|
96
|
-
[
|
|
96
|
+
[E]: S
|
|
97
97
|
}),
|
|
98
98
|
ref: i,
|
|
99
99
|
style: { opacity: Y() },
|
|
@@ -104,7 +104,7 @@ const H = "swipeableArea__39ba4b48", V = "content__8f46c2bb", $ = "disableScroll
|
|
|
104
104
|
"div",
|
|
105
105
|
{
|
|
106
106
|
className: g(s.rightContent, {
|
|
107
|
-
[
|
|
107
|
+
[E]: S
|
|
108
108
|
}),
|
|
109
109
|
ref: r,
|
|
110
110
|
style: { opacity: P() },
|
|
@@ -117,7 +117,7 @@ const H = "swipeableArea__39ba4b48", V = "content__8f46c2bb", $ = "disableScroll
|
|
|
117
117
|
className: g(s.content, {
|
|
118
118
|
[Q]: o !== 0,
|
|
119
119
|
[K]: l === "horizontal",
|
|
120
|
-
[
|
|
120
|
+
[E]: S
|
|
121
121
|
}),
|
|
122
122
|
onTouchStart: x,
|
|
123
123
|
onTouchMove: O,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../chunks/vendor-Dlne6Znf.js";
|
|
3
|
-
const s = "
|
|
3
|
+
const s = "filterPanel__c5b367d8", i = {
|
|
4
4
|
filterPanel: s
|
|
5
5
|
}, n = ({ children: e, className: l, ...t }) => /* @__PURE__ */ a(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
8
|
className: r(i.filterPanel, l),
|
|
9
9
|
...t,
|
|
10
|
-
"data-tx": "1.
|
|
10
|
+
"data-tx": "1.18.0",
|
|
11
11
|
children: e
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { useState as i } from "react";
|
|
3
3
|
import { MasterTableContext as n } from "./MasterTableContext.js";
|
|
4
4
|
import { c as b } from "../../chunks/vendor-Dlne6Znf.js";
|
|
@@ -11,11 +11,11 @@ import { TableFooter as u } from "./TableFooter/TableFooter.js";
|
|
|
11
11
|
import { PaginationPanel as d } from "./PaginationPanel.js";
|
|
12
12
|
import "./TableBasicSettings/components/ColumnSettings.js";
|
|
13
13
|
import "./TableBasic/enums.js";
|
|
14
|
-
const x = "
|
|
14
|
+
const x = "masterTable__788dcc48", g = {
|
|
15
15
|
masterTable: x
|
|
16
|
-
},
|
|
16
|
+
}, e = ({ children: t, className: o, loading: r = !1, ...m }) => {
|
|
17
17
|
const [s, l] = i([]);
|
|
18
|
-
return /* @__PURE__ */
|
|
18
|
+
return /* @__PURE__ */ a(
|
|
19
19
|
n.Provider,
|
|
20
20
|
{
|
|
21
21
|
value: {
|
|
@@ -23,27 +23,27 @@ const x = "masterTable__4c75a42c", g = {
|
|
|
23
23
|
loading: r,
|
|
24
24
|
setColumns: l
|
|
25
25
|
},
|
|
26
|
-
children: /* @__PURE__ */
|
|
26
|
+
children: /* @__PURE__ */ a(
|
|
27
27
|
"div",
|
|
28
28
|
{
|
|
29
29
|
className: b(g.masterTable, o),
|
|
30
30
|
...m,
|
|
31
|
-
"data-tx": "1.
|
|
31
|
+
"data-tx": "1.18.0",
|
|
32
32
|
children: t
|
|
33
33
|
}
|
|
34
34
|
)
|
|
35
35
|
}
|
|
36
36
|
);
|
|
37
37
|
};
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
e.displayName = "MasterTable";
|
|
39
|
+
e.NoColumns = c;
|
|
40
|
+
e.FilterPanel = p;
|
|
41
|
+
e.TabsLinePanel = T;
|
|
42
|
+
e.TableBasic = f;
|
|
43
|
+
e.TableBasicSettings = P;
|
|
44
|
+
e.TableFooter = u;
|
|
45
|
+
e.PaginationPanel = d;
|
|
46
46
|
export {
|
|
47
|
-
|
|
47
|
+
e as MasterTable
|
|
48
48
|
};
|
|
49
49
|
//# sourceMappingURL=MasterTable.js.map
|
|
@@ -2,10 +2,10 @@ import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { c as e } from "../../chunks/vendor-Dlne6Znf.js";
|
|
3
3
|
import { Gap as l } from "../Gap/Gap.js";
|
|
4
4
|
import { ServicesetupSysIcon96 as r } from "@sberbusiness/icons-next";
|
|
5
|
-
const
|
|
6
|
-
noColumns:
|
|
7
|
-
content:
|
|
8
|
-
}, p = ({ children: n, className:
|
|
5
|
+
const a = "noColumns__ca54ee7d", i = "content__1a804c30", s = {
|
|
6
|
+
noColumns: a,
|
|
7
|
+
content: i
|
|
8
|
+
}, p = ({ children: n, className: t, ...c }) => /* @__PURE__ */ m("div", { className: e(s.noColumns, t), ...c, children: [
|
|
9
9
|
/* @__PURE__ */ o(r, {}),
|
|
10
10
|
/* @__PURE__ */ o(l, { size: 8 }),
|
|
11
11
|
/* @__PURE__ */ o("div", { className: s.content, children: n })
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { c as o } from "../../chunks/vendor-Dlne6Znf.js";
|
|
3
|
-
const e = "
|
|
3
|
+
const e = "paginationPanel__94ac6e91", s = {
|
|
4
4
|
paginationPanel: e
|
|
5
5
|
}, l = ({ children: a, className: n, ...i }) => /* @__PURE__ */ t(
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
8
|
className: o(s.paginationPanel, n),
|
|
9
9
|
...i,
|
|
10
|
-
"data-tx": "1.
|
|
10
|
+
"data-tx": "1.18.0",
|
|
11
11
|
children: a
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -2,7 +2,7 @@ import { jsxs as d, jsx as r } from "react/jsx-runtime";
|
|
|
2
2
|
import { useContext as B, useEffect as N } from "react";
|
|
3
3
|
import { i as T } from "../../../chunks/vendor-Dlne6Znf.js";
|
|
4
4
|
import { MasterTableContext as L } from "../MasterTableContext.js";
|
|
5
|
-
import { s as a } from "../../../chunks/utils-
|
|
5
|
+
import { s as a } from "../../../chunks/utils-CgBTTmNc.js";
|
|
6
6
|
import { TableBasicHeader as g } from "./components/TableBasicHeader.js";
|
|
7
7
|
import { TableBasicBody as C } from "./components/TableBasicBody.js";
|
|
8
8
|
import { LoaderMiddle as E } from "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { TableBasicRow as b } from "./TableBasicRow.js";
|
|
3
3
|
import { c as p } from "../../../../chunks/vendor-Dlne6Znf.js";
|
|
4
|
-
import { s as r } from "../../../../chunks/utils-
|
|
4
|
+
import { s as r } from "../../../../chunks/utils-CgBTTmNc.js";
|
|
5
5
|
const B = ({ columns: c, data: o, highlightRowOnHover: t, onClickRow: e }) => {
|
|
6
6
|
if (o.length === 0)
|
|
7
7
|
return null;
|
|
@@ -5,7 +5,7 @@ import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttribute
|
|
|
5
5
|
import { getDataHTMLAttributes as y } from "../../../../utils/html/DataAttributes.js";
|
|
6
6
|
import { ECellType as T, EHorizontalAlign as s, EOrderDirection as t } from "../enums.js";
|
|
7
7
|
import { c as d } from "../../../../chunks/vendor-Dlne6Znf.js";
|
|
8
|
-
import { s as n, m as z } from "../../../../chunks/utils-
|
|
8
|
+
import { s as n, m as z } from "../../../../chunks/utils-CgBTTmNc.js";
|
|
9
9
|
import { Text as B } from "../../../Typography/Text.js";
|
|
10
10
|
import { ETextSize as v } from "../../../Typography/enums.js";
|
|
11
11
|
const w = ({ columns: u, onOrderBy: l }) => {
|
|
@@ -3,7 +3,7 @@ import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttribute
|
|
|
3
3
|
import { getDataHTMLAttributes as D } from "../../../../utils/html/DataAttributes.js";
|
|
4
4
|
import { DataTestId as L } from "../../../../consts/DataTestId.js";
|
|
5
5
|
import { c as p } from "../../../../chunks/vendor-Dlne6Znf.js";
|
|
6
|
-
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-
|
|
6
|
+
import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-CgBTTmNc.js";
|
|
7
7
|
import { ECellType as a, EVerticalAlign as f } from "../enums.js";
|
|
8
8
|
import { ETextSize as A } from "../../../Typography/enums.js";
|
|
9
9
|
import { Text as N } from "../../../Typography/Text.js";
|