@steroidsjs/core 3.0.5 → 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.
- package/actions/auth.d.ts +2 -2
- package/actions/list.d.ts +2 -2
- package/actions/router.d.ts +1 -3
- package/components/HttpComponent.d.ts +1 -1
- package/docs-autogen-result.json +235 -108
- package/en.json +5 -1
- package/hooks/useDataProvider.d.ts +1 -1
- package/hooks/useDataSelect.d.ts +1 -1
- package/hooks/useFile.d.ts +5 -5
- package/hooks/useForm.d.ts +2 -1
- package/hooks/useTree.d.ts +10 -0
- package/hooks/useTree.js +26 -1
- package/index.d.ts +10 -0
- package/package.json +1 -1
- package/ui/form/Button/Button.d.ts +3 -3
- package/ui/form/CheckboxTreeField/CheckboxTreeField.d.ts +3 -3
- package/ui/form/CheckboxTreeField/CheckboxTreeField.js +11 -7
- package/ui/form/DateField/DateField.d.ts +1 -1
- package/ui/form/Field/Field.d.ts +1 -1
- package/ui/form/FieldList/FieldList.d.ts +3 -3
- package/ui/form/FieldSet/FieldSet.d.ts +2 -2
- package/ui/form/FileField/FileField.d.ts +1 -1
- package/ui/form/FileField/FileField.js +4 -5
- package/ui/form/Form/Form.d.ts +4 -3
- package/ui/form/NumberField/NumberField.d.ts +4 -0
- package/ui/form/NumberField/NumberField.js +14 -4
- package/ui/form/NumberField/hooks/useInputTypeNumber.d.ts +2 -1
- package/ui/form/NumberField/hooks/useInputTypeNumber.js +18 -11
- package/ui/form/TimeField/TimeField.d.ts +1 -1
- package/ui/form/TimeRangeField/TimeRangeField.d.ts +1 -1
- package/ui/layout/Tooltip/Tooltip.d.ts +2 -2
- package/ui/list/List/List.d.ts +3 -3
- package/ui/list/TreeTable/TreeTable.d.ts +2 -1
- package/ui/list/TreeTable/TreeTable.js +5 -2
- package/ui/nav/Breadcrumbs/Breadcrumbs.d.ts +2 -2
- package/ui/nav/Controls/Controls.d.ts +1 -1
- package/ui/nav/Nav/Nav.d.ts +3 -3
- package/ui/nav/Tree/Tree.d.ts +1 -1
- package/ui/nav/Tree/Tree.js +5 -2
package/docs-autogen-result.json
CHANGED
|
@@ -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 |
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
4478
|
+
"type": "string",
|
|
4479
4479
|
"example": null
|
|
4480
4480
|
},
|
|
4481
4481
|
{
|
|
@@ -4581,6 +4581,14 @@
|
|
|
4581
4581
|
"type": "number",
|
|
4582
4582
|
"example": "1"
|
|
4583
4583
|
},
|
|
4584
|
+
{
|
|
4585
|
+
"name": "clientStorageId",
|
|
4586
|
+
"decorators": [],
|
|
4587
|
+
"description": "Идентификатор (ключ) для сохранения в LocalStorage коллекции.",
|
|
4588
|
+
"required": false,
|
|
4589
|
+
"type": "string",
|
|
4590
|
+
"example": "'exampleTree'"
|
|
4591
|
+
},
|
|
4584
4592
|
{
|
|
4585
4593
|
"name": "currentPage",
|
|
4586
4594
|
"decorators": [],
|
|
@@ -4629,6 +4637,14 @@
|
|
|
4629
4637
|
"type": "any",
|
|
4630
4638
|
"example": null
|
|
4631
4639
|
},
|
|
4640
|
+
{
|
|
4641
|
+
"name": "saveInClientStorage",
|
|
4642
|
+
"decorators": [],
|
|
4643
|
+
"description": "Сохранение в localStorage уровней вложенности.",
|
|
4644
|
+
"required": false,
|
|
4645
|
+
"type": "boolean",
|
|
4646
|
+
"example": "true"
|
|
4647
|
+
},
|
|
4632
4648
|
{
|
|
4633
4649
|
"name": "selectedItemId",
|
|
4634
4650
|
"decorators": [],
|
|
@@ -4755,7 +4771,7 @@
|
|
|
4755
4771
|
"decorators": [],
|
|
4756
4772
|
"description": "Подсказка, отображается при наведении (через тег title)",
|
|
4757
4773
|
"required": false,
|
|
4758
|
-
"type": "
|
|
4774
|
+
"type": "string",
|
|
4759
4775
|
"example": "Save"
|
|
4760
4776
|
},
|
|
4761
4777
|
{
|
|
@@ -4803,7 +4819,7 @@
|
|
|
4803
4819
|
"decorators": [],
|
|
4804
4820
|
"description": "Текст кнопки или ссылки",
|
|
4805
4821
|
"required": false,
|
|
4806
|
-
"type": "
|
|
4822
|
+
"type": "string",
|
|
4807
4823
|
"example": "Save"
|
|
4808
4824
|
},
|
|
4809
4825
|
{
|
|
@@ -4867,7 +4883,7 @@
|
|
|
4867
4883
|
"decorators": [],
|
|
4868
4884
|
"description": "Цвет текста кнопки или ссылки",
|
|
4869
4885
|
"required": false,
|
|
4870
|
-
"type": "
|
|
4886
|
+
"type": "string",
|
|
4871
4887
|
"example": null
|
|
4872
4888
|
},
|
|
4873
4889
|
{
|
|
@@ -13226,7 +13242,7 @@
|
|
|
13226
13242
|
"decorators": [],
|
|
13227
13243
|
"description": "Коллекция элементов",
|
|
13228
13244
|
"required": false,
|
|
13229
|
-
"type": "string | {} | string | number | {id: string | number | boolean, label: string |
|
|
13245
|
+
"type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
|
|
13230
13246
|
"example": "[\n {\n id: 1,\n label: 'Krasnoyarsk'\n },\n {\n id: 2,\n label: 'Moscow'\n }\n]",
|
|
13231
13247
|
"defaultValue": null
|
|
13232
13248
|
},
|
|
@@ -13316,7 +13332,7 @@
|
|
|
13316
13332
|
"decorators": [],
|
|
13317
13333
|
"description": "Сделать активным первый элемент в списке",
|
|
13318
13334
|
"required": false,
|
|
13319
|
-
"type": "
|
|
13335
|
+
"type": "boolean",
|
|
13320
13336
|
"example": "true",
|
|
13321
13337
|
"defaultValue": null
|
|
13322
13338
|
},
|
|
@@ -13948,7 +13964,7 @@
|
|
|
13948
13964
|
"decorators": [],
|
|
13949
13965
|
"description": "Подсказка, отображается при наведении (через тег title)",
|
|
13950
13966
|
"required": false,
|
|
13951
|
-
"type": "
|
|
13967
|
+
"type": "string",
|
|
13952
13968
|
"example": "Save",
|
|
13953
13969
|
"defaultValue": null
|
|
13954
13970
|
},
|
|
@@ -13984,7 +14000,7 @@
|
|
|
13984
14000
|
"decorators": [],
|
|
13985
14001
|
"description": "Текст кнопки или ссылки",
|
|
13986
14002
|
"required": false,
|
|
13987
|
-
"type": "
|
|
14003
|
+
"type": "string",
|
|
13988
14004
|
"example": "Save",
|
|
13989
14005
|
"defaultValue": null
|
|
13990
14006
|
},
|
|
@@ -14056,7 +14072,7 @@
|
|
|
14056
14072
|
"decorators": [],
|
|
14057
14073
|
"description": "Цвет текста кнопки или ссылки",
|
|
14058
14074
|
"required": false,
|
|
14059
|
-
"type": "
|
|
14075
|
+
"type": "string",
|
|
14060
14076
|
"example": null,
|
|
14061
14077
|
"defaultValue": null
|
|
14062
14078
|
},
|
|
@@ -14215,7 +14231,7 @@
|
|
|
14215
14231
|
"decorators": [],
|
|
14216
14232
|
"description": "Подсказка, отображается при наведении (через тег title)",
|
|
14217
14233
|
"required": false,
|
|
14218
|
-
"type": "
|
|
14234
|
+
"type": "string",
|
|
14219
14235
|
"example": "Save"
|
|
14220
14236
|
},
|
|
14221
14237
|
{
|
|
@@ -14247,7 +14263,7 @@
|
|
|
14247
14263
|
"decorators": [],
|
|
14248
14264
|
"description": "Текст кнопки или ссылки",
|
|
14249
14265
|
"required": false,
|
|
14250
|
-
"type": "
|
|
14266
|
+
"type": "string",
|
|
14251
14267
|
"example": "Save"
|
|
14252
14268
|
},
|
|
14253
14269
|
{
|
|
@@ -14327,7 +14343,7 @@
|
|
|
14327
14343
|
"decorators": [],
|
|
14328
14344
|
"description": "Цвет текста кнопки или ссылки",
|
|
14329
14345
|
"required": false,
|
|
14330
|
-
"type": "
|
|
14346
|
+
"type": "string",
|
|
14331
14347
|
"example": null
|
|
14332
14348
|
},
|
|
14333
14349
|
{
|
|
@@ -15086,7 +15102,7 @@
|
|
|
15086
15102
|
"decorators": [],
|
|
15087
15103
|
"description": "Сделать активным первый элемент в списке",
|
|
15088
15104
|
"required": false,
|
|
15089
|
-
"type": "
|
|
15105
|
+
"type": "boolean",
|
|
15090
15106
|
"example": "true",
|
|
15091
15107
|
"defaultValue": null
|
|
15092
15108
|
},
|
|
@@ -15312,7 +15328,7 @@
|
|
|
15312
15328
|
"'items'>",
|
|
15313
15329
|
"IUiComponent",
|
|
15314
15330
|
"Pick<ITreeProps",
|
|
15315
|
-
"'levelPadding' | 'alwaysOpened' | 'customIcon'>"
|
|
15331
|
+
"'levelPadding' | 'alwaysOpened' | 'hasIconExpandOnly' | 'customIcon' | 'saveInClientStorage'>"
|
|
15316
15332
|
],
|
|
15317
15333
|
"properties": [
|
|
15318
15334
|
{
|
|
@@ -15423,6 +15439,15 @@
|
|
|
15423
15439
|
"example": "items",
|
|
15424
15440
|
"defaultValue": null
|
|
15425
15441
|
},
|
|
15442
|
+
{
|
|
15443
|
+
"name": "hasIconExpandOnly",
|
|
15444
|
+
"decorators": [],
|
|
15445
|
+
"description": "Флаг, определяющий раскрывать вложенные элементы по клику на весь элемент или только на иконку",
|
|
15446
|
+
"required": false,
|
|
15447
|
+
"type": "boolean",
|
|
15448
|
+
"example": "false",
|
|
15449
|
+
"defaultValue": null
|
|
15450
|
+
},
|
|
15426
15451
|
{
|
|
15427
15452
|
"name": "hasOnlyLeafCheckboxes",
|
|
15428
15453
|
"decorators": [],
|
|
@@ -15576,12 +15601,21 @@
|
|
|
15576
15601
|
"example": "true",
|
|
15577
15602
|
"defaultValue": null
|
|
15578
15603
|
},
|
|
15604
|
+
{
|
|
15605
|
+
"name": "saveInClientStorage",
|
|
15606
|
+
"decorators": [],
|
|
15607
|
+
"description": "Сохранение в localStorage уровней вложенности.",
|
|
15608
|
+
"required": false,
|
|
15609
|
+
"type": "boolean",
|
|
15610
|
+
"example": "true",
|
|
15611
|
+
"defaultValue": null
|
|
15612
|
+
},
|
|
15579
15613
|
{
|
|
15580
15614
|
"name": "selectFirst",
|
|
15581
15615
|
"decorators": [],
|
|
15582
15616
|
"description": "Сделать активным первый элемент в списке",
|
|
15583
15617
|
"required": false,
|
|
15584
|
-
"type": "
|
|
15618
|
+
"type": "boolean",
|
|
15585
15619
|
"example": "true",
|
|
15586
15620
|
"defaultValue": null
|
|
15587
15621
|
},
|
|
@@ -15671,7 +15705,7 @@
|
|
|
15671
15705
|
"extends": [
|
|
15672
15706
|
"IFieldWrapperOutputProps",
|
|
15673
15707
|
"Pick<ITreeProps",
|
|
15674
|
-
"'levelPadding' | 'customIcon'>"
|
|
15708
|
+
"'levelPadding' | 'hasIconExpandOnly' | 'customIcon'>"
|
|
15675
15709
|
],
|
|
15676
15710
|
"properties": [
|
|
15677
15711
|
{
|
|
@@ -15706,6 +15740,14 @@
|
|
|
15706
15740
|
"type": "string",
|
|
15707
15741
|
"example": null
|
|
15708
15742
|
},
|
|
15743
|
+
{
|
|
15744
|
+
"name": "hasIconExpandOnly",
|
|
15745
|
+
"decorators": [],
|
|
15746
|
+
"description": "Флаг, определяющий раскрывать вложенные элементы по клику на весь элемент или только на иконку",
|
|
15747
|
+
"required": false,
|
|
15748
|
+
"type": "boolean",
|
|
15749
|
+
"example": "false"
|
|
15750
|
+
},
|
|
15709
15751
|
{
|
|
15710
15752
|
"name": "hasOnlyLeafCheckboxes",
|
|
15711
15753
|
"decorators": [],
|
|
@@ -16074,7 +16116,7 @@
|
|
|
16074
16116
|
"decorators": [],
|
|
16075
16117
|
"description": "Свойства для view компонента",
|
|
16076
16118
|
"required": false,
|
|
16077
|
-
"type": "
|
|
16119
|
+
"type": "any",
|
|
16078
16120
|
"example": null,
|
|
16079
16121
|
"defaultValue": null
|
|
16080
16122
|
}
|
|
@@ -18373,7 +18415,7 @@
|
|
|
18373
18415
|
"decorators": [],
|
|
18374
18416
|
"description": "Сделать активным первый элемент в списке",
|
|
18375
18417
|
"required": false,
|
|
18376
|
-
"type": "
|
|
18418
|
+
"type": "boolean",
|
|
18377
18419
|
"example": "true",
|
|
18378
18420
|
"defaultValue": null
|
|
18379
18421
|
},
|
|
@@ -18791,7 +18833,7 @@
|
|
|
18791
18833
|
"decorators": [],
|
|
18792
18834
|
"description": "Сделать активным первый элемент в списке",
|
|
18793
18835
|
"required": false,
|
|
18794
|
-
"type": "
|
|
18836
|
+
"type": "boolean",
|
|
18795
18837
|
"example": "true"
|
|
18796
18838
|
},
|
|
18797
18839
|
{
|
|
@@ -19181,7 +19223,7 @@
|
|
|
19181
19223
|
"decorators": [],
|
|
19182
19224
|
"description": "Аттрибут (название) поля в форме",
|
|
19183
19225
|
"required": false,
|
|
19184
|
-
"type": "
|
|
19226
|
+
"type": "string",
|
|
19185
19227
|
"example": "isVisible",
|
|
19186
19228
|
"defaultValue": null
|
|
19187
19229
|
},
|
|
@@ -20258,7 +20300,7 @@
|
|
|
20258
20300
|
"decorators": [],
|
|
20259
20301
|
"description": "Переопределение view React компонента для кастомизации отображения группы полей",
|
|
20260
20302
|
"required": false,
|
|
20261
|
-
"type": "
|
|
20303
|
+
"type": "React.ReactNode | {}",
|
|
20262
20304
|
"example": "MyCustomView",
|
|
20263
20305
|
"defaultValue": null
|
|
20264
20306
|
},
|
|
@@ -20554,7 +20596,7 @@
|
|
|
20554
20596
|
"decorators": [],
|
|
20555
20597
|
"description": "Диспатч",
|
|
20556
20598
|
"required": false,
|
|
20557
|
-
"type": "
|
|
20599
|
+
"type": "Dispatch",
|
|
20558
20600
|
"example": null,
|
|
20559
20601
|
"defaultValue": null
|
|
20560
20602
|
},
|
|
@@ -20581,7 +20623,7 @@
|
|
|
20581
20623
|
"decorators": [],
|
|
20582
20624
|
"description": "Заголовок для группы полей в форме",
|
|
20583
20625
|
"required": false,
|
|
20584
|
-
"type": "
|
|
20626
|
+
"type": "string",
|
|
20585
20627
|
"example": "Save",
|
|
20586
20628
|
"defaultValue": null
|
|
20587
20629
|
},
|
|
@@ -20608,7 +20650,7 @@
|
|
|
20608
20650
|
"decorators": [],
|
|
20609
20651
|
"description": "Провайдер",
|
|
20610
20652
|
"required": false,
|
|
20611
|
-
"type": "
|
|
20653
|
+
"type": "{select: {}, useDispatch: {}, useField: {}, useForm: {}} | {select: {}, useDispatch: {}, useField: {}, useForm: {}}",
|
|
20612
20654
|
"example": null,
|
|
20613
20655
|
"defaultValue": null
|
|
20614
20656
|
},
|
|
@@ -20672,7 +20714,7 @@
|
|
|
20672
20714
|
"decorators": [],
|
|
20673
20715
|
"description": "",
|
|
20674
20716
|
"required": false,
|
|
20675
|
-
"type": "
|
|
20717
|
+
"type": "string",
|
|
20676
20718
|
"example": null
|
|
20677
20719
|
}
|
|
20678
20720
|
],
|
|
@@ -20694,7 +20736,7 @@
|
|
|
20694
20736
|
"decorators": [],
|
|
20695
20737
|
"description": "Экшен для отправки на бэкенд",
|
|
20696
20738
|
"required": false,
|
|
20697
|
-
"type": "
|
|
20739
|
+
"type": "string",
|
|
20698
20740
|
"example": "'/api/v1/user/avatar/crop'"
|
|
20699
20741
|
},
|
|
20700
20742
|
{
|
|
@@ -20750,7 +20792,7 @@
|
|
|
20750
20792
|
"decorators": [],
|
|
20751
20793
|
"description": "Точные размеры изображений",
|
|
20752
20794
|
"required": false,
|
|
20753
|
-
"type": "
|
|
20795
|
+
"type": "string",
|
|
20754
20796
|
"example": null
|
|
20755
20797
|
},
|
|
20756
20798
|
{
|
|
@@ -20758,7 +20800,7 @@
|
|
|
20758
20800
|
"decorators": [],
|
|
20759
20801
|
"description": "Использовать только изображения",
|
|
20760
20802
|
"required": false,
|
|
20761
|
-
"type": "
|
|
20803
|
+
"type": "boolean",
|
|
20762
20804
|
"example": null
|
|
20763
20805
|
},
|
|
20764
20806
|
{
|
|
@@ -20766,7 +20808,7 @@
|
|
|
20766
20808
|
"decorators": [],
|
|
20767
20809
|
"description": "",
|
|
20768
20810
|
"required": false,
|
|
20769
|
-
"type": "
|
|
20811
|
+
"type": "string",
|
|
20770
20812
|
"example": null
|
|
20771
20813
|
},
|
|
20772
20814
|
{
|
|
@@ -20798,7 +20840,7 @@
|
|
|
20798
20840
|
"decorators": [],
|
|
20799
20841
|
"description": "Список mime-типов",
|
|
20800
20842
|
"required": false,
|
|
20801
|
-
"type": "
|
|
20843
|
+
"type": "string[]",
|
|
20802
20844
|
"example": null
|
|
20803
20845
|
},
|
|
20804
20846
|
{
|
|
@@ -20914,7 +20956,7 @@
|
|
|
20914
20956
|
"decorators": [],
|
|
20915
20957
|
"description": "Экшен для отправки на бэкенд",
|
|
20916
20958
|
"required": false,
|
|
20917
|
-
"type": "
|
|
20959
|
+
"type": "string",
|
|
20918
20960
|
"example": "'/api/v1/user/avatar/crop'",
|
|
20919
20961
|
"defaultValue": null
|
|
20920
20962
|
},
|
|
@@ -21022,7 +21064,7 @@
|
|
|
21022
21064
|
"decorators": [],
|
|
21023
21065
|
"description": "Точные размеры изображений",
|
|
21024
21066
|
"required": false,
|
|
21025
|
-
"type": "
|
|
21067
|
+
"type": "string",
|
|
21026
21068
|
"example": null,
|
|
21027
21069
|
"defaultValue": null
|
|
21028
21070
|
},
|
|
@@ -21031,7 +21073,7 @@
|
|
|
21031
21073
|
"decorators": [],
|
|
21032
21074
|
"description": "Использовать только изображения",
|
|
21033
21075
|
"required": false,
|
|
21034
|
-
"type": "
|
|
21076
|
+
"type": "boolean",
|
|
21035
21077
|
"example": null,
|
|
21036
21078
|
"defaultValue": null
|
|
21037
21079
|
},
|
|
@@ -21040,7 +21082,7 @@
|
|
|
21040
21082
|
"decorators": [],
|
|
21041
21083
|
"description": "",
|
|
21042
21084
|
"required": false,
|
|
21043
|
-
"type": "
|
|
21085
|
+
"type": "string",
|
|
21044
21086
|
"example": null,
|
|
21045
21087
|
"defaultValue": null
|
|
21046
21088
|
},
|
|
@@ -21085,7 +21127,7 @@
|
|
|
21085
21127
|
"decorators": [],
|
|
21086
21128
|
"description": "View компонент для элемента списка файлов",
|
|
21087
21129
|
"required": false,
|
|
21088
|
-
"type": "
|
|
21130
|
+
"type": "React.ReactNode | {}",
|
|
21089
21131
|
"example": "true",
|
|
21090
21132
|
"defaultValue": null
|
|
21091
21133
|
},
|
|
@@ -21103,7 +21145,7 @@
|
|
|
21103
21145
|
"decorators": [],
|
|
21104
21146
|
"description": "Список mime-типов",
|
|
21105
21147
|
"required": false,
|
|
21106
|
-
"type": "
|
|
21148
|
+
"type": "string[]",
|
|
21107
21149
|
"example": null,
|
|
21108
21150
|
"defaultValue": null
|
|
21109
21151
|
},
|
|
@@ -21261,7 +21303,7 @@
|
|
|
21261
21303
|
"decorators": [],
|
|
21262
21304
|
"description": "Экшен для отправки на бэкенд",
|
|
21263
21305
|
"required": false,
|
|
21264
|
-
"type": "
|
|
21306
|
+
"type": "string",
|
|
21265
21307
|
"example": "'/api/v1/user/avatar/crop'"
|
|
21266
21308
|
},
|
|
21267
21309
|
{
|
|
@@ -21357,7 +21399,7 @@
|
|
|
21357
21399
|
"decorators": [],
|
|
21358
21400
|
"description": "Точные размеры изображений",
|
|
21359
21401
|
"required": false,
|
|
21360
|
-
"type": "
|
|
21402
|
+
"type": "string",
|
|
21361
21403
|
"example": null
|
|
21362
21404
|
},
|
|
21363
21405
|
{
|
|
@@ -21365,7 +21407,7 @@
|
|
|
21365
21407
|
"decorators": [],
|
|
21366
21408
|
"description": "Использовать только изображения",
|
|
21367
21409
|
"required": false,
|
|
21368
|
-
"type": "
|
|
21410
|
+
"type": "boolean",
|
|
21369
21411
|
"example": null
|
|
21370
21412
|
},
|
|
21371
21413
|
{
|
|
@@ -21373,7 +21415,7 @@
|
|
|
21373
21415
|
"decorators": [],
|
|
21374
21416
|
"description": "",
|
|
21375
21417
|
"required": false,
|
|
21376
|
-
"type": "
|
|
21418
|
+
"type": "string",
|
|
21377
21419
|
"example": null
|
|
21378
21420
|
},
|
|
21379
21421
|
{
|
|
@@ -21413,7 +21455,7 @@
|
|
|
21413
21455
|
"decorators": [],
|
|
21414
21456
|
"description": "View компонент для элемента списка файлов",
|
|
21415
21457
|
"required": false,
|
|
21416
|
-
"type": "
|
|
21458
|
+
"type": "React.ReactNode | {}",
|
|
21417
21459
|
"example": "true"
|
|
21418
21460
|
},
|
|
21419
21461
|
{
|
|
@@ -21437,7 +21479,7 @@
|
|
|
21437
21479
|
"decorators": [],
|
|
21438
21480
|
"description": "Список mime-типов",
|
|
21439
21481
|
"required": false,
|
|
21440
|
-
"type": "
|
|
21482
|
+
"type": "string[]",
|
|
21441
21483
|
"example": null
|
|
21442
21484
|
},
|
|
21443
21485
|
{
|
|
@@ -21572,7 +21614,7 @@
|
|
|
21572
21614
|
"decorators": [],
|
|
21573
21615
|
"description": "Диспатч",
|
|
21574
21616
|
"required": false,
|
|
21575
|
-
"type": "
|
|
21617
|
+
"type": "Dispatch",
|
|
21576
21618
|
"example": null
|
|
21577
21619
|
},
|
|
21578
21620
|
{
|
|
@@ -21604,7 +21646,7 @@
|
|
|
21604
21646
|
"decorators": [],
|
|
21605
21647
|
"description": "Провайдер",
|
|
21606
21648
|
"required": false,
|
|
21607
|
-
"type": "
|
|
21649
|
+
"type": "{select: {}, useDispatch: {}, useField: {}, useForm: {}} | {select: {}, useDispatch: {}, useField: {}, useForm: {}}",
|
|
21608
21650
|
"example": null
|
|
21609
21651
|
},
|
|
21610
21652
|
{
|
|
@@ -21836,7 +21878,7 @@
|
|
|
21836
21878
|
"decorators": [],
|
|
21837
21879
|
"description": "Набор с правилами для проверки соответствия значений полей формы определенному формату.\nПроверка запускается в момент отправки формы (в обработчике onSubmit).",
|
|
21838
21880
|
"required": false,
|
|
21839
|
-
"type": "
|
|
21881
|
+
"type": "string[] | string[][] | Record[]",
|
|
21840
21882
|
"example": "[\n ['name', 'required'],\n ['age', 'integer']\n]",
|
|
21841
21883
|
"defaultValue": null
|
|
21842
21884
|
},
|
|
@@ -23041,7 +23083,7 @@
|
|
|
23041
23083
|
"decorators": [],
|
|
23042
23084
|
"description": "Экшен для отправки на бэкенд",
|
|
23043
23085
|
"required": false,
|
|
23044
|
-
"type": "
|
|
23086
|
+
"type": "string",
|
|
23045
23087
|
"example": "'/api/v1/user/avatar/crop'",
|
|
23046
23088
|
"defaultValue": null
|
|
23047
23089
|
},
|
|
@@ -23131,7 +23173,7 @@
|
|
|
23131
23173
|
"decorators": [],
|
|
23132
23174
|
"description": "Точные размеры изображений",
|
|
23133
23175
|
"required": false,
|
|
23134
|
-
"type": "
|
|
23176
|
+
"type": "string",
|
|
23135
23177
|
"example": null,
|
|
23136
23178
|
"defaultValue": null
|
|
23137
23179
|
},
|
|
@@ -23140,7 +23182,7 @@
|
|
|
23140
23182
|
"decorators": [],
|
|
23141
23183
|
"description": "",
|
|
23142
23184
|
"required": false,
|
|
23143
|
-
"type": "
|
|
23185
|
+
"type": "string",
|
|
23144
23186
|
"example": null,
|
|
23145
23187
|
"defaultValue": null
|
|
23146
23188
|
},
|
|
@@ -23185,7 +23227,7 @@
|
|
|
23185
23227
|
"decorators": [],
|
|
23186
23228
|
"description": "Список mime-типов",
|
|
23187
23229
|
"required": false,
|
|
23188
|
-
"type": "
|
|
23230
|
+
"type": "string[]",
|
|
23189
23231
|
"example": null,
|
|
23190
23232
|
"defaultValue": null
|
|
23191
23233
|
},
|
|
@@ -23343,7 +23385,7 @@
|
|
|
23343
23385
|
"decorators": [],
|
|
23344
23386
|
"description": "Экшен для отправки на бэкенд",
|
|
23345
23387
|
"required": false,
|
|
23346
|
-
"type": "
|
|
23388
|
+
"type": "string",
|
|
23347
23389
|
"example": "'/api/v1/user/avatar/crop'"
|
|
23348
23390
|
},
|
|
23349
23391
|
{
|
|
@@ -23423,7 +23465,7 @@
|
|
|
23423
23465
|
"decorators": [],
|
|
23424
23466
|
"description": "Точные размеры изображений",
|
|
23425
23467
|
"required": false,
|
|
23426
|
-
"type": "
|
|
23468
|
+
"type": "string",
|
|
23427
23469
|
"example": null
|
|
23428
23470
|
},
|
|
23429
23471
|
{
|
|
@@ -23431,7 +23473,7 @@
|
|
|
23431
23473
|
"decorators": [],
|
|
23432
23474
|
"description": "",
|
|
23433
23475
|
"required": false,
|
|
23434
|
-
"type": "
|
|
23476
|
+
"type": "string",
|
|
23435
23477
|
"example": null
|
|
23436
23478
|
},
|
|
23437
23479
|
{
|
|
@@ -23479,7 +23521,7 @@
|
|
|
23479
23521
|
"decorators": [],
|
|
23480
23522
|
"description": "Список mime-типов",
|
|
23481
23523
|
"required": false,
|
|
23482
|
-
"type": "
|
|
23524
|
+
"type": "string[]",
|
|
23483
23525
|
"example": null
|
|
23484
23526
|
},
|
|
23485
23527
|
{
|
|
@@ -24633,7 +24675,7 @@
|
|
|
24633
24675
|
"decorators": [],
|
|
24634
24676
|
"description": "Коллекция элементов",
|
|
24635
24677
|
"required": false,
|
|
24636
|
-
"type": "string | {} | string | number | {id: string | number | boolean, label: string |
|
|
24678
|
+
"type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
|
|
24637
24679
|
"example": "[\n {\n id: 1,\n label: 'Krasnoyarsk'\n },\n {\n id: 2,\n label: 'Moscow'\n }\n]",
|
|
24638
24680
|
"defaultValue": null
|
|
24639
24681
|
},
|
|
@@ -24796,6 +24838,15 @@
|
|
|
24796
24838
|
"example": null,
|
|
24797
24839
|
"defaultValue": null
|
|
24798
24840
|
},
|
|
24841
|
+
{
|
|
24842
|
+
"name": "decimal",
|
|
24843
|
+
"decorators": [],
|
|
24844
|
+
"description": "Допустимое количество символов после разделителя",
|
|
24845
|
+
"required": false,
|
|
24846
|
+
"type": "number",
|
|
24847
|
+
"example": null,
|
|
24848
|
+
"defaultValue": null
|
|
24849
|
+
},
|
|
24799
24850
|
{
|
|
24800
24851
|
"name": "disabled",
|
|
24801
24852
|
"decorators": [],
|
|
@@ -25051,6 +25102,14 @@
|
|
|
25051
25102
|
"type": "any",
|
|
25052
25103
|
"example": null
|
|
25053
25104
|
},
|
|
25105
|
+
{
|
|
25106
|
+
"name": "decimal",
|
|
25107
|
+
"decorators": [],
|
|
25108
|
+
"description": "Допустимое количество символов после разделителя",
|
|
25109
|
+
"required": false,
|
|
25110
|
+
"type": "number",
|
|
25111
|
+
"example": null
|
|
25112
|
+
},
|
|
25054
25113
|
{
|
|
25055
25114
|
"name": "disabled",
|
|
25056
25115
|
"decorators": [],
|
|
@@ -26393,7 +26452,7 @@
|
|
|
26393
26452
|
"decorators": [],
|
|
26394
26453
|
"description": "Коллекция элементов",
|
|
26395
26454
|
"required": false,
|
|
26396
|
-
"type": "string | {} | string | number | {id: string | number | boolean, label: string |
|
|
26455
|
+
"type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
|
|
26397
26456
|
"example": "[\n {\n id: 1,\n label: 'Krasnoyarsk'\n },\n {\n id: 2,\n label: 'Moscow'\n }\n]",
|
|
26398
26457
|
"defaultValue": null
|
|
26399
26458
|
},
|
|
@@ -26483,7 +26542,7 @@
|
|
|
26483
26542
|
"decorators": [],
|
|
26484
26543
|
"description": "Сделать активным первый элемент в списке",
|
|
26485
26544
|
"required": false,
|
|
26486
|
-
"type": "
|
|
26545
|
+
"type": "boolean",
|
|
26487
26546
|
"example": "true",
|
|
26488
26547
|
"defaultValue": null
|
|
26489
26548
|
},
|
|
@@ -28590,7 +28649,7 @@
|
|
|
28590
28649
|
"decorators": [],
|
|
28591
28650
|
"description": "Коллекция элементов",
|
|
28592
28651
|
"required": false,
|
|
28593
|
-
"type": "string | {} | string | number | {id: string | number | boolean, label: string |
|
|
28652
|
+
"type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
|
|
28594
28653
|
"example": "[\n {\n id: 1,\n label: 'Krasnoyarsk'\n },\n {\n id: 2,\n label: 'Moscow'\n }\n]",
|
|
28595
28654
|
"defaultValue": null
|
|
28596
28655
|
},
|
|
@@ -28671,7 +28730,7 @@
|
|
|
28671
28730
|
"decorators": [],
|
|
28672
28731
|
"description": "Сделать активным первый элемент в списке",
|
|
28673
28732
|
"required": false,
|
|
28674
|
-
"type": "
|
|
28733
|
+
"type": "boolean",
|
|
28675
28734
|
"example": "true",
|
|
28676
28735
|
"defaultValue": null
|
|
28677
28736
|
},
|
|
@@ -29646,7 +29705,7 @@
|
|
|
29646
29705
|
"decorators": [],
|
|
29647
29706
|
"description": "Свойства для view компонента",
|
|
29648
29707
|
"required": false,
|
|
29649
|
-
"type": "
|
|
29708
|
+
"type": "any",
|
|
29650
29709
|
"example": null,
|
|
29651
29710
|
"defaultValue": null
|
|
29652
29711
|
}
|
|
@@ -30162,7 +30221,7 @@
|
|
|
30162
30221
|
"decorators": [],
|
|
30163
30222
|
"description": "Свойства для view компонента",
|
|
30164
30223
|
"required": false,
|
|
30165
|
-
"type": "
|
|
30224
|
+
"type": "any",
|
|
30166
30225
|
"example": null,
|
|
30167
30226
|
"defaultValue": null
|
|
30168
30227
|
}
|
|
@@ -30937,7 +30996,7 @@
|
|
|
30937
30996
|
"decorators": [],
|
|
30938
30997
|
"description": "Перечисление элементов.\n1) Может быть строкой вида: `app.geo.enums.Cities`\n2) Массивом: ['{'id: 1, label: \"London\"'}']",
|
|
30939
30998
|
"required": false,
|
|
30940
|
-
"type": "string | {} | string | number | {id: string | number | boolean, label: string |
|
|
30999
|
+
"type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
|
|
30941
31000
|
"example": null,
|
|
30942
31001
|
"defaultValue": null
|
|
30943
31002
|
},
|
|
@@ -31824,7 +31883,7 @@
|
|
|
31824
31883
|
"decorators": [],
|
|
31825
31884
|
"description": "Контент, который отобразится, если элемент навигации будет активен",
|
|
31826
31885
|
"required": false,
|
|
31827
|
-
"type": "
|
|
31886
|
+
"type": "string | ComponentType",
|
|
31828
31887
|
"example": "ContentComponent"
|
|
31829
31888
|
},
|
|
31830
31889
|
{
|
|
@@ -31832,7 +31891,7 @@
|
|
|
31832
31891
|
"decorators": [],
|
|
31833
31892
|
"description": "Свойства для компонента с контентом",
|
|
31834
31893
|
"required": false,
|
|
31835
|
-
"type": "
|
|
31894
|
+
"type": "Record",
|
|
31836
31895
|
"example": "{\n content: 'Some text'\n}"
|
|
31837
31896
|
},
|
|
31838
31897
|
{
|
|
@@ -31864,7 +31923,7 @@
|
|
|
31864
31923
|
"decorators": [],
|
|
31865
31924
|
"description": "Подсказка, отображается при наведении (через тег title)",
|
|
31866
31925
|
"required": false,
|
|
31867
|
-
"type": "
|
|
31926
|
+
"type": "string",
|
|
31868
31927
|
"example": "Save"
|
|
31869
31928
|
},
|
|
31870
31929
|
{
|
|
@@ -31984,7 +32043,7 @@
|
|
|
31984
32043
|
"decorators": [],
|
|
31985
32044
|
"description": "Цвет текста кнопки или ссылки",
|
|
31986
32045
|
"required": false,
|
|
31987
|
-
"type": "
|
|
32046
|
+
"type": "string",
|
|
31988
32047
|
"example": null
|
|
31989
32048
|
},
|
|
31990
32049
|
{
|
|
@@ -32559,7 +32618,7 @@
|
|
|
32559
32618
|
"decorators": [],
|
|
32560
32619
|
"description": "Текст подсказки",
|
|
32561
32620
|
"required": false,
|
|
32562
|
-
"type": "
|
|
32621
|
+
"type": "string",
|
|
32563
32622
|
"example": "'Это всплывающая подсказка.'",
|
|
32564
32623
|
"defaultValue": "''"
|
|
32565
32624
|
},
|
|
@@ -32713,7 +32772,7 @@
|
|
|
32713
32772
|
"decorators": [],
|
|
32714
32773
|
"description": "Текст подсказки",
|
|
32715
32774
|
"required": true,
|
|
32716
|
-
"type": "
|
|
32775
|
+
"type": "string",
|
|
32717
32776
|
"example": null
|
|
32718
32777
|
},
|
|
32719
32778
|
{
|
|
@@ -33130,7 +33189,7 @@
|
|
|
33130
33189
|
"decorators": [],
|
|
33131
33190
|
"description": "Подсказка, отображается при наведении (через тег title)",
|
|
33132
33191
|
"required": false,
|
|
33133
|
-
"type": "
|
|
33192
|
+
"type": "string",
|
|
33134
33193
|
"example": "Save"
|
|
33135
33194
|
},
|
|
33136
33195
|
{
|
|
@@ -33162,7 +33221,7 @@
|
|
|
33162
33221
|
"decorators": [],
|
|
33163
33222
|
"description": "Текст кнопки или ссылки",
|
|
33164
33223
|
"required": false,
|
|
33165
|
-
"type": "
|
|
33224
|
+
"type": "string",
|
|
33166
33225
|
"example": "Save"
|
|
33167
33226
|
},
|
|
33168
33227
|
{
|
|
@@ -33234,7 +33293,7 @@
|
|
|
33234
33293
|
"decorators": [],
|
|
33235
33294
|
"description": "Цвет текста кнопки или ссылки",
|
|
33236
33295
|
"required": false,
|
|
33237
|
-
"type": "
|
|
33296
|
+
"type": "string",
|
|
33238
33297
|
"example": null
|
|
33239
33298
|
},
|
|
33240
33299
|
{
|
|
@@ -34707,7 +34766,7 @@
|
|
|
34707
34766
|
"decorators": [],
|
|
34708
34767
|
"description": "",
|
|
34709
34768
|
"required": true,
|
|
34710
|
-
"type": "{id: PrimaryKey, label:
|
|
34769
|
+
"type": "{id: PrimaryKey, label: string, title: string}",
|
|
34711
34770
|
"example": null
|
|
34712
34771
|
},
|
|
34713
34772
|
{
|
|
@@ -34844,7 +34903,7 @@
|
|
|
34844
34903
|
"decorators": [],
|
|
34845
34904
|
"description": "Свойства для элемента коллекции",
|
|
34846
34905
|
"required": false,
|
|
34847
|
-
"type": "
|
|
34906
|
+
"type": "any",
|
|
34848
34907
|
"example": null,
|
|
34849
34908
|
"defaultValue": null
|
|
34850
34909
|
},
|
|
@@ -36077,7 +36136,7 @@
|
|
|
36077
36136
|
"decorators": [],
|
|
36078
36137
|
"description": "Набор с правилами для проверки соответствия значений полей формы определенному формату.\nПроверка запускается в момент отправки формы (в обработчике onSubmit).",
|
|
36079
36138
|
"required": false,
|
|
36080
|
-
"type": "
|
|
36139
|
+
"type": "string[] | string[][] | Record[]",
|
|
36081
36140
|
"example": "[\n ['name', 'required'],\n ['age', 'integer']\n]",
|
|
36082
36141
|
"defaultValue": null
|
|
36083
36142
|
},
|
|
@@ -36567,7 +36626,7 @@
|
|
|
36567
36626
|
"extends": [
|
|
36568
36627
|
"IColumnViewProps",
|
|
36569
36628
|
"Pick<ITreeTableProps",
|
|
36570
|
-
"'levelPadding' | 'customIcon'>"
|
|
36629
|
+
"'levelPadding' | 'customIcon' >"
|
|
36571
36630
|
],
|
|
36572
36631
|
"properties": [
|
|
36573
36632
|
{
|
|
@@ -36773,13 +36832,14 @@
|
|
|
36773
36832
|
"tags": {},
|
|
36774
36833
|
"defaultProps": {
|
|
36775
36834
|
"alwaysOpened": "false",
|
|
36776
|
-
"levelPadding": "32"
|
|
36835
|
+
"levelPadding": "32",
|
|
36836
|
+
"saveInClientStorage": "false"
|
|
36777
36837
|
},
|
|
36778
36838
|
"extends": [
|
|
36779
36839
|
"Omit<IGridProps",
|
|
36780
36840
|
"'items'>",
|
|
36781
36841
|
"Pick<ITreeProps",
|
|
36782
|
-
"'alwaysOpened' | 'levelPadding' | 'customIcon'>"
|
|
36842
|
+
"'alwaysOpened' | 'levelPadding' | 'customIcon' | 'saveInClientStorage'>"
|
|
36783
36843
|
],
|
|
36784
36844
|
"properties": [
|
|
36785
36845
|
{
|
|
@@ -36817,6 +36877,15 @@
|
|
|
36817
36877
|
"type": "number",
|
|
36818
36878
|
"example": "32",
|
|
36819
36879
|
"defaultValue": "32"
|
|
36880
|
+
},
|
|
36881
|
+
{
|
|
36882
|
+
"name": "saveInClientStorage",
|
|
36883
|
+
"decorators": [],
|
|
36884
|
+
"description": "Сохранение в localStorage уровней вложенности.",
|
|
36885
|
+
"required": false,
|
|
36886
|
+
"type": "boolean",
|
|
36887
|
+
"example": "true",
|
|
36888
|
+
"defaultValue": "false"
|
|
36820
36889
|
}
|
|
36821
36890
|
],
|
|
36822
36891
|
"methods": []
|
|
@@ -37238,7 +37307,7 @@
|
|
|
37238
37307
|
"decorators": [],
|
|
37239
37308
|
"description": "Элементы для группы кнопок",
|
|
37240
37309
|
"required": true,
|
|
37241
|
-
"type": "string | {} | string | number | {id: string | number | boolean, label: string |
|
|
37310
|
+
"type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
|
|
37242
37311
|
"example": "[\n 'button1',\n 'button2',\n 'button3'\n]",
|
|
37243
37312
|
"defaultValue": null
|
|
37244
37313
|
},
|
|
@@ -37447,7 +37516,7 @@
|
|
|
37447
37516
|
"decorators": [],
|
|
37448
37517
|
"description": "Подсказка, отображается при наведении (через тег title)",
|
|
37449
37518
|
"required": false,
|
|
37450
|
-
"type": "
|
|
37519
|
+
"type": "string",
|
|
37451
37520
|
"example": "Save"
|
|
37452
37521
|
},
|
|
37453
37522
|
{
|
|
@@ -37487,7 +37556,7 @@
|
|
|
37487
37556
|
"decorators": [],
|
|
37488
37557
|
"description": "Текст кнопки или ссылки",
|
|
37489
37558
|
"required": false,
|
|
37490
|
-
"type": "
|
|
37559
|
+
"type": "string",
|
|
37491
37560
|
"example": "Save"
|
|
37492
37561
|
},
|
|
37493
37562
|
{
|
|
@@ -37559,7 +37628,7 @@
|
|
|
37559
37628
|
"decorators": [],
|
|
37560
37629
|
"description": "Цвет текста кнопки или ссылки",
|
|
37561
37630
|
"required": false,
|
|
37562
|
-
"type": "
|
|
37631
|
+
"type": "string",
|
|
37563
37632
|
"example": null
|
|
37564
37633
|
},
|
|
37565
37634
|
{
|
|
@@ -37704,7 +37773,7 @@
|
|
|
37704
37773
|
"decorators": [],
|
|
37705
37774
|
"description": "Коллекция контролов",
|
|
37706
37775
|
"required": true,
|
|
37707
|
-
"type": "IControlItem & {color: string, confirm: string, icon: string, label:
|
|
37776
|
+
"type": "IControlItem & {color: string, confirm: string, icon: string, label: string, outline: boolean, position: \"right\" | \"left\"}[]",
|
|
37708
37777
|
"example": null
|
|
37709
37778
|
},
|
|
37710
37779
|
{
|
|
@@ -37823,7 +37892,7 @@
|
|
|
37823
37892
|
"decorators": [],
|
|
37824
37893
|
"description": "Подсказка, отображается при наведении (через тег title)",
|
|
37825
37894
|
"required": false,
|
|
37826
|
-
"type": "
|
|
37895
|
+
"type": "string",
|
|
37827
37896
|
"example": "Save",
|
|
37828
37897
|
"defaultValue": null
|
|
37829
37898
|
},
|
|
@@ -37859,7 +37928,7 @@
|
|
|
37859
37928
|
"decorators": [],
|
|
37860
37929
|
"description": "Текст кнопки или ссылки",
|
|
37861
37930
|
"required": false,
|
|
37862
|
-
"type": "
|
|
37931
|
+
"type": "string",
|
|
37863
37932
|
"example": "Save",
|
|
37864
37933
|
"defaultValue": null
|
|
37865
37934
|
},
|
|
@@ -37931,7 +38000,7 @@
|
|
|
37931
38000
|
"decorators": [],
|
|
37932
38001
|
"description": "Цвет текста кнопки или ссылки",
|
|
37933
38002
|
"required": false,
|
|
37934
|
-
"type": "
|
|
38003
|
+
"type": "string",
|
|
37935
38004
|
"example": null,
|
|
37936
38005
|
"defaultValue": null
|
|
37937
38006
|
},
|
|
@@ -38066,7 +38135,7 @@
|
|
|
38066
38135
|
"decorators": [],
|
|
38067
38136
|
"description": "Контент, который отобразится, если элемент навигации будет активен",
|
|
38068
38137
|
"required": false,
|
|
38069
|
-
"type": "
|
|
38138
|
+
"type": "string | ComponentType",
|
|
38070
38139
|
"example": "ContentComponent"
|
|
38071
38140
|
},
|
|
38072
38141
|
{
|
|
@@ -38074,7 +38143,7 @@
|
|
|
38074
38143
|
"decorators": [],
|
|
38075
38144
|
"description": "Свойства для компонента с контентом",
|
|
38076
38145
|
"required": false,
|
|
38077
|
-
"type": "
|
|
38146
|
+
"type": "Record",
|
|
38078
38147
|
"example": "{\n content: 'Some text'\n}"
|
|
38079
38148
|
},
|
|
38080
38149
|
{
|
|
@@ -38106,7 +38175,7 @@
|
|
|
38106
38175
|
"decorators": [],
|
|
38107
38176
|
"description": "Подсказка, отображается при наведении (через тег title)",
|
|
38108
38177
|
"required": false,
|
|
38109
|
-
"type": "
|
|
38178
|
+
"type": "string",
|
|
38110
38179
|
"example": "Save"
|
|
38111
38180
|
},
|
|
38112
38181
|
{
|
|
@@ -38226,7 +38295,7 @@
|
|
|
38226
38295
|
"decorators": [],
|
|
38227
38296
|
"description": "Цвет текста кнопки или ссылки",
|
|
38228
38297
|
"required": false,
|
|
38229
|
-
"type": "
|
|
38298
|
+
"type": "string",
|
|
38230
38299
|
"example": null
|
|
38231
38300
|
},
|
|
38232
38301
|
{
|
|
@@ -38832,6 +38901,14 @@
|
|
|
38832
38901
|
"type": "string",
|
|
38833
38902
|
"example": null
|
|
38834
38903
|
},
|
|
38904
|
+
{
|
|
38905
|
+
"name": "clientStorageId",
|
|
38906
|
+
"decorators": [],
|
|
38907
|
+
"description": "Идентификатор (ключ) для сохранения в LocalStorage коллекции.",
|
|
38908
|
+
"required": false,
|
|
38909
|
+
"type": "string",
|
|
38910
|
+
"example": "'exampleTree'"
|
|
38911
|
+
},
|
|
38835
38912
|
{
|
|
38836
38913
|
"name": "customIcon",
|
|
38837
38914
|
"decorators": [],
|
|
@@ -38912,6 +38989,14 @@
|
|
|
38912
38989
|
"type": "any",
|
|
38913
38990
|
"example": null
|
|
38914
38991
|
},
|
|
38992
|
+
{
|
|
38993
|
+
"name": "saveInClientStorage",
|
|
38994
|
+
"decorators": [],
|
|
38995
|
+
"description": "Сохранение в localStorage уровней вложенности.",
|
|
38996
|
+
"required": false,
|
|
38997
|
+
"type": "boolean",
|
|
38998
|
+
"example": "true"
|
|
38999
|
+
},
|
|
38915
39000
|
{
|
|
38916
39001
|
"name": "selectedItemId",
|
|
38917
39002
|
"decorators": [],
|
|
@@ -38989,15 +39074,6 @@
|
|
|
38989
39074
|
"example": null
|
|
38990
39075
|
}
|
|
38991
39076
|
]
|
|
38992
|
-
},
|
|
38993
|
-
{
|
|
38994
|
-
"name": "onNestedItemClick",
|
|
38995
|
-
"decorators": [],
|
|
38996
|
-
"description": "",
|
|
38997
|
-
"required": false,
|
|
38998
|
-
"type": "void",
|
|
38999
|
-
"example": null,
|
|
39000
|
-
"parameters": []
|
|
39001
39077
|
}
|
|
39002
39078
|
]
|
|
39003
39079
|
},
|
|
@@ -39015,6 +39091,7 @@
|
|
|
39015
39091
|
"itemsKey": "'items'",
|
|
39016
39092
|
"level": "0",
|
|
39017
39093
|
"levelPadding": "32",
|
|
39094
|
+
"saveInClientStorage": "false",
|
|
39018
39095
|
"useSameSelectedItemId": "true"
|
|
39019
39096
|
},
|
|
39020
39097
|
"extends": [
|
|
@@ -39058,6 +39135,15 @@
|
|
|
39058
39135
|
"example": null,
|
|
39059
39136
|
"defaultValue": null
|
|
39060
39137
|
},
|
|
39138
|
+
{
|
|
39139
|
+
"name": "clientStorageId",
|
|
39140
|
+
"decorators": [],
|
|
39141
|
+
"description": "Идентификатор (ключ) для сохранения в LocalStorage коллекции.",
|
|
39142
|
+
"required": false,
|
|
39143
|
+
"type": "string",
|
|
39144
|
+
"example": "'exampleTree'",
|
|
39145
|
+
"defaultValue": null
|
|
39146
|
+
},
|
|
39061
39147
|
{
|
|
39062
39148
|
"name": "customIcon",
|
|
39063
39149
|
"decorators": [],
|
|
@@ -39139,6 +39225,15 @@
|
|
|
39139
39225
|
"example": null,
|
|
39140
39226
|
"defaultValue": null
|
|
39141
39227
|
},
|
|
39228
|
+
{
|
|
39229
|
+
"name": "saveInClientStorage",
|
|
39230
|
+
"decorators": [],
|
|
39231
|
+
"description": "Сохранение в localStorage уровней вложенности.",
|
|
39232
|
+
"required": false,
|
|
39233
|
+
"type": "boolean",
|
|
39234
|
+
"example": "true",
|
|
39235
|
+
"defaultValue": "false"
|
|
39236
|
+
},
|
|
39142
39237
|
{
|
|
39143
39238
|
"name": "selectedItemId",
|
|
39144
39239
|
"decorators": [],
|
|
@@ -39257,6 +39352,14 @@
|
|
|
39257
39352
|
"type": "string",
|
|
39258
39353
|
"example": null
|
|
39259
39354
|
},
|
|
39355
|
+
{
|
|
39356
|
+
"name": "clientStorageId",
|
|
39357
|
+
"decorators": [],
|
|
39358
|
+
"description": "Идентификатор (ключ) для сохранения в LocalStorage коллекции.",
|
|
39359
|
+
"required": false,
|
|
39360
|
+
"type": "string",
|
|
39361
|
+
"example": "'exampleTree'"
|
|
39362
|
+
},
|
|
39260
39363
|
{
|
|
39261
39364
|
"name": "customIcon",
|
|
39262
39365
|
"decorators": [],
|
|
@@ -39329,6 +39432,14 @@
|
|
|
39329
39432
|
"type": "any",
|
|
39330
39433
|
"example": null
|
|
39331
39434
|
},
|
|
39435
|
+
{
|
|
39436
|
+
"name": "saveInClientStorage",
|
|
39437
|
+
"decorators": [],
|
|
39438
|
+
"description": "Сохранение в localStorage уровней вложенности.",
|
|
39439
|
+
"required": false,
|
|
39440
|
+
"type": "boolean",
|
|
39441
|
+
"example": "true"
|
|
39442
|
+
},
|
|
39332
39443
|
{
|
|
39333
39444
|
"name": "selectedItemId",
|
|
39334
39445
|
"decorators": [],
|
|
@@ -39600,7 +39711,7 @@
|
|
|
39600
39711
|
"decorators": [],
|
|
39601
39712
|
"description": "",
|
|
39602
39713
|
"required": true,
|
|
39603
|
-
"type": "string | {} | string | number | {id: string | number | boolean, label: string |
|
|
39714
|
+
"type": "string | {} | string | number | {id: string | number | boolean, label: string | Record}[]",
|
|
39604
39715
|
"example": null
|
|
39605
39716
|
},
|
|
39606
39717
|
"ColorName": {
|
|
@@ -39643,6 +39754,14 @@
|
|
|
39643
39754
|
"type": "React.ReactNode | {}",
|
|
39644
39755
|
"example": "MyCustomView"
|
|
39645
39756
|
},
|
|
39757
|
+
"CustomViewProps": {
|
|
39758
|
+
"name": "CustomViewProps",
|
|
39759
|
+
"decorators": [],
|
|
39760
|
+
"description": "Свойства для view компонента",
|
|
39761
|
+
"required": true,
|
|
39762
|
+
"type": "React.ComponentProps",
|
|
39763
|
+
"example": null
|
|
39764
|
+
},
|
|
39646
39765
|
"FormInputType": {
|
|
39647
39766
|
"name": "FormInputType",
|
|
39648
39767
|
"decorators": [],
|
|
@@ -39675,6 +39794,14 @@
|
|
|
39675
39794
|
"type": "number | string",
|
|
39676
39795
|
"example": null
|
|
39677
39796
|
},
|
|
39797
|
+
"RouteParams": {
|
|
39798
|
+
"name": "RouteParams",
|
|
39799
|
+
"decorators": [],
|
|
39800
|
+
"description": "Тип данных для параметров маршрута.",
|
|
39801
|
+
"required": true,
|
|
39802
|
+
"type": "Record | null",
|
|
39803
|
+
"example": null
|
|
39804
|
+
},
|
|
39678
39805
|
"Size": {
|
|
39679
39806
|
"name": "Size",
|
|
39680
39807
|
"decorators": [],
|
|
@@ -39856,7 +39983,7 @@
|
|
|
39856
39983
|
"decorators": [],
|
|
39857
39984
|
"description": "",
|
|
39858
39985
|
"required": true,
|
|
39859
|
-
"type": "IBreadcrumbsProps & {routeParams:
|
|
39986
|
+
"type": "IBreadcrumbsProps & {routeParams: Record}",
|
|
39860
39987
|
"example": null
|
|
39861
39988
|
},
|
|
39862
39989
|
"ILinkViewProps": {
|