@sberbusiness/triplex-next 0.18.0 → 0.19.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-BHNe1ozS.js +39 -0
- package/chunks/CalendarViewItem-DPBC-Z6J.js +101 -0
- package/chunks/Card.module-B5YIHmus.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CpX20kPI.js +14 -0
- package/chunks/{Chip-BLKgYv0e.js → Chip-Bq-4tQtK.js} +2 -2
- package/chunks/Confirm.module-GA5Dzlmr.js +15 -0
- package/chunks/DropdownListItem-ILfoWhzW.js +65 -0
- package/chunks/DropdownMobile.module-DclcWauT.js +23 -0
- package/chunks/Footer.module-DkDGszHy.js +9 -0
- package/chunks/{FormFieldInput-QoI3Qmcf.js → FormFieldInput-ClOpQErr.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-BZz8z8Wm.js +9 -0
- package/chunks/HeaderTabs.module-C5oTxlpm.js +9 -0
- package/chunks/{HeaderTitle.module-qG7NNUSy.js → HeaderTitle.module-DKHery9U.js} +2 -2
- package/chunks/IslandAccordion.module-WbI4D8ty.js +25 -0
- package/chunks/IslandWidgetFooter.module-DTWh9cNJ.js +9 -0
- package/chunks/IslandWidgetHeader.module-BQRaj4yi.js +12 -0
- package/chunks/{LightBoxContent-iKg6uhHj.js → LightBoxContent-DwCwTnm8.js} +6 -6
- package/chunks/LightBoxControls.module-Dd9isO-M.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-D6dEk7jq.js +8 -0
- package/chunks/{ListItemControlsButton-B36AdJX2.js → ListItemControlsButton-BVv5SEQK.js} +11 -11
- package/chunks/ListItemTail.module-Cl4qnsce.js +12 -0
- package/chunks/ListMasterFooter.module-DhaldysT.js +10 -0
- package/chunks/ModalWindow.module-0Ojlif30.js +17 -0
- package/chunks/Notification.module-PYfR2ux2.js +20 -0
- package/chunks/Overlay.module-DLlM4tJo.js +18 -0
- package/chunks/Page.module-g63XbdMj.js +11 -0
- package/chunks/{RightBorderArrow-COmdqSvG.js → RightBorderArrow-DphWOCKu.js} +11 -11
- package/chunks/SMSField.module-BtkXBfsB.js +16 -0
- package/chunks/SliderExtendedMarks.module-CmYXI7Bc.js +15 -0
- package/chunks/{SliderExtendedRail-6lH6RyNF.js → SliderExtendedRail-LPLejGxq.js} +14 -14
- package/chunks/StatusTracker.module-DvCRrIA3.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DeExagGp.js → SuggestFieldMobileDropdownHint-BrJJVBqL.js} +6 -6
- package/chunks/TableFooter.module--X6CLCIy.js +14 -0
- package/chunks/TabsExtended.module-R-jANZBU.js +16 -0
- package/chunks/TabsLine.module-B1pGQOOh.js +21 -0
- package/chunks/TooltipDesktop.module-DB_qJpGS.js +19 -0
- package/chunks/TreeView.module-DToAhAOL.js +9 -0
- package/chunks/{UploadZoneInput-CCa8azJA.js → UploadZoneInput-CPReFDxM.js} +5 -5
- package/chunks/{constants-CBGFTz75.js → constants-BJYXBm7r.js} +4 -4
- package/chunks/utils-BumZpvr4.js +73 -0
- package/chunks/utils-C0IvyYX-.js +24 -0
- package/chunks/utils-Di6w1QBl.js +18 -0
- package/chunks/utils-hoF6QqvY.js +27 -0
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +4 -4
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +9 -9
- package/components/Badge/Badge.js +3 -3
- package/components/Badge/BadgeDot.js +6 -6
- package/components/Badge/components/BadgeContent.js +11 -11
- package/components/Badge/components/BadgePostfix.js +6 -6
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +25 -25
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +20 -20
- package/components/Calendar/components/CalendarControls.js +1 -1
- 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 +6 -6
- 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 +6 -6
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- 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 +7 -7
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +13 -14
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +25 -18
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +23 -22
- 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 +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +9 -9
- package/components/Col/Col.js +136 -136
- package/components/CollapsableTree/components/CollapsableTreeNode.js +1 -1
- 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 +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +19 -19
- package/components/Dropdown/desktop/DropdownList.js +9 -8
- package/components/Dropdown/desktop/DropdownListItem.js +4 -3
- 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 +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +16 -15
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +5 -5
- 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 +33 -33
- package/components/FormField/components/FormFieldClear.js +5 -5
- 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 +9 -9
- package/components/FormField/components/FormFieldMaskedInput.js +19 -19
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +8 -8
- package/components/FormField/components/FormFieldTarget.js +11 -11
- package/components/FormField/components/FormFieldTextarea.js +8 -8
- 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 +11 -11
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +5 -5
- 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 +16 -16
- 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 +3 -3
- package/components/LightBox/LightBox.js +21 -21
- 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 +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +9 -9
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +7 -7
- package/components/List/List.js +3 -3
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +6 -6
- package/components/List/components/ListItemControls.js +5 -5
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +5 -5
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +7 -7
- 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 +5 -5
- package/components/List/components/ListSortableItemTarget.js +8 -8
- 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 +5 -5
- 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 +10 -10
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +7 -16
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +14 -14
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- 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 +13 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +3 -3
- 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 +6 -5
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +2 -2
- package/components/OrderedList/OrderedListItem.js +8 -8
- 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 +7 -7
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +5 -5
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Radio/Radio.js +16 -16
- 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 +12 -12
- package/components/SegmentedControl/SegmentedControlSegment.js +13 -13
- package/components/SelectExtendedField/SelectExtendedField.js +8 -8
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +10 -10
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +26 -26
- 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 +1 -1
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +17 -17
- 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 +7 -9
- 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 +6 -6
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +3 -3
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- 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 +20 -20
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +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 +4 -4
- 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 +5 -5
- package/components/Table/TabsLinePanelLinks.js +5 -5
- 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 +17 -17
- 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 +35 -35
- package/components/TabsLine/components/TabsLineMobile.js +5 -5
- package/components/Tag/Tag.js +8 -8
- package/components/TagColor/TagColor.js +5 -5
- package/components/TagGroup/TagGroup.js +13 -13
- 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 +7 -7
- 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 +14 -14
- 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 +27 -27
- package/components/Typography/Text.js +27 -27
- package/components/Typography/Title.js +22 -22
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +8 -8
- package/components/UploadZone/UploadZone.js +67 -59
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +253 -255
- package/index.d.ts +10 -13
- package/index.js +66 -68
- package/package.json +1 -5
- package/styles/triplex-next.css +546 -546
- package/chunks/AlertProcessSpoiler-CjSQmvuc.js +0 -39
- package/chunks/CalendarViewItem-Ca-FLo0r.js +0 -101
- package/chunks/Card.module-CzLtoScY.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DkdxFQuq.js +0 -14
- package/chunks/Confirm.module-BMyKk7ci.js +0 -15
- package/chunks/DropdownListItem-DeF8AY7t.js +0 -63
- package/chunks/DropdownMobile.module-Ds3kgyp0.js +0 -23
- package/chunks/Footer.module-D2AeYynH.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CPzyr_Es.js +0 -9
- package/chunks/HeaderTabs.module-CTLu8m8e.js +0 -9
- package/chunks/IslandAccordion.module-C-6vlAWF.js +0 -25
- package/chunks/IslandWidgetFooter.module-xITdAr93.js +0 -9
- package/chunks/IslandWidgetHeader.module-Bvq2rTll.js +0 -12
- package/chunks/LightBoxControls.module-C4hxT62o.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bw4ojHvB.js +0 -8
- package/chunks/ListItemTail.module-DRs0pxZe.js +0 -12
- package/chunks/ListMasterFooter.module-DTybJY-0.js +0 -10
- package/chunks/ModalWindow.module-Dw-47OlP.js +0 -17
- package/chunks/Notification.module-BKYlR9Q1.js +0 -21
- package/chunks/Overlay.module-DMP8sff8.js +0 -18
- package/chunks/Page.module-ZgV0sjdJ.js +0 -11
- package/chunks/SMSField.module-kXUXCT5O.js +0 -16
- package/chunks/SliderExtendedMarks.module-DZ2tJis8.js +0 -15
- package/chunks/StatusTracker.module-BiMt5_cO.js +0 -24
- package/chunks/TableFooter.module-Cr1neNvX.js +0 -14
- package/chunks/TabsExtended.module-D_yz2JTI.js +0 -16
- package/chunks/TabsLine.module-Bu6BuWqh.js +0 -21
- package/chunks/TooltipDesktop.module-CVz3e2hU.js +0 -19
- package/chunks/TreeView.module-DSb6I410.js +0 -9
- package/chunks/utils-Bbbhrgqj.js +0 -20
- package/chunks/utils-BoLzdbbW.js +0 -73
- package/chunks/utils-CAZ6n1RH.js +0 -24
- package/chunks/utils-ux-s0pdr.js +0 -27
- package/components/NotificationIcon/NotificationIcon.js +0 -10
- package/components/NotificationIcon/index.js +0 -5
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as B, Fragment as L, jsx as h } from "react/jsx-runtime";
|
|
2
|
-
import { useState as
|
|
3
|
-
import { l as X, c as
|
|
4
|
-
import { SliderExtendedContext as
|
|
5
|
-
import { SliderExtendedMoveHandler as
|
|
2
|
+
import { useState as l, useContext as le, useRef as O, useLayoutEffect as P } from "react";
|
|
3
|
+
import { l as X, c as ce } from "../../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { SliderExtendedContext as de } from "../../SliderExtendedContext.js";
|
|
5
|
+
import { SliderExtendedMoveHandler as ae } from "../SliderExtendedMoveHandler.js";
|
|
6
6
|
import { SliderExtendedUtils as z } from "../../SliderExtendedUtils.js";
|
|
7
|
-
import { SliderExtendedTrackActions as
|
|
7
|
+
import { SliderExtendedTrackActions as c } from "./SliderExtendedTrackActions.js";
|
|
8
8
|
import { EVENT_KEY_CODES as g } from "../../../../utils/keyboard.js";
|
|
9
9
|
import { KeyDownListener as F } from "../../../KeyDownListener/KeyDownListener.js";
|
|
10
10
|
import { createSizeToClassNameMap as ie } from "../../../../utils/classNameMaps.js";
|
|
11
|
-
const ne = "
|
|
11
|
+
const ne = "sliderExtendedTrack__1f359595", ue = "lg__771e37b8", fe = "focusedByClick__b9fe8695", me = "hoverOrDragByMouse__b89d4e3c", he = "staticSlider__32d577e5", ge = "disabled__a8732371", o = {
|
|
12
12
|
sliderExtendedTrack: ne,
|
|
13
13
|
lg: ue,
|
|
14
14
|
focusedByClick: fe,
|
|
@@ -26,7 +26,7 @@ const ne = "sliderExtendedTrack__fb82ead9", ue = "lg__3bd2f5f2", fe = "focusedBy
|
|
|
26
26
|
onTouchStart: y,
|
|
27
27
|
...A
|
|
28
28
|
}) => {
|
|
29
|
-
const [W, b] =
|
|
29
|
+
const [W, b] = l(!1), [d, C] = l(!1), [H, v] = l(!1), [V, a] = l(!1), [U, S] = l(-1), {
|
|
30
30
|
disabled: M,
|
|
31
31
|
dots: s,
|
|
32
32
|
focused: i,
|
|
@@ -37,19 +37,19 @@ const ne = "sliderExtendedTrack__fb82ead9", ue = "lg__3bd2f5f2", fe = "focusedBy
|
|
|
37
37
|
setFocused: R,
|
|
38
38
|
steps: u,
|
|
39
39
|
size: $
|
|
40
|
-
} = de
|
|
40
|
+
} = le(de), f = O(0), m = O(null);
|
|
41
41
|
if (P(() => {
|
|
42
|
-
s.length > 1 && k ?
|
|
42
|
+
s.length > 1 && k ? d || C(!0) : d !== !1 && C(!1);
|
|
43
43
|
}, [s, k]), P(() => {
|
|
44
44
|
s.length > 1 && S(i ? 2 : -1);
|
|
45
45
|
}, [i]), !s.length)
|
|
46
46
|
return null;
|
|
47
47
|
const w = (e) => (t) => {
|
|
48
|
-
v(!0),
|
|
48
|
+
v(!0), a(!0), document.addEventListener("mouseup", N), r && (f.current = z.getNormalizedCursorValue({
|
|
49
49
|
cursorXPosition: t.clientX,
|
|
50
50
|
railNode: r
|
|
51
51
|
})), e(t), x == null || x(t);
|
|
52
|
-
}, G = (e) =>
|
|
52
|
+
}, G = (e) => c.dragDots({
|
|
53
53
|
cursorPrevNormalizedValue: f,
|
|
54
54
|
cursorXPosition: e.clientX,
|
|
55
55
|
dots: s,
|
|
@@ -57,14 +57,14 @@ const ne = "sliderExtendedTrack__fb82ead9", ue = "lg__3bd2f5f2", fe = "focusedBy
|
|
|
57
57
|
reverse: _,
|
|
58
58
|
steps: u
|
|
59
59
|
}), N = (e) => {
|
|
60
|
-
|
|
60
|
+
a(!1), e.target !== m.current && n(!1), document.removeEventListener("mouseup", N);
|
|
61
61
|
}, Y = (e) => (t) => {
|
|
62
|
-
t.touches.length == 1 && (v(!0),
|
|
62
|
+
t.touches.length == 1 && (v(!0), a(!0), document.addEventListener("touchend", I), r && (f.current = z.getNormalizedCursorValue({
|
|
63
63
|
cursorXPosition: t.touches[0].clientX,
|
|
64
64
|
railNode: r
|
|
65
65
|
})), e(t), y == null || y(t));
|
|
66
66
|
}, q = (e) => {
|
|
67
|
-
e.touches.length == 1 && (e.cancelable && e.preventDefault(),
|
|
67
|
+
e.touches.length == 1 && (e.cancelable && e.preventDefault(), c.dragDots({
|
|
68
68
|
cursorPrevNormalizedValue: f,
|
|
69
69
|
cursorXPosition: e.touches[0].clientX,
|
|
70
70
|
dots: s,
|
|
@@ -73,11 +73,11 @@ const ne = "sliderExtendedTrack__fb82ead9", ue = "lg__3bd2f5f2", fe = "focusedBy
|
|
|
73
73
|
steps: u
|
|
74
74
|
}));
|
|
75
75
|
}, I = (e) => {
|
|
76
|
-
e.cancelable && e.preventDefault(),
|
|
76
|
+
e.cancelable && e.preventDefault(), a(!1), e.target !== m.current && n(!1), document.removeEventListener("touchend", I);
|
|
77
77
|
}, J = (e) => {
|
|
78
|
-
e.preventDefault(),
|
|
78
|
+
e.preventDefault(), c.moveToPrevStep(s, u);
|
|
79
79
|
}, Q = (e) => {
|
|
80
|
-
e.preventDefault(),
|
|
80
|
+
e.preventDefault(), c.moveToNextStep(s, u);
|
|
81
81
|
}, Z = (e) => {
|
|
82
82
|
i || R(!0), b(!0), E == null || E(e);
|
|
83
83
|
}, ee = (e) => {
|
|
@@ -86,7 +86,7 @@ const ne = "sliderExtendedTrack__fb82ead9", ue = "lg__3bd2f5f2", fe = "focusedBy
|
|
|
86
86
|
n(!0), D == null || D(e);
|
|
87
87
|
}, se = (e) => {
|
|
88
88
|
V || n(!1), T == null || T(e);
|
|
89
|
-
}, { left: re, right: oe } =
|
|
89
|
+
}, { left: re, right: oe } = c.getTrackPosition({ dots: s, reverse: _ });
|
|
90
90
|
return /* @__PURE__ */ B(L, { children: [
|
|
91
91
|
W && /* @__PURE__ */ B(L, { children: [
|
|
92
92
|
/* @__PURE__ */ h(
|
|
@@ -105,7 +105,7 @@ const ne = "sliderExtendedTrack__fb82ead9", ue = "lg__3bd2f5f2", fe = "focusedBy
|
|
|
105
105
|
)
|
|
106
106
|
] }),
|
|
107
107
|
/* @__PURE__ */ h(
|
|
108
|
-
|
|
108
|
+
ae,
|
|
109
109
|
{
|
|
110
110
|
onMouseMove: X.throttle(G, 100),
|
|
111
111
|
onTouchMove: X.throttle(q),
|
|
@@ -114,14 +114,14 @@ const ne = "sliderExtendedTrack__fb82ead9", ue = "lg__3bd2f5f2", fe = "focusedBy
|
|
|
114
114
|
"span",
|
|
115
115
|
{
|
|
116
116
|
role: "button",
|
|
117
|
-
tabIndex: !M &&
|
|
117
|
+
tabIndex: !M && d ? U : -1,
|
|
118
118
|
...A,
|
|
119
|
-
className:
|
|
119
|
+
className: ce(o.sliderExtendedTrack, pe[$], K, {
|
|
120
120
|
[o.disabled]: M,
|
|
121
121
|
[o.focusedByClick]: H,
|
|
122
122
|
[o.hoverOrDragByMouse]: j,
|
|
123
123
|
// Не перетаскиваемый.
|
|
124
|
-
[o.staticSlider]: !
|
|
124
|
+
[o.staticSlider]: !d
|
|
125
125
|
}),
|
|
126
126
|
onBlur: ee,
|
|
127
127
|
onFocus: Z,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import a from "react";
|
|
3
3
|
import { c as p } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
const o = "
|
|
4
|
+
const o = "smallInput__7fde69b3", n = {
|
|
5
5
|
smallInput: o
|
|
6
|
-
},
|
|
7
|
-
|
|
6
|
+
}, e = a.forwardRef(({ className: t, ...l }, s) => /* @__PURE__ */ m("input", { className: p(n.smallInput, t), ...l, type: "text", ref: s }));
|
|
7
|
+
e.displayName = "SmallInput";
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
e as SmallInput
|
|
10
10
|
};
|
|
11
11
|
//# sourceMappingURL=SmallInput.js.map
|
|
@@ -7,10 +7,10 @@ import "../Button/ButtonIcon.js";
|
|
|
7
7
|
import "../Button/ButtonDropdown.js";
|
|
8
8
|
import "../Button/ButtonDropdownExtended.js";
|
|
9
9
|
import { EButtonTheme as R } from "../Button/enums.js";
|
|
10
|
-
import { EComponentSize as
|
|
10
|
+
import { EComponentSize as c } from "../../enums/EComponentSize.js";
|
|
11
11
|
import { createSizeToClassNameMap as g } from "../../utils/classNameMaps.js";
|
|
12
12
|
import { u as j, c as _ } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
13
|
-
const y = "
|
|
13
|
+
const y = "spoiler__2750b57a", D = "opened__6d69093c", q = "caretIcon__80d11931", A = "head__664c89a1", G = "content__97e9dce4", H = "hidden__4aa787c4", K = "lg__67cc6095", $ = "md__5266e911", F = "sm__1bdb75b2", e = {
|
|
14
14
|
spoiler: y,
|
|
15
15
|
opened: D,
|
|
16
16
|
caretIcon: q,
|
|
@@ -21,22 +21,22 @@ const y = "spoiler__b987744e", D = "opened__2784e7fb", q = "caretIcon__31de6d6b"
|
|
|
21
21
|
md: $,
|
|
22
22
|
sm: F
|
|
23
23
|
}, J = {
|
|
24
|
-
[
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
}, O = g(e), P = z.forwardRef((
|
|
24
|
+
[c.SM]: /* @__PURE__ */ a(B, { paletteIndex: 5, className: e.caretIcon }),
|
|
25
|
+
[c.MD]: /* @__PURE__ */ a(p, { paletteIndex: 5, className: e.caretIcon }),
|
|
26
|
+
[c.LG]: /* @__PURE__ */ a(p, { paletteIndex: 5, className: e.caretIcon })
|
|
27
|
+
}, O = g(e), P = z.forwardRef((h, I) => {
|
|
28
28
|
const {
|
|
29
|
-
children:
|
|
30
|
-
expanded:
|
|
29
|
+
children: x,
|
|
30
|
+
expanded: s,
|
|
31
31
|
onToggle: o,
|
|
32
32
|
toggle: n,
|
|
33
|
-
className:
|
|
34
|
-
labelExpand:
|
|
33
|
+
className: S,
|
|
34
|
+
labelExpand: f,
|
|
35
35
|
labelCollapse: u,
|
|
36
36
|
rightBlock: N,
|
|
37
|
-
size: r =
|
|
38
|
-
...
|
|
39
|
-
} =
|
|
37
|
+
size: r = c.MD,
|
|
38
|
+
...C
|
|
39
|
+
} = h, d = s !== void 0, [b, v] = T(s), t = d ? s : b, m = E(`Spoiler-${j()}`), M = w(() => {
|
|
40
40
|
const i = !t;
|
|
41
41
|
d ? n == null || n(i) : v(i), o == null || o(i);
|
|
42
42
|
}, [d, n, t, o]), k = _(
|
|
@@ -45,9 +45,9 @@ const y = "spoiler__b987744e", D = "opened__2784e7fb", q = "caretIcon__31de6d6b"
|
|
|
45
45
|
{
|
|
46
46
|
[e.opened]: t
|
|
47
47
|
},
|
|
48
|
-
|
|
48
|
+
S
|
|
49
49
|
);
|
|
50
|
-
return /* @__PURE__ */ l("div", { ...
|
|
50
|
+
return /* @__PURE__ */ l("div", { ...C, className: k, "data-tx": "0.19.0", ref: I, children: [
|
|
51
51
|
/* @__PURE__ */ l("div", { className: e.head, children: [
|
|
52
52
|
/* @__PURE__ */ l(
|
|
53
53
|
L,
|
|
@@ -58,14 +58,14 @@ const y = "spoiler__b987744e", D = "opened__2784e7fb", q = "caretIcon__31de6d6b"
|
|
|
58
58
|
size: r,
|
|
59
59
|
onClick: M,
|
|
60
60
|
children: [
|
|
61
|
-
t ? u :
|
|
61
|
+
t ? u : f,
|
|
62
62
|
J[r]
|
|
63
63
|
]
|
|
64
64
|
}
|
|
65
65
|
),
|
|
66
66
|
N
|
|
67
67
|
] }),
|
|
68
|
-
/* @__PURE__ */ a("div", { id: m.current, className: _(e.content, { [e.hidden]: !t }), children:
|
|
68
|
+
/* @__PURE__ */ a("div", { id: m.current, className: _(e.content, { [e.hidden]: !t }), children: x })
|
|
69
69
|
] });
|
|
70
70
|
});
|
|
71
71
|
P.displayName = "Spoiler";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as n, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import p from "react";
|
|
3
3
|
import { c as a } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { s as r } from "../../chunks/StatusTracker.module-
|
|
4
|
+
import { s as r } from "../../chunks/StatusTracker.module-DvCRrIA3.js";
|
|
5
5
|
import { EStatusTrackerType as t, EStatusTrackerVerticalAlign as o } from "./enums.js";
|
|
6
6
|
import { StatusTrackerMedia as u } from "./components/StatusTrackerMedia.js";
|
|
7
7
|
import { StatusTrackerHeader as k } from "./components/StatusTrackerHeader.js";
|
|
@@ -23,7 +23,7 @@ const c = {
|
|
|
23
23
|
className: a(r.statusTrackerWrapper, m),
|
|
24
24
|
...T,
|
|
25
25
|
ref: d,
|
|
26
|
-
"data-tx": "0.
|
|
26
|
+
"data-tx": "0.19.0",
|
|
27
27
|
children: [
|
|
28
28
|
/* @__PURE__ */ s("div", { className: a(r.statusTrackerBackground, c[e]), children: /* @__PURE__ */ s("div", { className: a(r.statusTrackerColor, c[e]) }) }, e),
|
|
29
29
|
/* @__PURE__ */ s("div", { className: a(r.statusTracker, S[l]), children: i })
|
|
@@ -3,7 +3,7 @@ import { c as m } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
|
3
3
|
import "../../Alert/AlertContext/AlertContext.js";
|
|
4
4
|
import { AlertProcess as i } from "../../Alert/AlertProcess/AlertProcess.js";
|
|
5
5
|
import "../../Alert/AlertTypeUtils.js";
|
|
6
|
-
import { s as p } from "../../../chunks/StatusTracker.module-
|
|
6
|
+
import { s as p } from "../../../chunks/StatusTracker.module-DvCRrIA3.js";
|
|
7
7
|
import { ETextSize as c, EFontType as a } from "../../Typography/enums.js";
|
|
8
8
|
import "../../Typography/Caption.js";
|
|
9
9
|
import { Text as l } from "../../Typography/Text.js";
|
|
@@ -3,7 +3,7 @@ import e from "react";
|
|
|
3
3
|
import { c as m } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { StatusTrackerStatus as c } from "./StatusTrackerStatus.js";
|
|
5
5
|
import { StatusTrackerAlert as i } from "./StatusTrackerAlert.js";
|
|
6
|
-
import { s as u } from "../../../chunks/StatusTracker.module-
|
|
6
|
+
import { s as u } from "../../../chunks/StatusTracker.module-DvCRrIA3.js";
|
|
7
7
|
const f = Object.assign(
|
|
8
8
|
e.forwardRef(function({ children: r, className: t, ...a }, s) {
|
|
9
9
|
return /* @__PURE__ */ o("div", { className: m(u.statusTrackerChild, t), ...a, ref: s, children: r });
|
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { c as
|
|
3
|
-
import { s as
|
|
4
|
-
import { Button as
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { c as m } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
+
import { s as a } from "../../../chunks/StatusTracker.module-DvCRrIA3.js";
|
|
4
|
+
import { Button as p } from "../../Button/Button.js";
|
|
5
5
|
import "../../Button/ButtonBase.js";
|
|
6
6
|
import "../../Button/ButtonIcon.js";
|
|
7
7
|
import "../../Button/ButtonDropdown.js";
|
|
8
8
|
import "../../Button/ButtonDropdownExtended.js";
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
return /* @__PURE__ */ m(e, { className: a(c.statusTrackerButton, o), ...s, children: r });
|
|
12
|
-
};
|
|
9
|
+
const i = ({ children: t, className: r, ...o }) => /* @__PURE__ */ s(p, { className: m(a.statusTrackerButton, r), block: !0, ...o, children: t });
|
|
10
|
+
i.displayName = "StatusTrackerButton";
|
|
13
11
|
export {
|
|
14
|
-
|
|
12
|
+
i as StatusTrackerButton
|
|
15
13
|
};
|
|
16
14
|
//# sourceMappingURL=StatusTrackerButton.js.map
|
|
@@ -4,7 +4,7 @@ import { ETextSize as m, EFontType as p } from "../../Typography/enums.js";
|
|
|
4
4
|
import "../../Typography/Caption.js";
|
|
5
5
|
import { Text as c } from "../../Typography/Text.js";
|
|
6
6
|
import "../../Typography/Title.js";
|
|
7
|
-
import { s as a } from "../../../chunks/StatusTracker.module-
|
|
7
|
+
import { s as a } from "../../../chunks/StatusTracker.module-DvCRrIA3.js";
|
|
8
8
|
const D = (r) => {
|
|
9
9
|
const { children: t, className: s, ...o } = r;
|
|
10
10
|
return /* @__PURE__ */ e(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
3
|
import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { s as r } from "../../../chunks/StatusTracker.module-
|
|
4
|
+
import { s as r } from "../../../chunks/StatusTracker.module-DvCRrIA3.js";
|
|
5
5
|
import { StatusTrackerDescription as m } from "./StatusTrackerDescription.js";
|
|
6
6
|
import { StatusTrackerButton as p } from "./StatusTrackerButton.js";
|
|
7
7
|
const u = Object.assign(
|
|
@@ -4,7 +4,7 @@ import { c as i } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
|
4
4
|
import { StatusTrackerDescription as m } from "./StatusTrackerDescription.js";
|
|
5
5
|
import { StatusTrackerTitle as c } from "./StatusTrackerTitle.js";
|
|
6
6
|
import { StatusTrackerSum as p } from "./StatusTrackerSum.js";
|
|
7
|
-
import { s as u } from "../../../chunks/StatusTracker.module-
|
|
7
|
+
import { s as u } from "../../../chunks/StatusTracker.module-DvCRrIA3.js";
|
|
8
8
|
const f = Object.assign(
|
|
9
9
|
o.forwardRef(function({ children: r, className: t, ...a }, e) {
|
|
10
10
|
return /* @__PURE__ */ s("div", { className: i(u.statusTrackerChild, t), ...a, ref: e, children: r });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { c } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
-
import { s as o } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { s as o } from "../../../chunks/StatusTracker.module-DvCRrIA3.js";
|
|
4
4
|
const d = (s) => {
|
|
5
5
|
const { children: r, className: t, ...a } = s;
|
|
6
6
|
return /* @__PURE__ */ e("div", { className: c(o.statusTrackerChild, t), ...a, children: r });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { c as e } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
3
|
-
import { s as m } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { s as m } from "../../../chunks/StatusTracker.module-DvCRrIA3.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-DvCRrIA3.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-DvCRrIA3.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,15 +8,15 @@ 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-DE8Zvm0w.js";
|
|
11
|
-
const R = "
|
|
11
|
+
const R = "step__9933d5cd", x = "done__04128463", h = "warning__3e5a46a6", v = "active__15a55661", b = "error__be1224fe", w = "disabled__e170c78d", t = {
|
|
12
12
|
step: R,
|
|
13
|
-
default: "
|
|
13
|
+
default: "default__37250fdf",
|
|
14
14
|
done: x,
|
|
15
15
|
warning: h,
|
|
16
16
|
active: v,
|
|
17
|
-
error:
|
|
18
|
-
disabled:
|
|
19
|
-
},
|
|
17
|
+
error: b,
|
|
18
|
+
disabled: w
|
|
19
|
+
}, L = {
|
|
20
20
|
[o.DEFAULT]: t.default,
|
|
21
21
|
[o.ACTIVE]: t.active,
|
|
22
22
|
[o.WARNING]: t.warning,
|
|
@@ -35,7 +35,7 @@ const R = "step__1af19521", x = "done__79a7fd08", h = "warning__8162ce37", v = "
|
|
|
35
35
|
position: f = e.Default,
|
|
36
36
|
...m
|
|
37
37
|
}) => {
|
|
38
|
-
const l = u(null), T = y[f], E = A(t.step,
|
|
38
|
+
const l = u(null), T = y[f], E = A(t.step, L[d], s), c = () => /* @__PURE__ */ i("div", { ref: l, className: E, ...m, children: /* @__PURE__ */ i(N, { size: D.B1, weight: S.SEMIBOLD, children: p }) });
|
|
39
39
|
return r ? /* @__PURE__ */ g(a, { size: _.SM, toggleType: "hover", alignTip: T, targetRef: l, children: [
|
|
40
40
|
/* @__PURE__ */ i(a.Target, { children: c() }),
|
|
41
41
|
/* @__PURE__ */ i(a.Body, { children: r })
|
|
@@ -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-DE8Zvm0w.js";
|
|
12
12
|
import { EStepperSize as a } from "./enums.js";
|
|
13
|
-
const K = "
|
|
13
|
+
const K = "stepper__de5078f9", O = "sm__732472b1", Q = "md__a9efd496", T = "lg__39e3a02d", U = "stepperCarousel__20677f32", V = "buttonPrev__75c54927", Y = "buttonNext__6b5ab1b4", n = {
|
|
14
14
|
stepper: K,
|
|
15
15
|
sm: O,
|
|
16
16
|
md: Q,
|
|
@@ -65,8 +65,8 @@ const K = "stepper__64a5e6a2", O = "sm__b8e6628a", Q = "md__2cf4207b", 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: f, right: N, width: D } = t.getBoundingClientRect(),
|
|
69
|
-
window.matchMedia(`(max-width: ${J.SM_MAX})`).matches ? y(e,
|
|
68
|
+
const { left: r, right: o, width: j } = e.getBoundingClientRect(), { left: f, right: N, width: D } = t.getBoundingClientRect(), d = r + j / 2, g = f + D / 2;
|
|
69
|
+
window.matchMedia(`(max-width: ${J.SM_MAX})`).matches ? y(e, g - d) : d > g ? k(e, t, f - r - 32, f) : d < g && L(e, t, N - o + 32, N);
|
|
70
70
|
};
|
|
71
71
|
return C(() => {
|
|
72
72
|
if (l) {
|
|
@@ -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-DE8Zvm0w.js";
|
|
7
|
-
const
|
|
8
|
-
stepperExtended:
|
|
7
|
+
const b = "stepperExtended__29b99bbc", h = {
|
|
8
|
+
stepperExtended: b
|
|
9
9
|
}, t = ({
|
|
10
10
|
children: r,
|
|
11
11
|
className: p,
|
|
@@ -15,7 +15,7 @@ const h = "stepperExtended__cf1d6c43", u = {
|
|
|
15
15
|
forwardedRef: n,
|
|
16
16
|
...c
|
|
17
17
|
}) => {
|
|
18
|
-
const m = E(
|
|
18
|
+
const m = E(h.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: m, role: "tablist", ...c, 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-DE8Zvm0w.js";
|
|
8
|
-
import { s as t, R as F } from "../../chunks/RightBorderArrow-
|
|
8
|
+
import { s as t, R as F } from "../../chunks/RightBorderArrow-DphWOCKu.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": "0.
|
|
75
|
+
/* @__PURE__ */ I("div", { className: t.content, "data-tx": "0.19.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-DE8Zvm0w.js";
|
|
3
|
-
const o = "
|
|
3
|
+
const o = "stepperWrapper__68e76071", c = {
|
|
4
4
|
stepperWrapper: o
|
|
5
5
|
}, W = ({ children: p, className: r, ...e }) => {
|
|
6
6
|
const s = a(c.stepperWrapper, r);
|
|
7
|
-
return /* @__PURE__ */ t("div", { className: s, ...e, "data-tx": "0.
|
|
7
|
+
return /* @__PURE__ */ t("div", { className: s, ...e, "data-tx": "0.19.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-ILfoWhzW.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__4186dec7", z = "suggestDropdownMobileNoOptionsText__87490040", g = {
|
|
24
24
|
suggestDropdownMobileBody: k,
|
|
25
25
|
suggestDropdownMobileNoOptionsText: z
|
|
26
26
|
}, po = () => {
|
|
@@ -30,14 +30,14 @@ const k = "suggestDropdownMobileBody__f01a1bdc", z = "suggestDropdownMobileNoOpt
|
|
|
30
30
|
inputValue: i,
|
|
31
31
|
placeholder: u,
|
|
32
32
|
noOptionsText: a,
|
|
33
|
-
loading:
|
|
33
|
+
loading: w,
|
|
34
34
|
clearInputOnFocus: p,
|
|
35
|
-
dropdownListLoading:
|
|
36
|
-
onSelect:
|
|
35
|
+
dropdownListLoading: b,
|
|
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__f01a1bdc", z = "suggestDropdownMobileNoOpt
|
|
|
58
58
|
O,
|
|
59
59
|
{
|
|
60
60
|
controlButtons: /* @__PURE__ */ c(m, { children: [
|
|
61
|
-
|
|
61
|
+
w && /* @__PURE__ */ e(v, {}),
|
|
62
62
|
/* @__PURE__ */ e(N, { onClick: M })
|
|
63
63
|
] }),
|
|
64
64
|
children: /* @__PURE__ */ e(
|
|
@@ -73,7 +73,7 @@ const k = "suggestDropdownMobileBody__f01a1bdc", 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__f01a1bdc", z = "suggestDropdownMobileNoOpt
|
|
|
82
82
|
tag: "div",
|
|
83
83
|
children: a
|
|
84
84
|
}
|
|
85
|
-
) : /* @__PURE__ */ e(R, { loading:
|
|
85
|
+
) : /* @__PURE__ */ e(R, { loading: b, 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-BrJJVBqL.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-ClOpQErr.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-ClOpQErr.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-ILfoWhzW.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-ILfoWhzW.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-BrJJVBqL.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 y } from "../../FormField/components/FormFieldClear.js";
|
|
12
12
|
import "../../FormField/components/FormFieldTarget.js";
|
|
13
|
-
import { F as A } from "../../../chunks/FormFieldInput-
|
|
13
|
+
import { F as A } from "../../../chunks/FormFieldInput-ClOpQErr.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 G } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import { ELoaderSmallTheme as N } from "../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
import "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
21
|
+
import "../../../chunks/SuggestFieldMobileDropdownHint-BrJJVBqL.js";
|
|
22
22
|
const no = ({
|
|
23
23
|
value: r,
|
|
24
24
|
options: x,
|