labsense-ui-kit 1.4.11 → 1.4.14

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.
@@ -55,6 +55,7 @@ interface MultiSelectDropdownProps {
55
55
  disabled?: boolean;
56
56
  required?: boolean;
57
57
  searchBox?: boolean;
58
+ searchBoxTextLength?: number;
58
59
  NoOptionsText?: string;
59
60
  selectAllOption?: boolean;
60
61
  selectAllLabel?: string;
@@ -22,6 +22,7 @@ interface OptionProps {
22
22
  searchBoxBorderRadius?: string;
23
23
  searchBoxBackground?: string;
24
24
  searchBox?: boolean;
25
+ searchBoxTextLength?: number;
25
26
  NoOptionsText?: string;
26
27
  }
27
28
  declare const OptionComponent: React.FC<OptionProps>;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const ExportCalendar: React.FC<SVGProps>;
4
+ export default ExportCalendar;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const ExportFile: React.FC<SVGProps>;
4
+ export default ExportFile;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const FTP: React.FC<SVGProps>;
4
+ export default FTP;
@@ -79,6 +79,8 @@ export { default as Email } from './Email';
79
79
  export { default as ExitFullScreen } from './ExitFullScreen';
80
80
  export { default as Expired } from './Expired';
81
81
  export { default as Export } from './Export';
82
+ export { default as ExportCalendar } from './ExportCalendar';
83
+ export { default as ExportFile } from './ExportFile';
82
84
  export { default as FaceRecognition_2 } from './FaceRecognition_2';
83
85
  export { default as FaceRecognition } from './FaceRecognition';
84
86
  export { default as FastDelivery } from './FastDelivery';
@@ -95,6 +97,7 @@ export { default as Forward_10_Sec } from './Forward_10_Sec';
95
97
  export { default as Forward } from './Forward';
96
98
  export { default as FPS } from './FPS';
97
99
  export { default as Free } from './Free';
100
+ export { default as FTP } from './FTP';
98
101
  export { default as FullScreen } from './FullScreen';
99
102
  export { default as FullVolume_2 } from './FullVolume_2';
100
103
  export { default as FullVolume } from './FullVolume';
@@ -10,7 +10,7 @@ export interface SVGProps {
10
10
  color: string;
11
11
  weight: string;
12
12
  }
13
- export declare type IconNames = 'Access_Control' | 'Action' | 'ActiveWorkflow' | 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_License' | 'AI_Web' | 'Analytics' | 'App' | 'Arrow_Up_Down_Left_Right' | 'ArrowDown' | 'ArrowUp' | 'Ascending' | 'Attach' | 'Back' | 'Bag' | 'Bank' | 'Bell' | 'BookmarkAdd' | 'Bookmarks' | 'BookmarkSaved' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Bus' | 'Business' | 'Calendar' | 'Car' | 'Cart_check' | 'CCTV_1' | 'CCTV_2' | 'Certificate_1' | 'Circle' | 'CircularBack' | 'Check' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'City' | 'Client' | 'Close' | 'CloseCircle_2' | 'CloseCircle' | 'CloseEye' | 'CloudCross' | 'Copy_2' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'Dashboard' | 'Data_search' | 'Deactivated' | 'Decrease' | 'Descending' | 'Detach' | 'DiagonalArrow' | 'Directory' | 'Disk_Partition' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'Document' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Drag_Indicator' | 'Email' | 'ExitFullScreen' | 'Expired' | 'Export' | 'FaceRecognition_2' | 'FaceRecognition' | 'FastDelivery' | 'File' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Flow' | 'FootStep' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Hammer' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home_2' | 'Home' | 'Hospital' | 'ImageNormalizer' | 'ImageResizer' | 'ImageSplitter' | 'Increase' | 'Hexagon' | 'Highway' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'Large_building' | 'Layers' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'License' | 'Linkedin' | 'Licenses' | 'Line' | 'Live' | 'Loader' | 'Location' | 'Lock' | 'Logout' | 'Mail' | 'Management' | 'Manufacturing' | 'Maps_2' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Network' | 'Menu' | 'MeterUp' | 'MFA' | 'Mic_Active' | 'Mic_Muted' | 'Mic' | 'NetworkStorage' | 'NFS_Directory' | 'No_Data' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'Out' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PoliceBadge' | 'Polygon' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'QR' | 'Recording_1' | 'Recording_2' | 'Recording_3' | 'Rectangle' | 'Restaurant' | 'Retail' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'Ringing_Bell' | 'Rocket' | 'ROI' | 'RunAway' | 'Rupee' | 'SandTimer' | 'Scalable' | 'School' | 'Search' | 'Searching_Data' | 'SecureSystem' | 'Security' | 'SelectedCircle' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'ShoppingCart' | 'Sink' | 'SlantLine' | 'Small_building' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star_2' | 'Star' | 'Storage_Disk' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'Technology' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Thunder' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'Tools_2' | 'Traffic' | 'Translate' | 'TriangularFilledWarning' | 'TruckSpeed' | 'Unlock' | 'UnPinned' | 'UpArrow' | 'UploadFile' | 'VehicleNumber' | 'Video' | 'FullVolume_2' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper' | 'Zoom';
13
+ export declare type IconNames = 'Access_Control' | 'Action' | 'ActiveWorkflow' | 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_License' | 'AI_Web' | 'Analytics' | 'App' | 'Arrow_Up_Down_Left_Right' | 'ArrowDown' | 'ArrowUp' | 'Ascending' | 'Attach' | 'Back' | 'Bag' | 'Bank' | 'Bell' | 'BookmarkAdd' | 'Bookmarks' | 'BookmarkSaved' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Bus' | 'Business' | 'Calendar' | 'Car' | 'Cart_check' | 'CCTV_1' | 'CCTV_2' | 'Certificate_1' | 'Circle' | 'CircularBack' | 'Check' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'City' | 'Client' | 'Close' | 'CloseCircle_2' | 'CloseCircle' | 'CloseEye' | 'CloudCross' | 'Copy_2' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'Dashboard' | 'Data_search' | 'Deactivated' | 'Decrease' | 'Descending' | 'Detach' | 'DiagonalArrow' | 'Directory' | 'Disk_Partition' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'Document' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Drag_Indicator' | 'Email' | 'ExitFullScreen' | 'Expired' | 'Export' | 'ExportCalendar' | 'ExportFile' | 'FaceRecognition_2' | 'FaceRecognition' | 'FastDelivery' | 'File' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Flow' | 'FootStep' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FTP' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Hammer' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home_2' | 'Home' | 'Hospital' | 'ImageNormalizer' | 'ImageResizer' | 'ImageSplitter' | 'Increase' | 'Hexagon' | 'Highway' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'Large_building' | 'Layers' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'License' | 'Linkedin' | 'Licenses' | 'Line' | 'Live' | 'Loader' | 'Location' | 'Lock' | 'Logout' | 'Mail' | 'Management' | 'Manufacturing' | 'Maps_2' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Network' | 'Menu' | 'MeterUp' | 'MFA' | 'Mic_Active' | 'Mic_Muted' | 'Mic' | 'NetworkStorage' | 'NFS_Directory' | 'No_Data' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'Out' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PoliceBadge' | 'Polygon' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'QR' | 'Recording_1' | 'Recording_2' | 'Recording_3' | 'Rectangle' | 'Restaurant' | 'Retail' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'Ringing_Bell' | 'Rocket' | 'ROI' | 'RunAway' | 'Rupee' | 'SandTimer' | 'Scalable' | 'School' | 'Search' | 'Searching_Data' | 'SecureSystem' | 'Security' | 'SelectedCircle' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'ShoppingCart' | 'Sink' | 'SlantLine' | 'Small_building' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star_2' | 'Star' | 'Storage_Disk' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'Technology' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Thunder' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'Tools_2' | 'Traffic' | 'Translate' | 'TriangularFilledWarning' | 'TruckSpeed' | 'Unlock' | 'UnPinned' | 'UpArrow' | 'UploadFile' | 'VehicleNumber' | 'Video' | 'FullVolume_2' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper' | 'Zoom';
14
14
  export interface IconProps {
15
15
  icon: IconNames;
16
16
  size?: number;