demio-ui 2.5.110 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,11 @@
1
+ import { Area } from 'react-easy-crop';
2
+ export declare const createImage: (url: string) => Promise<HTMLImageElement>;
3
+ export declare const getRadianAngle: (degreeValue?: number) => number;
4
+ export declare const rotateSize: (width: number, height: number, rotation: number) => {
5
+ width: number;
6
+ height: number;
7
+ };
8
+ export declare const getCroppedImageURL: (imageSrc: string, pixelCrop: Area, rotation?: number, flip?: {
9
+ horizontal: boolean;
10
+ vertical: boolean;
11
+ }) => Promise<string | null>;
@@ -0,0 +1,3 @@
1
+ export declare const isValidFileType: (file?: File | null, acceptableTypePattern?: string) => boolean;
2
+ export declare const isValidFileSize: (file?: File | null, fileSizeMbLimit?: number) => boolean;
3
+ export declare const isValidFileDimension: (file?: File | null, minWidth?: number, minHeight?: number) => Promise<boolean>;
@@ -0,0 +1,7 @@
1
+ export declare const getPagesData: ({ currentPage, pageCount, }: {
2
+ currentPage: number;
3
+ pageCount: number;
4
+ }) => {
5
+ pages: number[];
6
+ latestPage: number;
7
+ };
@@ -0,0 +1,4 @@
1
+ import { Area } from 'react-easy-crop';
2
+ export declare const useCroppedImage: (image: string, croppedArea: Area | null) => {
3
+ croppedImageURL: string;
4
+ };
@@ -11,6 +11,7 @@ import CachedIcon from './cached.svg';
11
11
  import CalendarIcon from './calendar.svg';
12
12
  import CalendarStarIcon from './calendar_star.svg';
13
13
  import CameraIcon from './camera.svg';
14
+ import CameraOutlinedIcon from './camera_outlined.svg';
14
15
  import ChatIcon from './chat_icon.svg';
15
16
  import ChatDisabledIcon from './chat-disabled.svg';
16
17
  import CheckIcon from './check.svg';
@@ -56,6 +57,7 @@ import MaterialsIcon from './materials.svg';
56
57
  import MicOnfIcon from './mic.svg';
57
58
  import MicOffSolidIcon from './mic_off.svg';
58
59
  import MicOffIcon from './mic_off-1.svg';
60
+ import MicOutlinedIcon from './mic_outlined.svg';
59
61
  import MicOnSolidIcon from './mic-1.svg';
60
62
  import MicBoldIcon from './mic-bold.svg';
61
63
  import MobileDeviceIcon from './mobile-device.svg';
@@ -65,6 +67,7 @@ import PasswordEyeCrossedIcon from './password_eye_crossed.svg';
65
67
  import PeopleIcon from './people.svg';
66
68
  import PeopleCommunityIcon from './people-community.svg';
67
69
  import Person from './person.svg';
70
+ import PersonDeleteIcon from './person_delete.svg';
68
71
  import PlayIcon from './play.svg';
69
72
  import PlusIcon from './plus.svg';
70
73
  import PollIcon from './poll.svg';
@@ -81,6 +84,7 @@ import SideBarIcon from './sidebar.svg';
81
84
  import SmileIcon from './smile.svg';
82
85
  import SpotlightIcon from './spotlight.svg';
83
86
  import StackedEmailIcon from './stacked_email.svg';
87
+ import StageIcon from './stage.svg';
84
88
  import SyncIcon from './sync.svg';
85
89
  import TimesCircleIcon from './times-circle.svg';
86
90
  import TodayIcon from './today.svg';
@@ -98,4 +102,4 @@ import VolumeUpSolidIcon from './volume_up.svg';
98
102
  import VolumeUpIcon from './volume_up-1.svg';
99
103
  import WarningSolidIcon from './warning.svg';
100
104
  import WarningIcon from './warning-1.svg';
101
- export { AddIcon, ArrowDownIcon, ArrowFromLeftIcon, ArrowLeftDoubleIcon, ArrowLeftIcon, ArrowLeftSingleIcon, AtIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CameraIcon, ChatDisabledIcon, ChatIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CheckCircleSolidIcon, CheckIcon, ClockIcon, CloseIcon, CompressIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, DownloadIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExpandIcon, ExternalLinkIcon, FeatureActionIcon, FileIcon, FilterListIcon, FlipCameraIcon, GearIcon, HelpIcon, HelpSolidIcon, InfoCircleIcon, InfoCircleSolidIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicBoldIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, MobileDeviceIcon, OutStageIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, PeopleCommunityIcon, PeopleIcon, Person, Person as PersonIcon, PlayIcon, PlusIcon, PollIcon, PresentationIcon, ProgressIcon, ReplayDisabledIcon, RestartIcon, RocketIcon, ScreenPersonIcon, ScreenShareIcon, ScreenShareWindowIcon, SearchIcon, SideBarIcon, SmileIcon, SpotlightIcon, StackedEmailIcon, SyncIcon, TimesCircleIcon, TodayIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, UndoIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
105
+ export { AddIcon, ArrowDownIcon, ArrowFromLeftIcon, ArrowLeftDoubleIcon, ArrowLeftIcon, ArrowLeftSingleIcon, AtIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CameraIcon, CameraOutlinedIcon, ChatDisabledIcon, ChatIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CheckCircleSolidIcon, CheckIcon, ClockIcon, CloseIcon, CompressIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, DownloadIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExpandIcon, ExternalLinkIcon, FeatureActionIcon, FileIcon, FilterListIcon, FlipCameraIcon, GearIcon, HelpIcon, HelpSolidIcon, InfoCircleIcon, InfoCircleSolidIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicBoldIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, MicOutlinedIcon, MobileDeviceIcon, OutStageIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, PeopleCommunityIcon, PeopleIcon, Person, PersonDeleteIcon, Person as PersonIcon, PlayIcon, PlusIcon, PollIcon, PresentationIcon, ProgressIcon, ReplayDisabledIcon, RestartIcon, RocketIcon, ScreenPersonIcon, ScreenShareIcon, ScreenShareWindowIcon, SearchIcon, SideBarIcon, SmileIcon, SpotlightIcon, StackedEmailIcon, StageIcon, SyncIcon, TimesCircleIcon, TodayIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, UndoIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };