@sberbusiness/triplex-next 1.17.0 → 1.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-QOnBvPaB.js +39 -0
- package/chunks/CalendarViewItem-JEkNv5BF.js +101 -0
- package/chunks/Card.module-B-kskzDu.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CZUMscf2.js +14 -0
- package/chunks/{Chip-Cf-GM0CV.js → Chip-Hpw_8UIG.js} +12 -12
- package/chunks/Confirm.module-BCr1BTe_.js +15 -0
- package/chunks/DropdownListItem-DkfeETTd.js +65 -0
- package/chunks/DropdownMobile.module-GswY2cBC.js +23 -0
- package/chunks/Footer.module-eHCIMM8b.js +9 -0
- package/chunks/{FormFieldInput-AMteABRz.js → FormFieldInput-Bf7Hleek.js} +2 -2
- package/chunks/HeaderLayoutSidebar.module-DylAdbY5.js +9 -0
- package/chunks/HeaderTabs.module-ePuFE0tR.js +9 -0
- package/chunks/{HeaderTitle.module-CWH4Qtxu.js → HeaderTitle.module-CKSdXcBH.js} +2 -2
- package/chunks/IslandAccordion.module-CSfaBgt7.js +25 -0
- package/chunks/IslandWidgetFooter.module-Njc7vX7n.js +9 -0
- package/chunks/IslandWidgetHeader.module-Boy2QpEU.js +12 -0
- package/chunks/{LightBoxContent-OGbq-MPG.js → LightBoxContent-BhMRbJFV.js} +13 -13
- package/chunks/LightBoxControls.module-BIML4FtD.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DO3lZMTa.js +8 -0
- package/chunks/{ListItemControlsButton-D5VCVobZ.js → ListItemControlsButton-WjTBGtRH.js} +12 -12
- package/chunks/ListItemTail.module-DbwOPqPM.js +12 -0
- package/chunks/ListMasterFooter.module-C_iN2cC2.js +10 -0
- package/chunks/ModalWindow.module-BHzR_A-u.js +17 -0
- package/chunks/Notification.module-DKVKCNAc.js +20 -0
- package/chunks/Overlay.module-BA4wfORe.js +18 -0
- package/chunks/Page.module-ClDxwmIg.js +11 -0
- package/chunks/{RightBorderArrow-Cg9t6wps.js → RightBorderArrow-DzKQo2fL.js} +11 -11
- package/chunks/SMSField.module-Bzh5rJPE.js +16 -0
- package/chunks/SliderExtendedMarks.module-CxeVaMq1.js +15 -0
- package/chunks/SliderExtendedRail-Cb5r_qJ5.js +40 -0
- package/chunks/StatusTracker.module-BML0rfx7.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DFpzFnw4.js → SuggestFieldMobileDropdownHint-B1GcRtym.js} +4 -4
- package/chunks/TableFooter.module-CSQttYnz.js +14 -0
- package/chunks/TabsExtended.module-Dd8drRUU.js +16 -0
- package/chunks/TabsLine.module-BByAjI5u.js +21 -0
- package/chunks/TooltipDesktop.module-FxzkC1sv.js +19 -0
- package/chunks/TreeView.module-Cm7rvpYW.js +9 -0
- package/chunks/{UploadZoneInput-y4jP_J3Z.js → UploadZoneInput-BYWNSrDW.js} +2 -2
- package/chunks/{constants-BVwJOKSH.js → constants-nPkk17A0.js} +12 -12
- package/chunks/utils-9cQ-Vroa.js +73 -0
- package/chunks/utils-DjcQ_hhv.js +27 -0
- package/chunks/{utils-DTJIF2M7.js → utils-OZcknB0Z.js} +6 -6
- package/chunks/utils-v_hn9TAd.js +18 -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 +10 -10
- package/components/Badge/Badge.js +9 -9
- package/components/Badge/BadgeDot.js +9 -9
- package/components/Badge/components/BadgeContent.js +16 -16
- package/components/Badge/components/BadgePostfix.js +8 -8
- package/components/Badge/components/BadgePrefix.js +1 -1
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +29 -29
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +17 -17
- package/components/Button/ButtonDropdownExtended.js +8 -8
- package/components/Button/ButtonIcon.js +6 -6
- package/components/Calendar/Calendar.js +2 -2
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +16 -16
- 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 +9 -9
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- 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 +14 -14
- 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 +24 -17
- package/components/Chip/ChipOptions.js +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +25 -24
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +12 -12
- package/components/Col/Col.js +134 -134
- package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
- package/components/DateRange/DateRange.js +4 -4
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +20 -20
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +7 -7
- 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 +6 -6
- 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 +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +1 -1
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +9 -9
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +31 -30
- package/components/FormField/components/FormFieldMaskedInput.js +5 -5
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +16 -16
- package/components/FormField/components/FormFieldTextarea.js +4 -4
- 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 +4 -4
- 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/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +3 -3
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +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 +5 -5
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +4 -4
- package/components/LightBox/LightBox.js +13 -13
- 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 +20 -20
- 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 +3 -3
- package/components/Link/Link.js +24 -24
- package/components/List/List.js +8 -8
- package/components/List/components/ListEmptyState.js +3 -3
- 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 +3 -3
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +3 -3
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +1 -1
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +6 -6
- 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 +7 -7
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +8 -8
- package/components/Loader/LoaderSmall/LoaderSmall.js +17 -17
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +7 -16
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +15 -15
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +1 -1
- package/components/ModalWindow/components/ModalWindowClose.js +3 -3
- 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 +12 -11
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- 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/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 +4 -4
- package/components/OrderedList/OrderedListItem.js +11 -11
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +13 -11
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Overlay/index.js +12 -0
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +4 -4
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +6 -6
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +8 -8
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +1 -1
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +10 -10
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +23 -23
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +1 -1
- 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 +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +19 -19
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +18 -18
- 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 +8 -8
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepperExtended.js +5 -5
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +8 -8
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +14 -14
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +18 -18
- package/components/Table/NoColumns.js +9 -9
- 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 +9 -9
- 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 +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 +19 -19
- 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 +16 -16
- 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 +31 -31
- package/components/TabsLine/components/TabsLineMobile.js +7 -7
- package/components/Tag/Tag.js +11 -11
- package/components/TagColor/TagColor.js +13 -13
- 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 +13 -13
- 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 +7 -7
- package/components/TopOverlay/TopOverlay.js +8 -8
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +15 -15
- package/components/Typography/Text.js +25 -25
- package/components/Typography/Title.js +12 -12
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +6 -6
- package/components/UploadZone/UploadZone.js +74 -65
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +313 -306
- package/helpers/less/colors.less +110 -0
- package/index.d.ts +44 -17
- package/index.js +147 -140
- package/package.json +5 -5
- package/styles/triplex-next.css +546 -546
- package/chunks/AlertProcessSpoiler-t7fDdqO9.js +0 -39
- package/chunks/CalendarViewItem-C2DNB4Jw.js +0 -101
- package/chunks/Card.module-CoTlxJ6e.js +0 -17
- package/chunks/CheckboxTreeExtended.module-bZi9dSDw.js +0 -14
- package/chunks/Confirm.module-BI8PM4Hz.js +0 -15
- package/chunks/DropdownListItem-Cy40lpF7.js +0 -63
- package/chunks/DropdownMobile.module-CiteH_xj.js +0 -23
- package/chunks/Footer.module-DnotaF0A.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-Bd_GF8rz.js +0 -9
- package/chunks/HeaderTabs.module-Cfl_jvQ5.js +0 -9
- package/chunks/IslandAccordion.module-C-ODuVTy.js +0 -25
- package/chunks/IslandWidgetFooter.module-BKWOZe3U.js +0 -9
- package/chunks/IslandWidgetHeader.module-iR-r9VBx.js +0 -12
- package/chunks/LightBoxControls.module-yMjZxWFf.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DIr7bB-Q.js +0 -8
- package/chunks/ListItemTail.module-psSZKLRd.js +0 -12
- package/chunks/ListMasterFooter.module-B-sVcLFb.js +0 -10
- package/chunks/ModalWindow.module-kWUQDYW7.js +0 -17
- package/chunks/Notification.module-CglusCHB.js +0 -21
- package/chunks/Overlay.module-DrUdkKMZ.js +0 -18
- package/chunks/Page.module-BqOHwRFw.js +0 -11
- package/chunks/SMSField.module-Bu6Qam45.js +0 -16
- package/chunks/SliderExtendedMarks.module-BtIySKC1.js +0 -15
- package/chunks/SliderExtendedRail-C3YHkDdA.js +0 -40
- package/chunks/StatusTracker.module-C6hh8Ogq.js +0 -24
- package/chunks/TableFooter.module-CD1rdwIS.js +0 -14
- package/chunks/TabsExtended.module-dt080T3c.js +0 -16
- package/chunks/TabsLine.module-BxpgcF_Y.js +0 -21
- package/chunks/TooltipDesktop.module-Dg73ZVxN.js +0 -19
- package/chunks/TreeView.module-IDSIrNif.js +0 -9
- package/chunks/utils-C2wI3ypW.js +0 -27
- package/chunks/utils-CnUVPndw.js +0 -20
- package/chunks/utils-DfZbK225.js +0 -73
- package/components/NotificationIcon/NotificationIcon.js +0 -10
- package/components/NotificationIcon/index.js +0 -5
package/index.js
CHANGED
|
@@ -11,12 +11,12 @@ import { ButtonBase as c } from "./components/Button/ButtonBase.js";
|
|
|
11
11
|
import { ButtonIcon as F } from "./components/Button/ButtonIcon.js";
|
|
12
12
|
import { ButtonDropdown as M } from "./components/Button/ButtonDropdown.js";
|
|
13
13
|
import { ButtonDropdownExtended as h } from "./components/Button/ButtonDropdownExtended.js";
|
|
14
|
-
import { EButtonDotsTheme as w, EButtonIconShape as
|
|
14
|
+
import { EButtonDotsTheme as w, EButtonIconShape as y, EButtonTheme as P } from "./components/Button/enums.js";
|
|
15
15
|
import { Calendar as k } from "./components/Calendar/Calendar.js";
|
|
16
16
|
import { ECalendarDateMarkType as A, ECalendarPickType as H, ECalendarViewMode as N } from "./components/Calendar/enums.js";
|
|
17
|
-
import { C as
|
|
18
|
-
import { ChipDatePicker as
|
|
19
|
-
import { ChipDatePickerTarget as
|
|
17
|
+
import { C as z } from "./chunks/Chip-Hpw_8UIG.js";
|
|
18
|
+
import { ChipDatePicker as G } from "./components/Chip/ChipDatePicker/ChipDatePicker.js";
|
|
19
|
+
import { ChipDatePickerTarget as Y } from "./components/Chip/ChipDatePicker/ChipDatePickerTarget.js";
|
|
20
20
|
import { ChipClearButton as K } from "./components/Chip/ChipClearButton.js";
|
|
21
21
|
import { ChipDropdownArrow as _ } from "./components/Chip/ChipDropdownArrow.js";
|
|
22
22
|
import { ChipIcon as Z } from "./components/Chip/ChipIcon.js";
|
|
@@ -36,13 +36,13 @@ import { Ellipsis as Do } from "./components/Ellipsis/Ellipsis.js";
|
|
|
36
36
|
import { FormField as bo, statusToClassNameMap as Mo } from "./components/FormField/FormField.js";
|
|
37
37
|
import { FormFieldDescription as ho } from "./components/FormField/components/FormFieldDescription.js";
|
|
38
38
|
import { FormFieldCounter as wo } from "./components/FormField/components/FormFieldCounter.js";
|
|
39
|
-
import { FormFieldLabel as
|
|
39
|
+
import { FormFieldLabel as Po } from "./components/FormField/components/FormFieldLabel.js";
|
|
40
40
|
import { FormFieldClear as ko } from "./components/FormField/components/FormFieldClear.js";
|
|
41
41
|
import { FormFieldTarget as Ao } from "./components/FormField/components/FormFieldTarget.js";
|
|
42
|
-
import { F as No } from "./chunks/FormFieldInput-
|
|
43
|
-
import { FormFieldMaskedInput as
|
|
44
|
-
import { FormFieldPostfix as
|
|
45
|
-
import { FormFieldPrefix as
|
|
42
|
+
import { F as No } from "./chunks/FormFieldInput-Bf7Hleek.js";
|
|
43
|
+
import { FormFieldMaskedInput as zo } from "./components/FormField/components/FormFieldMaskedInput.js";
|
|
44
|
+
import { FormFieldPostfix as Go } from "./components/FormField/components/FormFieldPostfix.js";
|
|
45
|
+
import { FormFieldPrefix as Yo } from "./components/FormField/components/FormFieldPrefix.js";
|
|
46
46
|
import { FormFieldTextarea as Ko } from "./components/FormField/components/FormFieldTextarea.js";
|
|
47
47
|
import { EFormFieldStatus as _o } from "./components/FormField/enums.js";
|
|
48
48
|
import { FormGroup as Zo } from "./components/FormGroup/FormGroup.js";
|
|
@@ -62,13 +62,13 @@ import { MediaBetweenWidth as De } from "./components/MediaWidth/MediaBetweenWid
|
|
|
62
62
|
import { useMatchMedia as be } from "./components/MediaWidth/useMatchMedia.js";
|
|
63
63
|
import { MobileView as Le } from "./components/MobileView/MobileView.js";
|
|
64
64
|
import { NumberField as Ie } from "./components/NumberField/NumberField.js";
|
|
65
|
-
import { Radio as
|
|
65
|
+
import { Radio as ye } from "./components/Radio/Radio.js";
|
|
66
66
|
import { RadioXGroup as Be } from "./components/Radio/RadioXGroup.js";
|
|
67
67
|
import { RadioYGroup as We } from "./components/Radio/RadioYGroup.js";
|
|
68
68
|
import { Row as He } from "./components/Row/Row.js";
|
|
69
|
-
import { TabsExtended as
|
|
70
|
-
import { TabsExtendedContent as
|
|
71
|
-
import { TabsExtendedDropdownWrapper as
|
|
69
|
+
import { TabsExtended as ve } from "./components/TabsExtended/TabsExtended.js";
|
|
70
|
+
import { TabsExtendedContent as Oe } from "./components/TabsExtended/components/TabsExtendedContent.js";
|
|
71
|
+
import { TabsExtendedDropdownWrapper as Re } from "./components/TabsExtended/components/TabsExtendedDropdownWrapper.js";
|
|
72
72
|
import { TabsExtendedTab as Ve } from "./components/TabsExtended/components/TabsExtendedTab.js";
|
|
73
73
|
import { TabsExtendedTabButton as Ue } from "./components/TabsExtended/components/TabsExtendedTabButton.js";
|
|
74
74
|
import { TabsExtendedTabContext as Xe } from "./components/TabsExtended/components/TabsExtendedTabContext.js";
|
|
@@ -89,15 +89,15 @@ import { ThemeProvider as Dr } from "./components/ThemeProvider/ThemeProvider.js
|
|
|
89
89
|
import { ThemeProviderContext as br } from "./components/ThemeProvider/ThemeProviderContext.js";
|
|
90
90
|
import { ETriplexNextTheme as Lr } from "./components/ThemeProvider/ETriplexNextTheme.js";
|
|
91
91
|
import { useToken as Ir } from "./components/ThemeProvider/useToken.js";
|
|
92
|
-
import { ECaptionSize as
|
|
93
|
-
import { Caption as
|
|
94
|
-
import { Text as
|
|
95
|
-
import { Title as
|
|
92
|
+
import { ECaptionSize as yr, EFontType as Pr, EFontWeightCaption as Br, EFontWeightText as kr, EFontWeightTitle as Wr, ELineType as Ar, ETextSize as Hr, ETitleSize as Nr } from "./components/Typography/enums.js";
|
|
93
|
+
import { Caption as zr } from "./components/Typography/Caption.js";
|
|
94
|
+
import { Text as Gr } from "./components/Typography/Text.js";
|
|
95
|
+
import { Title as Yr } from "./components/Typography/Title.js";
|
|
96
96
|
import { EDropdownAlignment as Kr, EDropdownDirection as Ur, EDropdownListSize as _r, EDropdownSize as Xr } from "./components/Dropdown/enums.js";
|
|
97
97
|
import { DropdownListContext as jr } from "./components/Dropdown/DropdownListContext.js";
|
|
98
98
|
import { DropdownDesktop as Jr } from "./components/Dropdown/desktop/DropdownDesktop.js";
|
|
99
99
|
import { DropdownList as $r } from "./components/Dropdown/desktop/DropdownList.js";
|
|
100
|
-
import { D as et } from "./chunks/DropdownListItem-
|
|
100
|
+
import { D as et } from "./chunks/DropdownListItem-DkfeETTd.js";
|
|
101
101
|
import { DropdownMobile as tt } from "./components/Dropdown/mobile/DropdownMobile.js";
|
|
102
102
|
import { DropdownMobileBody as mt } from "./components/Dropdown/mobile/DropdownMobileBody.js";
|
|
103
103
|
import { DropdownMobileClose as it } from "./components/Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -110,13 +110,13 @@ import { DropdownMobileListItem as ut } from "./components/Dropdown/mobile/Dropd
|
|
|
110
110
|
import { DropdownMobileLoader as Dt } from "./components/Dropdown/mobile/DropdownMobileLoader.js";
|
|
111
111
|
import { Dropdown as bt } from "./components/Dropdown/Dropdown.js";
|
|
112
112
|
import { List as Lt } from "./components/List/List.js";
|
|
113
|
-
import { AdvancedMouseSensor as It, AdvancedTouchSensor as wt, ListSortable as
|
|
113
|
+
import { AdvancedMouseSensor as It, AdvancedTouchSensor as wt, ListSortable as yt } from "./components/List/ListSortable.js";
|
|
114
114
|
import { ListItem as Bt } from "./components/List/components/ListItem.js";
|
|
115
115
|
import { ListItemControls as Wt } from "./components/List/components/ListItemControls.js";
|
|
116
116
|
import { ListItemContent as Ht } from "./components/List/components/ListItemContent.js";
|
|
117
|
-
import { L as
|
|
118
|
-
import { ListItemControlsButtonDropdown as
|
|
119
|
-
import { ListEmptyState as
|
|
117
|
+
import { L as vt } from "./chunks/ListItemControlsButton-WjTBGtRH.js";
|
|
118
|
+
import { ListItemControlsButtonDropdown as Ot } from "./components/List/components/ListItemControlsButtonDropdown.js";
|
|
119
|
+
import { ListEmptyState as Rt } from "./components/List/components/ListEmptyState.js";
|
|
120
120
|
import { ListItemLoading as Vt } from "./components/List/components/ListItemLoading.js";
|
|
121
121
|
import { ListItemSelectable as Ut } from "./components/List/components/ListItemSelectable.js";
|
|
122
122
|
import { ListItemTable as Xt } from "./components/List/components/ListItemTable.js";
|
|
@@ -137,12 +137,12 @@ import { HeaderLayoutSidebarSidebar as Dp } from "./components/Header/components
|
|
|
137
137
|
import { HeaderSubheader as bp } from "./components/Header/components/HeaderSubheader/HeaderSubheader.js";
|
|
138
138
|
import { HeaderTabs as Lp } from "./components/Header/components/HeaderTabs/HeaderTabs.js";
|
|
139
139
|
import { HeaderTabsContent as Ip } from "./components/Header/components/HeaderTabs/HeaderTabsContent.js";
|
|
140
|
-
import { HeaderTabsControls as
|
|
140
|
+
import { HeaderTabsControls as yp } from "./components/Header/components/HeaderTabs/HeaderTabsControls.js";
|
|
141
141
|
import { HeaderTitle as Bp } from "./components/Header/components/HeaderTitle/HeaderTitle.js";
|
|
142
142
|
import { HeaderTitleContent as Wp } from "./components/Header/components/HeaderTitle/HeaderTitleContent.js";
|
|
143
143
|
import { HeaderTitleControls as Hp } from "./components/Header/components/HeaderTitle/HeaderTitleControls.js";
|
|
144
|
-
import { Page as
|
|
145
|
-
import { EBodyPageType as
|
|
144
|
+
import { Page as vp } from "./components/Page/Page.js";
|
|
145
|
+
import { EBodyPageType as Op, EBodyPageVerticalMargin as Gp, EFooterPageType as Rp, EHeaderPageType as Yp } from "./components/Page/components/enums.js";
|
|
146
146
|
import { PaginationExtended as Kp } from "./components/Pagination/components/PaginationExtended.js";
|
|
147
147
|
import { PaginationNavigation as _p } from "./components/Pagination/components/PaginationNavigation.js";
|
|
148
148
|
import { PaginationNavigationButton as Zp } from "./components/Pagination/components/PaginationNavigationButton.js";
|
|
@@ -161,11 +161,11 @@ import { ESkeletonType as cm } from "./components/Skeleton/enums.js";
|
|
|
161
161
|
import { ESegmentedControlSize as Fm, ESegmentedControlTheme as bm, ESegmentedControlType as Mm } from "./components/SegmentedControl/enums.js";
|
|
162
162
|
import { SegmentedControlSegment as hm } from "./components/SegmentedControl/SegmentedControlSegment.js";
|
|
163
163
|
import { SegmentedControl as wm } from "./components/SegmentedControl/SegmentedControl.js";
|
|
164
|
-
import { Step as
|
|
164
|
+
import { Step as Pm, calcPosition as Bm } from "./components/Step/Step.js";
|
|
165
165
|
import { EStepPosition as Wm, EStepStatus as Am } from "./components/Step/enums.js";
|
|
166
166
|
import { Stepper as Nm } from "./components/Stepper/Stepper.js";
|
|
167
|
-
import { StepperExtended as
|
|
168
|
-
import { EStepperSize as
|
|
167
|
+
import { StepperExtended as zm } from "./components/Stepper/StepperExtended.js";
|
|
168
|
+
import { EStepperSize as Gm, EStepperStepIconType as Rm, EStepperStepType as Ym } from "./components/Stepper/enums.js";
|
|
169
169
|
import { KeyDownListener as Km } from "./components/KeyDownListener/KeyDownListener.js";
|
|
170
170
|
import { ComposedKeyDownListener as _m } from "./components/KeyDownListener/ComposedKeyDownListener.js";
|
|
171
171
|
import { SelectExtendedField as Zm } from "./components/SelectExtendedField/SelectExtendedField.js";
|
|
@@ -186,13 +186,13 @@ import { IslandWidgetHeaderContent as Fx } from "./components/IslandWidget/compo
|
|
|
186
186
|
import { IslandWidgetHeaderDescription as Mx } from "./components/IslandWidget/components/IslandWidgetHeaderDescription.js";
|
|
187
187
|
import { IslandWidgetBody as hx } from "./components/IslandWidget/components/IslandWidgetBody.js";
|
|
188
188
|
import { IslandWidgetFooter as wx } from "./components/IslandWidget/components/IslandWidgetFooter.js";
|
|
189
|
-
import { IslandWidgetWrapper as
|
|
189
|
+
import { IslandWidgetWrapper as Px } from "./components/IslandWidget/components/IslandWidgetWrapper.js";
|
|
190
190
|
import { MasterTable as kx } from "./components/Table/MasterTable.js";
|
|
191
191
|
import { TableBasic as Ax } from "./components/Table/TableBasic/TableBasic.js";
|
|
192
192
|
import { TableFooter as Nx } from "./components/Table/TableFooter/TableFooter.js";
|
|
193
|
-
import { NoColumns as
|
|
194
|
-
import { FilterPanel as
|
|
195
|
-
import { TabsLinePanel as
|
|
193
|
+
import { NoColumns as zx } from "./components/Table/NoColumns.js";
|
|
194
|
+
import { FilterPanel as Gx } from "./components/Table/FilterPanel.js";
|
|
195
|
+
import { TabsLinePanel as Yx } from "./components/Table/TabsLinePanel.js";
|
|
196
196
|
import { PaginationPanel as Kx } from "./components/Table/PaginationPanel.js";
|
|
197
197
|
import { TableBasicSettings as _x } from "./components/Table/TableBasicSettings/TableBasicSettings.js";
|
|
198
198
|
import { ColumnSettings as Zx } from "./components/Table/TableBasicSettings/components/ColumnSettings.js";
|
|
@@ -207,16 +207,16 @@ import { SuggestFieldDesktopDropdown as si } from "./components/SuggestField/des
|
|
|
207
207
|
import { SuggestFieldDesktop as Ti } from "./components/SuggestField/desktop/SuggestFieldDesktop.js";
|
|
208
208
|
import { SuggestFieldMobile as Ei } from "./components/SuggestField/mobile/SuggestFieldMobile.js";
|
|
209
209
|
import { SuggestFieldMobileDropdown as ui } from "./components/SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
210
|
-
import { S as Di } from "./chunks/SuggestFieldMobileDropdownHint-
|
|
210
|
+
import { S as Di } from "./chunks/SuggestFieldMobileDropdownHint-B1GcRtym.js";
|
|
211
211
|
import { SuggestField as bi } from "./components/SuggestField/SuggestField.js";
|
|
212
212
|
import { LightBox as Li, lightBoxMountNodeIdDefault as hi, lightBoxViewManagerNodeIdDefault as Ii } from "./components/LightBox/LightBox.js";
|
|
213
|
-
import { LightBoxSideOverlay as
|
|
213
|
+
import { LightBoxSideOverlay as yi } from "./components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
214
214
|
import { Tooltip as Bi } from "./components/Tooltip/Tooltip.js";
|
|
215
215
|
import { ETooltipPreferPlace as Wi, ETooltipSize as Ai } from "./components/Tooltip/enums.js";
|
|
216
216
|
import { SMSField as Ni } from "./components/SMSField/SMSField.js";
|
|
217
|
-
import { Spoiler as
|
|
218
|
-
import { StatusTracker as
|
|
219
|
-
import { EStatusTrackerType as
|
|
217
|
+
import { Spoiler as zi } from "./components/Spoiler/Spoiler.js";
|
|
218
|
+
import { StatusTracker as Gi } from "./components/StatusTracker/StatusTracker.js";
|
|
219
|
+
import { EStatusTrackerType as Yi, EStatusTrackerVerticalAlign as Vi } from "./components/StatusTracker/enums.js";
|
|
220
220
|
import { SmallInput as Ui } from "./components/SmallInput/SmallInput.js";
|
|
221
221
|
import { DocumentNumberEdit as Xi } from "./components/DocumentNumberEdit/DocumentNumberEdit.js";
|
|
222
222
|
import { Notification as ji } from "./components/Notification/Notification.js";
|
|
@@ -236,13 +236,13 @@ import { CheckboxTreeExtended as Da } from "./components/CheckboxTreeExtended/Ch
|
|
|
236
236
|
import { ChipGroup as ba } from "./components/ChipGroup/ChipGroup.js";
|
|
237
237
|
import { Confirm as La } from "./components/Confirm/Confirm.js";
|
|
238
238
|
import { DesignTokensCore as Ia } from "./components/DesignTokens/DesignTokensCore.js";
|
|
239
|
-
import { DesignTokensCoreThemeDark as
|
|
239
|
+
import { DesignTokensCoreThemeDark as ya } from "./components/DesignTokens/DesignTokensCoreThemeDark.js";
|
|
240
240
|
import { DesignTokensComponents as Ba } from "./components/DesignTokens/DesignTokensComponents.js";
|
|
241
241
|
import { DesignTokensComponentsThemeDark as Wa } from "./components/DesignTokens/DesignTokensComponentsThemeDark.js";
|
|
242
242
|
import { Divider as Ha } from "./components/Divider/Divider.js";
|
|
243
|
-
import { ListMaster as
|
|
244
|
-
import { ListMasterBody as
|
|
245
|
-
import { ListMasterChipGroup as
|
|
243
|
+
import { ListMaster as va } from "./components/ListMaster/ListMaster.js";
|
|
244
|
+
import { ListMasterBody as Oa } from "./components/ListMaster/components/ListMasterBody.js";
|
|
245
|
+
import { ListMasterChipGroup as Ra } from "./components/ListMaster/components/ListMasterChipGroup.js";
|
|
246
246
|
import { ListMasterFooter as Va } from "./components/ListMaster/components/ListMasterFooter.js";
|
|
247
247
|
import { ListMasterFooterControls as Ua } from "./components/ListMaster/components/ListMasterFooterControls.js";
|
|
248
248
|
import { ListMasterFooterDescription as Xa } from "./components/ListMaster/components/ListMasterFooterDescription.js";
|
|
@@ -256,35 +256,38 @@ import { SwipeableArea as ff } from "./components/SwipeableArea/SwipeableArea.js
|
|
|
256
256
|
import { TopOverlay as df } from "./components/TopOverlay/TopOverlay.js";
|
|
257
257
|
import { UploadZone as sf } from "./components/UploadZone/UploadZone.js";
|
|
258
258
|
import { HelpBox as Tf } from "./components/HelpBox/HelpBox.js";
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
271
|
-
import {
|
|
272
|
-
import {
|
|
273
|
-
import {
|
|
274
|
-
import {
|
|
275
|
-
import {
|
|
276
|
-
import {
|
|
277
|
-
import {
|
|
278
|
-
import {
|
|
279
|
-
import {
|
|
280
|
-
import {
|
|
259
|
+
import { CarouselExtended as Ef } from "./components/CarouselExtended/CarouselExtended.js";
|
|
260
|
+
import { DateRange as uf } from "./components/DateRange/DateRange.js";
|
|
261
|
+
import { EDateRangeShiftUnit as Df } from "./components/DateRange/enums.js";
|
|
262
|
+
import { ExpandAnimation as bf } from "./components/ExpandAnimation/ExpandAnimation.js";
|
|
263
|
+
import { Overlay as Lf } from "./components/Overlay/Overlay.js";
|
|
264
|
+
import { EOverlayDirection as If, OverlayBase as wf } from "./components/Overlay/OverlayBase.js";
|
|
265
|
+
import { OverlayMask as Pf } from "./components/Overlay/OverlayMask.js";
|
|
266
|
+
import { OverlayPanel as kf } from "./components/Overlay/OverlayPanel.js";
|
|
267
|
+
import { EComponentSize as Af } from "./enums/EComponentSize.js";
|
|
268
|
+
import { EFocusSource as Nf } from "./enums/EFocusSource.js";
|
|
269
|
+
import { amountComparator as zf, formatAmount as Of } from "./utils/amountUtils.js";
|
|
270
|
+
import { createSizeToClassNameMap as Rf } from "./utils/classNameMaps.js";
|
|
271
|
+
import { getCaretPosition as Vf, setCaretPosition as Kf } from "./utils/inputUtils.js";
|
|
272
|
+
import { isNullOrUndefined as _f } from "./utils/isNullOrUndefined.js";
|
|
273
|
+
import { EVENT_KEYS as Zf, EVENT_KEY_CODES as jf, isKey as qf } from "./utils/keyboard.js";
|
|
274
|
+
import { scrollSmoothHorizontally as Qf } from "./utils/scroll.js";
|
|
275
|
+
import { StringUtils as on } from "./utils/stringUtils.js";
|
|
276
|
+
import { FocusTrapUtils as rn } from "./utils/focus/FocusTrapUtils.js";
|
|
277
|
+
import { getAriaHTMLAttributes as pn } from "./utils/html/AriaAttributes.js";
|
|
278
|
+
import { getDataHTMLAttributes as xn } from "./utils/html/DataAttributes.js";
|
|
279
|
+
import { addClassNameWithScrollbarWidth as fn, getScrollbarWidth as nn } from "./utils/scroll/scrollbar.js";
|
|
280
|
+
import { MONTHS_SET as ln, WEEKDAYS_SET as sn, WEEKS_SET as Sn, dateFormatYYYYMMDD as Tn, globalLimitRange as gn, headerDateFormat as En } from "./consts/DateConst.js";
|
|
281
|
+
import { AmountConst as un } from "./consts/AmountConst.js";
|
|
282
|
+
import { DataTestId as Dn } from "./consts/DataTestId.js";
|
|
283
|
+
import { EScreenWidth as bn } from "./helpers/breakpoints.js";
|
|
281
284
|
export {
|
|
282
285
|
It as AdvancedMouseSensor,
|
|
283
286
|
wt as AdvancedTouchSensor,
|
|
284
287
|
r as AlertContext,
|
|
285
288
|
p as AlertProcess,
|
|
286
289
|
n as Amount,
|
|
287
|
-
|
|
290
|
+
un as AmountConst,
|
|
288
291
|
ei as AmountField,
|
|
289
292
|
S as Avatar,
|
|
290
293
|
g as Badge,
|
|
@@ -295,19 +298,19 @@ export {
|
|
|
295
298
|
h as ButtonDropdownExtended,
|
|
296
299
|
F as ButtonIcon,
|
|
297
300
|
k as Calendar,
|
|
298
|
-
|
|
301
|
+
zr as Caption,
|
|
299
302
|
nm as CardAction,
|
|
300
303
|
lm as CardStatic,
|
|
301
|
-
|
|
304
|
+
Ef as CarouselExtended,
|
|
302
305
|
so as Checkbox,
|
|
303
306
|
ua as CheckboxTree,
|
|
304
307
|
Da as CheckboxTreeExtended,
|
|
305
308
|
To as CheckboxXGroup,
|
|
306
309
|
Eo as CheckboxYGroup,
|
|
307
|
-
|
|
310
|
+
z as Chip,
|
|
308
311
|
K as ChipClearButton,
|
|
309
|
-
|
|
310
|
-
|
|
312
|
+
G as ChipDatePicker,
|
|
313
|
+
Y as ChipDatePickerTarget,
|
|
311
314
|
_ as ChipDropdownArrow,
|
|
312
315
|
ba as ChipGroup,
|
|
313
316
|
Z as ChipIcon,
|
|
@@ -322,13 +325,13 @@ export {
|
|
|
322
325
|
Zx as ColumnSettings,
|
|
323
326
|
_m as ComposedKeyDownListener,
|
|
324
327
|
La as Confirm,
|
|
325
|
-
|
|
328
|
+
Dn as DataTestId,
|
|
326
329
|
uo as DateField,
|
|
327
|
-
|
|
330
|
+
uf as DateRange,
|
|
328
331
|
Ba as DesignTokensComponents,
|
|
329
332
|
Wa as DesignTokensComponentsThemeDark,
|
|
330
333
|
Ia as DesignTokensCore,
|
|
331
|
-
|
|
334
|
+
ya as DesignTokensCoreThemeDark,
|
|
332
335
|
Ha as Divider,
|
|
333
336
|
Xi as DocumentNumberEdit,
|
|
334
337
|
bt as Dropdown,
|
|
@@ -348,33 +351,33 @@ export {
|
|
|
348
351
|
Dt as DropdownMobileLoader,
|
|
349
352
|
x as EAlertType,
|
|
350
353
|
l as EAvatarSize,
|
|
351
|
-
|
|
352
|
-
|
|
354
|
+
Op as EBodyPageType,
|
|
355
|
+
Gp as EBodyPageVerticalMargin,
|
|
353
356
|
w as EButtonDotsTheme,
|
|
354
|
-
|
|
355
|
-
|
|
357
|
+
y as EButtonIconShape,
|
|
358
|
+
P as EButtonTheme,
|
|
356
359
|
A as ECalendarDateMarkType,
|
|
357
360
|
H as ECalendarPickType,
|
|
358
361
|
N as ECalendarViewMode,
|
|
359
|
-
|
|
362
|
+
yr as ECaptionSize,
|
|
360
363
|
Sm as ECardContentPaddingSize,
|
|
361
364
|
Tm as ECardRoundingSize,
|
|
362
365
|
gm as ECardTheme,
|
|
363
366
|
qx as ECellType,
|
|
364
|
-
|
|
365
|
-
|
|
367
|
+
Af as EComponentSize,
|
|
368
|
+
Df as EDateRangeShiftUnit,
|
|
366
369
|
Kr as EDropdownAlignment,
|
|
367
370
|
Ur as EDropdownDirection,
|
|
368
371
|
_r as EDropdownListSize,
|
|
369
372
|
Xr as EDropdownSize,
|
|
370
|
-
|
|
371
|
-
|
|
373
|
+
Nf as EFocusSource,
|
|
374
|
+
Pr as EFontType,
|
|
372
375
|
Br as EFontWeightCaption,
|
|
373
376
|
kr as EFontWeightText,
|
|
374
377
|
Wr as EFontWeightTitle,
|
|
375
|
-
|
|
378
|
+
Rp as EFooterPageType,
|
|
376
379
|
_o as EFormFieldStatus,
|
|
377
|
-
|
|
380
|
+
Yp as EHeaderPageType,
|
|
378
381
|
Jx as EHorizontalAlign,
|
|
379
382
|
rx as EIslandType,
|
|
380
383
|
Ar as ELineType,
|
|
@@ -382,32 +385,33 @@ export {
|
|
|
382
385
|
te as ELoaderSmallTheme,
|
|
383
386
|
de as EMarkerStatus,
|
|
384
387
|
Qx as EOrderDirection,
|
|
388
|
+
If as EOverlayDirection,
|
|
385
389
|
xm as EPaginationNavigationIconDirection,
|
|
386
|
-
|
|
390
|
+
bn as EScreenWidth,
|
|
387
391
|
Fm as ESegmentedControlSize,
|
|
388
392
|
bm as ESegmentedControlTheme,
|
|
389
393
|
Mm as ESegmentedControlType,
|
|
390
394
|
cm as ESkeletonType,
|
|
391
|
-
|
|
395
|
+
Yi as EStatusTrackerType,
|
|
392
396
|
Vi as EStatusTrackerVerticalAlign,
|
|
393
397
|
Wm as EStepPosition,
|
|
394
398
|
Am as EStepStatus,
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
399
|
+
Gm as EStepperSize,
|
|
400
|
+
Rm as EStepperStepIconType,
|
|
401
|
+
Ym as EStepperStepType,
|
|
398
402
|
Je as ETabsExtendedType,
|
|
399
403
|
Hr as ETextSize,
|
|
400
404
|
Nr as ETitleSize,
|
|
401
405
|
Wi as ETooltipPreferPlace,
|
|
402
406
|
Ai as ETooltipSize,
|
|
403
407
|
Lr as ETriplexNextTheme,
|
|
404
|
-
|
|
405
|
-
|
|
408
|
+
Zf as EVENT_KEYS,
|
|
409
|
+
jf as EVENT_KEY_CODES,
|
|
406
410
|
$x as EVerticalAlign,
|
|
407
411
|
Do as Ellipsis,
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
412
|
+
bf as ExpandAnimation,
|
|
413
|
+
Gx as FilterPanel,
|
|
414
|
+
rn as FocusTrapUtils,
|
|
411
415
|
mp as Footer,
|
|
412
416
|
ip as FooterDescription,
|
|
413
417
|
dp as FooterDescriptionContent,
|
|
@@ -417,10 +421,10 @@ export {
|
|
|
417
421
|
wo as FormFieldCounter,
|
|
418
422
|
ho as FormFieldDescription,
|
|
419
423
|
No as FormFieldInput,
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
+
Po as FormFieldLabel,
|
|
425
|
+
zo as FormFieldMaskedInput,
|
|
426
|
+
Go as FormFieldPostfix,
|
|
427
|
+
Yo as FormFieldPrefix,
|
|
424
428
|
Ao as FormFieldTarget,
|
|
425
429
|
Ko as FormFieldTextarea,
|
|
426
430
|
Zo as FormGroup,
|
|
@@ -432,7 +436,7 @@ export {
|
|
|
432
436
|
bp as HeaderSubheader,
|
|
433
437
|
Lp as HeaderTabs,
|
|
434
438
|
Ip as HeaderTabsContent,
|
|
435
|
-
|
|
439
|
+
yp as HeaderTabsControls,
|
|
436
440
|
Bp as HeaderTitle,
|
|
437
441
|
Wp as HeaderTitleContent,
|
|
438
442
|
Hp as HeaderTitleControls,
|
|
@@ -451,38 +455,38 @@ export {
|
|
|
451
455
|
cx as IslandWidgetHeader,
|
|
452
456
|
Fx as IslandWidgetHeaderContent,
|
|
453
457
|
Mx as IslandWidgetHeaderDescription,
|
|
454
|
-
|
|
458
|
+
Px as IslandWidgetWrapper,
|
|
455
459
|
Km as KeyDownListener,
|
|
456
460
|
Li as LightBox,
|
|
457
|
-
|
|
461
|
+
yi as LightBoxSideOverlay,
|
|
458
462
|
Qo as Link,
|
|
459
463
|
Lt as List,
|
|
460
|
-
|
|
464
|
+
Rt as ListEmptyState,
|
|
461
465
|
Bt as ListItem,
|
|
462
466
|
Ht as ListItemContent,
|
|
463
467
|
Wt as ListItemControls,
|
|
464
|
-
|
|
465
|
-
|
|
468
|
+
vt as ListItemControlsButton,
|
|
469
|
+
Ot as ListItemControlsButtonDropdown,
|
|
466
470
|
Vt as ListItemLoading,
|
|
467
471
|
Ut as ListItemSelectable,
|
|
468
472
|
Xt as ListItemTable,
|
|
469
473
|
jt as ListItemTailLeft,
|
|
470
474
|
Jt as ListItemTailRight,
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
475
|
+
va as ListMaster,
|
|
476
|
+
Oa as ListMasterBody,
|
|
477
|
+
Ra as ListMasterChipGroup,
|
|
474
478
|
Va as ListMasterFooter,
|
|
475
479
|
Ua as ListMasterFooterControls,
|
|
476
480
|
Xa as ListMasterFooterDescription,
|
|
477
481
|
ja as ListMasterHeader,
|
|
478
|
-
|
|
482
|
+
yt as ListSortable,
|
|
479
483
|
$t as ListSortableItem,
|
|
480
484
|
tp as ListSortableItemControls,
|
|
481
485
|
ep as ListSortableItemTarget,
|
|
482
486
|
me as LoaderMiddle,
|
|
483
487
|
ie as LoaderScreen,
|
|
484
488
|
oe as LoaderSmall,
|
|
485
|
-
|
|
489
|
+
ln as MONTHS_SET,
|
|
486
490
|
fe as Marker,
|
|
487
491
|
se as MarkerStatus,
|
|
488
492
|
Er as MaskedField,
|
|
@@ -501,14 +505,17 @@ export {
|
|
|
501
505
|
da as ModalWindowViewManager,
|
|
502
506
|
$a as MonthYearField,
|
|
503
507
|
ef as MultiselectField,
|
|
504
|
-
|
|
508
|
+
zx as NoColumns,
|
|
505
509
|
ji as Notification,
|
|
506
510
|
Ji as NotificationGrouped,
|
|
507
|
-
Ef as NotificationIcon,
|
|
508
511
|
Ie as NumberField,
|
|
509
512
|
mi as OrderedList,
|
|
510
513
|
ii as OrderedListItem,
|
|
511
|
-
|
|
514
|
+
Lf as Overlay,
|
|
515
|
+
wf as OverlayBase,
|
|
516
|
+
Pf as OverlayMask,
|
|
517
|
+
kf as OverlayPanel,
|
|
518
|
+
vp as Page,
|
|
512
519
|
am as Pagination,
|
|
513
520
|
Kp as PaginationExtended,
|
|
514
521
|
_p as PaginationNavigation,
|
|
@@ -519,7 +526,7 @@ export {
|
|
|
519
526
|
rm as PaginationPageEllipsis,
|
|
520
527
|
Kx as PaginationPanel,
|
|
521
528
|
pm as PaginationSelect,
|
|
522
|
-
|
|
529
|
+
ye as Radio,
|
|
523
530
|
Be as RadioXGroup,
|
|
524
531
|
We as RadioYGroup,
|
|
525
532
|
He as Row,
|
|
@@ -536,12 +543,12 @@ export {
|
|
|
536
543
|
Ta as SliderExtended,
|
|
537
544
|
Ea as SliderRange,
|
|
538
545
|
Ui as SmallInput,
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
546
|
+
zi as Spoiler,
|
|
547
|
+
Gi as StatusTracker,
|
|
548
|
+
Pm as Step,
|
|
542
549
|
Nm as Stepper,
|
|
543
|
-
|
|
544
|
-
|
|
550
|
+
zm as StepperExtended,
|
|
551
|
+
on as StringUtils,
|
|
545
552
|
xf as Suggest,
|
|
546
553
|
tf as SuggestContext,
|
|
547
554
|
bi as SuggestField,
|
|
@@ -555,9 +562,9 @@ export {
|
|
|
555
562
|
_x as TableBasicSettings,
|
|
556
563
|
Nx as TableFooter,
|
|
557
564
|
$e as Tabs,
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
565
|
+
ve as TabsExtended,
|
|
566
|
+
Oe as TabsExtendedContent,
|
|
567
|
+
Re as TabsExtendedDropdownWrapper,
|
|
561
568
|
Ve as TabsExtendedTab,
|
|
562
569
|
Ue as TabsExtendedTabButton,
|
|
563
570
|
Xe as TabsExtendedTabContext,
|
|
@@ -567,41 +574,41 @@ export {
|
|
|
567
574
|
mr as TabsLineDropdown,
|
|
568
575
|
ir as TabsLineItem,
|
|
569
576
|
fr as TabsLineMobile,
|
|
570
|
-
|
|
577
|
+
Yx as TabsLinePanel,
|
|
571
578
|
dr as Tag,
|
|
572
579
|
sr as TagGroup,
|
|
573
|
-
|
|
580
|
+
Gr as Text,
|
|
574
581
|
Tr as TextField,
|
|
575
582
|
ur as TextareaField,
|
|
576
583
|
Dr as ThemeProvider,
|
|
577
584
|
br as ThemeProviderContext,
|
|
578
|
-
|
|
585
|
+
Yr as Title,
|
|
579
586
|
Bi as Tooltip,
|
|
580
587
|
df as TopOverlay,
|
|
581
588
|
fi as UnorderedList,
|
|
582
589
|
di as UnorderedListItem,
|
|
583
590
|
sf as UploadZone,
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
591
|
+
sn as WEEKDAYS_SET,
|
|
592
|
+
Sn as WEEKS_SET,
|
|
593
|
+
fn as addClassNameWithScrollbarWidth,
|
|
587
594
|
a as alertTypeToClassNameMap,
|
|
588
|
-
|
|
595
|
+
zf as amountComparator,
|
|
589
596
|
Bm as calcPosition,
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
597
|
+
Rf as createSizeToClassNameMap,
|
|
598
|
+
Tn as dateFormatYYYYMMDD,
|
|
599
|
+
Of as formatAmount,
|
|
600
|
+
pn as getAriaHTMLAttributes,
|
|
601
|
+
Vf as getCaretPosition,
|
|
602
|
+
xn as getDataHTMLAttributes,
|
|
603
|
+
nn as getScrollbarWidth,
|
|
604
|
+
gn as globalLimitRange,
|
|
605
|
+
En as headerDateFormat,
|
|
606
|
+
qf as isKey,
|
|
607
|
+
_f as isNullOrUndefined,
|
|
601
608
|
hi as lightBoxMountNodeIdDefault,
|
|
602
609
|
Ii as lightBoxViewManagerNodeIdDefault,
|
|
603
|
-
|
|
604
|
-
|
|
610
|
+
Qf as scrollSmoothHorizontally,
|
|
611
|
+
Kf as setCaretPosition,
|
|
605
612
|
Mo as statusToClassNameMap,
|
|
606
613
|
be as useMatchMedia,
|
|
607
614
|
pf as useSuggestContext,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sberbusiness/triplex-next",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"description": "Библиотека компонентов дизайн-системы Triplex.",
|
|
5
5
|
"license": "Sber Public License at-nc-sa v.2",
|
|
6
6
|
"repository": {
|
|
@@ -215,10 +215,6 @@
|
|
|
215
215
|
"import": "./components/Notification/Notification.js",
|
|
216
216
|
"types": "./components/Notification/Notification.d.ts"
|
|
217
217
|
},
|
|
218
|
-
"./components/NotificationIcon": {
|
|
219
|
-
"import": "./components/NotificationIcon/NotificationIcon.js",
|
|
220
|
-
"types": "./components/NotificationIcon/NotificationIcon.d.ts"
|
|
221
|
-
},
|
|
222
218
|
"./components/NumberField": {
|
|
223
219
|
"import": "./components/NumberField/NumberField.js",
|
|
224
220
|
"types": "./components/NumberField/NumberField.d.ts"
|
|
@@ -227,6 +223,10 @@
|
|
|
227
223
|
"import": "./components/OrderedList/OrderedList.js",
|
|
228
224
|
"types": "./components/OrderedList/OrderedList.d.ts"
|
|
229
225
|
},
|
|
226
|
+
"./components/Overlay": {
|
|
227
|
+
"import": "./components/Overlay/Overlay.js",
|
|
228
|
+
"types": "./components/Overlay/Overlay.d.ts"
|
|
229
|
+
},
|
|
230
230
|
"./components/Page": {
|
|
231
231
|
"import": "./components/Page/Page.js",
|
|
232
232
|
"types": "./components/Page/Page.d.ts"
|