@ckbox/components 2.1.2 → 2.2.0-rc.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.
- package/README.md +3 -3
- package/dist/index.d.ts +447 -474
- package/dist/index.js +1 -1
- package/dist/styles/ckbox.css +1 -3
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -9,8 +9,8 @@ import { TransitionProps } from 'react-transition-group/Transition';
|
|
|
9
9
|
import Cropper$1 from 'cropperjs';
|
|
10
10
|
import * as react_dnd from 'react-dnd';
|
|
11
11
|
|
|
12
|
-
declare const Avatar: React$1.FC<Props$
|
|
13
|
-
interface Props$
|
|
12
|
+
declare const Avatar: React$1.FC<Props$3d>;
|
|
13
|
+
interface Props$3d {
|
|
14
14
|
/**
|
|
15
15
|
* ID used for determining color.
|
|
16
16
|
*/
|
|
@@ -29,8 +29,8 @@ interface Props$3a {
|
|
|
29
29
|
showFullName?: boolean;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
declare const Bottombar: React$1.ForwardRefExoticComponent<Props$
|
|
33
|
-
interface Props$
|
|
32
|
+
declare const Bottombar: React$1.ForwardRefExoticComponent<Props$3c & React$1.RefAttributes<HTMLDivElement>>;
|
|
33
|
+
interface Props$3c {
|
|
34
34
|
/**
|
|
35
35
|
* Main content of the component.
|
|
36
36
|
*/
|
|
@@ -173,7 +173,7 @@ declare const Warning: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
|
173
173
|
|
|
174
174
|
declare const WarningAmberOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
175
175
|
|
|
176
|
-
interface Props$
|
|
176
|
+
interface Props$3b {
|
|
177
177
|
/**
|
|
178
178
|
* Toggles optional icon animation.
|
|
179
179
|
*/
|
|
@@ -188,15 +188,15 @@ interface Props$38 {
|
|
|
188
188
|
'data-testid'?: string;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
declare const ArrowRightOutlinedAnimated: React$1.FC<Props$
|
|
191
|
+
declare const ArrowRightOutlinedAnimated: React$1.FC<Props$3b>;
|
|
192
192
|
|
|
193
|
-
declare const SettingsOutlinedAnimated: React$1.FC<Props$
|
|
193
|
+
declare const SettingsOutlinedAnimated: React$1.FC<Props$3b>;
|
|
194
194
|
|
|
195
|
-
declare const SortAscending: React$1.FC<Props$
|
|
195
|
+
declare const SortAscending: React$1.FC<Props$3b>;
|
|
196
196
|
|
|
197
|
-
declare const SortDescending: React$1.FC<Props$
|
|
197
|
+
declare const SortDescending: React$1.FC<Props$3b>;
|
|
198
198
|
|
|
199
|
-
declare const Spinner: React$1.FC<Props$
|
|
199
|
+
declare const Spinner: React$1.FC<Props$3b>;
|
|
200
200
|
|
|
201
201
|
declare const icons$1_AccessTimeOutlined: typeof AccessTimeOutlined;
|
|
202
202
|
declare const icons$1_AddOutlined: typeof AddOutlined;
|
|
@@ -266,75 +266,7 @@ declare const icons$1_VisibilityOutlined: typeof VisibilityOutlined;
|
|
|
266
266
|
declare const icons$1_Warning: typeof Warning;
|
|
267
267
|
declare const icons$1_WarningAmberOutlined: typeof WarningAmberOutlined;
|
|
268
268
|
declare namespace icons$1 {
|
|
269
|
-
export {
|
|
270
|
-
icons$1_AccessTimeOutlined as AccessTimeOutlined,
|
|
271
|
-
icons$1_AddOutlined as AddOutlined,
|
|
272
|
-
icons$1_AdminPanelSettingsOutlined as AdminPanelSettingsOutlined,
|
|
273
|
-
icons$1_ArrowBackIosNewOutlined as ArrowBackIosNewOutlined,
|
|
274
|
-
icons$1_ArrowBackOutlined as ArrowBackOutlined,
|
|
275
|
-
icons$1_ArrowForwardIosOutlined as ArrowForwardIosOutlined,
|
|
276
|
-
icons$1_ArrowForwardOutlined as ArrowForwardOutlined,
|
|
277
|
-
icons$1_ArrowRightOutlined as ArrowRightOutlined,
|
|
278
|
-
icons$1_ArrowRightOutlinedAnimated as ArrowRightOutlinedAnimated,
|
|
279
|
-
icons$1_ArticleOutlined as ArticleOutlined,
|
|
280
|
-
icons$1_CheckCircleOutlineOutlined as CheckCircleOutlineOutlined,
|
|
281
|
-
icons$1_CheckOutlined as CheckOutlined,
|
|
282
|
-
icons$1_ChevronLeftOutlined as ChevronLeftOutlined,
|
|
283
|
-
icons$1_ChevronRightOutlined as ChevronRightOutlined,
|
|
284
|
-
icons$1_CloseOutlined as CloseOutlined,
|
|
285
|
-
icons$1_ContentCopyOutlined as ContentCopyOutlined,
|
|
286
|
-
icons$1_CreateNewFolderOutlined as CreateNewFolderOutlined,
|
|
287
|
-
icons$1_Crop169Outlined as Crop169Outlined,
|
|
288
|
-
icons$1_Crop916Outlined as Crop916Outlined,
|
|
289
|
-
icons$1_CropLandscapeOutlined as CropLandscapeOutlined,
|
|
290
|
-
icons$1_CropOriginalOutlined as CropOriginalOutlined,
|
|
291
|
-
icons$1_CropOutlined as CropOutlined,
|
|
292
|
-
icons$1_CropPortraitOutlined as CropPortraitOutlined,
|
|
293
|
-
icons$1_CropSquareOutlined as CropSquareOutlined,
|
|
294
|
-
icons$1_DeleteOutlineOutlined as DeleteOutlineOutlined,
|
|
295
|
-
icons$1_DragIndicatorOutlined as DragIndicatorOutlined,
|
|
296
|
-
icons$1_DriveFileRenameOutlineOutlined as DriveFileRenameOutlineOutlined,
|
|
297
|
-
icons$1_DriveFolderUploadOutlined as DriveFolderUploadOutlined,
|
|
298
|
-
icons$1_EditOutlined as EditOutlined,
|
|
299
|
-
icons$1_ExpandMoreOutlined as ExpandMoreOutlined,
|
|
300
|
-
icons$1_FileCopyOutlined as FileCopyOutlined,
|
|
301
|
-
icons$1_FileDownloadOutlined as FileDownloadOutlined,
|
|
302
|
-
icons$1_FileMoveOutlined as FileMoveOutlined,
|
|
303
|
-
icons$1_FileUploadOutlined as FileUploadOutlined,
|
|
304
|
-
icons$1_FilterListOutlined as FilterListOutlined,
|
|
305
|
-
icons$1_FirstPageOutlined as FirstPageOutlined,
|
|
306
|
-
icons$1_FlipHorizontalOutlined as FlipHorizontalOutlined,
|
|
307
|
-
icons$1_FlipVerticalOutlined as FlipVerticalOutlined,
|
|
308
|
-
icons$1_Folder as Folder,
|
|
309
|
-
icons$1_FolderOutlined as FolderOutlined,
|
|
310
|
-
icons$1_HighlightOffOutlined as HighlightOffOutlined,
|
|
311
|
-
icons$1_InfoOutlined as InfoOutlined,
|
|
312
|
-
icons$1_Inventory2Outlined as Inventory2Outlined,
|
|
313
|
-
icons$1_KeyboardDoubleArrowLeftOutlined as KeyboardDoubleArrowLeftOutlined,
|
|
314
|
-
icons$1_KeyboardDoubleArrowRightOutlined as KeyboardDoubleArrowRightOutlined,
|
|
315
|
-
icons$1_LastPageOutlined as LastPageOutlined,
|
|
316
|
-
icons$1_LockOpenOutlined as LockOpenOutlined,
|
|
317
|
-
icons$1_LockOutlined as LockOutlined,
|
|
318
|
-
icons$1_MoreVertOutlined as MoreVertOutlined,
|
|
319
|
-
icons$1_PhotoOutlined as PhotoOutlined,
|
|
320
|
-
icons$1_RemoveOutlined as RemoveOutlined,
|
|
321
|
-
icons$1_RotateLeftOutlined as RotateLeftOutlined,
|
|
322
|
-
icons$1_RotateRightOutlined as RotateRightOutlined,
|
|
323
|
-
icons$1_SaveOutlined as SaveOutlined,
|
|
324
|
-
icons$1_SearchMissingResults as SearchMissingResults,
|
|
325
|
-
icons$1_SearchOutlined as SearchOutlined,
|
|
326
|
-
icons$1_SettingsOutlined as SettingsOutlined,
|
|
327
|
-
icons$1_SettingsOutlinedAnimated as SettingsOutlinedAnimated,
|
|
328
|
-
icons$1_Sort as Sort,
|
|
329
|
-
icons$1_SortAscending as SortAscending,
|
|
330
|
-
icons$1_SortDescending as SortDescending,
|
|
331
|
-
icons$1_Spinner as Spinner,
|
|
332
|
-
icons$1_TuneOutlined as TuneOutlined,
|
|
333
|
-
icons$1_UploadFileOutlined as UploadFileOutlined,
|
|
334
|
-
icons$1_VisibilityOutlined as VisibilityOutlined,
|
|
335
|
-
icons$1_Warning as Warning,
|
|
336
|
-
icons$1_WarningAmberOutlined as WarningAmberOutlined,
|
|
337
|
-
};
|
|
269
|
+
export { icons$1_AccessTimeOutlined as AccessTimeOutlined, icons$1_AddOutlined as AddOutlined, icons$1_AdminPanelSettingsOutlined as AdminPanelSettingsOutlined, icons$1_ArrowBackIosNewOutlined as ArrowBackIosNewOutlined, icons$1_ArrowBackOutlined as ArrowBackOutlined, icons$1_ArrowForwardIosOutlined as ArrowForwardIosOutlined, icons$1_ArrowForwardOutlined as ArrowForwardOutlined, icons$1_ArrowRightOutlined as ArrowRightOutlined, icons$1_ArrowRightOutlinedAnimated as ArrowRightOutlinedAnimated, icons$1_ArticleOutlined as ArticleOutlined, icons$1_CheckCircleOutlineOutlined as CheckCircleOutlineOutlined, icons$1_CheckOutlined as CheckOutlined, icons$1_ChevronLeftOutlined as ChevronLeftOutlined, icons$1_ChevronRightOutlined as ChevronRightOutlined, icons$1_CloseOutlined as CloseOutlined, icons$1_ContentCopyOutlined as ContentCopyOutlined, icons$1_CreateNewFolderOutlined as CreateNewFolderOutlined, icons$1_Crop169Outlined as Crop169Outlined, icons$1_Crop916Outlined as Crop916Outlined, icons$1_CropLandscapeOutlined as CropLandscapeOutlined, icons$1_CropOriginalOutlined as CropOriginalOutlined, icons$1_CropOutlined as CropOutlined, icons$1_CropPortraitOutlined as CropPortraitOutlined, icons$1_CropSquareOutlined as CropSquareOutlined, icons$1_DeleteOutlineOutlined as DeleteOutlineOutlined, icons$1_DragIndicatorOutlined as DragIndicatorOutlined, icons$1_DriveFileRenameOutlineOutlined as DriveFileRenameOutlineOutlined, icons$1_DriveFolderUploadOutlined as DriveFolderUploadOutlined, icons$1_EditOutlined as EditOutlined, icons$1_ExpandMoreOutlined as ExpandMoreOutlined, icons$1_FileCopyOutlined as FileCopyOutlined, icons$1_FileDownloadOutlined as FileDownloadOutlined, icons$1_FileMoveOutlined as FileMoveOutlined, icons$1_FileUploadOutlined as FileUploadOutlined, icons$1_FilterListOutlined as FilterListOutlined, icons$1_FirstPageOutlined as FirstPageOutlined, icons$1_FlipHorizontalOutlined as FlipHorizontalOutlined, icons$1_FlipVerticalOutlined as FlipVerticalOutlined, icons$1_Folder as Folder, icons$1_FolderOutlined as FolderOutlined, icons$1_HighlightOffOutlined as HighlightOffOutlined, icons$1_InfoOutlined as InfoOutlined, icons$1_Inventory2Outlined as Inventory2Outlined, icons$1_KeyboardDoubleArrowLeftOutlined as KeyboardDoubleArrowLeftOutlined, icons$1_KeyboardDoubleArrowRightOutlined as KeyboardDoubleArrowRightOutlined, icons$1_LastPageOutlined as LastPageOutlined, icons$1_LockOpenOutlined as LockOpenOutlined, icons$1_LockOutlined as LockOutlined, icons$1_MoreVertOutlined as MoreVertOutlined, icons$1_PhotoOutlined as PhotoOutlined, icons$1_RemoveOutlined as RemoveOutlined, icons$1_RotateLeftOutlined as RotateLeftOutlined, icons$1_RotateRightOutlined as RotateRightOutlined, icons$1_SaveOutlined as SaveOutlined, icons$1_SearchMissingResults as SearchMissingResults, icons$1_SearchOutlined as SearchOutlined, icons$1_SettingsOutlined as SettingsOutlined, icons$1_SettingsOutlinedAnimated as SettingsOutlinedAnimated, icons$1_Sort as Sort, icons$1_SortAscending as SortAscending, icons$1_SortDescending as SortDescending, icons$1_Spinner as Spinner, icons$1_TuneOutlined as TuneOutlined, icons$1_UploadFileOutlined as UploadFileOutlined, icons$1_VisibilityOutlined as VisibilityOutlined, icons$1_Warning as Warning, icons$1_WarningAmberOutlined as WarningAmberOutlined };
|
|
338
270
|
}
|
|
339
271
|
|
|
340
272
|
type IconRenderer = (props: {
|
|
@@ -345,8 +277,8 @@ type IconName = keyof typeof icons$1;
|
|
|
345
277
|
type IconSize = 'small' | 'base' | 'medium' | 'big' | 'bigger' | 'humongous';
|
|
346
278
|
type IconColor = 'accent' | 'danger' | 'default' | 'disabled' | 'muted' | 'success' | 'warning';
|
|
347
279
|
|
|
348
|
-
declare const Icon: React$1.FC<Props$
|
|
349
|
-
interface Props$
|
|
280
|
+
declare const Icon: React$1.FC<Props$3a>;
|
|
281
|
+
interface Props$3a {
|
|
350
282
|
/**
|
|
351
283
|
* Toggles optional icon animation.
|
|
352
284
|
*/
|
|
@@ -376,8 +308,8 @@ interface Props$37 {
|
|
|
376
308
|
size?: IconSize;
|
|
377
309
|
}
|
|
378
310
|
|
|
379
|
-
declare const Button: React$1.ForwardRefExoticComponent<Props$
|
|
380
|
-
interface Props$
|
|
311
|
+
declare const Button: React$1.ForwardRefExoticComponent<Props$39 & React$1.RefAttributes<HTMLButtonElement>>;
|
|
312
|
+
interface Props$39 {
|
|
381
313
|
/**
|
|
382
314
|
* Applies active styling.
|
|
383
315
|
*/
|
|
@@ -472,24 +404,24 @@ interface Props$36 {
|
|
|
472
404
|
disabledLabelWrapping?: boolean;
|
|
473
405
|
}
|
|
474
406
|
|
|
475
|
-
declare const ButtonGroup: React$1.FC<Props$
|
|
476
|
-
interface Props$
|
|
407
|
+
declare const ButtonGroup: React$1.FC<Props$38>;
|
|
408
|
+
interface Props$38 {
|
|
477
409
|
/**
|
|
478
410
|
* Button components.
|
|
479
411
|
*/
|
|
480
412
|
children: React$1.ReactNode;
|
|
481
413
|
}
|
|
482
414
|
|
|
483
|
-
declare const ButtonRow: React$1.FC<Props$
|
|
484
|
-
interface Props$
|
|
415
|
+
declare const ButtonRow: React$1.FC<Props$37>;
|
|
416
|
+
interface Props$37 {
|
|
485
417
|
/**
|
|
486
418
|
* Button components.
|
|
487
419
|
*/
|
|
488
420
|
children: React$1.ReactNode;
|
|
489
421
|
}
|
|
490
422
|
|
|
491
|
-
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$
|
|
492
|
-
interface Props$
|
|
423
|
+
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$36 & React$1.RefAttributes<HTMLButtonElement>>;
|
|
424
|
+
interface Props$36 {
|
|
493
425
|
/**
|
|
494
426
|
* Component's label.
|
|
495
427
|
*/
|
|
@@ -512,8 +444,8 @@ interface Props$33 {
|
|
|
512
444
|
onClick?: () => void;
|
|
513
445
|
}
|
|
514
446
|
|
|
515
|
-
declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$
|
|
516
|
-
interface Props$
|
|
447
|
+
declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$35 & React$1.RefAttributes<HTMLDivElement>>;
|
|
448
|
+
interface Props$35 {
|
|
517
449
|
/**
|
|
518
450
|
* Main content of the component.
|
|
519
451
|
*/
|
|
@@ -532,8 +464,8 @@ interface Props$32 {
|
|
|
532
464
|
titleId?: string;
|
|
533
465
|
}
|
|
534
466
|
|
|
535
|
-
declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$
|
|
536
|
-
interface Props$
|
|
467
|
+
declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$34 & React$1.RefAttributes<HTMLDivElement>>;
|
|
468
|
+
interface Props$34 {
|
|
537
469
|
/**
|
|
538
470
|
* Main content of the component.
|
|
539
471
|
*/
|
|
@@ -544,8 +476,8 @@ interface Props$31 {
|
|
|
544
476
|
className?: string;
|
|
545
477
|
}
|
|
546
478
|
|
|
547
|
-
declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$
|
|
548
|
-
interface Props$
|
|
479
|
+
declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$33 & React$1.RefAttributes<HTMLDivElement>>;
|
|
480
|
+
interface Props$33 {
|
|
549
481
|
/**
|
|
550
482
|
* Main content of the component.
|
|
551
483
|
*/
|
|
@@ -564,8 +496,8 @@ interface Props$30 {
|
|
|
564
496
|
id?: string;
|
|
565
497
|
}
|
|
566
498
|
|
|
567
|
-
declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$
|
|
568
|
-
interface Props$
|
|
499
|
+
declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$32 & React$1.RefAttributes<HTMLDivElement>>;
|
|
500
|
+
interface Props$32 {
|
|
569
501
|
/**
|
|
570
502
|
* Main content of the component.
|
|
571
503
|
*/
|
|
@@ -576,8 +508,8 @@ interface Props$2$ {
|
|
|
576
508
|
className?: string;
|
|
577
509
|
}
|
|
578
510
|
|
|
579
|
-
declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$
|
|
580
|
-
interface Props$
|
|
511
|
+
declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$31 & React$1.RefAttributes<HTMLButtonElement>>;
|
|
512
|
+
interface Props$31 {
|
|
581
513
|
/**
|
|
582
514
|
* Close button's label.
|
|
583
515
|
*/
|
|
@@ -588,8 +520,8 @@ interface Props$2_ {
|
|
|
588
520
|
className?: string;
|
|
589
521
|
}
|
|
590
522
|
|
|
591
|
-
declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$
|
|
592
|
-
interface Props$
|
|
523
|
+
declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$30 & React$1.RefAttributes<HTMLDivElement>>;
|
|
524
|
+
interface Props$30 {
|
|
593
525
|
/**
|
|
594
526
|
* Main content of the component.
|
|
595
527
|
*/
|
|
@@ -600,16 +532,16 @@ interface Props$2Z {
|
|
|
600
532
|
className?: string;
|
|
601
533
|
}
|
|
602
534
|
|
|
603
|
-
declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$
|
|
604
|
-
interface Props$
|
|
535
|
+
declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$2$ & React$1.RefAttributes<HTMLDivElement>>;
|
|
536
|
+
interface Props$2$ {
|
|
605
537
|
/**
|
|
606
538
|
* Sets root header class.
|
|
607
539
|
*/
|
|
608
540
|
className?: string;
|
|
609
541
|
}
|
|
610
542
|
|
|
611
|
-
declare const DialogNext: React$1.ForwardRefExoticComponent<Props$
|
|
612
|
-
interface Props$
|
|
543
|
+
declare const DialogNext: React$1.ForwardRefExoticComponent<Props$2_ & React$1.RefAttributes<HTMLDivElement>>;
|
|
544
|
+
interface Props$2_ {
|
|
613
545
|
/**
|
|
614
546
|
* Main content of the component.
|
|
615
547
|
*/
|
|
@@ -648,16 +580,16 @@ interface Props$2X {
|
|
|
648
580
|
alert?: boolean;
|
|
649
581
|
}
|
|
650
582
|
|
|
651
|
-
declare const DialogActions: React$1.FC<Props$
|
|
652
|
-
interface Props$
|
|
583
|
+
declare const DialogActions: React$1.FC<Props$2Z>;
|
|
584
|
+
interface Props$2Z {
|
|
653
585
|
/**
|
|
654
586
|
* Main content of the component.
|
|
655
587
|
*/
|
|
656
588
|
children: React$1.ReactNode;
|
|
657
589
|
}
|
|
658
590
|
|
|
659
|
-
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$
|
|
660
|
-
interface Props$
|
|
591
|
+
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$2Y & React$1.RefAttributes<HTMLDivElement>>;
|
|
592
|
+
interface Props$2Y extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
661
593
|
/**
|
|
662
594
|
* Main content of the component.
|
|
663
595
|
*/
|
|
@@ -668,8 +600,8 @@ interface Props$2V extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
668
600
|
overflow?: boolean;
|
|
669
601
|
}
|
|
670
602
|
|
|
671
|
-
declare const DialogFooter: React$1.FC<Props$
|
|
672
|
-
interface Props$
|
|
603
|
+
declare const DialogFooter: React$1.FC<Props$2X>;
|
|
604
|
+
interface Props$2X {
|
|
673
605
|
/**
|
|
674
606
|
* Main content of the component.
|
|
675
607
|
*/
|
|
@@ -685,8 +617,8 @@ interface Props$2U {
|
|
|
685
617
|
}[];
|
|
686
618
|
}
|
|
687
619
|
|
|
688
|
-
declare const DialogHeader: React$1.FC<Props$
|
|
689
|
-
interface Props$
|
|
620
|
+
declare const DialogHeader: React$1.FC<Props$2W>;
|
|
621
|
+
interface Props$2W {
|
|
690
622
|
/**
|
|
691
623
|
* Sets focus on close button on mount.
|
|
692
624
|
*/
|
|
@@ -709,8 +641,8 @@ interface Props$2T {
|
|
|
709
641
|
type?: 'success' | 'error' | 'info';
|
|
710
642
|
}
|
|
711
643
|
|
|
712
|
-
declare const DialogProgressHeader: React$1.FC<Props$
|
|
713
|
-
interface Props$
|
|
644
|
+
declare const DialogProgressHeader: React$1.FC<Props$2V>;
|
|
645
|
+
interface Props$2V {
|
|
714
646
|
/**
|
|
715
647
|
* Sets focus on close button on mount.
|
|
716
648
|
*/
|
|
@@ -741,16 +673,16 @@ interface Props$2S {
|
|
|
741
673
|
title?: string;
|
|
742
674
|
}
|
|
743
675
|
|
|
744
|
-
declare const DialogRow: React$1.FC<Props$
|
|
745
|
-
interface Props$
|
|
676
|
+
declare const DialogRow: React$1.FC<Props$2U>;
|
|
677
|
+
interface Props$2U extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
746
678
|
/**
|
|
747
679
|
* Main content of the component.
|
|
748
680
|
*/
|
|
749
681
|
children: React$1.ReactNode;
|
|
750
682
|
}
|
|
751
683
|
|
|
752
|
-
declare const DialogSection: React$1.FC<Props$
|
|
753
|
-
interface Props$
|
|
684
|
+
declare const DialogSection: React$1.FC<Props$2T>;
|
|
685
|
+
interface Props$2T {
|
|
754
686
|
/**
|
|
755
687
|
* Main content of the component.
|
|
756
688
|
*/
|
|
@@ -873,35 +805,35 @@ interface DialogProps extends DialogSwitchProps {
|
|
|
873
805
|
* Entry component for the dialog.
|
|
874
806
|
* Initializes selected dialog mode and optionally adds common options and draggability if needed.
|
|
875
807
|
*/
|
|
876
|
-
declare const Dialog: React$1.FC<Props$
|
|
877
|
-
type Props$
|
|
808
|
+
declare const Dialog: React$1.FC<Props$2S>;
|
|
809
|
+
type Props$2S = DialogProps;
|
|
878
810
|
|
|
879
|
-
interface Props$
|
|
811
|
+
interface Props$2R {
|
|
880
812
|
/**
|
|
881
813
|
* Sets root class.
|
|
882
814
|
*/
|
|
883
815
|
className: string;
|
|
884
816
|
}
|
|
885
817
|
|
|
886
|
-
declare const Zip: React$1.FC<Props$
|
|
818
|
+
declare const Zip: React$1.FC<Props$2R>;
|
|
887
819
|
|
|
888
|
-
declare const Empty: React$1.FC<Props$
|
|
820
|
+
declare const Empty: React$1.FC<Props$2R>;
|
|
889
821
|
|
|
890
|
-
declare const Excel: React$1.FC<Props$
|
|
822
|
+
declare const Excel: React$1.FC<Props$2R>;
|
|
891
823
|
|
|
892
|
-
declare const Img: React$1.FC<Props$
|
|
824
|
+
declare const Img: React$1.FC<Props$2R>;
|
|
893
825
|
|
|
894
|
-
declare const Movie: React$1.FC<Props$
|
|
826
|
+
declare const Movie: React$1.FC<Props$2R>;
|
|
895
827
|
|
|
896
|
-
declare const Music: React$1.FC<Props$
|
|
828
|
+
declare const Music: React$1.FC<Props$2R>;
|
|
897
829
|
|
|
898
|
-
declare const Pdf: React$1.FC<Props$
|
|
830
|
+
declare const Pdf: React$1.FC<Props$2R>;
|
|
899
831
|
|
|
900
|
-
declare const Ppt: React$1.FC<Props$
|
|
832
|
+
declare const Ppt: React$1.FC<Props$2R>;
|
|
901
833
|
|
|
902
|
-
declare const Txt: React$1.FC<Props$
|
|
834
|
+
declare const Txt: React$1.FC<Props$2R>;
|
|
903
835
|
|
|
904
|
-
declare const Word: React$1.FC<Props$
|
|
836
|
+
declare const Word: React$1.FC<Props$2R>;
|
|
905
837
|
|
|
906
838
|
declare const icons_Empty: typeof Empty;
|
|
907
839
|
declare const icons_Excel: typeof Excel;
|
|
@@ -913,23 +845,12 @@ declare const icons_Ppt: typeof Ppt;
|
|
|
913
845
|
declare const icons_Txt: typeof Txt;
|
|
914
846
|
declare const icons_Word: typeof Word;
|
|
915
847
|
declare namespace icons {
|
|
916
|
-
export {
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
icons_Img as Img,
|
|
921
|
-
icons_Movie as Movie,
|
|
922
|
-
icons_Music as Music,
|
|
923
|
-
icons_Pdf as Pdf,
|
|
924
|
-
icons_Ppt as Ppt,
|
|
925
|
-
icons_Txt as Txt,
|
|
926
|
-
icons_Word as Word,
|
|
927
|
-
};
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
declare const DocIcon: React$1.FC<Props$2N>;
|
|
848
|
+
export { Zip as Archive, icons_Empty as Empty, icons_Excel as Excel, icons_Img as Img, icons_Movie as Movie, icons_Music as Music, icons_Pdf as Pdf, icons_Ppt as Ppt, icons_Txt as Txt, icons_Word as Word };
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
declare const DocIcon: React$1.FC<Props$2Q>;
|
|
931
852
|
type DocIconName = keyof typeof icons;
|
|
932
|
-
interface Props$
|
|
853
|
+
interface Props$2Q {
|
|
933
854
|
/**
|
|
934
855
|
* Name of selected icon.
|
|
935
856
|
*/
|
|
@@ -940,8 +861,8 @@ interface Props$2N {
|
|
|
940
861
|
limitSize?: boolean;
|
|
941
862
|
}
|
|
942
863
|
|
|
943
|
-
declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$
|
|
944
|
-
interface Props$
|
|
864
|
+
declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$2P & React$1.RefAttributes<HTMLElement>>;
|
|
865
|
+
interface Props$2P {
|
|
945
866
|
/**
|
|
946
867
|
* Main content of the component.
|
|
947
868
|
*/
|
|
@@ -956,8 +877,8 @@ interface Props$2M {
|
|
|
956
877
|
'data-visible'?: boolean;
|
|
957
878
|
}
|
|
958
879
|
|
|
959
|
-
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$
|
|
960
|
-
interface Props$
|
|
880
|
+
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$2O & React$1.RefAttributes<HTMLDivElement>>;
|
|
881
|
+
interface Props$2O {
|
|
961
882
|
/**
|
|
962
883
|
* Sets item as active.
|
|
963
884
|
*/
|
|
@@ -1008,8 +929,8 @@ interface Props$2L {
|
|
|
1008
929
|
onCheckboxClick?: React$1.MouseEventHandler<HTMLButtonElement>;
|
|
1009
930
|
}
|
|
1010
931
|
|
|
1011
|
-
declare const Gallery: React$1.FC<Props$
|
|
1012
|
-
interface Props$
|
|
932
|
+
declare const Gallery: React$1.FC<Props$2N>;
|
|
933
|
+
interface Props$2N {
|
|
1013
934
|
/**
|
|
1014
935
|
* Main content of the component.
|
|
1015
936
|
*/
|
|
@@ -1028,8 +949,8 @@ interface Props$2K {
|
|
|
1028
949
|
zoom?: number;
|
|
1029
950
|
}
|
|
1030
951
|
|
|
1031
|
-
declare const MenuItem: React$1.FC<Props$
|
|
1032
|
-
interface Props$
|
|
952
|
+
declare const MenuItem: React$1.FC<Props$2M>;
|
|
953
|
+
interface Props$2M {
|
|
1033
954
|
/**
|
|
1034
955
|
* Disables auto-close on click.
|
|
1035
956
|
*/
|
|
@@ -1056,8 +977,8 @@ interface Props$2J {
|
|
|
1056
977
|
onClick?: () => void;
|
|
1057
978
|
}
|
|
1058
979
|
|
|
1059
|
-
declare const MenuSubSection: React$1.FC<Props$
|
|
1060
|
-
interface Props$
|
|
980
|
+
declare const MenuSubSection: React$1.FC<Props$2L>;
|
|
981
|
+
interface Props$2L {
|
|
1061
982
|
/**
|
|
1062
983
|
* Main content of the component.
|
|
1063
984
|
*/
|
|
@@ -1084,8 +1005,8 @@ interface Props$2I {
|
|
|
1084
1005
|
title: string;
|
|
1085
1006
|
}
|
|
1086
1007
|
|
|
1087
|
-
declare const MenuSection: React$1.FC<Props$
|
|
1088
|
-
interface Props$
|
|
1008
|
+
declare const MenuSection: React$1.FC<Props$2K>;
|
|
1009
|
+
interface Props$2K {
|
|
1089
1010
|
/**
|
|
1090
1011
|
* Main content of the component.
|
|
1091
1012
|
*/
|
|
@@ -1117,16 +1038,16 @@ type PopperAnchorRef = HTMLElement | null | undefined;
|
|
|
1117
1038
|
type PopperOffsetValue = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1118
1039
|
type PopperOffset = [PopperOffsetValue, PopperOffsetValue];
|
|
1119
1040
|
|
|
1120
|
-
declare const PopperArrow: React__default.FC<Props$
|
|
1121
|
-
interface Props$
|
|
1041
|
+
declare const PopperArrow: React__default.FC<Props$2J>;
|
|
1042
|
+
interface Props$2J {
|
|
1122
1043
|
/**
|
|
1123
1044
|
* Sets arrow size.
|
|
1124
1045
|
*/
|
|
1125
1046
|
size?: 'sm' | 'md';
|
|
1126
1047
|
}
|
|
1127
1048
|
|
|
1128
|
-
declare const Popper: React__default.ForwardRefExoticComponent<Props$
|
|
1129
|
-
interface Props$
|
|
1049
|
+
declare const Popper: React__default.ForwardRefExoticComponent<Props$2I & React__default.RefAttributes<HTMLElement>>;
|
|
1050
|
+
interface Props$2I {
|
|
1130
1051
|
/**
|
|
1131
1052
|
* Anchor element. Popper will be mounted to this element.
|
|
1132
1053
|
*/
|
|
@@ -1165,8 +1086,8 @@ interface Props$2F {
|
|
|
1165
1086
|
onKeyDown?: React__default.KeyboardEventHandler;
|
|
1166
1087
|
}
|
|
1167
1088
|
|
|
1168
|
-
declare const Menu: React$1.ForwardRefExoticComponent<Props$
|
|
1169
|
-
interface Props$
|
|
1089
|
+
declare const Menu: React$1.ForwardRefExoticComponent<Props$2H & React$1.RefAttributes<HTMLDivElement>>;
|
|
1090
|
+
interface Props$2H {
|
|
1170
1091
|
/**
|
|
1171
1092
|
* Anchor element.
|
|
1172
1093
|
*/
|
|
@@ -1197,16 +1118,16 @@ interface Props$2E {
|
|
|
1197
1118
|
sameWidth?: boolean;
|
|
1198
1119
|
}
|
|
1199
1120
|
|
|
1200
|
-
declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$
|
|
1201
|
-
interface Props$
|
|
1121
|
+
declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$2G & React$1.RefAttributes<HTMLDivElement>>;
|
|
1122
|
+
interface Props$2G {
|
|
1202
1123
|
/**
|
|
1203
1124
|
* Main content of the component.
|
|
1204
1125
|
*/
|
|
1205
1126
|
children?: React$1.ReactNode;
|
|
1206
1127
|
}
|
|
1207
1128
|
|
|
1208
|
-
declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$
|
|
1209
|
-
interface Props$
|
|
1129
|
+
declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$2F & React$1.RefAttributes<HTMLLIElement>>;
|
|
1130
|
+
interface Props$2F {
|
|
1210
1131
|
/**
|
|
1211
1132
|
* Main content of the component.
|
|
1212
1133
|
*/
|
|
@@ -1225,8 +1146,8 @@ interface Props$2C {
|
|
|
1225
1146
|
isLoading?: boolean;
|
|
1226
1147
|
}
|
|
1227
1148
|
|
|
1228
|
-
declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$
|
|
1229
|
-
interface Props$
|
|
1149
|
+
declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$2E & React$1.RefAttributes<HTMLDivElement>>;
|
|
1150
|
+
interface Props$2E {
|
|
1230
1151
|
/**
|
|
1231
1152
|
* Main content of the component.
|
|
1232
1153
|
*/
|
|
@@ -1241,8 +1162,8 @@ interface Props$2B {
|
|
|
1241
1162
|
type: 'error' | 'warning';
|
|
1242
1163
|
}
|
|
1243
1164
|
|
|
1244
|
-
declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$
|
|
1245
|
-
interface Props$
|
|
1165
|
+
declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$2D & React$1.RefAttributes<HTMLDivElement>>;
|
|
1166
|
+
interface Props$2D {
|
|
1246
1167
|
/**
|
|
1247
1168
|
* Main content of the component.
|
|
1248
1169
|
*/
|
|
@@ -1253,8 +1174,8 @@ interface Props$2A {
|
|
|
1253
1174
|
id?: string;
|
|
1254
1175
|
}
|
|
1255
1176
|
|
|
1256
|
-
declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$
|
|
1257
|
-
interface Props$
|
|
1177
|
+
declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$2C & React$1.RefAttributes<HTMLDivElement>>;
|
|
1178
|
+
interface Props$2C {
|
|
1258
1179
|
/**
|
|
1259
1180
|
* Main content of the component.
|
|
1260
1181
|
*/
|
|
@@ -1265,8 +1186,8 @@ interface Props$2z {
|
|
|
1265
1186
|
id?: string;
|
|
1266
1187
|
}
|
|
1267
1188
|
|
|
1268
|
-
declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$
|
|
1269
|
-
interface Props$
|
|
1189
|
+
declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$2B & React$1.RefAttributes<HTMLDivElement>>;
|
|
1190
|
+
interface Props$2B {
|
|
1270
1191
|
/**
|
|
1271
1192
|
* Sets the dialog content ID.
|
|
1272
1193
|
*/
|
|
@@ -1281,16 +1202,16 @@ interface Props$2y {
|
|
|
1281
1202
|
children: React$1.ReactNode;
|
|
1282
1203
|
}
|
|
1283
1204
|
|
|
1284
|
-
declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$
|
|
1285
|
-
interface Props$
|
|
1205
|
+
declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$2A & React$1.RefAttributes<HTMLLIElement>>;
|
|
1206
|
+
interface Props$2A {
|
|
1286
1207
|
/**
|
|
1287
1208
|
* Item to display in the list.
|
|
1288
1209
|
*/
|
|
1289
1210
|
children: React$1.ReactNode;
|
|
1290
1211
|
}
|
|
1291
1212
|
|
|
1292
|
-
declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$
|
|
1293
|
-
interface Props$
|
|
1213
|
+
declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$2z & React$1.RefAttributes<HTMLDivElement>>;
|
|
1214
|
+
interface Props$2z {
|
|
1294
1215
|
/**
|
|
1295
1216
|
* Main content of the component.
|
|
1296
1217
|
*/
|
|
@@ -1301,16 +1222,16 @@ interface Props$2w {
|
|
|
1301
1222
|
spaceBetween?: boolean;
|
|
1302
1223
|
}
|
|
1303
1224
|
|
|
1304
|
-
declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$
|
|
1305
|
-
interface Props$
|
|
1225
|
+
declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$2y & React$1.RefAttributes<HTMLDivElement>>;
|
|
1226
|
+
interface Props$2y {
|
|
1306
1227
|
/**
|
|
1307
1228
|
* Main content of the component.
|
|
1308
1229
|
*/
|
|
1309
1230
|
children?: React$1.ReactNode;
|
|
1310
1231
|
}
|
|
1311
1232
|
|
|
1312
|
-
declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$
|
|
1313
|
-
interface Props$
|
|
1233
|
+
declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$2x & React$1.RefAttributes<HTMLDivElement>>;
|
|
1234
|
+
interface Props$2x {
|
|
1314
1235
|
/**
|
|
1315
1236
|
* Enables the top border accent.
|
|
1316
1237
|
*/
|
|
@@ -1322,7 +1243,7 @@ interface Props$2u {
|
|
|
1322
1243
|
/**
|
|
1323
1244
|
* Name of selected icon.
|
|
1324
1245
|
*/
|
|
1325
|
-
icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$
|
|
1246
|
+
icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$3a>;
|
|
1326
1247
|
/**
|
|
1327
1248
|
* Optional sub title of the modal.
|
|
1328
1249
|
*/
|
|
@@ -1337,8 +1258,8 @@ interface Props$2u {
|
|
|
1337
1258
|
titleId?: string;
|
|
1338
1259
|
}
|
|
1339
1260
|
|
|
1340
|
-
declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$
|
|
1341
|
-
interface Props$
|
|
1261
|
+
declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$2w & React$1.RefAttributes<HTMLDivElement>>;
|
|
1262
|
+
interface Props$2w {
|
|
1342
1263
|
/**
|
|
1343
1264
|
* Main content of the component.
|
|
1344
1265
|
*/
|
|
@@ -1436,8 +1357,8 @@ interface NavbarContext {
|
|
|
1436
1357
|
declare const NavbarContext: React$1.Context<NavbarContext>;
|
|
1437
1358
|
declare const useNavbarCtx: () => NavbarContext;
|
|
1438
1359
|
|
|
1439
|
-
declare const NavbarItem: React$1.FC<Props$
|
|
1440
|
-
interface Props$
|
|
1360
|
+
declare const NavbarItem: React$1.FC<Props$2v>;
|
|
1361
|
+
interface Props$2v {
|
|
1441
1362
|
/**
|
|
1442
1363
|
* Applies active styling.
|
|
1443
1364
|
*/
|
|
@@ -1504,8 +1425,8 @@ interface Props$2s {
|
|
|
1504
1425
|
onDelete?: () => void;
|
|
1505
1426
|
}
|
|
1506
1427
|
|
|
1507
|
-
declare const NavbarItemContainer: React$1.FC<Props$
|
|
1508
|
-
interface Props$
|
|
1428
|
+
declare const NavbarItemContainer: React$1.FC<Props$2u>;
|
|
1429
|
+
interface Props$2u {
|
|
1509
1430
|
/**
|
|
1510
1431
|
* Marks container as active.
|
|
1511
1432
|
*/
|
|
@@ -1516,8 +1437,8 @@ interface Props$2r {
|
|
|
1516
1437
|
children: React$1.ReactNode;
|
|
1517
1438
|
}
|
|
1518
1439
|
|
|
1519
|
-
declare const NavbarItemContent: React$1.FC<Props$
|
|
1520
|
-
interface Props$
|
|
1440
|
+
declare const NavbarItemContent: React$1.FC<Props$2t>;
|
|
1441
|
+
interface Props$2t {
|
|
1521
1442
|
/**
|
|
1522
1443
|
* Adds enter / exit animation.
|
|
1523
1444
|
*/
|
|
@@ -1536,8 +1457,8 @@ interface Props$2q {
|
|
|
1536
1457
|
hidden?: boolean;
|
|
1537
1458
|
}
|
|
1538
1459
|
|
|
1539
|
-
declare const NavbarItemLabel: React$1.FC<Props$
|
|
1540
|
-
interface Props$
|
|
1460
|
+
declare const NavbarItemLabel: React$1.FC<Props$2s>;
|
|
1461
|
+
interface Props$2s {
|
|
1541
1462
|
/**
|
|
1542
1463
|
* Toggles icon animation if parent item is hovered.
|
|
1543
1464
|
*/
|
|
@@ -1549,11 +1470,11 @@ interface Props$2p {
|
|
|
1549
1470
|
/**
|
|
1550
1471
|
* Displayed icon.
|
|
1551
1472
|
*/
|
|
1552
|
-
icon?: React$1.ReactElement<Props$
|
|
1473
|
+
icon?: React$1.ReactElement<Props$3a>;
|
|
1553
1474
|
}
|
|
1554
1475
|
|
|
1555
|
-
declare const NavbarItemsGroup: React$1.FC<Props$
|
|
1556
|
-
interface Props$
|
|
1476
|
+
declare const NavbarItemsGroup: React$1.FC<Props$2r>;
|
|
1477
|
+
interface Props$2r {
|
|
1557
1478
|
/**
|
|
1558
1479
|
* Animates group on collapse.
|
|
1559
1480
|
*/
|
|
@@ -1572,8 +1493,8 @@ interface Props$2o {
|
|
|
1572
1493
|
level?: number;
|
|
1573
1494
|
}
|
|
1574
1495
|
|
|
1575
|
-
declare const NavbarLink: React$1.FC<Props$
|
|
1576
|
-
interface Props$
|
|
1496
|
+
declare const NavbarLink: React$1.FC<Props$2q>;
|
|
1497
|
+
interface Props$2q {
|
|
1577
1498
|
/**
|
|
1578
1499
|
* Renders link content.
|
|
1579
1500
|
*/
|
|
@@ -1586,8 +1507,8 @@ interface Props$2n {
|
|
|
1586
1507
|
href?: string;
|
|
1587
1508
|
}
|
|
1588
1509
|
|
|
1589
|
-
declare const NavbarScrollableContent: React$1.FC<Props$
|
|
1590
|
-
interface Props$
|
|
1510
|
+
declare const NavbarScrollableContent: React$1.FC<Props$2p>;
|
|
1511
|
+
interface Props$2p {
|
|
1591
1512
|
/**
|
|
1592
1513
|
* Main content of the component.
|
|
1593
1514
|
*/
|
|
@@ -1596,8 +1517,8 @@ interface Props$2m {
|
|
|
1596
1517
|
|
|
1597
1518
|
declare const NavbarSeparator: React$1.FC;
|
|
1598
1519
|
|
|
1599
|
-
declare const NavbarToggleButton: React$1.FC<Props$
|
|
1600
|
-
interface Props$
|
|
1520
|
+
declare const NavbarToggleButton: React$1.FC<Props$2o>;
|
|
1521
|
+
interface Props$2o {
|
|
1601
1522
|
/**
|
|
1602
1523
|
* Label shown when navbar will collapse.
|
|
1603
1524
|
*/
|
|
@@ -1612,8 +1533,8 @@ interface Props$2l {
|
|
|
1612
1533
|
openLabel?: string;
|
|
1613
1534
|
}
|
|
1614
1535
|
|
|
1615
|
-
declare const Navbar: React$1.FC<Props$
|
|
1616
|
-
interface Props$
|
|
1536
|
+
declare const Navbar: React$1.FC<Props$2n>;
|
|
1537
|
+
interface Props$2n {
|
|
1617
1538
|
/**
|
|
1618
1539
|
* Labels navigation element.
|
|
1619
1540
|
*/
|
|
@@ -1632,8 +1553,8 @@ interface Props$2k {
|
|
|
1632
1553
|
onActiveItemFocus?: () => void;
|
|
1633
1554
|
}
|
|
1634
1555
|
|
|
1635
|
-
declare const Modal: React$1.FC<Props$
|
|
1636
|
-
interface Props$
|
|
1556
|
+
declare const Modal: React$1.FC<Props$2m>;
|
|
1557
|
+
interface Props$2m {
|
|
1637
1558
|
/**
|
|
1638
1559
|
* Optional children.
|
|
1639
1560
|
*/
|
|
@@ -1643,9 +1564,9 @@ interface Props$2j {
|
|
|
1643
1564
|
*/
|
|
1644
1565
|
className?: string;
|
|
1645
1566
|
/**
|
|
1646
|
-
* Callback invoked upon
|
|
1567
|
+
* Callback invoked upon detecting mousedown event on the overlay.
|
|
1647
1568
|
*/
|
|
1648
|
-
|
|
1569
|
+
onMouseDown?: React$1.MouseEventHandler;
|
|
1649
1570
|
/**
|
|
1650
1571
|
* Increases stacking of the modal. Useful to force one of few open modals to be always on top.
|
|
1651
1572
|
*/
|
|
@@ -1656,24 +1577,24 @@ interface Props$2j {
|
|
|
1656
1577
|
variant?: 'transparent' | 'semi-transparent';
|
|
1657
1578
|
}
|
|
1658
1579
|
|
|
1659
|
-
declare const PanelActions: React$1.FC<Props$
|
|
1660
|
-
interface Props$
|
|
1580
|
+
declare const PanelActions: React$1.FC<Props$2l>;
|
|
1581
|
+
interface Props$2l {
|
|
1661
1582
|
/**
|
|
1662
1583
|
* Main content of the component.
|
|
1663
1584
|
*/
|
|
1664
1585
|
children?: React$1.ReactNode;
|
|
1665
1586
|
}
|
|
1666
1587
|
|
|
1667
|
-
declare const PanelColumn: React$1.FC<Props$
|
|
1668
|
-
interface Props$
|
|
1588
|
+
declare const PanelColumn: React$1.FC<Props$2k>;
|
|
1589
|
+
interface Props$2k {
|
|
1669
1590
|
/**
|
|
1670
1591
|
* Main content of the component.
|
|
1671
1592
|
*/
|
|
1672
1593
|
children: React$1.ReactNode;
|
|
1673
1594
|
}
|
|
1674
1595
|
|
|
1675
|
-
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$
|
|
1676
|
-
interface Props$
|
|
1596
|
+
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$2j & React$1.RefAttributes<HTMLDivElement>>;
|
|
1597
|
+
interface Props$2j {
|
|
1677
1598
|
/**
|
|
1678
1599
|
* Main content of the component.
|
|
1679
1600
|
*/
|
|
@@ -1692,8 +1613,8 @@ interface Props$2g {
|
|
|
1692
1613
|
header?: string;
|
|
1693
1614
|
}
|
|
1694
1615
|
|
|
1695
|
-
declare const PanelContentProp: React$1.FC<Props$
|
|
1696
|
-
interface Props$
|
|
1616
|
+
declare const PanelContentProp: React$1.FC<Props$2i>;
|
|
1617
|
+
interface Props$2i {
|
|
1697
1618
|
/**
|
|
1698
1619
|
* Property label.
|
|
1699
1620
|
*/
|
|
@@ -1706,8 +1627,8 @@ interface Props$2f {
|
|
|
1706
1627
|
|
|
1707
1628
|
declare const PanelDragHandle: React$1.ForwardRefExoticComponent<React$1.RefAttributes<HTMLDivElement>>;
|
|
1708
1629
|
|
|
1709
|
-
declare const PanelList: React$1.FC<Props$
|
|
1710
|
-
interface Props$
|
|
1630
|
+
declare const PanelList: React$1.FC<Props$2h>;
|
|
1631
|
+
interface Props$2h {
|
|
1711
1632
|
/**
|
|
1712
1633
|
* Main content.
|
|
1713
1634
|
*/
|
|
@@ -1722,16 +1643,16 @@ interface Props$2e {
|
|
|
1722
1643
|
toolbarLoading?: boolean;
|
|
1723
1644
|
}
|
|
1724
1645
|
|
|
1725
|
-
declare const PanelListDivider: React$1.FC<Props$
|
|
1726
|
-
interface Props$
|
|
1646
|
+
declare const PanelListDivider: React$1.FC<Props$2g>;
|
|
1647
|
+
interface Props$2g {
|
|
1727
1648
|
/**
|
|
1728
1649
|
* Toggles component opacity.
|
|
1729
1650
|
*/
|
|
1730
1651
|
opaque?: boolean;
|
|
1731
1652
|
}
|
|
1732
1653
|
|
|
1733
|
-
declare const PanelSide: React$1.FC<Props$
|
|
1734
|
-
interface Props$
|
|
1654
|
+
declare const PanelSide: React$1.FC<Props$2f>;
|
|
1655
|
+
interface Props$2f {
|
|
1735
1656
|
/**
|
|
1736
1657
|
* Custom content rendered instead of icon.
|
|
1737
1658
|
*/
|
|
@@ -1753,8 +1674,8 @@ interface Props$2c {
|
|
|
1753
1674
|
verticalSpacing?: boolean;
|
|
1754
1675
|
}
|
|
1755
1676
|
|
|
1756
|
-
declare const PanelSkeleton: React$1.FC<Props$
|
|
1757
|
-
interface Props$
|
|
1677
|
+
declare const PanelSkeleton: React$1.FC<Props$2e>;
|
|
1678
|
+
interface Props$2e {
|
|
1758
1679
|
/**
|
|
1759
1680
|
* Number of loading blocks.
|
|
1760
1681
|
*/
|
|
@@ -1769,8 +1690,8 @@ interface Props$2b {
|
|
|
1769
1690
|
spacing?: boolean;
|
|
1770
1691
|
}
|
|
1771
1692
|
|
|
1772
|
-
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$
|
|
1773
|
-
interface Props$
|
|
1693
|
+
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$2d & React$1.RefAttributes<HTMLDivElement>>;
|
|
1694
|
+
interface Props$2d extends Omit<Props$2j, 'children'> {
|
|
1774
1695
|
/**
|
|
1775
1696
|
* Panel's title.
|
|
1776
1697
|
*/
|
|
@@ -1781,6 +1702,14 @@ interface Props$2a extends Omit<Props$2g, 'children'> {
|
|
|
1781
1702
|
description?: React$1.ReactNode;
|
|
1782
1703
|
}
|
|
1783
1704
|
|
|
1705
|
+
declare const PanelDescriptionItem: React$1.FC<Props$2c>;
|
|
1706
|
+
interface Props$2c {
|
|
1707
|
+
/**
|
|
1708
|
+
* Main components content.
|
|
1709
|
+
*/
|
|
1710
|
+
children: React$1.ReactNode;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1784
1713
|
interface ListDndItem {
|
|
1785
1714
|
/**
|
|
1786
1715
|
* Unique id of a dnd item.
|
|
@@ -1856,8 +1785,8 @@ declare const useListDnd: (initItems: ListDndItem[]) => {
|
|
|
1856
1785
|
setDraggable: ListDndSetDraggable;
|
|
1857
1786
|
};
|
|
1858
1787
|
|
|
1859
|
-
declare const SortableDndListItem: React$1.FC<Props$
|
|
1860
|
-
interface Props$
|
|
1788
|
+
declare const SortableDndListItem: React$1.FC<Props$2b>;
|
|
1789
|
+
interface Props$2b {
|
|
1861
1790
|
/**
|
|
1862
1791
|
* Current item's index in a list.
|
|
1863
1792
|
*/
|
|
@@ -1899,8 +1828,8 @@ interface SortableDndListContextShape {
|
|
|
1899
1828
|
onDragEnd?: ListDndOnDragEnd;
|
|
1900
1829
|
}
|
|
1901
1830
|
|
|
1902
|
-
declare const SortableDndList: React$1.FC<Props$
|
|
1903
|
-
interface Props$
|
|
1831
|
+
declare const SortableDndList: React$1.FC<Props$2a>;
|
|
1832
|
+
interface Props$2a extends SortableDndListContextShape {
|
|
1904
1833
|
/**
|
|
1905
1834
|
* Main content of the component.
|
|
1906
1835
|
*/
|
|
@@ -1918,8 +1847,8 @@ interface PanelContextShape extends Partial<ListDndChildProps> {
|
|
|
1918
1847
|
edit?: boolean;
|
|
1919
1848
|
}
|
|
1920
1849
|
|
|
1921
|
-
declare const Panel: React$1.ForwardRefExoticComponent<Props$
|
|
1922
|
-
interface Props$
|
|
1850
|
+
declare const Panel: React$1.ForwardRefExoticComponent<Props$29 & React$1.RefAttributes<HTMLDivElement>>;
|
|
1851
|
+
interface Props$29 extends PanelContextShape {
|
|
1923
1852
|
/**
|
|
1924
1853
|
* Main content of the component.
|
|
1925
1854
|
*/
|
|
@@ -1938,8 +1867,8 @@ interface Props$27 extends PanelContextShape {
|
|
|
1938
1867
|
elevated?: boolean;
|
|
1939
1868
|
}
|
|
1940
1869
|
|
|
1941
|
-
declare const Pagination: React$1.FC<Props$
|
|
1942
|
-
interface Props$
|
|
1870
|
+
declare const Pagination: React$1.FC<Props$28>;
|
|
1871
|
+
interface Props$28 {
|
|
1943
1872
|
/**
|
|
1944
1873
|
* Disables interaction with pagination.
|
|
1945
1874
|
*/
|
|
@@ -1982,8 +1911,8 @@ interface Props$26 {
|
|
|
1982
1911
|
prevPageLabel?: string;
|
|
1983
1912
|
}
|
|
1984
1913
|
|
|
1985
|
-
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$
|
|
1986
|
-
interface Props$
|
|
1914
|
+
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$27 & React$1.RefAttributes<HTMLDivElement>>;
|
|
1915
|
+
interface Props$27 {
|
|
1987
1916
|
/**
|
|
1988
1917
|
* Additional info rendered close to a title.
|
|
1989
1918
|
*/
|
|
@@ -2026,8 +1955,8 @@ interface Props$25 {
|
|
|
2026
1955
|
navigationLabel?: string;
|
|
2027
1956
|
}
|
|
2028
1957
|
|
|
2029
|
-
declare const PropertiesTableRow: React$1.FC<Props$
|
|
2030
|
-
interface Props$
|
|
1958
|
+
declare const PropertiesTableRow: React$1.FC<Props$26>;
|
|
1959
|
+
interface Props$26 {
|
|
2031
1960
|
/**
|
|
2032
1961
|
* Item's label.
|
|
2033
1962
|
*/
|
|
@@ -2038,16 +1967,16 @@ interface Props$24 {
|
|
|
2038
1967
|
value: React$1.ReactNode;
|
|
2039
1968
|
}
|
|
2040
1969
|
|
|
2041
|
-
declare const PropertiesTable: React$1.FC<Props$
|
|
2042
|
-
interface Props$
|
|
1970
|
+
declare const PropertiesTable: React$1.FC<Props$25>;
|
|
1971
|
+
interface Props$25 {
|
|
2043
1972
|
/**
|
|
2044
1973
|
* Main content of the component.
|
|
2045
1974
|
*/
|
|
2046
1975
|
children: React$1.ReactNode;
|
|
2047
1976
|
}
|
|
2048
1977
|
|
|
2049
|
-
declare const ResponsiveImageFit: React$1.FC<Props$
|
|
2050
|
-
interface Props$
|
|
1978
|
+
declare const ResponsiveImageFit: React$1.FC<Props$24>;
|
|
1979
|
+
interface Props$24 {
|
|
2051
1980
|
/**
|
|
2052
1981
|
* Image alt text.
|
|
2053
1982
|
*/
|
|
@@ -2086,8 +2015,8 @@ interface Props$22 {
|
|
|
2086
2015
|
sizes?: number;
|
|
2087
2016
|
}
|
|
2088
2017
|
|
|
2089
|
-
declare const ResponsiveImageFallback: React$1.FC<Props$
|
|
2090
|
-
interface Props$
|
|
2018
|
+
declare const ResponsiveImageFallback: React$1.FC<Props$23>;
|
|
2019
|
+
interface Props$23 {
|
|
2091
2020
|
/**
|
|
2092
2021
|
* Indicates if cover is allowed for the image.
|
|
2093
2022
|
*/
|
|
@@ -2114,8 +2043,8 @@ interface Props$21 {
|
|
|
2114
2043
|
showFallback?: boolean;
|
|
2115
2044
|
}
|
|
2116
2045
|
|
|
2117
|
-
declare const ResponsiveImageScalable: React$1.FC<Props$
|
|
2118
|
-
interface Props$
|
|
2046
|
+
declare const ResponsiveImageScalable: React$1.FC<Props$22>;
|
|
2047
|
+
interface Props$22 {
|
|
2119
2048
|
/**
|
|
2120
2049
|
* Image alt text.
|
|
2121
2050
|
*/
|
|
@@ -2164,8 +2093,8 @@ interface Props$20 {
|
|
|
2164
2093
|
|
|
2165
2094
|
declare const ResponsiveImageSkeleton: React$1.FC;
|
|
2166
2095
|
|
|
2167
|
-
declare const ResponsiveImage: React$1.FC<Props$
|
|
2168
|
-
interface Props$
|
|
2096
|
+
declare const ResponsiveImage: React$1.FC<Props$21>;
|
|
2097
|
+
interface Props$21 {
|
|
2169
2098
|
/**
|
|
2170
2099
|
* List of available breakpoints.
|
|
2171
2100
|
*/
|
|
@@ -2188,8 +2117,8 @@ interface Props$1$ {
|
|
|
2188
2117
|
loader?: React$1.ReactNode;
|
|
2189
2118
|
}
|
|
2190
2119
|
|
|
2191
|
-
declare const Skeleton: React$1.FC<Props$
|
|
2192
|
-
interface Props$
|
|
2120
|
+
declare const Skeleton: React$1.FC<Props$20>;
|
|
2121
|
+
interface Props$20 {
|
|
2193
2122
|
/**
|
|
2194
2123
|
* Optional class name. It overrides class responsible for background color.
|
|
2195
2124
|
*/
|
|
@@ -2204,8 +2133,8 @@ interface Props$1_ {
|
|
|
2204
2133
|
width?: string;
|
|
2205
2134
|
}
|
|
2206
2135
|
|
|
2207
|
-
declare const SortButton: React$1.FC<Props$
|
|
2208
|
-
interface Props$
|
|
2136
|
+
declare const SortButton: React$1.FC<Props$1$>;
|
|
2137
|
+
interface Props$1$ {
|
|
2209
2138
|
/**
|
|
2210
2139
|
* Button's aria label.
|
|
2211
2140
|
*/
|
|
@@ -2224,8 +2153,8 @@ interface Props$1Z {
|
|
|
2224
2153
|
onClick?: () => void;
|
|
2225
2154
|
}
|
|
2226
2155
|
|
|
2227
|
-
declare const SwitchView: React$1.FC<Props$
|
|
2228
|
-
interface Props$
|
|
2156
|
+
declare const SwitchView: React$1.FC<Props$1_>;
|
|
2157
|
+
interface Props$1_ {
|
|
2229
2158
|
/**
|
|
2230
2159
|
* Main content of the component.
|
|
2231
2160
|
*/
|
|
@@ -2236,8 +2165,8 @@ interface Props$1Y {
|
|
|
2236
2165
|
id?: string | string[];
|
|
2237
2166
|
}
|
|
2238
2167
|
|
|
2239
|
-
declare const Switch: React$1.FC<Props$
|
|
2240
|
-
interface Props$
|
|
2168
|
+
declare const Switch: React$1.FC<Props$1Z>;
|
|
2169
|
+
interface Props$1Z {
|
|
2241
2170
|
/**
|
|
2242
2171
|
* Main content of the component.
|
|
2243
2172
|
*/
|
|
@@ -2248,8 +2177,8 @@ interface Props$1X {
|
|
|
2248
2177
|
match?: string;
|
|
2249
2178
|
}
|
|
2250
2179
|
|
|
2251
|
-
declare const SwitchInput: React$1.FC<Props$
|
|
2252
|
-
interface Props$
|
|
2180
|
+
declare const SwitchInput: React$1.FC<Props$1Y>;
|
|
2181
|
+
interface Props$1Y {
|
|
2253
2182
|
/**
|
|
2254
2183
|
* Sets current input's value.
|
|
2255
2184
|
*/
|
|
@@ -2268,8 +2197,8 @@ interface Props$1W {
|
|
|
2268
2197
|
onChange: (checked: boolean) => void;
|
|
2269
2198
|
}
|
|
2270
2199
|
|
|
2271
|
-
declare const TagList: React$1.FC<Props$
|
|
2272
|
-
interface Props$
|
|
2200
|
+
declare const TagList: React$1.FC<Props$1X>;
|
|
2201
|
+
interface Props$1X {
|
|
2273
2202
|
/**
|
|
2274
2203
|
* Main content of the component.
|
|
2275
2204
|
*/
|
|
@@ -2280,8 +2209,8 @@ interface Props$1V {
|
|
|
2280
2209
|
className?: string;
|
|
2281
2210
|
}
|
|
2282
2211
|
|
|
2283
|
-
declare const TagLabel: React$1.FC<Props$
|
|
2284
|
-
interface Props$
|
|
2212
|
+
declare const TagLabel: React$1.FC<Props$1W>;
|
|
2213
|
+
interface Props$1W {
|
|
2285
2214
|
/**
|
|
2286
2215
|
* Emphasizes tag content.
|
|
2287
2216
|
*/
|
|
@@ -2292,8 +2221,8 @@ interface Props$1U {
|
|
|
2292
2221
|
children: React$1.ReactNode;
|
|
2293
2222
|
}
|
|
2294
2223
|
|
|
2295
|
-
declare const Tag: React$1.ForwardRefExoticComponent<Props$
|
|
2296
|
-
interface Props$
|
|
2224
|
+
declare const Tag: React$1.ForwardRefExoticComponent<Props$1V & React$1.RefAttributes<HTMLDivElement>>;
|
|
2225
|
+
interface Props$1V {
|
|
2297
2226
|
/**
|
|
2298
2227
|
* Sets component's children.
|
|
2299
2228
|
*/
|
|
@@ -2324,8 +2253,8 @@ interface Props$1T {
|
|
|
2324
2253
|
removeLabel?: string;
|
|
2325
2254
|
}
|
|
2326
2255
|
|
|
2327
|
-
declare const TagInput: React$1.FC<Props$
|
|
2328
|
-
interface Props$
|
|
2256
|
+
declare const TagInput: React$1.FC<Props$1U>;
|
|
2257
|
+
interface Props$1U {
|
|
2329
2258
|
/**
|
|
2330
2259
|
* Input's class name.
|
|
2331
2260
|
*/
|
|
@@ -2373,8 +2302,8 @@ interface Props$1S {
|
|
|
2373
2302
|
}[];
|
|
2374
2303
|
}
|
|
2375
2304
|
|
|
2376
|
-
declare const Tab: React$1.FC<Props$
|
|
2377
|
-
interface Props$
|
|
2305
|
+
declare const Tab: React$1.FC<Props$1T>;
|
|
2306
|
+
interface Props$1T {
|
|
2378
2307
|
/**
|
|
2379
2308
|
* Main content.
|
|
2380
2309
|
*/
|
|
@@ -2393,8 +2322,8 @@ interface Props$1R {
|
|
|
2393
2322
|
panelId: string;
|
|
2394
2323
|
}
|
|
2395
2324
|
|
|
2396
|
-
declare const TabPanel: React$1.FC<Props$
|
|
2397
|
-
interface Props$
|
|
2325
|
+
declare const TabPanel: React$1.FC<Props$1S>;
|
|
2326
|
+
interface Props$1S {
|
|
2398
2327
|
/**
|
|
2399
2328
|
* Main content of the component.
|
|
2400
2329
|
*/
|
|
@@ -2409,8 +2338,8 @@ interface Props$1Q {
|
|
|
2409
2338
|
id: string;
|
|
2410
2339
|
}
|
|
2411
2340
|
|
|
2412
|
-
declare const Tabs: React$1.FC<Props$
|
|
2413
|
-
interface Props$
|
|
2341
|
+
declare const Tabs: React$1.FC<Props$1R>;
|
|
2342
|
+
interface Props$1R {
|
|
2414
2343
|
/**
|
|
2415
2344
|
* Currently selected tab.
|
|
2416
2345
|
*/
|
|
@@ -2425,8 +2354,8 @@ interface Props$1P {
|
|
|
2425
2354
|
onSelect?: (id: string) => void;
|
|
2426
2355
|
}
|
|
2427
2356
|
|
|
2428
|
-
declare const Tooltip: React$1.FC<Props$
|
|
2429
|
-
interface Props$
|
|
2357
|
+
declare const Tooltip: React$1.FC<Props$1Q>;
|
|
2358
|
+
interface Props$1Q {
|
|
2430
2359
|
/**
|
|
2431
2360
|
* Main content of the component.
|
|
2432
2361
|
* It must be a single child that accepts `ref`.
|
|
@@ -2450,8 +2379,8 @@ interface Props$1O {
|
|
|
2450
2379
|
wrap?: boolean;
|
|
2451
2380
|
}
|
|
2452
2381
|
|
|
2453
|
-
declare const TopbarAction: React$1.FC<Props$
|
|
2454
|
-
interface Props$
|
|
2382
|
+
declare const TopbarAction: React$1.FC<Props$1P>;
|
|
2383
|
+
interface Props$1P {
|
|
2455
2384
|
/**
|
|
2456
2385
|
* Applies active styling.
|
|
2457
2386
|
*/
|
|
@@ -2482,8 +2411,8 @@ interface Props$1N {
|
|
|
2482
2411
|
onClick?: () => void;
|
|
2483
2412
|
}
|
|
2484
2413
|
|
|
2485
|
-
declare const Topbar: React$1.FC<Props$
|
|
2486
|
-
interface Props$
|
|
2414
|
+
declare const Topbar: React$1.FC<Props$1O>;
|
|
2415
|
+
interface Props$1O {
|
|
2487
2416
|
/**
|
|
2488
2417
|
* Main content of the component.
|
|
2489
2418
|
*/
|
|
@@ -3565,21 +3494,11 @@ declare const validators_d_nonEmpty: typeof nonEmpty;
|
|
|
3565
3494
|
declare const validators_d_nonEmptyArray: typeof nonEmptyArray;
|
|
3566
3495
|
declare const validators_d_unique: typeof unique;
|
|
3567
3496
|
declare namespace validators_d {
|
|
3568
|
-
export {
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
validators_d_maxValue as maxValue,
|
|
3574
|
-
validators_d_nonDotValue as nonDotValue,
|
|
3575
|
-
validators_d_nonEmpty as nonEmpty,
|
|
3576
|
-
validators_d_nonEmptyArray as nonEmptyArray,
|
|
3577
|
-
validators_d_unique as unique,
|
|
3578
|
-
};
|
|
3579
|
-
}
|
|
3580
|
-
|
|
3581
|
-
declare const ViewDialog: React$1.FC<Props$1L>;
|
|
3582
|
-
interface Props$1L {
|
|
3497
|
+
export { validators_d_isAllowed as isAllowed, validators_d_isCaseInsensitiveStringAllowed as isCaseInsensitiveStringAllowed, validators_d_maxItems as maxItems, validators_d_maxLength as maxLength, validators_d_maxValue as maxValue, validators_d_nonDotValue as nonDotValue, validators_d_nonEmpty as nonEmpty, validators_d_nonEmptyArray as nonEmptyArray, validators_d_unique as unique };
|
|
3498
|
+
}
|
|
3499
|
+
|
|
3500
|
+
declare const ViewDialog: React$1.FC<Props$1N>;
|
|
3501
|
+
interface Props$1N {
|
|
3583
3502
|
/**
|
|
3584
3503
|
* Main content of the component.
|
|
3585
3504
|
*/
|
|
@@ -3642,8 +3561,8 @@ interface Props$1L {
|
|
|
3642
3561
|
label?: string;
|
|
3643
3562
|
}
|
|
3644
3563
|
|
|
3645
|
-
declare const UIProvider: React$1.FC<Props$
|
|
3646
|
-
interface Props$
|
|
3564
|
+
declare const UIProvider: React$1.FC<Props$1M>;
|
|
3565
|
+
interface Props$1M {
|
|
3647
3566
|
/**
|
|
3648
3567
|
* Main content.
|
|
3649
3568
|
*/
|
|
@@ -3671,7 +3590,7 @@ interface Props$1K {
|
|
|
3671
3590
|
/**
|
|
3672
3591
|
* Dialog mode options.
|
|
3673
3592
|
*/
|
|
3674
|
-
dialog?: Omit<Props$
|
|
3593
|
+
dialog?: Omit<Props$1N, 'children'>;
|
|
3675
3594
|
/**
|
|
3676
3595
|
* Name of selected theme.
|
|
3677
3596
|
*/
|
|
@@ -3682,16 +3601,16 @@ interface Props$1K {
|
|
|
3682
3601
|
label?: string;
|
|
3683
3602
|
}
|
|
3684
3603
|
|
|
3685
|
-
declare const View: React$1.FC<Props$
|
|
3686
|
-
interface Props$
|
|
3604
|
+
declare const View: React$1.FC<Props$1L>;
|
|
3605
|
+
interface Props$1L {
|
|
3687
3606
|
/**
|
|
3688
3607
|
* Sets component's children.
|
|
3689
3608
|
*/
|
|
3690
3609
|
children?: React$1.ReactNode;
|
|
3691
3610
|
}
|
|
3692
3611
|
|
|
3693
|
-
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$
|
|
3694
|
-
interface Props$
|
|
3612
|
+
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$1K & React$1.RefAttributes<HTMLDivElement>>;
|
|
3613
|
+
interface Props$1K {
|
|
3695
3614
|
/**
|
|
3696
3615
|
* Sets component's children.
|
|
3697
3616
|
*/
|
|
@@ -3714,8 +3633,8 @@ interface Props$1I {
|
|
|
3714
3633
|
spacing?: 'xl';
|
|
3715
3634
|
}
|
|
3716
3635
|
|
|
3717
|
-
declare const ViewContentBar: React$1.FC<Props$
|
|
3718
|
-
interface Props$
|
|
3636
|
+
declare const ViewContentBar: React$1.FC<Props$1J>;
|
|
3637
|
+
interface Props$1J {
|
|
3719
3638
|
/**
|
|
3720
3639
|
* Sets component's children.
|
|
3721
3640
|
*/
|
|
@@ -3726,48 +3645,48 @@ interface Props$1H {
|
|
|
3726
3645
|
justify?: 'start' | 'end';
|
|
3727
3646
|
}
|
|
3728
3647
|
|
|
3729
|
-
declare const ViewContentWrapper: React$1.FC<Props$
|
|
3730
|
-
interface Props$
|
|
3648
|
+
declare const ViewContentWrapper: React$1.FC<Props$1I>;
|
|
3649
|
+
interface Props$1I {
|
|
3731
3650
|
/**
|
|
3732
3651
|
* Sets component's children.
|
|
3733
3652
|
*/
|
|
3734
3653
|
children?: React$1.ReactNode;
|
|
3735
3654
|
}
|
|
3736
3655
|
|
|
3737
|
-
declare const ViewFooter: React$1.FC<Props$
|
|
3738
|
-
interface Props$
|
|
3656
|
+
declare const ViewFooter: React$1.FC<Props$1H>;
|
|
3657
|
+
interface Props$1H {
|
|
3739
3658
|
/**
|
|
3740
3659
|
* Sets component's children.
|
|
3741
3660
|
*/
|
|
3742
3661
|
children?: React$1.ReactNode;
|
|
3743
3662
|
}
|
|
3744
3663
|
|
|
3745
|
-
declare const ViewHeader: React$1.FC<Props$
|
|
3746
|
-
interface Props$
|
|
3664
|
+
declare const ViewHeader: React$1.FC<Props$1G>;
|
|
3665
|
+
interface Props$1G {
|
|
3747
3666
|
/**
|
|
3748
3667
|
* Sets component's children.
|
|
3749
3668
|
*/
|
|
3750
3669
|
children?: React$1.ReactNode;
|
|
3751
3670
|
}
|
|
3752
3671
|
|
|
3753
|
-
declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$
|
|
3754
|
-
interface Props$
|
|
3672
|
+
declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$1F & React$1.RefAttributes<HTMLDivElement>>;
|
|
3673
|
+
interface Props$1F {
|
|
3755
3674
|
/**
|
|
3756
3675
|
* Sets component's children.
|
|
3757
3676
|
*/
|
|
3758
3677
|
children: React$1.ReactNode;
|
|
3759
3678
|
}
|
|
3760
3679
|
|
|
3761
|
-
declare const ViewSideContent: React$1.FC<Props$
|
|
3762
|
-
interface Props$
|
|
3680
|
+
declare const ViewSideContent: React$1.FC<Props$1E>;
|
|
3681
|
+
interface Props$1E {
|
|
3763
3682
|
/**
|
|
3764
3683
|
* Sets component's children.
|
|
3765
3684
|
*/
|
|
3766
3685
|
children?: React$1.ReactNode;
|
|
3767
3686
|
}
|
|
3768
3687
|
|
|
3769
|
-
declare const ViewWrapper: React$1.FC<Props$
|
|
3770
|
-
interface Props$
|
|
3688
|
+
declare const ViewWrapper: React$1.FC<Props$1D>;
|
|
3689
|
+
interface Props$1D {
|
|
3771
3690
|
/**
|
|
3772
3691
|
* Main content of the component.
|
|
3773
3692
|
*/
|
|
@@ -3778,8 +3697,8 @@ interface Props$1B {
|
|
|
3778
3697
|
navbar?: React$1.ReactNode;
|
|
3779
3698
|
}
|
|
3780
3699
|
|
|
3781
|
-
declare const RangeSlider: React$1.FC<Props$
|
|
3782
|
-
type Props$
|
|
3700
|
+
declare const RangeSlider: React$1.FC<Props$1C>;
|
|
3701
|
+
type Props$1C = {
|
|
3783
3702
|
/**
|
|
3784
3703
|
* Slider value.
|
|
3785
3704
|
*/
|
|
@@ -3812,8 +3731,8 @@ type Props$1A = {
|
|
|
3812
3731
|
showLabels?: boolean;
|
|
3813
3732
|
};
|
|
3814
3733
|
|
|
3815
|
-
declare const FormFeedback: React$1.FC<Props$
|
|
3816
|
-
type Props$
|
|
3734
|
+
declare const FormFeedback: React$1.FC<Props$1B>;
|
|
3735
|
+
type Props$1B = {
|
|
3817
3736
|
/**
|
|
3818
3737
|
* Main content of the component.
|
|
3819
3738
|
*/
|
|
@@ -3828,8 +3747,8 @@ type Props$1z = {
|
|
|
3828
3747
|
warning?: boolean;
|
|
3829
3748
|
};
|
|
3830
3749
|
|
|
3831
|
-
declare const FormGroup: React$1.FC<Props$
|
|
3832
|
-
interface Props$
|
|
3750
|
+
declare const FormGroup: React$1.FC<Props$1A>;
|
|
3751
|
+
interface Props$1A {
|
|
3833
3752
|
/**
|
|
3834
3753
|
* Main content of the component.
|
|
3835
3754
|
*/
|
|
@@ -3840,24 +3759,24 @@ interface Props$1y {
|
|
|
3840
3759
|
halfWidth?: boolean;
|
|
3841
3760
|
}
|
|
3842
3761
|
|
|
3843
|
-
declare const FormGroupColumn: React$1.FC<Props$
|
|
3844
|
-
interface Props$
|
|
3762
|
+
declare const FormGroupColumn: React$1.FC<Props$1z>;
|
|
3763
|
+
interface Props$1z {
|
|
3845
3764
|
/**
|
|
3846
3765
|
* Main content of the component.
|
|
3847
3766
|
*/
|
|
3848
3767
|
children: React$1.ReactNode;
|
|
3849
3768
|
}
|
|
3850
3769
|
|
|
3851
|
-
declare const FormGroupInfo: React$1.FC<Props$
|
|
3852
|
-
interface Props$
|
|
3770
|
+
declare const FormGroupInfo: React$1.FC<Props$1y>;
|
|
3771
|
+
interface Props$1y {
|
|
3853
3772
|
/**
|
|
3854
3773
|
* Main content of the component.
|
|
3855
3774
|
*/
|
|
3856
3775
|
children: React$1.ReactNode;
|
|
3857
3776
|
}
|
|
3858
3777
|
|
|
3859
|
-
declare const FormInputLabel: React$1.FC<Props$
|
|
3860
|
-
type Props$
|
|
3778
|
+
declare const FormInputLabel: React$1.FC<Props$1x>;
|
|
3779
|
+
type Props$1x = {
|
|
3861
3780
|
/**
|
|
3862
3781
|
* Main content of the component.
|
|
3863
3782
|
*/
|
|
@@ -3872,8 +3791,8 @@ type Props$1v = {
|
|
|
3872
3791
|
htmlFor: string;
|
|
3873
3792
|
};
|
|
3874
3793
|
|
|
3875
|
-
declare const Form: React$1.ForwardRefExoticComponent<Props$
|
|
3876
|
-
type Props$
|
|
3794
|
+
declare const Form: React$1.ForwardRefExoticComponent<Props$1w & React$1.RefAttributes<HTMLFormElement>>;
|
|
3795
|
+
type Props$1w = {
|
|
3877
3796
|
/**
|
|
3878
3797
|
* Main content of the component.
|
|
3879
3798
|
*/
|
|
@@ -3896,8 +3815,8 @@ type Props$1u = {
|
|
|
3896
3815
|
onSubmit: React$1.FormEventHandler<HTMLFormElement>;
|
|
3897
3816
|
};
|
|
3898
3817
|
|
|
3899
|
-
declare const EmptyViewLabel: React$1.FC<Props$
|
|
3900
|
-
interface Props$
|
|
3818
|
+
declare const EmptyViewLabel: React$1.FC<Props$1v>;
|
|
3819
|
+
interface Props$1v {
|
|
3901
3820
|
/**
|
|
3902
3821
|
* Main content of the component.
|
|
3903
3822
|
*/
|
|
@@ -3908,8 +3827,8 @@ interface Props$1t {
|
|
|
3908
3827
|
muted?: boolean;
|
|
3909
3828
|
}
|
|
3910
3829
|
|
|
3911
|
-
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$
|
|
3912
|
-
interface Props$
|
|
3830
|
+
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$1u & React$1.RefAttributes<HTMLDivElement>>;
|
|
3831
|
+
interface Props$1u {
|
|
3913
3832
|
/**
|
|
3914
3833
|
* Adds active styling.
|
|
3915
3834
|
*/
|
|
@@ -3932,8 +3851,8 @@ interface Props$1s {
|
|
|
3932
3851
|
type?: 'dropzone' | 'default';
|
|
3933
3852
|
}
|
|
3934
3853
|
|
|
3935
|
-
declare const Ellipsis: React$1.FC<Props$
|
|
3936
|
-
interface Props$
|
|
3854
|
+
declare const Ellipsis: React$1.FC<Props$1t>;
|
|
3855
|
+
interface Props$1t {
|
|
3937
3856
|
/**
|
|
3938
3857
|
* Items to display.
|
|
3939
3858
|
*/
|
|
@@ -3944,8 +3863,8 @@ interface Props$1r {
|
|
|
3944
3863
|
maxVisibleItems?: number;
|
|
3945
3864
|
}
|
|
3946
3865
|
|
|
3947
|
-
declare const FilePreviewActions: React$1.FC<Props$
|
|
3948
|
-
interface Props$
|
|
3866
|
+
declare const FilePreviewActions: React$1.FC<Props$1s>;
|
|
3867
|
+
interface Props$1s {
|
|
3949
3868
|
/**
|
|
3950
3869
|
* Label of the back button.
|
|
3951
3870
|
*/
|
|
@@ -3960,33 +3879,33 @@ interface Props$1q {
|
|
|
3960
3879
|
title: string;
|
|
3961
3880
|
}
|
|
3962
3881
|
|
|
3963
|
-
declare const FilePreviewColumn: React$1.FC<Props$
|
|
3964
|
-
interface Props$
|
|
3882
|
+
declare const FilePreviewColumn: React$1.FC<Props$1r>;
|
|
3883
|
+
interface Props$1r {
|
|
3965
3884
|
/**
|
|
3966
3885
|
* Main content of the component.
|
|
3967
3886
|
*/
|
|
3968
3887
|
children: React$1.ReactNode;
|
|
3969
3888
|
}
|
|
3970
3889
|
|
|
3971
|
-
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$
|
|
3972
|
-
interface Props$
|
|
3890
|
+
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$1q & React$1.RefAttributes<HTMLDivElement>>;
|
|
3891
|
+
interface Props$1q {
|
|
3973
3892
|
/**
|
|
3974
3893
|
* Main content of the component.
|
|
3975
3894
|
*/
|
|
3976
3895
|
children: React$1.ReactNode;
|
|
3977
3896
|
}
|
|
3978
3897
|
|
|
3979
|
-
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$
|
|
3980
|
-
interface Props$
|
|
3898
|
+
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$1p & React$1.RefAttributes<HTMLDivElement>>;
|
|
3899
|
+
interface Props$1p {
|
|
3981
3900
|
/**
|
|
3982
3901
|
* Main content of the component.
|
|
3983
3902
|
*/
|
|
3984
3903
|
children: React$1.ReactNode;
|
|
3985
3904
|
}
|
|
3986
3905
|
|
|
3987
|
-
declare const FilePreviewNavButton: React$1.FC<Props$
|
|
3906
|
+
declare const FilePreviewNavButton: React$1.FC<Props$1o>;
|
|
3988
3907
|
type Side = 'left' | 'right';
|
|
3989
|
-
interface Props$
|
|
3908
|
+
interface Props$1o {
|
|
3990
3909
|
/**
|
|
3991
3910
|
* Disables button.
|
|
3992
3911
|
*/
|
|
@@ -4009,16 +3928,16 @@ interface Props$1m {
|
|
|
4009
3928
|
tooltipPlacement?: PopperPlacement;
|
|
4010
3929
|
}
|
|
4011
3930
|
|
|
4012
|
-
declare const FilePreviewTooltip: React$1.FC<Props$
|
|
4013
|
-
interface Props$
|
|
3931
|
+
declare const FilePreviewTooltip: React$1.FC<Props$1n>;
|
|
3932
|
+
interface Props$1n {
|
|
4014
3933
|
/**
|
|
4015
3934
|
* Main content of the tooltip.
|
|
4016
3935
|
*/
|
|
4017
3936
|
children?: React$1.ReactNode;
|
|
4018
3937
|
}
|
|
4019
3938
|
|
|
4020
|
-
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$
|
|
4021
|
-
interface Props$
|
|
3939
|
+
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$1m & React$1.RefAttributes<HTMLDivElement>>;
|
|
3940
|
+
interface Props$1m {
|
|
4022
3941
|
/**
|
|
4023
3942
|
* Main content of the component.
|
|
4024
3943
|
*/
|
|
@@ -4068,8 +3987,8 @@ interface SelectionAreaCoords {
|
|
|
4068
3987
|
height: number;
|
|
4069
3988
|
}
|
|
4070
3989
|
|
|
4071
|
-
declare const SelectionArea: React$1.FC<Props$
|
|
4072
|
-
interface Props$
|
|
3990
|
+
declare const SelectionArea: React$1.FC<Props$1l>;
|
|
3991
|
+
interface Props$1l {
|
|
4073
3992
|
/**
|
|
4074
3993
|
* Selection area container.
|
|
4075
3994
|
*/
|
|
@@ -4097,6 +4016,24 @@ interface SelectOption extends Record<string, unknown> {
|
|
|
4097
4016
|
* Additional description.
|
|
4098
4017
|
*/
|
|
4099
4018
|
description?: string;
|
|
4019
|
+
/**
|
|
4020
|
+
* Indicates whether option should be displayed in bold.
|
|
4021
|
+
*/
|
|
4022
|
+
bold?: boolean;
|
|
4023
|
+
}
|
|
4024
|
+
interface ListboxProps {
|
|
4025
|
+
/**
|
|
4026
|
+
* Options to render.
|
|
4027
|
+
*/
|
|
4028
|
+
options: SelectRenderableOption[];
|
|
4029
|
+
/**
|
|
4030
|
+
* Callback invoke upon selecting an item.
|
|
4031
|
+
*/
|
|
4032
|
+
onSelectToggle: SelectToggleHandler;
|
|
4033
|
+
/**
|
|
4034
|
+
* List of currently selected options.
|
|
4035
|
+
*/
|
|
4036
|
+
selectedOptions: SelectOption[];
|
|
4100
4037
|
}
|
|
4101
4038
|
interface SelectSection<T extends SelectOption = SelectOption> {
|
|
4102
4039
|
/**
|
|
@@ -4153,8 +4090,20 @@ type SelectToggleHandler = (opt: SelectOption) => void;
|
|
|
4153
4090
|
*/
|
|
4154
4091
|
type SelectKeyboardNextIdGetter = (options: SelectOption[], currentIndex: number) => SelectOption | undefined;
|
|
4155
4092
|
|
|
4156
|
-
declare const
|
|
4157
|
-
interface Props$
|
|
4093
|
+
declare const SelectListboxGrid: React$1.FC<Props$1k>;
|
|
4094
|
+
interface Props$1k {
|
|
4095
|
+
/**
|
|
4096
|
+
* Main content of the component.
|
|
4097
|
+
*/
|
|
4098
|
+
children?: React$1.ReactNode;
|
|
4099
|
+
/**
|
|
4100
|
+
* Label displayed when grid is empty.
|
|
4101
|
+
*/
|
|
4102
|
+
noOptionsLabel?: string;
|
|
4103
|
+
}
|
|
4104
|
+
|
|
4105
|
+
declare const Select: React$1.FC<Props$1j>;
|
|
4106
|
+
interface Props$1j {
|
|
4158
4107
|
/**
|
|
4159
4108
|
* Aria label for clear button.
|
|
4160
4109
|
*/
|
|
@@ -4223,6 +4172,10 @@ interface Props$1i {
|
|
|
4223
4172
|
* @param selected selected option
|
|
4224
4173
|
*/
|
|
4225
4174
|
renderSelectedItem?: (selected: SelectOption) => React$1.ReactNode;
|
|
4175
|
+
/**
|
|
4176
|
+
* Custom render prop for listbox.
|
|
4177
|
+
*/
|
|
4178
|
+
renderListbox?: (props: ListboxProps) => React$1.ReactNode;
|
|
4226
4179
|
/**
|
|
4227
4180
|
* Allows to search through options.
|
|
4228
4181
|
*/
|
|
@@ -4237,8 +4190,8 @@ interface Props$1i {
|
|
|
4237
4190
|
size?: 'base' | 'small' | 'medium';
|
|
4238
4191
|
}
|
|
4239
4192
|
|
|
4240
|
-
declare const Notifications: React$1.FC<Props$
|
|
4241
|
-
interface Props$
|
|
4193
|
+
declare const Notifications: React$1.FC<Props$1i>;
|
|
4194
|
+
interface Props$1i {
|
|
4242
4195
|
/**
|
|
4243
4196
|
* Container's position will be adjusted in accordance with provided element's height.
|
|
4244
4197
|
*/
|
|
@@ -4251,11 +4204,11 @@ interface Props$1h {
|
|
|
4251
4204
|
|
|
4252
4205
|
type NotificationType = 'success' | 'error' | 'warning';
|
|
4253
4206
|
|
|
4254
|
-
declare const Notification: React$1.FC<Props$
|
|
4207
|
+
declare const Notification: React$1.FC<Props$1h>;
|
|
4255
4208
|
/**
|
|
4256
4209
|
* `Notification` component is rendered as part of `TransitionGroup` and therefore gets transition props in addition to its regular props.
|
|
4257
4210
|
*/
|
|
4258
|
-
type Props$
|
|
4211
|
+
type Props$1h = Partial<TransitionProps> & {
|
|
4259
4212
|
/**
|
|
4260
4213
|
* Main content of the component.
|
|
4261
4214
|
*/
|
|
@@ -4282,8 +4235,8 @@ type Props$1g = Partial<TransitionProps> & {
|
|
|
4282
4235
|
type: NotificationType;
|
|
4283
4236
|
};
|
|
4284
4237
|
|
|
4285
|
-
declare const CopyableInput: React$1.FC<Props$
|
|
4286
|
-
interface Props$
|
|
4238
|
+
declare const CopyableInput: React$1.FC<Props$1g>;
|
|
4239
|
+
interface Props$1g {
|
|
4287
4240
|
/**
|
|
4288
4241
|
* Unique input's id.
|
|
4289
4242
|
*/
|
|
@@ -4306,8 +4259,8 @@ interface Props$1f {
|
|
|
4306
4259
|
labelCopied: string;
|
|
4307
4260
|
}
|
|
4308
4261
|
|
|
4309
|
-
declare const CopyableLabel: React$1.FC<Props$
|
|
4310
|
-
interface Props$
|
|
4262
|
+
declare const CopyableLabel: React$1.FC<Props$1f>;
|
|
4263
|
+
interface Props$1f {
|
|
4311
4264
|
/**
|
|
4312
4265
|
* Label's text. This text will be copied to clipboard upon clicking on the label.
|
|
4313
4266
|
*/
|
|
@@ -4326,8 +4279,8 @@ interface Props$1e {
|
|
|
4326
4279
|
labelCopied: string;
|
|
4327
4280
|
}
|
|
4328
4281
|
|
|
4329
|
-
declare const CopyButton: React$1.FC<Props$
|
|
4330
|
-
interface Props$
|
|
4282
|
+
declare const CopyButton: React$1.FC<Props$1e>;
|
|
4283
|
+
interface Props$1e {
|
|
4331
4284
|
/**
|
|
4332
4285
|
* Value to be copied to clipboard.
|
|
4333
4286
|
*/
|
|
@@ -4392,12 +4345,16 @@ interface ContainerQueryContext {
|
|
|
4392
4345
|
* Breakpoint utils.
|
|
4393
4346
|
*/
|
|
4394
4347
|
breakpoints?: Breakpoints;
|
|
4348
|
+
/**
|
|
4349
|
+
* Indicates whether container is small enough to be considered mobile device.
|
|
4350
|
+
*/
|
|
4351
|
+
isMobile?: boolean;
|
|
4395
4352
|
}
|
|
4396
4353
|
declare const ContainerQueryContext: React$1.Context<ContainerQueryContext>;
|
|
4397
4354
|
declare const useContainerQuery: () => ContainerQueryContext;
|
|
4398
4355
|
|
|
4399
|
-
declare const ContainerQueryProvider: React$1.FC<Props$
|
|
4400
|
-
interface Props$
|
|
4356
|
+
declare const ContainerQueryProvider: React$1.FC<Props$1d>;
|
|
4357
|
+
interface Props$1d {
|
|
4401
4358
|
/**
|
|
4402
4359
|
* Maps breakpoint keys to width values. Each key corresponds to minimum value (in px).
|
|
4403
4360
|
*/
|
|
@@ -4412,8 +4369,8 @@ interface Props$1c {
|
|
|
4412
4369
|
containerEl?: HTMLElement | null;
|
|
4413
4370
|
}
|
|
4414
4371
|
|
|
4415
|
-
declare const ContainerQuery: React$1.FC<Props$
|
|
4416
|
-
interface Props$
|
|
4372
|
+
declare const ContainerQuery: React$1.FC<Props$1c>;
|
|
4373
|
+
interface Props$1c {
|
|
4417
4374
|
/**
|
|
4418
4375
|
* Main content of the component.
|
|
4419
4376
|
*/
|
|
@@ -4437,8 +4394,8 @@ interface FixedContext {
|
|
|
4437
4394
|
declare const FixedContext: React$1.Context<FixedContext>;
|
|
4438
4395
|
declare const useFixedCtx: () => FixedContext;
|
|
4439
4396
|
|
|
4440
|
-
declare const FixedProvider: React$1.FC<Props$
|
|
4441
|
-
interface Props$
|
|
4397
|
+
declare const FixedProvider: React$1.FC<Props$1b>;
|
|
4398
|
+
interface Props$1b {
|
|
4442
4399
|
/**
|
|
4443
4400
|
* Main content of the component.
|
|
4444
4401
|
*/
|
|
@@ -4450,16 +4407,16 @@ interface Props$1a {
|
|
|
4450
4407
|
rootEl?: HTMLElement | null;
|
|
4451
4408
|
}
|
|
4452
4409
|
|
|
4453
|
-
declare const Fixed: React$1.FC<Props$
|
|
4454
|
-
interface Props$
|
|
4410
|
+
declare const Fixed: React$1.FC<Props$1a>;
|
|
4411
|
+
interface Props$1a {
|
|
4455
4412
|
/**
|
|
4456
4413
|
* Main content of the component.
|
|
4457
4414
|
*/
|
|
4458
4415
|
children: React$1.ReactNode;
|
|
4459
4416
|
}
|
|
4460
4417
|
|
|
4461
|
-
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$
|
|
4462
|
-
interface Props$
|
|
4418
|
+
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$19 & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4419
|
+
interface Props$19 extends Props$39 {
|
|
4463
4420
|
/**
|
|
4464
4421
|
* Delays loader appearance. Defaults to `true`.
|
|
4465
4422
|
*/
|
|
@@ -4474,8 +4431,8 @@ interface Props$18 extends Props$36 {
|
|
|
4474
4431
|
loaderPosition?: 'left' | 'center' | 'right';
|
|
4475
4432
|
}
|
|
4476
4433
|
|
|
4477
|
-
declare const ListItem: React$1.FC<Props$
|
|
4478
|
-
interface Props$
|
|
4434
|
+
declare const ListItem: React$1.FC<Props$18>;
|
|
4435
|
+
interface Props$18 {
|
|
4479
4436
|
/**
|
|
4480
4437
|
* Main content of the component.
|
|
4481
4438
|
*/
|
|
@@ -4486,16 +4443,16 @@ interface Props$17 {
|
|
|
4486
4443
|
onClick?: () => void;
|
|
4487
4444
|
}
|
|
4488
4445
|
|
|
4489
|
-
declare const ListItemActions: React$1.FC<Props$
|
|
4490
|
-
interface Props$
|
|
4446
|
+
declare const ListItemActions: React$1.FC<Props$17>;
|
|
4447
|
+
interface Props$17 {
|
|
4491
4448
|
/**
|
|
4492
4449
|
* Main content of the component.
|
|
4493
4450
|
*/
|
|
4494
4451
|
children: React$1.ReactNode;
|
|
4495
4452
|
}
|
|
4496
4453
|
|
|
4497
|
-
declare const ListItemContent: React$1.FC<Props$
|
|
4498
|
-
interface Props$
|
|
4454
|
+
declare const ListItemContent: React$1.FC<Props$16>;
|
|
4455
|
+
interface Props$16 {
|
|
4499
4456
|
/**
|
|
4500
4457
|
* Main content of the component.
|
|
4501
4458
|
*/
|
|
@@ -4506,8 +4463,8 @@ interface Props$15 {
|
|
|
4506
4463
|
muted?: boolean;
|
|
4507
4464
|
}
|
|
4508
4465
|
|
|
4509
|
-
declare const List: React$1.FC<Props$
|
|
4510
|
-
interface Props$
|
|
4466
|
+
declare const List: React$1.FC<Props$15>;
|
|
4467
|
+
interface Props$15 {
|
|
4511
4468
|
/**
|
|
4512
4469
|
* Main content of the component.
|
|
4513
4470
|
*/
|
|
@@ -4518,32 +4475,32 @@ interface Props$14 {
|
|
|
4518
4475
|
className?: string;
|
|
4519
4476
|
}
|
|
4520
4477
|
|
|
4521
|
-
declare const SearchDialogActions: React$1.FC<Props$
|
|
4522
|
-
interface Props$
|
|
4478
|
+
declare const SearchDialogActions: React$1.FC<Props$14>;
|
|
4479
|
+
interface Props$14 {
|
|
4523
4480
|
/**
|
|
4524
4481
|
* Main content of the component.
|
|
4525
4482
|
*/
|
|
4526
4483
|
children: React$1.ReactNode;
|
|
4527
4484
|
}
|
|
4528
4485
|
|
|
4529
|
-
declare const SearchDialogContent: React$1.FC<Props$
|
|
4530
|
-
interface Props$
|
|
4486
|
+
declare const SearchDialogContent: React$1.FC<Props$13>;
|
|
4487
|
+
interface Props$13 {
|
|
4531
4488
|
/**
|
|
4532
4489
|
* Main content of the component.
|
|
4533
4490
|
*/
|
|
4534
4491
|
children: React$1.ReactNode;
|
|
4535
4492
|
}
|
|
4536
4493
|
|
|
4537
|
-
declare const SearchDialogFallback: React$1.FC<Props$
|
|
4538
|
-
interface Props$
|
|
4494
|
+
declare const SearchDialogFallback: React$1.FC<Props$12>;
|
|
4495
|
+
interface Props$12 {
|
|
4539
4496
|
/**
|
|
4540
4497
|
* Main content of the component.
|
|
4541
4498
|
*/
|
|
4542
4499
|
children: React$1.ReactNode;
|
|
4543
4500
|
}
|
|
4544
4501
|
|
|
4545
|
-
declare const SearchDialogHeader: React$1.FC<Props$
|
|
4546
|
-
interface Props$
|
|
4502
|
+
declare const SearchDialogHeader: React$1.FC<Props$11>;
|
|
4503
|
+
interface Props$11 {
|
|
4547
4504
|
/**
|
|
4548
4505
|
* Optional action rendered next to close button.
|
|
4549
4506
|
*/
|
|
@@ -4566,8 +4523,8 @@ interface Props$10 {
|
|
|
4566
4523
|
onSubmit?: React$1.FormEventHandler;
|
|
4567
4524
|
}
|
|
4568
4525
|
|
|
4569
|
-
declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props
|
|
4570
|
-
interface Props
|
|
4526
|
+
declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props$10 & React$1.RefAttributes<HTMLInputElement>>;
|
|
4527
|
+
interface Props$10 {
|
|
4571
4528
|
/**
|
|
4572
4529
|
* Input's name to register.
|
|
4573
4530
|
*/
|
|
@@ -4594,8 +4551,8 @@ interface Props$$ {
|
|
|
4594
4551
|
value?: string;
|
|
4595
4552
|
}
|
|
4596
4553
|
|
|
4597
|
-
declare const SearchDialogSection: React$1.FC<Props
|
|
4598
|
-
interface Props
|
|
4554
|
+
declare const SearchDialogSection: React$1.FC<Props$$>;
|
|
4555
|
+
interface Props$$ {
|
|
4599
4556
|
/**
|
|
4600
4557
|
* Main content of the component.
|
|
4601
4558
|
*/
|
|
@@ -4610,8 +4567,8 @@ interface Props$_ {
|
|
|
4610
4567
|
headerButtons?: React$1.ReactNode;
|
|
4611
4568
|
}
|
|
4612
4569
|
|
|
4613
|
-
declare const SearchDialog: React$1.FC<Props$
|
|
4614
|
-
interface Props$
|
|
4570
|
+
declare const SearchDialog: React$1.FC<Props$_>;
|
|
4571
|
+
interface Props$_ {
|
|
4615
4572
|
/**
|
|
4616
4573
|
* Main content of the component.
|
|
4617
4574
|
*/
|
|
@@ -4630,24 +4587,24 @@ interface Props$Z {
|
|
|
4630
4587
|
open?: boolean;
|
|
4631
4588
|
}
|
|
4632
4589
|
|
|
4633
|
-
declare const DrawerActions: React$1.FC<Props$
|
|
4634
|
-
interface Props$
|
|
4590
|
+
declare const DrawerActions: React$1.FC<Props$Z>;
|
|
4591
|
+
interface Props$Z {
|
|
4635
4592
|
/**
|
|
4636
4593
|
* Main content of the component.
|
|
4637
4594
|
*/
|
|
4638
4595
|
children: React$1.ReactNode;
|
|
4639
4596
|
}
|
|
4640
4597
|
|
|
4641
|
-
declare const DrawerContent: React$1.FC<Props$
|
|
4642
|
-
interface Props$
|
|
4598
|
+
declare const DrawerContent: React$1.FC<Props$Y>;
|
|
4599
|
+
interface Props$Y {
|
|
4643
4600
|
/**
|
|
4644
4601
|
* Main content of the component.
|
|
4645
4602
|
*/
|
|
4646
4603
|
children: React$1.ReactNode;
|
|
4647
4604
|
}
|
|
4648
4605
|
|
|
4649
|
-
declare const DrawerHeader: React$1.FC<Props$
|
|
4650
|
-
interface Props$
|
|
4606
|
+
declare const DrawerHeader: React$1.FC<Props$X>;
|
|
4607
|
+
interface Props$X {
|
|
4651
4608
|
/**
|
|
4652
4609
|
* Text displayed as title in the bar.
|
|
4653
4610
|
*/
|
|
@@ -4666,8 +4623,8 @@ interface Props$W {
|
|
|
4666
4623
|
iconRender?: IconRenderProp;
|
|
4667
4624
|
}
|
|
4668
4625
|
|
|
4669
|
-
declare const DrawerSection: React$1.ForwardRefExoticComponent<Props$
|
|
4670
|
-
interface Props$
|
|
4626
|
+
declare const DrawerSection: React$1.ForwardRefExoticComponent<Props$W & React$1.RefAttributes<HTMLDivElement>>;
|
|
4627
|
+
interface Props$W {
|
|
4671
4628
|
/**
|
|
4672
4629
|
* Main content of the component.
|
|
4673
4630
|
*/
|
|
@@ -4682,8 +4639,8 @@ interface Props$V {
|
|
|
4682
4639
|
centeredContent?: boolean;
|
|
4683
4640
|
}
|
|
4684
4641
|
|
|
4685
|
-
declare const Drawer: React$1.FC<Props$
|
|
4686
|
-
interface Props$
|
|
4642
|
+
declare const Drawer: React$1.FC<Props$V>;
|
|
4643
|
+
interface Props$V {
|
|
4687
4644
|
/**
|
|
4688
4645
|
* Main content of the component.
|
|
4689
4646
|
*/
|
|
@@ -4706,8 +4663,8 @@ interface Props$U {
|
|
|
4706
4663
|
fixed?: boolean;
|
|
4707
4664
|
}
|
|
4708
4665
|
|
|
4709
|
-
declare const TextEllipsis: React$1.FC<Props$
|
|
4710
|
-
interface Props$
|
|
4666
|
+
declare const TextEllipsis: React$1.FC<Props$U>;
|
|
4667
|
+
interface Props$U {
|
|
4711
4668
|
/**
|
|
4712
4669
|
* Text content.
|
|
4713
4670
|
*/
|
|
@@ -4722,8 +4679,8 @@ interface Props$T {
|
|
|
4722
4679
|
wrap?: boolean;
|
|
4723
4680
|
}
|
|
4724
4681
|
|
|
4725
|
-
declare const FileInput: React$1.ForwardRefExoticComponent<Props$
|
|
4726
|
-
interface Props$
|
|
4682
|
+
declare const FileInput: React$1.ForwardRefExoticComponent<Props$T & React$1.RefAttributes<HTMLInputElement>>;
|
|
4683
|
+
interface Props$T {
|
|
4727
4684
|
/**
|
|
4728
4685
|
* Specify comma-separated list of allowed file extensions.
|
|
4729
4686
|
*/
|
|
@@ -4742,24 +4699,24 @@ interface Props$S {
|
|
|
4742
4699
|
onChange?: React$1.ChangeEventHandler<HTMLInputElement>;
|
|
4743
4700
|
}
|
|
4744
4701
|
|
|
4745
|
-
declare const NavigationDialogContent: React$1.ForwardRefExoticComponent<Props$
|
|
4746
|
-
interface Props$
|
|
4702
|
+
declare const NavigationDialogContent: React$1.ForwardRefExoticComponent<Props$S & React$1.RefAttributes<HTMLDivElement>>;
|
|
4703
|
+
interface Props$S {
|
|
4747
4704
|
/**
|
|
4748
4705
|
* Main content of the component.
|
|
4749
4706
|
*/
|
|
4750
4707
|
children?: React$1.ReactNode;
|
|
4751
4708
|
}
|
|
4752
4709
|
|
|
4753
|
-
declare const NavigationDialogFallbackContent: React$1.ForwardRefExoticComponent<Props$
|
|
4754
|
-
interface Props$
|
|
4710
|
+
declare const NavigationDialogFallbackContent: React$1.ForwardRefExoticComponent<Props$R & React$1.RefAttributes<HTMLDivElement>>;
|
|
4711
|
+
interface Props$R {
|
|
4755
4712
|
/**
|
|
4756
4713
|
* Main content of the component.
|
|
4757
4714
|
*/
|
|
4758
4715
|
children?: React$1.ReactNode;
|
|
4759
4716
|
}
|
|
4760
4717
|
|
|
4761
|
-
declare const NavigationDialogFooter: React$1.ForwardRefExoticComponent<Props$
|
|
4762
|
-
interface Props$
|
|
4718
|
+
declare const NavigationDialogFooter: React$1.ForwardRefExoticComponent<Props$Q & React$1.RefAttributes<HTMLDivElement>>;
|
|
4719
|
+
interface Props$Q {
|
|
4763
4720
|
/**
|
|
4764
4721
|
* Main content of the component.
|
|
4765
4722
|
*/
|
|
@@ -4770,8 +4727,8 @@ interface Props$P {
|
|
|
4770
4727
|
className?: string;
|
|
4771
4728
|
}
|
|
4772
4729
|
|
|
4773
|
-
declare const NavigationDialogHeader: React$1.ForwardRefExoticComponent<Props$
|
|
4774
|
-
interface Props$
|
|
4730
|
+
declare const NavigationDialogHeader: React$1.ForwardRefExoticComponent<Props$P & React$1.RefAttributes<HTMLDivElement>>;
|
|
4731
|
+
interface Props$P {
|
|
4775
4732
|
/**
|
|
4776
4733
|
* Optional action component rendered next to title.
|
|
4777
4734
|
*/
|
|
@@ -4794,8 +4751,8 @@ interface Props$O {
|
|
|
4794
4751
|
titleId?: string;
|
|
4795
4752
|
}
|
|
4796
4753
|
|
|
4797
|
-
declare const NavigationDialogItem: React$1.ForwardRefExoticComponent<Props$
|
|
4798
|
-
interface Props$
|
|
4754
|
+
declare const NavigationDialogItem: React$1.ForwardRefExoticComponent<Props$O & React$1.RefAttributes<HTMLLIElement>>;
|
|
4755
|
+
interface Props$O {
|
|
4799
4756
|
/**
|
|
4800
4757
|
* Indicates if navbar item is active.
|
|
4801
4758
|
*/
|
|
@@ -4818,20 +4775,20 @@ interface Props$N {
|
|
|
4818
4775
|
onDoubleClick?: () => void;
|
|
4819
4776
|
}
|
|
4820
4777
|
|
|
4821
|
-
declare const NavigationDialogItemAction: React$1.FC<Props$
|
|
4822
|
-
interface Props$
|
|
4778
|
+
declare const NavigationDialogItemAction: React$1.FC<Props$N>;
|
|
4779
|
+
interface Props$N {
|
|
4823
4780
|
/**
|
|
4824
4781
|
* Optional button.
|
|
4825
4782
|
*/
|
|
4826
|
-
button?: React$1.ReactElement<Props$
|
|
4783
|
+
button?: React$1.ReactElement<Props$39> | null;
|
|
4827
4784
|
/**
|
|
4828
4785
|
* Optional icon.
|
|
4829
4786
|
*/
|
|
4830
|
-
icon?: React$1.ReactElement<Props$
|
|
4787
|
+
icon?: React$1.ReactElement<Props$3a> | ((props: Props$3a) => React$1.ReactNode) | null;
|
|
4831
4788
|
}
|
|
4832
4789
|
|
|
4833
|
-
declare const NavigationDialogItemLabel: React$1.FC<Props$
|
|
4834
|
-
interface Props$
|
|
4790
|
+
declare const NavigationDialogItemLabel: React$1.FC<Props$M>;
|
|
4791
|
+
interface Props$M {
|
|
4835
4792
|
/**
|
|
4836
4793
|
* Main content of the component.
|
|
4837
4794
|
*/
|
|
@@ -4839,11 +4796,11 @@ interface Props$L {
|
|
|
4839
4796
|
/**
|
|
4840
4797
|
* Displayed icon.
|
|
4841
4798
|
*/
|
|
4842
|
-
icon?: React$1.ReactElement<Props$
|
|
4799
|
+
icon?: React$1.ReactElement<Props$3a>;
|
|
4843
4800
|
}
|
|
4844
4801
|
|
|
4845
|
-
declare const NavigationDialog: React$1.ForwardRefExoticComponent<Props$
|
|
4846
|
-
interface Props$
|
|
4802
|
+
declare const NavigationDialog: React$1.ForwardRefExoticComponent<Props$L & React$1.RefAttributes<HTMLDivElement>>;
|
|
4803
|
+
interface Props$L {
|
|
4847
4804
|
/**
|
|
4848
4805
|
* Main content of the component.
|
|
4849
4806
|
*/
|
|
@@ -4870,8 +4827,8 @@ interface Props$K {
|
|
|
4870
4827
|
open?: boolean;
|
|
4871
4828
|
}
|
|
4872
4829
|
|
|
4873
|
-
declare const CheckboxLabel: React$1.ForwardRefExoticComponent<Props$
|
|
4874
|
-
interface Props$
|
|
4830
|
+
declare const CheckboxLabel: React$1.ForwardRefExoticComponent<Props$K & React$1.RefAttributes<HTMLLabelElement>>;
|
|
4831
|
+
interface Props$K {
|
|
4875
4832
|
/**
|
|
4876
4833
|
* Main content of the component.
|
|
4877
4834
|
*/
|
|
@@ -4882,8 +4839,8 @@ interface Props$J {
|
|
|
4882
4839
|
labelFor?: string;
|
|
4883
4840
|
}
|
|
4884
4841
|
|
|
4885
|
-
declare const Checkbox: React$1.FC<Props$
|
|
4886
|
-
interface Props$
|
|
4842
|
+
declare const Checkbox: React$1.FC<Props$J>;
|
|
4843
|
+
interface Props$J {
|
|
4887
4844
|
/**
|
|
4888
4845
|
* Optional content of the component.
|
|
4889
4846
|
*/
|
|
@@ -4993,10 +4950,10 @@ interface ImageEditorContext {
|
|
|
4993
4950
|
*/
|
|
4994
4951
|
cropperReady: boolean;
|
|
4995
4952
|
/**
|
|
4996
|
-
* Indicates if
|
|
4997
|
-
*
|
|
4953
|
+
* Indicates if any loading is in progress.
|
|
4954
|
+
* Loading indicator is deferred, which means that this flag will be turned on after predefined delay.
|
|
4998
4955
|
*/
|
|
4999
|
-
|
|
4956
|
+
isLoading?: boolean;
|
|
5000
4957
|
/**
|
|
5001
4958
|
* Instance of Cropper.
|
|
5002
4959
|
*/
|
|
@@ -5221,8 +5178,8 @@ declare function getClampedDimension(dimension: string): number;
|
|
|
5221
5178
|
*/
|
|
5222
5179
|
declare const getClampedDimensions: (width: string, height: string) => [number, number];
|
|
5223
5180
|
|
|
5224
|
-
declare const ImageEditorDimensionsInput: React$1.FC<Props$
|
|
5225
|
-
interface Props$
|
|
5181
|
+
declare const ImageEditorDimensionsInput: React$1.FC<Props$I>;
|
|
5182
|
+
interface Props$I {
|
|
5226
5183
|
/**
|
|
5227
5184
|
* Indicates whether input is disabled.
|
|
5228
5185
|
*/
|
|
@@ -5249,8 +5206,8 @@ interface Props$H {
|
|
|
5249
5206
|
value: string;
|
|
5250
5207
|
}
|
|
5251
5208
|
|
|
5252
|
-
declare const ImageEditorActions: React$1.FC<Props$
|
|
5253
|
-
interface Props$
|
|
5209
|
+
declare const ImageEditorActions: React$1.FC<Props$H>;
|
|
5210
|
+
interface Props$H {
|
|
5254
5211
|
/**
|
|
5255
5212
|
* Label of the back button.
|
|
5256
5213
|
*/
|
|
@@ -5265,26 +5222,26 @@ interface Props$G {
|
|
|
5265
5222
|
title?: string;
|
|
5266
5223
|
}
|
|
5267
5224
|
|
|
5268
|
-
declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
5225
|
+
declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$39, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5269
5226
|
|
|
5270
|
-
declare const ImageEditorButtonsGroup: React$1.ForwardRefExoticComponent<Props$
|
|
5271
|
-
interface Props$
|
|
5227
|
+
declare const ImageEditorButtonsGroup: React$1.ForwardRefExoticComponent<Props$G & React$1.RefAttributes<HTMLDivElement>>;
|
|
5228
|
+
interface Props$G {
|
|
5272
5229
|
/**
|
|
5273
5230
|
* Main content of the component.
|
|
5274
5231
|
*/
|
|
5275
5232
|
children?: React$1.ReactNode;
|
|
5276
5233
|
}
|
|
5277
5234
|
|
|
5278
|
-
declare const ImageEditorButtonsRow: React$1.ForwardRefExoticComponent<Props$
|
|
5279
|
-
interface Props$
|
|
5235
|
+
declare const ImageEditorButtonsRow: React$1.ForwardRefExoticComponent<Props$F & React$1.RefAttributes<HTMLDivElement>>;
|
|
5236
|
+
interface Props$F {
|
|
5280
5237
|
/**
|
|
5281
5238
|
* Main content of the component.
|
|
5282
5239
|
*/
|
|
5283
5240
|
children?: React$1.ReactNode;
|
|
5284
5241
|
}
|
|
5285
5242
|
|
|
5286
|
-
declare const ImageEditorCanvas: React$1.ForwardRefExoticComponent<Props$
|
|
5287
|
-
interface Props$
|
|
5243
|
+
declare const ImageEditorCanvas: React$1.ForwardRefExoticComponent<Props$E & React$1.RefAttributes<HTMLDivElement>>;
|
|
5244
|
+
interface Props$E {
|
|
5288
5245
|
/**
|
|
5289
5246
|
* Alternative text description of the image.
|
|
5290
5247
|
*/
|
|
@@ -5295,16 +5252,16 @@ interface Props$D {
|
|
|
5295
5252
|
loadingLabel?: string;
|
|
5296
5253
|
}
|
|
5297
5254
|
|
|
5298
|
-
declare const ImageEditorContent: React$1.ForwardRefExoticComponent<Props$
|
|
5299
|
-
interface Props$
|
|
5255
|
+
declare const ImageEditorContent: React$1.ForwardRefExoticComponent<Props$D & React$1.RefAttributes<HTMLDivElement>>;
|
|
5256
|
+
interface Props$D {
|
|
5300
5257
|
/**
|
|
5301
5258
|
* Main content of the component.
|
|
5302
5259
|
*/
|
|
5303
5260
|
children?: React$1.ReactNode;
|
|
5304
5261
|
}
|
|
5305
5262
|
|
|
5306
|
-
declare const ImageEditorCropBoxDimensions: React$1.ForwardRefExoticComponent<Props$
|
|
5307
|
-
interface Props$
|
|
5263
|
+
declare const ImageEditorCropBoxDimensions: React$1.ForwardRefExoticComponent<Props$C & React$1.RefAttributes<HTMLDivElement>>;
|
|
5264
|
+
interface Props$C {
|
|
5308
5265
|
/**
|
|
5309
5266
|
* Label displayed above the height input.
|
|
5310
5267
|
*/
|
|
@@ -5323,8 +5280,8 @@ interface Props$B {
|
|
|
5323
5280
|
widthLabel?: string;
|
|
5324
5281
|
}
|
|
5325
5282
|
|
|
5326
|
-
declare const ImageEditorCropCard: React$1.ForwardRefExoticComponent<Props$
|
|
5327
|
-
interface Props$
|
|
5283
|
+
declare const ImageEditorCropCard: React$1.ForwardRefExoticComponent<Props$B & React$1.RefAttributes<HTMLDivElement>>;
|
|
5284
|
+
interface Props$B {
|
|
5328
5285
|
/**
|
|
5329
5286
|
* Aspect ratio to set on the crop box.
|
|
5330
5287
|
*/
|
|
@@ -5340,11 +5297,11 @@ interface Props$A {
|
|
|
5340
5297
|
/**
|
|
5341
5298
|
* Icon to display.
|
|
5342
5299
|
*/
|
|
5343
|
-
icon?: React$1.ReactElement<Props$
|
|
5300
|
+
icon?: React$1.ReactElement<Props$3a>;
|
|
5344
5301
|
}
|
|
5345
5302
|
|
|
5346
|
-
declare const ImageEditorCropCardFreeform: React$1.ForwardRefExoticComponent<Props$
|
|
5347
|
-
interface Props$
|
|
5303
|
+
declare const ImageEditorCropCardFreeform: React$1.ForwardRefExoticComponent<Props$A & React$1.RefAttributes<HTMLDivElement>>;
|
|
5304
|
+
interface Props$A {
|
|
5348
5305
|
/**
|
|
5349
5306
|
* Main content of the component.
|
|
5350
5307
|
*/
|
|
@@ -5352,19 +5309,19 @@ interface Props$z {
|
|
|
5352
5309
|
/**
|
|
5353
5310
|
* Icon to display
|
|
5354
5311
|
*/
|
|
5355
|
-
icon?: React$1.ReactElement<Props$
|
|
5312
|
+
icon?: React$1.ReactElement<Props$3a>;
|
|
5356
5313
|
}
|
|
5357
5314
|
|
|
5358
|
-
declare const ImageEditorCropCardList: React$1.ForwardRefExoticComponent<Props$
|
|
5359
|
-
interface Props$
|
|
5315
|
+
declare const ImageEditorCropCardList: React$1.ForwardRefExoticComponent<Props$z & React$1.RefAttributes<HTMLDivElement>>;
|
|
5316
|
+
interface Props$z {
|
|
5360
5317
|
/**
|
|
5361
5318
|
* Main content of the component.
|
|
5362
5319
|
*/
|
|
5363
5320
|
children?: React$1.ReactNode;
|
|
5364
5321
|
}
|
|
5365
5322
|
|
|
5366
|
-
declare const ImageEditorCropCardOriginal: React$1.ForwardRefExoticComponent<Props$
|
|
5367
|
-
interface Props$
|
|
5323
|
+
declare const ImageEditorCropCardOriginal: React$1.ForwardRefExoticComponent<Props$y & React$1.RefAttributes<HTMLDivElement>>;
|
|
5324
|
+
interface Props$y {
|
|
5368
5325
|
/**
|
|
5369
5326
|
* Main content of the component.
|
|
5370
5327
|
*/
|
|
@@ -5372,12 +5329,24 @@ interface Props$x {
|
|
|
5372
5329
|
/**
|
|
5373
5330
|
* Icon to display
|
|
5374
5331
|
*/
|
|
5375
|
-
icon?: React$1.ReactElement<Props$
|
|
5332
|
+
icon?: React$1.ReactElement<Props$3a>;
|
|
5376
5333
|
}
|
|
5377
5334
|
|
|
5378
|
-
declare const
|
|
5335
|
+
declare const ImageEditorDemoLabel: React$1.FC<Props$x>;
|
|
5336
|
+
interface Props$x {
|
|
5337
|
+
/**
|
|
5338
|
+
* Renders link content
|
|
5339
|
+
*/
|
|
5340
|
+
children: React$1.ReactNode;
|
|
5341
|
+
/**
|
|
5342
|
+
* The URL that the link label points to.
|
|
5343
|
+
*/
|
|
5344
|
+
creditHref?: string;
|
|
5345
|
+
}
|
|
5346
|
+
|
|
5347
|
+
declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$39, 'children' | 'onClick'>>;
|
|
5379
5348
|
|
|
5380
|
-
declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$
|
|
5349
|
+
declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$39, 'children' | 'onClick'>>;
|
|
5381
5350
|
|
|
5382
5351
|
declare const ImageEditorLoader: React$1.ForwardRefExoticComponent<Props$w & React$1.RefAttributes<HTMLDivElement>>;
|
|
5383
5352
|
interface Props$w {
|
|
@@ -5455,7 +5424,7 @@ interface Props$r {
|
|
|
5455
5424
|
placeholder?: string;
|
|
5456
5425
|
}
|
|
5457
5426
|
|
|
5458
|
-
declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
5427
|
+
declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$39, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5459
5428
|
|
|
5460
5429
|
declare const ImageEditorResizeDimensions: React$1.ForwardRefExoticComponent<Props$q & React$1.RefAttributes<HTMLDivElement>>;
|
|
5461
5430
|
interface Props$q {
|
|
@@ -5473,9 +5442,9 @@ interface Props$q {
|
|
|
5473
5442
|
widthInput: React$1.ReactNode;
|
|
5474
5443
|
}
|
|
5475
5444
|
|
|
5476
|
-
declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$
|
|
5445
|
+
declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$39, 'children' | 'onClick'>>;
|
|
5477
5446
|
|
|
5478
|
-
declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$
|
|
5447
|
+
declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$39, 'children' | 'onClick'>>;
|
|
5479
5448
|
|
|
5480
5449
|
declare const ImageEditorSaveDialog: React$1.ForwardRefExoticComponent<Props$p & React$1.RefAttributes<HTMLDivElement>>;
|
|
5481
5450
|
interface Props$p {
|
|
@@ -5509,7 +5478,7 @@ interface Props$n {
|
|
|
5509
5478
|
title?: string;
|
|
5510
5479
|
}
|
|
5511
5480
|
|
|
5512
|
-
declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
5481
|
+
declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$39, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5513
5482
|
|
|
5514
5483
|
declare const ImageEditorSaveDialogHeader: React$1.ForwardRefExoticComponent<Props$m & React$1.RefAttributes<HTMLDivElement>>;
|
|
5515
5484
|
interface Props$m {
|
|
@@ -5535,7 +5504,7 @@ interface Props$l {
|
|
|
5535
5504
|
alt: string;
|
|
5536
5505
|
}
|
|
5537
5506
|
|
|
5538
|
-
declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$
|
|
5507
|
+
declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$1w & React$1.RefAttributes<HTMLFormElement>>;
|
|
5539
5508
|
|
|
5540
5509
|
declare const ImageEditorSaveDialogPreview: React$1.ForwardRefExoticComponent<Props$k & React$1.RefAttributes<HTMLDivElement>>;
|
|
5541
5510
|
interface Props$k {
|
|
@@ -5545,7 +5514,7 @@ interface Props$k {
|
|
|
5545
5514
|
children?: React$1.ReactNode;
|
|
5546
5515
|
}
|
|
5547
5516
|
|
|
5548
|
-
declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$
|
|
5517
|
+
declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$19 & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5549
5518
|
|
|
5550
5519
|
declare const ImageEditorSaveDialogSection: React$1.ForwardRefExoticComponent<Props$j & React$1.RefAttributes<HTMLDivElement>>;
|
|
5551
5520
|
interface Props$j {
|
|
@@ -5630,6 +5599,10 @@ interface Props$d {
|
|
|
5630
5599
|
* Main content of the component.
|
|
5631
5600
|
*/
|
|
5632
5601
|
children: React$1.ReactNode;
|
|
5602
|
+
/**
|
|
5603
|
+
* Turns on loading effects.
|
|
5604
|
+
*/
|
|
5605
|
+
isLoading?: boolean;
|
|
5633
5606
|
/**
|
|
5634
5607
|
* Label of the dialog element.
|
|
5635
5608
|
*/
|
|
@@ -5775,7 +5748,7 @@ interface Props$a {
|
|
|
5775
5748
|
/**
|
|
5776
5749
|
* Icon to display.
|
|
5777
5750
|
*/
|
|
5778
|
-
icon?: React$1.ReactElement<Props$
|
|
5751
|
+
icon?: React$1.ReactElement<Props$3a>;
|
|
5779
5752
|
/**
|
|
5780
5753
|
* Unique ID of a tab.
|
|
5781
5754
|
*/
|
|
@@ -5890,4 +5863,4 @@ interface Props {
|
|
|
5890
5863
|
className?: string;
|
|
5891
5864
|
}
|
|
5892
5865
|
|
|
5893
|
-
export { Avatar, Bottombar, Button, ButtonColor, ButtonGroup, ButtonRow, ButtonSize, ButtonType, COLLAPSE_THRESHOLD, CONTAINER_QUERY_BREAKPOINTS, CROPPER_FLIP_FACTOR, CROPPER_FULL_ROTATION, CROPPER_INIT_SCALE, CROPPER_MIN_ZOOM_VALUE, CROPPER_ROTATION_ANGLE, CROPPER_ZOOM_FACTOR, CROPPER_ZOOM_STEP, CROPPER_ZOOM_STEP_FINE, CROPPER_ZOOM_THRESHOLD, Checkbox, CheckboxLabel, CircularLoader, ContainerQuery, ContainerQueryProvider, CopyButton, CopyableInput, CopyableLabel, CropperDimensions, CropperLockedDimension, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogNext, DialogNextCloseButton, DialogNextColumn, DialogNextContent, DialogNextFooter, DialogNextHeader, DialogNextSeparator, DialogNextTitle, DialogProgressHeader, DialogRow, DialogSection, Dimensions, DocIcon, DocIconName, DragDimensionsHandler, DragHandler, DraggableOptions, DraggableState, Drawer, DrawerActions, DrawerContent, DrawerHeader, DrawerSection, Ellipsis, EmptyView, EmptyViewLabel, FileInput, FilePreview, FilePreviewActions, FilePreviewColumn, FilePreviewContent, FilePreviewHoverable, FilePreviewNavButton, FilePreviewTooltip, Fixed, FixedContext, FixedProvider, Form, FormFeedback, FormGroup, FormGroupColumn, FormGroupInfo, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, IconColor, IconName, IconRenderProp, IconRenderer, IconSize, ImageEditor, ImageEditorActions, ImageEditorApplyButton, ImageEditorButtonsGroup, ImageEditorButtonsRow, ImageEditorCanvas, ImageEditorContent, ImageEditorContext, ImageEditorCropBoxDimensions, ImageEditorCropCard, ImageEditorCropCardFreeform, ImageEditorCropCardList, ImageEditorCropCardOriginal, ImageEditorDimensionsInput, ImageEditorEditingResult, ImageEditorFlipHorizontalButton, ImageEditorFlipVerticalButton, ImageEditorLoader, ImageEditorMenu, ImageEditorMenuContainer, ImageEditorMenuSection, ImageEditorMenuSubSection, ImageEditorPresetGroup, ImageEditorPresetOption, ImageEditorPresetSelect, ImageEditorPreviewContext, ImageEditorResetButton, ImageEditorResizeDimensions, ImageEditorRotateLeftButton, ImageEditorRotateRightButton, ImageEditorSaveDialog, ImageEditorSaveDialogActions, ImageEditorSaveDialogCanvas, ImageEditorPreviewCloseButton as ImageEditorSaveDialogCloseButton, ImageEditorSaveDialogHeader, ImageEditorSaveDialogImage, ImageEditorSaveDialogInfo, ImageEditorSaveDialogPreview, ImageEditorSaveDialogSaveButton, ImageEditorSaveDialogSection, ImageEditorToolbar, ImageEditorToolbarFlipHorizontalButton, ImageEditorToolbarFlipVerticalButton, ImageEditorToolbarImageSize, ImageEditorToolbarRotateLeftButton, ImageEditorToolbarRotateRightButton, ImageEditorToolbarSection, ImageEditorToolbarZoomInButton, ImageEditorToolbarZoomOutButton, ImageEditorToolbarZoomValue, ImageEditorWorkspace, KeyAction, KeyCombination, KeyEventLike, KeyModifier, KeyProps, List, ListDndChildProps, ListDndItem, ListDndItemHookProps, ListDndMoveItem, ListDndOnDragEnd, ListDndSetDraggable, ListDndSetDraggablePartial, ListItem, ListItemActions, ListItemContent, LoadingButton, Menu, MenuItem, MenuSection, MenuSubSection, ModalDialog, ModalDialogActionContent, ModalDialogActionItem, ModalDialogCallout, ModalDialogContent, ModalDialogContentColumn, ModalDialogFooter, ModalDialogFooterAction, ModalDialogHeader, ModalDialogList, ModalDialogListItem, MouseEventButton, NAVBAR_COLLAPSED_WIDTH, NAVBAR_LOADING_DELAY, NAVBAR_MAX_WIDTH, NAVBAR_MIN_WIDTH, NAVBAR_PREVIEW_TIMEOUT, Navbar, NavbarContext, NavbarItem, NavbarItemContainer, NavbarItemContent, NavbarItemLabel, NavbarItemsGroup, NavbarLink, NavbarScrollableContent, NavbarSeparator, NavbarToggleButton, NavigationDialog, NavigationDialogContent, NavigationDialogFallbackContent, NavigationDialogFooter, NavigationDialogHeader, NavigationDialogItem, NavigationDialogItemAction, NavigationDialogItemLabel, Notification, Notifications, OnScrollHandler, Modal as Overlay, Pagination, Panel, PanelActions, PanelColumn, PanelContent, PanelContentProp, PanelDragHandle, PanelList, PanelListDivider, PanelSide, PanelSkeleton, PanelTitle, PdfViewer, Pill, Pills, Popper, PopperAnchorRef, PopperArrow, PopperContext, PopperOffset, PopperOffsetValue, PopperPlacement, ProgressPanel, PropertiesTable, PropertiesTableRow, Props$
|
|
5866
|
+
export { Avatar, Bottombar, Button, type ButtonColor, ButtonGroup, ButtonRow, type ButtonSize, type ButtonType, COLLAPSE_THRESHOLD, CONTAINER_QUERY_BREAKPOINTS, CROPPER_FLIP_FACTOR, CROPPER_FULL_ROTATION, CROPPER_INIT_SCALE, CROPPER_MIN_ZOOM_VALUE, CROPPER_ROTATION_ANGLE, CROPPER_ZOOM_FACTOR, CROPPER_ZOOM_STEP, CROPPER_ZOOM_STEP_FINE, CROPPER_ZOOM_THRESHOLD, Checkbox, CheckboxLabel, CircularLoader, ContainerQuery, ContainerQueryProvider, CopyButton, CopyableInput, CopyableLabel, type CropperDimensions, type CropperLockedDimension, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogNext, DialogNextCloseButton, DialogNextColumn, DialogNextContent, DialogNextFooter, DialogNextHeader, DialogNextSeparator, DialogNextTitle, DialogProgressHeader, DialogRow, DialogSection, type Dimensions, DocIcon, type DocIconName, type DragDimensionsHandler, type DragHandler, type DraggableOptions, type DraggableState, Drawer, DrawerActions, DrawerContent, DrawerHeader, DrawerSection, Ellipsis, EmptyView, EmptyViewLabel, FileInput, FilePreview, FilePreviewActions, FilePreviewColumn, FilePreviewContent, FilePreviewHoverable, FilePreviewNavButton, FilePreviewTooltip, Fixed, FixedContext, FixedProvider, Form, FormFeedback, FormGroup, FormGroupColumn, FormGroupInfo, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, type IconColor, type IconName, type IconRenderProp, type IconRenderer, type IconSize, ImageEditor, ImageEditorActions, ImageEditorApplyButton, ImageEditorButtonsGroup, ImageEditorButtonsRow, ImageEditorCanvas, ImageEditorContent, ImageEditorContext, ImageEditorCropBoxDimensions, ImageEditorCropCard, ImageEditorCropCardFreeform, ImageEditorCropCardList, ImageEditorCropCardOriginal, ImageEditorDemoLabel, ImageEditorDimensionsInput, type ImageEditorEditingResult, ImageEditorFlipHorizontalButton, ImageEditorFlipVerticalButton, ImageEditorLoader, ImageEditorMenu, ImageEditorMenuContainer, ImageEditorMenuSection, ImageEditorMenuSubSection, type ImageEditorPresetGroup, type ImageEditorPresetOption, ImageEditorPresetSelect, ImageEditorPreviewContext, ImageEditorResetButton, ImageEditorResizeDimensions, ImageEditorRotateLeftButton, ImageEditorRotateRightButton, ImageEditorSaveDialog, ImageEditorSaveDialogActions, ImageEditorSaveDialogCanvas, ImageEditorPreviewCloseButton as ImageEditorSaveDialogCloseButton, ImageEditorSaveDialogHeader, ImageEditorSaveDialogImage, ImageEditorSaveDialogInfo, ImageEditorSaveDialogPreview, ImageEditorSaveDialogSaveButton, ImageEditorSaveDialogSection, ImageEditorToolbar, ImageEditorToolbarFlipHorizontalButton, ImageEditorToolbarFlipVerticalButton, ImageEditorToolbarImageSize, ImageEditorToolbarRotateLeftButton, ImageEditorToolbarRotateRightButton, ImageEditorToolbarSection, ImageEditorToolbarZoomInButton, ImageEditorToolbarZoomOutButton, ImageEditorToolbarZoomValue, ImageEditorWorkspace, type KeyAction, type KeyCombination, type KeyEventLike, type KeyModifier, type KeyProps, List, type ListDndChildProps, type ListDndItem, type ListDndItemHookProps, type ListDndMoveItem, type ListDndOnDragEnd, type ListDndSetDraggable, type ListDndSetDraggablePartial, ListItem, ListItemActions, ListItemContent, type ListboxProps, LoadingButton, Menu, MenuItem, MenuSection, MenuSubSection, ModalDialog, ModalDialogActionContent, ModalDialogActionItem, ModalDialogCallout, ModalDialogContent, ModalDialogContentColumn, ModalDialogFooter, ModalDialogFooterAction, ModalDialogHeader, ModalDialogList, ModalDialogListItem, MouseEventButton, NAVBAR_COLLAPSED_WIDTH, NAVBAR_LOADING_DELAY, NAVBAR_MAX_WIDTH, NAVBAR_MIN_WIDTH, NAVBAR_PREVIEW_TIMEOUT, Navbar, NavbarContext, NavbarItem, NavbarItemContainer, NavbarItemContent, NavbarItemLabel, NavbarItemsGroup, NavbarLink, NavbarScrollableContent, NavbarSeparator, NavbarToggleButton, NavigationDialog, NavigationDialogContent, NavigationDialogFallbackContent, NavigationDialogFooter, NavigationDialogHeader, NavigationDialogItem, NavigationDialogItemAction, NavigationDialogItemLabel, Notification, Notifications, type OnScrollHandler, Modal as Overlay, Pagination, Panel, PanelActions, PanelColumn, PanelContent, PanelContentProp, PanelDescriptionItem, PanelDragHandle, PanelList, PanelListDivider, PanelSide, PanelSkeleton, PanelTitle, PdfViewer, Pill, Pills, Popper, type PopperAnchorRef, PopperArrow, PopperContext, type PopperOffset, type PopperOffsetValue, type PopperPlacement, ProgressPanel, PropertiesTable, PropertiesTableRow, type Props$3a as Props, type RInterval, RangeSlider, type ResizeOptions, ResponsiveImage, ResponsiveImageFallback, ResponsiveImageFit, ResponsiveImageScalable, ResponsiveImageSkeleton, type ScrollCoordsConfig, type ScrollOptions, SearchDialog, SearchDialogActions, SearchDialogContent, SearchDialogFallback, SearchDialogHeader, SearchDialogInput, SearchDialogSection, Select, type SelectKeyboardNavProps, type SelectKeyboardNextIdGetter, SelectListboxGrid, type SelectOption, type SelectRenderableOption, type SelectSection, type SelectToggleHandler, SelectionArea, type SelectionAreaCoords, Skeleton, SortButton, SortableDndList, SortableDndListItem, Switch, SwitchInput, SwitchView, Tab, TabPanel, Table, TableBody, TableCell, TableContainer, TableHead, TableHeader, TableRow, TableToolbar, Tabs, Tag, TagInput, TagLabel, TagList, TextEllipsis, TextField, TextFieldInput, Textarea, type Props$c as TextareaProps, Tooltip, Topbar, TopbarAction, UIContext, UIProvider, type Props$1M as UIProviderProps, View, ViewContent, ViewContentBar, ViewContentWrapper, ViewDialog, type Props$1N as ViewDialogProps, ViewFooter, ViewHeader, ViewPaper, ViewSideContent, ViewWrapper, type XYCoord, areItemsIdentical, base64FromBlurHash, clamp, clsx, formatTimeDistance, getClampedDimension, getClampedDimensions, getKeyHandler, getPixelCountFromImageBlob, getScrollVectors, getStandardDeviation, getValidChildren, hasOwnProperty, imageEditorContextDefaultValue, imageEditorPreviewContextDefaultValue, isClipboardItemSupported, matchesCombination, navbarContextInitProps, noOp, rInterval, readFromClipboard, tryReadFromClipboard, tryWriteTextToClipboard, tryWriteToClipboard, uiContextInitProps, useBatchUpdate, useClickAway, useContainerKeyDown, useContainerQuery, useCropper, useCropperCrop, useCropperRotate, useCropperScale, useCropperZoom, useDeferredLoader, useDeferredUnmount, useDelay, useDownload, useDraggable, useElementVisibility, useFilesDrop, useFixedCtx, useForkRef, useGridSelection, useImageEditorContext, useImageEditorPreviewContext, useIsMounted, useIsomorphicLayoutEffect, useItemsOverflow, useListDnd, useNavbarCtx, usePopperCtx, useResettableTimeout, useResize, useResponsiveSizes, useScaleDown, useScroll, useScrollDnd, useToggle, useUIContext, validators_d as validators, writeTextToClipboard, writeToClipboard };
|