@sberbusiness/triplex-next 0.12.0 → 0.14.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 (431) hide show
  1. package/README.md +4 -4
  2. package/chunks/AlertProcessSpoiler-Clc5Pcoq.js +39 -0
  3. package/chunks/{CalendarViewItem-B7_R_3t_.js → CalendarViewItem-BXB-l14w.js} +30 -30
  4. package/chunks/Card.module-Cu7AW6wF.js +17 -0
  5. package/chunks/CheckboxTreeExtended.module-C2bEprSb.js +14 -0
  6. package/chunks/{Chip-BiNNkTCM.js → Chip-CY6jm0GS.js} +7 -7
  7. package/chunks/Confirm.module-OZDQwZ76.js +15 -0
  8. package/chunks/{DropdownListItem-BxEqWaJ8.js → DropdownListItem-BsD2UckS.js} +22 -22
  9. package/chunks/DropdownMobile.module-DyAN0fdk.js +23 -0
  10. package/chunks/Footer.module-CNLRKuaO.js +9 -0
  11. package/chunks/FormFieldInput-fdQkON04.js +60 -0
  12. package/chunks/HeaderLayoutSidebar.module-D6JKqqZC.js +9 -0
  13. package/chunks/HeaderTabs.module-bgwZzpN5.js +9 -0
  14. package/chunks/{HeaderTitle.module-DlNyNird.js → HeaderTitle.module-DcwCxesK.js} +2 -2
  15. package/chunks/IslandAccordion.module-CkwZRvz0.js +25 -0
  16. package/chunks/IslandWidgetFooter.module-CRDSENKS.js +9 -0
  17. package/chunks/IslandWidgetHeader.module-CplPMePk.js +9 -0
  18. package/chunks/{LightBoxContent-DBZCrC3l.js → LightBoxContent-3oHJFM6-.js} +11 -11
  19. package/chunks/LightBoxControls.module-BiErhmuy.js +16 -0
  20. package/chunks/LightBoxSideOverlayClose.module-B1Ry_HK0.js +8 -0
  21. package/chunks/{ListItemControlsButton-B7xM1V5l.js → ListItemControlsButton-DQyZxkWl.js} +12 -12
  22. package/chunks/ListItemTail.module-BcXdd7Tg.js +12 -0
  23. package/chunks/ListMasterFooter.module-IIuFg261.js +10 -0
  24. package/chunks/ModalWindow.module-BxpQ7u7J.js +17 -0
  25. package/chunks/Notification.module-Dd05nJZX.js +21 -0
  26. package/chunks/Overlay.module-nyoFWXgt.js +18 -0
  27. package/chunks/Page.module-COesJT7Q.js +11 -0
  28. package/chunks/{RightBorderArrow-qUNK7k_Z.js → RightBorderArrow-NMZgNz0e.js} +11 -11
  29. package/chunks/SMSField.module-CyHqtrvG.js +16 -0
  30. package/chunks/SliderExtendedMarks.module-2LnzmFbF.js +15 -0
  31. package/chunks/{SliderExtendedRail-fxB35VnJ.js → SliderExtendedRail-w5E8mOCQ.js} +8 -8
  32. package/chunks/StatusTracker.module-4qTM1xYQ.js +24 -0
  33. package/chunks/{SuggestFieldMobileDropdownHint-BRLUCupu.js → SuggestFieldMobileDropdownHint-Bu9hDMWX.js} +2 -2
  34. package/chunks/TableFooter.module-w1swDJka.js +14 -0
  35. package/chunks/TabsExtended.module-tx9R1r2s.js +16 -0
  36. package/chunks/TabsLine.module-DySAqOh5.js +21 -0
  37. package/chunks/TooltipDesktop.module-CVyAe5HN.js +19 -0
  38. package/chunks/TreeView.module-4qMoe0gI.js +9 -0
  39. package/chunks/UploadZoneInput-DxpDQJSy.js +33 -0
  40. package/chunks/{utils-pT3qplA1.js → utils-BqO-7PCm.js} +5 -5
  41. package/chunks/{utils-Kc2jGbAd.js → utils-CXsSOP27.js} +6 -6
  42. package/chunks/utils-Clzm2Vel.js +73 -0
  43. package/chunks/utils-Dtu8f6BX.js +24 -0
  44. package/chunks/{utils-D3BbfI4I.js → utils-H2e9tc3r.js} +6 -6
  45. package/chunks/vendor-CalMVkfj.js +12482 -0
  46. package/components/AbstractTree/AbstractTreeNode.js +1 -1
  47. package/components/AccordionBase/protected/AccordionBase.js +1 -1
  48. package/components/Alert/AlertContext/AlertContext.js +12 -12
  49. package/components/Alert/AlertProcess/AlertProcess.js +3 -3
  50. package/components/Alert/AlertProcess/components/AlertProcessSpoiler.js +2 -2
  51. package/components/Amount/Amount.js +7 -7
  52. package/components/AmountField/AmountField.js +7 -7
  53. package/components/Avatar/Avatar.js +27 -0
  54. package/components/Avatar/enums.js +5 -0
  55. package/components/Avatar/index.js +7 -0
  56. package/components/Avatar/types.js +2 -0
  57. package/components/Body/Body.js +6 -6
  58. package/components/Button/Button.js +13 -13
  59. package/components/Button/ButtonBase.js +1 -1
  60. package/components/Button/ButtonDropdown.js +18 -18
  61. package/components/Button/ButtonDropdownExtended.js +8 -8
  62. package/components/Button/ButtonIcon.js +11 -11
  63. package/components/Calendar/Calendar.js +36 -35
  64. package/components/Calendar/CalendarContext.js +5 -5
  65. package/components/Calendar/components/CalendarControls.js +1 -1
  66. package/components/Calendar/components/CalendarFooter.js +4 -4
  67. package/components/Calendar/components/CalendarViewDays.js +21 -20
  68. package/components/Calendar/components/CalendarViewItem.js +2 -2
  69. package/components/Calendar/components/CalendarViewMonths.js +21 -21
  70. package/components/Calendar/components/CalendarViewYears.js +15 -15
  71. package/components/Calendar/utils.js +6 -6
  72. package/components/Card/CardAction.js +4 -4
  73. package/components/Card/CardStatic.js +3 -3
  74. package/components/Card/components/CardContent/CardContent.js +2 -2
  75. package/components/Card/components/CardContent/components/CardContentBody.js +2 -2
  76. package/components/Card/components/CardContent/components/CardContentFooter.js +2 -2
  77. package/components/Card/components/CardContent/components/CardContentHeader.js +2 -2
  78. package/components/Card/components/CardMedia.js +2 -2
  79. package/components/Card/utils.js +1 -1
  80. package/components/CarouselExtended/CarouselExtended.js +5 -5
  81. package/components/Checkbox/Checkbox.js +21 -21
  82. package/components/Checkbox/CheckboxXGroup.js +12 -12
  83. package/components/Checkbox/CheckboxYGroup.js +2 -2
  84. package/components/CheckboxTree/CheckboxTree.js +14 -13
  85. package/components/CheckboxTreeExtended/CheckboxTreeExtended.js +11 -9
  86. package/components/CheckboxTreeExtended/CheckboxTreeExtendedContext.js +12 -0
  87. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedArrow.js +1 -1
  88. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedCheckbox.js +34 -37
  89. package/components/CheckboxTreeExtended/components/CheckboxTreeExtendedNode.js +39 -46
  90. package/components/Chip/Chip.js +2 -2
  91. package/components/Chip/ChipClearButton.js +5 -5
  92. package/components/Chip/ChipDatePicker/ChipDatePicker.js +16 -16
  93. package/components/Chip/ChipDatePicker/ChipDatePickerTarget.js +1 -1
  94. package/components/Chip/ChipDropdownArrow.js +8 -8
  95. package/components/Chip/ChipIcon.js +1 -1
  96. package/components/Chip/ChipMultiselect.js +2 -2
  97. package/components/Chip/ChipOptions.js +4 -4
  98. package/components/Chip/ChipSelect/ChipSelect.js +2 -2
  99. package/components/Chip/ChipSelect/ChipSelectTarget.js +1 -1
  100. package/components/Chip/ChipSort.js +2 -2
  101. package/components/Chip/ChipSuggest/ChipSuggest.js +2 -2
  102. package/components/Chip/ChipSuggest/ChipSuggestDropdown.js +2 -2
  103. package/components/Chip/ChipSuggest/ChipSuggestTarget.js +1 -1
  104. package/components/Chip/ChipSuggest/desktop/ChipSuggestDesktopDropdownField.js +6 -6
  105. package/components/Chip/index.js +1 -1
  106. package/components/ChipGroup/ChipGroup.js +9 -9
  107. package/components/Col/Col.js +135 -135
  108. package/components/CollapsableTree/components/CollapsableTreeNode.js +2 -2
  109. package/components/Confirm/Confirm.js +2 -2
  110. package/components/Confirm/components/ConfirmCloseButton.js +2 -2
  111. package/components/Confirm/components/ConfirmContent.js +2 -2
  112. package/components/Confirm/components/ConfirmContentTitle.js +2 -2
  113. package/components/Confirm/components/ConfirmControls.js +2 -2
  114. package/components/DateField/DateField.js +9 -9
  115. package/components/DateField/utils.js +3 -3
  116. package/components/DatePickerExtended/DatePickerExtended.js +2 -2
  117. package/components/DatePickerExtended/DatePickerExtendedDropdown.js +2 -2
  118. package/components/DateRange/DateRange.js +31 -30
  119. package/components/DesignTokens/DesignTokenUtils.js +2 -2
  120. package/components/DesignTokens/DesignTokensComponents.js +106 -104
  121. package/components/DesignTokens/DesignTokensComponentsThemeDark.js +104 -102
  122. package/components/DesignTokens/components/Avatar.js +9 -0
  123. package/components/DesignTokens/components/LightBox.js +1 -1
  124. package/components/DesignTokens/components/index.js +156 -153
  125. package/components/Divider/Divider.js +21 -21
  126. package/components/DocumentNumberEdit/DocumentNumberEdit.js +2 -2
  127. package/components/Dropdown/desktop/DropdownDesktop.js +11 -11
  128. package/components/Dropdown/desktop/DropdownList.js +2 -2
  129. package/components/Dropdown/desktop/DropdownListItem.js +2 -2
  130. package/components/Dropdown/desktop/index.js +1 -1
  131. package/components/Dropdown/index.js +1 -1
  132. package/components/Dropdown/mobile/DropdownMobile.js +2 -2
  133. package/components/Dropdown/mobile/DropdownMobileBody.js +2 -2
  134. package/components/Dropdown/mobile/DropdownMobileClose.js +2 -2
  135. package/components/Dropdown/mobile/DropdownMobileFooter.js +2 -2
  136. package/components/Dropdown/mobile/DropdownMobileHeader.js +2 -2
  137. package/components/Dropdown/mobile/DropdownMobileInner.js +2 -2
  138. package/components/Dropdown/mobile/DropdownMobileInput.js +4 -4
  139. package/components/Dropdown/mobile/DropdownMobileList.js +2 -2
  140. package/components/Dropdown/mobile/DropdownMobileListItem.js +2 -2
  141. package/components/Dropdown/mobile/DropdownMobileLoader.js +2 -2
  142. package/components/Dropdown/mobile/DropdownMobileMaskedInput.js +3 -3
  143. package/components/Ellipsis/Ellipsis.js +6 -6
  144. package/components/ExpandAnimation/ExpandAnimation.js +18 -18
  145. package/components/Footer/Footer.js +1 -1
  146. package/components/Footer/components/FooterDescription.js +2 -2
  147. package/components/Footer/components/FooterDescriptionContent.js +2 -2
  148. package/components/Footer/components/FooterDescriptionControls.js +2 -2
  149. package/components/FormField/FormField.js +51 -45
  150. package/components/FormField/components/FormFieldClear.js +18 -18
  151. package/components/FormField/components/FormFieldCounter.js +4 -4
  152. package/components/FormField/components/FormFieldDescription.js +7 -7
  153. package/components/FormField/components/FormFieldInput.js +2 -2
  154. package/components/FormField/components/FormFieldLabel.js +11 -11
  155. package/components/FormField/components/FormFieldMaskedInput.js +22 -22
  156. package/components/FormField/components/FormFieldPostfix.js +2 -2
  157. package/components/FormField/components/FormFieldPrefix.js +6 -6
  158. package/components/FormField/components/FormFieldTarget.js +17 -17
  159. package/components/FormField/components/FormFieldTextarea.js +32 -35
  160. package/components/FormField/index.js +16 -15
  161. package/components/Header/Header.js +1 -1
  162. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebar.js +2 -2
  163. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarContent.js +2 -2
  164. package/components/Header/components/HeaderLayoutSidebar/HeaderLayoutSidebarSidebar.js +2 -2
  165. package/components/Header/components/HeaderSubheader/HeaderSubheader.js +7 -7
  166. package/components/Header/components/HeaderTabs/HeaderTabs.js +2 -2
  167. package/components/Header/components/HeaderTabs/HeaderTabsContent.js +2 -2
  168. package/components/Header/components/HeaderTabs/HeaderTabsControls.js +2 -2
  169. package/components/Header/components/HeaderTitle/HeaderTitle.js +2 -2
  170. package/components/Header/components/HeaderTitle/HeaderTitleContent.js +2 -2
  171. package/components/Header/components/HeaderTitle/HeaderTitleControls.js +2 -2
  172. package/components/HelpBox/HelpBox.js +41 -42
  173. package/components/Island/Island.js +2 -2
  174. package/components/Island/components/IslandBody.js +5 -5
  175. package/components/Island/components/IslandFooter.js +4 -4
  176. package/components/Island/components/IslandHeader.js +2 -2
  177. package/components/Island/utils.js +1 -1
  178. package/components/IslandAccordion/IslandAccordion.js +3 -3
  179. package/components/IslandAccordion/components/IslandAccordionContent.js +1 -1
  180. package/components/IslandAccordion/components/IslandAccordionFooter.js +2 -2
  181. package/components/IslandAccordion/components/IslandAccordionItem.js +3 -3
  182. package/components/IslandWidget/IslandWidget.js +14 -14
  183. package/components/IslandWidget/components/IslandWidgetExtraFooter.js +2 -2
  184. package/components/IslandWidget/components/IslandWidgetFooter.js +2 -2
  185. package/components/IslandWidget/components/IslandWidgetFooterContent.js +1 -1
  186. package/components/IslandWidget/components/IslandWidgetFooterControls.js +1 -1
  187. package/components/IslandWidget/components/IslandWidgetHeader.js +2 -2
  188. package/components/IslandWidget/components/IslandWidgetHeaderContent.js +2 -2
  189. package/components/IslandWidget/components/IslandWidgetHeaderDescription.js +2 -2
  190. package/components/IslandWidget/components/IslandWidgetWrapper.js +6 -6
  191. package/components/LightBox/LightBox.js +12 -12
  192. package/components/LightBox/LightBoxContent.js +2 -2
  193. package/components/LightBox/LightBoxControls/LightBoxClose.js +2 -2
  194. package/components/LightBox/LightBoxControls/LightBoxControls.js +2 -2
  195. package/components/LightBox/LightBoxControls/LightBoxNext.js +2 -2
  196. package/components/LightBox/LightBoxControls/LightBoxPrev.js +2 -2
  197. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlay.js +20 -20
  198. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseDesktop.js +2 -2
  199. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayCloseMobile.js +2 -2
  200. package/components/LightBox/LightBoxSideOverlay/LightBoxSideOverlayLoader.js +6 -6
  201. package/components/LightBox/LightBoxSidebars/LightBoxLeftSidebar.js +14 -12
  202. package/components/LightBox/LightBoxSidebars/LightBoxRightSidebar.js +14 -12
  203. package/components/LightBox/LightBoxViewManager/LightBoxViewManager.js +1 -1
  204. package/components/Link/Link.js +12 -12
  205. package/components/List/List.js +6 -6
  206. package/components/List/ListSortable.js +1 -1
  207. package/components/List/components/ListEmptyState.js +2 -2
  208. package/components/List/components/ListItem.js +1 -1
  209. package/components/List/components/ListItemContent.js +6 -6
  210. package/components/List/components/ListItemControls.js +2 -2
  211. package/components/List/components/ListItemControlsButton.js +2 -2
  212. package/components/List/components/ListItemControlsButtonDropdown.js +2 -2
  213. package/components/List/components/ListItemLoading.js +2 -2
  214. package/components/List/components/ListItemSelectable.js +7 -7
  215. package/components/List/components/ListItemTable.js +2 -2
  216. package/components/List/components/ListItemTailLeft.js +2 -2
  217. package/components/List/components/ListItemTailRight.js +2 -2
  218. package/components/List/components/ListSortableItem.js +10 -10
  219. package/components/List/components/ListSortableItemControls.js +2 -2
  220. package/components/List/components/ListSortableItemTarget.js +8 -8
  221. package/components/List/index.js +1 -1
  222. package/components/ListMaster/ListMaster.js +1 -1
  223. package/components/ListMaster/components/ListMasterBody.js +1 -1
  224. package/components/ListMaster/components/ListMasterChipGroup.js +6 -6
  225. package/components/ListMaster/components/ListMasterFooter.js +2 -2
  226. package/components/ListMaster/components/ListMasterFooterControls.js +2 -2
  227. package/components/ListMaster/components/ListMasterFooterDescription.js +2 -2
  228. package/components/ListMaster/components/ListMasterHeader.js +13 -13
  229. package/components/ListMaster/components/SelectionControls.js +7 -7
  230. package/components/Loader/LoaderMiddle/LoaderMiddle.js +9 -9
  231. package/components/Loader/LoaderSmall/LoaderSmall.js +9 -9
  232. package/components/LoaderScreen/LoaderScreen.js +12 -12
  233. package/components/Marker/Marker.js +2 -2
  234. package/components/Marker/utils.js +1 -1
  235. package/components/MarkerStatus/MarkerStatus.js +13 -13
  236. package/components/ModalWindow/ModalWindow.js +2 -2
  237. package/components/ModalWindow/components/ModalWindowBody.js +3 -3
  238. package/components/ModalWindow/components/ModalWindowClose.js +10 -10
  239. package/components/ModalWindow/components/ModalWindowContent.js +2 -2
  240. package/components/ModalWindow/components/ModalWindowHeader.js +2 -2
  241. package/components/ModalWindow/components/ModalWindowViewManager.js +2 -2
  242. package/components/MonthYearField/utils.js +1 -1
  243. package/components/MultiselectField/components/MultiselectFieldDropdown.js +1 -1
  244. package/components/MultiselectField/components/MultiselectFieldDropdownContent.js +21 -16
  245. package/components/MultiselectField/components/MultiselectFieldDropdownFooter.js +2 -2
  246. package/components/MultiselectField/components/MultiselectFieldDropdownHeader.js +4 -4
  247. package/components/Notification/Notification.js +3 -3
  248. package/components/Notification/NotificationGrouped.js +1 -1
  249. package/components/Notification/components/NotificationBody.js +1 -1
  250. package/components/Notification/components/NotificationBodyContent.js +1 -1
  251. package/components/Notification/components/NotificationBodyList.js +2 -2
  252. package/components/Notification/components/NotificationClose.js +1 -1
  253. package/components/Notification/components/NotificationFooter.js +1 -1
  254. package/components/Notification/components/NotificationGroupedFooter.js +2 -2
  255. package/components/Notification/components/NotificationHeader.js +1 -1
  256. package/components/Notification/components/NotificationIcon.js +1 -1
  257. package/components/Notification/components/NotificationTime.js +1 -1
  258. package/components/NotificationIcon/NotificationIcon.js +2 -2
  259. package/components/NumberField/NumberFieldInput.js +2 -2
  260. package/components/OrderedList/OrderedList.js +6 -6
  261. package/components/OrderedList/OrderedListItem.js +6 -6
  262. package/components/Overlay/Overlay.js +2 -2
  263. package/components/Overlay/OverlayMask.js +2 -2
  264. package/components/Overlay/OverlayPanel.js +2 -2
  265. package/components/Page/Page.js +2 -2
  266. package/components/Page/components/BodyPage.js +9 -9
  267. package/components/Page/components/FooterPage.js +2 -2
  268. package/components/Page/components/HeaderPage.js +2 -2
  269. package/components/Pagination/components/PaginationExtended.js +3 -3
  270. package/components/Pagination/components/PaginationNavigationButton.js +1 -1
  271. package/components/Pagination/components/PaginationNavigationExtended.js +2 -2
  272. package/components/Pagination/components/PaginationPageButton.js +2 -2
  273. package/components/Pagination/components/PaginationPageEllipsis.js +2 -2
  274. package/components/Pagination/components/PaginationSelect.js +5 -5
  275. package/components/Pagination/utils/paginationUtils.js +5 -5
  276. package/components/Radio/Radio.js +13 -13
  277. package/components/Radio/RadioXGroup.js +13 -13
  278. package/components/Radio/RadioYGroup.js +7 -7
  279. package/components/Row/Row.js +7 -7
  280. package/components/SMSField/SMSField.js +3 -3
  281. package/components/SMSField/components/RefreshIcon.js +2 -2
  282. package/components/SMSField/components/SMSFieldInput.js +3 -3
  283. package/components/SMSField/components/SMSFieldRefresh.js +2 -2
  284. package/components/SMSField/components/SMSFieldSubmit.js +2 -2
  285. package/components/SMSField/components/SMSFieldTooltip.js +1 -1
  286. package/components/SegmentedControl/SegmentedControl.js +5 -5
  287. package/components/SegmentedControl/SegmentedControlSegment.js +7 -7
  288. package/components/SelectExtendedField/SelectExtendedField.js +2 -2
  289. package/components/SelectExtendedField/components/SelectExtendedFieldDropdown.js +1 -1
  290. package/components/SelectExtendedField/components/SelectExtendedFieldTarget.js +90 -82
  291. package/components/SelectField/SelectField.js +1 -1
  292. package/components/Skeleton/Skeleton.js +11 -11
  293. package/components/SliderExtended/SliderExtended.js +3 -3
  294. package/components/SliderExtended/components/SliderExtendedDot/SliderExtendedDot.js +8 -8
  295. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMark.js +2 -2
  296. package/components/SliderExtended/components/SliderExtendedMarks/SliderExtendedMarks.js +2 -2
  297. package/components/SliderExtended/components/SliderExtendedRail.js +2 -2
  298. package/components/SliderExtended/components/SliderExtendedTooltip/SliderExtendedTooltip.js +2 -2
  299. package/components/SliderExtended/components/SliderExtendedTrack/SliderExtendedTrack.js +9 -9
  300. package/components/SmallInput/SmallInput.js +5 -5
  301. package/components/Spoiler/Spoiler.js +12 -12
  302. package/components/StatusTracker/StatusTracker.js +3 -3
  303. package/components/StatusTracker/components/StatusTrackerAlert.js +2 -2
  304. package/components/StatusTracker/components/StatusTrackerBody.js +2 -2
  305. package/components/StatusTracker/components/StatusTrackerButton.js +2 -2
  306. package/components/StatusTracker/components/StatusTrackerDescription.js +2 -2
  307. package/components/StatusTracker/components/StatusTrackerFooter.js +2 -2
  308. package/components/StatusTracker/components/StatusTrackerHeader.js +2 -2
  309. package/components/StatusTracker/components/StatusTrackerMedia.js +2 -2
  310. package/components/StatusTracker/components/StatusTrackerStatus.js +2 -2
  311. package/components/StatusTracker/components/StatusTrackerSum.js +2 -2
  312. package/components/StatusTracker/components/StatusTrackerTitle.js +2 -2
  313. package/components/Step/Step.js +7 -7
  314. package/components/Stepper/RightBorderArrow.js +1 -1
  315. package/components/Stepper/Stepper.js +16 -16
  316. package/components/Stepper/StepperExtended.js +2 -2
  317. package/components/Stepper/StepperStep.js +3 -3
  318. package/components/Stepper/StepperWrapper.js +3 -3
  319. package/components/Suggest/Suggest.js +1 -1
  320. package/components/Suggest/SuggestMobileDropdownContent.js +2 -2
  321. package/components/SuggestField/SuggestField.js +1 -1
  322. package/components/SuggestField/SuggestFieldTarget.js +1 -1
  323. package/components/SuggestField/SuggestFieldTargetPostfix.js +2 -2
  324. package/components/SuggestField/desktop/SuggestFieldDesktop.js +31 -31
  325. package/components/SuggestField/desktop/SuggestFieldDesktopDropdown.js +1 -1
  326. package/components/SuggestField/index.js +1 -1
  327. package/components/SuggestField/mobile/SuggestFieldMobile.js +2 -2
  328. package/components/SuggestField/mobile/SuggestFieldMobileDropdown.js +2 -2
  329. package/components/SuggestField/mobile/SuggestFieldMobileDropdownHint.js +1 -1
  330. package/components/SuggestField/mobile/index.js +1 -1
  331. package/components/SwipeableArea/SwipeableArea.js +11 -11
  332. package/components/Table/FilterPanel.js +3 -3
  333. package/components/Table/MasterTable.js +3 -3
  334. package/components/Table/NoColumns.js +2 -2
  335. package/components/Table/PaginationPanel.js +3 -3
  336. package/components/Table/TableBasic/TableBasic.js +2 -2
  337. package/components/Table/TableBasic/components/TableBasicBody.js +2 -2
  338. package/components/Table/TableBasic/components/TableBasicHeader.js +2 -2
  339. package/components/Table/TableBasic/components/TableBasicRow.js +2 -2
  340. package/components/Table/TableBasicSettings/TableBasicSettings.js +2 -2
  341. package/components/Table/TableBasicSettings/components/ColumnSettingsSortableListItemTarget.js +8 -8
  342. package/components/Table/TableBasicSettings/components/ColumnSettingsStaticListItem.js +2 -2
  343. package/components/Table/TableBasicSettings/components/TableBasicSettingsBody.js +6 -6
  344. package/components/Table/TableBasicSettings/components/TableBasicSettingsFooter.js +2 -2
  345. package/components/Table/TableBasicSettings/components/TableBasicSettingsHeader.js +2 -2
  346. package/components/Table/TableFooter/TableFooter.js +2 -2
  347. package/components/Table/TableFooter/components/TableFooterSummary.js +1 -1
  348. package/components/Table/TableFooter/components/TableFooterSummaryAmount.js +1 -1
  349. package/components/Table/TableFooter/components/TableFooterSummarySelectAllButton.js +1 -1
  350. package/components/Table/TableFooter/components/TableFooterSummarySelectedCount.js +1 -1
  351. package/components/Table/TabsLinePanel.js +2 -2
  352. package/components/Table/TabsLinePanelLinks.js +8 -8
  353. package/components/Table/utils.js +1 -1
  354. package/components/Tabs/Tabs.js +31 -30
  355. package/components/TabsExtended/TabsExtended.js +3 -3
  356. package/components/TabsExtended/components/TabsExtendedContent.js +2 -2
  357. package/components/TabsExtended/components/TabsExtendedDropdownWrapper.js +2 -2
  358. package/components/TabsExtended/components/TabsExtendedTab.js +2 -2
  359. package/components/TabsExtended/components/TabsExtendedTabButton.js +2 -2
  360. package/components/TabsExtended/components/TabsExtendedTabsWrapper.js +2 -2
  361. package/components/TabsExtended/utils.js +1 -1
  362. package/components/TabsLine/TabsLine.js +2 -2
  363. package/components/TabsLine/components/TabsLineDesktop.js +2 -2
  364. package/components/TabsLine/components/TabsLineDropdown.js +3 -3
  365. package/components/TabsLine/components/TabsLineItem.js +2 -2
  366. package/components/TabsLine/components/TabsLineMobile.js +11 -11
  367. package/components/Tag/Tag.js +29 -29
  368. package/components/TagColor/TagColor.js +7 -7
  369. package/components/TagGroup/TagGroup.js +13 -13
  370. package/components/TextField/TextField.js +1 -1
  371. package/components/TextareaField/TextareaField.js +2 -2
  372. package/components/ThemeProvider/ThemeProvider.js +4 -4
  373. package/components/ThemeProvider/components/ThemeProviderView.js +3 -3
  374. package/components/Tooltip/components/common/TooltipBody.js +2 -2
  375. package/components/Tooltip/components/common/TooltipLink.js +4 -4
  376. package/components/Tooltip/components/common/TooltipXButton.js +8 -8
  377. package/components/Tooltip/components/desktop/components/TooltipDesktopBase.js +2 -2
  378. package/components/Tooltip/components/desktop/components/TooltipDesktopTip.js +2 -2
  379. package/components/Tooltip/components/mobile/TooltipMobile.js +37 -36
  380. package/components/TopOverlay/TopOverlay.js +2 -2
  381. package/components/TreeView/TreeView.js +2 -2
  382. package/components/TreeView/components/TreeViewGroup.js +1 -1
  383. package/components/TreeView/components/TreeViewNode.js +2 -2
  384. package/components/Typography/Caption.js +24 -24
  385. package/components/Typography/Text.js +17 -17
  386. package/components/Typography/Title.js +13 -13
  387. package/components/Typography/utils.js +1 -1
  388. package/components/UnorderedList/UnorderedList.js +9 -9
  389. package/components/UnorderedList/UnorderedListItem.js +6 -6
  390. package/components/UploadZone/UploadZone.js +69 -91
  391. package/components/UploadZone/components/UploadZoneInput.js +2 -2
  392. package/components/WindowResizeListener/WindowResizeListener.js +1 -1
  393. package/components/index.js +554 -549
  394. package/consts/DateConst.js +6 -6
  395. package/index.d.ts +59 -23
  396. package/index.js +598 -593
  397. package/package.json +7 -3
  398. package/styles/triplex-next.css +534 -533
  399. package/utils/amountUtils.js +1 -1
  400. package/chunks/AlertProcessSpoiler-SFMiAq2e.js +0 -39
  401. package/chunks/Card.module-B8eF0PyT.js +0 -17
  402. package/chunks/CheckboxTreeExtended.module-BL2GvhSW.js +0 -11
  403. package/chunks/Confirm.module-DtGkChdz.js +0 -15
  404. package/chunks/DropdownMobile.module-hCX_8o3O.js +0 -23
  405. package/chunks/Footer.module-CmBv6U70.js +0 -9
  406. package/chunks/FormFieldInput-B4hNuHJx.js +0 -62
  407. package/chunks/HeaderLayoutSidebar.module-72lLZguP.js +0 -9
  408. package/chunks/HeaderTabs.module-Cg4Skmf_.js +0 -9
  409. package/chunks/IslandAccordion.module-CASKTyF5.js +0 -25
  410. package/chunks/IslandWidgetFooter.module-BOmbhSZq.js +0 -9
  411. package/chunks/IslandWidgetHeader.module-Bb1VehSy.js +0 -9
  412. package/chunks/LightBoxControls.module-Bd3m7ZxT.js +0 -16
  413. package/chunks/LightBoxSideOverlayClose.module-BOo9E8eM.js +0 -8
  414. package/chunks/ListItemTail.module-Cc6Q6gR8.js +0 -12
  415. package/chunks/ListMasterFooter.module-CPTvVSEg.js +0 -10
  416. package/chunks/ModalWindow.module-Cjfs_3lX.js +0 -17
  417. package/chunks/Notification.module-DRNzc662.js +0 -21
  418. package/chunks/Overlay.module-CyE4VM64.js +0 -18
  419. package/chunks/Page.module-CiiwZIG0.js +0 -11
  420. package/chunks/SMSField.module-Df8IlNx3.js +0 -16
  421. package/chunks/SliderExtendedMarks.module-C3yroPQo.js +0 -15
  422. package/chunks/StatusTracker.module-C3dx5TPW.js +0 -24
  423. package/chunks/TableFooter.module-CJATQpk2.js +0 -14
  424. package/chunks/TabsExtended.module-mbk25DHy.js +0 -16
  425. package/chunks/TabsLine.module-eLr2Qyu1.js +0 -21
  426. package/chunks/TooltipDesktop.module-D4l2yNW-.js +0 -19
  427. package/chunks/TreeView.module-BZTj2oze.js +0 -9
  428. package/chunks/UploadZoneInput-ZvLsxymO.js +0 -35
  429. package/chunks/utils-CkEbPHhV.js +0 -73
  430. package/chunks/utils-bltVmJ1Y.js +0 -24
  431. package/chunks/vendor-BARd5eYq.js +0 -15069
@@ -2,21 +2,22 @@ var M = Object.defineProperty;
2
2
  var H = (m, d, t) => d in m ? M(m, d, { enumerable: !0, configurable: !0, writable: !0, value: t }) : m[d] = t;
3
3
  var p = (m, d, t) => H(m, typeof d != "symbol" ? d + "" : d, t);
4
4
  import { jsx as h, jsxs as S } from "react/jsx-runtime";
5
- import { a as I, j as D, c as R } from "../../chunks/vendor-BARd5eYq.js";
5
+ import { a as I, c as R } from "../../chunks/vendor-CalMVkfj.js";
6
6
  import V from "react";
7
+ import D from "moment";
7
8
  import { globalLimitRange as O, dateFormatYYYYMMDD as x } from "../../consts/DateConst.js";
8
9
  import { ECalendarPickType as y, ECalendarViewMode as l } from "./enums.js";
9
10
  import { CalendarContext as w } from "./CalendarContext.js";
10
11
  import { CalendarControls as N } from "./components/CalendarControls.js";
11
12
  import { CalendarView as _ } from "./components/CalendarView.js";
12
- import { CalendarFooter as j } from "./components/CalendarFooter.js";
13
+ import { CalendarFooter as E } from "./components/CalendarFooter.js";
13
14
  import { CalendarFooterButton as v } from "./components/CalendarFooterButton.js";
14
- import { parsePickedDate as f, formatDate as P, getHeader as E } from "./utils.js";
15
- const q = "calendar__b9c2986c", L = "adaptive__057215af", k = {
15
+ import { parsePickedDate as f, formatDate as P, getHeader as j } from "./utils.js";
16
+ const q = "calendar__874a22ca", L = "adaptive__9cf3b173", g = {
16
17
  calendar: q,
17
18
  adaptive: L
18
19
  };
19
- class g extends V.PureComponent {
20
+ class k extends V.PureComponent {
20
21
  constructor(t) {
21
22
  super(t);
22
23
  // Уникальный идентификатор для связи периода с таблицей.
@@ -45,45 +46,45 @@ class g extends V.PureComponent {
45
46
  /** Рендер футера. */
46
47
  p(this, "renderFooter", () => {
47
48
  const { pickType: t, yesterdayButtonProps: a, todayButtonProps: o, tomorrowButtonProps: r } = this.props, { viewDate: n, viewMode: e } = this.state;
48
- let s, i;
49
- t === y.datePick ? (s = D().startOf("day"), i = e === l.DAYS && n.isSame(s, "month")) : (s = D().startOf("month"), i = e === l.MONTHS && n.isSame(s, "year"));
50
- const c = i && e === l.DAYS;
51
- return /* @__PURE__ */ S(j, { children: [
49
+ let i, s;
50
+ t === y.datePick ? (i = D().startOf("day"), s = e === l.DAYS && n.isSame(i, "month")) : (i = D().startOf("month"), s = e === l.MONTHS && n.isSame(i, "year"));
51
+ const c = s && e === l.DAYS;
52
+ return /* @__PURE__ */ S(E, { children: [
52
53
  c && a && /* @__PURE__ */ h(
53
54
  v,
54
55
  {
55
- date: s.clone().subtract(1, "day"),
56
- currentPeriodSelected: i,
56
+ date: i.clone().subtract(1, "day"),
57
+ currentPeriodSelected: s,
57
58
  ...typeof a == "function" ? a(e) : a
58
59
  }
59
60
  ),
60
61
  /* @__PURE__ */ h(
61
62
  v,
62
63
  {
63
- date: s,
64
- currentPeriodSelected: i,
65
- ...typeof o == "function" ? o({ viewMode: e, currentPeriodSelected: i }) : o
64
+ date: i,
65
+ currentPeriodSelected: s,
66
+ ...typeof o == "function" ? o({ viewMode: e, currentPeriodSelected: s }) : o
66
67
  }
67
68
  ),
68
69
  c && r && /* @__PURE__ */ h(
69
70
  v,
70
71
  {
71
- date: s.clone().add(1, "day"),
72
- currentPeriodSelected: i,
72
+ date: i.clone().add(1, "day"),
73
+ currentPeriodSelected: s,
73
74
  ...typeof r == "function" ? r(e) : r
74
75
  }
75
76
  )
76
77
  ] });
77
78
  });
78
79
  const { format: a, pickType: o, reversedPick: r } = this.props, n = f(this.props.pickedDate, a), e = this.getInitialViewDate(n);
79
- let s;
80
- r ? s = l.YEARS : o == y.monthYearPick ? s = l.MONTHS : s = l.DAYS;
81
- const i = P(e, s);
80
+ let i;
81
+ r ? i = l.YEARS : o == y.monthYearPick ? i = l.MONTHS : i = l.DAYS;
82
+ const s = P(e, i);
82
83
  this.state = {
83
- header: i,
84
+ header: s,
84
85
  pickedDate: n,
85
86
  viewDate: e,
86
- viewMode: s
87
+ viewMode: i
87
88
  };
88
89
  }
89
90
  /** Получить изначальную дату для навигации. */
@@ -106,13 +107,13 @@ class g extends V.PureComponent {
106
107
  return n;
107
108
  }
108
109
  componentDidUpdate(t, a) {
109
- const { format: o } = this.props, { viewDate: r } = this.state, { viewDate: n } = a, e = f(this.props.pickedDate, o), s = e == null ? void 0 : e.isValid(), i = s ? e : n, c = f(t.pickedDate, o);
110
- if (!(!s || c != null && c.isSame(i, "day"))) {
110
+ const { format: o } = this.props, { viewDate: r } = this.state, { viewDate: n } = a, e = f(this.props.pickedDate, o), i = e == null ? void 0 : e.isValid(), s = i ? e : n, c = f(t.pickedDate, o);
111
+ if (!(!i || c != null && c.isSame(s, "day"))) {
111
112
  let u = {};
112
113
  r && !r.isSame(e, "month") && (u = {
113
114
  currentTab: l.DAYS,
114
- header: E(i),
115
- viewDate: i.clone()
115
+ header: j(s),
116
+ viewDate: s.clone()
116
117
  }), this.setState({
117
118
  ...u,
118
119
  pickedDate: e
@@ -127,16 +128,16 @@ class g extends V.PureComponent {
127
128
  markedDays: r,
128
129
  disabledDays: n,
129
130
  dayHtmlAttributes: e,
130
- monthHtmlAttributes: s,
131
- yearHtmlAttributes: i,
131
+ monthHtmlAttributes: i,
132
+ yearHtmlAttributes: s,
132
133
  prevButtonProps: c,
133
134
  nextButtonProps: u,
134
135
  viewButtonProps: C,
135
136
  todayButtonProps: T
136
- } = this.props, { viewMode: A, viewDate: B, header: Y } = this.state, b = R(k.calendar, {
137
- [k.adaptive]: !!this.props.adaptiveMode
137
+ } = this.props, { viewMode: A, viewDate: B, header: Y } = this.state, b = R(g.calendar, {
138
+ [g.adaptive]: !!this.props.adaptiveMode
138
139
  }), F = f(this.props.pickedDate, t);
139
- return /* @__PURE__ */ h("div", { className: b, "data-tx": "0.12.0", children: /* @__PURE__ */ S(
140
+ return /* @__PURE__ */ h("div", { className: b, "data-tx": "0.14.0", children: /* @__PURE__ */ S(
140
141
  w.Provider,
141
142
  {
142
143
  value: {
@@ -167,8 +168,8 @@ class g extends V.PureComponent {
167
168
  {
168
169
  pickedDate: F,
169
170
  dayHtmlAttributes: e,
170
- monthHtmlAttributes: s,
171
- yearHtmlAttributes: i
171
+ monthHtmlAttributes: i,
172
+ yearHtmlAttributes: s
172
173
  }
173
174
  ),
174
175
  T && this.renderFooter()
@@ -177,12 +178,12 @@ class g extends V.PureComponent {
177
178
  ) });
178
179
  }
179
180
  }
180
- p(g, "defaultProps", {
181
+ p(k, "defaultProps", {
181
182
  format: x,
182
183
  limitRange: O,
183
184
  pickType: y.datePick
184
- }), p(g, "contextType", w);
185
+ }), p(k, "contextType", w);
185
186
  export {
186
- g as Calendar
187
+ k as Calendar
187
188
  };
188
189
  //# sourceMappingURL=Calendar.js.map
@@ -1,12 +1,12 @@
1
1
  import e from "react";
2
- import { j as a } from "../../chunks/vendor-BARd5eYq.js";
3
- import { globalLimitRange as o, dateFormatYYYYMMDD as t } from "../../consts/DateConst.js";
2
+ import t from "moment";
3
+ import { globalLimitRange as a, dateFormatYYYYMMDD as o } from "../../consts/DateConst.js";
4
4
  import { ECalendarViewMode as r, ECalendarPickType as i } from "./enums.js";
5
5
  const c = e.createContext({
6
- format: t,
7
- limitRange: o,
6
+ format: o,
7
+ limitRange: a,
8
8
  pickType: i.datePick,
9
- viewDate: a().startOf("day"),
9
+ viewDate: t().startOf("day"),
10
10
  viewMode: r.DAYS,
11
11
  periodId: "",
12
12
  onDateSelect: () => {
@@ -8,7 +8,7 @@ import { EButtonIconShape as b, EButtonTheme as L } from "../../Button/enums.js"
8
8
  import { ECalendarViewMode as e } from "../enums.js";
9
9
  import { globalLimitRange as E } from "../../../consts/DateConst.js";
10
10
  import { EComponentSize as V } from "../../../enums/EComponentSize.js";
11
- const U = "calendarControls__a5d469be", j = {
11
+ const U = "calendarControls__35b3eaaa", j = {
12
12
  calendarControls: U
13
13
  }, X = ({
14
14
  children: m,
@@ -1,7 +1,7 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- const a = "calendarFooter__f2bedea0", r = {
3
- calendarFooter: a
4
- }, t = ({ children: e }) => /* @__PURE__ */ o("div", { className: r.calendarFooter, children: e });
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ const e = "calendarFooter__96265b1c", r = {
3
+ calendarFooter: e
4
+ }, t = ({ children: o }) => /* @__PURE__ */ a("div", { className: r.calendarFooter, children: o });
5
5
  t.displayName = "CalendarFooter";
6
6
  export {
7
7
  t as CalendarFooter
@@ -1,18 +1,19 @@
1
1
  import { jsxs as U, jsx as l } from "react/jsx-runtime";
2
- import { j as c, c as H } from "../../../chunks/vendor-BARd5eYq.js";
3
- import { useContext as R, useCallback as O, useState as L, useEffect as q } from "react";
2
+ import { c as H } from "../../../chunks/vendor-CalMVkfj.js";
3
+ import { useContext as k, useCallback as O, useState as L, useEffect as q } from "react";
4
+ import c from "moment";
4
5
  import { isDateOutOfRange as g, isDayDisabled as z } from "../utils.js";
5
6
  import { WEEKDAYS_SET as J } from "../../../consts/DateConst.js";
6
7
  import { CalendarViewContext as Q } from "../CalendarViewContext.js";
7
- import { s as y, C as X } from "../../../chunks/CalendarViewItem-B7_R_3t_.js";
8
+ import { s as y, C as X } from "../../../chunks/CalendarViewItem-BXB-l14w.js";
8
9
  import { isKey as d } from "../../../utils/keyboard.js";
9
10
  import { ECalendarDateMarkType as Z, ECalendarViewMode as E } from "../enums.js";
10
11
  import { CalendarContext as ee } from "../CalendarContext.js";
11
- const fe = ({
12
+ const me = ({
12
13
  pickedDate: o,
13
14
  dayHtmlAttributes: D = {}
14
15
  }) => {
15
- const { format: m, periodId: x, limitRange: h, viewDate: n, markedDays: f, disabledDays: w, onDateSelect: I, onPageChange: C } = R(ee), { viewItemFocusedRef: S } = R(Q), M = n.clone().startOf("month").startOf("week"), b = O(
16
+ const { format: m, periodId: x, limitRange: h, viewDate: n, markedDays: f, disabledDays: w, onDateSelect: I, onPageChange: C } = k(ee), { viewItemFocusedRef: S } = k(Q), M = n.clone().startOf("month").startOf("week"), b = O(
16
17
  (e) => g(e, h, "day") || z(e.format(m), w),
17
18
  [h, w, m]
18
19
  ), p = O(() => {
@@ -24,9 +25,9 @@ const fe = ({
24
25
  if (e.add(a, "day"), !b(e))
25
26
  return e;
26
27
  }
27
- }, [o, n, b]), [T, k] = L(p());
28
+ }, [o, n, b]), [T, A] = L(p());
28
29
  q(() => {
29
- S.current || k(p());
30
+ S.current || A(p());
30
31
  }, [n, S, p]);
31
32
  const N = () => {
32
33
  const e = c.weekdays(!0), a = c.weekdaysMin(!0);
@@ -40,21 +41,21 @@ const fe = ({
40
41
  `calendar-table-header-${t}`
41
42
  )) }) });
42
43
  }, V = () => /* @__PURE__ */ l("tbody", { className: y.calendarViewDaysBody, children: [0, 1, 2, 3, 4, 5].map((e) => /* @__PURE__ */ l("tr", { children: [0, 1, 2, 3, 4, 5, 6].map((a) => W(e, a)) }, `calendar-table-row-${e}`)) }), W = (e, a) => {
43
- const t = c(M).add(e * 7 + a, "day"), r = H({ [y.current]: v(t) }), s = B(t), u = b(t), Y = !u && _(t), $ = P(t), A = K(t);
44
+ const t = c(M).add(e * 7 + a, "day"), r = H({ [y.current]: v(t) }), s = B(t), u = b(t), $ = !u && _(t), j = P(t), R = K(t);
44
45
  return /* @__PURE__ */ l(
45
46
  X,
46
47
  {
47
48
  className: r,
48
- ...typeof D == "function" ? D({ marked: A !== void 0 }) : D,
49
+ ...typeof D == "function" ? D({ marked: R !== void 0 }) : D,
49
50
  date: t,
50
51
  unit: "day",
51
52
  active: s,
52
53
  disabled: u,
53
- tabbable: Y,
54
- muted: $,
55
- markType: A,
56
- onKeyDown: j(t),
57
- onDateSelect: F,
54
+ tabbable: $,
55
+ muted: j,
56
+ markType: R,
57
+ onKeyDown: F(t),
58
+ onDateSelect: G,
58
59
  children: t.date()
59
60
  },
60
61
  `calendar-table-data-${a}`
@@ -80,14 +81,14 @@ const fe = ({
80
81
  break;
81
82
  }
82
83
  return s;
83
- }, j = (e) => (a) => {
84
+ }, F = (e) => (a) => {
84
85
  const t = a.code || a.keyCode;
85
86
  let r;
86
- d(t, "ARROW_RIGHT") ? (r = i(e, "add", 1, "day"), a.preventDefault()) : d(t, "ARROW_LEFT") ? (r = i(e, "subtract", 1, "day"), a.preventDefault()) : d(t, "ARROW_DOWN") ? (r = i(e, "add", 1, "week"), a.preventDefault()) : d(t, "ARROW_UP") ? (r = i(e, "subtract", 1, "week"), a.preventDefault()) : d(t, "PAGE_DOWN") ? (r = i(e, "add", 1, "month"), a.preventDefault()) : d(t, "PAGE_UP") && (r = i(e, "subtract", 1, "month"), a.preventDefault()), r && G(r);
87
- }, F = (e) => {
88
- I(e);
87
+ d(t, "ARROW_RIGHT") ? (r = i(e, "add", 1, "day"), a.preventDefault()) : d(t, "ARROW_LEFT") ? (r = i(e, "subtract", 1, "day"), a.preventDefault()) : d(t, "ARROW_DOWN") ? (r = i(e, "add", 1, "week"), a.preventDefault()) : d(t, "ARROW_UP") ? (r = i(e, "subtract", 1, "week"), a.preventDefault()) : d(t, "PAGE_DOWN") ? (r = i(e, "add", 1, "month"), a.preventDefault()) : d(t, "PAGE_UP") && (r = i(e, "subtract", 1, "month"), a.preventDefault()), r && Y(r);
89
88
  }, G = (e) => {
90
- k(e), e.isBefore(n, "month") ? (e = n.clone().subtract(1, "month"), C(e, E.DAYS)) : e.isAfter(n, "month") && (e = n.clone().add(1, "month"), C(e, E.DAYS));
89
+ I(e);
90
+ }, Y = (e) => {
91
+ A(e), e.isBefore(n, "month") ? (e = n.clone().subtract(1, "month"), C(e, E.DAYS)) : e.isAfter(n, "month") && (e = n.clone().add(1, "month"), C(e, E.DAYS));
91
92
  };
92
93
  return /* @__PURE__ */ U("table", { className: y.calendarViewDays, role: "grid", "aria-labelledby": x, children: [
93
94
  N(),
@@ -95,6 +96,6 @@ const fe = ({
95
96
  ] });
96
97
  };
97
98
  export {
98
- fe as CalendarViewDays
99
+ me as CalendarViewDays
99
100
  };
100
101
  //# sourceMappingURL=CalendarViewDays.js.map
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
- import "../../../chunks/vendor-BARd5eYq.js";
2
+ import "../../../chunks/vendor-CalMVkfj.js";
3
3
  import "react";
4
4
  import "../enums.js";
5
5
  import "../CalendarViewContext.js";
6
6
  import "../../../utils/keyboard.js";
7
- import { C } from "../../../chunks/CalendarViewItem-B7_R_3t_.js";
7
+ import { C } from "../../../chunks/CalendarViewItem-BXB-l14w.js";
8
8
  export {
9
9
  C as CalendarViewItem
10
10
  };
@@ -1,16 +1,16 @@
1
- import { jsx as f } from "react/jsx-runtime";
1
+ import { jsx as m } from "react/jsx-runtime";
2
2
  import { useContext as S, useCallback as O, useState as F, useEffect as G } from "react";
3
- import { j as h } from "../../../chunks/vendor-BARd5eYq.js";
3
+ import h from "moment";
4
4
  import { CalendarContext as H } from "../CalendarContext.js";
5
5
  import { CalendarViewContext as K } from "../CalendarViewContext.js";
6
6
  import { isDateOutOfRange as R } from "../utils.js";
7
- import { s as j, C as k } from "../../../chunks/CalendarViewItem-B7_R_3t_.js";
7
+ import { s as B, C as U } from "../../../chunks/CalendarViewItem-BXB-l14w.js";
8
8
  import { isKey as l } from "../../../utils/keyboard.js";
9
- import { ECalendarPickType as B, ECalendarViewMode as u } from "../enums.js";
9
+ import { ECalendarPickType as Y, ECalendarViewMode as u } from "../enums.js";
10
10
  const Z = ({ pickedDate: r, monthHtmlAttributes: T = {} }) => {
11
- const { pickType: w, periodId: g, limitRange: m, viewDate: o, onDateSelect: A, onPageChange: D, onViewChange: P } = S(H), { viewItemFocusedRef: y } = S(K), x = h.monthsShort(), b = O(
12
- (e) => R(e, m, "month"),
13
- [m]
11
+ const { pickType: w, periodId: g, limitRange: f, viewDate: o, onDateSelect: A, onPageChange: D, onViewChange: P } = S(H), { viewItemFocusedRef: y } = S(K), x = h.monthsShort(), b = O(
12
+ (e) => R(e, f, "month"),
13
+ [f]
14
14
  ), d = O(() => {
15
15
  if (r && r.isSame(o, "year"))
16
16
  return r;
@@ -24,39 +24,39 @@ const Z = ({ pickedDate: r, monthHtmlAttributes: T = {} }) => {
24
24
  G(() => {
25
25
  y.current || C(d());
26
26
  }, [o, y, d]);
27
- const E = () => /* @__PURE__ */ f("tbody", { children: [0, 1, 2, 3].map((e) => /* @__PURE__ */ f("tr", { children: [0, 1, 2].map((t) => I(e, t)) }, `calendar-view-months-row-${e}`)) }), I = (e, t) => {
28
- const n = e * 3 + t, a = o.clone().startOf("month").month(n), i = V(a), c = b(a), v = !c && W(a);
29
- return /* @__PURE__ */ f(
30
- k,
27
+ const E = () => /* @__PURE__ */ m("tbody", { children: [0, 1, 2, 3].map((e) => /* @__PURE__ */ m("tr", { children: [0, 1, 2].map((t) => I(e, t)) }, `calendar-view-months-row-${e}`)) }), I = (e, t) => {
28
+ const a = e * 3 + t, n = o.clone().startOf("month").month(a), i = V(n), c = b(n), v = !c && W(n);
29
+ return /* @__PURE__ */ m(
30
+ U,
31
31
  {
32
32
  ...T,
33
- date: a,
33
+ date: n,
34
34
  unit: "month",
35
35
  active: i,
36
36
  disabled: c,
37
37
  tabbable: v,
38
- onKeyDown: _(a),
38
+ onKeyDown: _(n),
39
39
  onDateSelect: M,
40
- children: x[n]
40
+ children: x[a]
41
41
  },
42
42
  `calendar-table-data-${t}`
43
43
  );
44
44
  }, V = (e) => r == null ? !1 : r.isSame(e, "month"), W = (e) => p ? e.isSame(p, "month") : !1, _ = (e) => (t) => {
45
- const n = t.code || t.keyCode;
46
- let a;
47
- l(n, "ARROW_RIGHT") ? (a = s(e, "add", 1, "month"), t.preventDefault()) : l(n, "ARROW_LEFT") ? (a = s(e, "subtract", 1, "month"), t.preventDefault()) : l(n, "ARROW_DOWN") ? (a = s(e, "add", 3, "month"), t.preventDefault()) : l(n, "ARROW_UP") ? (a = s(e, "subtract", 3, "month"), t.preventDefault()) : l(n, "PAGE_DOWN") ? (a = s(e, "add", 1, "year"), t.preventDefault()) : l(n, "PAGE_UP") && (a = s(e, "subtract", 1, "year"), t.preventDefault()), a && N(a);
48
- }, s = (e, t, n, a) => {
45
+ const a = t.code || t.keyCode;
46
+ let n;
47
+ l(a, "ARROW_RIGHT") ? (n = s(e, "add", 1, "month"), t.preventDefault()) : l(a, "ARROW_LEFT") ? (n = s(e, "subtract", 1, "month"), t.preventDefault()) : l(a, "ARROW_DOWN") ? (n = s(e, "add", 3, "month"), t.preventDefault()) : l(a, "ARROW_UP") ? (n = s(e, "subtract", 3, "month"), t.preventDefault()) : l(a, "PAGE_DOWN") ? (n = s(e, "add", 1, "year"), t.preventDefault()) : l(a, "PAGE_UP") && (n = s(e, "subtract", 1, "year"), t.preventDefault()), n && N(n);
48
+ }, s = (e, t, a, n) => {
49
49
  const i = e.clone(), c = {
50
50
  add: h.fn.add.bind(i),
51
51
  subtract: h.fn.subtract.bind(i)
52
52
  }[t];
53
- return c(n, a), R(i, m, "month") ? e : i;
53
+ return c(a, n), R(i, f, "month") ? e : i;
54
54
  }, M = (e) => {
55
- w === B.monthYearPick ? A(e) : P(e, u.DAYS);
55
+ w === Y.monthYearPick ? A(e) : P(e, u.DAYS);
56
56
  }, N = (e) => {
57
57
  C(e), e.isBefore(o, "year") ? (e = o.clone().subtract(1, "year"), D(e, u.MONTHS)) : e.isAfter(o, "year") && (e = o.clone().add(1, "year"), D(e, u.MONTHS));
58
58
  };
59
- return /* @__PURE__ */ f("table", { className: j.calendarViewMonths, role: "grid", "aria-labelledby": g, children: E() });
59
+ return /* @__PURE__ */ m("table", { className: B.calendarViewMonths, role: "grid", "aria-labelledby": g, children: E() });
60
60
  };
61
61
  export {
62
62
  Z as CalendarViewMonths
@@ -1,17 +1,17 @@
1
1
  import { jsx as f } from "react/jsx-runtime";
2
- import { useContext as h, useCallback as C, useState as v, useEffect as F } from "react";
3
- import { j as w } from "../../../chunks/vendor-BARd5eYq.js";
2
+ import { useContext as C, useCallback as h, useState as v, useEffect as F } from "react";
3
+ import w from "moment";
4
4
  import { CalendarContext as N } from "../CalendarContext.js";
5
5
  import { CalendarViewContext as G } from "../CalendarViewContext.js";
6
6
  import { isDateOutOfRange as O } from "../utils.js";
7
- import { s as K, C as j } from "../../../chunks/CalendarViewItem-B7_R_3t_.js";
7
+ import { s as K, C as H } from "../../../chunks/CalendarViewItem-BXB-l14w.js";
8
8
  import { isKey as i } from "../../../utils/keyboard.js";
9
9
  import { ECalendarViewMode as y } from "../enums.js";
10
10
  const Q = ({ pickedDate: s, yearHtmlAttributes: S = {} }) => {
11
- const { periodId: g, limitRange: d, viewDate: n, onPageChange: m, onViewChange: A } = h(N), { viewItemFocusedRef: D } = h(G), T = n.year(), b = C(
11
+ const { periodId: g, limitRange: d, viewDate: n, onPageChange: m, onViewChange: A } = C(N), { viewItemFocusedRef: D } = C(G), T = n.year(), b = h(
12
12
  (e) => O(e, d, "year"),
13
13
  [d]
14
- ), u = C(() => {
14
+ ), u = h(() => {
15
15
  if (s && s.isSame(n, "year"))
16
16
  return s;
17
17
  {
@@ -25,32 +25,32 @@ const Q = ({ pickedDate: s, yearHtmlAttributes: S = {} }) => {
25
25
  D.current || R(u());
26
26
  }, [n, D, u]);
27
27
  const E = () => /* @__PURE__ */ f("tbody", { children: [0, 1, 2, 3].map((e) => /* @__PURE__ */ f("tr", { children: [0, 1, 2].map((a) => x(e, a)) }, `calendar-view-years-row-${e}`)) }), x = (e, a) => {
28
- const t = T + e * 3 + a - 5, r = n.clone().startOf("year").year(t), l = I(r), c = b(r), Y = !c && V(r);
28
+ const r = T + e * 3 + a - 5, t = n.clone().startOf("year").year(r), l = I(t), c = b(t), Y = !c && V(t);
29
29
  return /* @__PURE__ */ f(
30
- j,
30
+ H,
31
31
  {
32
32
  ...S,
33
- date: r,
33
+ date: t,
34
34
  unit: "year",
35
35
  active: l,
36
36
  disabled: c,
37
37
  tabbable: Y,
38
- onKeyDown: W(r),
38
+ onKeyDown: W(t),
39
39
  onDateSelect: _,
40
- children: t
40
+ children: r
41
41
  },
42
42
  `calendar-table-data-${a}`
43
43
  );
44
44
  }, I = (e) => s == null ? !1 : s.isSame(e, "year"), V = (e) => p ? e.isSame(p, "year") : !1, W = (e) => (a) => {
45
- const t = a.code || a.keyCode;
46
- let r;
47
- i(t, "ARROW_RIGHT") ? (r = o(e, "add", 1, "year"), a.preventDefault()) : i(t, "ARROW_LEFT") ? (r = o(e, "subtract", 1, "year"), a.preventDefault()) : i(t, "ARROW_DOWN") ? (r = o(e, "add", 3, "year"), a.preventDefault()) : i(t, "ARROW_UP") ? (r = o(e, "subtract", 3, "year"), a.preventDefault()) : i(t, "PAGE_DOWN") ? (r = o(e, "add", 12, "year"), a.preventDefault()) : i(t, "PAGE_UP") && (r = o(e, "subtract", 12, "year"), a.preventDefault()), r && P(r);
48
- }, o = (e, a, t, r) => {
45
+ const r = a.code || a.keyCode;
46
+ let t;
47
+ i(r, "ARROW_RIGHT") ? (t = o(e, "add", 1, "year"), a.preventDefault()) : i(r, "ARROW_LEFT") ? (t = o(e, "subtract", 1, "year"), a.preventDefault()) : i(r, "ARROW_DOWN") ? (t = o(e, "add", 3, "year"), a.preventDefault()) : i(r, "ARROW_UP") ? (t = o(e, "subtract", 3, "year"), a.preventDefault()) : i(r, "PAGE_DOWN") ? (t = o(e, "add", 12, "year"), a.preventDefault()) : i(r, "PAGE_UP") && (t = o(e, "subtract", 12, "year"), a.preventDefault()), t && P(t);
48
+ }, o = (e, a, r, t) => {
49
49
  const l = e.clone(), c = {
50
50
  add: w.fn.add.bind(l),
51
51
  subtract: w.fn.subtract.bind(l)
52
52
  }[a];
53
- return c(t, r), O(l, d, "year") ? e : l;
53
+ return c(r, t), O(l, d, "year") ? e : l;
54
54
  }, _ = (e) => {
55
55
  A(e, y.MONTHS);
56
56
  }, P = (e) => {
@@ -1,15 +1,15 @@
1
- import { j as s } from "../../chunks/vendor-BARd5eYq.js";
2
- import { globalLimitRange as f, headerDateFormat as i } from "../../consts/DateConst.js";
1
+ import f from "moment";
2
+ import { globalLimitRange as i, headerDateFormat as s } from "../../consts/DateConst.js";
3
3
  import { ECalendarViewMode as a } from "./enums.js";
4
4
  function Y(e, r) {
5
- return e ? typeof e == "string" ? s(e, r) : e : null;
5
+ return e ? typeof e == "string" ? f(e, r) : e : null;
6
6
  }
7
7
  function c(e, r) {
8
8
  let t;
9
- return r && r.isValid() ? t = r : e && e.isValid() ? t = e : t = s(), t.format(i);
9
+ return r && r.isValid() ? t = r : e && e.isValid() ? t = e : t = f(), t.format(s);
10
10
  }
11
11
  function l(e, r) {
12
- const t = e || s();
12
+ const t = e || f();
13
13
  switch (r) {
14
14
  case a.DAYS:
15
15
  return c(t);
@@ -22,7 +22,7 @@ function l(e, r) {
22
22
  }
23
23
  }
24
24
  function y(e, r, t) {
25
- const o = r.dateFrom || f.dateFrom, n = r.dateTo || f.dateTo;
25
+ const o = r.dateFrom || i.dateFrom, n = r.dateTo || i.dateTo;
26
26
  return e.isBefore(o, t) || e.isAfter(n, t);
27
27
  }
28
28
  function D(e, r) {
@@ -9,9 +9,9 @@ import { ECardRoundingSize as w, ECardTheme as x } from "./enums.js";
9
9
  import { EFocusSource as r } from "../../enums/EFocusSource.js";
10
10
  import { mapCardRoundingSizeToCssClass as K, mapCardThemeToCssClass as _ } from "./utils.js";
11
11
  import { isKey as p } from "../../utils/keyboard.js";
12
- import { c as k } from "../../chunks/vendor-BARd5eYq.js";
13
- import { c as B } from "../../chunks/Card.module-B8eF0PyT.js";
14
- const O = "action__9ea442d7", F = "selected__b6e58574", V = "focusVisible__1aa088ed", a = {
12
+ import { c as k } from "../../chunks/vendor-CalMVkfj.js";
13
+ import { c as B } from "../../chunks/Card.module-Cu7AW6wF.js";
14
+ const O = "action__c1daf592", F = "selected__34535dd6", V = "focusVisible__6410ae2b", a = {
15
15
  action: O,
16
16
  selected: F,
17
17
  focusVisible: V
@@ -96,7 +96,7 @@ class l extends u.Component {
96
96
  role: "button",
97
97
  ...C,
98
98
  ref: this.ref,
99
- "data-tx": "0.12.0",
99
+ "data-tx": "0.14.0",
100
100
  children: e
101
101
  }
102
102
  );
@@ -2,8 +2,8 @@ import { jsx as i } from "react/jsx-runtime";
2
2
  import { CardContent as s } from "./components/CardContent/CardContent.js";
3
3
  import { CardMedia as e } from "./components/CardMedia.js";
4
4
  import { mapCardRoundingSizeToCssClass as C, mapCardThemeToCssClass as p } from "./utils.js";
5
- import { c } from "../../chunks/vendor-BARd5eYq.js";
6
- import { c as n } from "../../chunks/Card.module-B8eF0PyT.js";
5
+ import { c } from "../../chunks/vendor-CalMVkfj.js";
6
+ import { c as n } from "../../chunks/Card.module-Cu7AW6wF.js";
7
7
  import { ECardRoundingSize as f, ECardTheme as l } from "./enums.js";
8
8
  const a = ({
9
9
  children: r,
@@ -21,7 +21,7 @@ const a = ({
21
21
  o
22
22
  ),
23
23
  ...d,
24
- "data-tx": "0.12.0",
24
+ "data-tx": "0.14.0",
25
25
  children: r
26
26
  }
27
27
  );
@@ -3,8 +3,8 @@ import { CardContentBody as C } from "./components/CardContentBody.js";
3
3
  import { CardContentHeader as i } from "./components/CardContentHeader.js";
4
4
  import { CardContentFooter as s } from "./components/CardContentFooter.js";
5
5
  import { ECardContentPaddingSize as t } from "../../enums.js";
6
- import { c as p } from "../../../../chunks/vendor-BARd5eYq.js";
7
- import { c as r } from "../../../../chunks/Card.module-B8eF0PyT.js";
6
+ import { c as p } from "../../../../chunks/vendor-CalMVkfj.js";
7
+ import { c as r } from "../../../../chunks/Card.module-Cu7AW6wF.js";
8
8
  const c = {
9
9
  [t.MD]: r.paddingMD,
10
10
  [t.SM]: r.paddingSM
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { c as d } from "../../../../../chunks/vendor-BARd5eYq.js";
3
- import { c as s } from "../../../../../chunks/Card.module-B8eF0PyT.js";
2
+ import { c as d } from "../../../../../chunks/vendor-CalMVkfj.js";
3
+ import { c as s } from "../../../../../chunks/Card.module-Cu7AW6wF.js";
4
4
  const m = ({ children: o, className: t, ...r }) => /* @__PURE__ */ a("div", { className: d(s.cardContentBody, t), ...r, children: o });
5
5
  m.displayName = "CardContentBody";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import { c as e } from "../../../../../chunks/vendor-BARd5eYq.js";
3
- import { c as s } from "../../../../../chunks/Card.module-B8eF0PyT.js";
2
+ import { c as e } from "../../../../../chunks/vendor-CalMVkfj.js";
3
+ import { c as s } from "../../../../../chunks/Card.module-Cu7AW6wF.js";
4
4
  const m = ({ children: o, className: t, ...r }) => /* @__PURE__ */ a("div", { className: e(s.cardContentFooter, t), ...r, children: o });
5
5
  m.displayName = "CardContentFooter";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import { c as o } from "../../../../../chunks/vendor-BARd5eYq.js";
3
- import { c as d } from "../../../../../chunks/Card.module-B8eF0PyT.js";
2
+ import { c as o } from "../../../../../chunks/vendor-CalMVkfj.js";
3
+ import { c as d } from "../../../../../chunks/Card.module-Cu7AW6wF.js";
4
4
  const s = ({ children: r, className: a, ...e }) => /* @__PURE__ */ t("div", { className: o(d.cardContentHeader, a), ...e, children: r });
5
5
  s.displayName = "CardContentHeader";
6
6
  export {
@@ -1,6 +1,6 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import { c as e } from "../../../chunks/vendor-BARd5eYq.js";
3
- import { c as m } from "../../../chunks/Card.module-B8eF0PyT.js";
2
+ import { c as e } from "../../../chunks/vendor-CalMVkfj.js";
3
+ import { c as m } from "../../../chunks/Card.module-Cu7AW6wF.js";
4
4
  const o = ({ children: a, className: r, ...s }) => {
5
5
  const c = e(m.cardMedia, r);
6
6
  return /* @__PURE__ */ d("div", { className: c, ...s, children: a });
@@ -1,5 +1,5 @@
1
1
  import { ECardRoundingSize as r, ECardTheme as s } from "./enums.js";
2
- import { c as o } from "../../chunks/Card.module-B8eF0PyT.js";
2
+ import { c as o } from "../../chunks/Card.module-Cu7AW6wF.js";
3
3
  const e = {
4
4
  [r.MD]: o.roundingMD,
5
5
  [r.SM]: o.roundingSM
@@ -1,8 +1,8 @@
1
- import { jsxs as p, jsx as b } from "react/jsx-runtime";
1
+ import { jsxs as b, jsx as p } from "react/jsx-runtime";
2
2
  import C, { useState as w, useRef as D, useCallback as L, useEffect as d } from "react";
3
- import { l as M, c as S } from "../../chunks/vendor-BARd5eYq.js";
3
+ import { l as M, c as S } from "../../chunks/vendor-CalMVkfj.js";
4
4
  import { scrollSmoothHorizontally as c } from "../../utils/scroll.js";
5
- const R = "carouselExtended__10db3035", k = {
5
+ const R = "carouselExtended__d50532bb", k = {
6
6
  carouselExtended: R
7
7
  }, y = C.forwardRef(
8
8
  ({ children: l, buttonPrev: a, buttonNext: i, stepPrev: u, stepNext: f, ...h }, s) => {
@@ -26,13 +26,13 @@ const R = "carouselExtended__10db3035", k = {
26
26
  }, E = (e) => {
27
27
  r.current = e, typeof s == "function" ? s(e) : s && (s.current = e);
28
28
  };
29
- return /* @__PURE__ */ p("div", { ...h, children: [
29
+ return /* @__PURE__ */ b("div", { ...h, children: [
30
30
  a({
31
31
  disabled: o.prevDisabled,
32
32
  hidden: o.hidden,
33
33
  onClick: x
34
34
  }),
35
- /* @__PURE__ */ b("div", { className: S(k.carouselExtended), onScroll: t, ref: E, children: l }),
35
+ /* @__PURE__ */ p("div", { className: S(k.carouselExtended), onScroll: t, ref: E, children: l }),
36
36
  i({
37
37
  disabled: o.nextDisabled,
38
38
  hidden: o.hidden,