@salutejs/plasma-new-hope 0.271.0-canary.1782.13387584790.0 → 0.271.0-dev.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -5
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -5
- package/emotion/cjs/examples/plasma_b2c/components/Tokens/Tokens.stories.tsx +2 -2
- package/emotion/cjs/examples/plasma_web/components/Tokens/Tokens.stories.tsx +2 -2
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +1 -5
- package/emotion/es/examples/plasma_b2c/components/Tokens/Tokens.stories.tsx +2 -2
- package/emotion/es/examples/plasma_web/components/Tokens/Tokens.stories.tsx +2 -2
- package/es/components/Combobox/ComboboxNew/Combobox.js +1 -5
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/package.json +2 -2
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +1 -5
- package/styled-components/cjs/examples/plasma_b2c/components/Tokens/Tokens.stories.tsx +2 -2
- package/styled-components/cjs/examples/plasma_web/components/Tokens/Tokens.stories.tsx +2 -2
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +1 -5
- package/styled-components/es/examples/plasma_b2c/components/Tokens/Tokens.stories.tsx +2 -2
- package/styled-components/es/examples/plasma_web/components/Tokens/Tokens.stories.tsx +2 -2
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +0 -4
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +0 -48
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +0 -48
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
@@ -48,7 +48,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
48
48
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
49
49
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
50
50
|
closeAfterSelect?: boolean | undefined;
|
51
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
52
51
|
beforeList?: import("react").ReactNode;
|
53
52
|
afterList?: import("react").ReactNode;
|
54
53
|
virtual?: boolean | undefined;
|
@@ -97,7 +96,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
97
96
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
98
97
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
99
98
|
closeAfterSelect?: boolean | undefined;
|
100
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
101
99
|
beforeList?: import("react").ReactNode;
|
102
100
|
afterList?: import("react").ReactNode;
|
103
101
|
virtual?: boolean | undefined;
|
@@ -146,7 +144,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
146
144
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
147
145
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
148
146
|
closeAfterSelect?: boolean | undefined;
|
149
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
150
147
|
beforeList?: import("react").ReactNode;
|
151
148
|
afterList?: import("react").ReactNode;
|
152
149
|
virtual?: boolean | undefined;
|
@@ -195,7 +192,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
195
192
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
196
193
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
197
194
|
closeAfterSelect?: boolean | undefined;
|
198
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
199
195
|
beforeList?: import("react").ReactNode;
|
200
196
|
afterList?: import("react").ReactNode;
|
201
197
|
virtual?: boolean | undefined;
|
@@ -244,7 +240,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
244
240
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
245
241
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
246
242
|
closeAfterSelect?: boolean | undefined;
|
247
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
248
243
|
beforeList?: import("react").ReactNode;
|
249
244
|
afterList?: import("react").ReactNode;
|
250
245
|
virtual?: boolean | undefined;
|
@@ -293,7 +288,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
293
288
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
294
289
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
295
290
|
closeAfterSelect?: boolean | undefined;
|
296
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
297
291
|
beforeList?: import("react").ReactNode;
|
298
292
|
afterList?: import("react").ReactNode;
|
299
293
|
virtual?: boolean | undefined;
|
@@ -342,7 +336,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
342
336
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
343
337
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
344
338
|
closeAfterSelect?: boolean | undefined;
|
345
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
346
339
|
beforeList?: import("react").ReactNode;
|
347
340
|
afterList?: import("react").ReactNode;
|
348
341
|
virtual?: boolean | undefined;
|
@@ -391,7 +384,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
391
384
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
392
385
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
393
386
|
closeAfterSelect?: boolean | undefined;
|
394
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
395
387
|
beforeList?: import("react").ReactNode;
|
396
388
|
afterList?: import("react").ReactNode;
|
397
389
|
virtual?: boolean | undefined;
|
@@ -440,7 +432,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
440
432
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
441
433
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
442
434
|
closeAfterSelect?: boolean | undefined;
|
443
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
444
435
|
beforeList?: import("react").ReactNode;
|
445
436
|
afterList?: import("react").ReactNode;
|
446
437
|
virtual?: boolean | undefined;
|
@@ -489,7 +480,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
489
480
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
490
481
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
491
482
|
closeAfterSelect?: boolean | undefined;
|
492
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
493
483
|
beforeList?: import("react").ReactNode;
|
494
484
|
afterList?: import("react").ReactNode;
|
495
485
|
virtual?: boolean | undefined;
|
@@ -538,7 +528,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
538
528
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
539
529
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
540
530
|
closeAfterSelect?: boolean | undefined;
|
541
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
542
531
|
beforeList?: import("react").ReactNode;
|
543
532
|
afterList?: import("react").ReactNode;
|
544
533
|
virtual?: boolean | undefined;
|
@@ -587,7 +576,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
587
576
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
588
577
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
589
578
|
closeAfterSelect?: boolean | undefined;
|
590
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
591
579
|
beforeList?: import("react").ReactNode;
|
592
580
|
afterList?: import("react").ReactNode;
|
593
581
|
virtual?: boolean | undefined;
|
@@ -636,7 +624,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
636
624
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
637
625
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
638
626
|
closeAfterSelect?: boolean | undefined;
|
639
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
640
627
|
beforeList?: import("react").ReactNode;
|
641
628
|
afterList?: import("react").ReactNode;
|
642
629
|
virtual?: boolean | undefined;
|
@@ -685,7 +672,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
685
672
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
686
673
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
687
674
|
closeAfterSelect?: boolean | undefined;
|
688
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
689
675
|
beforeList?: import("react").ReactNode;
|
690
676
|
afterList?: import("react").ReactNode;
|
691
677
|
virtual?: boolean | undefined;
|
@@ -734,7 +720,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
734
720
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
735
721
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
736
722
|
closeAfterSelect?: boolean | undefined;
|
737
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
738
723
|
beforeList?: import("react").ReactNode;
|
739
724
|
afterList?: import("react").ReactNode;
|
740
725
|
virtual?: boolean | undefined;
|
@@ -783,7 +768,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
783
768
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
784
769
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
785
770
|
closeAfterSelect?: boolean | undefined;
|
786
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
787
771
|
beforeList?: import("react").ReactNode;
|
788
772
|
afterList?: import("react").ReactNode;
|
789
773
|
virtual?: boolean | undefined;
|
@@ -832,7 +816,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
832
816
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
833
817
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
834
818
|
closeAfterSelect?: boolean | undefined;
|
835
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
836
819
|
beforeList?: import("react").ReactNode;
|
837
820
|
afterList?: import("react").ReactNode;
|
838
821
|
virtual?: boolean | undefined;
|
@@ -881,7 +864,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
881
864
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
882
865
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
883
866
|
closeAfterSelect?: boolean | undefined;
|
884
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
885
867
|
beforeList?: import("react").ReactNode;
|
886
868
|
afterList?: import("react").ReactNode;
|
887
869
|
virtual?: boolean | undefined;
|
@@ -930,7 +912,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
930
912
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
931
913
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
932
914
|
closeAfterSelect?: boolean | undefined;
|
933
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
934
915
|
beforeList?: import("react").ReactNode;
|
935
916
|
afterList?: import("react").ReactNode;
|
936
917
|
virtual?: boolean | undefined;
|
@@ -979,7 +960,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
979
960
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
980
961
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
981
962
|
closeAfterSelect?: boolean | undefined;
|
982
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
983
963
|
beforeList?: import("react").ReactNode;
|
984
964
|
afterList?: import("react").ReactNode;
|
985
965
|
virtual?: boolean | undefined;
|
@@ -1028,7 +1008,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1028
1008
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1029
1009
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1030
1010
|
closeAfterSelect?: boolean | undefined;
|
1031
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1032
1011
|
beforeList?: import("react").ReactNode;
|
1033
1012
|
afterList?: import("react").ReactNode;
|
1034
1013
|
virtual?: boolean | undefined;
|
@@ -1077,7 +1056,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1077
1056
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1078
1057
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1079
1058
|
closeAfterSelect?: boolean | undefined;
|
1080
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1081
1059
|
beforeList?: import("react").ReactNode;
|
1082
1060
|
afterList?: import("react").ReactNode;
|
1083
1061
|
virtual?: boolean | undefined;
|
@@ -1126,7 +1104,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1126
1104
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1127
1105
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1128
1106
|
closeAfterSelect?: boolean | undefined;
|
1129
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1130
1107
|
beforeList?: import("react").ReactNode;
|
1131
1108
|
afterList?: import("react").ReactNode;
|
1132
1109
|
virtual?: boolean | undefined;
|
@@ -1175,7 +1152,6 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
|
|
1175
1152
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1176
1153
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1177
1154
|
closeAfterSelect?: boolean | undefined;
|
1178
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1179
1155
|
beforeList?: import("react").ReactNode;
|
1180
1156
|
afterList?: import("react").ReactNode;
|
1181
1157
|
virtual?: boolean | undefined;
|
@@ -1257,7 +1233,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1257
1233
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1258
1234
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1259
1235
|
closeAfterSelect?: boolean | undefined;
|
1260
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1261
1236
|
beforeList?: import("react").ReactNode;
|
1262
1237
|
afterList?: import("react").ReactNode;
|
1263
1238
|
virtual?: boolean | undefined;
|
@@ -1306,7 +1281,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1306
1281
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1307
1282
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1308
1283
|
closeAfterSelect?: boolean | undefined;
|
1309
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1310
1284
|
beforeList?: import("react").ReactNode;
|
1311
1285
|
afterList?: import("react").ReactNode;
|
1312
1286
|
virtual?: boolean | undefined;
|
@@ -1355,7 +1329,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1355
1329
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1356
1330
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1357
1331
|
closeAfterSelect?: boolean | undefined;
|
1358
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1359
1332
|
beforeList?: import("react").ReactNode;
|
1360
1333
|
afterList?: import("react").ReactNode;
|
1361
1334
|
virtual?: boolean | undefined;
|
@@ -1404,7 +1377,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1404
1377
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1405
1378
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1406
1379
|
closeAfterSelect?: boolean | undefined;
|
1407
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1408
1380
|
beforeList?: import("react").ReactNode;
|
1409
1381
|
afterList?: import("react").ReactNode;
|
1410
1382
|
virtual?: boolean | undefined;
|
@@ -1453,7 +1425,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1453
1425
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1454
1426
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1455
1427
|
closeAfterSelect?: boolean | undefined;
|
1456
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1457
1428
|
beforeList?: import("react").ReactNode;
|
1458
1429
|
afterList?: import("react").ReactNode;
|
1459
1430
|
virtual?: boolean | undefined;
|
@@ -1502,7 +1473,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1502
1473
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1503
1474
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1504
1475
|
closeAfterSelect?: boolean | undefined;
|
1505
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1506
1476
|
beforeList?: import("react").ReactNode;
|
1507
1477
|
afterList?: import("react").ReactNode;
|
1508
1478
|
virtual?: boolean | undefined;
|
@@ -1551,7 +1521,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1551
1521
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1552
1522
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1553
1523
|
closeAfterSelect?: boolean | undefined;
|
1554
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1555
1524
|
beforeList?: import("react").ReactNode;
|
1556
1525
|
afterList?: import("react").ReactNode;
|
1557
1526
|
virtual?: boolean | undefined;
|
@@ -1600,7 +1569,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1600
1569
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1601
1570
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1602
1571
|
closeAfterSelect?: boolean | undefined;
|
1603
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1604
1572
|
beforeList?: import("react").ReactNode;
|
1605
1573
|
afterList?: import("react").ReactNode;
|
1606
1574
|
virtual?: boolean | undefined;
|
@@ -1649,7 +1617,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1649
1617
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1650
1618
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1651
1619
|
closeAfterSelect?: boolean | undefined;
|
1652
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1653
1620
|
beforeList?: import("react").ReactNode;
|
1654
1621
|
afterList?: import("react").ReactNode;
|
1655
1622
|
virtual?: boolean | undefined;
|
@@ -1698,7 +1665,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1698
1665
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1699
1666
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1700
1667
|
closeAfterSelect?: boolean | undefined;
|
1701
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1702
1668
|
beforeList?: import("react").ReactNode;
|
1703
1669
|
afterList?: import("react").ReactNode;
|
1704
1670
|
virtual?: boolean | undefined;
|
@@ -1747,7 +1713,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1747
1713
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1748
1714
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1749
1715
|
closeAfterSelect?: boolean | undefined;
|
1750
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1751
1716
|
beforeList?: import("react").ReactNode;
|
1752
1717
|
afterList?: import("react").ReactNode;
|
1753
1718
|
virtual?: boolean | undefined;
|
@@ -1796,7 +1761,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1796
1761
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1797
1762
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1798
1763
|
closeAfterSelect?: boolean | undefined;
|
1799
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1800
1764
|
beforeList?: import("react").ReactNode;
|
1801
1765
|
afterList?: import("react").ReactNode;
|
1802
1766
|
virtual?: boolean | undefined;
|
@@ -1845,7 +1809,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1845
1809
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1846
1810
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1847
1811
|
closeAfterSelect?: boolean | undefined;
|
1848
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1849
1812
|
beforeList?: import("react").ReactNode;
|
1850
1813
|
afterList?: import("react").ReactNode;
|
1851
1814
|
virtual?: boolean | undefined;
|
@@ -1894,7 +1857,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1894
1857
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1895
1858
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1896
1859
|
closeAfterSelect?: boolean | undefined;
|
1897
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1898
1860
|
beforeList?: import("react").ReactNode;
|
1899
1861
|
afterList?: import("react").ReactNode;
|
1900
1862
|
virtual?: boolean | undefined;
|
@@ -1943,7 +1905,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1943
1905
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1944
1906
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1945
1907
|
closeAfterSelect?: boolean | undefined;
|
1946
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1947
1908
|
beforeList?: import("react").ReactNode;
|
1948
1909
|
afterList?: import("react").ReactNode;
|
1949
1910
|
virtual?: boolean | undefined;
|
@@ -1992,7 +1953,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
1992
1953
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
1993
1954
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
1994
1955
|
closeAfterSelect?: boolean | undefined;
|
1995
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
1996
1956
|
beforeList?: import("react").ReactNode;
|
1997
1957
|
afterList?: import("react").ReactNode;
|
1998
1958
|
virtual?: boolean | undefined;
|
@@ -2041,7 +2001,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2041
2001
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
2042
2002
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
2043
2003
|
closeAfterSelect?: boolean | undefined;
|
2044
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
2045
2004
|
beforeList?: import("react").ReactNode;
|
2046
2005
|
afterList?: import("react").ReactNode;
|
2047
2006
|
virtual?: boolean | undefined;
|
@@ -2090,7 +2049,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2090
2049
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
2091
2050
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
2092
2051
|
closeAfterSelect?: boolean | undefined;
|
2093
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
2094
2052
|
beforeList?: import("react").ReactNode;
|
2095
2053
|
afterList?: import("react").ReactNode;
|
2096
2054
|
virtual?: boolean | undefined;
|
@@ -2139,7 +2097,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2139
2097
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
2140
2098
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
2141
2099
|
closeAfterSelect?: boolean | undefined;
|
2142
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
2143
2100
|
beforeList?: import("react").ReactNode;
|
2144
2101
|
afterList?: import("react").ReactNode;
|
2145
2102
|
virtual?: boolean | undefined;
|
@@ -2188,7 +2145,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2188
2145
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
2189
2146
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
2190
2147
|
closeAfterSelect?: boolean | undefined;
|
2191
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
2192
2148
|
beforeList?: import("react").ReactNode;
|
2193
2149
|
afterList?: import("react").ReactNode;
|
2194
2150
|
virtual?: boolean | undefined;
|
@@ -2237,7 +2193,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2237
2193
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
2238
2194
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
2239
2195
|
closeAfterSelect?: boolean | undefined;
|
2240
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
2241
2196
|
beforeList?: import("react").ReactNode;
|
2242
2197
|
afterList?: import("react").ReactNode;
|
2243
2198
|
virtual?: boolean | undefined;
|
@@ -2286,7 +2241,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2286
2241
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
2287
2242
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
2288
2243
|
closeAfterSelect?: boolean | undefined;
|
2289
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
2290
2244
|
beforeList?: import("react").ReactNode;
|
2291
2245
|
afterList?: import("react").ReactNode;
|
2292
2246
|
virtual?: boolean | undefined;
|
@@ -2335,7 +2289,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2335
2289
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
2336
2290
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
2337
2291
|
closeAfterSelect?: boolean | undefined;
|
2338
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
2339
2292
|
beforeList?: import("react").ReactNode;
|
2340
2293
|
afterList?: import("react").ReactNode;
|
2341
2294
|
virtual?: boolean | undefined;
|
@@ -2384,7 +2337,6 @@ declare const Combobox: <T extends ItemOption>(props: Omit<ComboboxProps<T>, "vi
|
|
2384
2337
|
renderItem?: ((item: ItemOption) => import("react").ReactNode) | undefined;
|
2385
2338
|
filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
|
2386
2339
|
closeAfterSelect?: boolean | undefined;
|
2387
|
-
onChangeValue?: ((value: string) => void) | undefined;
|
2388
2340
|
beforeList?: import("react").ReactNode;
|
2389
2341
|
afterList?: import("react").ReactNode;
|
2390
2342
|
virtual?: boolean | undefined;
|
@@ -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
|
1
|
+
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Combobox/Combobox.ts"],"names":[],"mappings":"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"}
|