@sberbusiness/triplex-next 0.23.0 → 0.24.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 +8 -1
- package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
- package/chunks/AlertProcessSpoiler-BofkfSM8.js +39 -0
- package/chunks/CalendarViewItem-DuqIjj7K.js +101 -0
- package/chunks/Card.module-Cok9cKxI.js +17 -0
- package/chunks/CheckboxTreeExtended.module-D_OBlNho.js +15 -0
- package/chunks/{Chip-D5zfQfAA.js → Chip-CFtA5mp4.js} +6 -6
- package/chunks/Confirm.module-BgCUAiCk.js +15 -0
- package/chunks/{DropdownListItem-C4JE2xV7.js → DropdownListItem-D_38hBVf.js} +19 -19
- package/chunks/DropdownMobile.module-Bccjckjq.js +23 -0
- package/chunks/Footer.module-CkVvrPtL.js +9 -0
- package/chunks/{FormFieldInput-Dr_WBweC.js → FormFieldInput-CP3P-T8_.js} +20 -20
- package/chunks/HeaderLayoutSidebar.module-Ci8iAZs7.js +9 -0
- package/chunks/HeaderTabs.module-2vtcjdH_.js +9 -0
- package/chunks/{HeaderTitle.module-D5yAgpuv.js → HeaderTitle.module-CoThbDwW.js} +2 -2
- package/chunks/IslandAccordion.module-DLanAkfo.js +25 -0
- package/chunks/IslandWidgetFooter.module-kdzBJDuu.js +9 -0
- package/chunks/IslandWidgetHeader.module-BAcC1EB8.js +12 -0
- package/chunks/{LightBoxContent-Lme9r-vN.js → LightBoxContent-hyVn3q-T.js} +14 -14
- package/chunks/LightBoxControls.module-CTUWde8O.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CnOh-RZn.js +9 -0
- package/chunks/{ListItemControlsButton-BLbj6vZS.js → ListItemControlsButton-BFfMrFr7.js} +7 -7
- package/chunks/ListItemTail.module-BOV7kcBg.js +12 -0
- package/chunks/ListMasterFooter.module-DT_P8Iub.js +10 -0
- package/chunks/ModalWindow.module-DZdMA7rm.js +17 -0
- package/chunks/Notification.module-CJl-qcj8.js +20 -0
- package/chunks/Overlay.module-Buw8PcSy.js +18 -0
- package/chunks/Page.module-DIObxp8c.js +11 -0
- package/chunks/{RightBorderArrow-CGThEmc4.js → RightBorderArrow-TcR9E_47.js} +11 -11
- package/chunks/SMSField.module-B170OigL.js +16 -0
- package/chunks/SliderExtendedMarks.module-SBpITDrZ.js +15 -0
- package/chunks/{SliderExtendedRail-C51TfjHY.js → SliderExtendedRail-DawwH3OZ.js} +11 -11
- package/chunks/StatusTracker.module-BT9AMEAv.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-8Km5bFV3.js → SuggestFieldMobileDropdownHint-_Gn-OMhG.js} +7 -6
- package/chunks/TableFooter.module-DaFHVJUx.js +14 -0
- package/chunks/TabsExtended.module-vg1pJlhg.js +16 -0
- package/chunks/TabsLine.module-h8aBK1Tw.js +21 -0
- package/chunks/TooltipDesktop.module-oXI2FLzE.js +19 -0
- package/chunks/TreeView.module-C6t2uuwa.js +9 -0
- package/chunks/{UploadZoneInput-onwF8t4d.js → UploadZoneInput-DmnrQ-pa.js} +7 -7
- package/chunks/{constants-CUVfo8-z.js → constants-BECBzrfZ.js} +13 -13
- package/chunks/utils-BI5x-xfE.js +24 -0
- package/chunks/{utils-By-UAq7Y.js → utils-BlzKyU4p.js} +6 -6
- package/chunks/utils-C9aEOF3O.js +73 -0
- package/chunks/utils-WHBUmZgw.js +28 -0
- package/components/Alert/AlertContext/AlertContext.js +8 -8
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +2 -2
- package/components/AmountField/AmountField.js +4 -3
- package/components/Avatar/Avatar.js +3 -3
- package/components/Badge/Badge.js +11 -11
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +10 -10
- package/components/Badge/components/BadgePostfix.js +1 -1
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +11 -11
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +64 -64
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +10 -10
- package/components/Calendar/Calendar.js +17 -17
- 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 +3 -3
- 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 +4 -4
- package/components/Checkbox/Checkbox.js +14 -13
- package/components/Checkbox/CheckboxXGroup.js +13 -13
- package/components/Checkbox/CheckboxYGroup.js +3 -3
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +5 -5
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +4 -4
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +1 -1
- package/components/Chip/ChipOptions.js +2 -2
- 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 +142 -142
- package/components/CollapsableTree/components/CollapsableTreeNode.js +7 -7
- 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/ConfirmContentSubTitle.js +4 -3
- 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 +4 -4
- package/components/DateRange/DateRange.js +11 -11
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +6 -6
- package/components/Dropdown/desktop/DropdownDesktop.js +69 -62
- package/components/Dropdown/desktop/DropdownList.js +1 -1
- package/components/Dropdown/desktop/DropdownListItem.js +1 -1
- package/components/Dropdown/desktop/enums.js +2 -2
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +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 +15 -15
- package/components/FormField/components/FormFieldClear.js +4 -4
- 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 +6 -6
- package/components/FormField/components/FormFieldMaskedInput.js +16 -16
- package/components/FormField/components/FormFieldPostfix.js +1 -1
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +12 -12
- package/components/FormField/components/FormFieldTextarea.js +23 -23
- package/components/FormField/components/index.js +1 -1
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
- 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 +9 -9
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +9 -7
- package/components/Island/components/IslandFooter.js +1 -1
- 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 +3 -2
- package/components/IslandWidget/IslandWidget.js +14 -14
- package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +7 -7
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
- package/components/LightBox/LightBox.js +17 -17
- 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 +12 -12
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
- package/components/Link/Link.js +19 -19
- package/components/List/List.js +4 -4
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +2 -2
- package/components/List/components/ListItemControls.js +8 -8
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +6 -6
- 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 +4 -4
- package/components/List/components/ListSortableItemControls.js +1 -1
- 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 +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +12 -12
- package/components/ListMaster/components/SelectionControls.js +2 -2
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
- package/components/Loader/LoaderSmall/LoaderSmall.js +7 -7
- package/components/LoaderScreen/LoaderScreen.js +11 -11
- package/components/Marker/Marker.js +1 -1
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +17 -16
- 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 +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +3 -3
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/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 +6 -6
- package/components/OrderedList/OrderedListItem.js +10 -9
- 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 +12 -12
- 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 +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +6 -5
- package/components/Pagination/components/PaginationPageEllipsis.js +3 -2
- package/components/Pagination/components/PaginationSelect.js +10 -9
- package/components/Radio/Radio.js +8 -7
- package/components/Radio/RadioXGroup.js +11 -11
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +8 -8
- 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 +7 -7
- package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
- package/components/SelectExtendedField/SelectExtendedField.js +51 -42
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +20 -20
- package/components/SelectField/SelectField.js +1 -1
- package/components/Skeleton/Skeleton.js +10 -10
- 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 +5 -5
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +18 -18
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +11 -11
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +4 -3
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
- package/components/StatusTracker/components/StatusTrackerDescription.js +4 -3
- 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 +11 -10
- package/components/StatusTracker/components/StatusTrackerTitle.js +8 -7
- package/components/Step/Step.js +14 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +14 -14
- package/components/Stepper/StepperExtended.js +6 -6
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +4 -4
- package/components/Suggest/SuggestMobileDropdownContent.js +17 -16
- package/components/SuggestField/SuggestField.js +13 -12
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +10 -10
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +50 -49
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +16 -16
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +14 -14
- package/components/Table/NoColumns.js +1 -1
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +5 -5
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +6 -6
- 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 +14 -14
- 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 +5 -4
- 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 +5 -4
- package/components/TabsLine/components/TabsLineItem.js +1 -1
- package/components/TabsLine/components/TabsLineMobile.js +1 -1
- package/components/Tag/Tag.js +31 -31
- package/components/TagColor/TagColor.js +17 -17
- package/components/TagGroup/TagGroup.js +3 -3
- 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 +6 -6
- 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 +10 -10
- package/components/TopOverlay/TopOverlay.js +13 -13
- 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 +9 -9
- package/components/Typography/CodeText.js +28 -0
- package/components/Typography/Text.js +21 -21
- package/components/Typography/Title.js +23 -23
- package/components/Typography/constants.js +1 -1
- package/components/Typography/index.js +12 -10
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +7 -6
- package/components/UploadZone/UploadZone.js +2 -2
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +17 -15
- package/index.d.ts +18 -9
- package/index.js +61 -59
- package/package.json +1 -1
- package/styles/triplex-next.css +541 -541
- package/chunks/AlertProcessSpoiler-BoQok_f3.js +0 -39
- package/chunks/CalendarViewItem-DKS15EZ4.js +0 -101
- package/chunks/Card.module-BmZKmkeY.js +0 -17
- package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +0 -15
- package/chunks/Confirm.module-CtbiIzcl.js +0 -15
- package/chunks/DropdownMobile.module-BgSbdJtS.js +0 -23
- package/chunks/Footer.module-B469C_XO.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +0 -9
- package/chunks/HeaderTabs.module-4iOT34Zp.js +0 -9
- package/chunks/IslandAccordion.module-mdAdZwJL.js +0 -25
- package/chunks/IslandWidgetFooter.module-ClvLmtck.js +0 -9
- package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +0 -12
- package/chunks/LightBoxControls.module-qhDcQmnH.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +0 -9
- package/chunks/ListItemTail.module-BAmXXpc5.js +0 -12
- package/chunks/ListMasterFooter.module-BhwH8qqm.js +0 -10
- package/chunks/ModalWindow.module-Ciwlg3WX.js +0 -17
- package/chunks/Notification.module-CjpGpuL7.js +0 -20
- package/chunks/Overlay.module-DPHcy5Kd.js +0 -18
- package/chunks/Page.module-98SUxLiM.js +0 -11
- package/chunks/SMSField.module-k0lfRov5.js +0 -16
- package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +0 -15
- package/chunks/StatusTracker.module-BmBKiCLR.js +0 -24
- package/chunks/TableFooter.module-D0rUmZhB.js +0 -14
- package/chunks/TabsExtended.module-D5-U63Qf.js +0 -16
- package/chunks/TabsLine.module-DXlTUTm_.js +0 -21
- package/chunks/TooltipDesktop.module-D4z7cwlC.js +0 -19
- package/chunks/TreeView.module-DAOSEOZO.js +0 -9
- package/chunks/utils-CyxIcdb6.js +0 -73
- package/chunks/utils-DxMHp1hh.js +0 -28
- package/chunks/utils-SSwzNA1R.js +0 -24
package/index.d.ts
CHANGED
|
@@ -275,6 +275,13 @@ export declare const ChipSuggest: <T extends ISuggestOption = ISuggestOption>(pr
|
|
|
275
275
|
|
|
276
276
|
export declare const ChipSuggestTarget: <T extends ISuggestOption>(props: IChipSuggestTargetProps<T> & default_2.RefAttributes<HTMLSpanElement>) => JSX.Element;
|
|
277
277
|
|
|
278
|
+
/** Моноширинный текст (типографика). */
|
|
279
|
+
export declare const CodeText: CodeTextComponent;
|
|
280
|
+
|
|
281
|
+
declare type CodeTextComponent = (<T extends default_2.ElementType = "span">(props: TCodeTextProps<T>) => default_2.ReactElement | null) & {
|
|
282
|
+
displayName?: string;
|
|
283
|
+
};
|
|
284
|
+
|
|
278
285
|
export declare const Col: default_2.FC<IColProps>;
|
|
279
286
|
|
|
280
287
|
/** Компонент, для настройки видимости колонок. */
|
|
@@ -662,7 +669,6 @@ export declare enum EDateRangeShiftUnit {
|
|
|
662
669
|
|
|
663
670
|
/** Варианты выравнивания Dropdown. */
|
|
664
671
|
export declare enum EDropdownAlignment {
|
|
665
|
-
AUTO = "auto",
|
|
666
672
|
LEFT = "left",
|
|
667
673
|
RIGHT = "right"
|
|
668
674
|
}
|
|
@@ -4031,11 +4037,11 @@ export declare interface ISuggestFieldMobileDropdownHintProps {
|
|
|
4031
4037
|
}
|
|
4032
4038
|
|
|
4033
4039
|
/** Свойства компонента SuggestFieldMobileDropdown. */
|
|
4034
|
-
export declare interface ISuggestFieldMobileDropdownProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<IDropdownMobileProps, "onSelect">, Pick<ISuggestFieldMobileProps<T>, "value" | "options" | "placeholder" | "tooltipHint" | "loading" | "dropdownListLoading" | "clearInputOnFocus" | "onFilter" | "onSelect" | "onScrollEnd"> {
|
|
4040
|
+
export declare interface ISuggestFieldMobileDropdownProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends Omit<IDropdownMobileProps, "onSelect">, Pick<ISuggestFieldMobileProps<T>, "value" | "options" | "placeholder" | "tooltipHint" | "tooltipOpen" | "loading" | "dropdownListLoading" | "clearInputOnFocus" | "onFilter" | "onSelect" | "onScrollEnd"> {
|
|
4035
4041
|
}
|
|
4036
4042
|
|
|
4037
4043
|
/** Свойства компонента SuggestFieldMobile. */
|
|
4038
|
-
export declare interface ISuggestFieldMobileProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends
|
|
4044
|
+
export declare interface ISuggestFieldMobileProps<T extends ISuggestFieldOption = ISuggestFieldOption> extends ISuggestFieldProps<T> {
|
|
4039
4045
|
}
|
|
4040
4046
|
|
|
4041
4047
|
/** Опция выпадающего списка SuggestField. */
|
|
@@ -4062,10 +4068,10 @@ export declare interface ISuggestFieldProps<T extends ISuggestFieldOption = ISug
|
|
|
4062
4068
|
placeholder?: string;
|
|
4063
4069
|
/** Текст Tooltip. */
|
|
4064
4070
|
tooltipHint: string;
|
|
4065
|
-
/** Флаг управления видимостью Tooltip. */
|
|
4066
|
-
tooltipOpen: boolean;
|
|
4067
4071
|
/** Флаг состояния загрузки. */
|
|
4068
4072
|
loading?: boolean;
|
|
4073
|
+
/** Флаг управления видимостью Tooltip. */
|
|
4074
|
+
tooltipOpen: boolean;
|
|
4069
4075
|
/** Флаг состояния загрузки DropdownList. */
|
|
4070
4076
|
dropdownListLoading?: boolean;
|
|
4071
4077
|
/** Определяет, нужно ли очищать поле ввода при получении фокуса. */
|
|
@@ -4110,10 +4116,10 @@ export declare interface ISuggestProps<T extends ISuggestOption = ISuggestOption
|
|
|
4110
4116
|
placeholder?: string;
|
|
4111
4117
|
/** Текст, отображаемый при отсутствии опций. */
|
|
4112
4118
|
noOptionsText?: string;
|
|
4113
|
-
/** Флаг управления видимостью Tooltip. */
|
|
4114
|
-
tooltipOpen?: boolean;
|
|
4115
4119
|
/** Флаг состояния загрузки. */
|
|
4116
4120
|
loading?: boolean;
|
|
4121
|
+
/** Флаг управления видимостью Tooltip. */
|
|
4122
|
+
tooltipOpen?: boolean;
|
|
4117
4123
|
/** Флаг состояния загрукзи DropdownList. */
|
|
4118
4124
|
dropdownListLoading?: boolean;
|
|
4119
4125
|
/** Определяет, нужно ли очищать поле ввода при получении фокуса. */
|
|
@@ -5359,7 +5365,7 @@ export declare const SuggestField: (<T extends ISuggestFieldOption = ISuggestFie
|
|
|
5359
5365
|
*
|
|
5360
5366
|
* @template T - тип опции, должен расширять ISuggestFieldOption
|
|
5361
5367
|
*/
|
|
5362
|
-
export declare const SuggestFieldDesktop: <T extends ISuggestFieldOption = ISuggestFieldOption>({ value, options, size, status, placeholder, "data-test-id": dataTestId,
|
|
5368
|
+
export declare const SuggestFieldDesktop: <T extends ISuggestFieldOption = ISuggestFieldOption>({ value, options, size, status, placeholder, "data-test-id": dataTestId, tooltipHint, loading, tooltipOpen, dropdownListLoading, clearInputOnFocus, onFilter, onClear, onSelect, onScrollEnd, prefix, postfix, renderInput, renderDropdown, renderDropdownList, renderDropdownListItem, inputProps, ...restProps }: ISuggestFieldDesktopProps<T>) => JSX.Element;
|
|
5363
5369
|
|
|
5364
5370
|
export declare const SuggestFieldDesktopDropdown: <T extends ISuggestFieldOption = ISuggestFieldOption>({ size, value, options, targetRef, listId, dataTestId, opened, listLoading, onMouseDown, onSelect, onScrollEnd, renderList, renderListItem, ...restProps }: ISuggestFieldDesktopDropdownProps<T>) => JSX.Element;
|
|
5365
5371
|
|
|
@@ -5367,7 +5373,7 @@ export declare const SuggestFieldDesktopDropdown: <T extends ISuggestFieldOption
|
|
|
5367
5373
|
* Мобильный SuggestField.
|
|
5368
5374
|
* Отображает поле ввода (target). При получении полем ввода фокуса - отображает мобильный Dropdown.
|
|
5369
5375
|
*/
|
|
5370
|
-
export declare const SuggestFieldMobile: <T extends ISuggestFieldOption = ISuggestFieldOption>({ value, options, size, placeholder, "data-test-id": dataTestId, postfix, tooltipHint, loading, dropdownListLoading, clearInputOnFocus, onFilter, onSelect, onClear, onScrollEnd, renderInput, inputProps, ...restProps }: ISuggestFieldMobileProps<T>) => JSX.Element;
|
|
5376
|
+
export declare const SuggestFieldMobile: <T extends ISuggestFieldOption = ISuggestFieldOption>({ value, options, size, placeholder, "data-test-id": dataTestId, postfix, tooltipHint, loading, tooltipOpen, dropdownListLoading, clearInputOnFocus, onFilter, onSelect, onClear, onScrollEnd, renderInput, inputProps, ...restProps }: ISuggestFieldMobileProps<T>) => JSX.Element;
|
|
5371
5377
|
|
|
5372
5378
|
export declare const SuggestFieldMobileDropdown: <T extends ISuggestFieldOption = ISuggestFieldOption>(props: ISuggestFieldMobileDropdownProps<T> & default_2.RefAttributes<HTMLDivElement>) => JSX.Element;
|
|
5373
5379
|
|
|
@@ -5483,6 +5489,9 @@ export declare type TCalendarMarkedDays = string[] | Record<string, ECalendarDat
|
|
|
5483
5489
|
/** Свойства компонента Caption. */
|
|
5484
5490
|
export declare type TCaptionProps<T extends default_2.ElementType> = PolymorphicComponentPropsWithRef<T, ICaptionProps>;
|
|
5485
5491
|
|
|
5492
|
+
/** Свойства компонента CodeText. */
|
|
5493
|
+
export declare type TCodeTextProps<T extends default_2.ElementType> = PolymorphicComponentPropsWithRef<T, ITypographyProps>;
|
|
5494
|
+
|
|
5486
5495
|
export declare type TColumnSize = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
5487
5496
|
|
|
5488
5497
|
declare type TCreatePartialTokens<Type> = {
|
package/index.js
CHANGED
|
@@ -26,7 +26,7 @@ import { CheckboxYGroup as ro } from "./components/Checkbox/CheckboxYGroup.js";
|
|
|
26
26
|
import { CheckboxTree as po } from "./components/CheckboxTree/CheckboxTree.js";
|
|
27
27
|
import { checkChildrenCheckboxes as xo, checkParentCheckboxes as io, traverseCheckboxes as ao } from "./components/CheckboxTree/utils.js";
|
|
28
28
|
import { CheckboxTreeExtended as no } from "./components/CheckboxTreeExtended/CheckboxTreeExtended.js";
|
|
29
|
-
import { C as so } from "./chunks/Chip-
|
|
29
|
+
import { C as so } from "./chunks/Chip-CFtA5mp4.js";
|
|
30
30
|
import { ChipDatePicker as So } from "./components/Chip/ChipDatePicker/ChipDatePicker.js";
|
|
31
31
|
import { ChipDatePickerTarget as go } from "./components/Chip/ChipDatePicker/ChipDatePickerTarget.js";
|
|
32
32
|
import { ChipClearButton as co } from "./components/Chip/ChipClearButton.js";
|
|
@@ -55,7 +55,7 @@ import { DocumentNumberEdit as fe } from "./components/DocumentNumberEdit/Docume
|
|
|
55
55
|
import { DropdownListContext as de } from "./components/Dropdown/DropdownListContext.js";
|
|
56
56
|
import { DropdownDesktop as se } from "./components/Dropdown/desktop/DropdownDesktop.js";
|
|
57
57
|
import { DropdownList as Se } from "./components/Dropdown/desktop/DropdownList.js";
|
|
58
|
-
import { D as ge } from "./chunks/DropdownListItem-
|
|
58
|
+
import { D as ge } from "./chunks/DropdownListItem-D_38hBVf.js";
|
|
59
59
|
import { EDropdownAlignment as ce, EDropdownDirection as ue, EDropdownWidth as De } from "./components/Dropdown/desktop/enums.js";
|
|
60
60
|
import { DropdownMobile as Fe } from "./components/Dropdown/mobile/DropdownMobile.js";
|
|
61
61
|
import { DropdownMobileBody as he } from "./components/Dropdown/mobile/DropdownMobileBody.js";
|
|
@@ -78,7 +78,7 @@ import { EFormFieldStatus as tr } from "./components/FormField/enums.js";
|
|
|
78
78
|
import { FormFieldClear as mr } from "./components/FormField/components/FormFieldClear.js";
|
|
79
79
|
import { FormFieldCounter as ir } from "./components/FormField/components/FormFieldCounter.js";
|
|
80
80
|
import { FormFieldDescription as fr } from "./components/FormField/components/FormFieldDescription.js";
|
|
81
|
-
import { F as dr } from "./chunks/FormFieldInput-
|
|
81
|
+
import { F as dr } from "./chunks/FormFieldInput-CP3P-T8_.js";
|
|
82
82
|
import { FormFieldLabel as sr } from "./components/FormField/components/FormFieldLabel.js";
|
|
83
83
|
import { FormFieldMaskedInput as Sr } from "./components/FormField/components/FormFieldMaskedInput.js";
|
|
84
84
|
import { FormFieldPostfix as gr } from "./components/FormField/components/FormFieldPostfix.js";
|
|
@@ -126,7 +126,7 @@ import { AdvancedMouseSensor as Zt, AdvancedTouchSensor as jt, ListSortable as q
|
|
|
126
126
|
import { ListItem as Qt } from "./components/List/components/ListItem.js";
|
|
127
127
|
import { ListItemControls as op } from "./components/List/components/ListItemControls.js";
|
|
128
128
|
import { ListItemContent as rp } from "./components/List/components/ListItemContent.js";
|
|
129
|
-
import { L as pp } from "./chunks/ListItemControlsButton-
|
|
129
|
+
import { L as pp } from "./chunks/ListItemControlsButton-BFfMrFr7.js";
|
|
130
130
|
import { ListItemControlsButtonDropdown as xp } from "./components/List/components/ListItemControlsButtonDropdown.js";
|
|
131
131
|
import { ListEmptyState as ap } from "./components/List/components/ListEmptyState.js";
|
|
132
132
|
import { ListItemLoading as np } from "./components/List/components/ListItemLoading.js";
|
|
@@ -221,7 +221,7 @@ import { SuggestFieldDesktopDropdown as vi } from "./components/SuggestField/des
|
|
|
221
221
|
import { SuggestFieldDesktop as Oi } from "./components/SuggestField/desktop/SuggestFieldDesktop.js";
|
|
222
222
|
import { SuggestFieldMobile as Ri } from "./components/SuggestField/mobile/SuggestFieldMobile.js";
|
|
223
223
|
import { SuggestFieldMobileDropdown as Vi } from "./components/SuggestField/mobile/SuggestFieldMobileDropdown.js";
|
|
224
|
-
import { S as Ui } from "./chunks/SuggestFieldMobileDropdownHint-
|
|
224
|
+
import { S as Ui } from "./chunks/SuggestFieldMobileDropdownHint-_Gn-OMhG.js";
|
|
225
225
|
import { SuggestField as Xi } from "./components/SuggestField/SuggestField.js";
|
|
226
226
|
import { SwipeableArea as ji } from "./components/SwipeableArea/SwipeableArea.js";
|
|
227
227
|
import { MasterTable as Ji } from "./components/Table/MasterTable.js";
|
|
@@ -263,35 +263,36 @@ import { ETooltipAlign as gf, ETooltipAxesType as Cf, ETooltipDirection as cf, E
|
|
|
263
263
|
import { TopOverlay as wf } from "./components/TopOverlay/TopOverlay.js";
|
|
264
264
|
import { ECaptionSize as Pf, EFontType as kf, EFontWeightCaption as Bf, EFontWeightText as Wf, EFontWeightTitle as Af, ELineType as Hf, ETextSize as Nf, ETitleSize as vf } from "./components/Typography/enums.js";
|
|
265
265
|
import { Caption as Of } from "./components/Typography/Caption.js";
|
|
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 {
|
|
281
|
-
import {
|
|
282
|
-
import {
|
|
283
|
-
import {
|
|
284
|
-
import {
|
|
285
|
-
import {
|
|
286
|
-
import {
|
|
287
|
-
import {
|
|
266
|
+
import { CodeText as Rf } from "./components/Typography/CodeText.js";
|
|
267
|
+
import { Text as Vf } from "./components/Typography/Text.js";
|
|
268
|
+
import { Title as Uf } from "./components/Typography/Title.js";
|
|
269
|
+
import { UnorderedList as Xf } from "./components/UnorderedList/UnorderedList.js";
|
|
270
|
+
import { UnorderedListItem as jf } from "./components/UnorderedList/UnorderedListItem.js";
|
|
271
|
+
import { UploadZone as Jf } from "./components/UploadZone/UploadZone.js";
|
|
272
|
+
import { EComponentSize as $f } from "./enums/EComponentSize.js";
|
|
273
|
+
import { EFocusSource as en } from "./enums/EFocusSource.js";
|
|
274
|
+
import { amountComparator as tn, formatAmount as pn } from "./utils/amountUtils.js";
|
|
275
|
+
import { createSizeToClassNameMap as xn } from "./utils/classNameMaps.js";
|
|
276
|
+
import { getCaretPosition as fn, setCaretPosition as nn } from "./utils/inputUtils.js";
|
|
277
|
+
import { isNullOrUndefined as ln } from "./utils/isNullOrUndefined.js";
|
|
278
|
+
import { EVENT_KEYS as Tn, EVENT_KEY_CODES as Sn, isKey as En } from "./utils/keyboard.js";
|
|
279
|
+
import { scrollSmoothHorizontally as Cn } from "./utils/scroll.js";
|
|
280
|
+
import { StringUtils as un } from "./utils/stringUtils.js";
|
|
281
|
+
import { FocusTrapUtils as bn } from "./utils/focus/FocusTrapUtils.js";
|
|
282
|
+
import { getAriaHTMLAttributes as Mn } from "./utils/html/AriaAttributes.js";
|
|
283
|
+
import { getDataHTMLAttributes as Ln } from "./utils/html/DataAttributes.js";
|
|
284
|
+
import { addClassNameWithScrollbarWidth as wn, getScrollbarWidth as yn } from "./utils/scroll/scrollbar.js";
|
|
285
|
+
import { MONTHS_SET as kn, WEEKDAYS_SET as Bn, WEEKS_SET as Wn, dateFormatYYYYMMDD as An, globalLimitRange as Hn, headerDateFormat as Nn } from "./consts/DateConst.js";
|
|
286
|
+
import { AmountConst as zn } from "./consts/AmountConst.js";
|
|
287
|
+
import { DataTestId as Gn } from "./consts/DataTestId.js";
|
|
288
|
+
import { EScreenWidth as Yn } from "./helpers/breakpoints.js";
|
|
288
289
|
export {
|
|
289
290
|
Zt as AdvancedMouseSensor,
|
|
290
291
|
jt as AdvancedTouchSensor,
|
|
291
292
|
r as AlertContext,
|
|
292
293
|
p as AlertProcess,
|
|
293
294
|
n as Amount,
|
|
294
|
-
|
|
295
|
+
zn as AmountConst,
|
|
295
296
|
l as AmountField,
|
|
296
297
|
E as Avatar,
|
|
297
298
|
C as Badge,
|
|
@@ -325,11 +326,12 @@ export {
|
|
|
325
326
|
Wo as ChipSort,
|
|
326
327
|
vo as ChipSuggest,
|
|
327
328
|
Ho as ChipSuggestTarget,
|
|
329
|
+
Rf as CodeText,
|
|
328
330
|
Ro as Col,
|
|
329
331
|
sa as ColumnSettings,
|
|
330
332
|
Nt as ComposedKeyDownListener,
|
|
331
333
|
Vo as Confirm,
|
|
332
|
-
|
|
334
|
+
Gn as DataTestId,
|
|
333
335
|
Xo as DateField,
|
|
334
336
|
jo as DateRange,
|
|
335
337
|
te as DesignTokensComponents,
|
|
@@ -368,13 +370,13 @@ export {
|
|
|
368
370
|
X as ECardRoundingSize,
|
|
369
371
|
Z as ECardTheme,
|
|
370
372
|
Sa as ECellType,
|
|
371
|
-
|
|
373
|
+
$f as EComponentSize,
|
|
372
374
|
Uo as EConfirmParentComponent,
|
|
373
375
|
Jo as EDateRangeShiftUnit,
|
|
374
376
|
ce as EDropdownAlignment,
|
|
375
377
|
ue as EDropdownDirection,
|
|
376
378
|
De as EDropdownWidth,
|
|
377
|
-
|
|
379
|
+
en as EFocusSource,
|
|
378
380
|
kf as EFontType,
|
|
379
381
|
Bf as EFontWeightCaption,
|
|
380
382
|
Wf as EFontWeightText,
|
|
@@ -391,7 +393,7 @@ export {
|
|
|
391
393
|
ga as EOrderDirection,
|
|
392
394
|
Um as EOverlayDirection,
|
|
393
395
|
Dx as EPaginationNavigationIconDirection,
|
|
394
|
-
|
|
396
|
+
Yn as EScreenWidth,
|
|
395
397
|
Hx as ESegmentedControlSize,
|
|
396
398
|
Nx as ESegmentedControlTheme,
|
|
397
399
|
vx as ESegmentedControlType,
|
|
@@ -417,13 +419,13 @@ export {
|
|
|
417
419
|
hf as ETooltipStartCoordinates,
|
|
418
420
|
Lf as ETooltipTypeName,
|
|
419
421
|
df as ETriplexNextTheme,
|
|
420
|
-
|
|
421
|
-
|
|
422
|
+
Tn as EVENT_KEYS,
|
|
423
|
+
Sn as EVENT_KEY_CODES,
|
|
422
424
|
Ca as EVerticalAlign,
|
|
423
425
|
Ue as Ellipsis,
|
|
424
426
|
Xe as ExpandAnimation,
|
|
425
427
|
ma as FilterPanel,
|
|
426
|
-
|
|
428
|
+
bn as FocusTrapUtils,
|
|
427
429
|
je as Footer,
|
|
428
430
|
Je as FooterDescription,
|
|
429
431
|
er as FooterDescriptionContent,
|
|
@@ -498,7 +500,7 @@ export {
|
|
|
498
500
|
Xp as LoaderMiddle,
|
|
499
501
|
jp as LoaderScreen,
|
|
500
502
|
Yp as LoaderSmall,
|
|
501
|
-
|
|
503
|
+
kn as MONTHS_SET,
|
|
502
504
|
Jp as Marker,
|
|
503
505
|
em as MarkerStatus,
|
|
504
506
|
pf as MaskedField,
|
|
@@ -561,7 +563,7 @@ export {
|
|
|
561
563
|
Ci as Step,
|
|
562
564
|
Mi as Stepper,
|
|
563
565
|
Li as StepperExtended,
|
|
564
|
-
|
|
566
|
+
un as StringUtils,
|
|
565
567
|
Hi as Suggest,
|
|
566
568
|
Bi as SuggestContext,
|
|
567
569
|
Xi as SuggestField,
|
|
@@ -591,40 +593,40 @@ export {
|
|
|
591
593
|
Za as Tag,
|
|
592
594
|
qa as TagColor,
|
|
593
595
|
Qa as TagGroup,
|
|
594
|
-
|
|
596
|
+
Vf as Text,
|
|
595
597
|
rf as TextField,
|
|
596
598
|
of as TextareaField,
|
|
597
599
|
xf as ThemeProvider,
|
|
598
600
|
ff as ThemeProviderContext,
|
|
599
|
-
|
|
601
|
+
Uf as Title,
|
|
600
602
|
Sf as Tooltip,
|
|
601
603
|
wf as TopOverlay,
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
604
|
+
Xf as UnorderedList,
|
|
605
|
+
jf as UnorderedListItem,
|
|
606
|
+
Jf as UploadZone,
|
|
607
|
+
Bn as WEEKDAYS_SET,
|
|
608
|
+
Wn as WEEKS_SET,
|
|
609
|
+
wn as addClassNameWithScrollbarWidth,
|
|
608
610
|
a as alertTypeToClassNameMap,
|
|
609
|
-
|
|
611
|
+
tn as amountComparator,
|
|
610
612
|
ci as calcPosition,
|
|
611
613
|
xo as checkChildrenCheckboxes,
|
|
612
614
|
io as checkParentCheckboxes,
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
615
|
+
xn as createSizeToClassNameMap,
|
|
616
|
+
An as dateFormatYYYYMMDD,
|
|
617
|
+
pn as formatAmount,
|
|
618
|
+
Mn as getAriaHTMLAttributes,
|
|
619
|
+
fn as getCaretPosition,
|
|
620
|
+
Ln as getDataHTMLAttributes,
|
|
621
|
+
yn as getScrollbarWidth,
|
|
622
|
+
Hn as globalLimitRange,
|
|
623
|
+
Nn as headerDateFormat,
|
|
624
|
+
En as isKey,
|
|
625
|
+
ln as isNullOrUndefined,
|
|
624
626
|
Ot as lightBoxMountNodeIdDefault,
|
|
625
627
|
Gt as lightBoxViewManagerNodeIdDefault,
|
|
626
|
-
|
|
627
|
-
|
|
628
|
+
Cn as scrollSmoothHorizontally,
|
|
629
|
+
nn as setCaretPosition,
|
|
628
630
|
Lr as statusToClassNameMap,
|
|
629
631
|
ao as traverseCheckboxes,
|
|
630
632
|
dm as useMatchMedia,
|