indicator-ui 0.1.123 → 0.1.131
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/README.md +25 -25
- package/dist/index.cjs +36 -0
- package/dist/index.js +24301 -78741
- package/dist/indicator-ui.css +1 -0
- package/dist/{scss/styles → styles}/adaptive/index.scss +142 -142
- package/dist/styles/colors/css-variables/fonts.css +4 -0
- package/dist/styles/colors/css-variables/index.css +3 -0
- package/dist/styles/colors/css-variables/primary-var.css +108 -0
- package/dist/styles/colors/css-variables/secondary-var.css +74 -0
- package/dist/styles/colors/index.scss +2 -0
- package/dist/{scss/styles → styles}/colors/primary.scss +54 -54
- package/dist/{scss/styles → styles}/colors/secondary.scss +12 -12
- package/dist/{scss/styles → styles}/index.scss +2 -2
- package/dist/{scss/styles → styles}/mixins/centerInsideContent.scss +6 -6
- package/dist/{scss/styles → styles}/mixins/changeSvg.scss +25 -25
- package/dist/{scss/styles → styles}/mixins/fnt-flex.scss +38 -38
- package/dist/{scss/styles → styles}/mixins/fnt.scss +25 -25
- package/dist/{scss/styles → styles}/mixins/index.scss +8 -9
- package/dist/{scss/styles → styles}/mixins/modify-flex.scss +17 -17
- package/dist/{scss/styles → styles}/mixins/modify-svg.scss +31 -31
- package/dist/{scss/styles → styles}/mixins/themes.scss +4 -4
- package/dist/{scss/styles → styles}/mixins/utils.scss +15 -17
- package/dist/types/index.d.ts +2 -0
- package/dist/{ts → types}/src/const/imask.d.ts +2 -2
- package/dist/{ts → types}/src/hooks/controlsInput/useDrag.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/controlsInput/useKeyboardInput.d.ts +2 -2
- package/dist/{ts → types}/src/hooks/controlsInput/useKeyboardPressing.d.ts +2 -2
- package/dist/{ts → types}/src/hooks/elementObservers/useIntersectionObserver.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/elementObservers/useResizeObserver.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/forms/classes/index.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/forms/lib/fieldsProps.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/forms/lib/getDataByPath.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/forms/lib/getFormDataPaths.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/forms/lib/setDataByPath.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/forms/types/scheme.d.ts +2 -2
- package/dist/{ts → types}/src/hooks/forms/useForm.d.ts +4 -4
- package/dist/{ts → types}/src/hooks/forms/validateFunctions/config.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/modalWindows/useBackdropModal.d.ts +4 -4
- package/dist/{ts → types}/src/hooks/modalWindows/useModal.d.ts +4 -4
- package/dist/{ts → types}/src/hooks/placement/useSmartPlacementResolver.d.ts +3 -3
- package/dist/{ts → types}/src/hooks/simpleRefWork.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/ui-animations/assets/backdropModalAnimations.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/ui-animations/assets/carouselAnimations.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/ui-animations/assets/modalAnimations.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/ui-animations/assets/textAutoScrollAnimations.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/ui-animations/useBackgroundModalAnim.d.ts +3 -3
- package/dist/{ts → types}/src/hooks/ui-animations/useCarousel.d.ts +3 -3
- package/dist/{ts → types}/src/hooks/ui-animations/useCollapsible.d.ts +2 -2
- package/dist/{ts → types}/src/hooks/ui-animations/useHoverAutoScrollText.d.ts +2 -2
- package/dist/{ts → types}/src/hooks/ui-animations/useModalAnim.d.ts +4 -4
- package/dist/{ts → types}/src/hooks/ui-animations/useShimmer.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useAsyncState.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useDeepCompareEffect.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useDidUpdateEffect.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useElementFixedOffset.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useFormData.d.ts +2 -2
- package/dist/{ts → types}/src/hooks/useInteractiveZone.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useIsErrorField.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useScrollIndicators.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useSmartPosition.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useSmartScroll/hooks/useDragScroll.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useSmartScroll/hooks/useSmartScroll.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useSmartScroll/hooks/useTouchmove.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useSmartScroll/hooks/useWheelEvent.d.ts +1 -1
- package/dist/{ts → types}/src/hooks/useSyncedStateRef.d.ts +1 -1
- package/dist/{ts → types}/src/index.d.ts +0 -1
- package/dist/{ts → types}/src/lib/dict/clearDeepValue.d.ts +1 -1
- package/dist/{ts → types}/src/lib/dict/compKeyWays.d.ts +1 -1
- package/dist/{ts → types}/src/lib/dict/getDeepValue.d.ts +1 -1
- package/dist/{ts → types}/src/lib/dict/setDeepValue.d.ts +1 -1
- package/dist/{ts → types}/src/lib/reactComponents/handleScrollEnd.d.ts +1 -1
- package/dist/{ts → types}/src/lib/time/saveFormatDate.d.ts +1 -1
- package/dist/{ts → types}/src/lib/time/saveParseDate.d.ts +2 -2
- package/dist/{ts → types}/src/types/mixins.d.ts +1 -1
- package/dist/{ts → types}/src/ui/BackgroundModalWindowWrapper/types/index.d.ts +1 -1
- package/dist/{ts → types}/src/ui/BackgroundModalWindowWrapper/ui/BackgroundModalWindowWrapper.d.ts +2 -2
- package/dist/{ts → types}/src/ui/Breadcrumbs/ui/BreadcrumbButton.d.ts +3 -3
- package/dist/{ts → types}/src/ui/Breadcrumbs/ui/Breadcrumbs.d.ts +4 -4
- package/dist/types/src/ui/Breadcrumbs/ui/Divider.d.ts +5 -0
- package/dist/{ts → types}/src/ui/Buttons/types/ButtonTypes.d.ts +3 -3
- package/dist/{ts → types}/src/ui/Buttons/ui/Button.d.ts +1 -1
- package/dist/{ts → types}/src/ui/Carousel/types/CarouselTypes.d.ts +1 -1
- package/dist/types/src/ui/Carousel/ui/Carousel.d.ts +2 -0
- package/dist/{ts → types}/src/ui/CascadeSelector/lib/getAllValues.d.ts +1 -1
- package/dist/{ts → types}/src/ui/CascadeSelector/types/CascadeSelectorTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/CascadeSelector/ui/CascadeBlock.d.ts +2 -2
- package/dist/types/src/ui/CascadeSelector/ui/CascadeSelector.d.ts +2 -0
- package/dist/{ts → types}/src/ui/Checkbox/types/CheckboxTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/Checkbox/ui/Checkbox.d.ts +1 -1
- package/dist/types/src/ui/Checkbox/ui/index.d.ts +1 -0
- package/dist/{ts → types}/src/ui/CheckboxMark/types/CheckboxMarkTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/CheckboxMark/ui/CheckboxMark.d.ts +2 -2
- package/dist/types/src/ui/CheckboxMark/ui/index.d.ts +1 -0
- package/dist/{ts → types}/src/ui/DateTimePicker/hooks/useDateTimePicker.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DateTimePicker/lib/changeInterval.d.ts +1 -1
- package/dist/{ts → types}/src/ui/DateTimePicker/lib/helperFunctions.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DateTimePicker/lib/sortDates.d.ts +1 -1
- package/dist/{ts → types}/src/ui/DateTimePicker/types/DateTimePickerTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DateTimePicker/types/components/CalendarButtonTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/DateTimePicker/types/components/CalendarDayTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/DateTimePicker/types/components/CalendarMonthTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/DateTimePicker/types/components/CalendarYearTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/DateTimePicker/types/components/TimePickerFeedTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/DateTimePicker/types/components/TimePickerTagTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/DateTimePicker/types/pickers/DatePickerTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DateTimePicker/types/pickers/MonthPickerTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DateTimePicker/types/pickers/TimePickerTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DateTimePicker/types/pickers/YearPickerTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DateTimePicker/ui/DateTimePicker.d.ts +2 -2
- package/dist/types/src/ui/DateTimePicker/ui/components/CalendarButton.d.ts +2 -0
- package/dist/{ts → types}/src/ui/DateTimePicker/ui/components/CalendarDay.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/components/CalendarMonth.d.ts +2 -0
- package/dist/types/src/ui/DateTimePicker/ui/components/CalendarYear.d.ts +2 -0
- package/dist/{ts → types}/src/ui/DateTimePicker/ui/components/TimePickerFeed.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/components/TimePickerTag.d.ts +2 -0
- package/dist/types/src/ui/DateTimePicker/ui/index.d.ts +2 -0
- package/dist/types/src/ui/DateTimePicker/ui/parts/Footer.d.ts +1 -0
- package/dist/types/src/ui/DateTimePicker/ui/parts/Header.d.ts +1 -0
- package/dist/types/src/ui/DateTimePicker/ui/parts/Main.d.ts +1 -0
- package/dist/types/src/ui/DateTimePicker/ui/pickers/DatePicker.d.ts +4 -0
- package/dist/{ts → types}/src/ui/DateTimePicker/ui/pickers/MonthPicker.d.ts +1 -1
- package/dist/{ts → types}/src/ui/DateTimePicker/ui/pickers/TimePicker.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/pickers/TimeSuggestions.d.ts +5 -0
- package/dist/types/src/ui/DateTimePicker/ui/pickers/YearPicker.d.ts +6 -0
- package/dist/{ts → types}/src/ui/DateTimePicker/ui/pickers/YearSwitcher.d.ts +1 -1
- package/dist/{ts → types}/src/ui/Dropdown/types/DropdownTypes.d.ts +3 -3
- package/dist/{ts → types}/src/ui/Dropdown/ui/Dropdown.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DropdownItem/types/DropdownItemTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DropdownItem/ui/DropdownItem.d.ts +2 -2
- package/dist/{ts → types}/src/ui/DropdownV2/ui/DropdownItemV2.d.ts +3 -3
- package/dist/{ts → types}/src/ui/DropdownV2/ui/DropdownV2.d.ts +3 -3
- package/dist/types/src/ui/DropdownV2/ui/components/Check.d.ts +6 -0
- package/dist/types/src/ui/DropdownV2/ui/components/Info.d.ts +10 -0
- package/dist/{ts → types}/src/ui/FormBuilder/lib/arrayFieldComponent.d.ts +3 -3
- package/dist/{ts → types}/src/ui/FormBuilder/lib/blockWrapperComponent.d.ts +3 -3
- package/dist/types/src/ui/FormBuilder/lib/formBuilder.d.ts +4 -0
- package/dist/{ts → types}/src/ui/FormBuilder/lib/formWrapperComponent.d.ts +3 -3
- package/dist/{ts → types}/src/ui/FormBuilder/lib/index.d.ts +1 -1
- package/dist/{ts → types}/src/ui/FormBuilder/lib/inputFieldComponent.d.ts +3 -3
- package/dist/{ts → types}/src/ui/FormBuilder/lib/reactNodeComponent.d.ts +2 -2
- package/dist/{ts → types}/src/ui/FormBuilder/schemes/index.d.ts +2 -2
- package/dist/{ts → types}/src/ui/FormBuilder/types/FormBuilderTypes.d.ts +4 -4
- package/dist/{ts → types}/src/ui/FormBuilder/types/index.d.ts +1 -1
- package/dist/{ts → types}/src/ui/FormBuilder/ui/FormBuilder.d.ts +3 -3
- package/dist/{ts → types}/src/ui/InputFields/DateTimeField/types/DateFieldBaseTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/InputFields/DateTimeField/types/DateFieldTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/InputFields/DateTimeField/types/DateTimeFieldTypes.d.ts +4 -4
- package/dist/{ts → types}/src/ui/InputFields/DateTimeField/types/TimeFieldBaseTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/InputFields/DateTimeField/types/TimeFieldTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/InputFields/DateTimeField/ui/DateField.d.ts +2 -2
- package/dist/types/src/ui/InputFields/DateTimeField/ui/DateFieldBase.d.ts +2 -0
- package/dist/{ts → types}/src/ui/InputFields/DateTimeField/ui/DateTimeField.d.ts +2 -2
- package/dist/{ts → types}/src/ui/InputFields/DateTimeField/ui/TimeField.d.ts +2 -2
- package/dist/{ts → types}/src/ui/InputFields/DateTimeField/ui/TimeFieldBase.d.ts +2 -2
- package/dist/{ts → types}/src/ui/InputFields/DateTimeFieldMask/types/index.d.ts +1 -1
- package/dist/{ts → types}/src/ui/InputFields/DateTimeFieldMask/ui/DateTimeFieldMask.d.ts +2 -2
- package/dist/types/src/ui/InputFields/DateTimeFieldMask/ui/index.d.ts +1 -0
- package/dist/{ts → types}/src/ui/InputFields/DateTimeRangeField/types/DateRangeFieldTypes.d.ts +4 -4
- package/dist/{ts → types}/src/ui/InputFields/DateTimeRangeField/types/DateTimeRangeFieldTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/InputFields/DateTimeRangeField/types/TimeRangeFieldTypes.d.ts +3 -3
- package/dist/{ts → types}/src/ui/InputFields/DateTimeRangeField/ui/DateRangeField.d.ts +2 -2
- package/dist/types/src/ui/InputFields/DateTimeRangeField/ui/DateTimeRangeField.d.ts +2 -0
- package/dist/{ts → types}/src/ui/InputFields/DateTimeRangeField/ui/TimeRangeField.d.ts +2 -2
- package/dist/{ts → types}/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +3 -3
- package/dist/{ts → types}/src/ui/InputFields/FlexField/ui/FlexField.d.ts +5 -5
- package/dist/{ts → types}/src/ui/InputFields/InputField/types/InputFieldTypes.d.ts +3 -3
- package/dist/{ts → types}/src/ui/InputFields/InputField/ui/InputField.d.ts +1 -1
- package/dist/{ts → types}/src/ui/InputFields/InputFieldWrapper/types/InputFieldWrapperTypes.d.ts +2 -2
- package/dist/{ts → types}/src/ui/InputFields/RadioField/types/RadioFieldTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/InputFields/RadioField/ui/RadioField.d.ts +1 -1
- package/dist/{ts → types}/src/ui/InputFields/RadioField/ui/RadioFieldItem.d.ts +1 -1
- package/dist/{ts → types}/src/ui/InputFields/SelectField/lib/getSelectFieldOptionsByValue.d.ts +1 -1
- package/dist/{ts → types}/src/ui/InputFields/SelectField/lib/getSelectFieldOptionsItemValue.d.ts +1 -1
- package/dist/{ts → types}/src/ui/InputFields/SelectField/types/SelectFieldTypes.d.ts +3 -3
- package/dist/{ts → types}/src/ui/InputFields/SwitcherField/types/SwitcherFieldTypes.d.ts +3 -3
- package/dist/{ts → types}/src/ui/InputFields/SwitcherField/ui/SwitcherField.d.ts +1 -1
- package/dist/types/src/ui/InputFields/TextareaField/ui/TextareaField.d.ts +2 -0
- package/dist/{ts → types}/src/ui/Loaders/types/LoadingIndicatorTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/Loaders/ui/LoadingIndicator.d.ts +2 -2
- package/dist/{ts → types}/src/ui/MediaViewer/types/MediaViewerTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/MediaViewer/ui/MediaViewer.d.ts +2 -2
- package/dist/{ts → types}/src/ui/MediaViewer/ui/components/ControlBar.d.ts +1 -1
- package/dist/{ts → types}/src/ui/MediaViewer/ui/components/ImageViewer.d.ts +1 -1
- package/dist/types/src/ui/MediaViewer/ui/components/VideoProgressBar.d.ts +2 -0
- package/dist/{ts → types}/src/ui/MediaViewer/ui/components/VideoViewer.d.ts +1 -1
- package/dist/{ts → types}/src/ui/MicroButton/types/MicroButtonTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/MicroButton/ui/MicroButton.d.ts +4 -4
- package/dist/{ts → types}/src/ui/ModalWindowWrapper/ui/ModalWindowWrapper.d.ts +1 -1
- package/dist/types/src/ui/PaginationBar/ui/PageSwitcher.d.ts +2 -0
- package/dist/types/src/ui/PaginationBar/ui/PaginationBar.d.ts +2 -0
- package/dist/{ts → types}/src/ui/PlayButton/types/PlayButtonTypes.d.ts +1 -1
- package/dist/types/src/ui/PlayButton/ui/PlayButton.d.ts +2 -0
- package/dist/{ts → types}/src/ui/ScrollProvider/types/ScrollProviderTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/ScrollProvider/ui/ScrollProvider.d.ts +3 -3
- package/dist/{ts → types}/src/ui/SlideTransition/types/SlideTransitionTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/SlideTransition/ui/SlideTransition.d.ts +1 -1
- package/dist/{ts → types}/src/ui/TabButtons/ui/TabButtons.d.ts +2 -2
- package/dist/{ts → types}/src/ui/TabFrame/ui/TabFrame.d.ts +3 -3
- package/dist/{ts → types}/src/ui/Tag/types/TagTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/Tag/ui/FilterTag.d.ts +3 -3
- package/dist/{ts → types}/src/ui/Tag/ui/Tag.d.ts +2 -2
- package/dist/{ts → types}/src/ui/Tag/ui/TagCheckbox.d.ts +1 -1
- package/dist/{ts → types}/src/ui/Tag/ui/TagCount.d.ts +3 -3
- package/dist/types/src/ui/Toggle/index.d.ts +2 -0
- package/dist/{ts → types}/src/ui/Toggle/types/ToggleTypes.d.ts +2 -2
- package/dist/types/src/ui/Toggle/ui/Toggle.d.ts +5 -0
- package/dist/types/src/ui/ToggleBase/index.d.ts +2 -0
- package/dist/{ts → types}/src/ui/ToggleBase/ui/ToggleBase.d.ts +2 -2
- package/dist/{ts → types}/src/ui/Tooltip/lib/getOffset.d.ts +1 -1
- package/dist/{ts → types}/src/ui/Tooltip/types/TooltipTypes.d.ts +1 -1
- package/dist/{ts → types}/src/ui/Tooltip/ui/Tooltip.d.ts +2 -2
- package/dist/{ts → types}/src/ui/UserPick/ui/UserPick.d.ts +1 -1
- package/dist/types/src/ui/UserPick/ui/index.d.ts +1 -0
- package/dist/{ts → types}/src/ui/VideoPlayerBase/ui/VideoPlayerBase.d.ts +1 -1
- package/dist/types/src/ui/VideoPlayerBase/ui/index.d.ts +1 -0
- package/dist/{ts → types}/src/ui/formFields/FormDateField/ui/FormDateField.d.ts +4 -4
- package/dist/{ts → types}/src/ui/formFields/FormDateRangeField/ui/FormDateRangeField.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormDateRangeField/ui/FormDateRangeFieldBase.d.ts +3 -3
- package/dist/types/src/ui/formFields/FormDateRangeField/ui/InputInnerButton.d.ts +5 -0
- package/dist/types/src/ui/formFields/FormDateRangeField/ui/Mask.d.ts +14 -0
- package/dist/types/src/ui/formFields/FormDateRangeField/ui/index.d.ts +2 -0
- package/dist/{ts → types}/src/ui/formFields/FormField/ui/FormField.d.ts +1 -1
- package/dist/{ts → types}/src/ui/formFields/FormField/ui/FormFieldBase.d.ts +4 -4
- package/dist/{ts → types}/src/ui/formFields/FormFieldWrapper/ui/FormFieldWrapper.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/hooks/useFetch.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/hooks/useFormPaginatedSelectField.d.ts +110 -106
- package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/hooks/useLocalOptions.d.ts +1 -1
- package/dist/types/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectFieldState.d.ts +4 -0
- package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectModal.d.ts +3 -3
- package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectValue.d.ts +7 -7
- package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/lib/index.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/types/index.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/ui/FormPaginatedSelectField.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/ui/FormPaginatedSelectFieldBase.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormRadioField/ui/FieldItem.d.ts +1 -1
- package/dist/{ts → types}/src/ui/formFields/FormRadioField/ui/FormRadioField.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormSelectField/ui/FormSelectField.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormSelectField/ui/FormSelectFieldBase.d.ts +4 -4
- package/dist/{ts → types}/src/ui/formFields/FormSwitcherField/ui/FormSwitcherField.d.ts +2 -2
- package/dist/{ts → types}/src/ui/formFields/FormTextareaField/ui/FormTextareaField.d.ts +1 -1
- package/dist/{ts → types}/src/ui/formFields/FormTextareaField/ui/FormTextareaFieldBase.d.ts +3 -3
- package/dist/types/src/ui/formFields/extends/index.d.ts +1 -0
- package/dist/types/src/ui/formFields/extends/style/index.d.ts +1 -0
- package/dist/types/src/ui/formFields/extends/ui/DropdownArrow.d.ts +6 -0
- package/dist/types/src/ui/formFields/extends/ui/index.d.ts +1 -0
- package/docs/CSSVariables/CSSThemeCustomize.md +161 -184
- package/docs/CSSVariables/CSSVariables.md +62 -62
- package/docs/CSSVariables/CSSVariablesCalifornia.md +61 -61
- package/docs/ForDev.md +106 -106
- package/docs/FormBuilderDocs.md +204 -204
- package/docs/Notes.md +189 -189
- package/docs/SCSSVariables.md +28 -28
- package/package.json +46 -50
- package/dist/index.css +0 -6911
- package/dist/index.css.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/scss/index.scss +0 -1
- package/dist/scss/styles/colors/index.scss +0 -2
- package/dist/scss/styles/mixins/formFieldMixins.scss +0 -55
- package/dist/scss/test/global.scss +0 -83
- package/dist/scss/test/pages/style.scss +0 -6
- package/dist/scss/ui/Buttons/styles/mixins/baseButton.scss +0 -83
- package/dist/scss/ui/Buttons/styles/mixins/index.scss +0 -2
- package/dist/scss/ui/Buttons/styles/mixins/properties/index.scss +0 -21
- package/dist/scss/ui/Buttons/styles/mixins/properties/large.scss +0 -35
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-black.scss +0 -52
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-color.scss +0 -52
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-gray.scss +0 -63
- package/dist/scss/ui/Buttons/styles/mixins/properties/medium.scss +0 -35
- package/dist/scss/ui/Buttons/styles/mixins/properties/primary.scss +0 -54
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-color.scss +0 -91
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-gray.scss +0 -93
- package/dist/scss/ui/Buttons/styles/mixins/properties/small.scss +0 -35
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab-active.scss +0 -105
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab.scss +0 -105
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-color.scss +0 -92
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-gray.scss +0 -48
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-white.scss +0 -92
- package/dist/scss/ui/Buttons/styles/mixins/properties/ultra.scss +0 -35
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-link-color.scss +0 -49
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-primary.scss +0 -37
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss +0 -66
- package/dist/scss/ui/CheckboxMark/index.scss +0 -1
- package/dist/scss/ui/CheckboxMark/styles/index.scss +0 -1
- package/dist/scss/ui/CheckboxMark/styles/mixins/base.scss +0 -33
- package/dist/scss/ui/CheckboxMark/styles/mixins/checkbox-mark.scss +0 -92
- package/dist/scss/ui/CheckboxMark/styles/mixins/index.scss +0 -3
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/checkbox.scss +0 -3
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/checked.scss +0 -31
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/correct.scss +0 -67
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/disabled.scss +0 -27
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/error.scss +0 -30
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/incorrect.scss +0 -65
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/indeterminate.scss +0 -23
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/index.scss +0 -8
- package/dist/scss/ui/CheckboxMark/styles/mixins/properties/radio.scss +0 -14
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomInputField/CustomInput.scss +0 -126
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomInputField/CustomInputField.scss +0 -33
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomInputField/CustomTextareaInput.scss +0 -30
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomInputField/index.scss +0 -2
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomInputWrapper/CustomInputWrapper.scss +0 -55
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomInputWrapper/config.scss +0 -5
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomInputWrapper/index.scss +0 -1
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomOptionsInput/index.scss +0 -48
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomSelectField/CustomSelectField.scss +0 -54
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomSelectField/CustomSelectFieldOption.scss +0 -50
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomSelectField/CustomSelectFieldViewField.scss +0 -28
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomSelectField/index.scss +0 -1
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomSwitchersField/CustomSwitchersField.scss +0 -17
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomSwitchersField/components/index.scss +0 -1
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomSwitchersField/components/option.scss +0 -34
- package/dist/scss/ui/FormBuilder/styles/CustomFields/CustomSwitchersField/index.scss +0 -1
- package/dist/scss/ui/FormBuilder/styles/CustomFields/index.scss +0 -5
- package/dist/scss/ui/InputFields/FlexField/index.scss +0 -1
- package/dist/scss/ui/InputFields/FlexField/styles/mixins/flexField.scss +0 -151
- package/dist/scss/ui/InputFields/FlexField/styles/mixins/index.scss +0 -1
- package/dist/scss/ui/InputFields/InputField/index.scss +0 -1
- package/dist/scss/ui/InputFields/InputFieldWrapper/index.scss +0 -1
- package/dist/scss/ui/InputFields/InputFieldWrapper/styles/mixins/index.scss +0 -1
- package/dist/scss/ui/InputFields/InputFieldWrapper/styles/mixins/inputFieldWrapper.scss +0 -50
- package/dist/scss/ui/InputFields/RadioField/index.scss +0 -1
- package/dist/scss/ui/InputFields/SelectField/index.scss +0 -1
- package/dist/scss/ui/InputFields/SwitcherField/index.scss +0 -1
- package/dist/scss/ui/InputFields/TextareaField/index.scss +0 -1
- package/dist/scss/ui/MicroButton/index.scss +0 -1
- package/dist/scss/ui/MicroButton/styles/index.scss +0 -1
- package/dist/scss/ui/MicroButton/styles/mixins/base-button.scss +0 -18
- package/dist/scss/ui/MicroButton/styles/mixins/index.scss +0 -2
- package/dist/scss/ui/MicroButton/styles/mixins/micro-button.scss +0 -69
- package/dist/scss/ui/MicroButton/styles/mixins/properties/blue-light.scss +0 -19
- package/dist/scss/ui/MicroButton/styles/mixins/properties/color-fill.scss +0 -21
- package/dist/scss/ui/MicroButton/styles/mixins/properties/color-hover.scss +0 -21
- package/dist/scss/ui/MicroButton/styles/mixins/properties/color.scss +0 -21
- package/dist/scss/ui/MicroButton/styles/mixins/properties/dark.scss +0 -19
- package/dist/scss/ui/MicroButton/styles/mixins/properties/gray-fill.scss +0 -21
- package/dist/scss/ui/MicroButton/styles/mixins/properties/gray.scss +0 -21
- package/dist/scss/ui/MicroButton/styles/mixins/properties/index.scss +0 -17
- package/dist/scss/ui/MicroButton/styles/mixins/properties/light.scss +0 -21
- package/dist/scss/ui/MicroButton/styles/mixins/properties/red-fill.scss +0 -21
- package/dist/scss/ui/MicroButton/styles/mixins/properties/red-hover.scss +0 -21
- package/dist/scss/ui/MicroButton/styles/mixins/properties/rose.scss +0 -21
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-14.scss +0 -12
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-16.scss +0 -12
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-20.scss +0 -12
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-24.scss +0 -12
- package/dist/scss/ui/MicroButton/styles/mixins/properties/size-28.scss +0 -12
- package/dist/scss/ui/Tag/styles/properties/active.scss +0 -16
- package/dist/scss/ui/Tag/styles/properties/base.scss +0 -34
- package/dist/scss/ui/Tag/styles/properties/clicked.scss +0 -3
- package/dist/scss/ui/Tag/styles/properties/hover.scss +0 -5
- package/dist/scss/ui/Tag/styles/properties/index.scss +0 -7
- package/dist/scss/ui/Tag/styles/properties/large.scss +0 -19
- package/dist/scss/ui/Tag/styles/properties/medium.scss +0 -19
- package/dist/scss/ui/Tag/styles/properties/small.scss +0 -19
- package/dist/scss/ui/ToggleBase/styles/mixins/active.scss +0 -12
- package/dist/scss/ui/ToggleBase/styles/mixins/base-button.scss +0 -9
- package/dist/scss/ui/ToggleBase/styles/mixins/base.scss +0 -14
- package/dist/scss/ui/ToggleBase/styles/mixins/disabled.scss +0 -5
- package/dist/scss/ui/ToggleBase/styles/mixins/error.scss +0 -7
- package/dist/scss/ui/ToggleBase/styles/mixins/hover.scss +0 -23
- package/dist/scss/ui/ToggleBase/styles/mixins/index.scss +0 -9
- package/dist/scss/ui/ToggleBase/styles/mixins/large.scss +0 -9
- package/dist/scss/ui/ToggleBase/styles/mixins/medium.scss +0 -9
- package/dist/scss/ui/ToggleBase/styles/mixins/spacer.scss +0 -5
- package/dist/ts/src/__tests__/changeInterval.test.d.ts +0 -1
- package/dist/ts/src/__tests__/getDeepValue.test.d.ts +0 -1
- package/dist/ts/src/__tests__/setDeepValue.test.d.ts +0 -1
- package/dist/ts/src/assets/icons/index.d.ts +0 -92
- package/dist/ts/src/assets/index.d.ts +0 -1
- package/dist/ts/src/hooks/forms/__tests__/lib/getDataByPath.test.d.ts +0 -1
- package/dist/ts/src/hooks/forms/__tests__/lib/getFormDataPaths.test.d.ts +0 -1
- package/dist/ts/src/hooks/forms/__tests__/lib/setDataByPath.test.d.ts +0 -1
- package/dist/ts/src/hooks/forms/__tests__/lib/utils.test.d.ts +0 -1
- package/dist/ts/src/test/App.d.ts +0 -2
- package/dist/ts/src/test/index.d.ts +0 -1
- package/dist/ts/src/test/layout/PageLayout.d.ts +0 -3
- package/dist/ts/src/test/layout/index.d.ts +0 -1
- package/dist/ts/src/test/pages/BreadcrumbsPage.d.ts +0 -1
- package/dist/ts/src/test/pages/ButtonsPage/ButtonsPage.d.ts +0 -2
- package/dist/ts/src/test/pages/CascadeSelectorPage.d.ts +0 -1
- package/dist/ts/src/test/pages/CheckboxMarkPage.d.ts +0 -1
- package/dist/ts/src/test/pages/CheckboxPage.d.ts +0 -1
- package/dist/ts/src/test/pages/DateTimeFieldMaskPage.d.ts +0 -1
- package/dist/ts/src/test/pages/DateTimeFieldsPage.d.ts +0 -1
- package/dist/ts/src/test/pages/DateTimePickerPage.d.ts +0 -1
- package/dist/ts/src/test/pages/DropdownItemPage.d.ts +0 -1
- package/dist/ts/src/test/pages/DropdownV2Page.d.ts +0 -1
- package/dist/ts/src/test/pages/FieldsPage/FieldsPage.d.ts +0 -1
- package/dist/ts/src/test/pages/FormBuilderPage.d.ts +0 -1
- package/dist/ts/src/test/pages/FormPage.d.ts +0 -1
- package/dist/ts/src/test/pages/HomePage.d.ts +0 -1
- package/dist/ts/src/test/pages/LoadingIndicatorPage.d.ts +0 -1
- package/dist/ts/src/test/pages/MediaPlayerPage.d.ts +0 -1
- package/dist/ts/src/test/pages/MicroButtonsPage.d.ts +0 -1
- package/dist/ts/src/test/pages/ModalsPage.d.ts +0 -1
- package/dist/ts/src/test/pages/PaginationPage.d.ts +0 -1
- package/dist/ts/src/test/pages/SelectFieldPage.d.ts +0 -1
- package/dist/ts/src/test/pages/SlideTransitionPage.d.ts +0 -1
- package/dist/ts/src/test/pages/TabFramePage.d.ts +0 -1
- package/dist/ts/src/test/pages/TagPage.d.ts +0 -1
- package/dist/ts/src/test/pages/TestPage.d.ts +0 -1
- package/dist/ts/src/test/pages/ToggleBasePage.d.ts +0 -1
- package/dist/ts/src/test/pages/TogglePage.d.ts +0 -1
- package/dist/ts/src/test/pages/TooltipTage.d.ts +0 -1
- package/dist/ts/src/test/pages/UiAnimationsPage.d.ts +0 -1
- package/dist/ts/src/test/pages/UseDragPage.d.ts +0 -1
- package/dist/ts/src/test/pages/UseSmartPositionPage.d.ts +0 -1
- package/dist/ts/src/test/pages/UseSmartScrollPage.d.ts +0 -1
- package/dist/ts/src/test/pages/UserPickPage.d.ts +0 -1
- package/dist/ts/src/test/pages/index.d.ts +0 -30
- package/dist/ts/src/ui/Breadcrumbs/ui/Divider.d.ts +0 -5
- package/dist/ts/src/ui/Carousel/ui/Carousel.d.ts +0 -2
- package/dist/ts/src/ui/CascadeSelector/ui/CascadeSelector.d.ts +0 -2
- package/dist/ts/src/ui/Checkbox/ui/index.d.ts +0 -1
- package/dist/ts/src/ui/CheckboxMark/ui/index.d.ts +0 -1
- package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarButton.d.ts +0 -2
- package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarMonth.d.ts +0 -2
- package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarYear.d.ts +0 -2
- package/dist/ts/src/ui/DateTimePicker/ui/components/TimePickerTag.d.ts +0 -2
- package/dist/ts/src/ui/DateTimePicker/ui/index.d.ts +0 -2
- package/dist/ts/src/ui/DateTimePicker/ui/parts/Footer.d.ts +0 -1
- package/dist/ts/src/ui/DateTimePicker/ui/parts/Header.d.ts +0 -1
- package/dist/ts/src/ui/DateTimePicker/ui/parts/Main.d.ts +0 -1
- package/dist/ts/src/ui/DateTimePicker/ui/pickers/DatePicker.d.ts +0 -4
- package/dist/ts/src/ui/DateTimePicker/ui/pickers/TimeSuggestions.d.ts +0 -5
- package/dist/ts/src/ui/DateTimePicker/ui/pickers/YearPicker.d.ts +0 -6
- package/dist/ts/src/ui/DropdownV2/ui/components/Check.d.ts +0 -6
- package/dist/ts/src/ui/DropdownV2/ui/components/Info.d.ts +0 -10
- package/dist/ts/src/ui/FormBuilder/lib/formBuilder.d.ts +0 -4
- package/dist/ts/src/ui/InputFields/DateTimeField/ui/DateFieldBase.d.ts +0 -2
- package/dist/ts/src/ui/InputFields/DateTimeFieldMask/ui/index.d.ts +0 -1
- package/dist/ts/src/ui/InputFields/DateTimeRangeField/ui/DateTimeRangeField.d.ts +0 -2
- package/dist/ts/src/ui/InputFields/TextareaField/index.d.ts +0 -2
- package/dist/ts/src/ui/InputFields/TextareaField/ui/TextareaField.d.ts +0 -2
- package/dist/ts/src/ui/MediaViewer/ui/components/VideoProgressBar.d.ts +0 -2
- package/dist/ts/src/ui/ModalWindowWrapper/index.d.ts +0 -1
- package/dist/ts/src/ui/PaginationBar/ui/PageSwitcher.d.ts +0 -2
- package/dist/ts/src/ui/PaginationBar/ui/PaginationBar.d.ts +0 -2
- package/dist/ts/src/ui/PlayButton/ui/PlayButton.d.ts +0 -2
- package/dist/ts/src/ui/SlideTransition/index.d.ts +0 -2
- package/dist/ts/src/ui/Toggle/ui/Toggle.d.ts +0 -5
- package/dist/ts/src/ui/UserPick/ui/index.d.ts +0 -1
- package/dist/ts/src/ui/VideoPlayerBase/ui/index.d.ts +0 -1
- package/dist/ts/src/ui/formFields/FormDateRangeField/ui/InputInnerButton.d.ts +0 -5
- package/dist/ts/src/ui/formFields/FormDateRangeField/ui/Mask.d.ts +0 -14
- package/dist/ts/src/ui/formFields/FormDateRangeField/ui/index.d.ts +0 -2
- package/dist/ts/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectFieldState.d.ts +0 -4
- package/dist/ts/src/ui/formFields/extends/style/index.d.ts +0 -2
- package/dist/ts/src/ui/formFields/extends/ui/DropdownArrow.d.ts +0 -6
- package/dist/ts/src/ui/formFields/extends/ui/InputInnerButton.d.ts +0 -7
- package/dist/ts/src/ui/formFields/extends/ui/index.d.ts +0 -2
- /package/dist/{ts → types}/src/const/index.d.ts +0 -0
- /package/dist/{ts → types}/src/const/theme.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/controlsInput/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/controlsInput/useControlInput.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/controlsInput/useTouchpadInput.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/elementObservers/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/elementObservers/useResizeWindowObserver.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/lib/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/lib/scheme.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/lib/utils.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/types/formTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/validateFunctions/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/validateFunctions/validateArray.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/validateFunctions/validateDateTime.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/validateFunctions/validateEqualsTo.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/validateFunctions/validateFile.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/validateFunctions/validateNum.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/validateFunctions/validateRequired.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/forms/validateFunctions/validateStr.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/modalWindows/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/placement/calculateAvailablePosition.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/placement/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/ui-animations/assets/collapsibleAnimations.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/ui-animations/assets/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/ui-animations/assets/movingAnimations.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/ui-animations/assets/shimmerAnimation.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/ui-animations/helpers.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/ui-animations/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/useDebouncedAccumulator.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/useDebouncedInvoker.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/useLoading.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/useResettableTimeout.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/useSmartScroll/__test__/getRegvertScrollTop.test.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/useSmartScroll/hooks/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/useSmartScroll/index.d.ts +0 -0
- /package/dist/{ts → types}/src/hooks/useSmartScroll/utils/index.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/animation/getScrollParents.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/animation/index.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/animation/throttle.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/array/index.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/array/isEqualArrays.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/array/traverseTreeByStack.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/array/uniqueByKey.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/dict/index.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/dict/isDict.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/index.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/reactComponents/getCenterElementAttribute.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/reactComponents/index.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/reactComponents/isCustomComponent.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/searchParams/index.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/searchParams/toUrlSearchParams.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/time/index.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/time/startOfDayUTC.d.ts +0 -0
- /package/dist/{ts → types}/src/lib/tsCheck/index.d.ts +0 -0
- /package/dist/{ts → types}/src/types/DictDeepActionsTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/types/keyboard.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/BackgroundModalWindowWrapper/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/BackgroundModalWindowWrapper/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Breadcrumbs/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Breadcrumbs/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Breadcrumbs/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Buttons/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Buttons/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Buttons/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Buttons/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Carousel/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Carousel/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Carousel/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Carousel/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/CascadeSelector/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/CascadeSelector/lib/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/CascadeSelector/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/CascadeSelector/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/CascadeSelector/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Checkbox/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Checkbox/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Checkbox/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/CheckboxMark/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/CheckboxMark/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/CheckboxMark/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/config/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/const/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/hooks/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/hooks/pickers/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/hooks/pickers/useDatePicker.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/lib/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/lib/setOnlyDate.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/lib/setOptInDate.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/styles/components/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/styles/pickers/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/types/components/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/types/main.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/types/pickers/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/ui/components/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/ui/parts/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DateTimePicker/ui/pickers/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Dropdown/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Dropdown/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Dropdown/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Dropdown/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DropdownItem/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DropdownItem/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DropdownItem/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DropdownItem/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DropdownV2/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DropdownV2/styles/components/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DropdownV2/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DropdownV2/ui/components/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/DropdownV2/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/FormBuilder/consts/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/FormBuilder/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/FormBuilder/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/FormBuilder/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeField/consts/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeField/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeField/lib/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeField/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeField/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeField/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeFieldMask/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeFieldMask/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeRangeField/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeRangeField/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeRangeField/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/DateTimeRangeField/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/FieldsBase/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/FieldsBase/types/FieldsBaseTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/FieldsBase/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/FlexField/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/FlexField/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/FlexField/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/FlexField/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/InputField/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/InputField/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/InputField/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/InputFieldWrapper/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/InputFieldWrapper/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/InputFieldWrapper/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/InputFieldWrapper/ui/InputFieldWrapper.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/RadioField/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/RadioField/types/RadioFieldItemTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/RadioField/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/RadioField/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SelectField/config/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SelectField/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SelectField/lib/compValue.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SelectField/lib/getStringValue.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SelectField/lib/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SelectField/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SelectField/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SelectField/ui/SelectField.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SelectField/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SwitcherField/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/SwitcherField/types/index.d.ts +0 -0
- /package/dist/{ts/src/ui/Loaders → types/src/ui/InputFields/TextareaField}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/TextareaField/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/TextareaField/types/TextareaFieldTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/TextareaField/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/TextareaField/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/InputFields/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Loaders/assets/index.d.ts +0 -0
- /package/dist/{ts/src/ui/MediaViewer → types/src/ui/Loaders}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Loaders/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Loaders/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Loaders/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/MicroButton → types/src/ui/MediaViewer}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MediaViewer/styles/components/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MediaViewer/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MediaViewer/types/components/ProgressBarTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MediaViewer/types/components/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MediaViewer/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MediaViewer/ui/components/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MediaViewer/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/PaginationBar → types/src/ui/MicroButton}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MicroButton/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MicroButton/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/MicroButton/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/TabButtons → types/src/ui/ModalWindowWrapper}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/ModalWindowWrapper/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/ScrollProvider → types/src/ui/PaginationBar}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PaginationBar/lib/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PaginationBar/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PaginationBar/types/PageSwitcherTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PaginationBar/types/PaginationBarTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PaginationBar/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PaginationBar/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PlayButton/assets/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PlayButton/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PlayButton/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PlayButton/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/PlayButton/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/Tag → types/src/ui/ScrollProvider}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/ScrollProvider/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/ScrollProvider/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/Toggle → types/src/ui/SlideTransition}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/SlideTransition/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/SlideTransition/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/SlideTransition/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/TabFrame → types/src/ui/TabButtons}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/TabButtons/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/TabButtons/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/Tooltip → types/src/ui/TabFrame}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/TabFrame/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/TabFrame/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/ToggleBase → types/src/ui/Tag}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Tag/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Tag/types/TagCheckboxTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Tag/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Tag/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Toggle/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Toggle/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Toggle/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/ToggleBase/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/ToggleBase/types/ToggleBaseTypes.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/ToggleBase/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/ToggleBase/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/UserPick → types/src/ui/Tooltip}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Tooltip/lib/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Tooltip/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Tooltip/types/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/Tooltip/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/UserPick/assets/index.d.ts +0 -0
- /package/dist/{ts/src/ui/VideoPlayerBase → types/src/ui/UserPick}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/UserPick/styles/index.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/FormDateField → types/src/ui/VideoPlayerBase}/index.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/FormDateRangeField → types/src/ui/formFields/FormDateField}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormDateField/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/FormField → types/src/ui/formFields/FormDateRangeField}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormDateRangeField/styles/index.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/FormFieldWrapper → types/src/ui/formFields/FormField}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormField/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormField/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/FormPaginatedSelectField → types/src/ui/formFields/FormFieldWrapper}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormFieldWrapper/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormFieldWrapper/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/hooks/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/hooks/useIsLoading.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/FormRadioField → types/src/ui/formFields/FormPaginatedSelectField}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/FormSelectField → types/src/ui/formFields/FormRadioField}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormRadioField/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormSelectField/config/index.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/FormSwitcherField → types/src/ui/formFields/FormSelectField}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormSelectField/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormSelectField/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/FormTextareaField → types/src/ui/formFields/FormSwitcherField}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormSwitcherField/ui/index.d.ts +0 -0
- /package/dist/{ts/src/ui/formFields/extends → types/src/ui/formFields/FormTextareaField}/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormTextareaField/styles/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/FormTextareaField/ui/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/formFields/index.d.ts +0 -0
- /package/dist/{ts → types}/src/ui/index.d.ts +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { AsProps } from
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { AsProps } from '../../../types';
|
|
3
3
|
type PropsType<T extends React.ElementType> = AsProps<T, {
|
|
4
4
|
count?: React.ReactNode;
|
|
5
5
|
color?: 'gray' | 'color' | 'white';
|
|
6
6
|
size?: 'small' | 'medium' | 'large';
|
|
7
7
|
}>;
|
|
8
|
-
export declare function TagCount<T extends React.ElementType = 'span'>(props: PropsType<T>): JSX.Element;
|
|
8
|
+
export declare function TagCount<T extends React.ElementType = 'span'>(props: PropsType<T>): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { TogglePropsType } from '../types';
|
|
3
|
+
type PropsType = Omit<React.ComponentProps<'button'>, keyof TogglePropsType> & TogglePropsType;
|
|
4
|
+
export declare function Toggle(props: PropsType): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { ToggleBasePropsType } from
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ToggleBasePropsType } from '../types';
|
|
3
3
|
export declare function ToggleBase(props: ToggleBasePropsType): React.FunctionComponentElement<any>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React,
|
|
1
|
+
import { default as React, CSSProperties } from 'react';
|
|
2
2
|
export type ArrowPositionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | 'left-top' | 'left-center' | 'left-bottom' | 'right-top' | 'right-center' | 'right-bottom';
|
|
3
3
|
export type TooltipTypes = {
|
|
4
4
|
text: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TooltipTypes } from
|
|
1
|
+
import { TooltipTypes } from '../types/TooltipTypes';
|
|
2
2
|
/**
|
|
3
3
|
* @param arrow Положение стрелки по фигме
|
|
4
4
|
* @param targetRef Tooltip автоматически центрируется относительно targetRef
|
|
@@ -7,4 +7,4 @@ import { TooltipTypes } from "../types/TooltipTypes";
|
|
|
7
7
|
* @param color Тема: 'light'/'dark'
|
|
8
8
|
* @constructor
|
|
9
9
|
*/
|
|
10
|
-
export declare function Tooltip({ text, description, arrow, classes, styles, targetRef, onClose, excludedOnCloseElements, color }: TooltipTypes): JSX.Element;
|
|
10
|
+
export declare function Tooltip({ text, description, arrow, classes, styles, targetRef, onClose, excludedOnCloseElements, color }: TooltipTypes): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './UserPick';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './VideoPlayerBase';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { FieldPropsType } from
|
|
3
|
-
import { FormField } from
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { FieldPropsType } from '../../../../hooks';
|
|
3
|
+
import { FormField } from '../../FormField';
|
|
4
4
|
type ValueType = string;
|
|
5
5
|
type BasePropsType = FieldPropsType<ValueType> & {
|
|
6
6
|
/**
|
|
@@ -18,5 +18,5 @@ type BasePropsType = FieldPropsType<ValueType> & {
|
|
|
18
18
|
outFormat?: string;
|
|
19
19
|
};
|
|
20
20
|
type PropsType = Omit<React.ComponentProps<typeof FormField>, keyof BasePropsType> & BasePropsType;
|
|
21
|
-
export declare function FormDateField(props: PropsType): JSX.Element;
|
|
21
|
+
export declare function FormDateField(props: PropsType): import("react/jsx-runtime").JSX.Element;
|
|
22
22
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { FormDateRangeFieldBase } from './FormDateRangeFieldBase';
|
|
3
3
|
import { FormFieldWrapper } from '../../FormFieldWrapper';
|
|
4
4
|
type PropsType = React.ComponentProps<typeof FormDateRangeFieldBase> & React.ComponentProps<typeof FormFieldWrapper>;
|
|
5
|
-
export declare function FormDateRangeField(props: PropsType): JSX.Element;
|
|
5
|
+
export declare function FormDateRangeField(props: PropsType): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
package/dist/{ts → types}/src/ui/formFields/FormDateRangeField/ui/FormDateRangeFieldBase.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { FieldPropsType } from
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { FieldPropsType } from '../../../../hooks';
|
|
3
3
|
type ValueType = [string | undefined, string | undefined];
|
|
4
4
|
type PropsType = FieldPropsType<ValueType> & {
|
|
5
5
|
text1?: React.ReactNode;
|
|
@@ -22,5 +22,5 @@ type PropsType = FieldPropsType<ValueType> & {
|
|
|
22
22
|
* */
|
|
23
23
|
outFormat?: string;
|
|
24
24
|
};
|
|
25
|
-
export declare function FormDateRangeFieldBase(props: PropsType): JSX.Element;
|
|
25
|
+
export declare function FormDateRangeFieldBase(props: PropsType): import("react/jsx-runtime").JSX.Element;
|
|
26
26
|
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IMaskInput } from 'react-imask';
|
|
3
|
+
import { ExtendFactoryArgOptions } from 'imask/masked/factory';
|
|
4
|
+
import { BlockExtraOptions } from 'imask/masked/pattern';
|
|
5
|
+
type PropsType = React.ComponentProps<typeof IMaskInput> & {
|
|
6
|
+
icon?: React.ReactNode;
|
|
7
|
+
text?: React.ReactNode;
|
|
8
|
+
divider?: boolean;
|
|
9
|
+
blocks?: {
|
|
10
|
+
[key: string]: ExtendFactoryArgOptions<BlockExtraOptions>;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export declare function Mask(props: PropsType): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import { default as React } from 'react';
|
|
2
2
|
import { FormFieldBase } from './FormFieldBase';
|
|
3
3
|
import { FormFieldWrapper } from '../../FormFieldWrapper';
|
|
4
4
|
type PropsType = React.ComponentProps<typeof FormFieldWrapper> & React.ComponentProps<typeof FormFieldBase>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { IMaskInput } from
|
|
3
|
-
import { FieldPropsType } from
|
|
4
|
-
import { IMaskBlockType } from
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IMaskInput } from 'react-imask';
|
|
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
|
-
import React,
|
|
2
|
-
import { FormErrorType } from
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { FormErrorType } from '../../../../hooks';
|
|
3
3
|
type PropsType = {
|
|
4
4
|
children?: ReactNode;
|
|
5
5
|
label?: ReactNode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { FetchEventFunType, OptionsExtendItemType, OptionsType } from
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { FetchEventFunType, OptionsExtendItemType, OptionsType } from '../types';
|
|
3
3
|
type PropsType<D> = {
|
|
4
4
|
search?: FetchEventFunType<D>;
|
|
5
5
|
paginate?: FetchEventFunType<D>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React,
|
|
2
|
-
import { FieldPropsType } from
|
|
3
|
-
import { Merge } from
|
|
4
|
-
import { FetchEventPropsType, OptionsType, ValueType } from
|
|
1
|
+
import { default as React, FocusEvent } from 'react';
|
|
2
|
+
import { FieldPropsType } from '../../../../hooks';
|
|
3
|
+
import { Merge } from '../../../../types';
|
|
4
|
+
import { FetchEventPropsType, OptionsType, ValueType } from '../types';
|
|
5
5
|
type BasePropsType<D, M extends boolean> = FieldPropsType<ValueType<D, M>> & {
|
|
6
6
|
options?: OptionsType<D>;
|
|
7
7
|
multiple?: M;
|
|
@@ -19,17 +19,17 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
|
|
|
19
19
|
handleClick: (value: D) => void;
|
|
20
20
|
isActive: (value: D) => boolean;
|
|
21
21
|
viewValue: string;
|
|
22
|
-
items: import(
|
|
22
|
+
items: import('../../..').DropdownItemsType<D>;
|
|
23
23
|
readOnly: boolean;
|
|
24
24
|
onChangeSearch: (newSearch: string | null | undefined) => void;
|
|
25
25
|
optionsCache: React.MutableRefObject<OptionsType<D>>;
|
|
26
26
|
searchValue: string | null | undefined;
|
|
27
|
-
fillOptionsCache: (values: D[], curOptions: import(
|
|
27
|
+
fillOptionsCache: (values: D[], curOptions: import('../types').OptionsExtendItemType<D>[]) => void;
|
|
28
28
|
handleChangeSearch: (value: string | undefined | null) => void;
|
|
29
29
|
canSearch: boolean;
|
|
30
30
|
canPaginate: boolean;
|
|
31
31
|
isLoading: boolean;
|
|
32
|
-
fieldState: "
|
|
32
|
+
fieldState: "search" | "view";
|
|
33
33
|
setIsFocus: React.Dispatch<React.SetStateAction<boolean>>;
|
|
34
34
|
isShow: boolean;
|
|
35
35
|
getIsShow: () => boolean;
|
|
@@ -45,102 +45,66 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
|
|
|
45
45
|
slot?: string | undefined | undefined;
|
|
46
46
|
style?: React.CSSProperties | undefined;
|
|
47
47
|
title?: string | undefined | undefined;
|
|
48
|
-
|
|
49
|
-
color?: string | undefined | undefined;
|
|
50
|
-
content?: string | undefined | undefined;
|
|
51
|
-
translate?: "yes" | "no" | undefined | undefined;
|
|
52
|
-
hidden?: boolean | undefined | undefined;
|
|
53
|
-
onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
54
|
-
onReset?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
55
|
-
key?: React.Key | null | undefined;
|
|
56
|
-
defaultChecked?: boolean | undefined | undefined;
|
|
57
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
58
|
-
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
48
|
+
children?: React.ReactNode;
|
|
59
49
|
suppressHydrationWarning?: boolean | undefined | undefined;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
63
|
-
contextMenu?: string | undefined | undefined;
|
|
64
|
-
dir?: string | undefined | undefined;
|
|
65
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
50
|
+
color?: string | undefined | undefined;
|
|
51
|
+
id?: string | undefined | undefined;
|
|
66
52
|
lang?: string | undefined | undefined;
|
|
67
|
-
nonce?: string | undefined | undefined;
|
|
68
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
69
|
-
tabIndex?: number | undefined | undefined;
|
|
70
|
-
radioGroup?: string | undefined | undefined;
|
|
71
53
|
role?: React.AriaRole | undefined;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
'aria-placeholder'?: string | undefined | undefined;
|
|
127
|
-
'aria-posinset'?: number | undefined | undefined;
|
|
128
|
-
'aria-pressed'?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
129
|
-
'aria-readonly'?: (boolean | "false" | "true") | undefined;
|
|
130
|
-
'aria-relevant'?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
131
|
-
'aria-required'?: (boolean | "false" | "true") | undefined;
|
|
132
|
-
'aria-roledescription'?: string | undefined | undefined;
|
|
133
|
-
'aria-rowcount'?: number | undefined | undefined;
|
|
134
|
-
'aria-rowindex'?: number | undefined | undefined;
|
|
135
|
-
'aria-rowspan'?: number | undefined | undefined;
|
|
136
|
-
'aria-selected'?: (boolean | "false" | "true") | undefined;
|
|
137
|
-
'aria-setsize'?: number | undefined | undefined;
|
|
138
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
139
|
-
'aria-valuemax'?: number | undefined | undefined;
|
|
140
|
-
'aria-valuemin'?: number | undefined | undefined;
|
|
141
|
-
'aria-valuenow'?: number | undefined | undefined;
|
|
142
|
-
'aria-valuetext'?: string | undefined | undefined;
|
|
143
|
-
children?: React.ReactNode;
|
|
54
|
+
tabIndex?: number | undefined | undefined;
|
|
55
|
+
"aria-activedescendant"?: string | undefined | undefined;
|
|
56
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
57
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
58
|
+
"aria-braillelabel"?: string | undefined | undefined;
|
|
59
|
+
"aria-brailleroledescription"?: string | undefined | undefined;
|
|
60
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
61
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
62
|
+
"aria-colcount"?: number | undefined | undefined;
|
|
63
|
+
"aria-colindex"?: number | undefined | undefined;
|
|
64
|
+
"aria-colindextext"?: string | undefined | undefined;
|
|
65
|
+
"aria-colspan"?: number | undefined | undefined;
|
|
66
|
+
"aria-controls"?: string | undefined | undefined;
|
|
67
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined | undefined;
|
|
68
|
+
"aria-describedby"?: string | undefined | undefined;
|
|
69
|
+
"aria-description"?: string | undefined | undefined;
|
|
70
|
+
"aria-details"?: string | undefined | undefined;
|
|
71
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
72
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined | undefined;
|
|
73
|
+
"aria-errormessage"?: string | undefined | undefined;
|
|
74
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
75
|
+
"aria-flowto"?: string | undefined | undefined;
|
|
76
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
77
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined | undefined;
|
|
78
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
79
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined | undefined;
|
|
80
|
+
"aria-keyshortcuts"?: string | undefined | undefined;
|
|
81
|
+
"aria-label"?: string | undefined | undefined;
|
|
82
|
+
"aria-labelledby"?: string | undefined | undefined;
|
|
83
|
+
"aria-level"?: number | undefined | undefined;
|
|
84
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined | undefined;
|
|
85
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
86
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
87
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
88
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined | undefined;
|
|
89
|
+
"aria-owns"?: string | undefined | undefined;
|
|
90
|
+
"aria-placeholder"?: string | undefined | undefined;
|
|
91
|
+
"aria-posinset"?: number | undefined | undefined;
|
|
92
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined | undefined;
|
|
93
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
94
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined | undefined;
|
|
95
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
96
|
+
"aria-roledescription"?: string | undefined | undefined;
|
|
97
|
+
"aria-rowcount"?: number | undefined | undefined;
|
|
98
|
+
"aria-rowindex"?: number | undefined | undefined;
|
|
99
|
+
"aria-rowindextext"?: string | undefined | undefined;
|
|
100
|
+
"aria-rowspan"?: number | undefined | undefined;
|
|
101
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
102
|
+
"aria-setsize"?: number | undefined | undefined;
|
|
103
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined | undefined;
|
|
104
|
+
"aria-valuemax"?: number | undefined | undefined;
|
|
105
|
+
"aria-valuemin"?: number | undefined | undefined;
|
|
106
|
+
"aria-valuenow"?: number | undefined | undefined;
|
|
107
|
+
"aria-valuetext"?: string | undefined | undefined;
|
|
144
108
|
dangerouslySetInnerHTML?: {
|
|
145
109
|
__html: string | TrustedHTML;
|
|
146
110
|
} | undefined | undefined;
|
|
@@ -159,11 +123,13 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
|
|
|
159
123
|
onFocusCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
160
124
|
onBlurCapture?: React.FocusEventHandler<HTMLDivElement> | undefined;
|
|
161
125
|
onChangeCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
162
|
-
onBeforeInput?: React.
|
|
126
|
+
onBeforeInput?: React.InputEventHandler<HTMLDivElement> | undefined;
|
|
163
127
|
onBeforeInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
164
128
|
onInput?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
165
129
|
onInputCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
130
|
+
onReset?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
166
131
|
onResetCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
132
|
+
onSubmit?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
167
133
|
onSubmitCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
168
134
|
onInvalid?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
169
135
|
onInvalidCapture?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -207,8 +173,6 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
|
|
|
207
173
|
onProgressCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
208
174
|
onRateChange?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
209
175
|
onRateChangeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
210
|
-
onResize?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
211
|
-
onResizeCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
212
176
|
onSeeked?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
213
177
|
onSeekedCapture?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
214
178
|
onSeeking?: React.ReactEventHandler<HTMLDivElement> | undefined;
|
|
@@ -278,9 +242,7 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
|
|
|
278
242
|
onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
279
243
|
onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
280
244
|
onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
281
|
-
onPointerEnterCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
282
245
|
onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
283
|
-
onPointerLeaveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
284
246
|
onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
285
247
|
onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
286
248
|
onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -301,7 +263,49 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
|
|
|
301
263
|
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
302
264
|
onTransitionEnd?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
303
265
|
onTransitionEndCapture?: React.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
304
|
-
|
|
266
|
+
key?: React.Key | null | undefined;
|
|
267
|
+
defaultChecked?: boolean | undefined | undefined;
|
|
268
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
269
|
+
suppressContentEditableWarning?: boolean | undefined | undefined;
|
|
270
|
+
accessKey?: string | undefined | undefined;
|
|
271
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {}) | undefined;
|
|
272
|
+
autoFocus?: boolean | undefined | undefined;
|
|
273
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
274
|
+
contextMenu?: string | undefined | undefined;
|
|
275
|
+
dir?: string | undefined | undefined;
|
|
276
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
277
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined | undefined;
|
|
278
|
+
hidden?: boolean | undefined | undefined;
|
|
279
|
+
nonce?: string | undefined | undefined;
|
|
280
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
281
|
+
translate?: "yes" | "no" | undefined | undefined;
|
|
282
|
+
radioGroup?: string | undefined | undefined;
|
|
283
|
+
about?: string | undefined | undefined;
|
|
284
|
+
content?: string | undefined | undefined;
|
|
285
|
+
datatype?: string | undefined | undefined;
|
|
286
|
+
inlist?: any;
|
|
287
|
+
prefix?: string | undefined | undefined;
|
|
288
|
+
property?: string | undefined | undefined;
|
|
289
|
+
rel?: string | undefined | undefined;
|
|
290
|
+
resource?: string | undefined | undefined;
|
|
291
|
+
rev?: string | undefined | undefined;
|
|
292
|
+
typeof?: string | undefined | undefined;
|
|
293
|
+
vocab?: string | undefined | undefined;
|
|
294
|
+
autoCorrect?: string | undefined | undefined;
|
|
295
|
+
autoSave?: string | undefined | undefined;
|
|
296
|
+
itemProp?: string | undefined | undefined;
|
|
297
|
+
itemScope?: boolean | undefined | undefined;
|
|
298
|
+
itemType?: string | undefined | undefined;
|
|
299
|
+
itemID?: string | undefined | undefined;
|
|
300
|
+
itemRef?: string | undefined | undefined;
|
|
301
|
+
results?: number | undefined | undefined;
|
|
302
|
+
security?: string | undefined | undefined;
|
|
303
|
+
unselectable?: "on" | "off" | undefined | undefined;
|
|
304
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
305
|
+
is?: string | undefined | undefined;
|
|
306
|
+
exportparts?: string | undefined | undefined;
|
|
307
|
+
part?: string | undefined | undefined;
|
|
308
|
+
error?: import('../../../../hooks').FormErrorType;
|
|
305
309
|
};
|
|
306
310
|
};
|
|
307
311
|
export {};
|
package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectModal.d.ts
RENAMED
|
@@ -5,7 +5,7 @@ export declare function useSelectModal(): {
|
|
|
5
5
|
close: () => void;
|
|
6
6
|
switching: () => void;
|
|
7
7
|
reinit: () => void;
|
|
8
|
-
getInitStyle: () => import(
|
|
9
|
-
modalRef: import(
|
|
10
|
-
targetRef: import(
|
|
8
|
+
getInitStyle: () => import('react').CSSProperties;
|
|
9
|
+
modalRef: import('react').MutableRefObject<HTMLDivElement | null>;
|
|
10
|
+
targetRef: import('react').MutableRefObject<HTMLDivElement | null>;
|
|
11
11
|
};
|
package/dist/{ts → types}/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectValue.d.ts
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { FocusEvent } from
|
|
2
|
-
import { useSelectModal } from
|
|
3
|
-
import { useSelectFieldState } from
|
|
4
|
-
import { useLocalOptions } from
|
|
5
|
-
import { useFetch } from
|
|
6
|
-
import { useFormPaginatedSelectField } from
|
|
1
|
+
import { FocusEvent } from 'react';
|
|
2
|
+
import { useSelectModal } from './useSelectModal';
|
|
3
|
+
import { useSelectFieldState } from './useSelectFieldState';
|
|
4
|
+
import { useLocalOptions } from './useLocalOptions';
|
|
5
|
+
import { useFetch } from './useFetch';
|
|
6
|
+
import { useFormPaginatedSelectField } from './useFormPaginatedSelectField';
|
|
7
7
|
type PropsType<D, M extends boolean = false> = Pick<Parameters<typeof useFormPaginatedSelectField<D, M>>[number], 'multiple' | 'onFocus' | 'onBlur' | 'onChange' | 'value'> & Pick<ReturnType<typeof useSelectFieldState>, 'fieldState' | 'setIsFocus'> & Pick<ReturnType<typeof useFetch<D>>, 'handleChangeSearch' | 'fillOptionsCache' | 'optionsCache' | 'canSearch' | 'searchValue'> & Pick<ReturnType<typeof useSelectModal>, 'open' | 'close'> & Pick<ReturnType<typeof useLocalOptions<D>>, 'localOptions'>;
|
|
8
8
|
export declare function useSelectValue<D, M extends boolean = false>(props: PropsType<D, M>): {
|
|
9
9
|
handleFocus: (event: FocusEvent<HTMLDivElement>) => void;
|
|
@@ -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('../../..').DropdownItemsType<D>;
|
|
15
15
|
readOnly: boolean;
|
|
16
16
|
onChangeSearch: (newSearch: string | null | undefined) => void;
|
|
17
17
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OptionsExtendItemType, OptionsType, ValueType } from
|
|
1
|
+
import { OptionsExtendItemType, OptionsType, ValueType } from '../types';
|
|
2
2
|
export declare function compValue(a: any, b: any): boolean;
|
|
3
3
|
export declare function getExtendOptions<D>(curOptions: OptionsType<D>, cache?: OptionsType<D>): OptionsExtendItemType<D>[];
|
|
4
|
-
export declare function getExtendOptionLabel<D>(curOption: OptionsExtendItemType<D>): string | number | true | import(
|
|
4
|
+
export declare function getExtendOptionLabel<D>(curOption: OptionsExtendItemType<D>): string | number | true | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode>;
|
|
5
5
|
export declare function getExtendValue<D, M extends boolean = false>(curValue: ValueType<D, M> | undefined | null, multiple: M): D[];
|
|
6
6
|
export declare function getValueLabels<D>(curValues: D[], curOptions: OptionsExtendItemType<D>[]): string[];
|
|
7
7
|
export declare function getNewMultipleValue<D, M extends boolean = false>(newData: D, curValue: D[]): ValueType<D, M>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DropdownItemPropsType } from
|
|
2
|
-
import React from
|
|
1
|
+
import { DropdownItemPropsType } from '../../..';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
3
|
export type FetchEventPropsType<D> = {
|
|
4
4
|
search: string;
|
|
5
5
|
curOptions: OptionsType<D>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { ComponentRefType } from
|
|
1
|
+
import { default as React } from 'react';
|
|
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 { useFormPaginatedSelectField } from
|
|
1
|
+
import { useFormPaginatedSelectField } from '../hooks';
|
|
2
2
|
type PropsType<D, M extends boolean> = Parameters<typeof useFormPaginatedSelectField<D, M>>[number];
|
|
3
|
-
export declare function FormPaginatedSelectFieldBase<D, M extends boolean = false>(props: PropsType<D, M>): JSX.Element;
|
|
3
|
+
export declare function FormPaginatedSelectFieldBase<D, M extends boolean = false>(props: PropsType<D, M>): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FieldPropsType } from
|
|
1
|
+
import { FieldPropsType } from '../../../../hooks';
|
|
2
2
|
type OptionsItemType<D> = {
|
|
3
3
|
value: D;
|
|
4
4
|
label?: string;
|
|
@@ -15,5 +15,5 @@ type PropsType<D, M extends boolean> = FieldPropsType<GetValueType<D, M>> & {
|
|
|
15
15
|
required?: boolean;
|
|
16
16
|
theme?: 'dark' | 'light';
|
|
17
17
|
};
|
|
18
|
-
export declare function FormRadioField<D, M extends boolean = false>(props: PropsType<D, M>): JSX.Element;
|
|
18
|
+
export declare function FormRadioField<D, M extends boolean = false>(props: PropsType<D, M>): import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
export {};
|