@ckbox/components 1.2.0 → 1.2.1
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 +5 -3
- package/dist/index.d.ts +295 -302
- package/dist/index.js +1 -1
- package/dist/styles/ckbox.css +3 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -8,8 +8,8 @@ import { Placement } from '@popperjs/core';
|
|
|
8
8
|
import { TransitionProps } from 'react-transition-group/Transition';
|
|
9
9
|
import * as react_dnd from 'react-dnd';
|
|
10
10
|
|
|
11
|
-
declare const Bottombar: React$1.ForwardRefExoticComponent<Props$
|
|
12
|
-
interface Props$
|
|
11
|
+
declare const Bottombar: React$1.ForwardRefExoticComponent<Props$1R & React$1.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
interface Props$1R {
|
|
13
13
|
/**
|
|
14
14
|
* Main content of the component.
|
|
15
15
|
*/
|
|
@@ -28,7 +28,7 @@ declare type ButtonSize = 'small' | 'medium' | 'large';
|
|
|
28
28
|
declare type ButtonType = 'fill' | 'outline' | 'plain';
|
|
29
29
|
declare type ButtonColor = 'action' | 'danger' | 'neutral';
|
|
30
30
|
|
|
31
|
-
interface Props$
|
|
31
|
+
interface Props$1Q {
|
|
32
32
|
/**
|
|
33
33
|
* Sets root class.
|
|
34
34
|
*/
|
|
@@ -39,73 +39,73 @@ interface Props$1P {
|
|
|
39
39
|
onClick?: () => void;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
declare const ArrowLeftEnd: React$1.FC<Props$
|
|
42
|
+
declare const ArrowLeftEnd: React$1.FC<Props$1Q>;
|
|
43
43
|
|
|
44
|
-
declare const ArrowRightEnd: React$1.FC<Props$
|
|
44
|
+
declare const ArrowRightEnd: React$1.FC<Props$1Q>;
|
|
45
45
|
|
|
46
|
-
declare const ArrowLeft: React$1.FC<Props$
|
|
46
|
+
declare const ArrowLeft: React$1.FC<Props$1Q>;
|
|
47
47
|
|
|
48
|
-
declare const ArrowRight: React$1.FC<Props$
|
|
48
|
+
declare const ArrowRight: React$1.FC<Props$1Q>;
|
|
49
49
|
|
|
50
|
-
declare const Cabinet: React$1.FC<Props$
|
|
50
|
+
declare const Cabinet: React$1.FC<Props$1Q>;
|
|
51
51
|
|
|
52
|
-
declare const Check: React$1.FC<Props$
|
|
52
|
+
declare const Check: React$1.FC<Props$1Q>;
|
|
53
53
|
|
|
54
|
-
declare const ChevronDown: React$1.FC<Props$
|
|
54
|
+
declare const ChevronDown: React$1.FC<Props$1Q>;
|
|
55
55
|
|
|
56
|
-
declare const ChevronLeft: React$1.FC<Props$
|
|
56
|
+
declare const ChevronLeft: React$1.FC<Props$1Q>;
|
|
57
57
|
|
|
58
|
-
declare const ChevronRight: React$1.FC<Props$
|
|
58
|
+
declare const ChevronRight: React$1.FC<Props$1Q>;
|
|
59
59
|
|
|
60
|
-
declare const ClockTwo: React$1.FC<Props$
|
|
60
|
+
declare const ClockTwo: React$1.FC<Props$1Q>;
|
|
61
61
|
|
|
62
|
-
declare const Close: React$1.FC<Props$
|
|
62
|
+
declare const Close: React$1.FC<Props$1Q>;
|
|
63
63
|
|
|
64
|
-
declare const Cog: React$1.FC<Props$
|
|
64
|
+
declare const Cog: React$1.FC<Props$1Q>;
|
|
65
65
|
|
|
66
|
-
declare const Copy: React$1.FC<Props$
|
|
66
|
+
declare const Copy: React$1.FC<Props$1Q>;
|
|
67
67
|
|
|
68
|
-
declare const Docs: React$1.FC<Props$
|
|
68
|
+
declare const Docs: React$1.FC<Props$1Q>;
|
|
69
69
|
|
|
70
|
-
declare const DotsVertical: React$1.FC<Props$
|
|
70
|
+
declare const DotsVertical: React$1.FC<Props$1Q>;
|
|
71
71
|
|
|
72
|
-
declare const Download: React$1.FC<Props$
|
|
72
|
+
declare const Download: React$1.FC<Props$1Q>;
|
|
73
73
|
|
|
74
|
-
declare const DragHandle: React$1.FC<Props$
|
|
74
|
+
declare const DragHandle: React$1.FC<Props$1Q>;
|
|
75
75
|
|
|
76
|
-
declare const Filter: React$1.FC<Props$
|
|
76
|
+
declare const Filter: React$1.FC<Props$1Q>;
|
|
77
77
|
|
|
78
|
-
declare const Folder: React$1.FC<Props$
|
|
78
|
+
declare const Folder: React$1.FC<Props$1Q>;
|
|
79
79
|
|
|
80
|
-
declare const Image: React$1.FC<Props$
|
|
80
|
+
declare const Image: React$1.FC<Props$1Q>;
|
|
81
81
|
|
|
82
|
-
declare const Info: React$1.FC<Props$
|
|
82
|
+
declare const Info: React$1.FC<Props$1Q>;
|
|
83
83
|
|
|
84
|
-
declare const InfoSquare: React$1.FC<Props$
|
|
84
|
+
declare const InfoSquare: React$1.FC<Props$1Q>;
|
|
85
85
|
|
|
86
|
-
declare const Pencil: React$1.FC<Props$
|
|
86
|
+
declare const Pencil: React$1.FC<Props$1Q>;
|
|
87
87
|
|
|
88
|
-
declare const Plus: React$1.FC<Props$
|
|
88
|
+
declare const Plus: React$1.FC<Props$1Q>;
|
|
89
89
|
|
|
90
|
-
declare const Settings: React$1.FC<Props$
|
|
90
|
+
declare const Settings: React$1.FC<Props$1Q>;
|
|
91
91
|
|
|
92
|
-
declare const Sort: React$1.FC<Props$
|
|
92
|
+
declare const Sort: React$1.FC<Props$1Q>;
|
|
93
93
|
|
|
94
|
-
declare const Spinner: React$1.FC<Props$
|
|
94
|
+
declare const Spinner: React$1.FC<Props$1Q>;
|
|
95
95
|
|
|
96
|
-
declare const Trash: React$1.FC<Props$
|
|
96
|
+
declare const Trash: React$1.FC<Props$1Q>;
|
|
97
97
|
|
|
98
|
-
declare const Upload: React$1.FC<Props$
|
|
98
|
+
declare const Upload: React$1.FC<Props$1Q>;
|
|
99
99
|
|
|
100
|
-
declare const Warning: React$1.FC<Props$
|
|
100
|
+
declare const Warning: React$1.FC<Props$1Q>;
|
|
101
101
|
|
|
102
|
-
declare const WarningFill: React$1.FC<Props$
|
|
102
|
+
declare const WarningFill: React$1.FC<Props$1Q>;
|
|
103
103
|
|
|
104
|
-
declare const Search: React$1.FC<Props$
|
|
104
|
+
declare const Search: React$1.FC<Props$1Q>;
|
|
105
105
|
|
|
106
|
-
declare const SearchMissingResults: React$1.FC<Props$
|
|
106
|
+
declare const SearchMissingResults: React$1.FC<Props$1Q>;
|
|
107
107
|
|
|
108
|
-
declare const XCircle: React$1.FC<Props$
|
|
108
|
+
declare const XCircle: React$1.FC<Props$1Q>;
|
|
109
109
|
|
|
110
110
|
declare const icons$1_ArrowLeftEnd: typeof ArrowLeftEnd;
|
|
111
111
|
declare const icons$1_ArrowRightEnd: typeof ArrowRightEnd;
|
|
@@ -185,10 +185,10 @@ declare type IconRenderer = (props: {
|
|
|
185
185
|
declare type IconRenderProp = string | IconRenderer;
|
|
186
186
|
declare type IconName = keyof typeof icons$1;
|
|
187
187
|
declare type IconSize = 'small' | 'base' | 'medium' | 'big' | 'bigger' | 'humongous';
|
|
188
|
-
declare type IconColor = 'accent' | 'disabled' | 'danger' | 'warning';
|
|
188
|
+
declare type IconColor = 'accent' | 'disabled' | 'danger' | 'muted' | 'warning';
|
|
189
189
|
|
|
190
|
-
declare const Icon: React$1.FC<Props$
|
|
191
|
-
interface Props$
|
|
190
|
+
declare const Icon: React$1.FC<Props$1P>;
|
|
191
|
+
interface Props$1P {
|
|
192
192
|
/**
|
|
193
193
|
* Sets root class.
|
|
194
194
|
*/
|
|
@@ -214,8 +214,8 @@ interface Props$1O {
|
|
|
214
214
|
size?: IconSize;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
declare const Button: React$1.ForwardRefExoticComponent<Props$
|
|
218
|
-
interface Props$
|
|
217
|
+
declare const Button: React$1.ForwardRefExoticComponent<Props$1O & React$1.RefAttributes<HTMLButtonElement>>;
|
|
218
|
+
interface Props$1O {
|
|
219
219
|
/**
|
|
220
220
|
* Applies active styling.
|
|
221
221
|
*/
|
|
@@ -294,8 +294,8 @@ interface Props$1N {
|
|
|
294
294
|
disabledLabelWrapping?: boolean;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
-
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$
|
|
298
|
-
interface Props$
|
|
297
|
+
declare const CircularLoader: React$1.ForwardRefExoticComponent<Props$1N & React$1.RefAttributes<HTMLButtonElement>>;
|
|
298
|
+
interface Props$1N {
|
|
299
299
|
/**
|
|
300
300
|
* Component's label.
|
|
301
301
|
*/
|
|
@@ -314,16 +314,16 @@ interface Props$1M {
|
|
|
314
314
|
onClick?: () => void;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
declare const DialogActions: React$1.FC<Props$
|
|
318
|
-
interface Props$
|
|
317
|
+
declare const DialogActions: React$1.FC<Props$1M>;
|
|
318
|
+
interface Props$1M {
|
|
319
319
|
/**
|
|
320
320
|
* Main content of the component.
|
|
321
321
|
*/
|
|
322
322
|
children: React$1.ReactNode;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$
|
|
326
|
-
interface Props$
|
|
325
|
+
declare const DialogColumn: React$1.ForwardRefExoticComponent<Props$1L & React$1.RefAttributes<HTMLDivElement>>;
|
|
326
|
+
interface Props$1L extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
327
327
|
/**
|
|
328
328
|
* Main content of the component.
|
|
329
329
|
*/
|
|
@@ -334,8 +334,8 @@ interface Props$1K extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
|
334
334
|
overflow?: boolean;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
-
declare const DialogFooter: React$1.FC<Props$
|
|
338
|
-
interface Props$
|
|
337
|
+
declare const DialogFooter: React$1.FC<Props$1K>;
|
|
338
|
+
interface Props$1K {
|
|
339
339
|
/**
|
|
340
340
|
* Main content of the component.
|
|
341
341
|
*/
|
|
@@ -351,8 +351,8 @@ interface Props$1J {
|
|
|
351
351
|
}[];
|
|
352
352
|
}
|
|
353
353
|
|
|
354
|
-
declare const DialogHeader: React$1.FC<Props$
|
|
355
|
-
interface Props$
|
|
354
|
+
declare const DialogHeader: React$1.FC<Props$1J>;
|
|
355
|
+
interface Props$1J {
|
|
356
356
|
/**
|
|
357
357
|
* Sets focus on close button on mount.
|
|
358
358
|
*/
|
|
@@ -399,16 +399,16 @@ interface Props$1I {
|
|
|
399
399
|
type?: 'success' | 'error' | 'info';
|
|
400
400
|
}
|
|
401
401
|
|
|
402
|
-
declare const DialogRow: React$1.FC<Props$
|
|
403
|
-
interface Props$
|
|
402
|
+
declare const DialogRow: React$1.FC<Props$1I>;
|
|
403
|
+
interface Props$1I extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
404
404
|
/**
|
|
405
405
|
* Main content of the component.
|
|
406
406
|
*/
|
|
407
407
|
children: React$1.ReactNode;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
-
declare const DialogSection: React$1.FC<Props$
|
|
411
|
-
interface Props$
|
|
410
|
+
declare const DialogSection: React$1.FC<Props$1H>;
|
|
411
|
+
interface Props$1H {
|
|
412
412
|
/**
|
|
413
413
|
* Main content of the component.
|
|
414
414
|
*/
|
|
@@ -531,35 +531,35 @@ interface DialogProps extends DialogSwitchProps {
|
|
|
531
531
|
* Entry component for the dialog.
|
|
532
532
|
* Initializes selected dialog mode and optionally adds common options and draggability if needed.
|
|
533
533
|
*/
|
|
534
|
-
declare const Dialog: React$1.FC<Props$
|
|
535
|
-
declare type Props$
|
|
534
|
+
declare const Dialog: React$1.FC<Props$1G>;
|
|
535
|
+
declare type Props$1G = DialogProps;
|
|
536
536
|
|
|
537
|
-
interface Props$
|
|
537
|
+
interface Props$1F {
|
|
538
538
|
/**
|
|
539
539
|
* Sets root class.
|
|
540
540
|
*/
|
|
541
541
|
className: string;
|
|
542
542
|
}
|
|
543
543
|
|
|
544
|
-
declare const Zip: React$1.FC<Props$
|
|
544
|
+
declare const Zip: React$1.FC<Props$1F>;
|
|
545
545
|
|
|
546
|
-
declare const Empty: React$1.FC<Props$
|
|
546
|
+
declare const Empty: React$1.FC<Props$1F>;
|
|
547
547
|
|
|
548
|
-
declare const Excel: React$1.FC<Props$
|
|
548
|
+
declare const Excel: React$1.FC<Props$1F>;
|
|
549
549
|
|
|
550
|
-
declare const Img: React$1.FC<Props$
|
|
550
|
+
declare const Img: React$1.FC<Props$1F>;
|
|
551
551
|
|
|
552
|
-
declare const Movie: React$1.FC<Props$
|
|
552
|
+
declare const Movie: React$1.FC<Props$1F>;
|
|
553
553
|
|
|
554
|
-
declare const Music: React$1.FC<Props$
|
|
554
|
+
declare const Music: React$1.FC<Props$1F>;
|
|
555
555
|
|
|
556
|
-
declare const Pdf: React$1.FC<Props$
|
|
556
|
+
declare const Pdf: React$1.FC<Props$1F>;
|
|
557
557
|
|
|
558
|
-
declare const Ppt: React$1.FC<Props$
|
|
558
|
+
declare const Ppt: React$1.FC<Props$1F>;
|
|
559
559
|
|
|
560
|
-
declare const Txt: React$1.FC<Props$
|
|
560
|
+
declare const Txt: React$1.FC<Props$1F>;
|
|
561
561
|
|
|
562
|
-
declare const Word: React$1.FC<Props$
|
|
562
|
+
declare const Word: React$1.FC<Props$1F>;
|
|
563
563
|
|
|
564
564
|
declare const icons_Empty: typeof Empty;
|
|
565
565
|
declare const icons_Excel: typeof Excel;
|
|
@@ -585,17 +585,17 @@ declare namespace icons {
|
|
|
585
585
|
};
|
|
586
586
|
}
|
|
587
587
|
|
|
588
|
-
declare const DocIcon: React$1.FC<Props$
|
|
588
|
+
declare const DocIcon: React$1.FC<Props$1E>;
|
|
589
589
|
declare type DocIconName = keyof typeof icons;
|
|
590
|
-
interface Props$
|
|
590
|
+
interface Props$1E {
|
|
591
591
|
/**
|
|
592
592
|
* Name of selected icon.
|
|
593
593
|
*/
|
|
594
594
|
name: DocIconName;
|
|
595
595
|
}
|
|
596
596
|
|
|
597
|
-
declare const GalleryFigure: React$1.FC<Props$
|
|
598
|
-
interface Props$
|
|
597
|
+
declare const GalleryFigure: React$1.FC<Props$1D>;
|
|
598
|
+
interface Props$1D {
|
|
599
599
|
/**
|
|
600
600
|
* Main content of the component.
|
|
601
601
|
*/
|
|
@@ -606,8 +606,8 @@ interface Props$1C {
|
|
|
606
606
|
caption: string;
|
|
607
607
|
}
|
|
608
608
|
|
|
609
|
-
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$
|
|
610
|
-
interface Props$
|
|
609
|
+
declare const GalleryItem: React$1.ForwardRefExoticComponent<Props$1C & React$1.RefAttributes<HTMLDivElement>>;
|
|
610
|
+
interface Props$1C {
|
|
611
611
|
/**
|
|
612
612
|
* Sets item as active.
|
|
613
613
|
*/
|
|
@@ -642,8 +642,8 @@ interface Props$1B {
|
|
|
642
642
|
onCheckboxClick?: React$1.MouseEventHandler<HTMLButtonElement>;
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
-
declare const Gallery: React$1.FC<Props$
|
|
646
|
-
interface Props$
|
|
645
|
+
declare const Gallery: React$1.FC<Props$1B>;
|
|
646
|
+
interface Props$1B {
|
|
647
647
|
/**
|
|
648
648
|
* Main content of the component.
|
|
649
649
|
*/
|
|
@@ -662,8 +662,8 @@ interface Props$1A {
|
|
|
662
662
|
* Polymorphism for `ref` is tricky. Let's type it as `any` for now.
|
|
663
663
|
*/
|
|
664
664
|
|
|
665
|
-
declare const Input: React$1.ForwardRefExoticComponent<Pick<Props$
|
|
666
|
-
interface Props$
|
|
665
|
+
declare const Input: React$1.ForwardRefExoticComponent<Pick<Props$1A, "label" | "className" | "type" | "value" | "error" | "id" | "disabled" | "name" | "size" | "onClick" | "placeholder" | "onFocus" | "onBlur" | "onChange" | "max" | "variant" | "readOnly" | "multiline" | "min"> & React$1.RefAttributes<any>>;
|
|
666
|
+
interface Props$1A {
|
|
667
667
|
/**
|
|
668
668
|
* Input's class name.
|
|
669
669
|
*/
|
|
@@ -746,8 +746,8 @@ interface Props$1z {
|
|
|
746
746
|
variant?: 'default' | 'underline';
|
|
747
747
|
}
|
|
748
748
|
|
|
749
|
-
declare const MenuItem: React$1.FC<Props$
|
|
750
|
-
interface Props$
|
|
749
|
+
declare const MenuItem: React$1.FC<Props$1z>;
|
|
750
|
+
interface Props$1z {
|
|
751
751
|
/**
|
|
752
752
|
* Associated icon.
|
|
753
753
|
*/
|
|
@@ -770,8 +770,8 @@ interface Props$1y {
|
|
|
770
770
|
disabled?: boolean;
|
|
771
771
|
}
|
|
772
772
|
|
|
773
|
-
declare const MenuSubSection: React$1.FC<Props$
|
|
774
|
-
interface Props$
|
|
773
|
+
declare const MenuSubSection: React$1.FC<Props$1y>;
|
|
774
|
+
interface Props$1y {
|
|
775
775
|
/**
|
|
776
776
|
* Main content of the component.
|
|
777
777
|
*/
|
|
@@ -798,8 +798,8 @@ interface Props$1x {
|
|
|
798
798
|
title: string;
|
|
799
799
|
}
|
|
800
800
|
|
|
801
|
-
declare const MenuSection: React$1.FC<Props$
|
|
802
|
-
interface Props$
|
|
801
|
+
declare const MenuSection: React$1.FC<Props$1x>;
|
|
802
|
+
interface Props$1x {
|
|
803
803
|
/**
|
|
804
804
|
* Main content of the component.
|
|
805
805
|
*/
|
|
@@ -831,16 +831,16 @@ declare type PopperAnchorRef = HTMLElement | null | undefined;
|
|
|
831
831
|
declare type PopperOffsetValue = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
832
832
|
declare type PopperOffset = [PopperOffsetValue, PopperOffsetValue];
|
|
833
833
|
|
|
834
|
-
declare const PopperArrow: React__default.FC<Props$
|
|
835
|
-
interface Props$
|
|
834
|
+
declare const PopperArrow: React__default.FC<Props$1w>;
|
|
835
|
+
interface Props$1w {
|
|
836
836
|
/**
|
|
837
837
|
* Sets arrow size.
|
|
838
838
|
*/
|
|
839
839
|
size?: 'sm' | 'md';
|
|
840
840
|
}
|
|
841
841
|
|
|
842
|
-
declare const Popper: React__default.ForwardRefExoticComponent<Props$
|
|
843
|
-
interface Props$
|
|
842
|
+
declare const Popper: React__default.ForwardRefExoticComponent<Props$1v & React__default.RefAttributes<HTMLElement>>;
|
|
843
|
+
interface Props$1v {
|
|
844
844
|
/**
|
|
845
845
|
* Anchor element. Popper will be mounted to this element.
|
|
846
846
|
*/
|
|
@@ -875,8 +875,8 @@ interface Props$1u {
|
|
|
875
875
|
sameWidth?: boolean;
|
|
876
876
|
}
|
|
877
877
|
|
|
878
|
-
declare const Menu: React$1.ForwardRefExoticComponent<Props$
|
|
879
|
-
interface Props$
|
|
878
|
+
declare const Menu: React$1.ForwardRefExoticComponent<Props$1u & React$1.RefAttributes<HTMLDivElement>>;
|
|
879
|
+
interface Props$1u {
|
|
880
880
|
/**
|
|
881
881
|
* Anchor element.
|
|
882
882
|
*/
|
|
@@ -911,8 +911,8 @@ interface Props$1t {
|
|
|
911
911
|
spacing?: boolean;
|
|
912
912
|
}
|
|
913
913
|
|
|
914
|
-
declare const NavbarItem: React$1.FC<Props$
|
|
915
|
-
interface Props$
|
|
914
|
+
declare const NavbarItem: React$1.FC<Props$1t>;
|
|
915
|
+
interface Props$1t {
|
|
916
916
|
/**
|
|
917
917
|
* Applies active styling.
|
|
918
918
|
*/
|
|
@@ -958,16 +958,16 @@ interface Props$1s {
|
|
|
958
958
|
buttons?: React$1.ReactNode;
|
|
959
959
|
}
|
|
960
960
|
|
|
961
|
-
declare const NavbarItemFixed: React$1.FC<Props$
|
|
962
|
-
interface Props$
|
|
961
|
+
declare const NavbarItemFixed: React$1.FC<Props$1s>;
|
|
962
|
+
interface Props$1s {
|
|
963
963
|
/**
|
|
964
964
|
* Main content of the component.
|
|
965
965
|
*/
|
|
966
966
|
children: React$1.ReactNode;
|
|
967
967
|
}
|
|
968
968
|
|
|
969
|
-
declare const NavbarButton: React$1.FC<Props$
|
|
970
|
-
interface Props$
|
|
969
|
+
declare const NavbarButton: React$1.FC<Props$1r>;
|
|
970
|
+
interface Props$1r {
|
|
971
971
|
/**
|
|
972
972
|
* Button's aria label.
|
|
973
973
|
*/
|
|
@@ -982,8 +982,8 @@ interface Props$1q {
|
|
|
982
982
|
onClick?: React$1.MouseEventHandler;
|
|
983
983
|
}
|
|
984
984
|
|
|
985
|
-
declare const NavbarCreditLink: React$1.FC<Props$
|
|
986
|
-
interface Props$
|
|
985
|
+
declare const NavbarCreditLink: React$1.FC<Props$1q>;
|
|
986
|
+
interface Props$1q {
|
|
987
987
|
/**
|
|
988
988
|
* Renders the content of the credit link.
|
|
989
989
|
*/
|
|
@@ -1002,8 +1002,8 @@ interface Props$1p {
|
|
|
1002
1002
|
ariaLabel?: string;
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
|
-
declare const Navbar: React$1.FC<Props$
|
|
1006
|
-
interface Props$
|
|
1005
|
+
declare const Navbar: React$1.FC<Props$1p>;
|
|
1006
|
+
interface Props$1p {
|
|
1007
1007
|
/**
|
|
1008
1008
|
* Labels navigation element.
|
|
1009
1009
|
*/
|
|
@@ -1014,44 +1014,48 @@ interface Props$1o {
|
|
|
1014
1014
|
children: React$1.ReactNode;
|
|
1015
1015
|
}
|
|
1016
1016
|
|
|
1017
|
-
declare const
|
|
1018
|
-
interface Props$
|
|
1017
|
+
declare const Modal: React$1.FC<Props$1o>;
|
|
1018
|
+
interface Props$1o {
|
|
1019
1019
|
/**
|
|
1020
1020
|
* Optional children.
|
|
1021
1021
|
*/
|
|
1022
1022
|
children?: React$1.ReactNode;
|
|
1023
|
+
/**
|
|
1024
|
+
* Optional class to append.
|
|
1025
|
+
*/
|
|
1026
|
+
className?: string;
|
|
1023
1027
|
/**
|
|
1024
1028
|
* Callback invoked upon clicking on the overlay.
|
|
1025
1029
|
*/
|
|
1026
1030
|
onClick?: React$1.MouseEventHandler;
|
|
1027
1031
|
/**
|
|
1028
|
-
*
|
|
1032
|
+
* Increases stacking of the modal. Useful to force one of few open modals to be always on top.
|
|
1029
1033
|
*/
|
|
1030
|
-
|
|
1034
|
+
onTop?: boolean;
|
|
1031
1035
|
/**
|
|
1032
|
-
*
|
|
1036
|
+
* Color variant.
|
|
1033
1037
|
*/
|
|
1034
|
-
|
|
1038
|
+
variant?: 'transparent' | 'semi-transparent';
|
|
1035
1039
|
}
|
|
1036
1040
|
|
|
1037
|
-
declare const PanelActions: React$1.FC<Props$
|
|
1038
|
-
interface Props$
|
|
1041
|
+
declare const PanelActions: React$1.FC<Props$1n>;
|
|
1042
|
+
interface Props$1n {
|
|
1039
1043
|
/**
|
|
1040
1044
|
* Main content of the component.
|
|
1041
1045
|
*/
|
|
1042
1046
|
children?: React$1.ReactNode;
|
|
1043
1047
|
}
|
|
1044
1048
|
|
|
1045
|
-
declare const PanelColumn: React$1.FC<Props$
|
|
1046
|
-
interface Props$
|
|
1049
|
+
declare const PanelColumn: React$1.FC<Props$1m>;
|
|
1050
|
+
interface Props$1m {
|
|
1047
1051
|
/**
|
|
1048
1052
|
* Main content of the component.
|
|
1049
1053
|
*/
|
|
1050
1054
|
children: React$1.ReactNode;
|
|
1051
1055
|
}
|
|
1052
1056
|
|
|
1053
|
-
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$
|
|
1054
|
-
interface Props$
|
|
1057
|
+
declare const PanelContent: React$1.ForwardRefExoticComponent<Props$1l & React$1.RefAttributes<HTMLDivElement>>;
|
|
1058
|
+
interface Props$1l {
|
|
1055
1059
|
/**
|
|
1056
1060
|
* Main content of the component.
|
|
1057
1061
|
*/
|
|
@@ -1064,18 +1068,14 @@ interface Props$1k {
|
|
|
1064
1068
|
* Component shown in edit mode. By default, regular input field is shown in edit mode.
|
|
1065
1069
|
*/
|
|
1066
1070
|
editComponent?: React$1.ReactNode;
|
|
1067
|
-
/**
|
|
1068
|
-
* Optional header in edit mode.
|
|
1069
|
-
*/
|
|
1070
|
-
editHeader?: string;
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Optional header in non-edit mode.
|
|
1073
1073
|
*/
|
|
1074
1074
|
header?: string;
|
|
1075
1075
|
}
|
|
1076
1076
|
|
|
1077
|
-
declare const PanelContentProp: React$1.FC<Props$
|
|
1078
|
-
interface Props$
|
|
1077
|
+
declare const PanelContentProp: React$1.FC<Props$1k>;
|
|
1078
|
+
interface Props$1k {
|
|
1079
1079
|
/**
|
|
1080
1080
|
* Property label.
|
|
1081
1081
|
*/
|
|
@@ -1088,8 +1088,8 @@ interface Props$1j {
|
|
|
1088
1088
|
|
|
1089
1089
|
declare const PanelDragHandle: React$1.ForwardRefExoticComponent<React$1.RefAttributes<HTMLDivElement>>;
|
|
1090
1090
|
|
|
1091
|
-
declare const PanelList: React$1.FC<Props$
|
|
1092
|
-
interface Props$
|
|
1091
|
+
declare const PanelList: React$1.FC<Props$1j>;
|
|
1092
|
+
interface Props$1j {
|
|
1093
1093
|
/**
|
|
1094
1094
|
* Main content.
|
|
1095
1095
|
*/
|
|
@@ -1104,16 +1104,16 @@ interface Props$1i {
|
|
|
1104
1104
|
toolbarLoading?: boolean;
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
|
-
declare const PanelListDivider: React$1.FC<Props$
|
|
1108
|
-
interface Props$
|
|
1107
|
+
declare const PanelListDivider: React$1.FC<Props$1i>;
|
|
1108
|
+
interface Props$1i {
|
|
1109
1109
|
/**
|
|
1110
1110
|
* Toggles component opacity.
|
|
1111
1111
|
*/
|
|
1112
1112
|
opaque?: boolean;
|
|
1113
1113
|
}
|
|
1114
1114
|
|
|
1115
|
-
declare const PanelSide: React$1.FC<Props$
|
|
1116
|
-
interface Props$
|
|
1115
|
+
declare const PanelSide: React$1.FC<Props$1h>;
|
|
1116
|
+
interface Props$1h {
|
|
1117
1117
|
/**
|
|
1118
1118
|
* Icon to display.
|
|
1119
1119
|
*/
|
|
@@ -1127,8 +1127,8 @@ interface Props$1g {
|
|
|
1127
1127
|
iconRender?: IconRenderProp;
|
|
1128
1128
|
}
|
|
1129
1129
|
|
|
1130
|
-
declare const PanelSkeleton: React$1.FC<Props$
|
|
1131
|
-
interface Props$
|
|
1130
|
+
declare const PanelSkeleton: React$1.FC<Props$1g>;
|
|
1131
|
+
interface Props$1g {
|
|
1132
1132
|
/**
|
|
1133
1133
|
* Number of loading blocks.
|
|
1134
1134
|
*/
|
|
@@ -1139,8 +1139,8 @@ interface Props$1f {
|
|
|
1139
1139
|
size?: 'sm' | 'md' | 'lg';
|
|
1140
1140
|
}
|
|
1141
1141
|
|
|
1142
|
-
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$
|
|
1143
|
-
interface Props$
|
|
1142
|
+
declare const PanelTitle: React$1.ForwardRefExoticComponent<Props$1f & React$1.RefAttributes<HTMLDivElement>>;
|
|
1143
|
+
interface Props$1f extends Omit<Props$1l, 'children'> {
|
|
1144
1144
|
/**
|
|
1145
1145
|
* Panel's title.
|
|
1146
1146
|
*/
|
|
@@ -1148,11 +1148,7 @@ interface Props$1e extends Omit<Props$1k, 'children'> {
|
|
|
1148
1148
|
/**
|
|
1149
1149
|
* Panel's description.
|
|
1150
1150
|
*/
|
|
1151
|
-
description?:
|
|
1152
|
-
/**
|
|
1153
|
-
* Tooltip for panel's description.
|
|
1154
|
-
*/
|
|
1155
|
-
descriptionTooltip?: string;
|
|
1151
|
+
description?: React$1.ReactNode;
|
|
1156
1152
|
}
|
|
1157
1153
|
|
|
1158
1154
|
interface ListDndItem {
|
|
@@ -1230,8 +1226,8 @@ declare const useListDnd: (initItems: ListDndItem[]) => {
|
|
|
1230
1226
|
setDraggable: ListDndSetDraggable;
|
|
1231
1227
|
};
|
|
1232
1228
|
|
|
1233
|
-
declare const SortableDndListItem: React$1.FC<Props$
|
|
1234
|
-
interface Props$
|
|
1229
|
+
declare const SortableDndListItem: React$1.FC<Props$1e>;
|
|
1230
|
+
interface Props$1e {
|
|
1235
1231
|
/**
|
|
1236
1232
|
* Current item's index in a list.
|
|
1237
1233
|
*/
|
|
@@ -1273,8 +1269,8 @@ interface SortableDndListContextShape {
|
|
|
1273
1269
|
onDragEnd?: ListDndOnDragEnd;
|
|
1274
1270
|
}
|
|
1275
1271
|
|
|
1276
|
-
declare const SortableDndList: React$1.FC<Props$
|
|
1277
|
-
interface Props$
|
|
1272
|
+
declare const SortableDndList: React$1.FC<Props$1d>;
|
|
1273
|
+
interface Props$1d extends SortableDndListContextShape {
|
|
1278
1274
|
/**
|
|
1279
1275
|
* Main content of the component.
|
|
1280
1276
|
*/
|
|
@@ -1292,8 +1288,8 @@ interface PanelContextShape extends Partial<ListDndChildProps> {
|
|
|
1292
1288
|
edit?: boolean;
|
|
1293
1289
|
}
|
|
1294
1290
|
|
|
1295
|
-
declare const Panel: React$1.ForwardRefExoticComponent<Props$
|
|
1296
|
-
interface Props$
|
|
1291
|
+
declare const Panel: React$1.ForwardRefExoticComponent<Props$1c & React$1.RefAttributes<HTMLDivElement>>;
|
|
1292
|
+
interface Props$1c extends PanelContextShape {
|
|
1297
1293
|
/**
|
|
1298
1294
|
* Main content of the component.
|
|
1299
1295
|
*/
|
|
@@ -1308,8 +1304,8 @@ interface Props$1b extends PanelContextShape {
|
|
|
1308
1304
|
elevated?: boolean;
|
|
1309
1305
|
}
|
|
1310
1306
|
|
|
1311
|
-
declare const Pagination: React$1.FC<Props$
|
|
1312
|
-
interface Props$
|
|
1307
|
+
declare const Pagination: React$1.FC<Props$1b>;
|
|
1308
|
+
interface Props$1b {
|
|
1313
1309
|
/**
|
|
1314
1310
|
* Disables interaction with pagination.
|
|
1315
1311
|
*/
|
|
@@ -1336,8 +1332,8 @@ interface Props$1a {
|
|
|
1336
1332
|
page: number;
|
|
1337
1333
|
}
|
|
1338
1334
|
|
|
1339
|
-
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$
|
|
1340
|
-
interface Props$
|
|
1335
|
+
declare const ProgressPanel: React$1.ForwardRefExoticComponent<Props$1a & React$1.RefAttributes<HTMLDivElement>>;
|
|
1336
|
+
interface Props$1a {
|
|
1341
1337
|
/**
|
|
1342
1338
|
* Additional info rendered close to a title.
|
|
1343
1339
|
*/
|
|
@@ -1372,8 +1368,8 @@ interface Props$19 {
|
|
|
1372
1368
|
value: number;
|
|
1373
1369
|
}
|
|
1374
1370
|
|
|
1375
|
-
declare const PropertiesTableRow: React$1.FC<Props$
|
|
1376
|
-
interface Props$
|
|
1371
|
+
declare const PropertiesTableRow: React$1.FC<Props$19>;
|
|
1372
|
+
interface Props$19 {
|
|
1377
1373
|
/**
|
|
1378
1374
|
* Item's label.
|
|
1379
1375
|
*/
|
|
@@ -1384,8 +1380,8 @@ interface Props$18 {
|
|
|
1384
1380
|
value: React$1.ReactNode;
|
|
1385
1381
|
}
|
|
1386
1382
|
|
|
1387
|
-
declare const PropertiesTable: React$1.FC<Props$
|
|
1388
|
-
interface Props$
|
|
1383
|
+
declare const PropertiesTable: React$1.FC<Props$18>;
|
|
1384
|
+
interface Props$18 {
|
|
1389
1385
|
/**
|
|
1390
1386
|
* Main content of the component.
|
|
1391
1387
|
*/
|
|
@@ -1417,8 +1413,8 @@ interface Props$17 {
|
|
|
1417
1413
|
* As a loader, a blurred version of the image can be shown if `blurHash` value is passed.
|
|
1418
1414
|
*/
|
|
1419
1415
|
|
|
1420
|
-
declare const ResponsiveImage: React$1.FC<Props$
|
|
1421
|
-
interface Props$
|
|
1416
|
+
declare const ResponsiveImage: React$1.FC<Props$17>;
|
|
1417
|
+
interface Props$17 {
|
|
1422
1418
|
/**
|
|
1423
1419
|
* Image's description.
|
|
1424
1420
|
*
|
|
@@ -1476,8 +1472,8 @@ interface Props$16 {
|
|
|
1476
1472
|
onError?: (event: React$1.SyntheticEvent<HTMLImageElement>) => void;
|
|
1477
1473
|
}
|
|
1478
1474
|
|
|
1479
|
-
declare const Skeleton: React$1.FC<Props$
|
|
1480
|
-
interface Props$
|
|
1475
|
+
declare const Skeleton: React$1.FC<Props$16>;
|
|
1476
|
+
interface Props$16 {
|
|
1481
1477
|
/**
|
|
1482
1478
|
* Optional class name. It overrides class responsible for background color.
|
|
1483
1479
|
*/
|
|
@@ -1492,8 +1488,8 @@ interface Props$15 {
|
|
|
1492
1488
|
width?: string;
|
|
1493
1489
|
}
|
|
1494
1490
|
|
|
1495
|
-
declare const SortButton: React$1.FC<Props$
|
|
1496
|
-
interface Props$
|
|
1491
|
+
declare const SortButton: React$1.FC<Props$15>;
|
|
1492
|
+
interface Props$15 {
|
|
1497
1493
|
/**
|
|
1498
1494
|
* Button's aria label.
|
|
1499
1495
|
*/
|
|
@@ -1512,8 +1508,8 @@ interface Props$14 {
|
|
|
1512
1508
|
onClick?: () => void;
|
|
1513
1509
|
}
|
|
1514
1510
|
|
|
1515
|
-
declare const SwitchView: React$1.FC<Props$
|
|
1516
|
-
interface Props$
|
|
1511
|
+
declare const SwitchView: React$1.FC<Props$14>;
|
|
1512
|
+
interface Props$14 {
|
|
1517
1513
|
/**
|
|
1518
1514
|
* Main content of the component.
|
|
1519
1515
|
*/
|
|
@@ -1524,8 +1520,8 @@ interface Props$13 {
|
|
|
1524
1520
|
id: string;
|
|
1525
1521
|
}
|
|
1526
1522
|
|
|
1527
|
-
declare const Switch: React$1.FC<Props$
|
|
1528
|
-
interface Props$
|
|
1523
|
+
declare const Switch: React$1.FC<Props$13>;
|
|
1524
|
+
interface Props$13 {
|
|
1529
1525
|
/**
|
|
1530
1526
|
* Main content of the component.
|
|
1531
1527
|
*/
|
|
@@ -1536,8 +1532,8 @@ interface Props$12 {
|
|
|
1536
1532
|
match?: string;
|
|
1537
1533
|
}
|
|
1538
1534
|
|
|
1539
|
-
declare const SwitchInput: React$1.FC<Props$
|
|
1540
|
-
interface Props$
|
|
1535
|
+
declare const SwitchInput: React$1.FC<Props$12>;
|
|
1536
|
+
interface Props$12 {
|
|
1541
1537
|
/**
|
|
1542
1538
|
* Sets current input's value.
|
|
1543
1539
|
*/
|
|
@@ -1556,8 +1552,8 @@ interface Props$11 {
|
|
|
1556
1552
|
onChange: (checked: boolean) => void;
|
|
1557
1553
|
}
|
|
1558
1554
|
|
|
1559
|
-
declare const TagList: React$1.FC<Props$
|
|
1560
|
-
interface Props$
|
|
1555
|
+
declare const TagList: React$1.FC<Props$11>;
|
|
1556
|
+
interface Props$11 {
|
|
1561
1557
|
/**
|
|
1562
1558
|
* Main content of the component.
|
|
1563
1559
|
*/
|
|
@@ -1572,8 +1568,8 @@ interface Props$10 {
|
|
|
1572
1568
|
itemOverflow?: boolean;
|
|
1573
1569
|
}
|
|
1574
1570
|
|
|
1575
|
-
declare const TagLabel: React$1.FC<Props
|
|
1576
|
-
interface Props
|
|
1571
|
+
declare const TagLabel: React$1.FC<Props$10>;
|
|
1572
|
+
interface Props$10 {
|
|
1577
1573
|
/**
|
|
1578
1574
|
* Emphasizes tag content.
|
|
1579
1575
|
*/
|
|
@@ -1584,8 +1580,8 @@ interface Props$$ {
|
|
|
1584
1580
|
children: React$1.ReactNode;
|
|
1585
1581
|
}
|
|
1586
1582
|
|
|
1587
|
-
declare const Tag: React$1.ForwardRefExoticComponent<Props
|
|
1588
|
-
interface Props
|
|
1583
|
+
declare const Tag: React$1.ForwardRefExoticComponent<Props$$ & React$1.RefAttributes<HTMLDivElement>>;
|
|
1584
|
+
interface Props$$ {
|
|
1589
1585
|
/**
|
|
1590
1586
|
* Sets component's children.
|
|
1591
1587
|
*/
|
|
@@ -1612,8 +1608,8 @@ interface Props$_ {
|
|
|
1612
1608
|
removeLabel?: string;
|
|
1613
1609
|
}
|
|
1614
1610
|
|
|
1615
|
-
declare const TagInput: React$1.FC<Props$
|
|
1616
|
-
interface Props$
|
|
1611
|
+
declare const TagInput: React$1.FC<Props$_>;
|
|
1612
|
+
interface Props$_ {
|
|
1617
1613
|
/**
|
|
1618
1614
|
* Input's class name.
|
|
1619
1615
|
*/
|
|
@@ -1661,8 +1657,8 @@ interface Props$Z {
|
|
|
1661
1657
|
}[];
|
|
1662
1658
|
}
|
|
1663
1659
|
|
|
1664
|
-
declare const Tab: React$1.FC<Props$
|
|
1665
|
-
interface Props$
|
|
1660
|
+
declare const Tab: React$1.FC<Props$Z>;
|
|
1661
|
+
interface Props$Z {
|
|
1666
1662
|
/**
|
|
1667
1663
|
* Main content.
|
|
1668
1664
|
*/
|
|
@@ -1677,8 +1673,8 @@ interface Props$Y {
|
|
|
1677
1673
|
label: string;
|
|
1678
1674
|
}
|
|
1679
1675
|
|
|
1680
|
-
declare const Tabs: React$1.FC<Props$
|
|
1681
|
-
interface Props$
|
|
1676
|
+
declare const Tabs: React$1.FC<Props$Y>;
|
|
1677
|
+
interface Props$Y {
|
|
1682
1678
|
/**
|
|
1683
1679
|
* Currently selected tab.
|
|
1684
1680
|
*/
|
|
@@ -1693,28 +1689,8 @@ interface Props$X {
|
|
|
1693
1689
|
onTabSelect?: (tab: string) => void;
|
|
1694
1690
|
}
|
|
1695
1691
|
|
|
1696
|
-
declare const
|
|
1697
|
-
interface Props$
|
|
1698
|
-
/**
|
|
1699
|
-
* Icon to display.
|
|
1700
|
-
*/
|
|
1701
|
-
iconName: IconName;
|
|
1702
|
-
/**
|
|
1703
|
-
* Delay before displaying the tooltip.
|
|
1704
|
-
*/
|
|
1705
|
-
delay?: number;
|
|
1706
|
-
/**
|
|
1707
|
-
* Tooltip placement.
|
|
1708
|
-
*/
|
|
1709
|
-
placement?: PopperPlacement;
|
|
1710
|
-
/**
|
|
1711
|
-
* Tooltip helper text.
|
|
1712
|
-
*/
|
|
1713
|
-
title: string;
|
|
1714
|
-
}
|
|
1715
|
-
|
|
1716
|
-
declare const Tooltip: React$1.FC<Props$V>;
|
|
1717
|
-
interface Props$V {
|
|
1692
|
+
declare const Tooltip: React$1.FC<Props$X>;
|
|
1693
|
+
interface Props$X {
|
|
1718
1694
|
/**
|
|
1719
1695
|
* Main content of the component.
|
|
1720
1696
|
* It must be a single child that accepts `ref`.
|
|
@@ -1729,16 +1705,16 @@ interface Props$V {
|
|
|
1729
1705
|
*/
|
|
1730
1706
|
placement?: PopperPlacement;
|
|
1731
1707
|
/**
|
|
1732
|
-
* Tooltip helper text.
|
|
1708
|
+
* Tooltip helper component or text.
|
|
1733
1709
|
*/
|
|
1734
|
-
title:
|
|
1710
|
+
title: React$1.ReactNode;
|
|
1735
1711
|
}
|
|
1736
1712
|
|
|
1737
1713
|
/**
|
|
1738
1714
|
* `TopbarAction` component acts as a props carrier only.
|
|
1739
1715
|
*/
|
|
1740
|
-
declare const TopbarAction: React$1.FC<Props$
|
|
1741
|
-
interface Props$
|
|
1716
|
+
declare const TopbarAction: React$1.FC<Props$W>;
|
|
1717
|
+
interface Props$W {
|
|
1742
1718
|
/**
|
|
1743
1719
|
* Applies active styling.
|
|
1744
1720
|
*/
|
|
@@ -1773,8 +1749,8 @@ interface Props$U {
|
|
|
1773
1749
|
downloadUrl?: string;
|
|
1774
1750
|
}
|
|
1775
1751
|
|
|
1776
|
-
declare const Topbar: React$1.FC<Props$
|
|
1777
|
-
interface Props$
|
|
1752
|
+
declare const Topbar: React$1.FC<Props$V>;
|
|
1753
|
+
interface Props$V {
|
|
1778
1754
|
/**
|
|
1779
1755
|
* Main content of the component.
|
|
1780
1756
|
*/
|
|
@@ -1823,6 +1799,15 @@ interface UIContext {
|
|
|
1823
1799
|
declare const UIContext: React$1.Context<UIContext>;
|
|
1824
1800
|
declare const useUIContext: () => UIContext;
|
|
1825
1801
|
|
|
1802
|
+
/**
|
|
1803
|
+
* Checks if both lists of items contain same items (order irrelevant).
|
|
1804
|
+
*
|
|
1805
|
+
* @param items1 list of items
|
|
1806
|
+
* @param items2 list of items
|
|
1807
|
+
* @returns flag indicating if lists of items are identical
|
|
1808
|
+
*/
|
|
1809
|
+
declare const areItemsIdentical: (items1: string[], items2: string[]) => boolean;
|
|
1810
|
+
|
|
1826
1811
|
/**
|
|
1827
1812
|
* Generates base64-encoded image from its `blurhash` representation.
|
|
1828
1813
|
*
|
|
@@ -2480,8 +2465,8 @@ declare namespace validators_d {
|
|
|
2480
2465
|
};
|
|
2481
2466
|
}
|
|
2482
2467
|
|
|
2483
|
-
declare const ViewDialog: React$1.FC<Props$
|
|
2484
|
-
interface Props$
|
|
2468
|
+
declare const ViewDialog: React$1.FC<Props$U>;
|
|
2469
|
+
interface Props$U {
|
|
2485
2470
|
/**
|
|
2486
2471
|
* Main content of the component.
|
|
2487
2472
|
*/
|
|
@@ -2544,8 +2529,8 @@ interface Props$S {
|
|
|
2544
2529
|
label?: string;
|
|
2545
2530
|
}
|
|
2546
2531
|
|
|
2547
|
-
declare const UIProvider: React$1.FC<Props$
|
|
2548
|
-
interface Props$
|
|
2532
|
+
declare const UIProvider: React$1.FC<Props$T>;
|
|
2533
|
+
interface Props$T {
|
|
2549
2534
|
/**
|
|
2550
2535
|
* Main content.
|
|
2551
2536
|
*/
|
|
@@ -2558,6 +2543,10 @@ interface Props$R {
|
|
|
2558
2543
|
* Initial navbar width.
|
|
2559
2544
|
*/
|
|
2560
2545
|
navbarWidth?: number;
|
|
2546
|
+
/**
|
|
2547
|
+
* Registers callback for `keydown` events.
|
|
2548
|
+
*/
|
|
2549
|
+
onKeyDown?: React$1.KeyboardEventHandler;
|
|
2561
2550
|
/**
|
|
2562
2551
|
* Callback invoked whenever navbar mode changes.
|
|
2563
2552
|
*/
|
|
@@ -2569,7 +2558,7 @@ interface Props$R {
|
|
|
2569
2558
|
/**
|
|
2570
2559
|
* Dialog mode options.
|
|
2571
2560
|
*/
|
|
2572
|
-
dialog?: Omit<Props$
|
|
2561
|
+
dialog?: Omit<Props$U, 'children'>;
|
|
2573
2562
|
/**
|
|
2574
2563
|
* Name of selected theme.
|
|
2575
2564
|
*/
|
|
@@ -2580,20 +2569,16 @@ interface Props$R {
|
|
|
2580
2569
|
label?: string;
|
|
2581
2570
|
}
|
|
2582
2571
|
|
|
2583
|
-
declare const View: React$1.FC<Props$
|
|
2584
|
-
interface Props$
|
|
2572
|
+
declare const View: React$1.FC<Props$S>;
|
|
2573
|
+
interface Props$S {
|
|
2585
2574
|
/**
|
|
2586
2575
|
* Sets component's children.
|
|
2587
2576
|
*/
|
|
2588
2577
|
children?: React$1.ReactNode;
|
|
2589
|
-
/**
|
|
2590
|
-
* Indicates whether view contains side content.
|
|
2591
|
-
*/
|
|
2592
|
-
sideContent?: boolean;
|
|
2593
2578
|
}
|
|
2594
2579
|
|
|
2595
|
-
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$
|
|
2596
|
-
interface Props$
|
|
2580
|
+
declare const ViewContent: React$1.ForwardRefExoticComponent<Props$R & React$1.RefAttributes<HTMLDivElement>>;
|
|
2581
|
+
interface Props$R {
|
|
2597
2582
|
/**
|
|
2598
2583
|
* Sets component's children.
|
|
2599
2584
|
*/
|
|
@@ -2616,48 +2601,48 @@ interface Props$P {
|
|
|
2616
2601
|
contentBar?: boolean;
|
|
2617
2602
|
}
|
|
2618
2603
|
|
|
2619
|
-
declare const ViewContentBar: React$1.FC<Props$
|
|
2620
|
-
interface Props$
|
|
2604
|
+
declare const ViewContentBar: React$1.FC<Props$Q>;
|
|
2605
|
+
interface Props$Q {
|
|
2621
2606
|
/**
|
|
2622
2607
|
* Sets component's children.
|
|
2623
2608
|
*/
|
|
2624
2609
|
children?: React$1.ReactNode;
|
|
2625
2610
|
}
|
|
2626
2611
|
|
|
2627
|
-
declare const ViewFooter: React$1.FC<Props$
|
|
2628
|
-
interface Props$
|
|
2612
|
+
declare const ViewFooter: React$1.FC<Props$P>;
|
|
2613
|
+
interface Props$P {
|
|
2629
2614
|
/**
|
|
2630
2615
|
* Sets component's children.
|
|
2631
2616
|
*/
|
|
2632
2617
|
children?: React$1.ReactNode;
|
|
2633
2618
|
}
|
|
2634
2619
|
|
|
2635
|
-
declare const ViewHeader: React$1.FC<Props$
|
|
2636
|
-
interface Props$
|
|
2620
|
+
declare const ViewHeader: React$1.FC<Props$O>;
|
|
2621
|
+
interface Props$O {
|
|
2637
2622
|
/**
|
|
2638
2623
|
* Sets component's children.
|
|
2639
2624
|
*/
|
|
2640
2625
|
children?: React$1.ReactNode;
|
|
2641
2626
|
}
|
|
2642
2627
|
|
|
2643
|
-
declare const ViewSideContent: React$1.FC<Props$
|
|
2644
|
-
interface Props$
|
|
2628
|
+
declare const ViewSideContent: React$1.FC<Props$N>;
|
|
2629
|
+
interface Props$N {
|
|
2645
2630
|
/**
|
|
2646
2631
|
* Sets component's children.
|
|
2647
2632
|
*/
|
|
2648
2633
|
children?: React$1.ReactNode;
|
|
2649
2634
|
}
|
|
2650
2635
|
|
|
2651
|
-
declare const ViewContentWrapper: React$1.FC<Props$
|
|
2652
|
-
interface Props$
|
|
2636
|
+
declare const ViewContentWrapper: React$1.FC<Props$M>;
|
|
2637
|
+
interface Props$M {
|
|
2653
2638
|
/**
|
|
2654
2639
|
* Sets component's children.
|
|
2655
2640
|
*/
|
|
2656
2641
|
children?: React$1.ReactNode;
|
|
2657
2642
|
}
|
|
2658
2643
|
|
|
2659
|
-
declare const ViewWrapper: React$1.FC<Props$
|
|
2660
|
-
interface Props$
|
|
2644
|
+
declare const ViewWrapper: React$1.FC<Props$L>;
|
|
2645
|
+
interface Props$L {
|
|
2661
2646
|
/**
|
|
2662
2647
|
* Main content of the component.
|
|
2663
2648
|
*/
|
|
@@ -2668,16 +2653,8 @@ interface Props$J {
|
|
|
2668
2653
|
navbar?: React$1.ReactNode;
|
|
2669
2654
|
}
|
|
2670
2655
|
|
|
2671
|
-
declare const RangeSlider: React$1.FC<Props$
|
|
2672
|
-
declare type Props$
|
|
2673
|
-
/**
|
|
2674
|
-
* Toggles animation, e.g. width transition.
|
|
2675
|
-
*/
|
|
2676
|
-
animated?: boolean;
|
|
2677
|
-
/**
|
|
2678
|
-
* Forces component to occupy half of the available width.
|
|
2679
|
-
*/
|
|
2680
|
-
halfWidth?: boolean;
|
|
2656
|
+
declare const RangeSlider: React$1.FC<Props$K>;
|
|
2657
|
+
declare type Props$K = {
|
|
2681
2658
|
/**
|
|
2682
2659
|
* Slider value.
|
|
2683
2660
|
*/
|
|
@@ -2710,8 +2687,8 @@ declare type Props$I = {
|
|
|
2710
2687
|
showLabels?: boolean;
|
|
2711
2688
|
};
|
|
2712
2689
|
|
|
2713
|
-
declare const FormFeedback: React$1.FC<Props$
|
|
2714
|
-
declare type Props$
|
|
2690
|
+
declare const FormFeedback: React$1.FC<Props$J>;
|
|
2691
|
+
declare type Props$J = {
|
|
2715
2692
|
/**
|
|
2716
2693
|
* Main content of the component.
|
|
2717
2694
|
*/
|
|
@@ -2726,36 +2703,36 @@ declare type Props$H = {
|
|
|
2726
2703
|
warning?: boolean;
|
|
2727
2704
|
};
|
|
2728
2705
|
|
|
2729
|
-
declare const FormGroup: React$1.FC<Props$
|
|
2730
|
-
interface Props$
|
|
2706
|
+
declare const FormGroup: React$1.FC<Props$I>;
|
|
2707
|
+
interface Props$I {
|
|
2731
2708
|
/**
|
|
2732
2709
|
* Main content of the component.
|
|
2733
2710
|
*/
|
|
2734
2711
|
children: React$1.ReactNode;
|
|
2735
2712
|
/**
|
|
2736
|
-
*
|
|
2713
|
+
* Makes component occupy 50% of available width.
|
|
2737
2714
|
*/
|
|
2738
|
-
|
|
2715
|
+
halfWidth?: boolean;
|
|
2739
2716
|
}
|
|
2740
2717
|
|
|
2741
|
-
declare const FormGroupColumn: React$1.FC<Props$
|
|
2742
|
-
interface Props$
|
|
2718
|
+
declare const FormGroupColumn: React$1.FC<Props$H>;
|
|
2719
|
+
interface Props$H {
|
|
2743
2720
|
/**
|
|
2744
2721
|
* Main content of the component.
|
|
2745
2722
|
*/
|
|
2746
2723
|
children: React$1.ReactNode;
|
|
2747
2724
|
}
|
|
2748
2725
|
|
|
2749
|
-
declare const FormGroupInfo: React$1.FC<Props$
|
|
2750
|
-
interface Props$
|
|
2726
|
+
declare const FormGroupInfo: React$1.FC<Props$G>;
|
|
2727
|
+
interface Props$G {
|
|
2751
2728
|
/**
|
|
2752
2729
|
* Main content of the component.
|
|
2753
2730
|
*/
|
|
2754
2731
|
children: React$1.ReactNode;
|
|
2755
2732
|
}
|
|
2756
2733
|
|
|
2757
|
-
declare const FormInputLabel: React$1.FC<Props$
|
|
2758
|
-
declare type Props$
|
|
2734
|
+
declare const FormInputLabel: React$1.FC<Props$F>;
|
|
2735
|
+
declare type Props$F = {
|
|
2759
2736
|
/**
|
|
2760
2737
|
* Main content of the component.
|
|
2761
2738
|
*/
|
|
@@ -2770,8 +2747,8 @@ declare type Props$D = {
|
|
|
2770
2747
|
hidden?: boolean;
|
|
2771
2748
|
};
|
|
2772
2749
|
|
|
2773
|
-
declare const Form: React$1.ForwardRefExoticComponent<Props$
|
|
2774
|
-
declare type Props$
|
|
2750
|
+
declare const Form: React$1.ForwardRefExoticComponent<Props$E & React$1.RefAttributes<HTMLFormElement>>;
|
|
2751
|
+
declare type Props$E = {
|
|
2775
2752
|
/**
|
|
2776
2753
|
* Main content of the component.
|
|
2777
2754
|
*/
|
|
@@ -2780,6 +2757,10 @@ declare type Props$C = {
|
|
|
2780
2757
|
* Form class.
|
|
2781
2758
|
*/
|
|
2782
2759
|
className?: string;
|
|
2760
|
+
/**
|
|
2761
|
+
* Data attribute useful for testing.
|
|
2762
|
+
*/
|
|
2763
|
+
'data-form-ready'?: boolean;
|
|
2783
2764
|
/**
|
|
2784
2765
|
* Form element's id.
|
|
2785
2766
|
*/
|
|
@@ -2790,8 +2771,8 @@ declare type Props$C = {
|
|
|
2790
2771
|
onSubmit: React$1.FormEventHandler<HTMLFormElement>;
|
|
2791
2772
|
};
|
|
2792
2773
|
|
|
2793
|
-
declare const EmptyViewLabel: React$1.FC<Props$
|
|
2794
|
-
interface Props$
|
|
2774
|
+
declare const EmptyViewLabel: React$1.FC<Props$D>;
|
|
2775
|
+
interface Props$D {
|
|
2795
2776
|
/**
|
|
2796
2777
|
* Main content of the component.
|
|
2797
2778
|
*/
|
|
@@ -2802,8 +2783,8 @@ interface Props$B {
|
|
|
2802
2783
|
muted?: boolean;
|
|
2803
2784
|
}
|
|
2804
2785
|
|
|
2805
|
-
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$
|
|
2806
|
-
interface Props$
|
|
2786
|
+
declare const EmptyView: React$1.ForwardRefExoticComponent<Props$C & React$1.RefAttributes<HTMLDivElement>>;
|
|
2787
|
+
interface Props$C {
|
|
2807
2788
|
/**
|
|
2808
2789
|
* Adds active styling.
|
|
2809
2790
|
*/
|
|
@@ -2812,6 +2793,10 @@ interface Props$A {
|
|
|
2812
2793
|
* Main content of the component.
|
|
2813
2794
|
*/
|
|
2814
2795
|
children?: React$1.ReactNode;
|
|
2796
|
+
/**
|
|
2797
|
+
* Data attribute useful for testing.
|
|
2798
|
+
*/
|
|
2799
|
+
'data-loaded'?: boolean;
|
|
2815
2800
|
/**
|
|
2816
2801
|
* Empty view icon.
|
|
2817
2802
|
*/
|
|
@@ -2822,8 +2807,8 @@ interface Props$A {
|
|
|
2822
2807
|
type?: 'dropzone' | 'default';
|
|
2823
2808
|
}
|
|
2824
2809
|
|
|
2825
|
-
declare const FileInputButton: React$1.ForwardRefExoticComponent<Props$
|
|
2826
|
-
interface Props$
|
|
2810
|
+
declare const FileInputButton: React$1.ForwardRefExoticComponent<Props$B & React$1.RefAttributes<HTMLInputElement>>;
|
|
2811
|
+
interface Props$B extends Omit<Props$1O, 'onClick'> {
|
|
2827
2812
|
/**
|
|
2828
2813
|
* Unique input's id.
|
|
2829
2814
|
*/
|
|
@@ -2850,8 +2835,8 @@ interface Props$z extends Omit<Props$1N, 'onClick'> {
|
|
|
2850
2835
|
accept?: string;
|
|
2851
2836
|
}
|
|
2852
2837
|
|
|
2853
|
-
declare const FilePreviewActions: React$1.FC<Props$
|
|
2854
|
-
interface Props$
|
|
2838
|
+
declare const FilePreviewActions: React$1.FC<Props$A>;
|
|
2839
|
+
interface Props$A {
|
|
2855
2840
|
/**
|
|
2856
2841
|
* Label of the back button.
|
|
2857
2842
|
*/
|
|
@@ -2870,25 +2855,25 @@ interface Props$y {
|
|
|
2870
2855
|
title: string;
|
|
2871
2856
|
}
|
|
2872
2857
|
|
|
2873
|
-
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$
|
|
2874
|
-
interface Props$
|
|
2858
|
+
declare const FilePreviewContent: React$1.ForwardRefExoticComponent<Props$z & React$1.RefAttributes<HTMLDivElement>>;
|
|
2859
|
+
interface Props$z {
|
|
2875
2860
|
/**
|
|
2876
2861
|
* Main content of the component.
|
|
2877
2862
|
*/
|
|
2878
2863
|
children: React$1.ReactNode;
|
|
2879
2864
|
}
|
|
2880
2865
|
|
|
2881
|
-
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$
|
|
2882
|
-
interface Props$
|
|
2866
|
+
declare const FilePreviewHoverable: React$1.ForwardRefExoticComponent<Props$y & React$1.RefAttributes<HTMLDivElement>>;
|
|
2867
|
+
interface Props$y {
|
|
2883
2868
|
/**
|
|
2884
2869
|
* Main content of the component.
|
|
2885
2870
|
*/
|
|
2886
2871
|
children: React$1.ReactNode;
|
|
2887
2872
|
}
|
|
2888
2873
|
|
|
2889
|
-
declare const FilePreviewNavigationButtons: React$1.FC<Props$
|
|
2874
|
+
declare const FilePreviewNavigationButtons: React$1.FC<Props$x>;
|
|
2890
2875
|
declare type Side = 'left' | 'right';
|
|
2891
|
-
interface Props$
|
|
2876
|
+
interface Props$x {
|
|
2892
2877
|
/**
|
|
2893
2878
|
* Disables button.
|
|
2894
2879
|
*/
|
|
@@ -2907,16 +2892,16 @@ interface Props$v {
|
|
|
2907
2892
|
side?: Side;
|
|
2908
2893
|
}
|
|
2909
2894
|
|
|
2910
|
-
declare const FilePreviewTooltip: React$1.FC<Props$
|
|
2911
|
-
interface Props$
|
|
2895
|
+
declare const FilePreviewTooltip: React$1.FC<Props$w>;
|
|
2896
|
+
interface Props$w {
|
|
2912
2897
|
/**
|
|
2913
2898
|
* Main content of the tooltip.
|
|
2914
2899
|
*/
|
|
2915
2900
|
children?: React$1.ReactNode;
|
|
2916
2901
|
}
|
|
2917
2902
|
|
|
2918
|
-
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$
|
|
2919
|
-
interface Props$
|
|
2903
|
+
declare const FilePreview: React$1.ForwardRefExoticComponent<Props$v & React$1.RefAttributes<HTMLDivElement>>;
|
|
2904
|
+
interface Props$v {
|
|
2920
2905
|
/**
|
|
2921
2906
|
* Main content of the component.
|
|
2922
2907
|
*/
|
|
@@ -2966,8 +2951,8 @@ interface SelectionAreaCoords {
|
|
|
2966
2951
|
height: number;
|
|
2967
2952
|
}
|
|
2968
2953
|
|
|
2969
|
-
declare const SelectionArea: React$1.FC<Props$
|
|
2970
|
-
interface Props$
|
|
2954
|
+
declare const SelectionArea: React$1.FC<Props$u>;
|
|
2955
|
+
interface Props$u {
|
|
2971
2956
|
/**
|
|
2972
2957
|
* Selection area container.
|
|
2973
2958
|
*/
|
|
@@ -3023,8 +3008,8 @@ declare type SelectToggleHandler = (opt: SelectOption) => void;
|
|
|
3023
3008
|
*/
|
|
3024
3009
|
declare type SelectKeyboardNextIdGetter = (options: SelectOption[], currentIndex: number) => SelectOption | undefined;
|
|
3025
3010
|
|
|
3026
|
-
declare const Select: React$1.FC<Props$
|
|
3027
|
-
interface Props$
|
|
3011
|
+
declare const Select: React$1.FC<Props$t>;
|
|
3012
|
+
interface Props$t {
|
|
3028
3013
|
/**
|
|
3029
3014
|
* Indicate error in input element.
|
|
3030
3015
|
*/
|
|
@@ -3067,8 +3052,8 @@ interface Props$r {
|
|
|
3067
3052
|
searchable?: boolean;
|
|
3068
3053
|
}
|
|
3069
3054
|
|
|
3070
|
-
declare const Notifications: React$1.FC<Props$
|
|
3071
|
-
interface Props$
|
|
3055
|
+
declare const Notifications: React$1.FC<Props$s>;
|
|
3056
|
+
interface Props$s {
|
|
3072
3057
|
/**
|
|
3073
3058
|
* Container's position will be adjusted in accordance with provided element's height.
|
|
3074
3059
|
*/
|
|
@@ -3083,8 +3068,8 @@ interface Props$q {
|
|
|
3083
3068
|
offsetBottom?: boolean;
|
|
3084
3069
|
}
|
|
3085
3070
|
|
|
3086
|
-
declare const NotificationDetails: React$1.FC<Props$
|
|
3087
|
-
interface Props$
|
|
3071
|
+
declare const NotificationDetails: React$1.FC<Props$r>;
|
|
3072
|
+
interface Props$r {
|
|
3088
3073
|
/**
|
|
3089
3074
|
* Main content of the component.
|
|
3090
3075
|
*/
|
|
@@ -3111,11 +3096,11 @@ interface Props$p {
|
|
|
3111
3096
|
type: 'success' | 'error' | 'info';
|
|
3112
3097
|
}
|
|
3113
3098
|
|
|
3114
|
-
declare const Notification: React$1.FC<Props$
|
|
3099
|
+
declare const Notification: React$1.FC<Props$q>;
|
|
3115
3100
|
/**
|
|
3116
3101
|
* `Notification` component is rendered as part of `TransitionGroup` and therefore gets transition props in addition to its regular props.
|
|
3117
3102
|
*/
|
|
3118
|
-
declare type Props$
|
|
3103
|
+
declare type Props$q = Partial<TransitionProps> & {
|
|
3119
3104
|
/**
|
|
3120
3105
|
* Label for "Close" button.
|
|
3121
3106
|
*/
|
|
@@ -3146,8 +3131,8 @@ declare type Props$o = Partial<TransitionProps> & {
|
|
|
3146
3131
|
type: 'success' | 'error' | 'info';
|
|
3147
3132
|
};
|
|
3148
3133
|
|
|
3149
|
-
declare const CopyableInput: React$1.FC<Props$
|
|
3150
|
-
interface Props$
|
|
3134
|
+
declare const CopyableInput: React$1.FC<Props$p>;
|
|
3135
|
+
interface Props$p {
|
|
3151
3136
|
/**
|
|
3152
3137
|
* Unique input's id.
|
|
3153
3138
|
*/
|
|
@@ -3170,8 +3155,8 @@ interface Props$n {
|
|
|
3170
3155
|
labelCopied: string;
|
|
3171
3156
|
}
|
|
3172
3157
|
|
|
3173
|
-
declare const CopyButton: React$1.FC<Props$
|
|
3174
|
-
interface Props$
|
|
3158
|
+
declare const CopyButton: React$1.FC<Props$o>;
|
|
3159
|
+
interface Props$o {
|
|
3175
3160
|
/**
|
|
3176
3161
|
* Value to be copied to clipboard.
|
|
3177
3162
|
*/
|
|
@@ -3240,8 +3225,8 @@ interface ContainerQueryContext {
|
|
|
3240
3225
|
declare const ContainerQueryContext: React$1.Context<ContainerQueryContext>;
|
|
3241
3226
|
declare const useContainerQuery: () => ContainerQueryContext;
|
|
3242
3227
|
|
|
3243
|
-
declare const ContainerQueryProvider: React$1.FC<Props$
|
|
3244
|
-
interface Props$
|
|
3228
|
+
declare const ContainerQueryProvider: React$1.FC<Props$n>;
|
|
3229
|
+
interface Props$n {
|
|
3245
3230
|
/**
|
|
3246
3231
|
* Maps breakpoint keys to width values. Each key corresponds to minimum value (in px).
|
|
3247
3232
|
*/
|
|
@@ -3256,8 +3241,8 @@ interface Props$l {
|
|
|
3256
3241
|
containerEl?: HTMLElement | null;
|
|
3257
3242
|
}
|
|
3258
3243
|
|
|
3259
|
-
declare const ContainerQuery: React$1.FC<Props$
|
|
3260
|
-
interface Props$
|
|
3244
|
+
declare const ContainerQuery: React$1.FC<Props$m>;
|
|
3245
|
+
interface Props$m {
|
|
3261
3246
|
/**
|
|
3262
3247
|
* Main content of the component.
|
|
3263
3248
|
*/
|
|
@@ -3281,8 +3266,8 @@ interface FixedContext {
|
|
|
3281
3266
|
declare const FixedContext: React$1.Context<FixedContext>;
|
|
3282
3267
|
declare const useFixedCtx: () => FixedContext;
|
|
3283
3268
|
|
|
3284
|
-
declare const FixedProvider: React$1.FC<Props$
|
|
3285
|
-
interface Props$
|
|
3269
|
+
declare const FixedProvider: React$1.FC<Props$l>;
|
|
3270
|
+
interface Props$l {
|
|
3286
3271
|
/**
|
|
3287
3272
|
* Main content of the component.
|
|
3288
3273
|
*/
|
|
@@ -3294,16 +3279,16 @@ interface Props$j {
|
|
|
3294
3279
|
rootEl?: HTMLElement | null;
|
|
3295
3280
|
}
|
|
3296
3281
|
|
|
3297
|
-
declare const Fixed: React$1.FC<Props$
|
|
3298
|
-
interface Props$
|
|
3282
|
+
declare const Fixed: React$1.FC<Props$k>;
|
|
3283
|
+
interface Props$k {
|
|
3299
3284
|
/**
|
|
3300
3285
|
* Main content of the component.
|
|
3301
3286
|
*/
|
|
3302
3287
|
children: React$1.ReactNode;
|
|
3303
3288
|
}
|
|
3304
3289
|
|
|
3305
|
-
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$
|
|
3306
|
-
interface Props$
|
|
3290
|
+
declare const LoadingButton: React$1.ForwardRefExoticComponent<Props$j & React$1.RefAttributes<HTMLButtonElement>>;
|
|
3291
|
+
interface Props$j extends Props$1O {
|
|
3307
3292
|
/**
|
|
3308
3293
|
* Delays loader appearance. Defaults to `true`.
|
|
3309
3294
|
*/
|
|
@@ -3318,28 +3303,36 @@ interface Props$h extends Props$1N {
|
|
|
3318
3303
|
loaderPosition?: 'left' | 'center' | 'right';
|
|
3319
3304
|
}
|
|
3320
3305
|
|
|
3321
|
-
declare const ListItem: React$1.
|
|
3322
|
-
interface Props$
|
|
3306
|
+
declare const ListItem: React$1.FC<Props$i>;
|
|
3307
|
+
interface Props$i {
|
|
3323
3308
|
/**
|
|
3324
3309
|
* Main content of the component.
|
|
3325
3310
|
*/
|
|
3326
3311
|
children?: React$1.ReactNode;
|
|
3327
3312
|
/**
|
|
3328
|
-
*
|
|
3313
|
+
* Callback invoked when clicking on list item content.
|
|
3329
3314
|
*/
|
|
3330
|
-
|
|
3315
|
+
onClick?: () => void;
|
|
3316
|
+
}
|
|
3317
|
+
|
|
3318
|
+
declare const ListItemActions: React$1.FC<Props$h>;
|
|
3319
|
+
interface Props$h {
|
|
3331
3320
|
/**
|
|
3332
|
-
*
|
|
3321
|
+
* Main content of the component.
|
|
3333
3322
|
*/
|
|
3334
|
-
|
|
3323
|
+
children: React$1.ReactNode;
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
declare const ListItemContent: React$1.FC<Props$g>;
|
|
3327
|
+
interface Props$g {
|
|
3335
3328
|
/**
|
|
3336
|
-
*
|
|
3329
|
+
* Main content of the component.
|
|
3337
3330
|
*/
|
|
3338
|
-
|
|
3331
|
+
children?: React$1.ReactNode;
|
|
3339
3332
|
/**
|
|
3340
|
-
*
|
|
3333
|
+
* Applied styling for muted variant.
|
|
3341
3334
|
*/
|
|
3342
|
-
|
|
3335
|
+
muted?: boolean;
|
|
3343
3336
|
}
|
|
3344
3337
|
|
|
3345
3338
|
declare const List: React$1.FC<Props$f>;
|
|
@@ -3558,4 +3551,4 @@ interface Props {
|
|
|
3558
3551
|
children: React$1.ReactNode;
|
|
3559
3552
|
}
|
|
3560
3553
|
|
|
3561
|
-
export { Bottombar, Button, ButtonColor, ButtonSize, ButtonType, CircularLoader, ContainerQuery, ContainerQueryProvider, CopyButton, CopyableInput, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogRow, DialogSection, Dimensions, DocIcon, DocIconName, DragDimensionsHandler, DragHandler, DraggableOptions, DraggableState, Drawer, DrawerActions, DrawerContent, DrawerHeader, DrawerSection, EmptyView, EmptyViewLabel, FileInputButton, FilePreview, FilePreviewActions, FilePreviewContent, FilePreviewHoverable, FilePreviewNavigationButtons as FilePreviewNavButton, FilePreviewTooltip, Fixed, FixedContext, FixedProvider, Form, FormFeedback, FormGroup, FormGroupColumn, FormGroupInfo, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, IconColor, IconName, IconRenderProp, IconRenderer, IconSize, Input, Props$
|
|
3554
|
+
export { Bottombar, Button, ButtonColor, ButtonSize, ButtonType, CircularLoader, ContainerQuery, ContainerQueryProvider, CopyButton, CopyableInput, Dialog, DialogActions, DialogColumn, DialogFooter, DialogHeader, DialogRow, DialogSection, Dimensions, DocIcon, DocIconName, DragDimensionsHandler, DragHandler, DraggableOptions, DraggableState, Drawer, DrawerActions, DrawerContent, DrawerHeader, DrawerSection, EmptyView, EmptyViewLabel, FileInputButton, FilePreview, FilePreviewActions, FilePreviewContent, FilePreviewHoverable, FilePreviewNavigationButtons as FilePreviewNavButton, FilePreviewTooltip, Fixed, FixedContext, FixedProvider, Form, FormFeedback, FormGroup, FormGroupColumn, FormGroupInfo, FormInputLabel, Gallery, GalleryFigure, GalleryItem, Icon, IconColor, IconName, IconRenderProp, IconRenderer, IconSize, Input, Props$1A as InputProps, List, ListDndChildProps, ListDndItem, ListDndItemHookProps, ListDndMoveItem, ListDndOnDragEnd, ListDndSetDraggable, ListDndSetDraggablePartial, ListItem, ListItemActions, ListItemContent, LoadingButton, Menu, MenuItem, MenuSection, MenuSubSection, MouseEventButton, Navbar, NavbarButton, NavbarCreditLink, NavbarItem, NavbarItemFixed, Notification, NotificationDetails, Notifications, OnScrollHandler, Modal as Overlay, Pagination, Panel, PanelActions, PanelColumn, PanelContent, PanelContentProp, PanelDragHandle, PanelList, PanelListDivider, PanelSide, PanelSkeleton, PanelTitle, Popper, PopperAnchorRef, PopperArrow, PopperContext, PopperOffset, PopperOffsetValue, PopperPlacement, ProgressPanel, PropertiesTable, PropertiesTableRow, RInterval, RangeSlider, ResizeOptions, ResponsiveImage, ScrollCoordsConfig, ScrollOptions, SearchDialog, SearchDialogActions, SearchDialogContent, SearchDialogFallback, SearchDialogHeader, SearchDialogInput, SearchDialogSection, SearchResultsBar, SearchResultsBarFilters, SearchResultsBarPhrase, Select, SelectKeyboardNavProps, SelectKeyboardNextIdGetter, SelectOption, SelectToggleHandler, SelectionArea, SelectionAreaCoords, Skeleton, SortButton, SortableDndList, SortableDndListItem, Switch, SwitchInput, SwitchView, Tab, Tabs, Tag, TagInput, TagLabel, TagList, Tooltip, Topbar, TopbarAction, UIContext, UIProvider, Props$T as UIProviderProps, View, ViewContent, ViewContentBar, ViewContentWrapper, ViewDialog, Props$U as ViewDialogProps, ViewFooter, ViewHeader, ViewSideContent, ViewWrapper, XYCoord, areItemsIdentical, base64FromBlurHash, clamp, clsx, copyToClipboard, formatTimeDistance, getKeyHandler, getPixelCountFromImageBlob, getScrollVectors, getStandardDeviation, getValidChildren, hasOwnProperty, matchesCombination, noOp, rInterval, useBatchUpdate, useClickAway, useClipboard, useContainerQuery, useDeferredUnmount, useDelay, useDownload, useDraggable, useElementVisibility, useFilesDrop, useFixedCtx, useGridSelection, useIsMounted, useIsomorphicLayoutEffect, useItemsOverflow, useListDnd, usePopperCtx, useResettableTimeout, useResize, useResponsiveSizes, useScaleDown, useScroll, useScrollDnd, useToggle, useUIContext, validators_d as validators };
|