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.
- package/dist/index.js.map +1 -1
- package/dist/{types → ts}/src/hooks/controlsInput/useKeyboardInput.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/controlsInput/useKeyboardPressing.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/elementObservers/useIntersectionObserver.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/elementObservers/useResizeObserver.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/forms/useForm.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/modalWindows/useBackdropModal.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/modalWindows/useModal.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/placement/useSmartPlacementResolver.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/ui-animations/useBackgroundModalAnim.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/ui-animations/useCarousel.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/ui-animations/useCollapsible.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/ui-animations/useHoverAutoScrollText.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/ui-animations/useModalAnim.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/useInteractiveZone.d.ts +1 -1
- package/dist/{types → ts}/src/hooks/useSmartPosition.d.ts +1 -1
- package/dist/{types → ts}/src/lib/dict/compKeyWays.d.ts +1 -1
- package/dist/{types → ts}/src/lib/dict/setDeepValue.d.ts +1 -1
- package/dist/{types → ts}/src/ui/Breadcrumbs/ui/BreadcrumbButton.d.ts +1 -1
- package/dist/{types → ts}/src/ui/Breadcrumbs/ui/Breadcrumbs.d.ts +1 -1
- package/dist/{types → ts}/src/ui/CascadeSelector/ui/CascadeBlock.d.ts +1 -1
- package/dist/{types → ts}/src/ui/DateTimePicker/lib/helperFunctions.d.ts +1 -1
- package/dist/{types → ts}/src/ui/DateTimePicker/lib/sortDates.d.ts +1 -1
- package/dist/{types → ts}/src/ui/DateTimePicker/types/DateTimePickerTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/DatePickerTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/TimePickerTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/Dropdown/types/DropdownTypes.d.ts +2 -2
- package/dist/{types → ts}/src/ui/DropdownItem/types/DropdownItemTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/FormBuilder/schemes/index.d.ts +1 -1
- package/dist/{types → ts}/src/ui/FormBuilder/types/FormBuilderTypes.d.ts +2 -2
- package/dist/{types → ts}/src/ui/FormBuilder/ui/FormBuilder.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/DateFieldBaseTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/DateFieldTypes.d.ts +2 -2
- package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/DateTimeFieldTypes.d.ts +2 -2
- package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/TimeFieldBaseTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/TimeFieldTypes.d.ts +2 -2
- package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/DateField.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/TimeField.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/DateRangeFieldTypes.d.ts +2 -2
- package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/DateTimeRangeFieldTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/TimeRangeFieldTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/ui/TimeRangeField.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/FlexField/ui/FlexField.d.ts +5 -5
- package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/types/InputFieldWrapperTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/getSelectFieldOptionsItemValue.d.ts +1 -1
- package/dist/{types → ts}/src/ui/InputFields/SelectField/types/SelectFieldTypes.d.ts +2 -2
- package/dist/{types → ts}/src/ui/InputFields/SwitcherField/types/SwitcherFieldTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/TabFrame/ui/TabFrame.d.ts +1 -1
- package/dist/{types → ts}/src/ui/Toggle/types/ToggleTypes.d.ts +1 -1
- package/dist/{types → ts}/src/ui/formFields/FormDateField/ui/FormDateField.d.ts +1 -1
- package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/FormDateRangeFieldBase.d.ts +1 -1
- package/dist/{types → ts}/src/ui/formFields/FormField/ui/FormFieldBase.d.ts +2 -2
- package/dist/{types → ts}/src/ui/formFields/FormFieldWrapper/ui/FormFieldWrapper.d.ts +1 -1
- package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useFormPaginatedSelectField.d.ts +6 -6
- package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectValue.d.ts +1 -1
- package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/types/index.d.ts +1 -1
- package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/ui/FormPaginatedSelectField.d.ts +1 -1
- package/dist/{types → ts}/src/ui/formFields/FormRadioField/ui/FormRadioField.d.ts +1 -1
- package/dist/{types → ts}/src/ui/formFields/FormSelectField/ui/FormSelectField.d.ts +1 -1
- package/dist/{types → ts}/src/ui/formFields/FormSelectField/ui/FormSelectFieldBase.d.ts +2 -2
- package/dist/{types → ts}/src/ui/formFields/FormSwitcherField/ui/FormSwitcherField.d.ts +2 -2
- package/dist/{types → ts}/src/ui/formFields/FormTextareaField/ui/FormTextareaFieldBase.d.ts +1 -1
- package/package.json +2 -2
- package/dist/{types → ts}/src/__tests__/changeInterval.test.d.ts +0 -0
- package/dist/{types → ts}/src/__tests__/getDeepValue.test.d.ts +0 -0
- package/dist/{types → ts}/src/__tests__/setDeepValue.test.d.ts +0 -0
- package/dist/{types → ts}/src/assets/icons/index.d.ts +0 -0
- package/dist/{types → ts}/src/assets/index.d.ts +0 -0
- package/dist/{types → ts}/src/const/imask.d.ts +0 -0
- package/dist/{types → ts}/src/const/index.d.ts +0 -0
- package/dist/{types → ts}/src/const/theme.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/controlsInput/index.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/controlsInput/useControlInput.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/controlsInput/useTouchpadInput.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/elementObservers/index.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/elementObservers/useResizeWindowObserver.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/__tests__/lib/getDataByPath.test.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/__tests__/lib/getFormDataPaths.test.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/__tests__/lib/setDataByPath.test.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/__tests__/lib/utils.test.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/classes/index.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/index.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/lib/fieldsProps.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/lib/getDataByPath.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/lib/getFormDataPaths.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/lib/index.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/lib/scheme.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/lib/setDataByPath.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/lib/utils.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/types/formTypes.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/types/index.d.ts +0 -0
- package/dist/{types → ts}/src/hooks/forms/types/scheme.d.ts +1 -1
- /package/dist/{types → ts}/src/hooks/forms/validateFunctions/config.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/forms/validateFunctions/index.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateArray.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateDateTime.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateEqualsTo.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateFile.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateNum.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateRequired.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/forms/validateFunctions/validateStr.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/index.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/modalWindows/index.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/placement/calculateAvailablePosition.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/placement/index.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/simpleRefWork.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/assets/backdropModalAnimations.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/assets/carouselAnimations.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/assets/collapsibleAnimations.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/assets/index.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/assets/modalAnimations.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/assets/movingAnimations.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/assets/shimmerAnimation.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/assets/textAutoScrollAnimations.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/helpers.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/index.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/ui-animations/useShimmer.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useAsyncState.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useDebouncedAccumulator.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useDebouncedInvoker.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useDeepCompareEffect.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useDidUpdateEffect.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useElementFixedOffset.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useFormData.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useIsErrorField.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useResettableTimeout.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useScrollIndicators.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useSmartScroll/__test__/getRegvertScrollTop.test.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/index.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/useDragScroll.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/useSmartScroll.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/useTouchmove.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useSmartScroll/hooks/useWheelEvent.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useSmartScroll/index.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useSmartScroll/utils/index.d.ts +0 -0
- /package/dist/{types → ts}/src/hooks/useSyncedStateRef.d.ts +0 -0
- /package/dist/{types → ts}/src/index.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/animation/getScrollParents.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/animation/index.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/animation/throttle.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/array/index.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/array/isEqualArrays.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/array/traverseTreeByStack.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/array/uniqueByKey.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/dict/clearDeepValue.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/dict/getDeepValue.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/dict/index.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/dict/isDict.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/index.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/reactComponents/getCenterElementAttribute.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/reactComponents/handleScrollEnd.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/reactComponents/index.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/reactComponents/isCustomComponent.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/searchParams/index.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/searchParams/toUrlSearchParams.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/time/index.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/time/saveFormatDate.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/time/saveParseDate.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/time/startOfDayUTC.d.ts +0 -0
- /package/dist/{types → ts}/src/lib/tsCheck/index.d.ts +0 -0
- /package/dist/{types → ts}/src/test/App.d.ts +0 -0
- /package/dist/{types → ts}/src/test/index.d.ts +0 -0
- /package/dist/{types → ts}/src/test/layout/PageLayout.d.ts +0 -0
- /package/dist/{types → ts}/src/test/layout/index.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/BreadcrumbsPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/ButtonsPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/CascadeSelectorPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/CheckboxMarkPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/CheckboxPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/DateTimeFieldMaskPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/DateTimeFieldsPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/DateTimePickerPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/DropdownItemPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/FieldsPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/FormBuilderPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/FormPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/HomePage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/LoadingIndicatorPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/MediaPlayerPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/MicroButtonsPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/ModalsPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/PaginationPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/SelectFieldPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/SlideTransitionPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/TabFramePage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/TagPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/TestPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/ToggleBasePage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/TogglePage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/TooltipTage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/UiAnimationsPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/UseSmartPositionPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/UseSmartScrollPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/UserPickPage.d.ts +0 -0
- /package/dist/{types → ts}/src/test/pages/index.d.ts +0 -0
- /package/dist/{types → ts}/src/types/DictDeepActionsTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/types/keyboard.d.ts +0 -0
- /package/dist/{types → ts}/src/types/mixins.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/BackgroundModalWindowWrapper/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/BackgroundModalWindowWrapper/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/BackgroundModalWindowWrapper/ui/BackgroundModalWindowWrapper.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/BackgroundModalWindowWrapper/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Breadcrumbs/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Breadcrumbs/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Breadcrumbs/ui/Divider.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Breadcrumbs/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Buttons/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Buttons/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Buttons/types/ButtonTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Buttons/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Buttons/ui/Button.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Buttons/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Carousel/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Carousel/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Carousel/types/CarouselTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Carousel/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Carousel/ui/Carousel.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Carousel/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CascadeSelector/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CascadeSelector/lib/getAllValues.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CascadeSelector/lib/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CascadeSelector/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CascadeSelector/types/CascadeSelectorTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CascadeSelector/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CascadeSelector/ui/CascadeSelector.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CascadeSelector/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Checkbox/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Checkbox/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Checkbox/types/CheckboxTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Checkbox/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Checkbox/ui/Checkbox.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Checkbox/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CheckboxMark/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CheckboxMark/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CheckboxMark/types/CheckboxMarkTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CheckboxMark/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CheckboxMark/ui/CheckboxMark.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/CheckboxMark/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/config/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/const/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/hooks/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/hooks/pickers/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/hooks/pickers/useDatePicker.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/hooks/useDateTimePicker.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/lib/changeInterval.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/lib/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/lib/setOnlyDate.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/lib/setOptInDate.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/styles/components/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/styles/pickers/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/CalendarButtonTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/CalendarDayTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/CalendarMonthTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/CalendarYearTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/TimePickerFeedTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/TimePickerTagTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/components/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/main.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/MonthPickerTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/YearPickerTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/types/pickers/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/DateTimePicker.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/CalendarButton.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/CalendarDay.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/CalendarMonth.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/CalendarYear.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/TimePickerFeed.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/TimePickerTag.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/components/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/parts/Footer.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/parts/Header.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/parts/Main.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/parts/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/DatePicker.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/MonthPicker.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/TimePicker.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/TimeSuggestions.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/YearPicker.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/YearSwitcher.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DateTimePicker/ui/pickers/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Dropdown/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Dropdown/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Dropdown/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Dropdown/ui/Dropdown.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Dropdown/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DropdownItem/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DropdownItem/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DropdownItem/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DropdownItem/ui/DropdownItem.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/DropdownItem/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/consts/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/lib/arrayFieldComponent.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/lib/blockWrapperComponent.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/lib/formBuilder.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/lib/formWrapperComponent.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/lib/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/lib/inputFieldComponent.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/lib/reactNodeComponent.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/FormBuilder/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/consts/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/lib/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/DateFieldBase.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/DateTimeField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/TimeFieldBase.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/ui/DateTimeFieldMask.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeFieldMask/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/ui/DateRangeField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/ui/DateTimeRangeField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/FieldsBase/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/FieldsBase/types/FieldsBaseTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/FieldsBase/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/FlexField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/FlexField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/FlexField/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/FlexField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/InputField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/InputField/types/InputFieldTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/InputField/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/InputField/ui/InputField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/InputField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/InputFieldWrapper/ui/InputFieldWrapper.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/RadioField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/RadioField/types/RadioFieldItemTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/RadioField/types/RadioFieldTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/RadioField/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/RadioField/ui/RadioField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/RadioField/ui/RadioFieldItem.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/RadioField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/config/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/compValue.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/getSelectFieldOptionsByValue.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/getStringValue.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/ui/SelectField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SelectField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SwitcherField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SwitcherField/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/SwitcherField/ui/SwitcherField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/TextareaField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/TextareaField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/TextareaField/types/TextareaFieldTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/TextareaField/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/TextareaField/ui/TextareaField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/TextareaField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/InputFields/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Loaders/assets/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Loaders/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Loaders/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Loaders/types/LoadingIndicatorTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Loaders/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Loaders/ui/LoadingIndicator.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Loaders/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/styles/components/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/types/MediaViewerTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/types/components/ProgressBarTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/types/components/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/ui/MediaViewer.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/ControlBar.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/ImageViewer.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/VideoProgressBar.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/VideoViewer.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/ui/components/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MediaViewer/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MicroButton/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MicroButton/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MicroButton/types/MicroButtonTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MicroButton/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MicroButton/ui/MicroButton.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/MicroButton/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ModalWindowWrapper/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ModalWindowWrapper/ui/ModalWindowWrapper.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ModalWindowWrapper/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PaginationBar/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PaginationBar/lib/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PaginationBar/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PaginationBar/types/PageSwitcherTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PaginationBar/types/PaginationBarTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PaginationBar/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PaginationBar/ui/PageSwitcher.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PaginationBar/ui/PaginationBar.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PaginationBar/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PlayButton/assets/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PlayButton/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PlayButton/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PlayButton/types/PlayButtonTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PlayButton/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PlayButton/ui/PlayButton.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/PlayButton/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ScrollProvider/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ScrollProvider/types/ScrollProviderTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ScrollProvider/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ScrollProvider/ui/ScrollProvider.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ScrollProvider/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/SlideTransition/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/SlideTransition/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/SlideTransition/types/SlideTransitionTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/SlideTransition/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/SlideTransition/ui/SlideTransition.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/SlideTransition/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/TabButtons/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/TabButtons/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/TabButtons/ui/TabButtons.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/TabButtons/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/TabFrame/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/TabFrame/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/TabFrame/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/types/TagCheckboxTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/types/TagCountTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/types/TagTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/ui/Tag.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/ui/TagCheckbox.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/ui/TagCount.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tag/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Toggle/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Toggle/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Toggle/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Toggle/ui/Toggle.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Toggle/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ToggleBase/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ToggleBase/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ToggleBase/types/ToggleBaseTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ToggleBase/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ToggleBase/ui/ToggleBase.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/ToggleBase/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tooltip/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tooltip/lib/getOffset.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tooltip/lib/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tooltip/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tooltip/types/TooltipTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tooltip/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tooltip/ui/Tooltip.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/Tooltip/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/UserPick/assets/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/UserPick/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/UserPick/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/UserPick/types/UserPickTypes.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/UserPick/types/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/UserPick/ui/UserPick.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/UserPick/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/VideoPlayerBase/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/VideoPlayerBase/ui/VideoPlayerBase.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/VideoPlayerBase/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormDateField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormDateField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/FormDateRangeField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/InputInnerButton.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/Mask.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormDateRangeField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormField/ui/FormField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormFieldWrapper/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormFieldWrapper/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormFieldWrapper/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useFetch.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useIsLoading.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useLocalOptions.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectFieldState.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectModal.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/lib/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/ui/FormPaginatedSelectFieldBase.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormRadioField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormRadioField/ui/FieldItem.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormRadioField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormSelectField/config/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormSelectField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormSelectField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormSelectField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormSwitcherField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormSwitcherField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormTextareaField/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormTextareaField/styles/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormTextareaField/ui/FormTextareaField.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/FormTextareaField/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/extends/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/extends/style/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/extends/ui/DropdownArrow.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/extends/ui/InputInnerButton.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/extends/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/formFields/index.d.ts +0 -0
- /package/dist/{types → ts}/src/ui/index.d.ts +0 -0
- /package/dist/{types → ts}/test-project/src/icons/index.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { useSimpleRefListElementWork } from "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
3
|
+
import { SmartRefType } from "@/hooks";
|
|
4
4
|
type OptionsType<T extends HTMLElement = HTMLElement> = {
|
|
5
5
|
targetRef?: SmartRefType<T>;
|
|
6
6
|
onViewing?: () => void;
|
|
@@ -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 "
|
|
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 { DateTimeFieldValueType, DateTimePickerTypeTypes, DateTimeRangeFieldValueType } from "
|
|
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 "
|
|
1
|
+
import { DateTimeRangeFieldValueType } from "@/ui";
|
|
2
2
|
export declare function sortDates(dates: DateTimeRangeFieldValueType): DateTimeRangeFieldValueType;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
|
-
import { DateTimeFieldValueType, DateTimePickerTypeTypes, DateTimeRangeFieldValueType } from "
|
|
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 "
|
|
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 "
|
|
3
|
-
import { useSmartScroll } from "
|
|
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
|
-
import { DictDeepActionKeyWayType } from "
|
|
2
|
-
import { UseFormDataDeleteArrayItemType, UseFormDataGetValueType, UseFormDataSetValueType, UseIsErrorFieldAddErrorFieldType, UseIsErrorFieldGetErrorMessageType, UseIsErrorFieldIsErrorFieldType, UseIsErrorFieldIsErrorType, UseIsErrorFieldRemoveErrorFieldType } from "
|
|
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 "
|
|
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
|
-
import { DateTimeFieldPropsType } from "
|
|
2
|
-
import { useModal } from "
|
|
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 "
|
|
2
|
+
import { FormatNameType } from "@/lib";
|
|
3
3
|
import React from "react";
|
|
4
|
-
import { useModal } from "
|
|
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
|
-
import { DateTimeFieldPropsType } from "
|
|
2
|
-
import { useModal } from "
|
|
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 "
|
|
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 "
|
|
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;
|
package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/DateRangeFieldTypes.d.ts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { FieldsBasePropsType } from "
|
|
3
|
-
import { useModal } from "
|
|
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> & {
|
package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/DateTimeRangeFieldTypes.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DateTimeFieldPropsType } from "
|
|
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'> & {
|
package/dist/{types → ts}/src/ui/InputFields/DateTimeRangeField/types/TimeRangeFieldTypes.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { FieldsBasePropsType } from "
|
|
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 "
|
|
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 "
|
|
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("
|
|
2
|
+
export declare const FlexField: React.ForwardRefExoticComponent<import("@/ui").FieldsBasePropsType<string> & {
|
|
3
3
|
type?: string;
|
|
4
|
-
display?: import("
|
|
4
|
+
display?: import("@/ui").DisplayTypes;
|
|
5
5
|
name?: string;
|
|
6
6
|
mask?: any;
|
|
7
7
|
unmask?: any;
|
|
8
|
-
blocks?: import("
|
|
9
|
-
pattern?: import("
|
|
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("
|
|
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;
|
package/dist/{types → ts}/src/ui/InputFields/SelectField/lib/getSelectFieldOptionsItemValue.d.ts
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { SelectFieldOptionsItemType } from "
|
|
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 "
|
|
4
|
-
import { useModal } from "
|
|
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,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { IMaskInput } from "react-imask";
|
|
3
|
-
import { FieldPropsType } from "
|
|
4
|
-
import { IMaskBlockType } from "
|
|
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,6 +1,6 @@
|
|
|
1
1
|
import React, { FocusEvent } from "react";
|
|
2
|
-
import { FieldPropsType } from "
|
|
3
|
-
import { Merge } from "
|
|
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("
|
|
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("
|
|
303
|
+
error?: import("@/hooks").FormErrorType;
|
|
304
304
|
};
|
|
305
305
|
};
|
|
306
306
|
export {};
|
package/dist/{types → ts}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectValue.d.ts
RENAMED
|
@@ -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("
|
|
14
|
+
items: import("@/ui").DropdownItemsType<D>;
|
|
15
15
|
readOnly: boolean;
|
|
16
16
|
onChangeSearch: (newSearch: string | null | undefined) => void;
|
|
17
17
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { ComponentRefType } from "
|
|
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,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { ComponentRefType } from "
|
|
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 "
|
|
3
|
-
import { DropdownItemPropsType } from "
|
|
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 "
|
|
2
|
-
import { FieldPropsType } from "
|
|
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;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "indicator-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.107",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
|
-
"types": "dist/
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|