@steroidsjs/core 3.0.6 → 3.0.7

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.
@@ -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": {