@steroidsjs/core 3.0.6 → 3.0.8

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.
Files changed (41) hide show
  1. package/actions/auth.d.ts +2 -2
  2. package/actions/list.d.ts +2 -2
  3. package/actions/router.d.ts +1 -3
  4. package/components/HtmlComponent.d.ts +6 -4
  5. package/components/HttpComponent.d.ts +21 -5
  6. package/components/LocaleComponent.d.ts +6 -6
  7. package/components/MetaComponent.d.ts +9 -0
  8. package/components/MetricsComponent.d.ts +1 -1
  9. package/components/SocialComponent.d.ts +1 -1
  10. package/components/StoreComponent.d.ts +7 -2
  11. package/components/StoreComponent.js +1 -1
  12. package/components/WebSocketComponent.d.ts +7 -0
  13. package/docs-autogen-result.json +185 -152
  14. package/en.json +4 -1
  15. package/hooks/useDataProvider.d.ts +1 -1
  16. package/hooks/useDataSelect.d.ts +1 -1
  17. package/hooks/useDataSelect.js +5 -0
  18. package/hooks/useFile.d.ts +5 -5
  19. package/hooks/useForm.d.ts +2 -1
  20. package/index.d.ts +10 -0
  21. package/package.json +1 -1
  22. package/ui/form/Button/Button.d.ts +3 -3
  23. package/ui/form/DateField/DateField.d.ts +1 -1
  24. package/ui/form/Field/Field.d.ts +1 -1
  25. package/ui/form/FieldList/FieldList.d.ts +3 -3
  26. package/ui/form/FieldSet/FieldSet.d.ts +2 -2
  27. package/ui/form/FileField/FileField.d.ts +1 -1
  28. package/ui/form/FileField/FileField.js +4 -5
  29. package/ui/form/Form/Form.d.ts +4 -3
  30. package/ui/form/InputField/InputField.js +4 -3
  31. package/ui/form/NumberField/NumberField.d.ts +4 -0
  32. package/ui/form/NumberField/NumberField.js +12 -3
  33. package/ui/form/NumberField/hooks/useInputTypeNumber.d.ts +1 -1
  34. package/ui/form/NumberField/hooks/useInputTypeNumber.js +11 -5
  35. package/ui/form/TimeField/TimeField.d.ts +1 -1
  36. package/ui/form/TimeRangeField/TimeRangeField.d.ts +1 -1
  37. package/ui/layout/Tooltip/Tooltip.d.ts +2 -2
  38. package/ui/list/List/List.d.ts +3 -3
  39. package/ui/nav/Breadcrumbs/Breadcrumbs.d.ts +2 -2
  40. package/ui/nav/Controls/Controls.d.ts +1 -1
  41. package/ui/nav/Nav/Nav.d.ts +3 -3
@@ -437,7 +437,7 @@
437
437
  {
438
438
  "name": "node",
439
439
  "decorators": [],
440
- "description": "Элемент, к которому нужно добавить класс",
440
+ "description": "Элемент, к которому нужно добавить класс.",
441
441
  "required": true,
442
442
  "type": "ReactNode",
443
443
  "example": null
@@ -445,7 +445,7 @@
445
445
  {
446
446
  "name": "className",
447
447
  "decorators": [],
448
- "description": "Название класса\n",
448
+ "description": "Название класса.\n",
449
449
  "required": true,
450
450
  "type": "string",
451
451
  "example": null
@@ -463,7 +463,7 @@
463
463
  {
464
464
  "name": "blockName",
465
465
  "decorators": [],
466
- "description": "",
466
+ "description": "Название блока.\n",
467
467
  "required": true,
468
468
  "type": "string",
469
469
  "example": null
@@ -481,7 +481,7 @@
481
481
  {
482
482
  "name": "names",
483
483
  "decorators": [],
484
- "description": "",
484
+ "description": "Массив названий классов.\n",
485
485
  "required": true,
486
486
  "type": "string[]",
487
487
  "example": null
@@ -499,7 +499,7 @@
499
499
  {
500
500
  "name": "node",
501
501
  "decorators": [],
502
- "description": "Элемент, у которого нужно удалить класс",
502
+ "description": "Элемент, у которого нужно удалить класс.",
503
503
  "required": true,
504
504
  "type": "ReactNode",
505
505
  "example": null
@@ -507,7 +507,7 @@
507
507
  {
508
508
  "name": "className",
509
509
  "decorators": [],
510
- "description": "Название класса\n",
510
+ "description": "Название класса.\n",
511
511
  "required": true,
512
512
  "type": "string",
513
513
  "example": null
@@ -572,7 +572,7 @@
572
572
  {
573
573
  "name": "response",
574
574
  "decorators": [],
575
- "description": "",
575
+ "description": "Ответ, полученный после выполнения HTTP-запроса.",
576
576
  "required": true,
577
577
  "type": "any",
578
578
  "example": null
@@ -580,7 +580,7 @@
580
580
  {
581
581
  "name": "config",
582
582
  "decorators": [],
583
- "description": "",
583
+ "description": "Конфиг запроса.",
584
584
  "required": true,
585
585
  "type": "Record",
586
586
  "example": null
@@ -588,7 +588,7 @@
588
588
  {
589
589
  "name": "options",
590
590
  "decorators": [],
591
- "description": "",
591
+ "description": "Опции для HTTP-запроса, заголовки и т.д.\n",
592
592
  "required": true,
593
593
  "type": "IHttpRequestOptions",
594
594
  "example": null
@@ -606,7 +606,7 @@
606
606
  {
607
607
  "name": "url",
608
608
  "decorators": [],
609
- "description": "",
609
+ "description": "URL для HTTP-запроса.",
610
610
  "required": true,
611
611
  "type": "string",
612
612
  "example": null
@@ -614,7 +614,7 @@
614
614
  {
615
615
  "name": "params",
616
616
  "decorators": [],
617
- "description": "",
617
+ "description": "Параметры для запроса.",
618
618
  "required": false,
619
619
  "type": "Record",
620
620
  "example": null
@@ -622,7 +622,7 @@
622
622
  {
623
623
  "name": "options",
624
624
  "decorators": [],
625
- "description": "",
625
+ "description": "Опции для HTTP-запроса, заголовки и т.д.\n",
626
626
  "required": false,
627
627
  "type": "IHttpRequestOptions",
628
628
  "example": null
@@ -640,7 +640,7 @@
640
640
  {
641
641
  "name": "url",
642
642
  "decorators": [],
643
- "description": "",
643
+ "description": "URL для HTTP-запроса.",
644
644
  "required": true,
645
645
  "type": "string",
646
646
  "example": null
@@ -648,7 +648,7 @@
648
648
  {
649
649
  "name": "params",
650
650
  "decorators": [],
651
- "description": "",
651
+ "description": "Параметры для запроса.",
652
652
  "required": false,
653
653
  "type": "Record",
654
654
  "example": null
@@ -656,7 +656,7 @@
656
656
  {
657
657
  "name": "options",
658
658
  "decorators": [],
659
- "description": "",
659
+ "description": "Опции для HTTP-запроса, заголовки и т.д.\n",
660
660
  "required": false,
661
661
  "type": "IHttpRequestOptions",
662
662
  "example": null
@@ -701,7 +701,7 @@
701
701
  {
702
702
  "name": "method",
703
703
  "decorators": [],
704
- "description": "",
704
+ "description": "Метод.",
705
705
  "required": true,
706
706
  "type": "string",
707
707
  "example": null
@@ -719,7 +719,7 @@
719
719
  {
720
720
  "name": "params",
721
721
  "decorators": [],
722
- "description": "\n",
722
+ "description": "Параметры для авторизации (accessToken).\n",
723
723
  "required": true,
724
724
  "type": "{accessToken: string}",
725
725
  "example": null
@@ -746,7 +746,7 @@
746
746
  {
747
747
  "name": "url",
748
748
  "decorators": [],
749
- "description": "",
749
+ "description": "URL для HTTP-запроса.",
750
750
  "required": true,
751
751
  "type": "string",
752
752
  "example": null
@@ -754,7 +754,7 @@
754
754
  {
755
755
  "name": "params",
756
756
  "decorators": [],
757
- "description": "",
757
+ "description": "Параметры для запроса.",
758
758
  "required": false,
759
759
  "type": "Record",
760
760
  "example": null
@@ -762,7 +762,7 @@
762
762
  {
763
763
  "name": "options",
764
764
  "decorators": [],
765
- "description": "",
765
+ "description": "Опции для HTTP-запроса, заголовки и т.д.\n",
766
766
  "required": false,
767
767
  "type": "IHttpRequestOptions",
768
768
  "example": null
@@ -798,7 +798,7 @@
798
798
  {
799
799
  "name": "method",
800
800
  "decorators": [],
801
- "description": "",
801
+ "description": "Метод запроса (GET, POST и т.д.).",
802
802
  "required": true,
803
803
  "type": "string",
804
804
  "example": null
@@ -806,7 +806,7 @@
806
806
  {
807
807
  "name": "url",
808
808
  "decorators": [],
809
- "description": "",
809
+ "description": "URL для HTTP-запроса.",
810
810
  "required": true,
811
811
  "type": "string",
812
812
  "example": null
@@ -814,7 +814,7 @@
814
814
  {
815
815
  "name": "params",
816
816
  "decorators": [],
817
- "description": "",
817
+ "description": "Параметры для запроса.",
818
818
  "required": false,
819
819
  "type": "Record",
820
820
  "example": null
@@ -822,7 +822,7 @@
822
822
  {
823
823
  "name": "options",
824
824
  "decorators": [],
825
- "description": "",
825
+ "description": "Опции для HTTP-запроса, заголовки и т.д.\n",
826
826
  "required": false,
827
827
  "type": "IHttpRequestOptions",
828
828
  "example": null
@@ -840,7 +840,7 @@
840
840
  {
841
841
  "name": "value",
842
842
  "decorators": [],
843
- "description": "\n",
843
+ "description": "Значение токена.\n",
844
844
  "required": true,
845
845
  "type": "string",
846
846
  "example": null
@@ -858,7 +858,7 @@
858
858
  {
859
859
  "name": "value",
860
860
  "decorators": [],
861
- "description": "\n",
861
+ "description": "Значение csrf токена.\n",
862
862
  "required": true,
863
863
  "type": "string",
864
864
  "example": null
@@ -1014,7 +1014,7 @@
1014
1014
  {
1015
1015
  "name": "date",
1016
1016
  "decorators": [],
1017
- "description": "Дата",
1017
+ "description": "Дата.",
1018
1018
  "required": false,
1019
1019
  "type": "string",
1020
1020
  "example": null
@@ -1022,7 +1022,7 @@
1022
1022
  {
1023
1023
  "name": "format",
1024
1024
  "decorators": [],
1025
- "description": "Формат даты",
1025
+ "description": "Формат даты.",
1026
1026
  "required": false,
1027
1027
  "type": "string",
1028
1028
  "example": null
@@ -1040,7 +1040,7 @@
1040
1040
  {
1041
1041
  "name": "message",
1042
1042
  "decorators": [],
1043
- "description": "Сообщение для перевода",
1043
+ "description": "Сообщение для перевода.",
1044
1044
  "required": true,
1045
1045
  "type": "string",
1046
1046
  "example": null
@@ -1048,7 +1048,7 @@
1048
1048
  {
1049
1049
  "name": "params",
1050
1050
  "decorators": [],
1051
- "description": "Параметры перевода",
1051
+ "description": "Параметры перевода.",
1052
1052
  "required": false,
1053
1053
  "type": "Record",
1054
1054
  "example": null
@@ -1066,7 +1066,7 @@
1066
1066
  {
1067
1067
  "name": "message",
1068
1068
  "decorators": [],
1069
- "description": "Сообщение для перевода",
1069
+ "description": "Сообщение для перевода.",
1070
1070
  "required": true,
1071
1071
  "type": "string",
1072
1072
  "example": null
@@ -1074,7 +1074,7 @@
1074
1074
  {
1075
1075
  "name": "params",
1076
1076
  "decorators": [],
1077
- "description": "Параметры перевода",
1077
+ "description": "Параметры перевода.",
1078
1078
  "required": false,
1079
1079
  "type": "Record",
1080
1080
  "example": null
@@ -1156,7 +1156,7 @@
1156
1156
  {
1157
1157
  "name": "name",
1158
1158
  "decorators": [],
1159
- "description": "",
1159
+ "description": "Имя модели.\n",
1160
1160
  "required": true,
1161
1161
  "type": "string",
1162
1162
  "example": null
@@ -1174,7 +1174,7 @@
1174
1174
  {
1175
1175
  "name": "name",
1176
1176
  "decorators": [],
1177
- "description": "",
1177
+ "description": "Имя типа.\n",
1178
1178
  "required": true,
1179
1179
  "type": "string",
1180
1180
  "example": null
@@ -1192,7 +1192,7 @@
1192
1192
  {
1193
1193
  "name": "inputModel",
1194
1194
  "decorators": [],
1195
- "description": "",
1195
+ "description": "Модель.",
1196
1196
  "required": true,
1197
1197
  "type": "Model",
1198
1198
  "example": null
@@ -1200,7 +1200,7 @@
1200
1200
  {
1201
1201
  "name": "defaultModel",
1202
1202
  "decorators": [],
1203
- "description": "",
1203
+ "description": "Модель по-умолчанию.\n",
1204
1204
  "required": true,
1205
1205
  "type": "any",
1206
1206
  "example": null
@@ -1218,7 +1218,7 @@
1218
1218
  {
1219
1219
  "name": "name",
1220
1220
  "decorators": [],
1221
- "description": "",
1221
+ "description": "Имя модели.\n",
1222
1222
  "required": true,
1223
1223
  "type": "string",
1224
1224
  "example": null
@@ -1236,7 +1236,7 @@
1236
1236
  {
1237
1237
  "name": "name",
1238
1238
  "decorators": [],
1239
- "description": "",
1239
+ "description": "Имя модели.",
1240
1240
  "required": true,
1241
1241
  "type": "string",
1242
1242
  "example": null
@@ -1244,7 +1244,7 @@
1244
1244
  {
1245
1245
  "name": "item",
1246
1246
  "decorators": [],
1247
- "description": "",
1247
+ "description": "Модель.\n",
1248
1248
  "required": true,
1249
1249
  "type": "Model",
1250
1250
  "example": null
@@ -1262,7 +1262,7 @@
1262
1262
  {
1263
1263
  "name": "name",
1264
1264
  "decorators": [],
1265
- "description": "",
1265
+ "description": "Имя типа.",
1266
1266
  "required": true,
1267
1267
  "type": "string",
1268
1268
  "example": null
@@ -1270,7 +1270,7 @@
1270
1270
  {
1271
1271
  "name": "config",
1272
1272
  "decorators": [],
1273
- "description": "",
1273
+ "description": "Конфиг.\n",
1274
1274
  "required": true,
1275
1275
  "type": "Record",
1276
1276
  "example": null
@@ -1339,7 +1339,7 @@
1339
1339
  {
1340
1340
  "name": "values",
1341
1341
  "decorators": [],
1342
- "description": "Значения\n",
1342
+ "description": "Значения.\n",
1343
1343
  "required": true,
1344
1344
  "type": "any",
1345
1345
  "example": null
@@ -1599,7 +1599,7 @@
1599
1599
  {
1600
1600
  "name": "socialName",
1601
1601
  "decorators": [],
1602
- "description": "Название social\n",
1602
+ "description": "Название social.\n",
1603
1603
  "required": true,
1604
1604
  "type": "string",
1605
1605
  "example": null
@@ -1646,7 +1646,7 @@
1646
1646
  {
1647
1647
  "name": "asyncReducers",
1648
1648
  "decorators": [],
1649
- "description": "",
1649
+ "description": "Коллекция редьюсеров.\n",
1650
1650
  "required": true,
1651
1651
  "type": "any",
1652
1652
  "example": null
@@ -1673,7 +1673,7 @@
1673
1673
  {
1674
1674
  "name": "action",
1675
1675
  "decorators": [],
1676
- "description": "",
1676
+ "description": "Экшен для изменения состояния.\n",
1677
1677
  "required": true,
1678
1678
  "type": "any",
1679
1679
  "example": null
@@ -1691,7 +1691,7 @@
1691
1691
  {
1692
1692
  "name": "error",
1693
1693
  "decorators": [],
1694
- "description": "",
1694
+ "description": "Объект ошибки.",
1695
1695
  "required": true,
1696
1696
  "type": "any",
1697
1697
  "example": null
@@ -1699,7 +1699,7 @@
1699
1699
  {
1700
1700
  "name": "action",
1701
1701
  "decorators": [],
1702
- "description": "",
1702
+ "description": "Callback функция вызываемая при ошибке.\n",
1703
1703
  "required": true,
1704
1704
  "type": "any",
1705
1705
  "example": null
@@ -1709,7 +1709,7 @@
1709
1709
  {
1710
1710
  "name": "getState",
1711
1711
  "decorators": [],
1712
- "description": "Получение состояние",
1712
+ "description": "Получение состояния",
1713
1713
  "required": false,
1714
1714
  "type": "void",
1715
1715
  "example": null,
@@ -1744,7 +1744,7 @@
1744
1744
  {
1745
1745
  "name": "handler",
1746
1746
  "decorators": [],
1747
- "description": "",
1747
+ "description": "Обработчик изменения состояния.\n",
1748
1748
  "required": true,
1749
1749
  "type": "any",
1750
1750
  "example": null
@@ -2270,7 +2270,7 @@
2270
2270
  {
2271
2271
  "name": "closePrevious",
2272
2272
  "decorators": [],
2273
- "description": "",
2273
+ "description": "Флаг для закрытия предыдущего соединения.\n",
2274
2274
  "required": false,
2275
2275
  "type": "boolean",
2276
2276
  "example": null
@@ -2288,7 +2288,7 @@
2288
2288
  {
2289
2289
  "name": "streams",
2290
2290
  "decorators": [],
2291
- "description": "",
2291
+ "description": "Потоки, на которые нужно подписаться.\n",
2292
2292
  "required": true,
2293
2293
  "type": "TStreams",
2294
2294
  "example": null
@@ -2306,7 +2306,7 @@
2306
2306
  {
2307
2307
  "name": "stream",
2308
2308
  "decorators": [],
2309
- "description": "",
2309
+ "description": "Поток, на который нужно подписаться.",
2310
2310
  "required": true,
2311
2311
  "type": "TStream",
2312
2312
  "example": null
@@ -2314,7 +2314,7 @@
2314
2314
  {
2315
2315
  "name": "id",
2316
2316
  "decorators": [],
2317
- "description": "",
2317
+ "description": "Идентификатор потока.\n",
2318
2318
  "required": true,
2319
2319
  "type": "string | number",
2320
2320
  "example": null
@@ -2332,7 +2332,7 @@
2332
2332
  {
2333
2333
  "name": "streams",
2334
2334
  "decorators": [],
2335
- "description": "",
2335
+ "description": "Потоки, от которых нужно подписаться.\n",
2336
2336
  "required": true,
2337
2337
  "type": "TStreams",
2338
2338
  "example": null
@@ -2350,7 +2350,7 @@
2350
2350
  {
2351
2351
  "name": "stream",
2352
2352
  "decorators": [],
2353
- "description": "",
2353
+ "description": "Поток, от которого нужно подписаться.",
2354
2354
  "required": true,
2355
2355
  "type": "TStream",
2356
2356
  "example": null
@@ -2358,7 +2358,7 @@
2358
2358
  {
2359
2359
  "name": "id",
2360
2360
  "decorators": [],
2361
- "description": "",
2361
+ "description": "Идентификатор потока.\n",
2362
2362
  "required": true,
2363
2363
  "type": "string | number",
2364
2364
  "example": null
@@ -3163,7 +3163,7 @@
3163
3163
  "decorators": [],
3164
3164
  "description": "Коллекция элементов",
3165
3165
  "required": false,
3166
- "type": "string | {} | string | number | {id: string | number | boolean, label: string | any}[]",
3166
+ "type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
3167
3167
  "example": "[\n {\n id: 1,\n label: 'Krasnoyarsk'\n },\n {\n id: 2,\n label: 'Moscow'\n }\n]"
3168
3168
  },
3169
3169
  {
@@ -3275,7 +3275,7 @@
3275
3275
  "decorators": [],
3276
3276
  "description": "Сделать активным первый элемент в списке",
3277
3277
  "required": false,
3278
- "type": "any",
3278
+ "type": "boolean",
3279
3279
  "example": "true"
3280
3280
  },
3281
3281
  {
@@ -3622,7 +3622,7 @@
3622
3622
  "decorators": [],
3623
3623
  "description": "Экшен для отправки на бэкенд",
3624
3624
  "required": false,
3625
- "type": "any",
3625
+ "type": "string",
3626
3626
  "example": "'/api/v1/user/avatar/crop'"
3627
3627
  },
3628
3628
  {
@@ -3630,7 +3630,7 @@
3630
3630
  "decorators": [],
3631
3631
  "description": "Точные размеры изображений",
3632
3632
  "required": false,
3633
- "type": "any",
3633
+ "type": "string",
3634
3634
  "example": null
3635
3635
  },
3636
3636
  {
@@ -3638,7 +3638,7 @@
3638
3638
  "decorators": [],
3639
3639
  "description": "Использовать только изображения",
3640
3640
  "required": false,
3641
- "type": "any",
3641
+ "type": "boolean",
3642
3642
  "example": null
3643
3643
  },
3644
3644
  {
@@ -3646,7 +3646,7 @@
3646
3646
  "decorators": [],
3647
3647
  "description": "",
3648
3648
  "required": false,
3649
- "type": "any",
3649
+ "type": "string",
3650
3650
  "example": null
3651
3651
  },
3652
3652
  {
@@ -3670,7 +3670,7 @@
3670
3670
  "decorators": [],
3671
3671
  "description": "Список mime-типов",
3672
3672
  "required": false,
3673
- "type": "any",
3673
+ "type": "string[]",
3674
3674
  "example": null
3675
3675
  },
3676
3676
  {
@@ -4331,7 +4331,7 @@
4331
4331
  "decorators": [],
4332
4332
  "description": "Подсказка, отображается при наведении (через тег title)",
4333
4333
  "required": false,
4334
- "type": "any",
4334
+ "type": "string",
4335
4335
  "example": "Save"
4336
4336
  },
4337
4337
  {
@@ -4403,7 +4403,7 @@
4403
4403
  "decorators": [],
4404
4404
  "description": "Текст кнопки или ссылки",
4405
4405
  "required": false,
4406
- "type": "any",
4406
+ "type": "string",
4407
4407
  "example": "Save"
4408
4408
  },
4409
4409
  {
@@ -4475,7 +4475,7 @@
4475
4475
  "decorators": [],
4476
4476
  "description": "Цвет текста кнопки или ссылки",
4477
4477
  "required": false,
4478
- "type": "any",
4478
+ "type": "string",
4479
4479
  "example": null
4480
4480
  },
4481
4481
  {
@@ -4771,7 +4771,7 @@
4771
4771
  "decorators": [],
4772
4772
  "description": "Подсказка, отображается при наведении (через тег title)",
4773
4773
  "required": false,
4774
- "type": "any",
4774
+ "type": "string",
4775
4775
  "example": "Save"
4776
4776
  },
4777
4777
  {
@@ -4819,7 +4819,7 @@
4819
4819
  "decorators": [],
4820
4820
  "description": "Текст кнопки или ссылки",
4821
4821
  "required": false,
4822
- "type": "any",
4822
+ "type": "string",
4823
4823
  "example": "Save"
4824
4824
  },
4825
4825
  {
@@ -4883,7 +4883,7 @@
4883
4883
  "decorators": [],
4884
4884
  "description": "Цвет текста кнопки или ссылки",
4885
4885
  "required": false,
4886
- "type": "any",
4886
+ "type": "string",
4887
4887
  "example": null
4888
4888
  },
4889
4889
  {
@@ -13242,7 +13242,7 @@
13242
13242
  "decorators": [],
13243
13243
  "description": "Коллекция элементов",
13244
13244
  "required": false,
13245
- "type": "string | {} | string | number | {id: string | number | boolean, label: string | any}[]",
13245
+ "type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
13246
13246
  "example": "[\n {\n id: 1,\n label: 'Krasnoyarsk'\n },\n {\n id: 2,\n label: 'Moscow'\n }\n]",
13247
13247
  "defaultValue": null
13248
13248
  },
@@ -13332,7 +13332,7 @@
13332
13332
  "decorators": [],
13333
13333
  "description": "Сделать активным первый элемент в списке",
13334
13334
  "required": false,
13335
- "type": "any",
13335
+ "type": "boolean",
13336
13336
  "example": "true",
13337
13337
  "defaultValue": null
13338
13338
  },
@@ -13964,7 +13964,7 @@
13964
13964
  "decorators": [],
13965
13965
  "description": "Подсказка, отображается при наведении (через тег title)",
13966
13966
  "required": false,
13967
- "type": "any",
13967
+ "type": "string",
13968
13968
  "example": "Save",
13969
13969
  "defaultValue": null
13970
13970
  },
@@ -14000,7 +14000,7 @@
14000
14000
  "decorators": [],
14001
14001
  "description": "Текст кнопки или ссылки",
14002
14002
  "required": false,
14003
- "type": "any",
14003
+ "type": "string",
14004
14004
  "example": "Save",
14005
14005
  "defaultValue": null
14006
14006
  },
@@ -14072,7 +14072,7 @@
14072
14072
  "decorators": [],
14073
14073
  "description": "Цвет текста кнопки или ссылки",
14074
14074
  "required": false,
14075
- "type": "any",
14075
+ "type": "string",
14076
14076
  "example": null,
14077
14077
  "defaultValue": null
14078
14078
  },
@@ -14231,7 +14231,7 @@
14231
14231
  "decorators": [],
14232
14232
  "description": "Подсказка, отображается при наведении (через тег title)",
14233
14233
  "required": false,
14234
- "type": "any",
14234
+ "type": "string",
14235
14235
  "example": "Save"
14236
14236
  },
14237
14237
  {
@@ -14263,7 +14263,7 @@
14263
14263
  "decorators": [],
14264
14264
  "description": "Текст кнопки или ссылки",
14265
14265
  "required": false,
14266
- "type": "any",
14266
+ "type": "string",
14267
14267
  "example": "Save"
14268
14268
  },
14269
14269
  {
@@ -14343,7 +14343,7 @@
14343
14343
  "decorators": [],
14344
14344
  "description": "Цвет текста кнопки или ссылки",
14345
14345
  "required": false,
14346
- "type": "any",
14346
+ "type": "string",
14347
14347
  "example": null
14348
14348
  },
14349
14349
  {
@@ -15102,7 +15102,7 @@
15102
15102
  "decorators": [],
15103
15103
  "description": "Сделать активным первый элемент в списке",
15104
15104
  "required": false,
15105
- "type": "any",
15105
+ "type": "boolean",
15106
15106
  "example": "true",
15107
15107
  "defaultValue": null
15108
15108
  },
@@ -15615,7 +15615,7 @@
15615
15615
  "decorators": [],
15616
15616
  "description": "Сделать активным первый элемент в списке",
15617
15617
  "required": false,
15618
- "type": "any",
15618
+ "type": "boolean",
15619
15619
  "example": "true",
15620
15620
  "defaultValue": null
15621
15621
  },
@@ -16116,7 +16116,7 @@
16116
16116
  "decorators": [],
16117
16117
  "description": "Свойства для view компонента",
16118
16118
  "required": false,
16119
- "type": "Record",
16119
+ "type": "any",
16120
16120
  "example": null,
16121
16121
  "defaultValue": null
16122
16122
  }
@@ -18415,7 +18415,7 @@
18415
18415
  "decorators": [],
18416
18416
  "description": "Сделать активным первый элемент в списке",
18417
18417
  "required": false,
18418
- "type": "any",
18418
+ "type": "boolean",
18419
18419
  "example": "true",
18420
18420
  "defaultValue": null
18421
18421
  },
@@ -18833,7 +18833,7 @@
18833
18833
  "decorators": [],
18834
18834
  "description": "Сделать активным первый элемент в списке",
18835
18835
  "required": false,
18836
- "type": "any",
18836
+ "type": "boolean",
18837
18837
  "example": "true"
18838
18838
  },
18839
18839
  {
@@ -19223,7 +19223,7 @@
19223
19223
  "decorators": [],
19224
19224
  "description": "Аттрибут (название) поля в форме",
19225
19225
  "required": false,
19226
- "type": "any",
19226
+ "type": "string",
19227
19227
  "example": "isVisible",
19228
19228
  "defaultValue": null
19229
19229
  },
@@ -20300,7 +20300,7 @@
20300
20300
  "decorators": [],
20301
20301
  "description": "Переопределение view React компонента для кастомизации отображения группы полей",
20302
20302
  "required": false,
20303
- "type": "any",
20303
+ "type": "React.ReactNode | {}",
20304
20304
  "example": "MyCustomView",
20305
20305
  "defaultValue": null
20306
20306
  },
@@ -20596,7 +20596,7 @@
20596
20596
  "decorators": [],
20597
20597
  "description": "Диспатч",
20598
20598
  "required": false,
20599
- "type": "any",
20599
+ "type": "Dispatch",
20600
20600
  "example": null,
20601
20601
  "defaultValue": null
20602
20602
  },
@@ -20623,7 +20623,7 @@
20623
20623
  "decorators": [],
20624
20624
  "description": "Заголовок для группы полей в форме",
20625
20625
  "required": false,
20626
- "type": "any",
20626
+ "type": "string",
20627
20627
  "example": "Save",
20628
20628
  "defaultValue": null
20629
20629
  },
@@ -20650,7 +20650,7 @@
20650
20650
  "decorators": [],
20651
20651
  "description": "Провайдер",
20652
20652
  "required": false,
20653
- "type": "any",
20653
+ "type": "{select: {}, useDispatch: {}, useField: {}, useForm: {}} | {select: {}, useDispatch: {}, useField: {}, useForm: {}}",
20654
20654
  "example": null,
20655
20655
  "defaultValue": null
20656
20656
  },
@@ -20714,7 +20714,7 @@
20714
20714
  "decorators": [],
20715
20715
  "description": "",
20716
20716
  "required": false,
20717
- "type": "any",
20717
+ "type": "string",
20718
20718
  "example": null
20719
20719
  }
20720
20720
  ],
@@ -20736,7 +20736,7 @@
20736
20736
  "decorators": [],
20737
20737
  "description": "Экшен для отправки на бэкенд",
20738
20738
  "required": false,
20739
- "type": "any",
20739
+ "type": "string",
20740
20740
  "example": "'/api/v1/user/avatar/crop'"
20741
20741
  },
20742
20742
  {
@@ -20792,7 +20792,7 @@
20792
20792
  "decorators": [],
20793
20793
  "description": "Точные размеры изображений",
20794
20794
  "required": false,
20795
- "type": "any",
20795
+ "type": "string",
20796
20796
  "example": null
20797
20797
  },
20798
20798
  {
@@ -20800,7 +20800,7 @@
20800
20800
  "decorators": [],
20801
20801
  "description": "Использовать только изображения",
20802
20802
  "required": false,
20803
- "type": "any",
20803
+ "type": "boolean",
20804
20804
  "example": null
20805
20805
  },
20806
20806
  {
@@ -20808,7 +20808,7 @@
20808
20808
  "decorators": [],
20809
20809
  "description": "",
20810
20810
  "required": false,
20811
- "type": "any",
20811
+ "type": "string",
20812
20812
  "example": null
20813
20813
  },
20814
20814
  {
@@ -20840,7 +20840,7 @@
20840
20840
  "decorators": [],
20841
20841
  "description": "Список mime-типов",
20842
20842
  "required": false,
20843
- "type": "any",
20843
+ "type": "string[]",
20844
20844
  "example": null
20845
20845
  },
20846
20846
  {
@@ -20956,7 +20956,7 @@
20956
20956
  "decorators": [],
20957
20957
  "description": "Экшен для отправки на бэкенд",
20958
20958
  "required": false,
20959
- "type": "any",
20959
+ "type": "string",
20960
20960
  "example": "'/api/v1/user/avatar/crop'",
20961
20961
  "defaultValue": null
20962
20962
  },
@@ -21064,7 +21064,7 @@
21064
21064
  "decorators": [],
21065
21065
  "description": "Точные размеры изображений",
21066
21066
  "required": false,
21067
- "type": "any",
21067
+ "type": "string",
21068
21068
  "example": null,
21069
21069
  "defaultValue": null
21070
21070
  },
@@ -21073,7 +21073,7 @@
21073
21073
  "decorators": [],
21074
21074
  "description": "Использовать только изображения",
21075
21075
  "required": false,
21076
- "type": "any",
21076
+ "type": "boolean",
21077
21077
  "example": null,
21078
21078
  "defaultValue": null
21079
21079
  },
@@ -21082,7 +21082,7 @@
21082
21082
  "decorators": [],
21083
21083
  "description": "",
21084
21084
  "required": false,
21085
- "type": "any",
21085
+ "type": "string",
21086
21086
  "example": null,
21087
21087
  "defaultValue": null
21088
21088
  },
@@ -21127,7 +21127,7 @@
21127
21127
  "decorators": [],
21128
21128
  "description": "View компонент для элемента списка файлов",
21129
21129
  "required": false,
21130
- "type": "any",
21130
+ "type": "React.ReactNode | {}",
21131
21131
  "example": "true",
21132
21132
  "defaultValue": null
21133
21133
  },
@@ -21145,7 +21145,7 @@
21145
21145
  "decorators": [],
21146
21146
  "description": "Список mime-типов",
21147
21147
  "required": false,
21148
- "type": "any",
21148
+ "type": "string[]",
21149
21149
  "example": null,
21150
21150
  "defaultValue": null
21151
21151
  },
@@ -21303,7 +21303,7 @@
21303
21303
  "decorators": [],
21304
21304
  "description": "Экшен для отправки на бэкенд",
21305
21305
  "required": false,
21306
- "type": "any",
21306
+ "type": "string",
21307
21307
  "example": "'/api/v1/user/avatar/crop'"
21308
21308
  },
21309
21309
  {
@@ -21399,7 +21399,7 @@
21399
21399
  "decorators": [],
21400
21400
  "description": "Точные размеры изображений",
21401
21401
  "required": false,
21402
- "type": "any",
21402
+ "type": "string",
21403
21403
  "example": null
21404
21404
  },
21405
21405
  {
@@ -21407,7 +21407,7 @@
21407
21407
  "decorators": [],
21408
21408
  "description": "Использовать только изображения",
21409
21409
  "required": false,
21410
- "type": "any",
21410
+ "type": "boolean",
21411
21411
  "example": null
21412
21412
  },
21413
21413
  {
@@ -21415,7 +21415,7 @@
21415
21415
  "decorators": [],
21416
21416
  "description": "",
21417
21417
  "required": false,
21418
- "type": "any",
21418
+ "type": "string",
21419
21419
  "example": null
21420
21420
  },
21421
21421
  {
@@ -21455,7 +21455,7 @@
21455
21455
  "decorators": [],
21456
21456
  "description": "View компонент для элемента списка файлов",
21457
21457
  "required": false,
21458
- "type": "any",
21458
+ "type": "React.ReactNode | {}",
21459
21459
  "example": "true"
21460
21460
  },
21461
21461
  {
@@ -21479,7 +21479,7 @@
21479
21479
  "decorators": [],
21480
21480
  "description": "Список mime-типов",
21481
21481
  "required": false,
21482
- "type": "any",
21482
+ "type": "string[]",
21483
21483
  "example": null
21484
21484
  },
21485
21485
  {
@@ -21614,7 +21614,7 @@
21614
21614
  "decorators": [],
21615
21615
  "description": "Диспатч",
21616
21616
  "required": false,
21617
- "type": "any",
21617
+ "type": "Dispatch",
21618
21618
  "example": null
21619
21619
  },
21620
21620
  {
@@ -21646,7 +21646,7 @@
21646
21646
  "decorators": [],
21647
21647
  "description": "Провайдер",
21648
21648
  "required": false,
21649
- "type": "any",
21649
+ "type": "{select: {}, useDispatch: {}, useField: {}, useForm: {}} | {select: {}, useDispatch: {}, useField: {}, useForm: {}}",
21650
21650
  "example": null
21651
21651
  },
21652
21652
  {
@@ -21878,7 +21878,7 @@
21878
21878
  "decorators": [],
21879
21879
  "description": "Набор с правилами для проверки соответствия значений полей формы определенному формату.\nПроверка запускается в момент отправки формы (в обработчике onSubmit).",
21880
21880
  "required": false,
21881
- "type": "any[]",
21881
+ "type": "string[] | string[][] | Record[]",
21882
21882
  "example": "[\n ['name', 'required'],\n ['age', 'integer']\n]",
21883
21883
  "defaultValue": null
21884
21884
  },
@@ -23083,7 +23083,7 @@
23083
23083
  "decorators": [],
23084
23084
  "description": "Экшен для отправки на бэкенд",
23085
23085
  "required": false,
23086
- "type": "any",
23086
+ "type": "string",
23087
23087
  "example": "'/api/v1/user/avatar/crop'",
23088
23088
  "defaultValue": null
23089
23089
  },
@@ -23173,7 +23173,7 @@
23173
23173
  "decorators": [],
23174
23174
  "description": "Точные размеры изображений",
23175
23175
  "required": false,
23176
- "type": "any",
23176
+ "type": "string",
23177
23177
  "example": null,
23178
23178
  "defaultValue": null
23179
23179
  },
@@ -23182,7 +23182,7 @@
23182
23182
  "decorators": [],
23183
23183
  "description": "",
23184
23184
  "required": false,
23185
- "type": "any",
23185
+ "type": "string",
23186
23186
  "example": null,
23187
23187
  "defaultValue": null
23188
23188
  },
@@ -23227,7 +23227,7 @@
23227
23227
  "decorators": [],
23228
23228
  "description": "Список mime-типов",
23229
23229
  "required": false,
23230
- "type": "any",
23230
+ "type": "string[]",
23231
23231
  "example": null,
23232
23232
  "defaultValue": null
23233
23233
  },
@@ -23385,7 +23385,7 @@
23385
23385
  "decorators": [],
23386
23386
  "description": "Экшен для отправки на бэкенд",
23387
23387
  "required": false,
23388
- "type": "any",
23388
+ "type": "string",
23389
23389
  "example": "'/api/v1/user/avatar/crop'"
23390
23390
  },
23391
23391
  {
@@ -23465,7 +23465,7 @@
23465
23465
  "decorators": [],
23466
23466
  "description": "Точные размеры изображений",
23467
23467
  "required": false,
23468
- "type": "any",
23468
+ "type": "string",
23469
23469
  "example": null
23470
23470
  },
23471
23471
  {
@@ -23473,7 +23473,7 @@
23473
23473
  "decorators": [],
23474
23474
  "description": "",
23475
23475
  "required": false,
23476
- "type": "any",
23476
+ "type": "string",
23477
23477
  "example": null
23478
23478
  },
23479
23479
  {
@@ -23521,7 +23521,7 @@
23521
23521
  "decorators": [],
23522
23522
  "description": "Список mime-типов",
23523
23523
  "required": false,
23524
- "type": "any",
23524
+ "type": "string[]",
23525
23525
  "example": null
23526
23526
  },
23527
23527
  {
@@ -24675,7 +24675,7 @@
24675
24675
  "decorators": [],
24676
24676
  "description": "Коллекция элементов",
24677
24677
  "required": false,
24678
- "type": "string | {} | string | number | {id: string | number | boolean, label: string | any}[]",
24678
+ "type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
24679
24679
  "example": "[\n {\n id: 1,\n label: 'Krasnoyarsk'\n },\n {\n id: 2,\n label: 'Moscow'\n }\n]",
24680
24680
  "defaultValue": null
24681
24681
  },
@@ -24838,6 +24838,15 @@
24838
24838
  "example": null,
24839
24839
  "defaultValue": null
24840
24840
  },
24841
+ {
24842
+ "name": "decimal",
24843
+ "decorators": [],
24844
+ "description": "Допустимое количество символов после разделителя",
24845
+ "required": false,
24846
+ "type": "number",
24847
+ "example": null,
24848
+ "defaultValue": null
24849
+ },
24841
24850
  {
24842
24851
  "name": "disabled",
24843
24852
  "decorators": [],
@@ -25093,6 +25102,14 @@
25093
25102
  "type": "any",
25094
25103
  "example": null
25095
25104
  },
25105
+ {
25106
+ "name": "decimal",
25107
+ "decorators": [],
25108
+ "description": "Допустимое количество символов после разделителя",
25109
+ "required": false,
25110
+ "type": "number",
25111
+ "example": null
25112
+ },
25096
25113
  {
25097
25114
  "name": "disabled",
25098
25115
  "decorators": [],
@@ -26435,7 +26452,7 @@
26435
26452
  "decorators": [],
26436
26453
  "description": "Коллекция элементов",
26437
26454
  "required": false,
26438
- "type": "string | {} | string | number | {id: string | number | boolean, label: string | any}[]",
26455
+ "type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
26439
26456
  "example": "[\n {\n id: 1,\n label: 'Krasnoyarsk'\n },\n {\n id: 2,\n label: 'Moscow'\n }\n]",
26440
26457
  "defaultValue": null
26441
26458
  },
@@ -26525,7 +26542,7 @@
26525
26542
  "decorators": [],
26526
26543
  "description": "Сделать активным первый элемент в списке",
26527
26544
  "required": false,
26528
- "type": "any",
26545
+ "type": "boolean",
26529
26546
  "example": "true",
26530
26547
  "defaultValue": null
26531
26548
  },
@@ -28632,7 +28649,7 @@
28632
28649
  "decorators": [],
28633
28650
  "description": "Коллекция элементов",
28634
28651
  "required": false,
28635
- "type": "string | {} | string | number | {id: string | number | boolean, label: string | any}[]",
28652
+ "type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
28636
28653
  "example": "[\n {\n id: 1,\n label: 'Krasnoyarsk'\n },\n {\n id: 2,\n label: 'Moscow'\n }\n]",
28637
28654
  "defaultValue": null
28638
28655
  },
@@ -28713,7 +28730,7 @@
28713
28730
  "decorators": [],
28714
28731
  "description": "Сделать активным первый элемент в списке",
28715
28732
  "required": false,
28716
- "type": "any",
28733
+ "type": "boolean",
28717
28734
  "example": "true",
28718
28735
  "defaultValue": null
28719
28736
  },
@@ -29688,7 +29705,7 @@
29688
29705
  "decorators": [],
29689
29706
  "description": "Свойства для view компонента",
29690
29707
  "required": false,
29691
- "type": "Record",
29708
+ "type": "any",
29692
29709
  "example": null,
29693
29710
  "defaultValue": null
29694
29711
  }
@@ -30204,7 +30221,7 @@
30204
30221
  "decorators": [],
30205
30222
  "description": "Свойства для view компонента",
30206
30223
  "required": false,
30207
- "type": "Record",
30224
+ "type": "any",
30208
30225
  "example": null,
30209
30226
  "defaultValue": null
30210
30227
  }
@@ -30979,7 +30996,7 @@
30979
30996
  "decorators": [],
30980
30997
  "description": "Перечисление элементов.\n1) Может быть строкой вида: `app.geo.enums.Cities`\n2) Массивом: ['{'id: 1, label: \"London\"'}']",
30981
30998
  "required": false,
30982
- "type": "string | {} | string | number | {id: string | number | boolean, label: string | any}[]",
30999
+ "type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
30983
31000
  "example": null,
30984
31001
  "defaultValue": null
30985
31002
  },
@@ -31866,7 +31883,7 @@
31866
31883
  "decorators": [],
31867
31884
  "description": "Контент, который отобразится, если элемент навигации будет активен",
31868
31885
  "required": false,
31869
- "type": "any",
31886
+ "type": "string | ComponentType",
31870
31887
  "example": "ContentComponent"
31871
31888
  },
31872
31889
  {
@@ -31874,7 +31891,7 @@
31874
31891
  "decorators": [],
31875
31892
  "description": "Свойства для компонента с контентом",
31876
31893
  "required": false,
31877
- "type": "any",
31894
+ "type": "Record",
31878
31895
  "example": "{\n content: 'Some text'\n}"
31879
31896
  },
31880
31897
  {
@@ -31906,7 +31923,7 @@
31906
31923
  "decorators": [],
31907
31924
  "description": "Подсказка, отображается при наведении (через тег title)",
31908
31925
  "required": false,
31909
- "type": "any",
31926
+ "type": "string",
31910
31927
  "example": "Save"
31911
31928
  },
31912
31929
  {
@@ -32026,7 +32043,7 @@
32026
32043
  "decorators": [],
32027
32044
  "description": "Цвет текста кнопки или ссылки",
32028
32045
  "required": false,
32029
- "type": "any",
32046
+ "type": "string",
32030
32047
  "example": null
32031
32048
  },
32032
32049
  {
@@ -32601,7 +32618,7 @@
32601
32618
  "decorators": [],
32602
32619
  "description": "Текст подсказки",
32603
32620
  "required": false,
32604
- "type": "any",
32621
+ "type": "string",
32605
32622
  "example": "'Это всплывающая подсказка.'",
32606
32623
  "defaultValue": "''"
32607
32624
  },
@@ -32755,7 +32772,7 @@
32755
32772
  "decorators": [],
32756
32773
  "description": "Текст подсказки",
32757
32774
  "required": true,
32758
- "type": "any",
32775
+ "type": "string",
32759
32776
  "example": null
32760
32777
  },
32761
32778
  {
@@ -33172,7 +33189,7 @@
33172
33189
  "decorators": [],
33173
33190
  "description": "Подсказка, отображается при наведении (через тег title)",
33174
33191
  "required": false,
33175
- "type": "any",
33192
+ "type": "string",
33176
33193
  "example": "Save"
33177
33194
  },
33178
33195
  {
@@ -33204,7 +33221,7 @@
33204
33221
  "decorators": [],
33205
33222
  "description": "Текст кнопки или ссылки",
33206
33223
  "required": false,
33207
- "type": "any",
33224
+ "type": "string",
33208
33225
  "example": "Save"
33209
33226
  },
33210
33227
  {
@@ -33276,7 +33293,7 @@
33276
33293
  "decorators": [],
33277
33294
  "description": "Цвет текста кнопки или ссылки",
33278
33295
  "required": false,
33279
- "type": "any",
33296
+ "type": "string",
33280
33297
  "example": null
33281
33298
  },
33282
33299
  {
@@ -34749,7 +34766,7 @@
34749
34766
  "decorators": [],
34750
34767
  "description": "",
34751
34768
  "required": true,
34752
- "type": "{id: PrimaryKey, label: any, title: any}",
34769
+ "type": "{id: PrimaryKey, label: string, title: string}",
34753
34770
  "example": null
34754
34771
  },
34755
34772
  {
@@ -34886,7 +34903,7 @@
34886
34903
  "decorators": [],
34887
34904
  "description": "Свойства для элемента коллекции",
34888
34905
  "required": false,
34889
- "type": "Record",
34906
+ "type": "any",
34890
34907
  "example": null,
34891
34908
  "defaultValue": null
34892
34909
  },
@@ -36119,7 +36136,7 @@
36119
36136
  "decorators": [],
36120
36137
  "description": "Набор с правилами для проверки соответствия значений полей формы определенному формату.\nПроверка запускается в момент отправки формы (в обработчике onSubmit).",
36121
36138
  "required": false,
36122
- "type": "any[]",
36139
+ "type": "string[] | string[][] | Record[]",
36123
36140
  "example": "[\n ['name', 'required'],\n ['age', 'integer']\n]",
36124
36141
  "defaultValue": null
36125
36142
  },
@@ -37290,7 +37307,7 @@
37290
37307
  "decorators": [],
37291
37308
  "description": "Элементы для группы кнопок",
37292
37309
  "required": true,
37293
- "type": "string | {} | string | number | {id: string | number | boolean, label: string | any}[]",
37310
+ "type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
37294
37311
  "example": "[\n 'button1',\n 'button2',\n 'button3'\n]",
37295
37312
  "defaultValue": null
37296
37313
  },
@@ -37499,7 +37516,7 @@
37499
37516
  "decorators": [],
37500
37517
  "description": "Подсказка, отображается при наведении (через тег title)",
37501
37518
  "required": false,
37502
- "type": "any",
37519
+ "type": "string",
37503
37520
  "example": "Save"
37504
37521
  },
37505
37522
  {
@@ -37539,7 +37556,7 @@
37539
37556
  "decorators": [],
37540
37557
  "description": "Текст кнопки или ссылки",
37541
37558
  "required": false,
37542
- "type": "any",
37559
+ "type": "string",
37543
37560
  "example": "Save"
37544
37561
  },
37545
37562
  {
@@ -37611,7 +37628,7 @@
37611
37628
  "decorators": [],
37612
37629
  "description": "Цвет текста кнопки или ссылки",
37613
37630
  "required": false,
37614
- "type": "any",
37631
+ "type": "string",
37615
37632
  "example": null
37616
37633
  },
37617
37634
  {
@@ -37756,7 +37773,7 @@
37756
37773
  "decorators": [],
37757
37774
  "description": "Коллекция контролов",
37758
37775
  "required": true,
37759
- "type": "IControlItem & {color: string, confirm: string, icon: string, label: any, outline: boolean, position: \"right\" | \"left\"}[]",
37776
+ "type": "IControlItem & {color: string, confirm: string, icon: string, label: string, outline: boolean, position: \"right\" | \"left\"}[]",
37760
37777
  "example": null
37761
37778
  },
37762
37779
  {
@@ -37875,7 +37892,7 @@
37875
37892
  "decorators": [],
37876
37893
  "description": "Подсказка, отображается при наведении (через тег title)",
37877
37894
  "required": false,
37878
- "type": "any",
37895
+ "type": "string",
37879
37896
  "example": "Save",
37880
37897
  "defaultValue": null
37881
37898
  },
@@ -37911,7 +37928,7 @@
37911
37928
  "decorators": [],
37912
37929
  "description": "Текст кнопки или ссылки",
37913
37930
  "required": false,
37914
- "type": "any",
37931
+ "type": "string",
37915
37932
  "example": "Save",
37916
37933
  "defaultValue": null
37917
37934
  },
@@ -37983,7 +38000,7 @@
37983
38000
  "decorators": [],
37984
38001
  "description": "Цвет текста кнопки или ссылки",
37985
38002
  "required": false,
37986
- "type": "any",
38003
+ "type": "string",
37987
38004
  "example": null,
37988
38005
  "defaultValue": null
37989
38006
  },
@@ -38118,7 +38135,7 @@
38118
38135
  "decorators": [],
38119
38136
  "description": "Контент, который отобразится, если элемент навигации будет активен",
38120
38137
  "required": false,
38121
- "type": "any",
38138
+ "type": "string | ComponentType",
38122
38139
  "example": "ContentComponent"
38123
38140
  },
38124
38141
  {
@@ -38126,7 +38143,7 @@
38126
38143
  "decorators": [],
38127
38144
  "description": "Свойства для компонента с контентом",
38128
38145
  "required": false,
38129
- "type": "any",
38146
+ "type": "Record",
38130
38147
  "example": "{\n content: 'Some text'\n}"
38131
38148
  },
38132
38149
  {
@@ -38158,7 +38175,7 @@
38158
38175
  "decorators": [],
38159
38176
  "description": "Подсказка, отображается при наведении (через тег title)",
38160
38177
  "required": false,
38161
- "type": "any",
38178
+ "type": "string",
38162
38179
  "example": "Save"
38163
38180
  },
38164
38181
  {
@@ -38278,7 +38295,7 @@
38278
38295
  "decorators": [],
38279
38296
  "description": "Цвет текста кнопки или ссылки",
38280
38297
  "required": false,
38281
- "type": "any",
38298
+ "type": "string",
38282
38299
  "example": null
38283
38300
  },
38284
38301
  {
@@ -39694,7 +39711,7 @@
39694
39711
  "decorators": [],
39695
39712
  "description": "",
39696
39713
  "required": true,
39697
- "type": "string | {} | string | number | {id: string | number | boolean, label: string | any}[]",
39714
+ "type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
39698
39715
  "example": null
39699
39716
  },
39700
39717
  "ColorName": {
@@ -39737,6 +39754,14 @@
39737
39754
  "type": "React.ReactNode | {}",
39738
39755
  "example": "MyCustomView"
39739
39756
  },
39757
+ "CustomViewProps": {
39758
+ "name": "CustomViewProps",
39759
+ "decorators": [],
39760
+ "description": "Свойства для view компонента",
39761
+ "required": true,
39762
+ "type": "React.ComponentProps",
39763
+ "example": null
39764
+ },
39740
39765
  "FormInputType": {
39741
39766
  "name": "FormInputType",
39742
39767
  "decorators": [],
@@ -39769,6 +39794,14 @@
39769
39794
  "type": "number | string",
39770
39795
  "example": null
39771
39796
  },
39797
+ "RouteParams": {
39798
+ "name": "RouteParams",
39799
+ "decorators": [],
39800
+ "description": "Тип данных для параметров маршрута.",
39801
+ "required": true,
39802
+ "type": "Record | null",
39803
+ "example": null
39804
+ },
39772
39805
  "Size": {
39773
39806
  "name": "Size",
39774
39807
  "decorators": [],
@@ -39950,7 +39983,7 @@
39950
39983
  "decorators": [],
39951
39984
  "description": "",
39952
39985
  "required": true,
39953
- "type": "IBreadcrumbsProps & {routeParams: any}",
39986
+ "type": "IBreadcrumbsProps & {routeParams: Record}",
39954
39987
  "example": null
39955
39988
  },
39956
39989
  "ILinkViewProps": {
@@ -41519,7 +41552,7 @@
41519
41552
  "name": "default",
41520
41553
  "moduleName": "components/StoreComponent",
41521
41554
  "title": "Store Component",
41522
- "description": "Обертка над Redux Store со встроенными middleware (thunk, multi, promise..) и react-router",
41555
+ "description": "Обертка над Redux Store со встроенными middleware (thunk, multi, promise..) и react-router.",
41523
41556
  "tags": {},
41524
41557
  "properties": [
41525
41558
  {
@@ -41614,7 +41647,7 @@
41614
41647
  {
41615
41648
  "name": "getState",
41616
41649
  "decorators": [],
41617
- "description": "Получение состояние",
41650
+ "description": "Получение состояния",
41618
41651
  "required": false,
41619
41652
  "type": "any",
41620
41653
  "example": null,