@salutejs/plasma-new-hope 0.188.0-canary.1550.11768426274.0 → 0.188.0-canary.1550.11777193712.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +12 -12
- package/types/components/Select/Select.types.d.ts +12 -3
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Tabs/index.d.ts +2 -2
- package/types/components/Tabs/index.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +12 -12
- package/types/examples/plasma_web/components/Select/Select.d.ts +12 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-new-hope",
|
3
|
-
"version": "0.188.0-canary.1550.
|
3
|
+
"version": "0.188.0-canary.1550.11777193712.0",
|
4
4
|
"description": "Salute Design System blueprint",
|
5
5
|
"main": "cjs/index.js",
|
6
6
|
"module": "es/index.js",
|
@@ -128,5 +128,5 @@
|
|
128
128
|
"sideEffects": [
|
129
129
|
"*.css"
|
130
130
|
],
|
131
|
-
"gitHead": "
|
131
|
+
"gitHead": "62a87289073309e903a49faff21cf5eed19f2cc7"
|
132
132
|
}
|
package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts
CHANGED
@@ -15,15 +15,12 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
15
15
|
onChange?: ((value: any) => void) | undefined;
|
16
16
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
17
17
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
18
|
-
status?: "error" | "success" | "warning" | undefined;
|
19
18
|
placeholder?: string | undefined;
|
20
19
|
helperText?: string | undefined;
|
21
20
|
disabled?: boolean | undefined;
|
22
21
|
items?: import("../../../Select").DropdownNodeSelect[] | undefined;
|
23
22
|
onItemSelect?: ((e: import("../../../Select").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
24
|
-
hasItems?: boolean | undefined;
|
25
23
|
children?: undefined;
|
26
|
-
isOpen?: boolean | undefined;
|
27
24
|
isTargetAmount?: boolean | undefined;
|
28
25
|
renderTarget?: ((item: import("../../../Select").DropdownNodeSelect | import("../../../Select").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
29
26
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -38,6 +35,9 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
38
35
|
size?: string | undefined;
|
39
36
|
view?: string | undefined;
|
40
37
|
chipView?: string | undefined;
|
38
|
+
status?: "error" | "success" | "warning" | undefined;
|
39
|
+
hasItems?: boolean | undefined;
|
40
|
+
isOpen?: boolean | undefined;
|
41
41
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | ({
|
42
42
|
target?: "textfield-like" | undefined;
|
43
43
|
view?: "default" | "warning" | "positive" | "negative" | undefined;
|
@@ -53,15 +53,12 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
53
53
|
onChange?: ((value: any) => void) | undefined;
|
54
54
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
55
55
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
56
|
-
status?: "error" | "success" | "warning" | undefined;
|
57
56
|
placeholder?: string | undefined;
|
58
57
|
helperText?: string | undefined;
|
59
58
|
disabled?: boolean | undefined;
|
60
59
|
items?: import("../../../Select").DropdownNodeSelect[] | undefined;
|
61
60
|
onItemSelect?: ((e: import("../../../Select").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
62
|
-
hasItems?: boolean | undefined;
|
63
61
|
children?: undefined;
|
64
|
-
isOpen?: boolean | undefined;
|
65
62
|
isTargetAmount?: boolean | undefined;
|
66
63
|
renderTarget?: ((item: import("../../../Select").DropdownNodeSelect | import("../../../Select").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
67
64
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -76,6 +73,9 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
76
73
|
size?: string | undefined;
|
77
74
|
view?: string | undefined;
|
78
75
|
chipView?: string | undefined;
|
76
|
+
status?: "error" | "success" | "warning" | undefined;
|
77
|
+
hasItems?: boolean | undefined;
|
78
|
+
isOpen?: boolean | undefined;
|
79
79
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | ({
|
80
80
|
target?: "button-like" | undefined;
|
81
81
|
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "warning" | "positive" | "negative" | undefined;
|
@@ -91,15 +91,12 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
91
91
|
onChange?: ((value: any) => void) | undefined;
|
92
92
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
93
93
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
94
|
-
status?: "error" | "success" | "warning" | undefined;
|
95
94
|
placeholder?: string | undefined;
|
96
95
|
helperText?: string | undefined;
|
97
96
|
disabled?: boolean | undefined;
|
98
97
|
items?: import("../../../Select").DropdownNodeSelect[] | undefined;
|
99
98
|
onItemSelect?: ((e: import("../../../Select").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
100
|
-
hasItems?: boolean | undefined;
|
101
99
|
children?: undefined;
|
102
|
-
isOpen?: boolean | undefined;
|
103
100
|
isTargetAmount?: boolean | undefined;
|
104
101
|
renderTarget?: ((item: import("../../../Select").DropdownNodeSelect | import("../../../Select").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
105
102
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -114,6 +111,9 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
114
111
|
size?: string | undefined;
|
115
112
|
view?: string | undefined;
|
116
113
|
chipView?: string | undefined;
|
114
|
+
status?: "error" | "success" | "warning" | undefined;
|
115
|
+
hasItems?: boolean | undefined;
|
116
|
+
isOpen?: boolean | undefined;
|
117
117
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | ({
|
118
118
|
target?: "button-like" | undefined;
|
119
119
|
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "warning" | "positive" | "negative" | undefined;
|
@@ -129,15 +129,12 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
129
129
|
onChange?: ((value: any) => void) | undefined;
|
130
130
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
131
131
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
132
|
-
status?: "error" | "success" | "warning" | undefined;
|
133
132
|
placeholder?: string | undefined;
|
134
133
|
helperText?: string | undefined;
|
135
134
|
disabled?: boolean | undefined;
|
136
135
|
items?: import("../../../Select").DropdownNodeSelect[] | undefined;
|
137
136
|
onItemSelect?: ((e: import("../../../Select").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
138
|
-
hasItems?: boolean | undefined;
|
139
137
|
children?: undefined;
|
140
|
-
isOpen?: boolean | undefined;
|
141
138
|
isTargetAmount?: boolean | undefined;
|
142
139
|
renderTarget?: ((item: import("../../../Select").DropdownNodeSelect | import("../../../Select").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
143
140
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -152,6 +149,9 @@ export declare const SelectPerPageSelect: import("@linaria/react").StyledMeta &
|
|
152
149
|
size?: string | undefined;
|
153
150
|
view?: string | undefined;
|
154
151
|
chipView?: string | undefined;
|
152
|
+
status?: "error" | "success" | "warning" | undefined;
|
153
|
+
hasItems?: boolean | undefined;
|
154
|
+
isOpen?: boolean | undefined;
|
155
155
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>))>;
|
156
156
|
export declare const SelectPerPageTypography: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
157
157
|
//# sourceMappingURL=PaginationSelectPerPage.styles.d.ts.map
|
@@ -194,7 +194,6 @@ export declare type MergedSelectProps<T = any, K extends DropdownNode = Dropdown
|
|
194
194
|
* @example listHeight="11", listHeight="auto", listHeight={11}
|
195
195
|
*/
|
196
196
|
listHeight?: number | CSSProperties['height'];
|
197
|
-
status?: 'success' | 'warning' | 'error';
|
198
197
|
/**
|
199
198
|
* Placeholder.
|
200
199
|
*/
|
@@ -213,9 +212,7 @@ export declare type MergedSelectProps<T = any, K extends DropdownNode = Dropdown
|
|
213
212
|
*/
|
214
213
|
items?: K[];
|
215
214
|
onItemSelect?: (e: K, event: SyntheticEvent) => void;
|
216
|
-
hasItems?: boolean;
|
217
215
|
children?: never;
|
218
|
-
isOpen?: boolean;
|
219
216
|
/**
|
220
217
|
* Если включено - будет выведено общее количество выбранных элементов вместо перечисления.
|
221
218
|
* @default false
|
@@ -277,6 +274,18 @@ export declare type MergedSelectProps<T = any, K extends DropdownNode = Dropdown
|
|
277
274
|
* Внешний вид чипа в варианте textfield-like multiselect.
|
278
275
|
*/
|
279
276
|
chipView?: string;
|
277
|
+
/**
|
278
|
+
* @deprecated
|
279
|
+
*/
|
280
|
+
status?: 'success' | 'warning' | 'error';
|
281
|
+
/**
|
282
|
+
* @deprecated
|
283
|
+
*/
|
284
|
+
hasItems?: boolean;
|
285
|
+
/**
|
286
|
+
* @deprecated
|
287
|
+
*/
|
288
|
+
isOpen?: boolean;
|
280
289
|
} & Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value' | 'onChange' | 'onResize' | 'onResizeCapture' | 'nonce'>;
|
281
290
|
export type { DropdownNode as DropdownNodeSelect };
|
282
291
|
export declare type FloatingPopoverProps = {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.types.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"Select.types.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.types.ts"],"names":[],"mappings":"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"}
|
@@ -6,6 +6,6 @@ export { tokens as tabsTokens } from './tokens';
|
|
6
6
|
export { TabItemRefs, TabsContext } from './TabsContext';
|
7
7
|
export { createTabsController } from './createTabsController';
|
8
8
|
export type { TabsControllerProps } from './createTabsController';
|
9
|
-
export type { HorizontalTabsProps, BaseTabsProps } from './Tabs.types';
|
10
|
-
export type { HorizontalTabItemProps, BaseTabItemProps, RightContent } from './TabItem.types';
|
9
|
+
export type { HorizontalTabsProps, BaseTabsProps, TabsProps } from './Tabs.types';
|
10
|
+
export type { HorizontalTabItemProps, BaseTabItemProps, RightContent, TabItemProps } from './TabItem.types';
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AACzG,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,qDAAqD,CAAC;AACrH,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAC/F,OAAO,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AAC3G,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,YAAY,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,YAAY,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,+CAA+C,CAAC;AACzG,OAAO,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,qDAAqD,CAAC;AACrH,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAC/F,OAAO,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AAC3G,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,YAAY,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClE,YAAY,EAAE,mBAAmB,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAClF,YAAY,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
|
@@ -45,15 +45,12 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
45
45
|
onChange?: ((value: any) => void) | undefined;
|
46
46
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
47
47
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
48
|
-
status?: "error" | "success" | "warning" | undefined;
|
49
48
|
placeholder?: string | undefined;
|
50
49
|
helperText?: string | undefined;
|
51
50
|
disabled?: boolean | undefined;
|
52
51
|
items?: import("../../../..").DropdownNodeSelect[] | undefined;
|
53
52
|
onItemSelect?: ((e: import("../../../..").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
54
|
-
hasItems?: boolean | undefined;
|
55
53
|
children?: undefined;
|
56
|
-
isOpen?: boolean | undefined;
|
57
54
|
isTargetAmount?: boolean | undefined;
|
58
55
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
59
56
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -68,6 +65,9 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
68
65
|
size?: string | undefined;
|
69
66
|
view?: string | undefined;
|
70
67
|
chipView?: string | undefined;
|
68
|
+
status?: "error" | "success" | "warning" | undefined;
|
69
|
+
hasItems?: boolean | undefined;
|
70
|
+
isOpen?: boolean | undefined;
|
71
71
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | ({
|
72
72
|
target?: "textfield-like" | undefined;
|
73
73
|
view?: "default" | "warning" | "positive" | "negative" | undefined;
|
@@ -83,15 +83,12 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
83
83
|
onChange?: ((value: any) => void) | undefined;
|
84
84
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
85
85
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
86
|
-
status?: "error" | "success" | "warning" | undefined;
|
87
86
|
placeholder?: string | undefined;
|
88
87
|
helperText?: string | undefined;
|
89
88
|
disabled?: boolean | undefined;
|
90
89
|
items?: import("../../../..").DropdownNodeSelect[] | undefined;
|
91
90
|
onItemSelect?: ((e: import("../../../..").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
92
|
-
hasItems?: boolean | undefined;
|
93
91
|
children?: undefined;
|
94
|
-
isOpen?: boolean | undefined;
|
95
92
|
isTargetAmount?: boolean | undefined;
|
96
93
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
97
94
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -106,6 +103,9 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
106
103
|
size?: string | undefined;
|
107
104
|
view?: string | undefined;
|
108
105
|
chipView?: string | undefined;
|
106
|
+
status?: "error" | "success" | "warning" | undefined;
|
107
|
+
hasItems?: boolean | undefined;
|
108
|
+
isOpen?: boolean | undefined;
|
109
109
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | ({
|
110
110
|
target?: "button-like" | undefined;
|
111
111
|
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "warning" | "positive" | "negative" | undefined;
|
@@ -121,15 +121,12 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
121
121
|
onChange?: ((value: any) => void) | undefined;
|
122
122
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
123
123
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
124
|
-
status?: "error" | "success" | "warning" | undefined;
|
125
124
|
placeholder?: string | undefined;
|
126
125
|
helperText?: string | undefined;
|
127
126
|
disabled?: boolean | undefined;
|
128
127
|
items?: import("../../../..").DropdownNodeSelect[] | undefined;
|
129
128
|
onItemSelect?: ((e: import("../../../..").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
130
|
-
hasItems?: boolean | undefined;
|
131
129
|
children?: undefined;
|
132
|
-
isOpen?: boolean | undefined;
|
133
130
|
isTargetAmount?: boolean | undefined;
|
134
131
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
135
132
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -144,6 +141,9 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
144
141
|
size?: string | undefined;
|
145
142
|
view?: string | undefined;
|
146
143
|
chipView?: string | undefined;
|
144
|
+
status?: "error" | "success" | "warning" | undefined;
|
145
|
+
hasItems?: boolean | undefined;
|
146
|
+
isOpen?: boolean | undefined;
|
147
147
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | ({
|
148
148
|
target?: "button-like" | undefined;
|
149
149
|
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "warning" | "positive" | "negative" | undefined;
|
@@ -159,15 +159,12 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
159
159
|
onChange?: ((value: any) => void) | undefined;
|
160
160
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
161
161
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
162
|
-
status?: "error" | "success" | "warning" | undefined;
|
163
162
|
placeholder?: string | undefined;
|
164
163
|
helperText?: string | undefined;
|
165
164
|
disabled?: boolean | undefined;
|
166
165
|
items?: import("../../../..").DropdownNodeSelect[] | undefined;
|
167
166
|
onItemSelect?: ((e: import("../../../..").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
168
|
-
hasItems?: boolean | undefined;
|
169
167
|
children?: undefined;
|
170
|
-
isOpen?: boolean | undefined;
|
171
168
|
isTargetAmount?: boolean | undefined;
|
172
169
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
173
170
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -182,6 +179,9 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
182
179
|
size?: string | undefined;
|
183
180
|
view?: string | undefined;
|
184
181
|
chipView?: string | undefined;
|
182
|
+
status?: "error" | "success" | "warning" | undefined;
|
183
|
+
hasItems?: boolean | undefined;
|
184
|
+
isOpen?: boolean | undefined;
|
185
185
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>))>;
|
186
186
|
export { Select };
|
187
187
|
//# sourceMappingURL=Select.d.ts.map
|
@@ -45,15 +45,12 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
45
45
|
onChange?: ((value: any) => void) | undefined;
|
46
46
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
47
47
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
48
|
-
status?: "error" | "success" | "warning" | undefined;
|
49
48
|
placeholder?: string | undefined;
|
50
49
|
helperText?: string | undefined;
|
51
50
|
disabled?: boolean | undefined;
|
52
51
|
items?: import("../../../..").DropdownNodeSelect[] | undefined;
|
53
52
|
onItemSelect?: ((e: import("../../../..").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
54
|
-
hasItems?: boolean | undefined;
|
55
53
|
children?: undefined;
|
56
|
-
isOpen?: boolean | undefined;
|
57
54
|
isTargetAmount?: boolean | undefined;
|
58
55
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
59
56
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -68,6 +65,9 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
68
65
|
size?: string | undefined;
|
69
66
|
view?: string | undefined;
|
70
67
|
chipView?: string | undefined;
|
68
|
+
status?: "error" | "success" | "warning" | undefined;
|
69
|
+
hasItems?: boolean | undefined;
|
70
|
+
isOpen?: boolean | undefined;
|
71
71
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | ({
|
72
72
|
target?: "textfield-like" | undefined;
|
73
73
|
view?: "default" | "warning" | "positive" | "negative" | undefined;
|
@@ -83,15 +83,12 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
83
83
|
onChange?: ((value: any) => void) | undefined;
|
84
84
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
85
85
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
86
|
-
status?: "error" | "success" | "warning" | undefined;
|
87
86
|
placeholder?: string | undefined;
|
88
87
|
helperText?: string | undefined;
|
89
88
|
disabled?: boolean | undefined;
|
90
89
|
items?: import("../../../..").DropdownNodeSelect[] | undefined;
|
91
90
|
onItemSelect?: ((e: import("../../../..").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
92
|
-
hasItems?: boolean | undefined;
|
93
91
|
children?: undefined;
|
94
|
-
isOpen?: boolean | undefined;
|
95
92
|
isTargetAmount?: boolean | undefined;
|
96
93
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
97
94
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -106,6 +103,9 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
106
103
|
size?: string | undefined;
|
107
104
|
view?: string | undefined;
|
108
105
|
chipView?: string | undefined;
|
106
|
+
status?: "error" | "success" | "warning" | undefined;
|
107
|
+
hasItems?: boolean | undefined;
|
108
|
+
isOpen?: boolean | undefined;
|
109
109
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | ({
|
110
110
|
target?: "button-like" | undefined;
|
111
111
|
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "warning" | "positive" | "negative" | undefined;
|
@@ -121,15 +121,12 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
121
121
|
onChange?: ((value: any) => void) | undefined;
|
122
122
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
123
123
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
124
|
-
status?: "error" | "success" | "warning" | undefined;
|
125
124
|
placeholder?: string | undefined;
|
126
125
|
helperText?: string | undefined;
|
127
126
|
disabled?: boolean | undefined;
|
128
127
|
items?: import("../../../..").DropdownNodeSelect[] | undefined;
|
129
128
|
onItemSelect?: ((e: import("../../../..").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
130
|
-
hasItems?: boolean | undefined;
|
131
129
|
children?: undefined;
|
132
|
-
isOpen?: boolean | undefined;
|
133
130
|
isTargetAmount?: boolean | undefined;
|
134
131
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
135
132
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -144,6 +141,9 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
144
141
|
size?: string | undefined;
|
145
142
|
view?: string | undefined;
|
146
143
|
chipView?: string | undefined;
|
144
|
+
status?: "error" | "success" | "warning" | undefined;
|
145
|
+
hasItems?: boolean | undefined;
|
146
|
+
isOpen?: boolean | undefined;
|
147
147
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>) | ({
|
148
148
|
target?: "button-like" | undefined;
|
149
149
|
view?: "default" | "black" | "white" | "dark" | "clear" | "accent" | "secondary" | "warning" | "positive" | "negative" | undefined;
|
@@ -159,15 +159,12 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
159
159
|
onChange?: ((value: any) => void) | undefined;
|
160
160
|
listOverflow?: import("csstype").Property.Overflow | undefined;
|
161
161
|
listHeight?: import("csstype").Property.Height<string | number> | undefined;
|
162
|
-
status?: "error" | "success" | "warning" | undefined;
|
163
162
|
placeholder?: string | undefined;
|
164
163
|
helperText?: string | undefined;
|
165
164
|
disabled?: boolean | undefined;
|
166
165
|
items?: import("../../../..").DropdownNodeSelect[] | undefined;
|
167
166
|
onItemSelect?: ((e: import("../../../..").DropdownNodeSelect, event: import("react").SyntheticEvent<Element, Event>) => void) | undefined;
|
168
|
-
hasItems?: boolean | undefined;
|
169
167
|
children?: undefined;
|
170
|
-
isOpen?: boolean | undefined;
|
171
168
|
isTargetAmount?: boolean | undefined;
|
172
169
|
renderTarget?: ((item: import("../../../..").DropdownNodeSelect | import("../../../..").DropdownNodeSelect[]) => import("react").ReactNode) | undefined;
|
173
170
|
placement?: ("auto" | "left" | "right" | "top" | "bottom") | ("left" | "right" | "top" | "bottom")[] | undefined;
|
@@ -182,6 +179,9 @@ declare const Select: import("react").FunctionComponent<import("../../../../engi
|
|
182
179
|
size?: string | undefined;
|
183
180
|
view?: string | undefined;
|
184
181
|
chipView?: string | undefined;
|
182
|
+
status?: "error" | "success" | "warning" | undefined;
|
183
|
+
hasItems?: boolean | undefined;
|
184
|
+
isOpen?: boolean | undefined;
|
185
185
|
} & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "onResize" | "onResizeCapture" | "nonce" | "value"> & import("react").RefAttributes<HTMLButtonElement>))>;
|
186
186
|
export { Select };
|
187
187
|
//# sourceMappingURL=Select.d.ts.map
|