@salutejs/sdds-finportal 0.250.0-dev.0 → 0.251.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,6 +48,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
48
48
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
49
49
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
50
50
  closeAfterSelect?: boolean | undefined;
51
+ onChangeValue?: ((value: string) => void) | undefined;
51
52
  beforeList?: React.ReactNode;
52
53
  afterList?: React.ReactNode;
53
54
  virtual?: boolean | undefined;
@@ -96,6 +97,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
96
97
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
97
98
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
98
99
  closeAfterSelect?: boolean | undefined;
100
+ onChangeValue?: ((value: string) => void) | undefined;
99
101
  beforeList?: React.ReactNode;
100
102
  afterList?: React.ReactNode;
101
103
  virtual?: boolean | undefined;
@@ -144,6 +146,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
144
146
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
145
147
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
146
148
  closeAfterSelect?: boolean | undefined;
149
+ onChangeValue?: ((value: string) => void) | undefined;
147
150
  beforeList?: React.ReactNode;
148
151
  afterList?: React.ReactNode;
149
152
  virtual?: boolean | undefined;
@@ -192,6 +195,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
192
195
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
193
196
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
194
197
  closeAfterSelect?: boolean | undefined;
198
+ onChangeValue?: ((value: string) => void) | undefined;
195
199
  beforeList?: React.ReactNode;
196
200
  afterList?: React.ReactNode;
197
201
  virtual?: boolean | undefined;
@@ -240,6 +244,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
240
244
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
241
245
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
242
246
  closeAfterSelect?: boolean | undefined;
247
+ onChangeValue?: ((value: string) => void) | undefined;
243
248
  beforeList?: React.ReactNode;
244
249
  afterList?: React.ReactNode;
245
250
  virtual?: boolean | undefined;
@@ -288,6 +293,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
288
293
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
289
294
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
290
295
  closeAfterSelect?: boolean | undefined;
296
+ onChangeValue?: ((value: string) => void) | undefined;
291
297
  beforeList?: React.ReactNode;
292
298
  afterList?: React.ReactNode;
293
299
  virtual?: boolean | undefined;
@@ -336,6 +342,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
336
342
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
337
343
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
338
344
  closeAfterSelect?: boolean | undefined;
345
+ onChangeValue?: ((value: string) => void) | undefined;
339
346
  beforeList?: React.ReactNode;
340
347
  afterList?: React.ReactNode;
341
348
  virtual?: boolean | undefined;
@@ -384,6 +391,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
384
391
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
385
392
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
386
393
  closeAfterSelect?: boolean | undefined;
394
+ onChangeValue?: ((value: string) => void) | undefined;
387
395
  beforeList?: React.ReactNode;
388
396
  afterList?: React.ReactNode;
389
397
  virtual?: boolean | undefined;
@@ -432,6 +440,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
432
440
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
433
441
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
434
442
  closeAfterSelect?: boolean | undefined;
443
+ onChangeValue?: ((value: string) => void) | undefined;
435
444
  beforeList?: React.ReactNode;
436
445
  afterList?: React.ReactNode;
437
446
  virtual?: boolean | undefined;
@@ -480,6 +489,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
480
489
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
481
490
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
482
491
  closeAfterSelect?: boolean | undefined;
492
+ onChangeValue?: ((value: string) => void) | undefined;
483
493
  beforeList?: React.ReactNode;
484
494
  afterList?: React.ReactNode;
485
495
  virtual?: boolean | undefined;
@@ -528,6 +538,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
528
538
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
529
539
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
530
540
  closeAfterSelect?: boolean | undefined;
541
+ onChangeValue?: ((value: string) => void) | undefined;
531
542
  beforeList?: React.ReactNode;
532
543
  afterList?: React.ReactNode;
533
544
  virtual?: boolean | undefined;
@@ -576,6 +587,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
576
587
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
577
588
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
578
589
  closeAfterSelect?: boolean | undefined;
590
+ onChangeValue?: ((value: string) => void) | undefined;
579
591
  beforeList?: React.ReactNode;
580
592
  afterList?: React.ReactNode;
581
593
  virtual?: boolean | undefined;
@@ -624,6 +636,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
624
636
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
625
637
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
626
638
  closeAfterSelect?: boolean | undefined;
639
+ onChangeValue?: ((value: string) => void) | undefined;
627
640
  beforeList?: React.ReactNode;
628
641
  afterList?: React.ReactNode;
629
642
  virtual?: boolean | undefined;
@@ -672,6 +685,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
672
685
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
673
686
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
674
687
  closeAfterSelect?: boolean | undefined;
688
+ onChangeValue?: ((value: string) => void) | undefined;
675
689
  beforeList?: React.ReactNode;
676
690
  afterList?: React.ReactNode;
677
691
  virtual?: boolean | undefined;
@@ -720,6 +734,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
720
734
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
721
735
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
722
736
  closeAfterSelect?: boolean | undefined;
737
+ onChangeValue?: ((value: string) => void) | undefined;
723
738
  beforeList?: React.ReactNode;
724
739
  afterList?: React.ReactNode;
725
740
  virtual?: boolean | undefined;
@@ -768,6 +783,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
768
783
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
769
784
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
770
785
  closeAfterSelect?: boolean | undefined;
786
+ onChangeValue?: ((value: string) => void) | undefined;
771
787
  beforeList?: React.ReactNode;
772
788
  afterList?: React.ReactNode;
773
789
  virtual?: boolean | undefined;
@@ -816,6 +832,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
816
832
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
817
833
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
818
834
  closeAfterSelect?: boolean | undefined;
835
+ onChangeValue?: ((value: string) => void) | undefined;
819
836
  beforeList?: React.ReactNode;
820
837
  afterList?: React.ReactNode;
821
838
  virtual?: boolean | undefined;
@@ -864,6 +881,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
864
881
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
865
882
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
866
883
  closeAfterSelect?: boolean | undefined;
884
+ onChangeValue?: ((value: string) => void) | undefined;
867
885
  beforeList?: React.ReactNode;
868
886
  afterList?: React.ReactNode;
869
887
  virtual?: boolean | undefined;
@@ -912,6 +930,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
912
930
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
913
931
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
914
932
  closeAfterSelect?: boolean | undefined;
933
+ onChangeValue?: ((value: string) => void) | undefined;
915
934
  beforeList?: React.ReactNode;
916
935
  afterList?: React.ReactNode;
917
936
  virtual?: boolean | undefined;
@@ -960,6 +979,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
960
979
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
961
980
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
962
981
  closeAfterSelect?: boolean | undefined;
982
+ onChangeValue?: ((value: string) => void) | undefined;
963
983
  beforeList?: React.ReactNode;
964
984
  afterList?: React.ReactNode;
965
985
  virtual?: boolean | undefined;
@@ -1008,6 +1028,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1008
1028
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
1009
1029
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1010
1030
  closeAfterSelect?: boolean | undefined;
1031
+ onChangeValue?: ((value: string) => void) | undefined;
1011
1032
  beforeList?: React.ReactNode;
1012
1033
  afterList?: React.ReactNode;
1013
1034
  virtual?: boolean | undefined;
@@ -1056,6 +1077,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1056
1077
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
1057
1078
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1058
1079
  closeAfterSelect?: boolean | undefined;
1080
+ onChangeValue?: ((value: string) => void) | undefined;
1059
1081
  beforeList?: React.ReactNode;
1060
1082
  afterList?: React.ReactNode;
1061
1083
  virtual?: boolean | undefined;
@@ -1104,6 +1126,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1104
1126
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
1105
1127
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1106
1128
  closeAfterSelect?: boolean | undefined;
1129
+ onChangeValue?: ((value: string) => void) | undefined;
1107
1130
  beforeList?: React.ReactNode;
1108
1131
  afterList?: React.ReactNode;
1109
1132
  virtual?: boolean | undefined;
@@ -1152,6 +1175,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
1152
1175
  renderItem?: ((item: ItemOption) => React.ReactNode) | undefined;
1153
1176
  filter?: ((item: ItemOption, textValue: string) => boolean) | undefined;
1154
1177
  closeAfterSelect?: boolean | undefined;
1178
+ onChangeValue?: ((value: string) => void) | undefined;
1155
1179
  beforeList?: React.ReactNode;
1156
1180
  afterList?: React.ReactNode;
1157
1181
  virtual?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.250.0-dev.0",
3
+ "version": "0.251.0-dev.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.273.0-dev.0",
22
+ "@salutejs/plasma-new-hope": "0.274.0-dev.0",
23
23
  "@salutejs/sdds-themes": "0.32.0-dev.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -95,5 +95,5 @@
95
95
  "Vasiliy Loginevskiy"
96
96
  ],
97
97
  "sideEffects": false,
98
- "gitHead": "c8aae4feb22f5c913005d825a83dce776eb242d7"
98
+ "gitHead": "9ba35e2e3debfeacb55b96d40aba157adc310889"
99
99
  }