@salutejs/plasma-new-hope 0.336.0-canary.2205.17476690989.0 → 0.336.0-canary.2206.17488115405.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.css +6 -6
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +23 -22
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +4 -3
- package/cjs/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/{Combobox.styles_261unw.css → Combobox.styles_isfa46.css} +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 +7 -3
- package/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +6 -6
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +5 -11
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
- package/cjs/components/Combobox/ComboboxOld/Combobox.css +2 -2
- package/cjs/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +2 -2
- package/cjs/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +2 -2
- package/cjs/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +2 -2
- package/cjs/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +2 -2
- package/cjs/components/Dropdown/Dropdown.css +2 -2
- package/cjs/components/Dropdown/Dropdown.js +10 -6
- package/cjs/components/Dropdown/Dropdown.js.map +1 -1
- package/cjs/components/Dropdown/Dropdown.styles.js +9 -2
- package/cjs/components/Dropdown/Dropdown.styles.js.map +1 -1
- package/{es/components/Dropdown/Dropdown.styles_kkvnr1.css → cjs/components/Dropdown/Dropdown.styles_zheit5.css} +1 -1
- package/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +7 -3
- package/cjs/components/Dropdown/hooks/useKeyboardNavigation.js.map +1 -1
- package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.css +2 -2
- package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +9 -9
- package/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
- package/cjs/components/Pagination/Pagination.css +2 -2
- package/cjs/components/Pagination/Pagination.js +2 -1
- package/cjs/components/Pagination/Pagination.js.map +1 -1
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +2 -2
- package/cjs/components/Select/Select.css +2 -2
- package/cjs/components/Select/Select.js +3 -4
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.styles.js +4 -3
- package/cjs/components/Select/Select.styles.js.map +1 -1
- package/cjs/components/Select/{Select.styles_dta4dl.css → Select.styles_bjoo18.css} +1 -1
- package/cjs/components/Select/hooks/useKeyboardNavigation.js +7 -3
- package/cjs/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
- package/cjs/components/Select/ui/Inner/Inner.css +2 -2
- package/cjs/components/Select/ui/Inner/Inner.js +5 -11
- package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
- package/cjs/components/Table/Table.css +2 -2
- package/cjs/components/Table/ui/Cell/Cell.css +2 -2
- package/cjs/components/Table/ui/EditableCell/EditableCell.css +2 -2
- package/cjs/components/Table/ui/HeadCell/HeadCell.css +2 -2
- package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +2 -2
- package/cjs/index.css +10 -10
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +22 -20
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +16 -16
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +7 -3
- package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +9 -50
- package/emotion/cjs/components/Dropdown/Dropdown.js +10 -6
- package/emotion/cjs/components/Dropdown/Dropdown.styles.js +8 -5
- package/emotion/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +7 -3
- package/emotion/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +11 -48
- package/emotion/cjs/components/Pagination/Pagination.js +1 -1
- package/emotion/cjs/components/Select/Select.js +2 -4
- package/emotion/cjs/components/Select/Select.styles.js +8 -8
- package/emotion/cjs/components/Select/hooks/useKeyboardNavigation.js +7 -3
- package/emotion/cjs/components/Select/ui/Inner/Inner.js +9 -50
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +22 -20
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.styles.js +16 -16
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/emotion/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +7 -3
- package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +6 -11
- package/emotion/es/components/Dropdown/Dropdown.js +10 -6
- package/emotion/es/components/Dropdown/Dropdown.styles.js +8 -5
- package/emotion/es/components/Dropdown/hooks/useKeyboardNavigation.js +7 -3
- package/emotion/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +8 -9
- package/emotion/es/components/Pagination/Pagination.js +1 -1
- package/emotion/es/components/Select/Select.js +2 -4
- package/emotion/es/components/Select/Select.styles.js +8 -8
- package/emotion/es/components/Select/hooks/useKeyboardNavigation.js +7 -3
- package/emotion/es/components/Select/ui/Inner/Inner.js +6 -11
- package/es/components/Combobox/ComboboxNew/Combobox.css +6 -6
- package/es/components/Combobox/ComboboxNew/Combobox.js +23 -22
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.styles.js +4 -3
- package/es/components/Combobox/ComboboxNew/Combobox.styles.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/{Combobox.styles_261unw.css → Combobox.styles_isfa46.css} +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 +7 -3
- package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +6 -6
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +6 -12
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js.map +1 -1
- package/es/components/Combobox/ComboboxOld/Combobox.css +2 -2
- package/es/components/Combobox/ComboboxOld/ui/ComboboxDivider/ComboboxDivider.css +2 -2
- package/es/components/Combobox/ComboboxOld/ui/ComboboxFooter/ComboboxFooter.css +2 -2
- package/es/components/Combobox/ComboboxOld/ui/ComboboxGroup/ComboboxGroup.css +2 -2
- package/es/components/Combobox/ComboboxOld/ui/ComboboxHeader/ComboboxHeader.css +2 -2
- package/es/components/Dropdown/Dropdown.css +2 -2
- package/es/components/Dropdown/Dropdown.js +10 -6
- package/es/components/Dropdown/Dropdown.js.map +1 -1
- package/es/components/Dropdown/Dropdown.styles.js +9 -2
- package/es/components/Dropdown/Dropdown.styles.js.map +1 -1
- package/{cjs/components/Dropdown/Dropdown.styles_kkvnr1.css → es/components/Dropdown/Dropdown.styles_zheit5.css} +1 -1
- package/es/components/Dropdown/hooks/useKeyboardNavigation.js +7 -3
- package/es/components/Dropdown/hooks/useKeyboardNavigation.js.map +1 -1
- package/es/components/Dropdown/ui/DropdownInner/DropdownInner.css +2 -2
- package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +10 -10
- package/es/components/Dropdown/ui/DropdownInner/DropdownInner.js.map +1 -1
- package/es/components/Pagination/Pagination.css +2 -2
- package/es/components/Pagination/Pagination.js +2 -1
- package/es/components/Pagination/Pagination.js.map +1 -1
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +2 -2
- package/es/components/Select/Select.css +2 -2
- package/es/components/Select/Select.js +3 -4
- package/es/components/Select/Select.js.map +1 -1
- package/es/components/Select/Select.styles.js +4 -3
- package/es/components/Select/Select.styles.js.map +1 -1
- package/es/components/Select/{Select.styles_dta4dl.css → Select.styles_bjoo18.css} +1 -1
- package/es/components/Select/hooks/useKeyboardNavigation.js +7 -3
- package/es/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
- package/es/components/Select/ui/Inner/Inner.css +2 -2
- package/es/components/Select/ui/Inner/Inner.js +6 -12
- package/es/components/Select/ui/Inner/Inner.js.map +1 -1
- package/es/components/Table/Table.css +2 -2
- package/es/components/Table/ui/Cell/Cell.css +2 -2
- package/es/components/Table/ui/EditableCell/EditableCell.css +2 -2
- package/es/components/Table/ui/HeadCell/HeadCell.css +2 -2
- package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +2 -2
- package/es/index.css +10 -10
- package/package.json +2 -2
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +22 -20
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.styles.js +9 -9
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +7 -3
- package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.js +9 -50
- package/styled-components/cjs/components/Dropdown/Dropdown.js +10 -6
- package/styled-components/cjs/components/Dropdown/Dropdown.styles.js +7 -3
- package/styled-components/cjs/components/Dropdown/hooks/useKeyboardNavigation.js +7 -3
- package/styled-components/cjs/components/Dropdown/ui/DropdownInner/DropdownInner.js +11 -48
- package/styled-components/cjs/components/Pagination/Pagination.js +1 -1
- package/styled-components/cjs/components/Select/Select.js +2 -4
- package/styled-components/cjs/components/Select/Select.styles.js +5 -5
- package/styled-components/cjs/components/Select/hooks/useKeyboardNavigation.js +7 -3
- package/styled-components/cjs/components/Select/ui/Inner/Inner.js +9 -50
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +22 -20
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.styles.js +9 -9
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -1
- package/styled-components/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +7 -3
- package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/Inner.js +6 -11
- package/styled-components/es/components/Dropdown/Dropdown.js +10 -6
- package/styled-components/es/components/Dropdown/Dropdown.styles.js +7 -3
- package/styled-components/es/components/Dropdown/hooks/useKeyboardNavigation.js +7 -3
- package/styled-components/es/components/Dropdown/ui/DropdownInner/DropdownInner.js +8 -9
- package/styled-components/es/components/Pagination/Pagination.js +1 -1
- package/styled-components/es/components/Select/Select.js +2 -4
- package/styled-components/es/components/Select/Select.styles.js +5 -5
- package/styled-components/es/components/Select/hooks/useKeyboardNavigation.js +7 -3
- package/styled-components/es/components/Select/ui/Inner/Inner.js +6 -11
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.styles.d.ts +1 -0
- 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 +1 -2
- 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 +2 -6
- package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
- package/types/components/Dropdown/Dropdown.d.ts +2 -2
- package/types/components/Dropdown/Dropdown.d.ts.map +1 -1
- package/types/components/Dropdown/Dropdown.styles.d.ts +1 -0
- package/types/components/Dropdown/Dropdown.styles.d.ts.map +1 -1
- package/types/components/Dropdown/Dropdown.types.d.ts +5 -5
- package/types/components/Dropdown/Dropdown.types.d.ts.map +1 -1
- package/types/components/Dropdown/ui/DropdownInner/DropdownInner.d.ts.map +1 -1
- package/types/components/Dropdown/ui/DropdownInner/DropdownInner.type.d.ts +3 -2
- package/types/components/Dropdown/ui/DropdownInner/DropdownInner.type.d.ts.map +1 -1
- package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts +3 -7
- package/types/components/Dropdown/ui/DropdownItem/DropdownItem.type.d.ts.map +1 -1
- package/types/components/Pagination/Pagination.types.d.ts +75 -0
- package/types/components/Pagination/Pagination.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 +1 -0
- 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 +1 -2
- 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 +3 -11
- 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/Dropdown/Dropdown.d.ts +1 -1
- package/types/examples/components/Dropdown/Dropdown.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,6 +41,7 @@ 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"];
|
44
45
|
listMaxHeight?: import("react").CSSProperties["height"];
|
45
46
|
listWidth?: import("react").CSSProperties["width"];
|
46
47
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -57,7 +58,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
57
58
|
view?: string;
|
58
59
|
emptyStateDescription?: string;
|
59
60
|
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,6 +95,7 @@ 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"];
|
98
99
|
listMaxHeight?: import("react").CSSProperties["height"];
|
99
100
|
listWidth?: import("react").CSSProperties["width"];
|
100
101
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -111,7 +112,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
111
112
|
view?: string;
|
112
113
|
emptyStateDescription?: string;
|
113
114
|
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,6 +149,7 @@ 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"];
|
152
153
|
listMaxHeight?: import("react").CSSProperties["height"];
|
153
154
|
listWidth?: import("react").CSSProperties["width"];
|
154
155
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -165,7 +166,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
165
166
|
view?: string;
|
166
167
|
emptyStateDescription?: string;
|
167
168
|
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,6 +203,7 @@ 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"];
|
206
207
|
listMaxHeight?: import("react").CSSProperties["height"];
|
207
208
|
listWidth?: import("react").CSSProperties["width"];
|
208
209
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -219,7 +220,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
219
220
|
view?: string;
|
220
221
|
emptyStateDescription?: string;
|
221
222
|
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,6 +257,7 @@ 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"];
|
260
261
|
listMaxHeight?: import("react").CSSProperties["height"];
|
261
262
|
listWidth?: import("react").CSSProperties["width"];
|
262
263
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -273,7 +274,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
273
274
|
view?: string;
|
274
275
|
emptyStateDescription?: string;
|
275
276
|
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,6 +311,7 @@ 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"];
|
314
315
|
listMaxHeight?: import("react").CSSProperties["height"];
|
315
316
|
listWidth?: import("react").CSSProperties["width"];
|
316
317
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -327,7 +328,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
327
328
|
view?: string;
|
328
329
|
emptyStateDescription?: string;
|
329
330
|
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,6 +365,7 @@ 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"];
|
368
369
|
listMaxHeight?: import("react").CSSProperties["height"];
|
369
370
|
listWidth?: import("react").CSSProperties["width"];
|
370
371
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -381,7 +382,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
381
382
|
view?: string;
|
382
383
|
emptyStateDescription?: string;
|
383
384
|
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,6 +419,7 @@ 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"];
|
422
423
|
listMaxHeight?: import("react").CSSProperties["height"];
|
423
424
|
listWidth?: import("react").CSSProperties["width"];
|
424
425
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -435,7 +436,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
435
436
|
view?: string;
|
436
437
|
emptyStateDescription?: string;
|
437
438
|
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,6 +473,7 @@ 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"];
|
476
477
|
listMaxHeight?: import("react").CSSProperties["height"];
|
477
478
|
listWidth?: import("react").CSSProperties["width"];
|
478
479
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -489,7 +490,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
489
490
|
view?: string;
|
490
491
|
emptyStateDescription?: string;
|
491
492
|
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,6 +527,7 @@ 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"];
|
530
531
|
listMaxHeight?: import("react").CSSProperties["height"];
|
531
532
|
listWidth?: import("react").CSSProperties["width"];
|
532
533
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -543,7 +544,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
543
544
|
view?: string;
|
544
545
|
emptyStateDescription?: string;
|
545
546
|
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,6 +581,7 @@ 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"];
|
584
585
|
listMaxHeight?: import("react").CSSProperties["height"];
|
585
586
|
listWidth?: import("react").CSSProperties["width"];
|
586
587
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -597,7 +598,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
597
598
|
view?: string;
|
598
599
|
emptyStateDescription?: string;
|
599
600
|
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,6 +635,7 @@ 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"];
|
638
639
|
listMaxHeight?: import("react").CSSProperties["height"];
|
639
640
|
listWidth?: import("react").CSSProperties["width"];
|
640
641
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -651,7 +652,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
651
652
|
view?: string;
|
652
653
|
emptyStateDescription?: string;
|
653
654
|
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,6 +689,7 @@ 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"];
|
692
693
|
listMaxHeight?: import("react").CSSProperties["height"];
|
693
694
|
listWidth?: import("react").CSSProperties["width"];
|
694
695
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -705,7 +706,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
705
706
|
view?: string;
|
706
707
|
emptyStateDescription?: string;
|
707
708
|
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,6 +743,7 @@ 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"];
|
746
747
|
listMaxHeight?: import("react").CSSProperties["height"];
|
747
748
|
listWidth?: import("react").CSSProperties["width"];
|
748
749
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -759,7 +760,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
759
760
|
view?: string;
|
760
761
|
emptyStateDescription?: string;
|
761
762
|
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,6 +797,7 @@ 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"];
|
800
801
|
listMaxHeight?: import("react").CSSProperties["height"];
|
801
802
|
listWidth?: import("react").CSSProperties["width"];
|
802
803
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -813,7 +814,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
813
814
|
view?: string;
|
814
815
|
emptyStateDescription?: string;
|
815
816
|
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,6 +851,7 @@ 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"];
|
854
855
|
listMaxHeight?: import("react").CSSProperties["height"];
|
855
856
|
listWidth?: import("react").CSSProperties["width"];
|
856
857
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -867,7 +868,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
867
868
|
view?: string;
|
868
869
|
emptyStateDescription?: string;
|
869
870
|
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,6 +905,7 @@ 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"];
|
908
909
|
listMaxHeight?: import("react").CSSProperties["height"];
|
909
910
|
listWidth?: import("react").CSSProperties["width"];
|
910
911
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -921,7 +922,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
921
922
|
view?: string;
|
922
923
|
emptyStateDescription?: string;
|
923
924
|
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,6 +959,7 @@ 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"];
|
962
963
|
listMaxHeight?: import("react").CSSProperties["height"];
|
963
964
|
listWidth?: import("react").CSSProperties["width"];
|
964
965
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -975,7 +976,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
975
976
|
view?: string;
|
976
977
|
emptyStateDescription?: string;
|
977
978
|
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,6 +1013,7 @@ 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"];
|
1016
1017
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1017
1018
|
listWidth?: import("react").CSSProperties["width"];
|
1018
1019
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1029,7 +1030,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1029
1030
|
view?: string;
|
1030
1031
|
emptyStateDescription?: string;
|
1031
1032
|
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,6 +1067,7 @@ 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"];
|
1070
1071
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1071
1072
|
listWidth?: import("react").CSSProperties["width"];
|
1072
1073
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1083,7 +1084,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1083
1084
|
view?: string;
|
1084
1085
|
emptyStateDescription?: string;
|
1085
1086
|
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,6 +1121,7 @@ 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"];
|
1124
1125
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1125
1126
|
listWidth?: import("react").CSSProperties["width"];
|
1126
1127
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1137,7 +1138,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1137
1138
|
view?: string;
|
1138
1139
|
emptyStateDescription?: string;
|
1139
1140
|
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,6 +1175,7 @@ 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"];
|
1178
1179
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1179
1180
|
listWidth?: import("react").CSSProperties["width"];
|
1180
1181
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1191,7 +1192,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1191
1192
|
view?: string;
|
1192
1193
|
emptyStateDescription?: string;
|
1193
1194
|
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,6 +1229,7 @@ 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"];
|
1232
1233
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1233
1234
|
listWidth?: import("react").CSSProperties["width"];
|
1234
1235
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1245,7 +1246,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1245
1246
|
view?: string;
|
1246
1247
|
emptyStateDescription?: string;
|
1247
1248
|
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,6 +1283,7 @@ 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"];
|
1286
1287
|
listMaxHeight?: import("react").CSSProperties["height"];
|
1287
1288
|
listWidth?: import("react").CSSProperties["width"];
|
1288
1289
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -1299,7 +1300,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1299
1300
|
view?: string;
|
1300
1301
|
emptyStateDescription?: string;
|
1301
1302
|
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;;;;;;;;sBAAy1B,MAAO,SAAS;gDAAgI,MAAO,SAAS;;;;mBAA6f,MAAO,OAAO;;iBAAyO,MAAO,SAAS;gBAAwF,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAj3D,YAAY;;;;;;;;4BAAg2B,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qKAZ7oK,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"}
|
@@ -20,6 +20,7 @@ export declare const Dropdown: import("react").FunctionComponent<import("../../.
|
|
20
20
|
openByRightClick?: boolean;
|
21
21
|
placement?: import("../../../components/Dropdown/Dropdown.types").DropdownPlacement;
|
22
22
|
offset?: [number, number];
|
23
|
+
listOverflow?: import("react").CSSProperties["overflow"];
|
23
24
|
listMaxHeight?: import("react").CSSProperties["height"];
|
24
25
|
listWidth?: import("react").CSSProperties["width"];
|
25
26
|
hasArrow?: boolean;
|
@@ -37,6 +38,5 @@ export declare const Dropdown: import("react").FunctionComponent<import("../../.
|
|
37
38
|
onItemClick?: ((item: import("../../../components/Dropdown").DropdownItemOption, event: import("react").SyntheticEvent) => void) | undefined;
|
38
39
|
listHeight?: import("react").CSSProperties["height"];
|
39
40
|
hoverIndex?: number;
|
40
|
-
listOverflow?: import("react").CSSProperties["overflow"];
|
41
41
|
} & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
42
42
|
//# sourceMappingURL=Dropdown.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Dropdown/Dropdown.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Dropdown/Dropdown.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAC4wE,MAAO,SAAS;uFAAgI,MAAO,SAAS;;;;;;;mGADl5E,CAAC"}
|
@@ -76,6 +76,7 @@ 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"];
|
79
80
|
listMaxHeight?: import("react").CSSProperties["height"];
|
80
81
|
listWidth?: import("react").CSSProperties["width"];
|
81
82
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -95,7 +96,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
95
96
|
isOpen?: boolean;
|
96
97
|
listHeight?: import("react").CSSProperties["height"];
|
97
98
|
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,6 +134,7 @@ 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"];
|
137
138
|
listMaxHeight?: import("react").CSSProperties["height"];
|
138
139
|
listWidth?: import("react").CSSProperties["width"];
|
139
140
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -153,7 +154,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
153
154
|
isOpen?: boolean;
|
154
155
|
listHeight?: import("react").CSSProperties["height"];
|
155
156
|
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,6 +191,7 @@ 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"];
|
194
195
|
listMaxHeight?: import("react").CSSProperties["height"];
|
195
196
|
listWidth?: import("react").CSSProperties["width"];
|
196
197
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -210,7 +211,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
210
211
|
isOpen?: boolean;
|
211
212
|
listHeight?: import("react").CSSProperties["height"];
|
212
213
|
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,6 +249,7 @@ 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"];
|
252
253
|
listMaxHeight?: import("react").CSSProperties["height"];
|
253
254
|
listWidth?: import("react").CSSProperties["width"];
|
254
255
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -268,7 +269,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
268
269
|
isOpen?: boolean;
|
269
270
|
listHeight?: import("react").CSSProperties["height"];
|
270
271
|
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,6 +294,7 @@ 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"];
|
297
298
|
listMaxHeight?: import("react").CSSProperties["height"];
|
298
299
|
listWidth?: import("react").CSSProperties["width"];
|
299
300
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -313,7 +314,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
313
314
|
isOpen?: boolean;
|
314
315
|
listHeight?: import("react").CSSProperties["height"];
|
315
316
|
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,6 +340,7 @@ 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"];
|
343
344
|
listMaxHeight?: import("react").CSSProperties["height"];
|
344
345
|
listWidth?: import("react").CSSProperties["width"];
|
345
346
|
portal?: string | React.RefObject<HTMLElement>;
|
@@ -359,7 +360,6 @@ declare const Select: import("react").FunctionComponent<import("../../../engines
|
|
359
360
|
isOpen?: boolean;
|
360
361
|
listHeight?: import("react").CSSProperties["height"];
|
361
362
|
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;;;;;;;;;;;;;;;;;;iIAA88Q,MAAO,SAAS;;;;;;;sBAA48B,MAAO,SAAS;;mEAAmR,MAAO,SAAS;;iBAAyS,MAAO,SAAS;gBAAwG,MAAO,SAAS;;mBAAiR,MAAO,OAAO;;;;;;;;;yBAAk5B,MAAO,OAAO;;;;;;;;;;;;;;;;wBAAt1W,SAAS;;;;;;;;;;;;;;;;;;;uIAAq9Q,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;;;;;;;;;;;;;;;;wBAAt1W,SAAS;;;;;;;;;;;;;;;;;;uIAAq9Q,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;;;;;;;;;;;;;;;;wBAAt1W,SAAS;;;;;;;;;;;;;;;;;;;uIAAq9Q,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;;;;;;;;;;;;;;;;;;;;;;uIAAx3F,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;;;;;;;;;;;;;;;;;;;;;;;uIAAx3F,SAAS;;;;;;;4BAAm9B,SAAS;;yEAA0R,SAAS;;uBAAgT,SAAS;sBAA+G,SAAS;;yBAAwR,OAAO;;;;;;;;;+BAAy5B,OAAO;wLAH/3Y,CAAC;AAEvC,OAAO,EAAE,MAAM,EAAE,CAAC"}
|