@ckbox/components 2.8.2 → 2.9.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/LICENSE.md +1 -1
- package/README.md +4 -4
- package/dist/index.d.ts +636 -484
- package/dist/index.js +1 -1
- package/dist/styles/ckbox.css +1 -1
- package/icons/CkboxAi.svg +3 -0
- package/icons/CkboxAiQueue.svg +8 -0
- package/icons/FileOpen.svg +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8,8 +8,8 @@ import { TransitionProps } from 'react-transition-group/Transition';
|
|
|
8
8
|
import Cropper$1 from 'cropperjs';
|
|
9
9
|
import * as react_dnd from 'react-dnd';
|
|
10
10
|
|
|
11
|
-
declare const Avatar: React$1.FC<Props$
|
|
12
|
-
interface Props$
|
|
11
|
+
declare const Avatar: React$1.FC<Props$3y>;
|
|
12
|
+
interface Props$3y {
|
|
13
13
|
/**
|
|
14
14
|
* ID used for determining color.
|
|
15
15
|
*/
|
|
@@ -28,8 +28,8 @@ interface Props$3t {
|
|
|
28
28
|
showFullName?: boolean;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
declare const Bottombar: React$1.ForwardRefExoticComponent<Props$
|
|
32
|
-
interface Props$
|
|
31
|
+
declare const Bottombar: React$1.ForwardRefExoticComponent<Props$3x & React$1.RefAttributes<HTMLDivElement>>;
|
|
32
|
+
interface Props$3x {
|
|
33
33
|
/**
|
|
34
34
|
* Main content of the component.
|
|
35
35
|
*/
|
|
@@ -74,6 +74,10 @@ declare const ChevronLeftOutlined: (props: SVGProps<SVGSVGElement>) => React$1.J
|
|
|
74
74
|
|
|
75
75
|
declare const ChevronRightOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
76
76
|
|
|
77
|
+
declare const CkboxAi: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
78
|
+
|
|
79
|
+
declare const CkboxAiQueue: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
80
|
+
|
|
77
81
|
declare const CloseFullscreen: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
78
82
|
|
|
79
83
|
declare const CloseOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
@@ -114,6 +118,8 @@ declare const FileDownloadOutlined: (props: SVGProps<SVGSVGElement>) => React$1.
|
|
|
114
118
|
|
|
115
119
|
declare const FileMoveOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
116
120
|
|
|
121
|
+
declare const FileOpen: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
122
|
+
|
|
117
123
|
declare const FileUploadOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
118
124
|
|
|
119
125
|
declare const FilterListOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
@@ -182,7 +188,7 @@ declare const Warning: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
|
182
188
|
|
|
183
189
|
declare const WarningAmberOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
184
190
|
|
|
185
|
-
interface Props$
|
|
191
|
+
interface Props$3w {
|
|
186
192
|
/**
|
|
187
193
|
* Toggles optional icon animation.
|
|
188
194
|
*/
|
|
@@ -197,15 +203,15 @@ interface Props$3r {
|
|
|
197
203
|
'data-testid'?: string;
|
|
198
204
|
}
|
|
199
205
|
|
|
200
|
-
declare const ArrowRightOutlinedAnimated: React$1.FC<Props$
|
|
206
|
+
declare const ArrowRightOutlinedAnimated: React$1.FC<Props$3w>;
|
|
201
207
|
|
|
202
|
-
declare const SettingsOutlinedAnimated: React$1.FC<Props$
|
|
208
|
+
declare const SettingsOutlinedAnimated: React$1.FC<Props$3w>;
|
|
203
209
|
|
|
204
|
-
declare const SortAscending: React$1.FC<Props$
|
|
210
|
+
declare const SortAscending: React$1.FC<Props$3w>;
|
|
205
211
|
|
|
206
|
-
declare const SortDescending: React$1.FC<Props$
|
|
212
|
+
declare const SortDescending: React$1.FC<Props$3w>;
|
|
207
213
|
|
|
208
|
-
declare const Spinner: React$1.FC<Props$
|
|
214
|
+
declare const Spinner: React$1.FC<Props$3w>;
|
|
209
215
|
|
|
210
216
|
declare const icons$1_AccessTimeOutlined: typeof AccessTimeOutlined;
|
|
211
217
|
declare const icons$1_AddOutlined: typeof AddOutlined;
|
|
@@ -221,6 +227,8 @@ declare const icons$1_CheckCircleOutlineOutlined: typeof CheckCircleOutlineOutli
|
|
|
221
227
|
declare const icons$1_CheckOutlined: typeof CheckOutlined;
|
|
222
228
|
declare const icons$1_ChevronLeftOutlined: typeof ChevronLeftOutlined;
|
|
223
229
|
declare const icons$1_ChevronRightOutlined: typeof ChevronRightOutlined;
|
|
230
|
+
declare const icons$1_CkboxAi: typeof CkboxAi;
|
|
231
|
+
declare const icons$1_CkboxAiQueue: typeof CkboxAiQueue;
|
|
224
232
|
declare const icons$1_CloseFullscreen: typeof CloseFullscreen;
|
|
225
233
|
declare const icons$1_CloseOutlined: typeof CloseOutlined;
|
|
226
234
|
declare const icons$1_ContentCopyOutlined: typeof ContentCopyOutlined;
|
|
@@ -241,6 +249,7 @@ declare const icons$1_ExpandMoreOutlined: typeof ExpandMoreOutlined;
|
|
|
241
249
|
declare const icons$1_FileCopyOutlined: typeof FileCopyOutlined;
|
|
242
250
|
declare const icons$1_FileDownloadOutlined: typeof FileDownloadOutlined;
|
|
243
251
|
declare const icons$1_FileMoveOutlined: typeof FileMoveOutlined;
|
|
252
|
+
declare const icons$1_FileOpen: typeof FileOpen;
|
|
244
253
|
declare const icons$1_FileUploadOutlined: typeof FileUploadOutlined;
|
|
245
254
|
declare const icons$1_FilterListOutlined: typeof FilterListOutlined;
|
|
246
255
|
declare const icons$1_FirstPageOutlined: typeof FirstPageOutlined;
|
|
@@ -295,6 +304,8 @@ declare namespace icons$1 {
|
|
|
295
304
|
icons$1_CheckOutlined as CheckOutlined,
|
|
296
305
|
icons$1_ChevronLeftOutlined as ChevronLeftOutlined,
|
|
297
306
|
icons$1_ChevronRightOutlined as ChevronRightOutlined,
|
|
307
|
+
icons$1_CkboxAi as CkboxAi,
|
|
308
|
+
icons$1_CkboxAiQueue as CkboxAiQueue,
|
|
298
309
|
icons$1_CloseFullscreen as CloseFullscreen,
|
|
299
310
|
icons$1_CloseOutlined as CloseOutlined,
|
|
300
311
|
icons$1_ContentCopyOutlined as ContentCopyOutlined,
|
|
@@ -315,6 +326,7 @@ declare namespace icons$1 {
|
|
|
315
326
|
icons$1_FileCopyOutlined as FileCopyOutlined,
|
|
316
327
|
icons$1_FileDownloadOutlined as FileDownloadOutlined,
|
|
317
328
|
icons$1_FileMoveOutlined as FileMoveOutlined,
|
|
329
|
+
icons$1_FileOpen as FileOpen,
|
|
318
330
|
icons$1_FileUploadOutlined as FileUploadOutlined,
|
|
319
331
|
icons$1_FilterListOutlined as FilterListOutlined,
|
|
320
332
|
icons$1_FirstPageOutlined as FirstPageOutlined,
|
|
@@ -361,11 +373,11 @@ type IconRenderer = (props: {
|
|
|
361
373
|
}) => JSX.Element;
|
|
362
374
|
type IconRenderProp = string | IconRenderer;
|
|
363
375
|
type IconName = keyof typeof icons$1;
|
|
364
|
-
type IconSize = 'small' | 'base' | 'medium' | 'big' | 'bigger' | 'humongous';
|
|
376
|
+
type IconSize = 'small' | 'base' | 'medium' | 'big' | 'bigger' | 'biggest' | 'humongous';
|
|
365
377
|
type IconColor = 'accent' | 'danger' | 'default' | 'disabled' | 'muted' | 'success' | 'warning';
|
|
366
378
|
|
|
367
|
-
declare const Icon: React$1.FC<Props$
|
|
368
|
-
interface Props$
|
|
379
|
+
declare const Icon: React$1.FC<Props$3v>;
|
|
380
|
+
interface Props$3v {
|
|
369
381
|
/**
|
|
370
382
|
* Toggles optional icon animation.
|
|
371
383
|
*/
|
|
@@ -395,8 +407,8 @@ interface Props$3q {
|
|
|
395
407
|
size?: IconSize;
|
|
396
408
|
}
|
|
397
409
|
|
|
398
|
-
declare const Button: React$1.ForwardRefExoticComponent<Props$
|
|
399
|
-
interface Props$
|
|
410
|
+
declare const Button: React$1.ForwardRefExoticComponent<Props$3u & React$1.RefAttributes<HTMLButtonElement>>;
|
|
411
|
+
interface Props$3u {
|
|
400
412
|
/**
|
|
401
413
|
* Applies active styling.
|
|
402
414
|
*/
|
|
@@ -491,24 +503,24 @@ interface Props$3p {
|
|
|
491
503
|
disabledLabelWrapping?: boolean;
|
|
492
504
|
}
|
|
493
505
|
|
|
494
|
-
declare const ButtonGroup: React$1.FC<Props$
|
|
495
|
-
interface Props$
|
|
506
|
+
declare const ButtonGroup: React$1.FC<Props$3t>;
|
|
507
|
+
interface Props$3t {
|
|
496
508
|
/**
|
|
497
509
|
* Button components.
|
|
498
510
|
*/
|
|
499
511
|
children: React$1.ReactNode;
|
|
500
512
|
}
|
|
501
513
|
|
|
502
|
-
declare const ButtonRow: React$1.FC<Props$
|
|
503
|
-
interface Props$
|
|
514
|
+
declare const ButtonRow: React$1.FC<Props$3s>;
|
|
515
|
+
interface Props$3s {
|
|
504
516
|
/**
|
|
505
517
|
* Button components.
|
|
506
518
|
*/
|
|
507
519
|
children: React$1.ReactNode;
|
|
508
520
|
}
|
|
509
521
|
|
|
510
|
-
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$
|
|
511
|
-
interface Props$
|
|
522
|
+
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$3r & React$1.RefAttributes<HTMLButtonElement>>;
|
|
523
|
+
interface Props$3r {
|
|
512
524
|
/**
|
|
513
525
|
* Component's label.
|
|
514
526
|
*/
|
|
@@ -531,8 +543,112 @@ interface Props$3m {
|
|
|
531
543
|
onClick?: () => void;
|
|
532
544
|
}
|
|
533
545
|
|
|
534
|
-
declare const
|
|
535
|
-
interface Props$
|
|
546
|
+
declare const CoreUploaderProgressPanel: ({ error, errorMessage, completed, actionIcon, actionLabel, onAction, id, title, thumbnailSrc, value, assetSize, displayThumbnail, }: Props$3q) => React$1.JSX.Element;
|
|
547
|
+
interface Props$3q {
|
|
548
|
+
/**
|
|
549
|
+
* Source string used for thumbnail.
|
|
550
|
+
*/
|
|
551
|
+
thumbnailSrc?: string;
|
|
552
|
+
/**
|
|
553
|
+
* Formatted size of asset.
|
|
554
|
+
*/
|
|
555
|
+
assetSize: string;
|
|
556
|
+
/**
|
|
557
|
+
* Determines whether to display thumbnail.
|
|
558
|
+
*/
|
|
559
|
+
displayThumbnail?: boolean;
|
|
560
|
+
/**
|
|
561
|
+
* Applies error styling.
|
|
562
|
+
*/
|
|
563
|
+
error?: boolean;
|
|
564
|
+
/**
|
|
565
|
+
* Applies error styling.
|
|
566
|
+
*/
|
|
567
|
+
errorMessage?: React$1.ReactNode;
|
|
568
|
+
/**
|
|
569
|
+
* Applies warning styling.
|
|
570
|
+
*/
|
|
571
|
+
warning?: boolean;
|
|
572
|
+
/**
|
|
573
|
+
* Applies full progress styling.
|
|
574
|
+
*/
|
|
575
|
+
completed?: boolean;
|
|
576
|
+
/**
|
|
577
|
+
* Unique identifier of a panel.
|
|
578
|
+
*/
|
|
579
|
+
id: string;
|
|
580
|
+
/**
|
|
581
|
+
* Panel title.
|
|
582
|
+
*/
|
|
583
|
+
title: string;
|
|
584
|
+
/**
|
|
585
|
+
* Current progress value in %.
|
|
586
|
+
*/
|
|
587
|
+
value: number;
|
|
588
|
+
/**
|
|
589
|
+
* Callback invoked with the action button.
|
|
590
|
+
*/
|
|
591
|
+
onAction?: () => void;
|
|
592
|
+
/**
|
|
593
|
+
* Label of the action button.
|
|
594
|
+
*/
|
|
595
|
+
actionLabel?: string;
|
|
596
|
+
/**
|
|
597
|
+
* Icon of the action button.
|
|
598
|
+
*/
|
|
599
|
+
actionIcon?: IconName;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
declare const CoreUploaderWorkingArea: React$1.ForwardRefExoticComponent<Props$3p & React$1.RefAttributes<HTMLDivElement>>;
|
|
603
|
+
interface Props$3p {
|
|
604
|
+
/**
|
|
605
|
+
* Label displayed by component.
|
|
606
|
+
*/
|
|
607
|
+
label: string;
|
|
608
|
+
/**
|
|
609
|
+
* Applies invalid configuration styling.
|
|
610
|
+
*/
|
|
611
|
+
isConfigurationInvalid?: boolean;
|
|
612
|
+
/**
|
|
613
|
+
* Applies active work area styling.
|
|
614
|
+
*/
|
|
615
|
+
isActive?: boolean;
|
|
616
|
+
/**
|
|
617
|
+
* Space for component underneath the label.
|
|
618
|
+
*/
|
|
619
|
+
uploadButton: React$1.ReactNode;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
declare const CoreUploaderErrorPanel: ({ children, errorTitle, errorSubTitle }: Props$3o) => React$1.JSX.Element;
|
|
623
|
+
interface Props$3o {
|
|
624
|
+
/**
|
|
625
|
+
* Content displayed inside error panel.
|
|
626
|
+
*/
|
|
627
|
+
children: React$1.ReactNode;
|
|
628
|
+
/**
|
|
629
|
+
* Main label for the error panel.
|
|
630
|
+
*/
|
|
631
|
+
errorTitle: string;
|
|
632
|
+
/**
|
|
633
|
+
* Additional label for the error panel.
|
|
634
|
+
*/
|
|
635
|
+
errorSubTitle: string;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
declare const CoreUploaderView: ({ header, footer }: Props$3n) => React$1.JSX.Element;
|
|
639
|
+
interface Props$3n {
|
|
640
|
+
/**
|
|
641
|
+
* Content displayed as header element.
|
|
642
|
+
*/
|
|
643
|
+
header: React$1.ReactNode;
|
|
644
|
+
/**
|
|
645
|
+
* Content displayed as footer element.
|
|
646
|
+
*/
|
|
647
|
+
footer?: React$1.ReactNode;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$3m & React$1.RefAttributes<HTMLDivElement>>;
|
|
651
|
+
interface Props$3m {
|
|
536
652
|
/**
|
|
537
653
|
* Main content of the component.
|
|
538
654
|
*/
|
|
@@ -551,8 +667,8 @@ interface Props$3l {
|
|
|
551
667
|
titleId?: string;
|
|
552
668
|
}
|
|
553
669
|
|
|
554
|
-
declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$
|
|
555
|
-
interface Props$
|
|
670
|
+
declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$3l & React$1.RefAttributes<HTMLDivElement>>;
|
|
671
|
+
interface Props$3l {
|
|
556
672
|
/**
|
|
557
673
|
* Main content of the component.
|
|
558
674
|
*/
|
|
@@ -563,8 +679,8 @@ interface Props$3k {
|
|
|
563
679
|
className?: string;
|
|
564
680
|
}
|
|
565
681
|
|
|
566
|
-
declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$
|
|
567
|
-
interface Props$
|
|
682
|
+
declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$3k & React$1.RefAttributes<HTMLDivElement>>;
|
|
683
|
+
interface Props$3k {
|
|
568
684
|
/**
|
|
569
685
|
* Main content of the component.
|
|
570
686
|
*/
|
|
@@ -583,8 +699,8 @@ interface Props$3j {
|
|
|
583
699
|
id?: string;
|
|
584
700
|
}
|
|
585
701
|
|
|
586
|
-
declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$
|
|
587
|
-
interface Props$
|
|
702
|
+
declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$3j & React$1.RefAttributes<HTMLDivElement>>;
|
|
703
|
+
interface Props$3j {
|
|
588
704
|
/**
|
|
589
705
|
* Main content of the component.
|
|
590
706
|
*/
|
|
@@ -595,8 +711,8 @@ interface Props$3i {
|
|
|
595
711
|
className?: string;
|
|
596
712
|
}
|
|
597
713
|
|
|
598
|
-
declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$
|
|
599
|
-
interface Props$
|
|
714
|
+
declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$3i & React$1.RefAttributes<HTMLButtonElement>>;
|
|
715
|
+
interface Props$3i {
|
|
600
716
|
/**
|
|
601
717
|
* Close button's label.
|
|
602
718
|
*/
|
|
@@ -607,8 +723,8 @@ interface Props$3h {
|
|
|
607
723
|
className?: string;
|
|
608
724
|
}
|
|
609
725
|
|
|
610
|
-
declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$
|
|
611
|
-
interface Props$
|
|
726
|
+
declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$3h & React$1.RefAttributes<HTMLDivElement>>;
|
|
727
|
+
interface Props$3h {
|
|
612
728
|
/**
|
|
613
729
|
* Main content of the component.
|
|
614
730
|
*/
|
|
@@ -619,16 +735,16 @@ interface Props$3g {
|
|
|
619
735
|
className?: string;
|
|
620
736
|
}
|
|
621
737
|
|
|
622
|
-
declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$
|
|
623
|
-
interface Props$
|
|
738
|
+
declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$3g & React$1.RefAttributes<HTMLDivElement>>;
|
|
739
|
+
interface Props$3g {
|
|
624
740
|
/**
|
|
625
741
|
* Sets root header class.
|
|
626
742
|
*/
|
|
627
743
|
className?: string;
|
|
628
744
|
}
|
|
629
745
|
|
|
630
|
-
declare const DialogNext: React$1.ForwardRefExoticComponent<Props$
|
|
631
|
-
interface Props$
|
|
746
|
+
declare const DialogNext: React$1.ForwardRefExoticComponent<Props$3f & React$1.RefAttributes<HTMLDivElement>>;
|
|
747
|
+
interface Props$3f {
|
|
632
748
|
/**
|
|
633
749
|
* Main content of the component.
|
|
634
750
|
*/
|
|
@@ -667,16 +783,16 @@ interface Props$3e {
|
|
|
667
783
|
alert?: boolean;
|
|
668
784
|
}
|
|
669
785
|
|
|
670
|
-
declare const DialogActions: React$1.FC<Props$
|
|
671
|
-
interface Props$
|
|
786
|
+
declare const DialogActions: React$1.FC<Props$3e>;
|
|
787
|
+
interface Props$3e {
|
|
672
788
|
/**
|
|
673
789
|
* Main content of the component.
|
|
674
790
|
*/
|
|
675
791
|
children: React$1.ReactNode;
|
|
676
792
|
}
|
|
677
793
|
|
|
678
|
-
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$
|
|
679
|
-
interface Props$
|
|
794
|
+
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$3d & React$1.RefAttributes<HTMLDivElement>>;
|
|
795
|
+
interface Props$3d extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
680
796
|
/**
|
|
681
797
|
* Main content of the component.
|
|
682
798
|
*/
|
|
@@ -687,8 +803,8 @@ interface Props$3c extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
687
803
|
overflow?: boolean;
|
|
688
804
|
}
|
|
689
805
|
|
|
690
|
-
declare const DialogFooter: React$1.FC<Props$
|
|
691
|
-
interface Props$
|
|
806
|
+
declare const DialogFooter: React$1.FC<Props$3c>;
|
|
807
|
+
interface Props$3c {
|
|
692
808
|
/**
|
|
693
809
|
* Main content of the component.
|
|
694
810
|
*/
|
|
@@ -704,8 +820,8 @@ interface Props$3b {
|
|
|
704
820
|
}[];
|
|
705
821
|
}
|
|
706
822
|
|
|
707
|
-
declare const DialogHeader: React$1.FC<Props$
|
|
708
|
-
interface Props$
|
|
823
|
+
declare const DialogHeader: React$1.FC<Props$3b>;
|
|
824
|
+
interface Props$3b {
|
|
709
825
|
/**
|
|
710
826
|
* Sets focus on close button on mount.
|
|
711
827
|
*/
|
|
@@ -728,8 +844,8 @@ interface Props$3a {
|
|
|
728
844
|
type?: 'success' | 'error' | 'info';
|
|
729
845
|
}
|
|
730
846
|
|
|
731
|
-
declare const DialogProgressHeader: React$1.FC<Props$
|
|
732
|
-
interface Props$
|
|
847
|
+
declare const DialogProgressHeader: React$1.FC<Props$3a>;
|
|
848
|
+
interface Props$3a {
|
|
733
849
|
/**
|
|
734
850
|
* Sets focus on close button on mount.
|
|
735
851
|
*/
|
|
@@ -760,16 +876,16 @@ interface Props$39 {
|
|
|
760
876
|
title?: string;
|
|
761
877
|
}
|
|
762
878
|
|
|
763
|
-
declare const DialogRow: React$1.FC<Props$
|
|
764
|
-
interface Props$
|
|
879
|
+
declare const DialogRow: React$1.FC<Props$39>;
|
|
880
|
+
interface Props$39 extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
765
881
|
/**
|
|
766
882
|
* Main content of the component.
|
|
767
883
|
*/
|
|
768
884
|
children: React$1.ReactNode;
|
|
769
885
|
}
|
|
770
886
|
|
|
771
|
-
declare const DialogSection: React$1.FC<Props$
|
|
772
|
-
interface Props$
|
|
887
|
+
declare const DialogSection: React$1.FC<Props$38>;
|
|
888
|
+
interface Props$38 {
|
|
773
889
|
/**
|
|
774
890
|
* Main content of the component.
|
|
775
891
|
*/
|
|
@@ -888,35 +1004,35 @@ interface DialogProps extends DialogSwitchProps {
|
|
|
888
1004
|
* Entry component for the dialog.
|
|
889
1005
|
* Initializes selected dialog mode and optionally adds common options and draggability if needed.
|
|
890
1006
|
*/
|
|
891
|
-
declare const Dialog: React$1.FC<Props$
|
|
892
|
-
type Props$
|
|
1007
|
+
declare const Dialog: React$1.FC<Props$37>;
|
|
1008
|
+
type Props$37 = DialogProps;
|
|
893
1009
|
|
|
894
|
-
interface Props$
|
|
1010
|
+
interface Props$36 {
|
|
895
1011
|
/**
|
|
896
1012
|
* Sets root class.
|
|
897
1013
|
*/
|
|
898
1014
|
className: string;
|
|
899
1015
|
}
|
|
900
1016
|
|
|
901
|
-
declare const Zip: React$1.FC<Props$
|
|
1017
|
+
declare const Zip: React$1.FC<Props$36>;
|
|
902
1018
|
|
|
903
|
-
declare const Empty: React$1.FC<Props$
|
|
1019
|
+
declare const Empty: React$1.FC<Props$36>;
|
|
904
1020
|
|
|
905
|
-
declare const Excel: React$1.FC<Props$
|
|
1021
|
+
declare const Excel: React$1.FC<Props$36>;
|
|
906
1022
|
|
|
907
|
-
declare const Img: React$1.FC<Props$
|
|
1023
|
+
declare const Img: React$1.FC<Props$36>;
|
|
908
1024
|
|
|
909
|
-
declare const Movie: React$1.FC<Props$
|
|
1025
|
+
declare const Movie: React$1.FC<Props$36>;
|
|
910
1026
|
|
|
911
|
-
declare const Music: React$1.FC<Props$
|
|
1027
|
+
declare const Music: React$1.FC<Props$36>;
|
|
912
1028
|
|
|
913
|
-
declare const Pdf: React$1.FC<Props$
|
|
1029
|
+
declare const Pdf: React$1.FC<Props$36>;
|
|
914
1030
|
|
|
915
|
-
declare const Ppt: React$1.FC<Props$
|
|
1031
|
+
declare const Ppt: React$1.FC<Props$36>;
|
|
916
1032
|
|
|
917
|
-
declare const Txt: React$1.FC<Props$
|
|
1033
|
+
declare const Txt: React$1.FC<Props$36>;
|
|
918
1034
|
|
|
919
|
-
declare const Word: React$1.FC<Props$
|
|
1035
|
+
declare const Word: React$1.FC<Props$36>;
|
|
920
1036
|
|
|
921
1037
|
declare const icons_Empty: typeof Empty;
|
|
922
1038
|
declare const icons_Excel: typeof Excel;
|
|
@@ -942,9 +1058,9 @@ declare namespace icons {
|
|
|
942
1058
|
};
|
|
943
1059
|
}
|
|
944
1060
|
|
|
945
|
-
declare const DocIcon: React$1.FC<Props$
|
|
1061
|
+
declare const DocIcon: React$1.FC<Props$35>;
|
|
946
1062
|
type DocIconName = keyof typeof icons;
|
|
947
|
-
interface Props$
|
|
1063
|
+
interface Props$35 {
|
|
948
1064
|
/**
|
|
949
1065
|
* Name of selected icon.
|
|
950
1066
|
*/
|
|
@@ -955,8 +1071,8 @@ interface Props$34 {
|
|
|
955
1071
|
limitSize?: boolean;
|
|
956
1072
|
}
|
|
957
1073
|
|
|
958
|
-
declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$
|
|
959
|
-
interface Props$
|
|
1074
|
+
declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$34 & React$1.RefAttributes<HTMLElement>>;
|
|
1075
|
+
interface Props$34 {
|
|
960
1076
|
/**
|
|
961
1077
|
* Main content of the component.
|
|
962
1078
|
*/
|
|
@@ -965,14 +1081,22 @@ interface Props$33 {
|
|
|
965
1081
|
* Figure caption.
|
|
966
1082
|
*/
|
|
967
1083
|
caption: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* Icon displayed in the corner.
|
|
1086
|
+
*/
|
|
1087
|
+
iconName?: IconName;
|
|
1088
|
+
/**
|
|
1089
|
+
* Icon tooltip.
|
|
1090
|
+
*/
|
|
1091
|
+
iconTooltip?: string;
|
|
968
1092
|
/**
|
|
969
1093
|
* Use `data-visible` attribute for testing purposes.
|
|
970
1094
|
*/
|
|
971
1095
|
'data-visible'?: boolean;
|
|
972
1096
|
}
|
|
973
1097
|
|
|
974
|
-
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$
|
|
975
|
-
interface Props$
|
|
1098
|
+
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$33 & React$1.RefAttributes<HTMLDivElement>>;
|
|
1099
|
+
interface Props$33 {
|
|
976
1100
|
/**
|
|
977
1101
|
* Sets item as active.
|
|
978
1102
|
*/
|
|
@@ -1027,8 +1151,8 @@ interface Props$32 {
|
|
|
1027
1151
|
onCheckboxClick?: React$1.MouseEventHandler<HTMLButtonElement>;
|
|
1028
1152
|
}
|
|
1029
1153
|
|
|
1030
|
-
declare const Gallery: React$1.FC<Props$
|
|
1031
|
-
interface Props$
|
|
1154
|
+
declare const Gallery: React$1.FC<Props$32>;
|
|
1155
|
+
interface Props$32 {
|
|
1032
1156
|
/**
|
|
1033
1157
|
* Main content of the component.
|
|
1034
1158
|
*/
|
|
@@ -1047,8 +1171,8 @@ interface Props$31 {
|
|
|
1047
1171
|
zoom?: number;
|
|
1048
1172
|
}
|
|
1049
1173
|
|
|
1050
|
-
declare const Link: React$1.FC<Props$
|
|
1051
|
-
interface Props$
|
|
1174
|
+
declare const Link: React$1.FC<Props$31>;
|
|
1175
|
+
interface Props$31 {
|
|
1052
1176
|
/**
|
|
1053
1177
|
* URL to pass to the link element.
|
|
1054
1178
|
*/
|
|
@@ -1059,8 +1183,8 @@ interface Props$30 {
|
|
|
1059
1183
|
children: React$1.ReactNode;
|
|
1060
1184
|
}
|
|
1061
1185
|
|
|
1062
|
-
declare const MenuItem: React$1.FC<Props$
|
|
1063
|
-
interface Props$
|
|
1186
|
+
declare const MenuItem: React$1.FC<Props$30>;
|
|
1187
|
+
interface Props$30 {
|
|
1064
1188
|
/**
|
|
1065
1189
|
* Disables auto-close on click.
|
|
1066
1190
|
*/
|
|
@@ -1087,8 +1211,8 @@ interface Props$2$ {
|
|
|
1087
1211
|
onClick?: () => void;
|
|
1088
1212
|
}
|
|
1089
1213
|
|
|
1090
|
-
declare const MenuSubSection: React$1.FC<Props$
|
|
1091
|
-
interface Props$
|
|
1214
|
+
declare const MenuSubSection: React$1.FC<Props$2$>;
|
|
1215
|
+
interface Props$2$ {
|
|
1092
1216
|
/**
|
|
1093
1217
|
* Main content of the component.
|
|
1094
1218
|
*/
|
|
@@ -1115,8 +1239,8 @@ interface Props$2_ {
|
|
|
1115
1239
|
title: string;
|
|
1116
1240
|
}
|
|
1117
1241
|
|
|
1118
|
-
declare const MenuSection: React$1.FC<Props$
|
|
1119
|
-
interface Props$
|
|
1242
|
+
declare const MenuSection: React$1.FC<Props$2_>;
|
|
1243
|
+
interface Props$2_ {
|
|
1120
1244
|
/**
|
|
1121
1245
|
* Main content of the component.
|
|
1122
1246
|
*/
|
|
@@ -1148,16 +1272,16 @@ type PopperAnchorRef = HTMLElement | null | undefined;
|
|
|
1148
1272
|
type PopperOffsetValue = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1149
1273
|
type PopperOffset = [PopperOffsetValue, PopperOffsetValue];
|
|
1150
1274
|
|
|
1151
|
-
declare const PopperArrow: React__default.FC<Props$
|
|
1152
|
-
interface Props$
|
|
1275
|
+
declare const PopperArrow: React__default.FC<Props$2Z>;
|
|
1276
|
+
interface Props$2Z {
|
|
1153
1277
|
/**
|
|
1154
1278
|
* Sets arrow size.
|
|
1155
1279
|
*/
|
|
1156
1280
|
size?: 'sm' | 'md';
|
|
1157
1281
|
}
|
|
1158
1282
|
|
|
1159
|
-
declare const Popper: React__default.ForwardRefExoticComponent<Props$
|
|
1160
|
-
interface Props$
|
|
1283
|
+
declare const Popper: React__default.ForwardRefExoticComponent<Props$2Y & React__default.RefAttributes<HTMLElement>>;
|
|
1284
|
+
interface Props$2Y {
|
|
1161
1285
|
/**
|
|
1162
1286
|
* Anchor element. Popper will be mounted to this element.
|
|
1163
1287
|
*/
|
|
@@ -1196,8 +1320,8 @@ interface Props$2X {
|
|
|
1196
1320
|
onKeyDown?: React__default.KeyboardEventHandler;
|
|
1197
1321
|
}
|
|
1198
1322
|
|
|
1199
|
-
declare const Menu: React$1.ForwardRefExoticComponent<Props$
|
|
1200
|
-
interface Props$
|
|
1323
|
+
declare const Menu: React$1.ForwardRefExoticComponent<Props$2X & React$1.RefAttributes<HTMLDivElement>>;
|
|
1324
|
+
interface Props$2X {
|
|
1201
1325
|
/**
|
|
1202
1326
|
* Anchor element.
|
|
1203
1327
|
*/
|
|
@@ -1228,16 +1352,16 @@ interface Props$2W {
|
|
|
1228
1352
|
sameWidth?: boolean;
|
|
1229
1353
|
}
|
|
1230
1354
|
|
|
1231
|
-
declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$
|
|
1232
|
-
interface Props$
|
|
1355
|
+
declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$2W & React$1.RefAttributes<HTMLDivElement>>;
|
|
1356
|
+
interface Props$2W {
|
|
1233
1357
|
/**
|
|
1234
1358
|
* Main content of the component.
|
|
1235
1359
|
*/
|
|
1236
1360
|
children?: React$1.ReactNode;
|
|
1237
1361
|
}
|
|
1238
1362
|
|
|
1239
|
-
declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$
|
|
1240
|
-
interface Props$
|
|
1363
|
+
declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$2V & React$1.RefAttributes<HTMLLIElement>>;
|
|
1364
|
+
interface Props$2V {
|
|
1241
1365
|
/**
|
|
1242
1366
|
* Main content of the component.
|
|
1243
1367
|
*/
|
|
@@ -1256,8 +1380,8 @@ interface Props$2U {
|
|
|
1256
1380
|
isLoading?: boolean;
|
|
1257
1381
|
}
|
|
1258
1382
|
|
|
1259
|
-
declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$
|
|
1260
|
-
interface Props$
|
|
1383
|
+
declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$2U & React$1.RefAttributes<HTMLDivElement>>;
|
|
1384
|
+
interface Props$2U {
|
|
1261
1385
|
/**
|
|
1262
1386
|
* Main content of the component.
|
|
1263
1387
|
*/
|
|
@@ -1272,8 +1396,8 @@ interface Props$2T {
|
|
|
1272
1396
|
type: 'error' | 'warning';
|
|
1273
1397
|
}
|
|
1274
1398
|
|
|
1275
|
-
declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$
|
|
1276
|
-
interface Props$
|
|
1399
|
+
declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$2T & React$1.RefAttributes<HTMLDivElement>>;
|
|
1400
|
+
interface Props$2T {
|
|
1277
1401
|
/**
|
|
1278
1402
|
* Main content of the component.
|
|
1279
1403
|
*/
|
|
@@ -1284,8 +1408,8 @@ interface Props$2S {
|
|
|
1284
1408
|
id?: string;
|
|
1285
1409
|
}
|
|
1286
1410
|
|
|
1287
|
-
declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$
|
|
1288
|
-
interface Props$
|
|
1411
|
+
declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$2S & React$1.RefAttributes<HTMLDivElement>>;
|
|
1412
|
+
interface Props$2S {
|
|
1289
1413
|
/**
|
|
1290
1414
|
* Main content of the component.
|
|
1291
1415
|
*/
|
|
@@ -1296,8 +1420,8 @@ interface Props$2R {
|
|
|
1296
1420
|
id?: string;
|
|
1297
1421
|
}
|
|
1298
1422
|
|
|
1299
|
-
declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$
|
|
1300
|
-
interface Props$
|
|
1423
|
+
declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$2R & React$1.RefAttributes<HTMLDivElement>>;
|
|
1424
|
+
interface Props$2R {
|
|
1301
1425
|
/**
|
|
1302
1426
|
* Sets the dialog content ID.
|
|
1303
1427
|
*/
|
|
@@ -1312,16 +1436,16 @@ interface Props$2Q {
|
|
|
1312
1436
|
children: React$1.ReactNode;
|
|
1313
1437
|
}
|
|
1314
1438
|
|
|
1315
|
-
declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$
|
|
1316
|
-
interface Props$
|
|
1439
|
+
declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$2Q & React$1.RefAttributes<HTMLLIElement>>;
|
|
1440
|
+
interface Props$2Q {
|
|
1317
1441
|
/**
|
|
1318
1442
|
* Item to display in the list.
|
|
1319
1443
|
*/
|
|
1320
1444
|
children: React$1.ReactNode;
|
|
1321
1445
|
}
|
|
1322
1446
|
|
|
1323
|
-
declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$
|
|
1324
|
-
interface Props$
|
|
1447
|
+
declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$2P & React$1.RefAttributes<HTMLDivElement>>;
|
|
1448
|
+
interface Props$2P {
|
|
1325
1449
|
/**
|
|
1326
1450
|
* Main content of the component.
|
|
1327
1451
|
*/
|
|
@@ -1332,16 +1456,16 @@ interface Props$2O {
|
|
|
1332
1456
|
spaceBetween?: boolean;
|
|
1333
1457
|
}
|
|
1334
1458
|
|
|
1335
|
-
declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$
|
|
1336
|
-
interface Props$
|
|
1459
|
+
declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$2O & React$1.RefAttributes<HTMLDivElement>>;
|
|
1460
|
+
interface Props$2O {
|
|
1337
1461
|
/**
|
|
1338
1462
|
* Main content of the component.
|
|
1339
1463
|
*/
|
|
1340
1464
|
children?: React$1.ReactNode;
|
|
1341
1465
|
}
|
|
1342
1466
|
|
|
1343
|
-
declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$
|
|
1344
|
-
interface Props$
|
|
1467
|
+
declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$2N & React$1.RefAttributes<HTMLDivElement>>;
|
|
1468
|
+
interface Props$2N {
|
|
1345
1469
|
/**
|
|
1346
1470
|
* Enables the top border accent.
|
|
1347
1471
|
*/
|
|
@@ -1353,7 +1477,7 @@ interface Props$2M {
|
|
|
1353
1477
|
/**
|
|
1354
1478
|
* Name of selected icon.
|
|
1355
1479
|
*/
|
|
1356
|
-
icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$
|
|
1480
|
+
icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$3v>;
|
|
1357
1481
|
/**
|
|
1358
1482
|
* Optional sub title of the modal.
|
|
1359
1483
|
*/
|
|
@@ -1368,8 +1492,8 @@ interface Props$2M {
|
|
|
1368
1492
|
titleId?: string;
|
|
1369
1493
|
}
|
|
1370
1494
|
|
|
1371
|
-
declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$
|
|
1372
|
-
interface Props$
|
|
1495
|
+
declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$2M & React$1.RefAttributes<HTMLDivElement>>;
|
|
1496
|
+
interface Props$2M {
|
|
1373
1497
|
/**
|
|
1374
1498
|
* Main content of the component.
|
|
1375
1499
|
*/
|
|
@@ -1467,8 +1591,8 @@ interface NavbarContext {
|
|
|
1467
1591
|
declare const NavbarContext: React$1.Context<NavbarContext>;
|
|
1468
1592
|
declare const useNavbarCtx: () => NavbarContext;
|
|
1469
1593
|
|
|
1470
|
-
declare const NavbarItem: React$1.FC<Props$
|
|
1471
|
-
interface Props$
|
|
1594
|
+
declare const NavbarItem: React$1.FC<Props$2L>;
|
|
1595
|
+
interface Props$2L {
|
|
1472
1596
|
/**
|
|
1473
1597
|
* Applies active styling.
|
|
1474
1598
|
*/
|
|
@@ -1535,8 +1659,8 @@ interface Props$2K {
|
|
|
1535
1659
|
onDelete?: () => void;
|
|
1536
1660
|
}
|
|
1537
1661
|
|
|
1538
|
-
declare const NavbarItemContainer: React$1.FC<Props$
|
|
1539
|
-
interface Props$
|
|
1662
|
+
declare const NavbarItemContainer: React$1.FC<Props$2K>;
|
|
1663
|
+
interface Props$2K {
|
|
1540
1664
|
/**
|
|
1541
1665
|
* Marks container as active.
|
|
1542
1666
|
*/
|
|
@@ -1547,8 +1671,8 @@ interface Props$2J {
|
|
|
1547
1671
|
children: React$1.ReactNode;
|
|
1548
1672
|
}
|
|
1549
1673
|
|
|
1550
|
-
declare const NavbarItemContent: React$1.FC<Props$
|
|
1551
|
-
interface Props$
|
|
1674
|
+
declare const NavbarItemContent: React$1.FC<Props$2J>;
|
|
1675
|
+
interface Props$2J {
|
|
1552
1676
|
/**
|
|
1553
1677
|
* Adds enter / exit animation.
|
|
1554
1678
|
*/
|
|
@@ -1567,8 +1691,8 @@ interface Props$2I {
|
|
|
1567
1691
|
hidden?: boolean;
|
|
1568
1692
|
}
|
|
1569
1693
|
|
|
1570
|
-
declare const NavbarItemLabel: React$1.FC<Props$
|
|
1571
|
-
interface Props$
|
|
1694
|
+
declare const NavbarItemLabel: React$1.FC<Props$2I>;
|
|
1695
|
+
interface Props$2I {
|
|
1572
1696
|
/**
|
|
1573
1697
|
* Toggles icon animation if parent item is hovered.
|
|
1574
1698
|
*/
|
|
@@ -1580,11 +1704,11 @@ interface Props$2H {
|
|
|
1580
1704
|
/**
|
|
1581
1705
|
* Displayed icon.
|
|
1582
1706
|
*/
|
|
1583
|
-
icon?: React$1.ReactElement<Props$
|
|
1707
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
1584
1708
|
}
|
|
1585
1709
|
|
|
1586
|
-
declare const NavbarItemsGroup: React$1.FC<Props$
|
|
1587
|
-
interface Props$
|
|
1710
|
+
declare const NavbarItemsGroup: React$1.FC<Props$2H>;
|
|
1711
|
+
interface Props$2H {
|
|
1588
1712
|
/**
|
|
1589
1713
|
* Animates group on collapse.
|
|
1590
1714
|
*/
|
|
@@ -1603,8 +1727,8 @@ interface Props$2G {
|
|
|
1603
1727
|
level?: number;
|
|
1604
1728
|
}
|
|
1605
1729
|
|
|
1606
|
-
declare const NavbarLink: React$1.FC<Props$
|
|
1607
|
-
interface Props$
|
|
1730
|
+
declare const NavbarLink: React$1.FC<Props$2G>;
|
|
1731
|
+
interface Props$2G {
|
|
1608
1732
|
/**
|
|
1609
1733
|
* Renders link content.
|
|
1610
1734
|
*/
|
|
@@ -1617,8 +1741,8 @@ interface Props$2F {
|
|
|
1617
1741
|
href?: string;
|
|
1618
1742
|
}
|
|
1619
1743
|
|
|
1620
|
-
declare const NavbarScrollableContent: React$1.FC<Props$
|
|
1621
|
-
interface Props$
|
|
1744
|
+
declare const NavbarScrollableContent: React$1.FC<Props$2F>;
|
|
1745
|
+
interface Props$2F {
|
|
1622
1746
|
/**
|
|
1623
1747
|
* Main content of the component.
|
|
1624
1748
|
*/
|
|
@@ -1627,8 +1751,8 @@ interface Props$2E {
|
|
|
1627
1751
|
|
|
1628
1752
|
declare const NavbarSeparator: React$1.FC;
|
|
1629
1753
|
|
|
1630
|
-
declare const NavbarToggleButton: React$1.FC<Props$
|
|
1631
|
-
interface Props$
|
|
1754
|
+
declare const NavbarToggleButton: React$1.FC<Props$2E>;
|
|
1755
|
+
interface Props$2E {
|
|
1632
1756
|
/**
|
|
1633
1757
|
* Label shown when navbar will collapse.
|
|
1634
1758
|
*/
|
|
@@ -1643,8 +1767,8 @@ interface Props$2D {
|
|
|
1643
1767
|
openLabel?: string;
|
|
1644
1768
|
}
|
|
1645
1769
|
|
|
1646
|
-
declare const Navbar: React$1.FC<Props$
|
|
1647
|
-
interface Props$
|
|
1770
|
+
declare const Navbar: React$1.FC<Props$2D>;
|
|
1771
|
+
interface Props$2D {
|
|
1648
1772
|
/**
|
|
1649
1773
|
* Labels navigation element.
|
|
1650
1774
|
*/
|
|
@@ -1663,8 +1787,8 @@ interface Props$2C {
|
|
|
1663
1787
|
onActiveItemFocus?: () => void;
|
|
1664
1788
|
}
|
|
1665
1789
|
|
|
1666
|
-
declare const Modal: React$1.FC<Props$
|
|
1667
|
-
interface Props$
|
|
1790
|
+
declare const Modal: React$1.FC<Props$2C>;
|
|
1791
|
+
interface Props$2C {
|
|
1668
1792
|
/**
|
|
1669
1793
|
* Optional children.
|
|
1670
1794
|
*/
|
|
@@ -1687,16 +1811,16 @@ interface Props$2B {
|
|
|
1687
1811
|
variant?: 'transparent' | 'semi-transparent';
|
|
1688
1812
|
}
|
|
1689
1813
|
|
|
1690
|
-
declare const PanelActions: React$1.FC<Props$
|
|
1691
|
-
interface Props$
|
|
1814
|
+
declare const PanelActions: React$1.FC<Props$2B>;
|
|
1815
|
+
interface Props$2B {
|
|
1692
1816
|
/**
|
|
1693
1817
|
* Main content of the component.
|
|
1694
1818
|
*/
|
|
1695
1819
|
children?: React$1.ReactNode;
|
|
1696
1820
|
}
|
|
1697
1821
|
|
|
1698
|
-
declare const PanelCheckbox: React$1.FC<Props$
|
|
1699
|
-
interface Props$
|
|
1822
|
+
declare const PanelCheckbox: React$1.FC<Props$2A>;
|
|
1823
|
+
interface Props$2A {
|
|
1700
1824
|
/**
|
|
1701
1825
|
* Sets current input's value.
|
|
1702
1826
|
*/
|
|
@@ -1715,16 +1839,16 @@ interface Props$2z {
|
|
|
1715
1839
|
description?: React$1.ReactNode;
|
|
1716
1840
|
}
|
|
1717
1841
|
|
|
1718
|
-
declare const PanelColumn: React$1.FC<Props$
|
|
1719
|
-
interface Props$
|
|
1842
|
+
declare const PanelColumn: React$1.FC<Props$2z>;
|
|
1843
|
+
interface Props$2z {
|
|
1720
1844
|
/**
|
|
1721
1845
|
* Main content of the component.
|
|
1722
1846
|
*/
|
|
1723
1847
|
children: React$1.ReactNode;
|
|
1724
1848
|
}
|
|
1725
1849
|
|
|
1726
|
-
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$
|
|
1727
|
-
interface Props$
|
|
1850
|
+
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$2y & React$1.RefAttributes<HTMLDivElement>>;
|
|
1851
|
+
interface Props$2y {
|
|
1728
1852
|
/**
|
|
1729
1853
|
* Main content of the component.
|
|
1730
1854
|
*/
|
|
@@ -1743,8 +1867,8 @@ interface Props$2x {
|
|
|
1743
1867
|
header?: string;
|
|
1744
1868
|
}
|
|
1745
1869
|
|
|
1746
|
-
declare const PanelContentProp: React$1.FC<Props$
|
|
1747
|
-
interface Props$
|
|
1870
|
+
declare const PanelContentProp: React$1.FC<Props$2x>;
|
|
1871
|
+
interface Props$2x {
|
|
1748
1872
|
/**
|
|
1749
1873
|
* Property label.
|
|
1750
1874
|
*/
|
|
@@ -1757,8 +1881,8 @@ interface Props$2w {
|
|
|
1757
1881
|
|
|
1758
1882
|
declare const PanelDragHandle: React$1.ForwardRefExoticComponent<React$1.RefAttributes<HTMLDivElement>>;
|
|
1759
1883
|
|
|
1760
|
-
declare const PanelList: React$1.FC<Props$
|
|
1761
|
-
interface Props$
|
|
1884
|
+
declare const PanelList: React$1.FC<Props$2w>;
|
|
1885
|
+
interface Props$2w {
|
|
1762
1886
|
/**
|
|
1763
1887
|
* Main content.
|
|
1764
1888
|
*/
|
|
@@ -1773,16 +1897,16 @@ interface Props$2v {
|
|
|
1773
1897
|
toolbarLoading?: boolean;
|
|
1774
1898
|
}
|
|
1775
1899
|
|
|
1776
|
-
declare const PanelListDivider: React$1.FC<Props$
|
|
1777
|
-
interface Props$
|
|
1900
|
+
declare const PanelListDivider: React$1.FC<Props$2v>;
|
|
1901
|
+
interface Props$2v {
|
|
1778
1902
|
/**
|
|
1779
1903
|
* Toggles component opacity.
|
|
1780
1904
|
*/
|
|
1781
1905
|
opaque?: boolean;
|
|
1782
1906
|
}
|
|
1783
1907
|
|
|
1784
|
-
declare const PanelSide: React$1.FC<Props$
|
|
1785
|
-
interface Props$
|
|
1908
|
+
declare const PanelSide: React$1.FC<Props$2u>;
|
|
1909
|
+
interface Props$2u {
|
|
1786
1910
|
/**
|
|
1787
1911
|
* Custom content rendered instead of icon.
|
|
1788
1912
|
*/
|
|
@@ -1804,8 +1928,8 @@ interface Props$2t {
|
|
|
1804
1928
|
verticalSpacing?: boolean;
|
|
1805
1929
|
}
|
|
1806
1930
|
|
|
1807
|
-
declare const PanelSkeleton: React$1.FC<Props$
|
|
1808
|
-
interface Props$
|
|
1931
|
+
declare const PanelSkeleton: React$1.FC<Props$2t>;
|
|
1932
|
+
interface Props$2t {
|
|
1809
1933
|
/**
|
|
1810
1934
|
* Number of loading blocks.
|
|
1811
1935
|
*/
|
|
@@ -1820,8 +1944,8 @@ interface Props$2s {
|
|
|
1820
1944
|
spacing?: boolean;
|
|
1821
1945
|
}
|
|
1822
1946
|
|
|
1823
|
-
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$
|
|
1824
|
-
interface Props$
|
|
1947
|
+
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$2s & React$1.RefAttributes<HTMLDivElement>>;
|
|
1948
|
+
interface Props$2s extends Omit<Props$2y, 'children'> {
|
|
1825
1949
|
/**
|
|
1826
1950
|
* Panel's title.
|
|
1827
1951
|
*/
|
|
@@ -1836,8 +1960,8 @@ interface Props$2r extends Omit<Props$2x, 'children'> {
|
|
|
1836
1960
|
tooltip?: string;
|
|
1837
1961
|
}
|
|
1838
1962
|
|
|
1839
|
-
declare const PanelDescriptionItem: React$1.FC<Props$
|
|
1840
|
-
interface Props$
|
|
1963
|
+
declare const PanelDescriptionItem: React$1.FC<Props$2r>;
|
|
1964
|
+
interface Props$2r {
|
|
1841
1965
|
/**
|
|
1842
1966
|
* Main components content.
|
|
1843
1967
|
*/
|
|
@@ -1923,8 +2047,8 @@ declare const useListDnd: (initItems: ListDndItem[]) => {
|
|
|
1923
2047
|
setDraggable: ListDndSetDraggable;
|
|
1924
2048
|
};
|
|
1925
2049
|
|
|
1926
|
-
declare const SortableDndListItem: React$1.FC<Props$
|
|
1927
|
-
interface Props$
|
|
2050
|
+
declare const SortableDndListItem: React$1.FC<Props$2q>;
|
|
2051
|
+
interface Props$2q {
|
|
1928
2052
|
/**
|
|
1929
2053
|
* Current item's index in a list.
|
|
1930
2054
|
*/
|
|
@@ -1966,8 +2090,8 @@ interface SortableDndListContextShape {
|
|
|
1966
2090
|
onDragEnd?: ListDndOnDragEnd;
|
|
1967
2091
|
}
|
|
1968
2092
|
|
|
1969
|
-
declare const SortableDndList: React$1.FC<Props$
|
|
1970
|
-
interface Props$
|
|
2093
|
+
declare const SortableDndList: React$1.FC<Props$2p>;
|
|
2094
|
+
interface Props$2p extends SortableDndListContextShape {
|
|
1971
2095
|
/**
|
|
1972
2096
|
* Main content of the component.
|
|
1973
2097
|
*/
|
|
@@ -1985,8 +2109,8 @@ interface PanelContextShape extends Partial<ListDndChildProps> {
|
|
|
1985
2109
|
edit?: boolean;
|
|
1986
2110
|
}
|
|
1987
2111
|
|
|
1988
|
-
declare const Panel: React$1.ForwardRefExoticComponent<Props$
|
|
1989
|
-
interface Props$
|
|
2112
|
+
declare const Panel: React$1.ForwardRefExoticComponent<Props$2o & React$1.RefAttributes<HTMLDivElement>>;
|
|
2113
|
+
interface Props$2o extends PanelContextShape {
|
|
1990
2114
|
/**
|
|
1991
2115
|
* Main content of the component.
|
|
1992
2116
|
*/
|
|
@@ -2005,8 +2129,8 @@ interface Props$2n extends PanelContextShape {
|
|
|
2005
2129
|
elevated?: boolean;
|
|
2006
2130
|
}
|
|
2007
2131
|
|
|
2008
|
-
declare const Pagination: React$1.FC<Props$
|
|
2009
|
-
interface Props$
|
|
2132
|
+
declare const Pagination: React$1.FC<Props$2n>;
|
|
2133
|
+
interface Props$2n {
|
|
2010
2134
|
/**
|
|
2011
2135
|
* Disables interaction with pagination.
|
|
2012
2136
|
*/
|
|
@@ -2049,24 +2173,24 @@ interface Props$2m {
|
|
|
2049
2173
|
prevPageLabel?: string;
|
|
2050
2174
|
}
|
|
2051
2175
|
|
|
2052
|
-
declare const Permissions: React$1.FC<Props$
|
|
2053
|
-
interface Props$
|
|
2176
|
+
declare const Permissions: React$1.FC<Props$2m>;
|
|
2177
|
+
interface Props$2m {
|
|
2054
2178
|
/**
|
|
2055
2179
|
* Main content of the component.
|
|
2056
2180
|
*/
|
|
2057
2181
|
children: React$1.ReactNode;
|
|
2058
2182
|
}
|
|
2059
2183
|
|
|
2060
|
-
declare const PermissionsPanel: ({ children }: Props$
|
|
2061
|
-
interface Props$
|
|
2184
|
+
declare const PermissionsPanel: ({ children }: Props$2l) => React$1.JSX.Element;
|
|
2185
|
+
interface Props$2l {
|
|
2062
2186
|
/**
|
|
2063
2187
|
* Main content of the component.
|
|
2064
2188
|
*/
|
|
2065
2189
|
children?: React$1.ReactNode;
|
|
2066
2190
|
}
|
|
2067
2191
|
|
|
2068
|
-
declare const PermissionsTitle: React$1.FC<Props$
|
|
2069
|
-
interface Props$
|
|
2192
|
+
declare const PermissionsTitle: React$1.FC<Props$2k>;
|
|
2193
|
+
interface Props$2k {
|
|
2070
2194
|
/**
|
|
2071
2195
|
* Flag to enable select all mode.
|
|
2072
2196
|
*/
|
|
@@ -2091,24 +2215,24 @@ interface Props$2j {
|
|
|
2091
2215
|
onSelectAll?: (checked: boolean) => void;
|
|
2092
2216
|
}
|
|
2093
2217
|
|
|
2094
|
-
declare const PermissionsContent: ({ children }: Props$
|
|
2095
|
-
interface Props$
|
|
2218
|
+
declare const PermissionsContent: ({ children }: Props$2j) => React$1.JSX.Element;
|
|
2219
|
+
interface Props$2j {
|
|
2096
2220
|
/**
|
|
2097
2221
|
* Main content of the component.
|
|
2098
2222
|
*/
|
|
2099
2223
|
children: React$1.ReactNode;
|
|
2100
2224
|
}
|
|
2101
2225
|
|
|
2102
|
-
declare const PermissionsForm: ({ children }: Props$
|
|
2103
|
-
interface Props$
|
|
2226
|
+
declare const PermissionsForm: ({ children }: Props$2i) => React$1.JSX.Element;
|
|
2227
|
+
interface Props$2i {
|
|
2104
2228
|
/**
|
|
2105
2229
|
* Main content of the component.
|
|
2106
2230
|
*/
|
|
2107
2231
|
children: React$1.ReactNode;
|
|
2108
2232
|
}
|
|
2109
2233
|
|
|
2110
|
-
declare const PermissionsFormGroup: ({ children, title, isCompact }: Props$
|
|
2111
|
-
interface Props$
|
|
2234
|
+
declare const PermissionsFormGroup: ({ children, title, isCompact }: Props$2h) => React$1.JSX.Element;
|
|
2235
|
+
interface Props$2h {
|
|
2112
2236
|
/**
|
|
2113
2237
|
* Title of the form group.
|
|
2114
2238
|
*/
|
|
@@ -2123,8 +2247,8 @@ interface Props$2g {
|
|
|
2123
2247
|
isCompact?: boolean;
|
|
2124
2248
|
}
|
|
2125
2249
|
|
|
2126
|
-
declare const PermissionsFormInput: ({ checked, label, tooltip, onChange }: Props$
|
|
2127
|
-
interface Props$
|
|
2250
|
+
declare const PermissionsFormInput: ({ checked, label, tooltip, onChange }: Props$2g) => React$1.JSX.Element;
|
|
2251
|
+
interface Props$2g {
|
|
2128
2252
|
/**
|
|
2129
2253
|
* Flag to indicate if the input is checked.
|
|
2130
2254
|
*/
|
|
@@ -2145,16 +2269,16 @@ interface Props$2f {
|
|
|
2145
2269
|
onChange: (checked: boolean) => void;
|
|
2146
2270
|
}
|
|
2147
2271
|
|
|
2148
|
-
declare const PermissionsActions: ({ children }: Props$
|
|
2149
|
-
interface Props$
|
|
2272
|
+
declare const PermissionsActions: ({ children }: Props$2f) => React$1.JSX.Element;
|
|
2273
|
+
interface Props$2f {
|
|
2150
2274
|
/**
|
|
2151
2275
|
* Main content of the component.
|
|
2152
2276
|
*/
|
|
2153
2277
|
children?: React$1.ReactNode;
|
|
2154
2278
|
}
|
|
2155
2279
|
|
|
2156
|
-
declare const PermissionsScopeHeader: React$1.FC<Props$
|
|
2157
|
-
interface Props$
|
|
2280
|
+
declare const PermissionsScopeHeader: React$1.FC<Props$2e>;
|
|
2281
|
+
interface Props$2e {
|
|
2158
2282
|
/**
|
|
2159
2283
|
* Description label to display.
|
|
2160
2284
|
*/
|
|
@@ -2165,8 +2289,8 @@ interface Props$2d {
|
|
|
2165
2289
|
children: React$1.ReactNode;
|
|
2166
2290
|
}
|
|
2167
2291
|
|
|
2168
|
-
declare const PermissionsScopeList: React$1.FC<Props$
|
|
2169
|
-
interface Props$
|
|
2292
|
+
declare const PermissionsScopeList: React$1.FC<Props$2d>;
|
|
2293
|
+
interface Props$2d {
|
|
2170
2294
|
/**
|
|
2171
2295
|
* Description label to display.
|
|
2172
2296
|
*/
|
|
@@ -2177,8 +2301,8 @@ interface Props$2c {
|
|
|
2177
2301
|
children: React$1.ReactNode;
|
|
2178
2302
|
}
|
|
2179
2303
|
|
|
2180
|
-
declare const PermissionTag: ({ active, children }: Props$
|
|
2181
|
-
interface Props$
|
|
2304
|
+
declare const PermissionTag: ({ active, children }: Props$2c) => React$1.JSX.Element;
|
|
2305
|
+
interface Props$2c {
|
|
2182
2306
|
/**
|
|
2183
2307
|
* Toggles active state of the component.
|
|
2184
2308
|
*/
|
|
@@ -2194,8 +2318,8 @@ type PermissionMap = {
|
|
|
2194
2318
|
[key in PermissionName]: boolean;
|
|
2195
2319
|
};
|
|
2196
2320
|
|
|
2197
|
-
declare const PermissionsManagementPanelHeader: React$1.FC<Props$
|
|
2198
|
-
interface Props$
|
|
2321
|
+
declare const PermissionsManagementPanelHeader: React$1.FC<Props$2b>;
|
|
2322
|
+
interface Props$2b {
|
|
2199
2323
|
/**
|
|
2200
2324
|
* Title to display.
|
|
2201
2325
|
*/
|
|
@@ -2214,8 +2338,8 @@ interface Props$2a {
|
|
|
2214
2338
|
onClose: () => void;
|
|
2215
2339
|
}
|
|
2216
2340
|
|
|
2217
|
-
declare const PermissionsManagementPanelRulesHeader: React$1.FC<Props$
|
|
2218
|
-
interface Props$
|
|
2341
|
+
declare const PermissionsManagementPanelRulesHeader: React$1.FC<Props$2a>;
|
|
2342
|
+
interface Props$2a {
|
|
2219
2343
|
/**
|
|
2220
2344
|
* Title to display.
|
|
2221
2345
|
*/
|
|
@@ -2226,16 +2350,16 @@ interface Props$29 {
|
|
|
2226
2350
|
children: React$1.ReactNode;
|
|
2227
2351
|
}
|
|
2228
2352
|
|
|
2229
|
-
declare const PermissionsManagementPanel: React$1.FC<Props$
|
|
2230
|
-
interface Props$
|
|
2353
|
+
declare const PermissionsManagementPanel: React$1.FC<Props$29>;
|
|
2354
|
+
interface Props$29 {
|
|
2231
2355
|
/**
|
|
2232
2356
|
* Main content of the component.
|
|
2233
2357
|
*/
|
|
2234
2358
|
children: React$1.ReactNode;
|
|
2235
2359
|
}
|
|
2236
2360
|
|
|
2237
|
-
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$
|
|
2238
|
-
interface Props$
|
|
2361
|
+
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$28 & React$1.RefAttributes<HTMLDivElement>>;
|
|
2362
|
+
interface Props$28 {
|
|
2239
2363
|
/**
|
|
2240
2364
|
* Additional info rendered close to a title.
|
|
2241
2365
|
*/
|
|
@@ -2278,8 +2402,8 @@ interface Props$27 {
|
|
|
2278
2402
|
navigationLabel?: string;
|
|
2279
2403
|
}
|
|
2280
2404
|
|
|
2281
|
-
declare const PropertiesTableRow: React$1.FC<Props$
|
|
2282
|
-
interface Props$
|
|
2405
|
+
declare const PropertiesTableRow: React$1.FC<Props$27>;
|
|
2406
|
+
interface Props$27 {
|
|
2283
2407
|
/**
|
|
2284
2408
|
* Item's label.
|
|
2285
2409
|
*/
|
|
@@ -2290,16 +2414,16 @@ interface Props$26 {
|
|
|
2290
2414
|
value: React$1.ReactNode;
|
|
2291
2415
|
}
|
|
2292
2416
|
|
|
2293
|
-
declare const PropertiesTable: React$1.FC<Props$
|
|
2294
|
-
interface Props$
|
|
2417
|
+
declare const PropertiesTable: React$1.FC<Props$26>;
|
|
2418
|
+
interface Props$26 {
|
|
2295
2419
|
/**
|
|
2296
2420
|
* Main content of the component.
|
|
2297
2421
|
*/
|
|
2298
2422
|
children: React$1.ReactNode;
|
|
2299
2423
|
}
|
|
2300
2424
|
|
|
2301
|
-
declare const ResponsiveImageFit: React$1.FC<Props$
|
|
2302
|
-
interface Props$
|
|
2425
|
+
declare const ResponsiveImageFit: React$1.FC<Props$25>;
|
|
2426
|
+
interface Props$25 {
|
|
2303
2427
|
/**
|
|
2304
2428
|
* Image alt text.
|
|
2305
2429
|
*/
|
|
@@ -2338,8 +2462,8 @@ interface Props$24 {
|
|
|
2338
2462
|
sizes?: number;
|
|
2339
2463
|
}
|
|
2340
2464
|
|
|
2341
|
-
declare const ResponsiveImageFallback: React$1.FC<Props$
|
|
2342
|
-
interface Props$
|
|
2465
|
+
declare const ResponsiveImageFallback: React$1.FC<Props$24>;
|
|
2466
|
+
interface Props$24 {
|
|
2343
2467
|
/**
|
|
2344
2468
|
* Indicates if cover is allowed for the image.
|
|
2345
2469
|
*/
|
|
@@ -2366,8 +2490,8 @@ interface Props$23 {
|
|
|
2366
2490
|
showFallback?: boolean;
|
|
2367
2491
|
}
|
|
2368
2492
|
|
|
2369
|
-
declare const ResponsiveImageScalable: React$1.FC<Props$
|
|
2370
|
-
interface Props$
|
|
2493
|
+
declare const ResponsiveImageScalable: React$1.FC<Props$23>;
|
|
2494
|
+
interface Props$23 {
|
|
2371
2495
|
/**
|
|
2372
2496
|
* Image alt text.
|
|
2373
2497
|
*/
|
|
@@ -2416,8 +2540,8 @@ interface Props$22 {
|
|
|
2416
2540
|
|
|
2417
2541
|
declare const ResponsiveImageSkeleton: React$1.FC;
|
|
2418
2542
|
|
|
2419
|
-
declare const ResponsiveImage: React$1.FC<Props$
|
|
2420
|
-
interface Props$
|
|
2543
|
+
declare const ResponsiveImage: React$1.FC<Props$22>;
|
|
2544
|
+
interface Props$22 {
|
|
2421
2545
|
/**
|
|
2422
2546
|
* List of available breakpoints.
|
|
2423
2547
|
*/
|
|
@@ -2440,8 +2564,8 @@ interface Props$21 {
|
|
|
2440
2564
|
loader?: React$1.ReactNode;
|
|
2441
2565
|
}
|
|
2442
2566
|
|
|
2443
|
-
declare const Skeleton: React$1.FC<Props$
|
|
2444
|
-
interface Props$
|
|
2567
|
+
declare const Skeleton: React$1.FC<Props$21>;
|
|
2568
|
+
interface Props$21 {
|
|
2445
2569
|
/**
|
|
2446
2570
|
* Optional class name. It overrides class responsible for background color.
|
|
2447
2571
|
*/
|
|
@@ -2456,8 +2580,8 @@ interface Props$20 {
|
|
|
2456
2580
|
width?: string;
|
|
2457
2581
|
}
|
|
2458
2582
|
|
|
2459
|
-
declare const SortButton: React$1.FC<Props$
|
|
2460
|
-
interface Props$
|
|
2583
|
+
declare const SortButton: React$1.FC<Props$20>;
|
|
2584
|
+
interface Props$20 {
|
|
2461
2585
|
/**
|
|
2462
2586
|
* Button's aria label.
|
|
2463
2587
|
*/
|
|
@@ -2476,8 +2600,8 @@ interface Props$1$ {
|
|
|
2476
2600
|
onClick?: () => void;
|
|
2477
2601
|
}
|
|
2478
2602
|
|
|
2479
|
-
declare const SwitchView: React$1.FC<Props$
|
|
2480
|
-
interface Props$
|
|
2603
|
+
declare const SwitchView: React$1.FC<Props$1$>;
|
|
2604
|
+
interface Props$1$ {
|
|
2481
2605
|
/**
|
|
2482
2606
|
* Main content of the component.
|
|
2483
2607
|
*/
|
|
@@ -2488,8 +2612,8 @@ interface Props$1_ {
|
|
|
2488
2612
|
id?: string | string[];
|
|
2489
2613
|
}
|
|
2490
2614
|
|
|
2491
|
-
declare const Switch: React$1.FC<Props$
|
|
2492
|
-
interface Props$
|
|
2615
|
+
declare const Switch: React$1.FC<Props$1_>;
|
|
2616
|
+
interface Props$1_ {
|
|
2493
2617
|
/**
|
|
2494
2618
|
* Main content of the component.
|
|
2495
2619
|
*/
|
|
@@ -2500,8 +2624,8 @@ interface Props$1Z {
|
|
|
2500
2624
|
match?: string;
|
|
2501
2625
|
}
|
|
2502
2626
|
|
|
2503
|
-
declare const SwitchInput: React$1.FC<Props$
|
|
2504
|
-
interface Props$
|
|
2627
|
+
declare const SwitchInput: React$1.FC<Props$1Z>;
|
|
2628
|
+
interface Props$1Z {
|
|
2505
2629
|
/**
|
|
2506
2630
|
* Sets current input's value.
|
|
2507
2631
|
*/
|
|
@@ -2520,8 +2644,8 @@ interface Props$1Y {
|
|
|
2520
2644
|
onChange: (checked: boolean) => void;
|
|
2521
2645
|
}
|
|
2522
2646
|
|
|
2523
|
-
declare const TagList: React$1.FC<Props$
|
|
2524
|
-
interface Props$
|
|
2647
|
+
declare const TagList: React$1.FC<Props$1Y>;
|
|
2648
|
+
interface Props$1Y {
|
|
2525
2649
|
/**
|
|
2526
2650
|
* Main content of the component.
|
|
2527
2651
|
*/
|
|
@@ -2532,8 +2656,8 @@ interface Props$1X {
|
|
|
2532
2656
|
className?: string;
|
|
2533
2657
|
}
|
|
2534
2658
|
|
|
2535
|
-
declare const TagLabel: React$1.FC<Props$
|
|
2536
|
-
interface Props$
|
|
2659
|
+
declare const TagLabel: React$1.FC<Props$1X>;
|
|
2660
|
+
interface Props$1X {
|
|
2537
2661
|
/**
|
|
2538
2662
|
* Emphasizes tag content.
|
|
2539
2663
|
*/
|
|
@@ -2544,8 +2668,8 @@ interface Props$1W {
|
|
|
2544
2668
|
children: React$1.ReactNode;
|
|
2545
2669
|
}
|
|
2546
2670
|
|
|
2547
|
-
declare const Tag: React$1.ForwardRefExoticComponent<Props$
|
|
2548
|
-
interface Props$
|
|
2671
|
+
declare const Tag: React$1.ForwardRefExoticComponent<Props$1W & React$1.RefAttributes<HTMLDivElement>>;
|
|
2672
|
+
interface Props$1W {
|
|
2549
2673
|
/**
|
|
2550
2674
|
* Sets component's children.
|
|
2551
2675
|
*/
|
|
@@ -2576,8 +2700,8 @@ interface Props$1V {
|
|
|
2576
2700
|
removeLabel?: string;
|
|
2577
2701
|
}
|
|
2578
2702
|
|
|
2579
|
-
declare const TagInput: React$1.FC<Props$
|
|
2580
|
-
interface Props$
|
|
2703
|
+
declare const TagInput: React$1.FC<Props$1V>;
|
|
2704
|
+
interface Props$1V {
|
|
2581
2705
|
/**
|
|
2582
2706
|
* Input's class name.
|
|
2583
2707
|
*/
|
|
@@ -2629,8 +2753,8 @@ interface Props$1U {
|
|
|
2629
2753
|
disabled?: boolean;
|
|
2630
2754
|
}
|
|
2631
2755
|
|
|
2632
|
-
declare const Tab: React$1.FC<Props$
|
|
2633
|
-
interface Props$
|
|
2756
|
+
declare const Tab: React$1.FC<Props$1U>;
|
|
2757
|
+
interface Props$1U {
|
|
2634
2758
|
/**
|
|
2635
2759
|
* Main content.
|
|
2636
2760
|
*/
|
|
@@ -2649,8 +2773,8 @@ interface Props$1T {
|
|
|
2649
2773
|
panelId: string;
|
|
2650
2774
|
}
|
|
2651
2775
|
|
|
2652
|
-
declare const TabPanel: React$1.FC<Props$
|
|
2653
|
-
interface Props$
|
|
2776
|
+
declare const TabPanel: React$1.FC<Props$1T>;
|
|
2777
|
+
interface Props$1T {
|
|
2654
2778
|
/**
|
|
2655
2779
|
* Main content of the component.
|
|
2656
2780
|
*/
|
|
@@ -2665,8 +2789,8 @@ interface Props$1S {
|
|
|
2665
2789
|
id: string;
|
|
2666
2790
|
}
|
|
2667
2791
|
|
|
2668
|
-
declare const Tabs: React$1.FC<Props$
|
|
2669
|
-
interface Props$
|
|
2792
|
+
declare const Tabs: React$1.FC<Props$1S>;
|
|
2793
|
+
interface Props$1S {
|
|
2670
2794
|
/**
|
|
2671
2795
|
* Currently selected tab.
|
|
2672
2796
|
*/
|
|
@@ -2681,8 +2805,8 @@ interface Props$1R {
|
|
|
2681
2805
|
onSelect?: (id: string) => void;
|
|
2682
2806
|
}
|
|
2683
2807
|
|
|
2684
|
-
declare const Tooltip: React$1.FC<Props$
|
|
2685
|
-
interface Props$
|
|
2808
|
+
declare const Tooltip: React$1.FC<Props$1R>;
|
|
2809
|
+
interface Props$1R {
|
|
2686
2810
|
/**
|
|
2687
2811
|
* Main content of the component.
|
|
2688
2812
|
* It must be a single child that accepts `ref`.
|
|
@@ -2708,8 +2832,8 @@ interface Props$1Q {
|
|
|
2708
2832
|
wrap?: boolean;
|
|
2709
2833
|
}
|
|
2710
2834
|
|
|
2711
|
-
declare const TopbarAction: React$1.FC<Props$
|
|
2712
|
-
interface Props$
|
|
2835
|
+
declare const TopbarAction: React$1.FC<Props$1Q>;
|
|
2836
|
+
interface Props$1Q {
|
|
2713
2837
|
/**
|
|
2714
2838
|
* Applies active styling.
|
|
2715
2839
|
*/
|
|
@@ -2740,8 +2864,8 @@ interface Props$1P {
|
|
|
2740
2864
|
onClick?: () => void;
|
|
2741
2865
|
}
|
|
2742
2866
|
|
|
2743
|
-
declare const Topbar: React$1.FC<Props$
|
|
2744
|
-
interface Props$
|
|
2867
|
+
declare const Topbar: React$1.FC<Props$1P>;
|
|
2868
|
+
interface Props$1P {
|
|
2745
2869
|
/**
|
|
2746
2870
|
* Main content of the component.
|
|
2747
2871
|
*/
|
|
@@ -3906,8 +4030,8 @@ declare namespace validators_d {
|
|
|
3906
4030
|
};
|
|
3907
4031
|
}
|
|
3908
4032
|
|
|
3909
|
-
declare const ViewDialog: React$1.FC<Props$
|
|
3910
|
-
interface Props$
|
|
4033
|
+
declare const ViewDialog: React$1.FC<Props$1O>;
|
|
4034
|
+
interface Props$1O {
|
|
3911
4035
|
/**
|
|
3912
4036
|
* Main content of the component.
|
|
3913
4037
|
*/
|
|
@@ -3970,8 +4094,8 @@ interface Props$1N {
|
|
|
3970
4094
|
label?: string;
|
|
3971
4095
|
}
|
|
3972
4096
|
|
|
3973
|
-
declare const UIProvider: React$1.FC<Props$
|
|
3974
|
-
interface Props$
|
|
4097
|
+
declare const UIProvider: React$1.FC<Props$1N>;
|
|
4098
|
+
interface Props$1N {
|
|
3975
4099
|
/**
|
|
3976
4100
|
* Main content.
|
|
3977
4101
|
*/
|
|
@@ -3999,7 +4123,7 @@ interface Props$1M {
|
|
|
3999
4123
|
/**
|
|
4000
4124
|
* Dialog mode options.
|
|
4001
4125
|
*/
|
|
4002
|
-
dialog?: Omit<Props$
|
|
4126
|
+
dialog?: Omit<Props$1O, 'children'>;
|
|
4003
4127
|
/**
|
|
4004
4128
|
* Name of selected theme.
|
|
4005
4129
|
*/
|
|
@@ -4018,16 +4142,16 @@ interface Props$1M {
|
|
|
4018
4142
|
choosableFileExtensions?: string[];
|
|
4019
4143
|
}
|
|
4020
4144
|
|
|
4021
|
-
declare const View: React$1.FC<Props$
|
|
4022
|
-
interface Props$
|
|
4145
|
+
declare const View: React$1.FC<Props$1M>;
|
|
4146
|
+
interface Props$1M {
|
|
4023
4147
|
/**
|
|
4024
4148
|
* Sets component's children.
|
|
4025
4149
|
*/
|
|
4026
4150
|
children?: React$1.ReactNode;
|
|
4027
4151
|
}
|
|
4028
4152
|
|
|
4029
|
-
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$
|
|
4030
|
-
interface Props$
|
|
4153
|
+
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$1L & React$1.RefAttributes<HTMLDivElement>>;
|
|
4154
|
+
interface Props$1L {
|
|
4031
4155
|
/**
|
|
4032
4156
|
* Sets component's children.
|
|
4033
4157
|
*/
|
|
@@ -4050,8 +4174,8 @@ interface Props$1K {
|
|
|
4050
4174
|
spacing?: 'xl';
|
|
4051
4175
|
}
|
|
4052
4176
|
|
|
4053
|
-
declare const ViewContentBar: React$1.FC<Props$
|
|
4054
|
-
interface Props$
|
|
4177
|
+
declare const ViewContentBar: React$1.FC<Props$1K>;
|
|
4178
|
+
interface Props$1K {
|
|
4055
4179
|
/**
|
|
4056
4180
|
* Sets component's children.
|
|
4057
4181
|
*/
|
|
@@ -4062,48 +4186,48 @@ interface Props$1J {
|
|
|
4062
4186
|
justify?: 'start' | 'end';
|
|
4063
4187
|
}
|
|
4064
4188
|
|
|
4065
|
-
declare const ViewContentWrapper: React$1.FC<Props$
|
|
4066
|
-
interface Props$
|
|
4189
|
+
declare const ViewContentWrapper: React$1.FC<Props$1J>;
|
|
4190
|
+
interface Props$1J {
|
|
4067
4191
|
/**
|
|
4068
4192
|
* Sets component's children.
|
|
4069
4193
|
*/
|
|
4070
4194
|
children?: React$1.ReactNode;
|
|
4071
4195
|
}
|
|
4072
4196
|
|
|
4073
|
-
declare const ViewFooter: React$1.FC<Props$
|
|
4074
|
-
interface Props$
|
|
4197
|
+
declare const ViewFooter: React$1.FC<Props$1I>;
|
|
4198
|
+
interface Props$1I {
|
|
4075
4199
|
/**
|
|
4076
4200
|
* Sets component's children.
|
|
4077
4201
|
*/
|
|
4078
4202
|
children?: React$1.ReactNode;
|
|
4079
4203
|
}
|
|
4080
4204
|
|
|
4081
|
-
declare const ViewHeader: React$1.FC<Props$
|
|
4082
|
-
interface Props$
|
|
4205
|
+
declare const ViewHeader: React$1.FC<Props$1H>;
|
|
4206
|
+
interface Props$1H {
|
|
4083
4207
|
/**
|
|
4084
4208
|
* Sets component's children.
|
|
4085
4209
|
*/
|
|
4086
4210
|
children?: React$1.ReactNode;
|
|
4087
4211
|
}
|
|
4088
4212
|
|
|
4089
|
-
declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$
|
|
4090
|
-
interface Props$
|
|
4213
|
+
declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$1G & React$1.RefAttributes<HTMLDivElement>>;
|
|
4214
|
+
interface Props$1G {
|
|
4091
4215
|
/**
|
|
4092
4216
|
* Sets component's children.
|
|
4093
4217
|
*/
|
|
4094
4218
|
children: React$1.ReactNode;
|
|
4095
4219
|
}
|
|
4096
4220
|
|
|
4097
|
-
declare const ViewSideContent: React$1.FC<Props$
|
|
4098
|
-
interface Props$
|
|
4221
|
+
declare const ViewSideContent: React$1.FC<Props$1F>;
|
|
4222
|
+
interface Props$1F {
|
|
4099
4223
|
/**
|
|
4100
4224
|
* Sets component's children.
|
|
4101
4225
|
*/
|
|
4102
4226
|
children?: React$1.ReactNode;
|
|
4103
4227
|
}
|
|
4104
4228
|
|
|
4105
|
-
declare const ViewWrapper: React$1.FC<Props$
|
|
4106
|
-
interface Props$
|
|
4229
|
+
declare const ViewWrapper: React$1.FC<Props$1E>;
|
|
4230
|
+
interface Props$1E {
|
|
4107
4231
|
/**
|
|
4108
4232
|
* Main content of the component.
|
|
4109
4233
|
*/
|
|
@@ -4114,8 +4238,8 @@ interface Props$1D {
|
|
|
4114
4238
|
navbar?: React$1.ReactNode;
|
|
4115
4239
|
}
|
|
4116
4240
|
|
|
4117
|
-
declare const RangeSlider: React$1.FC<Props$
|
|
4118
|
-
type Props$
|
|
4241
|
+
declare const RangeSlider: React$1.FC<Props$1D>;
|
|
4242
|
+
type Props$1D = {
|
|
4119
4243
|
/**
|
|
4120
4244
|
* Slider value.
|
|
4121
4245
|
*/
|
|
@@ -4148,8 +4272,8 @@ type Props$1C = {
|
|
|
4148
4272
|
showLabels?: boolean;
|
|
4149
4273
|
};
|
|
4150
4274
|
|
|
4151
|
-
declare const FormFeedback: React$1.FC<Props$
|
|
4152
|
-
type Props$
|
|
4275
|
+
declare const FormFeedback: React$1.FC<Props$1C>;
|
|
4276
|
+
type Props$1C = {
|
|
4153
4277
|
/**
|
|
4154
4278
|
* Main content of the component.
|
|
4155
4279
|
*/
|
|
@@ -4164,8 +4288,8 @@ type Props$1B = {
|
|
|
4164
4288
|
warning?: boolean;
|
|
4165
4289
|
};
|
|
4166
4290
|
|
|
4167
|
-
declare const FormGroup: React$1.FC<Props$
|
|
4168
|
-
interface Props$
|
|
4291
|
+
declare const FormGroup: React$1.FC<Props$1B>;
|
|
4292
|
+
interface Props$1B {
|
|
4169
4293
|
/**
|
|
4170
4294
|
* Main content of the component.
|
|
4171
4295
|
*/
|
|
@@ -4176,24 +4300,24 @@ interface Props$1A {
|
|
|
4176
4300
|
halfWidth?: boolean;
|
|
4177
4301
|
}
|
|
4178
4302
|
|
|
4179
|
-
declare const FormGroupColumn: React$1.FC<Props$
|
|
4180
|
-
interface Props$
|
|
4303
|
+
declare const FormGroupColumn: React$1.FC<Props$1A>;
|
|
4304
|
+
interface Props$1A {
|
|
4181
4305
|
/**
|
|
4182
4306
|
* Main content of the component.
|
|
4183
4307
|
*/
|
|
4184
4308
|
children: React$1.ReactNode;
|
|
4185
4309
|
}
|
|
4186
4310
|
|
|
4187
|
-
declare const FormGroupInfo: React$1.FC<Props$
|
|
4188
|
-
interface Props$
|
|
4311
|
+
declare const FormGroupInfo: React$1.FC<Props$1z>;
|
|
4312
|
+
interface Props$1z {
|
|
4189
4313
|
/**
|
|
4190
4314
|
* Main content of the component.
|
|
4191
4315
|
*/
|
|
4192
4316
|
children: React$1.ReactNode;
|
|
4193
4317
|
}
|
|
4194
4318
|
|
|
4195
|
-
declare const FormInputLabel: React$1.FC<Props$
|
|
4196
|
-
type Props$
|
|
4319
|
+
declare const FormInputLabel: React$1.FC<Props$1y>;
|
|
4320
|
+
type Props$1y = {
|
|
4197
4321
|
/**
|
|
4198
4322
|
* Main content of the component.
|
|
4199
4323
|
*/
|
|
@@ -4206,10 +4330,14 @@ type Props$1x = {
|
|
|
4206
4330
|
* Input id.
|
|
4207
4331
|
*/
|
|
4208
4332
|
htmlFor: string;
|
|
4333
|
+
/**
|
|
4334
|
+
* Icon name.
|
|
4335
|
+
*/
|
|
4336
|
+
iconName?: IconName;
|
|
4209
4337
|
};
|
|
4210
4338
|
|
|
4211
|
-
declare const Form: React$1.ForwardRefExoticComponent<Props$
|
|
4212
|
-
type Props$
|
|
4339
|
+
declare const Form: React$1.ForwardRefExoticComponent<Props$1x & React$1.RefAttributes<HTMLFormElement>>;
|
|
4340
|
+
type Props$1x = {
|
|
4213
4341
|
/**
|
|
4214
4342
|
* Main content of the component.
|
|
4215
4343
|
*/
|
|
@@ -4232,8 +4360,8 @@ type Props$1w = {
|
|
|
4232
4360
|
onSubmit: React$1.FormEventHandler<HTMLFormElement>;
|
|
4233
4361
|
};
|
|
4234
4362
|
|
|
4235
|
-
declare const EmptyViewLabel: React$1.FC<Props$
|
|
4236
|
-
interface Props$
|
|
4363
|
+
declare const EmptyViewLabel: React$1.FC<Props$1w>;
|
|
4364
|
+
interface Props$1w {
|
|
4237
4365
|
/**
|
|
4238
4366
|
* Main content of the component.
|
|
4239
4367
|
*/
|
|
@@ -4244,8 +4372,8 @@ interface Props$1v {
|
|
|
4244
4372
|
muted?: boolean;
|
|
4245
4373
|
}
|
|
4246
4374
|
|
|
4247
|
-
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$
|
|
4248
|
-
interface Props$
|
|
4375
|
+
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$1v & React$1.RefAttributes<HTMLDivElement>>;
|
|
4376
|
+
interface Props$1v {
|
|
4249
4377
|
/**
|
|
4250
4378
|
* Adds active styling.
|
|
4251
4379
|
*/
|
|
@@ -4268,8 +4396,8 @@ interface Props$1u {
|
|
|
4268
4396
|
type?: 'dropzone' | 'default';
|
|
4269
4397
|
}
|
|
4270
4398
|
|
|
4271
|
-
declare const Ellipsis: React$1.FC<Props$
|
|
4272
|
-
interface Props$
|
|
4399
|
+
declare const Ellipsis: React$1.FC<Props$1u>;
|
|
4400
|
+
interface Props$1u {
|
|
4273
4401
|
/**
|
|
4274
4402
|
* Items to display.
|
|
4275
4403
|
*/
|
|
@@ -4280,8 +4408,8 @@ interface Props$1t {
|
|
|
4280
4408
|
maxVisibleItems?: number;
|
|
4281
4409
|
}
|
|
4282
4410
|
|
|
4283
|
-
declare const FilePreviewActions: React$1.FC<Props$
|
|
4284
|
-
interface Props$
|
|
4411
|
+
declare const FilePreviewActions: React$1.FC<Props$1t>;
|
|
4412
|
+
interface Props$1t {
|
|
4285
4413
|
/**
|
|
4286
4414
|
* Label of the back button.
|
|
4287
4415
|
*/
|
|
@@ -4296,33 +4424,33 @@ interface Props$1s {
|
|
|
4296
4424
|
title: string;
|
|
4297
4425
|
}
|
|
4298
4426
|
|
|
4299
|
-
declare const FilePreviewColumn: React$1.FC<Props$
|
|
4300
|
-
interface Props$
|
|
4427
|
+
declare const FilePreviewColumn: React$1.FC<Props$1s>;
|
|
4428
|
+
interface Props$1s {
|
|
4301
4429
|
/**
|
|
4302
4430
|
* Main content of the component.
|
|
4303
4431
|
*/
|
|
4304
4432
|
children: React$1.ReactNode;
|
|
4305
4433
|
}
|
|
4306
4434
|
|
|
4307
|
-
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$
|
|
4308
|
-
interface Props$
|
|
4435
|
+
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$1r & React$1.RefAttributes<HTMLDivElement>>;
|
|
4436
|
+
interface Props$1r {
|
|
4309
4437
|
/**
|
|
4310
4438
|
* Main content of the component.
|
|
4311
4439
|
*/
|
|
4312
4440
|
children: React$1.ReactNode;
|
|
4313
4441
|
}
|
|
4314
4442
|
|
|
4315
|
-
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$
|
|
4316
|
-
interface Props$
|
|
4443
|
+
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$1q & React$1.RefAttributes<HTMLDivElement>>;
|
|
4444
|
+
interface Props$1q {
|
|
4317
4445
|
/**
|
|
4318
4446
|
* Main content of the component.
|
|
4319
4447
|
*/
|
|
4320
4448
|
children: React$1.ReactNode;
|
|
4321
4449
|
}
|
|
4322
4450
|
|
|
4323
|
-
declare const FilePreviewNavButton: React$1.FC<Props$
|
|
4451
|
+
declare const FilePreviewNavButton: React$1.FC<Props$1p>;
|
|
4324
4452
|
type Side = 'left' | 'right';
|
|
4325
|
-
interface Props$
|
|
4453
|
+
interface Props$1p {
|
|
4326
4454
|
/**
|
|
4327
4455
|
* Disables button.
|
|
4328
4456
|
*/
|
|
@@ -4345,16 +4473,16 @@ interface Props$1o {
|
|
|
4345
4473
|
tooltipPlacement?: PopperPlacement;
|
|
4346
4474
|
}
|
|
4347
4475
|
|
|
4348
|
-
declare const FilePreviewTooltip: React$1.FC<Props$
|
|
4349
|
-
interface Props$
|
|
4476
|
+
declare const FilePreviewTooltip: React$1.FC<Props$1o>;
|
|
4477
|
+
interface Props$1o {
|
|
4350
4478
|
/**
|
|
4351
4479
|
* Main content of the tooltip.
|
|
4352
4480
|
*/
|
|
4353
4481
|
children?: React$1.ReactNode;
|
|
4354
4482
|
}
|
|
4355
4483
|
|
|
4356
|
-
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$
|
|
4357
|
-
interface Props$
|
|
4484
|
+
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$1n & React$1.RefAttributes<HTMLDivElement>>;
|
|
4485
|
+
interface Props$1n {
|
|
4358
4486
|
/**
|
|
4359
4487
|
* Main content of the component.
|
|
4360
4488
|
*/
|
|
@@ -4404,8 +4532,8 @@ interface SelectionAreaCoords {
|
|
|
4404
4532
|
height: number;
|
|
4405
4533
|
}
|
|
4406
4534
|
|
|
4407
|
-
declare const SelectionArea: React$1.FC<Props$
|
|
4408
|
-
interface Props$
|
|
4535
|
+
declare const SelectionArea: React$1.FC<Props$1m>;
|
|
4536
|
+
interface Props$1m {
|
|
4409
4537
|
/**
|
|
4410
4538
|
* Selection area container.
|
|
4411
4539
|
*/
|
|
@@ -4507,8 +4635,8 @@ type SelectToggleHandler = (opt: SelectOption) => void;
|
|
|
4507
4635
|
*/
|
|
4508
4636
|
type SelectKeyboardNextIdGetter = (options: SelectOption[], currentIndex: number) => SelectOption | undefined;
|
|
4509
4637
|
|
|
4510
|
-
declare const SelectListboxGrid: React$1.FC<Props$
|
|
4511
|
-
interface Props$
|
|
4638
|
+
declare const SelectListboxGrid: React$1.FC<Props$1l>;
|
|
4639
|
+
interface Props$1l {
|
|
4512
4640
|
/**
|
|
4513
4641
|
* Main content of the component.
|
|
4514
4642
|
*/
|
|
@@ -4519,8 +4647,8 @@ interface Props$1k {
|
|
|
4519
4647
|
noOptionsLabel?: string;
|
|
4520
4648
|
}
|
|
4521
4649
|
|
|
4522
|
-
declare const Select: React$1.FC<Props$
|
|
4523
|
-
interface Props$
|
|
4650
|
+
declare const Select: React$1.FC<Props$1k>;
|
|
4651
|
+
interface Props$1k {
|
|
4524
4652
|
/**
|
|
4525
4653
|
* Aria label for clear button.
|
|
4526
4654
|
*/
|
|
@@ -4607,8 +4735,8 @@ interface Props$1j {
|
|
|
4607
4735
|
size?: 'base' | 'small' | 'medium';
|
|
4608
4736
|
}
|
|
4609
4737
|
|
|
4610
|
-
declare const Notifications: React$1.FC<Props$
|
|
4611
|
-
interface Props$
|
|
4738
|
+
declare const Notifications: React$1.FC<Props$1j>;
|
|
4739
|
+
interface Props$1j {
|
|
4612
4740
|
/**
|
|
4613
4741
|
* Container's position will be adjusted in accordance with provided element's height.
|
|
4614
4742
|
*/
|
|
@@ -4621,11 +4749,11 @@ interface Props$1i {
|
|
|
4621
4749
|
|
|
4622
4750
|
type NotificationType = 'success' | 'error' | 'warning';
|
|
4623
4751
|
|
|
4624
|
-
declare const Notification: React$1.FC<Props$
|
|
4752
|
+
declare const Notification: React$1.FC<Props$1i>;
|
|
4625
4753
|
/**
|
|
4626
4754
|
* `Notification` component is rendered as part of `TransitionGroup` and therefore gets transition props in addition to its regular props.
|
|
4627
4755
|
*/
|
|
4628
|
-
type Props$
|
|
4756
|
+
type Props$1i = Partial<TransitionProps> & {
|
|
4629
4757
|
/**
|
|
4630
4758
|
* Main content of the component.
|
|
4631
4759
|
*/
|
|
@@ -4652,8 +4780,8 @@ type Props$1h = Partial<TransitionProps> & {
|
|
|
4652
4780
|
type: NotificationType;
|
|
4653
4781
|
};
|
|
4654
4782
|
|
|
4655
|
-
declare const CopyableInput: React$1.FC<Props$
|
|
4656
|
-
interface Props$
|
|
4783
|
+
declare const CopyableInput: React$1.FC<Props$1h>;
|
|
4784
|
+
interface Props$1h {
|
|
4657
4785
|
/**
|
|
4658
4786
|
* Unique input's id.
|
|
4659
4787
|
*/
|
|
@@ -4676,8 +4804,8 @@ interface Props$1g {
|
|
|
4676
4804
|
labelCopied: string;
|
|
4677
4805
|
}
|
|
4678
4806
|
|
|
4679
|
-
declare const CopyableLabel: React$1.FC<Props$
|
|
4680
|
-
interface Props$
|
|
4807
|
+
declare const CopyableLabel: React$1.FC<Props$1g>;
|
|
4808
|
+
interface Props$1g {
|
|
4681
4809
|
/**
|
|
4682
4810
|
* Label's text. This text will be copied to clipboard upon clicking on the label.
|
|
4683
4811
|
*/
|
|
@@ -4696,8 +4824,8 @@ interface Props$1f {
|
|
|
4696
4824
|
labelCopied: string;
|
|
4697
4825
|
}
|
|
4698
4826
|
|
|
4699
|
-
declare const CopyButton: React$1.FC<Props$
|
|
4700
|
-
interface Props$
|
|
4827
|
+
declare const CopyButton: React$1.FC<Props$1f>;
|
|
4828
|
+
interface Props$1f {
|
|
4701
4829
|
/**
|
|
4702
4830
|
* Value to be copied to clipboard.
|
|
4703
4831
|
*/
|
|
@@ -4770,8 +4898,8 @@ interface ContainerQueryContext {
|
|
|
4770
4898
|
declare const ContainerQueryContext: React$1.Context<ContainerQueryContext>;
|
|
4771
4899
|
declare const useContainerQuery: () => ContainerQueryContext;
|
|
4772
4900
|
|
|
4773
|
-
declare const ContainerQueryProvider: React$1.FC<Props$
|
|
4774
|
-
interface Props$
|
|
4901
|
+
declare const ContainerQueryProvider: React$1.FC<Props$1e>;
|
|
4902
|
+
interface Props$1e {
|
|
4775
4903
|
/**
|
|
4776
4904
|
* Maps breakpoint keys to width values. Each key corresponds to minimum value (in px).
|
|
4777
4905
|
*/
|
|
@@ -4786,8 +4914,8 @@ interface Props$1d {
|
|
|
4786
4914
|
containerEl?: HTMLElement | null;
|
|
4787
4915
|
}
|
|
4788
4916
|
|
|
4789
|
-
declare const ContainerQuery: React$1.FC<Props$
|
|
4790
|
-
interface Props$
|
|
4917
|
+
declare const ContainerQuery: React$1.FC<Props$1d>;
|
|
4918
|
+
interface Props$1d {
|
|
4791
4919
|
/**
|
|
4792
4920
|
* Main content of the component.
|
|
4793
4921
|
*/
|
|
@@ -4811,8 +4939,8 @@ interface FixedContext {
|
|
|
4811
4939
|
declare const FixedContext: React$1.Context<FixedContext>;
|
|
4812
4940
|
declare const useFixedCtx: () => FixedContext;
|
|
4813
4941
|
|
|
4814
|
-
declare const FixedProvider: React$1.FC<Props$
|
|
4815
|
-
interface Props$
|
|
4942
|
+
declare const FixedProvider: React$1.FC<Props$1c>;
|
|
4943
|
+
interface Props$1c {
|
|
4816
4944
|
/**
|
|
4817
4945
|
* Main content of the component.
|
|
4818
4946
|
*/
|
|
@@ -4824,16 +4952,16 @@ interface Props$1b {
|
|
|
4824
4952
|
rootEl?: HTMLElement | null;
|
|
4825
4953
|
}
|
|
4826
4954
|
|
|
4827
|
-
declare const Fixed: React$1.FC<Props$
|
|
4828
|
-
interface Props$
|
|
4955
|
+
declare const Fixed: React$1.FC<Props$1b>;
|
|
4956
|
+
interface Props$1b {
|
|
4829
4957
|
/**
|
|
4830
4958
|
* Main content of the component.
|
|
4831
4959
|
*/
|
|
4832
4960
|
children: React$1.ReactNode;
|
|
4833
4961
|
}
|
|
4834
4962
|
|
|
4835
|
-
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$
|
|
4836
|
-
interface Props$
|
|
4963
|
+
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$1a & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4964
|
+
interface Props$1a extends Props$3u {
|
|
4837
4965
|
/**
|
|
4838
4966
|
* Delays loader appearance. Defaults to `true`.
|
|
4839
4967
|
*/
|
|
@@ -4848,8 +4976,8 @@ interface Props$19 extends Props$3p {
|
|
|
4848
4976
|
loaderPosition?: 'left' | 'center' | 'right';
|
|
4849
4977
|
}
|
|
4850
4978
|
|
|
4851
|
-
declare const ListItem: React$1.FC<Props$
|
|
4852
|
-
interface Props$
|
|
4979
|
+
declare const ListItem: React$1.FC<Props$19>;
|
|
4980
|
+
interface Props$19 {
|
|
4853
4981
|
/**
|
|
4854
4982
|
* Main content of the component.
|
|
4855
4983
|
*/
|
|
@@ -4860,16 +4988,16 @@ interface Props$18 {
|
|
|
4860
4988
|
onClick?: () => void;
|
|
4861
4989
|
}
|
|
4862
4990
|
|
|
4863
|
-
declare const ListItemActions: React$1.FC<Props$
|
|
4864
|
-
interface Props$
|
|
4991
|
+
declare const ListItemActions: React$1.FC<Props$18>;
|
|
4992
|
+
interface Props$18 {
|
|
4865
4993
|
/**
|
|
4866
4994
|
* Main content of the component.
|
|
4867
4995
|
*/
|
|
4868
4996
|
children: React$1.ReactNode;
|
|
4869
4997
|
}
|
|
4870
4998
|
|
|
4871
|
-
declare const ListItemContent: React$1.FC<Props$
|
|
4872
|
-
interface Props$
|
|
4999
|
+
declare const ListItemContent: React$1.FC<Props$17>;
|
|
5000
|
+
interface Props$17 {
|
|
4873
5001
|
/**
|
|
4874
5002
|
* Main content of the component.
|
|
4875
5003
|
*/
|
|
@@ -4880,8 +5008,8 @@ interface Props$16 {
|
|
|
4880
5008
|
muted?: boolean;
|
|
4881
5009
|
}
|
|
4882
5010
|
|
|
4883
|
-
declare const List: React$1.FC<Props$
|
|
4884
|
-
interface Props$
|
|
5011
|
+
declare const List: React$1.FC<Props$16>;
|
|
5012
|
+
interface Props$16 {
|
|
4885
5013
|
/**
|
|
4886
5014
|
* Main content of the component.
|
|
4887
5015
|
*/
|
|
@@ -4892,32 +5020,32 @@ interface Props$15 {
|
|
|
4892
5020
|
className?: string;
|
|
4893
5021
|
}
|
|
4894
5022
|
|
|
4895
|
-
declare const SearchDialogActions: React$1.FC<Props$
|
|
4896
|
-
interface Props$
|
|
5023
|
+
declare const SearchDialogActions: React$1.FC<Props$15>;
|
|
5024
|
+
interface Props$15 {
|
|
4897
5025
|
/**
|
|
4898
5026
|
* Main content of the component.
|
|
4899
5027
|
*/
|
|
4900
5028
|
children: React$1.ReactNode;
|
|
4901
5029
|
}
|
|
4902
5030
|
|
|
4903
|
-
declare const SearchDialogContent: React$1.FC<Props$
|
|
4904
|
-
interface Props$
|
|
5031
|
+
declare const SearchDialogContent: React$1.FC<Props$14>;
|
|
5032
|
+
interface Props$14 {
|
|
4905
5033
|
/**
|
|
4906
5034
|
* Main content of the component.
|
|
4907
5035
|
*/
|
|
4908
5036
|
children: React$1.ReactNode;
|
|
4909
5037
|
}
|
|
4910
5038
|
|
|
4911
|
-
declare const SearchDialogFallback: React$1.FC<Props$
|
|
4912
|
-
interface Props$
|
|
5039
|
+
declare const SearchDialogFallback: React$1.FC<Props$13>;
|
|
5040
|
+
interface Props$13 {
|
|
4913
5041
|
/**
|
|
4914
5042
|
* Main content of the component.
|
|
4915
5043
|
*/
|
|
4916
5044
|
children: React$1.ReactNode;
|
|
4917
5045
|
}
|
|
4918
5046
|
|
|
4919
|
-
declare const SearchDialogHeader: React$1.FC<Props$
|
|
4920
|
-
interface Props$
|
|
5047
|
+
declare const SearchDialogHeader: React$1.FC<Props$12>;
|
|
5048
|
+
interface Props$12 {
|
|
4921
5049
|
/**
|
|
4922
5050
|
* Optional action rendered next to close button.
|
|
4923
5051
|
*/
|
|
@@ -4940,8 +5068,8 @@ interface Props$11 {
|
|
|
4940
5068
|
onSubmit?: React$1.FormEventHandler;
|
|
4941
5069
|
}
|
|
4942
5070
|
|
|
4943
|
-
declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props$
|
|
4944
|
-
interface Props$
|
|
5071
|
+
declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props$11 & React$1.RefAttributes<HTMLInputElement>>;
|
|
5072
|
+
interface Props$11 {
|
|
4945
5073
|
/**
|
|
4946
5074
|
* Input's name to register.
|
|
4947
5075
|
*/
|
|
@@ -4968,8 +5096,8 @@ interface Props$10 {
|
|
|
4968
5096
|
value?: string;
|
|
4969
5097
|
}
|
|
4970
5098
|
|
|
4971
|
-
declare const SearchDialogSection: React$1.FC<Props
|
|
4972
|
-
interface Props
|
|
5099
|
+
declare const SearchDialogSection: React$1.FC<Props$10>;
|
|
5100
|
+
interface Props$10 {
|
|
4973
5101
|
/**
|
|
4974
5102
|
* Main content of the component.
|
|
4975
5103
|
*/
|
|
@@ -4984,8 +5112,8 @@ interface Props$$ {
|
|
|
4984
5112
|
headerButtons?: React$1.ReactNode;
|
|
4985
5113
|
}
|
|
4986
5114
|
|
|
4987
|
-
declare const SearchDialog: React$1.FC<Props
|
|
4988
|
-
interface Props
|
|
5115
|
+
declare const SearchDialog: React$1.FC<Props$$>;
|
|
5116
|
+
interface Props$$ {
|
|
4989
5117
|
/**
|
|
4990
5118
|
* Main content of the component.
|
|
4991
5119
|
*/
|
|
@@ -5004,24 +5132,24 @@ interface Props$_ {
|
|
|
5004
5132
|
open?: boolean;
|
|
5005
5133
|
}
|
|
5006
5134
|
|
|
5007
|
-
declare const DrawerActions: React$1.FC<Props$
|
|
5008
|
-
interface Props$
|
|
5135
|
+
declare const DrawerActions: React$1.FC<Props$_>;
|
|
5136
|
+
interface Props$_ {
|
|
5009
5137
|
/**
|
|
5010
5138
|
* Main content of the component.
|
|
5011
5139
|
*/
|
|
5012
5140
|
children: React$1.ReactNode;
|
|
5013
5141
|
}
|
|
5014
5142
|
|
|
5015
|
-
declare const DrawerContent: React$1.FC<Props$
|
|
5016
|
-
interface Props$
|
|
5143
|
+
declare const DrawerContent: React$1.FC<Props$Z>;
|
|
5144
|
+
interface Props$Z {
|
|
5017
5145
|
/**
|
|
5018
5146
|
* Main content of the component.
|
|
5019
5147
|
*/
|
|
5020
5148
|
children: React$1.ReactNode;
|
|
5021
5149
|
}
|
|
5022
5150
|
|
|
5023
|
-
declare const DrawerHeader: React$1.FC<Props$
|
|
5024
|
-
interface Props$
|
|
5151
|
+
declare const DrawerHeader: React$1.FC<Props$Y>;
|
|
5152
|
+
interface Props$Y {
|
|
5025
5153
|
/**
|
|
5026
5154
|
* Text displayed as title in the bar.
|
|
5027
5155
|
*/
|
|
@@ -5040,8 +5168,8 @@ interface Props$X {
|
|
|
5040
5168
|
iconRender?: IconRenderProp;
|
|
5041
5169
|
}
|
|
5042
5170
|
|
|
5043
|
-
declare const DrawerSection: React$1.ForwardRefExoticComponent<Props$
|
|
5044
|
-
interface Props$
|
|
5171
|
+
declare const DrawerSection: React$1.ForwardRefExoticComponent<Props$X & React$1.RefAttributes<HTMLDivElement>>;
|
|
5172
|
+
interface Props$X {
|
|
5045
5173
|
/**
|
|
5046
5174
|
* Main content of the component.
|
|
5047
5175
|
*/
|
|
@@ -5056,8 +5184,8 @@ interface Props$W {
|
|
|
5056
5184
|
centeredContent?: boolean;
|
|
5057
5185
|
}
|
|
5058
5186
|
|
|
5059
|
-
declare const Drawer: React$1.FC<Props$
|
|
5060
|
-
interface Props$
|
|
5187
|
+
declare const Drawer: React$1.FC<Props$W>;
|
|
5188
|
+
interface Props$W {
|
|
5061
5189
|
/**
|
|
5062
5190
|
* Main content of the component.
|
|
5063
5191
|
*/
|
|
@@ -5080,8 +5208,8 @@ interface Props$V {
|
|
|
5080
5208
|
fixed?: boolean;
|
|
5081
5209
|
}
|
|
5082
5210
|
|
|
5083
|
-
declare const TextEllipsis: React$1.FC<Props$
|
|
5084
|
-
interface Props$
|
|
5211
|
+
declare const TextEllipsis: React$1.FC<Props$V>;
|
|
5212
|
+
interface Props$V {
|
|
5085
5213
|
/**
|
|
5086
5214
|
* Text content.
|
|
5087
5215
|
*/
|
|
@@ -5096,8 +5224,8 @@ interface Props$U {
|
|
|
5096
5224
|
wrap?: boolean;
|
|
5097
5225
|
}
|
|
5098
5226
|
|
|
5099
|
-
declare const FileInput: React$1.ForwardRefExoticComponent<Props$
|
|
5100
|
-
interface Props$
|
|
5227
|
+
declare const FileInput: React$1.ForwardRefExoticComponent<Props$U & React$1.RefAttributes<HTMLInputElement>>;
|
|
5228
|
+
interface Props$U {
|
|
5101
5229
|
/**
|
|
5102
5230
|
* Specify comma-separated list of allowed file extensions.
|
|
5103
5231
|
*/
|
|
@@ -5116,24 +5244,24 @@ interface Props$T {
|
|
|
5116
5244
|
onChange?: React$1.ChangeEventHandler<HTMLInputElement>;
|
|
5117
5245
|
}
|
|
5118
5246
|
|
|
5119
|
-
declare const NavigationDialogContent: React$1.ForwardRefExoticComponent<Props$
|
|
5120
|
-
interface Props$
|
|
5247
|
+
declare const NavigationDialogContent: React$1.ForwardRefExoticComponent<Props$T & React$1.RefAttributes<HTMLDivElement>>;
|
|
5248
|
+
interface Props$T {
|
|
5121
5249
|
/**
|
|
5122
5250
|
* Main content of the component.
|
|
5123
5251
|
*/
|
|
5124
5252
|
children?: React$1.ReactNode;
|
|
5125
5253
|
}
|
|
5126
5254
|
|
|
5127
|
-
declare const NavigationDialogFallbackContent: React$1.ForwardRefExoticComponent<Props$
|
|
5128
|
-
interface Props$
|
|
5255
|
+
declare const NavigationDialogFallbackContent: React$1.ForwardRefExoticComponent<Props$S & React$1.RefAttributes<HTMLDivElement>>;
|
|
5256
|
+
interface Props$S {
|
|
5129
5257
|
/**
|
|
5130
5258
|
* Main content of the component.
|
|
5131
5259
|
*/
|
|
5132
5260
|
children?: React$1.ReactNode;
|
|
5133
5261
|
}
|
|
5134
5262
|
|
|
5135
|
-
declare const NavigationDialogFooter: React$1.ForwardRefExoticComponent<Props$
|
|
5136
|
-
interface Props$
|
|
5263
|
+
declare const NavigationDialogFooter: React$1.ForwardRefExoticComponent<Props$R & React$1.RefAttributes<HTMLDivElement>>;
|
|
5264
|
+
interface Props$R {
|
|
5137
5265
|
/**
|
|
5138
5266
|
* Main content of the component.
|
|
5139
5267
|
*/
|
|
@@ -5144,8 +5272,8 @@ interface Props$Q {
|
|
|
5144
5272
|
className?: string;
|
|
5145
5273
|
}
|
|
5146
5274
|
|
|
5147
|
-
declare const NavigationDialogHeader: React$1.ForwardRefExoticComponent<Props$
|
|
5148
|
-
interface Props$
|
|
5275
|
+
declare const NavigationDialogHeader: React$1.ForwardRefExoticComponent<Props$Q & React$1.RefAttributes<HTMLDivElement>>;
|
|
5276
|
+
interface Props$Q {
|
|
5149
5277
|
/**
|
|
5150
5278
|
* Optional action component rendered next to title.
|
|
5151
5279
|
*/
|
|
@@ -5168,8 +5296,8 @@ interface Props$P {
|
|
|
5168
5296
|
titleId?: string;
|
|
5169
5297
|
}
|
|
5170
5298
|
|
|
5171
|
-
declare const NavigationDialogItem: React$1.ForwardRefExoticComponent<Props$
|
|
5172
|
-
interface Props$
|
|
5299
|
+
declare const NavigationDialogItem: React$1.ForwardRefExoticComponent<Props$P & React$1.RefAttributes<HTMLLIElement>>;
|
|
5300
|
+
interface Props$P {
|
|
5173
5301
|
/**
|
|
5174
5302
|
* Indicates if navbar item is active.
|
|
5175
5303
|
*/
|
|
@@ -5192,20 +5320,20 @@ interface Props$O {
|
|
|
5192
5320
|
onDoubleClick?: () => void;
|
|
5193
5321
|
}
|
|
5194
5322
|
|
|
5195
|
-
declare const NavigationDialogItemAction: React$1.FC<Props$
|
|
5196
|
-
interface Props$
|
|
5323
|
+
declare const NavigationDialogItemAction: React$1.FC<Props$O>;
|
|
5324
|
+
interface Props$O {
|
|
5197
5325
|
/**
|
|
5198
5326
|
* Optional button.
|
|
5199
5327
|
*/
|
|
5200
|
-
button?: React$1.ReactElement<Props$
|
|
5328
|
+
button?: React$1.ReactElement<Props$3u> | null;
|
|
5201
5329
|
/**
|
|
5202
5330
|
* Optional icon.
|
|
5203
5331
|
*/
|
|
5204
|
-
icon?: React$1.ReactElement<Props$
|
|
5332
|
+
icon?: React$1.ReactElement<Props$3v> | ((props: Props$3v) => React$1.ReactNode) | null;
|
|
5205
5333
|
}
|
|
5206
5334
|
|
|
5207
|
-
declare const NavigationDialogItemLabel: React$1.FC<Props$
|
|
5208
|
-
interface Props$
|
|
5335
|
+
declare const NavigationDialogItemLabel: React$1.FC<Props$N>;
|
|
5336
|
+
interface Props$N {
|
|
5209
5337
|
/**
|
|
5210
5338
|
* Main content of the component.
|
|
5211
5339
|
*/
|
|
@@ -5213,11 +5341,11 @@ interface Props$M {
|
|
|
5213
5341
|
/**
|
|
5214
5342
|
* Displayed icon.
|
|
5215
5343
|
*/
|
|
5216
|
-
icon?: React$1.ReactElement<Props$
|
|
5344
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
5217
5345
|
}
|
|
5218
5346
|
|
|
5219
|
-
declare const NavigationDialog: React$1.ForwardRefExoticComponent<Props$
|
|
5220
|
-
interface Props$
|
|
5347
|
+
declare const NavigationDialog: React$1.ForwardRefExoticComponent<Props$M & React$1.RefAttributes<HTMLDivElement>>;
|
|
5348
|
+
interface Props$M {
|
|
5221
5349
|
/**
|
|
5222
5350
|
* Main content of the component.
|
|
5223
5351
|
*/
|
|
@@ -5244,8 +5372,8 @@ interface Props$L {
|
|
|
5244
5372
|
open?: boolean;
|
|
5245
5373
|
}
|
|
5246
5374
|
|
|
5247
|
-
declare const CheckboxLabel: React$1.ForwardRefExoticComponent<Props$
|
|
5248
|
-
interface Props$
|
|
5375
|
+
declare const CheckboxLabel: React$1.ForwardRefExoticComponent<Props$L & React$1.RefAttributes<HTMLLabelElement>>;
|
|
5376
|
+
interface Props$L {
|
|
5249
5377
|
/**
|
|
5250
5378
|
* Main content of the component.
|
|
5251
5379
|
*/
|
|
@@ -5256,8 +5384,8 @@ interface Props$K {
|
|
|
5256
5384
|
labelFor?: string;
|
|
5257
5385
|
}
|
|
5258
5386
|
|
|
5259
|
-
declare const Checkbox: React$1.FC<Props$
|
|
5260
|
-
interface Props$
|
|
5387
|
+
declare const Checkbox: React$1.FC<Props$K>;
|
|
5388
|
+
interface Props$K {
|
|
5261
5389
|
/**
|
|
5262
5390
|
* Optional content of the component.
|
|
5263
5391
|
*/
|
|
@@ -5595,8 +5723,8 @@ declare function getClampedDimension(dimension: string): number;
|
|
|
5595
5723
|
*/
|
|
5596
5724
|
declare const getClampedDimensions: (width: string, height: string) => [number, number];
|
|
5597
5725
|
|
|
5598
|
-
declare const ImageEditorDimensionsInput: React$1.FC<Props$
|
|
5599
|
-
interface Props$
|
|
5726
|
+
declare const ImageEditorDimensionsInput: React$1.FC<Props$J>;
|
|
5727
|
+
interface Props$J {
|
|
5600
5728
|
/**
|
|
5601
5729
|
* Indicates whether input is disabled.
|
|
5602
5730
|
*/
|
|
@@ -5623,8 +5751,8 @@ interface Props$I {
|
|
|
5623
5751
|
value: string;
|
|
5624
5752
|
}
|
|
5625
5753
|
|
|
5626
|
-
declare const ImageEditorActions: React$1.FC<Props$
|
|
5627
|
-
interface Props$
|
|
5754
|
+
declare const ImageEditorActions: React$1.FC<Props$I>;
|
|
5755
|
+
interface Props$I {
|
|
5628
5756
|
/**
|
|
5629
5757
|
* Label of the back button.
|
|
5630
5758
|
*/
|
|
@@ -5639,26 +5767,26 @@ interface Props$H {
|
|
|
5639
5767
|
title?: string;
|
|
5640
5768
|
}
|
|
5641
5769
|
|
|
5642
|
-
declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
5770
|
+
declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$3u, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5643
5771
|
|
|
5644
|
-
declare const ImageEditorButtonsGroup: React$1.ForwardRefExoticComponent<Props$
|
|
5645
|
-
interface Props$
|
|
5772
|
+
declare const ImageEditorButtonsGroup: React$1.ForwardRefExoticComponent<Props$H & React$1.RefAttributes<HTMLDivElement>>;
|
|
5773
|
+
interface Props$H {
|
|
5646
5774
|
/**
|
|
5647
5775
|
* Main content of the component.
|
|
5648
5776
|
*/
|
|
5649
5777
|
children?: React$1.ReactNode;
|
|
5650
5778
|
}
|
|
5651
5779
|
|
|
5652
|
-
declare const ImageEditorButtonsRow: React$1.ForwardRefExoticComponent<Props$
|
|
5653
|
-
interface Props$
|
|
5780
|
+
declare const ImageEditorButtonsRow: React$1.ForwardRefExoticComponent<Props$G & React$1.RefAttributes<HTMLDivElement>>;
|
|
5781
|
+
interface Props$G {
|
|
5654
5782
|
/**
|
|
5655
5783
|
* Main content of the component.
|
|
5656
5784
|
*/
|
|
5657
5785
|
children?: React$1.ReactNode;
|
|
5658
5786
|
}
|
|
5659
5787
|
|
|
5660
|
-
declare const ImageEditorCanvas: React$1.ForwardRefExoticComponent<Props$
|
|
5661
|
-
interface Props$
|
|
5788
|
+
declare const ImageEditorCanvas: React$1.ForwardRefExoticComponent<Props$F & React$1.RefAttributes<HTMLDivElement>>;
|
|
5789
|
+
interface Props$F {
|
|
5662
5790
|
/**
|
|
5663
5791
|
* Alternative text description of the image.
|
|
5664
5792
|
*/
|
|
@@ -5669,16 +5797,16 @@ interface Props$E {
|
|
|
5669
5797
|
loadingLabel?: string;
|
|
5670
5798
|
}
|
|
5671
5799
|
|
|
5672
|
-
declare const ImageEditorContent: React$1.ForwardRefExoticComponent<Props$
|
|
5673
|
-
interface Props$
|
|
5800
|
+
declare const ImageEditorContent: React$1.ForwardRefExoticComponent<Props$E & React$1.RefAttributes<HTMLDivElement>>;
|
|
5801
|
+
interface Props$E {
|
|
5674
5802
|
/**
|
|
5675
5803
|
* Main content of the component.
|
|
5676
5804
|
*/
|
|
5677
5805
|
children?: React$1.ReactNode;
|
|
5678
5806
|
}
|
|
5679
5807
|
|
|
5680
|
-
declare const ImageEditorCropBoxDimensions: React$1.ForwardRefExoticComponent<Props$
|
|
5681
|
-
interface Props$
|
|
5808
|
+
declare const ImageEditorCropBoxDimensions: React$1.ForwardRefExoticComponent<Props$D & React$1.RefAttributes<HTMLDivElement>>;
|
|
5809
|
+
interface Props$D {
|
|
5682
5810
|
/**
|
|
5683
5811
|
* Label displayed above the height input.
|
|
5684
5812
|
*/
|
|
@@ -5697,8 +5825,8 @@ interface Props$C {
|
|
|
5697
5825
|
widthLabel?: string;
|
|
5698
5826
|
}
|
|
5699
5827
|
|
|
5700
|
-
declare const ImageEditorCropCard: React$1.ForwardRefExoticComponent<Props$
|
|
5701
|
-
interface Props$
|
|
5828
|
+
declare const ImageEditorCropCard: React$1.ForwardRefExoticComponent<Props$C & React$1.RefAttributes<HTMLDivElement>>;
|
|
5829
|
+
interface Props$C {
|
|
5702
5830
|
/**
|
|
5703
5831
|
* Aspect ratio to set on the crop box.
|
|
5704
5832
|
*/
|
|
@@ -5714,11 +5842,11 @@ interface Props$B {
|
|
|
5714
5842
|
/**
|
|
5715
5843
|
* Icon to display.
|
|
5716
5844
|
*/
|
|
5717
|
-
icon?: React$1.ReactElement<Props$
|
|
5845
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
5718
5846
|
}
|
|
5719
5847
|
|
|
5720
|
-
declare const ImageEditorCropCardFreeform: React$1.ForwardRefExoticComponent<Props$
|
|
5721
|
-
interface Props$
|
|
5848
|
+
declare const ImageEditorCropCardFreeform: React$1.ForwardRefExoticComponent<Props$B & React$1.RefAttributes<HTMLDivElement>>;
|
|
5849
|
+
interface Props$B {
|
|
5722
5850
|
/**
|
|
5723
5851
|
* Main content of the component.
|
|
5724
5852
|
*/
|
|
@@ -5726,19 +5854,19 @@ interface Props$A {
|
|
|
5726
5854
|
/**
|
|
5727
5855
|
* Icon to display
|
|
5728
5856
|
*/
|
|
5729
|
-
icon?: React$1.ReactElement<Props$
|
|
5857
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
5730
5858
|
}
|
|
5731
5859
|
|
|
5732
|
-
declare const ImageEditorCropCardList: React$1.ForwardRefExoticComponent<Props$
|
|
5733
|
-
interface Props$
|
|
5860
|
+
declare const ImageEditorCropCardList: React$1.ForwardRefExoticComponent<Props$A & React$1.RefAttributes<HTMLDivElement>>;
|
|
5861
|
+
interface Props$A {
|
|
5734
5862
|
/**
|
|
5735
5863
|
* Main content of the component.
|
|
5736
5864
|
*/
|
|
5737
5865
|
children?: React$1.ReactNode;
|
|
5738
5866
|
}
|
|
5739
5867
|
|
|
5740
|
-
declare const ImageEditorCropCardOriginal: React$1.ForwardRefExoticComponent<Props$
|
|
5741
|
-
interface Props$
|
|
5868
|
+
declare const ImageEditorCropCardOriginal: React$1.ForwardRefExoticComponent<Props$z & React$1.RefAttributes<HTMLDivElement>>;
|
|
5869
|
+
interface Props$z {
|
|
5742
5870
|
/**
|
|
5743
5871
|
* Main content of the component.
|
|
5744
5872
|
*/
|
|
@@ -5746,11 +5874,11 @@ interface Props$y {
|
|
|
5746
5874
|
/**
|
|
5747
5875
|
* Icon to display
|
|
5748
5876
|
*/
|
|
5749
|
-
icon?: React$1.ReactElement<Props$
|
|
5877
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
5750
5878
|
}
|
|
5751
5879
|
|
|
5752
|
-
declare const ImageEditorDemoLabel: React$1.FC<Props$
|
|
5753
|
-
interface Props$
|
|
5880
|
+
declare const ImageEditorDemoLabel: React$1.FC<Props$y>;
|
|
5881
|
+
interface Props$y {
|
|
5754
5882
|
/**
|
|
5755
5883
|
* Renders link content
|
|
5756
5884
|
*/
|
|
@@ -5761,28 +5889,28 @@ interface Props$x {
|
|
|
5761
5889
|
creditHref?: string;
|
|
5762
5890
|
}
|
|
5763
5891
|
|
|
5764
|
-
declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$
|
|
5892
|
+
declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$3u, 'children' | 'onClick'>>;
|
|
5765
5893
|
|
|
5766
|
-
declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$
|
|
5894
|
+
declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$3u, 'children' | 'onClick'>>;
|
|
5767
5895
|
|
|
5768
|
-
declare const ImageEditorLoader: React$1.ForwardRefExoticComponent<Props$
|
|
5769
|
-
interface Props$
|
|
5896
|
+
declare const ImageEditorLoader: React$1.ForwardRefExoticComponent<Props$x & React$1.RefAttributes<HTMLDivElement>>;
|
|
5897
|
+
interface Props$x {
|
|
5770
5898
|
/**
|
|
5771
5899
|
* Main content of the component.
|
|
5772
5900
|
*/
|
|
5773
5901
|
children?: React$1.ReactNode;
|
|
5774
5902
|
}
|
|
5775
5903
|
|
|
5776
|
-
declare const ImageEditorMenu: React$1.ForwardRefExoticComponent<Props$
|
|
5777
|
-
interface Props$
|
|
5904
|
+
declare const ImageEditorMenu: React$1.ForwardRefExoticComponent<Props$w & React$1.RefAttributes<HTMLDivElement>>;
|
|
5905
|
+
interface Props$w {
|
|
5778
5906
|
/**
|
|
5779
5907
|
* Main content of the component.
|
|
5780
5908
|
*/
|
|
5781
5909
|
children?: React$1.ReactNode;
|
|
5782
5910
|
}
|
|
5783
5911
|
|
|
5784
|
-
declare const ImageEditorMenuContainer: React$1.ForwardRefExoticComponent<Props$
|
|
5785
|
-
interface Props$
|
|
5912
|
+
declare const ImageEditorMenuContainer: React$1.ForwardRefExoticComponent<Props$v & React$1.RefAttributes<HTMLDivElement>>;
|
|
5913
|
+
interface Props$v {
|
|
5786
5914
|
/**
|
|
5787
5915
|
* Main content of the component.
|
|
5788
5916
|
*/
|
|
@@ -5797,8 +5925,8 @@ interface Props$u {
|
|
|
5797
5925
|
muted?: boolean;
|
|
5798
5926
|
}
|
|
5799
5927
|
|
|
5800
|
-
declare const ImageEditorMenuSection: React$1.ForwardRefExoticComponent<Props$
|
|
5801
|
-
interface Props$
|
|
5928
|
+
declare const ImageEditorMenuSection: React$1.ForwardRefExoticComponent<Props$u & React$1.RefAttributes<HTMLDivElement>>;
|
|
5929
|
+
interface Props$u {
|
|
5802
5930
|
/**
|
|
5803
5931
|
* Main content of the component.
|
|
5804
5932
|
*/
|
|
@@ -5809,8 +5937,8 @@ interface Props$t {
|
|
|
5809
5937
|
title?: string;
|
|
5810
5938
|
}
|
|
5811
5939
|
|
|
5812
|
-
declare const ImageEditorMenuSubSection: React$1.ForwardRefExoticComponent<Props$
|
|
5813
|
-
interface Props$
|
|
5940
|
+
declare const ImageEditorMenuSubSection: React$1.ForwardRefExoticComponent<Props$t & React$1.RefAttributes<HTMLDivElement>>;
|
|
5941
|
+
interface Props$t {
|
|
5814
5942
|
/**
|
|
5815
5943
|
* Main content of the component.
|
|
5816
5944
|
*/
|
|
@@ -5825,8 +5953,8 @@ interface Props$s {
|
|
|
5825
5953
|
title?: string;
|
|
5826
5954
|
}
|
|
5827
5955
|
|
|
5828
|
-
declare const ImageEditorPresetSelect: React$1.FC<Props$
|
|
5829
|
-
interface Props$
|
|
5956
|
+
declare const ImageEditorPresetSelect: React$1.FC<Props$s>;
|
|
5957
|
+
interface Props$s {
|
|
5830
5958
|
/**
|
|
5831
5959
|
* Aria label for clear button.
|
|
5832
5960
|
*/
|
|
@@ -5841,10 +5969,10 @@ interface Props$r {
|
|
|
5841
5969
|
placeholder?: string;
|
|
5842
5970
|
}
|
|
5843
5971
|
|
|
5844
|
-
declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
5972
|
+
declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$3u, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5845
5973
|
|
|
5846
|
-
declare const ImageEditorResizeDimensions: React$1.ForwardRefExoticComponent<Props$
|
|
5847
|
-
interface Props$
|
|
5974
|
+
declare const ImageEditorResizeDimensions: React$1.ForwardRefExoticComponent<Props$r & React$1.RefAttributes<HTMLDivElement>>;
|
|
5975
|
+
interface Props$r {
|
|
5848
5976
|
/**
|
|
5849
5977
|
* Error message.
|
|
5850
5978
|
*/
|
|
@@ -5859,12 +5987,12 @@ interface Props$q {
|
|
|
5859
5987
|
widthInput: React$1.ReactNode;
|
|
5860
5988
|
}
|
|
5861
5989
|
|
|
5862
|
-
declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$
|
|
5990
|
+
declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$3u, 'children' | 'onClick'>>;
|
|
5863
5991
|
|
|
5864
|
-
declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$
|
|
5992
|
+
declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$3u, 'children' | 'onClick'>>;
|
|
5865
5993
|
|
|
5866
|
-
declare const ImageEditorSaveDialog: React$1.ForwardRefExoticComponent<Props$
|
|
5867
|
-
interface Props$
|
|
5994
|
+
declare const ImageEditorSaveDialog: React$1.ForwardRefExoticComponent<Props$q & React$1.RefAttributes<HTMLDivElement>>;
|
|
5995
|
+
interface Props$q {
|
|
5868
5996
|
/**
|
|
5869
5997
|
* Main content of the component.
|
|
5870
5998
|
*/
|
|
@@ -5875,16 +6003,16 @@ interface Props$p {
|
|
|
5875
6003
|
labelledBy?: string;
|
|
5876
6004
|
}
|
|
5877
6005
|
|
|
5878
|
-
declare const ImageEditorSaveDialogActions: React$1.ForwardRefExoticComponent<Props$
|
|
5879
|
-
interface Props$
|
|
6006
|
+
declare const ImageEditorSaveDialogActions: React$1.ForwardRefExoticComponent<Props$p & React$1.RefAttributes<HTMLDivElement>>;
|
|
6007
|
+
interface Props$p {
|
|
5880
6008
|
/**
|
|
5881
6009
|
* Main content of the component.
|
|
5882
6010
|
*/
|
|
5883
6011
|
children: React$1.ReactNode;
|
|
5884
6012
|
}
|
|
5885
6013
|
|
|
5886
|
-
declare const ImageEditorSaveDialogCanvas: React$1.ForwardRefExoticComponent<Props$
|
|
5887
|
-
interface Props$
|
|
6014
|
+
declare const ImageEditorSaveDialogCanvas: React$1.ForwardRefExoticComponent<Props$o & React$1.RefAttributes<HTMLDivElement>>;
|
|
6015
|
+
interface Props$o {
|
|
5888
6016
|
/**
|
|
5889
6017
|
* Main content of the component.
|
|
5890
6018
|
*/
|
|
@@ -5895,10 +6023,10 @@ interface Props$n {
|
|
|
5895
6023
|
title?: string;
|
|
5896
6024
|
}
|
|
5897
6025
|
|
|
5898
|
-
declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
6026
|
+
declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$3u, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5899
6027
|
|
|
5900
|
-
declare const ImageEditorSaveDialogHeader: React$1.ForwardRefExoticComponent<Props$
|
|
5901
|
-
interface Props$
|
|
6028
|
+
declare const ImageEditorSaveDialogHeader: React$1.ForwardRefExoticComponent<Props$n & React$1.RefAttributes<HTMLDivElement>>;
|
|
6029
|
+
interface Props$n {
|
|
5902
6030
|
/**
|
|
5903
6031
|
* Main content of the component.
|
|
5904
6032
|
*/
|
|
@@ -5913,28 +6041,28 @@ interface Props$m {
|
|
|
5913
6041
|
titleId?: string;
|
|
5914
6042
|
}
|
|
5915
6043
|
|
|
5916
|
-
declare const ImageEditorSaveDialogImage: React$1.ForwardRefExoticComponent<Props$
|
|
5917
|
-
interface Props$
|
|
6044
|
+
declare const ImageEditorSaveDialogImage: React$1.ForwardRefExoticComponent<Props$m & React$1.RefAttributes<HTMLDivElement>>;
|
|
6045
|
+
interface Props$m {
|
|
5918
6046
|
/**
|
|
5919
6047
|
* Alternative text description of the preview image.
|
|
5920
6048
|
*/
|
|
5921
6049
|
alt: string;
|
|
5922
6050
|
}
|
|
5923
6051
|
|
|
5924
|
-
declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$
|
|
6052
|
+
declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$1x & React$1.RefAttributes<HTMLFormElement>>;
|
|
5925
6053
|
|
|
5926
|
-
declare const ImageEditorSaveDialogPreview: React$1.ForwardRefExoticComponent<Props$
|
|
5927
|
-
interface Props$
|
|
6054
|
+
declare const ImageEditorSaveDialogPreview: React$1.ForwardRefExoticComponent<Props$l & React$1.RefAttributes<HTMLDivElement>>;
|
|
6055
|
+
interface Props$l {
|
|
5928
6056
|
/**
|
|
5929
6057
|
* Main content of the component.
|
|
5930
6058
|
*/
|
|
5931
6059
|
children?: React$1.ReactNode;
|
|
5932
6060
|
}
|
|
5933
6061
|
|
|
5934
|
-
declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$
|
|
6062
|
+
declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$1a & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5935
6063
|
|
|
5936
|
-
declare const ImageEditorSaveDialogSection: React$1.ForwardRefExoticComponent<Props$
|
|
5937
|
-
interface Props$
|
|
6064
|
+
declare const ImageEditorSaveDialogSection: React$1.ForwardRefExoticComponent<Props$k & React$1.RefAttributes<HTMLDivElement>>;
|
|
6065
|
+
interface Props$k {
|
|
5938
6066
|
/**
|
|
5939
6067
|
* Main content of the component.
|
|
5940
6068
|
*/
|
|
@@ -5949,15 +6077,15 @@ interface Props$j {
|
|
|
5949
6077
|
title?: string;
|
|
5950
6078
|
}
|
|
5951
6079
|
|
|
5952
|
-
declare const ImageEditorToolbar: React$1.ForwardRefExoticComponent<Props$
|
|
5953
|
-
interface Props$
|
|
6080
|
+
declare const ImageEditorToolbar: React$1.ForwardRefExoticComponent<Props$j & React$1.RefAttributes<HTMLDivElement>>;
|
|
6081
|
+
interface Props$j {
|
|
5954
6082
|
/**
|
|
5955
6083
|
* Main content of the component.
|
|
5956
6084
|
*/
|
|
5957
6085
|
children: React$1.ReactNode;
|
|
5958
6086
|
}
|
|
5959
6087
|
|
|
5960
|
-
interface Props$
|
|
6088
|
+
interface Props$i {
|
|
5961
6089
|
/**
|
|
5962
6090
|
* Main button content.
|
|
5963
6091
|
*/
|
|
@@ -5972,46 +6100,46 @@ interface Props$h {
|
|
|
5972
6100
|
onClick?: React$1.MouseEventHandler;
|
|
5973
6101
|
}
|
|
5974
6102
|
|
|
5975
|
-
declare const ImageEditorToolbarFlipHorizontalButton: React$1.FC<Omit<Props$
|
|
6103
|
+
declare const ImageEditorToolbarFlipHorizontalButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
5976
6104
|
|
|
5977
|
-
declare const ImageEditorToolbarFlipVerticalButton: React$1.FC<Omit<Props$
|
|
6105
|
+
declare const ImageEditorToolbarFlipVerticalButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
5978
6106
|
|
|
5979
6107
|
declare const ImageEditorToolbarImageSize: React$1.ForwardRefExoticComponent<React$1.RefAttributes<HTMLDivElement>>;
|
|
5980
6108
|
|
|
5981
|
-
declare const ImageEditorToolbarRotateLeftButton: React$1.FC<Omit<Props$
|
|
6109
|
+
declare const ImageEditorToolbarRotateLeftButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
5982
6110
|
|
|
5983
|
-
declare const ImageEditorToolbarRotateRightButton: React$1.FC<Omit<Props$
|
|
6111
|
+
declare const ImageEditorToolbarRotateRightButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
5984
6112
|
|
|
5985
|
-
declare const ImageEditorToolbarSection: React$1.ForwardRefExoticComponent<Props$
|
|
5986
|
-
interface Props$
|
|
6113
|
+
declare const ImageEditorToolbarSection: React$1.ForwardRefExoticComponent<Props$h & React$1.RefAttributes<HTMLDivElement>>;
|
|
6114
|
+
interface Props$h {
|
|
5987
6115
|
/**
|
|
5988
6116
|
* Main content of the component.
|
|
5989
6117
|
*/
|
|
5990
6118
|
children: React$1.ReactNode;
|
|
5991
6119
|
}
|
|
5992
6120
|
|
|
5993
|
-
declare const ImageEditorToolbarZoomInButton: React$1.FC<Omit<Props$
|
|
6121
|
+
declare const ImageEditorToolbarZoomInButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
5994
6122
|
|
|
5995
|
-
declare const ImageEditorToolbarZoomOutButton: React$1.FC<Omit<Props$
|
|
6123
|
+
declare const ImageEditorToolbarZoomOutButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
5996
6124
|
|
|
5997
|
-
declare const ImageEditorToolbarZoomValue: React$1.ForwardRefExoticComponent<Props$
|
|
5998
|
-
interface Props$
|
|
6125
|
+
declare const ImageEditorToolbarZoomValue: React$1.ForwardRefExoticComponent<Props$g & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6126
|
+
interface Props$g {
|
|
5999
6127
|
/**
|
|
6000
6128
|
* Optional aria-label for the button.
|
|
6001
6129
|
*/
|
|
6002
6130
|
label: string;
|
|
6003
6131
|
}
|
|
6004
6132
|
|
|
6005
|
-
declare const ImageEditorWorkspace: React$1.ForwardRefExoticComponent<Props$
|
|
6006
|
-
interface Props$
|
|
6133
|
+
declare const ImageEditorWorkspace: React$1.ForwardRefExoticComponent<Props$f & React$1.RefAttributes<HTMLDivElement>>;
|
|
6134
|
+
interface Props$f {
|
|
6007
6135
|
/**
|
|
6008
6136
|
* Main content of the component.
|
|
6009
6137
|
*/
|
|
6010
6138
|
children?: React$1.ReactNode;
|
|
6011
6139
|
}
|
|
6012
6140
|
|
|
6013
|
-
declare const ImageEditor: React$1.ForwardRefExoticComponent<Props$
|
|
6014
|
-
interface Props$
|
|
6141
|
+
declare const ImageEditor: React$1.ForwardRefExoticComponent<Props$e & React$1.RefAttributes<HTMLDivElement>>;
|
|
6142
|
+
interface Props$e {
|
|
6015
6143
|
/**
|
|
6016
6144
|
* Main content of the component.
|
|
6017
6145
|
*/
|
|
@@ -6042,8 +6170,8 @@ interface Props$d {
|
|
|
6042
6170
|
originalImageSrc?: string;
|
|
6043
6171
|
}
|
|
6044
6172
|
|
|
6045
|
-
declare const Textarea: React$1.ForwardRefExoticComponent<Props$
|
|
6046
|
-
interface Props$
|
|
6173
|
+
declare const Textarea: React$1.ForwardRefExoticComponent<Props$d & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
6174
|
+
interface Props$d {
|
|
6047
6175
|
/**
|
|
6048
6176
|
* Input's class name.
|
|
6049
6177
|
*/
|
|
@@ -6112,8 +6240,8 @@ declare const TextFieldInput: React$1.ForwardRefExoticComponent<React$1.InputHTM
|
|
|
6112
6240
|
type TextFieldSize = 'md' | 'base';
|
|
6113
6241
|
type TextFieldVariant = 'outlined' | 'underlined';
|
|
6114
6242
|
|
|
6115
|
-
declare const TextField: React$1.ForwardRefExoticComponent<Props$
|
|
6116
|
-
interface Props$
|
|
6243
|
+
declare const TextField: React$1.ForwardRefExoticComponent<Props$c & React$1.RefAttributes<HTMLDivElement>>;
|
|
6244
|
+
interface Props$c {
|
|
6117
6245
|
/**
|
|
6118
6246
|
* Text field's adornment.
|
|
6119
6247
|
*/
|
|
@@ -6148,8 +6276,8 @@ interface Props$b {
|
|
|
6148
6276
|
variant?: TextFieldVariant;
|
|
6149
6277
|
}
|
|
6150
6278
|
|
|
6151
|
-
declare const Pill: React$1.FC<Props$
|
|
6152
|
-
interface Props$
|
|
6279
|
+
declare const Pill: React$1.FC<Props$b>;
|
|
6280
|
+
interface Props$b {
|
|
6153
6281
|
/**
|
|
6154
6282
|
* Whether component is active.
|
|
6155
6283
|
*/
|
|
@@ -6165,7 +6293,7 @@ interface Props$a {
|
|
|
6165
6293
|
/**
|
|
6166
6294
|
* Icon to display.
|
|
6167
6295
|
*/
|
|
6168
|
-
icon?: React$1.ReactElement<Props$
|
|
6296
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
6169
6297
|
/**
|
|
6170
6298
|
* Unique ID of a tab.
|
|
6171
6299
|
*/
|
|
@@ -6176,16 +6304,16 @@ interface Props$a {
|
|
|
6176
6304
|
onClick?: React$1.MouseEventHandler<HTMLButtonElement>;
|
|
6177
6305
|
}
|
|
6178
6306
|
|
|
6179
|
-
declare const Pills: React$1.FC<Props$
|
|
6180
|
-
interface Props$
|
|
6307
|
+
declare const Pills: React$1.FC<Props$a>;
|
|
6308
|
+
interface Props$a {
|
|
6181
6309
|
/**
|
|
6182
6310
|
* Main content of the component.
|
|
6183
6311
|
*/
|
|
6184
6312
|
children: React$1.ReactNode;
|
|
6185
6313
|
}
|
|
6186
6314
|
|
|
6187
|
-
declare const PdfViewer: React$1.FC<Props$
|
|
6188
|
-
interface Props$
|
|
6315
|
+
declare const PdfViewer: React$1.FC<Props$9>;
|
|
6316
|
+
interface Props$9 {
|
|
6189
6317
|
/**
|
|
6190
6318
|
* Location of data source.
|
|
6191
6319
|
*/
|
|
@@ -6196,16 +6324,16 @@ interface Props$8 {
|
|
|
6196
6324
|
title: string;
|
|
6197
6325
|
}
|
|
6198
6326
|
|
|
6199
|
-
declare const TableBody: React$1.FC<Props$
|
|
6200
|
-
interface Props$
|
|
6327
|
+
declare const TableBody: React$1.FC<Props$8>;
|
|
6328
|
+
interface Props$8 {
|
|
6201
6329
|
/**
|
|
6202
6330
|
* Main content of the component.
|
|
6203
6331
|
*/
|
|
6204
6332
|
children: React$1.ReactNode;
|
|
6205
6333
|
}
|
|
6206
6334
|
|
|
6207
|
-
declare const TableCell: React$1.FC<Props$
|
|
6208
|
-
interface Props$
|
|
6335
|
+
declare const TableCell: React$1.FC<Props$7>;
|
|
6336
|
+
interface Props$7 {
|
|
6209
6337
|
/**
|
|
6210
6338
|
* Text alignment.
|
|
6211
6339
|
*/
|
|
@@ -6220,24 +6348,24 @@ interface Props$6 {
|
|
|
6220
6348
|
className?: string;
|
|
6221
6349
|
}
|
|
6222
6350
|
|
|
6223
|
-
declare const TableContainer: React$1.FC<Props$
|
|
6224
|
-
interface Props$
|
|
6351
|
+
declare const TableContainer: React$1.FC<Props$6>;
|
|
6352
|
+
interface Props$6 {
|
|
6225
6353
|
/**
|
|
6226
6354
|
* Main content of the component.
|
|
6227
6355
|
*/
|
|
6228
6356
|
children: React$1.ReactNode;
|
|
6229
6357
|
}
|
|
6230
6358
|
|
|
6231
|
-
declare const TableHead: React$1.FC<Props$
|
|
6232
|
-
interface Props$
|
|
6359
|
+
declare const TableHead: React$1.FC<Props$5>;
|
|
6360
|
+
interface Props$5 {
|
|
6233
6361
|
/**
|
|
6234
6362
|
* Main content of the component.
|
|
6235
6363
|
*/
|
|
6236
6364
|
children: React$1.ReactNode;
|
|
6237
6365
|
}
|
|
6238
6366
|
|
|
6239
|
-
declare const TableHeader: React$1.FC<Props$
|
|
6240
|
-
interface Props$
|
|
6367
|
+
declare const TableHeader: React$1.FC<Props$4>;
|
|
6368
|
+
interface Props$4 {
|
|
6241
6369
|
/**
|
|
6242
6370
|
* Text alignment.
|
|
6243
6371
|
*/
|
|
@@ -6252,24 +6380,24 @@ interface Props$3 {
|
|
|
6252
6380
|
className?: string;
|
|
6253
6381
|
}
|
|
6254
6382
|
|
|
6255
|
-
declare const TableRow: React$1.FC<Props$
|
|
6256
|
-
interface Props$
|
|
6383
|
+
declare const TableRow: React$1.FC<Props$3>;
|
|
6384
|
+
interface Props$3 {
|
|
6257
6385
|
/**
|
|
6258
6386
|
* Main content of the component.
|
|
6259
6387
|
*/
|
|
6260
6388
|
children: React$1.ReactNode;
|
|
6261
6389
|
}
|
|
6262
6390
|
|
|
6263
|
-
declare const TableToolbar: React$1.FC<Props$
|
|
6264
|
-
interface Props$
|
|
6391
|
+
declare const TableToolbar: React$1.FC<Props$2>;
|
|
6392
|
+
interface Props$2 {
|
|
6265
6393
|
/**
|
|
6266
6394
|
* Main content of the component.
|
|
6267
6395
|
*/
|
|
6268
6396
|
children: React$1.ReactNode;
|
|
6269
6397
|
}
|
|
6270
6398
|
|
|
6271
|
-
declare const Table: React$1.FC<Props>;
|
|
6272
|
-
interface Props {
|
|
6399
|
+
declare const Table: React$1.FC<Props$1>;
|
|
6400
|
+
interface Props$1 {
|
|
6273
6401
|
/**
|
|
6274
6402
|
* Main content of the component.
|
|
6275
6403
|
*/
|
|
@@ -6280,5 +6408,29 @@ interface Props {
|
|
|
6280
6408
|
className?: string;
|
|
6281
6409
|
}
|
|
6282
6410
|
|
|
6283
|
-
|
|
6284
|
-
|
|
6411
|
+
declare const Banner: React$1.FC<Props>;
|
|
6412
|
+
interface Props {
|
|
6413
|
+
/**
|
|
6414
|
+
* Icon displayed in header.
|
|
6415
|
+
*/
|
|
6416
|
+
icon?: IconName;
|
|
6417
|
+
/**
|
|
6418
|
+
* Label displayed inside header.
|
|
6419
|
+
*/
|
|
6420
|
+
headerLabel: string;
|
|
6421
|
+
/**
|
|
6422
|
+
* Description displayed inside banner.
|
|
6423
|
+
*/
|
|
6424
|
+
description: string;
|
|
6425
|
+
/**
|
|
6426
|
+
* Callback invoked upon closing.
|
|
6427
|
+
*/
|
|
6428
|
+
onClose?: () => void;
|
|
6429
|
+
/**
|
|
6430
|
+
* Close button's label.
|
|
6431
|
+
*/
|
|
6432
|
+
closeLabel?: string;
|
|
6433
|
+
}
|
|
6434
|
+
|
|
6435
|
+
export { Avatar, Banner, Bottombar, Button, ButtonGroup, ButtonRow, 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, CoreUploaderErrorPanel, CoreUploaderProgressPanel, CoreUploaderView, CoreUploaderWorkingArea, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogNext, DialogNextCloseButton, DialogNextColumn, DialogNextContent, DialogNextFooter, DialogNextHeader, DialogNextSeparator, DialogNextTitle, DialogProgressHeader, DialogRow, DialogSection, DocIcon, 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, ImageEditor, ImageEditorActions, ImageEditorApplyButton, ImageEditorButtonsGroup, ImageEditorButtonsRow, ImageEditorCanvas, ImageEditorContent, ImageEditorContext, ImageEditorCropBoxDimensions, ImageEditorCropCard, ImageEditorCropCardFreeform, ImageEditorCropCardList, ImageEditorCropCardOriginal, ImageEditorDemoLabel, ImageEditorDimensionsInput, ImageEditorFlipHorizontalButton, ImageEditorFlipVerticalButton, ImageEditorLoader, ImageEditorMenu, ImageEditorMenuContainer, ImageEditorMenuSection, ImageEditorMenuSubSection, 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, Link, List, 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, Modal as Overlay, Pagination, Panel, PanelActions, PanelCheckbox, PanelColumn, PanelContent, PanelContentProp, PanelDescriptionItem, PanelDragHandle, PanelList, PanelListDivider, PanelSide, PanelSkeleton, PanelTitle, PdfViewer, PermissionTag, Permissions, PermissionsActions, PermissionsContent, PermissionsForm, PermissionsFormGroup, PermissionsFormInput, PermissionsManagementPanel, PermissionsManagementPanelHeader, PermissionsManagementPanelRulesHeader, PermissionsPanel, PermissionsScopeHeader, PermissionsScopeList, PermissionsTitle, Pill, Pills, Popper, PopperArrow, PopperContext, ProgressPanel, PropertiesTable, PropertiesTableRow, RangeSlider, ResponsiveImage, ResponsiveImageFallback, ResponsiveImageFit, ResponsiveImageScalable, ResponsiveImageSkeleton, SearchDialog, SearchDialogActions, SearchDialogContent, SearchDialogFallback, SearchDialogHeader, SearchDialogInput, SearchDialogSection, Select, SelectListboxGrid, SelectionArea, 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, Tooltip, Topbar, TopbarAction, UIContext, UIProvider, View, ViewContent, ViewContentBar, ViewContentWrapper, ViewDialog, ViewFooter, ViewHeader, ViewPaper, ViewSideContent, ViewWrapper, areItemsIdentical, base64FromBlurHash, checkIfDropFilesHaveFolders, clamp, clsx, formatTimeDistance, getAllFileEntries, getAllFiles, getClampedDimension, getClampedDimensions, getKeyHandler, getPixelCountFromImageBlob, getScrollVectors, getStandardDeviation, getValidChildren, hasOwnProperty, imageEditorContextDefaultValue, imageEditorPreviewContextDefaultValue, isClipboardItemSupported, matchesCombination, navbarContextInitProps, noOp, rInterval, readAllDirectoryEntries, readEntriesPromise, 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 };
|
|
6436
|
+
export type { ButtonColor, ButtonSize, ButtonType, CropperDimensions, CropperLockedDimension, Dimensions, DocIconName, DragDimensionsHandler, DragHandler, DraggableOptions, DraggableState, DropFile, DropItem, IconColor, IconName, Props$3v as IconProps, IconRenderProp, IconRenderer, IconSize, ImageEditorEditingResult, ImageEditorPresetGroup, ImageEditorPresetOption, KeyAction, KeyCombination, KeyEventLike, KeyModifier, KeyProps, ListDndChildProps, ListDndItem, ListDndItemHookProps, ListDndMoveItem, ListDndOnDragEnd, ListDndSetDraggable, ListDndSetDraggablePartial, ListboxProps, OnScrollHandler, PermissionMap, PermissionName, PopperAnchorRef, PopperOffset, PopperOffsetValue, PopperPlacement, Props$3v as Props, RInterval, ResizeOptions, ScrollCoordsConfig, ScrollOptions, SelectKeyboardNavProps, SelectKeyboardNextIdGetter, SelectOption, SelectRenderableOption, SelectSection, SelectToggleHandler, SelectionAreaCoords, Props$d as TextareaProps, Props$1N as UIProviderProps, UseFilesDropProps, Props$1O as ViewDialogProps, XYCoord };
|