@ckbox/components 2.10.0 → 2.11.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/index.d.ts +436 -372
- package/dist/index.js +1 -1
- package/dist/styles/ckbox.css +1 -1
- 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.ForwardRefExoticComponent<Props$
|
|
12
|
-
interface Props$
|
|
11
|
+
declare const Avatar: React$1.ForwardRefExoticComponent<Props$3J & React$1.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
interface Props$3J {
|
|
13
13
|
/**
|
|
14
14
|
* ID used for determining color.
|
|
15
15
|
*/
|
|
@@ -174,7 +174,7 @@ declare const Warning: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
|
174
174
|
|
|
175
175
|
declare const WarningAmberOutlined: (props: SVGProps<SVGSVGElement>) => React$1.JSX.Element;
|
|
176
176
|
|
|
177
|
-
interface Props$
|
|
177
|
+
interface Props$3I {
|
|
178
178
|
/**
|
|
179
179
|
* Toggles optional icon animation.
|
|
180
180
|
*/
|
|
@@ -189,15 +189,15 @@ interface Props$3F {
|
|
|
189
189
|
'data-testid'?: string;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
declare const ArrowRightOutlinedAnimated: React$1.FC<Props$
|
|
192
|
+
declare const ArrowRightOutlinedAnimated: React$1.FC<Props$3I>;
|
|
193
193
|
|
|
194
|
-
declare const SettingsOutlinedAnimated: React$1.FC<Props$
|
|
194
|
+
declare const SettingsOutlinedAnimated: React$1.FC<Props$3I>;
|
|
195
195
|
|
|
196
|
-
declare const SortAscending: React$1.FC<Props$
|
|
196
|
+
declare const SortAscending: React$1.FC<Props$3I>;
|
|
197
197
|
|
|
198
|
-
declare const SortDescending: React$1.FC<Props$
|
|
198
|
+
declare const SortDescending: React$1.FC<Props$3I>;
|
|
199
199
|
|
|
200
|
-
declare const Spinner: React$1.FC<Props$
|
|
200
|
+
declare const Spinner: React$1.FC<Props$3I>;
|
|
201
201
|
|
|
202
202
|
declare const icons$1_AccessTimeOutlined: typeof AccessTimeOutlined;
|
|
203
203
|
declare const icons$1_AddOutlined: typeof AddOutlined;
|
|
@@ -368,8 +368,8 @@ type IconName = keyof typeof icons$1;
|
|
|
368
368
|
type IconSize = 'small' | 'base' | 'medium' | 'big' | 'bigger' | 'biggest' | 'humongous';
|
|
369
369
|
type IconColor = 'accent' | 'danger' | 'default' | 'disabled' | 'muted' | 'success' | 'warning';
|
|
370
370
|
|
|
371
|
-
declare const Icon: React$1.FC<Props$
|
|
372
|
-
interface Props$
|
|
371
|
+
declare const Icon: React$1.FC<Props$3H>;
|
|
372
|
+
interface Props$3H {
|
|
373
373
|
/**
|
|
374
374
|
* Toggles optional icon animation.
|
|
375
375
|
*/
|
|
@@ -399,8 +399,8 @@ interface Props$3E {
|
|
|
399
399
|
size?: IconSize;
|
|
400
400
|
}
|
|
401
401
|
|
|
402
|
-
declare const ActionBanner: React$1.FC<Props$
|
|
403
|
-
interface Props$
|
|
402
|
+
declare const ActionBanner: React$1.FC<Props$3G>;
|
|
403
|
+
interface Props$3G {
|
|
404
404
|
/**
|
|
405
405
|
* Icon displayed for action button.
|
|
406
406
|
*/
|
|
@@ -419,8 +419,8 @@ interface Props$3D {
|
|
|
419
419
|
actionLabel: string;
|
|
420
420
|
}
|
|
421
421
|
|
|
422
|
-
declare const Bottombar: React$1.ForwardRefExoticComponent<Props$
|
|
423
|
-
interface Props$
|
|
422
|
+
declare const Bottombar: React$1.ForwardRefExoticComponent<Props$3F & React$1.RefAttributes<HTMLDivElement>>;
|
|
423
|
+
interface Props$3F {
|
|
424
424
|
/**
|
|
425
425
|
* Main content of the component.
|
|
426
426
|
*/
|
|
@@ -439,8 +439,8 @@ type ButtonSize = 'tiny' | 'small' | 'medium' | 'large';
|
|
|
439
439
|
type ButtonType = 'fill' | 'outline' | 'plain' | 'link';
|
|
440
440
|
type ButtonColor = 'action' | 'success' | 'danger' | 'neutral';
|
|
441
441
|
|
|
442
|
-
declare const Button: React$1.ForwardRefExoticComponent<Props$
|
|
443
|
-
interface Props$
|
|
442
|
+
declare const Button: React$1.ForwardRefExoticComponent<Props$3E & React$1.RefAttributes<HTMLButtonElement>>;
|
|
443
|
+
interface Props$3E {
|
|
444
444
|
/**
|
|
445
445
|
* Applies active styling.
|
|
446
446
|
*/
|
|
@@ -535,24 +535,24 @@ interface Props$3B {
|
|
|
535
535
|
disabledLabelWrapping?: boolean;
|
|
536
536
|
}
|
|
537
537
|
|
|
538
|
-
declare const ButtonGroup: React$1.FC<Props$
|
|
539
|
-
interface Props$
|
|
538
|
+
declare const ButtonGroup: React$1.FC<Props$3D>;
|
|
539
|
+
interface Props$3D {
|
|
540
540
|
/**
|
|
541
541
|
* Button components.
|
|
542
542
|
*/
|
|
543
543
|
children: React$1.ReactNode;
|
|
544
544
|
}
|
|
545
545
|
|
|
546
|
-
declare const ButtonRow: React$1.FC<Props$
|
|
547
|
-
interface Props$
|
|
546
|
+
declare const ButtonRow: React$1.FC<Props$3C>;
|
|
547
|
+
interface Props$3C {
|
|
548
548
|
/**
|
|
549
549
|
* Button components.
|
|
550
550
|
*/
|
|
551
551
|
children: React$1.ReactNode;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
|
-
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$
|
|
555
|
-
interface Props$
|
|
554
|
+
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$3B & React$1.RefAttributes<HTMLButtonElement>>;
|
|
555
|
+
interface Props$3B {
|
|
556
556
|
/**
|
|
557
557
|
* Component's label.
|
|
558
558
|
*/
|
|
@@ -575,8 +575,8 @@ interface Props$3y {
|
|
|
575
575
|
onClick?: () => void;
|
|
576
576
|
}
|
|
577
577
|
|
|
578
|
-
declare const CoreUploaderProgressPanel: ({ error, errorMessage, completed, actionIcon, actionLabel, onAction, id, title, thumbnailSrc, value, assetSize, displayThumbnail, }: Props$
|
|
579
|
-
interface Props$
|
|
578
|
+
declare const CoreUploaderProgressPanel: ({ error, errorMessage, completed, actionIcon, actionLabel, onAction, id, title, thumbnailSrc, value, assetSize, displayThumbnail, }: Props$3A) => React$1.JSX.Element;
|
|
579
|
+
interface Props$3A {
|
|
580
580
|
/**
|
|
581
581
|
* Source string used for thumbnail.
|
|
582
582
|
*/
|
|
@@ -631,8 +631,8 @@ interface Props$3x {
|
|
|
631
631
|
actionIcon?: IconName;
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
declare const CoreUploaderWorkingArea: React$1.ForwardRefExoticComponent<Props$
|
|
635
|
-
interface Props$
|
|
634
|
+
declare const CoreUploaderWorkingArea: React$1.ForwardRefExoticComponent<Props$3z & React$1.RefAttributes<HTMLDivElement>>;
|
|
635
|
+
interface Props$3z {
|
|
636
636
|
/**
|
|
637
637
|
* Label displayed by component.
|
|
638
638
|
*/
|
|
@@ -651,8 +651,8 @@ interface Props$3w {
|
|
|
651
651
|
uploadButton: React$1.ReactNode;
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
-
declare const CoreUploaderErrorPanel: ({ children, errorTitle, errorSubTitle }: Props$
|
|
655
|
-
interface Props$
|
|
654
|
+
declare const CoreUploaderErrorPanel: ({ children, errorTitle, errorSubTitle }: Props$3y) => React$1.JSX.Element;
|
|
655
|
+
interface Props$3y {
|
|
656
656
|
/**
|
|
657
657
|
* Content displayed inside error panel.
|
|
658
658
|
*/
|
|
@@ -667,8 +667,8 @@ interface Props$3v {
|
|
|
667
667
|
errorSubTitle: string;
|
|
668
668
|
}
|
|
669
669
|
|
|
670
|
-
declare const CoreUploaderView: ({ header, footer }: Props$
|
|
671
|
-
interface Props$
|
|
670
|
+
declare const CoreUploaderView: ({ header, footer }: Props$3x) => React$1.JSX.Element;
|
|
671
|
+
interface Props$3x {
|
|
672
672
|
/**
|
|
673
673
|
* Content displayed as header element.
|
|
674
674
|
*/
|
|
@@ -679,8 +679,8 @@ interface Props$3u {
|
|
|
679
679
|
footer?: React$1.ReactNode;
|
|
680
680
|
}
|
|
681
681
|
|
|
682
|
-
declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$
|
|
683
|
-
interface Props$
|
|
682
|
+
declare const DialogNextTitle: React$1.ForwardRefExoticComponent<Props$3w & React$1.RefAttributes<HTMLDivElement>>;
|
|
683
|
+
interface Props$3w {
|
|
684
684
|
/**
|
|
685
685
|
* Main content of the component.
|
|
686
686
|
*/
|
|
@@ -699,8 +699,8 @@ interface Props$3t {
|
|
|
699
699
|
titleId?: string;
|
|
700
700
|
}
|
|
701
701
|
|
|
702
|
-
declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$
|
|
703
|
-
interface Props$
|
|
702
|
+
declare const DialogNextColumn: React$1.ForwardRefExoticComponent<Props$3v & React$1.RefAttributes<HTMLDivElement>>;
|
|
703
|
+
interface Props$3v {
|
|
704
704
|
/**
|
|
705
705
|
* Main content of the component.
|
|
706
706
|
*/
|
|
@@ -711,8 +711,8 @@ interface Props$3s {
|
|
|
711
711
|
className?: string;
|
|
712
712
|
}
|
|
713
713
|
|
|
714
|
-
declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$
|
|
715
|
-
interface Props$
|
|
714
|
+
declare const DialogNextContent: React$1.ForwardRefExoticComponent<Props$3u & React$1.RefAttributes<HTMLDivElement>>;
|
|
715
|
+
interface Props$3u {
|
|
716
716
|
/**
|
|
717
717
|
* Main content of the component.
|
|
718
718
|
*/
|
|
@@ -731,8 +731,8 @@ interface Props$3r {
|
|
|
731
731
|
id?: string;
|
|
732
732
|
}
|
|
733
733
|
|
|
734
|
-
declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$
|
|
735
|
-
interface Props$
|
|
734
|
+
declare const DialogNextFooter: React$1.ForwardRefExoticComponent<Props$3t & React$1.RefAttributes<HTMLDivElement>>;
|
|
735
|
+
interface Props$3t {
|
|
736
736
|
/**
|
|
737
737
|
* Main content of the component.
|
|
738
738
|
*/
|
|
@@ -743,8 +743,8 @@ interface Props$3q {
|
|
|
743
743
|
className?: string;
|
|
744
744
|
}
|
|
745
745
|
|
|
746
|
-
declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$
|
|
747
|
-
interface Props$
|
|
746
|
+
declare const DialogNextCloseButton: React$1.ForwardRefExoticComponent<Props$3s & React$1.RefAttributes<HTMLButtonElement>>;
|
|
747
|
+
interface Props$3s {
|
|
748
748
|
/**
|
|
749
749
|
* Close button's label.
|
|
750
750
|
*/
|
|
@@ -755,8 +755,8 @@ interface Props$3p {
|
|
|
755
755
|
className?: string;
|
|
756
756
|
}
|
|
757
757
|
|
|
758
|
-
declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$
|
|
759
|
-
interface Props$
|
|
758
|
+
declare const DialogNextHeader: React$1.ForwardRefExoticComponent<Props$3r & React$1.RefAttributes<HTMLDivElement>>;
|
|
759
|
+
interface Props$3r {
|
|
760
760
|
/**
|
|
761
761
|
* Main content of the component.
|
|
762
762
|
*/
|
|
@@ -767,16 +767,16 @@ interface Props$3o {
|
|
|
767
767
|
className?: string;
|
|
768
768
|
}
|
|
769
769
|
|
|
770
|
-
declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$
|
|
771
|
-
interface Props$
|
|
770
|
+
declare const DialogNextSeparator: React$1.ForwardRefExoticComponent<Props$3q & React$1.RefAttributes<HTMLDivElement>>;
|
|
771
|
+
interface Props$3q {
|
|
772
772
|
/**
|
|
773
773
|
* Sets root header class.
|
|
774
774
|
*/
|
|
775
775
|
className?: string;
|
|
776
776
|
}
|
|
777
777
|
|
|
778
|
-
declare const DialogNext: React$1.ForwardRefExoticComponent<Props$
|
|
779
|
-
interface Props$
|
|
778
|
+
declare const DialogNext: React$1.ForwardRefExoticComponent<Props$3p & React$1.RefAttributes<HTMLDivElement>>;
|
|
779
|
+
interface Props$3p {
|
|
780
780
|
/**
|
|
781
781
|
* Main content of the component.
|
|
782
782
|
*/
|
|
@@ -815,16 +815,16 @@ interface Props$3m {
|
|
|
815
815
|
alert?: boolean;
|
|
816
816
|
}
|
|
817
817
|
|
|
818
|
-
declare const DialogActions: React$1.FC<Props$
|
|
819
|
-
interface Props$
|
|
818
|
+
declare const DialogActions: React$1.FC<Props$3o>;
|
|
819
|
+
interface Props$3o {
|
|
820
820
|
/**
|
|
821
821
|
* Main content of the component.
|
|
822
822
|
*/
|
|
823
823
|
children: React$1.ReactNode;
|
|
824
824
|
}
|
|
825
825
|
|
|
826
|
-
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$
|
|
827
|
-
interface Props$
|
|
826
|
+
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$3n & React$1.RefAttributes<HTMLDivElement>>;
|
|
827
|
+
interface Props$3n extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
828
828
|
/**
|
|
829
829
|
* Main content of the component.
|
|
830
830
|
*/
|
|
@@ -835,8 +835,8 @@ interface Props$3k extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
835
835
|
overflow?: boolean;
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
-
declare const DialogFooter: React$1.FC<Props$
|
|
839
|
-
interface Props$
|
|
838
|
+
declare const DialogFooter: React$1.FC<Props$3m>;
|
|
839
|
+
interface Props$3m {
|
|
840
840
|
/**
|
|
841
841
|
* Main content of the component.
|
|
842
842
|
*/
|
|
@@ -852,8 +852,8 @@ interface Props$3j {
|
|
|
852
852
|
}[];
|
|
853
853
|
}
|
|
854
854
|
|
|
855
|
-
declare const DialogHeader: React$1.FC<Props$
|
|
856
|
-
interface Props$
|
|
855
|
+
declare const DialogHeader: React$1.FC<Props$3l>;
|
|
856
|
+
interface Props$3l {
|
|
857
857
|
/**
|
|
858
858
|
* Sets focus on close button on mount.
|
|
859
859
|
*/
|
|
@@ -876,8 +876,8 @@ interface Props$3i {
|
|
|
876
876
|
type?: 'success' | 'error' | 'info';
|
|
877
877
|
}
|
|
878
878
|
|
|
879
|
-
declare const DialogProgressHeader: React$1.FC<Props$
|
|
880
|
-
interface Props$
|
|
879
|
+
declare const DialogProgressHeader: React$1.FC<Props$3k>;
|
|
880
|
+
interface Props$3k {
|
|
881
881
|
/**
|
|
882
882
|
* Sets focus on close button on mount.
|
|
883
883
|
*/
|
|
@@ -908,16 +908,16 @@ interface Props$3h {
|
|
|
908
908
|
title?: string;
|
|
909
909
|
}
|
|
910
910
|
|
|
911
|
-
declare const DialogRow: React$1.FC<Props$
|
|
912
|
-
interface Props$
|
|
911
|
+
declare const DialogRow: React$1.FC<Props$3j>;
|
|
912
|
+
interface Props$3j extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
913
913
|
/**
|
|
914
914
|
* Main content of the component.
|
|
915
915
|
*/
|
|
916
916
|
children: React$1.ReactNode;
|
|
917
917
|
}
|
|
918
918
|
|
|
919
|
-
declare const DialogSection: React$1.FC<Props$
|
|
920
|
-
interface Props$
|
|
919
|
+
declare const DialogSection: React$1.FC<Props$3i>;
|
|
920
|
+
interface Props$3i {
|
|
921
921
|
/**
|
|
922
922
|
* Main content of the component.
|
|
923
923
|
*/
|
|
@@ -1036,35 +1036,35 @@ interface DialogProps extends DialogSwitchProps {
|
|
|
1036
1036
|
* Entry component for the dialog.
|
|
1037
1037
|
* Initializes selected dialog mode and optionally adds common options and draggability if needed.
|
|
1038
1038
|
*/
|
|
1039
|
-
declare const Dialog: React$1.FC<Props$
|
|
1040
|
-
type Props$
|
|
1039
|
+
declare const Dialog: React$1.FC<Props$3h>;
|
|
1040
|
+
type Props$3h = DialogProps;
|
|
1041
1041
|
|
|
1042
|
-
interface Props$
|
|
1042
|
+
interface Props$3g {
|
|
1043
1043
|
/**
|
|
1044
1044
|
* Sets root class.
|
|
1045
1045
|
*/
|
|
1046
1046
|
className: string;
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
declare const Zip: React$1.FC<Props$
|
|
1049
|
+
declare const Zip: React$1.FC<Props$3g>;
|
|
1050
1050
|
|
|
1051
|
-
declare const Empty: React$1.FC<Props$
|
|
1051
|
+
declare const Empty: React$1.FC<Props$3g>;
|
|
1052
1052
|
|
|
1053
|
-
declare const Excel: React$1.FC<Props$
|
|
1053
|
+
declare const Excel: React$1.FC<Props$3g>;
|
|
1054
1054
|
|
|
1055
|
-
declare const Img: React$1.FC<Props$
|
|
1055
|
+
declare const Img: React$1.FC<Props$3g>;
|
|
1056
1056
|
|
|
1057
|
-
declare const Movie: React$1.FC<Props$
|
|
1057
|
+
declare const Movie: React$1.FC<Props$3g>;
|
|
1058
1058
|
|
|
1059
|
-
declare const Music: React$1.FC<Props$
|
|
1059
|
+
declare const Music: React$1.FC<Props$3g>;
|
|
1060
1060
|
|
|
1061
|
-
declare const Pdf: React$1.FC<Props$
|
|
1061
|
+
declare const Pdf: React$1.FC<Props$3g>;
|
|
1062
1062
|
|
|
1063
|
-
declare const Ppt: React$1.FC<Props$
|
|
1063
|
+
declare const Ppt: React$1.FC<Props$3g>;
|
|
1064
1064
|
|
|
1065
|
-
declare const Txt: React$1.FC<Props$
|
|
1065
|
+
declare const Txt: React$1.FC<Props$3g>;
|
|
1066
1066
|
|
|
1067
|
-
declare const Word: React$1.FC<Props$
|
|
1067
|
+
declare const Word: React$1.FC<Props$3g>;
|
|
1068
1068
|
|
|
1069
1069
|
declare const icons_Empty: typeof Empty;
|
|
1070
1070
|
declare const icons_Excel: typeof Excel;
|
|
@@ -1090,9 +1090,9 @@ declare namespace icons {
|
|
|
1090
1090
|
};
|
|
1091
1091
|
}
|
|
1092
1092
|
|
|
1093
|
-
declare const DocIcon: React$1.FC<Props$
|
|
1093
|
+
declare const DocIcon: React$1.FC<Props$3f>;
|
|
1094
1094
|
type DocIconName = keyof typeof icons;
|
|
1095
|
-
interface Props$
|
|
1095
|
+
interface Props$3f {
|
|
1096
1096
|
/**
|
|
1097
1097
|
* Name of selected icon.
|
|
1098
1098
|
*/
|
|
@@ -1103,8 +1103,8 @@ interface Props$3c {
|
|
|
1103
1103
|
limitSize?: boolean;
|
|
1104
1104
|
}
|
|
1105
1105
|
|
|
1106
|
-
declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$
|
|
1107
|
-
interface Props$
|
|
1106
|
+
declare const GalleryFigure: React$1.ForwardRefExoticComponent<Props$3e & React$1.RefAttributes<HTMLElement>>;
|
|
1107
|
+
interface Props$3e {
|
|
1108
1108
|
/**
|
|
1109
1109
|
* Main content of the component.
|
|
1110
1110
|
*/
|
|
@@ -1127,8 +1127,8 @@ interface Props$3b {
|
|
|
1127
1127
|
'data-visible'?: boolean;
|
|
1128
1128
|
}
|
|
1129
1129
|
|
|
1130
|
-
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$
|
|
1131
|
-
interface Props$
|
|
1130
|
+
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$3d & React$1.RefAttributes<HTMLDivElement>>;
|
|
1131
|
+
interface Props$3d {
|
|
1132
1132
|
/**
|
|
1133
1133
|
* Sets item as active.
|
|
1134
1134
|
*/
|
|
@@ -1183,8 +1183,8 @@ interface Props$3a {
|
|
|
1183
1183
|
onCheckboxClick?: React$1.MouseEventHandler<HTMLButtonElement>;
|
|
1184
1184
|
}
|
|
1185
1185
|
|
|
1186
|
-
declare const Gallery: React$1.FC<Props$
|
|
1187
|
-
interface Props$
|
|
1186
|
+
declare const Gallery: React$1.FC<Props$3c>;
|
|
1187
|
+
interface Props$3c {
|
|
1188
1188
|
/**
|
|
1189
1189
|
* Main content of the component.
|
|
1190
1190
|
*/
|
|
@@ -1203,8 +1203,8 @@ interface Props$39 {
|
|
|
1203
1203
|
zoom?: number;
|
|
1204
1204
|
}
|
|
1205
1205
|
|
|
1206
|
-
declare const Link: React$1.FC<Props$
|
|
1207
|
-
interface Props$
|
|
1206
|
+
declare const Link: React$1.FC<Props$3b>;
|
|
1207
|
+
interface Props$3b {
|
|
1208
1208
|
/**
|
|
1209
1209
|
* URL to pass to the link element.
|
|
1210
1210
|
*/
|
|
@@ -1215,16 +1215,16 @@ interface Props$38 {
|
|
|
1215
1215
|
children: React$1.ReactNode;
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
|
-
declare const MenuColumn: React$1.FC<Props$
|
|
1219
|
-
interface Props$
|
|
1218
|
+
declare const MenuColumn: React$1.FC<Props$3a>;
|
|
1219
|
+
interface Props$3a {
|
|
1220
1220
|
/**
|
|
1221
1221
|
* Main content of the component.
|
|
1222
1222
|
*/
|
|
1223
1223
|
children: React$1.ReactNode;
|
|
1224
1224
|
}
|
|
1225
1225
|
|
|
1226
|
-
declare const MenuItem: React$1.FC<Props$
|
|
1227
|
-
interface Props$
|
|
1226
|
+
declare const MenuItem: React$1.FC<Props$39>;
|
|
1227
|
+
interface Props$39 {
|
|
1228
1228
|
/**
|
|
1229
1229
|
* Disables auto-close on click.
|
|
1230
1230
|
*/
|
|
@@ -1255,8 +1255,8 @@ interface Props$36 {
|
|
|
1255
1255
|
onClick?: () => void;
|
|
1256
1256
|
}
|
|
1257
1257
|
|
|
1258
|
-
declare const MenuLabel: React$1.FC<Props$
|
|
1259
|
-
interface Props$
|
|
1258
|
+
declare const MenuLabel: React$1.FC<Props$38>;
|
|
1259
|
+
interface Props$38 {
|
|
1260
1260
|
/**
|
|
1261
1261
|
* Main content of the component.
|
|
1262
1262
|
*/
|
|
@@ -1275,8 +1275,8 @@ interface Props$35 {
|
|
|
1275
1275
|
margin?: boolean;
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
|
-
declare const MenuSubSection: React$1.FC<Props$
|
|
1279
|
-
interface Props$
|
|
1278
|
+
declare const MenuSubSection: React$1.FC<Props$37>;
|
|
1279
|
+
interface Props$37 {
|
|
1280
1280
|
/**
|
|
1281
1281
|
* Main content of the component.
|
|
1282
1282
|
*/
|
|
@@ -1303,8 +1303,8 @@ interface Props$34 {
|
|
|
1303
1303
|
title: string;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
-
declare const MenuSection: React$1.FC<Props$
|
|
1307
|
-
interface Props$
|
|
1306
|
+
declare const MenuSection: React$1.FC<Props$36>;
|
|
1307
|
+
interface Props$36 {
|
|
1308
1308
|
/**
|
|
1309
1309
|
* Main content of the component.
|
|
1310
1310
|
*/
|
|
@@ -1323,8 +1323,8 @@ interface Props$33 {
|
|
|
1323
1323
|
compact?: boolean;
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
|
-
declare const MenuSearchInput: React$1.ForwardRefExoticComponent<Props$
|
|
1327
|
-
interface Props$
|
|
1326
|
+
declare const MenuSearchInput: React$1.ForwardRefExoticComponent<Props$35 & React$1.RefAttributes<HTMLInputElement>>;
|
|
1327
|
+
interface Props$35 {
|
|
1328
1328
|
/**
|
|
1329
1329
|
* Input's name to register.
|
|
1330
1330
|
*/
|
|
@@ -1355,8 +1355,8 @@ interface Props$32 {
|
|
|
1355
1355
|
compact?: boolean;
|
|
1356
1356
|
}
|
|
1357
1357
|
|
|
1358
|
-
declare const MenuItemButton: React$1.FC<Props$
|
|
1359
|
-
interface Props$
|
|
1358
|
+
declare const MenuItemButton: React$1.FC<Props$34>;
|
|
1359
|
+
interface Props$34 {
|
|
1360
1360
|
/**
|
|
1361
1361
|
* Main content.
|
|
1362
1362
|
*/
|
|
@@ -1367,8 +1367,8 @@ interface Props$31 {
|
|
|
1367
1367
|
onClick?: () => void;
|
|
1368
1368
|
}
|
|
1369
1369
|
|
|
1370
|
-
declare const MenuFooterButton: React$1.FC<Props$
|
|
1371
|
-
interface Props$
|
|
1370
|
+
declare const MenuFooterButton: React$1.FC<Props$33>;
|
|
1371
|
+
interface Props$33 {
|
|
1372
1372
|
/**
|
|
1373
1373
|
* Main content.
|
|
1374
1374
|
*/
|
|
@@ -1396,16 +1396,16 @@ type PopperAnchorRef = HTMLElement | null | undefined;
|
|
|
1396
1396
|
type PopperOffsetValue = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
1397
1397
|
type PopperOffset = [PopperOffsetValue, PopperOffsetValue];
|
|
1398
1398
|
|
|
1399
|
-
declare const PopperArrow: React__default.FC<Props$
|
|
1400
|
-
interface Props$
|
|
1399
|
+
declare const PopperArrow: React__default.FC<Props$32>;
|
|
1400
|
+
interface Props$32 {
|
|
1401
1401
|
/**
|
|
1402
1402
|
* Sets arrow size.
|
|
1403
1403
|
*/
|
|
1404
1404
|
size?: 'sm' | 'md';
|
|
1405
1405
|
}
|
|
1406
1406
|
|
|
1407
|
-
declare const Popper: React__default.ForwardRefExoticComponent<Props$
|
|
1408
|
-
interface Props$
|
|
1407
|
+
declare const Popper: React__default.ForwardRefExoticComponent<Props$31 & React__default.RefAttributes<HTMLElement>>;
|
|
1408
|
+
interface Props$31 {
|
|
1409
1409
|
/**
|
|
1410
1410
|
* Anchor element. Popper will be mounted to this element.
|
|
1411
1411
|
*/
|
|
@@ -1444,8 +1444,8 @@ interface Props$2_ {
|
|
|
1444
1444
|
onKeyDown?: React__default.KeyboardEventHandler;
|
|
1445
1445
|
}
|
|
1446
1446
|
|
|
1447
|
-
declare const Menu: React$1.ForwardRefExoticComponent<Props$
|
|
1448
|
-
interface Props$
|
|
1447
|
+
declare const Menu: React$1.ForwardRefExoticComponent<Props$30 & React$1.RefAttributes<HTMLDivElement>>;
|
|
1448
|
+
interface Props$30 {
|
|
1449
1449
|
/**
|
|
1450
1450
|
* Anchor element.
|
|
1451
1451
|
*/
|
|
@@ -1476,16 +1476,16 @@ interface Props$2Z {
|
|
|
1476
1476
|
sameWidth?: boolean;
|
|
1477
1477
|
}
|
|
1478
1478
|
|
|
1479
|
-
declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$
|
|
1480
|
-
interface Props$
|
|
1479
|
+
declare const ModalDialogActionContent: React$1.ForwardRefExoticComponent<Props$2$ & React$1.RefAttributes<HTMLDivElement>>;
|
|
1480
|
+
interface Props$2$ {
|
|
1481
1481
|
/**
|
|
1482
1482
|
* Main content of the component.
|
|
1483
1483
|
*/
|
|
1484
1484
|
children?: React$1.ReactNode;
|
|
1485
1485
|
}
|
|
1486
1486
|
|
|
1487
|
-
declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$
|
|
1488
|
-
interface Props$
|
|
1487
|
+
declare const ModalDialogActionItem: React$1.ForwardRefExoticComponent<Props$2_ & React$1.RefAttributes<HTMLLIElement>>;
|
|
1488
|
+
interface Props$2_ {
|
|
1489
1489
|
/**
|
|
1490
1490
|
* Main content of the component.
|
|
1491
1491
|
*/
|
|
@@ -1504,8 +1504,8 @@ interface Props$2X {
|
|
|
1504
1504
|
isLoading?: boolean;
|
|
1505
1505
|
}
|
|
1506
1506
|
|
|
1507
|
-
declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$
|
|
1508
|
-
interface Props$
|
|
1507
|
+
declare const ModalDialogCallout: React$1.ForwardRefExoticComponent<Props$2Z & React$1.RefAttributes<HTMLDivElement>>;
|
|
1508
|
+
interface Props$2Z {
|
|
1509
1509
|
/**
|
|
1510
1510
|
* Main content of the component.
|
|
1511
1511
|
*/
|
|
@@ -1520,8 +1520,8 @@ interface Props$2W {
|
|
|
1520
1520
|
type: 'error' | 'warning';
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
|
-
declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$
|
|
1524
|
-
interface Props$
|
|
1523
|
+
declare const ModalDialogContent: React$1.ForwardRefExoticComponent<Props$2Y & React$1.RefAttributes<HTMLDivElement>>;
|
|
1524
|
+
interface Props$2Y {
|
|
1525
1525
|
/**
|
|
1526
1526
|
* Main content of the component.
|
|
1527
1527
|
*/
|
|
@@ -1532,8 +1532,8 @@ interface Props$2V {
|
|
|
1532
1532
|
id?: string;
|
|
1533
1533
|
}
|
|
1534
1534
|
|
|
1535
|
-
declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$
|
|
1536
|
-
interface Props$
|
|
1535
|
+
declare const ModalDialogContentColumn: React$1.ForwardRefExoticComponent<Props$2X & React$1.RefAttributes<HTMLDivElement>>;
|
|
1536
|
+
interface Props$2X {
|
|
1537
1537
|
/**
|
|
1538
1538
|
* Main content of the component.
|
|
1539
1539
|
*/
|
|
@@ -1544,8 +1544,8 @@ interface Props$2U {
|
|
|
1544
1544
|
id?: string;
|
|
1545
1545
|
}
|
|
1546
1546
|
|
|
1547
|
-
declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$
|
|
1548
|
-
interface Props$
|
|
1547
|
+
declare const ModalDialogList: React$1.ForwardRefExoticComponent<Props$2W & React$1.RefAttributes<HTMLDivElement>>;
|
|
1548
|
+
interface Props$2W {
|
|
1549
1549
|
/**
|
|
1550
1550
|
* Sets the dialog content ID.
|
|
1551
1551
|
*/
|
|
@@ -1560,16 +1560,16 @@ interface Props$2T {
|
|
|
1560
1560
|
children: React$1.ReactNode;
|
|
1561
1561
|
}
|
|
1562
1562
|
|
|
1563
|
-
declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$
|
|
1564
|
-
interface Props$
|
|
1563
|
+
declare const ModalDialogListItem: React$1.ForwardRefExoticComponent<Props$2V & React$1.RefAttributes<HTMLLIElement>>;
|
|
1564
|
+
interface Props$2V {
|
|
1565
1565
|
/**
|
|
1566
1566
|
* Item to display in the list.
|
|
1567
1567
|
*/
|
|
1568
1568
|
children: React$1.ReactNode;
|
|
1569
1569
|
}
|
|
1570
1570
|
|
|
1571
|
-
declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$
|
|
1572
|
-
interface Props$
|
|
1571
|
+
declare const ModalDialogFooter: React$1.ForwardRefExoticComponent<Props$2U & React$1.RefAttributes<HTMLDivElement>>;
|
|
1572
|
+
interface Props$2U {
|
|
1573
1573
|
/**
|
|
1574
1574
|
* Main content of the component.
|
|
1575
1575
|
*/
|
|
@@ -1580,16 +1580,16 @@ interface Props$2R {
|
|
|
1580
1580
|
spaceBetween?: boolean;
|
|
1581
1581
|
}
|
|
1582
1582
|
|
|
1583
|
-
declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$
|
|
1584
|
-
interface Props$
|
|
1583
|
+
declare const ModalDialogFooterAction: React$1.ForwardRefExoticComponent<Props$2T & React$1.RefAttributes<HTMLDivElement>>;
|
|
1584
|
+
interface Props$2T {
|
|
1585
1585
|
/**
|
|
1586
1586
|
* Main content of the component.
|
|
1587
1587
|
*/
|
|
1588
1588
|
children?: React$1.ReactNode;
|
|
1589
1589
|
}
|
|
1590
1590
|
|
|
1591
|
-
declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$
|
|
1592
|
-
interface Props$
|
|
1591
|
+
declare const ModalDialogHeader: React$1.ForwardRefExoticComponent<Props$2S & React$1.RefAttributes<HTMLDivElement>>;
|
|
1592
|
+
interface Props$2S {
|
|
1593
1593
|
/**
|
|
1594
1594
|
* Enables the top border accent.
|
|
1595
1595
|
*/
|
|
@@ -1601,7 +1601,7 @@ interface Props$2P {
|
|
|
1601
1601
|
/**
|
|
1602
1602
|
* Name of selected icon.
|
|
1603
1603
|
*/
|
|
1604
|
-
icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$
|
|
1604
|
+
icon?: 'info' | 'success' | 'error' | 'warning' | React$1.ReactElement<Props$3H>;
|
|
1605
1605
|
/**
|
|
1606
1606
|
* Optional sub title of the modal.
|
|
1607
1607
|
*/
|
|
@@ -1616,8 +1616,8 @@ interface Props$2P {
|
|
|
1616
1616
|
titleId?: string;
|
|
1617
1617
|
}
|
|
1618
1618
|
|
|
1619
|
-
declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$
|
|
1620
|
-
interface Props$
|
|
1619
|
+
declare const ModalDialog: React$1.ForwardRefExoticComponent<Props$2R & React$1.RefAttributes<HTMLDivElement>>;
|
|
1620
|
+
interface Props$2R {
|
|
1621
1621
|
/**
|
|
1622
1622
|
* Main content of the component.
|
|
1623
1623
|
*/
|
|
@@ -1715,8 +1715,8 @@ interface NavbarContext {
|
|
|
1715
1715
|
declare const NavbarContext: React$1.Context<NavbarContext>;
|
|
1716
1716
|
declare const useNavbarCtx: () => NavbarContext;
|
|
1717
1717
|
|
|
1718
|
-
declare const NavbarItem: React$1.ForwardRefExoticComponent<Props$
|
|
1719
|
-
interface Props$
|
|
1718
|
+
declare const NavbarItem: React$1.ForwardRefExoticComponent<Props$2Q & React$1.RefAttributes<HTMLDivElement>>;
|
|
1719
|
+
interface Props$2Q {
|
|
1720
1720
|
/**
|
|
1721
1721
|
* Applies active styling.
|
|
1722
1722
|
*/
|
|
@@ -1783,8 +1783,8 @@ interface Props$2N {
|
|
|
1783
1783
|
onDelete?: () => void;
|
|
1784
1784
|
}
|
|
1785
1785
|
|
|
1786
|
-
declare const NavbarItemContainer: React$1.FC<Props$
|
|
1787
|
-
interface Props$
|
|
1786
|
+
declare const NavbarItemContainer: React$1.FC<Props$2P>;
|
|
1787
|
+
interface Props$2P {
|
|
1788
1788
|
/**
|
|
1789
1789
|
* Marks container as active.
|
|
1790
1790
|
*/
|
|
@@ -1795,8 +1795,8 @@ interface Props$2M {
|
|
|
1795
1795
|
children: React$1.ReactNode;
|
|
1796
1796
|
}
|
|
1797
1797
|
|
|
1798
|
-
declare const NavbarItemContent: React$1.FC<Props$
|
|
1799
|
-
interface Props$
|
|
1798
|
+
declare const NavbarItemContent: React$1.FC<Props$2O>;
|
|
1799
|
+
interface Props$2O {
|
|
1800
1800
|
/**
|
|
1801
1801
|
* Adds enter / exit animation.
|
|
1802
1802
|
*/
|
|
@@ -1815,8 +1815,8 @@ interface Props$2L {
|
|
|
1815
1815
|
hidden?: boolean;
|
|
1816
1816
|
}
|
|
1817
1817
|
|
|
1818
|
-
declare const NavbarItemLabel: React$1.FC<Props$
|
|
1819
|
-
interface Props$
|
|
1818
|
+
declare const NavbarItemLabel: React$1.FC<Props$2N>;
|
|
1819
|
+
interface Props$2N {
|
|
1820
1820
|
/**
|
|
1821
1821
|
* Toggles icon animation if parent item is hovered.
|
|
1822
1822
|
*/
|
|
@@ -1828,11 +1828,11 @@ interface Props$2K {
|
|
|
1828
1828
|
/**
|
|
1829
1829
|
* Displayed icon.
|
|
1830
1830
|
*/
|
|
1831
|
-
icon?: React$1.ReactElement<Props$
|
|
1831
|
+
icon?: React$1.ReactElement<Props$3H>;
|
|
1832
1832
|
}
|
|
1833
1833
|
|
|
1834
|
-
declare const NavbarItemsGroup: React$1.FC<Props$
|
|
1835
|
-
interface Props$
|
|
1834
|
+
declare const NavbarItemsGroup: React$1.FC<Props$2M>;
|
|
1835
|
+
interface Props$2M {
|
|
1836
1836
|
/**
|
|
1837
1837
|
* Animates group on collapse.
|
|
1838
1838
|
*/
|
|
@@ -1851,8 +1851,8 @@ interface Props$2J {
|
|
|
1851
1851
|
level?: number;
|
|
1852
1852
|
}
|
|
1853
1853
|
|
|
1854
|
-
declare const NavbarLink: React$1.FC<Props$
|
|
1855
|
-
interface Props$
|
|
1854
|
+
declare const NavbarLink: React$1.FC<Props$2L>;
|
|
1855
|
+
interface Props$2L {
|
|
1856
1856
|
/**
|
|
1857
1857
|
* Renders link content.
|
|
1858
1858
|
*/
|
|
@@ -1865,8 +1865,8 @@ interface Props$2I {
|
|
|
1865
1865
|
href?: string;
|
|
1866
1866
|
}
|
|
1867
1867
|
|
|
1868
|
-
declare const NavbarScrollableContent: React$1.FC<Props$
|
|
1869
|
-
interface Props$
|
|
1868
|
+
declare const NavbarScrollableContent: React$1.FC<Props$2K>;
|
|
1869
|
+
interface Props$2K {
|
|
1870
1870
|
/**
|
|
1871
1871
|
* Main content of the component.
|
|
1872
1872
|
*/
|
|
@@ -1875,8 +1875,8 @@ interface Props$2H {
|
|
|
1875
1875
|
|
|
1876
1876
|
declare const NavbarSeparator: React$1.FC;
|
|
1877
1877
|
|
|
1878
|
-
declare const NavbarToggleButton: React$1.FC<Props$
|
|
1879
|
-
interface Props$
|
|
1878
|
+
declare const NavbarToggleButton: React$1.FC<Props$2J>;
|
|
1879
|
+
interface Props$2J {
|
|
1880
1880
|
/**
|
|
1881
1881
|
* Label shown when navbar will collapse.
|
|
1882
1882
|
*/
|
|
@@ -1891,8 +1891,8 @@ interface Props$2G {
|
|
|
1891
1891
|
openLabel?: string;
|
|
1892
1892
|
}
|
|
1893
1893
|
|
|
1894
|
-
declare const Navbar: React$1.FC<Props$
|
|
1895
|
-
interface Props$
|
|
1894
|
+
declare const Navbar: React$1.FC<Props$2I>;
|
|
1895
|
+
interface Props$2I {
|
|
1896
1896
|
/**
|
|
1897
1897
|
* Labels navigation element.
|
|
1898
1898
|
*/
|
|
@@ -1911,8 +1911,8 @@ interface Props$2F {
|
|
|
1911
1911
|
onActiveItemFocus?: () => void;
|
|
1912
1912
|
}
|
|
1913
1913
|
|
|
1914
|
-
declare const Modal: React$1.FC<Props$
|
|
1915
|
-
interface Props$
|
|
1914
|
+
declare const Modal: React$1.FC<Props$2H>;
|
|
1915
|
+
interface Props$2H {
|
|
1916
1916
|
/**
|
|
1917
1917
|
* Optional children.
|
|
1918
1918
|
*/
|
|
@@ -1935,16 +1935,16 @@ interface Props$2E {
|
|
|
1935
1935
|
variant?: 'transparent' | 'semi-transparent';
|
|
1936
1936
|
}
|
|
1937
1937
|
|
|
1938
|
-
declare const PanelActions: React$1.FC<Props$
|
|
1939
|
-
interface Props$
|
|
1938
|
+
declare const PanelActions: React$1.FC<Props$2G>;
|
|
1939
|
+
interface Props$2G {
|
|
1940
1940
|
/**
|
|
1941
1941
|
* Main content of the component.
|
|
1942
1942
|
*/
|
|
1943
1943
|
children?: React$1.ReactNode;
|
|
1944
1944
|
}
|
|
1945
1945
|
|
|
1946
|
-
declare const PanelCheckbox: React$1.FC<Props$
|
|
1947
|
-
interface Props$
|
|
1946
|
+
declare const PanelCheckbox: React$1.FC<Props$2F>;
|
|
1947
|
+
interface Props$2F {
|
|
1948
1948
|
/**
|
|
1949
1949
|
* Sets current input's value.
|
|
1950
1950
|
*/
|
|
@@ -1963,16 +1963,16 @@ interface Props$2C {
|
|
|
1963
1963
|
description?: React$1.ReactNode;
|
|
1964
1964
|
}
|
|
1965
1965
|
|
|
1966
|
-
declare const PanelColumn: React$1.FC<Props$
|
|
1967
|
-
interface Props$
|
|
1966
|
+
declare const PanelColumn: React$1.FC<Props$2E>;
|
|
1967
|
+
interface Props$2E {
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Main content of the component.
|
|
1970
1970
|
*/
|
|
1971
1971
|
children: React$1.ReactNode;
|
|
1972
1972
|
}
|
|
1973
1973
|
|
|
1974
|
-
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$
|
|
1975
|
-
interface Props$
|
|
1974
|
+
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$2D & React$1.RefAttributes<HTMLDivElement>>;
|
|
1975
|
+
interface Props$2D {
|
|
1976
1976
|
/**
|
|
1977
1977
|
* Main content of the component.
|
|
1978
1978
|
*/
|
|
@@ -1991,8 +1991,8 @@ interface Props$2A {
|
|
|
1991
1991
|
header?: string;
|
|
1992
1992
|
}
|
|
1993
1993
|
|
|
1994
|
-
declare const PanelContentProp: React$1.FC<Props$
|
|
1995
|
-
interface Props$
|
|
1994
|
+
declare const PanelContentProp: React$1.FC<Props$2C>;
|
|
1995
|
+
interface Props$2C {
|
|
1996
1996
|
/**
|
|
1997
1997
|
* Property label.
|
|
1998
1998
|
*/
|
|
@@ -2005,8 +2005,8 @@ interface Props$2z {
|
|
|
2005
2005
|
|
|
2006
2006
|
declare const PanelDragHandle: React$1.ForwardRefExoticComponent<React$1.RefAttributes<HTMLDivElement>>;
|
|
2007
2007
|
|
|
2008
|
-
declare const PanelList: React$1.FC<Props$
|
|
2009
|
-
interface Props$
|
|
2008
|
+
declare const PanelList: React$1.FC<Props$2B>;
|
|
2009
|
+
interface Props$2B {
|
|
2010
2010
|
/**
|
|
2011
2011
|
* Main content.
|
|
2012
2012
|
*/
|
|
@@ -2021,16 +2021,16 @@ interface Props$2y {
|
|
|
2021
2021
|
toolbarLoading?: boolean;
|
|
2022
2022
|
}
|
|
2023
2023
|
|
|
2024
|
-
declare const PanelListDivider: React$1.FC<Props$
|
|
2025
|
-
interface Props$
|
|
2024
|
+
declare const PanelListDivider: React$1.FC<Props$2A>;
|
|
2025
|
+
interface Props$2A {
|
|
2026
2026
|
/**
|
|
2027
2027
|
* Toggles component opacity.
|
|
2028
2028
|
*/
|
|
2029
2029
|
opaque?: boolean;
|
|
2030
2030
|
}
|
|
2031
2031
|
|
|
2032
|
-
declare const PanelSide: React$1.FC<Props$
|
|
2033
|
-
interface Props$
|
|
2032
|
+
declare const PanelSide: React$1.FC<Props$2z>;
|
|
2033
|
+
interface Props$2z {
|
|
2034
2034
|
/**
|
|
2035
2035
|
* Custom content rendered instead of icon.
|
|
2036
2036
|
*/
|
|
@@ -2052,8 +2052,8 @@ interface Props$2w {
|
|
|
2052
2052
|
verticalSpacing?: boolean;
|
|
2053
2053
|
}
|
|
2054
2054
|
|
|
2055
|
-
declare const PanelSkeleton: React$1.FC<Props$
|
|
2056
|
-
interface Props$
|
|
2055
|
+
declare const PanelSkeleton: React$1.FC<Props$2y>;
|
|
2056
|
+
interface Props$2y {
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Number of loading blocks.
|
|
2059
2059
|
*/
|
|
@@ -2068,8 +2068,8 @@ interface Props$2v {
|
|
|
2068
2068
|
spacing?: boolean;
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
|
-
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$
|
|
2072
|
-
interface Props$
|
|
2071
|
+
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$2x & React$1.RefAttributes<HTMLDivElement>>;
|
|
2072
|
+
interface Props$2x extends Omit<Props$2D, 'children'> {
|
|
2073
2073
|
/**
|
|
2074
2074
|
* Panel's title.
|
|
2075
2075
|
*/
|
|
@@ -2084,8 +2084,8 @@ interface Props$2u extends Omit<Props$2A, 'children'> {
|
|
|
2084
2084
|
tooltip?: string;
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
|
-
declare const PanelDescriptionItem: React$1.FC<Props$
|
|
2088
|
-
interface Props$
|
|
2087
|
+
declare const PanelDescriptionItem: React$1.FC<Props$2w>;
|
|
2088
|
+
interface Props$2w {
|
|
2089
2089
|
/**
|
|
2090
2090
|
* Main components content.
|
|
2091
2091
|
*/
|
|
@@ -2171,8 +2171,8 @@ declare const useListDnd: (initItems: ListDndItem[]) => {
|
|
|
2171
2171
|
setDraggable: ListDndSetDraggable;
|
|
2172
2172
|
};
|
|
2173
2173
|
|
|
2174
|
-
declare const SortableDndListItem: React$1.FC<Props$
|
|
2175
|
-
interface Props$
|
|
2174
|
+
declare const SortableDndListItem: React$1.FC<Props$2v>;
|
|
2175
|
+
interface Props$2v {
|
|
2176
2176
|
/**
|
|
2177
2177
|
* Current item's index in a list.
|
|
2178
2178
|
*/
|
|
@@ -2214,8 +2214,8 @@ interface SortableDndListContextShape {
|
|
|
2214
2214
|
onDragEnd?: ListDndOnDragEnd;
|
|
2215
2215
|
}
|
|
2216
2216
|
|
|
2217
|
-
declare const SortableDndList: React$1.FC<Props$
|
|
2218
|
-
interface Props$
|
|
2217
|
+
declare const SortableDndList: React$1.FC<Props$2u>;
|
|
2218
|
+
interface Props$2u extends SortableDndListContextShape {
|
|
2219
2219
|
/**
|
|
2220
2220
|
* Main content of the component.
|
|
2221
2221
|
*/
|
|
@@ -2233,8 +2233,8 @@ interface PanelContextShape extends Partial<ListDndChildProps> {
|
|
|
2233
2233
|
edit?: boolean;
|
|
2234
2234
|
}
|
|
2235
2235
|
|
|
2236
|
-
declare const Panel: React$1.ForwardRefExoticComponent<Props$
|
|
2237
|
-
interface Props$
|
|
2236
|
+
declare const Panel: React$1.ForwardRefExoticComponent<Props$2t & React$1.RefAttributes<HTMLDivElement>>;
|
|
2237
|
+
interface Props$2t extends PanelContextShape {
|
|
2238
2238
|
/**
|
|
2239
2239
|
* Main content of the component.
|
|
2240
2240
|
*/
|
|
@@ -2253,8 +2253,8 @@ interface Props$2q extends PanelContextShape {
|
|
|
2253
2253
|
elevated?: boolean;
|
|
2254
2254
|
}
|
|
2255
2255
|
|
|
2256
|
-
declare const Pagination: React$1.FC<Props$
|
|
2257
|
-
interface Props$
|
|
2256
|
+
declare const Pagination: React$1.FC<Props$2s>;
|
|
2257
|
+
interface Props$2s {
|
|
2258
2258
|
/**
|
|
2259
2259
|
* Disables interaction with pagination.
|
|
2260
2260
|
*/
|
|
@@ -2297,24 +2297,24 @@ interface Props$2p {
|
|
|
2297
2297
|
prevPageLabel?: string;
|
|
2298
2298
|
}
|
|
2299
2299
|
|
|
2300
|
-
declare const Permissions: React$1.FC<Props$
|
|
2301
|
-
interface Props$
|
|
2300
|
+
declare const Permissions: React$1.FC<Props$2r>;
|
|
2301
|
+
interface Props$2r {
|
|
2302
2302
|
/**
|
|
2303
2303
|
* Main content of the component.
|
|
2304
2304
|
*/
|
|
2305
2305
|
children: React$1.ReactNode;
|
|
2306
2306
|
}
|
|
2307
2307
|
|
|
2308
|
-
declare const PermissionsPanel: ({ children }: Props$
|
|
2309
|
-
interface Props$
|
|
2308
|
+
declare const PermissionsPanel: ({ children }: Props$2q) => React$1.JSX.Element;
|
|
2309
|
+
interface Props$2q {
|
|
2310
2310
|
/**
|
|
2311
2311
|
* Main content of the component.
|
|
2312
2312
|
*/
|
|
2313
2313
|
children?: React$1.ReactNode;
|
|
2314
2314
|
}
|
|
2315
2315
|
|
|
2316
|
-
declare const PermissionsTitle: React$1.FC<Props$
|
|
2317
|
-
interface Props$
|
|
2316
|
+
declare const PermissionsTitle: React$1.FC<Props$2p>;
|
|
2317
|
+
interface Props$2p {
|
|
2318
2318
|
/**
|
|
2319
2319
|
* Flag to enable select all mode.
|
|
2320
2320
|
*/
|
|
@@ -2339,24 +2339,24 @@ interface Props$2m {
|
|
|
2339
2339
|
onSelectAll?: (checked: boolean) => void;
|
|
2340
2340
|
}
|
|
2341
2341
|
|
|
2342
|
-
declare const PermissionsContent: ({ children }: Props$
|
|
2343
|
-
interface Props$
|
|
2342
|
+
declare const PermissionsContent: ({ children }: Props$2o) => React$1.JSX.Element;
|
|
2343
|
+
interface Props$2o {
|
|
2344
2344
|
/**
|
|
2345
2345
|
* Main content of the component.
|
|
2346
2346
|
*/
|
|
2347
2347
|
children: React$1.ReactNode;
|
|
2348
2348
|
}
|
|
2349
2349
|
|
|
2350
|
-
declare const PermissionsForm: ({ children }: Props$
|
|
2351
|
-
interface Props$
|
|
2350
|
+
declare const PermissionsForm: ({ children }: Props$2n) => React$1.JSX.Element;
|
|
2351
|
+
interface Props$2n {
|
|
2352
2352
|
/**
|
|
2353
2353
|
* Main content of the component.
|
|
2354
2354
|
*/
|
|
2355
2355
|
children: React$1.ReactNode;
|
|
2356
2356
|
}
|
|
2357
2357
|
|
|
2358
|
-
declare const PermissionsFormGroup: ({ children, title, isCompact }: Props$
|
|
2359
|
-
interface Props$
|
|
2358
|
+
declare const PermissionsFormGroup: ({ children, title, isCompact }: Props$2m) => React$1.JSX.Element;
|
|
2359
|
+
interface Props$2m {
|
|
2360
2360
|
/**
|
|
2361
2361
|
* Title of the form group.
|
|
2362
2362
|
*/
|
|
@@ -2371,8 +2371,8 @@ interface Props$2j {
|
|
|
2371
2371
|
isCompact?: boolean;
|
|
2372
2372
|
}
|
|
2373
2373
|
|
|
2374
|
-
declare const PermissionsFormInput: ({ checked, label, tooltip, onChange }: Props$
|
|
2375
|
-
interface Props$
|
|
2374
|
+
declare const PermissionsFormInput: ({ checked, label, tooltip, onChange }: Props$2l) => React$1.JSX.Element;
|
|
2375
|
+
interface Props$2l {
|
|
2376
2376
|
/**
|
|
2377
2377
|
* Flag to indicate if the input is checked.
|
|
2378
2378
|
*/
|
|
@@ -2393,16 +2393,16 @@ interface Props$2i {
|
|
|
2393
2393
|
onChange: (checked: boolean) => void;
|
|
2394
2394
|
}
|
|
2395
2395
|
|
|
2396
|
-
declare const PermissionsActions: ({ children }: Props$
|
|
2397
|
-
interface Props$
|
|
2396
|
+
declare const PermissionsActions: ({ children }: Props$2k) => React$1.JSX.Element;
|
|
2397
|
+
interface Props$2k {
|
|
2398
2398
|
/**
|
|
2399
2399
|
* Main content of the component.
|
|
2400
2400
|
*/
|
|
2401
2401
|
children?: React$1.ReactNode;
|
|
2402
2402
|
}
|
|
2403
2403
|
|
|
2404
|
-
declare const PermissionsScopeHeader: React$1.FC<Props$
|
|
2405
|
-
interface Props$
|
|
2404
|
+
declare const PermissionsScopeHeader: React$1.FC<Props$2j>;
|
|
2405
|
+
interface Props$2j {
|
|
2406
2406
|
/**
|
|
2407
2407
|
* Description label to display.
|
|
2408
2408
|
*/
|
|
@@ -2413,8 +2413,8 @@ interface Props$2g {
|
|
|
2413
2413
|
children: React$1.ReactNode;
|
|
2414
2414
|
}
|
|
2415
2415
|
|
|
2416
|
-
declare const PermissionsScopeList: React$1.FC<Props$
|
|
2417
|
-
interface Props$
|
|
2416
|
+
declare const PermissionsScopeList: React$1.FC<Props$2i>;
|
|
2417
|
+
interface Props$2i {
|
|
2418
2418
|
/**
|
|
2419
2419
|
* Description label to display.
|
|
2420
2420
|
*/
|
|
@@ -2425,8 +2425,8 @@ interface Props$2f {
|
|
|
2425
2425
|
children: React$1.ReactNode;
|
|
2426
2426
|
}
|
|
2427
2427
|
|
|
2428
|
-
declare const PermissionTag: ({ active, children }: Props$
|
|
2429
|
-
interface Props$
|
|
2428
|
+
declare const PermissionTag: ({ active, children }: Props$2h) => React$1.JSX.Element;
|
|
2429
|
+
interface Props$2h {
|
|
2430
2430
|
/**
|
|
2431
2431
|
* Toggles active state of the component.
|
|
2432
2432
|
*/
|
|
@@ -2442,8 +2442,8 @@ type PermissionMap = {
|
|
|
2442
2442
|
[key in PermissionName]: boolean;
|
|
2443
2443
|
};
|
|
2444
2444
|
|
|
2445
|
-
declare const PermissionsManagementPanelHeader: React$1.FC<Props$
|
|
2446
|
-
interface Props$
|
|
2445
|
+
declare const PermissionsManagementPanelHeader: React$1.FC<Props$2g>;
|
|
2446
|
+
interface Props$2g {
|
|
2447
2447
|
/**
|
|
2448
2448
|
* Title to display.
|
|
2449
2449
|
*/
|
|
@@ -2462,8 +2462,8 @@ interface Props$2d {
|
|
|
2462
2462
|
onClose: () => void;
|
|
2463
2463
|
}
|
|
2464
2464
|
|
|
2465
|
-
declare const PermissionsManagementPanelRulesHeader: React$1.FC<Props$
|
|
2466
|
-
interface Props$
|
|
2465
|
+
declare const PermissionsManagementPanelRulesHeader: React$1.FC<Props$2f>;
|
|
2466
|
+
interface Props$2f {
|
|
2467
2467
|
/**
|
|
2468
2468
|
* Title to display.
|
|
2469
2469
|
*/
|
|
@@ -2474,16 +2474,16 @@ interface Props$2c {
|
|
|
2474
2474
|
children: React$1.ReactNode;
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
|
-
declare const PermissionsManagementPanel: React$1.FC<Props$
|
|
2478
|
-
interface Props$
|
|
2477
|
+
declare const PermissionsManagementPanel: React$1.FC<Props$2e>;
|
|
2478
|
+
interface Props$2e {
|
|
2479
2479
|
/**
|
|
2480
2480
|
* Main content of the component.
|
|
2481
2481
|
*/
|
|
2482
2482
|
children: React$1.ReactNode;
|
|
2483
2483
|
}
|
|
2484
2484
|
|
|
2485
|
-
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$
|
|
2486
|
-
interface Props$
|
|
2485
|
+
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$2d & React$1.RefAttributes<HTMLDivElement>>;
|
|
2486
|
+
interface Props$2d {
|
|
2487
2487
|
/**
|
|
2488
2488
|
* Additional info rendered close to a title.
|
|
2489
2489
|
*/
|
|
@@ -2526,8 +2526,8 @@ interface Props$2a {
|
|
|
2526
2526
|
navigationLabel?: string;
|
|
2527
2527
|
}
|
|
2528
2528
|
|
|
2529
|
-
declare const PropertiesTableRow: React$1.FC<Props$
|
|
2530
|
-
interface Props$
|
|
2529
|
+
declare const PropertiesTableRow: React$1.FC<Props$2c>;
|
|
2530
|
+
interface Props$2c {
|
|
2531
2531
|
/**
|
|
2532
2532
|
* Item's label.
|
|
2533
2533
|
*/
|
|
@@ -2538,16 +2538,16 @@ interface Props$29 {
|
|
|
2538
2538
|
value: React$1.ReactNode;
|
|
2539
2539
|
}
|
|
2540
2540
|
|
|
2541
|
-
declare const PropertiesTable: React$1.FC<Props$
|
|
2542
|
-
interface Props$
|
|
2541
|
+
declare const PropertiesTable: React$1.FC<Props$2b>;
|
|
2542
|
+
interface Props$2b {
|
|
2543
2543
|
/**
|
|
2544
2544
|
* Main content of the component.
|
|
2545
2545
|
*/
|
|
2546
2546
|
children: React$1.ReactNode;
|
|
2547
2547
|
}
|
|
2548
2548
|
|
|
2549
|
-
declare const ResponsiveImageFit: React$1.FC<Props$
|
|
2550
|
-
interface Props$
|
|
2549
|
+
declare const ResponsiveImageFit: React$1.FC<Props$2a>;
|
|
2550
|
+
interface Props$2a {
|
|
2551
2551
|
/**
|
|
2552
2552
|
* Image alt text.
|
|
2553
2553
|
*/
|
|
@@ -2586,8 +2586,8 @@ interface Props$27 {
|
|
|
2586
2586
|
sizes?: number;
|
|
2587
2587
|
}
|
|
2588
2588
|
|
|
2589
|
-
declare const ResponsiveImageFallback: React$1.FC<Props$
|
|
2590
|
-
interface Props$
|
|
2589
|
+
declare const ResponsiveImageFallback: React$1.FC<Props$29>;
|
|
2590
|
+
interface Props$29 {
|
|
2591
2591
|
/**
|
|
2592
2592
|
* Indicates if cover is allowed for the image.
|
|
2593
2593
|
*/
|
|
@@ -2614,8 +2614,8 @@ interface Props$26 {
|
|
|
2614
2614
|
showFallback?: boolean;
|
|
2615
2615
|
}
|
|
2616
2616
|
|
|
2617
|
-
declare const ResponsiveImageScalable: React$1.FC<Props$
|
|
2618
|
-
interface Props$
|
|
2617
|
+
declare const ResponsiveImageScalable: React$1.FC<Props$28>;
|
|
2618
|
+
interface Props$28 {
|
|
2619
2619
|
/**
|
|
2620
2620
|
* Image alt text.
|
|
2621
2621
|
*/
|
|
@@ -2664,8 +2664,8 @@ interface Props$25 {
|
|
|
2664
2664
|
|
|
2665
2665
|
declare const ResponsiveImageSkeleton: React$1.FC;
|
|
2666
2666
|
|
|
2667
|
-
declare const ResponsiveImage: React$1.FC<Props$
|
|
2668
|
-
interface Props$
|
|
2667
|
+
declare const ResponsiveImage: React$1.FC<Props$27>;
|
|
2668
|
+
interface Props$27 {
|
|
2669
2669
|
/**
|
|
2670
2670
|
* List of available breakpoints.
|
|
2671
2671
|
*/
|
|
@@ -2688,8 +2688,8 @@ interface Props$24 {
|
|
|
2688
2688
|
loader?: React$1.ReactNode;
|
|
2689
2689
|
}
|
|
2690
2690
|
|
|
2691
|
-
declare const Skeleton: React$1.FC<Props$
|
|
2692
|
-
interface Props$
|
|
2691
|
+
declare const Skeleton: React$1.FC<Props$26>;
|
|
2692
|
+
interface Props$26 {
|
|
2693
2693
|
/**
|
|
2694
2694
|
* Optional class name. It overrides class responsible for background color.
|
|
2695
2695
|
*/
|
|
@@ -2704,8 +2704,8 @@ interface Props$23 {
|
|
|
2704
2704
|
width?: string;
|
|
2705
2705
|
}
|
|
2706
2706
|
|
|
2707
|
-
declare const SortButton: React$1.FC<Props$
|
|
2708
|
-
interface Props$
|
|
2707
|
+
declare const SortButton: React$1.FC<Props$25>;
|
|
2708
|
+
interface Props$25 {
|
|
2709
2709
|
/**
|
|
2710
2710
|
* Button's aria label.
|
|
2711
2711
|
*/
|
|
@@ -2732,8 +2732,8 @@ interface Props$22 {
|
|
|
2732
2732
|
sizing?: ButtonSize;
|
|
2733
2733
|
}
|
|
2734
2734
|
|
|
2735
|
-
declare const SwitchView: React$1.FC<Props$
|
|
2736
|
-
interface Props$
|
|
2735
|
+
declare const SwitchView: React$1.FC<Props$24>;
|
|
2736
|
+
interface Props$24 {
|
|
2737
2737
|
/**
|
|
2738
2738
|
* Main content of the component.
|
|
2739
2739
|
*/
|
|
@@ -2744,8 +2744,8 @@ interface Props$21 {
|
|
|
2744
2744
|
id?: string | string[];
|
|
2745
2745
|
}
|
|
2746
2746
|
|
|
2747
|
-
declare const Switch: React$1.FC<Props$
|
|
2748
|
-
interface Props$
|
|
2747
|
+
declare const Switch: React$1.FC<Props$23>;
|
|
2748
|
+
interface Props$23 {
|
|
2749
2749
|
/**
|
|
2750
2750
|
* Main content of the component.
|
|
2751
2751
|
*/
|
|
@@ -2756,8 +2756,8 @@ interface Props$20 {
|
|
|
2756
2756
|
match?: string;
|
|
2757
2757
|
}
|
|
2758
2758
|
|
|
2759
|
-
declare const SwitchInput: React$1.FC<Props$
|
|
2760
|
-
interface Props$
|
|
2759
|
+
declare const SwitchInput: React$1.FC<Props$22>;
|
|
2760
|
+
interface Props$22 {
|
|
2761
2761
|
/**
|
|
2762
2762
|
* Sets current input's value.
|
|
2763
2763
|
*/
|
|
@@ -2776,8 +2776,8 @@ interface Props$1$ {
|
|
|
2776
2776
|
onChange: (checked: boolean) => void;
|
|
2777
2777
|
}
|
|
2778
2778
|
|
|
2779
|
-
declare const TagList: React$1.FC<Props$
|
|
2780
|
-
interface Props$
|
|
2779
|
+
declare const TagList: React$1.FC<Props$21>;
|
|
2780
|
+
interface Props$21 {
|
|
2781
2781
|
/**
|
|
2782
2782
|
* Main content of the component.
|
|
2783
2783
|
*/
|
|
@@ -2788,8 +2788,8 @@ interface Props$1_ {
|
|
|
2788
2788
|
className?: string;
|
|
2789
2789
|
}
|
|
2790
2790
|
|
|
2791
|
-
declare const TagLabel: React$1.FC<Props$
|
|
2792
|
-
interface Props$
|
|
2791
|
+
declare const TagLabel: React$1.FC<Props$20>;
|
|
2792
|
+
interface Props$20 {
|
|
2793
2793
|
/**
|
|
2794
2794
|
* Emphasizes tag content.
|
|
2795
2795
|
*/
|
|
@@ -2800,8 +2800,8 @@ interface Props$1Z {
|
|
|
2800
2800
|
children: React$1.ReactNode;
|
|
2801
2801
|
}
|
|
2802
2802
|
|
|
2803
|
-
declare const Tag: React$1.ForwardRefExoticComponent<Props$
|
|
2804
|
-
interface Props$
|
|
2803
|
+
declare const Tag: React$1.ForwardRefExoticComponent<Props$1$ & React$1.RefAttributes<HTMLDivElement>>;
|
|
2804
|
+
interface Props$1$ {
|
|
2805
2805
|
/**
|
|
2806
2806
|
* Sets component's children.
|
|
2807
2807
|
*/
|
|
@@ -2832,8 +2832,8 @@ interface Props$1Y {
|
|
|
2832
2832
|
removeLabel?: string;
|
|
2833
2833
|
}
|
|
2834
2834
|
|
|
2835
|
-
declare const TagInput: React$1.FC<Props$
|
|
2836
|
-
interface Props$
|
|
2835
|
+
declare const TagInput: React$1.FC<Props$1_>;
|
|
2836
|
+
interface Props$1_ {
|
|
2837
2837
|
/**
|
|
2838
2838
|
* Input's class name.
|
|
2839
2839
|
*/
|
|
@@ -2885,8 +2885,8 @@ interface Props$1X {
|
|
|
2885
2885
|
disabled?: boolean;
|
|
2886
2886
|
}
|
|
2887
2887
|
|
|
2888
|
-
declare const Tab: React$1.FC<Props$
|
|
2889
|
-
interface Props$
|
|
2888
|
+
declare const Tab: React$1.FC<Props$1Z>;
|
|
2889
|
+
interface Props$1Z {
|
|
2890
2890
|
/**
|
|
2891
2891
|
* Main content.
|
|
2892
2892
|
*/
|
|
@@ -2909,8 +2909,8 @@ interface Props$1W {
|
|
|
2909
2909
|
variant?: 'default' | 'fullscreen';
|
|
2910
2910
|
}
|
|
2911
2911
|
|
|
2912
|
-
declare const TabPanel: React$1.FC<Props$
|
|
2913
|
-
interface Props$
|
|
2912
|
+
declare const TabPanel: React$1.FC<Props$1Y>;
|
|
2913
|
+
interface Props$1Y {
|
|
2914
2914
|
/**
|
|
2915
2915
|
* Main content of the component.
|
|
2916
2916
|
*/
|
|
@@ -2929,8 +2929,8 @@ interface Props$1V {
|
|
|
2929
2929
|
className?: string;
|
|
2930
2930
|
}
|
|
2931
2931
|
|
|
2932
|
-
declare const Tabs: React$1.FC<Props$
|
|
2933
|
-
interface Props$
|
|
2932
|
+
declare const Tabs: React$1.FC<Props$1X>;
|
|
2933
|
+
interface Props$1X {
|
|
2934
2934
|
/**
|
|
2935
2935
|
* Currently selected tab.
|
|
2936
2936
|
*/
|
|
@@ -2945,8 +2945,8 @@ interface Props$1U {
|
|
|
2945
2945
|
onSelect?: (id: string) => void;
|
|
2946
2946
|
}
|
|
2947
2947
|
|
|
2948
|
-
declare const Tooltip: React$1.FC<Props$
|
|
2949
|
-
interface Props$
|
|
2948
|
+
declare const Tooltip: React$1.FC<Props$1W>;
|
|
2949
|
+
interface Props$1W {
|
|
2950
2950
|
/**
|
|
2951
2951
|
* Main content of the component.
|
|
2952
2952
|
* It must be a single child that accepts `ref`.
|
|
@@ -2972,8 +2972,8 @@ interface Props$1T {
|
|
|
2972
2972
|
wrap?: boolean;
|
|
2973
2973
|
}
|
|
2974
2974
|
|
|
2975
|
-
declare const TopbarAction: React$1.FC<Props$
|
|
2976
|
-
interface Props$
|
|
2975
|
+
declare const TopbarAction: React$1.FC<Props$1V>;
|
|
2976
|
+
interface Props$1V {
|
|
2977
2977
|
/**
|
|
2978
2978
|
* Applies active styling.
|
|
2979
2979
|
*/
|
|
@@ -3004,8 +3004,8 @@ interface Props$1S {
|
|
|
3004
3004
|
onClick?: () => void;
|
|
3005
3005
|
}
|
|
3006
3006
|
|
|
3007
|
-
declare const Topbar: React$1.FC<Props$
|
|
3008
|
-
interface Props$
|
|
3007
|
+
declare const Topbar: React$1.FC<Props$1U>;
|
|
3008
|
+
interface Props$1U {
|
|
3009
3009
|
/**
|
|
3010
3010
|
* Main content of the component.
|
|
3011
3011
|
*/
|
|
@@ -4070,6 +4070,22 @@ declare const useDownload: (root?: HTMLElement | null) => {
|
|
|
4070
4070
|
downloadIframeFile: (downloadUrl: string) => void;
|
|
4071
4071
|
};
|
|
4072
4072
|
|
|
4073
|
+
interface UseTypewriterOptions {
|
|
4074
|
+
/**
|
|
4075
|
+
* Speed of typing in milliseconds.
|
|
4076
|
+
*/
|
|
4077
|
+
typingSpeed?: number;
|
|
4078
|
+
/**
|
|
4079
|
+
* Speed of deleting in milliseconds.
|
|
4080
|
+
*/
|
|
4081
|
+
deletingSpeed?: number;
|
|
4082
|
+
/**
|
|
4083
|
+
* Time to pause before starting to delete in milliseconds.
|
|
4084
|
+
*/
|
|
4085
|
+
pauseTime?: number;
|
|
4086
|
+
}
|
|
4087
|
+
declare const useTypewriter: (labels: string[] | undefined, options?: UseTypewriterOptions) => string;
|
|
4088
|
+
|
|
4073
4089
|
/**
|
|
4074
4090
|
* Defines validators that can be used to check various user inputs.
|
|
4075
4091
|
* They are intended to be used downstream to build validation rules for HTML forms.
|
|
@@ -4170,8 +4186,8 @@ declare namespace validators_d {
|
|
|
4170
4186
|
};
|
|
4171
4187
|
}
|
|
4172
4188
|
|
|
4173
|
-
declare const ViewDialog: React$1.FC<Props$
|
|
4174
|
-
interface Props$
|
|
4189
|
+
declare const ViewDialog: React$1.FC<Props$1T>;
|
|
4190
|
+
interface Props$1T {
|
|
4175
4191
|
/**
|
|
4176
4192
|
* Main content of the component.
|
|
4177
4193
|
*/
|
|
@@ -4234,8 +4250,8 @@ interface Props$1Q {
|
|
|
4234
4250
|
label?: string;
|
|
4235
4251
|
}
|
|
4236
4252
|
|
|
4237
|
-
declare const UIProvider: React$1.FC<Props$
|
|
4238
|
-
interface Props$
|
|
4253
|
+
declare const UIProvider: React$1.FC<Props$1S>;
|
|
4254
|
+
interface Props$1S {
|
|
4239
4255
|
/**
|
|
4240
4256
|
* Main content.
|
|
4241
4257
|
*/
|
|
@@ -4263,7 +4279,7 @@ interface Props$1P {
|
|
|
4263
4279
|
/**
|
|
4264
4280
|
* Dialog mode options.
|
|
4265
4281
|
*/
|
|
4266
|
-
dialog?: Omit<Props$
|
|
4282
|
+
dialog?: Omit<Props$1T, 'children'>;
|
|
4267
4283
|
/**
|
|
4268
4284
|
* Name of selected theme.
|
|
4269
4285
|
*/
|
|
@@ -4286,16 +4302,16 @@ interface Props$1P {
|
|
|
4286
4302
|
choosableFileExtensions?: string[];
|
|
4287
4303
|
}
|
|
4288
4304
|
|
|
4289
|
-
declare const View: React$1.FC<Props$
|
|
4290
|
-
interface Props$
|
|
4305
|
+
declare const View: React$1.FC<Props$1R>;
|
|
4306
|
+
interface Props$1R {
|
|
4291
4307
|
/**
|
|
4292
4308
|
* Sets component's children.
|
|
4293
4309
|
*/
|
|
4294
4310
|
children?: React$1.ReactNode;
|
|
4295
4311
|
}
|
|
4296
4312
|
|
|
4297
|
-
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$
|
|
4298
|
-
interface Props$
|
|
4313
|
+
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$1Q & React$1.RefAttributes<HTMLDivElement>>;
|
|
4314
|
+
interface Props$1Q {
|
|
4299
4315
|
/**
|
|
4300
4316
|
* Sets component's children.
|
|
4301
4317
|
*/
|
|
@@ -4318,8 +4334,8 @@ interface Props$1N {
|
|
|
4318
4334
|
spacing?: 'xl';
|
|
4319
4335
|
}
|
|
4320
4336
|
|
|
4321
|
-
declare const ViewContentBar: React$1.FC<Props$
|
|
4322
|
-
interface Props$
|
|
4337
|
+
declare const ViewContentBar: React$1.FC<Props$1P>;
|
|
4338
|
+
interface Props$1P {
|
|
4323
4339
|
/**
|
|
4324
4340
|
* Sets component's children.
|
|
4325
4341
|
*/
|
|
@@ -4330,32 +4346,32 @@ interface Props$1M {
|
|
|
4330
4346
|
justify?: 'start' | 'end';
|
|
4331
4347
|
}
|
|
4332
4348
|
|
|
4333
|
-
declare const ViewContentWrapper: React$1.FC<Props$
|
|
4334
|
-
interface Props$
|
|
4349
|
+
declare const ViewContentWrapper: React$1.FC<Props$1O>;
|
|
4350
|
+
interface Props$1O {
|
|
4335
4351
|
/**
|
|
4336
4352
|
* Sets component's children.
|
|
4337
4353
|
*/
|
|
4338
4354
|
children?: React$1.ReactNode;
|
|
4339
4355
|
}
|
|
4340
4356
|
|
|
4341
|
-
declare const ViewFooter: React$1.FC<Props$
|
|
4342
|
-
interface Props$
|
|
4357
|
+
declare const ViewFooter: React$1.FC<Props$1N>;
|
|
4358
|
+
interface Props$1N {
|
|
4343
4359
|
/**
|
|
4344
4360
|
* Sets component's children.
|
|
4345
4361
|
*/
|
|
4346
4362
|
children?: React$1.ReactNode;
|
|
4347
4363
|
}
|
|
4348
4364
|
|
|
4349
|
-
declare const ViewHeader: React$1.FC<Props$
|
|
4350
|
-
interface Props$
|
|
4365
|
+
declare const ViewHeader: React$1.FC<Props$1M>;
|
|
4366
|
+
interface Props$1M {
|
|
4351
4367
|
/**
|
|
4352
4368
|
* Sets component's children.
|
|
4353
4369
|
*/
|
|
4354
4370
|
children?: React$1.ReactNode;
|
|
4355
4371
|
}
|
|
4356
4372
|
|
|
4357
|
-
declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$
|
|
4358
|
-
interface Props$
|
|
4373
|
+
declare const ViewPaper: React$1.ForwardRefExoticComponent<Props$1L & React$1.RefAttributes<HTMLDivElement>>;
|
|
4374
|
+
interface Props$1L {
|
|
4359
4375
|
/**
|
|
4360
4376
|
* Sets component's children.
|
|
4361
4377
|
*/
|
|
@@ -4366,16 +4382,16 @@ interface Props$1I {
|
|
|
4366
4382
|
variant?: 'default' | 'fullscreen';
|
|
4367
4383
|
}
|
|
4368
4384
|
|
|
4369
|
-
declare const ViewSideContent: React$1.FC<Props$
|
|
4370
|
-
interface Props$
|
|
4385
|
+
declare const ViewSideContent: React$1.FC<Props$1K>;
|
|
4386
|
+
interface Props$1K {
|
|
4371
4387
|
/**
|
|
4372
4388
|
* Sets component's children.
|
|
4373
4389
|
*/
|
|
4374
4390
|
children?: React$1.ReactNode;
|
|
4375
4391
|
}
|
|
4376
4392
|
|
|
4377
|
-
declare const ViewWrapper: React$1.FC<Props$
|
|
4378
|
-
interface Props$
|
|
4393
|
+
declare const ViewWrapper: React$1.FC<Props$1J>;
|
|
4394
|
+
interface Props$1J {
|
|
4379
4395
|
/**
|
|
4380
4396
|
* Main content of the component.
|
|
4381
4397
|
*/
|
|
@@ -4386,8 +4402,8 @@ interface Props$1G {
|
|
|
4386
4402
|
navbar?: React$1.ReactNode;
|
|
4387
4403
|
}
|
|
4388
4404
|
|
|
4389
|
-
declare const RangeSlider: React$1.FC<Props$
|
|
4390
|
-
type Props$
|
|
4405
|
+
declare const RangeSlider: React$1.FC<Props$1I>;
|
|
4406
|
+
type Props$1I = {
|
|
4391
4407
|
/**
|
|
4392
4408
|
* Slider value.
|
|
4393
4409
|
*/
|
|
@@ -4420,8 +4436,8 @@ type Props$1F = {
|
|
|
4420
4436
|
showLabels?: boolean;
|
|
4421
4437
|
};
|
|
4422
4438
|
|
|
4423
|
-
declare const FormFeedback: React$1.FC<Props$
|
|
4424
|
-
type Props$
|
|
4439
|
+
declare const FormFeedback: React$1.FC<Props$1H>;
|
|
4440
|
+
type Props$1H = {
|
|
4425
4441
|
/**
|
|
4426
4442
|
* Main content of the component.
|
|
4427
4443
|
*/
|
|
@@ -4436,8 +4452,8 @@ type Props$1E = {
|
|
|
4436
4452
|
warning?: boolean;
|
|
4437
4453
|
};
|
|
4438
4454
|
|
|
4439
|
-
declare const FormGroup: React$1.FC<Props$
|
|
4440
|
-
interface Props$
|
|
4455
|
+
declare const FormGroup: React$1.FC<Props$1G>;
|
|
4456
|
+
interface Props$1G {
|
|
4441
4457
|
/**
|
|
4442
4458
|
* Main content of the component.
|
|
4443
4459
|
*/
|
|
@@ -4448,24 +4464,24 @@ interface Props$1D {
|
|
|
4448
4464
|
halfWidth?: boolean;
|
|
4449
4465
|
}
|
|
4450
4466
|
|
|
4451
|
-
declare const FormGroupColumn: React$1.FC<Props$
|
|
4452
|
-
interface Props$
|
|
4467
|
+
declare const FormGroupColumn: React$1.FC<Props$1F>;
|
|
4468
|
+
interface Props$1F {
|
|
4453
4469
|
/**
|
|
4454
4470
|
* Main content of the component.
|
|
4455
4471
|
*/
|
|
4456
4472
|
children: React$1.ReactNode;
|
|
4457
4473
|
}
|
|
4458
4474
|
|
|
4459
|
-
declare const FormGroupInfo: React$1.FC<Props$
|
|
4460
|
-
interface Props$
|
|
4475
|
+
declare const FormGroupInfo: React$1.FC<Props$1E>;
|
|
4476
|
+
interface Props$1E {
|
|
4461
4477
|
/**
|
|
4462
4478
|
* Main content of the component.
|
|
4463
4479
|
*/
|
|
4464
4480
|
children: React$1.ReactNode;
|
|
4465
4481
|
}
|
|
4466
4482
|
|
|
4467
|
-
declare const FormInputLabel: React$1.FC<Props$
|
|
4468
|
-
type Props$
|
|
4483
|
+
declare const FormInputLabel: React$1.FC<Props$1D>;
|
|
4484
|
+
type Props$1D = {
|
|
4469
4485
|
/**
|
|
4470
4486
|
* Main content of the component.
|
|
4471
4487
|
*/
|
|
@@ -4484,8 +4500,8 @@ type Props$1A = {
|
|
|
4484
4500
|
iconName?: IconName;
|
|
4485
4501
|
};
|
|
4486
4502
|
|
|
4487
|
-
declare const Form: React$1.ForwardRefExoticComponent<Props$
|
|
4488
|
-
type Props$
|
|
4503
|
+
declare const Form: React$1.ForwardRefExoticComponent<Props$1C & React$1.RefAttributes<HTMLFormElement>>;
|
|
4504
|
+
type Props$1C = {
|
|
4489
4505
|
/**
|
|
4490
4506
|
* Main content of the component.
|
|
4491
4507
|
*/
|
|
@@ -4508,8 +4524,8 @@ type Props$1z = {
|
|
|
4508
4524
|
onSubmit: React$1.FormEventHandler<HTMLFormElement>;
|
|
4509
4525
|
};
|
|
4510
4526
|
|
|
4511
|
-
declare const EmptyViewLabel: React$1.FC<Props$
|
|
4512
|
-
interface Props$
|
|
4527
|
+
declare const EmptyViewLabel: React$1.FC<Props$1B>;
|
|
4528
|
+
interface Props$1B {
|
|
4513
4529
|
/**
|
|
4514
4530
|
* Main content of the component.
|
|
4515
4531
|
*/
|
|
@@ -4520,8 +4536,8 @@ interface Props$1y {
|
|
|
4520
4536
|
muted?: boolean;
|
|
4521
4537
|
}
|
|
4522
4538
|
|
|
4523
|
-
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$
|
|
4524
|
-
interface Props$
|
|
4539
|
+
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$1A & React$1.RefAttributes<HTMLDivElement>>;
|
|
4540
|
+
interface Props$1A {
|
|
4525
4541
|
/**
|
|
4526
4542
|
* Adds active styling.
|
|
4527
4543
|
*/
|
|
@@ -4544,8 +4560,8 @@ interface Props$1x {
|
|
|
4544
4560
|
type?: 'dropzone' | 'default';
|
|
4545
4561
|
}
|
|
4546
4562
|
|
|
4547
|
-
declare const Ellipsis: React$1.FC<Props$
|
|
4548
|
-
interface Props$
|
|
4563
|
+
declare const Ellipsis: React$1.FC<Props$1z>;
|
|
4564
|
+
interface Props$1z {
|
|
4549
4565
|
/**
|
|
4550
4566
|
* Items to display.
|
|
4551
4567
|
*/
|
|
@@ -4556,8 +4572,8 @@ interface Props$1w {
|
|
|
4556
4572
|
maxVisibleItems?: number;
|
|
4557
4573
|
}
|
|
4558
4574
|
|
|
4559
|
-
declare const FilePreviewActions: React$1.FC<Props$
|
|
4560
|
-
interface Props$
|
|
4575
|
+
declare const FilePreviewActions: React$1.FC<Props$1y>;
|
|
4576
|
+
interface Props$1y {
|
|
4561
4577
|
/**
|
|
4562
4578
|
* Label of the back button.
|
|
4563
4579
|
*/
|
|
@@ -4572,33 +4588,33 @@ interface Props$1v {
|
|
|
4572
4588
|
title: string;
|
|
4573
4589
|
}
|
|
4574
4590
|
|
|
4575
|
-
declare const FilePreviewColumn: React$1.FC<Props$
|
|
4576
|
-
interface Props$
|
|
4591
|
+
declare const FilePreviewColumn: React$1.FC<Props$1x>;
|
|
4592
|
+
interface Props$1x {
|
|
4577
4593
|
/**
|
|
4578
4594
|
* Main content of the component.
|
|
4579
4595
|
*/
|
|
4580
4596
|
children: React$1.ReactNode;
|
|
4581
4597
|
}
|
|
4582
4598
|
|
|
4583
|
-
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$
|
|
4584
|
-
interface Props$
|
|
4599
|
+
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$1w & React$1.RefAttributes<HTMLDivElement>>;
|
|
4600
|
+
interface Props$1w {
|
|
4585
4601
|
/**
|
|
4586
4602
|
* Main content of the component.
|
|
4587
4603
|
*/
|
|
4588
4604
|
children: React$1.ReactNode;
|
|
4589
4605
|
}
|
|
4590
4606
|
|
|
4591
|
-
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$
|
|
4592
|
-
interface Props$
|
|
4607
|
+
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$1v & React$1.RefAttributes<HTMLDivElement>>;
|
|
4608
|
+
interface Props$1v {
|
|
4593
4609
|
/**
|
|
4594
4610
|
* Main content of the component.
|
|
4595
4611
|
*/
|
|
4596
4612
|
children: React$1.ReactNode;
|
|
4597
4613
|
}
|
|
4598
4614
|
|
|
4599
|
-
declare const FilePreviewNavButton: React$1.FC<Props$
|
|
4615
|
+
declare const FilePreviewNavButton: React$1.FC<Props$1u>;
|
|
4600
4616
|
type Side = 'left' | 'right';
|
|
4601
|
-
interface Props$
|
|
4617
|
+
interface Props$1u {
|
|
4602
4618
|
/**
|
|
4603
4619
|
* Disables button.
|
|
4604
4620
|
*/
|
|
@@ -4621,16 +4637,16 @@ interface Props$1r {
|
|
|
4621
4637
|
tooltipPlacement?: PopperPlacement;
|
|
4622
4638
|
}
|
|
4623
4639
|
|
|
4624
|
-
declare const FilePreviewTooltip: React$1.FC<Props$
|
|
4625
|
-
interface Props$
|
|
4640
|
+
declare const FilePreviewTooltip: React$1.FC<Props$1t>;
|
|
4641
|
+
interface Props$1t {
|
|
4626
4642
|
/**
|
|
4627
4643
|
* Main content of the tooltip.
|
|
4628
4644
|
*/
|
|
4629
4645
|
children?: React$1.ReactNode;
|
|
4630
4646
|
}
|
|
4631
4647
|
|
|
4632
|
-
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$
|
|
4633
|
-
interface Props$
|
|
4648
|
+
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$1s & React$1.RefAttributes<HTMLDivElement>>;
|
|
4649
|
+
interface Props$1s {
|
|
4634
4650
|
/**
|
|
4635
4651
|
* Main content of the component.
|
|
4636
4652
|
*/
|
|
@@ -4680,8 +4696,8 @@ interface SelectionAreaCoords {
|
|
|
4680
4696
|
height: number;
|
|
4681
4697
|
}
|
|
4682
4698
|
|
|
4683
|
-
declare const SelectionArea: React$1.FC<Props$
|
|
4684
|
-
interface Props$
|
|
4699
|
+
declare const SelectionArea: React$1.FC<Props$1r>;
|
|
4700
|
+
interface Props$1r {
|
|
4685
4701
|
/**
|
|
4686
4702
|
* Selection area container.
|
|
4687
4703
|
*/
|
|
@@ -4783,8 +4799,8 @@ type SelectToggleHandler = (opt: SelectOption) => void;
|
|
|
4783
4799
|
*/
|
|
4784
4800
|
type SelectKeyboardNextIdGetter = (options: SelectOption[], currentIndex: number) => SelectOption | undefined;
|
|
4785
4801
|
|
|
4786
|
-
declare const SelectListboxGrid: React$1.FC<Props$
|
|
4787
|
-
interface Props$
|
|
4802
|
+
declare const SelectListboxGrid: React$1.FC<Props$1q>;
|
|
4803
|
+
interface Props$1q {
|
|
4788
4804
|
/**
|
|
4789
4805
|
* Main content of the component.
|
|
4790
4806
|
*/
|
|
@@ -4795,8 +4811,8 @@ interface Props$1n {
|
|
|
4795
4811
|
noOptionsLabel?: string;
|
|
4796
4812
|
}
|
|
4797
4813
|
|
|
4798
|
-
declare const Select: React$1.FC<Props$
|
|
4799
|
-
interface Props$
|
|
4814
|
+
declare const Select: React$1.FC<Props$1p>;
|
|
4815
|
+
interface Props$1p {
|
|
4800
4816
|
/**
|
|
4801
4817
|
* Aria label for clear button.
|
|
4802
4818
|
*/
|
|
@@ -4883,8 +4899,8 @@ interface Props$1m {
|
|
|
4883
4899
|
size?: 'base' | 'small' | 'medium';
|
|
4884
4900
|
}
|
|
4885
4901
|
|
|
4886
|
-
declare const Notifications: React$1.FC<Props$
|
|
4887
|
-
interface Props$
|
|
4902
|
+
declare const Notifications: React$1.FC<Props$1o>;
|
|
4903
|
+
interface Props$1o {
|
|
4888
4904
|
/**
|
|
4889
4905
|
* Container's position will be adjusted in accordance with provided element's height.
|
|
4890
4906
|
*/
|
|
@@ -4897,11 +4913,11 @@ interface Props$1l {
|
|
|
4897
4913
|
|
|
4898
4914
|
type NotificationType = 'success' | 'error' | 'warning';
|
|
4899
4915
|
|
|
4900
|
-
declare const Notification: React$1.FC<Props$
|
|
4916
|
+
declare const Notification: React$1.FC<Props$1n>;
|
|
4901
4917
|
/**
|
|
4902
4918
|
* `Notification` component is rendered as part of `TransitionGroup` and therefore gets transition props in addition to its regular props.
|
|
4903
4919
|
*/
|
|
4904
|
-
type Props$
|
|
4920
|
+
type Props$1n = Partial<TransitionProps> & {
|
|
4905
4921
|
/**
|
|
4906
4922
|
* Main content of the component.
|
|
4907
4923
|
*/
|
|
@@ -4928,8 +4944,8 @@ type Props$1k = Partial<TransitionProps> & {
|
|
|
4928
4944
|
type: NotificationType;
|
|
4929
4945
|
};
|
|
4930
4946
|
|
|
4931
|
-
declare const CopyableInput: React$1.FC<Props$
|
|
4932
|
-
interface Props$
|
|
4947
|
+
declare const CopyableInput: React$1.FC<Props$1m>;
|
|
4948
|
+
interface Props$1m {
|
|
4933
4949
|
/**
|
|
4934
4950
|
* Unique input's id.
|
|
4935
4951
|
*/
|
|
@@ -4952,8 +4968,8 @@ interface Props$1j {
|
|
|
4952
4968
|
labelCopied: string;
|
|
4953
4969
|
}
|
|
4954
4970
|
|
|
4955
|
-
declare const CopyableLabel: React$1.FC<Props$
|
|
4956
|
-
interface Props$
|
|
4971
|
+
declare const CopyableLabel: React$1.FC<Props$1l>;
|
|
4972
|
+
interface Props$1l {
|
|
4957
4973
|
/**
|
|
4958
4974
|
* Label's text. This text will be copied to clipboard upon clicking on the label.
|
|
4959
4975
|
*/
|
|
@@ -4972,8 +4988,8 @@ interface Props$1i {
|
|
|
4972
4988
|
labelCopied: string;
|
|
4973
4989
|
}
|
|
4974
4990
|
|
|
4975
|
-
declare const CopyButton: React$1.FC<Props$
|
|
4976
|
-
interface Props$
|
|
4991
|
+
declare const CopyButton: React$1.FC<Props$1k>;
|
|
4992
|
+
interface Props$1k {
|
|
4977
4993
|
/**
|
|
4978
4994
|
* Value to be copied to clipboard.
|
|
4979
4995
|
*/
|
|
@@ -5046,8 +5062,8 @@ interface ContainerQueryContext {
|
|
|
5046
5062
|
declare const ContainerQueryContext: React$1.Context<ContainerQueryContext>;
|
|
5047
5063
|
declare const useContainerQuery: () => ContainerQueryContext;
|
|
5048
5064
|
|
|
5049
|
-
declare const ContainerQueryProvider: React$1.FC<Props$
|
|
5050
|
-
interface Props$
|
|
5065
|
+
declare const ContainerQueryProvider: React$1.FC<Props$1j>;
|
|
5066
|
+
interface Props$1j {
|
|
5051
5067
|
/**
|
|
5052
5068
|
* Maps breakpoint keys to width values. Each key corresponds to minimum value (in px).
|
|
5053
5069
|
*/
|
|
@@ -5062,8 +5078,8 @@ interface Props$1g {
|
|
|
5062
5078
|
containerEl?: HTMLElement | null;
|
|
5063
5079
|
}
|
|
5064
5080
|
|
|
5065
|
-
declare const ContainerQuery: React$1.FC<Props$
|
|
5066
|
-
interface Props$
|
|
5081
|
+
declare const ContainerQuery: React$1.FC<Props$1i>;
|
|
5082
|
+
interface Props$1i {
|
|
5067
5083
|
/**
|
|
5068
5084
|
* Main content of the component.
|
|
5069
5085
|
*/
|
|
@@ -5087,8 +5103,8 @@ interface FixedContext {
|
|
|
5087
5103
|
declare const FixedContext: React$1.Context<FixedContext>;
|
|
5088
5104
|
declare const useFixedCtx: () => FixedContext;
|
|
5089
5105
|
|
|
5090
|
-
declare const FixedProvider: React$1.FC<Props$
|
|
5091
|
-
interface Props$
|
|
5106
|
+
declare const FixedProvider: React$1.FC<Props$1h>;
|
|
5107
|
+
interface Props$1h {
|
|
5092
5108
|
/**
|
|
5093
5109
|
* Main content of the component.
|
|
5094
5110
|
*/
|
|
@@ -5100,16 +5116,16 @@ interface Props$1e {
|
|
|
5100
5116
|
rootEl?: HTMLElement | null;
|
|
5101
5117
|
}
|
|
5102
5118
|
|
|
5103
|
-
declare const Fixed: React$1.FC<Props$
|
|
5104
|
-
interface Props$
|
|
5119
|
+
declare const Fixed: React$1.FC<Props$1g>;
|
|
5120
|
+
interface Props$1g {
|
|
5105
5121
|
/**
|
|
5106
5122
|
* Main content of the component.
|
|
5107
5123
|
*/
|
|
5108
5124
|
children: React$1.ReactNode;
|
|
5109
5125
|
}
|
|
5110
5126
|
|
|
5111
|
-
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$
|
|
5112
|
-
interface Props$
|
|
5127
|
+
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$1f & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5128
|
+
interface Props$1f extends Props$3E {
|
|
5113
5129
|
/**
|
|
5114
5130
|
* Delays loader appearance. Defaults to `true`.
|
|
5115
5131
|
*/
|
|
@@ -5124,8 +5140,8 @@ interface Props$1c extends Props$3B {
|
|
|
5124
5140
|
loaderPosition?: 'left' | 'center' | 'right';
|
|
5125
5141
|
}
|
|
5126
5142
|
|
|
5127
|
-
declare const ListItem: React$1.FC<Props$
|
|
5128
|
-
interface Props$
|
|
5143
|
+
declare const ListItem: React$1.FC<Props$1e>;
|
|
5144
|
+
interface Props$1e {
|
|
5129
5145
|
/**
|
|
5130
5146
|
* Main content of the component.
|
|
5131
5147
|
*/
|
|
@@ -5136,16 +5152,16 @@ interface Props$1b {
|
|
|
5136
5152
|
onClick?: () => void;
|
|
5137
5153
|
}
|
|
5138
5154
|
|
|
5139
|
-
declare const ListItemActions: React$1.FC<Props$
|
|
5140
|
-
interface Props$
|
|
5155
|
+
declare const ListItemActions: React$1.FC<Props$1d>;
|
|
5156
|
+
interface Props$1d {
|
|
5141
5157
|
/**
|
|
5142
5158
|
* Main content of the component.
|
|
5143
5159
|
*/
|
|
5144
5160
|
children: React$1.ReactNode;
|
|
5145
5161
|
}
|
|
5146
5162
|
|
|
5147
|
-
declare const ListItemContent: React$1.FC<Props$
|
|
5148
|
-
interface Props$
|
|
5163
|
+
declare const ListItemContent: React$1.FC<Props$1c>;
|
|
5164
|
+
interface Props$1c {
|
|
5149
5165
|
/**
|
|
5150
5166
|
* Main content of the component.
|
|
5151
5167
|
*/
|
|
@@ -5156,8 +5172,8 @@ interface Props$19 {
|
|
|
5156
5172
|
muted?: boolean;
|
|
5157
5173
|
}
|
|
5158
5174
|
|
|
5159
|
-
declare const List: React$1.FC<Props$
|
|
5160
|
-
interface Props$
|
|
5175
|
+
declare const List: React$1.FC<Props$1b>;
|
|
5176
|
+
interface Props$1b {
|
|
5161
5177
|
/**
|
|
5162
5178
|
* Main content of the component.
|
|
5163
5179
|
*/
|
|
@@ -5168,32 +5184,44 @@ interface Props$18 {
|
|
|
5168
5184
|
className?: string;
|
|
5169
5185
|
}
|
|
5170
5186
|
|
|
5171
|
-
declare const SearchDialogActions: React$1.FC<Props$
|
|
5172
|
-
interface Props$
|
|
5187
|
+
declare const SearchDialogActions: React$1.FC<Props$1a>;
|
|
5188
|
+
interface Props$1a {
|
|
5173
5189
|
/**
|
|
5174
5190
|
* Main content of the component.
|
|
5175
5191
|
*/
|
|
5176
5192
|
children: React$1.ReactNode;
|
|
5177
5193
|
}
|
|
5178
5194
|
|
|
5179
|
-
declare const
|
|
5180
|
-
interface Props$
|
|
5195
|
+
declare const SearchDialogAiHelpBanner: React$1.FC<Props$19>;
|
|
5196
|
+
interface Props$19 {
|
|
5197
|
+
/**
|
|
5198
|
+
* Content to be displayed in the banner.
|
|
5199
|
+
*/
|
|
5200
|
+
content?: string;
|
|
5201
|
+
/**
|
|
5202
|
+
* List of examples to be displayed using a typewriter effect.
|
|
5203
|
+
*/
|
|
5204
|
+
examples?: string[];
|
|
5205
|
+
}
|
|
5206
|
+
|
|
5207
|
+
declare const SearchDialogContent: React$1.FC<Props$18>;
|
|
5208
|
+
interface Props$18 {
|
|
5181
5209
|
/**
|
|
5182
5210
|
* Main content of the component.
|
|
5183
5211
|
*/
|
|
5184
5212
|
children: React$1.ReactNode;
|
|
5185
5213
|
}
|
|
5186
5214
|
|
|
5187
|
-
declare const SearchDialogFallback: React$1.FC<Props$
|
|
5188
|
-
interface Props$
|
|
5215
|
+
declare const SearchDialogFallback: React$1.FC<Props$17>;
|
|
5216
|
+
interface Props$17 {
|
|
5189
5217
|
/**
|
|
5190
5218
|
* Main content of the component.
|
|
5191
5219
|
*/
|
|
5192
5220
|
children: React$1.ReactNode;
|
|
5193
5221
|
}
|
|
5194
5222
|
|
|
5195
|
-
declare const SearchDialogHeader: React$1.FC<Props$
|
|
5196
|
-
interface Props$
|
|
5223
|
+
declare const SearchDialogHeader: React$1.FC<Props$16>;
|
|
5224
|
+
interface Props$16 {
|
|
5197
5225
|
/**
|
|
5198
5226
|
* Optional action rendered next to close button.
|
|
5199
5227
|
*/
|
|
@@ -5216,8 +5244,8 @@ interface Props$14 {
|
|
|
5216
5244
|
onSubmit?: React$1.FormEventHandler;
|
|
5217
5245
|
}
|
|
5218
5246
|
|
|
5219
|
-
declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props$
|
|
5220
|
-
interface Props$
|
|
5247
|
+
declare const SearchDialogInput: React$1.ForwardRefExoticComponent<Props$15 & React$1.RefAttributes<HTMLInputElement>>;
|
|
5248
|
+
interface Props$15 {
|
|
5221
5249
|
/**
|
|
5222
5250
|
* Input's name to register.
|
|
5223
5251
|
*/
|
|
@@ -5244,8 +5272,16 @@ interface Props$13 {
|
|
|
5244
5272
|
value?: string;
|
|
5245
5273
|
}
|
|
5246
5274
|
|
|
5247
|
-
declare const
|
|
5248
|
-
interface Props$
|
|
5275
|
+
declare const SearchDialogLabel: React$1.FC<Props$14>;
|
|
5276
|
+
interface Props$14 {
|
|
5277
|
+
/**
|
|
5278
|
+
* Main content of the component.
|
|
5279
|
+
*/
|
|
5280
|
+
label: React$1.ReactNode;
|
|
5281
|
+
}
|
|
5282
|
+
|
|
5283
|
+
declare const SearchDialogSection: React$1.FC<Props$13>;
|
|
5284
|
+
interface Props$13 {
|
|
5249
5285
|
/**
|
|
5250
5286
|
* Main content of the component.
|
|
5251
5287
|
*/
|
|
@@ -5260,6 +5296,34 @@ interface Props$12 {
|
|
|
5260
5296
|
headerButtons?: React$1.ReactNode;
|
|
5261
5297
|
}
|
|
5262
5298
|
|
|
5299
|
+
declare const SearchDialogToggle: React$1.ForwardRefExoticComponent<Props$12 & React$1.RefAttributes<HTMLDivElement>>;
|
|
5300
|
+
interface Props$12 {
|
|
5301
|
+
/**
|
|
5302
|
+
* Sets current toggle's value.
|
|
5303
|
+
*/
|
|
5304
|
+
checked: boolean;
|
|
5305
|
+
/**
|
|
5306
|
+
* Optional icon name to display before the label.
|
|
5307
|
+
*/
|
|
5308
|
+
icon?: IconName;
|
|
5309
|
+
/**
|
|
5310
|
+
* Optional id for the underlying input. If not provided, a unique id will be generated.
|
|
5311
|
+
*/
|
|
5312
|
+
id?: string;
|
|
5313
|
+
/**
|
|
5314
|
+
* Label text displayed next to the toggle.
|
|
5315
|
+
*/
|
|
5316
|
+
label?: string;
|
|
5317
|
+
/**
|
|
5318
|
+
* Underlying input's name.
|
|
5319
|
+
*/
|
|
5320
|
+
name?: string;
|
|
5321
|
+
/**
|
|
5322
|
+
* Callback invoked upon value's change.
|
|
5323
|
+
*/
|
|
5324
|
+
onChange: (checked: boolean) => void;
|
|
5325
|
+
}
|
|
5326
|
+
|
|
5263
5327
|
declare const SearchDialog: React$1.FC<Props$11>;
|
|
5264
5328
|
interface Props$11 {
|
|
5265
5329
|
/**
|
|
@@ -5477,11 +5541,11 @@ interface Props$Q {
|
|
|
5477
5541
|
/**
|
|
5478
5542
|
* Optional button.
|
|
5479
5543
|
*/
|
|
5480
|
-
button?: React$1.ReactElement<Props$
|
|
5544
|
+
button?: React$1.ReactElement<Props$3E> | null;
|
|
5481
5545
|
/**
|
|
5482
5546
|
* Optional icon.
|
|
5483
5547
|
*/
|
|
5484
|
-
icon?: React$1.ReactElement<Props$
|
|
5548
|
+
icon?: React$1.ReactElement<Props$3H> | ((props: Props$3H) => React$1.ReactNode) | null;
|
|
5485
5549
|
}
|
|
5486
5550
|
|
|
5487
5551
|
declare const NavigationDialogItemLabel: React$1.FC<Props$P>;
|
|
@@ -5493,7 +5557,7 @@ interface Props$P {
|
|
|
5493
5557
|
/**
|
|
5494
5558
|
* Displayed icon.
|
|
5495
5559
|
*/
|
|
5496
|
-
icon?: React$1.ReactElement<Props$
|
|
5560
|
+
icon?: React$1.ReactElement<Props$3H>;
|
|
5497
5561
|
}
|
|
5498
5562
|
|
|
5499
5563
|
declare const NavigationDialog: React$1.ForwardRefExoticComponent<Props$O & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -5919,7 +5983,7 @@ interface Props$K {
|
|
|
5919
5983
|
title?: string;
|
|
5920
5984
|
}
|
|
5921
5985
|
|
|
5922
|
-
declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
5986
|
+
declare const ImageEditorApplyButton: React$1.ForwardRefExoticComponent<Omit<Props$3E, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
5923
5987
|
|
|
5924
5988
|
declare const ImageEditorButtonsGroup: React$1.ForwardRefExoticComponent<Props$J & React$1.RefAttributes<HTMLDivElement>>;
|
|
5925
5989
|
interface Props$J {
|
|
@@ -5994,7 +6058,7 @@ interface Props$E {
|
|
|
5994
6058
|
/**
|
|
5995
6059
|
* Icon to display.
|
|
5996
6060
|
*/
|
|
5997
|
-
icon?: React$1.ReactElement<Props$
|
|
6061
|
+
icon?: React$1.ReactElement<Props$3H>;
|
|
5998
6062
|
}
|
|
5999
6063
|
|
|
6000
6064
|
declare const ImageEditorCropCardFreeform: React$1.ForwardRefExoticComponent<Props$D & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -6006,7 +6070,7 @@ interface Props$D {
|
|
|
6006
6070
|
/**
|
|
6007
6071
|
* Icon to display
|
|
6008
6072
|
*/
|
|
6009
|
-
icon?: React$1.ReactElement<Props$
|
|
6073
|
+
icon?: React$1.ReactElement<Props$3H>;
|
|
6010
6074
|
}
|
|
6011
6075
|
|
|
6012
6076
|
declare const ImageEditorCropCardList: React$1.ForwardRefExoticComponent<Props$C & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -6026,7 +6090,7 @@ interface Props$B {
|
|
|
6026
6090
|
/**
|
|
6027
6091
|
* Icon to display
|
|
6028
6092
|
*/
|
|
6029
|
-
icon?: React$1.ReactElement<Props$
|
|
6093
|
+
icon?: React$1.ReactElement<Props$3H>;
|
|
6030
6094
|
}
|
|
6031
6095
|
|
|
6032
6096
|
declare const ImageEditorDemoLabel: React$1.FC<Props$A>;
|
|
@@ -6041,9 +6105,9 @@ interface Props$A {
|
|
|
6041
6105
|
creditHref?: string;
|
|
6042
6106
|
}
|
|
6043
6107
|
|
|
6044
|
-
declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$
|
|
6108
|
+
declare const ImageEditorFlipHorizontalButton: React$1.FC<Omit<Props$3E, 'children' | 'onClick'>>;
|
|
6045
6109
|
|
|
6046
|
-
declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$
|
|
6110
|
+
declare const ImageEditorFlipVerticalButton: React$1.FC<Omit<Props$3E, 'children' | 'onClick'>>;
|
|
6047
6111
|
|
|
6048
6112
|
declare const ImageEditorLoader: React$1.ForwardRefExoticComponent<Props$z & React$1.RefAttributes<HTMLDivElement>>;
|
|
6049
6113
|
interface Props$z {
|
|
@@ -6121,7 +6185,7 @@ interface Props$u {
|
|
|
6121
6185
|
placeholder?: string;
|
|
6122
6186
|
}
|
|
6123
6187
|
|
|
6124
|
-
declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
6188
|
+
declare const ImageEditorResetButton: React$1.ForwardRefExoticComponent<Omit<Props$3E, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6125
6189
|
|
|
6126
6190
|
declare const ImageEditorResizeDimensions: React$1.ForwardRefExoticComponent<Props$t & React$1.RefAttributes<HTMLDivElement>>;
|
|
6127
6191
|
interface Props$t {
|
|
@@ -6139,9 +6203,9 @@ interface Props$t {
|
|
|
6139
6203
|
widthInput: React$1.ReactNode;
|
|
6140
6204
|
}
|
|
6141
6205
|
|
|
6142
|
-
declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$
|
|
6206
|
+
declare const ImageEditorRotateLeftButton: React$1.FC<Omit<Props$3E, 'children' | 'onClick'>>;
|
|
6143
6207
|
|
|
6144
|
-
declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$
|
|
6208
|
+
declare const ImageEditorRotateRightButton: React$1.FC<Omit<Props$3E, 'children' | 'onClick'>>;
|
|
6145
6209
|
|
|
6146
6210
|
declare const ImageEditorSaveDialog: React$1.ForwardRefExoticComponent<Props$s & React$1.RefAttributes<HTMLDivElement>>;
|
|
6147
6211
|
interface Props$s {
|
|
@@ -6175,7 +6239,7 @@ interface Props$q {
|
|
|
6175
6239
|
title?: string;
|
|
6176
6240
|
}
|
|
6177
6241
|
|
|
6178
|
-
declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$
|
|
6242
|
+
declare const ImageEditorPreviewCloseButton: React$1.ForwardRefExoticComponent<Omit<Props$3E, "onClick"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6179
6243
|
|
|
6180
6244
|
declare const ImageEditorSaveDialogHeader: React$1.ForwardRefExoticComponent<Props$p & React$1.RefAttributes<HTMLDivElement>>;
|
|
6181
6245
|
interface Props$p {
|
|
@@ -6201,7 +6265,7 @@ interface Props$o {
|
|
|
6201
6265
|
alt: string;
|
|
6202
6266
|
}
|
|
6203
6267
|
|
|
6204
|
-
declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$
|
|
6268
|
+
declare const ImageEditorSaveDialogInfo: React$1.ForwardRefExoticComponent<Props$1C & React$1.RefAttributes<HTMLFormElement>>;
|
|
6205
6269
|
|
|
6206
6270
|
declare const ImageEditorSaveDialogPreview: React$1.ForwardRefExoticComponent<Props$n & React$1.RefAttributes<HTMLDivElement>>;
|
|
6207
6271
|
interface Props$n {
|
|
@@ -6211,7 +6275,7 @@ interface Props$n {
|
|
|
6211
6275
|
children?: React$1.ReactNode;
|
|
6212
6276
|
}
|
|
6213
6277
|
|
|
6214
|
-
declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$
|
|
6278
|
+
declare const ImageEditorSaveDialogSaveButton: React$1.ForwardRefExoticComponent<Props$1f & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6215
6279
|
|
|
6216
6280
|
declare const ImageEditorSaveDialogSection: React$1.ForwardRefExoticComponent<Props$m & React$1.RefAttributes<HTMLDivElement>>;
|
|
6217
6281
|
interface Props$m {
|
|
@@ -6445,7 +6509,7 @@ interface Props$d {
|
|
|
6445
6509
|
/**
|
|
6446
6510
|
* Icon to display.
|
|
6447
6511
|
*/
|
|
6448
|
-
icon?: React$1.ReactElement<Props$
|
|
6512
|
+
icon?: React$1.ReactElement<Props$3H>;
|
|
6449
6513
|
/**
|
|
6450
6514
|
* Unique ID of a tab.
|
|
6451
6515
|
*/
|
|
@@ -6664,5 +6728,5 @@ interface Props {
|
|
|
6664
6728
|
closeLabel?: string;
|
|
6665
6729
|
}
|
|
6666
6730
|
|
|
6667
|
-
export { ActionBanner, 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, MenuColumn, MenuFooterButton, MenuItem, MenuItemButton, MenuLabel, MenuSearchInput, 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, TableDatetimeCell, TableHead, TableHeader, TablePagination, 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 };
|
|
6668
|
-
export type { ButtonColor, ButtonSize, ButtonType, CropperDimensions, CropperLockedDimension, Dimensions, DocIconName, DragDimensionsHandler, DragHandler, DraggableOptions, DraggableState, DropFile, DropItem, IconColor, IconName, Props$
|
|
6731
|
+
export { ActionBanner, 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, MenuColumn, MenuFooterButton, MenuItem, MenuItemButton, MenuLabel, MenuSearchInput, 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, SearchDialogAiHelpBanner, SearchDialogContent, SearchDialogFallback, SearchDialogHeader, SearchDialogInput, SearchDialogLabel, SearchDialogSection, SearchDialogToggle, Select, SelectListboxGrid, SelectionArea, Skeleton, SortButton, SortableDndList, SortableDndListItem, Switch, SwitchInput, SwitchView, Tab, TabPanel, Table, TableBody, TableCell, TableContainer, TableDatetimeCell, TableHead, TableHeader, TablePagination, 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, useTypewriter, useUIContext, validators_d as validators, writeTextToClipboard, writeToClipboard };
|
|
6732
|
+
export type { ButtonColor, ButtonSize, ButtonType, CropperDimensions, CropperLockedDimension, Dimensions, DocIconName, DragDimensionsHandler, DragHandler, DraggableOptions, DraggableState, DropFile, DropItem, IconColor, IconName, Props$3H 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$3H as Props, RInterval, ResizeOptions, ScrollCoordsConfig, ScrollOptions, SelectKeyboardNavProps, SelectKeyboardNextIdGetter, SelectOption, SelectRenderableOption, SelectSection, SelectToggleHandler, SelectionAreaCoords, Props$f as TextareaProps, Props$1S as UIProviderProps, UseFilesDropProps, UseTypewriterOptions, Props$1T as ViewDialogProps, XYCoord };
|