@sberbusiness/triplex-next 0.26.0 → 0.27.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-BjHTZKgZ.js → AlertProcessSpoiler-CyQjNK-A.js} +6 -6
- package/chunks/{CalendarViewItem-BdyVWg8a.js → CalendarViewItem-DRBt_s0Q.js} +7 -7
- package/chunks/Card.module-D8T8SSWF.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BQD7DKNP.js +15 -0
- package/chunks/{Chip-CuoqjaG4.js → Chip-BWrXp8b3.js} +15 -15
- package/chunks/Confirm.module-D5UicEEs.js +15 -0
- package/chunks/{DropdownListItem-CRdOVwlq.js → DropdownListItem-BflrX8i-.js} +24 -24
- package/chunks/DropdownMobile.module-3D5LlZCS.js +23 -0
- package/chunks/Footer.module-BfB70vm7.js +9 -0
- package/chunks/FormFieldInput-q8qt9K5c.js +79 -0
- package/chunks/HeaderLayoutSidebar.module-DP3SxiTp.js +9 -0
- package/chunks/HeaderTabs.module-Cx-Ctxui.js +9 -0
- package/chunks/{HeaderTitle.module-BDZQCHuH.js → HeaderTitle.module-Y10Bm5lm.js} +2 -2
- package/chunks/IslandAccordion.module-CVxFZsLG.js +25 -0
- package/chunks/IslandWidgetFooter.module-VlqE7l7C.js +9 -0
- package/chunks/IslandWidgetHeader.module-DwIaQr1_.js +12 -0
- package/chunks/{LightBoxContent-Bp6XRgdB.js → LightBoxContent-DHs-Qjcp.js} +6 -6
- package/chunks/LightBoxControls.module-D1KjqwKb.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DPT31Rzn.js +9 -0
- package/chunks/{ListItemControlsButton-PANaJdYf.js → ListItemControlsButton-pIOQbY1R.js} +18 -18
- package/chunks/ListItemTail.module-Cu4UoxMF.js +12 -0
- package/chunks/ListMasterFooter.module-wznlsgml.js +10 -0
- package/chunks/ModalWindow.module-BrOAz5Ut.js +17 -0
- package/chunks/Notification.module-CyBTQm0m.js +20 -0
- package/chunks/Overlay.module-hR6GT0XD.js +18 -0
- package/chunks/Page.module-DydaWXa2.js +11 -0
- package/chunks/SMSField.module-DoBN7Aba.js +16 -0
- package/chunks/SliderExtendedMarks.module-DZXE3Uju.js +15 -0
- package/chunks/{SliderExtendedRail-B33WytbG.js → SliderExtendedRail-ylfekLwv.js} +9 -9
- package/chunks/StatusTracker.module-D8_bnGs2.js +24 -0
- package/chunks/{StepperStepArrowBorder-9OXwuqOn.js → StepperStepArrowBorder-DJAqKqGz.js} +9 -9
- package/chunks/{SuggestFieldMobileDropdownHint-dcZDUPZa.js → SuggestFieldMobileDropdownHint-DC3vUbne.js} +4 -4
- package/chunks/TableFooter.module-BG7ShSJ1.js +14 -0
- package/chunks/TabsExtended.module-D60HGy0o.js +16 -0
- package/chunks/TabsLine.module-BfBp0UOt.js +21 -0
- package/chunks/TooltipDesktop.module-BrcbbP-s.js +19 -0
- package/chunks/TreeView.module-lKZg_HMx.js +9 -0
- package/chunks/{UploadZoneInput-BsJhqlie.js → UploadZoneInput-xOoub0aL.js} +7 -7
- package/chunks/{constants-KINy2OSZ.js → constants-CoLWcWYQ.js} +6 -6
- package/chunks/utils-BXp6zjzV.js +28 -0
- package/chunks/{utils-BVhTB5hC.js → utils-CfCPvNY4.js} +4 -4
- package/chunks/{utils-CWqa2skI.js → utils-D_H8vO74.js} +2 -2
- package/chunks/utils-PKY322-t.js +24 -0
- package/components/Alert/AlertContext/AlertContext.js +10 -10
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +1 -1
- package/components/Badge/Badge.js +7 -7
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +13 -13
- package/components/Badge/components/BadgePostfix.js +9 -9
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +17 -17
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +11 -11
- package/components/Button/ButtonDropdownExtended.js +1 -1
- package/components/Button/ButtonIcon.js +7 -7
- 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 +8 -8
- package/components/Checkbox/CheckboxXGroup.js +12 -12
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- 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 +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +13 -13
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +134 -134
- 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 +53 -51
- package/components/DateField/DateFieldTarget.js +38 -37
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +5 -5
- package/components/DateRange/DateRange.js +18 -18
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +5 -5
- 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 +1 -1
- 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 +7 -7
- package/components/EmptyView/EmptyView.js +14 -14
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- 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 +29 -29
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +5 -5
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +12 -12
- package/components/FormField/components/FormFieldMaskedInput.js +31 -31
- package/components/FormField/components/FormFieldPostfix.js +4 -4
- package/components/FormField/components/FormFieldPrefix.js +4 -4
- package/components/FormField/components/FormFieldTarget.js +11 -11
- package/components/FormField/components/FormFieldTextarea.js +15 -15
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +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 +1 -1
- package/components/IconWrapper/IconWrapper.js +14 -14
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +4 -4
- 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 +70 -64
- package/components/IslandWidget/IslandWidget.js +46 -38
- 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 +1 -1
- package/components/LightBox/LightBox.js +18 -18
- 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 +21 -21
- 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 +7 -7
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +21 -21
- package/components/List/List.js +4 -4
- package/components/List/ListSortable.js +30 -55
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +8 -8
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +43 -42
- package/components/List/components/ListItemLoading.js +4 -4
- package/components/List/components/ListItemSelectable.js +10 -10
- 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 +22 -21
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +7 -7
- package/components/List/index.js +1 -1
- package/components/List/utils.js +20 -0
- package/components/ListMaster/ListMaster.js +22 -15
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +7 -7
- 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 +5 -5
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +7 -7
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- 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/MonthYearField/MonthYearField.js +28 -26
- package/components/MonthYearField/MonthYearFieldTarget.js +36 -36
- package/components/MonthYearRange/MonthYearRange.js +9 -9
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +5 -5
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +1 -1
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +5 -5
- package/components/OrderedList/OrderedListItem.js +5 -5
- 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 +8 -8
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +5 -5
- package/components/Pagination/components/PaginationNavigationButton.js +1 -1
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +5 -5
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Radio/Radio.js +18 -18
- package/components/Radio/RadioXGroup.js +13 -13
- package/components/Radio/RadioYGroup.js +6 -6
- 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 +3 -3
- package/components/SegmentedControl/SegmentedControlSegment.js +18 -18
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +13 -13
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +13 -13
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +4 -4
- 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 +8 -8
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +19 -19
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +10 -10
- 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 +29 -23
- package/components/Stepper/Stepper.js +12 -12
- package/components/Stepper/StepperExtended.js +8 -8
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperStepArrowBorder.js +1 -1
- 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 +17 -17
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +3 -3
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +5 -5
- 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 +6 -6
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +20 -20
- 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 +6 -6
- package/components/Tag/Tag.js +13 -13
- package/components/TagColor/TagColor.js +12 -12
- 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 +11 -11
- 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 +6 -6
- package/components/TopOverlay/TopOverlay.js +5 -5
- 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 +20 -20
- package/components/Typography/CodeText.js +6 -6
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +17 -17
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +2 -2
- package/components/UnorderedList/UnorderedListItem.js +2 -2
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +5 -5
- package/index.d.ts +59 -20
- package/index.js +5 -5
- package/package.json +1 -1
- package/styles/triplex-next.css +538 -538
- package/chunks/Card.module-gPkzcCGo.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BqmTzdxy.js +0 -15
- package/chunks/Confirm.module-bXfHpEZY.js +0 -15
- package/chunks/DropdownMobile.module-H5txYrQf.js +0 -23
- package/chunks/Footer.module-Dhevv5cy.js +0 -9
- package/chunks/FormFieldInput-CyAOOwnJ.js +0 -79
- package/chunks/HeaderLayoutSidebar.module-CqLx3F7A.js +0 -9
- package/chunks/HeaderTabs.module-BQHI-7dx.js +0 -9
- package/chunks/IslandAccordion.module-ElAylnXP.js +0 -25
- package/chunks/IslandWidgetFooter.module-km-5hDpn.js +0 -9
- package/chunks/IslandWidgetHeader.module-DZJujJ9z.js +0 -12
- package/chunks/LightBoxControls.module-Dp8lh2Rg.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DDGxczL0.js +0 -9
- package/chunks/ListItemTail.module-BKP1QEpv.js +0 -12
- package/chunks/ListMasterFooter.module-D1BeGub8.js +0 -10
- package/chunks/ModalWindow.module-PJk-BOT5.js +0 -17
- package/chunks/Notification.module-7THtDpDh.js +0 -20
- package/chunks/Overlay.module-B0Fayqn2.js +0 -18
- package/chunks/Page.module-oxsZ2i2v.js +0 -11
- package/chunks/SMSField.module-DQoHDr5D.js +0 -16
- package/chunks/SliderExtendedMarks.module-CEOeXrfd.js +0 -15
- package/chunks/StatusTracker.module-CwUmaWht.js +0 -24
- package/chunks/TableFooter.module-DaFBiojx.js +0 -14
- package/chunks/TabsExtended.module-D4GCJESe.js +0 -16
- package/chunks/TabsLine.module-BEA3Lssg.js +0 -21
- package/chunks/TooltipDesktop.module-hff_h0-q.js +0 -19
- package/chunks/TreeView.module-C-XaQJbB.js +0 -9
- package/chunks/utils-DFHOghtD.js +0 -28
- package/chunks/utils-TZKbWcP7.js +0 -24
|
@@ -3,7 +3,7 @@ import { c as m } from "../../../chunks/vendor---Om3uMV.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-D8_bnGs2.js";
|
|
7
7
|
import { ETextSize as c, EFontType as a } from "../../Typography/enums.js";
|
|
8
8
|
import "../../Typography/Caption.js";
|
|
9
9
|
import "../../Typography/CodeText.js";
|
|
@@ -3,7 +3,7 @@ import e from "react";
|
|
|
3
3
|
import { c as m } from "../../../chunks/vendor---Om3uMV.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-D8_bnGs2.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,6 +1,6 @@
|
|
|
1
1
|
import { jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { c as m } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
import { s as a } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { s as a } from "../../../chunks/StatusTracker.module-D8_bnGs2.js";
|
|
4
4
|
import { Button as p } from "../../Button/Button.js";
|
|
5
5
|
import "../../Button/ButtonBase.js";
|
|
6
6
|
import "../../Button/ButtonIcon.js";
|
|
@@ -5,7 +5,7 @@ import "../../Typography/Caption.js";
|
|
|
5
5
|
import "../../Typography/CodeText.js";
|
|
6
6
|
import { Text as c } from "../../Typography/Text.js";
|
|
7
7
|
import "../../Typography/Title.js";
|
|
8
|
-
import { s as a } from "../../../chunks/StatusTracker.module-
|
|
8
|
+
import { s as a } from "../../../chunks/StatusTracker.module-D8_bnGs2.js";
|
|
9
9
|
const E = (r) => {
|
|
10
10
|
const { children: t, className: s, ...o } = r;
|
|
11
11
|
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---Om3uMV.js";
|
|
4
|
-
import { s as r } from "../../../chunks/StatusTracker.module-
|
|
4
|
+
import { s as r } from "../../../chunks/StatusTracker.module-D8_bnGs2.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---Om3uMV.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-D8_bnGs2.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---Om3uMV.js";
|
|
3
|
-
import { s as o } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { s as o } from "../../../chunks/StatusTracker.module-D8_bnGs2.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---Om3uMV.js";
|
|
3
|
-
import { s as m } from "../../../chunks/StatusTracker.module-
|
|
3
|
+
import { s as m } from "../../../chunks/StatusTracker.module-D8_bnGs2.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;
|
|
@@ -6,7 +6,7 @@ import "../../Typography/CodeText.js";
|
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import { Title as a } from "../../Typography/Title.js";
|
|
8
8
|
import { Amount as c } from "../../Amount/Amount.js";
|
|
9
|
-
import { s as l } from "../../../chunks/StatusTracker.module-
|
|
9
|
+
import { s as l } from "../../../chunks/StatusTracker.module-D8_bnGs2.js";
|
|
10
10
|
const k = (r) => {
|
|
11
11
|
const { className: o, amountProps: m, ...s } = r;
|
|
12
12
|
return /* @__PURE__ */ t(
|
|
@@ -5,7 +5,7 @@ import "../../Typography/Caption.js";
|
|
|
5
5
|
import "../../Typography/CodeText.js";
|
|
6
6
|
import "../../Typography/Text.js";
|
|
7
7
|
import { Title as l } from "../../Typography/Title.js";
|
|
8
|
-
import { s as c } from "../../../chunks/StatusTracker.module-
|
|
8
|
+
import { s as c } from "../../../chunks/StatusTracker.module-D8_bnGs2.js";
|
|
9
9
|
const k = (t) => {
|
|
10
10
|
const { children: r, className: e, ...i } = t;
|
|
11
11
|
return /* @__PURE__ */ s(
|
package/components/Step/Step.js
CHANGED
|
@@ -1,23 +1,28 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useRef as
|
|
1
|
+
import { jsxs as E, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as g } from "react";
|
|
3
3
|
import { EStepStatus as o, EStepPosition as e } from "./enums.js";
|
|
4
|
-
import { ETooltipAlign as n, ETooltipSize as
|
|
4
|
+
import { ETooltipAlign as n, ETooltipSize as A } from "../Tooltip/enums.js";
|
|
5
5
|
import { Tooltip as a } from "../Tooltip/Tooltip.js";
|
|
6
|
-
import { EFontWeightText as
|
|
6
|
+
import { EFontWeightText as u, ETextSize as N } from "../Typography/enums.js";
|
|
7
7
|
import "../Typography/Caption.js";
|
|
8
8
|
import "../Typography/CodeText.js";
|
|
9
|
-
import { Text as
|
|
9
|
+
import { Text as D } from "../Typography/Text.js";
|
|
10
10
|
import "../Typography/Title.js";
|
|
11
|
-
import { c as
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
import { c as O } from "../../chunks/vendor---Om3uMV.js";
|
|
12
|
+
import { EComponentSize as I } from "../../enums/EComponentSize.js";
|
|
13
|
+
import { createSizeToClassNameMap as L } from "../../utils/classNameMaps.js";
|
|
14
|
+
const M = "step__d8fa9aa8", P = "sm__103cce27", R = "md__6ec459c8", b = "lg__b4e19e84", x = "done__bffb010d", C = "warning__a616187f", h = "active__998fd109", v = "error__2e581996", z = "disabled__da8ec289", t = {
|
|
15
|
+
step: M,
|
|
16
|
+
sm: P,
|
|
17
|
+
md: R,
|
|
18
|
+
lg: b,
|
|
19
|
+
default: "default__2d0765a2",
|
|
20
|
+
done: x,
|
|
21
|
+
warning: C,
|
|
17
22
|
active: h,
|
|
18
23
|
error: v,
|
|
19
|
-
disabled:
|
|
20
|
-
},
|
|
24
|
+
disabled: z
|
|
25
|
+
}, w = {
|
|
21
26
|
[o.DEFAULT]: t.default,
|
|
22
27
|
[o.ACTIVE]: t.active,
|
|
23
28
|
[o.WARNING]: t.warning,
|
|
@@ -28,23 +33,24 @@ const R = "step__53e25ba1", b = "done__78ff5b42", x = "warning__378d7f68", h = "
|
|
|
28
33
|
[e.XFirst]: n.START,
|
|
29
34
|
[e.Default]: n.CENTER,
|
|
30
35
|
[e.XLast]: n.END
|
|
31
|
-
},
|
|
36
|
+
}, B = L(t), Y = (r, s) => s === 0 ? e.XFirst : s + 1 === r ? e.XLast : e.Default, F = ({
|
|
32
37
|
children: r,
|
|
33
38
|
className: s,
|
|
34
|
-
step:
|
|
35
|
-
status:
|
|
36
|
-
position:
|
|
37
|
-
|
|
39
|
+
step: m,
|
|
40
|
+
status: _,
|
|
41
|
+
position: p = e.Default,
|
|
42
|
+
size: d = I.MD,
|
|
43
|
+
...f
|
|
38
44
|
}) => {
|
|
39
|
-
const c =
|
|
40
|
-
return r ? /* @__PURE__ */
|
|
45
|
+
const c = g(null), T = y[p], S = O(t.step, w[_], B[d], s), l = () => /* @__PURE__ */ i("div", { ref: c, className: S, ...f, children: /* @__PURE__ */ i(D, { size: N.B1, weight: u.SEMIBOLD, children: m }) });
|
|
46
|
+
return r ? /* @__PURE__ */ E(a, { size: A.SM, toggleType: "hover", alignTip: T, targetRef: c, children: [
|
|
41
47
|
/* @__PURE__ */ i(a.Target, { children: l() }),
|
|
42
48
|
/* @__PURE__ */ i(a.Body, { children: r })
|
|
43
49
|
] }) : l();
|
|
44
50
|
};
|
|
45
|
-
|
|
51
|
+
F.displayName = "Step";
|
|
46
52
|
export {
|
|
47
|
-
|
|
48
|
-
|
|
53
|
+
F as Step,
|
|
54
|
+
Y as calcPosition
|
|
49
55
|
};
|
|
50
56
|
//# sourceMappingURL=Step.js.map
|
|
@@ -11,7 +11,7 @@ import { scrollSmoothHorizontally as h } from "../../utils/scroll.js";
|
|
|
11
11
|
import { EComponentSize as X } from "../../enums/EComponentSize.js";
|
|
12
12
|
import { EScreenWidth as $ } from "../../helpers/breakpoints.js";
|
|
13
13
|
import "./enums.js";
|
|
14
|
-
const q = "
|
|
14
|
+
const q = "stepperCarousel__951f3b17", D = "stepperButtonWrapper__dc06a7bb", F = "prev__b0e3aff4", J = "next__012063ae", K = "stepperButton__54c99757", Q = "sm__8adc9829", U = "md__677f1705", V = "lg__5967ae13", s = {
|
|
15
15
|
stepperCarousel: q,
|
|
16
16
|
stepperButtonWrapper: D,
|
|
17
17
|
prev: F,
|
|
@@ -27,7 +27,7 @@ const q = "stepperCarousel__648bd8a8", D = "stepperButtonWrapper__ec47b674", F =
|
|
|
27
27
|
selectedStepId: c,
|
|
28
28
|
...M
|
|
29
29
|
}) => {
|
|
30
|
-
const [x, P] = A({ stepNext: 0, stepPrev: 0 }), m = N(null),
|
|
30
|
+
const [x, P] = A({ stepNext: 0, stepPrev: 0 }), m = N(null), v = N({}), L = S.findIndex((t) => t.id === c), O = p(
|
|
31
31
|
({ hidden: t, ...e }) => t ? null : /* @__PURE__ */ n("div", { className: l(s.stepperButtonWrapper, s.prev), children: /* @__PURE__ */ n(
|
|
32
32
|
E,
|
|
33
33
|
{
|
|
@@ -65,31 +65,31 @@ const q = "stepperCarousel__648bd8a8", D = "stepperButtonWrapper__ec47b674", F =
|
|
|
65
65
|
e.disconnect();
|
|
66
66
|
};
|
|
67
67
|
}, []);
|
|
68
|
-
const
|
|
68
|
+
const C = p(
|
|
69
69
|
(t, e, r, o) => {
|
|
70
70
|
r > 0 && (e.nextElementSibling && (r -= o - e.nextElementSibling.getBoundingClientRect().right), h(t, Math.ceil(r)));
|
|
71
71
|
},
|
|
72
72
|
[]
|
|
73
|
-
),
|
|
73
|
+
), _ = p(
|
|
74
74
|
(t, e, r, o) => {
|
|
75
75
|
r < 0 && (e.previousElementSibling && (r -= o - e.previousElementSibling.getBoundingClientRect().left), h(t, Math.floor(r)));
|
|
76
76
|
},
|
|
77
77
|
[]
|
|
78
|
-
),
|
|
78
|
+
), B = p((t, e) => {
|
|
79
79
|
e && h(t, e);
|
|
80
|
-
}, []),
|
|
80
|
+
}, []), b = p(
|
|
81
81
|
(t, e) => {
|
|
82
82
|
const { left: r, right: o, width: a } = t.getBoundingClientRect(), { left: u, right: R, width: k } = e.getBoundingClientRect(), f = r + a / 2, d = u + k / 2;
|
|
83
|
-
window.matchMedia(`(max-width: ${$.SM_MAX})`).matches ?
|
|
83
|
+
window.matchMedia(`(max-width: ${$.SM_MAX})`).matches ? B(t, d - f) : f > d ? _(t, e, u - r, u) : f < d && C(t, e, R - o, R);
|
|
84
84
|
},
|
|
85
|
-
[_, C
|
|
85
|
+
[B, _, C]
|
|
86
86
|
);
|
|
87
87
|
return w(() => {
|
|
88
88
|
if (c) {
|
|
89
|
-
const { current: t } = m, e =
|
|
90
|
-
t && e &&
|
|
89
|
+
const { current: t } = m, e = v.current[c];
|
|
90
|
+
t && e && b(t, e);
|
|
91
91
|
}
|
|
92
|
-
}, [c,
|
|
92
|
+
}, [c, b]), /* @__PURE__ */ n(
|
|
93
93
|
z,
|
|
94
94
|
{
|
|
95
95
|
className: l(s.stepperCarousel, g[i], I),
|
|
@@ -101,7 +101,7 @@ const q = "stepperCarousel__648bd8a8", D = "stepperButtonWrapper__ec47b674", F =
|
|
|
101
101
|
children: /* @__PURE__ */ n(W, { selectedStepId: c, size: i, ...M, children: S.map(({ label: t, ...e }, r) => /* @__PURE__ */ n(
|
|
102
102
|
W.Step,
|
|
103
103
|
{
|
|
104
|
-
forwardedRef: (o) =>
|
|
104
|
+
forwardedRef: (o) => v.current[e.id] = o,
|
|
105
105
|
...e,
|
|
106
106
|
isInActiveStep: r > L,
|
|
107
107
|
children: t
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { useMemo as
|
|
3
|
-
import { c as
|
|
4
|
-
import { StepperStep as
|
|
5
|
-
import { StepperExtendedContext as
|
|
2
|
+
import { useMemo as x } from "react";
|
|
3
|
+
import { c as a } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
import { StepperStep as i } from "./StepperStep.js";
|
|
5
|
+
import { StepperExtendedContext as l } from "./StepperExtendedContext.js";
|
|
6
6
|
import { EComponentSize as f } from "../../enums/EComponentSize.js";
|
|
7
|
-
const E = "
|
|
7
|
+
const E = "stepperExtended__755c9ca5", u = {
|
|
8
8
|
stepperExtended: E
|
|
9
9
|
}, S = ({
|
|
10
10
|
children: p,
|
|
@@ -15,13 +15,13 @@ const E = "stepperExtended__bd635652", u = {
|
|
|
15
15
|
forwardedRef: m,
|
|
16
16
|
...n
|
|
17
17
|
}) => {
|
|
18
|
-
const d =
|
|
18
|
+
const d = a(u.stepperExtended, s), c = x(
|
|
19
19
|
() => ({ selectedId: r, size: e, onSelectStep: t }),
|
|
20
20
|
[r, e, t]
|
|
21
21
|
);
|
|
22
|
-
return /* @__PURE__ */ o(
|
|
22
|
+
return /* @__PURE__ */ o(l.Provider, { value: c, children: /* @__PURE__ */ o("ol", { className: d, role: "tablist", ...n, ref: m, children: p }) });
|
|
23
23
|
};
|
|
24
|
-
S.Step =
|
|
24
|
+
S.Step = i;
|
|
25
25
|
export {
|
|
26
26
|
S as StepperExtended
|
|
27
27
|
};
|
|
@@ -7,7 +7,7 @@ import { isKey as g } from "../../utils/keyboard.js";
|
|
|
7
7
|
import { StepperExtendedContext as H } from "./StepperExtendedContext.js";
|
|
8
8
|
import { EFocusSource as o } from "../../enums/EFocusSource.js";
|
|
9
9
|
import { EStepperStepType as y } from "./enums.js";
|
|
10
|
-
import { s as t, S as J } from "../../chunks/StepperStepArrowBorder-
|
|
10
|
+
import { s as t, S as J } from "../../chunks/StepperStepArrowBorder-DJAqKqGz.js";
|
|
11
11
|
import { IconWrapper as L } from "../IconWrapper/IconWrapper.js";
|
|
12
12
|
const Q = F(t), X = ({
|
|
13
13
|
children: N,
|
|
@@ -69,7 +69,7 @@ const Q = F(t), X = ({
|
|
|
69
69
|
...T,
|
|
70
70
|
ref: M,
|
|
71
71
|
children: [
|
|
72
|
-
/* @__PURE__ */ R("div", { className: t.content, "data-tx": "0.
|
|
72
|
+
/* @__PURE__ */ R("div", { className: t.content, "data-tx": "0.27.0", children: [
|
|
73
73
|
h && P(),
|
|
74
74
|
N
|
|
75
75
|
] }),
|
|
@@ -4,7 +4,7 @@ import { useSuggestContext as I } 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-BflrX8i-.js";
|
|
8
8
|
import "../Dropdown/mobile/DropdownMobile.js";
|
|
9
9
|
import { DropdownMobileBody as B } from "../Dropdown/mobile/DropdownMobileBody.js";
|
|
10
10
|
import { DropdownMobileClose as F } from "../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -21,7 +21,7 @@ import "../Typography/Caption.js";
|
|
|
21
21
|
import "../Typography/CodeText.js";
|
|
22
22
|
import { Text as j } from "../Typography/Text.js";
|
|
23
23
|
import "../Typography/Title.js";
|
|
24
|
-
const k = "
|
|
24
|
+
const k = "suggestDropdownMobileBody__74215961", z = "suggestDropdownMobileNoOptionsText__e8dcc317", g = {
|
|
25
25
|
suggestDropdownMobileBody: k,
|
|
26
26
|
suggestDropdownMobileNoOptionsText: z
|
|
27
27
|
}, A = () => {
|
|
@@ -29,12 +29,12 @@ const k = "suggestDropdownMobileBody__33b26dc6", z = "suggestDropdownMobileNoOpt
|
|
|
29
29
|
value: r,
|
|
30
30
|
options: s,
|
|
31
31
|
inputValue: i,
|
|
32
|
-
placeholder:
|
|
33
|
-
noOptionsText:
|
|
32
|
+
placeholder: u,
|
|
33
|
+
noOptionsText: a,
|
|
34
34
|
loading: w,
|
|
35
35
|
clearInputOnFocus: p,
|
|
36
|
-
dropdownListLoading:
|
|
37
|
-
onSelect:
|
|
36
|
+
dropdownListLoading: h,
|
|
37
|
+
onSelect: b,
|
|
38
38
|
onFilter: t,
|
|
39
39
|
onScrollEnd: l,
|
|
40
40
|
closeDropdown: d
|
|
@@ -66,7 +66,7 @@ const k = "suggestDropdownMobileBody__33b26dc6", z = "suggestDropdownMobileNoOpt
|
|
|
66
66
|
L,
|
|
67
67
|
{
|
|
68
68
|
value: i,
|
|
69
|
-
placeholder:
|
|
69
|
+
placeholder: u,
|
|
70
70
|
autoFocus: !0,
|
|
71
71
|
onFocus: T,
|
|
72
72
|
onChange: x
|
|
@@ -81,16 +81,16 @@ const k = "suggestDropdownMobileBody__33b26dc6", z = "suggestDropdownMobileNoOpt
|
|
|
81
81
|
type: H.PRIMARY,
|
|
82
82
|
size: E.B2,
|
|
83
83
|
tag: "div",
|
|
84
|
-
children:
|
|
84
|
+
children: a
|
|
85
85
|
}
|
|
86
|
-
) : /* @__PURE__ */ e(R, { loading:
|
|
86
|
+
) : /* @__PURE__ */ e(R, { loading: h, ref: f, children: s.map((o) => /* @__PURE__ */ e(
|
|
87
87
|
_,
|
|
88
88
|
{
|
|
89
89
|
id: o.id,
|
|
90
90
|
selected: o.id === (r == null ? void 0 : r.id),
|
|
91
91
|
showNotificationIcon: o.showNotificationIcon,
|
|
92
92
|
onSelect: () => {
|
|
93
|
-
|
|
93
|
+
b(o);
|
|
94
94
|
},
|
|
95
95
|
children: o.content || o.label
|
|
96
96
|
},
|
|
@@ -2,13 +2,13 @@ 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-DC3vUbne.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/components/FormFieldClear.js";
|
|
9
9
|
import "../FormField/components/FormFieldCounter.js";
|
|
10
10
|
import "../FormField/components/FormFieldDescription.js";
|
|
11
|
-
import { F as O } from "../../chunks/FormFieldInput-
|
|
11
|
+
import { F as O } from "../../chunks/FormFieldInput-q8qt9K5c.js";
|
|
12
12
|
import "../FormField/components/FormFieldLabel.js";
|
|
13
13
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
14
14
|
import "../FormField/components/FormFieldPostfix.js";
|
|
@@ -9,7 +9,7 @@ import { EFormFieldStatus as q } from "../../FormField/enums.js";
|
|
|
9
9
|
import { FormFieldClear as ao } from "../../FormField/components/FormFieldClear.js";
|
|
10
10
|
import "../../FormField/components/FormFieldCounter.js";
|
|
11
11
|
import "../../FormField/components/FormFieldDescription.js";
|
|
12
|
-
import { F as ho } from "../../../chunks/FormFieldInput-
|
|
12
|
+
import { F as ho } from "../../../chunks/FormFieldInput-q8qt9K5c.js";
|
|
13
13
|
import "../../FormField/components/FormFieldLabel.js";
|
|
14
14
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
15
15
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -23,7 +23,7 @@ import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
|
23
23
|
import { DropdownListContext as po } 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-BflrX8i-.js";
|
|
27
27
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
28
28
|
import "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
29
29
|
import "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -4,7 +4,7 @@ import { Portal as _ } from "../../Portal/Portal.js";
|
|
|
4
4
|
import "../../Dropdown/DropdownListContext.js";
|
|
5
5
|
import { DropdownDesktop as b } from "../../Dropdown/desktop/DropdownDesktop.js";
|
|
6
6
|
import { DropdownList as L } from "../../Dropdown/desktop/DropdownList.js";
|
|
7
|
-
import { D as O } from "../../../chunks/DropdownListItem-
|
|
7
|
+
import { D as O } from "../../../chunks/DropdownListItem-BflrX8i-.js";
|
|
8
8
|
import { EDropdownWidth as u } from "../../Dropdown/desktop/enums.js";
|
|
9
9
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
10
10
|
import "../../Dropdown/mobile/DropdownMobileBody.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-DC3vUbne.js";
|
|
6
6
|
import { SuggestField as m } from "./SuggestField.js";
|
|
7
7
|
export {
|
|
8
8
|
m as SuggestField,
|
|
@@ -7,7 +7,7 @@ import { DataTestId as A } from "../../../consts/DataTestId.js";
|
|
|
7
7
|
import { FormFieldClear as G } from "../../FormField/components/FormFieldClear.js";
|
|
8
8
|
import "../../FormField/components/FormFieldCounter.js";
|
|
9
9
|
import "../../FormField/components/FormFieldDescription.js";
|
|
10
|
-
import { F as N } from "../../../chunks/FormFieldInput-
|
|
10
|
+
import { F as N } from "../../../chunks/FormFieldInput-q8qt9K5c.js";
|
|
11
11
|
import "../../FormField/components/FormFieldLabel.js";
|
|
12
12
|
import "../../FormField/components/FormFieldMaskedInput.js";
|
|
13
13
|
import "../../FormField/components/FormFieldPostfix.js";
|
|
@@ -18,7 +18,7 @@ import "../../FormField/FormField.js";
|
|
|
18
18
|
import { LoaderSmall as T } from "../../Loader/LoaderSmall/LoaderSmall.js";
|
|
19
19
|
import { ELoaderSmallTheme as V } from "../../Loader/LoaderSmall/enum.js";
|
|
20
20
|
import "../../Loader/LoaderMiddle/LoaderMiddle.js";
|
|
21
|
-
import "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
21
|
+
import "../../../chunks/SuggestFieldMobileDropdownHint-DC3vUbne.js";
|
|
22
22
|
const po = ({
|
|
23
23
|
value: r,
|
|
24
24
|
options: b,
|
|
@@ -3,7 +3,7 @@ import z, { useState as D, useRef as p, useCallback as i } 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-BflrX8i-.js";
|
|
7
7
|
import "../../Dropdown/mobile/DropdownMobile.js";
|
|
8
8
|
import { DropdownMobileBody as A } from "../../Dropdown/mobile/DropdownMobileBody.js";
|
|
9
9
|
import { DropdownMobileClose as G } from "../../Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -15,7 +15,7 @@ import { DropdownMobileList as L } from "../../Dropdown/mobile/DropdownMobileLis
|
|
|
15
15
|
import { DropdownMobileListItem as Q } from "../../Dropdown/mobile/DropdownMobileListItem.js";
|
|
16
16
|
import { DropdownMobileLoader as U } from "../../Dropdown/mobile/DropdownMobileLoader.js";
|
|
17
17
|
import { Dropdown as W } from "../../Dropdown/Dropdown.js";
|
|
18
|
-
import { s as X, S as Y } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
18
|
+
import { s as X, S as Y } from "../../../chunks/SuggestFieldMobileDropdownHint-DC3vUbne.js";
|
|
19
19
|
const Z = ({
|
|
20
20
|
value: o,
|
|
21
21
|
options: M,
|
|
@@ -4,7 +4,7 @@ import "../../Typography/Caption.js";
|
|
|
4
4
|
import "../../Typography/CodeText.js";
|
|
5
5
|
import "../../Typography/Text.js";
|
|
6
6
|
import "../../Typography/Title.js";
|
|
7
|
-
import { S as g } from "../../../chunks/SuggestFieldMobileDropdownHint-
|
|
7
|
+
import { S as g } from "../../../chunks/SuggestFieldMobileDropdownHint-DC3vUbne.js";
|
|
8
8
|
export {
|
|
9
9
|
g as SuggestFieldMobileDropdownHint
|
|
10
10
|
};
|
|
@@ -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-DC3vUbne.js";
|
|
4
4
|
export {
|
|
5
5
|
r as SuggestFieldMobile,
|
|
6
6
|
t as SuggestFieldMobileDropdown,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as j, jsx as
|
|
2
|
-
import z, { useState as
|
|
1
|
+
import { jsxs as j, jsx as A } from "react/jsx-runtime";
|
|
2
|
+
import z, { useState as b, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
|
|
3
3
|
import { c as g } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
-
const H = "
|
|
4
|
+
const H = "swipeableArea__4bf326f1", V = "content__e6d08f75", $ = "disableScroll__e5b0077e", k = "disablePointerEvents__6a82c4e1", q = "swipeAnimationFinish__bee2f993", G = "leftContent__c4840b5d", J = "rightContent__c0ff3960", s = {
|
|
5
5
|
swipeableArea: H,
|
|
6
6
|
content: V,
|
|
7
7
|
disableScroll: $,
|
|
@@ -11,7 +11,7 @@ const H = "swipeableArea__786e91bb", V = "content__db81750a", $ = "disableScroll
|
|
|
11
11
|
rightContent: J
|
|
12
12
|
}, p = 24, _ = 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
|
-
const [S, a] =
|
|
14
|
+
const [S, a] = b(!1), [l, d] = b(), [o, e] = b(0), i = u(null), r = u(null), n = u(0), f = u(N), w = u(null), X = () => {
|
|
15
15
|
a(!0);
|
|
16
16
|
const t = n.current - o;
|
|
17
17
|
n.current === 0 ? t > 0 ? e(
|
|
@@ -24,17 +24,17 @@ const H = "swipeableArea__786e91bb", V = "content__db81750a", $ = "disableScroll
|
|
|
24
24
|
Math.abs(t) > p ? 0 : -r.current.getBoundingClientRect().width
|
|
25
25
|
);
|
|
26
26
|
}, E = () => {
|
|
27
|
-
|
|
27
|
+
f.current = N, d(void 0), document.removeEventListener("touchend", E);
|
|
28
28
|
};
|
|
29
29
|
M(() => {
|
|
30
30
|
!l && o !== n.current && X();
|
|
31
31
|
}, [l]);
|
|
32
32
|
const x = (t) => {
|
|
33
|
-
|
|
33
|
+
f.current = { clientX: t.touches[0].clientX, clientY: t.touches[0].clientY }, n.current = o, document.addEventListener("touchend", E);
|
|
34
34
|
}, O = (t) => {
|
|
35
35
|
if (t.touches.length != 1)
|
|
36
36
|
return;
|
|
37
|
-
const c = t.touches[0].clientX -
|
|
37
|
+
const c = t.touches[0].clientX - f.current.clientX, F = t.touches[0].clientY - f.current.clientY;
|
|
38
38
|
if (!l) {
|
|
39
39
|
Math.abs(F) > Math.abs(c) ? d(
|
|
40
40
|
"vertical"
|
|
@@ -47,16 +47,16 @@ const H = "swipeableArea__786e91bb", V = "content__db81750a", $ = "disableScroll
|
|
|
47
47
|
}
|
|
48
48
|
if (l === "vertical")
|
|
49
49
|
return;
|
|
50
|
-
const
|
|
50
|
+
const h = n.current + c;
|
|
51
51
|
n.current === 0 ? c > 0 && m ? e(
|
|
52
|
-
Math.min(
|
|
52
|
+
Math.min(h, i.current.getBoundingClientRect().width)
|
|
53
53
|
) : c < 0 && C && e(
|
|
54
|
-
Math.max(
|
|
55
|
-
) : n.current > 0 ? c < 0 && e(Math.max(0,
|
|
54
|
+
Math.max(h, -r.current.getBoundingClientRect().width)
|
|
55
|
+
) : n.current > 0 ? c < 0 && e(Math.max(0, h)) : n.current < 0 && c > 0 && e(Math.min(0, h));
|
|
56
56
|
}, D = () => a(!1), P = () => r.current ? Math.abs(o) / r.current.getBoundingClientRect().width : 1, Y = () => i.current ? Math.abs(o) / i.current.getBoundingClientRect().width : 1;
|
|
57
57
|
M(() => {
|
|
58
58
|
const t = (c) => {
|
|
59
|
-
c.touches.length == 1 &&
|
|
59
|
+
c.touches.length == 1 && w.current && !w.current.contains(c.target) && (a(!0), e(0), d(void 0));
|
|
60
60
|
};
|
|
61
61
|
return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
|
|
62
62
|
}, []);
|
|
@@ -86,10 +86,10 @@ const H = "swipeableArea__786e91bb", V = "content__db81750a", $ = "disableScroll
|
|
|
86
86
|
{
|
|
87
87
|
className: g(s.swipeableArea, I),
|
|
88
88
|
...y,
|
|
89
|
-
"data-tx": "0.
|
|
90
|
-
ref:
|
|
89
|
+
"data-tx": "0.27.0",
|
|
90
|
+
ref: w,
|
|
91
91
|
children: [
|
|
92
|
-
typeof m < "u" ? /* @__PURE__ */
|
|
92
|
+
typeof m < "u" ? /* @__PURE__ */ A(
|
|
93
93
|
"div",
|
|
94
94
|
{
|
|
95
95
|
className: g(s.leftContent, {
|
|
@@ -100,7 +100,7 @@ const H = "swipeableArea__786e91bb", V = "content__db81750a", $ = "disableScroll
|
|
|
100
100
|
children: m
|
|
101
101
|
}
|
|
102
102
|
) : null,
|
|
103
|
-
typeof C < "u" ? /* @__PURE__ */
|
|
103
|
+
typeof C < "u" ? /* @__PURE__ */ A(
|
|
104
104
|
"div",
|
|
105
105
|
{
|
|
106
106
|
className: g(s.rightContent, {
|
|
@@ -111,7 +111,7 @@ const H = "swipeableArea__786e91bb", V = "content__db81750a", $ = "disableScroll
|
|
|
111
111
|
children: C
|
|
112
112
|
}
|
|
113
113
|
) : null,
|
|
114
|
-
/* @__PURE__ */
|
|
114
|
+
/* @__PURE__ */ A(
|
|
115
115
|
"div",
|
|
116
116
|
{
|
|
117
117
|
className: g(s.content, {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { c as r } from "../../chunks/vendor---Om3uMV.js";
|
|
3
|
-
const s = "
|
|
3
|
+
const s = "filterPanel__0e365d13", 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": "0.
|
|
10
|
+
"data-tx": "0.27.0",
|
|
11
11
|
children: e
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -11,7 +11,7 @@ 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__e3530730", g = {
|
|
15
15
|
masterTable: x
|
|
16
16
|
}, e = ({ children: t, className: o, loading: r = !1, ...m }) => {
|
|
17
17
|
const [s, l] = i([]);
|
|
@@ -28,7 +28,7 @@ const x = "masterTable__f00d9505", g = {
|
|
|
28
28
|
{
|
|
29
29
|
className: b(g.masterTable, o),
|
|
30
30
|
...m,
|
|
31
|
-
"data-tx": "0.
|
|
31
|
+
"data-tx": "0.27.0",
|
|
32
32
|
children: t
|
|
33
33
|
}
|
|
34
34
|
)
|