@salutejs/plasma-new-hope 0.182.1-canary.1527.11629159936.0 → 0.183.0-canary.1530.11628993812.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.css +1 -1
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +45 -80
  3. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -1
  5. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -1
  6. package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  7. package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js.map +1 -1
  8. package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles_ei26tn.css +1 -0
  9. package/cjs/components/DatePicker/RangeDate/RangeDate.js +3 -1
  10. package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  11. package/cjs/components/Range/Range.js +7 -4
  12. package/cjs/components/Range/Range.js.map +1 -1
  13. package/cjs/index.css +1 -1
  14. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +45 -80
  15. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  16. package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +3 -1
  17. package/emotion/cjs/components/Range/Range.js +7 -4
  18. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +12 -12
  19. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +0 -24
  20. package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +12 -12
  21. package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.stories.tsx +0 -24
  22. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +45 -80
  23. package/emotion/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  24. package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +3 -1
  25. package/emotion/es/components/Range/Range.js +7 -4
  26. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +12 -12
  27. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +0 -24
  28. package/emotion/es/examples/plasma_web/components/Combobox/Combobox.config.js +12 -12
  29. package/emotion/es/examples/plasma_web/components/Combobox/Combobox.stories.tsx +0 -24
  30. package/es/components/Combobox/ComboboxNew/Combobox.css +1 -1
  31. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +45 -80
  32. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  33. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +1 -1
  34. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +1 -1
  35. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  36. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js.map +1 -1
  37. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles_ei26tn.css +1 -0
  38. package/es/components/DatePicker/RangeDate/RangeDate.js +3 -1
  39. package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  40. package/es/components/Range/Range.js +7 -4
  41. package/es/components/Range/Range.js.map +1 -1
  42. package/es/index.css +1 -1
  43. package/package.json +2 -2
  44. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +45 -80
  45. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  46. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +3 -1
  47. package/styled-components/cjs/components/Range/Range.js +7 -4
  48. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +8 -8
  49. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +0 -24
  50. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +8 -8
  51. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.stories.tsx +0 -24
  52. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +45 -80
  53. package/styled-components/es/components/Combobox/ComboboxNew/ui/Target/Target.styles.js +1 -1
  54. package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +3 -1
  55. package/styled-components/es/components/Range/Range.js +7 -4
  56. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +8 -8
  57. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.stories.tsx +0 -24
  58. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.config.js +8 -8
  59. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.stories.tsx +0 -24
  60. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +13 -48
  61. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
  62. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +1 -26
  63. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  64. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  65. package/types/components/DatePicker/RangeDate/RangeDate.d.ts +2 -0
  66. package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
  67. package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts +3 -0
  68. package/types/components/DatePicker/RangeDate/RangeDate.styles.d.ts.map +1 -1
  69. package/types/components/Range/Range.d.ts.map +1 -1
  70. package/types/components/Range/Range.types.d.ts +4 -0
  71. package/types/components/Range/Range.types.d.ts.map +1 -1
  72. package/types/examples/plasma_b2c/components/Combobox/Combobox.config.d.ts.map +1 -1
  73. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +0 -492
  74. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
  75. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +1 -0
  76. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  77. package/types/examples/plasma_b2c/components/Range/Range.d.ts +3 -0
  78. package/types/examples/plasma_b2c/components/Range/Range.d.ts.map +1 -1
  79. package/types/examples/plasma_web/components/Combobox/Combobox.config.d.ts.map +1 -1
  80. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +0 -492
  81. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
  82. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +1 -0
  83. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  84. package/types/examples/plasma_web/components/Range/Range.d.ts +3 -0
  85. package/types/examples/plasma_web/components/Range/Range.d.ts.map +1 -1
  86. package/cjs/components/Combobox/ComboboxNew/ui/Target/Target.styles_16ltv0e.css +0 -1
  87. package/es/components/Combobox/ComboboxNew/ui/Target/Target.styles_16ltv0e.css +0 -1
@@ -55,47 +55,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
55
55
  isTargetAmount?: false | undefined;
56
56
  targetAmount?: undefined;
57
57
  renderValue?: undefined;
58
- } & {
59
- requiredPlacement?: "left" | "right" | undefined;
60
- } & {
61
- required: true;
62
- optional?: false | undefined;
63
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
64
- items: ItemOption[];
65
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
66
- label?: string | undefined;
67
- placeholder?: string | undefined;
68
- helperText?: string | undefined;
69
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
70
- textBefore?: string | undefined;
71
- textAfter?: string | undefined;
72
- variant?: "normal" | "tight" | undefined;
73
- listOverflow?: import("csstype").Property.Overflow | undefined;
74
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
75
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
76
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
77
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
78
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
79
- closeAfterSelect?: boolean | undefined;
80
- size?: string | undefined;
81
- view?: string | undefined;
82
- labelPlacement?: "inner" | "outer" | undefined;
83
- } & {
84
- readOnly?: boolean | undefined;
85
- disabled?: true | undefined;
86
- alwaysOpened?: false | undefined;
87
- } & {
88
- multiple?: false | undefined;
89
- value?: string | undefined;
90
- onChange?: ((value: string) => void) | undefined;
91
- isTargetAmount?: false | undefined;
92
- targetAmount?: undefined;
93
- renderValue?: undefined;
94
- } & {
95
- requiredPlacement?: "left" | "right" | undefined;
96
- } & {
97
- optional?: true | undefined;
98
- required?: false | undefined;
99
58
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
100
59
  items: ItemOption[];
101
60
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -127,83 +86,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
127
86
  isTargetAmount?: true | undefined;
128
87
  targetAmount?: number | undefined;
129
88
  renderValue?: ((item: ItemOption) => string) | undefined;
130
- } & {
131
- requiredPlacement?: "left" | "right" | undefined;
132
- } & {
133
- required: true;
134
- optional?: false | undefined;
135
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
136
- items: ItemOption[];
137
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
138
- label?: string | undefined;
139
- placeholder?: string | undefined;
140
- helperText?: string | undefined;
141
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
142
- textBefore?: string | undefined;
143
- textAfter?: string | undefined;
144
- variant?: "normal" | "tight" | undefined;
145
- listOverflow?: import("csstype").Property.Overflow | undefined;
146
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
147
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
148
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
149
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
150
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
151
- closeAfterSelect?: boolean | undefined;
152
- size?: string | undefined;
153
- view?: string | undefined;
154
- labelPlacement?: "inner" | "outer" | undefined;
155
- } & {
156
- readOnly?: boolean | undefined;
157
- disabled?: true | undefined;
158
- alwaysOpened?: false | undefined;
159
- } & {
160
- multiple: true;
161
- value?: string[] | undefined;
162
- onChange?: ((value: string[]) => void) | undefined;
163
- isTargetAmount?: true | undefined;
164
- targetAmount?: number | undefined;
165
- renderValue?: ((item: ItemOption) => string) | undefined;
166
- } & {
167
- requiredPlacement?: "left" | "right" | undefined;
168
- } & {
169
- optional?: true | undefined;
170
- required?: false | undefined;
171
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
172
- items: ItemOption[];
173
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
174
- label?: string | undefined;
175
- placeholder?: string | undefined;
176
- helperText?: string | undefined;
177
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
178
- textBefore?: string | undefined;
179
- textAfter?: string | undefined;
180
- variant?: "normal" | "tight" | undefined;
181
- listOverflow?: import("csstype").Property.Overflow | undefined;
182
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
183
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
184
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
185
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
186
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
187
- closeAfterSelect?: boolean | undefined;
188
- size?: string | undefined;
189
- view?: string | undefined;
190
- labelPlacement?: "inner" | "outer" | undefined;
191
- } & {
192
- readOnly?: true | undefined;
193
- disabled?: boolean | undefined;
194
- alwaysOpened?: false | undefined;
195
- } & {
196
- multiple?: false | undefined;
197
- value?: string | undefined;
198
- onChange?: ((value: string) => void) | undefined;
199
- isTargetAmount?: false | undefined;
200
- targetAmount?: undefined;
201
- renderValue?: undefined;
202
- } & {
203
- requiredPlacement?: "left" | "right" | undefined;
204
- } & {
205
- required: true;
206
- optional?: false | undefined;
207
89
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
208
90
  items: ItemOption[];
209
91
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -235,11 +117,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
235
117
  isTargetAmount?: false | undefined;
236
118
  targetAmount?: undefined;
237
119
  renderValue?: undefined;
238
- } & {
239
- requiredPlacement?: "left" | "right" | undefined;
240
- } & {
241
- optional?: true | undefined;
242
- required?: false | undefined;
243
120
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
244
121
  items: ItemOption[];
245
122
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -271,47 +148,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
271
148
  isTargetAmount?: true | undefined;
272
149
  targetAmount?: number | undefined;
273
150
  renderValue?: ((item: ItemOption) => string) | undefined;
274
- } & {
275
- requiredPlacement?: "left" | "right" | undefined;
276
- } & {
277
- required: true;
278
- optional?: false | undefined;
279
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
280
- items: ItemOption[];
281
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
282
- label?: string | undefined;
283
- placeholder?: string | undefined;
284
- helperText?: string | undefined;
285
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
286
- textBefore?: string | undefined;
287
- textAfter?: string | undefined;
288
- variant?: "normal" | "tight" | undefined;
289
- listOverflow?: import("csstype").Property.Overflow | undefined;
290
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
291
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
292
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
293
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
294
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
295
- closeAfterSelect?: boolean | undefined;
296
- size?: string | undefined;
297
- view?: string | undefined;
298
- labelPlacement?: "inner" | "outer" | undefined;
299
- } & {
300
- readOnly?: true | undefined;
301
- disabled?: boolean | undefined;
302
- alwaysOpened?: false | undefined;
303
- } & {
304
- multiple: true;
305
- value?: string[] | undefined;
306
- onChange?: ((value: string[]) => void) | undefined;
307
- isTargetAmount?: true | undefined;
308
- targetAmount?: number | undefined;
309
- renderValue?: ((item: ItemOption) => string) | undefined;
310
- } & {
311
- requiredPlacement?: "left" | "right" | undefined;
312
- } & {
313
- optional?: true | undefined;
314
- required?: false | undefined;
315
151
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
316
152
  items: ItemOption[];
317
153
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -343,83 +179,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
343
179
  isTargetAmount?: false | undefined;
344
180
  targetAmount?: undefined;
345
181
  renderValue?: undefined;
346
- } & {
347
- requiredPlacement?: "left" | "right" | undefined;
348
- } & {
349
- required: true;
350
- optional?: false | undefined;
351
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
352
- items: ItemOption[];
353
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
354
- label?: string | undefined;
355
- placeholder?: string | undefined;
356
- helperText?: string | undefined;
357
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
358
- textBefore?: string | undefined;
359
- textAfter?: string | undefined;
360
- variant?: "normal" | "tight" | undefined;
361
- listOverflow?: import("csstype").Property.Overflow | undefined;
362
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
363
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
364
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
365
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
366
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
367
- closeAfterSelect?: boolean | undefined;
368
- size?: string | undefined;
369
- view?: string | undefined;
370
- labelPlacement?: "inner" | "outer" | undefined;
371
- } & {
372
- readOnly?: false | undefined;
373
- disabled?: false | undefined;
374
- alwaysOpened?: true | undefined;
375
- } & {
376
- multiple?: false | undefined;
377
- value?: string | undefined;
378
- onChange?: ((value: string) => void) | undefined;
379
- isTargetAmount?: false | undefined;
380
- targetAmount?: undefined;
381
- renderValue?: undefined;
382
- } & {
383
- requiredPlacement?: "left" | "right" | undefined;
384
- } & {
385
- optional?: true | undefined;
386
- required?: false | undefined;
387
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
388
- items: ItemOption[];
389
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
390
- label?: string | undefined;
391
- placeholder?: string | undefined;
392
- helperText?: string | undefined;
393
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
394
- textBefore?: string | undefined;
395
- textAfter?: string | undefined;
396
- variant?: "normal" | "tight" | undefined;
397
- listOverflow?: import("csstype").Property.Overflow | undefined;
398
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
399
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
400
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
401
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
402
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
403
- closeAfterSelect?: boolean | undefined;
404
- size?: string | undefined;
405
- view?: string | undefined;
406
- labelPlacement?: "inner" | "outer" | undefined;
407
- } & {
408
- readOnly?: false | undefined;
409
- disabled?: false | undefined;
410
- alwaysOpened?: true | undefined;
411
- } & {
412
- multiple: true;
413
- value?: string[] | undefined;
414
- onChange?: ((value: string[]) => void) | undefined;
415
- isTargetAmount?: true | undefined;
416
- targetAmount?: number | undefined;
417
- renderValue?: ((item: ItemOption) => string) | undefined;
418
- } & {
419
- requiredPlacement?: "left" | "right" | undefined;
420
- } & {
421
- required: true;
422
- optional?: false | undefined;
423
182
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
424
183
  items: ItemOption[];
425
184
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -451,11 +210,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
451
210
  isTargetAmount?: true | undefined;
452
211
  targetAmount?: number | undefined;
453
212
  renderValue?: ((item: ItemOption) => string) | undefined;
454
- } & {
455
- requiredPlacement?: "left" | "right" | undefined;
456
- } & {
457
- optional?: true | undefined;
458
- required?: false | undefined;
459
213
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>))>;
460
214
  declare type PropsFromConfig = keyof typeof config['variations'];
461
215
  declare type PropsNew<T extends ItemOption> = Omit<ComboboxProps<T>, PropsFromConfig> & Pick<ComponentProps<typeof ComboboxComponent>, PropsFromConfig>;
@@ -513,47 +267,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
513
267
  isTargetAmount?: false | undefined;
514
268
  targetAmount?: undefined;
515
269
  renderValue?: undefined;
516
- } & {
517
- requiredPlacement?: "left" | "right" | undefined;
518
- } & {
519
- required: true;
520
- optional?: false | undefined;
521
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
522
- items: ItemOption[];
523
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
524
- label?: string | undefined;
525
- placeholder?: string | undefined;
526
- helperText?: string | undefined;
527
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
528
- textBefore?: string | undefined;
529
- textAfter?: string | undefined;
530
- variant?: "normal" | "tight" | undefined;
531
- listOverflow?: import("csstype").Property.Overflow | undefined;
532
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
533
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
534
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
535
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
536
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
537
- closeAfterSelect?: boolean | undefined;
538
- size?: string | undefined;
539
- view?: string | undefined;
540
- labelPlacement?: "inner" | "outer" | undefined;
541
- } & {
542
- readOnly?: boolean | undefined;
543
- disabled?: true | undefined;
544
- alwaysOpened?: false | undefined;
545
- } & {
546
- multiple?: false | undefined;
547
- value?: string | undefined;
548
- onChange?: ((value: string) => void) | undefined;
549
- isTargetAmount?: false | undefined;
550
- targetAmount?: undefined;
551
- renderValue?: undefined;
552
- } & {
553
- requiredPlacement?: "left" | "right" | undefined;
554
- } & {
555
- optional?: true | undefined;
556
- required?: false | undefined;
557
270
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
558
271
  items: ItemOption[];
559
272
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -585,83 +298,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
585
298
  isTargetAmount?: true | undefined;
586
299
  targetAmount?: number | undefined;
587
300
  renderValue?: ((item: ItemOption) => string) | undefined;
588
- } & {
589
- requiredPlacement?: "left" | "right" | undefined;
590
- } & {
591
- required: true;
592
- optional?: false | undefined;
593
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
594
- items: ItemOption[];
595
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
596
- label?: string | undefined;
597
- placeholder?: string | undefined;
598
- helperText?: string | undefined;
599
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
600
- textBefore?: string | undefined;
601
- textAfter?: string | undefined;
602
- variant?: "normal" | "tight" | undefined;
603
- listOverflow?: import("csstype").Property.Overflow | undefined;
604
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
605
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
606
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
607
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
608
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
609
- closeAfterSelect?: boolean | undefined;
610
- size?: string | undefined;
611
- view?: string | undefined;
612
- labelPlacement?: "inner" | "outer" | undefined;
613
- } & {
614
- readOnly?: boolean | undefined;
615
- disabled?: true | undefined;
616
- alwaysOpened?: false | undefined;
617
- } & {
618
- multiple: true;
619
- value?: string[] | undefined;
620
- onChange?: ((value: string[]) => void) | undefined;
621
- isTargetAmount?: true | undefined;
622
- targetAmount?: number | undefined;
623
- renderValue?: ((item: ItemOption) => string) | undefined;
624
- } & {
625
- requiredPlacement?: "left" | "right" | undefined;
626
- } & {
627
- optional?: true | undefined;
628
- required?: false | undefined;
629
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
630
- items: ItemOption[];
631
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
632
- label?: string | undefined;
633
- placeholder?: string | undefined;
634
- helperText?: string | undefined;
635
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
636
- textBefore?: string | undefined;
637
- textAfter?: string | undefined;
638
- variant?: "normal" | "tight" | undefined;
639
- listOverflow?: import("csstype").Property.Overflow | undefined;
640
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
641
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
642
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
643
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
644
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
645
- closeAfterSelect?: boolean | undefined;
646
- size?: string | undefined;
647
- view?: string | undefined;
648
- labelPlacement?: "inner" | "outer" | undefined;
649
- } & {
650
- readOnly?: true | undefined;
651
- disabled?: boolean | undefined;
652
- alwaysOpened?: false | undefined;
653
- } & {
654
- multiple?: false | undefined;
655
- value?: string | undefined;
656
- onChange?: ((value: string) => void) | undefined;
657
- isTargetAmount?: false | undefined;
658
- targetAmount?: undefined;
659
- renderValue?: undefined;
660
- } & {
661
- requiredPlacement?: "left" | "right" | undefined;
662
- } & {
663
- required: true;
664
- optional?: false | undefined;
665
301
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
666
302
  items: ItemOption[];
667
303
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -693,11 +329,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
693
329
  isTargetAmount?: false | undefined;
694
330
  targetAmount?: undefined;
695
331
  renderValue?: undefined;
696
- } & {
697
- requiredPlacement?: "left" | "right" | undefined;
698
- } & {
699
- optional?: true | undefined;
700
- required?: false | undefined;
701
332
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
702
333
  items: ItemOption[];
703
334
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -729,47 +360,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
729
360
  isTargetAmount?: true | undefined;
730
361
  targetAmount?: number | undefined;
731
362
  renderValue?: ((item: ItemOption) => string) | undefined;
732
- } & {
733
- requiredPlacement?: "left" | "right" | undefined;
734
- } & {
735
- required: true;
736
- optional?: false | undefined;
737
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
738
- items: ItemOption[];
739
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
740
- label?: string | undefined;
741
- placeholder?: string | undefined;
742
- helperText?: string | undefined;
743
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
744
- textBefore?: string | undefined;
745
- textAfter?: string | undefined;
746
- variant?: "normal" | "tight" | undefined;
747
- listOverflow?: import("csstype").Property.Overflow | undefined;
748
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
749
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
750
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
751
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
752
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
753
- closeAfterSelect?: boolean | undefined;
754
- size?: string | undefined;
755
- view?: string | undefined;
756
- labelPlacement?: "inner" | "outer" | undefined;
757
- } & {
758
- readOnly?: true | undefined;
759
- disabled?: boolean | undefined;
760
- alwaysOpened?: false | undefined;
761
- } & {
762
- multiple: true;
763
- value?: string[] | undefined;
764
- onChange?: ((value: string[]) => void) | undefined;
765
- isTargetAmount?: true | undefined;
766
- targetAmount?: number | undefined;
767
- renderValue?: ((item: ItemOption) => string) | undefined;
768
- } & {
769
- requiredPlacement?: "left" | "right" | undefined;
770
- } & {
771
- optional?: true | undefined;
772
- required?: false | undefined;
773
363
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
774
364
  items: ItemOption[];
775
365
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -801,83 +391,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
801
391
  isTargetAmount?: false | undefined;
802
392
  targetAmount?: undefined;
803
393
  renderValue?: undefined;
804
- } & {
805
- requiredPlacement?: "left" | "right" | undefined;
806
- } & {
807
- required: true;
808
- optional?: false | undefined;
809
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
810
- items: ItemOption[];
811
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
812
- label?: string | undefined;
813
- placeholder?: string | undefined;
814
- helperText?: string | undefined;
815
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
816
- textBefore?: string | undefined;
817
- textAfter?: string | undefined;
818
- variant?: "normal" | "tight" | undefined;
819
- listOverflow?: import("csstype").Property.Overflow | undefined;
820
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
821
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
822
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
823
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
824
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
825
- closeAfterSelect?: boolean | undefined;
826
- size?: string | undefined;
827
- view?: string | undefined;
828
- labelPlacement?: "inner" | "outer" | undefined;
829
- } & {
830
- readOnly?: false | undefined;
831
- disabled?: false | undefined;
832
- alwaysOpened?: true | undefined;
833
- } & {
834
- multiple?: false | undefined;
835
- value?: string | undefined;
836
- onChange?: ((value: string) => void) | undefined;
837
- isTargetAmount?: false | undefined;
838
- targetAmount?: undefined;
839
- renderValue?: undefined;
840
- } & {
841
- requiredPlacement?: "left" | "right" | undefined;
842
- } & {
843
- optional?: true | undefined;
844
- required?: false | undefined;
845
- } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
846
- items: ItemOption[];
847
- placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
848
- label?: string | undefined;
849
- placeholder?: string | undefined;
850
- helperText?: string | undefined;
851
- contentLeft?: ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
852
- textBefore?: string | undefined;
853
- textAfter?: string | undefined;
854
- variant?: "normal" | "tight" | undefined;
855
- listOverflow?: import("csstype").Property.Overflow | undefined;
856
- listHeight?: import("csstype").Property.Height<string | number> | undefined;
857
- listWidth?: import("csstype").Property.Width<string | number> | undefined;
858
- portal?: import("react").MutableRefObject<HTMLElement | null> | undefined;
859
- renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
860
- filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
861
- closeAfterSelect?: boolean | undefined;
862
- size?: string | undefined;
863
- view?: string | undefined;
864
- labelPlacement?: "inner" | "outer" | undefined;
865
- } & {
866
- readOnly?: false | undefined;
867
- disabled?: false | undefined;
868
- alwaysOpened?: true | undefined;
869
- } & {
870
- multiple: true;
871
- value?: string[] | undefined;
872
- onChange?: ((value: string[]) => void) | undefined;
873
- isTargetAmount?: true | undefined;
874
- targetAmount?: number | undefined;
875
- renderValue?: ((item: ItemOption) => string) | undefined;
876
- } & {
877
- requiredPlacement?: "left" | "right" | undefined;
878
- } & {
879
- required: true;
880
- optional?: false | undefined;
881
394
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>) | ({
882
395
  items: ItemOption[];
883
396
  placement?: ("left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | undefined;
@@ -909,11 +422,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
909
422
  isTargetAmount?: true | undefined;
910
423
  targetAmount?: number | undefined;
911
424
  renderValue?: ((item: ItemOption) => string) | undefined;
912
- } & {
913
- requiredPlacement?: "left" | "right" | undefined;
914
- } & {
915
- optional?: true | undefined;
916
- required?: false | undefined;
917
425
  } & Omit<import("react").ButtonHTMLAttributes<HTMLInputElement>, "onChange" | "value"> & import("react").RefAttributes<HTMLInputElement>)), "view" | "disabled" | "readOnly" | "size" | "labelPlacement"> & {
918
426
  ref?: ForwardedRef<HTMLInputElement> | undefined;
919
427
  }) => ReactElement | null;
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/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,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAEjF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2IAA0B,CAAC;AAElD,aAAK,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;AAEzD,aAAK,QAAQ,CAAC,CAAC,SAAS,UAAU,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,GACzE,IAAI,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,EAAE,eAAe,CAAC,CAAC;AAEpE,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAET,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/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,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAEjF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2IAA0B,CAAC;AAElD,aAAK,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;AAEzD,aAAK,QAAQ,CAAC,CAAC,SAAS,UAAU,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,GACzE,IAAI,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,EAAE,eAAe,CAAC,CAAC;AAEpE,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAET,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -50,6 +50,7 @@ export declare const DatePickerRange: import("react").FunctionComponent<import("
50
50
  label?: string | undefined;
51
51
  view?: string | undefined;
52
52
  disabled?: boolean | undefined;
53
+ autoComplete?: string | undefined;
53
54
  readOnly?: boolean | undefined;
54
55
  size?: string | undefined;
55
56
  contentLeft?: import("react").ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/DatePicker/DatePicker.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;ufAA0B,CAAC;AAGlD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yHAA+B,CAAC"}
1
+ {"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/DatePicker/DatePicker.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;ufAA0B,CAAC;AAGlD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yHAA+B,CAAC"}
@@ -34,6 +34,7 @@ export declare const Range: import("react").FunctionComponent<import("../../../.
34
34
  secondTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
35
35
  firstTextfieldTextAfter?: string | undefined;
36
36
  secondTextfieldTextAfter?: string | undefined;
37
+ autoComplete?: string | undefined;
37
38
  view?: string | undefined;
38
39
  size?: string | undefined;
39
40
  readOnly?: boolean | undefined;
@@ -70,6 +71,7 @@ export declare const Range: import("react").FunctionComponent<import("../../../.
70
71
  secondTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
71
72
  firstTextfieldTextAfter?: string | undefined;
72
73
  secondTextfieldTextAfter?: string | undefined;
74
+ autoComplete?: string | undefined;
73
75
  view?: string | undefined;
74
76
  size?: string | undefined;
75
77
  readOnly?: boolean | undefined;
@@ -106,6 +108,7 @@ export declare const Range: import("react").FunctionComponent<import("../../../.
106
108
  secondTextfieldContentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
107
109
  firstTextfieldTextAfter?: string | undefined;
108
110
  secondTextfieldTextAfter?: string | undefined;
111
+ autoComplete?: string | undefined;
109
112
  view?: string | undefined;
110
113
  size?: string | undefined;
111
114
  readOnly?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Range.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Range/Range.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4IAA0B,CAAC"}
1
+ {"version":3,"file":"Range.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Range/Range.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4IAA0B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Combobox/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2oBlB,CAAC"}
1
+ {"version":3,"file":"Combobox.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Combobox/Combobox.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuiBlB,CAAC"}