indicator-ui 0.1.106 → 0.1.107

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 (521) hide show
  1. package/dist/index.js.map +1 -1
  2. package/dist/{types → ts}/src/hooks/controlsInput/useKeyboardInput.d.ts +1 -1
  3. package/dist/{types → ts}/src/hooks/controlsInput/useKeyboardPressing.d.ts +1 -1
  4. package/dist/{types → ts}/src/hooks/elementObservers/useIntersectionObserver.d.ts +1 -1
  5. package/dist/{types → ts}/src/hooks/elementObservers/useResizeObserver.d.ts +1 -1
  6. package/dist/{types → ts}/src/hooks/forms/useForm.d.ts +1 -1
  7. package/dist/{types → ts}/src/hooks/modalWindows/useBackdropModal.d.ts +1 -1
  8. package/dist/{types → ts}/src/hooks/modalWindows/useModal.d.ts +1 -1
  9. package/dist/{types → ts}/src/hooks/placement/useSmartPlacementResolver.d.ts +1 -1
  10. package/dist/{types → ts}/src/hooks/ui-animations/useBackgroundModalAnim.d.ts +1 -1
  11. package/dist/{types → ts}/src/hooks/ui-animations/useCarousel.d.ts +1 -1
  12. package/dist/{types → ts}/src/hooks/ui-animations/useCollapsible.d.ts +1 -1
  13. package/dist/{types → ts}/src/hooks/ui-animations/useHoverAutoScrollText.d.ts +1 -1
  14. package/dist/{types → ts}/src/hooks/ui-animations/useModalAnim.d.ts +1 -1
  15. package/dist/{types → ts}/src/hooks/useInteractiveZone.d.ts +1 -1
  16. package/dist/{types → ts}/src/hooks/useSmartPosition.d.ts +1 -1
  17. package/dist/{types → ts}/src/lib/dict/compKeyWays.d.ts +1 -1
  18. package/dist/{types → ts}/src/lib/dict/setDeepValue.d.ts +1 -1
  19. package/dist/{types → ts}/src/ui/Breadcrumbs/ui/BreadcrumbButton.d.ts +1 -1
  20. package/dist/{types → ts}/src/ui/Breadcrumbs/ui/Breadcrumbs.d.ts +1 -1
  21. package/dist/{types → ts}/src/ui/CascadeSelector/ui/CascadeBlock.d.ts +1 -1
  22. package/dist/{types → ts}/src/ui/DateTimePicker/lib/helperFunctions.d.ts +1 -1
  23. package/dist/{types → ts}/src/ui/DateTimePicker/lib/sortDates.d.ts +1 -1
  24. package/dist/{types → ts}/src/ui/DateTimePicker/types/DateTimePickerTypes.d.ts +1 -1
  25. package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/DatePickerTypes.d.ts +1 -1
  26. package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/TimePickerTypes.d.ts +1 -1
  27. package/dist/{types → ts}/src/ui/Dropdown/types/DropdownTypes.d.ts +2 -2
  28. package/dist/{types → ts}/src/ui/DropdownItem/types/DropdownItemTypes.d.ts +1 -1
  29. package/dist/{types → ts}/src/ui/FormBuilder/schemes/index.d.ts +1 -1
  30. package/dist/{types → ts}/src/ui/FormBuilder/types/FormBuilderTypes.d.ts +2 -2
  31. package/dist/{types → ts}/src/ui/FormBuilder/ui/FormBuilder.d.ts +1 -1
  32. package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/DateFieldBaseTypes.d.ts +1 -1
  33. package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/DateFieldTypes.d.ts +2 -2
  34. package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/DateTimeFieldTypes.d.ts +2 -2
  35. package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/TimeFieldBaseTypes.d.ts +1 -1
  36. package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/TimeFieldTypes.d.ts +2 -2
  37. package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/DateField.d.ts +1 -1
  38. package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/TimeField.d.ts +1 -1
  39. package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/DateRangeFieldTypes.d.ts +2 -2
  40. package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/DateTimeRangeFieldTypes.d.ts +1 -1
  41. package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/TimeRangeFieldTypes.d.ts +1 -1
  42. package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/ui/TimeRangeField.d.ts +1 -1
  43. package/dist/{types → ts}/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +1 -1
  44. package/dist/{types → ts}/src/ui/InputFields/FlexField/ui/FlexField.d.ts +5 -5
  45. package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/types/InputFieldWrapperTypes.d.ts +1 -1
  46. package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/getSelectFieldOptionsItemValue.d.ts +1 -1
  47. package/dist/{types → ts}/src/ui/InputFields/SelectField/types/SelectFieldTypes.d.ts +2 -2
  48. package/dist/{types → ts}/src/ui/InputFields/SwitcherField/types/SwitcherFieldTypes.d.ts +1 -1
  49. package/dist/{types → ts}/src/ui/TabFrame/ui/TabFrame.d.ts +1 -1
  50. package/dist/{types → ts}/src/ui/Toggle/types/ToggleTypes.d.ts +1 -1
  51. package/dist/{types → ts}/src/ui/formFields/FormDateField/ui/FormDateField.d.ts +1 -1
  52. package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/FormDateRangeFieldBase.d.ts +1 -1
  53. package/dist/{types → ts}/src/ui/formFields/FormField/ui/FormFieldBase.d.ts +2 -2
  54. package/dist/{types → ts}/src/ui/formFields/FormFieldWrapper/ui/FormFieldWrapper.d.ts +1 -1
  55. package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useFormPaginatedSelectField.d.ts +6 -6
  56. package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectValue.d.ts +1 -1
  57. package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/types/index.d.ts +1 -1
  58. package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/ui/FormPaginatedSelectField.d.ts +1 -1
  59. package/dist/{types → ts}/src/ui/formFields/FormRadioField/ui/FormRadioField.d.ts +1 -1
  60. package/dist/{types → ts}/src/ui/formFields/FormSelectField/ui/FormSelectField.d.ts +1 -1
  61. package/dist/{types → ts}/src/ui/formFields/FormSelectField/ui/FormSelectFieldBase.d.ts +2 -2
  62. package/dist/{types → ts}/src/ui/formFields/FormSwitcherField/ui/FormSwitcherField.d.ts +2 -2
  63. package/dist/{types → ts}/src/ui/formFields/FormTextareaField/ui/FormTextareaFieldBase.d.ts +1 -1
  64. package/package.json +2 -2
  65. package/dist/{types → ts}/src/__tests__/changeInterval.test.d.ts +0 -0
  66. package/dist/{types → ts}/src/__tests__/getDeepValue.test.d.ts +0 -0
  67. package/dist/{types → ts}/src/__tests__/setDeepValue.test.d.ts +0 -0
  68. package/dist/{types → ts}/src/assets/icons/index.d.ts +0 -0
  69. package/dist/{types → ts}/src/assets/index.d.ts +0 -0
  70. package/dist/{types → ts}/src/const/imask.d.ts +0 -0
  71. package/dist/{types → ts}/src/const/index.d.ts +0 -0
  72. package/dist/{types → ts}/src/const/theme.d.ts +0 -0
  73. package/dist/{types → ts}/src/hooks/controlsInput/index.d.ts +0 -0
  74. package/dist/{types → ts}/src/hooks/controlsInput/useControlInput.d.ts +0 -0
  75. package/dist/{types → ts}/src/hooks/controlsInput/useTouchpadInput.d.ts +0 -0
  76. package/dist/{types → ts}/src/hooks/elementObservers/index.d.ts +0 -0
  77. package/dist/{types → ts}/src/hooks/elementObservers/useResizeWindowObserver.d.ts +0 -0
  78. package/dist/{types → ts}/src/hooks/forms/__tests__/lib/getDataByPath.test.d.ts +0 -0
  79. package/dist/{types → ts}/src/hooks/forms/__tests__/lib/getFormDataPaths.test.d.ts +0 -0
  80. package/dist/{types → ts}/src/hooks/forms/__tests__/lib/setDataByPath.test.d.ts +0 -0
  81. package/dist/{types → ts}/src/hooks/forms/__tests__/lib/utils.test.d.ts +0 -0
  82. package/dist/{types → ts}/src/hooks/forms/classes/index.d.ts +0 -0
  83. package/dist/{types → ts}/src/hooks/forms/index.d.ts +0 -0
  84. package/dist/{types → ts}/src/hooks/forms/lib/fieldsProps.d.ts +0 -0
  85. package/dist/{types → ts}/src/hooks/forms/lib/getDataByPath.d.ts +0 -0
  86. package/dist/{types → ts}/src/hooks/forms/lib/getFormDataPaths.d.ts +0 -0
  87. package/dist/{types → ts}/src/hooks/forms/lib/index.d.ts +0 -0
  88. package/dist/{types → ts}/src/hooks/forms/lib/scheme.d.ts +0 -0
  89. package/dist/{types → ts}/src/hooks/forms/lib/setDataByPath.d.ts +0 -0
  90. package/dist/{types → ts}/src/hooks/forms/lib/utils.d.ts +0 -0
  91. package/dist/{types → ts}/src/hooks/forms/types/formTypes.d.ts +0 -0
  92. package/dist/{types → ts}/src/hooks/forms/types/index.d.ts +0 -0
  93. package/dist/{types → ts}/src/hooks/forms/types/scheme.d.ts +1 -1
  94. /package/dist/{types → ts}/src/hooks/forms/validateFunctions/config.d.ts +0 -0
  95. /package/dist/{types → ts}/src/hooks/forms/validateFunctions/index.d.ts +0 -0
  96. /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateArray.d.ts +0 -0
  97. /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateDateTime.d.ts +0 -0
  98. /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateEqualsTo.d.ts +0 -0
  99. /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateFile.d.ts +0 -0
  100. /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateNum.d.ts +0 -0
  101. /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateRequired.d.ts +0 -0
  102. /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateStr.d.ts +0 -0
  103. /package/dist/{types → ts}/src/hooks/index.d.ts +0 -0
  104. /package/dist/{types → ts}/src/hooks/modalWindows/index.d.ts +0 -0
  105. /package/dist/{types → ts}/src/hooks/placement/calculateAvailablePosition.d.ts +0 -0
  106. /package/dist/{types → ts}/src/hooks/placement/index.d.ts +0 -0
  107. /package/dist/{types → ts}/src/hooks/simpleRefWork.d.ts +0 -0
  108. /package/dist/{types → ts}/src/hooks/ui-animations/assets/backdropModalAnimations.d.ts +0 -0
  109. /package/dist/{types → ts}/src/hooks/ui-animations/assets/carouselAnimations.d.ts +0 -0
  110. /package/dist/{types → ts}/src/hooks/ui-animations/assets/collapsibleAnimations.d.ts +0 -0
  111. /package/dist/{types → ts}/src/hooks/ui-animations/assets/index.d.ts +0 -0
  112. /package/dist/{types → ts}/src/hooks/ui-animations/assets/modalAnimations.d.ts +0 -0
  113. /package/dist/{types → ts}/src/hooks/ui-animations/assets/movingAnimations.d.ts +0 -0
  114. /package/dist/{types → ts}/src/hooks/ui-animations/assets/shimmerAnimation.d.ts +0 -0
  115. /package/dist/{types → ts}/src/hooks/ui-animations/assets/textAutoScrollAnimations.d.ts +0 -0
  116. /package/dist/{types → ts}/src/hooks/ui-animations/helpers.d.ts +0 -0
  117. /package/dist/{types → ts}/src/hooks/ui-animations/index.d.ts +0 -0
  118. /package/dist/{types → ts}/src/hooks/ui-animations/useShimmer.d.ts +0 -0
  119. /package/dist/{types → ts}/src/hooks/useAsyncState.d.ts +0 -0
  120. /package/dist/{types → ts}/src/hooks/useDebouncedAccumulator.d.ts +0 -0
  121. /package/dist/{types → ts}/src/hooks/useDebouncedInvoker.d.ts +0 -0
  122. /package/dist/{types → ts}/src/hooks/useDeepCompareEffect.d.ts +0 -0
  123. /package/dist/{types → ts}/src/hooks/useDidUpdateEffect.d.ts +0 -0
  124. /package/dist/{types → ts}/src/hooks/useElementFixedOffset.d.ts +0 -0
  125. /package/dist/{types → ts}/src/hooks/useFormData.d.ts +0 -0
  126. /package/dist/{types → ts}/src/hooks/useIsErrorField.d.ts +0 -0
  127. /package/dist/{types → ts}/src/hooks/useResettableTimeout.d.ts +0 -0
  128. /package/dist/{types → ts}/src/hooks/useScrollIndicators.d.ts +0 -0
  129. /package/dist/{types → ts}/src/hooks/useSmartScroll/__test__/getRegvertScrollTop.test.d.ts +0 -0
  130. /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/index.d.ts +0 -0
  131. /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/useDragScroll.d.ts +0 -0
  132. /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/useSmartScroll.d.ts +0 -0
  133. /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/useTouchmove.d.ts +0 -0
  134. /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/useWheelEvent.d.ts +0 -0
  135. /package/dist/{types → ts}/src/hooks/useSmartScroll/index.d.ts +0 -0
  136. /package/dist/{types → ts}/src/hooks/useSmartScroll/utils/index.d.ts +0 -0
  137. /package/dist/{types → ts}/src/hooks/useSyncedStateRef.d.ts +0 -0
  138. /package/dist/{types → ts}/src/index.d.ts +0 -0
  139. /package/dist/{types → ts}/src/lib/animation/getScrollParents.d.ts +0 -0
  140. /package/dist/{types → ts}/src/lib/animation/index.d.ts +0 -0
  141. /package/dist/{types → ts}/src/lib/animation/throttle.d.ts +0 -0
  142. /package/dist/{types → ts}/src/lib/array/index.d.ts +0 -0
  143. /package/dist/{types → ts}/src/lib/array/isEqualArrays.d.ts +0 -0
  144. /package/dist/{types → ts}/src/lib/array/traverseTreeByStack.d.ts +0 -0
  145. /package/dist/{types → ts}/src/lib/array/uniqueByKey.d.ts +0 -0
  146. /package/dist/{types → ts}/src/lib/dict/clearDeepValue.d.ts +0 -0
  147. /package/dist/{types → ts}/src/lib/dict/getDeepValue.d.ts +0 -0
  148. /package/dist/{types → ts}/src/lib/dict/index.d.ts +0 -0
  149. /package/dist/{types → ts}/src/lib/dict/isDict.d.ts +0 -0
  150. /package/dist/{types → ts}/src/lib/index.d.ts +0 -0
  151. /package/dist/{types → ts}/src/lib/reactComponents/getCenterElementAttribute.d.ts +0 -0
  152. /package/dist/{types → ts}/src/lib/reactComponents/handleScrollEnd.d.ts +0 -0
  153. /package/dist/{types → ts}/src/lib/reactComponents/index.d.ts +0 -0
  154. /package/dist/{types → ts}/src/lib/reactComponents/isCustomComponent.d.ts +0 -0
  155. /package/dist/{types → ts}/src/lib/searchParams/index.d.ts +0 -0
  156. /package/dist/{types → ts}/src/lib/searchParams/toUrlSearchParams.d.ts +0 -0
  157. /package/dist/{types → ts}/src/lib/time/index.d.ts +0 -0
  158. /package/dist/{types → ts}/src/lib/time/saveFormatDate.d.ts +0 -0
  159. /package/dist/{types → ts}/src/lib/time/saveParseDate.d.ts +0 -0
  160. /package/dist/{types → ts}/src/lib/time/startOfDayUTC.d.ts +0 -0
  161. /package/dist/{types → ts}/src/lib/tsCheck/index.d.ts +0 -0
  162. /package/dist/{types → ts}/src/test/App.d.ts +0 -0
  163. /package/dist/{types → ts}/src/test/index.d.ts +0 -0
  164. /package/dist/{types → ts}/src/test/layout/PageLayout.d.ts +0 -0
  165. /package/dist/{types → ts}/src/test/layout/index.d.ts +0 -0
  166. /package/dist/{types → ts}/src/test/pages/BreadcrumbsPage.d.ts +0 -0
  167. /package/dist/{types → ts}/src/test/pages/ButtonsPage.d.ts +0 -0
  168. /package/dist/{types → ts}/src/test/pages/CascadeSelectorPage.d.ts +0 -0
  169. /package/dist/{types → ts}/src/test/pages/CheckboxMarkPage.d.ts +0 -0
  170. /package/dist/{types → ts}/src/test/pages/CheckboxPage.d.ts +0 -0
  171. /package/dist/{types → ts}/src/test/pages/DateTimeFieldMaskPage.d.ts +0 -0
  172. /package/dist/{types → ts}/src/test/pages/DateTimeFieldsPage.d.ts +0 -0
  173. /package/dist/{types → ts}/src/test/pages/DateTimePickerPage.d.ts +0 -0
  174. /package/dist/{types → ts}/src/test/pages/DropdownItemPage.d.ts +0 -0
  175. /package/dist/{types → ts}/src/test/pages/FieldsPage.d.ts +0 -0
  176. /package/dist/{types → ts}/src/test/pages/FormBuilderPage.d.ts +0 -0
  177. /package/dist/{types → ts}/src/test/pages/FormPage.d.ts +0 -0
  178. /package/dist/{types → ts}/src/test/pages/HomePage.d.ts +0 -0
  179. /package/dist/{types → ts}/src/test/pages/LoadingIndicatorPage.d.ts +0 -0
  180. /package/dist/{types → ts}/src/test/pages/MediaPlayerPage.d.ts +0 -0
  181. /package/dist/{types → ts}/src/test/pages/MicroButtonsPage.d.ts +0 -0
  182. /package/dist/{types → ts}/src/test/pages/ModalsPage.d.ts +0 -0
  183. /package/dist/{types → ts}/src/test/pages/PaginationPage.d.ts +0 -0
  184. /package/dist/{types → ts}/src/test/pages/SelectFieldPage.d.ts +0 -0
  185. /package/dist/{types → ts}/src/test/pages/SlideTransitionPage.d.ts +0 -0
  186. /package/dist/{types → ts}/src/test/pages/TabFramePage.d.ts +0 -0
  187. /package/dist/{types → ts}/src/test/pages/TagPage.d.ts +0 -0
  188. /package/dist/{types → ts}/src/test/pages/TestPage.d.ts +0 -0
  189. /package/dist/{types → ts}/src/test/pages/ToggleBasePage.d.ts +0 -0
  190. /package/dist/{types → ts}/src/test/pages/TogglePage.d.ts +0 -0
  191. /package/dist/{types → ts}/src/test/pages/TooltipTage.d.ts +0 -0
  192. /package/dist/{types → ts}/src/test/pages/UiAnimationsPage.d.ts +0 -0
  193. /package/dist/{types → ts}/src/test/pages/UseSmartPositionPage.d.ts +0 -0
  194. /package/dist/{types → ts}/src/test/pages/UseSmartScrollPage.d.ts +0 -0
  195. /package/dist/{types → ts}/src/test/pages/UserPickPage.d.ts +0 -0
  196. /package/dist/{types → ts}/src/test/pages/index.d.ts +0 -0
  197. /package/dist/{types → ts}/src/types/DictDeepActionsTypes.d.ts +0 -0
  198. /package/dist/{types → ts}/src/types/index.d.ts +0 -0
  199. /package/dist/{types → ts}/src/types/keyboard.d.ts +0 -0
  200. /package/dist/{types → ts}/src/types/mixins.d.ts +0 -0
  201. /package/dist/{types → ts}/src/ui/BackgroundModalWindowWrapper/index.d.ts +0 -0
  202. /package/dist/{types → ts}/src/ui/BackgroundModalWindowWrapper/types/index.d.ts +0 -0
  203. /package/dist/{types → ts}/src/ui/BackgroundModalWindowWrapper/ui/BackgroundModalWindowWrapper.d.ts +0 -0
  204. /package/dist/{types → ts}/src/ui/BackgroundModalWindowWrapper/ui/index.d.ts +0 -0
  205. /package/dist/{types → ts}/src/ui/Breadcrumbs/index.d.ts +0 -0
  206. /package/dist/{types → ts}/src/ui/Breadcrumbs/styles/index.d.ts +0 -0
  207. /package/dist/{types → ts}/src/ui/Breadcrumbs/ui/Divider.d.ts +0 -0
  208. /package/dist/{types → ts}/src/ui/Breadcrumbs/ui/index.d.ts +0 -0
  209. /package/dist/{types → ts}/src/ui/Buttons/index.d.ts +0 -0
  210. /package/dist/{types → ts}/src/ui/Buttons/styles/index.d.ts +0 -0
  211. /package/dist/{types → ts}/src/ui/Buttons/types/ButtonTypes.d.ts +0 -0
  212. /package/dist/{types → ts}/src/ui/Buttons/types/index.d.ts +0 -0
  213. /package/dist/{types → ts}/src/ui/Buttons/ui/Button.d.ts +0 -0
  214. /package/dist/{types → ts}/src/ui/Buttons/ui/index.d.ts +0 -0
  215. /package/dist/{types → ts}/src/ui/Carousel/index.d.ts +0 -0
  216. /package/dist/{types → ts}/src/ui/Carousel/styles/index.d.ts +0 -0
  217. /package/dist/{types → ts}/src/ui/Carousel/types/CarouselTypes.d.ts +0 -0
  218. /package/dist/{types → ts}/src/ui/Carousel/types/index.d.ts +0 -0
  219. /package/dist/{types → ts}/src/ui/Carousel/ui/Carousel.d.ts +0 -0
  220. /package/dist/{types → ts}/src/ui/Carousel/ui/index.d.ts +0 -0
  221. /package/dist/{types → ts}/src/ui/CascadeSelector/index.d.ts +0 -0
  222. /package/dist/{types → ts}/src/ui/CascadeSelector/lib/getAllValues.d.ts +0 -0
  223. /package/dist/{types → ts}/src/ui/CascadeSelector/lib/index.d.ts +0 -0
  224. /package/dist/{types → ts}/src/ui/CascadeSelector/styles/index.d.ts +0 -0
  225. /package/dist/{types → ts}/src/ui/CascadeSelector/types/CascadeSelectorTypes.d.ts +0 -0
  226. /package/dist/{types → ts}/src/ui/CascadeSelector/types/index.d.ts +0 -0
  227. /package/dist/{types → ts}/src/ui/CascadeSelector/ui/CascadeSelector.d.ts +0 -0
  228. /package/dist/{types → ts}/src/ui/CascadeSelector/ui/index.d.ts +0 -0
  229. /package/dist/{types → ts}/src/ui/Checkbox/index.d.ts +0 -0
  230. /package/dist/{types → ts}/src/ui/Checkbox/styles/index.d.ts +0 -0
  231. /package/dist/{types → ts}/src/ui/Checkbox/types/CheckboxTypes.d.ts +0 -0
  232. /package/dist/{types → ts}/src/ui/Checkbox/types/index.d.ts +0 -0
  233. /package/dist/{types → ts}/src/ui/Checkbox/ui/Checkbox.d.ts +0 -0
  234. /package/dist/{types → ts}/src/ui/Checkbox/ui/index.d.ts +0 -0
  235. /package/dist/{types → ts}/src/ui/CheckboxMark/index.d.ts +0 -0
  236. /package/dist/{types → ts}/src/ui/CheckboxMark/styles/index.d.ts +0 -0
  237. /package/dist/{types → ts}/src/ui/CheckboxMark/types/CheckboxMarkTypes.d.ts +0 -0
  238. /package/dist/{types → ts}/src/ui/CheckboxMark/types/index.d.ts +0 -0
  239. /package/dist/{types → ts}/src/ui/CheckboxMark/ui/CheckboxMark.d.ts +0 -0
  240. /package/dist/{types → ts}/src/ui/CheckboxMark/ui/index.d.ts +0 -0
  241. /package/dist/{types → ts}/src/ui/DateTimePicker/config/index.d.ts +0 -0
  242. /package/dist/{types → ts}/src/ui/DateTimePicker/const/index.d.ts +0 -0
  243. /package/dist/{types → ts}/src/ui/DateTimePicker/hooks/index.d.ts +0 -0
  244. /package/dist/{types → ts}/src/ui/DateTimePicker/hooks/pickers/index.d.ts +0 -0
  245. /package/dist/{types → ts}/src/ui/DateTimePicker/hooks/pickers/useDatePicker.d.ts +0 -0
  246. /package/dist/{types → ts}/src/ui/DateTimePicker/hooks/useDateTimePicker.d.ts +0 -0
  247. /package/dist/{types → ts}/src/ui/DateTimePicker/index.d.ts +0 -0
  248. /package/dist/{types → ts}/src/ui/DateTimePicker/lib/changeInterval.d.ts +0 -0
  249. /package/dist/{types → ts}/src/ui/DateTimePicker/lib/index.d.ts +0 -0
  250. /package/dist/{types → ts}/src/ui/DateTimePicker/lib/setOnlyDate.d.ts +0 -0
  251. /package/dist/{types → ts}/src/ui/DateTimePicker/lib/setOptInDate.d.ts +0 -0
  252. /package/dist/{types → ts}/src/ui/DateTimePicker/styles/components/index.d.ts +0 -0
  253. /package/dist/{types → ts}/src/ui/DateTimePicker/styles/index.d.ts +0 -0
  254. /package/dist/{types → ts}/src/ui/DateTimePicker/styles/pickers/index.d.ts +0 -0
  255. /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/CalendarButtonTypes.d.ts +0 -0
  256. /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/CalendarDayTypes.d.ts +0 -0
  257. /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/CalendarMonthTypes.d.ts +0 -0
  258. /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/CalendarYearTypes.d.ts +0 -0
  259. /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/TimePickerFeedTypes.d.ts +0 -0
  260. /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/TimePickerTagTypes.d.ts +0 -0
  261. /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/index.d.ts +0 -0
  262. /package/dist/{types → ts}/src/ui/DateTimePicker/types/index.d.ts +0 -0
  263. /package/dist/{types → ts}/src/ui/DateTimePicker/types/main.d.ts +0 -0
  264. /package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/MonthPickerTypes.d.ts +0 -0
  265. /package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/YearPickerTypes.d.ts +0 -0
  266. /package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/index.d.ts +0 -0
  267. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/DateTimePicker.d.ts +0 -0
  268. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/CalendarButton.d.ts +0 -0
  269. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/CalendarDay.d.ts +0 -0
  270. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/CalendarMonth.d.ts +0 -0
  271. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/CalendarYear.d.ts +0 -0
  272. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/TimePickerFeed.d.ts +0 -0
  273. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/TimePickerTag.d.ts +0 -0
  274. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/index.d.ts +0 -0
  275. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/index.d.ts +0 -0
  276. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/parts/Footer.d.ts +0 -0
  277. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/parts/Header.d.ts +0 -0
  278. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/parts/Main.d.ts +0 -0
  279. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/parts/index.d.ts +0 -0
  280. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/DatePicker.d.ts +0 -0
  281. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/MonthPicker.d.ts +0 -0
  282. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/TimePicker.d.ts +0 -0
  283. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/TimeSuggestions.d.ts +0 -0
  284. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/YearPicker.d.ts +0 -0
  285. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/YearSwitcher.d.ts +0 -0
  286. /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/index.d.ts +0 -0
  287. /package/dist/{types → ts}/src/ui/Dropdown/index.d.ts +0 -0
  288. /package/dist/{types → ts}/src/ui/Dropdown/styles/index.d.ts +0 -0
  289. /package/dist/{types → ts}/src/ui/Dropdown/types/index.d.ts +0 -0
  290. /package/dist/{types → ts}/src/ui/Dropdown/ui/Dropdown.d.ts +0 -0
  291. /package/dist/{types → ts}/src/ui/Dropdown/ui/index.d.ts +0 -0
  292. /package/dist/{types → ts}/src/ui/DropdownItem/index.d.ts +0 -0
  293. /package/dist/{types → ts}/src/ui/DropdownItem/styles/index.d.ts +0 -0
  294. /package/dist/{types → ts}/src/ui/DropdownItem/types/index.d.ts +0 -0
  295. /package/dist/{types → ts}/src/ui/DropdownItem/ui/DropdownItem.d.ts +0 -0
  296. /package/dist/{types → ts}/src/ui/DropdownItem/ui/index.d.ts +0 -0
  297. /package/dist/{types → ts}/src/ui/FormBuilder/consts/index.d.ts +0 -0
  298. /package/dist/{types → ts}/src/ui/FormBuilder/index.d.ts +0 -0
  299. /package/dist/{types → ts}/src/ui/FormBuilder/lib/arrayFieldComponent.d.ts +0 -0
  300. /package/dist/{types → ts}/src/ui/FormBuilder/lib/blockWrapperComponent.d.ts +0 -0
  301. /package/dist/{types → ts}/src/ui/FormBuilder/lib/formBuilder.d.ts +0 -0
  302. /package/dist/{types → ts}/src/ui/FormBuilder/lib/formWrapperComponent.d.ts +0 -0
  303. /package/dist/{types → ts}/src/ui/FormBuilder/lib/index.d.ts +0 -0
  304. /package/dist/{types → ts}/src/ui/FormBuilder/lib/inputFieldComponent.d.ts +0 -0
  305. /package/dist/{types → ts}/src/ui/FormBuilder/lib/reactNodeComponent.d.ts +0 -0
  306. /package/dist/{types → ts}/src/ui/FormBuilder/styles/index.d.ts +0 -0
  307. /package/dist/{types → ts}/src/ui/FormBuilder/types/index.d.ts +0 -0
  308. /package/dist/{types → ts}/src/ui/FormBuilder/ui/index.d.ts +0 -0
  309. /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/consts/index.d.ts +0 -0
  310. /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/index.d.ts +0 -0
  311. /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/lib/index.d.ts +0 -0
  312. /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/styles/index.d.ts +0 -0
  313. /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/index.d.ts +0 -0
  314. /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/DateFieldBase.d.ts +0 -0
  315. /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/DateTimeField.d.ts +0 -0
  316. /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/TimeFieldBase.d.ts +0 -0
  317. /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/index.d.ts +0 -0
  318. /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/index.d.ts +0 -0
  319. /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/styles/index.d.ts +0 -0
  320. /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/types/index.d.ts +0 -0
  321. /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/ui/DateTimeFieldMask.d.ts +0 -0
  322. /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/ui/index.d.ts +0 -0
  323. /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/index.d.ts +0 -0
  324. /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/styles/index.d.ts +0 -0
  325. /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/index.d.ts +0 -0
  326. /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/ui/DateRangeField.d.ts +0 -0
  327. /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/ui/DateTimeRangeField.d.ts +0 -0
  328. /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/ui/index.d.ts +0 -0
  329. /package/dist/{types → ts}/src/ui/InputFields/FieldsBase/index.d.ts +0 -0
  330. /package/dist/{types → ts}/src/ui/InputFields/FieldsBase/types/FieldsBaseTypes.d.ts +0 -0
  331. /package/dist/{types → ts}/src/ui/InputFields/FieldsBase/types/index.d.ts +0 -0
  332. /package/dist/{types → ts}/src/ui/InputFields/FlexField/index.d.ts +0 -0
  333. /package/dist/{types → ts}/src/ui/InputFields/FlexField/styles/index.d.ts +0 -0
  334. /package/dist/{types → ts}/src/ui/InputFields/FlexField/types/index.d.ts +0 -0
  335. /package/dist/{types → ts}/src/ui/InputFields/FlexField/ui/index.d.ts +0 -0
  336. /package/dist/{types → ts}/src/ui/InputFields/InputField/index.d.ts +0 -0
  337. /package/dist/{types → ts}/src/ui/InputFields/InputField/types/InputFieldTypes.d.ts +0 -0
  338. /package/dist/{types → ts}/src/ui/InputFields/InputField/types/index.d.ts +0 -0
  339. /package/dist/{types → ts}/src/ui/InputFields/InputField/ui/InputField.d.ts +0 -0
  340. /package/dist/{types → ts}/src/ui/InputFields/InputField/ui/index.d.ts +0 -0
  341. /package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/index.d.ts +0 -0
  342. /package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/styles/index.d.ts +0 -0
  343. /package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/types/index.d.ts +0 -0
  344. /package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/ui/InputFieldWrapper.d.ts +0 -0
  345. /package/dist/{types → ts}/src/ui/InputFields/RadioField/index.d.ts +0 -0
  346. /package/dist/{types → ts}/src/ui/InputFields/RadioField/types/RadioFieldItemTypes.d.ts +0 -0
  347. /package/dist/{types → ts}/src/ui/InputFields/RadioField/types/RadioFieldTypes.d.ts +0 -0
  348. /package/dist/{types → ts}/src/ui/InputFields/RadioField/types/index.d.ts +0 -0
  349. /package/dist/{types → ts}/src/ui/InputFields/RadioField/ui/RadioField.d.ts +0 -0
  350. /package/dist/{types → ts}/src/ui/InputFields/RadioField/ui/RadioFieldItem.d.ts +0 -0
  351. /package/dist/{types → ts}/src/ui/InputFields/RadioField/ui/index.d.ts +0 -0
  352. /package/dist/{types → ts}/src/ui/InputFields/SelectField/config/index.d.ts +0 -0
  353. /package/dist/{types → ts}/src/ui/InputFields/SelectField/index.d.ts +0 -0
  354. /package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/compValue.d.ts +0 -0
  355. /package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/getSelectFieldOptionsByValue.d.ts +0 -0
  356. /package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/getStringValue.d.ts +0 -0
  357. /package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/index.d.ts +0 -0
  358. /package/dist/{types → ts}/src/ui/InputFields/SelectField/styles/index.d.ts +0 -0
  359. /package/dist/{types → ts}/src/ui/InputFields/SelectField/types/index.d.ts +0 -0
  360. /package/dist/{types → ts}/src/ui/InputFields/SelectField/ui/SelectField.d.ts +0 -0
  361. /package/dist/{types → ts}/src/ui/InputFields/SelectField/ui/index.d.ts +0 -0
  362. /package/dist/{types → ts}/src/ui/InputFields/SwitcherField/index.d.ts +0 -0
  363. /package/dist/{types → ts}/src/ui/InputFields/SwitcherField/types/index.d.ts +0 -0
  364. /package/dist/{types → ts}/src/ui/InputFields/SwitcherField/ui/SwitcherField.d.ts +0 -0
  365. /package/dist/{types → ts}/src/ui/InputFields/TextareaField/index.d.ts +0 -0
  366. /package/dist/{types → ts}/src/ui/InputFields/TextareaField/styles/index.d.ts +0 -0
  367. /package/dist/{types → ts}/src/ui/InputFields/TextareaField/types/TextareaFieldTypes.d.ts +0 -0
  368. /package/dist/{types → ts}/src/ui/InputFields/TextareaField/types/index.d.ts +0 -0
  369. /package/dist/{types → ts}/src/ui/InputFields/TextareaField/ui/TextareaField.d.ts +0 -0
  370. /package/dist/{types → ts}/src/ui/InputFields/TextareaField/ui/index.d.ts +0 -0
  371. /package/dist/{types → ts}/src/ui/InputFields/index.d.ts +0 -0
  372. /package/dist/{types → ts}/src/ui/Loaders/assets/index.d.ts +0 -0
  373. /package/dist/{types → ts}/src/ui/Loaders/index.d.ts +0 -0
  374. /package/dist/{types → ts}/src/ui/Loaders/styles/index.d.ts +0 -0
  375. /package/dist/{types → ts}/src/ui/Loaders/types/LoadingIndicatorTypes.d.ts +0 -0
  376. /package/dist/{types → ts}/src/ui/Loaders/types/index.d.ts +0 -0
  377. /package/dist/{types → ts}/src/ui/Loaders/ui/LoadingIndicator.d.ts +0 -0
  378. /package/dist/{types → ts}/src/ui/Loaders/ui/index.d.ts +0 -0
  379. /package/dist/{types → ts}/src/ui/MediaViewer/index.d.ts +0 -0
  380. /package/dist/{types → ts}/src/ui/MediaViewer/styles/components/index.d.ts +0 -0
  381. /package/dist/{types → ts}/src/ui/MediaViewer/styles/index.d.ts +0 -0
  382. /package/dist/{types → ts}/src/ui/MediaViewer/types/MediaViewerTypes.d.ts +0 -0
  383. /package/dist/{types → ts}/src/ui/MediaViewer/types/components/ProgressBarTypes.d.ts +0 -0
  384. /package/dist/{types → ts}/src/ui/MediaViewer/types/components/index.d.ts +0 -0
  385. /package/dist/{types → ts}/src/ui/MediaViewer/types/index.d.ts +0 -0
  386. /package/dist/{types → ts}/src/ui/MediaViewer/ui/MediaViewer.d.ts +0 -0
  387. /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/ControlBar.d.ts +0 -0
  388. /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/ImageViewer.d.ts +0 -0
  389. /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/VideoProgressBar.d.ts +0 -0
  390. /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/VideoViewer.d.ts +0 -0
  391. /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/index.d.ts +0 -0
  392. /package/dist/{types → ts}/src/ui/MediaViewer/ui/index.d.ts +0 -0
  393. /package/dist/{types → ts}/src/ui/MicroButton/index.d.ts +0 -0
  394. /package/dist/{types → ts}/src/ui/MicroButton/styles/index.d.ts +0 -0
  395. /package/dist/{types → ts}/src/ui/MicroButton/types/MicroButtonTypes.d.ts +0 -0
  396. /package/dist/{types → ts}/src/ui/MicroButton/types/index.d.ts +0 -0
  397. /package/dist/{types → ts}/src/ui/MicroButton/ui/MicroButton.d.ts +0 -0
  398. /package/dist/{types → ts}/src/ui/MicroButton/ui/index.d.ts +0 -0
  399. /package/dist/{types → ts}/src/ui/ModalWindowWrapper/index.d.ts +0 -0
  400. /package/dist/{types → ts}/src/ui/ModalWindowWrapper/ui/ModalWindowWrapper.d.ts +0 -0
  401. /package/dist/{types → ts}/src/ui/ModalWindowWrapper/ui/index.d.ts +0 -0
  402. /package/dist/{types → ts}/src/ui/PaginationBar/index.d.ts +0 -0
  403. /package/dist/{types → ts}/src/ui/PaginationBar/lib/index.d.ts +0 -0
  404. /package/dist/{types → ts}/src/ui/PaginationBar/styles/index.d.ts +0 -0
  405. /package/dist/{types → ts}/src/ui/PaginationBar/types/PageSwitcherTypes.d.ts +0 -0
  406. /package/dist/{types → ts}/src/ui/PaginationBar/types/PaginationBarTypes.d.ts +0 -0
  407. /package/dist/{types → ts}/src/ui/PaginationBar/types/index.d.ts +0 -0
  408. /package/dist/{types → ts}/src/ui/PaginationBar/ui/PageSwitcher.d.ts +0 -0
  409. /package/dist/{types → ts}/src/ui/PaginationBar/ui/PaginationBar.d.ts +0 -0
  410. /package/dist/{types → ts}/src/ui/PaginationBar/ui/index.d.ts +0 -0
  411. /package/dist/{types → ts}/src/ui/PlayButton/assets/index.d.ts +0 -0
  412. /package/dist/{types → ts}/src/ui/PlayButton/index.d.ts +0 -0
  413. /package/dist/{types → ts}/src/ui/PlayButton/styles/index.d.ts +0 -0
  414. /package/dist/{types → ts}/src/ui/PlayButton/types/PlayButtonTypes.d.ts +0 -0
  415. /package/dist/{types → ts}/src/ui/PlayButton/types/index.d.ts +0 -0
  416. /package/dist/{types → ts}/src/ui/PlayButton/ui/PlayButton.d.ts +0 -0
  417. /package/dist/{types → ts}/src/ui/PlayButton/ui/index.d.ts +0 -0
  418. /package/dist/{types → ts}/src/ui/ScrollProvider/index.d.ts +0 -0
  419. /package/dist/{types → ts}/src/ui/ScrollProvider/types/ScrollProviderTypes.d.ts +0 -0
  420. /package/dist/{types → ts}/src/ui/ScrollProvider/types/index.d.ts +0 -0
  421. /package/dist/{types → ts}/src/ui/ScrollProvider/ui/ScrollProvider.d.ts +0 -0
  422. /package/dist/{types → ts}/src/ui/ScrollProvider/ui/index.d.ts +0 -0
  423. /package/dist/{types → ts}/src/ui/SlideTransition/index.d.ts +0 -0
  424. /package/dist/{types → ts}/src/ui/SlideTransition/styles/index.d.ts +0 -0
  425. /package/dist/{types → ts}/src/ui/SlideTransition/types/SlideTransitionTypes.d.ts +0 -0
  426. /package/dist/{types → ts}/src/ui/SlideTransition/types/index.d.ts +0 -0
  427. /package/dist/{types → ts}/src/ui/SlideTransition/ui/SlideTransition.d.ts +0 -0
  428. /package/dist/{types → ts}/src/ui/SlideTransition/ui/index.d.ts +0 -0
  429. /package/dist/{types → ts}/src/ui/TabButtons/index.d.ts +0 -0
  430. /package/dist/{types → ts}/src/ui/TabButtons/styles/index.d.ts +0 -0
  431. /package/dist/{types → ts}/src/ui/TabButtons/ui/TabButtons.d.ts +0 -0
  432. /package/dist/{types → ts}/src/ui/TabButtons/ui/index.d.ts +0 -0
  433. /package/dist/{types → ts}/src/ui/TabFrame/index.d.ts +0 -0
  434. /package/dist/{types → ts}/src/ui/TabFrame/styles/index.d.ts +0 -0
  435. /package/dist/{types → ts}/src/ui/TabFrame/ui/index.d.ts +0 -0
  436. /package/dist/{types → ts}/src/ui/Tag/index.d.ts +0 -0
  437. /package/dist/{types → ts}/src/ui/Tag/styles/index.d.ts +0 -0
  438. /package/dist/{types → ts}/src/ui/Tag/types/TagCheckboxTypes.d.ts +0 -0
  439. /package/dist/{types → ts}/src/ui/Tag/types/TagCountTypes.d.ts +0 -0
  440. /package/dist/{types → ts}/src/ui/Tag/types/TagTypes.d.ts +0 -0
  441. /package/dist/{types → ts}/src/ui/Tag/types/index.d.ts +0 -0
  442. /package/dist/{types → ts}/src/ui/Tag/ui/Tag.d.ts +0 -0
  443. /package/dist/{types → ts}/src/ui/Tag/ui/TagCheckbox.d.ts +0 -0
  444. /package/dist/{types → ts}/src/ui/Tag/ui/TagCount.d.ts +0 -0
  445. /package/dist/{types → ts}/src/ui/Tag/ui/index.d.ts +0 -0
  446. /package/dist/{types → ts}/src/ui/Toggle/index.d.ts +0 -0
  447. /package/dist/{types → ts}/src/ui/Toggle/styles/index.d.ts +0 -0
  448. /package/dist/{types → ts}/src/ui/Toggle/types/index.d.ts +0 -0
  449. /package/dist/{types → ts}/src/ui/Toggle/ui/Toggle.d.ts +0 -0
  450. /package/dist/{types → ts}/src/ui/Toggle/ui/index.d.ts +0 -0
  451. /package/dist/{types → ts}/src/ui/ToggleBase/index.d.ts +0 -0
  452. /package/dist/{types → ts}/src/ui/ToggleBase/styles/index.d.ts +0 -0
  453. /package/dist/{types → ts}/src/ui/ToggleBase/types/ToggleBaseTypes.d.ts +0 -0
  454. /package/dist/{types → ts}/src/ui/ToggleBase/types/index.d.ts +0 -0
  455. /package/dist/{types → ts}/src/ui/ToggleBase/ui/ToggleBase.d.ts +0 -0
  456. /package/dist/{types → ts}/src/ui/ToggleBase/ui/index.d.ts +0 -0
  457. /package/dist/{types → ts}/src/ui/Tooltip/index.d.ts +0 -0
  458. /package/dist/{types → ts}/src/ui/Tooltip/lib/getOffset.d.ts +0 -0
  459. /package/dist/{types → ts}/src/ui/Tooltip/lib/index.d.ts +0 -0
  460. /package/dist/{types → ts}/src/ui/Tooltip/styles/index.d.ts +0 -0
  461. /package/dist/{types → ts}/src/ui/Tooltip/types/TooltipTypes.d.ts +0 -0
  462. /package/dist/{types → ts}/src/ui/Tooltip/types/index.d.ts +0 -0
  463. /package/dist/{types → ts}/src/ui/Tooltip/ui/Tooltip.d.ts +0 -0
  464. /package/dist/{types → ts}/src/ui/Tooltip/ui/index.d.ts +0 -0
  465. /package/dist/{types → ts}/src/ui/UserPick/assets/index.d.ts +0 -0
  466. /package/dist/{types → ts}/src/ui/UserPick/index.d.ts +0 -0
  467. /package/dist/{types → ts}/src/ui/UserPick/styles/index.d.ts +0 -0
  468. /package/dist/{types → ts}/src/ui/UserPick/types/UserPickTypes.d.ts +0 -0
  469. /package/dist/{types → ts}/src/ui/UserPick/types/index.d.ts +0 -0
  470. /package/dist/{types → ts}/src/ui/UserPick/ui/UserPick.d.ts +0 -0
  471. /package/dist/{types → ts}/src/ui/UserPick/ui/index.d.ts +0 -0
  472. /package/dist/{types → ts}/src/ui/VideoPlayerBase/index.d.ts +0 -0
  473. /package/dist/{types → ts}/src/ui/VideoPlayerBase/ui/VideoPlayerBase.d.ts +0 -0
  474. /package/dist/{types → ts}/src/ui/VideoPlayerBase/ui/index.d.ts +0 -0
  475. /package/dist/{types → ts}/src/ui/formFields/FormDateField/index.d.ts +0 -0
  476. /package/dist/{types → ts}/src/ui/formFields/FormDateField/ui/index.d.ts +0 -0
  477. /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/index.d.ts +0 -0
  478. /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/styles/index.d.ts +0 -0
  479. /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/FormDateRangeField.d.ts +0 -0
  480. /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/InputInnerButton.d.ts +0 -0
  481. /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/Mask.d.ts +0 -0
  482. /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/index.d.ts +0 -0
  483. /package/dist/{types → ts}/src/ui/formFields/FormField/index.d.ts +0 -0
  484. /package/dist/{types → ts}/src/ui/formFields/FormField/styles/index.d.ts +0 -0
  485. /package/dist/{types → ts}/src/ui/formFields/FormField/ui/FormField.d.ts +0 -0
  486. /package/dist/{types → ts}/src/ui/formFields/FormField/ui/index.d.ts +0 -0
  487. /package/dist/{types → ts}/src/ui/formFields/FormFieldWrapper/index.d.ts +0 -0
  488. /package/dist/{types → ts}/src/ui/formFields/FormFieldWrapper/styles/index.d.ts +0 -0
  489. /package/dist/{types → ts}/src/ui/formFields/FormFieldWrapper/ui/index.d.ts +0 -0
  490. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/index.d.ts +0 -0
  491. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useFetch.d.ts +0 -0
  492. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useIsLoading.d.ts +0 -0
  493. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useLocalOptions.d.ts +0 -0
  494. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectFieldState.d.ts +0 -0
  495. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectModal.d.ts +0 -0
  496. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/index.d.ts +0 -0
  497. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/lib/index.d.ts +0 -0
  498. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/styles/index.d.ts +0 -0
  499. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/ui/FormPaginatedSelectFieldBase.d.ts +0 -0
  500. /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/ui/index.d.ts +0 -0
  501. /package/dist/{types → ts}/src/ui/formFields/FormRadioField/index.d.ts +0 -0
  502. /package/dist/{types → ts}/src/ui/formFields/FormRadioField/ui/FieldItem.d.ts +0 -0
  503. /package/dist/{types → ts}/src/ui/formFields/FormRadioField/ui/index.d.ts +0 -0
  504. /package/dist/{types → ts}/src/ui/formFields/FormSelectField/config/index.d.ts +0 -0
  505. /package/dist/{types → ts}/src/ui/formFields/FormSelectField/index.d.ts +0 -0
  506. /package/dist/{types → ts}/src/ui/formFields/FormSelectField/styles/index.d.ts +0 -0
  507. /package/dist/{types → ts}/src/ui/formFields/FormSelectField/ui/index.d.ts +0 -0
  508. /package/dist/{types → ts}/src/ui/formFields/FormSwitcherField/index.d.ts +0 -0
  509. /package/dist/{types → ts}/src/ui/formFields/FormSwitcherField/ui/index.d.ts +0 -0
  510. /package/dist/{types → ts}/src/ui/formFields/FormTextareaField/index.d.ts +0 -0
  511. /package/dist/{types → ts}/src/ui/formFields/FormTextareaField/styles/index.d.ts +0 -0
  512. /package/dist/{types → ts}/src/ui/formFields/FormTextareaField/ui/FormTextareaField.d.ts +0 -0
  513. /package/dist/{types → ts}/src/ui/formFields/FormTextareaField/ui/index.d.ts +0 -0
  514. /package/dist/{types → ts}/src/ui/formFields/extends/index.d.ts +0 -0
  515. /package/dist/{types → ts}/src/ui/formFields/extends/style/index.d.ts +0 -0
  516. /package/dist/{types → ts}/src/ui/formFields/extends/ui/DropdownArrow.d.ts +0 -0
  517. /package/dist/{types → ts}/src/ui/formFields/extends/ui/InputInnerButton.d.ts +0 -0
  518. /package/dist/{types → ts}/src/ui/formFields/extends/ui/index.d.ts +0 -0
  519. /package/dist/{types → ts}/src/ui/formFields/index.d.ts +0 -0
  520. /package/dist/{types → ts}/src/ui/index.d.ts +0 -0
  521. /package/dist/{types → ts}/test-project/src/icons/index.d.ts +0 -0
@@ -1,5 +1,5 @@
1
1
  import { RefObject } from "react";
2
- import { KeyCodeType } from "../../../../types";
2
+ import { KeyCodeType } from "@/types";
3
3
  type EventTypesType = 'keydown' | 'multiKeydown';
4
4
  type EventDetailType = {
5
5
  keyCode: KeyCodeType;
@@ -1,5 +1,5 @@
1
1
  import { RefObject } from "react";
2
- import { KeyCodeType } from "../../../../types";
2
+ import { KeyCodeType } from "@/types";
3
3
  type PressingEventDetailType = {
4
4
  keyCode: KeyCodeType;
5
5
  duration: number;
@@ -1,4 +1,4 @@
1
- import { useSimpleRefListElementWork } from "../../hooks";
1
+ import { useSimpleRefListElementWork } from "@/hooks";
2
2
  type UseSimpleRefListElementWorkPropsType<T extends HTMLElement> = Parameters<typeof useSimpleRefListElementWork<T>>['0'];
3
3
  type PropsType<T extends HTMLElement> = [
4
4
  ref: UseSimpleRefListElementWorkPropsType<T>,
@@ -1,4 +1,4 @@
1
- import { useSimpleRefListElementWork } from "../../hooks";
1
+ import { useSimpleRefListElementWork } from "@/hooks";
2
2
  type UseSimpleRefListElementWorkPropsType<T extends HTMLElement> = Parameters<typeof useSimpleRefListElementWork<T>>['0'];
3
3
  type PropsType<T extends HTMLElement> = [
4
4
  ref: UseSimpleRefListElementWorkPropsType<T>,
@@ -1,5 +1,5 @@
1
1
  import React, { FormEvent } from "react";
2
- import { ExtendFormPath, FieldPropsType, FormErrorsType, FormErrorType } from "../../hooks";
2
+ import { ExtendFormPath, FieldPropsType, FormErrorsType, FormErrorType } from "@/hooks";
3
3
  import { Nullable } from "../../types";
4
4
  import { FormPath, FormSchemeType, FormValue } from "./types";
5
5
  type PropsType<T, Form> = [
@@ -1,5 +1,5 @@
1
1
  import { RefObject } from "react";
2
- import { SmartRefType } from "../../hooks";
2
+ import { SmartRefType } from "@/hooks";
3
3
  import { useBackgroundModalAnim } from "../ui-animations";
4
4
  type UseBackgroundModalAnimOptionsPropsType = Exclude<Parameters<typeof useBackgroundModalAnim>['1'], undefined>;
5
5
  type OptionsType<C extends HTMLElement = HTMLElement> = UseBackgroundModalAnimOptionsPropsType & {
@@ -1,4 +1,4 @@
1
- import { SmartRefType } from "../../hooks";
1
+ import { SmartRefType } from "@/hooks";
2
2
  import { useInteractiveZone } from "../useInteractiveZone";
3
3
  import { useModalAnim } from "../ui-animations";
4
4
  type UseModalAnimOptionsPropsType = Exclude<Parameters<typeof useModalAnim>['1'], undefined>;
@@ -1,6 +1,6 @@
1
1
  import { CSSProperties } from "react";
2
2
  import { calculateAvailablePosition } from "./calculateAvailablePosition";
3
- import { SmartRefType } from "../../hooks";
3
+ import { SmartRefType } from "@/hooks";
4
4
  type CalculateAvailablePositionPropsType = Parameters<typeof calculateAvailablePosition>['0'];
5
5
  type NewPlacementPosType = ReturnType<typeof calculateAvailablePosition>;
6
6
  type PropsType = [
@@ -1,6 +1,6 @@
1
1
  import { CSSProperties } from "react";
2
2
  import { BACKDROP_MODAL_ANIMATIONS } from "./assets";
3
- import { SmartRefType } from "../../hooks";
3
+ import { SmartRefType } from "@/hooks";
4
4
  type OptionsType<T extends HTMLElement = HTMLElement> = {
5
5
  targetRef?: SmartRefType<T>;
6
6
  onViewing?: () => void;
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties } from "react";
2
- import { SmartRefType } from "../../hooks";
2
+ import { SmartRefType } from "@/hooks";
3
3
  import { CAROUSEL_ANIM } from "./assets";
4
4
  type PropsType = [
5
5
  ref: SmartRefType<HTMLElement>,
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties } from "react";
2
- import { useSimpleRefElementWork } from '../../hooks';
2
+ import { useSimpleRefElementWork } from '@/hooks';
3
3
  type RefType = Parameters<typeof useSimpleRefElementWork>['0'];
4
4
  type OptionsType = {
5
5
  initState?: 'open' | 'hide';
@@ -1,4 +1,4 @@
1
- import { useSimpleRefElementWork } from '../../hooks';
1
+ import { useSimpleRefElementWork } from '@/hooks';
2
2
  type RefType = Parameters<typeof useSimpleRefElementWork>['0'];
3
3
  type OptionsType = {
4
4
  xSpeed?: number;
@@ -1,7 +1,7 @@
1
1
  import { CSSProperties } from "react";
2
2
  import { useSmartPlacementResolver } from "../placement/useSmartPlacementResolver";
3
3
  import { MODAL_ANIMATIONS } from "./assets";
4
- import { SmartRefType } from "../../hooks";
4
+ import { SmartRefType } from "@/hooks";
5
5
  type UseSmartPlacementResolverOptionsType = Exclude<Parameters<typeof useSmartPlacementResolver>['1'], undefined>;
6
6
  type OptionsType<T extends HTMLElement = HTMLElement> = Pick<UseSmartPlacementResolverOptionsType, 'position'> & {
7
7
  targetRef?: SmartRefType<T>;
@@ -1,4 +1,4 @@
1
- import { SmartRefType, SmartRefListType } from "../hooks";
1
+ import { SmartRefType, SmartRefListType } from "@/hooks";
2
2
  type PropsType<T extends HTMLElement> = [
3
3
  ref: SmartRefType<T>,
4
4
  callbacks?: {
@@ -1,4 +1,4 @@
1
- import { useSmartPlacementResolver } from "../hooks/placement/useSmartPlacementResolver";
1
+ import { useSmartPlacementResolver } from "@/hooks/placement/useSmartPlacementResolver";
2
2
  type NewPlacementPosType = {
3
3
  top: number;
4
4
  left: number;
@@ -1,4 +1,4 @@
1
- import { DictDeepActionKeyWayType } from "../../types/DictDeepActionsTypes";
1
+ import { DictDeepActionKeyWayType } from "@/types/DictDeepActionsTypes";
2
2
  /**
3
3
  * 2 - полностью совпадают
4
4
  *
@@ -1,4 +1,4 @@
1
- import { DictDeepActionKeyWayType } from "../../../../types";
1
+ import { DictDeepActionKeyWayType } from "@/types";
2
2
  export type SetDeepValueOptionsType = {
3
3
  keysWay: DictDeepActionKeyWayType;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import React, { ElementType } from "react";
2
- import { AsProps, Merge } from "../../../../../types";
2
+ import { AsProps, Merge } from "@/types";
3
3
  type PropsType<T extends ElementType> = Merge<AsProps<T>, {
4
4
  current?: boolean;
5
5
  className?: string;
@@ -1,4 +1,4 @@
1
- import { AsProps, Merge } from "../../../../../types";
1
+ import { AsProps, Merge } from "@/types";
2
2
  import React, { ElementType } from "react";
3
3
  import { Divider } from "./Divider";
4
4
  type PropsType<T extends ElementType> = Merge<AsProps<T>, {
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { CascadeSelectorOptionsType } from "../../../ui";
2
+ import { CascadeSelectorOptionsType } from "@/ui";
3
3
  type PropsType<T extends unknown> = {
4
4
  options?: CascadeSelectorOptionsType<T>;
5
5
  value: any[];
@@ -1,4 +1,4 @@
1
- import { DateTimeFieldValueType, DateTimePickerTypeTypes, DateTimeRangeFieldValueType } from "../../../ui";
1
+ import { DateTimeFieldValueType, DateTimePickerTypeTypes, DateTimeRangeFieldValueType } from "@/ui";
2
2
  import { DateTimePickerDateType } from "../types";
3
3
  export declare function convertDate(props: {
4
4
  initDate?: DateTimePickerDateType;
@@ -1,2 +1,2 @@
1
- import { DateTimeRangeFieldValueType } from "../../../ui";
1
+ import { DateTimeRangeFieldValueType } from "@/ui";
2
2
  export declare function sortDates(dates: DateTimeRangeFieldValueType): DateTimeRangeFieldValueType;
@@ -1,4 +1,4 @@
1
- import { DateTimeFieldValueType, DateTimeRangeFieldValueType } from "../../../ui";
1
+ import { DateTimeFieldValueType, DateTimeRangeFieldValueType } from "@/ui";
2
2
  import React from "react";
3
3
  export type DateTimePickerTypes = 'date' | 'time' | 'month' | 'year';
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from "react";
2
- import { DateTimeFieldValueType, DateTimePickerTypeTypes, DateTimeRangeFieldValueType } from "../../../../ui";
2
+ import { DateTimeFieldValueType, DateTimePickerTypeTypes, DateTimeRangeFieldValueType } from "@/ui";
3
3
  export type DatePickerIntervalType = DateTimeRangeFieldValueType;
4
4
  export type DatePickerIsMarkType = (date: string) => boolean;
5
5
  export type DatePickerIsHolidayType = (date: string) => boolean;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { DateTimePickerDateType } from "../../../../ui";
2
+ import { DateTimePickerDateType } from "@/ui";
3
3
  export type TimePickerTimeType = string;
4
4
  export type TimePickerOnChangeTimeType = React.Dispatch<React.SetStateAction<DateTimePickerDateType>>;
5
5
  export type TimePickerPropsType = {
@@ -1,6 +1,6 @@
1
1
  import React, { CSSProperties } from "react";
2
- import { DropdownItemPropsType } from "../../../ui";
3
- import { useSmartScroll } from "../../../hooks";
2
+ import { DropdownItemPropsType } from "@/ui";
3
+ import { useSmartScroll } from "@/hooks";
4
4
  type UseSmartScrollCallbacksType = Exclude<Parameters<typeof useSmartScroll>['1'], undefined>;
5
5
  export type DropdownItemCustomComponentType = React.ReactElement<{
6
6
  onClick: () => void;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { UserPickUrlType } from "../../../ui";
2
+ import { UserPickUrlType } from "@/ui";
3
3
  type AdditionElementPropsType = {
4
4
  isHover?: boolean;
5
5
  selected?: boolean;
@@ -1,5 +1,5 @@
1
1
  import React, { Key, ReactElement, ReactNode } from "react";
2
- import { InputFieldPropsType } from "../../../ui";
2
+ import { InputFieldPropsType } from "@/ui";
3
3
  /**
4
4
  * При `status === true` - ошибка отсутствует.
5
5
  * При `status === false` - ошибка есть.
@@ -1,5 +1,5 @@
1
- import { DictDeepActionKeyWayType } from "../../../../../types";
2
- import { UseFormDataDeleteArrayItemType, UseFormDataGetValueType, UseFormDataSetValueType, UseIsErrorFieldAddErrorFieldType, UseIsErrorFieldGetErrorMessageType, UseIsErrorFieldIsErrorFieldType, UseIsErrorFieldIsErrorType, UseIsErrorFieldRemoveErrorFieldType } from "../../../hooks";
1
+ import { DictDeepActionKeyWayType } from "@/types";
2
+ import { UseFormDataDeleteArrayItemType, UseFormDataGetValueType, UseFormDataSetValueType, UseIsErrorFieldAddErrorFieldType, UseIsErrorFieldGetErrorMessageType, UseIsErrorFieldIsErrorFieldType, UseIsErrorFieldIsErrorType, UseIsErrorFieldRemoveErrorFieldType } from "@/hooks";
3
3
  import { FORM_BUILDER_SCHEMA } from "../schemes";
4
4
  import { ReactNode } from "react";
5
5
  export type InputFieldClassNameType = Record<string, string>;
@@ -1,6 +1,6 @@
1
1
  import React, { ReactElement } from "react";
2
2
  import { FormBuilderPropsType } from "../types";
3
- import { useFormData, useIsErrorField } from "../../../hooks";
3
+ import { useFormData, useIsErrorField } from "@/hooks";
4
4
  type RefType<T extends Record<string, unknown>> = Pick<ReturnType<typeof useFormData<T>>, 'setValue' | 'getValue' | 'getFormData'> & Pick<ReturnType<typeof useIsErrorField>, 'addErrorField' | 'removeErrorField' | 'clearErrors'> & {
5
5
  clearFormData: () => void;
6
6
  resetFormData: () => void;
@@ -1,5 +1,5 @@
1
1
  import { FieldsBasePropsType } from "../../FieldsBase";
2
- import { FormatNameType } from "../../../../lib";
2
+ import { FormatNameType } from "@/lib";
3
3
  export type DateFieldBasePropsType = FieldsBasePropsType<string> & {
4
4
  placeholder?: string;
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { DateTimeFieldPropsType } from "../../../../ui";
2
- import { useModal } from "../../../../hooks";
1
+ import { DateTimeFieldPropsType } from "@/ui";
2
+ import { useModal } from "@/hooks";
3
3
  type PositionType = Exclude<Parameters<typeof useModal>[1], undefined>['position'];
4
4
  export type DateFieldPropsType = Omit<DateTimeFieldPropsType, 'iconTime' | 'textTime' | 'timePlaceholder' | 'timeFormat'> & {
5
5
  /** Определяет, как будет располагать пикер даты (fixed, absolute).
@@ -1,7 +1,7 @@
1
1
  import { FieldsBasePropsType } from "../../FieldsBase";
2
- import { FormatNameType } from "../../../../lib";
2
+ import { FormatNameType } from "@/lib";
3
3
  import React from "react";
4
- import { useModal } from "../../../../hooks";
4
+ import { useModal } from "@/hooks";
5
5
  type PositionType = Exclude<Parameters<typeof useModal>[1], undefined>['position'];
6
6
  export type DateTimeFieldValueType = string;
7
7
  export type DateTimeFieldPropsType = FieldsBasePropsType<DateTimeFieldValueType> & {
@@ -1,5 +1,5 @@
1
1
  import { FieldsBasePropsType } from "../../FieldsBase";
2
- import { FormatNameType } from "../../../../lib";
2
+ import { FormatNameType } from "@/lib";
3
3
  export type TimeFieldBasePropsType = FieldsBasePropsType<string> & {
4
4
  /**
5
5
  * Формат времени.
@@ -1,5 +1,5 @@
1
- import { DateTimeFieldPropsType } from "../../../../ui";
2
- import { useModal } from "../../../../hooks";
1
+ import { DateTimeFieldPropsType } from "@/ui";
2
+ import { useModal } from "@/hooks";
3
3
  type PositionType = Exclude<Parameters<typeof useModal>[1], undefined>['position'];
4
4
  export type TimeFieldPropsType = Omit<DateTimeFieldPropsType, 'iconDate' | 'textDate' | 'datePlaceholder' | 'dateFormat'> & {
5
5
  /** Определяет, как будет располагать пикер даты (fixed, absolute).
@@ -1,2 +1,2 @@
1
- import { DateFieldPropsType } from "../../../../ui";
1
+ import { DateFieldPropsType } from "@/ui";
2
2
  export declare function DateField({ value, onChange, dateFormat, outFormat, additionStyle, datePlaceholder, iconDate, textDate, clearButton, isError, disabled, onFocus, onBlur, width, position, theme, ...props }: DateFieldPropsType): JSX.Element;
@@ -1,2 +1,2 @@
1
- import { TimeFieldPropsType } from "../../../../ui";
1
+ import { TimeFieldPropsType } from "@/ui";
2
2
  export declare function TimeField({ value, onChange, timeFormat, outFormat, additionStyle, timePlaceholder, iconTime, textTime, clearButton, isError, disabled, onFocus, onBlur, width, position, theme, ...props }: TimeFieldPropsType): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
- import { FieldsBasePropsType } from "../../../../ui";
3
- import { useModal } from "../../../../hooks";
2
+ import { FieldsBasePropsType } from "@/ui";
3
+ import { useModal } from "@/hooks";
4
4
  import { DateTimeRangeFieldValueType } from "./DateTimeRangeFieldTypes";
5
5
  type PositionType = Exclude<Parameters<typeof useModal>[1], undefined>['position'];
6
6
  export type DateRangeFieldPropsType = FieldsBasePropsType<DateTimeRangeFieldValueType> & {
@@ -1,4 +1,4 @@
1
- import { DateTimeFieldPropsType } from "../../../../ui";
1
+ import { DateTimeFieldPropsType } from "@/ui";
2
2
  export type DateTimeRangeFieldValueItemType = string | undefined;
3
3
  export type DateTimeRangeFieldValueType = [DateTimeRangeFieldValueItemType, DateTimeRangeFieldValueItemType] | [DateTimeRangeFieldValueItemType] | [];
4
4
  export type DateTimeRangeFieldPropsType = Omit<DateTimeFieldPropsType, 'value' | 'onChange'> & {
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { FieldsBasePropsType } from "../../../../ui";
2
+ import { FieldsBasePropsType } from "@/ui";
3
3
  import { DateTimeRangeFieldValueType } from "./DateTimeRangeFieldTypes";
4
4
  export type TimeRangeFieldPropsType = FieldsBasePropsType<DateTimeRangeFieldValueType> & {
5
5
  firstPlaceholder?: string;
@@ -1,2 +1,2 @@
1
- import { TimeRangeFieldPropsType } from "../../../../ui";
1
+ import { TimeRangeFieldPropsType } from "@/ui";
2
2
  export declare function TimeRangeField({ value, onChange, secondPlaceholder, firstPlaceholder, secondIcon, disabled, timeFormat, required, firstIcon, onBlur, firstText, secondText, onFocus, isError, clearButton, width, additionsStyles, theme }: TimeRangeFieldPropsType): JSX.Element;
@@ -1,6 +1,6 @@
1
1
  import React, { ReactNode } from "react";
2
2
  import { FieldsBasePropsType } from "../../FieldsBase";
3
- import { UserPickUrlType } from "../../../../ui";
3
+ import { UserPickUrlType } from "@/ui";
4
4
  export type DisplayTypes = "small" | "large" | undefined;
5
5
  export type BlocksType = any;
6
6
  export type PatternType = any;
@@ -1,19 +1,19 @@
1
1
  import React from "react";
2
- export declare const FlexField: React.ForwardRefExoticComponent<import("../../../../ui").FieldsBasePropsType<string> & {
2
+ export declare const FlexField: React.ForwardRefExoticComponent<import("@/ui").FieldsBasePropsType<string> & {
3
3
  type?: string;
4
- display?: import("../../../../ui").DisplayTypes;
4
+ display?: import("@/ui").DisplayTypes;
5
5
  name?: string;
6
6
  mask?: any;
7
7
  unmask?: any;
8
- blocks?: import("../../../../ui").BlocksType;
9
- pattern?: import("../../../../ui").PatternType;
8
+ blocks?: import("@/ui").BlocksType;
9
+ pattern?: import("@/ui").PatternType;
10
10
  placeholder?: string;
11
11
  onClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
12
12
  offFocus?: boolean;
13
13
  notInput?: boolean;
14
14
  icon?: React.ReactNode;
15
15
  textSupport?: boolean | string | React.ReactNode;
16
- userPic?: import("../../../../ui").UserPickUrlType | React.ReactNode | false;
16
+ userPic?: import("@/ui").UserPickUrlType | React.ReactNode | false;
17
17
  help?: boolean | React.ReactNode;
18
18
  dropdown?: boolean | React.ReactNode;
19
19
  onDropdownClick?: (e: any) => void;
@@ -1,5 +1,5 @@
1
1
  import { ReactElement, ReactNode } from "react";
2
- import { DisplayTypes } from "../../../../ui";
2
+ import { DisplayTypes } from "@/ui";
3
3
  export type InputFieldWrapperClassNameType = {
4
4
  inputFieldWrapper?: string;
5
5
  isError?: string;
@@ -1,2 +1,2 @@
1
- import { SelectFieldOptionsItemType } from "../../../../ui";
1
+ import { SelectFieldOptionsItemType } from "@/ui";
2
2
  export declare function getSelectFieldOptionsItemValue<DataType = unknown>(item: SelectFieldOptionsItemType<DataType>): DataType;
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { FieldsBasePropsType } from '../../FieldsBase';
3
- import { DropdownItemPropsType, FlexFieldPropsType } from "../../../../ui";
4
- import { useModal } from "../../../../hooks";
3
+ import { DropdownItemPropsType, FlexFieldPropsType } from "@/ui";
4
+ import { useModal } from "@/hooks";
5
5
  type UseModalOptionsPropsType = Exclude<Parameters<typeof useModal>['1'], undefined>;
6
6
  export type SelectFieldOptionsItemType<T = unknown> = DropdownItemPropsType & {
7
7
  value: T;
@@ -1,5 +1,5 @@
1
1
  import { ReactElement } from "react";
2
- import { Toggle } from "../../../../ui";
2
+ import { Toggle } from "@/ui";
3
3
  import { FieldsBasePropsType } from "../../FieldsBase";
4
4
  type BasePropsType = FieldsBasePropsType<boolean> & {
5
5
  switcherWrapper?: ReactElement;
@@ -1,4 +1,4 @@
1
- import { TabButtons } from "../../../ui";
1
+ import { TabButtons } from "@/ui";
2
2
  import React from "react";
3
3
  type TabFrameTabItemType = React.ComponentProps<typeof TabButtons>;
4
4
  type TabFrameTabListType = TabFrameTabItemType[];
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { ToggleBaseSizeType } from "../../../ui";
2
+ import { ToggleBaseSizeType } from "@/ui";
3
3
  type AdditionElementPropsType = {
4
4
  isHover?: boolean;
5
5
  active?: boolean;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { FieldPropsType } from "../../../../hooks";
2
+ import { FieldPropsType } from "@/hooks";
3
3
  import { FormField } from "../../FormField";
4
4
  type ValueType = string;
5
5
  type BasePropsType = FieldPropsType<ValueType> & {
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { FieldPropsType } from "../../../../hooks";
2
+ import { FieldPropsType } from "@/hooks";
3
3
  type ValueType = [string | undefined, string | undefined];
4
4
  type PropsType = FieldPropsType<ValueType> & {
5
5
  text1?: React.ReactNode;
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  import { IMaskInput } from "react-imask";
3
- import { FieldPropsType } from "../../../../hooks";
4
- import { IMaskBlockType } from "../../../../const";
3
+ import { FieldPropsType } from "@/hooks";
4
+ import { IMaskBlockType } from "@/const";
5
5
  type FieldSettingsType = {
6
6
  typeDisplay?: 'display' | 'display-l';
7
7
  disabled?: boolean;
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
- import { FormErrorType } from "../../../../hooks";
2
+ import { FormErrorType } from "@/hooks";
3
3
  type PropsType = {
4
4
  children?: ReactNode;
5
5
  label?: ReactNode;
@@ -1,6 +1,6 @@
1
1
  import React, { FocusEvent } from "react";
2
- import { FieldPropsType } from "../../../../hooks";
3
- import { Merge } from "../../../../../../types";
2
+ import { FieldPropsType } from "@/hooks";
3
+ import { Merge } from "@/types";
4
4
  import { FetchEventPropsType, OptionsType, ValueType } from "../types";
5
5
  type BasePropsType<D, M extends boolean> = FieldPropsType<ValueType<D, M>> & {
6
6
  options?: OptionsType<D>;
@@ -18,7 +18,7 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
18
18
  handleClick: (value: D) => void;
19
19
  isActive: (value: D) => boolean;
20
20
  viewValue: string;
21
- items: import("../../../../ui").DropdownItemsType<D>;
21
+ items: import("@/ui").DropdownItemsType<D>;
22
22
  readOnly: boolean;
23
23
  onChangeSearch: (newSearch: string | null | undefined) => void;
24
24
  optionsCache: React.MutableRefObject<OptionsType<D>>;
@@ -40,6 +40,7 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
40
40
  modalRef: React.MutableRefObject<HTMLDivElement | null>;
41
41
  targetRef: React.MutableRefObject<HTMLDivElement | null>;
42
42
  otherProps: {
43
+ id?: string | undefined | undefined;
43
44
  ref?: React.LegacyRef<HTMLDivElement> | undefined;
44
45
  color?: string | undefined | undefined;
45
46
  content?: string | undefined | undefined;
@@ -48,8 +49,6 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
48
49
  slot?: string | undefined | undefined;
49
50
  style?: React.CSSProperties | undefined;
50
51
  title?: string | undefined | undefined;
51
- id?: string | undefined | undefined;
52
- onResize?: React.ReactEventHandler<HTMLDivElement> | undefined;
53
52
  onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined;
54
53
  onReset?: React.FormEventHandler<HTMLDivElement> | undefined;
55
54
  key?: React.Key | null | undefined;
@@ -207,6 +206,7 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
207
206
  onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
208
207
  onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
209
208
  onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
209
+ onResize?: React.ReactEventHandler<HTMLDivElement> | undefined;
210
210
  onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
211
211
  onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined;
212
212
  onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
@@ -300,7 +300,7 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
300
300
  onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
301
301
  onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
302
302
  onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
303
- error?: import("../../../../hooks").FormErrorType;
303
+ error?: import("@/hooks").FormErrorType;
304
304
  };
305
305
  };
306
306
  export {};
@@ -11,7 +11,7 @@ export declare function useSelectValue<D, M extends boolean = false>(props: Prop
11
11
  handleClick: (value: D) => void;
12
12
  isActive: (value: D) => boolean;
13
13
  viewValue: string;
14
- items: import("../../../../ui").DropdownItemsType<D>;
14
+ items: import("@/ui").DropdownItemsType<D>;
15
15
  readOnly: boolean;
16
16
  onChangeSearch: (newSearch: string | null | undefined) => void;
17
17
  };
@@ -1,4 +1,4 @@
1
- import { DropdownItemPropsType } from "../../../../ui";
1
+ import { DropdownItemPropsType } from "@/ui";
2
2
  import React from "react";
3
3
  export type FetchEventPropsType<D> = {
4
4
  search: string;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { ComponentRefType } from "../../../../../../types";
2
+ import { ComponentRefType } from "@/types";
3
3
  import { FormPaginatedSelectFieldBase } from './FormPaginatedSelectFieldBase';
4
4
  import { FormFieldWrapper } from '../../FormFieldWrapper';
5
5
  type RefType = ComponentRefType<typeof FormFieldWrapper>;
@@ -1,4 +1,4 @@
1
- import { FieldPropsType } from "../../../../hooks";
1
+ import { FieldPropsType } from "@/hooks";
2
2
  type OptionsItemType<D> = {
3
3
  value: D;
4
4
  label?: string;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { ComponentRefType } from "../../../../../../types";
2
+ import { ComponentRefType } from "@/types";
3
3
  import { FormSelectFieldBase } from './FormSelectFieldBase';
4
4
  import { FormFieldWrapper } from '../../FormFieldWrapper';
5
5
  type RefType = ComponentRefType<typeof FormFieldWrapper>;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
- import { FieldPropsType } from "../../../../hooks";
3
- import { DropdownItemPropsType } from "../../../../ui";
2
+ import { FieldPropsType } from "@/hooks";
3
+ import { DropdownItemPropsType } from "@/ui";
4
4
  import { FormFieldBase } from '../../FormField';
5
5
  type OptionsExtendItemType<T> = DropdownItemPropsType & {
6
6
  value: T;
@@ -1,5 +1,5 @@
1
- import { TogglePropsType } from "../../../../ui";
2
- import { FieldPropsType } from "../../../../hooks";
1
+ import { TogglePropsType } from "@/ui";
2
+ import { FieldPropsType } from "@/hooks";
3
3
  type BasePropsType = FieldPropsType<boolean>;
4
4
  type PropsType = Omit<TogglePropsType, keyof BasePropsType> & BasePropsType;
5
5
  export declare function FormSwitcherField(props: PropsType): JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { FieldPropsType } from "../../../../hooks";
2
+ import { FieldPropsType } from "@/hooks";
3
3
  type BasePropsType = FieldPropsType<string> & {
4
4
  /**
5
5
  * Изменяет размер текстового поля, если текст не помещается.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "indicator-ui",
3
- "version": "0.1.106",
3
+ "version": "0.1.107",
4
4
  "main": "dist/index.js",
5
- "types": "dist/types/src/index.d.ts",
5
+ "types": "dist/ts/src/index.d.ts",
6
6
  "style": "dist/index.css",
7
7
  "sass": "dist/scss/index.scss",
8
8
  "sideEffects": true,
File without changes
File without changes
File without changes