@sberbusiness/triplex-next 0.18.0 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/{AlertProcessSpoiler-CjSQmvuc.js → AlertProcessSpoiler-CApu9sgV.js} +8 -8
- package/chunks/{CalendarViewItem-Ca-FLo0r.js → CalendarViewItem-CCClPe6W.js} +13 -13
- package/chunks/Card.module-D48lssVF.js +17 -0
- package/chunks/CheckboxTreeExtended.module-BLtvkZsi.js +14 -0
- package/chunks/{Chip-BLKgYv0e.js → Chip-D-F5Ccch.js} +10 -10
- package/chunks/Confirm.module-CvrGGvLz.js +15 -0
- package/chunks/DropdownListItem-B89w0ZP6.js +65 -0
- package/chunks/DropdownMobile.module-CEbQqs2X.js +23 -0
- package/chunks/Footer.module-WHmnrQeq.js +9 -0
- package/chunks/{FormFieldInput-QoI3Qmcf.js → FormFieldInput-CC-nRhb4.js} +14 -14
- package/chunks/HeaderLayoutSidebar.module-Cnl-O6HE.js +9 -0
- package/chunks/HeaderTabs.module-Nz927HlU.js +9 -0
- package/chunks/{HeaderTitle.module-qG7NNUSy.js → HeaderTitle.module-F927IkdE.js} +2 -2
- package/chunks/IslandAccordion.module-CFCDu7K5.js +25 -0
- package/chunks/IslandWidgetFooter.module--vNV-XXe.js +9 -0
- package/chunks/IslandWidgetHeader.module-BhnBnkZk.js +12 -0
- package/chunks/{LightBoxContent-iKg6uhHj.js → LightBoxContent-CWI11Mkg.js} +6 -6
- package/chunks/LightBoxControls.module-Kv0-R_GW.js +16 -0
- package/chunks/LightBoxSideOverlayClose.module-DGwWDaQC.js +8 -0
- package/chunks/{ListItemControlsButton-B36AdJX2.js → ListItemControlsButton-CDm9UcL0.js} +5 -5
- package/chunks/ListItemTail.module-DZ2CIKA4.js +12 -0
- package/chunks/ListMasterFooter.module-DMTXvddx.js +10 -0
- package/chunks/ModalWindow.module-CmKHP-l0.js +17 -0
- package/chunks/Notification.module-CtiA4KeZ.js +20 -0
- package/chunks/Overlay.module-BKGmOe22.js +18 -0
- package/chunks/Page.module-BjtGL1n5.js +11 -0
- package/chunks/{RightBorderArrow-COmdqSvG.js → RightBorderArrow-BUP-gfBp.js} +10 -10
- package/chunks/SMSField.module-BM5o6WPK.js +16 -0
- package/chunks/SliderExtendedMarks.module-C4eA55N-.js +15 -0
- package/chunks/{SliderExtendedRail-6lH6RyNF.js → SliderExtendedRail-BtDNU2QU.js} +13 -13
- package/chunks/StatusTracker.module-jKCRT7JR.js +24 -0
- package/chunks/{SuggestFieldMobileDropdownHint-DeExagGp.js → SuggestFieldMobileDropdownHint-B6hhbNqZ.js} +4 -4
- package/chunks/TableFooter.module-BIxc-uz_.js +14 -0
- package/chunks/TabsExtended.module-CWXgdzlB.js +16 -0
- package/chunks/TabsLine.module-BQ_DsA4u.js +21 -0
- package/chunks/TooltipDesktop.module-DMqxtrmh.js +19 -0
- package/chunks/TreeView.module-DwpFo7Sm.js +9 -0
- package/chunks/{UploadZoneInput-CCa8azJA.js → UploadZoneInput-CCOpTzdI.js} +2 -2
- package/chunks/{constants-CBGFTz75.js → constants-BY0--v5J.js} +12 -12
- package/chunks/utils-BD4-x_pW.js +24 -0
- package/chunks/utils-CDZhfAbZ.js +18 -0
- package/chunks/utils-CIrM2Shg.js +73 -0
- package/chunks/{utils-ux-s0pdr.js → utils-DN-l5mfA.js} +10 -10
- package/components/Alert/AlertContext/AlertContext.js +16 -16
- package/components/Alert/AlertProcess/AlertProcess.js +2 -2
- package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
- package/components/Amount/Amount.js +7 -7
- package/components/AmountField/AmountField.js +1 -1
- package/components/Avatar/Avatar.js +4 -4
- package/components/Badge/Badge.js +10 -10
- package/components/Badge/BadgeDot.js +6 -6
- package/components/Badge/components/BadgeContent.js +17 -17
- package/components/Badge/components/BadgePostfix.js +10 -10
- package/components/Badge/components/BadgePrefix.js +6 -6
- package/components/Body/Body.js +8 -8
- package/components/Button/Button.js +14 -14
- package/components/Button/ButtonBase.js +1 -1
- package/components/Button/ButtonDropdown.js +1 -1
- package/components/Button/ButtonDropdownExtended.js +7 -7
- package/components/Button/ButtonIcon.js +15 -15
- package/components/Calendar/Calendar.js +17 -17
- package/components/Calendar/components/CalendarControls.js +9 -9
- package/components/Calendar/components/CalendarFooter.js +4 -4
- package/components/Calendar/components/CalendarViewDays.js +1 -1
- package/components/Calendar/components/CalendarViewItem.js +1 -1
- package/components/Calendar/components/CalendarViewMonths.js +1 -1
- package/components/Calendar/components/CalendarViewYears.js +1 -1
- package/components/Card/CardAction.js +15 -15
- package/components/Card/CardStatic.js +2 -2
- package/components/Card/components/CardContent/CardContent.js +1 -1
- package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
- package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
- package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
- package/components/Card/components/CardMedia.js +1 -1
- package/components/Card/utils.js +1 -1
- package/components/CarouselExtended/CarouselExtended.js +1 -1
- package/components/Checkbox/Checkbox.js +6 -6
- package/components/Checkbox/CheckboxXGroup.js +14 -14
- package/components/Checkbox/CheckboxYGroup.js +9 -9
- package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
- package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/ChipClearButton.js +9 -9
- package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
- package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
- package/components/Chip/ChipDropdownArrow.js +14 -15
- package/components/Chip/ChipIcon.js +1 -1
- package/components/Chip/ChipMultiselect.js +25 -18
- package/components/Chip/ChipOptions.js +9 -9
- package/components/Chip/ChipSelect/ChipSelect.js +1 -1
- package/components/Chip/ChipSelect/ChipSelectTarget.js +23 -22
- package/components/Chip/ChipSort.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
- package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
- package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
- package/components/Chip/index.js +1 -1
- package/components/ChipGroup/ChipGroup.js +13 -13
- package/components/Col/Col.js +136 -136
- package/components/CollapsableTree/components/CollapsableTreeNode.js +5 -5
- package/components/Confirm/Confirm.js +1 -1
- package/components/Confirm/components/ConfirmCloseButton.js +1 -1
- package/components/Confirm/components/ConfirmContent.js +1 -1
- package/components/Confirm/components/ConfirmContentTitle.js +1 -1
- package/components/Confirm/components/ConfirmControls.js +1 -1
- package/components/DateField/DateField.js +1 -1
- package/components/DatePickerExtended/DatePickerExtended.js +2 -2
- package/components/DatePickerExtended/DatePickerExtendedDropdown.js +1 -1
- package/components/DateRange/DateRange.js +7 -7
- package/components/DesignTokens/DesignTokenUtils.js +1 -1
- package/components/Divider/Divider.js +17 -17
- package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
- package/components/Dropdown/desktop/DropdownDesktop.js +18 -18
- package/components/Dropdown/desktop/DropdownList.js +9 -8
- package/components/Dropdown/desktop/DropdownListItem.js +4 -3
- package/components/Dropdown/desktop/index.js +1 -1
- package/components/Dropdown/index.js +1 -1
- package/components/Dropdown/mobile/DropdownMobile.js +2 -2
- package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
- package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileListItem.js +16 -15
- package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
- package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +2 -2
- package/components/Ellipsis/Ellipsis.js +2 -2
- package/components/ExpandAnimation/ExpandAnimation.js +15 -15
- package/components/Footer/Footer.js +1 -1
- package/components/Footer/components/FooterDescription.js +1 -1
- package/components/Footer/components/FooterDescriptionContent.js +1 -1
- package/components/Footer/components/FooterDescriptionControls.js +1 -1
- package/components/FormField/FormField.js +17 -17
- package/components/FormField/components/FormFieldClear.js +5 -5
- package/components/FormField/components/FormFieldCounter.js +4 -4
- package/components/FormField/components/FormFieldDescription.js +3 -3
- package/components/FormField/components/FormFieldInput.js +1 -1
- package/components/FormField/components/FormFieldLabel.js +5 -5
- package/components/FormField/components/FormFieldMaskedInput.js +22 -22
- package/components/FormField/components/FormFieldPostfix.js +4 -4
- package/components/FormField/components/FormFieldPrefix.js +9 -9
- package/components/FormField/components/FormFieldTarget.js +4 -4
- package/components/FormField/components/FormFieldTextarea.js +9 -9
- package/components/FormField/index.js +1 -1
- package/components/Header/Header.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
- package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
- package/components/Header/components/HeaderSubheader/HeaderSubheader.js +6 -6
- package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
- package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
- package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
- package/components/HelpBox/HelpBox.js +10 -10
- package/components/Island/Island.js +1 -1
- package/components/Island/components/IslandBody.js +5 -5
- package/components/Island/components/IslandFooter.js +4 -4
- package/components/Island/components/IslandHeader.js +1 -1
- package/components/Island/utils.js +1 -1
- package/components/IslandAccordion/IslandAccordion.js +2 -2
- package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
- package/components/IslandAccordion/components/IslandAccordionItem.js +2 -2
- package/components/IslandWidget/IslandWidget.js +9 -9
- package/components/IslandWidget/components/IslandWidgetBody.js +1 -1
- package/components/IslandWidget/components/IslandWidgetExtraFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
- package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
- package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
- package/components/LightBox/LightBox.js +24 -24
- package/components/LightBox/LightBoxContent.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
- package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +8 -8
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
- package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
- package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
- package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +7 -7
- package/components/Link/Link.js +26 -26
- package/components/List/List.js +8 -8
- package/components/List/components/ListEmptyState.js +1 -1
- package/components/List/components/ListItem.js +1 -1
- package/components/List/components/ListItemContent.js +2 -2
- package/components/List/components/ListItemControls.js +1 -1
- package/components/List/components/ListItemControlsButton.js +1 -1
- package/components/List/components/ListItemControlsButtonDropdown.js +1 -1
- package/components/List/components/ListItemLoading.js +8 -8
- package/components/List/components/ListItemSelectable.js +6 -6
- package/components/List/components/ListItemTable.js +5 -5
- package/components/List/components/ListItemTailLeft.js +1 -1
- package/components/List/components/ListItemTailRight.js +1 -1
- package/components/List/components/ListSortableItem.js +4 -4
- package/components/List/components/ListSortableItemControls.js +1 -1
- package/components/List/components/ListSortableItemTarget.js +4 -4
- package/components/List/index.js +1 -1
- package/components/ListMaster/ListMaster.js +1 -1
- package/components/ListMaster/components/ListMasterBody.js +1 -1
- package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
- package/components/ListMaster/components/ListMasterFooter.js +1 -1
- package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
- package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
- package/components/ListMaster/components/ListMasterHeader.js +1 -1
- package/components/ListMaster/components/SelectionControls.js +6 -6
- package/components/Loader/LoaderMiddle/LoaderMiddle.js +3 -3
- package/components/Loader/LoaderSmall/LoaderSmall.js +6 -6
- package/components/LoaderScreen/LoaderScreen.js +8 -8
- package/components/Marker/Marker.js +7 -16
- package/components/Marker/utils.js +1 -1
- package/components/MarkerStatus/MarkerStatus.js +13 -13
- package/components/ModalWindow/ModalWindow.js +1 -1
- package/components/ModalWindow/components/ModalWindowBody.js +4 -4
- package/components/ModalWindow/components/ModalWindowClose.js +6 -6
- package/components/ModalWindow/components/ModalWindowContent.js +1 -1
- package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
- package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +13 -12
- package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +1 -1
- package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
- package/components/Notification/Notification.js +2 -2
- package/components/Notification/NotificationGrouped.js +1 -1
- package/components/Notification/components/NotificationBody.js +1 -1
- package/components/Notification/components/NotificationBodyContent.js +6 -5
- package/components/Notification/components/NotificationBodyList.js +1 -1
- package/components/Notification/components/NotificationClose.js +1 -1
- package/components/Notification/components/NotificationFooter.js +1 -1
- package/components/Notification/components/NotificationGroupedFooter.js +1 -1
- package/components/Notification/components/NotificationHeader.js +1 -1
- package/components/Notification/components/NotificationIcon.js +1 -1
- package/components/Notification/components/NotificationTime.js +1 -1
- package/components/NumberField/NumberFieldInput.js +1 -1
- package/components/OrderedList/OrderedList.js +6 -6
- package/components/OrderedList/OrderedListItem.js +8 -8
- package/components/Overlay/Overlay.js +1 -1
- package/components/Overlay/OverlayMask.js +1 -1
- package/components/Overlay/OverlayPanel.js +1 -1
- package/components/Page/Page.js +1 -1
- package/components/Page/components/BodyPage.js +9 -9
- package/components/Page/components/FooterPage.js +1 -1
- package/components/Page/components/HeaderPage.js +1 -1
- package/components/Pagination/components/PaginationExtended.js +2 -2
- package/components/Pagination/components/PaginationNavigationButton.js +7 -7
- package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
- package/components/Pagination/components/PaginationPageButton.js +1 -1
- package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
- package/components/Pagination/components/PaginationSelect.js +8 -8
- package/components/Radio/Radio.js +16 -16
- package/components/Radio/RadioXGroup.js +10 -10
- package/components/Radio/RadioYGroup.js +4 -4
- package/components/Row/Row.js +7 -7
- package/components/SMSField/SMSField.js +2 -2
- package/components/SMSField/components/RefreshIcon.js +1 -1
- package/components/SMSField/components/SMSFieldInput.js +2 -2
- package/components/SMSField/components/SMSFieldRefresh.js +1 -1
- package/components/SMSField/components/SMSFieldSubmit.js +1 -1
- package/components/SegmentedControl/SegmentedControl.js +11 -11
- package/components/SegmentedControl/SegmentedControlSegment.js +19 -19
- package/components/SelectExtendedField/SelectExtendedField.js +4 -4
- package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
- package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +17 -17
- package/components/Skeleton/Skeleton.js +4 -4
- package/components/SliderExtended/SliderExtended.js +2 -2
- package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +26 -26
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
- package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
- package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
- package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +10 -10
- package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +24 -24
- package/components/SmallInput/SmallInput.js +1 -1
- package/components/Spoiler/Spoiler.js +14 -14
- package/components/StatusTracker/StatusTracker.js +2 -2
- package/components/StatusTracker/components/StatusTrackerAlert.js +1 -1
- package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
- package/components/StatusTracker/components/StatusTrackerButton.js +7 -9
- package/components/StatusTracker/components/StatusTrackerDescription.js +1 -1
- package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
- package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
- package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
- package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
- package/components/StatusTracker/components/StatusTrackerSum.js +1 -1
- package/components/StatusTracker/components/StatusTrackerTitle.js +1 -1
- package/components/Step/Step.js +13 -13
- package/components/Stepper/RightBorderArrow.js +1 -1
- package/components/Stepper/Stepper.js +3 -3
- package/components/Stepper/StepperExtended.js +4 -4
- package/components/Stepper/StepperStep.js +2 -2
- package/components/Stepper/StepperWrapper.js +2 -2
- package/components/Suggest/SuggestMobileDropdownContent.js +11 -11
- package/components/SuggestField/SuggestField.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktop.js +2 -2
- package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
- package/components/SuggestField/index.js +1 -1
- package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
- package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
- package/components/SuggestField/mobile/index.js +1 -1
- package/components/SwipeableArea/SwipeableArea.js +14 -14
- package/components/Table/FilterPanel.js +5 -5
- package/components/Table/MasterTable.js +8 -8
- package/components/Table/NoColumns.js +4 -4
- package/components/Table/PaginationPanel.js +4 -4
- package/components/Table/TableBasic/TableBasic.js +1 -1
- package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
- package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
- package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
- package/components/Table/TableBasicSettings/TableBasicSettings.js +7 -7
- package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +4 -4
- package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
- package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +4 -4
- package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +4 -4
- package/components/Table/TableFooter/TableFooter.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
- package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
- package/components/Table/TabsLinePanel.js +2 -2
- package/components/Table/TabsLinePanelLinks.js +1 -1
- package/components/Table/utils.js +1 -1
- package/components/Tabs/Tabs.js +17 -17
- package/components/TabsExtended/TabsExtended.js +2 -2
- package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
- package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
- package/components/TabsExtended/components/TabsExtendedTabButton.js +17 -17
- package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
- package/components/TabsExtended/utils.js +1 -1
- package/components/TabsLine/TabsLine.js +1 -1
- package/components/TabsLine/components/TabsLineDesktop.js +1 -1
- package/components/TabsLine/components/TabsLineDropdown.js +2 -2
- package/components/TabsLine/components/TabsLineItem.js +35 -35
- package/components/TabsLine/components/TabsLineMobile.js +11 -11
- package/components/Tag/Tag.js +32 -32
- package/components/TagColor/TagColor.js +13 -13
- package/components/TagGroup/TagGroup.js +12 -12
- package/components/TextField/TextField.js +1 -1
- package/components/TextareaField/TextareaField.js +1 -1
- package/components/Tooltip/components/common/TooltipBody.js +1 -1
- package/components/Tooltip/components/common/TooltipLink.js +7 -7
- package/components/Tooltip/components/common/TooltipXButton.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
- package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
- package/components/Tooltip/components/mobile/TooltipMobile.js +10 -10
- package/components/TopOverlay/TopOverlay.js +5 -5
- package/components/TreeView/TreeView.js +1 -1
- package/components/TreeView/components/TreeViewGroup.js +1 -1
- package/components/TreeView/components/TreeViewNode.js +1 -1
- package/components/Typography/Caption.js +20 -20
- package/components/Typography/Text.js +20 -20
- package/components/Typography/Title.js +13 -13
- package/components/Typography/constants.js +1 -1
- package/components/UnorderedList/UnorderedList.js +6 -6
- package/components/UnorderedList/UnorderedListItem.js +9 -9
- package/components/UploadZone/UploadZone.js +67 -59
- package/components/UploadZone/components/UploadZoneInput.js +1 -1
- package/components/index.js +253 -255
- package/index.d.ts +10 -13
- package/index.js +66 -68
- package/package.json +2 -5
- package/styles/triplex-next.css +546 -546
- package/chunks/Card.module-CzLtoScY.js +0 -17
- package/chunks/CheckboxTreeExtended.module-DkdxFQuq.js +0 -14
- package/chunks/Confirm.module-BMyKk7ci.js +0 -15
- package/chunks/DropdownListItem-DeF8AY7t.js +0 -63
- package/chunks/DropdownMobile.module-Ds3kgyp0.js +0 -23
- package/chunks/Footer.module-D2AeYynH.js +0 -9
- package/chunks/HeaderLayoutSidebar.module-CPzyr_Es.js +0 -9
- package/chunks/HeaderTabs.module-CTLu8m8e.js +0 -9
- package/chunks/IslandAccordion.module-C-6vlAWF.js +0 -25
- package/chunks/IslandWidgetFooter.module-xITdAr93.js +0 -9
- package/chunks/IslandWidgetHeader.module-Bvq2rTll.js +0 -12
- package/chunks/LightBoxControls.module-C4hxT62o.js +0 -16
- package/chunks/LightBoxSideOverlayClose.module-Bw4ojHvB.js +0 -8
- package/chunks/ListItemTail.module-DRs0pxZe.js +0 -12
- package/chunks/ListMasterFooter.module-DTybJY-0.js +0 -10
- package/chunks/ModalWindow.module-Dw-47OlP.js +0 -17
- package/chunks/Notification.module-BKYlR9Q1.js +0 -21
- package/chunks/Overlay.module-DMP8sff8.js +0 -18
- package/chunks/Page.module-ZgV0sjdJ.js +0 -11
- package/chunks/SMSField.module-kXUXCT5O.js +0 -16
- package/chunks/SliderExtendedMarks.module-DZ2tJis8.js +0 -15
- package/chunks/StatusTracker.module-BiMt5_cO.js +0 -24
- package/chunks/TableFooter.module-Cr1neNvX.js +0 -14
- package/chunks/TabsExtended.module-D_yz2JTI.js +0 -16
- package/chunks/TabsLine.module-Bu6BuWqh.js +0 -21
- package/chunks/TooltipDesktop.module-CVz3e2hU.js +0 -19
- package/chunks/TreeView.module-DSb6I410.js +0 -9
- package/chunks/utils-Bbbhrgqj.js +0 -20
- package/chunks/utils-BoLzdbbW.js +0 -73
- package/chunks/utils-CAZ6n1RH.js +0 -24
- package/components/NotificationIcon/NotificationIcon.js +0 -10
- package/components/NotificationIcon/index.js +0 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { s } from "../../../chunks/TreeView.module-
|
|
2
|
+
import { s } from "../../../chunks/TreeView.module-DwpFo7Sm.js";
|
|
3
3
|
const m = ({ children: r, ...e }) => /* @__PURE__ */ o("ul", { role: "group", className: s.treeViewGroup, ...e, children: r });
|
|
4
4
|
export {
|
|
5
5
|
m as TreeViewGroup
|
|
@@ -7,7 +7,7 @@ import { TreeViewContext as m, withTreeViewContext as x } from "../TreeViewConte
|
|
|
7
7
|
import { TreeViewAbstractNode as b } from "../TreeViewAbstractNode.js";
|
|
8
8
|
import { TreeViewAbstractNodeUtils as n } from "../TreeViewAbstractNodeUtils.js";
|
|
9
9
|
import { c as w } from "../../../chunks/vendor-DE8Zvm0w.js";
|
|
10
|
-
import { s as C } from "../../../chunks/TreeView.module-
|
|
10
|
+
import { s as C } from "../../../chunks/TreeView.module-DwpFo7Sm.js";
|
|
11
11
|
class V extends l.Component {
|
|
12
12
|
constructor(e) {
|
|
13
13
|
super(e);
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { jsx as E } from "react/jsx-runtime";
|
|
2
2
|
import S from "react";
|
|
3
3
|
import { c as T } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { ECaptionSize as
|
|
5
|
-
import { t, F as
|
|
6
|
-
const
|
|
7
|
-
caption:
|
|
8
|
-
regular:
|
|
9
|
-
semibold:
|
|
10
|
-
c1:
|
|
11
|
-
c2:
|
|
4
|
+
import { ECaptionSize as s, EFontWeightCaption as _, EFontType as f } from "./enums.js";
|
|
5
|
+
import { t, F as g } from "../../chunks/constants-BY0--v5J.js";
|
|
6
|
+
const C = "caption__d6b2569b", y = "regular__9cf810a2", M = "semibold__ccdf24d4", R = "c1__1a11b21d", b = "c2__7429729c", N = "d1__8aa71e42", o = {
|
|
7
|
+
caption: C,
|
|
8
|
+
regular: y,
|
|
9
|
+
semibold: M,
|
|
10
|
+
c1: R,
|
|
11
|
+
c2: b,
|
|
12
12
|
d1: N
|
|
13
13
|
}, L = {
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
14
|
+
[s.C1]: o.c1,
|
|
15
|
+
[s.C2]: o.c2,
|
|
16
|
+
[s.D1]: o.d1
|
|
17
17
|
}, O = {
|
|
18
18
|
[_.REGULAR]: o.regular,
|
|
19
19
|
[_.SEMIBOLD]: o.semibold
|
|
@@ -24,25 +24,25 @@ const b = "caption__3e6d935e", f = "regular__a858bccd", y = "semibold__b5bc6892"
|
|
|
24
24
|
size: e,
|
|
25
25
|
tag: p,
|
|
26
26
|
weight: i = _.REGULAR,
|
|
27
|
-
type: m =
|
|
27
|
+
type: m = f.PRIMARY,
|
|
28
28
|
underline: c,
|
|
29
|
-
strikethrough:
|
|
30
|
-
...
|
|
31
|
-
},
|
|
29
|
+
strikethrough: a,
|
|
30
|
+
...d
|
|
31
|
+
}, l) => {
|
|
32
32
|
const A = T(
|
|
33
33
|
t.typography,
|
|
34
34
|
o.caption,
|
|
35
35
|
L[e],
|
|
36
36
|
O[i],
|
|
37
|
-
|
|
37
|
+
g[m],
|
|
38
38
|
{
|
|
39
|
-
[t.strikethrough]: !!
|
|
40
|
-
[t.underline]: !!c && !
|
|
41
|
-
[t.underlineStrikethrough]: !!
|
|
39
|
+
[t.strikethrough]: !!a && !c,
|
|
40
|
+
[t.underline]: !!c && !a,
|
|
41
|
+
[t.underlineStrikethrough]: !!a && !!c
|
|
42
42
|
},
|
|
43
43
|
n
|
|
44
44
|
);
|
|
45
|
-
return /* @__PURE__ */ E(p || "span", { ref:
|
|
45
|
+
return /* @__PURE__ */ E(p || "span", { ref: l, className: A, ...d, children: r });
|
|
46
46
|
}
|
|
47
47
|
);
|
|
48
48
|
u.displayName = "Caption";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as M } from "react/jsx-runtime";
|
|
2
2
|
import S from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETextSize as o, EFontWeightText as c, ELineType as
|
|
5
|
-
import { t as _, F as
|
|
6
|
-
const
|
|
7
|
-
text:
|
|
3
|
+
import { c as d } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { ETextSize as o, EFontWeightText as c, ELineType as a, EFontType as x } from "./enums.js";
|
|
5
|
+
import { t as _, F as L } from "../../chunks/constants-BY0--v5J.js";
|
|
6
|
+
const N = "text__4be93917", O = "regular__9cf810a2", R = "semibold__ccdf24d4", f = "b1__4a295a65", g = "b2__9dd9938a", y = "b3__5325243d", P = "compact__16a37a0d", C = "b4__6b219e15", t = {
|
|
7
|
+
text: N,
|
|
8
8
|
regular: O,
|
|
9
9
|
semibold: R,
|
|
10
10
|
b1: f,
|
|
@@ -21,36 +21,36 @@ const d = "text__fd5486e1", O = "regular__a858bccd", R = "semibold__b5bc6892", f
|
|
|
21
21
|
[c.REGULAR]: t.regular,
|
|
22
22
|
[c.SEMIBOLD]: t.semibold
|
|
23
23
|
}, F = {
|
|
24
|
-
[
|
|
25
|
-
[
|
|
24
|
+
[a.NORMAL]: "",
|
|
25
|
+
[a.COMPACT]: t.compact
|
|
26
26
|
}, I = S.forwardRef(
|
|
27
27
|
({
|
|
28
|
-
children:
|
|
29
|
-
className:
|
|
28
|
+
children: r,
|
|
29
|
+
className: b,
|
|
30
30
|
size: m,
|
|
31
31
|
tag: n,
|
|
32
|
-
type: p =
|
|
32
|
+
type: p = x.PRIMARY,
|
|
33
33
|
weight: A = c.REGULAR,
|
|
34
|
-
line: T =
|
|
35
|
-
underline:
|
|
36
|
-
strikethrough:
|
|
34
|
+
line: T = a.NORMAL,
|
|
35
|
+
underline: s,
|
|
36
|
+
strikethrough: e,
|
|
37
37
|
...E
|
|
38
38
|
}, l) => {
|
|
39
|
-
const i =
|
|
39
|
+
const i = d(
|
|
40
40
|
_.typography,
|
|
41
41
|
t.text,
|
|
42
42
|
u[m],
|
|
43
43
|
B[A],
|
|
44
44
|
F[T],
|
|
45
|
-
|
|
45
|
+
L[p],
|
|
46
46
|
{
|
|
47
|
-
[_.strikethrough]: !!
|
|
48
|
-
[_.underline]: !!
|
|
49
|
-
[_.underlineStrikethrough]: !!
|
|
47
|
+
[_.strikethrough]: !!e && !s,
|
|
48
|
+
[_.underline]: !!s && !e,
|
|
49
|
+
[_.underlineStrikethrough]: !!e && !!s
|
|
50
50
|
},
|
|
51
|
-
|
|
51
|
+
b
|
|
52
52
|
);
|
|
53
|
-
return /* @__PURE__ */ M(n || "span", { ref: l, className: i, ...E, children:
|
|
53
|
+
return /* @__PURE__ */ M(n || "span", { ref: l, className: i, ...E, children: r });
|
|
54
54
|
}
|
|
55
55
|
);
|
|
56
56
|
I.displayName = "Text";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { ETitleSize as
|
|
5
|
-
import { t as e, F as S } from "../../chunks/constants-
|
|
6
|
-
const A = "
|
|
1
|
+
import { jsx as E } from "react/jsx-runtime";
|
|
2
|
+
import b from "react";
|
|
3
|
+
import { c as f } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
+
import { ETitleSize as l, EFontWeightTitle as o, EFontType as p } from "./enums.js";
|
|
5
|
+
import { t as e, F as S } from "../../chunks/constants-BY0--v5J.js";
|
|
6
|
+
const A = "title__97c8c506", M = "regular__9cf810a2", g = "semibold__ccdf24d4", u = "medium__ff2a3df8", y = "bold__1e02c723", O = "h1__e801d21d", L = "h2__b0ab8d1b", N = "h3__9aeb2897", t = {
|
|
7
7
|
title: A,
|
|
8
8
|
regular: M,
|
|
9
9
|
semibold: g,
|
|
@@ -13,17 +13,17 @@ const A = "title__31ddea2f", M = "regular__a858bccd", g = "semibold__b5bc6892",
|
|
|
13
13
|
h2: L,
|
|
14
14
|
h3: N
|
|
15
15
|
}, I = {
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
16
|
+
[l.H1]: t.h1,
|
|
17
|
+
[l.H2]: t.h2,
|
|
18
|
+
[l.H3]: t.h3
|
|
19
19
|
}, R = {
|
|
20
20
|
[o.MEDIUM]: t.medium,
|
|
21
21
|
[o.REGULAR]: t.regular,
|
|
22
22
|
[o.SEMIBOLD]: t.semibold,
|
|
23
23
|
[o.BOLD]: t.bold
|
|
24
|
-
}, F =
|
|
24
|
+
}, F = b.forwardRef(
|
|
25
25
|
({
|
|
26
|
-
children:
|
|
26
|
+
children: c,
|
|
27
27
|
className: r,
|
|
28
28
|
size: i,
|
|
29
29
|
tag: m,
|
|
@@ -33,7 +33,7 @@ const A = "title__31ddea2f", M = "regular__a858bccd", g = "semibold__b5bc6892",
|
|
|
33
33
|
strikethrough: _,
|
|
34
34
|
...n
|
|
35
35
|
}, h) => {
|
|
36
|
-
const T =
|
|
36
|
+
const T = f(
|
|
37
37
|
e.typography,
|
|
38
38
|
t.title,
|
|
39
39
|
I[i],
|
|
@@ -46,7 +46,7 @@ const A = "title__31ddea2f", M = "regular__a858bccd", g = "semibold__b5bc6892",
|
|
|
46
46
|
},
|
|
47
47
|
r
|
|
48
48
|
);
|
|
49
|
-
return /* @__PURE__ */
|
|
49
|
+
return /* @__PURE__ */ E(m || "h1", { ref: h, className: T, ...n, children: c });
|
|
50
50
|
}
|
|
51
51
|
);
|
|
52
52
|
F.displayName = "Title";
|
|
@@ -2,15 +2,15 @@ import { jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import s from "react";
|
|
3
3
|
import { c as d } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
4
|
import { UnorderedListItem as i } from "./UnorderedListItem.js";
|
|
5
|
-
const m = "
|
|
5
|
+
const m = "unorderedList__e5576b2a", a = {
|
|
6
6
|
unorderedList: m
|
|
7
|
-
},
|
|
7
|
+
}, n = Object.assign(
|
|
8
8
|
s.forwardRef(({ className: r, ...e }, t) => /* @__PURE__ */ o(
|
|
9
9
|
"ul",
|
|
10
10
|
{
|
|
11
|
-
className: d(
|
|
11
|
+
className: d(a.unorderedList, r),
|
|
12
12
|
...e,
|
|
13
|
-
"data-tx": "0.
|
|
13
|
+
"data-tx": "0.19.1",
|
|
14
14
|
ref: t
|
|
15
15
|
}
|
|
16
16
|
)),
|
|
@@ -18,8 +18,8 @@ const m = "unorderedList__202b424c", n = {
|
|
|
18
18
|
Item: i
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
|
-
|
|
21
|
+
n.displayName = "UnorderedList";
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
n as UnorderedList
|
|
24
24
|
};
|
|
25
25
|
//# sourceMappingURL=UnorderedList.js.map
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import m from "react";
|
|
3
3
|
import { c as s } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { ETextSize as
|
|
4
|
+
import { ETextSize as d } from "../Typography/enums.js";
|
|
5
5
|
import "../Typography/Caption.js";
|
|
6
|
-
import { Text as
|
|
6
|
+
import { Text as i } from "../Typography/Text.js";
|
|
7
7
|
import "../Typography/Title.js";
|
|
8
|
-
const a = "
|
|
8
|
+
const a = "unorderedListItem__16fd9d0c", n = {
|
|
9
9
|
unorderedListItem: a
|
|
10
10
|
}, p = m.forwardRef(
|
|
11
|
-
({ className:
|
|
12
|
-
|
|
11
|
+
({ className: t, ...e }, r) => /* @__PURE__ */ o(
|
|
12
|
+
i,
|
|
13
13
|
{
|
|
14
|
-
className: s(n.unorderedListItem,
|
|
15
|
-
size:
|
|
14
|
+
className: s(n.unorderedListItem, t),
|
|
15
|
+
size: d.B3,
|
|
16
16
|
tag: "li",
|
|
17
|
-
...
|
|
18
|
-
"data-tx": "0.
|
|
17
|
+
...e,
|
|
18
|
+
"data-tx": "0.19.1",
|
|
19
19
|
ref: r
|
|
20
20
|
}
|
|
21
21
|
)
|
|
@@ -1,99 +1,107 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import
|
|
4
|
-
import { c as
|
|
5
|
-
import { s as
|
|
1
|
+
import { jsx as P, jsxs as w } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as H, useState as x, useRef as U, useCallback as r, createElement as R, useEffect as g } from "react";
|
|
3
|
+
import y from "react-dom";
|
|
4
|
+
import { c as C } from "../../chunks/vendor-DE8Zvm0w.js";
|
|
5
|
+
import { s as Z, U as W } from "../../chunks/UploadZoneInput-CCOpTzdI.js";
|
|
6
6
|
import { UploadZoneContext as S } from "./UploadZoneContext.js";
|
|
7
7
|
const T = Object.assign(
|
|
8
|
-
|
|
8
|
+
H((O, b) => {
|
|
9
9
|
const {
|
|
10
|
-
dropZoneContainer:
|
|
11
|
-
children:
|
|
12
|
-
className:
|
|
13
|
-
onChange:
|
|
14
|
-
renderContainerContent:
|
|
15
|
-
onDrop:
|
|
16
|
-
onDragOver:
|
|
17
|
-
...
|
|
18
|
-
} =
|
|
19
|
-
|
|
20
|
-
}, []),
|
|
21
|
-
|
|
22
|
-
}, []),
|
|
10
|
+
dropZoneContainer: n,
|
|
11
|
+
children: j,
|
|
12
|
+
className: p,
|
|
13
|
+
onChange: f,
|
|
14
|
+
renderContainerContent: s,
|
|
15
|
+
onDrop: c,
|
|
16
|
+
onDragOver: l,
|
|
17
|
+
...m
|
|
18
|
+
} = O, [h, v] = x(!1), [d, I] = x(void 0), t = U(0), o = U(null), i = r(() => {
|
|
19
|
+
t.current += 1, t.current === 1 && v(!0);
|
|
20
|
+
}, []), u = r(() => {
|
|
21
|
+
t.current -= 1, t.current === 0 && v(!1);
|
|
22
|
+
}, []), E = r(
|
|
23
23
|
(e) => {
|
|
24
|
-
e && (e.addEventListener("dragenter",
|
|
24
|
+
e && (e.addEventListener("dragenter", i), e.addEventListener("dragleave", u));
|
|
25
25
|
},
|
|
26
|
-
[
|
|
27
|
-
),
|
|
26
|
+
[i, u]
|
|
27
|
+
), N = r(
|
|
28
28
|
(e) => {
|
|
29
|
-
e && (e.removeEventListener("dragenter",
|
|
29
|
+
e && (e.removeEventListener("dragenter", i), e.removeEventListener("dragleave", u));
|
|
30
30
|
},
|
|
31
|
-
[
|
|
32
|
-
),
|
|
31
|
+
[i, u]
|
|
32
|
+
), A = r(
|
|
33
33
|
(e) => {
|
|
34
|
-
e.preventDefault(),
|
|
34
|
+
e.preventDefault(), l == null || l(e);
|
|
35
35
|
},
|
|
36
|
-
[
|
|
37
|
-
), L =
|
|
36
|
+
[l]
|
|
37
|
+
), L = r(
|
|
38
38
|
(e) => {
|
|
39
|
-
e.preventDefault(),
|
|
39
|
+
e.preventDefault(), c == null || c(e), f(e.dataTransfer.files, e), v(!1), t.current = 0;
|
|
40
40
|
},
|
|
41
|
-
[
|
|
42
|
-
), k =
|
|
41
|
+
[f, c]
|
|
42
|
+
), k = r(() => {
|
|
43
43
|
const e = document.createElement("div");
|
|
44
|
-
return
|
|
45
|
-
/* @__PURE__ */
|
|
44
|
+
return y.render(
|
|
45
|
+
/* @__PURE__ */ R(
|
|
46
46
|
"div",
|
|
47
47
|
{
|
|
48
|
-
className:
|
|
49
|
-
onDragOver:
|
|
48
|
+
className: C(Z.uploadZoneContainerDragArea, p),
|
|
49
|
+
onDragOver: A,
|
|
50
50
|
onDrop: L,
|
|
51
|
-
...
|
|
51
|
+
...m,
|
|
52
52
|
key: "uploadZoneDragArea",
|
|
53
53
|
role: "none"
|
|
54
54
|
},
|
|
55
|
-
|
|
55
|
+
s == null ? void 0 : s()
|
|
56
56
|
),
|
|
57
57
|
e
|
|
58
58
|
), e;
|
|
59
|
-
}, [
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
},
|
|
68
|
-
|
|
59
|
+
}, [p, A, L, s, m]), a = r(() => {
|
|
60
|
+
const e = o.current;
|
|
61
|
+
e && (y.unmountComponentAtNode(e), e.parentNode && e.parentNode.removeChild(e), o.current = null);
|
|
62
|
+
}, []);
|
|
63
|
+
g(() => (E(n), () => {
|
|
64
|
+
N(n);
|
|
65
|
+
}), [n, E, N]), g(() => {
|
|
66
|
+
n && (h ? o.current && n.contains(o.current) || (a(), o.current = k(), n.appendChild(o.current)) : a());
|
|
67
|
+
}, [h, n, k, a]), g(
|
|
68
|
+
() => () => {
|
|
69
|
+
a(), t.current = 0;
|
|
70
|
+
},
|
|
71
|
+
[a]
|
|
72
|
+
);
|
|
73
|
+
const D = () => {
|
|
74
|
+
d == null || d.click();
|
|
75
|
+
}, M = (e) => {
|
|
76
|
+
e.stopPropagation(), D();
|
|
69
77
|
};
|
|
70
|
-
return /* @__PURE__ */
|
|
78
|
+
return /* @__PURE__ */ P(
|
|
71
79
|
S.Provider,
|
|
72
80
|
{
|
|
73
81
|
value: {
|
|
74
|
-
inputNode:
|
|
75
|
-
onChange:
|
|
76
|
-
openUploadDialog:
|
|
77
|
-
setInputNode:
|
|
82
|
+
inputNode: d,
|
|
83
|
+
onChange: f,
|
|
84
|
+
openUploadDialog: D,
|
|
85
|
+
setInputNode: I
|
|
78
86
|
},
|
|
79
|
-
children: /* @__PURE__ */
|
|
80
|
-
/* @__PURE__ */
|
|
87
|
+
children: /* @__PURE__ */ w("div", { className: Z.uploadZone, "data-tx": "0.19.1", ref: b, children: [
|
|
88
|
+
/* @__PURE__ */ R(
|
|
81
89
|
"div",
|
|
82
90
|
{
|
|
83
|
-
className:
|
|
84
|
-
onClick:
|
|
85
|
-
...
|
|
91
|
+
className: C(Z.uploadZoneDragArea, p),
|
|
92
|
+
onClick: M,
|
|
93
|
+
...m,
|
|
86
94
|
key: "uploadZoneDragArea",
|
|
87
95
|
role: "none"
|
|
88
96
|
}
|
|
89
97
|
),
|
|
90
|
-
|
|
98
|
+
j({ openUploadDialog: D })
|
|
91
99
|
] })
|
|
92
100
|
}
|
|
93
101
|
);
|
|
94
102
|
}),
|
|
95
103
|
{
|
|
96
|
-
Input:
|
|
104
|
+
Input: W
|
|
97
105
|
}
|
|
98
106
|
);
|
|
99
107
|
T.displayName = "UploadZone";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import "../UploadZoneContext.js";
|
|
3
3
|
import "../../../chunks/vendor-DE8Zvm0w.js";
|
|
4
|
-
import { U as i } from "../../../chunks/UploadZoneInput-
|
|
4
|
+
import { U as i } from "../../../chunks/UploadZoneInput-CCOpTzdI.js";
|
|
5
5
|
export {
|
|
6
6
|
i as UploadZoneInput
|
|
7
7
|
};
|