@salutejs/plasma-web 1.580.0-canary.1947.14664713311.0 → 1.580.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/components/Autocomplete/Autocomplete.d.ts +1 -287
- package/components/Carousel/Carousel.d.ts +5 -0
- package/components/Carousel/Carousel.js +10 -0
- package/components/Carousel/index.d.ts +5 -4
- package/components/Carousel/index.js +5 -4
- package/components/Combobox/Combobox.d.ts +100 -100
- package/components/Combobox/index.d.ts +1 -1
- package/components/DatePicker/DatePicker.config.js +1 -1
- package/components/DatePicker/DatePicker.d.ts +6 -4
- package/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
- package/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/css/cjs/components/Carousel/Carousel.js +12 -0
- package/css/cjs/components/Carousel/Carousel.js.map +1 -0
- package/css/cjs/components/Combobox/Combobox.js.map +1 -1
- package/css/cjs/components/DatePicker/DatePicker.config.js +1 -1
- package/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
- package/css/{es/components/DatePicker/DatePicker.config_om5396.css → cjs/components/DatePicker/DatePicker.config_1q6rwyz.css} +1 -1
- package/css/cjs/components/DatePicker/DatePicker.css +7 -7
- package/css/cjs/components/Tabs/TabItem.css +21 -21
- package/css/cjs/components/Tabs/TabsController.css +15 -15
- package/css/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
- package/css/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js.map +1 -1
- package/css/{es/components/Tabs/horizontal/HorizontalTabItem.config_axznj3.css → cjs/components/Tabs/horizontal/HorizontalTabItem.config_1va7kam.css} +4 -4
- package/css/cjs/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/css/cjs/components/Tabs/vertical/VerticalTabItem.config.js.map +1 -1
- package/css/{es/components/Tabs/vertical/VerticalTabItem.config_1b9301p.css → cjs/components/Tabs/vertical/VerticalTabItem.config_11dsuhl.css} +1 -1
- package/css/cjs/index.css +28 -28
- package/css/cjs/index.js +10 -0
- package/css/cjs/index.js.map +1 -1
- package/css/es/components/Carousel/Carousel.js +8 -0
- package/css/es/components/Carousel/Carousel.js.map +1 -0
- package/css/es/components/Combobox/Combobox.js.map +1 -1
- package/css/es/components/DatePicker/DatePicker.config.js +1 -1
- package/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/css/{cjs/components/DatePicker/DatePicker.config_om5396.css → es/components/DatePicker/DatePicker.config_1q6rwyz.css} +1 -1
- package/css/es/components/DatePicker/DatePicker.css +7 -7
- package/css/es/components/Tabs/TabItem.css +21 -21
- package/css/es/components/Tabs/TabsController.css +15 -15
- package/css/es/components/Tabs/horizontal/HorizontalTabItem.config.js +1 -1
- package/css/es/components/Tabs/horizontal/HorizontalTabItem.config.js.map +1 -1
- package/css/{cjs/components/Tabs/horizontal/HorizontalTabItem.config_axznj3.css → es/components/Tabs/horizontal/HorizontalTabItem.config_1va7kam.css} +4 -4
- package/css/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/css/es/components/Tabs/vertical/VerticalTabItem.config.js.map +1 -1
- package/css/{cjs/components/Tabs/vertical/VerticalTabItem.config_1b9301p.css → es/components/Tabs/vertical/VerticalTabItem.config_11dsuhl.css} +1 -1
- package/css/es/index.css +28 -28
- package/css/es/index.js +2 -1
- package/css/es/index.js.map +1 -1
- package/css/index.d.ts +2 -0
- package/es/components/Carousel/Carousel.js +4 -0
- package/es/components/Carousel/index.js +3 -2
- package/es/components/DatePicker/DatePicker.config.js +1 -1
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
- package/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/package.json +6 -6
- package/components/Carousel/Carousel.perftest.js +0 -52
- package/es/components/Carousel/Carousel.perftest.js +0 -45
@@ -1,288 +1,2 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export declare const Autocomplete: import("react").FunctionComponent<
|
3
|
-
view: {
|
4
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
5
|
-
positive: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
6
|
-
warning: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
7
|
-
negative: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
8
|
-
};
|
9
|
-
size: {
|
10
|
-
l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
11
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
12
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
13
|
-
xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
14
|
-
};
|
15
|
-
labelPlacement: {
|
16
|
-
inner: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
17
|
-
outer: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
18
|
-
};
|
19
|
-
hintView: {
|
20
|
-
default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
21
|
-
};
|
22
|
-
hintSize: {
|
23
|
-
m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
24
|
-
s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
25
|
-
};
|
26
|
-
disabled: {
|
27
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
28
|
-
};
|
29
|
-
readOnly: {
|
30
|
-
true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
31
|
-
};
|
32
|
-
}> & ((import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
33
|
-
titleCaption?: import("react").ReactNode;
|
34
|
-
leftHelper?: import("react").ReactNode;
|
35
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
36
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
37
|
-
textBefore?: string | undefined;
|
38
|
-
textAfter?: string | undefined;
|
39
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
40
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
41
|
-
clear?: boolean | undefined;
|
42
|
-
hasDivider?: boolean | undefined;
|
43
|
-
} & {
|
44
|
-
hintText: string;
|
45
|
-
hintTrigger?: "hover" | "click" | undefined;
|
46
|
-
hintView?: string | undefined;
|
47
|
-
hintSize?: string | undefined;
|
48
|
-
hintTargetIcon?: import("react").ReactNode;
|
49
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
50
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
51
|
-
hintHasArrow?: boolean | undefined;
|
52
|
-
hintOffset?: [number, number] | undefined;
|
53
|
-
hintWidth?: string | undefined;
|
54
|
-
hintContentLeft?: import("react").ReactNode;
|
55
|
-
} & {
|
56
|
-
chips?: undefined;
|
57
|
-
onChangeChips?: undefined;
|
58
|
-
enumerationType?: "plain" | undefined;
|
59
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
60
|
-
chipType?: undefined;
|
61
|
-
chipView?: undefined;
|
62
|
-
chipValidator?: undefined;
|
63
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
64
|
-
titleCaption?: import("react").ReactNode;
|
65
|
-
leftHelper?: import("react").ReactNode;
|
66
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
67
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
68
|
-
textBefore?: string | undefined;
|
69
|
-
textAfter?: string | undefined;
|
70
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
71
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
72
|
-
clear?: boolean | undefined;
|
73
|
-
hasDivider?: boolean | undefined;
|
74
|
-
} & {
|
75
|
-
hintText: string;
|
76
|
-
hintTrigger?: "hover" | "click" | undefined;
|
77
|
-
hintView?: string | undefined;
|
78
|
-
hintSize?: string | undefined;
|
79
|
-
hintTargetIcon?: import("react").ReactNode;
|
80
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
81
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
82
|
-
hintHasArrow?: boolean | undefined;
|
83
|
-
hintOffset?: [number, number] | undefined;
|
84
|
-
hintWidth?: string | undefined;
|
85
|
-
hintContentLeft?: import("react").ReactNode;
|
86
|
-
} & {
|
87
|
-
enumerationType: "chip";
|
88
|
-
onSearch?: undefined;
|
89
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
90
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
91
|
-
chipType?: "default" | "text" | undefined;
|
92
|
-
chipView?: string | undefined;
|
93
|
-
chipValidator?: ((value: string) => {
|
94
|
-
view?: string | undefined;
|
95
|
-
}) | undefined;
|
96
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
97
|
-
titleCaption?: import("react").ReactNode;
|
98
|
-
leftHelper?: import("react").ReactNode;
|
99
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
100
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
101
|
-
textBefore?: string | undefined;
|
102
|
-
textAfter?: string | undefined;
|
103
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
104
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
105
|
-
clear?: boolean | undefined;
|
106
|
-
hasDivider?: boolean | undefined;
|
107
|
-
} & {
|
108
|
-
hintTrigger?: undefined;
|
109
|
-
hintText?: undefined;
|
110
|
-
hintView?: undefined;
|
111
|
-
hintSize?: undefined;
|
112
|
-
hintTargetIcon?: undefined;
|
113
|
-
hintTargetPlacement?: undefined;
|
114
|
-
hintPlacement?: undefined;
|
115
|
-
hintHasArrow?: undefined;
|
116
|
-
hintOffset?: undefined;
|
117
|
-
hintWidth?: undefined;
|
118
|
-
hintContentLeft?: undefined;
|
119
|
-
} & {
|
120
|
-
chips?: undefined;
|
121
|
-
onChangeChips?: undefined;
|
122
|
-
enumerationType?: "plain" | undefined;
|
123
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
124
|
-
chipType?: undefined;
|
125
|
-
chipView?: undefined;
|
126
|
-
chipValidator?: undefined;
|
127
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
128
|
-
titleCaption?: import("react").ReactNode;
|
129
|
-
leftHelper?: import("react").ReactNode;
|
130
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
131
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
132
|
-
textBefore?: string | undefined;
|
133
|
-
textAfter?: string | undefined;
|
134
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
135
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
136
|
-
clear?: boolean | undefined;
|
137
|
-
hasDivider?: boolean | undefined;
|
138
|
-
} & {
|
139
|
-
hintTrigger?: undefined;
|
140
|
-
hintText?: undefined;
|
141
|
-
hintView?: undefined;
|
142
|
-
hintSize?: undefined;
|
143
|
-
hintTargetIcon?: undefined;
|
144
|
-
hintTargetPlacement?: undefined;
|
145
|
-
hintPlacement?: undefined;
|
146
|
-
hintHasArrow?: undefined;
|
147
|
-
hintOffset?: undefined;
|
148
|
-
hintWidth?: undefined;
|
149
|
-
hintContentLeft?: undefined;
|
150
|
-
} & {
|
151
|
-
enumerationType: "chip";
|
152
|
-
onSearch?: undefined;
|
153
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
154
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
155
|
-
chipType?: "default" | "text" | undefined;
|
156
|
-
chipView?: string | undefined;
|
157
|
-
chipValidator?: ((value: string) => {
|
158
|
-
view?: string | undefined;
|
159
|
-
}) | undefined;
|
160
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
161
|
-
titleCaption?: import("react").ReactNode;
|
162
|
-
leftHelper?: import("react").ReactNode;
|
163
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
164
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
165
|
-
textBefore?: string | undefined;
|
166
|
-
textAfter?: string | undefined;
|
167
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
168
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
169
|
-
clear?: false | undefined;
|
170
|
-
hasDivider?: undefined;
|
171
|
-
} & {
|
172
|
-
hintText: string;
|
173
|
-
hintTrigger?: "hover" | "click" | undefined;
|
174
|
-
hintView?: string | undefined;
|
175
|
-
hintSize?: string | undefined;
|
176
|
-
hintTargetIcon?: import("react").ReactNode;
|
177
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
178
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
179
|
-
hintHasArrow?: boolean | undefined;
|
180
|
-
hintOffset?: [number, number] | undefined;
|
181
|
-
hintWidth?: string | undefined;
|
182
|
-
hintContentLeft?: import("react").ReactNode;
|
183
|
-
} & {
|
184
|
-
chips?: undefined;
|
185
|
-
onChangeChips?: undefined;
|
186
|
-
enumerationType?: "plain" | undefined;
|
187
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
188
|
-
chipType?: undefined;
|
189
|
-
chipView?: undefined;
|
190
|
-
chipValidator?: undefined;
|
191
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
192
|
-
titleCaption?: import("react").ReactNode;
|
193
|
-
leftHelper?: import("react").ReactNode;
|
194
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
195
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
196
|
-
textBefore?: string | undefined;
|
197
|
-
textAfter?: string | undefined;
|
198
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
199
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
200
|
-
clear?: false | undefined;
|
201
|
-
hasDivider?: undefined;
|
202
|
-
} & {
|
203
|
-
hintText: string;
|
204
|
-
hintTrigger?: "hover" | "click" | undefined;
|
205
|
-
hintView?: string | undefined;
|
206
|
-
hintSize?: string | undefined;
|
207
|
-
hintTargetIcon?: import("react").ReactNode;
|
208
|
-
hintTargetPlacement?: "outer" | "inner" | undefined;
|
209
|
-
hintPlacement?: import("@salutejs/plasma-new-hope/styled-components").PopoverPlacement | import("@salutejs/plasma-new-hope/styled-components").PopoverPlacementBasic[] | undefined;
|
210
|
-
hintHasArrow?: boolean | undefined;
|
211
|
-
hintOffset?: [number, number] | undefined;
|
212
|
-
hintWidth?: string | undefined;
|
213
|
-
hintContentLeft?: import("react").ReactNode;
|
214
|
-
} & {
|
215
|
-
enumerationType: "chip";
|
216
|
-
onSearch?: undefined;
|
217
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
218
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
219
|
-
chipType?: "default" | "text" | undefined;
|
220
|
-
chipView?: string | undefined;
|
221
|
-
chipValidator?: ((value: string) => {
|
222
|
-
view?: string | undefined;
|
223
|
-
}) | undefined;
|
224
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
225
|
-
titleCaption?: import("react").ReactNode;
|
226
|
-
leftHelper?: import("react").ReactNode;
|
227
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
228
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
229
|
-
textBefore?: string | undefined;
|
230
|
-
textAfter?: string | undefined;
|
231
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
232
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
233
|
-
clear?: false | undefined;
|
234
|
-
hasDivider?: undefined;
|
235
|
-
} & {
|
236
|
-
hintTrigger?: undefined;
|
237
|
-
hintText?: undefined;
|
238
|
-
hintView?: undefined;
|
239
|
-
hintSize?: undefined;
|
240
|
-
hintTargetIcon?: undefined;
|
241
|
-
hintTargetPlacement?: undefined;
|
242
|
-
hintPlacement?: undefined;
|
243
|
-
hintHasArrow?: undefined;
|
244
|
-
hintOffset?: undefined;
|
245
|
-
hintWidth?: undefined;
|
246
|
-
hintContentLeft?: undefined;
|
247
|
-
} & {
|
248
|
-
chips?: undefined;
|
249
|
-
onChangeChips?: undefined;
|
250
|
-
enumerationType?: "plain" | undefined;
|
251
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
252
|
-
chipType?: undefined;
|
253
|
-
chipView?: undefined;
|
254
|
-
chipValidator?: undefined;
|
255
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>) | (import("@salutejs/plasma-new-hope/types/components/Autocomplete/Autocomplete.types").BaseProps & Omit<{
|
256
|
-
titleCaption?: import("react").ReactNode;
|
257
|
-
leftHelper?: import("react").ReactNode;
|
258
|
-
contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
259
|
-
contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
260
|
-
textBefore?: string | undefined;
|
261
|
-
textAfter?: string | undefined;
|
262
|
-
onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
|
263
|
-
} & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").LabelProps & import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").RequiredProps & {
|
264
|
-
clear?: false | undefined;
|
265
|
-
hasDivider?: undefined;
|
266
|
-
} & {
|
267
|
-
hintTrigger?: undefined;
|
268
|
-
hintText?: undefined;
|
269
|
-
hintView?: undefined;
|
270
|
-
hintSize?: undefined;
|
271
|
-
hintTargetIcon?: undefined;
|
272
|
-
hintTargetPlacement?: undefined;
|
273
|
-
hintPlacement?: undefined;
|
274
|
-
hintHasArrow?: undefined;
|
275
|
-
hintOffset?: undefined;
|
276
|
-
hintWidth?: undefined;
|
277
|
-
hintContentLeft?: undefined;
|
278
|
-
} & {
|
279
|
-
enumerationType: "chip";
|
280
|
-
onSearch?: undefined;
|
281
|
-
chips?: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
|
282
|
-
onChangeChips?: ((value: import("@salutejs/plasma-new-hope/types/components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
|
283
|
-
chipType?: "default" | "text" | undefined;
|
284
|
-
chipView?: string | undefined;
|
285
|
-
chipValidator?: ((value: string) => {
|
286
|
-
view?: string | undefined;
|
287
|
-
}) | undefined;
|
288
|
-
}, "labelPlacement" | "enumerationType" | "chipType" | "chipView" | "chips" | "onChangeChips" | "chipValidator"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "size" | "required"> & import("react").RefAttributes<HTMLInputElement>))>;
|
2
|
+
export declare const Autocomplete: import("react").FunctionComponent<any>;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
export declare const Carousel: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<import("@salutejs/plasma-new-hope/types/engines/types").Variants> & Omit<import("@salutejs/plasma-new-hope/types/components/Carousel/Carousel.types").BasicProps & (import("@salutejs/plasma-new-hope/types/components/Carousel/Carousel.types").DetectionProps | import("@salutejs/plasma-new-hope/types/components/Carousel/Carousel.types").NoDetectionProps), "axis" | "animatedScrollByIndex" | "throttleMs" | "debounceMs"> & {
|
3
|
+
ariaLive?: "off" | "polite" | undefined;
|
4
|
+
isDragScrollDisabled?: boolean | undefined;
|
5
|
+
} & import("react").RefAttributes<HTMLDivElement>>;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.Carousel = void 0;
|
7
|
+
var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
|
8
|
+
var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledComponents.carouselConfig);
|
9
|
+
var CarouselComponent = /*#__PURE__*/(0, _styledComponents.component)(mergedConfig);
|
10
|
+
var Carousel = exports.Carousel = CarouselComponent;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
export {
|
2
|
-
export type { CarouselProps } from '@salutejs/plasma-hope';
|
3
|
-
export {
|
4
|
-
export
|
1
|
+
export { CarouselGridWrapper } from '@salutejs/plasma-new-hope/styled-components';
|
2
|
+
export type { CarouselProps } from '@salutejs/plasma-new-hope';
|
3
|
+
export { Carousel } from './Carousel';
|
4
|
+
export { CarouselItem } from '@salutejs/plasma-new-hope/styled-components';
|
5
|
+
export type { CarouselItemProps } from '@salutejs/plasma-new-hope';
|
@@ -6,19 +6,20 @@ Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
Object.defineProperty(exports, "Carousel", {
|
7
7
|
enumerable: true,
|
8
8
|
get: function get() {
|
9
|
-
return
|
9
|
+
return _Carousel.Carousel;
|
10
10
|
}
|
11
11
|
});
|
12
12
|
Object.defineProperty(exports, "CarouselGridWrapper", {
|
13
13
|
enumerable: true,
|
14
14
|
get: function get() {
|
15
|
-
return
|
15
|
+
return _styledComponents.CarouselGridWrapper;
|
16
16
|
}
|
17
17
|
});
|
18
18
|
Object.defineProperty(exports, "CarouselItem", {
|
19
19
|
enumerable: true,
|
20
20
|
get: function get() {
|
21
|
-
return
|
21
|
+
return _styledComponents.CarouselItem;
|
22
22
|
}
|
23
23
|
});
|
24
|
-
var
|
24
|
+
var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
|
25
|
+
var _Carousel = /*#__PURE__*/require("./Carousel");
|