@ckbox/components 2.9.0-dev.0 → 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 +535 -491
- 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/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$3x {
|
|
|
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;
|
|
@@ -184,7 +188,7 @@ declare const Warning: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
|
184
188
|
|
|
185
189
|
declare const WarningAmberOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
186
190
|
|
|
187
|
-
interface Props$
|
|
191
|
+
interface Props$3w {
|
|
188
192
|
/**
|
|
189
193
|
* Toggles optional icon animation.
|
|
190
194
|
*/
|
|
@@ -199,15 +203,15 @@ interface Props$3v {
|
|
|
199
203
|
'data-testid'?: string;
|
|
200
204
|
}
|
|
201
205
|
|
|
202
|
-
declare const ArrowRightOutlinedAnimated: React$1.FC<Props$
|
|
206
|
+
declare const ArrowRightOutlinedAnimated: React$1.FC<Props$3w>;
|
|
203
207
|
|
|
204
|
-
declare const SettingsOutlinedAnimated: React$1.FC<Props$
|
|
208
|
+
declare const SettingsOutlinedAnimated: React$1.FC<Props$3w>;
|
|
205
209
|
|
|
206
|
-
declare const SortAscending: React$1.FC<Props$
|
|
210
|
+
declare const SortAscending: React$1.FC<Props$3w>;
|
|
207
211
|
|
|
208
|
-
declare const SortDescending: React$1.FC<Props$
|
|
212
|
+
declare const SortDescending: React$1.FC<Props$3w>;
|
|
209
213
|
|
|
210
|
-
declare const Spinner: React$1.FC<Props$
|
|
214
|
+
declare const Spinner: React$1.FC<Props$3w>;
|
|
211
215
|
|
|
212
216
|
declare const icons$1_AccessTimeOutlined: typeof AccessTimeOutlined;
|
|
213
217
|
declare const icons$1_AddOutlined: typeof AddOutlined;
|
|
@@ -223,6 +227,8 @@ declare const icons$1_CheckCircleOutlineOutlined: typeof CheckCircleOutlineOutli
|
|
|
223
227
|
declare const icons$1_CheckOutlined: typeof CheckOutlined;
|
|
224
228
|
declare const icons$1_ChevronLeftOutlined: typeof ChevronLeftOutlined;
|
|
225
229
|
declare const icons$1_ChevronRightOutlined: typeof ChevronRightOutlined;
|
|
230
|
+
declare const icons$1_CkboxAi: typeof CkboxAi;
|
|
231
|
+
declare const icons$1_CkboxAiQueue: typeof CkboxAiQueue;
|
|
226
232
|
declare const icons$1_CloseFullscreen: typeof CloseFullscreen;
|
|
227
233
|
declare const icons$1_CloseOutlined: typeof CloseOutlined;
|
|
228
234
|
declare const icons$1_ContentCopyOutlined: typeof ContentCopyOutlined;
|
|
@@ -298,6 +304,8 @@ declare namespace icons$1 {
|
|
|
298
304
|
icons$1_CheckOutlined as CheckOutlined,
|
|
299
305
|
icons$1_ChevronLeftOutlined as ChevronLeftOutlined,
|
|
300
306
|
icons$1_ChevronRightOutlined as ChevronRightOutlined,
|
|
307
|
+
icons$1_CkboxAi as CkboxAi,
|
|
308
|
+
icons$1_CkboxAiQueue as CkboxAiQueue,
|
|
301
309
|
icons$1_CloseFullscreen as CloseFullscreen,
|
|
302
310
|
icons$1_CloseOutlined as CloseOutlined,
|
|
303
311
|
icons$1_ContentCopyOutlined as ContentCopyOutlined,
|
|
@@ -368,8 +376,8 @@ type IconName = keyof typeof icons$1;
|
|
|
368
376
|
type IconSize = 'small' | 'base' | 'medium' | 'big' | 'bigger' | 'biggest' | 'humongous';
|
|
369
377
|
type IconColor = 'accent' | 'danger' | 'default' | 'disabled' | 'muted' | 'success' | 'warning';
|
|
370
378
|
|
|
371
|
-
declare const Icon: React$1.FC<Props$
|
|
372
|
-
interface Props$
|
|
379
|
+
declare const Icon: React$1.FC<Props$3v>;
|
|
380
|
+
interface Props$3v {
|
|
373
381
|
/**
|
|
374
382
|
* Toggles optional icon animation.
|
|
375
383
|
*/
|
|
@@ -399,8 +407,8 @@ interface Props$3u {
|
|
|
399
407
|
size?: IconSize;
|
|
400
408
|
}
|
|
401
409
|
|
|
402
|
-
declare const Button: React$1.ForwardRefExoticComponent<Props$
|
|
403
|
-
interface Props$
|
|
410
|
+
declare const Button: React$1.ForwardRefExoticComponent<Props$3u & React$1.RefAttributes<HTMLButtonElement>>;
|
|
411
|
+
interface Props$3u {
|
|
404
412
|
/**
|
|
405
413
|
* Applies active styling.
|
|
406
414
|
*/
|
|
@@ -495,24 +503,24 @@ interface Props$3t {
|
|
|
495
503
|
disabledLabelWrapping?: boolean;
|
|
496
504
|
}
|
|
497
505
|
|
|
498
|
-
declare const ButtonGroup: React$1.FC<Props$
|
|
499
|
-
interface Props$
|
|
506
|
+
declare const ButtonGroup: React$1.FC<Props$3t>;
|
|
507
|
+
interface Props$3t {
|
|
500
508
|
/**
|
|
501
509
|
* Button components.
|
|
502
510
|
*/
|
|
503
511
|
children: React$1.ReactNode;
|
|
504
512
|
}
|
|
505
513
|
|
|
506
|
-
declare const ButtonRow: React$1.FC<Props$
|
|
507
|
-
interface Props$
|
|
514
|
+
declare const ButtonRow: React$1.FC<Props$3s>;
|
|
515
|
+
interface Props$3s {
|
|
508
516
|
/**
|
|
509
517
|
* Button components.
|
|
510
518
|
*/
|
|
511
519
|
children: React$1.ReactNode;
|
|
512
520
|
}
|
|
513
521
|
|
|
514
|
-
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$
|
|
515
|
-
interface Props$
|
|
522
|
+
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$3r & React$1.RefAttributes<HTMLButtonElement>>;
|
|
523
|
+
interface Props$3r {
|
|
516
524
|
/**
|
|
517
525
|
* Component's label.
|
|
518
526
|
*/
|
|
@@ -535,8 +543,8 @@ interface Props$3q {
|
|
|
535
543
|
onClick?: () => void;
|
|
536
544
|
}
|
|
537
545
|
|
|
538
|
-
declare const CoreUploaderProgressPanel: ({ error, errorMessage, completed, actionIcon, actionLabel, onAction, id, title, thumbnailSrc, value, assetSize, displayThumbnail, }: Props$
|
|
539
|
-
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 {
|
|
540
548
|
/**
|
|
541
549
|
* Source string used for thumbnail.
|
|
542
550
|
*/
|
|
@@ -591,8 +599,8 @@ interface Props$3p {
|
|
|
591
599
|
actionIcon?: IconName;
|
|
592
600
|
}
|
|
593
601
|
|
|
594
|
-
declare const CoreUploaderWorkingArea: React$1.ForwardRefExoticComponent<Props$
|
|
595
|
-
interface Props$
|
|
602
|
+
declare const CoreUploaderWorkingArea: React$1.ForwardRefExoticComponent<Props$3p & React$1.RefAttributes<HTMLDivElement>>;
|
|
603
|
+
interface Props$3p {
|
|
596
604
|
/**
|
|
597
605
|
* Label displayed by component.
|
|
598
606
|
*/
|
|
@@ -611,8 +619,8 @@ interface Props$3o {
|
|
|
611
619
|
uploadButton: React$1.ReactNode;
|
|
612
620
|
}
|
|
613
621
|
|
|
614
|
-
declare const CoreUploaderErrorPanel: ({ children, errorTitle, errorSubTitle }: Props$
|
|
615
|
-
interface Props$
|
|
622
|
+
declare const CoreUploaderErrorPanel: ({ children, errorTitle, errorSubTitle }: Props$3o) => React$1.JSX.Element;
|
|
623
|
+
interface Props$3o {
|
|
616
624
|
/**
|
|
617
625
|
* Content displayed inside error panel.
|
|
618
626
|
*/
|
|
@@ -627,8 +635,8 @@ interface Props$3n {
|
|
|
627
635
|
errorSubTitle: string;
|
|
628
636
|
}
|
|
629
637
|
|
|
630
|
-
declare const CoreUploaderView: ({ header, footer }: Props$
|
|
631
|
-
interface Props$
|
|
638
|
+
declare const CoreUploaderView: ({ header, footer }: Props$3n) => React$1.JSX.Element;
|
|
639
|
+
interface Props$3n {
|
|
632
640
|
/**
|
|
633
641
|
* Content displayed as header element.
|
|
634
642
|
*/
|
|
@@ -639,8 +647,8 @@ interface Props$3m {
|
|
|
639
647
|
footer?: React$1.ReactNode;
|
|
640
648
|
}
|
|
641
649
|
|
|
642
|
-
declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$
|
|
643
|
-
interface Props$
|
|
650
|
+
declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$3m & React$1.RefAttributes<HTMLDivElement>>;
|
|
651
|
+
interface Props$3m {
|
|
644
652
|
/**
|
|
645
653
|
* Main content of the component.
|
|
646
654
|
*/
|
|
@@ -659,8 +667,8 @@ interface Props$3l {
|
|
|
659
667
|
titleId?: string;
|
|
660
668
|
}
|
|
661
669
|
|
|
662
|
-
declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$
|
|
663
|
-
interface Props$
|
|
670
|
+
declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$3l & React$1.RefAttributes<HTMLDivElement>>;
|
|
671
|
+
interface Props$3l {
|
|
664
672
|
/**
|
|
665
673
|
* Main content of the component.
|
|
666
674
|
*/
|
|
@@ -671,8 +679,8 @@ interface Props$3k {
|
|
|
671
679
|
className?: string;
|
|
672
680
|
}
|
|
673
681
|
|
|
674
|
-
declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$
|
|
675
|
-
interface Props$
|
|
682
|
+
declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$3k & React$1.RefAttributes<HTMLDivElement>>;
|
|
683
|
+
interface Props$3k {
|
|
676
684
|
/**
|
|
677
685
|
* Main content of the component.
|
|
678
686
|
*/
|
|
@@ -691,8 +699,8 @@ interface Props$3j {
|
|
|
691
699
|
id?: string;
|
|
692
700
|
}
|
|
693
701
|
|
|
694
|
-
declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$
|
|
695
|
-
interface Props$
|
|
702
|
+
declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$3j & React$1.RefAttributes<HTMLDivElement>>;
|
|
703
|
+
interface Props$3j {
|
|
696
704
|
/**
|
|
697
705
|
* Main content of the component.
|
|
698
706
|
*/
|
|
@@ -703,8 +711,8 @@ interface Props$3i {
|
|
|
703
711
|
className?: string;
|
|
704
712
|
}
|
|
705
713
|
|
|
706
|
-
declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$
|
|
707
|
-
interface Props$
|
|
714
|
+
declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$3i & React$1.RefAttributes<HTMLButtonElement>>;
|
|
715
|
+
interface Props$3i {
|
|
708
716
|
/**
|
|
709
717
|
* Close button's label.
|
|
710
718
|
*/
|
|
@@ -715,8 +723,8 @@ interface Props$3h {
|
|
|
715
723
|
className?: string;
|
|
716
724
|
}
|
|
717
725
|
|
|
718
|
-
declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$
|
|
719
|
-
interface Props$
|
|
726
|
+
declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$3h & React$1.RefAttributes<HTMLDivElement>>;
|
|
727
|
+
interface Props$3h {
|
|
720
728
|
/**
|
|
721
729
|
* Main content of the component.
|
|
722
730
|
*/
|
|
@@ -727,16 +735,16 @@ interface Props$3g {
|
|
|
727
735
|
className?: string;
|
|
728
736
|
}
|
|
729
737
|
|
|
730
|
-
declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$
|
|
731
|
-
interface Props$
|
|
738
|
+
declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$3g & React$1.RefAttributes<HTMLDivElement>>;
|
|
739
|
+
interface Props$3g {
|
|
732
740
|
/**
|
|
733
741
|
* Sets root header class.
|
|
734
742
|
*/
|
|
735
743
|
className?: string;
|
|
736
744
|
}
|
|
737
745
|
|
|
738
|
-
declare const DialogNext: React$1.ForwardRefExoticComponent<Props$
|
|
739
|
-
interface Props$
|
|
746
|
+
declare const DialogNext: React$1.ForwardRefExoticComponent<Props$3f & React$1.RefAttributes<HTMLDivElement>>;
|
|
747
|
+
interface Props$3f {
|
|
740
748
|
/**
|
|
741
749
|
* Main content of the component.
|
|
742
750
|
*/
|
|
@@ -775,16 +783,16 @@ interface Props$3e {
|
|
|
775
783
|
alert?: boolean;
|
|
776
784
|
}
|
|
777
785
|
|
|
778
|
-
declare const DialogActions: React$1.FC<Props$
|
|
779
|
-
interface Props$
|
|
786
|
+
declare const DialogActions: React$1.FC<Props$3e>;
|
|
787
|
+
interface Props$3e {
|
|
780
788
|
/**
|
|
781
789
|
* Main content of the component.
|
|
782
790
|
*/
|
|
783
791
|
children: React$1.ReactNode;
|
|
784
792
|
}
|
|
785
793
|
|
|
786
|
-
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$
|
|
787
|
-
interface Props$
|
|
794
|
+
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$3d & React$1.RefAttributes<HTMLDivElement>>;
|
|
795
|
+
interface Props$3d extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
788
796
|
/**
|
|
789
797
|
* Main content of the component.
|
|
790
798
|
*/
|
|
@@ -795,8 +803,8 @@ interface Props$3c extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
795
803
|
overflow?: boolean;
|
|
796
804
|
}
|
|
797
805
|
|
|
798
|
-
declare const DialogFooter: React$1.FC<Props$
|
|
799
|
-
interface Props$
|
|
806
|
+
declare const DialogFooter: React$1.FC<Props$3c>;
|
|
807
|
+
interface Props$3c {
|
|
800
808
|
/**
|
|
801
809
|
* Main content of the component.
|
|
802
810
|
*/
|
|
@@ -812,8 +820,8 @@ interface Props$3b {
|
|
|
812
820
|
}[];
|
|
813
821
|
}
|
|
814
822
|
|
|
815
|
-
declare const DialogHeader: React$1.FC<Props$
|
|
816
|
-
interface Props$
|
|
823
|
+
declare const DialogHeader: React$1.FC<Props$3b>;
|
|
824
|
+
interface Props$3b {
|
|
817
825
|
/**
|
|
818
826
|
* Sets focus on close button on mount.
|
|
819
827
|
*/
|
|
@@ -836,8 +844,8 @@ interface Props$3a {
|
|
|
836
844
|
type?: 'success' | 'error' | 'info';
|
|
837
845
|
}
|
|
838
846
|
|
|
839
|
-
declare const DialogProgressHeader: React$1.FC<Props$
|
|
840
|
-
interface Props$
|
|
847
|
+
declare const DialogProgressHeader: React$1.FC<Props$3a>;
|
|
848
|
+
interface Props$3a {
|
|
841
849
|
/**
|
|
842
850
|
* Sets focus on close button on mount.
|
|
843
851
|
*/
|
|
@@ -868,16 +876,16 @@ interface Props$39 {
|
|
|
868
876
|
title?: string;
|
|
869
877
|
}
|
|
870
878
|
|
|
871
|
-
declare const DialogRow: React$1.FC<Props$
|
|
872
|
-
interface Props$
|
|
879
|
+
declare const DialogRow: React$1.FC<Props$39>;
|
|
880
|
+
interface Props$39 extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
873
881
|
/**
|
|
874
882
|
* Main content of the component.
|
|
875
883
|
*/
|
|
876
884
|
children: React$1.ReactNode;
|
|
877
885
|
}
|
|
878
886
|
|
|
879
|
-
declare const DialogSection: React$1.FC<Props$
|
|
880
|
-
interface Props$
|
|
887
|
+
declare const DialogSection: React$1.FC<Props$38>;
|
|
888
|
+
interface Props$38 {
|
|
881
889
|
/**
|
|
882
890
|
* Main content of the component.
|
|
883
891
|
*/
|
|
@@ -996,35 +1004,35 @@ interface DialogProps extends DialogSwitchProps {
|
|
|
996
1004
|
* Entry component for the dialog.
|
|
997
1005
|
* Initializes selected dialog mode and optionally adds common options and draggability if needed.
|
|
998
1006
|
*/
|
|
999
|
-
declare const Dialog: React$1.FC<Props$
|
|
1000
|
-
type Props$
|
|
1007
|
+
declare const Dialog: React$1.FC<Props$37>;
|
|
1008
|
+
type Props$37 = DialogProps;
|
|
1001
1009
|
|
|
1002
|
-
interface Props$
|
|
1010
|
+
interface Props$36 {
|
|
1003
1011
|
/**
|
|
1004
1012
|
* Sets root class.
|
|
1005
1013
|
*/
|
|
1006
1014
|
className: string;
|
|
1007
1015
|
}
|
|
1008
1016
|
|
|
1009
|
-
declare const Zip: React$1.FC<Props$
|
|
1017
|
+
declare const Zip: React$1.FC<Props$36>;
|
|
1010
1018
|
|
|
1011
|
-
declare const Empty: React$1.FC<Props$
|
|
1019
|
+
declare const Empty: React$1.FC<Props$36>;
|
|
1012
1020
|
|
|
1013
|
-
declare const Excel: React$1.FC<Props$
|
|
1021
|
+
declare const Excel: React$1.FC<Props$36>;
|
|
1014
1022
|
|
|
1015
|
-
declare const Img: React$1.FC<Props$
|
|
1023
|
+
declare const Img: React$1.FC<Props$36>;
|
|
1016
1024
|
|
|
1017
|
-
declare const Movie: React$1.FC<Props$
|
|
1025
|
+
declare const Movie: React$1.FC<Props$36>;
|
|
1018
1026
|
|
|
1019
|
-
declare const Music: React$1.FC<Props$
|
|
1027
|
+
declare const Music: React$1.FC<Props$36>;
|
|
1020
1028
|
|
|
1021
|
-
declare const Pdf: React$1.FC<Props$
|
|
1029
|
+
declare const Pdf: React$1.FC<Props$36>;
|
|
1022
1030
|
|
|
1023
|
-
declare const Ppt: React$1.FC<Props$
|
|
1031
|
+
declare const Ppt: React$1.FC<Props$36>;
|
|
1024
1032
|
|
|
1025
|
-
declare const Txt: React$1.FC<Props$
|
|
1033
|
+
declare const Txt: React$1.FC<Props$36>;
|
|
1026
1034
|
|
|
1027
|
-
declare const Word: React$1.FC<Props$
|
|
1035
|
+
declare const Word: React$1.FC<Props$36>;
|
|
1028
1036
|
|
|
1029
1037
|
declare const icons_Empty: typeof Empty;
|
|
1030
1038
|
declare const icons_Excel: typeof Excel;
|
|
@@ -1050,9 +1058,9 @@ declare namespace icons {
|
|
|
1050
1058
|
};
|
|
1051
1059
|
}
|
|
1052
1060
|
|
|
1053
|
-
declare const DocIcon: React$1.FC<Props$
|
|
1061
|
+
declare const DocIcon: React$1.FC<Props$35>;
|
|
1054
1062
|
type DocIconName = keyof typeof icons;
|
|
1055
|
-
interface Props$
|
|
1063
|
+
interface Props$35 {
|
|
1056
1064
|
/**
|
|
1057
1065
|
* Name of selected icon.
|
|
1058
1066
|
*/
|
|
@@ -1063,8 +1071,8 @@ interface Props$34 {
|
|
|
1063
1071
|
limitSize?: boolean;
|
|
1064
1072
|
}
|
|
1065
1073
|
|
|
1066
|
-
declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$
|
|
1067
|
-
interface Props$
|
|
1074
|
+
declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$34 & React$1.RefAttributes<HTMLElement>>;
|
|
1075
|
+
interface Props$34 {
|
|
1068
1076
|
/**
|
|
1069
1077
|
* Main content of the component.
|
|
1070
1078
|
*/
|
|
@@ -1073,14 +1081,22 @@ interface Props$33 {
|
|
|
1073
1081
|
* Figure caption.
|
|
1074
1082
|
*/
|
|
1075
1083
|
caption: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* Icon displayed in the corner.
|
|
1086
|
+
*/
|
|
1087
|
+
iconName?: IconName;
|
|
1088
|
+
/**
|
|
1089
|
+
* Icon tooltip.
|
|
1090
|
+
*/
|
|
1091
|
+
iconTooltip?: string;
|
|
1076
1092
|
/**
|
|
1077
1093
|
* Use `data-visible` attribute for testing purposes.
|
|
1078
1094
|
*/
|
|
1079
1095
|
'data-visible'?: boolean;
|
|
1080
1096
|
}
|
|
1081
1097
|
|
|
1082
|
-
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$
|
|
1083
|
-
interface Props$
|
|
1098
|
+
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$33 & React$1.RefAttributes<HTMLDivElement>>;
|
|
1099
|
+
interface Props$33 {
|
|
1084
1100
|
/**
|
|
1085
1101
|
* Sets item as active.
|
|
1086
1102
|
*/
|
|
@@ -1135,8 +1151,8 @@ interface Props$32 {
|
|
|
1135
1151
|
onCheckboxClick?: React$1.MouseEventHandler<HTMLButtonElement>;
|
|
1136
1152
|
}
|
|
1137
1153
|
|
|
1138
|
-
declare const Gallery: React$1.FC<Props$
|
|
1139
|
-
interface Props$
|
|
1154
|
+
declare const Gallery: React$1.FC<Props$32>;
|
|
1155
|
+
interface Props$32 {
|
|
1140
1156
|
/**
|
|
1141
1157
|
* Main content of the component.
|
|
1142
1158
|
*/
|
|
@@ -1155,8 +1171,8 @@ interface Props$31 {
|
|
|
1155
1171
|
zoom?: number;
|
|
1156
1172
|
}
|
|
1157
1173
|
|
|
1158
|
-
declare const Link: React$1.FC<Props$
|
|
1159
|
-
interface Props$
|
|
1174
|
+
declare const Link: React$1.FC<Props$31>;
|
|
1175
|
+
interface Props$31 {
|
|
1160
1176
|
/**
|
|
1161
1177
|
* URL to pass to the link element.
|
|
1162
1178
|
*/
|
|
@@ -1167,8 +1183,8 @@ interface Props$30 {
|
|
|
1167
1183
|
children: React$1.ReactNode;
|
|
1168
1184
|
}
|
|
1169
1185
|
|
|
1170
|
-
declare const MenuItem: React$1.FC<Props$
|
|
1171
|
-
interface Props$
|
|
1186
|
+
declare const MenuItem: React$1.FC<Props$30>;
|
|
1187
|
+
interface Props$30 {
|
|
1172
1188
|
/**
|
|
1173
1189
|
* Disables auto-close on click.
|
|
1174
1190
|
*/
|
|
@@ -1195,8 +1211,8 @@ interface Props$2$ {
|
|
|
1195
1211
|
onClick?: () => void;
|
|
1196
1212
|
}
|
|
1197
1213
|
|
|
1198
|
-
declare const MenuSubSection: React$1.FC<Props$
|
|
1199
|
-
interface Props$
|
|
1214
|
+
declare const MenuSubSection: React$1.FC<Props$2$>;
|
|
1215
|
+
interface Props$2$ {
|
|
1200
1216
|
/**
|
|
1201
1217
|
* Main content of the component.
|
|
1202
1218
|
*/
|
|
@@ -1223,8 +1239,8 @@ interface Props$2_ {
|
|
|
1223
1239
|
title: string;
|
|
1224
1240
|
}
|
|
1225
1241
|
|
|
1226
|
-
declare const MenuSection: React$1.FC<Props$
|
|
1227
|
-
interface Props$
|
|
1242
|
+
declare const MenuSection: React$1.FC<Props$2_>;
|
|
1243
|
+
interface Props$2_ {
|
|
1228
1244
|
/**
|
|
1229
1245
|
* Main content of the component.
|
|
1230
1246
|
*/
|
|
@@ -1256,16 +1272,16 @@ type PopperAnchorRef = HTMLElement | null | undefined;
|
|
|
1256
1272
|
type PopperOffsetValue = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1257
1273
|
type PopperOffset = [PopperOffsetValue, PopperOffsetValue];
|
|
1258
1274
|
|
|
1259
|
-
declare const PopperArrow: React__default.FC<Props$
|
|
1260
|
-
interface Props$
|
|
1275
|
+
declare const PopperArrow: React__default.FC<Props$2Z>;
|
|
1276
|
+
interface Props$2Z {
|
|
1261
1277
|
/**
|
|
1262
1278
|
* Sets arrow size.
|
|
1263
1279
|
*/
|
|
1264
1280
|
size?: 'sm' | 'md';
|
|
1265
1281
|
}
|
|
1266
1282
|
|
|
1267
|
-
declare const Popper: React__default.ForwardRefExoticComponent<Props$
|
|
1268
|
-
interface Props$
|
|
1283
|
+
declare const Popper: React__default.ForwardRefExoticComponent<Props$2Y & React__default.RefAttributes<HTMLElement>>;
|
|
1284
|
+
interface Props$2Y {
|
|
1269
1285
|
/**
|
|
1270
1286
|
* Anchor element. Popper will be mounted to this element.
|
|
1271
1287
|
*/
|
|
@@ -1304,8 +1320,8 @@ interface Props$2X {
|
|
|
1304
1320
|
onKeyDown?: React__default.KeyboardEventHandler;
|
|
1305
1321
|
}
|
|
1306
1322
|
|
|
1307
|
-
declare const Menu: React$1.ForwardRefExoticComponent<Props$
|
|
1308
|
-
interface Props$
|
|
1323
|
+
declare const Menu: React$1.ForwardRefExoticComponent<Props$2X & React$1.RefAttributes<HTMLDivElement>>;
|
|
1324
|
+
interface Props$2X {
|
|
1309
1325
|
/**
|
|
1310
1326
|
* Anchor element.
|
|
1311
1327
|
*/
|
|
@@ -1336,16 +1352,16 @@ interface Props$2W {
|
|
|
1336
1352
|
sameWidth?: boolean;
|
|
1337
1353
|
}
|
|
1338
1354
|
|
|
1339
|
-
declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$
|
|
1340
|
-
interface Props$
|
|
1355
|
+
declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$2W & React$1.RefAttributes<HTMLDivElement>>;
|
|
1356
|
+
interface Props$2W {
|
|
1341
1357
|
/**
|
|
1342
1358
|
* Main content of the component.
|
|
1343
1359
|
*/
|
|
1344
1360
|
children?: React$1.ReactNode;
|
|
1345
1361
|
}
|
|
1346
1362
|
|
|
1347
|
-
declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$
|
|
1348
|
-
interface Props$
|
|
1363
|
+
declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$2V & React$1.RefAttributes<HTMLLIElement>>;
|
|
1364
|
+
interface Props$2V {
|
|
1349
1365
|
/**
|
|
1350
1366
|
* Main content of the component.
|
|
1351
1367
|
*/
|
|
@@ -1364,8 +1380,8 @@ interface Props$2U {
|
|
|
1364
1380
|
isLoading?: boolean;
|
|
1365
1381
|
}
|
|
1366
1382
|
|
|
1367
|
-
declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$
|
|
1368
|
-
interface Props$
|
|
1383
|
+
declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$2U & React$1.RefAttributes<HTMLDivElement>>;
|
|
1384
|
+
interface Props$2U {
|
|
1369
1385
|
/**
|
|
1370
1386
|
* Main content of the component.
|
|
1371
1387
|
*/
|
|
@@ -1380,8 +1396,8 @@ interface Props$2T {
|
|
|
1380
1396
|
type: 'error' | 'warning';
|
|
1381
1397
|
}
|
|
1382
1398
|
|
|
1383
|
-
declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$
|
|
1384
|
-
interface Props$
|
|
1399
|
+
declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$2T & React$1.RefAttributes<HTMLDivElement>>;
|
|
1400
|
+
interface Props$2T {
|
|
1385
1401
|
/**
|
|
1386
1402
|
* Main content of the component.
|
|
1387
1403
|
*/
|
|
@@ -1392,8 +1408,8 @@ interface Props$2S {
|
|
|
1392
1408
|
id?: string;
|
|
1393
1409
|
}
|
|
1394
1410
|
|
|
1395
|
-
declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$
|
|
1396
|
-
interface Props$
|
|
1411
|
+
declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$2S & React$1.RefAttributes<HTMLDivElement>>;
|
|
1412
|
+
interface Props$2S {
|
|
1397
1413
|
/**
|
|
1398
1414
|
* Main content of the component.
|
|
1399
1415
|
*/
|
|
@@ -1404,8 +1420,8 @@ interface Props$2R {
|
|
|
1404
1420
|
id?: string;
|
|
1405
1421
|
}
|
|
1406
1422
|
|
|
1407
|
-
declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$
|
|
1408
|
-
interface Props$
|
|
1423
|
+
declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$2R & React$1.RefAttributes<HTMLDivElement>>;
|
|
1424
|
+
interface Props$2R {
|
|
1409
1425
|
/**
|
|
1410
1426
|
* Sets the dialog content ID.
|
|
1411
1427
|
*/
|
|
@@ -1420,16 +1436,16 @@ interface Props$2Q {
|
|
|
1420
1436
|
children: React$1.ReactNode;
|
|
1421
1437
|
}
|
|
1422
1438
|
|
|
1423
|
-
declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$
|
|
1424
|
-
interface Props$
|
|
1439
|
+
declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$2Q & React$1.RefAttributes<HTMLLIElement>>;
|
|
1440
|
+
interface Props$2Q {
|
|
1425
1441
|
/**
|
|
1426
1442
|
* Item to display in the list.
|
|
1427
1443
|
*/
|
|
1428
1444
|
children: React$1.ReactNode;
|
|
1429
1445
|
}
|
|
1430
1446
|
|
|
1431
|
-
declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$
|
|
1432
|
-
interface Props$
|
|
1447
|
+
declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$2P & React$1.RefAttributes<HTMLDivElement>>;
|
|
1448
|
+
interface Props$2P {
|
|
1433
1449
|
/**
|
|
1434
1450
|
* Main content of the component.
|
|
1435
1451
|
*/
|
|
@@ -1440,16 +1456,16 @@ interface Props$2O {
|
|
|
1440
1456
|
spaceBetween?: boolean;
|
|
1441
1457
|
}
|
|
1442
1458
|
|
|
1443
|
-
declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$
|
|
1444
|
-
interface Props$
|
|
1459
|
+
declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$2O & React$1.RefAttributes<HTMLDivElement>>;
|
|
1460
|
+
interface Props$2O {
|
|
1445
1461
|
/**
|
|
1446
1462
|
* Main content of the component.
|
|
1447
1463
|
*/
|
|
1448
1464
|
children?: React$1.ReactNode;
|
|
1449
1465
|
}
|
|
1450
1466
|
|
|
1451
|
-
declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$
|
|
1452
|
-
interface Props$
|
|
1467
|
+
declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$2N & React$1.RefAttributes<HTMLDivElement>>;
|
|
1468
|
+
interface Props$2N {
|
|
1453
1469
|
/**
|
|
1454
1470
|
* Enables the top border accent.
|
|
1455
1471
|
*/
|
|
@@ -1461,7 +1477,7 @@ interface Props$2M {
|
|
|
1461
1477
|
/**
|
|
1462
1478
|
* Name of selected icon.
|
|
1463
1479
|
*/
|
|
1464
|
-
icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$
|
|
1480
|
+
icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$3v>;
|
|
1465
1481
|
/**
|
|
1466
1482
|
* Optional sub title of the modal.
|
|
1467
1483
|
*/
|
|
@@ -1476,8 +1492,8 @@ interface Props$2M {
|
|
|
1476
1492
|
titleId?: string;
|
|
1477
1493
|
}
|
|
1478
1494
|
|
|
1479
|
-
declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$
|
|
1480
|
-
interface Props$
|
|
1495
|
+
declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$2M & React$1.RefAttributes<HTMLDivElement>>;
|
|
1496
|
+
interface Props$2M {
|
|
1481
1497
|
/**
|
|
1482
1498
|
* Main content of the component.
|
|
1483
1499
|
*/
|
|
@@ -1575,8 +1591,8 @@ interface NavbarContext {
|
|
|
1575
1591
|
declare const NavbarContext: React$1.Context<NavbarContext>;
|
|
1576
1592
|
declare const useNavbarCtx: () => NavbarContext;
|
|
1577
1593
|
|
|
1578
|
-
declare const NavbarItem: React$1.FC<Props$
|
|
1579
|
-
interface Props$
|
|
1594
|
+
declare const NavbarItem: React$1.FC<Props$2L>;
|
|
1595
|
+
interface Props$2L {
|
|
1580
1596
|
/**
|
|
1581
1597
|
* Applies active styling.
|
|
1582
1598
|
*/
|
|
@@ -1643,8 +1659,8 @@ interface Props$2K {
|
|
|
1643
1659
|
onDelete?: () => void;
|
|
1644
1660
|
}
|
|
1645
1661
|
|
|
1646
|
-
declare const NavbarItemContainer: React$1.FC<Props$
|
|
1647
|
-
interface Props$
|
|
1662
|
+
declare const NavbarItemContainer: React$1.FC<Props$2K>;
|
|
1663
|
+
interface Props$2K {
|
|
1648
1664
|
/**
|
|
1649
1665
|
* Marks container as active.
|
|
1650
1666
|
*/
|
|
@@ -1655,8 +1671,8 @@ interface Props$2J {
|
|
|
1655
1671
|
children: React$1.ReactNode;
|
|
1656
1672
|
}
|
|
1657
1673
|
|
|
1658
|
-
declare const NavbarItemContent: React$1.FC<Props$
|
|
1659
|
-
interface Props$
|
|
1674
|
+
declare const NavbarItemContent: React$1.FC<Props$2J>;
|
|
1675
|
+
interface Props$2J {
|
|
1660
1676
|
/**
|
|
1661
1677
|
* Adds enter / exit animation.
|
|
1662
1678
|
*/
|
|
@@ -1675,8 +1691,8 @@ interface Props$2I {
|
|
|
1675
1691
|
hidden?: boolean;
|
|
1676
1692
|
}
|
|
1677
1693
|
|
|
1678
|
-
declare const NavbarItemLabel: React$1.FC<Props$
|
|
1679
|
-
interface Props$
|
|
1694
|
+
declare const NavbarItemLabel: React$1.FC<Props$2I>;
|
|
1695
|
+
interface Props$2I {
|
|
1680
1696
|
/**
|
|
1681
1697
|
* Toggles icon animation if parent item is hovered.
|
|
1682
1698
|
*/
|
|
@@ -1688,11 +1704,11 @@ interface Props$2H {
|
|
|
1688
1704
|
/**
|
|
1689
1705
|
* Displayed icon.
|
|
1690
1706
|
*/
|
|
1691
|
-
icon?: React$1.ReactElement<Props$
|
|
1707
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
1692
1708
|
}
|
|
1693
1709
|
|
|
1694
|
-
declare const NavbarItemsGroup: React$1.FC<Props$
|
|
1695
|
-
interface Props$
|
|
1710
|
+
declare const NavbarItemsGroup: React$1.FC<Props$2H>;
|
|
1711
|
+
interface Props$2H {
|
|
1696
1712
|
/**
|
|
1697
1713
|
* Animates group on collapse.
|
|
1698
1714
|
*/
|
|
@@ -1711,8 +1727,8 @@ interface Props$2G {
|
|
|
1711
1727
|
level?: number;
|
|
1712
1728
|
}
|
|
1713
1729
|
|
|
1714
|
-
declare const NavbarLink: React$1.FC<Props$
|
|
1715
|
-
interface Props$
|
|
1730
|
+
declare const NavbarLink: React$1.FC<Props$2G>;
|
|
1731
|
+
interface Props$2G {
|
|
1716
1732
|
/**
|
|
1717
1733
|
* Renders link content.
|
|
1718
1734
|
*/
|
|
@@ -1725,8 +1741,8 @@ interface Props$2F {
|
|
|
1725
1741
|
href?: string;
|
|
1726
1742
|
}
|
|
1727
1743
|
|
|
1728
|
-
declare const NavbarScrollableContent: React$1.FC<Props$
|
|
1729
|
-
interface Props$
|
|
1744
|
+
declare const NavbarScrollableContent: React$1.FC<Props$2F>;
|
|
1745
|
+
interface Props$2F {
|
|
1730
1746
|
/**
|
|
1731
1747
|
* Main content of the component.
|
|
1732
1748
|
*/
|
|
@@ -1735,8 +1751,8 @@ interface Props$2E {
|
|
|
1735
1751
|
|
|
1736
1752
|
declare const NavbarSeparator: React$1.FC;
|
|
1737
1753
|
|
|
1738
|
-
declare const NavbarToggleButton: React$1.FC<Props$
|
|
1739
|
-
interface Props$
|
|
1754
|
+
declare const NavbarToggleButton: React$1.FC<Props$2E>;
|
|
1755
|
+
interface Props$2E {
|
|
1740
1756
|
/**
|
|
1741
1757
|
* Label shown when navbar will collapse.
|
|
1742
1758
|
*/
|
|
@@ -1751,8 +1767,8 @@ interface Props$2D {
|
|
|
1751
1767
|
openLabel?: string;
|
|
1752
1768
|
}
|
|
1753
1769
|
|
|
1754
|
-
declare const Navbar: React$1.FC<Props$
|
|
1755
|
-
interface Props$
|
|
1770
|
+
declare const Navbar: React$1.FC<Props$2D>;
|
|
1771
|
+
interface Props$2D {
|
|
1756
1772
|
/**
|
|
1757
1773
|
* Labels navigation element.
|
|
1758
1774
|
*/
|
|
@@ -1771,8 +1787,8 @@ interface Props$2C {
|
|
|
1771
1787
|
onActiveItemFocus?: () => void;
|
|
1772
1788
|
}
|
|
1773
1789
|
|
|
1774
|
-
declare const Modal: React$1.FC<Props$
|
|
1775
|
-
interface Props$
|
|
1790
|
+
declare const Modal: React$1.FC<Props$2C>;
|
|
1791
|
+
interface Props$2C {
|
|
1776
1792
|
/**
|
|
1777
1793
|
* Optional children.
|
|
1778
1794
|
*/
|
|
@@ -1795,16 +1811,16 @@ interface Props$2B {
|
|
|
1795
1811
|
variant?: 'transparent' | 'semi-transparent';
|
|
1796
1812
|
}
|
|
1797
1813
|
|
|
1798
|
-
declare const PanelActions: React$1.FC<Props$
|
|
1799
|
-
interface Props$
|
|
1814
|
+
declare const PanelActions: React$1.FC<Props$2B>;
|
|
1815
|
+
interface Props$2B {
|
|
1800
1816
|
/**
|
|
1801
1817
|
* Main content of the component.
|
|
1802
1818
|
*/
|
|
1803
1819
|
children?: React$1.ReactNode;
|
|
1804
1820
|
}
|
|
1805
1821
|
|
|
1806
|
-
declare const PanelCheckbox: React$1.FC<Props$
|
|
1807
|
-
interface Props$
|
|
1822
|
+
declare const PanelCheckbox: React$1.FC<Props$2A>;
|
|
1823
|
+
interface Props$2A {
|
|
1808
1824
|
/**
|
|
1809
1825
|
* Sets current input's value.
|
|
1810
1826
|
*/
|
|
@@ -1823,16 +1839,16 @@ interface Props$2z {
|
|
|
1823
1839
|
description?: React$1.ReactNode;
|
|
1824
1840
|
}
|
|
1825
1841
|
|
|
1826
|
-
declare const PanelColumn: React$1.FC<Props$
|
|
1827
|
-
interface Props$
|
|
1842
|
+
declare const PanelColumn: React$1.FC<Props$2z>;
|
|
1843
|
+
interface Props$2z {
|
|
1828
1844
|
/**
|
|
1829
1845
|
* Main content of the component.
|
|
1830
1846
|
*/
|
|
1831
1847
|
children: React$1.ReactNode;
|
|
1832
1848
|
}
|
|
1833
1849
|
|
|
1834
|
-
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$
|
|
1835
|
-
interface Props$
|
|
1850
|
+
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$2y & React$1.RefAttributes<HTMLDivElement>>;
|
|
1851
|
+
interface Props$2y {
|
|
1836
1852
|
/**
|
|
1837
1853
|
* Main content of the component.
|
|
1838
1854
|
*/
|
|
@@ -1851,8 +1867,8 @@ interface Props$2x {
|
|
|
1851
1867
|
header?: string;
|
|
1852
1868
|
}
|
|
1853
1869
|
|
|
1854
|
-
declare const PanelContentProp: React$1.FC<Props$
|
|
1855
|
-
interface Props$
|
|
1870
|
+
declare const PanelContentProp: React$1.FC<Props$2x>;
|
|
1871
|
+
interface Props$2x {
|
|
1856
1872
|
/**
|
|
1857
1873
|
* Property label.
|
|
1858
1874
|
*/
|
|
@@ -1865,8 +1881,8 @@ interface Props$2w {
|
|
|
1865
1881
|
|
|
1866
1882
|
declare const PanelDragHandle: React$1.ForwardRefExoticComponent<React$1.RefAttributes<HTMLDivElement>>;
|
|
1867
1883
|
|
|
1868
|
-
declare const PanelList: React$1.FC<Props$
|
|
1869
|
-
interface Props$
|
|
1884
|
+
declare const PanelList: React$1.FC<Props$2w>;
|
|
1885
|
+
interface Props$2w {
|
|
1870
1886
|
/**
|
|
1871
1887
|
* Main content.
|
|
1872
1888
|
*/
|
|
@@ -1881,16 +1897,16 @@ interface Props$2v {
|
|
|
1881
1897
|
toolbarLoading?: boolean;
|
|
1882
1898
|
}
|
|
1883
1899
|
|
|
1884
|
-
declare const PanelListDivider: React$1.FC<Props$
|
|
1885
|
-
interface Props$
|
|
1900
|
+
declare const PanelListDivider: React$1.FC<Props$2v>;
|
|
1901
|
+
interface Props$2v {
|
|
1886
1902
|
/**
|
|
1887
1903
|
* Toggles component opacity.
|
|
1888
1904
|
*/
|
|
1889
1905
|
opaque?: boolean;
|
|
1890
1906
|
}
|
|
1891
1907
|
|
|
1892
|
-
declare const PanelSide: React$1.FC<Props$
|
|
1893
|
-
interface Props$
|
|
1908
|
+
declare const PanelSide: React$1.FC<Props$2u>;
|
|
1909
|
+
interface Props$2u {
|
|
1894
1910
|
/**
|
|
1895
1911
|
* Custom content rendered instead of icon.
|
|
1896
1912
|
*/
|
|
@@ -1912,8 +1928,8 @@ interface Props$2t {
|
|
|
1912
1928
|
verticalSpacing?: boolean;
|
|
1913
1929
|
}
|
|
1914
1930
|
|
|
1915
|
-
declare const PanelSkeleton: React$1.FC<Props$
|
|
1916
|
-
interface Props$
|
|
1931
|
+
declare const PanelSkeleton: React$1.FC<Props$2t>;
|
|
1932
|
+
interface Props$2t {
|
|
1917
1933
|
/**
|
|
1918
1934
|
* Number of loading blocks.
|
|
1919
1935
|
*/
|
|
@@ -1928,8 +1944,8 @@ interface Props$2s {
|
|
|
1928
1944
|
spacing?: boolean;
|
|
1929
1945
|
}
|
|
1930
1946
|
|
|
1931
|
-
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$
|
|
1932
|
-
interface Props$
|
|
1947
|
+
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$2s & React$1.RefAttributes<HTMLDivElement>>;
|
|
1948
|
+
interface Props$2s extends Omit<Props$2y, 'children'> {
|
|
1933
1949
|
/**
|
|
1934
1950
|
* Panel's title.
|
|
1935
1951
|
*/
|
|
@@ -1944,8 +1960,8 @@ interface Props$2r extends Omit<Props$2x, 'children'> {
|
|
|
1944
1960
|
tooltip?: string;
|
|
1945
1961
|
}
|
|
1946
1962
|
|
|
1947
|
-
declare const PanelDescriptionItem: React$1.FC<Props$
|
|
1948
|
-
interface Props$
|
|
1963
|
+
declare const PanelDescriptionItem: React$1.FC<Props$2r>;
|
|
1964
|
+
interface Props$2r {
|
|
1949
1965
|
/**
|
|
1950
1966
|
* Main components content.
|
|
1951
1967
|
*/
|
|
@@ -2031,8 +2047,8 @@ declare const useListDnd: (initItems: ListDndItem[]) => {
|
|
|
2031
2047
|
setDraggable: ListDndSetDraggable;
|
|
2032
2048
|
};
|
|
2033
2049
|
|
|
2034
|
-
declare const SortableDndListItem: React$1.FC<Props$
|
|
2035
|
-
interface Props$
|
|
2050
|
+
declare const SortableDndListItem: React$1.FC<Props$2q>;
|
|
2051
|
+
interface Props$2q {
|
|
2036
2052
|
/**
|
|
2037
2053
|
* Current item's index in a list.
|
|
2038
2054
|
*/
|
|
@@ -2074,8 +2090,8 @@ interface SortableDndListContextShape {
|
|
|
2074
2090
|
onDragEnd?: ListDndOnDragEnd;
|
|
2075
2091
|
}
|
|
2076
2092
|
|
|
2077
|
-
declare const SortableDndList: React$1.FC<Props$
|
|
2078
|
-
interface Props$
|
|
2093
|
+
declare const SortableDndList: React$1.FC<Props$2p>;
|
|
2094
|
+
interface Props$2p extends SortableDndListContextShape {
|
|
2079
2095
|
/**
|
|
2080
2096
|
* Main content of the component.
|
|
2081
2097
|
*/
|
|
@@ -2093,8 +2109,8 @@ interface PanelContextShape extends Partial<ListDndChildProps> {
|
|
|
2093
2109
|
edit?: boolean;
|
|
2094
2110
|
}
|
|
2095
2111
|
|
|
2096
|
-
declare const Panel: React$1.ForwardRefExoticComponent<Props$
|
|
2097
|
-
interface Props$
|
|
2112
|
+
declare const Panel: React$1.ForwardRefExoticComponent<Props$2o & React$1.RefAttributes<HTMLDivElement>>;
|
|
2113
|
+
interface Props$2o extends PanelContextShape {
|
|
2098
2114
|
/**
|
|
2099
2115
|
* Main content of the component.
|
|
2100
2116
|
*/
|
|
@@ -2113,8 +2129,8 @@ interface Props$2n extends PanelContextShape {
|
|
|
2113
2129
|
elevated?: boolean;
|
|
2114
2130
|
}
|
|
2115
2131
|
|
|
2116
|
-
declare const Pagination: React$1.FC<Props$
|
|
2117
|
-
interface Props$
|
|
2132
|
+
declare const Pagination: React$1.FC<Props$2n>;
|
|
2133
|
+
interface Props$2n {
|
|
2118
2134
|
/**
|
|
2119
2135
|
* Disables interaction with pagination.
|
|
2120
2136
|
*/
|
|
@@ -2157,24 +2173,24 @@ interface Props$2m {
|
|
|
2157
2173
|
prevPageLabel?: string;
|
|
2158
2174
|
}
|
|
2159
2175
|
|
|
2160
|
-
declare const Permissions: React$1.FC<Props$
|
|
2161
|
-
interface Props$
|
|
2176
|
+
declare const Permissions: React$1.FC<Props$2m>;
|
|
2177
|
+
interface Props$2m {
|
|
2162
2178
|
/**
|
|
2163
2179
|
* Main content of the component.
|
|
2164
2180
|
*/
|
|
2165
2181
|
children: React$1.ReactNode;
|
|
2166
2182
|
}
|
|
2167
2183
|
|
|
2168
|
-
declare const PermissionsPanel: ({ children }: Props$
|
|
2169
|
-
interface Props$
|
|
2184
|
+
declare const PermissionsPanel: ({ children }: Props$2l) => React$1.JSX.Element;
|
|
2185
|
+
interface Props$2l {
|
|
2170
2186
|
/**
|
|
2171
2187
|
* Main content of the component.
|
|
2172
2188
|
*/
|
|
2173
2189
|
children?: React$1.ReactNode;
|
|
2174
2190
|
}
|
|
2175
2191
|
|
|
2176
|
-
declare const PermissionsTitle: React$1.FC<Props$
|
|
2177
|
-
interface Props$
|
|
2192
|
+
declare const PermissionsTitle: React$1.FC<Props$2k>;
|
|
2193
|
+
interface Props$2k {
|
|
2178
2194
|
/**
|
|
2179
2195
|
* Flag to enable select all mode.
|
|
2180
2196
|
*/
|
|
@@ -2199,24 +2215,24 @@ interface Props$2j {
|
|
|
2199
2215
|
onSelectAll?: (checked: boolean) => void;
|
|
2200
2216
|
}
|
|
2201
2217
|
|
|
2202
|
-
declare const PermissionsContent: ({ children }: Props$
|
|
2203
|
-
interface Props$
|
|
2218
|
+
declare const PermissionsContent: ({ children }: Props$2j) => React$1.JSX.Element;
|
|
2219
|
+
interface Props$2j {
|
|
2204
2220
|
/**
|
|
2205
2221
|
* Main content of the component.
|
|
2206
2222
|
*/
|
|
2207
2223
|
children: React$1.ReactNode;
|
|
2208
2224
|
}
|
|
2209
2225
|
|
|
2210
|
-
declare const PermissionsForm: ({ children }: Props$
|
|
2211
|
-
interface Props$
|
|
2226
|
+
declare const PermissionsForm: ({ children }: Props$2i) => React$1.JSX.Element;
|
|
2227
|
+
interface Props$2i {
|
|
2212
2228
|
/**
|
|
2213
2229
|
* Main content of the component.
|
|
2214
2230
|
*/
|
|
2215
2231
|
children: React$1.ReactNode;
|
|
2216
2232
|
}
|
|
2217
2233
|
|
|
2218
|
-
declare const PermissionsFormGroup: ({ children, title, isCompact }: Props$
|
|
2219
|
-
interface Props$
|
|
2234
|
+
declare const PermissionsFormGroup: ({ children, title, isCompact }: Props$2h) => React$1.JSX.Element;
|
|
2235
|
+
interface Props$2h {
|
|
2220
2236
|
/**
|
|
2221
2237
|
* Title of the form group.
|
|
2222
2238
|
*/
|
|
@@ -2231,8 +2247,8 @@ interface Props$2g {
|
|
|
2231
2247
|
isCompact?: boolean;
|
|
2232
2248
|
}
|
|
2233
2249
|
|
|
2234
|
-
declare const PermissionsFormInput: ({ checked, label, tooltip, onChange }: Props$
|
|
2235
|
-
interface Props$
|
|
2250
|
+
declare const PermissionsFormInput: ({ checked, label, tooltip, onChange }: Props$2g) => React$1.JSX.Element;
|
|
2251
|
+
interface Props$2g {
|
|
2236
2252
|
/**
|
|
2237
2253
|
* Flag to indicate if the input is checked.
|
|
2238
2254
|
*/
|
|
@@ -2253,16 +2269,16 @@ interface Props$2f {
|
|
|
2253
2269
|
onChange: (checked: boolean) => void;
|
|
2254
2270
|
}
|
|
2255
2271
|
|
|
2256
|
-
declare const PermissionsActions: ({ children }: Props$
|
|
2257
|
-
interface Props$
|
|
2272
|
+
declare const PermissionsActions: ({ children }: Props$2f) => React$1.JSX.Element;
|
|
2273
|
+
interface Props$2f {
|
|
2258
2274
|
/**
|
|
2259
2275
|
* Main content of the component.
|
|
2260
2276
|
*/
|
|
2261
2277
|
children?: React$1.ReactNode;
|
|
2262
2278
|
}
|
|
2263
2279
|
|
|
2264
|
-
declare const PermissionsScopeHeader: React$1.FC<Props$
|
|
2265
|
-
interface Props$
|
|
2280
|
+
declare const PermissionsScopeHeader: React$1.FC<Props$2e>;
|
|
2281
|
+
interface Props$2e {
|
|
2266
2282
|
/**
|
|
2267
2283
|
* Description label to display.
|
|
2268
2284
|
*/
|
|
@@ -2273,8 +2289,8 @@ interface Props$2d {
|
|
|
2273
2289
|
children: React$1.ReactNode;
|
|
2274
2290
|
}
|
|
2275
2291
|
|
|
2276
|
-
declare const PermissionsScopeList: React$1.FC<Props$
|
|
2277
|
-
interface Props$
|
|
2292
|
+
declare const PermissionsScopeList: React$1.FC<Props$2d>;
|
|
2293
|
+
interface Props$2d {
|
|
2278
2294
|
/**
|
|
2279
2295
|
* Description label to display.
|
|
2280
2296
|
*/
|
|
@@ -2285,8 +2301,8 @@ interface Props$2c {
|
|
|
2285
2301
|
children: React$1.ReactNode;
|
|
2286
2302
|
}
|
|
2287
2303
|
|
|
2288
|
-
declare const PermissionTag: ({ active, children }: Props$
|
|
2289
|
-
interface Props$
|
|
2304
|
+
declare const PermissionTag: ({ active, children }: Props$2c) => React$1.JSX.Element;
|
|
2305
|
+
interface Props$2c {
|
|
2290
2306
|
/**
|
|
2291
2307
|
* Toggles active state of the component.
|
|
2292
2308
|
*/
|
|
@@ -2302,8 +2318,8 @@ type PermissionMap = {
|
|
|
2302
2318
|
[key in PermissionName]: boolean;
|
|
2303
2319
|
};
|
|
2304
2320
|
|
|
2305
|
-
declare const PermissionsManagementPanelHeader: React$1.FC<Props$
|
|
2306
|
-
interface Props$
|
|
2321
|
+
declare const PermissionsManagementPanelHeader: React$1.FC<Props$2b>;
|
|
2322
|
+
interface Props$2b {
|
|
2307
2323
|
/**
|
|
2308
2324
|
* Title to display.
|
|
2309
2325
|
*/
|
|
@@ -2322,8 +2338,8 @@ interface Props$2a {
|
|
|
2322
2338
|
onClose: () => void;
|
|
2323
2339
|
}
|
|
2324
2340
|
|
|
2325
|
-
declare const PermissionsManagementPanelRulesHeader: React$1.FC<Props$
|
|
2326
|
-
interface Props$
|
|
2341
|
+
declare const PermissionsManagementPanelRulesHeader: React$1.FC<Props$2a>;
|
|
2342
|
+
interface Props$2a {
|
|
2327
2343
|
/**
|
|
2328
2344
|
* Title to display.
|
|
2329
2345
|
*/
|
|
@@ -2334,16 +2350,16 @@ interface Props$29 {
|
|
|
2334
2350
|
children: React$1.ReactNode;
|
|
2335
2351
|
}
|
|
2336
2352
|
|
|
2337
|
-
declare const PermissionsManagementPanel: React$1.FC<Props$
|
|
2338
|
-
interface Props$
|
|
2353
|
+
declare const PermissionsManagementPanel: React$1.FC<Props$29>;
|
|
2354
|
+
interface Props$29 {
|
|
2339
2355
|
/**
|
|
2340
2356
|
* Main content of the component.
|
|
2341
2357
|
*/
|
|
2342
2358
|
children: React$1.ReactNode;
|
|
2343
2359
|
}
|
|
2344
2360
|
|
|
2345
|
-
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$
|
|
2346
|
-
interface Props$
|
|
2361
|
+
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$28 & React$1.RefAttributes<HTMLDivElement>>;
|
|
2362
|
+
interface Props$28 {
|
|
2347
2363
|
/**
|
|
2348
2364
|
* Additional info rendered close to a title.
|
|
2349
2365
|
*/
|
|
@@ -2386,8 +2402,8 @@ interface Props$27 {
|
|
|
2386
2402
|
navigationLabel?: string;
|
|
2387
2403
|
}
|
|
2388
2404
|
|
|
2389
|
-
declare const PropertiesTableRow: React$1.FC<Props$
|
|
2390
|
-
interface Props$
|
|
2405
|
+
declare const PropertiesTableRow: React$1.FC<Props$27>;
|
|
2406
|
+
interface Props$27 {
|
|
2391
2407
|
/**
|
|
2392
2408
|
* Item's label.
|
|
2393
2409
|
*/
|
|
@@ -2398,16 +2414,16 @@ interface Props$26 {
|
|
|
2398
2414
|
value: React$1.ReactNode;
|
|
2399
2415
|
}
|
|
2400
2416
|
|
|
2401
|
-
declare const PropertiesTable: React$1.FC<Props$
|
|
2402
|
-
interface Props$
|
|
2417
|
+
declare const PropertiesTable: React$1.FC<Props$26>;
|
|
2418
|
+
interface Props$26 {
|
|
2403
2419
|
/**
|
|
2404
2420
|
* Main content of the component.
|
|
2405
2421
|
*/
|
|
2406
2422
|
children: React$1.ReactNode;
|
|
2407
2423
|
}
|
|
2408
2424
|
|
|
2409
|
-
declare const ResponsiveImageFit: React$1.FC<Props$
|
|
2410
|
-
interface Props$
|
|
2425
|
+
declare const ResponsiveImageFit: React$1.FC<Props$25>;
|
|
2426
|
+
interface Props$25 {
|
|
2411
2427
|
/**
|
|
2412
2428
|
* Image alt text.
|
|
2413
2429
|
*/
|
|
@@ -2446,8 +2462,8 @@ interface Props$24 {
|
|
|
2446
2462
|
sizes?: number;
|
|
2447
2463
|
}
|
|
2448
2464
|
|
|
2449
|
-
declare const ResponsiveImageFallback: React$1.FC<Props$
|
|
2450
|
-
interface Props$
|
|
2465
|
+
declare const ResponsiveImageFallback: React$1.FC<Props$24>;
|
|
2466
|
+
interface Props$24 {
|
|
2451
2467
|
/**
|
|
2452
2468
|
* Indicates if cover is allowed for the image.
|
|
2453
2469
|
*/
|
|
@@ -2474,8 +2490,8 @@ interface Props$23 {
|
|
|
2474
2490
|
showFallback?: boolean;
|
|
2475
2491
|
}
|
|
2476
2492
|
|
|
2477
|
-
declare const ResponsiveImageScalable: React$1.FC<Props$
|
|
2478
|
-
interface Props$
|
|
2493
|
+
declare const ResponsiveImageScalable: React$1.FC<Props$23>;
|
|
2494
|
+
interface Props$23 {
|
|
2479
2495
|
/**
|
|
2480
2496
|
* Image alt text.
|
|
2481
2497
|
*/
|
|
@@ -2524,8 +2540,8 @@ interface Props$22 {
|
|
|
2524
2540
|
|
|
2525
2541
|
declare const ResponsiveImageSkeleton: React$1.FC;
|
|
2526
2542
|
|
|
2527
|
-
declare const ResponsiveImage: React$1.FC<Props$
|
|
2528
|
-
interface Props$
|
|
2543
|
+
declare const ResponsiveImage: React$1.FC<Props$22>;
|
|
2544
|
+
interface Props$22 {
|
|
2529
2545
|
/**
|
|
2530
2546
|
* List of available breakpoints.
|
|
2531
2547
|
*/
|
|
@@ -2548,8 +2564,8 @@ interface Props$21 {
|
|
|
2548
2564
|
loader?: React$1.ReactNode;
|
|
2549
2565
|
}
|
|
2550
2566
|
|
|
2551
|
-
declare const Skeleton: React$1.FC<Props$
|
|
2552
|
-
interface Props$
|
|
2567
|
+
declare const Skeleton: React$1.FC<Props$21>;
|
|
2568
|
+
interface Props$21 {
|
|
2553
2569
|
/**
|
|
2554
2570
|
* Optional class name. It overrides class responsible for background color.
|
|
2555
2571
|
*/
|
|
@@ -2564,8 +2580,8 @@ interface Props$20 {
|
|
|
2564
2580
|
width?: string;
|
|
2565
2581
|
}
|
|
2566
2582
|
|
|
2567
|
-
declare const SortButton: React$1.FC<Props$
|
|
2568
|
-
interface Props$
|
|
2583
|
+
declare const SortButton: React$1.FC<Props$20>;
|
|
2584
|
+
interface Props$20 {
|
|
2569
2585
|
/**
|
|
2570
2586
|
* Button's aria label.
|
|
2571
2587
|
*/
|
|
@@ -2584,8 +2600,8 @@ interface Props$1$ {
|
|
|
2584
2600
|
onClick?: () => void;
|
|
2585
2601
|
}
|
|
2586
2602
|
|
|
2587
|
-
declare const SwitchView: React$1.FC<Props$
|
|
2588
|
-
interface Props$
|
|
2603
|
+
declare const SwitchView: React$1.FC<Props$1$>;
|
|
2604
|
+
interface Props$1$ {
|
|
2589
2605
|
/**
|
|
2590
2606
|
* Main content of the component.
|
|
2591
2607
|
*/
|
|
@@ -2596,8 +2612,8 @@ interface Props$1_ {
|
|
|
2596
2612
|
id?: string | string[];
|
|
2597
2613
|
}
|
|
2598
2614
|
|
|
2599
|
-
declare const Switch: React$1.FC<Props$
|
|
2600
|
-
interface Props$
|
|
2615
|
+
declare const Switch: React$1.FC<Props$1_>;
|
|
2616
|
+
interface Props$1_ {
|
|
2601
2617
|
/**
|
|
2602
2618
|
* Main content of the component.
|
|
2603
2619
|
*/
|
|
@@ -2608,8 +2624,8 @@ interface Props$1Z {
|
|
|
2608
2624
|
match?: string;
|
|
2609
2625
|
}
|
|
2610
2626
|
|
|
2611
|
-
declare const SwitchInput: React$1.FC<Props$
|
|
2612
|
-
interface Props$
|
|
2627
|
+
declare const SwitchInput: React$1.FC<Props$1Z>;
|
|
2628
|
+
interface Props$1Z {
|
|
2613
2629
|
/**
|
|
2614
2630
|
* Sets current input's value.
|
|
2615
2631
|
*/
|
|
@@ -2628,8 +2644,8 @@ interface Props$1Y {
|
|
|
2628
2644
|
onChange: (checked: boolean) => void;
|
|
2629
2645
|
}
|
|
2630
2646
|
|
|
2631
|
-
declare const TagList: React$1.FC<Props$
|
|
2632
|
-
interface Props$
|
|
2647
|
+
declare const TagList: React$1.FC<Props$1Y>;
|
|
2648
|
+
interface Props$1Y {
|
|
2633
2649
|
/**
|
|
2634
2650
|
* Main content of the component.
|
|
2635
2651
|
*/
|
|
@@ -2640,8 +2656,8 @@ interface Props$1X {
|
|
|
2640
2656
|
className?: string;
|
|
2641
2657
|
}
|
|
2642
2658
|
|
|
2643
|
-
declare const TagLabel: React$1.FC<Props$
|
|
2644
|
-
interface Props$
|
|
2659
|
+
declare const TagLabel: React$1.FC<Props$1X>;
|
|
2660
|
+
interface Props$1X {
|
|
2645
2661
|
/**
|
|
2646
2662
|
* Emphasizes tag content.
|
|
2647
2663
|
*/
|
|
@@ -2652,8 +2668,8 @@ interface Props$1W {
|
|
|
2652
2668
|
children: React$1.ReactNode;
|
|
2653
2669
|
}
|
|
2654
2670
|
|
|
2655
|
-
declare const Tag: React$1.ForwardRefExoticComponent<Props$
|
|
2656
|
-
interface Props$
|
|
2671
|
+
declare const Tag: React$1.ForwardRefExoticComponent<Props$1W & React$1.RefAttributes<HTMLDivElement>>;
|
|
2672
|
+
interface Props$1W {
|
|
2657
2673
|
/**
|
|
2658
2674
|
* Sets component's children.
|
|
2659
2675
|
*/
|
|
@@ -2684,8 +2700,8 @@ interface Props$1V {
|
|
|
2684
2700
|
removeLabel?: string;
|
|
2685
2701
|
}
|
|
2686
2702
|
|
|
2687
|
-
declare const TagInput: React$1.FC<Props$
|
|
2688
|
-
interface Props$
|
|
2703
|
+
declare const TagInput: React$1.FC<Props$1V>;
|
|
2704
|
+
interface Props$1V {
|
|
2689
2705
|
/**
|
|
2690
2706
|
* Input's class name.
|
|
2691
2707
|
*/
|
|
@@ -2737,8 +2753,8 @@ interface Props$1U {
|
|
|
2737
2753
|
disabled?: boolean;
|
|
2738
2754
|
}
|
|
2739
2755
|
|
|
2740
|
-
declare const Tab: React$1.FC<Props$
|
|
2741
|
-
interface Props$
|
|
2756
|
+
declare const Tab: React$1.FC<Props$1U>;
|
|
2757
|
+
interface Props$1U {
|
|
2742
2758
|
/**
|
|
2743
2759
|
* Main content.
|
|
2744
2760
|
*/
|
|
@@ -2757,8 +2773,8 @@ interface Props$1T {
|
|
|
2757
2773
|
panelId: string;
|
|
2758
2774
|
}
|
|
2759
2775
|
|
|
2760
|
-
declare const TabPanel: React$1.FC<Props$
|
|
2761
|
-
interface Props$
|
|
2776
|
+
declare const TabPanel: React$1.FC<Props$1T>;
|
|
2777
|
+
interface Props$1T {
|
|
2762
2778
|
/**
|
|
2763
2779
|
* Main content of the component.
|
|
2764
2780
|
*/
|
|
@@ -2773,8 +2789,8 @@ interface Props$1S {
|
|
|
2773
2789
|
id: string;
|
|
2774
2790
|
}
|
|
2775
2791
|
|
|
2776
|
-
declare const Tabs: React$1.FC<Props$
|
|
2777
|
-
interface Props$
|
|
2792
|
+
declare const Tabs: React$1.FC<Props$1S>;
|
|
2793
|
+
interface Props$1S {
|
|
2778
2794
|
/**
|
|
2779
2795
|
* Currently selected tab.
|
|
2780
2796
|
*/
|
|
@@ -2789,8 +2805,8 @@ interface Props$1R {
|
|
|
2789
2805
|
onSelect?: (id: string) => void;
|
|
2790
2806
|
}
|
|
2791
2807
|
|
|
2792
|
-
declare const Tooltip: React$1.FC<Props$
|
|
2793
|
-
interface Props$
|
|
2808
|
+
declare const Tooltip: React$1.FC<Props$1R>;
|
|
2809
|
+
interface Props$1R {
|
|
2794
2810
|
/**
|
|
2795
2811
|
* Main content of the component.
|
|
2796
2812
|
* It must be a single child that accepts `ref`.
|
|
@@ -2816,8 +2832,8 @@ interface Props$1Q {
|
|
|
2816
2832
|
wrap?: boolean;
|
|
2817
2833
|
}
|
|
2818
2834
|
|
|
2819
|
-
declare const TopbarAction: React$1.FC<Props$
|
|
2820
|
-
interface Props$
|
|
2835
|
+
declare const TopbarAction: React$1.FC<Props$1Q>;
|
|
2836
|
+
interface Props$1Q {
|
|
2821
2837
|
/**
|
|
2822
2838
|
* Applies active styling.
|
|
2823
2839
|
*/
|
|
@@ -2848,8 +2864,8 @@ interface Props$1P {
|
|
|
2848
2864
|
onClick?: () => void;
|
|
2849
2865
|
}
|
|
2850
2866
|
|
|
2851
|
-
declare const Topbar: React$1.FC<Props$
|
|
2852
|
-
interface Props$
|
|
2867
|
+
declare const Topbar: React$1.FC<Props$1P>;
|
|
2868
|
+
interface Props$1P {
|
|
2853
2869
|
/**
|
|
2854
2870
|
* Main content of the component.
|
|
2855
2871
|
*/
|
|
@@ -4014,8 +4030,8 @@ declare namespace validators_d {
|
|
|
4014
4030
|
};
|
|
4015
4031
|
}
|
|
4016
4032
|
|
|
4017
|
-
declare const ViewDialog: React$1.FC<Props$
|
|
4018
|
-
interface Props$
|
|
4033
|
+
declare const ViewDialog: React$1.FC<Props$1O>;
|
|
4034
|
+
interface Props$1O {
|
|
4019
4035
|
/**
|
|
4020
4036
|
* Main content of the component.
|
|
4021
4037
|
*/
|
|
@@ -4078,8 +4094,8 @@ interface Props$1N {
|
|
|
4078
4094
|
label?: string;
|
|
4079
4095
|
}
|
|
4080
4096
|
|
|
4081
|
-
declare const UIProvider: React$1.FC<Props$
|
|
4082
|
-
interface Props$
|
|
4097
|
+
declare const UIProvider: React$1.FC<Props$1N>;
|
|
4098
|
+
interface Props$1N {
|
|
4083
4099
|
/**
|
|
4084
4100
|
* Main content.
|
|
4085
4101
|
*/
|
|
@@ -4107,7 +4123,7 @@ interface Props$1M {
|
|
|
4107
4123
|
/**
|
|
4108
4124
|
* Dialog mode options.
|
|
4109
4125
|
*/
|
|
4110
|
-
dialog?: Omit<Props$
|
|
4126
|
+
dialog?: Omit<Props$1O, 'children'>;
|
|
4111
4127
|
/**
|
|
4112
4128
|
* Name of selected theme.
|
|
4113
4129
|
*/
|
|
@@ -4126,16 +4142,16 @@ interface Props$1M {
|
|
|
4126
4142
|
choosableFileExtensions?: string[];
|
|
4127
4143
|
}
|
|
4128
4144
|
|
|
4129
|
-
declare const View: React$1.FC<Props$
|
|
4130
|
-
interface Props$
|
|
4145
|
+
declare const View: React$1.FC<Props$1M>;
|
|
4146
|
+
interface Props$1M {
|
|
4131
4147
|
/**
|
|
4132
4148
|
* Sets component's children.
|
|
4133
4149
|
*/
|
|
4134
4150
|
children?: React$1.ReactNode;
|
|
4135
4151
|
}
|
|
4136
4152
|
|
|
4137
|
-
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$
|
|
4138
|
-
interface Props$
|
|
4153
|
+
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$1L & React$1.RefAttributes<HTMLDivElement>>;
|
|
4154
|
+
interface Props$1L {
|
|
4139
4155
|
/**
|
|
4140
4156
|
* Sets component's children.
|
|
4141
4157
|
*/
|
|
@@ -4158,8 +4174,8 @@ interface Props$1K {
|
|
|
4158
4174
|
spacing?: 'xl';
|
|
4159
4175
|
}
|
|
4160
4176
|
|
|
4161
|
-
declare const ViewContentBar: React$1.FC<Props$
|
|
4162
|
-
interface Props$
|
|
4177
|
+
declare const ViewContentBar: React$1.FC<Props$1K>;
|
|
4178
|
+
interface Props$1K {
|
|
4163
4179
|
/**
|
|
4164
4180
|
* Sets component's children.
|
|
4165
4181
|
*/
|
|
@@ -4170,48 +4186,48 @@ interface Props$1J {
|
|
|
4170
4186
|
justify?: 'start' | 'end';
|
|
4171
4187
|
}
|
|
4172
4188
|
|
|
4173
|
-
declare const ViewContentWrapper: React$1.FC<Props$
|
|
4174
|
-
interface Props$
|
|
4189
|
+
declare const ViewContentWrapper: React$1.FC<Props$1J>;
|
|
4190
|
+
interface Props$1J {
|
|
4175
4191
|
/**
|
|
4176
4192
|
* Sets component's children.
|
|
4177
4193
|
*/
|
|
4178
4194
|
children?: React$1.ReactNode;
|
|
4179
4195
|
}
|
|
4180
4196
|
|
|
4181
|
-
declare const ViewFooter: React$1.FC<Props$
|
|
4182
|
-
interface Props$
|
|
4197
|
+
declare const ViewFooter: React$1.FC<Props$1I>;
|
|
4198
|
+
interface Props$1I {
|
|
4183
4199
|
/**
|
|
4184
4200
|
* Sets component's children.
|
|
4185
4201
|
*/
|
|
4186
4202
|
children?: React$1.ReactNode;
|
|
4187
4203
|
}
|
|
4188
4204
|
|
|
4189
|
-
declare const ViewHeader: React$1.FC<Props$
|
|
4190
|
-
interface Props$
|
|
4205
|
+
declare const ViewHeader: React$1.FC<Props$1H>;
|
|
4206
|
+
interface Props$1H {
|
|
4191
4207
|
/**
|
|
4192
4208
|
* Sets component's children.
|
|
4193
4209
|
*/
|
|
4194
4210
|
children?: React$1.ReactNode;
|
|
4195
4211
|
}
|
|
4196
4212
|
|
|
4197
|
-
declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$
|
|
4198
|
-
interface Props$
|
|
4213
|
+
declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$1G & React$1.RefAttributes<HTMLDivElement>>;
|
|
4214
|
+
interface Props$1G {
|
|
4199
4215
|
/**
|
|
4200
4216
|
* Sets component's children.
|
|
4201
4217
|
*/
|
|
4202
4218
|
children: React$1.ReactNode;
|
|
4203
4219
|
}
|
|
4204
4220
|
|
|
4205
|
-
declare const ViewSideContent: React$1.FC<Props$
|
|
4206
|
-
interface Props$
|
|
4221
|
+
declare const ViewSideContent: React$1.FC<Props$1F>;
|
|
4222
|
+
interface Props$1F {
|
|
4207
4223
|
/**
|
|
4208
4224
|
* Sets component's children.
|
|
4209
4225
|
*/
|
|
4210
4226
|
children?: React$1.ReactNode;
|
|
4211
4227
|
}
|
|
4212
4228
|
|
|
4213
|
-
declare const ViewWrapper: React$1.FC<Props$
|
|
4214
|
-
interface Props$
|
|
4229
|
+
declare const ViewWrapper: React$1.FC<Props$1E>;
|
|
4230
|
+
interface Props$1E {
|
|
4215
4231
|
/**
|
|
4216
4232
|
* Main content of the component.
|
|
4217
4233
|
*/
|
|
@@ -4222,8 +4238,8 @@ interface Props$1D {
|
|
|
4222
4238
|
navbar?: React$1.ReactNode;
|
|
4223
4239
|
}
|
|
4224
4240
|
|
|
4225
|
-
declare const RangeSlider: React$1.FC<Props$
|
|
4226
|
-
type Props$
|
|
4241
|
+
declare const RangeSlider: React$1.FC<Props$1D>;
|
|
4242
|
+
type Props$1D = {
|
|
4227
4243
|
/**
|
|
4228
4244
|
* Slider value.
|
|
4229
4245
|
*/
|
|
@@ -4256,8 +4272,8 @@ type Props$1C = {
|
|
|
4256
4272
|
showLabels?: boolean;
|
|
4257
4273
|
};
|
|
4258
4274
|
|
|
4259
|
-
declare const FormFeedback: React$1.FC<Props$
|
|
4260
|
-
type Props$
|
|
4275
|
+
declare const FormFeedback: React$1.FC<Props$1C>;
|
|
4276
|
+
type Props$1C = {
|
|
4261
4277
|
/**
|
|
4262
4278
|
* Main content of the component.
|
|
4263
4279
|
*/
|
|
@@ -4272,8 +4288,8 @@ type Props$1B = {
|
|
|
4272
4288
|
warning?: boolean;
|
|
4273
4289
|
};
|
|
4274
4290
|
|
|
4275
|
-
declare const FormGroup: React$1.FC<Props$
|
|
4276
|
-
interface Props$
|
|
4291
|
+
declare const FormGroup: React$1.FC<Props$1B>;
|
|
4292
|
+
interface Props$1B {
|
|
4277
4293
|
/**
|
|
4278
4294
|
* Main content of the component.
|
|
4279
4295
|
*/
|
|
@@ -4284,24 +4300,24 @@ interface Props$1A {
|
|
|
4284
4300
|
halfWidth?: boolean;
|
|
4285
4301
|
}
|
|
4286
4302
|
|
|
4287
|
-
declare const FormGroupColumn: React$1.FC<Props$
|
|
4288
|
-
interface Props$
|
|
4303
|
+
declare const FormGroupColumn: React$1.FC<Props$1A>;
|
|
4304
|
+
interface Props$1A {
|
|
4289
4305
|
/**
|
|
4290
4306
|
* Main content of the component.
|
|
4291
4307
|
*/
|
|
4292
4308
|
children: React$1.ReactNode;
|
|
4293
4309
|
}
|
|
4294
4310
|
|
|
4295
|
-
declare const FormGroupInfo: React$1.FC<Props$
|
|
4296
|
-
interface Props$
|
|
4311
|
+
declare const FormGroupInfo: React$1.FC<Props$1z>;
|
|
4312
|
+
interface Props$1z {
|
|
4297
4313
|
/**
|
|
4298
4314
|
* Main content of the component.
|
|
4299
4315
|
*/
|
|
4300
4316
|
children: React$1.ReactNode;
|
|
4301
4317
|
}
|
|
4302
4318
|
|
|
4303
|
-
declare const FormInputLabel: React$1.FC<Props$
|
|
4304
|
-
type Props$
|
|
4319
|
+
declare const FormInputLabel: React$1.FC<Props$1y>;
|
|
4320
|
+
type Props$1y = {
|
|
4305
4321
|
/**
|
|
4306
4322
|
* Main content of the component.
|
|
4307
4323
|
*/
|
|
@@ -4314,10 +4330,14 @@ type Props$1x = {
|
|
|
4314
4330
|
* Input id.
|
|
4315
4331
|
*/
|
|
4316
4332
|
htmlFor: string;
|
|
4333
|
+
/**
|
|
4334
|
+
* Icon name.
|
|
4335
|
+
*/
|
|
4336
|
+
iconName?: IconName;
|
|
4317
4337
|
};
|
|
4318
4338
|
|
|
4319
|
-
declare const Form: React$1.ForwardRefExoticComponent<Props$
|
|
4320
|
-
type Props$
|
|
4339
|
+
declare const Form: React$1.ForwardRefExoticComponent<Props$1x & React$1.RefAttributes<HTMLFormElement>>;
|
|
4340
|
+
type Props$1x = {
|
|
4321
4341
|
/**
|
|
4322
4342
|
* Main content of the component.
|
|
4323
4343
|
*/
|
|
@@ -4340,8 +4360,8 @@ type Props$1w = {
|
|
|
4340
4360
|
onSubmit: React$1.FormEventHandler<HTMLFormElement>;
|
|
4341
4361
|
};
|
|
4342
4362
|
|
|
4343
|
-
declare const EmptyViewLabel: React$1.FC<Props$
|
|
4344
|
-
interface Props$
|
|
4363
|
+
declare const EmptyViewLabel: React$1.FC<Props$1w>;
|
|
4364
|
+
interface Props$1w {
|
|
4345
4365
|
/**
|
|
4346
4366
|
* Main content of the component.
|
|
4347
4367
|
*/
|
|
@@ -4352,8 +4372,8 @@ interface Props$1v {
|
|
|
4352
4372
|
muted?: boolean;
|
|
4353
4373
|
}
|
|
4354
4374
|
|
|
4355
|
-
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$
|
|
4356
|
-
interface Props$
|
|
4375
|
+
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$1v & React$1.RefAttributes<HTMLDivElement>>;
|
|
4376
|
+
interface Props$1v {
|
|
4357
4377
|
/**
|
|
4358
4378
|
* Adds active styling.
|
|
4359
4379
|
*/
|
|
@@ -4376,8 +4396,8 @@ interface Props$1u {
|
|
|
4376
4396
|
type?: 'dropzone' | 'default';
|
|
4377
4397
|
}
|
|
4378
4398
|
|
|
4379
|
-
declare const Ellipsis: React$1.FC<Props$
|
|
4380
|
-
interface Props$
|
|
4399
|
+
declare const Ellipsis: React$1.FC<Props$1u>;
|
|
4400
|
+
interface Props$1u {
|
|
4381
4401
|
/**
|
|
4382
4402
|
* Items to display.
|
|
4383
4403
|
*/
|
|
@@ -4388,8 +4408,8 @@ interface Props$1t {
|
|
|
4388
4408
|
maxVisibleItems?: number;
|
|
4389
4409
|
}
|
|
4390
4410
|
|
|
4391
|
-
declare const FilePreviewActions: React$1.FC<Props$
|
|
4392
|
-
interface Props$
|
|
4411
|
+
declare const FilePreviewActions: React$1.FC<Props$1t>;
|
|
4412
|
+
interface Props$1t {
|
|
4393
4413
|
/**
|
|
4394
4414
|
* Label of the back button.
|
|
4395
4415
|
*/
|
|
@@ -4404,33 +4424,33 @@ interface Props$1s {
|
|
|
4404
4424
|
title: string;
|
|
4405
4425
|
}
|
|
4406
4426
|
|
|
4407
|
-
declare const FilePreviewColumn: React$1.FC<Props$
|
|
4408
|
-
interface Props$
|
|
4427
|
+
declare const FilePreviewColumn: React$1.FC<Props$1s>;
|
|
4428
|
+
interface Props$1s {
|
|
4409
4429
|
/**
|
|
4410
4430
|
* Main content of the component.
|
|
4411
4431
|
*/
|
|
4412
4432
|
children: React$1.ReactNode;
|
|
4413
4433
|
}
|
|
4414
4434
|
|
|
4415
|
-
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$
|
|
4416
|
-
interface Props$
|
|
4435
|
+
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$1r & React$1.RefAttributes<HTMLDivElement>>;
|
|
4436
|
+
interface Props$1r {
|
|
4417
4437
|
/**
|
|
4418
4438
|
* Main content of the component.
|
|
4419
4439
|
*/
|
|
4420
4440
|
children: React$1.ReactNode;
|
|
4421
4441
|
}
|
|
4422
4442
|
|
|
4423
|
-
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$
|
|
4424
|
-
interface Props$
|
|
4443
|
+
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$1q & React$1.RefAttributes<HTMLDivElement>>;
|
|
4444
|
+
interface Props$1q {
|
|
4425
4445
|
/**
|
|
4426
4446
|
* Main content of the component.
|
|
4427
4447
|
*/
|
|
4428
4448
|
children: React$1.ReactNode;
|
|
4429
4449
|
}
|
|
4430
4450
|
|
|
4431
|
-
declare const FilePreviewNavButton: React$1.FC<Props$
|
|
4451
|
+
declare const FilePreviewNavButton: React$1.FC<Props$1p>;
|
|
4432
4452
|
type Side = 'left' | 'right';
|
|
4433
|
-
interface Props$
|
|
4453
|
+
interface Props$1p {
|
|
4434
4454
|
/**
|
|
4435
4455
|
* Disables button.
|
|
4436
4456
|
*/
|
|
@@ -4453,16 +4473,16 @@ interface Props$1o {
|
|
|
4453
4473
|
tooltipPlacement?: PopperPlacement;
|
|
4454
4474
|
}
|
|
4455
4475
|
|
|
4456
|
-
declare const FilePreviewTooltip: React$1.FC<Props$
|
|
4457
|
-
interface Props$
|
|
4476
|
+
declare const FilePreviewTooltip: React$1.FC<Props$1o>;
|
|
4477
|
+
interface Props$1o {
|
|
4458
4478
|
/**
|
|
4459
4479
|
* Main content of the tooltip.
|
|
4460
4480
|
*/
|
|
4461
4481
|
children?: React$1.ReactNode;
|
|
4462
4482
|
}
|
|
4463
4483
|
|
|
4464
|
-
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$
|
|
4465
|
-
interface Props$
|
|
4484
|
+
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$1n & React$1.RefAttributes<HTMLDivElement>>;
|
|
4485
|
+
interface Props$1n {
|
|
4466
4486
|
/**
|
|
4467
4487
|
* Main content of the component.
|
|
4468
4488
|
*/
|
|
@@ -4512,8 +4532,8 @@ interface SelectionAreaCoords {
|
|
|
4512
4532
|
height: number;
|
|
4513
4533
|
}
|
|
4514
4534
|
|
|
4515
|
-
declare const SelectionArea: React$1.FC<Props$
|
|
4516
|
-
interface Props$
|
|
4535
|
+
declare const SelectionArea: React$1.FC<Props$1m>;
|
|
4536
|
+
interface Props$1m {
|
|
4517
4537
|
/**
|
|
4518
4538
|
* Selection area container.
|
|
4519
4539
|
*/
|
|
@@ -4615,8 +4635,8 @@ type SelectToggleHandler = (opt: SelectOption) => void;
|
|
|
4615
4635
|
*/
|
|
4616
4636
|
type SelectKeyboardNextIdGetter = (options: SelectOption[], currentIndex: number) => SelectOption | undefined;
|
|
4617
4637
|
|
|
4618
|
-
declare const SelectListboxGrid: React$1.FC<Props$
|
|
4619
|
-
interface Props$
|
|
4638
|
+
declare const SelectListboxGrid: React$1.FC<Props$1l>;
|
|
4639
|
+
interface Props$1l {
|
|
4620
4640
|
/**
|
|
4621
4641
|
* Main content of the component.
|
|
4622
4642
|
*/
|
|
@@ -4627,8 +4647,8 @@ interface Props$1k {
|
|
|
4627
4647
|
noOptionsLabel?: string;
|
|
4628
4648
|
}
|
|
4629
4649
|
|
|
4630
|
-
declare const Select: React$1.FC<Props$
|
|
4631
|
-
interface Props$
|
|
4650
|
+
declare const Select: React$1.FC<Props$1k>;
|
|
4651
|
+
interface Props$1k {
|
|
4632
4652
|
/**
|
|
4633
4653
|
* Aria label for clear button.
|
|
4634
4654
|
*/
|
|
@@ -4715,8 +4735,8 @@ interface Props$1j {
|
|
|
4715
4735
|
size?: 'base' | 'small' | 'medium';
|
|
4716
4736
|
}
|
|
4717
4737
|
|
|
4718
|
-
declare const Notifications: React$1.FC<Props$
|
|
4719
|
-
interface Props$
|
|
4738
|
+
declare const Notifications: React$1.FC<Props$1j>;
|
|
4739
|
+
interface Props$1j {
|
|
4720
4740
|
/**
|
|
4721
4741
|
* Container's position will be adjusted in accordance with provided element's height.
|
|
4722
4742
|
*/
|
|
@@ -4729,11 +4749,11 @@ interface Props$1i {
|
|
|
4729
4749
|
|
|
4730
4750
|
type NotificationType = 'success' | 'error' | 'warning';
|
|
4731
4751
|
|
|
4732
|
-
declare const Notification: React$1.FC<Props$
|
|
4752
|
+
declare const Notification: React$1.FC<Props$1i>;
|
|
4733
4753
|
/**
|
|
4734
4754
|
* `Notification` component is rendered as part of `TransitionGroup` and therefore gets transition props in addition to its regular props.
|
|
4735
4755
|
*/
|
|
4736
|
-
type Props$
|
|
4756
|
+
type Props$1i = Partial<TransitionProps> & {
|
|
4737
4757
|
/**
|
|
4738
4758
|
* Main content of the component.
|
|
4739
4759
|
*/
|
|
@@ -4760,8 +4780,8 @@ type Props$1h = Partial<TransitionProps> & {
|
|
|
4760
4780
|
type: NotificationType;
|
|
4761
4781
|
};
|
|
4762
4782
|
|
|
4763
|
-
declare const CopyableInput: React$1.FC<Props$
|
|
4764
|
-
interface Props$
|
|
4783
|
+
declare const CopyableInput: React$1.FC<Props$1h>;
|
|
4784
|
+
interface Props$1h {
|
|
4765
4785
|
/**
|
|
4766
4786
|
* Unique input's id.
|
|
4767
4787
|
*/
|
|
@@ -4784,8 +4804,8 @@ interface Props$1g {
|
|
|
4784
4804
|
labelCopied: string;
|
|
4785
4805
|
}
|
|
4786
4806
|
|
|
4787
|
-
declare const CopyableLabel: React$1.FC<Props$
|
|
4788
|
-
interface Props$
|
|
4807
|
+
declare const CopyableLabel: React$1.FC<Props$1g>;
|
|
4808
|
+
interface Props$1g {
|
|
4789
4809
|
/**
|
|
4790
4810
|
* Label's text. This text will be copied to clipboard upon clicking on the label.
|
|
4791
4811
|
*/
|
|
@@ -4804,8 +4824,8 @@ interface Props$1f {
|
|
|
4804
4824
|
labelCopied: string;
|
|
4805
4825
|
}
|
|
4806
4826
|
|
|
4807
|
-
declare const CopyButton: React$1.FC<Props$
|
|
4808
|
-
interface Props$
|
|
4827
|
+
declare const CopyButton: React$1.FC<Props$1f>;
|
|
4828
|
+
interface Props$1f {
|
|
4809
4829
|
/**
|
|
4810
4830
|
* Value to be copied to clipboard.
|
|
4811
4831
|
*/
|
|
@@ -4878,8 +4898,8 @@ interface ContainerQueryContext {
|
|
|
4878
4898
|
declare const ContainerQueryContext: React$1.Context<ContainerQueryContext>;
|
|
4879
4899
|
declare const useContainerQuery: () => ContainerQueryContext;
|
|
4880
4900
|
|
|
4881
|
-
declare const ContainerQueryProvider: React$1.FC<Props$
|
|
4882
|
-
interface Props$
|
|
4901
|
+
declare const ContainerQueryProvider: React$1.FC<Props$1e>;
|
|
4902
|
+
interface Props$1e {
|
|
4883
4903
|
/**
|
|
4884
4904
|
* Maps breakpoint keys to width values. Each key corresponds to minimum value (in px).
|
|
4885
4905
|
*/
|
|
@@ -4894,8 +4914,8 @@ interface Props$1d {
|
|
|
4894
4914
|
containerEl?: HTMLElement | null;
|
|
4895
4915
|
}
|
|
4896
4916
|
|
|
4897
|
-
declare const ContainerQuery: React$1.FC<Props$
|
|
4898
|
-
interface Props$
|
|
4917
|
+
declare const ContainerQuery: React$1.FC<Props$1d>;
|
|
4918
|
+
interface Props$1d {
|
|
4899
4919
|
/**
|
|
4900
4920
|
* Main content of the component.
|
|
4901
4921
|
*/
|
|
@@ -4919,8 +4939,8 @@ interface FixedContext {
|
|
|
4919
4939
|
declare const FixedContext: React$1.Context<FixedContext>;
|
|
4920
4940
|
declare const useFixedCtx: () => FixedContext;
|
|
4921
4941
|
|
|
4922
|
-
declare const FixedProvider: React$1.FC<Props$
|
|
4923
|
-
interface Props$
|
|
4942
|
+
declare const FixedProvider: React$1.FC<Props$1c>;
|
|
4943
|
+
interface Props$1c {
|
|
4924
4944
|
/**
|
|
4925
4945
|
* Main content of the component.
|
|
4926
4946
|
*/
|
|
@@ -4932,16 +4952,16 @@ interface Props$1b {
|
|
|
4932
4952
|
rootEl?: HTMLElement | null;
|
|
4933
4953
|
}
|
|
4934
4954
|
|
|
4935
|
-
declare const Fixed: React$1.FC<Props$
|
|
4936
|
-
interface Props$
|
|
4955
|
+
declare const Fixed: React$1.FC<Props$1b>;
|
|
4956
|
+
interface Props$1b {
|
|
4937
4957
|
/**
|
|
4938
4958
|
* Main content of the component.
|
|
4939
4959
|
*/
|
|
4940
4960
|
children: React$1.ReactNode;
|
|
4941
4961
|
}
|
|
4942
4962
|
|
|
4943
|
-
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$
|
|
4944
|
-
interface Props$
|
|
4963
|
+
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$1a & React$1.RefAttributes<HTMLButtonElement>>;
|
|
4964
|
+
interface Props$1a extends Props$3u {
|
|
4945
4965
|
/**
|
|
4946
4966
|
* Delays loader appearance. Defaults to `true`.
|
|
4947
4967
|
*/
|
|
@@ -4956,8 +4976,8 @@ interface Props$19 extends Props$3t {
|
|
|
4956
4976
|
loaderPosition?: 'left' | 'center' | 'right';
|
|
4957
4977
|
}
|
|
4958
4978
|
|
|
4959
|
-
declare const ListItem: React$1.FC<Props$
|
|
4960
|
-
interface Props$
|
|
4979
|
+
declare const ListItem: React$1.FC<Props$19>;
|
|
4980
|
+
interface Props$19 {
|
|
4961
4981
|
/**
|
|
4962
4982
|
* Main content of the component.
|
|
4963
4983
|
*/
|
|
@@ -4968,16 +4988,16 @@ interface Props$18 {
|
|
|
4968
4988
|
onClick?: () => void;
|
|
4969
4989
|
}
|
|
4970
4990
|
|
|
4971
|
-
declare const ListItemActions: React$1.FC<Props$
|
|
4972
|
-
interface Props$
|
|
4991
|
+
declare const ListItemActions: React$1.FC<Props$18>;
|
|
4992
|
+
interface Props$18 {
|
|
4973
4993
|
/**
|
|
4974
4994
|
* Main content of the component.
|
|
4975
4995
|
*/
|
|
4976
4996
|
children: React$1.ReactNode;
|
|
4977
4997
|
}
|
|
4978
4998
|
|
|
4979
|
-
declare const ListItemContent: React$1.FC<Props$
|
|
4980
|
-
interface Props$
|
|
4999
|
+
declare const ListItemContent: React$1.FC<Props$17>;
|
|
5000
|
+
interface Props$17 {
|
|
4981
5001
|
/**
|
|
4982
5002
|
* Main content of the component.
|
|
4983
5003
|
*/
|
|
@@ -4988,8 +5008,8 @@ interface Props$16 {
|
|
|
4988
5008
|
muted?: boolean;
|
|
4989
5009
|
}
|
|
4990
5010
|
|
|
4991
|
-
declare const List: React$1.FC<Props$
|
|
4992
|
-
interface Props$
|
|
5011
|
+
declare const List: React$1.FC<Props$16>;
|
|
5012
|
+
interface Props$16 {
|
|
4993
5013
|
/**
|
|
4994
5014
|
* Main content of the component.
|
|
4995
5015
|
*/
|
|
@@ -5000,32 +5020,32 @@ interface Props$15 {
|
|
|
5000
5020
|
className?: string;
|
|
5001
5021
|
}
|
|
5002
5022
|
|
|
5003
|
-
declare const SearchDialogActions: React$1.FC<Props$
|
|
5004
|
-
interface Props$
|
|
5023
|
+
declare const SearchDialogActions: React$1.FC<Props$15>;
|
|
5024
|
+
interface Props$15 {
|
|
5005
5025
|
/**
|
|
5006
5026
|
* Main content of the component.
|
|
5007
5027
|
*/
|
|
5008
5028
|
children: React$1.ReactNode;
|
|
5009
5029
|
}
|
|
5010
5030
|
|
|
5011
|
-
declare const SearchDialogContent: React$1.FC<Props$
|
|
5012
|
-
interface Props$
|
|
5031
|
+
declare const SearchDialogContent: React$1.FC<Props$14>;
|
|
5032
|
+
interface Props$14 {
|
|
5013
5033
|
/**
|
|
5014
5034
|
* Main content of the component.
|
|
5015
5035
|
*/
|
|
5016
5036
|
children: React$1.ReactNode;
|
|
5017
5037
|
}
|
|
5018
5038
|
|
|
5019
|
-
declare const SearchDialogFallback: React$1.FC<Props$
|
|
5020
|
-
interface Props$
|
|
5039
|
+
declare const SearchDialogFallback: React$1.FC<Props$13>;
|
|
5040
|
+
interface Props$13 {
|
|
5021
5041
|
/**
|
|
5022
5042
|
* Main content of the component.
|
|
5023
5043
|
*/
|
|
5024
5044
|
children: React$1.ReactNode;
|
|
5025
5045
|
}
|
|
5026
5046
|
|
|
5027
|
-
declare const SearchDialogHeader: React$1.FC<Props$
|
|
5028
|
-
interface Props$
|
|
5047
|
+
declare const SearchDialogHeader: React$1.FC<Props$12>;
|
|
5048
|
+
interface Props$12 {
|
|
5029
5049
|
/**
|
|
5030
5050
|
* Optional action rendered next to close button.
|
|
5031
5051
|
*/
|
|
@@ -5048,8 +5068,8 @@ interface Props$11 {
|
|
|
5048
5068
|
onSubmit?: React$1.FormEventHandler;
|
|
5049
5069
|
}
|
|
5050
5070
|
|
|
5051
|
-
declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props$
|
|
5052
|
-
interface Props$
|
|
5071
|
+
declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props$11 & React$1.RefAttributes<HTMLInputElement>>;
|
|
5072
|
+
interface Props$11 {
|
|
5053
5073
|
/**
|
|
5054
5074
|
* Input's name to register.
|
|
5055
5075
|
*/
|
|
@@ -5076,8 +5096,8 @@ interface Props$10 {
|
|
|
5076
5096
|
value?: string;
|
|
5077
5097
|
}
|
|
5078
5098
|
|
|
5079
|
-
declare const SearchDialogSection: React$1.FC<Props
|
|
5080
|
-
interface Props
|
|
5099
|
+
declare const SearchDialogSection: React$1.FC<Props$10>;
|
|
5100
|
+
interface Props$10 {
|
|
5081
5101
|
/**
|
|
5082
5102
|
* Main content of the component.
|
|
5083
5103
|
*/
|
|
@@ -5092,8 +5112,8 @@ interface Props$$ {
|
|
|
5092
5112
|
headerButtons?: React$1.ReactNode;
|
|
5093
5113
|
}
|
|
5094
5114
|
|
|
5095
|
-
declare const SearchDialog: React$1.FC<Props
|
|
5096
|
-
interface Props
|
|
5115
|
+
declare const SearchDialog: React$1.FC<Props$$>;
|
|
5116
|
+
interface Props$$ {
|
|
5097
5117
|
/**
|
|
5098
5118
|
* Main content of the component.
|
|
5099
5119
|
*/
|
|
@@ -5112,24 +5132,24 @@ interface Props$_ {
|
|
|
5112
5132
|
open?: boolean;
|
|
5113
5133
|
}
|
|
5114
5134
|
|
|
5115
|
-
declare const DrawerActions: React$1.FC<Props$
|
|
5116
|
-
interface Props$
|
|
5135
|
+
declare const DrawerActions: React$1.FC<Props$_>;
|
|
5136
|
+
interface Props$_ {
|
|
5117
5137
|
/**
|
|
5118
5138
|
* Main content of the component.
|
|
5119
5139
|
*/
|
|
5120
5140
|
children: React$1.ReactNode;
|
|
5121
5141
|
}
|
|
5122
5142
|
|
|
5123
|
-
declare const DrawerContent: React$1.FC<Props$
|
|
5124
|
-
interface Props$
|
|
5143
|
+
declare const DrawerContent: React$1.FC<Props$Z>;
|
|
5144
|
+
interface Props$Z {
|
|
5125
5145
|
/**
|
|
5126
5146
|
* Main content of the component.
|
|
5127
5147
|
*/
|
|
5128
5148
|
children: React$1.ReactNode;
|
|
5129
5149
|
}
|
|
5130
5150
|
|
|
5131
|
-
declare const DrawerHeader: React$1.FC<Props$
|
|
5132
|
-
interface Props$
|
|
5151
|
+
declare const DrawerHeader: React$1.FC<Props$Y>;
|
|
5152
|
+
interface Props$Y {
|
|
5133
5153
|
/**
|
|
5134
5154
|
* Text displayed as title in the bar.
|
|
5135
5155
|
*/
|
|
@@ -5148,8 +5168,8 @@ interface Props$X {
|
|
|
5148
5168
|
iconRender?: IconRenderProp;
|
|
5149
5169
|
}
|
|
5150
5170
|
|
|
5151
|
-
declare const DrawerSection: React$1.ForwardRefExoticComponent<Props$
|
|
5152
|
-
interface Props$
|
|
5171
|
+
declare const DrawerSection: React$1.ForwardRefExoticComponent<Props$X & React$1.RefAttributes<HTMLDivElement>>;
|
|
5172
|
+
interface Props$X {
|
|
5153
5173
|
/**
|
|
5154
5174
|
* Main content of the component.
|
|
5155
5175
|
*/
|
|
@@ -5164,8 +5184,8 @@ interface Props$W {
|
|
|
5164
5184
|
centeredContent?: boolean;
|
|
5165
5185
|
}
|
|
5166
5186
|
|
|
5167
|
-
declare const Drawer: React$1.FC<Props$
|
|
5168
|
-
interface Props$
|
|
5187
|
+
declare const Drawer: React$1.FC<Props$W>;
|
|
5188
|
+
interface Props$W {
|
|
5169
5189
|
/**
|
|
5170
5190
|
* Main content of the component.
|
|
5171
5191
|
*/
|
|
@@ -5188,8 +5208,8 @@ interface Props$V {
|
|
|
5188
5208
|
fixed?: boolean;
|
|
5189
5209
|
}
|
|
5190
5210
|
|
|
5191
|
-
declare const TextEllipsis: React$1.FC<Props$
|
|
5192
|
-
interface Props$
|
|
5211
|
+
declare const TextEllipsis: React$1.FC<Props$V>;
|
|
5212
|
+
interface Props$V {
|
|
5193
5213
|
/**
|
|
5194
5214
|
* Text content.
|
|
5195
5215
|
*/
|
|
@@ -5204,8 +5224,8 @@ interface Props$U {
|
|
|
5204
5224
|
wrap?: boolean;
|
|
5205
5225
|
}
|
|
5206
5226
|
|
|
5207
|
-
declare const FileInput: React$1.ForwardRefExoticComponent<Props$
|
|
5208
|
-
interface Props$
|
|
5227
|
+
declare const FileInput: React$1.ForwardRefExoticComponent<Props$U & React$1.RefAttributes<HTMLInputElement>>;
|
|
5228
|
+
interface Props$U {
|
|
5209
5229
|
/**
|
|
5210
5230
|
* Specify comma-separated list of allowed file extensions.
|
|
5211
5231
|
*/
|
|
@@ -5224,24 +5244,24 @@ interface Props$T {
|
|
|
5224
5244
|
onChange?: React$1.ChangeEventHandler<HTMLInputElement>;
|
|
5225
5245
|
}
|
|
5226
5246
|
|
|
5227
|
-
declare const NavigationDialogContent: React$1.ForwardRefExoticComponent<Props$
|
|
5228
|
-
interface Props$
|
|
5247
|
+
declare const NavigationDialogContent: React$1.ForwardRefExoticComponent<Props$T & React$1.RefAttributes<HTMLDivElement>>;
|
|
5248
|
+
interface Props$T {
|
|
5229
5249
|
/**
|
|
5230
5250
|
* Main content of the component.
|
|
5231
5251
|
*/
|
|
5232
5252
|
children?: React$1.ReactNode;
|
|
5233
5253
|
}
|
|
5234
5254
|
|
|
5235
|
-
declare const NavigationDialogFallbackContent: React$1.ForwardRefExoticComponent<Props$
|
|
5236
|
-
interface Props$
|
|
5255
|
+
declare const NavigationDialogFallbackContent: React$1.ForwardRefExoticComponent<Props$S & React$1.RefAttributes<HTMLDivElement>>;
|
|
5256
|
+
interface Props$S {
|
|
5237
5257
|
/**
|
|
5238
5258
|
* Main content of the component.
|
|
5239
5259
|
*/
|
|
5240
5260
|
children?: React$1.ReactNode;
|
|
5241
5261
|
}
|
|
5242
5262
|
|
|
5243
|
-
declare const NavigationDialogFooter: React$1.ForwardRefExoticComponent<Props$
|
|
5244
|
-
interface Props$
|
|
5263
|
+
declare const NavigationDialogFooter: React$1.ForwardRefExoticComponent<Props$R & React$1.RefAttributes<HTMLDivElement>>;
|
|
5264
|
+
interface Props$R {
|
|
5245
5265
|
/**
|
|
5246
5266
|
* Main content of the component.
|
|
5247
5267
|
*/
|
|
@@ -5252,8 +5272,8 @@ interface Props$Q {
|
|
|
5252
5272
|
className?: string;
|
|
5253
5273
|
}
|
|
5254
5274
|
|
|
5255
|
-
declare const NavigationDialogHeader: React$1.ForwardRefExoticComponent<Props$
|
|
5256
|
-
interface Props$
|
|
5275
|
+
declare const NavigationDialogHeader: React$1.ForwardRefExoticComponent<Props$Q & React$1.RefAttributes<HTMLDivElement>>;
|
|
5276
|
+
interface Props$Q {
|
|
5257
5277
|
/**
|
|
5258
5278
|
* Optional action component rendered next to title.
|
|
5259
5279
|
*/
|
|
@@ -5276,8 +5296,8 @@ interface Props$P {
|
|
|
5276
5296
|
titleId?: string;
|
|
5277
5297
|
}
|
|
5278
5298
|
|
|
5279
|
-
declare const NavigationDialogItem: React$1.ForwardRefExoticComponent<Props$
|
|
5280
|
-
interface Props$
|
|
5299
|
+
declare const NavigationDialogItem: React$1.ForwardRefExoticComponent<Props$P & React$1.RefAttributes<HTMLLIElement>>;
|
|
5300
|
+
interface Props$P {
|
|
5281
5301
|
/**
|
|
5282
5302
|
* Indicates if navbar item is active.
|
|
5283
5303
|
*/
|
|
@@ -5300,20 +5320,20 @@ interface Props$O {
|
|
|
5300
5320
|
onDoubleClick?: () => void;
|
|
5301
5321
|
}
|
|
5302
5322
|
|
|
5303
|
-
declare const NavigationDialogItemAction: React$1.FC<Props$
|
|
5304
|
-
interface Props$
|
|
5323
|
+
declare const NavigationDialogItemAction: React$1.FC<Props$O>;
|
|
5324
|
+
interface Props$O {
|
|
5305
5325
|
/**
|
|
5306
5326
|
* Optional button.
|
|
5307
5327
|
*/
|
|
5308
|
-
button?: React$1.ReactElement<Props$
|
|
5328
|
+
button?: React$1.ReactElement<Props$3u> | null;
|
|
5309
5329
|
/**
|
|
5310
5330
|
* Optional icon.
|
|
5311
5331
|
*/
|
|
5312
|
-
icon?: React$1.ReactElement<Props$
|
|
5332
|
+
icon?: React$1.ReactElement<Props$3v> | ((props: Props$3v) => React$1.ReactNode) | null;
|
|
5313
5333
|
}
|
|
5314
5334
|
|
|
5315
|
-
declare const NavigationDialogItemLabel: React$1.FC<Props$
|
|
5316
|
-
interface Props$
|
|
5335
|
+
declare const NavigationDialogItemLabel: React$1.FC<Props$N>;
|
|
5336
|
+
interface Props$N {
|
|
5317
5337
|
/**
|
|
5318
5338
|
* Main content of the component.
|
|
5319
5339
|
*/
|
|
@@ -5321,11 +5341,11 @@ interface Props$M {
|
|
|
5321
5341
|
/**
|
|
5322
5342
|
* Displayed icon.
|
|
5323
5343
|
*/
|
|
5324
|
-
icon?: React$1.ReactElement<Props$
|
|
5344
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
5325
5345
|
}
|
|
5326
5346
|
|
|
5327
|
-
declare const NavigationDialog: React$1.ForwardRefExoticComponent<Props$
|
|
5328
|
-
interface Props$
|
|
5347
|
+
declare const NavigationDialog: React$1.ForwardRefExoticComponent<Props$M & React$1.RefAttributes<HTMLDivElement>>;
|
|
5348
|
+
interface Props$M {
|
|
5329
5349
|
/**
|
|
5330
5350
|
* Main content of the component.
|
|
5331
5351
|
*/
|
|
@@ -5352,8 +5372,8 @@ interface Props$L {
|
|
|
5352
5372
|
open?: boolean;
|
|
5353
5373
|
}
|
|
5354
5374
|
|
|
5355
|
-
declare const CheckboxLabel: React$1.ForwardRefExoticComponent<Props$
|
|
5356
|
-
interface Props$
|
|
5375
|
+
declare const CheckboxLabel: React$1.ForwardRefExoticComponent<Props$L & React$1.RefAttributes<HTMLLabelElement>>;
|
|
5376
|
+
interface Props$L {
|
|
5357
5377
|
/**
|
|
5358
5378
|
* Main content of the component.
|
|
5359
5379
|
*/
|
|
@@ -5364,8 +5384,8 @@ interface Props$K {
|
|
|
5364
5384
|
labelFor?: string;
|
|
5365
5385
|
}
|
|
5366
5386
|
|
|
5367
|
-
declare const Checkbox: React$1.FC<Props$
|
|
5368
|
-
interface Props$
|
|
5387
|
+
declare const Checkbox: React$1.FC<Props$K>;
|
|
5388
|
+
interface Props$K {
|
|
5369
5389
|
/**
|
|
5370
5390
|
* Optional content of the component.
|
|
5371
5391
|
*/
|
|
@@ -5703,8 +5723,8 @@ declare function getClampedDimension(dimension: string): number;
|
|
|
5703
5723
|
*/
|
|
5704
5724
|
declare const getClampedDimensions: (width: string, height: string) => [number, number];
|
|
5705
5725
|
|
|
5706
|
-
declare const ImageEditorDimensionsInput: React$1.FC<Props$
|
|
5707
|
-
interface Props$
|
|
5726
|
+
declare const ImageEditorDimensionsInput: React$1.FC<Props$J>;
|
|
5727
|
+
interface Props$J {
|
|
5708
5728
|
/**
|
|
5709
5729
|
* Indicates whether input is disabled.
|
|
5710
5730
|
*/
|
|
@@ -5731,8 +5751,8 @@ interface Props$I {
|
|
|
5731
5751
|
value: string;
|
|
5732
5752
|
}
|
|
5733
5753
|
|
|
5734
|
-
declare const ImageEditorActions: React$1.FC<Props$
|
|
5735
|
-
interface Props$
|
|
5754
|
+
declare const ImageEditorActions: React$1.FC<Props$I>;
|
|
5755
|
+
interface Props$I {
|
|
5736
5756
|
/**
|
|
5737
5757
|
* Label of the back button.
|
|
5738
5758
|
*/
|
|
@@ -5747,26 +5767,26 @@ interface Props$H {
|
|
|
5747
5767
|
title?: string;
|
|
5748
5768
|
}
|
|
5749
5769
|
|
|
5750
|
-
declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
5770
|
+
declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$3u, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5751
5771
|
|
|
5752
|
-
declare const ImageEditorButtonsGroup: React$1.ForwardRefExoticComponent<Props$
|
|
5753
|
-
interface Props$
|
|
5772
|
+
declare const ImageEditorButtonsGroup: React$1.ForwardRefExoticComponent<Props$H & React$1.RefAttributes<HTMLDivElement>>;
|
|
5773
|
+
interface Props$H {
|
|
5754
5774
|
/**
|
|
5755
5775
|
* Main content of the component.
|
|
5756
5776
|
*/
|
|
5757
5777
|
children?: React$1.ReactNode;
|
|
5758
5778
|
}
|
|
5759
5779
|
|
|
5760
|
-
declare const ImageEditorButtonsRow: React$1.ForwardRefExoticComponent<Props$
|
|
5761
|
-
interface Props$
|
|
5780
|
+
declare const ImageEditorButtonsRow: React$1.ForwardRefExoticComponent<Props$G & React$1.RefAttributes<HTMLDivElement>>;
|
|
5781
|
+
interface Props$G {
|
|
5762
5782
|
/**
|
|
5763
5783
|
* Main content of the component.
|
|
5764
5784
|
*/
|
|
5765
5785
|
children?: React$1.ReactNode;
|
|
5766
5786
|
}
|
|
5767
5787
|
|
|
5768
|
-
declare const ImageEditorCanvas: React$1.ForwardRefExoticComponent<Props$
|
|
5769
|
-
interface Props$
|
|
5788
|
+
declare const ImageEditorCanvas: React$1.ForwardRefExoticComponent<Props$F & React$1.RefAttributes<HTMLDivElement>>;
|
|
5789
|
+
interface Props$F {
|
|
5770
5790
|
/**
|
|
5771
5791
|
* Alternative text description of the image.
|
|
5772
5792
|
*/
|
|
@@ -5777,16 +5797,16 @@ interface Props$E {
|
|
|
5777
5797
|
loadingLabel?: string;
|
|
5778
5798
|
}
|
|
5779
5799
|
|
|
5780
|
-
declare const ImageEditorContent: React$1.ForwardRefExoticComponent<Props$
|
|
5781
|
-
interface Props$
|
|
5800
|
+
declare const ImageEditorContent: React$1.ForwardRefExoticComponent<Props$E & React$1.RefAttributes<HTMLDivElement>>;
|
|
5801
|
+
interface Props$E {
|
|
5782
5802
|
/**
|
|
5783
5803
|
* Main content of the component.
|
|
5784
5804
|
*/
|
|
5785
5805
|
children?: React$1.ReactNode;
|
|
5786
5806
|
}
|
|
5787
5807
|
|
|
5788
|
-
declare const ImageEditorCropBoxDimensions: React$1.ForwardRefExoticComponent<Props$
|
|
5789
|
-
interface Props$
|
|
5808
|
+
declare const ImageEditorCropBoxDimensions: React$1.ForwardRefExoticComponent<Props$D & React$1.RefAttributes<HTMLDivElement>>;
|
|
5809
|
+
interface Props$D {
|
|
5790
5810
|
/**
|
|
5791
5811
|
* Label displayed above the height input.
|
|
5792
5812
|
*/
|
|
@@ -5805,8 +5825,8 @@ interface Props$C {
|
|
|
5805
5825
|
widthLabel?: string;
|
|
5806
5826
|
}
|
|
5807
5827
|
|
|
5808
|
-
declare const ImageEditorCropCard: React$1.ForwardRefExoticComponent<Props$
|
|
5809
|
-
interface Props$
|
|
5828
|
+
declare const ImageEditorCropCard: React$1.ForwardRefExoticComponent<Props$C & React$1.RefAttributes<HTMLDivElement>>;
|
|
5829
|
+
interface Props$C {
|
|
5810
5830
|
/**
|
|
5811
5831
|
* Aspect ratio to set on the crop box.
|
|
5812
5832
|
*/
|
|
@@ -5822,11 +5842,11 @@ interface Props$B {
|
|
|
5822
5842
|
/**
|
|
5823
5843
|
* Icon to display.
|
|
5824
5844
|
*/
|
|
5825
|
-
icon?: React$1.ReactElement<Props$
|
|
5845
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
5826
5846
|
}
|
|
5827
5847
|
|
|
5828
|
-
declare const ImageEditorCropCardFreeform: React$1.ForwardRefExoticComponent<Props$
|
|
5829
|
-
interface Props$
|
|
5848
|
+
declare const ImageEditorCropCardFreeform: React$1.ForwardRefExoticComponent<Props$B & React$1.RefAttributes<HTMLDivElement>>;
|
|
5849
|
+
interface Props$B {
|
|
5830
5850
|
/**
|
|
5831
5851
|
* Main content of the component.
|
|
5832
5852
|
*/
|
|
@@ -5834,19 +5854,19 @@ interface Props$A {
|
|
|
5834
5854
|
/**
|
|
5835
5855
|
* Icon to display
|
|
5836
5856
|
*/
|
|
5837
|
-
icon?: React$1.ReactElement<Props$
|
|
5857
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
5838
5858
|
}
|
|
5839
5859
|
|
|
5840
|
-
declare const ImageEditorCropCardList: React$1.ForwardRefExoticComponent<Props$
|
|
5841
|
-
interface Props$
|
|
5860
|
+
declare const ImageEditorCropCardList: React$1.ForwardRefExoticComponent<Props$A & React$1.RefAttributes<HTMLDivElement>>;
|
|
5861
|
+
interface Props$A {
|
|
5842
5862
|
/**
|
|
5843
5863
|
* Main content of the component.
|
|
5844
5864
|
*/
|
|
5845
5865
|
children?: React$1.ReactNode;
|
|
5846
5866
|
}
|
|
5847
5867
|
|
|
5848
|
-
declare const ImageEditorCropCardOriginal: React$1.ForwardRefExoticComponent<Props$
|
|
5849
|
-
interface Props$
|
|
5868
|
+
declare const ImageEditorCropCardOriginal: React$1.ForwardRefExoticComponent<Props$z & React$1.RefAttributes<HTMLDivElement>>;
|
|
5869
|
+
interface Props$z {
|
|
5850
5870
|
/**
|
|
5851
5871
|
* Main content of the component.
|
|
5852
5872
|
*/
|
|
@@ -5854,11 +5874,11 @@ interface Props$y {
|
|
|
5854
5874
|
/**
|
|
5855
5875
|
* Icon to display
|
|
5856
5876
|
*/
|
|
5857
|
-
icon?: React$1.ReactElement<Props$
|
|
5877
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
5858
5878
|
}
|
|
5859
5879
|
|
|
5860
|
-
declare const ImageEditorDemoLabel: React$1.FC<Props$
|
|
5861
|
-
interface Props$
|
|
5880
|
+
declare const ImageEditorDemoLabel: React$1.FC<Props$y>;
|
|
5881
|
+
interface Props$y {
|
|
5862
5882
|
/**
|
|
5863
5883
|
* Renders link content
|
|
5864
5884
|
*/
|
|
@@ -5869,28 +5889,28 @@ interface Props$x {
|
|
|
5869
5889
|
creditHref?: string;
|
|
5870
5890
|
}
|
|
5871
5891
|
|
|
5872
|
-
declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$
|
|
5892
|
+
declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$3u, 'children' | 'onClick'>>;
|
|
5873
5893
|
|
|
5874
|
-
declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$
|
|
5894
|
+
declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$3u, 'children' | 'onClick'>>;
|
|
5875
5895
|
|
|
5876
|
-
declare const ImageEditorLoader: React$1.ForwardRefExoticComponent<Props$
|
|
5877
|
-
interface Props$
|
|
5896
|
+
declare const ImageEditorLoader: React$1.ForwardRefExoticComponent<Props$x & React$1.RefAttributes<HTMLDivElement>>;
|
|
5897
|
+
interface Props$x {
|
|
5878
5898
|
/**
|
|
5879
5899
|
* Main content of the component.
|
|
5880
5900
|
*/
|
|
5881
5901
|
children?: React$1.ReactNode;
|
|
5882
5902
|
}
|
|
5883
5903
|
|
|
5884
|
-
declare const ImageEditorMenu: React$1.ForwardRefExoticComponent<Props$
|
|
5885
|
-
interface Props$
|
|
5904
|
+
declare const ImageEditorMenu: React$1.ForwardRefExoticComponent<Props$w & React$1.RefAttributes<HTMLDivElement>>;
|
|
5905
|
+
interface Props$w {
|
|
5886
5906
|
/**
|
|
5887
5907
|
* Main content of the component.
|
|
5888
5908
|
*/
|
|
5889
5909
|
children?: React$1.ReactNode;
|
|
5890
5910
|
}
|
|
5891
5911
|
|
|
5892
|
-
declare const ImageEditorMenuContainer: React$1.ForwardRefExoticComponent<Props$
|
|
5893
|
-
interface Props$
|
|
5912
|
+
declare const ImageEditorMenuContainer: React$1.ForwardRefExoticComponent<Props$v & React$1.RefAttributes<HTMLDivElement>>;
|
|
5913
|
+
interface Props$v {
|
|
5894
5914
|
/**
|
|
5895
5915
|
* Main content of the component.
|
|
5896
5916
|
*/
|
|
@@ -5905,8 +5925,8 @@ interface Props$u {
|
|
|
5905
5925
|
muted?: boolean;
|
|
5906
5926
|
}
|
|
5907
5927
|
|
|
5908
|
-
declare const ImageEditorMenuSection: React$1.ForwardRefExoticComponent<Props$
|
|
5909
|
-
interface Props$
|
|
5928
|
+
declare const ImageEditorMenuSection: React$1.ForwardRefExoticComponent<Props$u & React$1.RefAttributes<HTMLDivElement>>;
|
|
5929
|
+
interface Props$u {
|
|
5910
5930
|
/**
|
|
5911
5931
|
* Main content of the component.
|
|
5912
5932
|
*/
|
|
@@ -5917,8 +5937,8 @@ interface Props$t {
|
|
|
5917
5937
|
title?: string;
|
|
5918
5938
|
}
|
|
5919
5939
|
|
|
5920
|
-
declare const ImageEditorMenuSubSection: React$1.ForwardRefExoticComponent<Props$
|
|
5921
|
-
interface Props$
|
|
5940
|
+
declare const ImageEditorMenuSubSection: React$1.ForwardRefExoticComponent<Props$t & React$1.RefAttributes<HTMLDivElement>>;
|
|
5941
|
+
interface Props$t {
|
|
5922
5942
|
/**
|
|
5923
5943
|
* Main content of the component.
|
|
5924
5944
|
*/
|
|
@@ -5933,8 +5953,8 @@ interface Props$s {
|
|
|
5933
5953
|
title?: string;
|
|
5934
5954
|
}
|
|
5935
5955
|
|
|
5936
|
-
declare const ImageEditorPresetSelect: React$1.FC<Props$
|
|
5937
|
-
interface Props$
|
|
5956
|
+
declare const ImageEditorPresetSelect: React$1.FC<Props$s>;
|
|
5957
|
+
interface Props$s {
|
|
5938
5958
|
/**
|
|
5939
5959
|
* Aria label for clear button.
|
|
5940
5960
|
*/
|
|
@@ -5949,10 +5969,10 @@ interface Props$r {
|
|
|
5949
5969
|
placeholder?: string;
|
|
5950
5970
|
}
|
|
5951
5971
|
|
|
5952
|
-
declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
5972
|
+
declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$3u, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5953
5973
|
|
|
5954
|
-
declare const ImageEditorResizeDimensions: React$1.ForwardRefExoticComponent<Props$
|
|
5955
|
-
interface Props$
|
|
5974
|
+
declare const ImageEditorResizeDimensions: React$1.ForwardRefExoticComponent<Props$r & React$1.RefAttributes<HTMLDivElement>>;
|
|
5975
|
+
interface Props$r {
|
|
5956
5976
|
/**
|
|
5957
5977
|
* Error message.
|
|
5958
5978
|
*/
|
|
@@ -5967,12 +5987,12 @@ interface Props$q {
|
|
|
5967
5987
|
widthInput: React$1.ReactNode;
|
|
5968
5988
|
}
|
|
5969
5989
|
|
|
5970
|
-
declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$
|
|
5990
|
+
declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$3u, 'children' | 'onClick'>>;
|
|
5971
5991
|
|
|
5972
|
-
declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$
|
|
5992
|
+
declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$3u, 'children' | 'onClick'>>;
|
|
5973
5993
|
|
|
5974
|
-
declare const ImageEditorSaveDialog: React$1.ForwardRefExoticComponent<Props$
|
|
5975
|
-
interface Props$
|
|
5994
|
+
declare const ImageEditorSaveDialog: React$1.ForwardRefExoticComponent<Props$q & React$1.RefAttributes<HTMLDivElement>>;
|
|
5995
|
+
interface Props$q {
|
|
5976
5996
|
/**
|
|
5977
5997
|
* Main content of the component.
|
|
5978
5998
|
*/
|
|
@@ -5983,16 +6003,16 @@ interface Props$p {
|
|
|
5983
6003
|
labelledBy?: string;
|
|
5984
6004
|
}
|
|
5985
6005
|
|
|
5986
|
-
declare const ImageEditorSaveDialogActions: React$1.ForwardRefExoticComponent<Props$
|
|
5987
|
-
interface Props$
|
|
6006
|
+
declare const ImageEditorSaveDialogActions: React$1.ForwardRefExoticComponent<Props$p & React$1.RefAttributes<HTMLDivElement>>;
|
|
6007
|
+
interface Props$p {
|
|
5988
6008
|
/**
|
|
5989
6009
|
* Main content of the component.
|
|
5990
6010
|
*/
|
|
5991
6011
|
children: React$1.ReactNode;
|
|
5992
6012
|
}
|
|
5993
6013
|
|
|
5994
|
-
declare const ImageEditorSaveDialogCanvas: React$1.ForwardRefExoticComponent<Props$
|
|
5995
|
-
interface Props$
|
|
6014
|
+
declare const ImageEditorSaveDialogCanvas: React$1.ForwardRefExoticComponent<Props$o & React$1.RefAttributes<HTMLDivElement>>;
|
|
6015
|
+
interface Props$o {
|
|
5996
6016
|
/**
|
|
5997
6017
|
* Main content of the component.
|
|
5998
6018
|
*/
|
|
@@ -6003,10 +6023,10 @@ interface Props$n {
|
|
|
6003
6023
|
title?: string;
|
|
6004
6024
|
}
|
|
6005
6025
|
|
|
6006
|
-
declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
6026
|
+
declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$3u, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6007
6027
|
|
|
6008
|
-
declare const ImageEditorSaveDialogHeader: React$1.ForwardRefExoticComponent<Props$
|
|
6009
|
-
interface Props$
|
|
6028
|
+
declare const ImageEditorSaveDialogHeader: React$1.ForwardRefExoticComponent<Props$n & React$1.RefAttributes<HTMLDivElement>>;
|
|
6029
|
+
interface Props$n {
|
|
6010
6030
|
/**
|
|
6011
6031
|
* Main content of the component.
|
|
6012
6032
|
*/
|
|
@@ -6021,28 +6041,28 @@ interface Props$m {
|
|
|
6021
6041
|
titleId?: string;
|
|
6022
6042
|
}
|
|
6023
6043
|
|
|
6024
|
-
declare const ImageEditorSaveDialogImage: React$1.ForwardRefExoticComponent<Props$
|
|
6025
|
-
interface Props$
|
|
6044
|
+
declare const ImageEditorSaveDialogImage: React$1.ForwardRefExoticComponent<Props$m & React$1.RefAttributes<HTMLDivElement>>;
|
|
6045
|
+
interface Props$m {
|
|
6026
6046
|
/**
|
|
6027
6047
|
* Alternative text description of the preview image.
|
|
6028
6048
|
*/
|
|
6029
6049
|
alt: string;
|
|
6030
6050
|
}
|
|
6031
6051
|
|
|
6032
|
-
declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$
|
|
6052
|
+
declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$1x & React$1.RefAttributes<HTMLFormElement>>;
|
|
6033
6053
|
|
|
6034
|
-
declare const ImageEditorSaveDialogPreview: React$1.ForwardRefExoticComponent<Props$
|
|
6035
|
-
interface Props$
|
|
6054
|
+
declare const ImageEditorSaveDialogPreview: React$1.ForwardRefExoticComponent<Props$l & React$1.RefAttributes<HTMLDivElement>>;
|
|
6055
|
+
interface Props$l {
|
|
6036
6056
|
/**
|
|
6037
6057
|
* Main content of the component.
|
|
6038
6058
|
*/
|
|
6039
6059
|
children?: React$1.ReactNode;
|
|
6040
6060
|
}
|
|
6041
6061
|
|
|
6042
|
-
declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$
|
|
6062
|
+
declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$1a & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6043
6063
|
|
|
6044
|
-
declare const ImageEditorSaveDialogSection: React$1.ForwardRefExoticComponent<Props$
|
|
6045
|
-
interface Props$
|
|
6064
|
+
declare const ImageEditorSaveDialogSection: React$1.ForwardRefExoticComponent<Props$k & React$1.RefAttributes<HTMLDivElement>>;
|
|
6065
|
+
interface Props$k {
|
|
6046
6066
|
/**
|
|
6047
6067
|
* Main content of the component.
|
|
6048
6068
|
*/
|
|
@@ -6057,15 +6077,15 @@ interface Props$j {
|
|
|
6057
6077
|
title?: string;
|
|
6058
6078
|
}
|
|
6059
6079
|
|
|
6060
|
-
declare const ImageEditorToolbar: React$1.ForwardRefExoticComponent<Props$
|
|
6061
|
-
interface Props$
|
|
6080
|
+
declare const ImageEditorToolbar: React$1.ForwardRefExoticComponent<Props$j & React$1.RefAttributes<HTMLDivElement>>;
|
|
6081
|
+
interface Props$j {
|
|
6062
6082
|
/**
|
|
6063
6083
|
* Main content of the component.
|
|
6064
6084
|
*/
|
|
6065
6085
|
children: React$1.ReactNode;
|
|
6066
6086
|
}
|
|
6067
6087
|
|
|
6068
|
-
interface Props$
|
|
6088
|
+
interface Props$i {
|
|
6069
6089
|
/**
|
|
6070
6090
|
* Main button content.
|
|
6071
6091
|
*/
|
|
@@ -6080,46 +6100,46 @@ interface Props$h {
|
|
|
6080
6100
|
onClick?: React$1.MouseEventHandler;
|
|
6081
6101
|
}
|
|
6082
6102
|
|
|
6083
|
-
declare const ImageEditorToolbarFlipHorizontalButton: React$1.FC<Omit<Props$
|
|
6103
|
+
declare const ImageEditorToolbarFlipHorizontalButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
6084
6104
|
|
|
6085
|
-
declare const ImageEditorToolbarFlipVerticalButton: React$1.FC<Omit<Props$
|
|
6105
|
+
declare const ImageEditorToolbarFlipVerticalButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
6086
6106
|
|
|
6087
6107
|
declare const ImageEditorToolbarImageSize: React$1.ForwardRefExoticComponent<React$1.RefAttributes<HTMLDivElement>>;
|
|
6088
6108
|
|
|
6089
|
-
declare const ImageEditorToolbarRotateLeftButton: React$1.FC<Omit<Props$
|
|
6109
|
+
declare const ImageEditorToolbarRotateLeftButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
6090
6110
|
|
|
6091
|
-
declare const ImageEditorToolbarRotateRightButton: React$1.FC<Omit<Props$
|
|
6111
|
+
declare const ImageEditorToolbarRotateRightButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
6092
6112
|
|
|
6093
|
-
declare const ImageEditorToolbarSection: React$1.ForwardRefExoticComponent<Props$
|
|
6094
|
-
interface Props$
|
|
6113
|
+
declare const ImageEditorToolbarSection: React$1.ForwardRefExoticComponent<Props$h & React$1.RefAttributes<HTMLDivElement>>;
|
|
6114
|
+
interface Props$h {
|
|
6095
6115
|
/**
|
|
6096
6116
|
* Main content of the component.
|
|
6097
6117
|
*/
|
|
6098
6118
|
children: React$1.ReactNode;
|
|
6099
6119
|
}
|
|
6100
6120
|
|
|
6101
|
-
declare const ImageEditorToolbarZoomInButton: React$1.FC<Omit<Props$
|
|
6121
|
+
declare const ImageEditorToolbarZoomInButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
6102
6122
|
|
|
6103
|
-
declare const ImageEditorToolbarZoomOutButton: React$1.FC<Omit<Props$
|
|
6123
|
+
declare const ImageEditorToolbarZoomOutButton: React$1.FC<Omit<Props$i, 'children' | 'onClick'>>;
|
|
6104
6124
|
|
|
6105
|
-
declare const ImageEditorToolbarZoomValue: React$1.ForwardRefExoticComponent<Props$
|
|
6106
|
-
interface Props$
|
|
6125
|
+
declare const ImageEditorToolbarZoomValue: React$1.ForwardRefExoticComponent<Props$g & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6126
|
+
interface Props$g {
|
|
6107
6127
|
/**
|
|
6108
6128
|
* Optional aria-label for the button.
|
|
6109
6129
|
*/
|
|
6110
6130
|
label: string;
|
|
6111
6131
|
}
|
|
6112
6132
|
|
|
6113
|
-
declare const ImageEditorWorkspace: React$1.ForwardRefExoticComponent<Props$
|
|
6114
|
-
interface Props$
|
|
6133
|
+
declare const ImageEditorWorkspace: React$1.ForwardRefExoticComponent<Props$f & React$1.RefAttributes<HTMLDivElement>>;
|
|
6134
|
+
interface Props$f {
|
|
6115
6135
|
/**
|
|
6116
6136
|
* Main content of the component.
|
|
6117
6137
|
*/
|
|
6118
6138
|
children?: React$1.ReactNode;
|
|
6119
6139
|
}
|
|
6120
6140
|
|
|
6121
|
-
declare const ImageEditor: React$1.ForwardRefExoticComponent<Props$
|
|
6122
|
-
interface Props$
|
|
6141
|
+
declare const ImageEditor: React$1.ForwardRefExoticComponent<Props$e & React$1.RefAttributes<HTMLDivElement>>;
|
|
6142
|
+
interface Props$e {
|
|
6123
6143
|
/**
|
|
6124
6144
|
* Main content of the component.
|
|
6125
6145
|
*/
|
|
@@ -6150,8 +6170,8 @@ interface Props$d {
|
|
|
6150
6170
|
originalImageSrc?: string;
|
|
6151
6171
|
}
|
|
6152
6172
|
|
|
6153
|
-
declare const Textarea: React$1.ForwardRefExoticComponent<Props$
|
|
6154
|
-
interface Props$
|
|
6173
|
+
declare const Textarea: React$1.ForwardRefExoticComponent<Props$d & React$1.RefAttributes<HTMLTextAreaElement>>;
|
|
6174
|
+
interface Props$d {
|
|
6155
6175
|
/**
|
|
6156
6176
|
* Input's class name.
|
|
6157
6177
|
*/
|
|
@@ -6220,8 +6240,8 @@ declare const TextFieldInput: React$1.ForwardRefExoticComponent<React$1.InputHTM
|
|
|
6220
6240
|
type TextFieldSize = 'md' | 'base';
|
|
6221
6241
|
type TextFieldVariant = 'outlined' | 'underlined';
|
|
6222
6242
|
|
|
6223
|
-
declare const TextField: React$1.ForwardRefExoticComponent<Props$
|
|
6224
|
-
interface Props$
|
|
6243
|
+
declare const TextField: React$1.ForwardRefExoticComponent<Props$c & React$1.RefAttributes<HTMLDivElement>>;
|
|
6244
|
+
interface Props$c {
|
|
6225
6245
|
/**
|
|
6226
6246
|
* Text field's adornment.
|
|
6227
6247
|
*/
|
|
@@ -6256,8 +6276,8 @@ interface Props$b {
|
|
|
6256
6276
|
variant?: TextFieldVariant;
|
|
6257
6277
|
}
|
|
6258
6278
|
|
|
6259
|
-
declare const Pill: React$1.FC<Props$
|
|
6260
|
-
interface Props$
|
|
6279
|
+
declare const Pill: React$1.FC<Props$b>;
|
|
6280
|
+
interface Props$b {
|
|
6261
6281
|
/**
|
|
6262
6282
|
* Whether component is active.
|
|
6263
6283
|
*/
|
|
@@ -6273,7 +6293,7 @@ interface Props$a {
|
|
|
6273
6293
|
/**
|
|
6274
6294
|
* Icon to display.
|
|
6275
6295
|
*/
|
|
6276
|
-
icon?: React$1.ReactElement<Props$
|
|
6296
|
+
icon?: React$1.ReactElement<Props$3v>;
|
|
6277
6297
|
/**
|
|
6278
6298
|
* Unique ID of a tab.
|
|
6279
6299
|
*/
|
|
@@ -6284,16 +6304,16 @@ interface Props$a {
|
|
|
6284
6304
|
onClick?: React$1.MouseEventHandler<HTMLButtonElement>;
|
|
6285
6305
|
}
|
|
6286
6306
|
|
|
6287
|
-
declare const Pills: React$1.FC<Props$
|
|
6288
|
-
interface Props$
|
|
6307
|
+
declare const Pills: React$1.FC<Props$a>;
|
|
6308
|
+
interface Props$a {
|
|
6289
6309
|
/**
|
|
6290
6310
|
* Main content of the component.
|
|
6291
6311
|
*/
|
|
6292
6312
|
children: React$1.ReactNode;
|
|
6293
6313
|
}
|
|
6294
6314
|
|
|
6295
|
-
declare const PdfViewer: React$1.FC<Props$
|
|
6296
|
-
interface Props$
|
|
6315
|
+
declare const PdfViewer: React$1.FC<Props$9>;
|
|
6316
|
+
interface Props$9 {
|
|
6297
6317
|
/**
|
|
6298
6318
|
* Location of data source.
|
|
6299
6319
|
*/
|
|
@@ -6304,16 +6324,16 @@ interface Props$8 {
|
|
|
6304
6324
|
title: string;
|
|
6305
6325
|
}
|
|
6306
6326
|
|
|
6307
|
-
declare const TableBody: React$1.FC<Props$
|
|
6308
|
-
interface Props$
|
|
6327
|
+
declare const TableBody: React$1.FC<Props$8>;
|
|
6328
|
+
interface Props$8 {
|
|
6309
6329
|
/**
|
|
6310
6330
|
* Main content of the component.
|
|
6311
6331
|
*/
|
|
6312
6332
|
children: React$1.ReactNode;
|
|
6313
6333
|
}
|
|
6314
6334
|
|
|
6315
|
-
declare const TableCell: React$1.FC<Props$
|
|
6316
|
-
interface Props$
|
|
6335
|
+
declare const TableCell: React$1.FC<Props$7>;
|
|
6336
|
+
interface Props$7 {
|
|
6317
6337
|
/**
|
|
6318
6338
|
* Text alignment.
|
|
6319
6339
|
*/
|
|
@@ -6328,24 +6348,24 @@ interface Props$6 {
|
|
|
6328
6348
|
className?: string;
|
|
6329
6349
|
}
|
|
6330
6350
|
|
|
6331
|
-
declare const TableContainer: React$1.FC<Props$
|
|
6332
|
-
interface Props$
|
|
6351
|
+
declare const TableContainer: React$1.FC<Props$6>;
|
|
6352
|
+
interface Props$6 {
|
|
6333
6353
|
/**
|
|
6334
6354
|
* Main content of the component.
|
|
6335
6355
|
*/
|
|
6336
6356
|
children: React$1.ReactNode;
|
|
6337
6357
|
}
|
|
6338
6358
|
|
|
6339
|
-
declare const TableHead: React$1.FC<Props$
|
|
6340
|
-
interface Props$
|
|
6359
|
+
declare const TableHead: React$1.FC<Props$5>;
|
|
6360
|
+
interface Props$5 {
|
|
6341
6361
|
/**
|
|
6342
6362
|
* Main content of the component.
|
|
6343
6363
|
*/
|
|
6344
6364
|
children: React$1.ReactNode;
|
|
6345
6365
|
}
|
|
6346
6366
|
|
|
6347
|
-
declare const TableHeader: React$1.FC<Props$
|
|
6348
|
-
interface Props$
|
|
6367
|
+
declare const TableHeader: React$1.FC<Props$4>;
|
|
6368
|
+
interface Props$4 {
|
|
6349
6369
|
/**
|
|
6350
6370
|
* Text alignment.
|
|
6351
6371
|
*/
|
|
@@ -6360,24 +6380,24 @@ interface Props$3 {
|
|
|
6360
6380
|
className?: string;
|
|
6361
6381
|
}
|
|
6362
6382
|
|
|
6363
|
-
declare const TableRow: React$1.FC<Props$
|
|
6364
|
-
interface Props$
|
|
6383
|
+
declare const TableRow: React$1.FC<Props$3>;
|
|
6384
|
+
interface Props$3 {
|
|
6365
6385
|
/**
|
|
6366
6386
|
* Main content of the component.
|
|
6367
6387
|
*/
|
|
6368
6388
|
children: React$1.ReactNode;
|
|
6369
6389
|
}
|
|
6370
6390
|
|
|
6371
|
-
declare const TableToolbar: React$1.FC<Props$
|
|
6372
|
-
interface Props$
|
|
6391
|
+
declare const TableToolbar: React$1.FC<Props$2>;
|
|
6392
|
+
interface Props$2 {
|
|
6373
6393
|
/**
|
|
6374
6394
|
* Main content of the component.
|
|
6375
6395
|
*/
|
|
6376
6396
|
children: React$1.ReactNode;
|
|
6377
6397
|
}
|
|
6378
6398
|
|
|
6379
|
-
declare const Table: React$1.FC<Props>;
|
|
6380
|
-
interface Props {
|
|
6399
|
+
declare const Table: React$1.FC<Props$1>;
|
|
6400
|
+
interface Props$1 {
|
|
6381
6401
|
/**
|
|
6382
6402
|
* Main content of the component.
|
|
6383
6403
|
*/
|
|
@@ -6388,5 +6408,29 @@ interface Props {
|
|
|
6388
6408
|
className?: string;
|
|
6389
6409
|
}
|
|
6390
6410
|
|
|
6391
|
-
|
|
6392
|
-
|
|
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 };
|