@mittwald/flow-react-components 0.2.0-alpha.85 → 0.2.0-alpha.87
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/CHANGELOG.md +8 -0
- package/dist/assets/doc-properties.json +699 -513
- package/dist/css/all.css +1 -1
- package/dist/js/components/ActionGroup/ActionGroup.mjs +2 -8
- package/dist/js/components/ActionGroup/ActionGroup.mjs.map +1 -1
- package/dist/js/components/ActionGroup/ActionGroup.module.scss.mjs +1 -5
- package/dist/js/components/ActionGroup/ActionGroup.module.scss.mjs.map +1 -1
- package/dist/js/components/Flex/Flex.mjs +40 -0
- package/dist/js/components/Flex/Flex.mjs.map +1 -0
- package/dist/js/components/Flex/Flex.module.scss.mjs +9 -0
- package/dist/js/components/Flex/Flex.module.scss.mjs.map +1 -0
- package/dist/js/components/IllustratedMessage/IllustratedMessage.mjs +0 -1
- package/dist/js/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
- package/dist/js/components/LightBox/LightBox.mjs +1 -2
- package/dist/js/components/LightBox/LightBox.mjs.map +1 -1
- package/dist/js/components/List/List.mjs +1 -4
- package/dist/js/components/List/List.mjs.map +1 -1
- package/dist/js/components/List/components/Header/Header.mjs +6 -6
- package/dist/js/components/List/components/Header/Header.mjs.map +1 -1
- package/dist/js/components/List/components/Header/Header.module.css.mjs +2 -2
- package/dist/js/components/List/components/ListItemView/ListItemView.module.scss.mjs +15 -13
- package/dist/js/components/List/components/ListItemView/ListItemView.module.scss.mjs.map +1 -1
- package/dist/js/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs +5 -3
- package/dist/js/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs.map +1 -1
- package/dist/js/index.mjs +1 -0
- package/dist/js/index.mjs.map +1 -1
- package/dist/types/components/ActionGroup/ActionGroup.d.ts +0 -2
- package/dist/types/components/ActionGroup/ActionGroup.d.ts.map +1 -1
- package/dist/types/components/Flex/Flex.d.ts +23 -0
- package/dist/types/components/Flex/Flex.d.ts.map +1 -0
- package/dist/types/components/Flex/index.d.ts +4 -0
- package/dist/types/components/Flex/index.d.ts.map +1 -0
- package/dist/types/components/Flex/stories/Default.stories.d.ts +8 -0
- package/dist/types/components/Flex/stories/Default.stories.d.ts.map +1 -0
- package/dist/types/components/Flex/view.d.ts +8 -0
- package/dist/types/components/Flex/view.d.ts.map +1 -0
- package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
- package/dist/types/components/LightBox/LightBox.d.ts.map +1 -1
- package/dist/types/components/List/List.d.ts.map +1 -1
- package/dist/types/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.d.ts.map +1 -1
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.d.ts.map +1 -1
- package/dist/types/views/FlexView.d.ts +5 -0
- package/dist/types/views/FlexView.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -4286,6 +4286,397 @@
|
|
|
4286
4286
|
}
|
|
4287
4287
|
}
|
|
4288
4288
|
},
|
|
4289
|
+
{
|
|
4290
|
+
"tags": {
|
|
4291
|
+
"flr-generate": "all"
|
|
4292
|
+
},
|
|
4293
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/Tabs.tsx",
|
|
4294
|
+
"description": "",
|
|
4295
|
+
"displayName": "Tabs",
|
|
4296
|
+
"methods": [],
|
|
4297
|
+
"props": {
|
|
4298
|
+
"aria-label": {
|
|
4299
|
+
"defaultValue": null,
|
|
4300
|
+
"description": "Defines a string value that labels the current element.",
|
|
4301
|
+
"name": "aria-label",
|
|
4302
|
+
"parent": {
|
|
4303
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4304
|
+
"name": "AriaLabelingProps"
|
|
4305
|
+
},
|
|
4306
|
+
"declarations": [
|
|
4307
|
+
{
|
|
4308
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4309
|
+
"name": "AriaLabelingProps"
|
|
4310
|
+
}
|
|
4311
|
+
],
|
|
4312
|
+
"required": false,
|
|
4313
|
+
"type": {
|
|
4314
|
+
"name": "string"
|
|
4315
|
+
}
|
|
4316
|
+
},
|
|
4317
|
+
"aria-labelledby": {
|
|
4318
|
+
"defaultValue": null,
|
|
4319
|
+
"description": "Identifies the element (or elements) that labels the current element.",
|
|
4320
|
+
"name": "aria-labelledby",
|
|
4321
|
+
"parent": {
|
|
4322
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4323
|
+
"name": "AriaLabelingProps"
|
|
4324
|
+
},
|
|
4325
|
+
"declarations": [
|
|
4326
|
+
{
|
|
4327
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4328
|
+
"name": "AriaLabelingProps"
|
|
4329
|
+
}
|
|
4330
|
+
],
|
|
4331
|
+
"required": false,
|
|
4332
|
+
"type": {
|
|
4333
|
+
"name": "string"
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4336
|
+
"aria-describedby": {
|
|
4337
|
+
"defaultValue": null,
|
|
4338
|
+
"description": "Identifies the element (or elements) that describes the object.",
|
|
4339
|
+
"name": "aria-describedby",
|
|
4340
|
+
"parent": {
|
|
4341
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4342
|
+
"name": "AriaLabelingProps"
|
|
4343
|
+
},
|
|
4344
|
+
"declarations": [
|
|
4345
|
+
{
|
|
4346
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4347
|
+
"name": "AriaLabelingProps"
|
|
4348
|
+
}
|
|
4349
|
+
],
|
|
4350
|
+
"required": false,
|
|
4351
|
+
"type": {
|
|
4352
|
+
"name": "string"
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
"aria-details": {
|
|
4356
|
+
"defaultValue": null,
|
|
4357
|
+
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
4358
|
+
"name": "aria-details",
|
|
4359
|
+
"parent": {
|
|
4360
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4361
|
+
"name": "AriaLabelingProps"
|
|
4362
|
+
},
|
|
4363
|
+
"declarations": [
|
|
4364
|
+
{
|
|
4365
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4366
|
+
"name": "AriaLabelingProps"
|
|
4367
|
+
}
|
|
4368
|
+
],
|
|
4369
|
+
"required": false,
|
|
4370
|
+
"type": {
|
|
4371
|
+
"name": "string"
|
|
4372
|
+
}
|
|
4373
|
+
},
|
|
4374
|
+
"className": {
|
|
4375
|
+
"defaultValue": null,
|
|
4376
|
+
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
4377
|
+
"name": "className",
|
|
4378
|
+
"parent": {
|
|
4379
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
4380
|
+
"name": "StyleRenderProps"
|
|
4381
|
+
},
|
|
4382
|
+
"declarations": [
|
|
4383
|
+
{
|
|
4384
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
4385
|
+
"name": "StyleRenderProps"
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"required": false,
|
|
4389
|
+
"type": {
|
|
4390
|
+
"name": "string | ((values: TabsRenderProps & { defaultClassName: string; }) => string)"
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
4393
|
+
"style": {
|
|
4394
|
+
"defaultValue": null,
|
|
4395
|
+
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
4396
|
+
"name": "style",
|
|
4397
|
+
"parent": {
|
|
4398
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
4399
|
+
"name": "StyleRenderProps"
|
|
4400
|
+
},
|
|
4401
|
+
"declarations": [
|
|
4402
|
+
{
|
|
4403
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
4404
|
+
"name": "StyleRenderProps"
|
|
4405
|
+
}
|
|
4406
|
+
],
|
|
4407
|
+
"required": false,
|
|
4408
|
+
"type": {
|
|
4409
|
+
"name": "CSSProperties | ((values: TabsRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
4410
|
+
}
|
|
4411
|
+
},
|
|
4412
|
+
"isDisabled": {
|
|
4413
|
+
"defaultValue": null,
|
|
4414
|
+
"description": "Whether the TabList is disabled.\nShows that a selection exists, but is not available in that circumstance.",
|
|
4415
|
+
"name": "isDisabled",
|
|
4416
|
+
"parent": {
|
|
4417
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
4418
|
+
"name": "TabListProps"
|
|
4419
|
+
},
|
|
4420
|
+
"declarations": [
|
|
4421
|
+
{
|
|
4422
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
4423
|
+
"name": "TabListProps"
|
|
4424
|
+
}
|
|
4425
|
+
],
|
|
4426
|
+
"required": false,
|
|
4427
|
+
"type": {
|
|
4428
|
+
"name": "boolean"
|
|
4429
|
+
}
|
|
4430
|
+
},
|
|
4431
|
+
"id": {
|
|
4432
|
+
"defaultValue": null,
|
|
4433
|
+
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
4434
|
+
"name": "id",
|
|
4435
|
+
"parent": {
|
|
4436
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4437
|
+
"name": "DOMProps"
|
|
4438
|
+
},
|
|
4439
|
+
"declarations": [
|
|
4440
|
+
{
|
|
4441
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
4442
|
+
"name": "DOMProps"
|
|
4443
|
+
}
|
|
4444
|
+
],
|
|
4445
|
+
"required": false,
|
|
4446
|
+
"type": {
|
|
4447
|
+
"name": "string"
|
|
4448
|
+
}
|
|
4449
|
+
},
|
|
4450
|
+
"slot": {
|
|
4451
|
+
"defaultValue": null,
|
|
4452
|
+
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
4453
|
+
"name": "slot",
|
|
4454
|
+
"parent": {
|
|
4455
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
4456
|
+
"name": "SlotProps"
|
|
4457
|
+
},
|
|
4458
|
+
"declarations": [
|
|
4459
|
+
{
|
|
4460
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
4461
|
+
"name": "SlotProps"
|
|
4462
|
+
}
|
|
4463
|
+
],
|
|
4464
|
+
"required": false,
|
|
4465
|
+
"type": {
|
|
4466
|
+
"name": "string | null"
|
|
4467
|
+
}
|
|
4468
|
+
},
|
|
4469
|
+
"orientation": {
|
|
4470
|
+
"defaultValue": {
|
|
4471
|
+
"value": "'horizontal'"
|
|
4472
|
+
},
|
|
4473
|
+
"description": "The orientation of the tabs.",
|
|
4474
|
+
"name": "orientation",
|
|
4475
|
+
"parent": {
|
|
4476
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
4477
|
+
"name": "AriaTabListBase"
|
|
4478
|
+
},
|
|
4479
|
+
"declarations": [
|
|
4480
|
+
{
|
|
4481
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
4482
|
+
"name": "AriaTabListBase"
|
|
4483
|
+
}
|
|
4484
|
+
],
|
|
4485
|
+
"required": false,
|
|
4486
|
+
"type": {
|
|
4487
|
+
"name": "Orientation"
|
|
4488
|
+
}
|
|
4489
|
+
},
|
|
4490
|
+
"onSelectionChange": {
|
|
4491
|
+
"defaultValue": null,
|
|
4492
|
+
"description": "Handler that is called when the selection changes.",
|
|
4493
|
+
"name": "onSelectionChange",
|
|
4494
|
+
"parent": {
|
|
4495
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
4496
|
+
"name": "SingleSelection"
|
|
4497
|
+
},
|
|
4498
|
+
"declarations": [
|
|
4499
|
+
{
|
|
4500
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
4501
|
+
"name": "SingleSelection"
|
|
4502
|
+
}
|
|
4503
|
+
],
|
|
4504
|
+
"required": false,
|
|
4505
|
+
"type": {
|
|
4506
|
+
"name": "((key: Key) => void)"
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
4509
|
+
"selectedKey": {
|
|
4510
|
+
"defaultValue": null,
|
|
4511
|
+
"description": "The currently selected key in the collection (controlled).",
|
|
4512
|
+
"name": "selectedKey",
|
|
4513
|
+
"parent": {
|
|
4514
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
4515
|
+
"name": "SingleSelection"
|
|
4516
|
+
},
|
|
4517
|
+
"declarations": [
|
|
4518
|
+
{
|
|
4519
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
4520
|
+
"name": "SingleSelection"
|
|
4521
|
+
}
|
|
4522
|
+
],
|
|
4523
|
+
"required": false,
|
|
4524
|
+
"type": {
|
|
4525
|
+
"name": "Key | null"
|
|
4526
|
+
}
|
|
4527
|
+
},
|
|
4528
|
+
"defaultSelectedKey": {
|
|
4529
|
+
"defaultValue": null,
|
|
4530
|
+
"description": "The initial selected key in the collection (uncontrolled).",
|
|
4531
|
+
"name": "defaultSelectedKey",
|
|
4532
|
+
"parent": {
|
|
4533
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
4534
|
+
"name": "SingleSelection"
|
|
4535
|
+
},
|
|
4536
|
+
"declarations": [
|
|
4537
|
+
{
|
|
4538
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
4539
|
+
"name": "SingleSelection"
|
|
4540
|
+
}
|
|
4541
|
+
],
|
|
4542
|
+
"required": false,
|
|
4543
|
+
"type": {
|
|
4544
|
+
"name": "Key"
|
|
4545
|
+
}
|
|
4546
|
+
},
|
|
4547
|
+
"disabledKeys": {
|
|
4548
|
+
"defaultValue": null,
|
|
4549
|
+
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
4550
|
+
"name": "disabledKeys",
|
|
4551
|
+
"parent": {
|
|
4552
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
4553
|
+
"name": "CollectionBase"
|
|
4554
|
+
},
|
|
4555
|
+
"declarations": [
|
|
4556
|
+
{
|
|
4557
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
4558
|
+
"name": "CollectionBase"
|
|
4559
|
+
}
|
|
4560
|
+
],
|
|
4561
|
+
"required": false,
|
|
4562
|
+
"type": {
|
|
4563
|
+
"name": "Iterable<Key>"
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
4566
|
+
"keyboardActivation": {
|
|
4567
|
+
"defaultValue": {
|
|
4568
|
+
"value": "'automatic'"
|
|
4569
|
+
},
|
|
4570
|
+
"description": "Whether tabs are activated automatically on focus or manually.",
|
|
4571
|
+
"name": "keyboardActivation",
|
|
4572
|
+
"parent": {
|
|
4573
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
4574
|
+
"name": "AriaTabListBase"
|
|
4575
|
+
},
|
|
4576
|
+
"declarations": [
|
|
4577
|
+
{
|
|
4578
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
4579
|
+
"name": "AriaTabListBase"
|
|
4580
|
+
}
|
|
4581
|
+
],
|
|
4582
|
+
"required": false,
|
|
4583
|
+
"type": {
|
|
4584
|
+
"name": "\"automatic\" | \"manual\""
|
|
4585
|
+
}
|
|
4586
|
+
},
|
|
4587
|
+
"children": {
|
|
4588
|
+
"defaultValue": null,
|
|
4589
|
+
"description": "",
|
|
4590
|
+
"name": "children",
|
|
4591
|
+
"declarations": [
|
|
4592
|
+
{
|
|
4593
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
4594
|
+
"name": "TypeLiteral"
|
|
4595
|
+
}
|
|
4596
|
+
],
|
|
4597
|
+
"required": false,
|
|
4598
|
+
"type": {
|
|
4599
|
+
"name": "ReactNode"
|
|
4600
|
+
}
|
|
4601
|
+
},
|
|
4602
|
+
"wrapWith": {
|
|
4603
|
+
"defaultValue": null,
|
|
4604
|
+
"description": "",
|
|
4605
|
+
"name": "wrapWith",
|
|
4606
|
+
"parent": {
|
|
4607
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
4608
|
+
"name": "FlowComponentProps"
|
|
4609
|
+
},
|
|
4610
|
+
"declarations": [
|
|
4611
|
+
{
|
|
4612
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
4613
|
+
"name": "FlowComponentProps"
|
|
4614
|
+
}
|
|
4615
|
+
],
|
|
4616
|
+
"required": false,
|
|
4617
|
+
"type": {
|
|
4618
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
4619
|
+
}
|
|
4620
|
+
},
|
|
4621
|
+
"tunnelId": {
|
|
4622
|
+
"defaultValue": null,
|
|
4623
|
+
"description": "@internal",
|
|
4624
|
+
"name": "tunnelId",
|
|
4625
|
+
"parent": {
|
|
4626
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
4627
|
+
"name": "PropsWithTunnel"
|
|
4628
|
+
},
|
|
4629
|
+
"declarations": [
|
|
4630
|
+
{
|
|
4631
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
4632
|
+
"name": "PropsWithTunnel"
|
|
4633
|
+
}
|
|
4634
|
+
],
|
|
4635
|
+
"required": false,
|
|
4636
|
+
"type": {
|
|
4637
|
+
"name": "string | null"
|
|
4638
|
+
}
|
|
4639
|
+
},
|
|
4640
|
+
"ref": {
|
|
4641
|
+
"defaultValue": null,
|
|
4642
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
4643
|
+
"name": "ref",
|
|
4644
|
+
"parent": {
|
|
4645
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
4646
|
+
"name": "RefAttributes"
|
|
4647
|
+
},
|
|
4648
|
+
"declarations": [
|
|
4649
|
+
{
|
|
4650
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
4651
|
+
"name": "RefAttributes"
|
|
4652
|
+
}
|
|
4653
|
+
],
|
|
4654
|
+
"required": false,
|
|
4655
|
+
"type": {
|
|
4656
|
+
"name": "Ref<HTMLDivElement>"
|
|
4657
|
+
}
|
|
4658
|
+
},
|
|
4659
|
+
"key": {
|
|
4660
|
+
"defaultValue": null,
|
|
4661
|
+
"description": "",
|
|
4662
|
+
"name": "key",
|
|
4663
|
+
"parent": {
|
|
4664
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
4665
|
+
"name": "Attributes"
|
|
4666
|
+
},
|
|
4667
|
+
"declarations": [
|
|
4668
|
+
{
|
|
4669
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
4670
|
+
"name": "Attributes"
|
|
4671
|
+
}
|
|
4672
|
+
],
|
|
4673
|
+
"required": false,
|
|
4674
|
+
"type": {
|
|
4675
|
+
"name": "Key | null"
|
|
4676
|
+
}
|
|
4677
|
+
}
|
|
4678
|
+
}
|
|
4679
|
+
},
|
|
4289
4680
|
{
|
|
4290
4681
|
"tags": {
|
|
4291
4682
|
"flr-generate": "all",
|
|
@@ -5429,7 +5820,7 @@
|
|
|
5429
5820
|
],
|
|
5430
5821
|
"required": false,
|
|
5431
5822
|
"type": {
|
|
5432
|
-
"name": "\"\" | \"
|
|
5823
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
5433
5824
|
}
|
|
5434
5825
|
},
|
|
5435
5826
|
"popoverTargetAction": {
|
|
@@ -9667,397 +10058,6 @@
|
|
|
9667
10058
|
}
|
|
9668
10059
|
}
|
|
9669
10060
|
},
|
|
9670
|
-
{
|
|
9671
|
-
"tags": {
|
|
9672
|
-
"flr-generate": "all"
|
|
9673
|
-
},
|
|
9674
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/Tabs.tsx",
|
|
9675
|
-
"description": "",
|
|
9676
|
-
"displayName": "Tabs",
|
|
9677
|
-
"methods": [],
|
|
9678
|
-
"props": {
|
|
9679
|
-
"aria-label": {
|
|
9680
|
-
"defaultValue": null,
|
|
9681
|
-
"description": "Defines a string value that labels the current element.",
|
|
9682
|
-
"name": "aria-label",
|
|
9683
|
-
"parent": {
|
|
9684
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9685
|
-
"name": "AriaLabelingProps"
|
|
9686
|
-
},
|
|
9687
|
-
"declarations": [
|
|
9688
|
-
{
|
|
9689
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9690
|
-
"name": "AriaLabelingProps"
|
|
9691
|
-
}
|
|
9692
|
-
],
|
|
9693
|
-
"required": false,
|
|
9694
|
-
"type": {
|
|
9695
|
-
"name": "string"
|
|
9696
|
-
}
|
|
9697
|
-
},
|
|
9698
|
-
"aria-labelledby": {
|
|
9699
|
-
"defaultValue": null,
|
|
9700
|
-
"description": "Identifies the element (or elements) that labels the current element.",
|
|
9701
|
-
"name": "aria-labelledby",
|
|
9702
|
-
"parent": {
|
|
9703
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9704
|
-
"name": "AriaLabelingProps"
|
|
9705
|
-
},
|
|
9706
|
-
"declarations": [
|
|
9707
|
-
{
|
|
9708
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9709
|
-
"name": "AriaLabelingProps"
|
|
9710
|
-
}
|
|
9711
|
-
],
|
|
9712
|
-
"required": false,
|
|
9713
|
-
"type": {
|
|
9714
|
-
"name": "string"
|
|
9715
|
-
}
|
|
9716
|
-
},
|
|
9717
|
-
"aria-describedby": {
|
|
9718
|
-
"defaultValue": null,
|
|
9719
|
-
"description": "Identifies the element (or elements) that describes the object.",
|
|
9720
|
-
"name": "aria-describedby",
|
|
9721
|
-
"parent": {
|
|
9722
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9723
|
-
"name": "AriaLabelingProps"
|
|
9724
|
-
},
|
|
9725
|
-
"declarations": [
|
|
9726
|
-
{
|
|
9727
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9728
|
-
"name": "AriaLabelingProps"
|
|
9729
|
-
}
|
|
9730
|
-
],
|
|
9731
|
-
"required": false,
|
|
9732
|
-
"type": {
|
|
9733
|
-
"name": "string"
|
|
9734
|
-
}
|
|
9735
|
-
},
|
|
9736
|
-
"aria-details": {
|
|
9737
|
-
"defaultValue": null,
|
|
9738
|
-
"description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
|
|
9739
|
-
"name": "aria-details",
|
|
9740
|
-
"parent": {
|
|
9741
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9742
|
-
"name": "AriaLabelingProps"
|
|
9743
|
-
},
|
|
9744
|
-
"declarations": [
|
|
9745
|
-
{
|
|
9746
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9747
|
-
"name": "AriaLabelingProps"
|
|
9748
|
-
}
|
|
9749
|
-
],
|
|
9750
|
-
"required": false,
|
|
9751
|
-
"type": {
|
|
9752
|
-
"name": "string"
|
|
9753
|
-
}
|
|
9754
|
-
},
|
|
9755
|
-
"className": {
|
|
9756
|
-
"defaultValue": null,
|
|
9757
|
-
"description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
|
|
9758
|
-
"name": "className",
|
|
9759
|
-
"parent": {
|
|
9760
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9761
|
-
"name": "StyleRenderProps"
|
|
9762
|
-
},
|
|
9763
|
-
"declarations": [
|
|
9764
|
-
{
|
|
9765
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9766
|
-
"name": "StyleRenderProps"
|
|
9767
|
-
}
|
|
9768
|
-
],
|
|
9769
|
-
"required": false,
|
|
9770
|
-
"type": {
|
|
9771
|
-
"name": "string | ((values: TabsRenderProps & { defaultClassName: string; }) => string)"
|
|
9772
|
-
}
|
|
9773
|
-
},
|
|
9774
|
-
"style": {
|
|
9775
|
-
"defaultValue": null,
|
|
9776
|
-
"description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
|
|
9777
|
-
"name": "style",
|
|
9778
|
-
"parent": {
|
|
9779
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9780
|
-
"name": "StyleRenderProps"
|
|
9781
|
-
},
|
|
9782
|
-
"declarations": [
|
|
9783
|
-
{
|
|
9784
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9785
|
-
"name": "StyleRenderProps"
|
|
9786
|
-
}
|
|
9787
|
-
],
|
|
9788
|
-
"required": false,
|
|
9789
|
-
"type": {
|
|
9790
|
-
"name": "CSSProperties | ((values: TabsRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
|
|
9791
|
-
}
|
|
9792
|
-
},
|
|
9793
|
-
"isDisabled": {
|
|
9794
|
-
"defaultValue": null,
|
|
9795
|
-
"description": "Whether the TabList is disabled.\nShows that a selection exists, but is not available in that circumstance.",
|
|
9796
|
-
"name": "isDisabled",
|
|
9797
|
-
"parent": {
|
|
9798
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
9799
|
-
"name": "TabListProps"
|
|
9800
|
-
},
|
|
9801
|
-
"declarations": [
|
|
9802
|
-
{
|
|
9803
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
9804
|
-
"name": "TabListProps"
|
|
9805
|
-
}
|
|
9806
|
-
],
|
|
9807
|
-
"required": false,
|
|
9808
|
-
"type": {
|
|
9809
|
-
"name": "boolean"
|
|
9810
|
-
}
|
|
9811
|
-
},
|
|
9812
|
-
"id": {
|
|
9813
|
-
"defaultValue": null,
|
|
9814
|
-
"description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
|
|
9815
|
-
"name": "id",
|
|
9816
|
-
"parent": {
|
|
9817
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9818
|
-
"name": "DOMProps"
|
|
9819
|
-
},
|
|
9820
|
-
"declarations": [
|
|
9821
|
-
{
|
|
9822
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/dom.d.ts",
|
|
9823
|
-
"name": "DOMProps"
|
|
9824
|
-
}
|
|
9825
|
-
],
|
|
9826
|
-
"required": false,
|
|
9827
|
-
"type": {
|
|
9828
|
-
"name": "string"
|
|
9829
|
-
}
|
|
9830
|
-
},
|
|
9831
|
-
"slot": {
|
|
9832
|
-
"defaultValue": null,
|
|
9833
|
-
"description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
|
|
9834
|
-
"name": "slot",
|
|
9835
|
-
"parent": {
|
|
9836
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9837
|
-
"name": "SlotProps"
|
|
9838
|
-
},
|
|
9839
|
-
"declarations": [
|
|
9840
|
-
{
|
|
9841
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.7.1_react-dom@19.0.0_react@19.0.0__react@19.0.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
9842
|
-
"name": "SlotProps"
|
|
9843
|
-
}
|
|
9844
|
-
],
|
|
9845
|
-
"required": false,
|
|
9846
|
-
"type": {
|
|
9847
|
-
"name": "string | null"
|
|
9848
|
-
}
|
|
9849
|
-
},
|
|
9850
|
-
"orientation": {
|
|
9851
|
-
"defaultValue": {
|
|
9852
|
-
"value": "'horizontal'"
|
|
9853
|
-
},
|
|
9854
|
-
"description": "The orientation of the tabs.",
|
|
9855
|
-
"name": "orientation",
|
|
9856
|
-
"parent": {
|
|
9857
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
9858
|
-
"name": "AriaTabListBase"
|
|
9859
|
-
},
|
|
9860
|
-
"declarations": [
|
|
9861
|
-
{
|
|
9862
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
9863
|
-
"name": "AriaTabListBase"
|
|
9864
|
-
}
|
|
9865
|
-
],
|
|
9866
|
-
"required": false,
|
|
9867
|
-
"type": {
|
|
9868
|
-
"name": "Orientation"
|
|
9869
|
-
}
|
|
9870
|
-
},
|
|
9871
|
-
"onSelectionChange": {
|
|
9872
|
-
"defaultValue": null,
|
|
9873
|
-
"description": "Handler that is called when the selection changes.",
|
|
9874
|
-
"name": "onSelectionChange",
|
|
9875
|
-
"parent": {
|
|
9876
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9877
|
-
"name": "SingleSelection"
|
|
9878
|
-
},
|
|
9879
|
-
"declarations": [
|
|
9880
|
-
{
|
|
9881
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9882
|
-
"name": "SingleSelection"
|
|
9883
|
-
}
|
|
9884
|
-
],
|
|
9885
|
-
"required": false,
|
|
9886
|
-
"type": {
|
|
9887
|
-
"name": "((key: Key) => void)"
|
|
9888
|
-
}
|
|
9889
|
-
},
|
|
9890
|
-
"selectedKey": {
|
|
9891
|
-
"defaultValue": null,
|
|
9892
|
-
"description": "The currently selected key in the collection (controlled).",
|
|
9893
|
-
"name": "selectedKey",
|
|
9894
|
-
"parent": {
|
|
9895
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9896
|
-
"name": "SingleSelection"
|
|
9897
|
-
},
|
|
9898
|
-
"declarations": [
|
|
9899
|
-
{
|
|
9900
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9901
|
-
"name": "SingleSelection"
|
|
9902
|
-
}
|
|
9903
|
-
],
|
|
9904
|
-
"required": false,
|
|
9905
|
-
"type": {
|
|
9906
|
-
"name": "Key | null"
|
|
9907
|
-
}
|
|
9908
|
-
},
|
|
9909
|
-
"defaultSelectedKey": {
|
|
9910
|
-
"defaultValue": null,
|
|
9911
|
-
"description": "The initial selected key in the collection (uncontrolled).",
|
|
9912
|
-
"name": "defaultSelectedKey",
|
|
9913
|
-
"parent": {
|
|
9914
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9915
|
-
"name": "SingleSelection"
|
|
9916
|
-
},
|
|
9917
|
-
"declarations": [
|
|
9918
|
-
{
|
|
9919
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/selection.d.ts",
|
|
9920
|
-
"name": "SingleSelection"
|
|
9921
|
-
}
|
|
9922
|
-
],
|
|
9923
|
-
"required": false,
|
|
9924
|
-
"type": {
|
|
9925
|
-
"name": "Key"
|
|
9926
|
-
}
|
|
9927
|
-
},
|
|
9928
|
-
"disabledKeys": {
|
|
9929
|
-
"defaultValue": null,
|
|
9930
|
-
"description": "The item keys that are disabled. These items cannot be selected, focused, or otherwise interacted with.",
|
|
9931
|
-
"name": "disabledKeys",
|
|
9932
|
-
"parent": {
|
|
9933
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
9934
|
-
"name": "CollectionBase"
|
|
9935
|
-
},
|
|
9936
|
-
"declarations": [
|
|
9937
|
-
{
|
|
9938
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+shared@3.28.0_react@19.0.0/node_modules/@react-types/shared/src/collections.d.ts",
|
|
9939
|
-
"name": "CollectionBase"
|
|
9940
|
-
}
|
|
9941
|
-
],
|
|
9942
|
-
"required": false,
|
|
9943
|
-
"type": {
|
|
9944
|
-
"name": "Iterable<Key>"
|
|
9945
|
-
}
|
|
9946
|
-
},
|
|
9947
|
-
"keyboardActivation": {
|
|
9948
|
-
"defaultValue": {
|
|
9949
|
-
"value": "'automatic'"
|
|
9950
|
-
},
|
|
9951
|
-
"description": "Whether tabs are activated automatically on focus or manually.",
|
|
9952
|
-
"name": "keyboardActivation",
|
|
9953
|
-
"parent": {
|
|
9954
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
9955
|
-
"name": "AriaTabListBase"
|
|
9956
|
-
},
|
|
9957
|
-
"declarations": [
|
|
9958
|
-
{
|
|
9959
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+tabs@3.3.13_react@19.0.0/node_modules/@react-types/tabs/src/index.d.ts",
|
|
9960
|
-
"name": "AriaTabListBase"
|
|
9961
|
-
}
|
|
9962
|
-
],
|
|
9963
|
-
"required": false,
|
|
9964
|
-
"type": {
|
|
9965
|
-
"name": "\"manual\" | \"automatic\""
|
|
9966
|
-
}
|
|
9967
|
-
},
|
|
9968
|
-
"children": {
|
|
9969
|
-
"defaultValue": null,
|
|
9970
|
-
"description": "",
|
|
9971
|
-
"name": "children",
|
|
9972
|
-
"declarations": [
|
|
9973
|
-
{
|
|
9974
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
9975
|
-
"name": "TypeLiteral"
|
|
9976
|
-
}
|
|
9977
|
-
],
|
|
9978
|
-
"required": false,
|
|
9979
|
-
"type": {
|
|
9980
|
-
"name": "ReactNode"
|
|
9981
|
-
}
|
|
9982
|
-
},
|
|
9983
|
-
"wrapWith": {
|
|
9984
|
-
"defaultValue": null,
|
|
9985
|
-
"description": "",
|
|
9986
|
-
"name": "wrapWith",
|
|
9987
|
-
"parent": {
|
|
9988
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
9989
|
-
"name": "FlowComponentProps"
|
|
9990
|
-
},
|
|
9991
|
-
"declarations": [
|
|
9992
|
-
{
|
|
9993
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
9994
|
-
"name": "FlowComponentProps"
|
|
9995
|
-
}
|
|
9996
|
-
],
|
|
9997
|
-
"required": false,
|
|
9998
|
-
"type": {
|
|
9999
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
10000
|
-
}
|
|
10001
|
-
},
|
|
10002
|
-
"tunnelId": {
|
|
10003
|
-
"defaultValue": null,
|
|
10004
|
-
"description": "@internal",
|
|
10005
|
-
"name": "tunnelId",
|
|
10006
|
-
"parent": {
|
|
10007
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
10008
|
-
"name": "PropsWithTunnel"
|
|
10009
|
-
},
|
|
10010
|
-
"declarations": [
|
|
10011
|
-
{
|
|
10012
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
10013
|
-
"name": "PropsWithTunnel"
|
|
10014
|
-
}
|
|
10015
|
-
],
|
|
10016
|
-
"required": false,
|
|
10017
|
-
"type": {
|
|
10018
|
-
"name": "string | null"
|
|
10019
|
-
}
|
|
10020
|
-
},
|
|
10021
|
-
"ref": {
|
|
10022
|
-
"defaultValue": null,
|
|
10023
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
10024
|
-
"name": "ref",
|
|
10025
|
-
"parent": {
|
|
10026
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
10027
|
-
"name": "RefAttributes"
|
|
10028
|
-
},
|
|
10029
|
-
"declarations": [
|
|
10030
|
-
{
|
|
10031
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
10032
|
-
"name": "RefAttributes"
|
|
10033
|
-
}
|
|
10034
|
-
],
|
|
10035
|
-
"required": false,
|
|
10036
|
-
"type": {
|
|
10037
|
-
"name": "Ref<HTMLDivElement>"
|
|
10038
|
-
}
|
|
10039
|
-
},
|
|
10040
|
-
"key": {
|
|
10041
|
-
"defaultValue": null,
|
|
10042
|
-
"description": "",
|
|
10043
|
-
"name": "key",
|
|
10044
|
-
"parent": {
|
|
10045
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
10046
|
-
"name": "Attributes"
|
|
10047
|
-
},
|
|
10048
|
-
"declarations": [
|
|
10049
|
-
{
|
|
10050
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
10051
|
-
"name": "Attributes"
|
|
10052
|
-
}
|
|
10053
|
-
],
|
|
10054
|
-
"required": false,
|
|
10055
|
-
"type": {
|
|
10056
|
-
"name": "Key | null"
|
|
10057
|
-
}
|
|
10058
|
-
}
|
|
10059
|
-
}
|
|
10060
|
-
},
|
|
10061
10061
|
{
|
|
10062
10062
|
"tags": {
|
|
10063
10063
|
"flr-generate": "all"
|
|
@@ -10239,7 +10239,7 @@
|
|
|
10239
10239
|
],
|
|
10240
10240
|
"required": false,
|
|
10241
10241
|
"type": {
|
|
10242
|
-
"name": "\"all\"
|
|
10242
|
+
"name": "Iterable<Key> | \"all\""
|
|
10243
10243
|
}
|
|
10244
10244
|
},
|
|
10245
10245
|
"defaultSelectedKeys": {
|
|
@@ -10258,7 +10258,7 @@
|
|
|
10258
10258
|
],
|
|
10259
10259
|
"required": false,
|
|
10260
10260
|
"type": {
|
|
10261
|
-
"name": "\"all\"
|
|
10261
|
+
"name": "Iterable<Key> | \"all\""
|
|
10262
10262
|
}
|
|
10263
10263
|
},
|
|
10264
10264
|
"selectionMode": {
|
|
@@ -12598,7 +12598,7 @@
|
|
|
12598
12598
|
],
|
|
12599
12599
|
"required": false,
|
|
12600
12600
|
"type": {
|
|
12601
|
-
"name": "\"\" | \"
|
|
12601
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
12602
12602
|
}
|
|
12603
12603
|
},
|
|
12604
12604
|
"popoverTargetAction": {
|
|
@@ -17929,7 +17929,7 @@
|
|
|
17929
17929
|
],
|
|
17930
17930
|
"required": false,
|
|
17931
17931
|
"type": {
|
|
17932
|
-
"name": "\"\" | \"
|
|
17932
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
17933
17933
|
}
|
|
17934
17934
|
},
|
|
17935
17935
|
"popoverTargetAction": {
|
|
@@ -24817,7 +24817,7 @@
|
|
|
24817
24817
|
],
|
|
24818
24818
|
"required": false,
|
|
24819
24819
|
"type": {
|
|
24820
|
-
"name": "\"\" | \"
|
|
24820
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
24821
24821
|
}
|
|
24822
24822
|
},
|
|
24823
24823
|
"popoverTargetAction": {
|
|
@@ -32603,7 +32603,7 @@
|
|
|
32603
32603
|
],
|
|
32604
32604
|
"required": false,
|
|
32605
32605
|
"type": {
|
|
32606
|
-
"name": "\"all\"
|
|
32606
|
+
"name": "Iterable<Key> | \"all\""
|
|
32607
32607
|
}
|
|
32608
32608
|
},
|
|
32609
32609
|
"defaultSelectedKeys": {
|
|
@@ -32622,7 +32622,7 @@
|
|
|
32622
32622
|
],
|
|
32623
32623
|
"required": false,
|
|
32624
32624
|
"type": {
|
|
32625
|
-
"name": "\"all\"
|
|
32625
|
+
"name": "Iterable<Key> | \"all\""
|
|
32626
32626
|
}
|
|
32627
32627
|
},
|
|
32628
32628
|
"selectionMode": {
|
|
@@ -35025,7 +35025,7 @@
|
|
|
35025
35025
|
],
|
|
35026
35026
|
"required": false,
|
|
35027
35027
|
"type": {
|
|
35028
|
-
"name": "\"\" | \"
|
|
35028
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
35029
35029
|
}
|
|
35030
35030
|
},
|
|
35031
35031
|
"popoverTargetAction": {
|
|
@@ -40320,7 +40320,7 @@
|
|
|
40320
40320
|
],
|
|
40321
40321
|
"required": false,
|
|
40322
40322
|
"type": {
|
|
40323
|
-
"name": "\"\" | \"
|
|
40323
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
40324
40324
|
}
|
|
40325
40325
|
},
|
|
40326
40326
|
"popoverTargetAction": {
|
|
@@ -45737,7 +45737,7 @@
|
|
|
45737
45737
|
],
|
|
45738
45738
|
"required": false,
|
|
45739
45739
|
"type": {
|
|
45740
|
-
"name": "\"\" | \"
|
|
45740
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
45741
45741
|
}
|
|
45742
45742
|
},
|
|
45743
45743
|
"popoverTargetAction": {
|
|
@@ -51030,7 +51030,7 @@
|
|
|
51030
51030
|
],
|
|
51031
51031
|
"required": false,
|
|
51032
51032
|
"type": {
|
|
51033
|
-
"name": "\"\" | \"
|
|
51033
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
51034
51034
|
}
|
|
51035
51035
|
},
|
|
51036
51036
|
"popoverTargetAction": {
|
|
@@ -66017,7 +66017,7 @@
|
|
|
66017
66017
|
],
|
|
66018
66018
|
"required": false,
|
|
66019
66019
|
"type": {
|
|
66020
|
-
"name": "\"all\"
|
|
66020
|
+
"name": "Iterable<Key> | \"all\""
|
|
66021
66021
|
}
|
|
66022
66022
|
},
|
|
66023
66023
|
"defaultSelectedKeys": {
|
|
@@ -66036,7 +66036,7 @@
|
|
|
66036
66036
|
],
|
|
66037
66037
|
"required": false,
|
|
66038
66038
|
"type": {
|
|
66039
|
-
"name": "\"all\"
|
|
66039
|
+
"name": "Iterable<Key> | \"all\""
|
|
66040
66040
|
}
|
|
66041
66041
|
},
|
|
66042
66042
|
"selectionMode": {
|
|
@@ -68059,7 +68059,7 @@
|
|
|
68059
68059
|
],
|
|
68060
68060
|
"required": false,
|
|
68061
68061
|
"type": {
|
|
68062
|
-
"name": "\"\" | \"
|
|
68062
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
68063
68063
|
}
|
|
68064
68064
|
},
|
|
68065
68065
|
"popoverTargetAction": {
|
|
@@ -73680,7 +73680,7 @@
|
|
|
73680
73680
|
],
|
|
73681
73681
|
"required": false,
|
|
73682
73682
|
"type": {
|
|
73683
|
-
"name": "\"\" | \"
|
|
73683
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
73684
73684
|
}
|
|
73685
73685
|
},
|
|
73686
73686
|
"popoverTargetAction": {
|
|
@@ -78913,7 +78913,7 @@
|
|
|
78913
78913
|
],
|
|
78914
78914
|
"required": false,
|
|
78915
78915
|
"type": {
|
|
78916
|
-
"name": "\"\" | \"
|
|
78916
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
78917
78917
|
}
|
|
78918
78918
|
},
|
|
78919
78919
|
"popoverTargetAction": {
|
|
@@ -84603,7 +84603,7 @@
|
|
|
84603
84603
|
],
|
|
84604
84604
|
"required": false,
|
|
84605
84605
|
"type": {
|
|
84606
|
-
"name": "\"\" | \"
|
|
84606
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
84607
84607
|
}
|
|
84608
84608
|
},
|
|
84609
84609
|
"popoverTargetAction": {
|
|
@@ -89937,7 +89937,7 @@
|
|
|
89937
89937
|
],
|
|
89938
89938
|
"required": false,
|
|
89939
89939
|
"type": {
|
|
89940
|
-
"name": "\"\" | \"
|
|
89940
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
89941
89941
|
}
|
|
89942
89942
|
},
|
|
89943
89943
|
"popoverTargetAction": {
|
|
@@ -104523,7 +104523,7 @@
|
|
|
104523
104523
|
],
|
|
104524
104524
|
"required": false,
|
|
104525
104525
|
"type": {
|
|
104526
|
-
"name": "\"\" | \"
|
|
104526
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
104527
104527
|
}
|
|
104528
104528
|
},
|
|
104529
104529
|
"popoverTargetAction": {
|
|
@@ -109895,7 +109895,7 @@
|
|
|
109895
109895
|
],
|
|
109896
109896
|
"required": false,
|
|
109897
109897
|
"type": {
|
|
109898
|
-
"name": "\"\" | \"
|
|
109898
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
109899
109899
|
}
|
|
109900
109900
|
},
|
|
109901
109901
|
"popoverTargetAction": {
|
|
@@ -115188,7 +115188,7 @@
|
|
|
115188
115188
|
],
|
|
115189
115189
|
"required": false,
|
|
115190
115190
|
"type": {
|
|
115191
|
-
"name": "\"\" | \"
|
|
115191
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
115192
115192
|
}
|
|
115193
115193
|
},
|
|
115194
115194
|
"popoverTargetAction": {
|
|
@@ -119623,6 +119623,211 @@
|
|
|
119623
119623
|
}
|
|
119624
119624
|
}
|
|
119625
119625
|
},
|
|
119626
|
+
{
|
|
119627
|
+
"tags": {
|
|
119628
|
+
"flr-generate": "all"
|
|
119629
|
+
},
|
|
119630
|
+
"filePath": "src/components/Flex/Flex.tsx",
|
|
119631
|
+
"description": "",
|
|
119632
|
+
"displayName": "Flex",
|
|
119633
|
+
"methods": [],
|
|
119634
|
+
"props": {
|
|
119635
|
+
"direction": {
|
|
119636
|
+
"defaultValue": {
|
|
119637
|
+
"value": "\"row\""
|
|
119638
|
+
},
|
|
119639
|
+
"description": "The flexDirection value of the element.",
|
|
119640
|
+
"name": "direction",
|
|
119641
|
+
"parent": {
|
|
119642
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119643
|
+
"name": "FlexProps"
|
|
119644
|
+
},
|
|
119645
|
+
"declarations": [
|
|
119646
|
+
{
|
|
119647
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119648
|
+
"name": "FlexProps"
|
|
119649
|
+
}
|
|
119650
|
+
],
|
|
119651
|
+
"required": false,
|
|
119652
|
+
"type": {
|
|
119653
|
+
"name": "FlexDirection"
|
|
119654
|
+
}
|
|
119655
|
+
},
|
|
119656
|
+
"align": {
|
|
119657
|
+
"defaultValue": {
|
|
119658
|
+
"value": "\"start\""
|
|
119659
|
+
},
|
|
119660
|
+
"description": "The alignItems value of the element.",
|
|
119661
|
+
"name": "align",
|
|
119662
|
+
"parent": {
|
|
119663
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119664
|
+
"name": "FlexProps"
|
|
119665
|
+
},
|
|
119666
|
+
"declarations": [
|
|
119667
|
+
{
|
|
119668
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119669
|
+
"name": "FlexProps"
|
|
119670
|
+
}
|
|
119671
|
+
],
|
|
119672
|
+
"required": false,
|
|
119673
|
+
"type": {
|
|
119674
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
119675
|
+
}
|
|
119676
|
+
},
|
|
119677
|
+
"justify": {
|
|
119678
|
+
"defaultValue": {
|
|
119679
|
+
"value": "\"start\""
|
|
119680
|
+
},
|
|
119681
|
+
"description": "The justifyContent value of the element.",
|
|
119682
|
+
"name": "justify",
|
|
119683
|
+
"parent": {
|
|
119684
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119685
|
+
"name": "FlexProps"
|
|
119686
|
+
},
|
|
119687
|
+
"declarations": [
|
|
119688
|
+
{
|
|
119689
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119690
|
+
"name": "FlexProps"
|
|
119691
|
+
}
|
|
119692
|
+
],
|
|
119693
|
+
"required": false,
|
|
119694
|
+
"type": {
|
|
119695
|
+
"name": "\"start\" | \"end\" | \"center\""
|
|
119696
|
+
}
|
|
119697
|
+
},
|
|
119698
|
+
"gap": {
|
|
119699
|
+
"defaultValue": null,
|
|
119700
|
+
"description": "The gap size of the element.",
|
|
119701
|
+
"name": "gap",
|
|
119702
|
+
"parent": {
|
|
119703
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119704
|
+
"name": "FlexProps"
|
|
119705
|
+
},
|
|
119706
|
+
"declarations": [
|
|
119707
|
+
{
|
|
119708
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119709
|
+
"name": "FlexProps"
|
|
119710
|
+
}
|
|
119711
|
+
],
|
|
119712
|
+
"required": false,
|
|
119713
|
+
"type": {
|
|
119714
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
119715
|
+
}
|
|
119716
|
+
},
|
|
119717
|
+
"columnGap": {
|
|
119718
|
+
"defaultValue": null,
|
|
119719
|
+
"description": "The columnGap size of the element.",
|
|
119720
|
+
"name": "columnGap",
|
|
119721
|
+
"parent": {
|
|
119722
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119723
|
+
"name": "FlexProps"
|
|
119724
|
+
},
|
|
119725
|
+
"declarations": [
|
|
119726
|
+
{
|
|
119727
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119728
|
+
"name": "FlexProps"
|
|
119729
|
+
}
|
|
119730
|
+
],
|
|
119731
|
+
"required": false,
|
|
119732
|
+
"type": {
|
|
119733
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
119734
|
+
}
|
|
119735
|
+
},
|
|
119736
|
+
"rowGap": {
|
|
119737
|
+
"defaultValue": null,
|
|
119738
|
+
"description": "The rowGap size of the element.",
|
|
119739
|
+
"name": "rowGap",
|
|
119740
|
+
"parent": {
|
|
119741
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119742
|
+
"name": "FlexProps"
|
|
119743
|
+
},
|
|
119744
|
+
"declarations": [
|
|
119745
|
+
{
|
|
119746
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119747
|
+
"name": "FlexProps"
|
|
119748
|
+
}
|
|
119749
|
+
],
|
|
119750
|
+
"required": false,
|
|
119751
|
+
"type": {
|
|
119752
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
119753
|
+
}
|
|
119754
|
+
},
|
|
119755
|
+
"grow": {
|
|
119756
|
+
"defaultValue": null,
|
|
119757
|
+
"description": "Whether the element should grow.",
|
|
119758
|
+
"name": "grow",
|
|
119759
|
+
"parent": {
|
|
119760
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119761
|
+
"name": "FlexProps"
|
|
119762
|
+
},
|
|
119763
|
+
"declarations": [
|
|
119764
|
+
{
|
|
119765
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119766
|
+
"name": "FlexProps"
|
|
119767
|
+
}
|
|
119768
|
+
],
|
|
119769
|
+
"required": false,
|
|
119770
|
+
"type": {
|
|
119771
|
+
"name": "boolean"
|
|
119772
|
+
}
|
|
119773
|
+
},
|
|
119774
|
+
"wrap": {
|
|
119775
|
+
"defaultValue": {
|
|
119776
|
+
"value": "\"nowrap\""
|
|
119777
|
+
},
|
|
119778
|
+
"description": "The flexWrap value of the element.",
|
|
119779
|
+
"name": "wrap",
|
|
119780
|
+
"parent": {
|
|
119781
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119782
|
+
"name": "FlexProps"
|
|
119783
|
+
},
|
|
119784
|
+
"declarations": [
|
|
119785
|
+
{
|
|
119786
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
119787
|
+
"name": "FlexProps"
|
|
119788
|
+
}
|
|
119789
|
+
],
|
|
119790
|
+
"required": false,
|
|
119791
|
+
"type": {
|
|
119792
|
+
"name": "FlexWrap"
|
|
119793
|
+
}
|
|
119794
|
+
},
|
|
119795
|
+
"children": {
|
|
119796
|
+
"defaultValue": null,
|
|
119797
|
+
"description": "",
|
|
119798
|
+
"name": "children",
|
|
119799
|
+
"declarations": [
|
|
119800
|
+
{
|
|
119801
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
119802
|
+
"name": "TypeLiteral"
|
|
119803
|
+
}
|
|
119804
|
+
],
|
|
119805
|
+
"required": false,
|
|
119806
|
+
"type": {
|
|
119807
|
+
"name": "ReactNode"
|
|
119808
|
+
}
|
|
119809
|
+
},
|
|
119810
|
+
"className": {
|
|
119811
|
+
"defaultValue": null,
|
|
119812
|
+
"description": "The elements class name.",
|
|
119813
|
+
"name": "className",
|
|
119814
|
+
"parent": {
|
|
119815
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
119816
|
+
"name": "PropsWithClassName"
|
|
119817
|
+
},
|
|
119818
|
+
"declarations": [
|
|
119819
|
+
{
|
|
119820
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
119821
|
+
"name": "PropsWithClassName"
|
|
119822
|
+
}
|
|
119823
|
+
],
|
|
119824
|
+
"required": false,
|
|
119825
|
+
"type": {
|
|
119826
|
+
"name": "string"
|
|
119827
|
+
}
|
|
119828
|
+
}
|
|
119829
|
+
}
|
|
119830
|
+
},
|
|
119626
119831
|
{
|
|
119627
119832
|
"tags": {
|
|
119628
119833
|
"flr-generate": "all",
|
|
@@ -121201,7 +121406,7 @@
|
|
|
121201
121406
|
],
|
|
121202
121407
|
"required": false,
|
|
121203
121408
|
"type": {
|
|
121204
|
-
"name": "\"\" | \"
|
|
121409
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
121205
121410
|
}
|
|
121206
121411
|
},
|
|
121207
121412
|
"popoverTargetAction": {
|
|
@@ -126437,7 +126642,7 @@
|
|
|
126437
126642
|
],
|
|
126438
126643
|
"required": false,
|
|
126439
126644
|
"type": {
|
|
126440
|
-
"name": "\"\" | \"
|
|
126645
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
126441
126646
|
}
|
|
126442
126647
|
},
|
|
126443
126648
|
"popoverTargetAction": {
|
|
@@ -132206,7 +132411,7 @@
|
|
|
132206
132411
|
],
|
|
132207
132412
|
"required": false,
|
|
132208
132413
|
"type": {
|
|
132209
|
-
"name": "\"\" | \"
|
|
132414
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
132210
132415
|
}
|
|
132211
132416
|
},
|
|
132212
132417
|
"popoverTargetAction": {
|
|
@@ -137398,7 +137603,7 @@
|
|
|
137398
137603
|
],
|
|
137399
137604
|
"required": false,
|
|
137400
137605
|
"type": {
|
|
137401
|
-
"name": "\"\" | \"
|
|
137606
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
137402
137607
|
}
|
|
137403
137608
|
},
|
|
137404
137609
|
"popoverTargetAction": {
|
|
@@ -144406,7 +144611,7 @@
|
|
|
144406
144611
|
],
|
|
144407
144612
|
"required": false,
|
|
144408
144613
|
"type": {
|
|
144409
|
-
"name": "\"\" | \"
|
|
144614
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
144410
144615
|
}
|
|
144411
144616
|
},
|
|
144412
144617
|
"popoverTargetAction": {
|
|
@@ -151289,7 +151494,7 @@
|
|
|
151289
151494
|
],
|
|
151290
151495
|
"required": false,
|
|
151291
151496
|
"type": {
|
|
151292
|
-
"name": "\"all\"
|
|
151497
|
+
"name": "Iterable<Key> | \"all\""
|
|
151293
151498
|
}
|
|
151294
151499
|
},
|
|
151295
151500
|
"defaultSelectedKeys": {
|
|
@@ -151308,7 +151513,7 @@
|
|
|
151308
151513
|
],
|
|
151309
151514
|
"required": false,
|
|
151310
151515
|
"type": {
|
|
151311
|
-
"name": "\"all\"
|
|
151516
|
+
"name": "Iterable<Key> | \"all\""
|
|
151312
151517
|
}
|
|
151313
151518
|
},
|
|
151314
151519
|
"wrapWith": {
|
|
@@ -152342,7 +152547,7 @@
|
|
|
152342
152547
|
],
|
|
152343
152548
|
"required": false,
|
|
152344
152549
|
"type": {
|
|
152345
|
-
"name": "\"\" | \"
|
|
152550
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
152346
152551
|
}
|
|
152347
152552
|
},
|
|
152348
152553
|
"popoverTargetAction": {
|
|
@@ -158667,7 +158872,7 @@
|
|
|
158667
158872
|
],
|
|
158668
158873
|
"required": false,
|
|
158669
158874
|
"type": {
|
|
158670
|
-
"name": "\"\" | \"
|
|
158875
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
158671
158876
|
}
|
|
158672
158877
|
},
|
|
158673
158878
|
"popoverTargetAction": {
|
|
@@ -163000,30 +163205,6 @@
|
|
|
163000
163205
|
}
|
|
163001
163206
|
}
|
|
163002
163207
|
},
|
|
163003
|
-
{
|
|
163004
|
-
"tags": {},
|
|
163005
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
|
|
163006
|
-
"description": "",
|
|
163007
|
-
"displayName": "ClearPropsContext",
|
|
163008
|
-
"methods": [],
|
|
163009
|
-
"props": {
|
|
163010
|
-
"children": {
|
|
163011
|
-
"defaultValue": null,
|
|
163012
|
-
"description": "",
|
|
163013
|
-
"name": "children",
|
|
163014
|
-
"declarations": [
|
|
163015
|
-
{
|
|
163016
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
163017
|
-
"name": "TypeLiteral"
|
|
163018
|
-
}
|
|
163019
|
-
],
|
|
163020
|
-
"required": false,
|
|
163021
|
-
"type": {
|
|
163022
|
-
"name": "ReactNode"
|
|
163023
|
-
}
|
|
163024
|
-
}
|
|
163025
|
-
}
|
|
163026
|
-
},
|
|
163027
163208
|
{
|
|
163028
163209
|
"tags": {
|
|
163029
163210
|
"flr-generate": "all"
|
|
@@ -163113,6 +163294,30 @@
|
|
|
163113
163294
|
}
|
|
163114
163295
|
}
|
|
163115
163296
|
},
|
|
163297
|
+
{
|
|
163298
|
+
"tags": {},
|
|
163299
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
|
|
163300
|
+
"description": "",
|
|
163301
|
+
"displayName": "ClearPropsContext",
|
|
163302
|
+
"methods": [],
|
|
163303
|
+
"props": {
|
|
163304
|
+
"children": {
|
|
163305
|
+
"defaultValue": null,
|
|
163306
|
+
"description": "",
|
|
163307
|
+
"name": "children",
|
|
163308
|
+
"declarations": [
|
|
163309
|
+
{
|
|
163310
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
163311
|
+
"name": "TypeLiteral"
|
|
163312
|
+
}
|
|
163313
|
+
],
|
|
163314
|
+
"required": false,
|
|
163315
|
+
"type": {
|
|
163316
|
+
"name": "ReactNode"
|
|
163317
|
+
}
|
|
163318
|
+
}
|
|
163319
|
+
}
|
|
163320
|
+
},
|
|
163116
163321
|
{
|
|
163117
163322
|
"tags": {
|
|
163118
163323
|
"flr-generate": "all",
|
|
@@ -177474,7 +177679,7 @@
|
|
|
177474
177679
|
],
|
|
177475
177680
|
"required": false,
|
|
177476
177681
|
"type": {
|
|
177477
|
-
"name": "\"\" | \"
|
|
177682
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
177478
177683
|
}
|
|
177479
177684
|
},
|
|
177480
177685
|
"popoverTargetAction": {
|
|
@@ -181939,25 +182144,6 @@
|
|
|
181939
182144
|
"displayName": "ActionGroup",
|
|
181940
182145
|
"methods": [],
|
|
181941
182146
|
"props": {
|
|
181942
|
-
"ignoreBreakpoint": {
|
|
181943
|
-
"defaultValue": null,
|
|
181944
|
-
"description": "Whether the breakpoints for a compact version should be ignored.",
|
|
181945
|
-
"name": "ignoreBreakpoint",
|
|
181946
|
-
"parent": {
|
|
181947
|
-
"fileName": "components/src/components/ActionGroup/ActionGroup.tsx",
|
|
181948
|
-
"name": "ActionGroupProps"
|
|
181949
|
-
},
|
|
181950
|
-
"declarations": [
|
|
181951
|
-
{
|
|
181952
|
-
"fileName": "components/src/components/ActionGroup/ActionGroup.tsx",
|
|
181953
|
-
"name": "ActionGroupProps"
|
|
181954
|
-
}
|
|
181955
|
-
],
|
|
181956
|
-
"required": false,
|
|
181957
|
-
"type": {
|
|
181958
|
-
"name": "boolean"
|
|
181959
|
-
}
|
|
181960
|
-
},
|
|
181961
182147
|
"spacing": {
|
|
181962
182148
|
"defaultValue": {
|
|
181963
182149
|
"value": "\"m\""
|
|
@@ -183439,7 +183625,7 @@
|
|
|
183439
183625
|
],
|
|
183440
183626
|
"required": false,
|
|
183441
183627
|
"type": {
|
|
183442
|
-
"name": "\"\" | \"
|
|
183628
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
183443
183629
|
}
|
|
183444
183630
|
},
|
|
183445
183631
|
"popoverTargetAction": {
|
|
@@ -188825,10 +189011,10 @@
|
|
|
188825
189011
|
"name": "() => ArrayIterator<any>"
|
|
188826
189012
|
}
|
|
188827
189013
|
},
|
|
188828
|
-
"__@unscopables@
|
|
189014
|
+
"__@unscopables@4654": {
|
|
188829
189015
|
"defaultValue": null,
|
|
188830
189016
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
188831
|
-
"name": "__@unscopables@
|
|
189017
|
+
"name": "__@unscopables@4654",
|
|
188832
189018
|
"parent": {
|
|
188833
189019
|
"fileName": "flow/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
188834
189020
|
"name": "Array"
|
|
@@ -189661,10 +189847,10 @@
|
|
|
189661
189847
|
"name": "() => ArrayIterator<unknown>"
|
|
189662
189848
|
}
|
|
189663
189849
|
},
|
|
189664
|
-
"__@unscopables@
|
|
189850
|
+
"__@unscopables@4654": {
|
|
189665
189851
|
"defaultValue": null,
|
|
189666
189852
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
189667
|
-
"name": "__@unscopables@
|
|
189853
|
+
"name": "__@unscopables@4654",
|
|
189668
189854
|
"parent": {
|
|
189669
189855
|
"fileName": "flow/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
189670
189856
|
"name": "Array"
|
|
@@ -190497,10 +190683,10 @@
|
|
|
190497
190683
|
"name": "() => ArrayIterator<unknown>"
|
|
190498
190684
|
}
|
|
190499
190685
|
},
|
|
190500
|
-
"__@unscopables@
|
|
190686
|
+
"__@unscopables@4654": {
|
|
190501
190687
|
"defaultValue": null,
|
|
190502
190688
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
190503
|
-
"name": "__@unscopables@
|
|
190689
|
+
"name": "__@unscopables@4654",
|
|
190504
190690
|
"parent": {
|
|
190505
190691
|
"fileName": "flow/node_modules/.pnpm/typescript@5.8.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
190506
190692
|
"name": "Array"
|
|
@@ -192733,7 +192919,7 @@
|
|
|
192733
192919
|
],
|
|
192734
192920
|
"required": false,
|
|
192735
192921
|
"type": {
|
|
192736
|
-
"name": "\"\" | \"
|
|
192922
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
192737
192923
|
}
|
|
192738
192924
|
},
|
|
192739
192925
|
"popoverTargetAction": {
|
|
@@ -198580,7 +198766,7 @@
|
|
|
198580
198766
|
],
|
|
198581
198767
|
"required": false,
|
|
198582
198768
|
"type": {
|
|
198583
|
-
"name": "\"\" | \"
|
|
198769
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
198584
198770
|
}
|
|
198585
198771
|
},
|
|
198586
198772
|
"popoverTargetAction": {
|
|
@@ -205670,7 +205856,7 @@
|
|
|
205670
205856
|
],
|
|
205671
205857
|
"required": false,
|
|
205672
205858
|
"type": {
|
|
205673
|
-
"name": "\"all\"
|
|
205859
|
+
"name": "Iterable<Key> | \"all\""
|
|
205674
205860
|
}
|
|
205675
205861
|
},
|
|
205676
205862
|
"defaultSelectedKeys": {
|
|
@@ -205689,7 +205875,7 @@
|
|
|
205689
205875
|
],
|
|
205690
205876
|
"required": false,
|
|
205691
205877
|
"type": {
|
|
205692
|
-
"name": "\"all\"
|
|
205878
|
+
"name": "Iterable<Key> | \"all\""
|
|
205693
205879
|
}
|
|
205694
205880
|
},
|
|
205695
205881
|
"selectionMode": {
|
|
@@ -208879,7 +209065,7 @@
|
|
|
208879
209065
|
],
|
|
208880
209066
|
"required": false,
|
|
208881
209067
|
"type": {
|
|
208882
|
-
"name": "\"\" | \"
|
|
209068
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
208883
209069
|
}
|
|
208884
209070
|
},
|
|
208885
209071
|
"popoverTargetAction": {
|
|
@@ -215493,7 +215679,7 @@
|
|
|
215493
215679
|
],
|
|
215494
215680
|
"required": false,
|
|
215495
215681
|
"type": {
|
|
215496
|
-
"name": "\"all\"
|
|
215682
|
+
"name": "Iterable<Key> | \"all\""
|
|
215497
215683
|
}
|
|
215498
215684
|
},
|
|
215499
215685
|
"defaultSelectedKeys": {
|
|
@@ -215512,7 +215698,7 @@
|
|
|
215512
215698
|
],
|
|
215513
215699
|
"required": false,
|
|
215514
215700
|
"type": {
|
|
215515
|
-
"name": "\"all\"
|
|
215701
|
+
"name": "Iterable<Key> | \"all\""
|
|
215516
215702
|
}
|
|
215517
215703
|
},
|
|
215518
215704
|
"selectionMode": {
|
|
@@ -215899,7 +216085,7 @@
|
|
|
215899
216085
|
],
|
|
215900
216086
|
"required": false,
|
|
215901
216087
|
"type": {
|
|
215902
|
-
"name": "\"all\"
|
|
216088
|
+
"name": "Iterable<Key> | \"all\""
|
|
215903
216089
|
}
|
|
215904
216090
|
},
|
|
215905
216091
|
"defaultSelectedKeys": {
|
|
@@ -215918,7 +216104,7 @@
|
|
|
215918
216104
|
],
|
|
215919
216105
|
"required": false,
|
|
215920
216106
|
"type": {
|
|
215921
|
-
"name": "\"all\"
|
|
216107
|
+
"name": "Iterable<Key> | \"all\""
|
|
215922
216108
|
}
|
|
215923
216109
|
},
|
|
215924
216110
|
"selectionMode": {
|
|
@@ -216998,7 +217184,7 @@
|
|
|
216998
217184
|
],
|
|
216999
217185
|
"required": false,
|
|
217000
217186
|
"type": {
|
|
217001
|
-
"name": "\"all\"
|
|
217187
|
+
"name": "Iterable<Key> | \"all\""
|
|
217002
217188
|
}
|
|
217003
217189
|
},
|
|
217004
217190
|
"defaultSelectedKeys": {
|
|
@@ -217017,7 +217203,7 @@
|
|
|
217017
217203
|
],
|
|
217018
217204
|
"required": false,
|
|
217019
217205
|
"type": {
|
|
217020
|
-
"name": "\"all\"
|
|
217206
|
+
"name": "Iterable<Key> | \"all\""
|
|
217021
217207
|
}
|
|
217022
217208
|
},
|
|
217023
217209
|
"selectionMode": {
|
|
@@ -217335,6 +217521,34 @@
|
|
|
217335
217521
|
"methods": [],
|
|
217336
217522
|
"props": {}
|
|
217337
217523
|
},
|
|
217524
|
+
{
|
|
217525
|
+
"tags": {},
|
|
217526
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
|
|
217527
|
+
"description": "",
|
|
217528
|
+
"displayName": "SortingPickerItem",
|
|
217529
|
+
"methods": [],
|
|
217530
|
+
"props": {
|
|
217531
|
+
"sorting": {
|
|
217532
|
+
"defaultValue": null,
|
|
217533
|
+
"description": "",
|
|
217534
|
+
"name": "sorting",
|
|
217535
|
+
"parent": {
|
|
217536
|
+
"fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
|
|
217537
|
+
"name": "Props"
|
|
217538
|
+
},
|
|
217539
|
+
"declarations": [
|
|
217540
|
+
{
|
|
217541
|
+
"fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
|
|
217542
|
+
"name": "Props"
|
|
217543
|
+
}
|
|
217544
|
+
],
|
|
217545
|
+
"required": true,
|
|
217546
|
+
"type": {
|
|
217547
|
+
"name": "Sorting<never>"
|
|
217548
|
+
}
|
|
217549
|
+
}
|
|
217550
|
+
}
|
|
217551
|
+
},
|
|
217338
217552
|
{
|
|
217339
217553
|
"tags": {},
|
|
217340
217554
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPicker/SortingPicker.tsx",
|
|
@@ -217418,34 +217632,6 @@
|
|
|
217418
217632
|
}
|
|
217419
217633
|
}
|
|
217420
217634
|
},
|
|
217421
|
-
{
|
|
217422
|
-
"tags": {},
|
|
217423
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
|
|
217424
|
-
"description": "",
|
|
217425
|
-
"displayName": "SortingPickerItem",
|
|
217426
|
-
"methods": [],
|
|
217427
|
-
"props": {
|
|
217428
|
-
"sorting": {
|
|
217429
|
-
"defaultValue": null,
|
|
217430
|
-
"description": "",
|
|
217431
|
-
"name": "sorting",
|
|
217432
|
-
"parent": {
|
|
217433
|
-
"fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
|
|
217434
|
-
"name": "Props"
|
|
217435
|
-
},
|
|
217436
|
-
"declarations": [
|
|
217437
|
-
{
|
|
217438
|
-
"fileName": "components/src/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.tsx",
|
|
217439
|
-
"name": "Props"
|
|
217440
|
-
}
|
|
217441
|
-
],
|
|
217442
|
-
"required": true,
|
|
217443
|
-
"type": {
|
|
217444
|
-
"name": "Sorting<never>"
|
|
217445
|
-
}
|
|
217446
|
-
}
|
|
217447
|
-
}
|
|
217448
|
-
},
|
|
217449
217635
|
{
|
|
217450
217636
|
"tags": {},
|
|
217451
217637
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
@@ -219584,7 +219770,7 @@
|
|
|
219584
219770
|
],
|
|
219585
219771
|
"required": false,
|
|
219586
219772
|
"type": {
|
|
219587
|
-
"name": "\"\" | \"
|
|
219773
|
+
"name": "\"\" | \"manual\" | \"auto\""
|
|
219588
219774
|
}
|
|
219589
219775
|
},
|
|
219590
219776
|
"popoverTargetAction": {
|