@sberbusiness/triplex-next 1.10.0 → 1.11.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/README.md +6 -0
- package/chunks/{AlertProcessSpoiler-C4HDxCMJ.js → AlertProcessSpoiler-BGQ1uQrz.js} +2 -2
- package/chunks/{CalendarViewItem-Y3UQ6liF.js → CalendarViewItem-GZv99LrE.js} +10 -10
- package/chunks/Card.module-Bb-0eR7p.js +17 -0
- package/chunks/CheckboxTreeExtended.module-LACc235T.js +11 -0
- package/chunks/{Chip-21qt-Ukl.js → Chip-L25luM9A.js} +16 -16
- package/chunks/Confirm.module-B2F1vU1t.js +15 -0
- package/chunks/{DropdownListItem-DXBppGoi.js → DropdownListItem-QBxfm941.js} +17 -17
- package/chunks/DropdownMobile.module-zHrNkkL5.js +23 -0
- package/chunks/Footer.module-CTz6ITIP.js +9 -0
- package/chunks/{FormFieldInput-hUwbIuBd.js → FormFieldInput-ZCQQZs7b.js} +19 -19
- package/chunks/HeaderLayoutSidebar.module-CQPDDGSa.js +9 -0
- package/chunks/HeaderTabs.module-Fe8TyS0Y.js +9 -0
- package/chunks/{HeaderTitle.module-B_2yQmEh.js → HeaderTitle.module-C7KQyTXH.js} +2 -2
- package/chunks/IslandAccordion.module-B1DwUTEO.js +25 -0
- package/chunks/IslandWidgetFooter.module-DNunPtYA.js +9 -0
- package/chunks/IslandWidgetHeader.module-CVe7qw8f.js +9 -0
- package/chunks/{LightBoxContent-DDRusGqo.js → LightBoxContent-D0toheNV.js} +14 -14
- package/chunks/LightBoxControls.module-DUY3tLKy.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-C-9e4C_Y.js +8 -0
- package/chunks/{ListItemControlsButton-3APG17-A.js → ListItemControlsButton-B0Qs0eEN.js} +5 -5
- package/chunks/ListItemTail.module-uDs8u3yU.js +12 -0
- package/chunks/ListMasterFooter.module-uJGRVDCh.js +10 -0
- package/chunks/ModalWindow.module-BxFKBpp4.js +17 -0
- package/chunks/Notification.module-HwYJsw5w.js +21 -0
- package/chunks/Overlay.module-BdT_EdJd.js +18 -0
- package/chunks/Page.module-CQz9ZvqA.js +11 -0
- package/chunks/{RightBorderArrow-Bo5_O5lj.js → RightBorderArrow-B3TaRXow.js} +14 -14
- package/chunks/SMSField.module-B2vNyUh9.js +16 -0
- package/chunks/SliderExtendedMarks.module-D9G5rkyR.js +15 -0
- package/chunks/{SliderExtendedRail-C7TQHv-j.js → SliderExtendedRail-DP6nRRY0.js} +10 -10
- package/chunks/StatusTracker.module-BM1Mr7Lr.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-BJiMEG2_.js → SuggestFieldMobileDropdownHint-C04_aHFB.js} +4 -4
- package/chunks/TableFooter.module-DNpkWevf.js +14 -0
- package/chunks/TabsExtended.module-BvIRknmY.js +16 -0
- package/chunks/TabsLine.module-BN-kBFLj.js +21 -0
- package/chunks/TooltipDesktop.module-itrszAnq.js +19 -0
- package/chunks/TreeView.module-CDWFlOAV.js +9 -0
- package/chunks/UploadZoneInput-BYGZcWC8.js +35 -0
- package/chunks/utils-BWjaO0EE.js +73 -0
- package/chunks/utils-BsNeWWRx.js +20 -0
- package/chunks/{utils-mlGAF1hQ.js → utils-CDPE3P4X.js} +8 -8
- package/chunks/utils-DKyrkqb2.js +36 -0
- package/chunks/{utils-HEAUA6LV.js → utils-P0A0WEsB.js} +7 -7
- package/components/Alert/AlertContext/AlertContext.js +15 -15
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +9 -9
- package/components/AmountField/AmountField.js +8 -8
- package/components/Body/Body.js +6 -6
- package/components/Button/Button.js +32 -32
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +14 -14
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +7 -7
- package/components/Calendar/Calendar.js +5 -5
- package/components/Calendar/components/CalendarControls.js +1 -1
- 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 +19 -19
- 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 +11 -11
- package/components/Checkbox/Checkbox.js +7 -7
- package/components/Checkbox/CheckboxXGroup.js +11 -11
- package/components/Checkbox/CheckboxYGroup.js +1 -1
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +10 -10
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +5 -5
- 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 +2 -2
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +15 -15
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
- package/components/DateRange/DateRange.js +9 -9
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/DesignTokens/components/Step.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +14 -14
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- 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 +10 -10
- package/components/FormField/components/FormFieldClear.js +7 -7
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +11 -11
- package/components/FormField/components/FormFieldMaskedInput.js +15 -15
- package/components/FormField/components/FormFieldPostfix.js +7 -7
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +8 -8
- package/components/FormField/components/FormFieldTextarea.js +10 -10
- 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 +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +11 -11
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +1 -1
- package/components/Island/components/IslandFooter.js +1 -1
- package/components/Island/components/IslandHeader.js +3 -3
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +93 -99
- package/components/IslandAccordion/components/index.js +1 -3
- package/components/IslandAccordion/index.js +3 -5
- package/components/IslandWidget/IslandWidget.js +2 -2
- 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 +11 -11
- 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 +18 -18
- 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 +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +3 -3
- package/components/Link/Link.js +17 -17
- package/components/List/List.js +7 -7
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +12 -12
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +2 -2
- package/components/List/components/ListItemSelectable.js +4 -4
- package/components/List/components/ListItemTable.js +6 -6
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +5 -5
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +5 -5
- 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 +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 +10 -10
- 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 +5 -5
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +7 -7
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.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 +3 -3
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NotificationIcon/NotificationIcon.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +4 -4
- package/components/OrderedList/OrderedListItem.js +6 -6
- 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 +1 -1
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +6 -6
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +5 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +1 -1
- package/components/Pagination/components/PaginationSelect.js +9 -9
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +10 -10
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +12 -12
- package/components/SegmentedControl/SegmentedControlSegment.js +17 -17
- package/components/SelectExtendedField/SelectExtendedField.js +7 -7
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +18 -18
- package/components/Skeleton/Skeleton.js +12 -12
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +16 -16
- 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 +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +27 -27
- package/components/SmallInput/SmallInput.js +5 -5
- package/components/Spoiler/Spoiler.js +23 -23
- 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 +6 -6
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +6 -6
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +10 -10
- package/components/SuggestField/SuggestField.js +1 -1
- package/components/SuggestField/SuggestFieldTarget.js +1 -1
- package/components/SuggestField/SuggestFieldTargetPostfix.js +1 -1
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +14 -14
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +1 -1
- 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 +12 -12
- package/components/Table/FilterPanel.js +2 -2
- package/components/Table/MasterTable.js +2 -2
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +2 -2
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +3 -3
- 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 +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +9 -9
- 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 +9 -9
- package/components/Tag/Tag.js +33 -33
- package/components/TagColor/TagColor.js +12 -12
- package/components/TagGroup/TagGroup.js +1 -1
- 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 +17 -17
- 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 +8 -8
- package/components/TopOverlay/TopOverlay.js +18 -18
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +16 -16
- package/components/Typography/Text.js +23 -23
- package/components/Typography/Title.js +19 -19
- package/components/Typography/utils.js +1 -1
- package/components/UnorderedList/UnorderedList.js +4 -4
- package/components/UnorderedList/UnorderedListItem.js +9 -9
- package/components/UploadZone/UploadZone.js +109 -97
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +172 -174
- package/index.d.ts +3 -39
- package/index.js +216 -218
- package/package.json +1 -1
- package/styles/triplex-next.css +535 -535
- package/chunks/Card.module-t9A1wsgP.js +0 -17
- package/chunks/CheckboxTreeExtended.module-BMfgVvwS.js +0 -11
- package/chunks/Confirm.module-CrTyGEYv.js +0 -15
- package/chunks/DropdownMobile.module-CdquuBgl.js +0 -23
- package/chunks/Footer.module-9PrdQ3S7.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-QjkaZFtn.js +0 -9
- package/chunks/HeaderTabs.module-a_JyDpFt.js +0 -9
- package/chunks/IslandAccordion.module-BCHg71CD.js +0 -25
- package/chunks/IslandWidgetFooter.module-DV2tNWtj.js +0 -9
- package/chunks/IslandWidgetHeader.module-kAuK5xmR.js +0 -9
- package/chunks/LightBoxControls.module-CHrL_gpj.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CVxmzGmO.js +0 -8
- package/chunks/ListItemTail.module-BW9qp-XX.js +0 -12
- package/chunks/ListMasterFooter.module-B3kLf2M1.js +0 -10
- package/chunks/ModalWindow.module-BFTuZtt7.js +0 -17
- package/chunks/Notification.module-DU0GLki1.js +0 -21
- package/chunks/Overlay.module-CQY18PV-.js +0 -18
- package/chunks/Page.module-BO9rnNjD.js +0 -11
- package/chunks/SMSField.module-ibOZLVgV.js +0 -16
- package/chunks/SliderExtendedMarks.module-BBaU_j-p.js +0 -15
- package/chunks/StatusTracker.module-C66hhTIO.js +0 -24
- package/chunks/TableFooter.module-cSix4Lyk.js +0 -14
- package/chunks/TabsExtended.module-D7fs9FsL.js +0 -16
- package/chunks/TabsLine.module-CEQyfehM.js +0 -21
- package/chunks/TooltipDesktop.module-DD9WosV6.js +0 -19
- package/chunks/TreeView.module-Dxrir5YQ.js +0 -9
- package/chunks/UploadZoneInput-C2_0grVp.js +0 -33
- package/chunks/utils-BhoCc4rI.js +0 -36
- package/chunks/utils-BsOip28-.js +0 -73
- package/chunks/utils-D8Gj0oC8.js +0 -20
- package/components/IslandAccordion/components/IslandAccordionTitle.js +0 -21
package/components/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { ButtonDropdownExtended as z } from "./Button/ButtonDropdownExtended.js"
|
|
|
11
11
|
import { EButtonDotsTheme as G, EButtonIconShape as O, EButtonTheme as R } from "./Button/enums.js";
|
|
12
12
|
import { Calendar as U } from "./Calendar/Calendar.js";
|
|
13
13
|
import { ECalendarDateMarkType as K, ECalendarPickType as X, ECalendarViewMode as Z } from "./Calendar/enums.js";
|
|
14
|
-
import { C as q } from "../chunks/Chip-
|
|
14
|
+
import { C as q } from "../chunks/Chip-L25luM9A.js";
|
|
15
15
|
import { ChipDatePicker as Q } from "./Chip/ChipDatePicker/ChipDatePicker.js";
|
|
16
16
|
import { ChipDatePickerTarget as $ } from "./Chip/ChipDatePicker/ChipDatePickerTarget.js";
|
|
17
17
|
import { ChipClearButton as eo } from "./Chip/ChipClearButton.js";
|
|
@@ -36,7 +36,7 @@ import { FormFieldCounter as vo } from "./FormField/components/FormFieldCounter.
|
|
|
36
36
|
import { FormFieldLabel as Oo } from "./FormField/components/FormFieldLabel.js";
|
|
37
37
|
import { FormFieldClear as Vo } from "./FormField/components/FormFieldClear.js";
|
|
38
38
|
import { FormFieldTarget as Yo } from "./FormField/components/FormFieldTarget.js";
|
|
39
|
-
import { F as Xo } from "../chunks/FormFieldInput-
|
|
39
|
+
import { F as Xo } from "../chunks/FormFieldInput-ZCQQZs7b.js";
|
|
40
40
|
import { FormFieldMaskedInput as jo } from "./FormField/components/FormFieldMaskedInput.js";
|
|
41
41
|
import { FormFieldPostfix as Jo } from "./FormField/components/FormFieldPostfix.js";
|
|
42
42
|
import { FormFieldPrefix as _o } from "./FormField/components/FormFieldPrefix.js";
|
|
@@ -94,7 +94,7 @@ import { Dropdown as et } from "./Dropdown/Dropdown.js";
|
|
|
94
94
|
import { DropdownListContext as tt } from "./Dropdown/DropdownListContext.js";
|
|
95
95
|
import { DropdownDesktop as mt } from "./Dropdown/desktop/DropdownDesktop.js";
|
|
96
96
|
import { DropdownList as xt } from "./Dropdown/desktop/DropdownList.js";
|
|
97
|
-
import { D as nt } from "../chunks/DropdownListItem-
|
|
97
|
+
import { D as nt } from "../chunks/DropdownListItem-QBxfm941.js";
|
|
98
98
|
import { DropdownMobile as dt } from "./Dropdown/mobile/DropdownMobile.js";
|
|
99
99
|
import { DropdownMobileBody as st } from "./Dropdown/mobile/DropdownMobileBody.js";
|
|
100
100
|
import { DropdownMobileClose as gt } from "./Dropdown/mobile/DropdownMobileClose.js";
|
|
@@ -111,7 +111,7 @@ import { AdvancedMouseSensor as vt, AdvancedTouchSensor as Gt, ListSortable as O
|
|
|
111
111
|
import { ListItem as Vt } from "./List/components/ListItem.js";
|
|
112
112
|
import { ListItemControls as Yt } from "./List/components/ListItemControls.js";
|
|
113
113
|
import { ListItemContent as Xt } from "./List/components/ListItemContent.js";
|
|
114
|
-
import { L as jt } from "../chunks/ListItemControlsButton-
|
|
114
|
+
import { L as jt } from "../chunks/ListItemControlsButton-B0Qs0eEN.js";
|
|
115
115
|
import { ListItemControlsButtonDropdown as Jt } from "./List/components/ListItemControlsButtonDropdown.js";
|
|
116
116
|
import { ListEmptyState as _t } from "./List/components/ListEmptyState.js";
|
|
117
117
|
import { ListItemLoading as op } from "./List/components/ListItemLoading.js";
|
|
@@ -177,87 +177,86 @@ import { IslandAccordion as Fi } from "./IslandAccordion/IslandAccordion.js";
|
|
|
177
177
|
import { IslandAccordionItem as Di } from "./IslandAccordion/components/IslandAccordionItem.js";
|
|
178
178
|
import { IslandAccordionContent as Mi } from "./IslandAccordion/components/IslandAccordionContent.js";
|
|
179
179
|
import { IslandAccordionFooter as hi } from "./IslandAccordion/components/IslandAccordionFooter.js";
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import { CarouselExtended as zn } from "./CarouselExtended/CarouselExtended.js";
|
|
180
|
+
import { IslandWidget as yi } from "./IslandWidget/IslandWidget.js";
|
|
181
|
+
import { IslandWidgetHeader as Bi } from "./IslandWidget/components/IslandWidgetHeader.js";
|
|
182
|
+
import { IslandWidgetHeaderContent as Wi } from "./IslandWidget/components/IslandWidgetHeaderContent.js";
|
|
183
|
+
import { IslandWidgetHeaderDescription as Ai } from "./IslandWidget/components/IslandWidgetHeaderDescription.js";
|
|
184
|
+
import { IslandWidgetBody as zi } from "./IslandWidget/components/IslandWidgetBody.js";
|
|
185
|
+
import { IslandWidgetFooter as Gi } from "./IslandWidget/components/IslandWidgetFooter.js";
|
|
186
|
+
import { IslandWidgetWrapper as Ri } from "./IslandWidget/components/IslandWidgetWrapper.js";
|
|
187
|
+
import { MasterTable as Ui } from "./Table/MasterTable.js";
|
|
188
|
+
import { TableBasic as Ki } from "./Table/TableBasic/TableBasic.js";
|
|
189
|
+
import { TableFooter as Zi } from "./Table/TableFooter/TableFooter.js";
|
|
190
|
+
import { NoColumns as qi } from "./Table/NoColumns.js";
|
|
191
|
+
import { FilterPanel as Qi } from "./Table/FilterPanel.js";
|
|
192
|
+
import { TabsLinePanel as $i } from "./Table/TabsLinePanel.js";
|
|
193
|
+
import { PaginationPanel as ex } from "./Table/PaginationPanel.js";
|
|
194
|
+
import { TableBasicSettings as tx } from "./Table/TableBasicSettings/TableBasicSettings.js";
|
|
195
|
+
import { ColumnSettings as mx } from "./Table/TableBasicSettings/components/ColumnSettings.js";
|
|
196
|
+
import { ECellType as xx, EHorizontalAlign as fx, EOrderDirection as nx, EVerticalAlign as ax } from "./Table/TableBasic/enums.js";
|
|
197
|
+
import { AmountField as lx } from "./AmountField/AmountField.js";
|
|
198
|
+
import { SelectField as Tx } from "./SelectField/SelectField.js";
|
|
199
|
+
import { OrderedList as Sx } from "./OrderedList/OrderedList.js";
|
|
200
|
+
import { OrderedListItem as Ex } from "./OrderedList/OrderedListItem.js";
|
|
201
|
+
import { UnorderedList as cx } from "./UnorderedList/UnorderedList.js";
|
|
202
|
+
import { UnorderedListItem as bx } from "./UnorderedList/UnorderedListItem.js";
|
|
203
|
+
import { SuggestFieldDesktopDropdown as Lx } from "./SuggestField/desktop/SuggestFieldDesktopDropdown.js";
|
|
204
|
+
import { SuggestFieldDesktop as Ix } from "./SuggestField/desktop/SuggestFieldDesktop.js";
|
|
205
|
+
import { SuggestFieldMobile as wx } from "./SuggestField/mobile/SuggestFieldMobile.js";
|
|
206
|
+
import { SuggestFieldMobileDropdown as Px } from "./SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
207
|
+
import { S as kx } from "../chunks/SuggestFieldMobileDropdownHint-C04_aHFB.js";
|
|
208
|
+
import { SuggestFieldMobileTarget as Hx } from "./SuggestField/mobile/SuggestFieldMobileTarget.js";
|
|
209
|
+
import { SuggestField as Nx } from "./SuggestField/SuggestField.js";
|
|
210
|
+
import { LightBox as vx, lightBoxMountNodeIdDefault as Gx, lightBoxViewManagerNodeIdDefault as Ox } from "./LightBox/LightBox.js";
|
|
211
|
+
import { LightBoxSideOverlay as Vx } from "./LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js";
|
|
212
|
+
import { ELightBoxSideOverlaySize as Yx } from "./LightBox/LightBoxSideOverlay/enums.js";
|
|
213
|
+
import { Tooltip as Xx } from "./Tooltip/Tooltip.js";
|
|
214
|
+
import { ETooltipPreferPlace as jx, ETooltipSize as qx } from "./Tooltip/enums.js";
|
|
215
|
+
import { SMSField as Qx } from "./SMSField/SMSField.js";
|
|
216
|
+
import { Spoiler as $x } from "./Spoiler/Spoiler.js";
|
|
217
|
+
import { StatusTracker as ef } from "./StatusTracker/StatusTracker.js";
|
|
218
|
+
import { EStatusTrackerType as tf, EStatusTrackerVerticalAlign as pf } from "./StatusTracker/enums.js";
|
|
219
|
+
import { SmallInput as xf } from "./SmallInput/SmallInput.js";
|
|
220
|
+
import { DocumentNumberEdit as nf } from "./DocumentNumberEdit/DocumentNumberEdit.js";
|
|
221
|
+
import { Notification as df } from "./Notification/Notification.js";
|
|
222
|
+
import { NotificationGrouped as sf } from "./Notification/NotificationGrouped.js";
|
|
223
|
+
import { ModalWindow as gf } from "./ModalWindow/ModalWindow.js";
|
|
224
|
+
import { ModalWindowBody as Cf } from "./ModalWindow/components/ModalWindowBody.js";
|
|
225
|
+
import { ModalWindowClose as uf } from "./ModalWindow/components/ModalWindowClose.js";
|
|
226
|
+
import { ModalWindowContent as Ff } from "./ModalWindow/components/ModalWindowContent.js";
|
|
227
|
+
import { ModalWindowFooter as Df } from "./ModalWindow/components/ModalWindowFooter.js";
|
|
228
|
+
import { ModalWindowHeader as Mf } from "./ModalWindow/components/ModalWindowHeader.js";
|
|
229
|
+
import { ModalWindowViewManager as hf } from "./ModalWindow/components/ModalWindowViewManager.js";
|
|
230
|
+
import { Slider as yf } from "./Slider/Slider.js";
|
|
231
|
+
import { SliderExtended as Bf } from "./SliderExtended/SliderExtended.js";
|
|
232
|
+
import { SliderRange as Wf } from "./SliderRange/SliderRange.js";
|
|
233
|
+
import { CheckboxTree as Af } from "./CheckboxTree/CheckboxTree.js";
|
|
234
|
+
import { CheckboxTreeExtended as zf } from "./CheckboxTreeExtended/CheckboxTreeExtended.js";
|
|
235
|
+
import { ChipGroup as Gf } from "./ChipGroup/ChipGroup.js";
|
|
236
|
+
import { Confirm as Rf } from "./Confirm/Confirm.js";
|
|
237
|
+
import { DesignTokensCore as Uf } from "./DesignTokens/DesignTokensCore.js";
|
|
238
|
+
import { DesignTokensCoreThemeDark as Kf } from "./DesignTokens/DesignTokensCoreThemeDark.js";
|
|
239
|
+
import { DesignTokensComponents as Zf } from "./DesignTokens/DesignTokensComponents.js";
|
|
240
|
+
import { DesignTokensComponentsThemeDark as qf } from "./DesignTokens/DesignTokensComponentsThemeDark.js";
|
|
241
|
+
import { Divider as Qf } from "./Divider/Divider.js";
|
|
242
|
+
import { ListMaster as $f } from "./ListMaster/ListMaster.js";
|
|
243
|
+
import { ListMasterBody as en } from "./ListMaster/components/ListMasterBody.js";
|
|
244
|
+
import { ListMasterChipGroup as tn } from "./ListMaster/components/ListMasterChipGroup.js";
|
|
245
|
+
import { ListMasterFooter as mn } from "./ListMaster/components/ListMasterFooter.js";
|
|
246
|
+
import { ListMasterFooterControls as fn } from "./ListMaster/components/ListMasterFooterControls.js";
|
|
247
|
+
import { ListMasterFooterDescription as an } from "./ListMaster/components/ListMasterFooterDescription.js";
|
|
248
|
+
import { ListMasterHeader as ln } from "./ListMaster/components/ListMasterHeader.js";
|
|
249
|
+
import { SelectionControls as Tn } from "./ListMaster/components/SelectionControls.js";
|
|
250
|
+
import { MonthYearField as Sn } from "./MonthYearField/MonthYearField.js";
|
|
251
|
+
import { MultiselectField as En } from "./MultiselectField/MultiselectField.js";
|
|
252
|
+
import { SuggestContext as cn, useSuggestContext as Fn } from "./Suggest/SuggestContext.js";
|
|
253
|
+
import { Suggest as Dn } from "./Suggest/Suggest.js";
|
|
254
|
+
import { SwipeableArea as Mn } from "./SwipeableArea/SwipeableArea.js";
|
|
255
|
+
import { TopOverlay as hn } from "./TopOverlay/TopOverlay.js";
|
|
256
|
+
import { UploadZone as yn } from "./UploadZone/UploadZone.js";
|
|
257
|
+
import { HelpBox as Bn } from "./HelpBox/HelpBox.js";
|
|
258
|
+
import { NotificationIcon as Wn } from "./NotificationIcon/NotificationIcon.js";
|
|
259
|
+
import { CarouselExtended as An } from "./CarouselExtended/CarouselExtended.js";
|
|
261
260
|
import "../enums/EComponentSize.js";
|
|
262
261
|
import "../enums/EFocusSource.js";
|
|
263
262
|
import "../utils/amountUtils.js";
|
|
@@ -281,7 +280,7 @@ export {
|
|
|
281
280
|
u as AlertContext,
|
|
282
281
|
F as AlertProcess,
|
|
283
282
|
h as Amount,
|
|
284
|
-
|
|
283
|
+
lx as AmountField,
|
|
285
284
|
Lp as Body,
|
|
286
285
|
y as Button,
|
|
287
286
|
B as ButtonBase,
|
|
@@ -292,10 +291,10 @@ export {
|
|
|
292
291
|
Kr as Caption,
|
|
293
292
|
Fm as CardAction,
|
|
294
293
|
Dm as CardStatic,
|
|
295
|
-
|
|
294
|
+
An as CarouselExtended,
|
|
296
295
|
Lo as Checkbox,
|
|
297
|
-
|
|
298
|
-
|
|
296
|
+
Af as CheckboxTree,
|
|
297
|
+
zf as CheckboxTreeExtended,
|
|
299
298
|
Io as CheckboxXGroup,
|
|
300
299
|
wo as CheckboxYGroup,
|
|
301
300
|
q as Chip,
|
|
@@ -303,7 +302,7 @@ export {
|
|
|
303
302
|
Q as ChipDatePicker,
|
|
304
303
|
$ as ChipDatePickerTarget,
|
|
305
304
|
to as ChipDropdownArrow,
|
|
306
|
-
|
|
305
|
+
Gf as ChipGroup,
|
|
307
306
|
mo as ChipIcon,
|
|
308
307
|
xo as ChipMultiselect,
|
|
309
308
|
no as ChipOptions,
|
|
@@ -313,16 +312,16 @@ export {
|
|
|
313
312
|
co as ChipSuggest,
|
|
314
313
|
Eo as ChipSuggestTarget,
|
|
315
314
|
bo as Col,
|
|
316
|
-
|
|
315
|
+
mx as ColumnSettings,
|
|
317
316
|
ti as ComposedKeyDownListener,
|
|
318
|
-
|
|
317
|
+
Rf as Confirm,
|
|
319
318
|
Po as DateField,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
319
|
+
Zf as DesignTokensComponents,
|
|
320
|
+
qf as DesignTokensComponentsThemeDark,
|
|
321
|
+
Uf as DesignTokensCore,
|
|
322
|
+
Kf as DesignTokensCoreThemeDark,
|
|
323
|
+
Qf as Divider,
|
|
324
|
+
nf as DocumentNumberEdit,
|
|
326
325
|
et as Dropdown,
|
|
327
326
|
mt as DropdownDesktop,
|
|
328
327
|
xt as DropdownList,
|
|
@@ -351,7 +350,7 @@ export {
|
|
|
351
350
|
Mm as ECardContentPaddingSize,
|
|
352
351
|
Im as ECardRoundingSize,
|
|
353
352
|
hm as ECardTheme,
|
|
354
|
-
|
|
353
|
+
xx as ECellType,
|
|
355
354
|
Bt as EDropdownAlignment,
|
|
356
355
|
kt as EDropdownDirection,
|
|
357
356
|
Wt as EDropdownListSize,
|
|
@@ -362,21 +361,21 @@ export {
|
|
|
362
361
|
_p as EFooterPageType,
|
|
363
362
|
re as EFormFieldStatus,
|
|
364
363
|
$p as EHeaderPageType,
|
|
365
|
-
|
|
364
|
+
fx as EHorizontalAlign,
|
|
366
365
|
si as EIslandType,
|
|
367
|
-
|
|
366
|
+
Yx as ELightBoxSideOverlaySize,
|
|
368
367
|
Qr as ELineType,
|
|
369
368
|
le as ELoaderSmallSize,
|
|
370
369
|
se as ELoaderSmallTheme,
|
|
371
370
|
Fe as EMarkerStatus,
|
|
372
|
-
|
|
371
|
+
nx as EOrderDirection,
|
|
373
372
|
Cm as EPaginationNavigationIconDirection,
|
|
374
373
|
Wm as ESegmentedControlSize,
|
|
375
374
|
Hm as ESegmentedControlTheme,
|
|
376
375
|
Am as ESegmentedControlType,
|
|
377
376
|
Bm as ESkeletonType,
|
|
378
|
-
|
|
379
|
-
|
|
377
|
+
tf as EStatusTrackerType,
|
|
378
|
+
pf as EStatusTrackerVerticalAlign,
|
|
380
379
|
Ym as EStepPosition,
|
|
381
380
|
Km as EStepStatus,
|
|
382
381
|
Qm as EStepperSize,
|
|
@@ -385,12 +384,12 @@ export {
|
|
|
385
384
|
xr as ETabsExtendedType,
|
|
386
385
|
_r as ETextSize,
|
|
387
386
|
$r as ETitleSize,
|
|
388
|
-
|
|
389
|
-
|
|
387
|
+
jx as ETooltipPreferPlace,
|
|
388
|
+
qx as ETooltipSize,
|
|
390
389
|
Ar as ETriplexNextTheme,
|
|
391
|
-
|
|
390
|
+
ax as EVerticalAlign,
|
|
392
391
|
ko as Ellipsis,
|
|
393
|
-
|
|
392
|
+
Qi as FilterPanel,
|
|
394
393
|
Sp as Footer,
|
|
395
394
|
Ep as FooterDescription,
|
|
396
395
|
bp as FooterDescriptionContent,
|
|
@@ -419,26 +418,25 @@ export {
|
|
|
419
418
|
Vp as HeaderTitle,
|
|
420
419
|
Yp as HeaderTitleContent,
|
|
421
420
|
Xp as HeaderTitleControls,
|
|
422
|
-
|
|
421
|
+
Bn as HelpBox,
|
|
423
422
|
di as Island,
|
|
424
423
|
Fi as IslandAccordion,
|
|
425
424
|
Mi as IslandAccordionContent,
|
|
426
425
|
hi as IslandAccordionFooter,
|
|
427
426
|
Di as IslandAccordionItem,
|
|
428
|
-
yi as IslandAccordionTitle,
|
|
429
427
|
gi as IslandBody,
|
|
430
428
|
ui as IslandFooter,
|
|
431
429
|
Ci as IslandHeader,
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
430
|
+
yi as IslandWidget,
|
|
431
|
+
zi as IslandWidgetBody,
|
|
432
|
+
Gi as IslandWidgetFooter,
|
|
433
|
+
Bi as IslandWidgetHeader,
|
|
434
|
+
Wi as IslandWidgetHeaderContent,
|
|
435
|
+
Ai as IslandWidgetHeaderDescription,
|
|
436
|
+
Ri as IslandWidgetWrapper,
|
|
439
437
|
ei as KeyDownListener,
|
|
440
|
-
|
|
441
|
-
|
|
438
|
+
vx as LightBox,
|
|
439
|
+
Vx as LightBoxSideOverlay,
|
|
442
440
|
fe as Link,
|
|
443
441
|
Nt as List,
|
|
444
442
|
_t as ListEmptyState,
|
|
@@ -452,13 +450,13 @@ export {
|
|
|
452
450
|
pp as ListItemTable,
|
|
453
451
|
ip as ListItemTailLeft,
|
|
454
452
|
fp as ListItemTailRight,
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
453
|
+
$f as ListMaster,
|
|
454
|
+
en as ListMasterBody,
|
|
455
|
+
tn as ListMasterChipGroup,
|
|
456
|
+
mn as ListMasterFooter,
|
|
457
|
+
fn as ListMasterFooterControls,
|
|
458
|
+
an as ListMasterFooterDescription,
|
|
459
|
+
ln as ListMasterHeader,
|
|
462
460
|
Ot as ListSortable,
|
|
463
461
|
ap as ListSortableItem,
|
|
464
462
|
Tp as ListSortableItemControls,
|
|
@@ -469,28 +467,28 @@ export {
|
|
|
469
467
|
ue as Marker,
|
|
470
468
|
De as MarkerStatus,
|
|
471
469
|
hr as MaskedField,
|
|
472
|
-
|
|
470
|
+
Ui as MasterTable,
|
|
473
471
|
Be as MediaBetweenWidth,
|
|
474
472
|
he as MediaMaxWidth,
|
|
475
473
|
ye as MediaMinWidth,
|
|
476
474
|
Me as MediaWidth,
|
|
477
475
|
Ae as MobileView,
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
476
|
+
gf as ModalWindow,
|
|
477
|
+
Cf as ModalWindowBody,
|
|
478
|
+
uf as ModalWindowClose,
|
|
479
|
+
Ff as ModalWindowContent,
|
|
480
|
+
Df as ModalWindowFooter,
|
|
481
|
+
Mf as ModalWindowHeader,
|
|
482
|
+
hf as ModalWindowViewManager,
|
|
483
|
+
Sn as MonthYearField,
|
|
484
|
+
En as MultiselectField,
|
|
485
|
+
qi as NoColumns,
|
|
486
|
+
df as Notification,
|
|
487
|
+
sf as NotificationGrouped,
|
|
488
|
+
Wn as NotificationIcon,
|
|
491
489
|
ze as NumberField,
|
|
492
|
-
|
|
493
|
-
|
|
490
|
+
Sx as OrderedList,
|
|
491
|
+
Ex as OrderedListItem,
|
|
494
492
|
jp as Page,
|
|
495
493
|
um as Pagination,
|
|
496
494
|
em as PaginationExtended,
|
|
@@ -500,43 +498,43 @@ export {
|
|
|
500
498
|
nm as PaginationNavigationExtendedItem,
|
|
501
499
|
dm as PaginationPageButton,
|
|
502
500
|
sm as PaginationPageEllipsis,
|
|
503
|
-
|
|
501
|
+
ex as PaginationPanel,
|
|
504
502
|
gm as PaginationSelect,
|
|
505
503
|
Ge as Radio,
|
|
506
504
|
Re as RadioXGroup,
|
|
507
505
|
Ue as RadioYGroup,
|
|
508
506
|
Ke as Row,
|
|
509
|
-
|
|
507
|
+
Qx as SMSField,
|
|
510
508
|
Gm as SegmentedControl,
|
|
511
509
|
zm as SegmentedControlSegment,
|
|
512
510
|
mi as SelectExtendedField,
|
|
513
511
|
xi as SelectExtendedFieldDropdown,
|
|
514
512
|
ni as SelectExtendedFieldTarget,
|
|
515
|
-
|
|
516
|
-
|
|
513
|
+
Tx as SelectField,
|
|
514
|
+
Tn as SelectionControls,
|
|
517
515
|
ym as Skeleton,
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
516
|
+
yf as Slider,
|
|
517
|
+
Bf as SliderExtended,
|
|
518
|
+
Wf as SliderRange,
|
|
519
|
+
xf as SmallInput,
|
|
520
|
+
$x as Spoiler,
|
|
521
|
+
ef as StatusTracker,
|
|
524
522
|
Rm as Step,
|
|
525
523
|
Zm as Stepper,
|
|
526
524
|
qm as StepperExtended,
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
525
|
+
Dn as Suggest,
|
|
526
|
+
cn as SuggestContext,
|
|
527
|
+
Nx as SuggestField,
|
|
528
|
+
Ix as SuggestFieldDesktop,
|
|
529
|
+
Lx as SuggestFieldDesktopDropdown,
|
|
530
|
+
wx as SuggestFieldMobile,
|
|
531
|
+
Px as SuggestFieldMobileDropdown,
|
|
532
|
+
kx as SuggestFieldMobileDropdownHint,
|
|
533
|
+
Hx as SuggestFieldMobileTarget,
|
|
534
|
+
Mn as SwipeableArea,
|
|
535
|
+
Ki as TableBasic,
|
|
536
|
+
tx as TableBasicSettings,
|
|
537
|
+
Zi as TableFooter,
|
|
540
538
|
nr as Tabs,
|
|
541
539
|
Ze as TabsExtended,
|
|
542
540
|
qe as TabsExtendedContent,
|
|
@@ -550,7 +548,7 @@ export {
|
|
|
550
548
|
gr as TabsLineDropdown,
|
|
551
549
|
Cr as TabsLineItem,
|
|
552
550
|
ur as TabsLineMobile,
|
|
553
|
-
|
|
551
|
+
$i as TabsLinePanel,
|
|
554
552
|
Fr as Tag,
|
|
555
553
|
Dr as TagGroup,
|
|
556
554
|
Ur as Text,
|
|
@@ -559,19 +557,19 @@ export {
|
|
|
559
557
|
Br as ThemeProvider,
|
|
560
558
|
Wr as ThemeProviderContext,
|
|
561
559
|
Gr as Title,
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
560
|
+
Xx as Tooltip,
|
|
561
|
+
hn as TopOverlay,
|
|
562
|
+
cx as UnorderedList,
|
|
563
|
+
bx as UnorderedListItem,
|
|
564
|
+
yn as UploadZone,
|
|
567
565
|
M as alertTypeToClassNameMap,
|
|
568
566
|
Vm as calcPosition,
|
|
569
|
-
|
|
570
|
-
|
|
567
|
+
Gx as lightBoxMountNodeIdDefault,
|
|
568
|
+
Ox as lightBoxViewManagerNodeIdDefault,
|
|
571
569
|
Or as mapFontWeightTitleToCssClass,
|
|
572
570
|
Rr as mapTitleSizeToCssClass,
|
|
573
571
|
We as useMatchMedia,
|
|
574
|
-
|
|
572
|
+
Fn as useSuggestContext,
|
|
575
573
|
zr as useToken
|
|
576
574
|
};
|
|
577
575
|
//# sourceMappingURL=index.js.map
|
package/index.d.ts
CHANGED
|
@@ -3064,10 +3064,6 @@ export declare interface IIslandAccordionProps extends default_2.HTMLAttributes<
|
|
|
3064
3064
|
size?: EComponentSize;
|
|
3065
3065
|
}
|
|
3066
3066
|
|
|
3067
|
-
export declare type IIslandAccordionTitleProps = Omit<TTitleProps<keyof JSX.IntrinsicElements>, "size"> & {
|
|
3068
|
-
children?: default_2.ReactNode;
|
|
3069
|
-
};
|
|
3070
|
-
|
|
3071
3067
|
export declare interface IIslandBodyProps extends default_2.HTMLProps<HTMLDivElement> {
|
|
3072
3068
|
}
|
|
3073
3069
|
|
|
@@ -3963,7 +3959,6 @@ export declare const Island: default_2.ForwardRefExoticComponent<IIslandProps &
|
|
|
3963
3959
|
|
|
3964
3960
|
export declare const IslandAccordion: default_2.ForwardRefExoticComponent<IIslandAccordionProps & default_2.RefAttributes<HTMLUListElement>> & {
|
|
3965
3961
|
Item: default_2.ForwardRefExoticComponent<IIslandAccordionItemProps & default_2.RefAttributes<HTMLLIElement>> & {
|
|
3966
|
-
Title: default_2.FC<IIslandAccordionTitleProps>;
|
|
3967
3962
|
Content: default_2.FC<IIslandAccordionContentProps>;
|
|
3968
3963
|
Footer: default_2.FC<IIslandAccordionFooterProps>;
|
|
3969
3964
|
};
|
|
@@ -3976,13 +3971,10 @@ export declare const IslandAccordionContent: default_2.FC<IIslandAccordionConten
|
|
|
3976
3971
|
export declare const IslandAccordionFooter: default_2.FC<IIslandAccordionFooterProps>;
|
|
3977
3972
|
|
|
3978
3973
|
export declare const IslandAccordionItem: default_2.ForwardRefExoticComponent<IIslandAccordionItemProps & default_2.RefAttributes<HTMLLIElement>> & {
|
|
3979
|
-
Title: default_2.FC<IIslandAccordionTitleProps>;
|
|
3980
3974
|
Content: default_2.FC<IIslandAccordionContentProps>;
|
|
3981
3975
|
Footer: default_2.FC<IIslandAccordionFooterProps>;
|
|
3982
3976
|
};
|
|
3983
3977
|
|
|
3984
|
-
export declare const IslandAccordionTitle: default_2.FC<IIslandAccordionTitleProps>;
|
|
3985
|
-
|
|
3986
3978
|
export declare const IslandBody: default_2.ForwardRefExoticComponent<Omit<IIslandBodyProps, "ref"> & default_2.RefAttributes<HTMLDivElement>>;
|
|
3987
3979
|
|
|
3988
3980
|
export declare const IslandFooter: default_2.ForwardRefExoticComponent<Omit<IIslandFooterProps, "ref"> & default_2.RefAttributes<HTMLDivElement>>;
|
|
@@ -5070,14 +5062,6 @@ declare interface IUploadZoneProps extends Omit<default_2.HTMLAttributes<HTMLDiv
|
|
|
5070
5062
|
renderContainerContent?: () => JSX.Element;
|
|
5071
5063
|
}
|
|
5072
5064
|
|
|
5073
|
-
/** Состояния компонента UploadZone. */
|
|
5074
|
-
declare interface IUploadZoneState {
|
|
5075
|
-
/** Состояние ховера при перетаскивании. */
|
|
5076
|
-
hoverOnDrag: boolean;
|
|
5077
|
-
/** Ссылка на элемент поля. */
|
|
5078
|
-
inputNode?: HTMLInputElement;
|
|
5079
|
-
}
|
|
5080
|
-
|
|
5081
5065
|
declare type keyCode = (typeof EVENT_KEY_CODES)[keyof typeof EVENT_KEY_CODES];
|
|
5082
5066
|
|
|
5083
5067
|
/** Слушатель нажатия клавиш. При совпадении нужной клавиши вызывает onMatch. */
|
|
@@ -7961,29 +7945,9 @@ export declare const UnorderedList: default_2.ForwardRefExoticComponent<IUnorder
|
|
|
7961
7945
|
/** Элемент маркированного списка. */
|
|
7962
7946
|
export declare const UnorderedListItem: default_2.ForwardRefExoticComponent<IUnorderedListItemProps & default_2.RefAttributes<HTMLLIElement>>;
|
|
7963
7947
|
|
|
7964
|
-
|
|
7965
|
-
|
|
7966
|
-
|
|
7967
|
-
static Input: default_2.FC<IUploadZoneInputProps>;
|
|
7968
|
-
/** Каунтер для подсчёта drag-перемещений по странице. */
|
|
7969
|
-
private counter;
|
|
7970
|
-
/** Элемент-обёртка для дроп-зоны. */
|
|
7971
|
-
private dropZoneWrapperDiv;
|
|
7972
|
-
state: IUploadZoneState;
|
|
7973
|
-
componentDidMount(): void;
|
|
7974
|
-
componentDidUpdate(prevProps: Readonly<IUploadZoneProps>, prevState: Readonly<IUploadZoneState>): void;
|
|
7975
|
-
componentWillUnmount(): void;
|
|
7976
|
-
render(): JSX_2.Element;
|
|
7977
|
-
private addListeners;
|
|
7978
|
-
private removeListeners;
|
|
7979
|
-
private createDropZoneDiv;
|
|
7980
|
-
private handleAreaClick;
|
|
7981
|
-
private openUploadDialog;
|
|
7982
|
-
private handlePreventDefault;
|
|
7983
|
-
private handleDragEnter;
|
|
7984
|
-
private handleDragLeave;
|
|
7985
|
-
private fileDrop;
|
|
7986
|
-
}
|
|
7948
|
+
export declare const UploadZone: default_2.ForwardRefExoticComponent<IUploadZoneProps & default_2.RefAttributes<HTMLDivElement>> & {
|
|
7949
|
+
Input: default_2.FC<IUploadZoneInputProps>;
|
|
7950
|
+
};
|
|
7987
7951
|
|
|
7988
7952
|
declare type UploadZoneOnChangeType = (files: FileList | null, e: default_2.SyntheticEvent) => void;
|
|
7989
7953
|
|