@steroidsjs/core 3.0.0-beta.45 → 3.0.0-beta.46

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 (35) hide show
  1. package/docs-autogen-result.json +576 -15
  2. package/package.json +1 -1
  3. package/ui/form/ImageField/ImageField.d.ts +5 -0
  4. package/ui/form/ImageField/ImageField.js +4 -0
  5. package/ui/form/TimeField/TimeField.d.ts +1 -1
  6. package/ui/form/TimeField/TimeField.js +3 -2
  7. package/ui/format/MoneyFormatter/MoneyFormatter.js +3 -2
  8. package/ui/layout/Header/Header.d.ts +0 -4
  9. package/ui/list/Empty/Empty.d.ts +1 -10
  10. package/ui/list/Empty/Empty.js +2 -2
  11. package/ui/list/PaginationSize/PaginationSize.d.ts +10 -12
  12. package/ui/list/PaginationSize/PaginationSize.js +10 -9
  13. package/ui/nav/Controls/Controls.js +1 -1
  14. package/ui/nav/Nav/Nav.d.ts +1 -0
  15. package/ui/nav/Nav/Nav.js +2 -1
  16. package/ui/form/ReCaptchaField/demo/basic.d.ts +0 -8
  17. package/ui/form/ReCaptchaField/demo/basic.js +0 -43
  18. package/ui/layout/Notifications/demo/basic.d.ts +0 -8
  19. package/ui/layout/Notifications/demo/basic.js +0 -57
  20. package/ui/layout/Notifications/demo/position.d.ts +0 -3
  21. package/ui/layout/Notifications/demo/position.js +0 -49
  22. package/ui/layout/Notifications/demo/timeOut.d.ts +0 -3
  23. package/ui/layout/Notifications/demo/timeOut.js +0 -49
  24. package/ui/list/Empty/demo/basic.d.ts +0 -8
  25. package/ui/list/Empty/demo/basic.js +0 -37
  26. package/ui/list/Empty/demo/custom-text.d.ts +0 -8
  27. package/ui/list/Empty/demo/custom-text.js +0 -37
  28. package/ui/list/PaginationSize/demo/basic.d.ts +0 -8
  29. package/ui/list/PaginationSize/demo/basic.js +0 -40
  30. package/ui/list/PaginationSize/demo/size.d.ts +0 -8
  31. package/ui/list/PaginationSize/demo/size.js +0 -48
  32. package/ui/nav/Nav/demo/basic.d.ts +0 -13
  33. package/ui/nav/Nav/demo/basic.js +0 -58
  34. package/ui/nav/Nav/demo/layout.d.ts +0 -8
  35. package/ui/nav/Nav/demo/layout.js +0 -56
@@ -475,6 +475,14 @@
475
475
  "type": "any",
476
476
  "example": null
477
477
  },
478
+ {
479
+ "name": "routerProps",
480
+ "decorators": [],
481
+ "description": "",
482
+ "required": false,
483
+ "type": "IRouterProps",
484
+ "example": null
485
+ },
478
486
  {
479
487
  "name": "routes",
480
488
  "decorators": [],
@@ -853,6 +861,14 @@
853
861
  "type": "boolean",
854
862
  "example": null
855
863
  },
864
+ {
865
+ "name": "isSelectedAll",
866
+ "decorators": [],
867
+ "description": "",
868
+ "required": true,
869
+ "type": "boolean",
870
+ "example": null
871
+ },
856
872
  {
857
873
  "name": "selectedIds",
858
874
  "decorators": [],
@@ -893,6 +909,14 @@
893
909
  "type": "{}",
894
910
  "example": null
895
911
  },
912
+ {
913
+ "name": "setSelectedAll",
914
+ "decorators": [],
915
+ "description": "",
916
+ "required": true,
917
+ "type": "VoidFunction",
918
+ "example": null
919
+ },
896
920
  {
897
921
  "name": "setSelectedIds",
898
922
  "decorators": [],
@@ -4110,6 +4134,14 @@
4110
4134
  "type": "number",
4111
4135
  "example": null
4112
4136
  },
4137
+ {
4138
+ "name": "hasArrow",
4139
+ "decorators": [],
4140
+ "description": "Позволяет управлять отображением указателя",
4141
+ "required": false,
4142
+ "type": "boolean",
4143
+ "example": "true"
4144
+ },
4113
4145
  {
4114
4146
  "name": "onClose",
4115
4147
  "decorators": [],
@@ -4236,6 +4268,14 @@
4236
4268
  "type": "number",
4237
4269
  "example": null
4238
4270
  },
4271
+ {
4272
+ "name": "hasArrow",
4273
+ "decorators": [],
4274
+ "description": "Позволяет управлять отображением указателя",
4275
+ "required": false,
4276
+ "type": "boolean",
4277
+ "example": "true"
4278
+ },
4239
4279
  {
4240
4280
  "name": "isComponentExist",
4241
4281
  "decorators": [],
@@ -9420,6 +9460,22 @@
9420
9460
  "type": "string | IAccordionIcon | ReactElement",
9421
9461
  "example": "'circle'"
9422
9462
  },
9463
+ {
9464
+ "name": "isItemToSelectAll",
9465
+ "decorators": [],
9466
+ "description": "",
9467
+ "required": true,
9468
+ "type": "boolean",
9469
+ "example": null
9470
+ },
9471
+ {
9472
+ "name": "isSelectedAll",
9473
+ "decorators": [],
9474
+ "description": "",
9475
+ "required": true,
9476
+ "type": "boolean",
9477
+ "example": null
9478
+ },
9423
9479
  {
9424
9480
  "name": "isShowMore",
9425
9481
  "decorators": [],
@@ -9718,6 +9774,14 @@
9718
9774
  "type": "boolean",
9719
9775
  "example": null
9720
9776
  },
9777
+ {
9778
+ "name": "itemToSelectAll",
9779
+ "decorators": [],
9780
+ "description": "Добавляет кнопку при нажатии на которую выбираются все элементы, работает только при multiple: true",
9781
+ "required": false,
9782
+ "type": "boolean | {id: string, label: string}",
9783
+ "example": "{label: 'All', id: 'all'}"
9784
+ },
9721
9785
  {
9722
9786
  "name": "items",
9723
9787
  "decorators": [],
@@ -10091,6 +10155,14 @@
10091
10155
  "type": "boolean",
10092
10156
  "example": null
10093
10157
  },
10158
+ {
10159
+ "name": "itemToSelectAll",
10160
+ "decorators": [],
10161
+ "description": "Добавляет кнопку при нажатии на которую выбираются все элементы, работает только при multiple: true",
10162
+ "required": true,
10163
+ "type": "{id: string, label: string}",
10164
+ "example": null
10165
+ },
10094
10166
  {
10095
10167
  "name": "items",
10096
10168
  "decorators": [],
@@ -13589,6 +13661,14 @@
13589
13661
  "type": "any",
13590
13662
  "example": "'/api/v1/user/avatar/crop'"
13591
13663
  },
13664
+ {
13665
+ "name": "buttonProps",
13666
+ "decorators": [],
13667
+ "description": "Пропсы для кнопки",
13668
+ "required": false,
13669
+ "type": "IButtonProps",
13670
+ "example": null
13671
+ },
13592
13672
  {
13593
13673
  "name": "className",
13594
13674
  "decorators": [],
@@ -13842,6 +13922,14 @@
13842
13922
  "type": "any",
13843
13923
  "example": "'/api/v1/user/avatar/crop'"
13844
13924
  },
13925
+ {
13926
+ "name": "buttonProps",
13927
+ "decorators": [],
13928
+ "description": "Пропсы для кнопки",
13929
+ "required": false,
13930
+ "type": "IButtonProps",
13931
+ "example": null
13932
+ },
13845
13933
  {
13846
13934
  "name": "className",
13847
13935
  "decorators": [],
@@ -17877,7 +17965,8 @@
17877
17965
  "tags": {},
17878
17966
  "defaultProps": null,
17879
17967
  "extends": [
17880
- "IFieldWrapperInputProps"
17968
+ "IFieldWrapperInputProps",
17969
+ "IUiComponent"
17881
17970
  ],
17882
17971
  "properties": [
17883
17972
  {
@@ -17907,7 +17996,7 @@
17907
17996
  {
17908
17997
  "name": "defaultValue",
17909
17998
  "decorators": [],
17910
- "description": "Значение по-умолчанию при первом рендере. Для isRange=false исполуется number, для isRange=true - number[]",
17999
+ "description": "Значение по-умолчанию при первом рендере. Для isRange=false используется number, для isRange=true - number[]",
17911
18000
  "required": false,
17912
18001
  "type": "number | number[]",
17913
18002
  "example": "1"
@@ -18072,6 +18161,14 @@
18072
18161
  "type": "number",
18073
18162
  "example": "10"
18074
18163
  },
18164
+ {
18165
+ "name": "style",
18166
+ "decorators": [],
18167
+ "description": "Объект CSS стилей",
18168
+ "required": false,
18169
+ "type": "CSSProperties",
18170
+ "example": "{width: '45%'}"
18171
+ },
18075
18172
  {
18076
18173
  "name": "value",
18077
18174
  "decorators": [],
@@ -18083,7 +18180,7 @@
18083
18180
  {
18084
18181
  "name": "valuePostfix",
18085
18182
  "decorators": [],
18086
- "description": "Любое строкове значение после значения состояния слайдера в всплывающем окошке.",
18183
+ "description": "Любое строковое значение после значения состояния слайдера в всплывающем окошке.",
18087
18184
  "required": false,
18088
18185
  "type": "string",
18089
18186
  "example": "'%'"
@@ -18145,7 +18242,7 @@
18145
18242
  {
18146
18243
  "name": "defaultValue",
18147
18244
  "decorators": [],
18148
- "description": "Значение по-умолчанию при первом рендере. Для isRange=false исполуется number, для isRange=true - number[]",
18245
+ "description": "Значение по-умолчанию при первом рендере. Для isRange=false используется number, для isRange=true - number[]",
18149
18246
  "required": false,
18150
18247
  "type": "number | number[]",
18151
18248
  "example": "1"
@@ -18342,6 +18439,14 @@
18342
18439
  "type": "number",
18343
18440
  "example": "10"
18344
18441
  },
18442
+ {
18443
+ "name": "style",
18444
+ "decorators": [],
18445
+ "description": "Объект CSS стилей",
18446
+ "required": false,
18447
+ "type": "CSSProperties",
18448
+ "example": "{width: '45%'}"
18449
+ },
18345
18450
  {
18346
18451
  "name": "value",
18347
18452
  "decorators": [],
@@ -18353,7 +18458,7 @@
18353
18458
  {
18354
18459
  "name": "valuePostfix",
18355
18460
  "decorators": [],
18356
- "description": "Любое строкове значение после значения состояния слайдера в всплывающем окошке.",
18461
+ "description": "Любое строковое значение после значения состояния слайдера в всплывающем окошке.",
18357
18462
  "required": false,
18358
18463
  "type": "string",
18359
18464
  "example": "'%'"
@@ -19470,7 +19575,7 @@
19470
19575
  "extends": [
19471
19576
  "IDateInputStateOutput",
19472
19577
  "Pick<ITimeFieldProps",
19473
- "'size' | 'errors' | 'showRemove' | 'noBorder' | 'className' | 'timePanelViewProps'>"
19578
+ "'size' | 'errors' | 'showRemove' | 'noBorder' | 'className' | 'timePanelViewProps' | 'style'>"
19474
19579
  ],
19475
19580
  "properties": [
19476
19581
  {
@@ -19553,6 +19658,14 @@
19553
19658
  "type": "string",
19554
19659
  "example": null
19555
19660
  },
19661
+ {
19662
+ "name": "style",
19663
+ "decorators": [],
19664
+ "description": "Объект CSS стилей",
19665
+ "required": false,
19666
+ "type": "CSSProperties",
19667
+ "example": "{width: '45%'}"
19668
+ },
19556
19669
  {
19557
19670
  "name": "timePanelViewProps",
19558
19671
  "decorators": [],
@@ -19966,14 +20079,6 @@
19966
20079
  "type": "string",
19967
20080
  "example": null
19968
20081
  },
19969
- {
19970
- "name": "dark",
19971
- "decorators": [],
19972
- "description": "Темная тема",
19973
- "required": false,
19974
- "type": "boolean",
19975
- "example": null
19976
- },
19977
20082
  {
19978
20083
  "name": "logo",
19979
20084
  "decorators": [],
@@ -21258,7 +21363,9 @@
21258
21363
  "description": "Компонент используется в качестве заглушки в случае, когда пришла пустая коллекция данных.",
21259
21364
  "tags": {},
21260
21365
  "defaultProps": null,
21261
- "extends": [],
21366
+ "extends": [
21367
+ "IUiComponent"
21368
+ ],
21262
21369
  "properties": [
21263
21370
  {
21264
21371
  "name": "className",
@@ -21276,6 +21383,14 @@
21276
21383
  "type": "boolean",
21277
21384
  "example": "true"
21278
21385
  },
21386
+ {
21387
+ "name": "style",
21388
+ "decorators": [],
21389
+ "description": "Объект CSS стилей",
21390
+ "required": false,
21391
+ "type": "CSSProperties",
21392
+ "example": "{width: '45%'}"
21393
+ },
21279
21394
  {
21280
21395
  "name": "text",
21281
21396
  "decorators": [],
@@ -21294,6 +21409,291 @@
21294
21409
  }
21295
21410
  ]
21296
21411
  },
21412
+ "IFlexGridItem": {
21413
+ "name": "IFlexGridItem",
21414
+ "moduleName": "ui/list/FlexGrid/FlexGrid",
21415
+ "title": "",
21416
+ "description": "",
21417
+ "tags": {},
21418
+ "defaultProps": null,
21419
+ "extends": [],
21420
+ "properties": [
21421
+ {
21422
+ "name": "col",
21423
+ "decorators": [],
21424
+ "description": "Количество колонок, которое занимает элемент, максимум 12",
21425
+ "required": false,
21426
+ "type": "number",
21427
+ "example": null
21428
+ },
21429
+ {
21430
+ "name": "content",
21431
+ "decorators": [],
21432
+ "description": "Содержимое элемента FlexGrid",
21433
+ "required": true,
21434
+ "type": "ReactNode",
21435
+ "example": null
21436
+ },
21437
+ {
21438
+ "name": "lg",
21439
+ "decorators": [],
21440
+ "description": "Количество колонок, которое занимает элемент на экранах размером lg, максимум 12",
21441
+ "required": false,
21442
+ "type": "number",
21443
+ "example": null
21444
+ },
21445
+ {
21446
+ "name": "md",
21447
+ "decorators": [],
21448
+ "description": "Количество колонок, которое занимает элемент на экранах размером md, максимум 12",
21449
+ "required": false,
21450
+ "type": "number",
21451
+ "example": null
21452
+ },
21453
+ {
21454
+ "name": "offset",
21455
+ "decorators": [],
21456
+ "description": "Количество колонок для смещения столбца слева",
21457
+ "required": false,
21458
+ "type": "number",
21459
+ "example": null
21460
+ },
21461
+ {
21462
+ "name": "order",
21463
+ "decorators": [],
21464
+ "description": "Порядок элемента в FlexGrid",
21465
+ "required": false,
21466
+ "type": "number",
21467
+ "example": null
21468
+ },
21469
+ {
21470
+ "name": "sm",
21471
+ "decorators": [],
21472
+ "description": "Количество колонок, которое занимает элемент на экранах размером sm, максимум 12",
21473
+ "required": false,
21474
+ "type": "number",
21475
+ "example": null
21476
+ }
21477
+ ]
21478
+ },
21479
+ "IFlexGridProps": {
21480
+ "name": "IFlexGridProps",
21481
+ "moduleName": "ui/list/FlexGrid/FlexGrid",
21482
+ "title": "FlexGrid",
21483
+ "description": "Flex контейнер для элементов и компонентов.",
21484
+ "tags": {},
21485
+ "defaultProps": null,
21486
+ "extends": [
21487
+ "IUiComponent"
21488
+ ],
21489
+ "properties": [
21490
+ {
21491
+ "name": "align",
21492
+ "decorators": [],
21493
+ "description": "Значение для css-свойства align-items",
21494
+ "required": false,
21495
+ "type": "\"center\" | \"end\" | \"start\" | \"stretch\" | \"flex-start\" | \"flex-end\"",
21496
+ "example": null
21497
+ },
21498
+ {
21499
+ "name": "children",
21500
+ "decorators": [],
21501
+ "description": "Вложенные элементы",
21502
+ "required": false,
21503
+ "type": "ReactNode",
21504
+ "example": null
21505
+ },
21506
+ {
21507
+ "name": "className",
21508
+ "decorators": [],
21509
+ "description": "Дополнительный CSS-класс для элемента отображения",
21510
+ "required": false,
21511
+ "type": "string",
21512
+ "example": null
21513
+ },
21514
+ {
21515
+ "name": "direction",
21516
+ "decorators": [],
21517
+ "description": "Значение для css-свойства flex-direction",
21518
+ "required": false,
21519
+ "type": "\"column-reverse\" | \"column\" | \"row-reverse\" | \"row\"",
21520
+ "example": null
21521
+ },
21522
+ {
21523
+ "name": "gap",
21524
+ "decorators": [],
21525
+ "description": "Расстояние между элементами в px.\nЕсли передано число, то установится расстояние между строками и между колонками.\nЕсли передан массив, то первый элемент - расстояние между колонками, второй - между строками.",
21526
+ "required": false,
21527
+ "type": "number | number[]",
21528
+ "example": null
21529
+ },
21530
+ {
21531
+ "name": "itemClassName",
21532
+ "decorators": [],
21533
+ "description": "Дополнительный CSS-класс для элементов FlexGrid",
21534
+ "required": false,
21535
+ "type": "string",
21536
+ "example": null
21537
+ },
21538
+ {
21539
+ "name": "items",
21540
+ "decorators": [],
21541
+ "description": "Элементы FlexGrid",
21542
+ "required": false,
21543
+ "type": "IFlexGridItem[]",
21544
+ "example": "[{content: 'Block1', col: 4}, {content: 'Block2', col: 6}]"
21545
+ },
21546
+ {
21547
+ "name": "justify",
21548
+ "decorators": [],
21549
+ "description": "Значение для css-свойства justify-content",
21550
+ "required": false,
21551
+ "type": "\"left\" | \"right\" | \"center\" | \"end\" | \"start\" | \"stretch\" | \"flex-start\" | \"flex-end\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
21552
+ "example": null
21553
+ },
21554
+ {
21555
+ "name": "style",
21556
+ "decorators": [],
21557
+ "description": "Объект CSS стилей",
21558
+ "required": false,
21559
+ "type": "CSSProperties",
21560
+ "example": "{width: '45%'}"
21561
+ },
21562
+ {
21563
+ "name": "view",
21564
+ "decorators": [],
21565
+ "description": "Переопределение view React компонента для кастомизации отображения",
21566
+ "required": false,
21567
+ "type": "React.ReactNode | {}",
21568
+ "example": "MyCustomView"
21569
+ },
21570
+ {
21571
+ "name": "wrap",
21572
+ "decorators": [],
21573
+ "description": "Автоматический перенос на новую строку",
21574
+ "required": false,
21575
+ "type": "boolean",
21576
+ "example": null
21577
+ }
21578
+ ]
21579
+ },
21580
+ "IFlexGridViewProps": {
21581
+ "name": "IFlexGridViewProps",
21582
+ "moduleName": "ui/list/FlexGrid/FlexGrid",
21583
+ "title": "",
21584
+ "description": "",
21585
+ "tags": {},
21586
+ "defaultProps": null,
21587
+ "extends": [
21588
+ "IFlexGridProps"
21589
+ ],
21590
+ "properties": [
21591
+ {
21592
+ "name": "align",
21593
+ "decorators": [],
21594
+ "description": "Значение для css-свойства align-items",
21595
+ "required": false,
21596
+ "type": "\"center\" | \"end\" | \"start\" | \"stretch\" | \"flex-start\" | \"flex-end\"",
21597
+ "example": null
21598
+ },
21599
+ {
21600
+ "name": "children",
21601
+ "decorators": [],
21602
+ "description": "Вложенные элементы",
21603
+ "required": false,
21604
+ "type": "ReactNode",
21605
+ "example": null
21606
+ },
21607
+ {
21608
+ "name": "className",
21609
+ "decorators": [],
21610
+ "description": "Дополнительный CSS-класс для элемента отображения",
21611
+ "required": false,
21612
+ "type": "string",
21613
+ "example": null
21614
+ },
21615
+ {
21616
+ "name": "colGap",
21617
+ "decorators": [],
21618
+ "description": "",
21619
+ "required": false,
21620
+ "type": "number",
21621
+ "example": null
21622
+ },
21623
+ {
21624
+ "name": "direction",
21625
+ "decorators": [],
21626
+ "description": "Значение для css-свойства flex-direction",
21627
+ "required": false,
21628
+ "type": "\"column-reverse\" | \"column\" | \"row-reverse\" | \"row\"",
21629
+ "example": null
21630
+ },
21631
+ {
21632
+ "name": "gap",
21633
+ "decorators": [],
21634
+ "description": "Расстояние между элементами в px.\nЕсли передано число, то установится расстояние между строками и между колонками.\nЕсли передан массив, то первый элемент - расстояние между колонками, второй - между строками.",
21635
+ "required": false,
21636
+ "type": "number | number[]",
21637
+ "example": null
21638
+ },
21639
+ {
21640
+ "name": "itemClassName",
21641
+ "decorators": [],
21642
+ "description": "Дополнительный CSS-класс для элементов FlexGrid",
21643
+ "required": false,
21644
+ "type": "string",
21645
+ "example": null
21646
+ },
21647
+ {
21648
+ "name": "items",
21649
+ "decorators": [],
21650
+ "description": "Элементы FlexGrid",
21651
+ "required": false,
21652
+ "type": "IFlexGridItem[]",
21653
+ "example": "[{content: 'Block1', col: 4}, {content: 'Block2', col: 6}]"
21654
+ },
21655
+ {
21656
+ "name": "justify",
21657
+ "decorators": [],
21658
+ "description": "Значение для css-свойства justify-content",
21659
+ "required": false,
21660
+ "type": "\"left\" | \"right\" | \"center\" | \"end\" | \"start\" | \"stretch\" | \"flex-start\" | \"flex-end\" | \"space-between\" | \"space-around\" | \"space-evenly\"",
21661
+ "example": null
21662
+ },
21663
+ {
21664
+ "name": "rowGap",
21665
+ "decorators": [],
21666
+ "description": "",
21667
+ "required": false,
21668
+ "type": "number",
21669
+ "example": null
21670
+ },
21671
+ {
21672
+ "name": "style",
21673
+ "decorators": [],
21674
+ "description": "Объект CSS стилей",
21675
+ "required": false,
21676
+ "type": "CSSProperties",
21677
+ "example": "{width: '45%'}"
21678
+ },
21679
+ {
21680
+ "name": "view",
21681
+ "decorators": [],
21682
+ "description": "Переопределение view React компонента для кастомизации отображения",
21683
+ "required": false,
21684
+ "type": "React.ReactNode | {}",
21685
+ "example": "MyCustomView"
21686
+ },
21687
+ {
21688
+ "name": "wrap",
21689
+ "decorators": [],
21690
+ "description": "Автоматический перенос на новую строку",
21691
+ "required": false,
21692
+ "type": "boolean",
21693
+ "example": null
21694
+ }
21695
+ ]
21696
+ },
21297
21697
  "IContentColumnViewProps": {
21298
21698
  "name": "IContentColumnViewProps",
21299
21699
  "moduleName": "ui/list/Grid/Grid",
@@ -23696,6 +24096,153 @@
23696
24096
  }
23697
24097
  ]
23698
24098
  },
24099
+ "IButtonGroupProps": {
24100
+ "name": "IButtonGroupProps",
24101
+ "moduleName": "ui/nav/ButtonGroup/ButtonGroup",
24102
+ "title": "",
24103
+ "description": "",
24104
+ "tags": {},
24105
+ "defaultProps": null,
24106
+ "extends": [
24107
+ "IUiComponent"
24108
+ ],
24109
+ "properties": [
24110
+ {
24111
+ "name": "activeButton",
24112
+ "decorators": [],
24113
+ "description": "Активная кнопка",
24114
+ "required": false,
24115
+ "type": "string | number",
24116
+ "example": "'button1'"
24117
+ },
24118
+ {
24119
+ "name": "buttonProps",
24120
+ "decorators": [],
24121
+ "description": "Общие свойства для всех кнопок группы",
24122
+ "required": false,
24123
+ "type": "IButtonProps",
24124
+ "example": "{outline: true, color: 'secondary'}"
24125
+ },
24126
+ {
24127
+ "name": "className",
24128
+ "decorators": [],
24129
+ "description": "Дополнительный CSS-класс для элемента отображения",
24130
+ "required": false,
24131
+ "type": "string",
24132
+ "example": null
24133
+ },
24134
+ {
24135
+ "name": "items",
24136
+ "decorators": [],
24137
+ "description": "Элементы для группы кнопок",
24138
+ "required": true,
24139
+ "type": "string | {} | string | number | {id: string | number | boolean, label: string | any}[]",
24140
+ "example": "['button1', 'button2', 'button3']"
24141
+ },
24142
+ {
24143
+ "name": "onClick",
24144
+ "decorators": [],
24145
+ "description": "Функция, которая будет вызываться при клике по кнопке",
24146
+ "required": true,
24147
+ "type": "{}",
24148
+ "example": "setActiveTab"
24149
+ },
24150
+ {
24151
+ "name": "style",
24152
+ "decorators": [],
24153
+ "description": "Объект CSS стилей",
24154
+ "required": false,
24155
+ "type": "CSSProperties",
24156
+ "example": "{width: '45%'}"
24157
+ },
24158
+ {
24159
+ "name": "view",
24160
+ "decorators": [],
24161
+ "description": "Переопределение view React компонента для кастомизации отображения",
24162
+ "required": false,
24163
+ "type": "React.ReactNode | {}",
24164
+ "example": "MyCustomView"
24165
+ }
24166
+ ]
24167
+ },
24168
+ "IButtonGroupViewProps": {
24169
+ "name": "IButtonGroupViewProps",
24170
+ "moduleName": "ui/nav/ButtonGroup/ButtonGroup",
24171
+ "title": "",
24172
+ "description": "",
24173
+ "tags": {},
24174
+ "defaultProps": null,
24175
+ "extends": [
24176
+ "Omit<IButtonGroupProps",
24177
+ "'items'>"
24178
+ ],
24179
+ "properties": [
24180
+ {
24181
+ "name": "activeButton",
24182
+ "decorators": [],
24183
+ "description": "Активная кнопка",
24184
+ "required": false,
24185
+ "type": "string | number",
24186
+ "example": "'button1'"
24187
+ },
24188
+ {
24189
+ "name": "buttonProps",
24190
+ "decorators": [],
24191
+ "description": "Общие свойства для всех кнопок группы",
24192
+ "required": false,
24193
+ "type": "IButtonProps",
24194
+ "example": "{outline: true, color: 'secondary'}"
24195
+ },
24196
+ {
24197
+ "name": "className",
24198
+ "decorators": [],
24199
+ "description": "Дополнительный CSS-класс для элемента отображения",
24200
+ "required": false,
24201
+ "type": "string",
24202
+ "example": null
24203
+ },
24204
+ {
24205
+ "name": "items",
24206
+ "decorators": [],
24207
+ "description": "",
24208
+ "required": true,
24209
+ "type": "{id: string | number | boolean, label: string}[]",
24210
+ "example": null
24211
+ },
24212
+ {
24213
+ "name": "onClick",
24214
+ "decorators": [],
24215
+ "description": "Функция, которая будет вызываться при клике по кнопке",
24216
+ "required": true,
24217
+ "type": "{}",
24218
+ "example": "setActiveTab"
24219
+ },
24220
+ {
24221
+ "name": "size",
24222
+ "decorators": [],
24223
+ "description": "",
24224
+ "required": true,
24225
+ "type": "string",
24226
+ "example": null
24227
+ },
24228
+ {
24229
+ "name": "style",
24230
+ "decorators": [],
24231
+ "description": "Объект CSS стилей",
24232
+ "required": false,
24233
+ "type": "CSSProperties",
24234
+ "example": "{width: '45%'}"
24235
+ },
24236
+ {
24237
+ "name": "view",
24238
+ "decorators": [],
24239
+ "description": "Переопределение view React компонента для кастомизации отображения",
24240
+ "required": false,
24241
+ "type": "React.ReactNode | {}",
24242
+ "example": "MyCustomView"
24243
+ }
24244
+ ]
24245
+ },
23699
24246
  "IControlItem": {
23700
24247
  "name": "IControlItem",
23701
24248
  "moduleName": "ui/nav/Controls/Controls",
@@ -26597,6 +27144,13 @@
26597
27144
  "description": "",
26598
27145
  "tags": {}
26599
27146
  },
27147
+ "ui/list/FlexGrid/FlexGrid": {
27148
+ "name": "default",
27149
+ "moduleName": "ui/list/FlexGrid/FlexGrid",
27150
+ "title": "",
27151
+ "description": "",
27152
+ "tags": {}
27153
+ },
26600
27154
  "ui/list/Grid/Grid": {
26601
27155
  "name": "default",
26602
27156
  "moduleName": "ui/list/Grid/Grid",
@@ -26674,6 +27228,13 @@
26674
27228
  "description": "",
26675
27229
  "tags": {}
26676
27230
  },
27231
+ "ui/nav/ButtonGroup/ButtonGroup": {
27232
+ "name": "default",
27233
+ "moduleName": "ui/nav/ButtonGroup/ButtonGroup",
27234
+ "title": "",
27235
+ "description": "",
27236
+ "tags": {}
27237
+ },
26677
27238
  "ui/nav/Controls/Controls": {
26678
27239
  "name": "default",
26679
27240
  "moduleName": "ui/nav/Controls/Controls",