@sberbusiness/triplex-next 1.21.0 → 1.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-io5SjBK8.js → AlertProcessSpoiler-IulaUJl0.js} +9 -9
- package/chunks/CalendarViewItem-DhRDn7-d.js +101 -0
- package/chunks/Card.module-DSOXKXtd.js +17 -0
- package/chunks/CheckboxTreeExtended.module-DNUeMDQZ.js +15 -0
- package/chunks/Chip-EVPZneh2.js +104 -0
- package/chunks/Confirm.module-gphOS6IB.js +15 -0
- package/chunks/{DropdownListItem-gGRZUigY.js → DropdownListItem-BOB8eQXM.js} +19 -19
- package/chunks/DropdownMobile.module-B8t5FlvW.js +23 -0
- package/chunks/Footer.module-CMW0u8UD.js +9 -0
- package/chunks/FormFieldInput-CwX_1h09.js +79 -0
- package/chunks/HeaderLayoutSidebar.module-DUG5ZWLV.js +9 -0
- package/chunks/HeaderTabs.module-BKu6DIV4.js +9 -0
- package/chunks/{HeaderTitle.module-G-lXVibC.js → HeaderTitle.module-DyI7KGeM.js} +2 -2
- package/chunks/IslandAccordion.module-Q_9Jiw2w.js +25 -0
- package/chunks/IslandWidgetFooter.module-DjNDtlKM.js +9 -0
- package/chunks/IslandWidgetHeader.module-DiWg8j16.js +12 -0
- package/chunks/{LightBoxContent-Dwdsxv-p.js → LightBoxContent-CE6sXjX1.js} +13 -13
- package/chunks/LightBoxControls.module-BaHnxhDB.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-CuuwIIzJ.js +9 -0
- package/chunks/ListItemControlsButton-BCd2PF9-.js +51 -0
- package/chunks/ListItemTail.module-D_nBCryf.js +12 -0
- package/chunks/ListMasterFooter.module-D4TPImq7.js +10 -0
- package/chunks/ModalWindow.module-u5Pst2YX.js +17 -0
- package/chunks/Notification.module-809Tnazq.js +20 -0
- package/chunks/Overlay.module-c4cyqpKr.js +18 -0
- package/chunks/Page.module-CixV2VSG.js +11 -0
- package/chunks/{RightBorderArrow-BStHeZkJ.js → RightBorderArrow-nrRpapza.js} +4 -4
- package/chunks/SMSField.module-Qub64N0s.js +16 -0
- package/chunks/SliderExtendedMarks.module-BdFYVISZ.js +15 -0
- package/chunks/SliderExtendedRail-BP0BcOY7.js +40 -0
- package/chunks/StatusTracker.module-BMkZgzxy.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DP7pX8_2.js → SuggestFieldMobileDropdownHint-CRvB37lf.js} +4 -4
- package/chunks/TableFooter.module-BW9hgU6o.js +14 -0
- package/chunks/TabsExtended.module-By6HIyMh.js +16 -0
- package/chunks/TabsLine.module-KvKWfBwF.js +21 -0
- package/chunks/TooltipDesktop.module-DAGDT-nl.js +19 -0
- package/chunks/TreeView.module-B8RxFbbh.js +9 -0
- package/chunks/{UploadZoneInput--cEsI9GG.js → UploadZoneInput-D9OID08A.js} +8 -8
- package/chunks/{constants-Dag2NxzH.js → constants-DXLVATUh.js} +6 -6
- package/chunks/{utils-mDzXEbG8.js → utils-BDGrf0u9.js} +5 -5
- package/chunks/utils-BXi-2Jma.js +28 -0
- package/chunks/utils-CvsNd4Ut.js +24 -0
- package/chunks/utils-DXnkRIJ2.js +73 -0
- package/chunks/{vendor-CuCj7SgU.js → vendor-BiObpx9E.js} +43 -47
- package/components/AbstractTree/AbstractTreeNode.js +1 -1
- package/components/AccordionBase/protected/AccordionBase.js +1 -1
- package/components/Alert/AlertContext/AlertContext.js +8 -8
- package/components/Alert/AlertProcess/AlertProcess.js +3 -3
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
- package/components/Amount/Amount.js +8 -8
- package/components/AmountField/AmountField.js +9 -9
- package/components/Avatar/Avatar.js +17 -17
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +5 -5
- package/components/Badge/components/BadgeContent.js +11 -11
- package/components/Badge/components/BadgePostfix.js +7 -7
- package/components/Badge/components/BadgePrefix.js +4 -4
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +30 -30
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +91 -78
- package/components/Button/ButtonDropdownExtended.js +5 -5
- package/components/Button/ButtonIcon.js +8 -8
- package/components/Calendar/Calendar.js +7 -7
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +1 -1
- 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 +13 -13
- 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 +12 -12
- package/components/Checkbox/Checkbox.js +9 -9
- package/components/Checkbox/CheckboxXGroup.js +16 -16
- package/components/Checkbox/CheckboxYGroup.js +2 -2
- 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 +7 -7
- 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 +2 -2
- package/components/Chip/ChipSelect/ChipSelect.js +11 -12
- package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
- package/components/Chip/ChipSort.js +9 -10
- package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +28 -28
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +22 -22
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +141 -141
- package/components/CollapsableTree/components/CollapsableTreeNode.js +17 -17
- 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 +5 -5
- 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 +2 -2
- 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 +3 -3
- package/components/Ellipsis/Ellipsis.js +12 -12
- package/components/ExpandAnimation/ExpandAnimation.js +30 -30
- 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 +70 -78
- 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 +4 -4
- package/components/FormField/components/FormFieldInput.js +4 -3
- package/components/FormField/components/FormFieldLabel.js +30 -32
- package/components/FormField/components/FormFieldMaskedInput.js +29 -29
- package/components/FormField/components/FormFieldPostfix.js +8 -8
- package/components/FormField/components/FormFieldPrefix.js +6 -6
- package/components/FormField/components/FormFieldTarget.js +57 -49
- package/components/FormField/components/FormFieldTextarea.js +61 -34
- 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 +7 -7
- 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 +9 -9
- package/components/Island/Island.js +2 -2
- package/components/Island/components/IslandBody.js +2 -2
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +6 -6
- 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 +16 -16
- 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 +7 -7
- 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 +13 -13
- 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 +16 -16
- package/components/List/List.js +10 -10
- package/components/List/ListSortable.js +1 -1
- package/components/List/components/ListEmptyState.js +4 -4
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +3 -3
- package/components/List/components/ListItemControls.js +5 -5
- 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 +4 -4
- 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 +2 -2
- package/components/List/components/ListSortableItemControls.js +5 -5
- package/components/List/components/ListSortableItemTarget.js +5 -5
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +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 +2 -2
- package/components/ListMaster/components/SelectionControls.js +3 -3
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +13 -13
- package/components/Loader/LoaderSmall/LoaderSmall.js +8 -8
- package/components/LoaderScreen/LoaderScreen.js +13 -13
- 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 +5 -5
- package/components/ModalWindow/components/ModalWindowClose.js +10 -10
- 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 +26 -19
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- 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 +5 -5
- package/components/OrderedList/OrderedListItem.js +13 -13
- 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 +12 -12
- 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 +7 -7
- package/components/Pagination/components/PaginationNavigationButton.js +6 -6
- 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 +12 -12
- package/components/Pagination/utils/paginationUtils.js +1 -1
- package/components/Radio/Radio.js +13 -13
- package/components/Radio/RadioXGroup.js +16 -16
- package/components/Radio/RadioYGroup.js +2 -2
- package/components/Row/Row.js +10 -10
- 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 +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +14 -14
- package/components/SelectExtendedField/SelectExtendedField.js +11 -11
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +50 -43
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +36 -36
- package/components/SelectField/SelectField.js +54 -36
- package/components/Skeleton/Skeleton.js +9 -9
- package/components/SliderExtended/SliderExtended.js +3 -3
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +14 -14
- 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 +2 -2
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +39 -39
- package/components/SmallInput/SmallInput.js +4 -4
- package/components/Spoiler/Spoiler.js +10 -10
- 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 +10 -10
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +2 -2
- package/components/Stepper/StepperExtended.js +7 -7
- package/components/Stepper/StepperStep.js +3 -3
- package/components/Stepper/StepperWrapper.js +5 -5
- 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 +25 -24
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +23 -23
- package/components/Table/FilterPanel.js +3 -3
- package/components/Table/MasterTable.js +3 -3
- package/components/Table/NoColumns.js +4 -4
- 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 +7 -7
- 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 +6 -6
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
- 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 +2 -2
- package/components/Table/TabsLinePanelLinks.js +6 -6
- 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 +10 -10
- package/components/Tag/Tag.js +27 -27
- package/components/TagColor/TagColor.js +7 -7
- package/components/TagGroup/TagGroup.js +14 -14
- 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 +12 -12
- package/components/TopOverlay/TopOverlay.js +10 -10
- 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 +24 -24
- package/components/Typography/Text.js +19 -19
- package/components/Typography/Title.js +16 -16
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +3 -3
- package/components/UnorderedList/UnorderedListItem.js +7 -7
- 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 +76 -32
- package/index.js +577 -574
- package/package.json +3 -4
- package/styles/triplex-next.css +541 -547
- package/utils/amountUtils.js +1 -1
- package/chunks/CalendarViewItem-CW39vnxU.js +0 -101
- package/chunks/Card.module-wkZoieJo.js +0 -17
- package/chunks/CheckboxTreeExtended.module-yaZgGm0h.js +0 -15
- package/chunks/Chip-CtmEt4Cp.js +0 -90
- package/chunks/Confirm.module-Bi0IoVgW.js +0 -15
- package/chunks/DropdownMobile.module-D1Tda3VC.js +0 -23
- package/chunks/Footer.module-dEM87TWq.js +0 -9
- package/chunks/FormFieldInput-BXZLkCG-.js +0 -60
- package/chunks/HeaderLayoutSidebar.module-CPuC-nCL.js +0 -9
- package/chunks/HeaderTabs.module-lGf7L-VN.js +0 -9
- package/chunks/IslandAccordion.module-CmJ_07-4.js +0 -25
- package/chunks/IslandWidgetFooter.module-PAcTvDvE.js +0 -9
- package/chunks/IslandWidgetHeader.module-CCpvQ7cl.js +0 -12
- package/chunks/LightBoxControls.module-C0ehN4OK.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-DQQjxPZ4.js +0 -9
- package/chunks/ListItemControlsButton-CXrdUtOj.js +0 -43
- package/chunks/ListItemTail.module-t77bOXMm.js +0 -12
- package/chunks/ListMasterFooter.module-S-2GdDuq.js +0 -10
- package/chunks/ModalWindow.module-BNDWxL9E.js +0 -17
- package/chunks/Notification.module-BukggXdi.js +0 -20
- package/chunks/Overlay.module-DNkYF6tu.js +0 -18
- package/chunks/Page.module-Bz9n-Dho.js +0 -11
- package/chunks/SMSField.module-DBEf-aa7.js +0 -16
- package/chunks/SliderExtendedMarks.module-QVPE-s18.js +0 -15
- package/chunks/SliderExtendedRail-1zC_WMFD.js +0 -40
- package/chunks/StatusTracker.module-_Hh_EXXG.js +0 -24
- package/chunks/TableFooter.module-nim97iDm.js +0 -14
- package/chunks/TabsExtended.module-33reL6bh.js +0 -16
- package/chunks/TabsLine.module-BS4pWC4f.js +0 -21
- package/chunks/TooltipDesktop.module-CU1qQ4fM.js +0 -19
- package/chunks/TreeView.module-7JefvvHQ.js +0 -9
- package/chunks/utils-C81PwsD3.js +0 -24
- package/chunks/utils-DKXtpqrd.js +0 -73
- package/chunks/utils-wIML3CoI.js +0 -27
- package/components/Dropdown/enums.js +0 -8
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { EIslandType as t } from "../components/Island/enums.js";
|
|
2
|
+
const c = "island__4981eb85", p = "type1__92de19c7", _ = "type2__0f0daded", n = "type3__f0d18c0d", d = "sm__6b42f18b", y = "md__c9ffd2f7", a = "lg__e26d36c9", e = {
|
|
3
|
+
island: c,
|
|
4
|
+
type1: p,
|
|
5
|
+
type2: _,
|
|
6
|
+
type3: n,
|
|
7
|
+
sm: d,
|
|
8
|
+
md: y,
|
|
9
|
+
lg: a
|
|
10
|
+
}, m = (s) => {
|
|
11
|
+
switch (s) {
|
|
12
|
+
case t.TYPE_1:
|
|
13
|
+
return e.type1;
|
|
14
|
+
case t.TYPE_2:
|
|
15
|
+
return e.type2;
|
|
16
|
+
case t.TYPE_3:
|
|
17
|
+
return e.type3;
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export {
|
|
21
|
+
m,
|
|
22
|
+
e as s
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=utils-CvsNd4Ut.js.map
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { ECellType as a, EHorizontalAlign as n, EVerticalAlign as t } from "../components/Table/TableBasic/enums.js";
|
|
2
|
+
const c = "tableBasic__2d1edd72", r = "alignLeft__2b01b27c", i = "alignRight__a4679679", o = "alignCenter__535ad146", s = "verticalAlignBaseline__956a4ea4", _ = "verticalAlignSub__6534264f", g = "verticalAlignSuper__61d11b28", T = "verticalAlignTextTop__97fefc87", p = "verticalAlignTextBottom__ed5db77e", d = "verticalAlignMiddle__0ee8fd2f", v = "verticalAlignTop__e3ae0965", A = "verticalAlignBottom__f3bb3d1e", b = "checkboxType__a211fae7", B = "thBlock__99c5eb97", u = "order__aed0c300", m = "orderButton__f07adcd1", E = "sorted__75415692", y = "textType__b4e9c1d6", f = "componentsType__8f68add0", h = "selected__8e81c864", x = "clickable__78526eec", C = "hoverable__47efdb4d", S = "footerEmptyData__d51e9424", L = "spinnerWrapper__637a8230", k = "tableLoaderScreen__f46e5e1c", O = "overlayCover__9ba6560f", e = {
|
|
3
|
+
tableBasic: c,
|
|
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: d,
|
|
13
|
+
verticalAlignTop: v,
|
|
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 = (l = n.LEFT) => {
|
|
30
|
+
switch (l) {
|
|
31
|
+
case n.LEFT:
|
|
32
|
+
return e.alignLeft;
|
|
33
|
+
case n.RIGHT:
|
|
34
|
+
return e.alignRight;
|
|
35
|
+
case n.CENTER:
|
|
36
|
+
return e.alignCenter;
|
|
37
|
+
}
|
|
38
|
+
}, R = (l = t.BASELINE) => {
|
|
39
|
+
switch (l) {
|
|
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 = (l = a.TEXT) => {
|
|
58
|
+
switch (l) {
|
|
59
|
+
case a.TEXT:
|
|
60
|
+
return e.textType;
|
|
61
|
+
case a.COMPONENTS:
|
|
62
|
+
return e.componentsType;
|
|
63
|
+
case a.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-DXnkRIJ2.js.map
|
|
@@ -1210,9 +1210,6 @@ var eA = oE(function(t, r, i, a) {
|
|
|
1210
1210
|
function $D(t, r) {
|
|
1211
1211
|
return Tb(t, r);
|
|
1212
1212
|
}
|
|
1213
|
-
function UD(t) {
|
|
1214
|
-
return t === void 0;
|
|
1215
|
-
}
|
|
1216
1213
|
function tA(t, r, i, a) {
|
|
1217
1214
|
if (!_t(t))
|
|
1218
1215
|
return t;
|
|
@@ -1241,7 +1238,7 @@ function nA(t, r) {
|
|
|
1241
1238
|
return KC(t, a);
|
|
1242
1239
|
});
|
|
1243
1240
|
}
|
|
1244
|
-
var
|
|
1241
|
+
var UD = LO(function(t, r) {
|
|
1245
1242
|
return t == null ? {} : nA(t, r);
|
|
1246
1243
|
}), iA = Math.ceil, aA = Math.max;
|
|
1247
1244
|
function oA(t, r, i, a) {
|
|
@@ -1254,8 +1251,8 @@ function uA(t) {
|
|
|
1254
1251
|
return a && typeof a != "number" && fb(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), oA(r, i, a);
|
|
1255
1252
|
};
|
|
1256
1253
|
}
|
|
1257
|
-
var
|
|
1258
|
-
function
|
|
1254
|
+
var WD = uA(), sA = "Expected a function";
|
|
1255
|
+
function kD(t, r, i) {
|
|
1259
1256
|
var a = !0, u = !0;
|
|
1260
1257
|
if (typeof t != "function")
|
|
1261
1258
|
throw new TypeError(sA);
|
|
@@ -1266,7 +1263,7 @@ function GD(t, r, i) {
|
|
|
1266
1263
|
});
|
|
1267
1264
|
}
|
|
1268
1265
|
var fA = 0;
|
|
1269
|
-
function
|
|
1266
|
+
function GD(t) {
|
|
1270
1267
|
var r = ++fA;
|
|
1271
1268
|
return gb(t) + r;
|
|
1272
1269
|
}
|
|
@@ -1625,7 +1622,7 @@ function lA() {
|
|
|
1625
1622
|
})(qa)), qa.exports;
|
|
1626
1623
|
}
|
|
1627
1624
|
var dA = lA();
|
|
1628
|
-
const
|
|
1625
|
+
const KD = /* @__PURE__ */ oo(dA);
|
|
1629
1626
|
var fi = { exports: {} };
|
|
1630
1627
|
/**
|
|
1631
1628
|
* @license
|
|
@@ -5316,7 +5313,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
5316
5313
|
}).call(hA);
|
|
5317
5314
|
})(fi, fi.exports)), fi.exports;
|
|
5318
5315
|
}
|
|
5319
|
-
var
|
|
5316
|
+
var jD = pA();
|
|
5320
5317
|
function ka() {
|
|
5321
5318
|
return ka = Object.assign ? Object.assign.bind() : function(t) {
|
|
5322
5319
|
for (var r = 1; r < arguments.length; r++) {
|
|
@@ -7667,7 +7664,7 @@ function sR() {
|
|
|
7667
7664
|
}, Ia.exports = D, Ia.exports.FocusTrap = D, Ia.exports;
|
|
7668
7665
|
}
|
|
7669
7666
|
var fR = sR();
|
|
7670
|
-
const
|
|
7667
|
+
const zD = /* @__PURE__ */ oo(fR);
|
|
7671
7668
|
function cR() {
|
|
7672
7669
|
return !!(typeof window < "u" && window.document && window.document.createElement);
|
|
7673
7670
|
}
|
|
@@ -7782,7 +7779,7 @@ function Kb(t) {
|
|
|
7782
7779
|
return a.getAttribute(kb(r)) === t;
|
|
7783
7780
|
});
|
|
7784
7781
|
}
|
|
7785
|
-
function
|
|
7782
|
+
function HD(t) {
|
|
7786
7783
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = Kb(t, r);
|
|
7787
7784
|
if (i) {
|
|
7788
7785
|
var a = uo(r);
|
|
@@ -7796,7 +7793,7 @@ function bR(t, r) {
|
|
|
7796
7793
|
wc.set(t, u), t.removeChild(a);
|
|
7797
7794
|
}
|
|
7798
7795
|
}
|
|
7799
|
-
function
|
|
7796
|
+
function YD(t, r) {
|
|
7800
7797
|
var i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, a = uo(i), u = Lc(a), s = _p(_p({}, i), {}, {
|
|
7801
7798
|
styles: u
|
|
7802
7799
|
});
|
|
@@ -7911,7 +7908,7 @@ const mR = (t, r, i, a) => {
|
|
|
7911
7908
|
height: t.contentRect.height
|
|
7912
7909
|
};
|
|
7913
7910
|
};
|
|
7914
|
-
function
|
|
7911
|
+
function XD({ skipOnMount: t = !1, refreshMode: r, refreshRate: i = 1e3, refreshOptions: a, handleWidth: u = !0, handleHeight: s = !0, targetRef: f, observerOptions: l, onResize: d, disableRerender: p = !1 } = {}) {
|
|
7915
7912
|
const y = Fe(t), b = wR(d), [w, S] = Et({
|
|
7916
7913
|
width: void 0,
|
|
7917
7914
|
height: void 0
|
|
@@ -8355,7 +8352,7 @@ var nt;
|
|
|
8355
8352
|
})(nt || (nt = {}));
|
|
8356
8353
|
function Va() {
|
|
8357
8354
|
}
|
|
8358
|
-
function
|
|
8355
|
+
function ZD(t, r) {
|
|
8359
8356
|
return We(
|
|
8360
8357
|
() => ({
|
|
8361
8358
|
sensor: t,
|
|
@@ -8365,7 +8362,7 @@ function VD(t, r) {
|
|
|
8365
8362
|
[t, r]
|
|
8366
8363
|
);
|
|
8367
8364
|
}
|
|
8368
|
-
function
|
|
8365
|
+
function VD() {
|
|
8369
8366
|
for (var t = arguments.length, r = new Array(t), i = 0; i < t; i++)
|
|
8370
8367
|
r[i] = arguments[i];
|
|
8371
8368
|
return We(
|
|
@@ -9925,7 +9922,7 @@ var Br;
|
|
|
9925
9922
|
(function(t) {
|
|
9926
9923
|
t[t.Uninitialized = 0] = "Uninitialized", t[t.Initializing = 1] = "Initializing", t[t.Initialized = 2] = "Initialized";
|
|
9927
9924
|
})(Br || (Br = {}));
|
|
9928
|
-
const
|
|
9925
|
+
const JD = /* @__PURE__ */ Qx(function(r) {
|
|
9929
9926
|
var i, a, u, s;
|
|
9930
9927
|
let {
|
|
9931
9928
|
id: f,
|
|
@@ -10448,14 +10445,14 @@ function jP(t, r, i) {
|
|
|
10448
10445
|
};
|
|
10449
10446
|
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;
|
|
10450
10447
|
}
|
|
10451
|
-
const
|
|
10448
|
+
const QD = (t) => {
|
|
10452
10449
|
let {
|
|
10453
10450
|
containerNodeRect: r,
|
|
10454
10451
|
draggingNodeRect: i,
|
|
10455
10452
|
transform: a
|
|
10456
10453
|
} = t;
|
|
10457
10454
|
return !i || !r ? a : jP(a, i, r);
|
|
10458
|
-
},
|
|
10455
|
+
}, eM = (t) => {
|
|
10459
10456
|
let {
|
|
10460
10457
|
transform: r
|
|
10461
10458
|
} = t;
|
|
@@ -10510,7 +10507,7 @@ const cy = (t) => {
|
|
|
10510
10507
|
}, Na = {
|
|
10511
10508
|
scaleX: 1,
|
|
10512
10509
|
scaleY: 1
|
|
10513
|
-
},
|
|
10510
|
+
}, tM = (t) => {
|
|
10514
10511
|
var r;
|
|
10515
10512
|
let {
|
|
10516
10513
|
activeIndex: i,
|
|
@@ -10563,7 +10560,7 @@ const ly = "Sortable", dy = /* @__PURE__ */ He.createContext({
|
|
|
10563
10560
|
droppable: !1
|
|
10564
10561
|
}
|
|
10565
10562
|
});
|
|
10566
|
-
function
|
|
10563
|
+
function rM(t) {
|
|
10567
10564
|
let {
|
|
10568
10565
|
children: r,
|
|
10569
10566
|
id: i,
|
|
@@ -10661,7 +10658,7 @@ function tI(t) {
|
|
|
10661
10658
|
s && f(null);
|
|
10662
10659
|
}, [s]), s;
|
|
10663
10660
|
}
|
|
10664
|
-
function
|
|
10661
|
+
function nM(t) {
|
|
10665
10662
|
let {
|
|
10666
10663
|
animateLayoutChanges: r = VP,
|
|
10667
10664
|
attributes: i,
|
|
@@ -12368,41 +12365,40 @@ function DD() {
|
|
|
12368
12365
|
return fc = u, fc;
|
|
12369
12366
|
}
|
|
12370
12367
|
var MD = DD();
|
|
12371
|
-
const
|
|
12368
|
+
const iM = /* @__PURE__ */ oo(MD);
|
|
12372
12369
|
export {
|
|
12373
|
-
lr as A,
|
|
12374
12370
|
FD as B,
|
|
12375
12371
|
Db as C,
|
|
12376
|
-
|
|
12377
|
-
|
|
12372
|
+
JD as D,
|
|
12373
|
+
zD as F,
|
|
12378
12374
|
Si as M,
|
|
12379
|
-
|
|
12375
|
+
rM as S,
|
|
12380
12376
|
cP as T,
|
|
12381
|
-
|
|
12382
|
-
|
|
12377
|
+
VD as a,
|
|
12378
|
+
ZD as b,
|
|
12383
12379
|
LD as c,
|
|
12384
|
-
|
|
12380
|
+
eM as d,
|
|
12385
12381
|
fy as e,
|
|
12386
12382
|
fP as f,
|
|
12387
12383
|
fR as g,
|
|
12388
|
-
|
|
12384
|
+
XD as h,
|
|
12389
12385
|
$D as i,
|
|
12390
|
-
|
|
12391
|
-
|
|
12392
|
-
|
|
12386
|
+
iM as j,
|
|
12387
|
+
WD as k,
|
|
12388
|
+
jD as l,
|
|
12393
12389
|
BD as m,
|
|
12394
|
-
|
|
12395
|
-
|
|
12396
|
-
|
|
12397
|
-
|
|
12398
|
-
|
|
12399
|
-
|
|
12400
|
-
|
|
12401
|
-
|
|
12402
|
-
|
|
12403
|
-
|
|
12404
|
-
|
|
12405
|
-
|
|
12406
|
-
|
|
12390
|
+
KD as n,
|
|
12391
|
+
dA as o,
|
|
12392
|
+
UD as p,
|
|
12393
|
+
nM as q,
|
|
12394
|
+
QD as r,
|
|
12395
|
+
Za as s,
|
|
12396
|
+
kD as t,
|
|
12397
|
+
GD as u,
|
|
12398
|
+
tM as v,
|
|
12399
|
+
cR as w,
|
|
12400
|
+
YD as x,
|
|
12401
|
+
HD as y,
|
|
12402
|
+
lr as z
|
|
12407
12403
|
};
|
|
12408
|
-
//# sourceMappingURL=vendor-
|
|
12404
|
+
//# sourceMappingURL=vendor-BiObpx9E.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-BiObpx9E.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-BiObpx9E.js";
|
|
8
8
|
class E extends g.Component {
|
|
9
9
|
constructor(e) {
|
|
10
10
|
super(e);
|
|
@@ -5,11 +5,11 @@ import { alertTypeToClassNameMap as m } from "../AlertTypeUtils.js";
|
|
|
5
5
|
import { Text as y } from "../../Typography/Text.js";
|
|
6
6
|
import { EFontType as r, ETextSize as I } from "../../Typography/enums.js";
|
|
7
7
|
import { SystemStrokeStsIcon16 as S, ErrorStrokeStsIcon16 as f, WarningStrokeStsIcon16 as i, InfoStrokeStsIcon16 as R } from "@sberbusiness/icons-next";
|
|
8
|
-
import { c as N } from "../../../chunks/vendor-
|
|
9
|
-
const _ = "
|
|
8
|
+
import { c as N } from "../../../chunks/vendor-BiObpx9E.js";
|
|
9
|
+
const _ = "alertContext__45dab1cb", E = "alertContextText__ea48a53b", d = "alertTypeError__8746f529", C = "alertTypeInfo__cd151951", u = "alertTypeWarning__6c0a2a37", A = "alertTypeSystem__cebb1369", n = {
|
|
10
10
|
alertContext: _,
|
|
11
|
-
alertContextText:
|
|
12
|
-
alertTypeError:
|
|
11
|
+
alertContextText: E,
|
|
12
|
+
alertTypeError: d,
|
|
13
13
|
alertTypeInfo: C,
|
|
14
14
|
alertTypeWarning: u,
|
|
15
15
|
alertTypeSystem: A
|
|
@@ -29,14 +29,14 @@ const _ = "alertContext__39244dc5", d = "alertContextText__12f63d18", E = "alert
|
|
|
29
29
|
[e.WARNING]: r.WARNING,
|
|
30
30
|
[e.ERROR]: r.ERROR,
|
|
31
31
|
[e.SYSTEM]: r.SECONDARY
|
|
32
|
-
},
|
|
32
|
+
}, b = 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: N(n.alertContext, m[a](n), l),
|
|
38
38
|
...p,
|
|
39
|
-
"data-tx": "1.
|
|
39
|
+
"data-tx": "1.23.0",
|
|
40
40
|
ref: c,
|
|
41
41
|
children: [
|
|
42
42
|
s || O(a),
|
|
@@ -45,8 +45,8 @@ const _ = "alertContext__39244dc5", d = "alertContextText__12f63d18", E = "alert
|
|
|
45
45
|
}
|
|
46
46
|
)
|
|
47
47
|
);
|
|
48
|
-
|
|
48
|
+
b.displayName = "AlertContext";
|
|
49
49
|
export {
|
|
50
|
-
|
|
50
|
+
b 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-IulaUJl0.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-BiObpx9E.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": "1.
|
|
41
|
+
"data-tx": "1.23.0",
|
|
42
42
|
ref: u,
|
|
43
43
|
children: [
|
|
44
44
|
/* @__PURE__ */ e("div", { className: r.themeIcon, children: l || 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-IulaUJl0.js";
|
|
7
|
+
import "../../../../chunks/vendor-BiObpx9E.js";
|
|
8
8
|
export {
|
|
9
9
|
l as AlertProcessSpoiler
|
|
10
10
|
};
|
|
@@ -1,32 +1,32 @@
|
|
|
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-BiObpx9E.js";
|
|
4
|
+
const N = "adaptive__abf2a7ee", _ = {
|
|
5
5
|
adaptive: N
|
|
6
6
|
}, h = 14, v = ({
|
|
7
7
|
className: o,
|
|
8
8
|
value: r,
|
|
9
9
|
fractionLength: s,
|
|
10
|
-
currency:
|
|
10
|
+
currency: e,
|
|
11
11
|
currencyTitle: m,
|
|
12
12
|
adaptive: c,
|
|
13
|
-
dataTestId:
|
|
13
|
+
dataTestId: a,
|
|
14
14
|
...i
|
|
15
15
|
}) => {
|
|
16
16
|
let t = u(r, s);
|
|
17
17
|
t[0] == "-" && (t = t.replace("-", "−"));
|
|
18
18
|
const p = () => [
|
|
19
19
|
" ",
|
|
20
|
-
/* @__PURE__ */ n("span", { "data-test-id":
|
|
20
|
+
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__currencyName`, title: m, children: e }, "currencyName")
|
|
21
21
|
], l = f(
|
|
22
22
|
{
|
|
23
23
|
[_.adaptive]: !!c && t.length >= h
|
|
24
24
|
},
|
|
25
25
|
o
|
|
26
26
|
);
|
|
27
|
-
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "1.
|
|
28
|
-
/* @__PURE__ */ n("span", { "data-test-id":
|
|
29
|
-
|
|
27
|
+
return /* @__PURE__ */ d("span", { className: l, ...i, "data-tx": "1.23.0", children: [
|
|
28
|
+
/* @__PURE__ */ n("span", { "data-test-id": a && `${a}__amount`, children: t }),
|
|
29
|
+
e && p()
|
|
30
30
|
] });
|
|
31
31
|
};
|
|
32
32
|
v.displayName = "Amount";
|
|
@@ -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 _ } from "../FormField/enums.js";
|
|
5
|
+
import { FormFieldClear as k } from "../FormField/components/FormFieldClear.js";
|
|
6
6
|
import "../FormField/components/FormFieldCounter.js";
|
|
7
|
+
import "../FormField/components/FormFieldDescription.js";
|
|
8
|
+
import { F as w } from "../../chunks/FormFieldInput-CwX_1h09.js";
|
|
7
9
|
import "../FormField/components/FormFieldLabel.js";
|
|
8
|
-
import { FormFieldClear as _ } from "../FormField/components/FormFieldClear.js";
|
|
9
|
-
import "../FormField/components/FormFieldTarget.js";
|
|
10
|
-
import { F as k } from "../../chunks/FormFieldInput-BXZLkCG-.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 A } from "../Typography/enums.js";
|
|
17
17
|
import "../Typography/Caption.js";
|
|
18
18
|
import { Text as B } 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(k, { onClick: d }),
|
|
47
47
|
i !== void 0 && /* @__PURE__ */ l(
|
|
48
48
|
B,
|
|
49
49
|
{
|
|
50
50
|
size: A.B2,
|
|
51
|
-
type: y !==
|
|
51
|
+
type: y !== _.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
|
+
w,
|
|
61
61
|
{
|
|
62
62
|
...r,
|
|
63
63
|
value: E(),
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { EAvatarSize as
|
|
1
|
+
import { EAvatarSize as a } from "./enums.js";
|
|
2
2
|
import { jsx as m } from "react/jsx-runtime";
|
|
3
3
|
import l from "react";
|
|
4
|
-
import { c as r } from "../../chunks/vendor-
|
|
5
|
-
const _ = "
|
|
4
|
+
import { c as r } from "../../chunks/vendor-BiObpx9E.js";
|
|
5
|
+
const _ = "avatar__40782c4f", e = "xxs__75c8633e", d = "xs__31a13fe6", f = "sm__b98362cf", n = "md__12fed1b0", i = "lg__926dd20e", v = "xl__4dd86ce5", p = "xxl__c6e92348", s = {
|
|
6
6
|
avatar: _,
|
|
7
7
|
xxs: e,
|
|
8
|
-
xs:
|
|
8
|
+
xs: d,
|
|
9
9
|
sm: f,
|
|
10
|
-
md:
|
|
10
|
+
md: n,
|
|
11
11
|
lg: i,
|
|
12
12
|
xl: v,
|
|
13
|
-
xxl:
|
|
14
|
-
},
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
},
|
|
23
|
-
|
|
13
|
+
xxl: p
|
|
14
|
+
}, X = {
|
|
15
|
+
[a.XXS]: s.xxs,
|
|
16
|
+
[a.XS]: s.xs,
|
|
17
|
+
[a.SM]: s.sm,
|
|
18
|
+
[a.MD]: s.md,
|
|
19
|
+
[a.LG]: s.lg,
|
|
20
|
+
[a.XL]: s.xl,
|
|
21
|
+
[a.XXL]: s.xxl
|
|
22
|
+
}, g = l.forwardRef(({ className: x, size: t, ...o }, c) => /* @__PURE__ */ m("div", { className: r(s.avatar, X[t], x), ...o, ref: c }));
|
|
23
|
+
g.displayName = "Avatar";
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
g as Avatar
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=Avatar.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
import { c as g } from "../../chunks/vendor-
|
|
1
|
+
import { jsxs as c, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
import { c as g } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
4
|
import { createSizeToClassNameMap as _ } from "../../utils/classNameMaps.js";
|
|
5
5
|
import { BadgeDot as i } from "./BadgeDot.js";
|
|
6
6
|
import { BadgeContent as f } 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__67c7e7de", P = "sm__c7cf3130", u = "md__cf8d8194", N = "lg__a6c1a140", d = {
|
|
10
10
|
badge: b,
|
|
11
11
|
sm: P,
|
|
12
12
|
md: u,
|
|
13
13
|
lg: N
|
|
14
|
-
}, S = _(
|
|
15
|
-
|
|
16
|
-
({ children: t, className: s, size:
|
|
17
|
-
o ? /* @__PURE__ */
|
|
18
|
-
t ? /* @__PURE__ */
|
|
19
|
-
|
|
14
|
+
}, S = _(d), h = Object.assign(
|
|
15
|
+
l.forwardRef(
|
|
16
|
+
({ children: t, className: s, size: m, prefix: o, postfix: a, ...n }, r) => /* @__PURE__ */ c("span", { className: g(d.badge, S[m], s), ...n, ref: r, children: [
|
|
17
|
+
o ? /* @__PURE__ */ e(p, { children: o }) : null,
|
|
18
|
+
t ? /* @__PURE__ */ e(f, { size: m, noPaddingLeft: !!o, noPaddingRight: !!a, children: t }) : null,
|
|
19
|
+
a ? /* @__PURE__ */ e(B, { children: a }) : null
|
|
20
20
|
] })
|
|
21
21
|
),
|
|
22
22
|
{
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { createSizeToClassNameMap as
|
|
5
|
-
const r = "
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { c as d } from "../../chunks/vendor-BiObpx9E.js";
|
|
4
|
+
import { createSizeToClassNameMap as _ } from "../../utils/classNameMaps.js";
|
|
5
|
+
const r = "badgeDot__4968d24e", f = "sm__c7cf3130", g = "md__cf8d8194", l = "lg__a6c1a140", o = {
|
|
6
6
|
badgeDot: r,
|
|
7
7
|
sm: f,
|
|
8
8
|
md: g,
|
|
9
9
|
lg: l
|
|
10
|
-
}, n =
|
|
10
|
+
}, n = _(o), p = c.forwardRef(({ className: t, size: a, ...s }, e) => /* @__PURE__ */ m("span", { className: d(o.badgeDot, n[a], t), ...s, ref: e }));
|
|
11
11
|
p.displayName = "BadgeDot";
|
|
12
12
|
export {
|
|
13
13
|
p as BadgeDot
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { jsx as g } from "react/jsx-runtime";
|
|
2
|
-
import { c
|
|
3
|
-
import { createSizeToClassNameMap as
|
|
4
|
-
const _ = "
|
|
2
|
+
import { c } from "../../../chunks/vendor-BiObpx9E.js";
|
|
3
|
+
import { createSizeToClassNameMap as i } from "../../../utils/classNameMaps.js";
|
|
4
|
+
const _ = "badgeContent__bd03d725", m = "sm__c7cf3130", f = "md__cf8d8194", P = "lg__a6c1a140", l = "noPaddingLeft__a42a1d59", r = "noPaddingRight__e6700cb2", n = {
|
|
5
5
|
badgeContent: _,
|
|
6
6
|
sm: m,
|
|
7
7
|
md: f,
|
|
8
8
|
lg: P,
|
|
9
9
|
noPaddingLeft: l,
|
|
10
10
|
noPaddingRight: r
|
|
11
|
-
}, C =
|
|
11
|
+
}, C = i(n), p = ({
|
|
12
12
|
children: t,
|
|
13
13
|
size: o,
|
|
14
14
|
noPaddingLeft: d,
|
|
15
|
-
noPaddingRight:
|
|
16
|
-
className:
|
|
15
|
+
noPaddingRight: a,
|
|
16
|
+
className: e,
|
|
17
17
|
...s
|
|
18
18
|
}) => /* @__PURE__ */ g(
|
|
19
19
|
"span",
|
|
20
20
|
{
|
|
21
|
-
className:
|
|
21
|
+
className: c(
|
|
22
22
|
n.badgeContent,
|
|
23
23
|
C[o],
|
|
24
|
-
{ [n.noPaddingLeft]: d, [n.noPaddingRight]:
|
|
25
|
-
|
|
24
|
+
{ [n.noPaddingLeft]: d, [n.noPaddingRight]: a },
|
|
25
|
+
e
|
|
26
26
|
),
|
|
27
27
|
...s,
|
|
28
28
|
children: t
|
|
29
29
|
}
|
|
30
30
|
);
|
|
31
|
-
|
|
31
|
+
p.displayName = "BadgeContent";
|
|
32
32
|
export {
|
|
33
|
-
|
|
33
|
+
p as BadgeContent
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=BadgeContent.js.map
|