indicator-ui 0.0.233 → 0.0.234
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.css +7 -5
- package/dist/index.css.map +1 -1
- package/dist/index.js +10 -4
- package/dist/index.js.map +1 -1
- package/dist/types/src/test/App.d.ts +1 -1
- package/dist/types/src/test/layout/PageLayout.d.ts +1 -1
- package/dist/types/src/test/pages/ButtonsPage.d.ts +1 -1
- package/dist/types/src/test/pages/CascadeSelectorPage.d.ts +1 -1
- package/dist/types/src/test/pages/CheckboxMarkPage.d.ts +1 -1
- package/dist/types/src/test/pages/CheckboxPage.d.ts +1 -1
- package/dist/types/src/test/pages/DateTimeFieldMaskPage.d.ts +1 -1
- package/dist/types/src/test/pages/DateTimeFieldsPage.d.ts +1 -1
- package/dist/types/src/test/pages/DateTimePickerPage.d.ts +1 -1
- package/dist/types/src/test/pages/DropdownItemPage.d.ts +1 -1
- package/dist/types/src/test/pages/FieldsPage.d.ts +1 -1
- package/dist/types/src/test/pages/FormBuilderPage.d.ts +1 -1
- package/dist/types/src/test/pages/HomePage.d.ts +1 -1
- package/dist/types/src/test/pages/LoadingIndicatorPage.d.ts +1 -1
- package/dist/types/src/test/pages/MediaPlayerPage.d.ts +1 -1
- package/dist/types/src/test/pages/MicroButtonsPage.d.ts +1 -1
- package/dist/types/src/test/pages/PaginationPage.d.ts +1 -1
- package/dist/types/src/test/pages/SlideTransitionPage.d.ts +1 -1
- package/dist/types/src/test/pages/TabFramePage.d.ts +1 -1
- package/dist/types/src/test/pages/TagPage.d.ts +1 -1
- package/dist/types/src/test/pages/TestPage.d.ts +1 -1
- package/dist/types/src/test/pages/ToggleBasePage.d.ts +1 -1
- package/dist/types/src/test/pages/TogglePage.d.ts +1 -1
- package/dist/types/src/test/pages/TooltipTage.d.ts +1 -1
- package/dist/types/src/test/pages/UserPickPage.d.ts +1 -1
- package/dist/types/src/ui/Buttons/ui/Button.d.ts +1 -1
- package/dist/types/src/ui/Carousel/ui/Carousel.d.ts +1 -1
- package/dist/types/src/ui/CascadeSelector/types/CascadeBlockTypes.d.ts +1 -0
- package/dist/types/src/ui/CascadeSelector/ui/CascadeBlock.d.ts +1 -1
- package/dist/types/src/ui/CascadeSelector/ui/CascadeSelector.d.ts +1 -1
- package/dist/types/src/ui/CascadeSelector/ui/index.d.ts +0 -1
- package/dist/types/src/ui/DateTimePicker/ui/DateTimePicker.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/components/CalendarButton.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/components/CalendarDay.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/components/CalendarMonth.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/components/CalendarYear.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/components/TimePickerFeed.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/components/TimePickerTag.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/parts/Footer.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/parts/Header.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/parts/Main.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/pickers/DatePicker.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/pickers/MonthPicker.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/pickers/TimePicker.d.ts +1 -1
- package/dist/types/src/ui/DateTimePicker/ui/pickers/YearPicker.d.ts +1 -1
- package/dist/types/src/ui/DropdownItem/ui/DropdownItem.d.ts +1 -1
- package/dist/types/src/ui/FormBuilder/lib/formBuilder.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeField/ui/DateField.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeField/ui/DateFieldBase.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeField/ui/DateTimeField.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeField/ui/TimeField.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeField/ui/TimeFieldBase.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeFieldMask/ui/DateTimeFieldMask.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeRangeField/ui/DateRangeField.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeRangeField/ui/DateTimeRangeField.d.ts +1 -1
- package/dist/types/src/ui/InputFields/DateTimeRangeField/ui/TimeRangeField.d.ts +1 -1
- package/dist/types/src/ui/Loaders/ui/LoadingIndicator.d.ts +1 -1
- package/dist/types/src/ui/MediaViewer/ui/MediaViewer.d.ts +1 -1
- package/dist/types/src/ui/MediaViewer/ui/components/ControlBar.d.ts +1 -1
- package/dist/types/src/ui/MediaViewer/ui/components/ImageViewer.d.ts +1 -1
- package/dist/types/src/ui/MediaViewer/ui/components/VideoProgressBar.d.ts +1 -1
- package/dist/types/src/ui/MediaViewer/ui/components/VideoViewer.d.ts +1 -1
- package/dist/types/src/ui/MicroButton/ui/MicroButton.d.ts +1 -1
- package/dist/types/src/ui/ModalWindowWrapper/ui/ModalWindowWrapper.d.ts +1 -1
- package/dist/types/src/ui/PaginationBar/ui/PageSwitcher.d.ts +1 -1
- package/dist/types/src/ui/PaginationBar/ui/PaginationBar.d.ts +1 -1
- package/dist/types/src/ui/PlayButton/ui/PlayButton.d.ts +1 -1
- package/dist/types/src/ui/SlideTransition/ui/SlideTransition.d.ts +1 -1
- package/dist/types/src/ui/TabButtons/ui/TabButtons.d.ts +1 -1
- package/dist/types/src/ui/TabFrame/ui/TabFrame.d.ts +1 -1
- package/dist/types/src/ui/Tag/ui/Tag.d.ts +1 -1
- package/dist/types/src/ui/Tag/ui/TagCheckbox.d.ts +1 -1
- package/dist/types/src/ui/Tag/ui/TagCount.d.ts +1 -1
- package/dist/types/src/ui/Toggle/ui/Toggle.d.ts +1 -1
- package/dist/types/src/ui/Tooltip/ui/Tooltip.d.ts +1 -1
- package/dist/types/src/ui/UserPick/ui/UserPick.d.ts +1 -1
- package/dist/types/src/ui/VideoPlayerBase/ui/VideoPlayerBase.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import './global.scss';
|
|
2
|
-
export declare function App(): JSX.Element;
|
|
2
|
+
export declare function App(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function ButtonsPage(): JSX.Element;
|
|
1
|
+
export declare function ButtonsPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function CascadeSelectorPage(): JSX.Element;
|
|
1
|
+
export declare function CascadeSelectorPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function CheckboxMarkPage(): JSX.Element;
|
|
1
|
+
export declare function CheckboxMarkPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function CheckboxPage(): JSX.Element;
|
|
1
|
+
export declare function CheckboxPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function DateTimeFieldMaskPage(): JSX.Element;
|
|
1
|
+
export declare function DateTimeFieldMaskPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function DateTimeFieldsPage(): JSX.Element;
|
|
1
|
+
export declare function DateTimeFieldsPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function DateTimePickerPage(): JSX.Element;
|
|
1
|
+
export declare function DateTimePickerPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function DropdownItemPage(): JSX.Element;
|
|
1
|
+
export declare function DropdownItemPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function FieldsPage(): JSX.Element;
|
|
1
|
+
export declare function FieldsPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function FormBuilderPage(): JSX.Element;
|
|
1
|
+
export declare function FormBuilderPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function HomePage(): JSX.Element;
|
|
1
|
+
export declare function HomePage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function LoadingIndicatorPage(): JSX.Element;
|
|
1
|
+
export declare function LoadingIndicatorPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function MediaPlayerPage(): JSX.Element;
|
|
1
|
+
export declare function MediaPlayerPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function MicroButtonsPage(): JSX.Element;
|
|
1
|
+
export declare function MicroButtonsPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function PaginationPage(): JSX.Element;
|
|
1
|
+
export declare function PaginationPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function SlideTransitionPage(): JSX.Element;
|
|
1
|
+
export declare function SlideTransitionPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function TabFramePage(): JSX.Element;
|
|
1
|
+
export declare function TabFramePage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function TagPage(): JSX.Element;
|
|
1
|
+
export declare function TagPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function TestPage(): JSX.Element;
|
|
1
|
+
export declare function TestPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function ToggleBasePage(): JSX.Element;
|
|
1
|
+
export declare function ToggleBasePage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function TogglePage(): JSX.Element;
|
|
1
|
+
export declare function TogglePage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const TooltipPage: () => JSX.Element;
|
|
1
|
+
export declare const TooltipPage: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function UserPickPage(): JSX.Element;
|
|
1
|
+
export declare function UserPickPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ButtonPropsType } from '../types';
|
|
2
|
-
export declare function Button({ children, text, iconLeft, iconRight, hierarchy, warning, size, width, height, additionStyles, customComponent, disabled, ...props }: ButtonPropsType): JSX.Element;
|
|
2
|
+
export declare function Button({ children, text, iconLeft, iconRight, hierarchy, warning, size, width, height, additionStyles, customComponent, disabled, ...props }: ButtonPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { CarouselPropsType } from "../types";
|
|
2
|
-
export declare function Carousel({ children, activeIndex, setActiveIndex }: CarouselPropsType): JSX.Element;
|
|
2
|
+
export declare function Carousel({ children, activeIndex, setActiveIndex }: CarouselPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { CascadeBlockPropsType } from "../types";
|
|
2
|
-
export declare function CascadeBlock({ options, changeValue, addValues, removeValues, label, supportingText, noWrapper, defaultAllHidden, value }: CascadeBlockPropsType): JSX.Element;
|
|
2
|
+
export declare function CascadeBlock({ options, changeValue, addValues, removeValues, label, supportingText, noWrapper, defaultAllHidden, value, isTopLevel, }: CascadeBlockPropsType): JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { CascadeSelectorPropsType } from "../types";
|
|
2
|
-
export declare function CascadeSelector({ value, options, onChange, multiple, defaultAllHidden, maxChosenOptions, }: CascadeSelectorPropsType): JSX.Element;
|
|
2
|
+
export declare function CascadeSelector({ value, options, onChange, multiple, defaultAllHidden, maxChosenOptions, }: CascadeSelectorPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DateTimePickerPropsType } from "../types";
|
|
2
|
-
export declare function DateTimePicker({ date, onSubmit, type, onCancel, subTitle, }: DateTimePickerPropsType): JSX.Element;
|
|
2
|
+
export declare function DateTimePicker({ date, onSubmit, type, onCancel, subTitle, }: DateTimePickerPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { CalendarButtonPropsType } from "../../types";
|
|
2
|
-
export declare function CalendarButton({ color, text, ...props }: CalendarButtonPropsType): JSX.Element;
|
|
2
|
+
export declare function CalendarButton({ color, text, ...props }: CalendarButtonPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { CalendarDayPropsType } from '../../types';
|
|
2
|
-
export declare function CalendarDay({ text, info, mark, currentDay, filter, holiday, active, disabled, rightFilter, leftFilter, ...props }: CalendarDayPropsType): JSX.Element;
|
|
2
|
+
export declare function CalendarDay({ text, info, mark, currentDay, filter, holiday, active, disabled, rightFilter, leftFilter, ...props }: CalendarDayPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { CalendarMonthPropsType } from "../../types";
|
|
2
|
-
export declare function CalendarMonth({ text, current, disabled, ...props }: CalendarMonthPropsType): JSX.Element;
|
|
2
|
+
export declare function CalendarMonth({ text, current, disabled, ...props }: CalendarMonthPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { CalendarYearPropsType } from "../../types";
|
|
2
|
-
export declare function CalendarYear({ text, current, disabled, ...props }: CalendarYearPropsType): JSX.Element;
|
|
2
|
+
export declare function CalendarYear({ text, current, disabled, ...props }: CalendarYearPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TimePickerFeedPropsType } from "../../types";
|
|
2
|
-
export declare function TimePickerFeed({ list, centerItem, onChangeCenterItem, }: TimePickerFeedPropsType): JSX.Element;
|
|
2
|
+
export declare function TimePickerFeed({ list, centerItem, onChangeCenterItem, }: TimePickerFeedPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TimePickerTagPropsType } from "../../types";
|
|
2
|
-
export declare function TimePickerTag({ text, ...props }: TimePickerTagPropsType): JSX.Element;
|
|
2
|
+
export declare function TimePickerTag({ text, ...props }: TimePickerTagPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Footer(): JSX.Element;
|
|
1
|
+
export declare function Footer(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Header(): JSX.Element;
|
|
1
|
+
export declare function Header(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function Main(): JSX.Element;
|
|
1
|
+
export declare function Main(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DatePickerPropsType } from "../../types";
|
|
2
|
-
export declare function DatePicker({ date, onChangeDate, getInfo, isMark, isHoliday, onYearButtonClick, onMonthButtonClick, type, }: DatePickerPropsType): JSX.Element;
|
|
2
|
+
export declare function DatePicker({ date, onChangeDate, getInfo, isMark, isHoliday, onYearButtonClick, onMonthButtonClick, type, }: DatePickerPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { MonthPickerPropsType } from '../../types';
|
|
2
|
-
export declare function MonthPicker({ targetDate, onChangeTarget, onYearButtonClick, onChoose, type, }: MonthPickerPropsType): JSX.Element;
|
|
2
|
+
export declare function MonthPicker({ targetDate, onChangeTarget, onYearButtonClick, onChoose, type, }: MonthPickerPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TimePickerPropsType } from "../../types";
|
|
2
|
-
export declare function TimePicker({ time, onChangeTime, onlyTime, }: TimePickerPropsType): JSX.Element;
|
|
2
|
+
export declare function TimePicker({ time, onChangeTime, onlyTime, }: TimePickerPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { YearPickerPropsType } from '../../types';
|
|
2
|
-
export declare function YearPicker({ targetDate, onChangeTarget, onChoose, type }: YearPickerPropsType): JSX.Element;
|
|
2
|
+
export declare function YearPicker({ targetDate, onChangeTarget, onChoose, type }: YearPickerPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DropdownItemPropsType } from "../types";
|
|
2
|
-
export declare function DropdownItem({ size, selected, disabled, supportingText, showIcon, user, text, additionStyles, onClick, width, }: DropdownItemPropsType): JSX.Element;
|
|
2
|
+
export declare function DropdownItem({ size, selected, disabled, supportingText, showIcon, user, text, additionStyles, onClick, width, }: DropdownItemPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FORM_BUILDER_SCHEMA } from "../schemes";
|
|
2
2
|
import { AdditionPropsType } from "../types";
|
|
3
|
-
declare const formBuilder: (schema: FORM_BUILDER_SCHEMA, additionProps: AdditionPropsType) => (string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | import("react").
|
|
3
|
+
declare const formBuilder: (schema: FORM_BUILDER_SCHEMA, additionProps: AdditionPropsType) => (string | number | boolean | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode>)[];
|
|
4
4
|
export default formBuilder;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DateFieldPropsType } from "../../../../ui";
|
|
2
|
-
export declare function DateField({ value, onChange, dateFormat, outFormat, additionStyle, datePlaceholder, iconDate, textDate, clearButton, isError, disabled, onFocus, onBlur, width, ...props }: DateFieldPropsType): JSX.Element;
|
|
2
|
+
export declare function DateField({ value, onChange, dateFormat, outFormat, additionStyle, datePlaceholder, iconDate, textDate, clearButton, isError, disabled, onFocus, onBlur, width, ...props }: DateFieldPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DateFieldBasePropsType } from "../types";
|
|
2
|
-
export declare function DateFieldBase({ value, disabled, required, onChange, onFocus, dateFormat, onBlur, minYear, maxYear, placeholder, className, }: DateFieldBasePropsType): JSX.Element;
|
|
2
|
+
export declare function DateFieldBase({ value, disabled, required, onChange, onFocus, dateFormat, onBlur, minYear, maxYear, placeholder, className, }: DateFieldBasePropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DateTimeFieldPropsType } from "../types";
|
|
2
|
-
export declare function DateTimeField({ value, onChange, dateFormat, timeFormat, outFormat, additionStyle, datePlaceholder, timePlaceholder, iconDate, iconTime, textDate, textTime, clearButton, isError, disabled, onFocus, onBlur, width, ...props }: DateTimeFieldPropsType): JSX.Element;
|
|
2
|
+
export declare function DateTimeField({ value, onChange, dateFormat, timeFormat, outFormat, additionStyle, datePlaceholder, timePlaceholder, iconDate, iconTime, textDate, textTime, clearButton, isError, disabled, onFocus, onBlur, width, ...props }: DateTimeFieldPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TimeFieldPropsType } from "../../../../ui";
|
|
2
|
-
export declare function TimeField({ value, onChange, timeFormat, outFormat, additionStyle, timePlaceholder, iconTime, textTime, clearButton, isError, disabled, onFocus, onBlur, width, ...props }: TimeFieldPropsType): JSX.Element;
|
|
2
|
+
export declare function TimeField({ value, onChange, timeFormat, outFormat, additionStyle, timePlaceholder, iconTime, textTime, clearButton, isError, disabled, onFocus, onBlur, width, ...props }: TimeFieldPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TimeFieldBasePropsType } from "../types";
|
|
2
|
-
export declare function TimeFieldBase({ value, disabled, required, onChange, onFocus, timeFormat, onBlur, placeholder, className }: TimeFieldBasePropsType): JSX.Element;
|
|
2
|
+
export declare function TimeFieldBase({ value, disabled, required, onChange, onFocus, timeFormat, onBlur, placeholder, className }: TimeFieldBasePropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DateTimeFieldMaskPropsType } from "../types";
|
|
2
|
-
export declare function DateTimeFieldMask({ firstField, secondField, iconFirst, iconSecond, textFirst, textSecond, isFocus, isError, disabled, additionStyle, onXClose, width, }: DateTimeFieldMaskPropsType): JSX.Element;
|
|
2
|
+
export declare function DateTimeFieldMask({ firstField, secondField, iconFirst, iconSecond, textFirst, textSecond, isFocus, isError, disabled, additionStyle, onXClose, width, }: DateTimeFieldMaskPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DateRangeFieldPropsType } from "../types";
|
|
2
|
-
export declare function DateRangeField({ value, onChange, secondPlaceholder, firstPlaceholder, secondIcon, disabled, dateFormat, required, firstIcon, onBlur, firstText, secondText, onFocus, isError, clearButton, width, additionsStyles, }: DateRangeFieldPropsType): JSX.Element;
|
|
2
|
+
export declare function DateRangeField({ value, onChange, secondPlaceholder, firstPlaceholder, secondIcon, disabled, dateFormat, required, firstIcon, onBlur, firstText, secondText, onFocus, isError, clearButton, width, additionsStyles, }: DateRangeFieldPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { DateTimeRangeFieldPropsType } from "../../DateTimeRangeField";
|
|
2
|
-
export declare function DateTimeRangeField({ value, onChange, ...props }: DateTimeRangeFieldPropsType): JSX.Element;
|
|
2
|
+
export declare function DateTimeRangeField({ value, onChange, ...props }: DateTimeRangeFieldPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TimeRangeFieldPropsType } from "../../../../ui";
|
|
2
|
-
export declare function TimeRangeField({ value, onChange, secondPlaceholder, firstPlaceholder, secondIcon, disabled, timeFormat, required, firstIcon, onBlur, firstText, secondText, onFocus, isError, clearButton, width, additionsStyles, }: TimeRangeFieldPropsType): JSX.Element;
|
|
2
|
+
export declare function TimeRangeField({ value, onChange, secondPlaceholder, firstPlaceholder, secondIcon, disabled, timeFormat, required, firstIcon, onBlur, firstText, secondText, onFocus, isError, clearButton, width, additionsStyles, }: TimeRangeFieldPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { LoadingIndicatorPropsType } from "../types";
|
|
2
|
-
export declare function LoadingIndicator({ size, style, supportingText, width, height, additionStyles, }: LoadingIndicatorPropsType): JSX.Element;
|
|
2
|
+
export declare function LoadingIndicator({ size, style, supportingText, width, height, additionStyles, }: LoadingIndicatorPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { MediaViewerPropsType } from "../types";
|
|
2
|
-
export declare function MediaViewer({ media, mediaIndex, nearestElementsOnly, onClose }: MediaViewerPropsType): JSX.Element;
|
|
2
|
+
export declare function MediaViewer({ media, mediaIndex, nearestElementsOnly, onClose }: MediaViewerPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ControlBarPropsType } from "../../types";
|
|
2
|
-
export declare function ControlBar({ play, muted, onMute, onPlay, onClose, onPrev, onNext }: ControlBarPropsType): JSX.Element;
|
|
2
|
+
export declare function ControlBar({ play, muted, onMute, onPlay, onClose, onPrev, onNext }: ControlBarPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ImageViewerPropsType } from "../../types";
|
|
2
|
-
export declare function ImageViewer({ src }: ImageViewerPropsType): JSX.Element;
|
|
2
|
+
export declare function ImageViewer({ src }: ImageViewerPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { ProgressBarPropsType } from "../../types";
|
|
2
|
-
export declare function VideoProgressBar({ progress, onChangeProgress, onStartDrag, onEndDrag }: ProgressBarPropsType): JSX.Element;
|
|
2
|
+
export declare function VideoProgressBar({ progress, onChangeProgress, onStartDrag, onEndDrag }: ProgressBarPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { VideoViewerPropsType } from '../../types';
|
|
2
|
-
export declare function VideoViewer({ play, muted, src, onChangePlay }: VideoViewerPropsType): JSX.Element;
|
|
2
|
+
export declare function VideoViewer({ play, muted, src, onChangePlay }: VideoViewerPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { MicroButtonPropsType } from '../types';
|
|
2
|
-
export declare function MicroButton({ children, icon, size, color, additionStyles, customComponent, disabled, className, ...props }: MicroButtonPropsType): JSX.Element;
|
|
2
|
+
export declare function MicroButton({ children, icon, size, color, additionStyles, customComponent, disabled, className, ...props }: MicroButtonPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PageSwitcherPropsType } from "../types";
|
|
2
|
-
export declare function PageSwitcher({ curPage, numPage, next, prev, onChange, smallVersion, }: PageSwitcherPropsType): JSX.Element;
|
|
2
|
+
export declare function PageSwitcher({ curPage, numPage, next, prev, onChange, smallVersion, }: PageSwitcherPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PaginationBarPropsType } from "../types";
|
|
2
|
-
export declare function PaginationBar({ numPage, getCurPage, nextPage, changePage, prevPage, loadMore, canLoadMore, loadMoreButton, smallVersion, }: PaginationBarPropsType): JSX.Element;
|
|
2
|
+
export declare function PaginationBar({ numPage, getCurPage, nextPage, changePage, prevPage, loadMore, canLoadMore, loadMoreButton, smallVersion, }: PaginationBarPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { PlayButtonPropsType } from "../types";
|
|
2
|
-
export declare function PlayButton({ color, type, size, ...props }: PlayButtonPropsType): JSX.Element;
|
|
2
|
+
export declare function PlayButton({ color, type, size, ...props }: PlayButtonPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -23,4 +23,4 @@ import { SlideTransitionPropsType } from '../types';
|
|
|
23
23
|
* Учтите, что анимации сужают компонент, поэтому он будет деформироваться.
|
|
24
24
|
* При высокой (автор проводил тесты на 300ms) скорости анимации ощущается нормально (если вы не Флеш).
|
|
25
25
|
* */
|
|
26
|
-
export declare function SlideTransition({ children, animation, className, additionStyles, style, }: SlideTransitionPropsType): JSX.Element;
|
|
26
|
+
export declare function SlideTransition({ children, animation, className, additionStyles, style, }: SlideTransitionPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TabButtonsPropsType } from '../types';
|
|
2
|
-
export declare function TabButtons({ active, iconLeft, iconRight, disabled, text, children, customComponent, height, width, additionStyles, ...props }: TabButtonsPropsType): JSX.Element;
|
|
2
|
+
export declare function TabButtons({ active, iconLeft, iconRight, disabled, text, children, customComponent, height, width, additionStyles, ...props }: TabButtonsPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TabFramePropsType } from '../types';
|
|
2
|
-
export declare function TabFrame({ width, tabs, additionStyles }: TabFramePropsType): JSX.Element;
|
|
2
|
+
export declare function TabFrame({ width, tabs, additionStyles }: TabFramePropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TagPropsType } from "../types";
|
|
2
|
-
export declare function Tag({ active, size, icon, label, checkbox, checked, actions, onCheckboxClick, onXCloseClick, onClick, count, }: TagPropsType): JSX.Element;
|
|
2
|
+
export declare function Tag({ active, size, icon, label, checkbox, checked, actions, onCheckboxClick, onXCloseClick, onClick, count, }: TagPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TagCheckboxPropsType } from '../types';
|
|
2
|
-
export declare function TagCheckbox({ size, checked, disabled, onClick }: TagCheckboxPropsType): JSX.Element;
|
|
2
|
+
export declare function TagCheckbox({ size, checked, disabled, onClick }: TagCheckboxPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TagCountPropsType } from "../types";
|
|
2
|
-
export declare function TagCount({ count, color, size }: TagCountPropsType): JSX.Element;
|
|
2
|
+
export declare function TagCount({ count, color, size }: TagCountPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TogglePropsType } from "../types";
|
|
2
|
-
export declare function Toggle({ active, disabled, onClick, text, description, additionStyle, width, height, }: TogglePropsType): JSX.Element;
|
|
2
|
+
export declare function Toggle({ active, disabled, onClick, text, description, additionStyle, width, height, }: TogglePropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -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;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { UserPickPropsType } from "../types";
|
|
2
|
-
export declare function UserPick({ size, url, additionStyles }: UserPickPropsType): JSX.Element;
|
|
2
|
+
export declare function UserPick({ size, url, additionStyles }: UserPickPropsType): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { VideoPlayerBasePropsType } from "../types";
|
|
2
|
-
export declare function VideoPlayerBase({ src, browserControl, muted, onChangeDuration, onChangeTime, onChangeVolume, onChangePlay, onCanPlay, onWaiting, time, volume, play, loop, autoPlay, lazyLoad, className, }: VideoPlayerBasePropsType): JSX.Element;
|
|
2
|
+
export declare function VideoPlayerBase({ src, browserControl, muted, onChangeDuration, onChangeTime, onChangeVolume, onChangePlay, onCanPlay, onWaiting, time, volume, play, loop, autoPlay, lazyLoad, className, }: VideoPlayerBasePropsType): import("react/jsx-runtime").JSX.Element;
|