labsense-ui-kit 1.4.13 → 1.4.15
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/Date-Time/DatePicker.d.ts +7 -0
- package/dist/Dropdown/MultiSelectDropdown.d.ts +1 -0
- package/dist/Dropdown/OptionComponent.d.ts +1 -0
- package/dist/Icons/SVGs/Brightness.d.ts +4 -0
- package/dist/Icons/SVGs/Contrast.d.ts +4 -0
- package/dist/Icons/SVGs/Flip.d.ts +4 -0
- package/dist/Icons/SVGs/Gamma.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +4 -0
- package/dist/Icons/index.d.ts +1 -1
- package/dist/index.js +9647 -1949
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +9645 -1947
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
interface MarkedDateRange {
|
|
3
|
+
startEpoch: number | Date;
|
|
4
|
+
endEpoch: number | Date;
|
|
5
|
+
dotColor?: string;
|
|
6
|
+
highlightBorder?: string;
|
|
7
|
+
}
|
|
2
8
|
interface DatePickerProps {
|
|
3
9
|
dateSize?: number;
|
|
4
10
|
futureDateTime?: boolean;
|
|
11
|
+
markedDateRanges?: MarkedDateRange[];
|
|
5
12
|
dateTime: {
|
|
6
13
|
startDate: Date | null;
|
|
7
14
|
endDate: Date | null;
|
|
@@ -24,6 +24,7 @@ export { default as Bookmarks } from './Bookmarks';
|
|
|
24
24
|
export { default as BookmarkSaved } from './BookmarkSaved';
|
|
25
25
|
export { default as Bin } from './Bin';
|
|
26
26
|
export { default as BrainNetworking } from './BrainNetworking';
|
|
27
|
+
export { default as Brightness } from './Brightness';
|
|
27
28
|
export { default as Building } from './Building';
|
|
28
29
|
export { default as Bulb } from './Bulb';
|
|
29
30
|
export { default as Bus } from './Bus';
|
|
@@ -49,6 +50,7 @@ export { default as CloseCircle_2 } from './CloseCircle_2';
|
|
|
49
50
|
export { default as CloseCircle } from './CloseCircle';
|
|
50
51
|
export { default as CloseEye } from './CloseEye';
|
|
51
52
|
export { default as CloudCross } from './CloudCross';
|
|
53
|
+
export { default as Contrast } from './Contrast';
|
|
52
54
|
export { default as Copy_2 } from './Copy_2';
|
|
53
55
|
export { default as Copy } from './Copy';
|
|
54
56
|
export { default as Copyright } from './Copyright';
|
|
@@ -91,6 +93,7 @@ export { default as FilledCircleTick } from './FilledCircleTick';
|
|
|
91
93
|
export { default as FilledPin } from './FilledPin';
|
|
92
94
|
export { default as Filter_1 } from './Filter_1';
|
|
93
95
|
export { default as Filter_2 } from './Filter_2';
|
|
96
|
+
export { default as Flip } from './Flip';
|
|
94
97
|
export { default as Flow } from './Flow';
|
|
95
98
|
export { default as FootStep } from './FootStep';
|
|
96
99
|
export { default as Forward_10_Sec } from './Forward_10_Sec';
|
|
@@ -101,6 +104,7 @@ export { default as FTP } from './FTP';
|
|
|
101
104
|
export { default as FullScreen } from './FullScreen';
|
|
102
105
|
export { default as FullVolume_2 } from './FullVolume_2';
|
|
103
106
|
export { default as FullVolume } from './FullVolume';
|
|
107
|
+
export { default as Gamma } from './Gamma';
|
|
104
108
|
export { default as Globe } from './Globe';
|
|
105
109
|
export { default as GlobeIcon } from './GlobeIcon';
|
|
106
110
|
export { default as Government } from './Government';
|
package/dist/Icons/index.d.ts
CHANGED
|
@@ -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' | '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';
|
|
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' | 'Brightness' | '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' | 'Contrast' | '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' | 'Flip' | '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;
|