@salutejs/plasma-new-hope 0.336.0-canary.2204.17438195195.0 → 0.336.0-canary.2205.17440860016.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/cjs/components/Combobox/ComboboxNew/Combobox.js +22 -23
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +2 -3
- package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
- package/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -5
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
- package/cjs/components/Select/Select.js +4 -3
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.styles.js +2 -3
- package/cjs/components/Select/Select.styles.js.map +1 -1
- package/cjs/components/Select/ui/Inner/Inner.js +11 -5
- package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +20 -22
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +15 -15
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
- package/emotion/cjs/components/Select/Select.js +4 -2
- package/emotion/cjs/components/Select/Select.styles.js +7 -7
- package/emotion/cjs/components/Select/ui/Inner/Inner.js +50 -9
- package/emotion/cjs/examples/components/Combobox/Combobox.js +15 -0
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +20 -22
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +15 -15
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/emotion/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
- package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
- package/emotion/es/components/Select/Select.js +4 -2
- package/emotion/es/components/Select/Select.styles.js +7 -7
- package/emotion/es/components/Select/ui/Inner/Inner.js +11 -6
- package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
- package/es/components/Combobox/ComboboxNew/Combobox.js +22 -23
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.styles.js +2 -3
- package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
- package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +12 -6
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
- package/es/components/Select/Select.js +4 -3
- package/es/components/Select/Select.js.map +1 -1
- package/es/components/Select/Select.styles.js +2 -3
- package/es/components/Select/Select.styles.js.map +1 -1
- package/es/components/Select/ui/Inner/Inner.js +12 -6
- package/es/components/Select/ui/Inner/Inner.js.map +1 -1
- package/package.json +4 -4
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +20 -22
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +8 -8
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +50 -9
- package/styled-components/cjs/components/Select/Select.js +4 -2
- package/styled-components/cjs/components/Select/Select.styles.js +4 -4
- package/styled-components/cjs/components/Select/ui/Inner/Inner.js +50 -9
- package/styled-components/cjs/examples/components/Combobox/Combobox.js +0 -15
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +20 -22
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +8 -8
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/styled-components/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +3 -7
- package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +11 -6
- package/styled-components/es/components/Select/Select.js +4 -2
- package/styled-components/es/components/Select/Select.styles.js +4 -4
- package/styled-components/es/components/Select/ui/Inner/Inner.js +11 -6
- package/styled-components/es/examples/components/Combobox/Combobox.js +7 -0
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +0 -1
- package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +6 -6
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts +2 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/Inner.type.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts +6 -2
- package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +6 -6
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
- package/types/components/Select/Select.d.ts.map +1 -1
- package/types/components/Select/Select.styles.d.ts +0 -1
- package/types/components/Select/Select.styles.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +10 -10
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/Inner.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/Inner.type.d.ts +2 -1
- package/types/components/Select/ui/Inner/Inner.type.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +11 -3
- package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
- package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +6 -6
- package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts.map +1 -1
- package/types/examples/components/Combobox/Combobox.d.ts +24 -24
- package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/components/Select/Select.d.ts +6 -6
- package/types/examples/components/Select/Select.d.ts.map +1 -1
@@ -41,7 +41,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
41
41
|
textAfter?: string;
|
42
42
|
variant?: "normal" | "tight";
|
43
43
|
zIndex?: import("react").CSSProperties["zIndex"];
|
44
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
45
44
|
listMaxHeight?: import("react").CSSProperties["height"];
|
46
45
|
listWidth?: import("react").CSSProperties["width"];
|
47
46
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -58,6 +57,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
58
57
|
view?: string;
|
59
58
|
emptyStateDescription?: string;
|
60
59
|
listHeight?: import("react").CSSProperties["height"];
|
60
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
61
61
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
62
62
|
readOnly?: boolean;
|
63
63
|
disabled?: true;
|
@@ -95,7 +95,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
95
95
|
textAfter?: string;
|
96
96
|
variant?: "normal" | "tight";
|
97
97
|
zIndex?: import("react").CSSProperties["zIndex"];
|
98
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
99
98
|
listMaxHeight?: import("react").CSSProperties["height"];
|
100
99
|
listWidth?: import("react").CSSProperties["width"];
|
101
100
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -112,6 +111,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
112
111
|
view?: string;
|
113
112
|
emptyStateDescription?: string;
|
114
113
|
listHeight?: import("react").CSSProperties["height"];
|
114
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
115
115
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
116
116
|
readOnly?: boolean;
|
117
117
|
disabled?: true;
|
@@ -149,7 +149,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
149
149
|
textAfter?: string;
|
150
150
|
variant?: "normal" | "tight";
|
151
151
|
zIndex?: import("react").CSSProperties["zIndex"];
|
152
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
153
152
|
listMaxHeight?: import("react").CSSProperties["height"];
|
154
153
|
listWidth?: import("react").CSSProperties["width"];
|
155
154
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -166,6 +165,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
166
165
|
view?: string;
|
167
166
|
emptyStateDescription?: string;
|
168
167
|
listHeight?: import("react").CSSProperties["height"];
|
168
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
169
169
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
170
170
|
readOnly?: boolean;
|
171
171
|
disabled?: true;
|
@@ -203,7 +203,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
203
203
|
textAfter?: string;
|
204
204
|
variant?: "normal" | "tight";
|
205
205
|
zIndex?: import("react").CSSProperties["zIndex"];
|
206
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
207
206
|
listMaxHeight?: import("react").CSSProperties["height"];
|
208
207
|
listWidth?: import("react").CSSProperties["width"];
|
209
208
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -220,6 +219,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
220
219
|
view?: string;
|
221
220
|
emptyStateDescription?: string;
|
222
221
|
listHeight?: import("react").CSSProperties["height"];
|
222
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
223
223
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
224
224
|
readOnly?: boolean;
|
225
225
|
disabled?: true;
|
@@ -257,7 +257,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
257
257
|
textAfter?: string;
|
258
258
|
variant?: "normal" | "tight";
|
259
259
|
zIndex?: import("react").CSSProperties["zIndex"];
|
260
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
261
260
|
listMaxHeight?: import("react").CSSProperties["height"];
|
262
261
|
listWidth?: import("react").CSSProperties["width"];
|
263
262
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -274,6 +273,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
274
273
|
view?: string;
|
275
274
|
emptyStateDescription?: string;
|
276
275
|
listHeight?: import("react").CSSProperties["height"];
|
276
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
277
277
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
278
278
|
readOnly?: boolean;
|
279
279
|
disabled?: true;
|
@@ -311,7 +311,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
311
311
|
textAfter?: string;
|
312
312
|
variant?: "normal" | "tight";
|
313
313
|
zIndex?: import("react").CSSProperties["zIndex"];
|
314
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
315
314
|
listMaxHeight?: import("react").CSSProperties["height"];
|
316
315
|
listWidth?: import("react").CSSProperties["width"];
|
317
316
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -328,6 +327,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
328
327
|
view?: string;
|
329
328
|
emptyStateDescription?: string;
|
330
329
|
listHeight?: import("react").CSSProperties["height"];
|
330
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
331
331
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
332
332
|
readOnly?: boolean;
|
333
333
|
disabled?: true;
|
@@ -365,7 +365,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
365
365
|
textAfter?: string;
|
366
366
|
variant?: "normal" | "tight";
|
367
367
|
zIndex?: import("react").CSSProperties["zIndex"];
|
368
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
369
368
|
listMaxHeight?: import("react").CSSProperties["height"];
|
370
369
|
listWidth?: import("react").CSSProperties["width"];
|
371
370
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -382,6 +381,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
382
381
|
view?: string;
|
383
382
|
emptyStateDescription?: string;
|
384
383
|
listHeight?: import("react").CSSProperties["height"];
|
384
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
385
385
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
386
386
|
readOnly?: boolean;
|
387
387
|
disabled?: true;
|
@@ -419,7 +419,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
419
419
|
textAfter?: string;
|
420
420
|
variant?: "normal" | "tight";
|
421
421
|
zIndex?: import("react").CSSProperties["zIndex"];
|
422
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
423
422
|
listMaxHeight?: import("react").CSSProperties["height"];
|
424
423
|
listWidth?: import("react").CSSProperties["width"];
|
425
424
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -436,6 +435,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
436
435
|
view?: string;
|
437
436
|
emptyStateDescription?: string;
|
438
437
|
listHeight?: import("react").CSSProperties["height"];
|
438
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
439
439
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
440
440
|
readOnly?: boolean;
|
441
441
|
disabled?: true;
|
@@ -473,7 +473,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
473
473
|
textAfter?: string;
|
474
474
|
variant?: "normal" | "tight";
|
475
475
|
zIndex?: import("react").CSSProperties["zIndex"];
|
476
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
477
476
|
listMaxHeight?: import("react").CSSProperties["height"];
|
478
477
|
listWidth?: import("react").CSSProperties["width"];
|
479
478
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -490,6 +489,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
490
489
|
view?: string;
|
491
490
|
emptyStateDescription?: string;
|
492
491
|
listHeight?: import("react").CSSProperties["height"];
|
492
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
493
493
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
494
494
|
readOnly?: true;
|
495
495
|
disabled?: boolean;
|
@@ -527,7 +527,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
527
527
|
textAfter?: string;
|
528
528
|
variant?: "normal" | "tight";
|
529
529
|
zIndex?: import("react").CSSProperties["zIndex"];
|
530
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
531
530
|
listMaxHeight?: import("react").CSSProperties["height"];
|
532
531
|
listWidth?: import("react").CSSProperties["width"];
|
533
532
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -544,6 +543,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
544
543
|
view?: string;
|
545
544
|
emptyStateDescription?: string;
|
546
545
|
listHeight?: import("react").CSSProperties["height"];
|
546
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
547
547
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
548
548
|
readOnly?: true;
|
549
549
|
disabled?: boolean;
|
@@ -581,7 +581,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
581
581
|
textAfter?: string;
|
582
582
|
variant?: "normal" | "tight";
|
583
583
|
zIndex?: import("react").CSSProperties["zIndex"];
|
584
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
585
584
|
listMaxHeight?: import("react").CSSProperties["height"];
|
586
585
|
listWidth?: import("react").CSSProperties["width"];
|
587
586
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -598,6 +597,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
598
597
|
view?: string;
|
599
598
|
emptyStateDescription?: string;
|
600
599
|
listHeight?: import("react").CSSProperties["height"];
|
600
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
601
601
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
602
602
|
readOnly?: true;
|
603
603
|
disabled?: boolean;
|
@@ -635,7 +635,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
635
635
|
textAfter?: string;
|
636
636
|
variant?: "normal" | "tight";
|
637
637
|
zIndex?: import("react").CSSProperties["zIndex"];
|
638
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
639
638
|
listMaxHeight?: import("react").CSSProperties["height"];
|
640
639
|
listWidth?: import("react").CSSProperties["width"];
|
641
640
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -652,6 +651,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
652
651
|
view?: string;
|
653
652
|
emptyStateDescription?: string;
|
654
653
|
listHeight?: import("react").CSSProperties["height"];
|
654
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
655
655
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
656
656
|
readOnly?: true;
|
657
657
|
disabled?: boolean;
|
@@ -689,7 +689,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
689
689
|
textAfter?: string;
|
690
690
|
variant?: "normal" | "tight";
|
691
691
|
zIndex?: import("react").CSSProperties["zIndex"];
|
692
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
693
692
|
listMaxHeight?: import("react").CSSProperties["height"];
|
694
693
|
listWidth?: import("react").CSSProperties["width"];
|
695
694
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -706,6 +705,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
706
705
|
view?: string;
|
707
706
|
emptyStateDescription?: string;
|
708
707
|
listHeight?: import("react").CSSProperties["height"];
|
708
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
709
709
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
710
710
|
readOnly?: true;
|
711
711
|
disabled?: boolean;
|
@@ -743,7 +743,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
743
743
|
textAfter?: string;
|
744
744
|
variant?: "normal" | "tight";
|
745
745
|
zIndex?: import("react").CSSProperties["zIndex"];
|
746
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
747
746
|
listMaxHeight?: import("react").CSSProperties["height"];
|
748
747
|
listWidth?: import("react").CSSProperties["width"];
|
749
748
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -760,6 +759,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
760
759
|
view?: string;
|
761
760
|
emptyStateDescription?: string;
|
762
761
|
listHeight?: import("react").CSSProperties["height"];
|
762
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
763
763
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
764
764
|
readOnly?: true;
|
765
765
|
disabled?: boolean;
|
@@ -797,7 +797,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
797
797
|
textAfter?: string;
|
798
798
|
variant?: "normal" | "tight";
|
799
799
|
zIndex?: import("react").CSSProperties["zIndex"];
|
800
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
801
800
|
listMaxHeight?: import("react").CSSProperties["height"];
|
802
801
|
listWidth?: import("react").CSSProperties["width"];
|
803
802
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -814,6 +813,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
814
813
|
view?: string;
|
815
814
|
emptyStateDescription?: string;
|
816
815
|
listHeight?: import("react").CSSProperties["height"];
|
816
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
817
817
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
818
818
|
readOnly?: true;
|
819
819
|
disabled?: boolean;
|
@@ -851,7 +851,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
851
851
|
textAfter?: string;
|
852
852
|
variant?: "normal" | "tight";
|
853
853
|
zIndex?: import("react").CSSProperties["zIndex"];
|
854
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
855
854
|
listMaxHeight?: import("react").CSSProperties["height"];
|
856
855
|
listWidth?: import("react").CSSProperties["width"];
|
857
856
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -868,6 +867,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
868
867
|
view?: string;
|
869
868
|
emptyStateDescription?: string;
|
870
869
|
listHeight?: import("react").CSSProperties["height"];
|
870
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
871
871
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
872
872
|
readOnly?: true;
|
873
873
|
disabled?: boolean;
|
@@ -905,7 +905,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
905
905
|
textAfter?: string;
|
906
906
|
variant?: "normal" | "tight";
|
907
907
|
zIndex?: import("react").CSSProperties["zIndex"];
|
908
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
909
908
|
listMaxHeight?: import("react").CSSProperties["height"];
|
910
909
|
listWidth?: import("react").CSSProperties["width"];
|
911
910
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -922,6 +921,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
922
921
|
view?: string;
|
923
922
|
emptyStateDescription?: string;
|
924
923
|
listHeight?: import("react").CSSProperties["height"];
|
924
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
925
925
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
926
926
|
readOnly?: false;
|
927
927
|
disabled?: false;
|
@@ -959,7 +959,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
959
959
|
textAfter?: string;
|
960
960
|
variant?: "normal" | "tight";
|
961
961
|
zIndex?: import("react").CSSProperties["zIndex"];
|
962
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
963
962
|
listMaxHeight?: import("react").CSSProperties["height"];
|
964
963
|
listWidth?: import("react").CSSProperties["width"];
|
965
964
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -976,6 +975,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
976
975
|
view?: string;
|
977
976
|
emptyStateDescription?: string;
|
978
977
|
listHeight?: import("react").CSSProperties["height"];
|
978
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
979
979
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
980
980
|
readOnly?: false;
|
981
981
|
disabled?: false;
|
@@ -1013,7 +1013,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1013
1013
|
textAfter?: string;
|
1014
1014
|
variant?: "normal" | "tight";
|
1015
1015
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1016
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1017
1016
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1018
1017
|
listWidth?: import("react").CSSProperties["width"];
|
1019
1018
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1030,6 +1029,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1030
1029
|
view?: string;
|
1031
1030
|
emptyStateDescription?: string;
|
1032
1031
|
listHeight?: import("react").CSSProperties["height"];
|
1032
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1033
1033
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1034
1034
|
readOnly?: false;
|
1035
1035
|
disabled?: false;
|
@@ -1067,7 +1067,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1067
1067
|
textAfter?: string;
|
1068
1068
|
variant?: "normal" | "tight";
|
1069
1069
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1070
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1071
1070
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1072
1071
|
listWidth?: import("react").CSSProperties["width"];
|
1073
1072
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1084,6 +1083,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1084
1083
|
view?: string;
|
1085
1084
|
emptyStateDescription?: string;
|
1086
1085
|
listHeight?: import("react").CSSProperties["height"];
|
1086
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1087
1087
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1088
1088
|
readOnly?: false;
|
1089
1089
|
disabled?: false;
|
@@ -1121,7 +1121,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1121
1121
|
textAfter?: string;
|
1122
1122
|
variant?: "normal" | "tight";
|
1123
1123
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1124
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1125
1124
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1126
1125
|
listWidth?: import("react").CSSProperties["width"];
|
1127
1126
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1138,6 +1137,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1138
1137
|
view?: string;
|
1139
1138
|
emptyStateDescription?: string;
|
1140
1139
|
listHeight?: import("react").CSSProperties["height"];
|
1140
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1141
1141
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1142
1142
|
readOnly?: false;
|
1143
1143
|
disabled?: false;
|
@@ -1175,7 +1175,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1175
1175
|
textAfter?: string;
|
1176
1176
|
variant?: "normal" | "tight";
|
1177
1177
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1178
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1179
1178
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1180
1179
|
listWidth?: import("react").CSSProperties["width"];
|
1181
1180
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1192,6 +1191,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1192
1191
|
view?: string;
|
1193
1192
|
emptyStateDescription?: string;
|
1194
1193
|
listHeight?: import("react").CSSProperties["height"];
|
1194
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1195
1195
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1196
1196
|
readOnly?: false;
|
1197
1197
|
disabled?: false;
|
@@ -1229,7 +1229,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1229
1229
|
textAfter?: string;
|
1230
1230
|
variant?: "normal" | "tight";
|
1231
1231
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1232
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1233
1232
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1234
1233
|
listWidth?: import("react").CSSProperties["width"];
|
1235
1234
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1246,6 +1245,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1246
1245
|
view?: string;
|
1247
1246
|
emptyStateDescription?: string;
|
1248
1247
|
listHeight?: import("react").CSSProperties["height"];
|
1248
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1249
1249
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1250
1250
|
readOnly?: false;
|
1251
1251
|
disabled?: false;
|
@@ -1283,7 +1283,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1283
1283
|
textAfter?: string;
|
1284
1284
|
variant?: "normal" | "tight";
|
1285
1285
|
zIndex?: import("react").CSSProperties["zIndex"];
|
1286
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
1287
1286
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1288
1287
|
listWidth?: import("react").CSSProperties["width"];
|
1289
1288
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1300,6 +1299,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1300
1299
|
view?: string;
|
1301
1300
|
emptyStateDescription?: string;
|
1302
1301
|
listHeight?: import("react").CSSProperties["height"];
|
1302
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
1303
1303
|
} & import("../../../components/TextField/TextField.types").LabelProps & {
|
1304
1304
|
readOnly?: false;
|
1305
1305
|
disabled?: false;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIxE,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAEtF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAY+yG,MAAO,YAAY
|
1
|
+
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIxE,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAEtF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAY+yG,MAAO,YAAY;;;;;;;sBAAwuB,MAAO,SAAS;gDAAgI,MAAO,SAAS;;;;mBAA6f,MAAO,OAAO;;iBAAyO,MAAO,SAAS;gBAAwF,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qKAZ5hK,CAAC;AAElD,KAAK,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;AAEzD,KAAK,QAAQ,CAAC,CAAC,SAAS,kBAAkB,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,GACjF,IAAI,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,EAAE,eAAe,CAAC,CAAC;AAEpE,QAAA,MAAM,QAAQ,EAAwB,CAAC,CAA4B,SAAlB,kBAAkB,EAC/D,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAA;CAAE,KAC5D,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
@@ -76,7 +76,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
76
76
|
placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
|
77
77
|
variant?: "normal" | "tight";
|
78
78
|
zIndex?: import("react").CSSProperties["zIndex"];
|
79
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
80
79
|
listMaxHeight?: import("react").CSSProperties["height"];
|
81
80
|
listWidth?: import("react").CSSProperties["width"];
|
82
81
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -96,6 +95,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
96
95
|
isOpen?: boolean;
|
97
96
|
listHeight?: import("react").CSSProperties["height"];
|
98
97
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
98
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
99
99
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
|
100
100
|
hintText: string;
|
101
101
|
hintTrigger?: "hover" | "click";
|
@@ -134,7 +134,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
134
134
|
placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
|
135
135
|
variant?: "normal" | "tight";
|
136
136
|
zIndex?: import("react").CSSProperties["zIndex"];
|
137
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
138
137
|
listMaxHeight?: import("react").CSSProperties["height"];
|
139
138
|
listWidth?: import("react").CSSProperties["width"];
|
140
139
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -154,6 +153,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
154
153
|
isOpen?: boolean;
|
155
154
|
listHeight?: import("react").CSSProperties["height"];
|
156
155
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
156
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
157
157
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
|
158
158
|
hintTrigger?: never;
|
159
159
|
hintText?: never;
|
@@ -191,7 +191,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
191
191
|
placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
|
192
192
|
variant?: "normal" | "tight";
|
193
193
|
zIndex?: import("react").CSSProperties["zIndex"];
|
194
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
195
194
|
listMaxHeight?: import("react").CSSProperties["height"];
|
196
195
|
listWidth?: import("react").CSSProperties["width"];
|
197
196
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -211,6 +210,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
211
210
|
isOpen?: boolean;
|
212
211
|
listHeight?: import("react").CSSProperties["height"];
|
213
212
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
213
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
214
214
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & import("../../../components/TextField/TextField.types").RequiredProps & {
|
215
215
|
hintTrigger?: never;
|
216
216
|
hintText?: never;
|
@@ -249,7 +249,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
249
249
|
placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
|
250
250
|
variant?: "normal" | "tight";
|
251
251
|
zIndex?: import("react").CSSProperties["zIndex"];
|
252
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
253
252
|
listMaxHeight?: import("react").CSSProperties["height"];
|
254
253
|
listWidth?: import("react").CSSProperties["width"];
|
255
254
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -269,6 +268,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
269
268
|
isOpen?: boolean;
|
270
269
|
listHeight?: import("react").CSSProperties["height"];
|
271
270
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
271
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
272
272
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
|
273
273
|
target: "button-like";
|
274
274
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
@@ -294,7 +294,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
294
294
|
placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
|
295
295
|
variant?: "normal" | "tight";
|
296
296
|
zIndex?: import("react").CSSProperties["zIndex"];
|
297
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
298
297
|
listMaxHeight?: import("react").CSSProperties["height"];
|
299
298
|
listWidth?: import("react").CSSProperties["width"];
|
300
299
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -314,6 +313,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
314
313
|
isOpen?: boolean;
|
315
314
|
listHeight?: import("react").CSSProperties["height"];
|
316
315
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
316
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
317
317
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | (import("../../../components/TextField/TextField.types").LabelProps & {
|
318
318
|
target: "button-like";
|
319
319
|
view?: "default" | "accent" | "secondary" | "clear" | "positive" | "warning" | "negative" | "dark" | "black" | "white";
|
@@ -340,7 +340,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
340
340
|
placement?: import("../../../components/Select/Select.types").SelectPlacement | Array<import("../../../components/Select/Select.types").SelectPlacementBasic>;
|
341
341
|
variant?: "normal" | "tight";
|
342
342
|
zIndex?: import("react").CSSProperties["zIndex"];
|
343
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
344
343
|
listMaxHeight?: import("react").CSSProperties["height"];
|
345
344
|
listWidth?: import("react").CSSProperties["width"];
|
346
345
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -360,6 +359,7 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
360
359
|
isOpen?: boolean;
|
361
360
|
listHeight?: import("react").CSSProperties["height"];
|
362
361
|
onScrollBottom?: (e: React.UIEvent<HTMLElement>) => void;
|
362
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
363
363
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>))>;
|
364
364
|
export { Select };
|
365
365
|
//# sourceMappingURL=Select.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Select/Select.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAG4jC,MAAO,SAAS;;;;;;;;;;;;;;;;;;
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Select/Select.ts"],"names":[],"mappings":"AAMA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAG4jC,MAAO,SAAS;;;;;;;;;;;;;;;;;;iIAA2gR,MAAO,SAAS;;;;;;sBAA20B,MAAO,SAAS;;mEAAmR,MAAO,SAAS;;iBAAyS,MAAO,SAAS;gBAAwG,MAAO,SAAS;;mBAAiR,MAAO,OAAO;;;;;;;;;yBAA86B,MAAO,OAAO;;;;;;;;;;;;;;;;;wBAA9yW,SAAS;;;;;;;;;;;;;;;;;;;uIAAkhR,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;;;;;;;;;;;;;;;;wBAA9yW,SAAS;;;;;;;;;;;;;;;;;;uIAAkhR,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;;;;;;;;;;;;;;;;wBAA9yW,SAAS;;;;;;;;;;;;;;;;;;;uIAAkhR,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;;;;;;;;;;;;;;;;;;;;;;uIAAnxF,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;;;;;;;;;;;;;;;;;;;;;;;uIAAnxF,SAAS;;;;;;4BAAk1B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAq7B,OAAO;;wLAHv1Y,CAAC;AAEvC,OAAO,EAAE,MAAM,EAAE,CAAC"}
|