@sberbusiness/triplex-next 0.21.0 → 0.23.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 +54 -25
- package/chunks/AlertProcessSpoiler-BoQok_f3.js +39 -0
- package/chunks/CalendarViewItem-DKS15EZ4.js +101 -0
- package/chunks/Card.module-BmZKmkeY.js +17 -0
- package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +15 -0
- package/chunks/Chip-D5zfQfAA.js +104 -0
- package/chunks/Confirm.module-CtbiIzcl.js +15 -0
- package/chunks/DropdownListItem-C4JE2xV7.js +65 -0
- package/chunks/DropdownMobile.module-BgSbdJtS.js +23 -0
- package/chunks/Footer.module-B469C_XO.js +9 -0
- package/chunks/FormFieldInput-Dr_WBweC.js +79 -0
- package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +9 -0
- package/chunks/HeaderTabs.module-4iOT34Zp.js +9 -0
- package/chunks/{HeaderTitle.module-Cg-I_NJG.js → HeaderTitle.module-D5yAgpuv.js} +2 -2
- package/chunks/IslandAccordion.module-mdAdZwJL.js +25 -0
- package/chunks/IslandWidgetFooter.module-ClvLmtck.js +9 -0
- package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +12 -0
- package/chunks/{LightBoxContent-BLPx_Tsf.js → LightBoxContent-Lme9r-vN.js} +12 -12
- package/chunks/LightBoxControls.module-qhDcQmnH.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +9 -0
- package/chunks/ListItemControlsButton-BLbj6vZS.js +51 -0
- package/chunks/ListItemTail.module-BAmXXpc5.js +12 -0
- package/chunks/ListMasterFooter.module-BhwH8qqm.js +10 -0
- package/chunks/ModalWindow.module-Ciwlg3WX.js +17 -0
- package/chunks/Notification.module-CjpGpuL7.js +20 -0
- package/chunks/Overlay.module-DPHcy5Kd.js +18 -0
- package/chunks/Page.module-98SUxLiM.js +11 -0
- package/chunks/{RightBorderArrow-1OX8NAL9.js → RightBorderArrow-CGThEmc4.js} +6 -6
- package/chunks/SMSField.module-k0lfRov5.js +16 -0
- package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +15 -0
- package/chunks/{SliderExtendedRail-C_1LnK7I.js → SliderExtendedRail-C51TfjHY.js} +6 -6
- package/chunks/StatusTracker.module-BmBKiCLR.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DNKfDfM3.js → SuggestFieldMobileDropdownHint-8Km5bFV3.js} +5 -5
- package/chunks/TableFooter.module-D0rUmZhB.js +14 -0
- package/chunks/TabsExtended.module-D5-U63Qf.js +16 -0
- package/chunks/TabsLine.module-DXlTUTm_.js +21 -0
- package/chunks/TooltipDesktop.module-D4z7cwlC.js +19 -0
- package/chunks/TreeView.module-DAOSEOZO.js +9 -0
- package/chunks/{UploadZoneInput-CIib3dEF.js → UploadZoneInput-onwF8t4d.js} +8 -8
- package/chunks/{constants-BamiEgAW.js → constants-CUVfo8-z.js} +7 -7
- package/chunks/{utils-Bt-cuXIX.js → utils-By-UAq7Y.js} +5 -5
- package/chunks/utils-CyxIcdb6.js +73 -0
- package/chunks/utils-DxMHp1hh.js +28 -0
- package/chunks/utils-SSwzNA1R.js +24 -0
- package/chunks/{vendor-DaOifQgP.js → vendor---Om3uMV.js} +43 -47
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +12 -12
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +3 -3
- package/components/AmountField/AmountField.js +9 -9
- package/components/Avatar/Avatar.js +7 -7
- package/components/Badge/Badge.js +2 -2
- package/components/Badge/BadgeDot.js +7 -7
- package/components/Badge/components/BadgeContent.js +11 -11
- package/components/Badge/components/BadgePostfix.js +10 -10
- package/components/Badge/components/BadgePrefix.js +5 -5
- package/components/Body/Body.js +7 -7
- package/components/Button/Button.js +24 -24
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +96 -83
- package/components/Button/ButtonDropdownExtended.js +9 -9
- package/components/Button/ButtonIcon.js +12 -12
- package/components/Calendar/Calendar.js +3 -3
- package/components/Calendar/components/CalendarControls.js +1 -1
- package/components/Calendar/components/CalendarFooter.js +3 -3
- package/components/Calendar/components/CalendarViewDays.js +2 -2
- package/components/Calendar/components/CalendarViewItem.js +2 -2
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +11 -11
- package/components/Card/CardStatic.js +3 -3
- package/components/Card/components/CardContent/CardContent.js +2 -2
- package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
- package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
- package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
- package/components/Card/components/CardMedia.js +2 -2
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +5 -5
- package/components/Checkbox/Checkbox.js +6 -6
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +4 -4
- package/components/CheckboxTree/index.js +6 -2
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +2 -2
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +15 -15
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +2 -2
- package/components/Chip/Chip.js +4 -3
- package/components/Chip/ChipClearButton.js +2 -2
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +2 -2
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +2 -2
- package/components/Chip/ChipOptions.js +6 -6
- package/components/Chip/ChipSelect/ChipSelect.js +9 -10
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +7 -8
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +21 -21
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +18 -18
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +10 -10
- package/components/Col/Col.js +140 -140
- package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
- package/components/Confirm/Confirm.js +2 -2
- package/components/Confirm/components/ConfirmCloseButton.js +2 -2
- package/components/Confirm/components/ConfirmContent.js +2 -2
- package/components/Confirm/components/ConfirmContentTitle.js +2 -2
- package/components/Confirm/components/ConfirmControls.js +2 -2
- package/components/DateField/DateField.js +5 -5
- package/components/DatePickerExtended/DatePickerExtended.js +3 -3
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +7 -7
- package/components/DateRange/DateRange.js +18 -18
- package/components/DesignTokens/DesignTokenUtils.js +2 -2
- package/components/DesignTokens/components/ListItem.js +4 -4
- package/components/DesignTokens/components/ListMaster.js +8 -8
- package/components/DesignTokens/components/Tabs.js +0 -18
- package/components/Divider/Divider.js +21 -21
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
- package/components/Dropdown/desktop/DropdownDesktop.js +61 -64
- package/components/Dropdown/desktop/DropdownList.js +2 -2
- package/components/Dropdown/desktop/DropdownListItem.js +2 -2
- package/components/Dropdown/desktop/enums.js +7 -0
- package/components/Dropdown/desktop/index.js +8 -4
- package/components/Dropdown/index.js +24 -25
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +4 -4
- package/components/Ellipsis/Ellipsis.js +13 -13
- package/components/ExpandAnimation/ExpandAnimation.js +14 -14
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +2 -2
- package/components/Footer/components/FooterDescriptionContent.js +2 -2
- package/components/Footer/components/FooterDescriptionControls.js +2 -2
- package/components/FormField/FormField.js +69 -77
- package/components/FormField/FormFieldContext.js +16 -14
- package/components/FormField/components/FormFieldClear.js +25 -23
- package/components/FormField/components/FormFieldCounter.js +1 -1
- package/components/FormField/components/FormFieldDescription.js +5 -5
- package/components/FormField/components/FormFieldInput.js +4 -3
- package/components/FormField/components/FormFieldLabel.js +30 -32
- package/components/FormField/components/FormFieldMaskedInput.js +27 -27
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +5 -5
- package/components/FormField/components/FormFieldTarget.js +57 -49
- package/components/FormField/components/FormFieldTextarea.js +62 -35
- package/components/FormField/components/index.js +23 -0
- package/components/FormField/components/utils.js +5 -0
- package/components/FormField/index.js +25 -25
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
- package/components/HelpBox/HelpBox.js +7 -7
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +4 -4
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +2 -2
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +3 -3
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
- package/components/IslandWidget/IslandWidget.js +21 -21
- package/components/IslandWidget/components/IslandWidgetBody.js +4 -4
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
- package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
- package/components/LightBox/LightBox.js +14 -14
- package/components/LightBox/LightBoxContent.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +17 -17
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +40 -14
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +40 -14
- package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
- package/components/Link/Link.js +14 -14
- package/components/List/List.js +10 -10
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +6 -6
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +7 -7
- package/components/List/components/ListItemControls.js +6 -6
- package/components/List/components/ListItemControlsButton.js +2 -2
- package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
- package/components/List/components/ListItemLoading.js +13 -11
- package/components/List/components/ListItemSelectable.js +14 -14
- package/components/List/components/ListItemTable.js +17 -15
- package/components/List/components/ListItemTailLeft.js +2 -2
- package/components/List/components/ListItemTailRight.js +7 -15
- package/components/List/components/ListSortableItem.js +9 -9
- package/components/List/components/ListSortableItemControls.js +2 -2
- 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 +9 -13
- package/components/ListMaster/components/ListMasterFooter.js +2 -2
- package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
- package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
- package/components/ListMaster/components/ListMasterHeader.js +6 -6
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +7 -7
- package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
- package/components/LoaderScreen/LoaderScreen.js +12 -12
- package/components/Marker/Marker.js +2 -2
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +9 -9
- package/components/ModalWindow/ModalWindow.js +2 -2
- package/components/ModalWindow/components/ModalWindowBody.js +2 -2
- package/components/ModalWindow/components/ModalWindowClose.js +4 -4
- package/components/ModalWindow/components/ModalWindowContent.js +2 -2
- package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
- package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdown.js +44 -41
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +27 -20
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +4 -4
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
- package/components/Notification/Notification.js +3 -3
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyList.js +2 -2
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +2 -2
- 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 +5 -5
- package/components/OrderedList/OrderedList.js +3 -3
- package/components/OrderedList/OrderedListItem.js +7 -7
- package/components/Overlay/Overlay.js +2 -2
- package/components/Overlay/OverlayMask.js +2 -2
- package/components/Overlay/OverlayPanel.js +2 -2
- package/components/Page/Page.js +2 -2
- package/components/Page/components/BodyPage.js +14 -14
- package/components/Page/components/FooterPage.js +2 -2
- package/components/Page/components/HeaderPage.js +2 -2
- package/components/Page/components/useStickyCornerRadius.js +35 -32
- package/components/Pagination/components/PaginationExtended.js +8 -8
- package/components/Pagination/components/PaginationNavigationButton.js +4 -4
- package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
- package/components/Pagination/components/PaginationPageButton.js +11 -11
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +13 -13
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +8 -8
- package/components/Radio/RadioXGroup.js +12 -12
- package/components/Radio/RadioYGroup.js +9 -9
- package/components/Row/Row.js +6 -6
- package/components/SMSField/SMSField.js +3 -3
- package/components/SMSField/components/RefreshIcon.js +2 -2
- package/components/SMSField/components/SMSFieldInput.js +11 -11
- package/components/SMSField/components/SMSFieldRefresh.js +2 -2
- package/components/SMSField/components/SMSFieldSubmit.js +2 -2
- package/components/SMSField/components/SMSFieldTooltip.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +9 -9
- package/components/SegmentedControl/SegmentedControlSegment.js +12 -12
- package/components/SelectExtendedField/SelectExtendedField.js +2 -2
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +16 -16
- package/components/SelectField/SelectField.js +54 -36
- package/components/Skeleton/Skeleton.js +8 -8
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +29 -29
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
- package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +6 -6
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +7 -7
- package/components/SmallInput/SmallInput.js +7 -7
- package/components/Spoiler/Spoiler.js +9 -9
- package/components/StatusTracker/StatusTracker.js +3 -3
- package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
- package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
- package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
- package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
- package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
- package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
- package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
- package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
- package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
- package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
- package/components/Step/Step.js +9 -9
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +4 -4
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +3 -3
- package/components/Suggest/SuggestMobileDropdownContent.js +26 -25
- package/components/Suggest/useSuggest.js +1 -1
- package/components/SuggestField/SuggestField.js +6 -6
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +8 -8
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +31 -29
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +6 -6
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +27 -26
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +24 -24
- package/components/Table/FilterPanel.js +6 -6
- package/components/Table/MasterTable.js +9 -9
- package/components/Table/NoColumns.js +6 -6
- package/components/Table/PaginationPanel.js +3 -3
- package/components/Table/TableBasic/TableBasic.js +2 -2
- package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
- package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
- package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
- package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +6 -6
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +5 -5
- package/components/Table/TableFooter/TableFooter.js +2 -2
- package/components/Table/TableFooter/components/TableFooterSummary.js +5 -5
- 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 +3 -3
- package/components/Table/TabsLinePanelLinks.js +2 -2
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +16 -16
- package/components/TabsExtended/TabsExtended.js +22 -22
- package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
- package/components/TabsExtended/components/TabsExtendedTabButton.js +37 -18
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
- package/components/TabsExtended/utils.js +3 -3
- package/components/TabsLine/TabsLine.js +2 -2
- package/components/TabsLine/components/TabsLineDesktop.js +2 -2
- package/components/TabsLine/components/TabsLineDropdown.js +49 -47
- package/components/TabsLine/components/TabsLineItem.js +2 -2
- package/components/TabsLine/components/TabsLineMobile.js +3 -3
- package/components/Tag/Tag.js +24 -24
- package/components/TagColor/TagColor.js +11 -11
- package/components/TagGroup/TagGroup.js +9 -9
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +5 -5
- package/components/ThemeProvider/ThemeProvider.js +18 -20
- package/components/ThemeProvider/components/ThemeProviderView.js +29 -27
- package/components/Tooltip/components/common/TooltipBody.js +2 -2
- package/components/Tooltip/components/common/TooltipLink.js +8 -8
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
- package/components/Tooltip/components/mobile/TooltipMobile.js +11 -11
- package/components/TopOverlay/TopOverlay.js +21 -21
- package/components/TreeView/TreeView.js +2 -2
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +2 -2
- package/components/Typography/Caption.js +10 -10
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +29 -29
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +7 -7
- package/components/UnorderedList/UnorderedListItem.js +11 -11
- package/components/UploadZone/UploadZone.js +3 -3
- package/components/UploadZone/components/UploadZoneInput.js +2 -2
- package/components/WindowResizeListener/WindowResizeListener.js +1 -1
- package/components/index.js +541 -538
- package/index.d.ts +75 -31
- package/index.js +577 -574
- package/package.json +2 -3
- package/styles/triplex-next.css +541 -547
- package/utils/amountUtils.js +1 -1
- package/chunks/AlertProcessSpoiler-DxZ8QVn2.js +0 -39
- package/chunks/CalendarViewItem-D879SDC1.js +0 -101
- package/chunks/Card.module--O3Bx82B.js +0 -17
- package/chunks/CheckboxTreeExtended.module-Cw3yb-cF.js +0 -15
- package/chunks/Chip-M9mPbBOt.js +0 -90
- package/chunks/Confirm.module-DtBiR4Fo.js +0 -15
- package/chunks/DropdownListItem-BdLTF7q1.js +0 -65
- package/chunks/DropdownMobile.module-PpB3KA4H.js +0 -23
- package/chunks/Footer.module-Z4RIi8JP.js +0 -9
- package/chunks/FormFieldInput-C75omt8Y.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-BJZj3qz4.js +0 -9
- package/chunks/HeaderTabs.module-ykRWLBUI.js +0 -9
- package/chunks/IslandAccordion.module-DE-xutGt.js +0 -25
- package/chunks/IslandWidgetFooter.module-DpnJPgi0.js +0 -9
- package/chunks/IslandWidgetHeader.module-lf-NGWlm.js +0 -12
- package/chunks/LightBoxControls.module-Cbi_wgHX.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Dbzm6FYI.js +0 -9
- package/chunks/ListItemControlsButton-0bXNCLYU.js +0 -43
- package/chunks/ListItemTail.module-DFYWneN6.js +0 -12
- package/chunks/ListMasterFooter.module-CoXWM3Nq.js +0 -10
- package/chunks/ModalWindow.module-DqMffIcE.js +0 -17
- package/chunks/Notification.module-CPSD8BYw.js +0 -20
- package/chunks/Overlay.module-B5Hl3baB.js +0 -18
- package/chunks/Page.module-BbrHHqMK.js +0 -11
- package/chunks/SMSField.module-CPSjUBD-.js +0 -16
- package/chunks/SliderExtendedMarks.module-QNSG8UcN.js +0 -15
- package/chunks/StatusTracker.module-KkpUE8KY.js +0 -24
- package/chunks/TableFooter.module-OEvn0oaX.js +0 -14
- package/chunks/TabsExtended.module-B3Ti-48x.js +0 -16
- package/chunks/TabsLine.module-BgCBcRYT.js +0 -21
- package/chunks/TooltipDesktop.module-CC_4-ATz.js +0 -19
- package/chunks/TreeView.module-CmGHGs81.js +0 -9
- package/chunks/utils-C5IWf42V.js +0 -24
- package/chunks/utils-d7-rkiPs.js +0 -27
- package/chunks/utils-hbQGLR7K.js +0 -73
- package/components/Dropdown/enums.js +0 -8
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { EHorizontalAlign as a, EVerticalAlign as t, ECellType as l } from "../components/Table/TableBasic/enums.js";
|
|
2
|
+
const n = "tableBasic__ec9a84a8", r = "alignLeft__8af1121e", i = "alignRight__a0b71780", o = "alignCenter__825c19c3", s = "verticalAlignBaseline__ddf30860", _ = "verticalAlignSub__c6ba55d7", g = "verticalAlignSuper__65c0963e", T = "verticalAlignTextTop__cad86788", p = "verticalAlignTextBottom__de966ace", v = "verticalAlignMiddle__2fba11f7", d = "verticalAlignTop__e6816c42", A = "verticalAlignBottom__d9b651d5", b = "checkboxType__86d677d8", B = "thBlock__24796736", u = "order__ca558f18", m = "orderButton__26cce387", E = "sorted__c64ca7d3", y = "textType__15ec95dc", f = "componentsType__6ca8911e", h = "selected__b72ffbf5", x = "clickable__1646a7c9", C = "hoverable__54e6c039", S = "footerEmptyData__81a844f2", L = "spinnerWrapper__db7f98d6", k = "tableLoaderScreen__df62a48d", O = "overlayCover__c5ee57f4", e = {
|
|
3
|
+
tableBasic: n,
|
|
4
|
+
alignLeft: r,
|
|
5
|
+
alignRight: i,
|
|
6
|
+
alignCenter: o,
|
|
7
|
+
verticalAlignBaseline: s,
|
|
8
|
+
verticalAlignSub: _,
|
|
9
|
+
verticalAlignSuper: g,
|
|
10
|
+
verticalAlignTextTop: T,
|
|
11
|
+
verticalAlignTextBottom: p,
|
|
12
|
+
verticalAlignMiddle: v,
|
|
13
|
+
verticalAlignTop: d,
|
|
14
|
+
verticalAlignBottom: A,
|
|
15
|
+
checkboxType: b,
|
|
16
|
+
thBlock: B,
|
|
17
|
+
order: u,
|
|
18
|
+
orderButton: m,
|
|
19
|
+
sorted: E,
|
|
20
|
+
textType: y,
|
|
21
|
+
componentsType: f,
|
|
22
|
+
selected: h,
|
|
23
|
+
clickable: x,
|
|
24
|
+
hoverable: C,
|
|
25
|
+
footerEmptyData: S,
|
|
26
|
+
spinnerWrapper: L,
|
|
27
|
+
tableLoaderScreen: k,
|
|
28
|
+
overlayCover: O
|
|
29
|
+
}, N = (c = a.LEFT) => {
|
|
30
|
+
switch (c) {
|
|
31
|
+
case a.LEFT:
|
|
32
|
+
return e.alignLeft;
|
|
33
|
+
case a.RIGHT:
|
|
34
|
+
return e.alignRight;
|
|
35
|
+
case a.CENTER:
|
|
36
|
+
return e.alignCenter;
|
|
37
|
+
}
|
|
38
|
+
}, R = (c = t.BASELINE) => {
|
|
39
|
+
switch (c) {
|
|
40
|
+
case t.BASELINE:
|
|
41
|
+
return e.verticalAlignBaseline;
|
|
42
|
+
case t.SUB:
|
|
43
|
+
return e.verticalAlignSub;
|
|
44
|
+
case t.SUPER:
|
|
45
|
+
return e.verticalAlignSuper;
|
|
46
|
+
case t.TEXT_TOP:
|
|
47
|
+
return e.verticalAlignTextTop;
|
|
48
|
+
case t.TEXT_BOTTOM:
|
|
49
|
+
return e.verticalAlignTextBottom;
|
|
50
|
+
case t.MIDDLE:
|
|
51
|
+
return e.verticalAlignMiddle;
|
|
52
|
+
case t.TOP:
|
|
53
|
+
return e.verticalAlignTop;
|
|
54
|
+
case t.BOTTOM:
|
|
55
|
+
return e.verticalAlignBottom;
|
|
56
|
+
}
|
|
57
|
+
}, D = (c = l.TEXT) => {
|
|
58
|
+
switch (c) {
|
|
59
|
+
case l.TEXT:
|
|
60
|
+
return e.textType;
|
|
61
|
+
case l.COMPONENTS:
|
|
62
|
+
return e.componentsType;
|
|
63
|
+
case l.CHECKBOX:
|
|
64
|
+
return e.checkboxType;
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
export {
|
|
68
|
+
R as a,
|
|
69
|
+
D as b,
|
|
70
|
+
N as m,
|
|
71
|
+
e as s
|
|
72
|
+
};
|
|
73
|
+
//# sourceMappingURL=utils-CyxIcdb6.js.map
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ETabsExtendedType as n } from "../components/TabsExtended/enums.js";
|
|
2
|
+
import { EComponentSize as t } from "../enums/EComponentSize.js";
|
|
3
|
+
import { ETextSize as e } from "../components/Typography/enums.js";
|
|
4
|
+
const a = "tabsExtendedTabButton__3d3a6522", s = "notificationIcon__8b6ad741", _ = "lg__179bd32c", d = "md__faf5b5c3", T = "sm__a642d9a7", c = "tabsExtendedTabButtonTextDefault__74f735e7", E = "tabsExtendedTabButtonTextHover__4ca00b18", b = "selected__2bcc8566", x = "type1__b08f91f6", f = "type2__307c03d6", o = {
|
|
5
|
+
tabsExtendedTabButton: a,
|
|
6
|
+
notificationIcon: s,
|
|
7
|
+
lg: _,
|
|
8
|
+
md: d,
|
|
9
|
+
sm: T,
|
|
10
|
+
tabsExtendedTabButtonTextDefault: c,
|
|
11
|
+
tabsExtendedTabButtonTextHover: E,
|
|
12
|
+
selected: b,
|
|
13
|
+
type1: x,
|
|
14
|
+
type2: f
|
|
15
|
+
}, m = {
|
|
16
|
+
[t.LG]: e.B2,
|
|
17
|
+
[t.MD]: e.B3,
|
|
18
|
+
[t.SM]: e.B4
|
|
19
|
+
}, u = {
|
|
20
|
+
[n.TYPE_1]: o.type1,
|
|
21
|
+
[n.TYPE_2]: o.type2
|
|
22
|
+
};
|
|
23
|
+
export {
|
|
24
|
+
u as T,
|
|
25
|
+
m as a,
|
|
26
|
+
o as s
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=utils-DxMHp1hh.js.map
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EIslandType as t } from "../components/Island/enums.js";
|
|
2
|
+
const a = "island__01c4bbed", p = "type1__75a6a20f", _ = "type2__266aa361", n = "type3__b8bfa8da", c = "sm__1677313b", y = "md__70ac324d", o = "lg__9fd22f0e", s = {
|
|
3
|
+
island: a,
|
|
4
|
+
type1: p,
|
|
5
|
+
type2: _,
|
|
6
|
+
type3: n,
|
|
7
|
+
sm: c,
|
|
8
|
+
md: y,
|
|
9
|
+
lg: o
|
|
10
|
+
}, m = (e) => {
|
|
11
|
+
switch (e) {
|
|
12
|
+
case t.TYPE_1:
|
|
13
|
+
return s.type1;
|
|
14
|
+
case t.TYPE_2:
|
|
15
|
+
return s.type2;
|
|
16
|
+
case t.TYPE_3:
|
|
17
|
+
return s.type3;
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
m,
|
|
22
|
+
s
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=utils-SSwzNA1R.js.map
|
|
@@ -1209,9 +1209,6 @@ var wR = CO(function(t, r, i, a) {
|
|
|
1209
1209
|
function lM(t, r) {
|
|
1210
1210
|
return Bb(t, r);
|
|
1211
1211
|
}
|
|
1212
|
-
function dM(t) {
|
|
1213
|
-
return t === void 0;
|
|
1214
|
-
}
|
|
1215
1212
|
function TR(t, r, i, a) {
|
|
1216
1213
|
if (!mt(t))
|
|
1217
1214
|
return t;
|
|
@@ -1240,7 +1237,7 @@ function xR(t, r) {
|
|
|
1240
1237
|
return lR(t, a);
|
|
1241
1238
|
});
|
|
1242
1239
|
}
|
|
1243
|
-
var
|
|
1240
|
+
var dM = nC(function(t, r) {
|
|
1244
1241
|
return t == null ? {} : xR(t, r);
|
|
1245
1242
|
}), OR = Math.ceil, SR = Math.max;
|
|
1246
1243
|
function CR(t, r, i, a) {
|
|
@@ -1253,8 +1250,8 @@ function RR(t) {
|
|
|
1253
1250
|
return a && typeof a != "number" && Ob(r, i, a) && (i = a = void 0), r = Iu(r), i === void 0 ? (i = r, r = 0) : i = Iu(i), a = a === void 0 ? r < i ? 1 : -1 : Iu(a), CR(r, i, a);
|
|
1254
1251
|
};
|
|
1255
1252
|
}
|
|
1256
|
-
var
|
|
1257
|
-
function
|
|
1253
|
+
var hM = RR(), AR = "Expected a function";
|
|
1254
|
+
function pM(t, r, i) {
|
|
1258
1255
|
var a = !0, u = !0;
|
|
1259
1256
|
if (typeof t != "function")
|
|
1260
1257
|
throw new TypeError(AR);
|
|
@@ -1265,7 +1262,7 @@ function vM(t, r, i) {
|
|
|
1265
1262
|
});
|
|
1266
1263
|
}
|
|
1267
1264
|
var PR = 0;
|
|
1268
|
-
function
|
|
1265
|
+
function vM(t) {
|
|
1269
1266
|
var r = ++PR;
|
|
1270
1267
|
return Db(t) + r;
|
|
1271
1268
|
}
|
|
@@ -1624,7 +1621,7 @@ function DR() {
|
|
|
1624
1621
|
})(Na)), Na.exports;
|
|
1625
1622
|
}
|
|
1626
1623
|
var MR = DR();
|
|
1627
|
-
const
|
|
1624
|
+
const gM = /* @__PURE__ */ $n(MR);
|
|
1628
1625
|
var li = { exports: {} };
|
|
1629
1626
|
/**
|
|
1630
1627
|
* @license
|
|
@@ -5315,7 +5312,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5315
5312
|
}).call(qR);
|
|
5316
5313
|
})(li, li.exports)), li.exports;
|
|
5317
5314
|
}
|
|
5318
|
-
var
|
|
5315
|
+
var bM = NR();
|
|
5319
5316
|
function ka() {
|
|
5320
5317
|
return ka = Object.assign ? Object.assign.bind() : function(t) {
|
|
5321
5318
|
for (var r = 1; r < arguments.length; r++) {
|
|
@@ -7571,7 +7568,7 @@ function AA() {
|
|
|
7571
7568
|
}, Gu = U, Gu;
|
|
7572
7569
|
}
|
|
7573
7570
|
var PA = AA();
|
|
7574
|
-
const
|
|
7571
|
+
const yM = /* @__PURE__ */ $n(PA);
|
|
7575
7572
|
function IA() {
|
|
7576
7573
|
return !!(typeof window < "u" && window.document && window.document.createElement);
|
|
7577
7574
|
}
|
|
@@ -7686,7 +7683,7 @@ function oy(t) {
|
|
|
7686
7683
|
return a.getAttribute(iy(r)) === t;
|
|
7687
7684
|
});
|
|
7688
7685
|
}
|
|
7689
|
-
function
|
|
7686
|
+
function _M(t) {
|
|
7690
7687
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = oy(t, r);
|
|
7691
7688
|
if (i) {
|
|
7692
7689
|
var a = ao(r);
|
|
@@ -7700,7 +7697,7 @@ function BA(t, r) {
|
|
|
7700
7697
|
Rc.set(t, u), t.removeChild(a);
|
|
7701
7698
|
}
|
|
7702
7699
|
}
|
|
7703
|
-
function
|
|
7700
|
+
function mM(t, r) {
|
|
7704
7701
|
var i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, a = ao(i), u = Hc(a), s = Cp(Cp({}, i), {}, {
|
|
7705
7702
|
styles: u
|
|
7706
7703
|
});
|
|
@@ -8077,7 +8074,7 @@ var fy = function(t, r, i, a) {
|
|
|
8077
8074
|
}
|
|
8078
8075
|
}, r;
|
|
8079
8076
|
})(bx);
|
|
8080
|
-
function
|
|
8077
|
+
function wM(t) {
|
|
8081
8078
|
var r = t === void 0 ? {} : t, i = r.skipOnMount, a = i === void 0 ? !1 : i, u = r.refreshMode, s = r.refreshRate, f = s === void 0 ? 1e3 : s, l = r.refreshOptions, d = r.handleWidth, h = d === void 0 ? !0 : d, y = r.handleHeight, b = y === void 0 ? !0 : y, w = r.targetRef, x = r.observerOptions, q = r.onResize, _ = $e(a), S = _t({
|
|
8082
8079
|
width: void 0,
|
|
8083
8080
|
height: void 0
|
|
@@ -8516,7 +8513,7 @@ var it;
|
|
|
8516
8513
|
})(it || (it = {}));
|
|
8517
8514
|
function Za() {
|
|
8518
8515
|
}
|
|
8519
|
-
function
|
|
8516
|
+
function TM(t, r) {
|
|
8520
8517
|
return We(
|
|
8521
8518
|
() => ({
|
|
8522
8519
|
sensor: t,
|
|
@@ -8526,7 +8523,7 @@ function EM(t, r) {
|
|
|
8526
8523
|
[t, r]
|
|
8527
8524
|
);
|
|
8528
8525
|
}
|
|
8529
|
-
function
|
|
8526
|
+
function EM() {
|
|
8530
8527
|
for (var t = arguments.length, r = new Array(t), i = 0; i < t; i++)
|
|
8531
8528
|
r[i] = arguments[i];
|
|
8532
8529
|
return We(
|
|
@@ -10086,7 +10083,7 @@ var Fr;
|
|
|
10086
10083
|
(function(t) {
|
|
10087
10084
|
t[t.Uninitialized = 0] = "Uninitialized", t[t.Initializing = 1] = "Initializing", t[t.Initialized = 2] = "Initialized";
|
|
10088
10085
|
})(Fr || (Fr = {}));
|
|
10089
|
-
const
|
|
10086
|
+
const xM = /* @__PURE__ */ _x(function(r) {
|
|
10090
10087
|
var i, a, u, s;
|
|
10091
10088
|
let {
|
|
10092
10089
|
id: f,
|
|
@@ -10609,14 +10606,14 @@ function _I(t, r, i) {
|
|
|
10609
10606
|
};
|
|
10610
10607
|
return r.top + t.y <= i.top ? a.y = i.top - r.top : r.bottom + t.y >= i.top + i.height && (a.y = i.top + i.height - r.bottom), r.left + t.x <= i.left ? a.x = i.left - r.left : r.right + t.x >= i.left + i.width && (a.x = i.left + i.width - r.right), a;
|
|
10611
10608
|
}
|
|
10612
|
-
const
|
|
10609
|
+
const OM = (t) => {
|
|
10613
10610
|
let {
|
|
10614
10611
|
containerNodeRect: r,
|
|
10615
10612
|
draggingNodeRect: i,
|
|
10616
10613
|
transform: a
|
|
10617
10614
|
} = t;
|
|
10618
10615
|
return !i || !r ? a : _I(a, i, r);
|
|
10619
|
-
},
|
|
10616
|
+
}, SM = (t) => {
|
|
10620
10617
|
let {
|
|
10621
10618
|
transform: r
|
|
10622
10619
|
} = t;
|
|
@@ -10671,7 +10668,7 @@ const Ry = (t) => {
|
|
|
10671
10668
|
}, qa = {
|
|
10672
10669
|
scaleX: 1,
|
|
10673
10670
|
scaleY: 1
|
|
10674
|
-
},
|
|
10671
|
+
}, CM = (t) => {
|
|
10675
10672
|
var r;
|
|
10676
10673
|
let {
|
|
10677
10674
|
activeIndex: i,
|
|
@@ -10724,7 +10721,7 @@ const Ay = "Sortable", Py = /* @__PURE__ */ ze.createContext({
|
|
|
10724
10721
|
droppable: !1
|
|
10725
10722
|
}
|
|
10726
10723
|
});
|
|
10727
|
-
function
|
|
10724
|
+
function RM(t) {
|
|
10728
10725
|
let {
|
|
10729
10726
|
children: r,
|
|
10730
10727
|
id: i,
|
|
@@ -10822,7 +10819,7 @@ function AI(t) {
|
|
|
10822
10819
|
s && f(null);
|
|
10823
10820
|
}, [s]), s;
|
|
10824
10821
|
}
|
|
10825
|
-
function
|
|
10822
|
+
function AM(t) {
|
|
10826
10823
|
let {
|
|
10827
10824
|
animateLayoutChanges: r = OI,
|
|
10828
10825
|
attributes: i,
|
|
@@ -12442,40 +12439,39 @@ function iM() {
|
|
|
12442
12439
|
return gc = u, gc;
|
|
12443
12440
|
}
|
|
12444
12441
|
var aM = iM();
|
|
12445
|
-
const
|
|
12442
|
+
const PM = /* @__PURE__ */ $n(aM);
|
|
12446
12443
|
export {
|
|
12447
12444
|
fM as B,
|
|
12448
12445
|
Xb as C,
|
|
12449
|
-
|
|
12450
|
-
|
|
12446
|
+
xM as D,
|
|
12447
|
+
yM as F,
|
|
12451
12448
|
Si as M,
|
|
12452
|
-
|
|
12449
|
+
RM as S,
|
|
12453
12450
|
BP as T,
|
|
12454
|
-
|
|
12455
|
-
|
|
12451
|
+
EM as a,
|
|
12452
|
+
TM as b,
|
|
12456
12453
|
sM as c,
|
|
12457
|
-
|
|
12454
|
+
SM as d,
|
|
12458
12455
|
Cy as e,
|
|
12459
12456
|
FP as f,
|
|
12460
|
-
|
|
12461
|
-
|
|
12457
|
+
wM as g,
|
|
12458
|
+
PM as h,
|
|
12462
12459
|
lM as i,
|
|
12463
|
-
|
|
12460
|
+
hM as j,
|
|
12464
12461
|
cM as k,
|
|
12465
|
-
|
|
12466
|
-
|
|
12467
|
-
|
|
12468
|
-
|
|
12469
|
-
|
|
12470
|
-
|
|
12471
|
-
|
|
12472
|
-
|
|
12473
|
-
|
|
12474
|
-
|
|
12475
|
-
|
|
12476
|
-
|
|
12477
|
-
|
|
12478
|
-
|
|
12479
|
-
lr as z
|
|
12462
|
+
bM as l,
|
|
12463
|
+
gM as m,
|
|
12464
|
+
MR as n,
|
|
12465
|
+
AM as o,
|
|
12466
|
+
dM as p,
|
|
12467
|
+
Xa as q,
|
|
12468
|
+
OM as r,
|
|
12469
|
+
IA as s,
|
|
12470
|
+
pM as t,
|
|
12471
|
+
vM as u,
|
|
12472
|
+
CM as v,
|
|
12473
|
+
mM as w,
|
|
12474
|
+
_M as x,
|
|
12475
|
+
lr as y
|
|
12480
12476
|
};
|
|
12481
|
-
//# sourceMappingURL=vendor
|
|
12477
|
+
//# sourceMappingURL=vendor---Om3uMV.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var c = Object.defineProperty;
|
|
2
2
|
var d = (t, e, i) => e in t ? c(t, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : t[e] = i;
|
|
3
3
|
var s = (t, e, i) => d(t, typeof e != "symbol" ? e + "" : e, i);
|
|
4
|
-
import { i as l } from "../../chunks/vendor
|
|
4
|
+
import { i as l } from "../../chunks/vendor---Om3uMV.js";
|
|
5
5
|
class u {
|
|
6
6
|
constructor() {
|
|
7
7
|
// Массив дочерних нод.
|
|
@@ -4,7 +4,7 @@ var o = (a, s, e) => l(a, typeof s != "symbol" ? s + "" : s, e);
|
|
|
4
4
|
import { jsxs as O, Fragment as h, jsx as m } from "react/jsx-runtime";
|
|
5
5
|
import g from "react";
|
|
6
6
|
import { ExpandAnimation as u } from "../../ExpandAnimation/ExpandAnimation.js";
|
|
7
|
-
import { u as f, c as B } from "../../../chunks/vendor
|
|
7
|
+
import { u as f, c as B } from "../../../chunks/vendor---Om3uMV.js";
|
|
8
8
|
class E extends g.Component {
|
|
9
9
|
constructor(e) {
|
|
10
10
|
super(e);
|
|
@@ -3,10 +3,10 @@ import x from "react";
|
|
|
3
3
|
import { EAlertType as e } from "../EAlertType.js";
|
|
4
4
|
import { alertTypeToClassNameMap as m } from "../AlertTypeUtils.js";
|
|
5
5
|
import { Text as y } from "../../Typography/Text.js";
|
|
6
|
-
import { EFontType as r, ETextSize as
|
|
7
|
-
import { SystemStrokeStsIcon16 as
|
|
8
|
-
import { c as d } from "../../../chunks/vendor
|
|
9
|
-
const N = "
|
|
6
|
+
import { EFontType as r, ETextSize as I } from "../../Typography/enums.js";
|
|
7
|
+
import { SystemStrokeStsIcon16 as S, ErrorStrokeStsIcon16 as i, WarningStrokeStsIcon16 as f, InfoStrokeStsIcon16 as R } from "@sberbusiness/icons-next";
|
|
8
|
+
import { c as d } from "../../../chunks/vendor---Om3uMV.js";
|
|
9
|
+
const N = "alertContext__e36c834e", E = "alertContextText__515e1ed2", C = "alertTypeError__0a63d95d", _ = "alertTypeInfo__df561473", A = "alertTypeWarning__102ecd4b", O = "alertTypeSystem__11039b29", n = {
|
|
10
10
|
alertContext: N,
|
|
11
11
|
alertContextText: E,
|
|
12
12
|
alertTypeError: C,
|
|
@@ -18,35 +18,35 @@ const N = "alertContext__57a00b3a", E = "alertContextText__60d42f0d", C = "alert
|
|
|
18
18
|
case e.INFO:
|
|
19
19
|
return /* @__PURE__ */ t(R, { paletteIndex: 3 });
|
|
20
20
|
case e.WARNING:
|
|
21
|
-
return /* @__PURE__ */ t(
|
|
21
|
+
return /* @__PURE__ */ t(f, { paletteIndex: 2 });
|
|
22
22
|
case e.ERROR:
|
|
23
|
-
return /* @__PURE__ */ t(
|
|
23
|
+
return /* @__PURE__ */ t(i, { paletteIndex: 1 });
|
|
24
24
|
case e.SYSTEM:
|
|
25
|
-
return /* @__PURE__ */ t(
|
|
25
|
+
return /* @__PURE__ */ t(S, { paletteIndex: 4 });
|
|
26
26
|
}
|
|
27
27
|
}, u = {
|
|
28
28
|
[e.INFO]: r.INFO,
|
|
29
29
|
[e.WARNING]: r.WARNING,
|
|
30
30
|
[e.ERROR]: r.ERROR,
|
|
31
31
|
[e.SYSTEM]: r.SECONDARY
|
|
32
|
-
},
|
|
32
|
+
}, F = x.forwardRef(
|
|
33
33
|
({ children: o, className: l, type: a, renderIcon: s, ...p }, c) => /* @__PURE__ */ T(
|
|
34
34
|
"span",
|
|
35
35
|
{
|
|
36
36
|
role: "alert",
|
|
37
37
|
className: d(n.alertContext, m[a](n), l),
|
|
38
38
|
...p,
|
|
39
|
-
"data-tx": "0.
|
|
39
|
+
"data-tx": "0.23.0",
|
|
40
40
|
ref: c,
|
|
41
41
|
children: [
|
|
42
42
|
s || W(a),
|
|
43
|
-
/* @__PURE__ */ t(y, { size:
|
|
43
|
+
/* @__PURE__ */ t(y, { size: I.B4, type: u[a], className: n.alertContextText, children: o })
|
|
44
44
|
]
|
|
45
45
|
}
|
|
46
46
|
)
|
|
47
47
|
);
|
|
48
|
-
|
|
48
|
+
F.displayName = "AlertContext";
|
|
49
49
|
export {
|
|
50
|
-
|
|
50
|
+
F as AlertContext
|
|
51
51
|
};
|
|
52
52
|
//# sourceMappingURL=AlertContext.js.map
|
|
@@ -3,10 +3,10 @@ import P, { useState as n } from "react";
|
|
|
3
3
|
import { EAlertType as t } from "../EAlertType.js";
|
|
4
4
|
import { alertTypeToClassNameMap as k } from "../AlertTypeUtils.js";
|
|
5
5
|
import { ButtonIcon as v } from "../../Button/ButtonIcon.js";
|
|
6
|
-
import { s as r, A as i } from "../../../chunks/AlertProcessSpoiler-
|
|
6
|
+
import { s as r, A as i } from "../../../chunks/AlertProcessSpoiler-BoQok_f3.js";
|
|
7
7
|
import { AlertProcessContext as R } from "./AlertProcessContext.js";
|
|
8
8
|
import { CrossStrokeSrvIcon16 as E, DefaulticonStrokePrdIcon20 as T, SystemStrokeStsIcon20 as y, ErrorStrokeStsIcon20 as j, WarningStrokeStsIcon20 as w, InfoStrokeStsIcon20 as B } from "@sberbusiness/icons-next";
|
|
9
|
-
import { c as C } from "../../../chunks/vendor
|
|
9
|
+
import { c as C } from "../../../chunks/vendor---Om3uMV.js";
|
|
10
10
|
const O = (o) => {
|
|
11
11
|
switch (o) {
|
|
12
12
|
case t.INFO:
|
|
@@ -38,7 +38,7 @@ const O = (o) => {
|
|
|
38
38
|
d
|
|
39
39
|
),
|
|
40
40
|
...f,
|
|
41
|
-
"data-tx": "0.
|
|
41
|
+
"data-tx": "0.23.0",
|
|
42
42
|
ref: I,
|
|
43
43
|
children: [
|
|
44
44
|
/* @__PURE__ */ e("div", { className: r.themeIcon, children: c || O(a) }),
|
|
@@ -3,8 +3,8 @@ import "react";
|
|
|
3
3
|
import "@sberbusiness/icons-next";
|
|
4
4
|
import "../../../Button/ButtonIcon.js";
|
|
5
5
|
import "../AlertProcessContext.js";
|
|
6
|
-
import { A as l } from "../../../../chunks/AlertProcessSpoiler-
|
|
7
|
-
import "../../../../chunks/vendor
|
|
6
|
+
import { A as l } from "../../../../chunks/AlertProcessSpoiler-BoQok_f3.js";
|
|
7
|
+
import "../../../../chunks/vendor---Om3uMV.js";
|
|
8
8
|
export {
|
|
9
9
|
l as AlertProcessSpoiler
|
|
10
10
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as d, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { formatAmount as u } from "../../utils/amountUtils.js";
|
|
3
|
-
import { c as f } from "../../chunks/vendor
|
|
4
|
-
const N = "
|
|
3
|
+
import { c as f } from "../../chunks/vendor---Om3uMV.js";
|
|
4
|
+
const N = "adaptive__776d666a", _ = {
|
|
5
5
|
adaptive: N
|
|
6
6
|
}, h = 14, v = ({
|
|
7
7
|
className: o,
|
|
@@ -24,7 +24,7 @@ const N = "adaptive__02066b93", _ = {
|
|
|
24
24
|
},
|
|
25
25
|
o
|
|
26
26
|
);
|
|
27
|
-
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "0.
|
|
27
|
+
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "0.23.0", children: [
|
|
28
28
|
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__amount`, children: t }),
|
|
29
29
|
e && p()
|
|
30
30
|
] });
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as l, jsxs as p } from "react/jsx-runtime";
|
|
2
2
|
import h, { useRef as s, useLayoutEffect as v } from "react";
|
|
3
3
|
import { TextFieldBase as I } from "../TextField/TextFieldBase.js";
|
|
4
|
-
import "../FormField/
|
|
5
|
-
import "../FormField/components/
|
|
4
|
+
import { EFormFieldStatus as k } from "../FormField/enums.js";
|
|
5
|
+
import { FormFieldClear as w } from "../FormField/components/FormFieldClear.js";
|
|
6
6
|
import "../FormField/components/FormFieldCounter.js";
|
|
7
|
+
import "../FormField/components/FormFieldDescription.js";
|
|
8
|
+
import { F as A } from "../../chunks/FormFieldInput-Dr_WBweC.js";
|
|
7
9
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
|
-
import { FormFieldClear as k } from "../FormField/components/FormFieldClear.js";
|
|
9
|
-
import "../FormField/components/FormFieldTarget.js";
|
|
10
|
-
import { F as w } from "../../chunks/FormFieldInput-C75omt8Y.js";
|
|
11
10
|
import "../FormField/components/FormFieldMaskedInput.js";
|
|
12
11
|
import "../FormField/components/FormFieldPostfix.js";
|
|
13
12
|
import "../FormField/components/FormFieldPrefix.js";
|
|
13
|
+
import "../FormField/components/FormFieldTarget.js";
|
|
14
14
|
import "../FormField/components/FormFieldTextarea.js";
|
|
15
|
-
import
|
|
15
|
+
import "../FormField/FormField.js";
|
|
16
16
|
import { EFontType as F, ETextSize as B } from "../Typography/enums.js";
|
|
17
17
|
import "../Typography/Caption.js";
|
|
18
18
|
import { Text as R } from "../Typography/Text.js";
|
|
@@ -43,12 +43,12 @@ const oe = h.forwardRef(
|
|
|
43
43
|
I,
|
|
44
44
|
{
|
|
45
45
|
postfix: /* @__PURE__ */ p(h.Fragment, { children: [
|
|
46
|
-
d !== void 0 && /* @__PURE__ */ l(
|
|
46
|
+
d !== void 0 && /* @__PURE__ */ l(w, { onClick: d }),
|
|
47
47
|
i !== void 0 && /* @__PURE__ */ l(
|
|
48
48
|
R,
|
|
49
49
|
{
|
|
50
50
|
size: B.B2,
|
|
51
|
-
type: y !==
|
|
51
|
+
type: y !== k.DISABLED ? F.SECONDARY : F.DISABLED,
|
|
52
52
|
"data-test-id": n && `${n}__unit`,
|
|
53
53
|
children: i
|
|
54
54
|
}
|
|
@@ -57,7 +57,7 @@ const oe = h.forwardRef(
|
|
|
57
57
|
] }),
|
|
58
58
|
...f,
|
|
59
59
|
children: /* @__PURE__ */ l(
|
|
60
|
-
|
|
60
|
+
A,
|
|
61
61
|
{
|
|
62
62
|
...r,
|
|
63
63
|
value: E(),
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { EAvatarSize as a } from "./enums.js";
|
|
2
|
-
import { jsx as
|
|
2
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
3
3
|
import r from "react";
|
|
4
|
-
import { c as l } from "../../chunks/vendor
|
|
5
|
-
const _ = "
|
|
4
|
+
import { c as l } from "../../chunks/vendor---Om3uMV.js";
|
|
5
|
+
const _ = "avatar__24d22124", d = "xxs__acb5d7dd", e = "xs__ac6f8297", n = "sm__a0724cae", f = "md__2245231c", i = "lg__5f1c8253", v = "xl__04ddd1c5", p = "xxl__54c48e4e", s = {
|
|
6
6
|
avatar: _,
|
|
7
7
|
xxs: d,
|
|
8
8
|
xs: e,
|
|
9
9
|
sm: n,
|
|
10
|
-
md:
|
|
11
|
-
lg:
|
|
12
|
-
xl:
|
|
10
|
+
md: f,
|
|
11
|
+
lg: i,
|
|
12
|
+
xl: v,
|
|
13
13
|
xxl: p
|
|
14
14
|
}, X = {
|
|
15
15
|
[a.XXS]: s.xxs,
|
|
@@ -19,7 +19,7 @@ const _ = "avatar__f2688c72", d = "xxs__b7748117", e = "xs__07d24d40", n = "sm__
|
|
|
19
19
|
[a.LG]: s.lg,
|
|
20
20
|
[a.XL]: s.xl,
|
|
21
21
|
[a.XXL]: s.xxl
|
|
22
|
-
}, g = r.forwardRef(({ className: x, size: t, ...
|
|
22
|
+
}, g = r.forwardRef(({ className: x, size: t, ...c }, o) => /* @__PURE__ */ m("div", { className: l(s.avatar, X[t], x), ...c, ref: o }));
|
|
23
23
|
g.displayName = "Avatar";
|
|
24
24
|
export {
|
|
25
25
|
g as Avatar
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import g from "react";
|
|
3
|
-
import { c } from "../../chunks/vendor
|
|
3
|
+
import { c } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { createSizeToClassNameMap as i } from "../../utils/classNameMaps.js";
|
|
5
5
|
import { BadgeDot as f } from "./BadgeDot.js";
|
|
6
6
|
import { BadgeContent as _ } from "./components/BadgeContent.js";
|
|
7
7
|
import { BadgePrefix as p } from "./components/BadgePrefix.js";
|
|
8
8
|
import { BadgePostfix as B } from "./components/BadgePostfix.js";
|
|
9
|
-
const b = "
|
|
9
|
+
const b = "badge__77fd6ba0", P = "sm__5c8fda04", N = "md__01e201d8", S = "lg__f2040e95", d = {
|
|
10
10
|
badge: b,
|
|
11
11
|
sm: P,
|
|
12
12
|
md: N,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c
|
|
1
|
+
import { jsx as d } from "react/jsx-runtime";
|
|
2
|
+
import m from "react";
|
|
3
|
+
import { c } from "../../chunks/vendor---Om3uMV.js";
|
|
4
4
|
import { createSizeToClassNameMap as r } from "../../utils/classNameMaps.js";
|
|
5
|
-
const _ = "
|
|
5
|
+
const _ = "badgeDot__ad4fdadd", f = "sm__5c8fda04", g = "md__01e201d8", l = "lg__f2040e95", o = {
|
|
6
6
|
badgeDot: _,
|
|
7
|
-
sm:
|
|
8
|
-
md:
|
|
7
|
+
sm: f,
|
|
8
|
+
md: g,
|
|
9
9
|
lg: l
|
|
10
|
-
}, n = r(o), p =
|
|
10
|
+
}, n = r(o), p = m.forwardRef(({ className: a, size: s, ...t }, e) => /* @__PURE__ */ d("span", { className: c(o.badgeDot, n[s], a), ...t, ref: e }));
|
|
11
11
|
p.displayName = "BadgeDot";
|
|
12
12
|
export {
|
|
13
13
|
p as BadgeDot
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../../../chunks/vendor
|
|
2
|
+
import { c as i } from "../../../chunks/vendor---Om3uMV.js";
|
|
3
3
|
import { createSizeToClassNameMap as _ } from "../../../utils/classNameMaps.js";
|
|
4
|
-
const
|
|
5
|
-
badgeContent:
|
|
6
|
-
sm:
|
|
4
|
+
const m = "badgeContent__2253783f", c = "sm__5c8fda04", f = "md__01e201d8", P = "lg__f2040e95", l = "noPaddingLeft__17221341", r = "noPaddingRight__ae247df6", n = {
|
|
5
|
+
badgeContent: m,
|
|
6
|
+
sm: c,
|
|
7
7
|
md: f,
|
|
8
8
|
lg: P,
|
|
9
9
|
noPaddingLeft: l,
|
|
10
10
|
noPaddingRight: r
|
|
11
11
|
}, C = _(n), p = ({
|
|
12
12
|
children: t,
|
|
13
|
-
size:
|
|
14
|
-
noPaddingLeft:
|
|
15
|
-
noPaddingRight:
|
|
16
|
-
className:
|
|
13
|
+
size: o,
|
|
14
|
+
noPaddingLeft: d,
|
|
15
|
+
noPaddingRight: e,
|
|
16
|
+
className: a,
|
|
17
17
|
...s
|
|
18
18
|
}) => /* @__PURE__ */ g(
|
|
19
19
|
"span",
|
|
20
20
|
{
|
|
21
21
|
className: i(
|
|
22
22
|
n.badgeContent,
|
|
23
|
-
C[
|
|
24
|
-
{ [n.noPaddingLeft]:
|
|
25
|
-
|
|
23
|
+
C[o],
|
|
24
|
+
{ [n.noPaddingLeft]: d, [n.noPaddingRight]: e },
|
|
25
|
+
a
|
|
26
26
|
),
|
|
27
27
|
...s,
|
|
28
28
|
children: t
|