@sberbusiness/triplex-next 0.23.0 → 0.25.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.
Files changed (426) hide show
  1. package/README.md +8 -2
  2. package/assets/fonts/SBSansTextMono-Regular.woff2 +0 -0
  3. package/chunks/AlertProcessSpoiler-DF_eSZ-p.js +41 -0
  4. package/chunks/CalendarViewItem-CQErGrhc.js +101 -0
  5. package/chunks/Card.module-Ce9rAKOc.js +17 -0
  6. package/chunks/CheckboxTreeExtended.module-Cj2c6m06.js +15 -0
  7. package/chunks/Chip-BEnNi0nL.js +77 -0
  8. package/chunks/Confirm.module-CbAi5bkG.js +15 -0
  9. package/chunks/{DropdownListItem-C4JE2xV7.js → DropdownListItem-wT8cLRdZ.js} +14 -14
  10. package/chunks/DropdownMobile.module-rYB54yd0.js +23 -0
  11. package/chunks/Footer.module-CzJ_N1fs.js +9 -0
  12. package/chunks/{FormFieldInput-Dr_WBweC.js → FormFieldInput-Dj2JAqj2.js} +12 -12
  13. package/chunks/HeaderLayoutSidebar.module-HXJhEmKU.js +9 -0
  14. package/chunks/HeaderTabs.module-CjapozXy.js +9 -0
  15. package/chunks/{HeaderTitle.module-D5yAgpuv.js → HeaderTitle.module-SmVWml2y.js} +2 -2
  16. package/chunks/IslandAccordion.module-YvqRlzmi.js +25 -0
  17. package/chunks/IslandWidgetFooter.module-iMuqKnPP.js +9 -0
  18. package/chunks/IslandWidgetHeader.module-CnPne0Uq.js +12 -0
  19. package/chunks/LightBoxContent-DlDaCKV4.js +63 -0
  20. package/chunks/LightBoxControls.module-laAGRPrR.js +16 -0
  21. package/chunks/LightBoxSideOverlayClose.module-B3L_EV1B.js +9 -0
  22. package/chunks/ListItemControlsButton-UKjqQcv7.js +59 -0
  23. package/chunks/ListItemTail.module-igeWTjyg.js +12 -0
  24. package/chunks/ListMasterFooter.module-C0eM4fK4.js +10 -0
  25. package/chunks/ModalWindow.module-Cpk4uhwk.js +17 -0
  26. package/chunks/Notification.module-9japFkgv.js +20 -0
  27. package/chunks/Overlay.module-B3Az7dZS.js +18 -0
  28. package/chunks/Page.module-DOHwIYM4.js +11 -0
  29. package/chunks/{RightBorderArrow-CGThEmc4.js → RightBorderArrow-C6j8565V.js} +9 -9
  30. package/chunks/SMSField.module-BOpUjsSJ.js +16 -0
  31. package/chunks/SliderExtendedMarks.module-cdkiaSbT.js +15 -0
  32. package/chunks/{SliderExtendedRail-C51TfjHY.js → SliderExtendedRail-jfLPbgEp.js} +10 -10
  33. package/chunks/StatusTracker.module-OAxbFucN.js +24 -0
  34. package/chunks/{SuggestFieldMobileDropdownHint-8Km5bFV3.js → SuggestFieldMobileDropdownHint-CCyHjS-V.js} +6 -5
  35. package/chunks/TableFooter.module-CGWCS8e3.js +14 -0
  36. package/chunks/TabsExtended.module-BJOWXSHt.js +16 -0
  37. package/chunks/TabsLine.module-BsiLhw0I.js +21 -0
  38. package/chunks/TooltipDesktop.module-DVp6GHr8.js +19 -0
  39. package/chunks/TreeView.module-C2WPNvMq.js +9 -0
  40. package/chunks/{UploadZoneInput-onwF8t4d.js → UploadZoneInput-DYiPRAAI.js} +7 -7
  41. package/chunks/{constants-CUVfo8-z.js → constants-Ctks52i0.js} +12 -12
  42. package/chunks/utils-Bz5uKYQD.js +24 -0
  43. package/chunks/{utils-By-UAq7Y.js → utils-C6a9XDaC.js} +4 -4
  44. package/chunks/{utils-DxMHp1hh.js → utils-CrkRbGiM.js} +4 -4
  45. package/chunks/utils-QVs0E_e3.js +73 -0
  46. package/components/Alert/AlertContext/AlertContext.js +28 -28
  47. package/components/Alert/AlertProcess/AlertProcess.js +41 -34
  48. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +1 -1
  49. package/components/Alert/AlertProcess/enums.js +5 -0
  50. package/components/Alert/AlertTypeUtils.js +2 -2
  51. package/components/Alert/index.js +7 -5
  52. package/components/Amount/Amount.js +2 -2
  53. package/components/AmountField/AmountField.js +4 -3
  54. package/components/Avatar/Avatar.js +8 -8
  55. package/components/Badge/Badge.js +10 -10
  56. package/components/Badge/BadgeDot.js +10 -10
  57. package/components/Badge/components/BadgeContent.js +16 -16
  58. package/components/Badge/components/BadgePostfix.js +4 -4
  59. package/components/Badge/components/BadgePrefix.js +1 -1
  60. package/components/Body/Body.js +4 -4
  61. package/components/Button/Button.js +63 -86
  62. package/components/Button/ButtonBase.js +1 -1
  63. package/components/Button/ButtonDropdown.js +91 -90
  64. package/components/Button/ButtonDropdownExtended.js +5 -5
  65. package/components/Button/ButtonIcon.js +17 -19
  66. package/components/Calendar/Calendar.js +5 -5
  67. package/components/Calendar/components/CalendarControls.js +1 -1
  68. package/components/Calendar/components/CalendarFooter.js +1 -1
  69. package/components/Calendar/components/CalendarViewDays.js +1 -1
  70. package/components/Calendar/components/CalendarViewItem.js +1 -1
  71. package/components/Calendar/components/CalendarViewMonths.js +1 -1
  72. package/components/Calendar/components/CalendarViewYears.js +1 -1
  73. package/components/Card/CardAction.js +8 -8
  74. package/components/Card/CardStatic.js +2 -2
  75. package/components/Card/components/CardContent/CardContent.js +1 -1
  76. package/components/Card/components/CardContent/components/CardContentBody.js +1 -1
  77. package/components/Card/components/CardContent/components/CardContentFooter.js +1 -1
  78. package/components/Card/components/CardContent/components/CardContentHeader.js +1 -1
  79. package/components/Card/components/CardMedia.js +1 -1
  80. package/components/Card/utils.js +1 -1
  81. package/components/CarouselExtended/CarouselExtended.js +4 -4
  82. package/components/Checkbox/Checkbox.js +38 -36
  83. package/components/Checkbox/CheckboxXGroup.js +18 -17
  84. package/components/Checkbox/CheckboxYGroup.js +8 -7
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +1 -1
  86. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +1 -1
  89. package/components/Chip/Chip.js +3 -2
  90. package/components/Chip/ChipClearButton.js +9 -9
  91. package/components/Chip/ChipDatePicker/ChipDatePicker.js +1 -1
  92. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  93. package/components/Chip/ChipDropdownArrow.js +1 -1
  94. package/components/Chip/ChipIcon.js +1 -1
  95. package/components/Chip/ChipMultiselect.js +1 -1
  96. package/components/Chip/ChipOptions.js +5 -5
  97. package/components/Chip/ChipSelect/ChipSelect.js +1 -1
  98. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  99. package/components/Chip/ChipSort.js +38 -43
  100. package/components/Chip/ChipSuggest/ChipSuggest.js +1 -1
  101. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +1 -1
  102. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  103. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +2 -2
  104. package/components/Chip/index.js +1 -1
  105. package/components/ChipGroup/ChipGroup.js +14 -14
  106. package/components/Col/Col.js +147 -147
  107. package/components/CollapsableTree/components/CollapsableTreeNode.js +10 -10
  108. package/components/Confirm/Confirm.js +1 -1
  109. package/components/Confirm/components/ConfirmCloseButton.js +1 -1
  110. package/components/Confirm/components/ConfirmContent.js +1 -1
  111. package/components/Confirm/components/ConfirmContentSubTitle.js +4 -3
  112. package/components/Confirm/components/ConfirmContentTitle.js +1 -1
  113. package/components/Confirm/components/ConfirmControls.js +1 -1
  114. package/components/DateField/DateField.js +1 -1
  115. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  116. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +6 -6
  117. package/components/DateRange/DateRange.js +4 -4
  118. package/components/DesignTokens/DesignTokenUtils.js +1 -1
  119. package/components/DesignTokens/components/AlertProcess.js +1 -1
  120. package/components/Divider/Divider.js +17 -17
  121. package/components/DocumentNumberEdit/DocumentNumberEdit.js +1 -1
  122. package/components/Dropdown/desktop/DropdownDesktop.js +73 -66
  123. package/components/Dropdown/desktop/DropdownList.js +1 -1
  124. package/components/Dropdown/desktop/DropdownListItem.js +1 -1
  125. package/components/Dropdown/desktop/enums.js +2 -2
  126. package/components/Dropdown/desktop/index.js +1 -1
  127. package/components/Dropdown/index.js +1 -1
  128. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  129. package/components/Dropdown/mobile/DropdownMobileBody.js +1 -1
  130. package/components/Dropdown/mobile/DropdownMobileClose.js +1 -1
  131. package/components/Dropdown/mobile/DropdownMobileFooter.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobileHeader.js +1 -1
  133. package/components/Dropdown/mobile/DropdownMobileInner.js +1 -1
  134. package/components/Dropdown/mobile/DropdownMobileInput.js +1 -1
  135. package/components/Dropdown/mobile/DropdownMobileList.js +1 -1
  136. package/components/Dropdown/mobile/DropdownMobileListItem.js +1 -1
  137. package/components/Dropdown/mobile/DropdownMobileLoader.js +1 -1
  138. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +1 -1
  139. package/components/Ellipsis/Ellipsis.js +9 -9
  140. package/components/EmptyView/EmptyView.js +78 -0
  141. package/components/EmptyView/enums.js +5 -0
  142. package/components/EmptyView/index.js +7 -0
  143. package/components/EmptyView/types.js +2 -0
  144. package/components/ExpandAnimation/ExpandAnimation.js +7 -7
  145. package/components/Footer/Footer.js +1 -1
  146. package/components/Footer/components/FooterDescription.js +1 -1
  147. package/components/Footer/components/FooterDescriptionContent.js +1 -1
  148. package/components/Footer/components/FooterDescriptionControls.js +1 -1
  149. package/components/FormField/FormField.js +25 -25
  150. package/components/FormField/components/FormFieldClear.js +7 -7
  151. package/components/FormField/components/FormFieldCounter.js +5 -5
  152. package/components/FormField/components/FormFieldDescription.js +7 -7
  153. package/components/FormField/components/FormFieldInput.js +1 -1
  154. package/components/FormField/components/FormFieldLabel.js +5 -5
  155. package/components/FormField/components/FormFieldMaskedInput.js +16 -16
  156. package/components/FormField/components/FormFieldPostfix.js +5 -5
  157. package/components/FormField/components/FormFieldPrefix.js +8 -8
  158. package/components/FormField/components/FormFieldTarget.js +1 -1
  159. package/components/FormField/components/FormFieldTextarea.js +13 -13
  160. package/components/FormField/components/index.js +1 -1
  161. package/components/FormField/index.js +1 -1
  162. package/components/Header/Header.js +1 -1
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +1 -1
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +1 -1
  165. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +1 -1
  166. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +5 -5
  167. package/components/Header/components/HeaderTabs/HeaderTabs.js +1 -1
  168. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +1 -1
  169. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +1 -1
  170. package/components/Header/components/HeaderTitle/HeaderTitle.js +1 -1
  171. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +1 -1
  172. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +1 -1
  173. package/components/HelpBox/HelpBox.js +92 -88
  174. package/components/IconWrapper/IconWrapper.js +27 -0
  175. package/components/IconWrapper/index.js +5 -0
  176. package/components/Island/Island.js +1 -1
  177. package/components/Island/components/IslandBody.js +9 -7
  178. package/components/Island/components/IslandFooter.js +3 -3
  179. package/components/Island/components/IslandHeader.js +1 -1
  180. package/components/Island/utils.js +1 -1
  181. package/components/IslandAccordion/IslandAccordion.js +2 -2
  182. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  183. package/components/IslandAccordion/components/IslandAccordionFooter.js +1 -1
  184. package/components/IslandAccordion/components/IslandAccordionItem.js +29 -28
  185. package/components/IslandWidget/IslandWidget.js +21 -21
  186. package/components/IslandWidget/components/IslandWidgetBody.js +3 -3
  187. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +4 -4
  188. package/components/IslandWidget/components/IslandWidgetFooter.js +1 -1
  189. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  190. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  191. package/components/IslandWidget/components/IslandWidgetHeader.js +1 -1
  192. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +1 -1
  193. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +1 -1
  194. package/components/IslandWidget/components/IslandWidgetWrapper.js +3 -3
  195. package/components/LightBox/LightBox.js +44 -41
  196. package/components/LightBox/LightBoxContent.js +1 -1
  197. package/components/LightBox/LightBoxControls/LightBoxClose.js +1 -1
  198. package/components/LightBox/LightBoxControls/LightBoxControls.js +1 -1
  199. package/components/LightBox/LightBoxControls/LightBoxNext.js +1 -1
  200. package/components/LightBox/LightBoxControls/LightBoxPrev.js +1 -1
  201. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +25 -25
  202. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +1 -1
  203. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +1 -1
  204. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +1 -1
  205. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +10 -10
  206. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +5 -5
  207. package/components/LightBox/enums.js +5 -0
  208. package/components/LightBox/index.js +4 -2
  209. package/components/Link/Link.js +46 -45
  210. package/components/List/List.js +2 -2
  211. package/components/List/components/ListEmptyState.js +6 -6
  212. package/components/List/components/ListItem.js +1 -1
  213. package/components/List/components/ListItemContent.js +8 -8
  214. package/components/List/components/ListItemControls.js +6 -6
  215. package/components/List/components/ListItemControlsButton.js +3 -2
  216. package/components/List/components/ListItemControlsButtonDropdown.js +29 -30
  217. package/components/List/components/ListItemLoading.js +6 -6
  218. package/components/List/components/ListItemSelectable.js +1 -1
  219. package/components/List/components/ListItemTable.js +1 -1
  220. package/components/List/components/ListItemTailLeft.js +1 -1
  221. package/components/List/components/ListItemTailRight.js +1 -1
  222. package/components/List/components/ListSortableItem.js +1 -1
  223. package/components/List/components/ListSortableItemControls.js +5 -5
  224. package/components/List/components/ListSortableItemTarget.js +10 -10
  225. package/components/List/index.js +1 -1
  226. package/components/ListMaster/ListMaster.js +1 -1
  227. package/components/ListMaster/components/ListMasterBody.js +1 -1
  228. package/components/ListMaster/components/ListMasterChipGroup.js +1 -1
  229. package/components/ListMaster/components/ListMasterFooter.js +1 -1
  230. package/components/ListMaster/components/ListMasterFooterControls.js +1 -1
  231. package/components/ListMaster/components/ListMasterFooterDescription.js +1 -1
  232. package/components/ListMaster/components/ListMasterHeader.js +5 -5
  233. package/components/ListMaster/components/SelectionControls.js +6 -6
  234. package/components/Loader/LoaderMiddle/LoaderMiddle.js +1 -1
  235. package/components/Loader/LoaderSmall/LoaderSmall.js +5 -5
  236. package/components/LoaderScreen/LoaderScreen.js +9 -9
  237. package/components/Marker/Marker.js +1 -1
  238. package/components/Marker/utils.js +1 -1
  239. package/components/MarkerStatus/MarkerStatus.js +17 -16
  240. package/components/ModalWindow/ModalWindow.js +1 -1
  241. package/components/ModalWindow/components/ModalWindowBody.js +1 -1
  242. package/components/ModalWindow/components/ModalWindowClose.js +6 -6
  243. package/components/ModalWindow/components/ModalWindowContent.js +1 -1
  244. package/components/ModalWindow/components/ModalWindowHeader.js +1 -1
  245. package/components/ModalWindow/components/ModalWindowViewManager.js +1 -1
  246. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  247. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +7 -7
  248. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +5 -5
  249. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +6 -6
  250. package/components/Notification/Notification.js +2 -2
  251. package/components/Notification/NotificationGrouped.js +1 -1
  252. package/components/Notification/components/NotificationBody.js +1 -1
  253. package/components/Notification/components/NotificationBodyList.js +1 -1
  254. package/components/Notification/components/NotificationClose.js +1 -1
  255. package/components/Notification/components/NotificationFooter.js +1 -1
  256. package/components/Notification/components/NotificationGroupedFooter.js +1 -1
  257. package/components/Notification/components/NotificationHeader.js +1 -1
  258. package/components/Notification/components/NotificationIcon.js +1 -1
  259. package/components/Notification/components/NotificationTime.js +1 -1
  260. package/components/NumberField/NumberFieldInput.js +1 -1
  261. package/components/OrderedList/OrderedList.js +19 -14
  262. package/components/OrderedList/OrderedListItem.js +10 -9
  263. package/components/Overlay/Overlay.js +1 -1
  264. package/components/Overlay/OverlayMask.js +1 -1
  265. package/components/Overlay/OverlayPanel.js +1 -1
  266. package/components/Page/Page.js +1 -1
  267. package/components/Page/components/BodyPage.js +14 -14
  268. package/components/Page/components/FooterPage.js +1 -1
  269. package/components/Page/components/HeaderPage.js +1 -1
  270. package/components/Pagination/components/PaginationExtended.js +2 -2
  271. package/components/Pagination/components/PaginationNavigationButton.js +4 -4
  272. package/components/Pagination/components/PaginationNavigationExtended.js +1 -1
  273. package/components/Pagination/components/PaginationPageButton.js +10 -9
  274. package/components/Pagination/components/PaginationPageEllipsis.js +3 -2
  275. package/components/Pagination/components/PaginationSelect.js +5 -4
  276. package/components/Radio/Radio.js +11 -10
  277. package/components/Radio/RadioXGroup.js +11 -11
  278. package/components/Radio/RadioYGroup.js +6 -6
  279. package/components/Row/Row.js +10 -10
  280. package/components/SMSField/SMSField.js +2 -2
  281. package/components/SMSField/components/RefreshIcon.js +1 -1
  282. package/components/SMSField/components/SMSFieldInput.js +2 -2
  283. package/components/SMSField/components/SMSFieldRefresh.js +1 -1
  284. package/components/SMSField/components/SMSFieldSubmit.js +1 -1
  285. package/components/SegmentedControl/SegmentedControl.js +17 -17
  286. package/components/SegmentedControl/SegmentedControlSegment.js +37 -42
  287. package/components/SelectExtendedField/SelectExtendedField.js +51 -42
  288. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  289. package/components/SelectExtendedField/components/SelectExtendedFieldDropdownDefault.js +4 -3
  290. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -90
  291. package/components/SelectField/SelectField.js +1 -1
  292. package/components/Skeleton/Skeleton.js +7 -7
  293. package/components/SliderExtended/SliderExtended.js +2 -2
  294. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +4 -4
  295. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +1 -1
  296. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +1 -1
  297. package/components/SliderExtended/components/SliderExtendedRail.js +1 -1
  298. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +1 -1
  299. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +22 -22
  300. package/components/SmallInput/SmallInput.js +6 -6
  301. package/components/Spoiler/Spoiler.js +14 -14
  302. package/components/StatusTracker/StatusTracker.js +2 -2
  303. package/components/StatusTracker/components/StatusTrackerAlert.js +4 -3
  304. package/components/StatusTracker/components/StatusTrackerBody.js +1 -1
  305. package/components/StatusTracker/components/StatusTrackerButton.js +1 -1
  306. package/components/StatusTracker/components/StatusTrackerDescription.js +4 -3
  307. package/components/StatusTracker/components/StatusTrackerFooter.js +1 -1
  308. package/components/StatusTracker/components/StatusTrackerHeader.js +1 -1
  309. package/components/StatusTracker/components/StatusTrackerMedia.js +1 -1
  310. package/components/StatusTracker/components/StatusTrackerStatus.js +1 -1
  311. package/components/StatusTracker/components/StatusTrackerSum.js +11 -10
  312. package/components/StatusTracker/components/StatusTrackerTitle.js +8 -7
  313. package/components/Step/Step.js +11 -10
  314. package/components/Stepper/RightBorderArrow.js +1 -1
  315. package/components/Stepper/Stepper.js +3 -3
  316. package/components/Stepper/StepperExtended.js +4 -4
  317. package/components/Stepper/StepperStep.js +63 -65
  318. package/components/Stepper/StepperWrapper.js +4 -4
  319. package/components/Suggest/SuggestMobileDropdownContent.js +12 -11
  320. package/components/SuggestField/SuggestField.js +13 -12
  321. package/components/SuggestField/desktop/SuggestFieldDesktop.js +10 -10
  322. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  323. package/components/SuggestField/index.js +1 -1
  324. package/components/SuggestField/mobile/SuggestFieldMobile.js +40 -38
  325. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +50 -49
  326. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +3 -2
  327. package/components/SuggestField/mobile/index.js +1 -1
  328. package/components/SwipeableArea/SwipeableArea.js +17 -17
  329. package/components/Table/FilterPanel.js +5 -5
  330. package/components/Table/MasterTable.js +12 -12
  331. package/components/Table/NoColumns.js +6 -6
  332. package/components/Table/PaginationPanel.js +2 -2
  333. package/components/Table/TableBasic/TableBasic.js +1 -1
  334. package/components/Table/TableBasic/components/TableBasicBody.js +1 -1
  335. package/components/Table/TableBasic/components/TableBasicHeader.js +1 -1
  336. package/components/Table/TableBasic/components/TableBasicRow.js +1 -1
  337. package/components/Table/TableBasicSettings/TableBasicSettings.js +4 -4
  338. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +10 -10
  339. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +1 -1
  340. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +1 -1
  341. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +1 -1
  342. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +1 -1
  343. package/components/Table/TableFooter/TableFooter.js +1 -1
  344. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  345. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  346. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  347. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  348. package/components/Table/TabsLinePanel.js +3 -3
  349. package/components/Table/TabsLinePanelLinks.js +1 -1
  350. package/components/Table/utils.js +1 -1
  351. package/components/Tabs/Tabs.js +17 -17
  352. package/components/TabsExtended/TabsExtended.js +2 -2
  353. package/components/TabsExtended/components/TabsExtendedContent.js +1 -1
  354. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +1 -1
  355. package/components/TabsExtended/components/TabsExtendedTab.js +1 -1
  356. package/components/TabsExtended/components/TabsExtendedTabButton.js +5 -4
  357. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +1 -1
  358. package/components/TabsExtended/utils.js +1 -1
  359. package/components/TabsLine/TabsLine.js +1 -1
  360. package/components/TabsLine/components/TabsLineDesktop.js +1 -1
  361. package/components/TabsLine/components/TabsLineDropdown.js +20 -19
  362. package/components/TabsLine/components/TabsLineItem.js +1 -1
  363. package/components/TabsLine/components/TabsLineMobile.js +9 -9
  364. package/components/Tag/Tag.js +21 -21
  365. package/components/TagColor/TagColor.js +16 -16
  366. package/components/TagGroup/TagGroup.js +8 -8
  367. package/components/TextField/TextField.js +1 -1
  368. package/components/TextareaField/TextareaField.js +1 -1
  369. package/components/Tooltip/components/common/TooltipBody.js +1 -1
  370. package/components/Tooltip/components/common/TooltipLink.js +6 -6
  371. package/components/Tooltip/components/common/TooltipXButton.js +1 -1
  372. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +1 -1
  373. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +1 -1
  374. package/components/Tooltip/components/mobile/TooltipMobile.js +13 -13
  375. package/components/TopOverlay/TopOverlay.js +20 -20
  376. package/components/TreeView/TreeView.js +1 -1
  377. package/components/TreeView/components/TreeViewGroup.js +1 -1
  378. package/components/TreeView/components/TreeViewNode.js +1 -1
  379. package/components/Typography/Caption.js +23 -23
  380. package/components/Typography/CodeText.js +28 -0
  381. package/components/Typography/Text.js +19 -19
  382. package/components/Typography/Title.js +27 -27
  383. package/components/Typography/constants.js +1 -1
  384. package/components/Typography/index.js +12 -10
  385. package/components/UnorderedList/UnorderedList.js +2 -2
  386. package/components/UnorderedList/UnorderedListItem.js +7 -6
  387. package/components/UploadZone/UploadZone.js +2 -2
  388. package/components/UploadZone/components/UploadZoneInput.js +1 -1
  389. package/components/index.js +591 -579
  390. package/index.d.ts +98 -23
  391. package/index.js +639 -627
  392. package/package.json +9 -1
  393. package/styles/triplex-next.css +541 -541
  394. package/chunks/AlertProcessSpoiler-BoQok_f3.js +0 -39
  395. package/chunks/CalendarViewItem-DKS15EZ4.js +0 -101
  396. package/chunks/Card.module-BmZKmkeY.js +0 -17
  397. package/chunks/CheckboxTreeExtended.module-CGSpV-y1.js +0 -15
  398. package/chunks/Chip-D5zfQfAA.js +0 -104
  399. package/chunks/Confirm.module-CtbiIzcl.js +0 -15
  400. package/chunks/DropdownMobile.module-BgSbdJtS.js +0 -23
  401. package/chunks/Footer.module-B469C_XO.js +0 -9
  402. package/chunks/HeaderLayoutSidebar.module-DYtQ2wvu.js +0 -9
  403. package/chunks/HeaderTabs.module-4iOT34Zp.js +0 -9
  404. package/chunks/IslandAccordion.module-mdAdZwJL.js +0 -25
  405. package/chunks/IslandWidgetFooter.module-ClvLmtck.js +0 -9
  406. package/chunks/IslandWidgetHeader.module-CuVaAc4F.js +0 -12
  407. package/chunks/LightBoxContent-Lme9r-vN.js +0 -56
  408. package/chunks/LightBoxControls.module-qhDcQmnH.js +0 -16
  409. package/chunks/LightBoxSideOverlayClose.module-CK8Rh-qO.js +0 -9
  410. package/chunks/ListItemControlsButton-BLbj6vZS.js +0 -51
  411. package/chunks/ListItemTail.module-BAmXXpc5.js +0 -12
  412. package/chunks/ListMasterFooter.module-BhwH8qqm.js +0 -10
  413. package/chunks/ModalWindow.module-Ciwlg3WX.js +0 -17
  414. package/chunks/Notification.module-CjpGpuL7.js +0 -20
  415. package/chunks/Overlay.module-DPHcy5Kd.js +0 -18
  416. package/chunks/Page.module-98SUxLiM.js +0 -11
  417. package/chunks/SMSField.module-k0lfRov5.js +0 -16
  418. package/chunks/SliderExtendedMarks.module-Bdz2AHAO.js +0 -15
  419. package/chunks/StatusTracker.module-BmBKiCLR.js +0 -24
  420. package/chunks/TableFooter.module-D0rUmZhB.js +0 -14
  421. package/chunks/TabsExtended.module-D5-U63Qf.js +0 -16
  422. package/chunks/TabsLine.module-DXlTUTm_.js +0 -21
  423. package/chunks/TooltipDesktop.module-D4z7cwlC.js +0 -19
  424. package/chunks/TreeView.module-DAOSEOZO.js +0 -9
  425. package/chunks/utils-CyxIcdb6.js +0 -73
  426. package/chunks/utils-SSwzNA1R.js +0 -24
@@ -1,13 +1,13 @@
1
1
  import { jsxs as u, jsx as t } from "react/jsx-runtime";
2
- import R, { useState as j, useRef as F, useEffect as v, useCallback as B } from "react";
3
- import { EComponentSize as I } from "../../../enums/EComponentSize.js";
4
- import { SuggestFieldMobileDropdown as M } from "./SuggestFieldMobileDropdown.js";
5
- import { TextFieldBase as $ } from "../../TextField/TextFieldBase.js";
6
- import { DataTestId as y } from "../../../consts/DataTestId.js";
7
- import { FormFieldClear as A } from "../../FormField/components/FormFieldClear.js";
2
+ import j, { useState as v, useRef as F, useEffect as B, useCallback as I } from "react";
3
+ import { EComponentSize as M } from "../../../enums/EComponentSize.js";
4
+ import { SuggestFieldMobileDropdown as $ } from "./SuggestFieldMobileDropdown.js";
5
+ import { TextFieldBase as y } from "../../TextField/TextFieldBase.js";
6
+ import { DataTestId as A } from "../../../consts/DataTestId.js";
7
+ import { FormFieldClear as G } from "../../FormField/components/FormFieldClear.js";
8
8
  import "../../FormField/components/FormFieldCounter.js";
9
9
  import "../../FormField/components/FormFieldDescription.js";
10
- import { F as G } from "../../../chunks/FormFieldInput-Dr_WBweC.js";
10
+ import { F as N } from "../../../chunks/FormFieldInput-Dj2JAqj2.js";
11
11
  import "../../FormField/components/FormFieldLabel.js";
12
12
  import "../../FormField/components/FormFieldMaskedInput.js";
13
13
  import "../../FormField/components/FormFieldPostfix.js";
@@ -15,69 +15,70 @@ import "../../FormField/components/FormFieldPrefix.js";
15
15
  import "../../FormField/components/FormFieldTarget.js";
16
16
  import "../../FormField/components/FormFieldTextarea.js";
17
17
  import "../../FormField/FormField.js";
18
- import { LoaderSmall as N } from "../../Loader/LoaderSmall/LoaderSmall.js";
19
- import { ELoaderSmallTheme as T } from "../../Loader/LoaderSmall/enum.js";
18
+ import { LoaderSmall as T } from "../../Loader/LoaderSmall/LoaderSmall.js";
19
+ import { ELoaderSmallTheme as V } from "../../Loader/LoaderSmall/enum.js";
20
20
  import "../../Loader/LoaderMiddle/LoaderMiddle.js";
21
- import "../../../chunks/SuggestFieldMobileDropdownHint-8Km5bFV3.js";
22
- const lo = ({
21
+ import "../../../chunks/SuggestFieldMobileDropdownHint-CCyHjS-V.js";
22
+ const po = ({
23
23
  value: r,
24
24
  options: b,
25
- size: n = I.LG,
25
+ size: n = M.LG,
26
26
  placeholder: l,
27
27
  "data-test-id": m,
28
28
  postfix: x,
29
29
  tooltipHint: S,
30
30
  loading: p,
31
- dropdownListLoading: g,
32
- clearInputOnFocus: w,
33
- onFilter: D,
34
- onSelect: O,
31
+ tooltipOpen: g,
32
+ dropdownListLoading: w,
33
+ clearInputOnFocus: D,
34
+ onFilter: O,
35
+ onSelect: h,
35
36
  onClear: a,
36
- onScrollEnd: h,
37
+ onScrollEnd: k,
37
38
  renderInput: c,
38
39
  inputProps: o,
39
- ...k
40
+ ...C
40
41
  }) => {
41
- const [e, s] = j(!1), i = F(null), d = F(!1), C = c === void 0 ? G : c;
42
- v(() => {
42
+ const [e, s] = v(!1), i = F(null), d = F(!1), E = c === void 0 ? N : c;
43
+ B(() => {
43
44
  d.current && !e && i.current && i.current.scrollIntoView({ block: "center" }), d.current = e;
44
45
  }, [e]);
45
- const E = B(
46
- (L) => {
46
+ const L = I(
47
+ (R) => {
47
48
  var f;
48
- s(!0), (f = o.onFocus) == null || f.call(o, L);
49
+ s(!0), (f = o.onFocus) == null || f.call(o, R);
49
50
  },
50
51
  [o]
51
52
  );
52
53
  return /* @__PURE__ */ u(
53
- $,
54
+ y,
54
55
  {
55
56
  "data-test-id": m,
56
57
  size: n,
57
- postfix: /* @__PURE__ */ u(R.Fragment, { children: [
58
- a !== void 0 && /* @__PURE__ */ t(A, { onClick: a }),
59
- p && /* @__PURE__ */ t(N, { theme: T.BRAND, size: n }),
58
+ postfix: /* @__PURE__ */ u(j.Fragment, { children: [
59
+ a !== void 0 && /* @__PURE__ */ t(G, { onClick: a }),
60
+ p && /* @__PURE__ */ t(T, { theme: V.BRAND, size: n }),
60
61
  x
61
62
  ] }),
62
- ...k,
63
+ ...C,
63
64
  ref: i,
64
65
  children: [
65
66
  /* @__PURE__ */ t(
66
- C,
67
+ E,
67
68
  {
68
69
  value: r ? r.label : "",
69
70
  placeholder: l,
70
71
  role: "combobox",
71
72
  "aria-autocomplete": "list",
72
73
  "aria-expanded": e,
73
- "data-test-id": m && `${m}${y.Suggest.input}`,
74
+ "data-test-id": m && `${m}${A.Suggest.input}`,
74
75
  ...o,
75
76
  readOnly: !0,
76
- onFocus: E
77
+ onFocus: L
77
78
  }
78
79
  ),
79
80
  /* @__PURE__ */ t(
80
- M,
81
+ $,
81
82
  {
82
83
  value: r,
83
84
  options: b,
@@ -85,12 +86,13 @@ const lo = ({
85
86
  tooltipHint: S,
86
87
  opened: e,
87
88
  loading: p,
88
- dropdownListLoading: g,
89
- clearInputOnFocus: w,
89
+ tooltipOpen: g,
90
+ dropdownListLoading: w,
91
+ clearInputOnFocus: D,
90
92
  setOpened: s,
91
- onFilter: D,
92
- onSelect: O,
93
- onScrollEnd: h
93
+ onFilter: O,
94
+ onSelect: h,
95
+ onScrollEnd: k
94
96
  }
95
97
  )
96
98
  ]
@@ -98,6 +100,6 @@ const lo = ({
98
100
  );
99
101
  };
100
102
  export {
101
- lo as SuggestFieldMobile
103
+ po as SuggestFieldMobile
102
104
  };
103
105
  //# sourceMappingURL=SuggestFieldMobile.js.map
@@ -1,82 +1,83 @@
1
- import { jsx as t, jsxs as w, Fragment as D } from "react/jsx-runtime";
2
- import q, { useState as M, useRef as p, useCallback as i } from "react";
1
+ import { jsx as t, jsxs as g, Fragment as w } from "react/jsx-runtime";
2
+ import z, { useState as D, useRef as p, useCallback as i } from "react";
3
3
  import "../../Dropdown/DropdownListContext.js";
4
4
  import "../../Dropdown/desktop/DropdownDesktop.js";
5
5
  import "../../Dropdown/desktop/DropdownList.js";
6
- import "../../../chunks/DropdownListItem-C4JE2xV7.js";
6
+ import "../../../chunks/DropdownListItem-wT8cLRdZ.js";
7
7
  import "../../Dropdown/mobile/DropdownMobile.js";
8
- import { DropdownMobileBody as z } from "../../Dropdown/mobile/DropdownMobileBody.js";
9
- import { DropdownMobileClose as A } from "../../Dropdown/mobile/DropdownMobileClose.js";
8
+ import { DropdownMobileBody as A } from "../../Dropdown/mobile/DropdownMobileBody.js";
9
+ import { DropdownMobileClose as G } from "../../Dropdown/mobile/DropdownMobileClose.js";
10
10
  import "../../Dropdown/mobile/DropdownMobileFooter.js";
11
- import { DropdownMobileHeader as G } from "../../Dropdown/mobile/DropdownMobileHeader.js";
11
+ import { DropdownMobileHeader as J } from "../../Dropdown/mobile/DropdownMobileHeader.js";
12
12
  import "../../Dropdown/mobile/DropdownMobileInner.js";
13
- import { DropdownMobileInput as J } from "../../Dropdown/mobile/DropdownMobileInput.js";
14
- import { DropdownMobileList as K } from "../../Dropdown/mobile/DropdownMobileList.js";
15
- import { DropdownMobileListItem as L } from "../../Dropdown/mobile/DropdownMobileListItem.js";
16
- import { DropdownMobileLoader as Q } from "../../Dropdown/mobile/DropdownMobileLoader.js";
17
- import { Dropdown as U } from "../../Dropdown/Dropdown.js";
18
- import { s as W, S as X } from "../../../chunks/SuggestFieldMobileDropdownHint-8Km5bFV3.js";
19
- const Y = ({
13
+ import { DropdownMobileInput as K } from "../../Dropdown/mobile/DropdownMobileInput.js";
14
+ import { DropdownMobileList as L } from "../../Dropdown/mobile/DropdownMobileList.js";
15
+ import { DropdownMobileListItem as Q } from "../../Dropdown/mobile/DropdownMobileListItem.js";
16
+ import { DropdownMobileLoader as U } from "../../Dropdown/mobile/DropdownMobileLoader.js";
17
+ import { Dropdown as W } from "../../Dropdown/Dropdown.js";
18
+ import { s as X, S as Y } from "../../../chunks/SuggestFieldMobileDropdownHint-CCyHjS-V.js";
19
+ const Z = ({
20
20
  value: o,
21
- options: C,
22
- placeholder: a,
23
- tooltipHint: h,
21
+ options: M,
22
+ placeholder: C,
23
+ tooltipHint: a,
24
24
  opened: F,
25
25
  loading: I,
26
- dropdownListLoading: n,
27
- clearInputOnFocus: b,
26
+ tooltipOpen: R,
27
+ dropdownListLoading: s,
28
+ clearInputOnFocus: h,
28
29
  setOpened: e,
29
30
  onSelect: c,
30
- onFilter: g,
31
+ onFilter: b,
31
32
  onScrollEnd: l
32
- }, R) => {
33
- const [d, s] = M((o == null ? void 0 : o.label) || ""), [m, B] = M(o);
34
- (o == null ? void 0 : o.id) !== (m == null ? void 0 : m.id) && (B(o), s((o == null ? void 0 : o.label) || ""));
35
- const f = p(!1), S = p(null), y = p(null), k = i(() => {
36
- s(b ? "" : (o == null ? void 0 : o.label) || "");
37
- }, [b, o == null ? void 0 : o.label]), x = i(
33
+ }, B) => {
34
+ const [d, n] = D((o == null ? void 0 : o.label) || ""), [m, S] = D(o);
35
+ (o == null ? void 0 : o.id) !== (m == null ? void 0 : m.id) && (S(o), n((o == null ? void 0 : o.label) || ""));
36
+ const f = p(!1), y = p(null), H = p(null), k = i(() => {
37
+ n(h ? "" : (o == null ? void 0 : o.label) || "");
38
+ }, [h, o == null ? void 0 : o.label]), x = i(
38
39
  (r) => {
39
- s(r.target.value), g(r.target.value);
40
+ n(r.target.value), b(r.target.value);
40
41
  },
41
- [g]
42
- ), H = i(() => {
42
+ [b]
43
+ ), N = i(() => {
43
44
  e(!1);
44
- }, [e]), N = i(() => {
45
+ }, [e]), V = i(() => {
45
46
  if (f.current) {
46
47
  f.current = !1;
47
48
  return;
48
49
  }
49
50
  d.length === 0 && o !== void 0 && c(void 0);
50
- }, [d.length, c, o]), V = i(
51
+ }, [d.length, c, o]), j = i(
51
52
  (r) => {
52
- if (l === void 0 || n)
53
+ if (l === void 0 || s)
53
54
  return;
54
- const { scrollHeight: j, scrollTop: P, clientHeight: T } = r.currentTarget;
55
- j - P - T < 1 && l();
55
+ const { scrollHeight: P, scrollTop: T, clientHeight: q } = r.currentTarget;
56
+ P - T - q < 1 && l();
56
57
  },
57
- [l, n]
58
+ [l, s]
58
59
  );
59
60
  return /* @__PURE__ */ t(
60
- U,
61
+ W,
61
62
  {
62
63
  opened: F,
63
64
  setOpened: e,
64
- targetRef: y,
65
- onClose: N,
65
+ targetRef: H,
66
+ onClose: V,
66
67
  mobileViewProps: {
67
- children: /* @__PURE__ */ w(D, { children: [
68
+ children: /* @__PURE__ */ g(w, { children: [
68
69
  /* @__PURE__ */ t(
69
- G,
70
+ J,
70
71
  {
71
- controlButtons: /* @__PURE__ */ w(D, { children: [
72
- I && /* @__PURE__ */ t(Q, {}),
73
- /* @__PURE__ */ t(A, { onClick: H })
72
+ controlButtons: /* @__PURE__ */ g(w, { children: [
73
+ I && /* @__PURE__ */ t(U, {}),
74
+ /* @__PURE__ */ t(G, { onClick: N })
74
75
  ] }),
75
76
  children: /* @__PURE__ */ t(
76
- J,
77
+ K,
77
78
  {
78
79
  value: d,
79
- placeholder: a,
80
+ placeholder: C,
80
81
  autoFocus: !0,
81
82
  onFocus: k,
82
83
  onChange: x
@@ -84,8 +85,8 @@ const Y = ({
84
85
  )
85
86
  }
86
87
  ),
87
- /* @__PURE__ */ t(z, { className: W.suggestFieldMobileBody, onScroll: V, children: h ? /* @__PURE__ */ t(X, { children: h }) : /* @__PURE__ */ t(K, { loading: n, ref: S, children: C.map((r) => /* @__PURE__ */ t(
88
- L,
88
+ /* @__PURE__ */ t(A, { className: X.suggestFieldMobileBody, onScroll: j, children: R ? /* @__PURE__ */ t(Y, { children: a }) : /* @__PURE__ */ t(L, { loading: s, ref: y, children: M.map((r) => /* @__PURE__ */ t(
89
+ Q,
89
90
  {
90
91
  id: r.id,
91
92
  selected: r.id === (o == null ? void 0 : o.id),
@@ -99,11 +100,11 @@ const Y = ({
99
100
  )) }) })
100
101
  ] })
101
102
  },
102
- ref: R
103
+ ref: B
103
104
  }
104
105
  );
105
- }, po = q.forwardRef(Y);
106
+ }, ho = z.forwardRef(Z);
106
107
  export {
107
- po as SuggestFieldMobileDropdown
108
+ ho as SuggestFieldMobileDropdown
108
109
  };
109
110
  //# sourceMappingURL=SuggestFieldMobileDropdown.js.map
@@ -1,10 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../Typography/enums.js";
3
3
  import "../../Typography/Caption.js";
4
+ import "../../Typography/CodeText.js";
4
5
  import "../../Typography/Text.js";
5
6
  import "../../Typography/Title.js";
6
- import { S as d } from "../../../chunks/SuggestFieldMobileDropdownHint-8Km5bFV3.js";
7
+ import { S as g } from "../../../chunks/SuggestFieldMobileDropdownHint-CCyHjS-V.js";
7
8
  export {
8
- d as SuggestFieldMobileDropdownHint
9
+ g as SuggestFieldMobileDropdownHint
9
10
  };
10
11
  //# sourceMappingURL=SuggestFieldMobileDropdownHint.js.map
@@ -1,6 +1,6 @@
1
1
  import { SuggestFieldMobile as r } from "./SuggestFieldMobile.js";
2
2
  import { SuggestFieldMobileDropdown as t } from "./SuggestFieldMobileDropdown.js";
3
- import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-8Km5bFV3.js";
3
+ import { S as l } from "../../../chunks/SuggestFieldMobileDropdownHint-CCyHjS-V.js";
4
4
  export {
5
5
  r as SuggestFieldMobile,
6
6
  t as SuggestFieldMobileDropdown,
@@ -1,7 +1,7 @@
1
- import { jsxs as j, jsx as w } from "react/jsx-runtime";
2
- import z, { useState as A, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
1
+ import { jsxs as j, jsx as A } from "react/jsx-runtime";
2
+ import z, { useState as _, useRef as u, useEffect as M, useImperativeHandle as W } from "react";
3
3
  import { c as g } from "../../chunks/vendor---Om3uMV.js";
4
- const H = "swipeableArea__77bc6eab", V = "content__6d87b477", $ = "disableScroll__3717e4cd", k = "disablePointerEvents__3b69b0f8", q = "swipeAnimationFinish__7d7bccf0", G = "leftContent__f684bebd", J = "rightContent__cf2e3c59", s = {
4
+ const H = "swipeableArea__fb60d5cd", V = "content__03be281b", $ = "disableScroll__d006c8a6", k = "disablePointerEvents__80c8c08d", q = "swipeAnimationFinish__7c2e553f", G = "leftContent__020fdef5", J = "rightContent__0d2da466", s = {
5
5
  swipeableArea: H,
6
6
  content: V,
7
7
  disableScroll: $,
@@ -9,9 +9,9 @@ const H = "swipeableArea__77bc6eab", V = "content__6d87b477", $ = "disableScroll
9
9
  swipeAnimationFinish: q,
10
10
  leftContent: G,
11
11
  rightContent: J
12
- }, p = 24, _ = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
13
- ({ children: L, className: I, leftSwipeableArea: m, rightSwipeableArea: b, ...y }, B) => {
14
- const [C, a] = A(!1), [l, d] = A(), [o, e] = A(0), i = u(null), r = u(null), n = u(0), h = u(N), S = u(null), X = () => {
12
+ }, p = 24, b = s.swipeAnimationFinish, K = s.disableScroll, Q = s.disablePointerEvents, N = { clientX: 0, clientY: 0 }, U = z.forwardRef(
13
+ ({ children: L, className: I, leftSwipeableArea: m, rightSwipeableArea: C, ...y }, B) => {
14
+ const [S, a] = _(!1), [l, d] = _(), [o, e] = _(0), i = u(null), r = u(null), n = u(0), h = u(N), w = u(null), X = () => {
15
15
  a(!0);
16
16
  const t = n.current - o;
17
17
  n.current === 0 ? t > 0 ? e(
@@ -50,13 +50,13 @@ const H = "swipeableArea__77bc6eab", V = "content__6d87b477", $ = "disableScroll
50
50
  const f = n.current + c;
51
51
  n.current === 0 ? c > 0 && m ? e(
52
52
  Math.min(f, i.current.getBoundingClientRect().width)
53
- ) : c < 0 && b && e(
53
+ ) : c < 0 && C && e(
54
54
  Math.max(f, -r.current.getBoundingClientRect().width)
55
55
  ) : n.current > 0 ? c < 0 && e(Math.max(0, f)) : n.current < 0 && c > 0 && e(Math.min(0, f));
56
56
  }, D = () => a(!1), P = () => r.current ? Math.abs(o) / r.current.getBoundingClientRect().width : 1, Y = () => i.current ? Math.abs(o) / i.current.getBoundingClientRect().width : 1;
57
57
  M(() => {
58
58
  const t = (c) => {
59
- c.touches.length == 1 && S.current && !S.current.contains(c.target) && (a(!0), e(0), d(void 0));
59
+ c.touches.length == 1 && w.current && !w.current.contains(c.target) && (a(!0), e(0), d(void 0));
60
60
  };
61
61
  return document.addEventListener("touchstart", t), () => document.removeEventListener("touchstart", t);
62
62
  }, []);
@@ -86,38 +86,38 @@ const H = "swipeableArea__77bc6eab", V = "content__6d87b477", $ = "disableScroll
86
86
  {
87
87
  className: g(s.swipeableArea, I),
88
88
  ...y,
89
- "data-tx": "0.23.0",
90
- ref: S,
89
+ "data-tx": "0.25.0",
90
+ ref: w,
91
91
  children: [
92
- typeof m < "u" ? /* @__PURE__ */ w(
92
+ typeof m < "u" ? /* @__PURE__ */ A(
93
93
  "div",
94
94
  {
95
95
  className: g(s.leftContent, {
96
- [_]: C
96
+ [b]: S
97
97
  }),
98
98
  ref: i,
99
99
  style: { opacity: Y() },
100
100
  children: m
101
101
  }
102
102
  ) : null,
103
- typeof b < "u" ? /* @__PURE__ */ w(
103
+ typeof C < "u" ? /* @__PURE__ */ A(
104
104
  "div",
105
105
  {
106
106
  className: g(s.rightContent, {
107
- [_]: C
107
+ [b]: S
108
108
  }),
109
109
  ref: r,
110
110
  style: { opacity: P() },
111
- children: b
111
+ children: C
112
112
  }
113
113
  ) : null,
114
- /* @__PURE__ */ w(
114
+ /* @__PURE__ */ A(
115
115
  "div",
116
116
  {
117
117
  className: g(s.content, {
118
118
  [Q]: o !== 0,
119
119
  [K]: l === "horizontal",
120
- [_]: C
120
+ [b]: S
121
121
  }),
122
122
  onTouchStart: x,
123
123
  onTouchMove: O,
@@ -1,13 +1,13 @@
1
- import { jsx as t } from "react/jsx-runtime";
1
+ import { jsx as a } from "react/jsx-runtime";
2
2
  import { c as r } from "../../chunks/vendor---Om3uMV.js";
3
- const s = "filterPanel__5b8e7ada", i = {
3
+ const s = "filterPanel__7b6900bb", i = {
4
4
  filterPanel: s
5
- }, n = ({ children: e, className: l, ...a }) => /* @__PURE__ */ t(
5
+ }, n = ({ children: e, className: l, ...t }) => /* @__PURE__ */ a(
6
6
  "div",
7
7
  {
8
8
  className: r(i.filterPanel, l),
9
- ...a,
10
- "data-tx": "0.23.0",
9
+ ...t,
10
+ "data-tx": "0.25.0",
11
11
  children: e
12
12
  }
13
13
  );
@@ -2,16 +2,16 @@ import { jsx as a } from "react/jsx-runtime";
2
2
  import { useState as i } from "react";
3
3
  import { MasterTableContext as n } from "./MasterTableContext.js";
4
4
  import { c as b } from "../../chunks/vendor---Om3uMV.js";
5
- import { NoColumns as c } from "./NoColumns.js";
6
- import { FilterPanel as p } from "./FilterPanel.js";
7
- import { TabsLinePanel as T } from "./TabsLinePanel.js";
5
+ import { NoColumns as p } from "./NoColumns.js";
6
+ import { FilterPanel as T } from "./FilterPanel.js";
7
+ import { TabsLinePanel as c } from "./TabsLinePanel.js";
8
8
  import { TableBasic as f } from "./TableBasic/TableBasic.js";
9
9
  import { TableBasicSettings as P } from "./TableBasicSettings/TableBasicSettings.js";
10
- import { TableFooter as d } from "./TableFooter/TableFooter.js";
11
- import { PaginationPanel as u } from "./PaginationPanel.js";
10
+ import { TableFooter as u } from "./TableFooter/TableFooter.js";
11
+ import { PaginationPanel as d } from "./PaginationPanel.js";
12
12
  import "./TableBasicSettings/components/ColumnSettings.js";
13
13
  import "./TableBasic/enums.js";
14
- const x = "masterTable__9cd0eddc", g = {
14
+ const x = "masterTable__e6b58e36", g = {
15
15
  masterTable: x
16
16
  }, e = ({ children: t, className: o, loading: r = !1, ...m }) => {
17
17
  const [s, l] = i([]);
@@ -28,7 +28,7 @@ const x = "masterTable__9cd0eddc", g = {
28
28
  {
29
29
  className: b(g.masterTable, o),
30
30
  ...m,
31
- "data-tx": "0.23.0",
31
+ "data-tx": "0.25.0",
32
32
  children: t
33
33
  }
34
34
  )
@@ -36,13 +36,13 @@ const x = "masterTable__9cd0eddc", g = {
36
36
  );
37
37
  };
38
38
  e.displayName = "MasterTable";
39
- e.NoColumns = c;
40
- e.FilterPanel = p;
41
- e.TabsLinePanel = T;
39
+ e.NoColumns = p;
40
+ e.FilterPanel = T;
41
+ e.TabsLinePanel = c;
42
42
  e.TableBasic = f;
43
43
  e.TableBasicSettings = P;
44
- e.TableFooter = d;
45
- e.PaginationPanel = u;
44
+ e.TableFooter = u;
45
+ e.PaginationPanel = d;
46
46
  export {
47
47
  e as MasterTable
48
48
  };
@@ -2,16 +2,16 @@ import { jsxs as c, jsx as o } from "react/jsx-runtime";
2
2
  import { c as e } from "../../chunks/vendor---Om3uMV.js";
3
3
  import { Gap as l } from "../Gap/Gap.js";
4
4
  import { ServicesetupSysIcon96 as r } from "@sberbusiness/icons-next";
5
- const i = "noColumns__0236337b", a = "content__4c8d4288", s = {
6
- noColumns: i,
7
- content: a
8
- }, p = ({ children: n, className: t, ...m }) => /* @__PURE__ */ c("div", { className: e(s.noColumns, t), ...m, children: [
5
+ const a = "noColumns__796757d6", i = "content__ca10ddda", s = {
6
+ noColumns: a,
7
+ content: i
8
+ }, d = ({ children: n, className: t, ...m }) => /* @__PURE__ */ c("div", { className: e(s.noColumns, t), ...m, children: [
9
9
  /* @__PURE__ */ o(r, {}),
10
10
  /* @__PURE__ */ o(l, { size: 8 }),
11
11
  /* @__PURE__ */ o("div", { className: s.content, children: n })
12
12
  ] });
13
- p.displayName = "NoColumns";
13
+ d.displayName = "NoColumns";
14
14
  export {
15
- p as NoColumns
15
+ d as NoColumns
16
16
  };
17
17
  //# sourceMappingURL=NoColumns.js.map
@@ -1,13 +1,13 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { c as o } from "../../chunks/vendor---Om3uMV.js";
3
- const s = "paginationPanel__f3813bb5", e = {
3
+ const s = "paginationPanel__ccb4fb16", e = {
4
4
  paginationPanel: s
5
5
  }, l = ({ children: a, className: n, ...i }) => /* @__PURE__ */ t(
6
6
  "div",
7
7
  {
8
8
  className: o(e.paginationPanel, n),
9
9
  ...i,
10
- "data-tx": "0.23.0",
10
+ "data-tx": "0.25.0",
11
11
  children: a
12
12
  }
13
13
  );
@@ -2,7 +2,7 @@ import { jsxs as d, jsx as r } from "react/jsx-runtime";
2
2
  import { useContext as B, useEffect as N } from "react";
3
3
  import { i as T } from "../../../chunks/vendor---Om3uMV.js";
4
4
  import { MasterTableContext as L } from "../MasterTableContext.js";
5
- import { s as a } from "../../../chunks/utils-CyxIcdb6.js";
5
+ import { s as a } from "../../../chunks/utils-QVs0E_e3.js";
6
6
  import { TableBasicHeader as g } from "./components/TableBasicHeader.js";
7
7
  import { TableBasicBody as C } from "./components/TableBasicBody.js";
8
8
  import { LoaderMiddle as E } from "../../Loader/LoaderMiddle/LoaderMiddle.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { TableBasicRow as b } from "./TableBasicRow.js";
3
3
  import { c as p } from "../../../../chunks/vendor---Om3uMV.js";
4
- import { s as r } from "../../../../chunks/utils-CyxIcdb6.js";
4
+ import { s as r } from "../../../../chunks/utils-QVs0E_e3.js";
5
5
  const B = ({ columns: c, data: o, highlightRowOnHover: t, onClickRow: e }) => {
6
6
  if (o.length === 0)
7
7
  return null;
@@ -5,7 +5,7 @@ import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttribute
5
5
  import { getDataHTMLAttributes as y } from "../../../../utils/html/DataAttributes.js";
6
6
  import { ECellType as T, EHorizontalAlign as s, EOrderDirection as t } from "../enums.js";
7
7
  import { c as d } from "../../../../chunks/vendor---Om3uMV.js";
8
- import { s as n, m as z } from "../../../../chunks/utils-CyxIcdb6.js";
8
+ import { s as n, m as z } from "../../../../chunks/utils-QVs0E_e3.js";
9
9
  import { Text as B } from "../../../Typography/Text.js";
10
10
  import { ETextSize as v } from "../../../Typography/enums.js";
11
11
  const w = ({ columns: u, onOrderBy: l }) => {
@@ -3,7 +3,7 @@ import { getAriaHTMLAttributes as H } from "../../../../utils/html/AriaAttribute
3
3
  import { getDataHTMLAttributes as D } from "../../../../utils/html/DataAttributes.js";
4
4
  import { DataTestId as L } from "../../../../consts/DataTestId.js";
5
5
  import { c as p } from "../../../../chunks/vendor---Om3uMV.js";
6
- import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-CyxIcdb6.js";
6
+ import { s as M, a as S, m as X, b as $ } from "../../../../chunks/utils-QVs0E_e3.js";
7
7
  import { ECellType as a, EVerticalAlign as f } from "../enums.js";
8
8
  import { ETextSize as A } from "../../../Typography/enums.js";
9
9
  import { Text as N } from "../../../Typography/Text.js";
@@ -7,10 +7,10 @@ import { ColumnSettings as w } from "./components/ColumnSettings.js";
7
7
  import { TableBasicSettingsFooter as B } from "./components/TableBasicSettingsFooter.js";
8
8
  import { TableBasicSettingsHeader as D } from "./components/TableBasicSettingsHeader.js";
9
9
  import { Link as x } from "../../Link/Link.js";
10
- const k = "tableSettingsLink__582ab833", L = "tableSettingsDropdown__7ce87e1e", d = {
10
+ const k = "tableSettingsLink__1f4b5dbb", L = "tableSettingsDropdown__b7bbbab1", d = {
11
11
  tableSettingsLink: k,
12
12
  tableSettingsDropdown: L
13
- }, t = ({ children: m, className: p, linkTitle: c, ...b }) => {
13
+ }, t = ({ children: m, className: p, linkTitle: b, ...c }) => {
14
14
  const r = i(null), s = i(null), f = ({ opened: e, setOpened: o }) => /* @__PURE__ */ n(
15
15
  x,
16
16
  {
@@ -22,7 +22,7 @@ const k = "tableSettingsLink__582ab833", L = "tableSettingsDropdown__7ce87e1e",
22
22
  S.preventDefault(), o(!e);
23
23
  },
24
24
  ref: r,
25
- children: c
25
+ children: b
26
26
  }
27
27
  ), g = ({ className: e, ...o }) => /* @__PURE__ */ n(
28
28
  a.Dropdown,
@@ -41,7 +41,7 @@ const k = "tableSettingsLink__582ab833", L = "tableSettingsDropdown__7ce87e1e",
41
41
  renderButton: f,
42
42
  renderDropdown: g,
43
43
  dropdownRef: s,
44
- ...b
44
+ ...c
45
45
  }
46
46
  );
47
47
  };
@@ -3,27 +3,27 @@ import i from "react";
3
3
  import { ListSortableItemTarget as g } from "../../../List/components/ListSortableItemTarget.js";
4
4
  import { ListSortableItemControls as n } from "../../../List/components/ListSortableItemControls.js";
5
5
  import { c as l } from "../../../../chunks/vendor---Om3uMV.js";
6
- const c = "columnSettingsSortableListItemTarget__a44a9c2f", S = "dragging__dac1682b", r = {
7
- columnSettingsSortableListItemTarget: c,
8
- dragging: S
9
- }, b = i.forwardRef(
10
- ({ children: o, className: a, style: f, dragging: t, ...s }, m) => /* @__PURE__ */ e(
6
+ const S = "columnSettingsSortableListItemTarget__e2245f0b", c = "dragging__0f9f4081", r = {
7
+ columnSettingsSortableListItemTarget: S,
8
+ dragging: c
9
+ }, f = i.forwardRef(
10
+ ({ children: o, className: s, style: b, dragging: t, ...m }, a) => /* @__PURE__ */ e(
11
11
  g,
12
12
  {
13
13
  className: l(
14
14
  r.columnSettingsSortableListItemTarget,
15
15
  { [r.dragging]: t },
16
- a
16
+ s
17
17
  ),
18
18
  dragging: t,
19
- ...s,
20
- ref: m,
19
+ ...m,
20
+ ref: a,
21
21
  children: /* @__PURE__ */ e(n, { children: o })
22
22
  }
23
23
  )
24
24
  );
25
- b.displayName = "ColumnSettingsSortableListItemTarget";
25
+ f.displayName = "ColumnSettingsSortableListItemTarget";
26
26
  export {
27
- b as ColumnSettingsSortableListItemTarget
27
+ f as ColumnSettingsSortableListItemTarget
28
28
  };
29
29
  //# sourceMappingURL=ColumnSettingsSortableListItemTarget.js.map
@@ -2,7 +2,7 @@ import { jsx as m } from "react/jsx-runtime";
2
2
  import e from "react";
3
3
  import { c as o } from "../../../../chunks/vendor---Om3uMV.js";
4
4
  import { ListItem as c } from "../../../List/components/ListItem.js";
5
- const n = "columnSettingsStaticListItem__6a56a5f0", a = {
5
+ const n = "columnSettingsStaticListItem__b1234464", a = {
6
6
  columnSettingsStaticListItem: n
7
7
  }, r = e.forwardRef(
8
8
  ({ className: t, ...i }, s) => /* @__PURE__ */ m(c, { className: o(a.columnSettingsStaticListItem, t), ...i, ref: s })