@mittwald/flow-react-components 0.2.0-alpha.533 → 0.2.0-alpha.535
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 +12 -0
- package/dist/assets/doc-properties.json +604 -516
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_.locale.json@8b26c19d587a90f821a2307c8122f6d1.mjs +2 -0
- package/dist/js/_virtual/_.locale.json@8b26c19d587a90f821a2307c8122f6d1.mjs.map +1 -1
- package/dist/js/components/src/components/Action/lib/ariaLive.mjs +17 -5
- package/dist/js/components/src/components/Action/lib/ariaLive.mjs.map +1 -1
- package/dist/js/components/src/components/ContextMenu/ContextMenu.mjs +3 -1
- package/dist/js/components/src/components/ContextMenu/ContextMenu.mjs.map +1 -1
- package/dist/js/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs +3 -0
- package/dist/js/components/src/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.mjs.map +1 -1
- package/dist/js/components/src/components/CopyButton/CopyButton.mjs +1 -0
- package/dist/js/components/src/components/CopyButton/CopyButton.mjs.map +1 -1
- package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs +1 -0
- package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs.map +1 -1
- package/dist/js/components/src/components/Modal/Modal.mjs +6 -2
- package/dist/js/components/src/components/Modal/Modal.mjs.map +1 -1
- package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs +120 -0
- package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs.map +1 -0
- package/dist/js/components/src/components/Overlay/Overlay.mjs +2 -1
- package/dist/js/components/src/components/Overlay/Overlay.mjs.map +1 -1
- package/dist/js/components/src/components/Overlay/components/OverlayContent.mjs +14 -3
- package/dist/js/components/src/components/Overlay/components/OverlayContent.mjs.map +1 -1
- package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs +119 -0
- package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs.map +1 -0
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs +2 -0
- package/dist/js/components/src/components/PasswordCreationField/PasswordCreationField.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.mjs +1 -0
- package/dist/js/components/src/components/PasswordCreationField/components/PasswordGenerateButton/PasswordGenerateButton.mjs.map +1 -1
- package/dist/js/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.mjs +2 -1
- package/dist/js/components/src/components/PasswordCreationField/components/TogglePasswordVisibilityButton/TogglePasswordVisibilityButton.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs +2 -0
- package/dist/js/components/src/integrations/react-hook-form/components/Form/Form.mjs.map +1 -1
- package/dist/js/components/src/views/FlexView.mjs +15 -0
- package/dist/js/components/src/views/FlexView.mjs.map +1 -0
- package/dist/js/components/src/views/LoadingSpinnerView.mjs +15 -0
- package/dist/js/components/src/views/LoadingSpinnerView.mjs.map +1 -0
- package/dist/js/default.mjs +1 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +5 -3
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/Action/index.d.ts +1 -0
- package/dist/types/components/Action/index.d.ts.map +1 -1
- package/dist/types/components/Action/lib/ariaLive.d.ts +1 -0
- package/dist/types/components/Action/lib/ariaLive.d.ts.map +1 -1
- package/dist/types/components/Modal/Modal.d.ts.map +1 -1
- package/dist/types/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.d.ts +3 -0
- package/dist/types/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.d.ts.map +1 -0
- package/dist/types/components/Modal/components/OffCanvasSuspenseFallback/index.d.ts +2 -0
- package/dist/types/components/Modal/components/OffCanvasSuspenseFallback/index.d.ts.map +1 -0
- package/dist/types/components/Modal/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Modal/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Overlay/Overlay.d.ts +1 -0
- package/dist/types/components/Overlay/Overlay.d.ts.map +1 -1
- package/dist/types/components/Overlay/components/OverlayContent.d.ts.map +1 -1
- package/dist/types/components/Overlay/components/OverlaySuspenseFallback.d.ts +4 -0
- package/dist/types/components/Overlay/components/OverlaySuspenseFallback.d.ts.map +1 -0
- package/dist/types/components/Overlay/components/index.d.ts +1 -0
- package/dist/types/components/Overlay/components/index.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -54,65 +54,7 @@
|
|
|
54
54
|
"description": "",
|
|
55
55
|
"displayName": "TunnelEntry",
|
|
56
56
|
"methods": [],
|
|
57
|
-
"props": {
|
|
58
|
-
"id": {
|
|
59
|
-
"defaultValue": null,
|
|
60
|
-
"description": "",
|
|
61
|
-
"name": "id",
|
|
62
|
-
"parent": {
|
|
63
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
64
|
-
"name": "TunnelEntryProps"
|
|
65
|
-
},
|
|
66
|
-
"declarations": [
|
|
67
|
-
{
|
|
68
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
69
|
-
"name": "TunnelEntryProps"
|
|
70
|
-
}
|
|
71
|
-
],
|
|
72
|
-
"required": false,
|
|
73
|
-
"type": {
|
|
74
|
-
"name": "string"
|
|
75
|
-
}
|
|
76
|
-
},
|
|
77
|
-
"children": {
|
|
78
|
-
"defaultValue": null,
|
|
79
|
-
"description": "",
|
|
80
|
-
"name": "children",
|
|
81
|
-
"parent": {
|
|
82
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
83
|
-
"name": "TunnelEntryProps"
|
|
84
|
-
},
|
|
85
|
-
"declarations": [
|
|
86
|
-
{
|
|
87
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
88
|
-
"name": "TunnelEntryProps"
|
|
89
|
-
}
|
|
90
|
-
],
|
|
91
|
-
"required": false,
|
|
92
|
-
"type": {
|
|
93
|
-
"name": "TunnelEntryChildren"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
"staticEntryId": {
|
|
97
|
-
"defaultValue": null,
|
|
98
|
-
"description": "Static entry ID instead of generated ID by `useId`",
|
|
99
|
-
"name": "staticEntryId",
|
|
100
|
-
"parent": {
|
|
101
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
102
|
-
"name": "TunnelEntryProps"
|
|
103
|
-
},
|
|
104
|
-
"declarations": [
|
|
105
|
-
{
|
|
106
|
-
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
107
|
-
"name": "TunnelEntryProps"
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
"required": false,
|
|
111
|
-
"type": {
|
|
112
|
-
"name": "string"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
57
|
+
"props": {}
|
|
116
58
|
},
|
|
117
59
|
{
|
|
118
60
|
"tags": {},
|
|
@@ -56465,6 +56407,25 @@
|
|
|
56465
56407
|
"name": "\"LightBox\" | \"Modal\""
|
|
56466
56408
|
}
|
|
56467
56409
|
},
|
|
56410
|
+
"isOpen": {
|
|
56411
|
+
"defaultValue": null,
|
|
56412
|
+
"description": "",
|
|
56413
|
+
"name": "isOpen",
|
|
56414
|
+
"parent": {
|
|
56415
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56416
|
+
"name": "OverlayProps"
|
|
56417
|
+
},
|
|
56418
|
+
"declarations": [
|
|
56419
|
+
{
|
|
56420
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56421
|
+
"name": "OverlayProps"
|
|
56422
|
+
}
|
|
56423
|
+
],
|
|
56424
|
+
"required": false,
|
|
56425
|
+
"type": {
|
|
56426
|
+
"name": "boolean"
|
|
56427
|
+
}
|
|
56428
|
+
},
|
|
56468
56429
|
"children": {
|
|
56469
56430
|
"defaultValue": null,
|
|
56470
56431
|
"description": "",
|
|
@@ -73422,6 +73383,243 @@
|
|
|
73422
73383
|
}
|
|
73423
73384
|
}
|
|
73424
73385
|
},
|
|
73386
|
+
{
|
|
73387
|
+
"tags": {},
|
|
73388
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/Modal.tsx",
|
|
73389
|
+
"description": "",
|
|
73390
|
+
"displayName": "Modal",
|
|
73391
|
+
"methods": [],
|
|
73392
|
+
"props": {
|
|
73393
|
+
"size": {
|
|
73394
|
+
"defaultValue": {
|
|
73395
|
+
"value": "\"s\""
|
|
73396
|
+
},
|
|
73397
|
+
"description": "The size of the modal.",
|
|
73398
|
+
"name": "size",
|
|
73399
|
+
"parent": {
|
|
73400
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73401
|
+
"name": "ModalProps"
|
|
73402
|
+
},
|
|
73403
|
+
"declarations": [
|
|
73404
|
+
{
|
|
73405
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73406
|
+
"name": "ModalProps"
|
|
73407
|
+
}
|
|
73408
|
+
],
|
|
73409
|
+
"required": false,
|
|
73410
|
+
"type": {
|
|
73411
|
+
"name": "\"s\" | \"m\" | \"l\""
|
|
73412
|
+
}
|
|
73413
|
+
},
|
|
73414
|
+
"offCanvas": {
|
|
73415
|
+
"defaultValue": null,
|
|
73416
|
+
"description": "Whether the modal should be displayed as an off canvas.",
|
|
73417
|
+
"name": "offCanvas",
|
|
73418
|
+
"parent": {
|
|
73419
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73420
|
+
"name": "ModalProps"
|
|
73421
|
+
},
|
|
73422
|
+
"declarations": [
|
|
73423
|
+
{
|
|
73424
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73425
|
+
"name": "ModalProps"
|
|
73426
|
+
}
|
|
73427
|
+
],
|
|
73428
|
+
"required": false,
|
|
73429
|
+
"type": {
|
|
73430
|
+
"name": "boolean"
|
|
73431
|
+
}
|
|
73432
|
+
},
|
|
73433
|
+
"offCanvasOrientation": {
|
|
73434
|
+
"defaultValue": {
|
|
73435
|
+
"value": "\"right\""
|
|
73436
|
+
},
|
|
73437
|
+
"description": "Whether the off canvas should be displayed on the right or left side of the\nscreen.",
|
|
73438
|
+
"name": "offCanvasOrientation",
|
|
73439
|
+
"parent": {
|
|
73440
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73441
|
+
"name": "ModalProps"
|
|
73442
|
+
},
|
|
73443
|
+
"declarations": [
|
|
73444
|
+
{
|
|
73445
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73446
|
+
"name": "ModalProps"
|
|
73447
|
+
}
|
|
73448
|
+
],
|
|
73449
|
+
"required": false,
|
|
73450
|
+
"type": {
|
|
73451
|
+
"name": "\"left\" | \"right\""
|
|
73452
|
+
}
|
|
73453
|
+
},
|
|
73454
|
+
"controller": {
|
|
73455
|
+
"defaultValue": null,
|
|
73456
|
+
"description": "An overlay controller to control the modal state.",
|
|
73457
|
+
"name": "controller",
|
|
73458
|
+
"parent": {
|
|
73459
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73460
|
+
"name": "ModalProps"
|
|
73461
|
+
},
|
|
73462
|
+
"declarations": [
|
|
73463
|
+
{
|
|
73464
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73465
|
+
"name": "ModalProps"
|
|
73466
|
+
}
|
|
73467
|
+
],
|
|
73468
|
+
"required": false,
|
|
73469
|
+
"type": {
|
|
73470
|
+
"name": "OverlayController"
|
|
73471
|
+
}
|
|
73472
|
+
},
|
|
73473
|
+
"slot": {
|
|
73474
|
+
"defaultValue": null,
|
|
73475
|
+
"description": "Accepts \"actionConfirm\" to use the modal as a confirmation modal for an\naction.",
|
|
73476
|
+
"name": "slot",
|
|
73477
|
+
"parent": {
|
|
73478
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73479
|
+
"name": "ModalProps"
|
|
73480
|
+
},
|
|
73481
|
+
"declarations": [
|
|
73482
|
+
{
|
|
73483
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73484
|
+
"name": "ModalProps"
|
|
73485
|
+
}
|
|
73486
|
+
],
|
|
73487
|
+
"required": false,
|
|
73488
|
+
"type": {
|
|
73489
|
+
"name": "string"
|
|
73490
|
+
}
|
|
73491
|
+
},
|
|
73492
|
+
"isDismissable": {
|
|
73493
|
+
"defaultValue": null,
|
|
73494
|
+
"description": "Whether the modal can be closed by clicking outside of it.",
|
|
73495
|
+
"name": "isDismissable",
|
|
73496
|
+
"parent": {
|
|
73497
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73498
|
+
"name": "ModalProps"
|
|
73499
|
+
},
|
|
73500
|
+
"declarations": [
|
|
73501
|
+
{
|
|
73502
|
+
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
73503
|
+
"name": "ModalProps"
|
|
73504
|
+
}
|
|
73505
|
+
],
|
|
73506
|
+
"required": false,
|
|
73507
|
+
"type": {
|
|
73508
|
+
"name": "boolean"
|
|
73509
|
+
}
|
|
73510
|
+
},
|
|
73511
|
+
"children": {
|
|
73512
|
+
"defaultValue": null,
|
|
73513
|
+
"description": "",
|
|
73514
|
+
"name": "children",
|
|
73515
|
+
"declarations": [
|
|
73516
|
+
{
|
|
73517
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
73518
|
+
"name": "TypeLiteral"
|
|
73519
|
+
}
|
|
73520
|
+
],
|
|
73521
|
+
"required": false,
|
|
73522
|
+
"type": {
|
|
73523
|
+
"name": "ReactNode"
|
|
73524
|
+
}
|
|
73525
|
+
},
|
|
73526
|
+
"wrapWith": {
|
|
73527
|
+
"defaultValue": null,
|
|
73528
|
+
"description": "",
|
|
73529
|
+
"name": "wrapWith",
|
|
73530
|
+
"parent": {
|
|
73531
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
73532
|
+
"name": "FlowComponentProps"
|
|
73533
|
+
},
|
|
73534
|
+
"declarations": [
|
|
73535
|
+
{
|
|
73536
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
73537
|
+
"name": "FlowComponentProps"
|
|
73538
|
+
}
|
|
73539
|
+
],
|
|
73540
|
+
"required": false,
|
|
73541
|
+
"type": {
|
|
73542
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
73543
|
+
}
|
|
73544
|
+
},
|
|
73545
|
+
"tunnelId": {
|
|
73546
|
+
"defaultValue": null,
|
|
73547
|
+
"description": "@internal",
|
|
73548
|
+
"name": "tunnelId",
|
|
73549
|
+
"parent": {
|
|
73550
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
73551
|
+
"name": "PropsWithTunnel"
|
|
73552
|
+
},
|
|
73553
|
+
"declarations": [
|
|
73554
|
+
{
|
|
73555
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
73556
|
+
"name": "PropsWithTunnel"
|
|
73557
|
+
}
|
|
73558
|
+
],
|
|
73559
|
+
"required": false,
|
|
73560
|
+
"type": {
|
|
73561
|
+
"name": "string | null"
|
|
73562
|
+
}
|
|
73563
|
+
},
|
|
73564
|
+
"ref": {
|
|
73565
|
+
"defaultValue": null,
|
|
73566
|
+
"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}",
|
|
73567
|
+
"name": "ref",
|
|
73568
|
+
"parent": {
|
|
73569
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
73570
|
+
"name": "RefAttributes"
|
|
73571
|
+
},
|
|
73572
|
+
"declarations": [
|
|
73573
|
+
{
|
|
73574
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
73575
|
+
"name": "RefAttributes"
|
|
73576
|
+
}
|
|
73577
|
+
],
|
|
73578
|
+
"required": false,
|
|
73579
|
+
"type": {
|
|
73580
|
+
"name": "Ref<HTMLInputElement>"
|
|
73581
|
+
}
|
|
73582
|
+
},
|
|
73583
|
+
"key": {
|
|
73584
|
+
"defaultValue": null,
|
|
73585
|
+
"description": "",
|
|
73586
|
+
"name": "key",
|
|
73587
|
+
"parent": {
|
|
73588
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
73589
|
+
"name": "Attributes"
|
|
73590
|
+
},
|
|
73591
|
+
"declarations": [
|
|
73592
|
+
{
|
|
73593
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
73594
|
+
"name": "Attributes"
|
|
73595
|
+
}
|
|
73596
|
+
],
|
|
73597
|
+
"required": false,
|
|
73598
|
+
"type": {
|
|
73599
|
+
"name": "Key | null"
|
|
73600
|
+
}
|
|
73601
|
+
},
|
|
73602
|
+
"className": {
|
|
73603
|
+
"defaultValue": null,
|
|
73604
|
+
"description": "The elements class name.",
|
|
73605
|
+
"name": "className",
|
|
73606
|
+
"parent": {
|
|
73607
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
73608
|
+
"name": "PropsWithClassName"
|
|
73609
|
+
},
|
|
73610
|
+
"declarations": [
|
|
73611
|
+
{
|
|
73612
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
73613
|
+
"name": "PropsWithClassName"
|
|
73614
|
+
}
|
|
73615
|
+
],
|
|
73616
|
+
"required": false,
|
|
73617
|
+
"type": {
|
|
73618
|
+
"name": "string"
|
|
73619
|
+
}
|
|
73620
|
+
}
|
|
73621
|
+
}
|
|
73622
|
+
},
|
|
73425
73623
|
{
|
|
73426
73624
|
"tags": {
|
|
73427
73625
|
"flr-generate": "all"
|
|
@@ -78791,243 +78989,6 @@
|
|
|
78791
78989
|
}
|
|
78792
78990
|
}
|
|
78793
78991
|
},
|
|
78794
|
-
{
|
|
78795
|
-
"tags": {},
|
|
78796
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/Modal.tsx",
|
|
78797
|
-
"description": "",
|
|
78798
|
-
"displayName": "Modal",
|
|
78799
|
-
"methods": [],
|
|
78800
|
-
"props": {
|
|
78801
|
-
"size": {
|
|
78802
|
-
"defaultValue": {
|
|
78803
|
-
"value": "\"s\""
|
|
78804
|
-
},
|
|
78805
|
-
"description": "The size of the modal.",
|
|
78806
|
-
"name": "size",
|
|
78807
|
-
"parent": {
|
|
78808
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78809
|
-
"name": "ModalProps"
|
|
78810
|
-
},
|
|
78811
|
-
"declarations": [
|
|
78812
|
-
{
|
|
78813
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78814
|
-
"name": "ModalProps"
|
|
78815
|
-
}
|
|
78816
|
-
],
|
|
78817
|
-
"required": false,
|
|
78818
|
-
"type": {
|
|
78819
|
-
"name": "\"s\" | \"m\" | \"l\""
|
|
78820
|
-
}
|
|
78821
|
-
},
|
|
78822
|
-
"offCanvas": {
|
|
78823
|
-
"defaultValue": null,
|
|
78824
|
-
"description": "Whether the modal should be displayed as an off canvas.",
|
|
78825
|
-
"name": "offCanvas",
|
|
78826
|
-
"parent": {
|
|
78827
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78828
|
-
"name": "ModalProps"
|
|
78829
|
-
},
|
|
78830
|
-
"declarations": [
|
|
78831
|
-
{
|
|
78832
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78833
|
-
"name": "ModalProps"
|
|
78834
|
-
}
|
|
78835
|
-
],
|
|
78836
|
-
"required": false,
|
|
78837
|
-
"type": {
|
|
78838
|
-
"name": "boolean"
|
|
78839
|
-
}
|
|
78840
|
-
},
|
|
78841
|
-
"offCanvasOrientation": {
|
|
78842
|
-
"defaultValue": {
|
|
78843
|
-
"value": "\"right\""
|
|
78844
|
-
},
|
|
78845
|
-
"description": "Whether the off canvas should be displayed on the right or left side of the\nscreen.",
|
|
78846
|
-
"name": "offCanvasOrientation",
|
|
78847
|
-
"parent": {
|
|
78848
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78849
|
-
"name": "ModalProps"
|
|
78850
|
-
},
|
|
78851
|
-
"declarations": [
|
|
78852
|
-
{
|
|
78853
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78854
|
-
"name": "ModalProps"
|
|
78855
|
-
}
|
|
78856
|
-
],
|
|
78857
|
-
"required": false,
|
|
78858
|
-
"type": {
|
|
78859
|
-
"name": "\"left\" | \"right\""
|
|
78860
|
-
}
|
|
78861
|
-
},
|
|
78862
|
-
"controller": {
|
|
78863
|
-
"defaultValue": null,
|
|
78864
|
-
"description": "An overlay controller to control the modal state.",
|
|
78865
|
-
"name": "controller",
|
|
78866
|
-
"parent": {
|
|
78867
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78868
|
-
"name": "ModalProps"
|
|
78869
|
-
},
|
|
78870
|
-
"declarations": [
|
|
78871
|
-
{
|
|
78872
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78873
|
-
"name": "ModalProps"
|
|
78874
|
-
}
|
|
78875
|
-
],
|
|
78876
|
-
"required": false,
|
|
78877
|
-
"type": {
|
|
78878
|
-
"name": "OverlayController"
|
|
78879
|
-
}
|
|
78880
|
-
},
|
|
78881
|
-
"slot": {
|
|
78882
|
-
"defaultValue": null,
|
|
78883
|
-
"description": "Accepts \"actionConfirm\" to use the modal as a confirmation modal for an\naction.",
|
|
78884
|
-
"name": "slot",
|
|
78885
|
-
"parent": {
|
|
78886
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78887
|
-
"name": "ModalProps"
|
|
78888
|
-
},
|
|
78889
|
-
"declarations": [
|
|
78890
|
-
{
|
|
78891
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78892
|
-
"name": "ModalProps"
|
|
78893
|
-
}
|
|
78894
|
-
],
|
|
78895
|
-
"required": false,
|
|
78896
|
-
"type": {
|
|
78897
|
-
"name": "string"
|
|
78898
|
-
}
|
|
78899
|
-
},
|
|
78900
|
-
"isDismissable": {
|
|
78901
|
-
"defaultValue": null,
|
|
78902
|
-
"description": "Whether the modal can be closed by clicking outside of it.",
|
|
78903
|
-
"name": "isDismissable",
|
|
78904
|
-
"parent": {
|
|
78905
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78906
|
-
"name": "ModalProps"
|
|
78907
|
-
},
|
|
78908
|
-
"declarations": [
|
|
78909
|
-
{
|
|
78910
|
-
"fileName": "components/src/components/Modal/Modal.tsx",
|
|
78911
|
-
"name": "ModalProps"
|
|
78912
|
-
}
|
|
78913
|
-
],
|
|
78914
|
-
"required": false,
|
|
78915
|
-
"type": {
|
|
78916
|
-
"name": "boolean"
|
|
78917
|
-
}
|
|
78918
|
-
},
|
|
78919
|
-
"children": {
|
|
78920
|
-
"defaultValue": null,
|
|
78921
|
-
"description": "",
|
|
78922
|
-
"name": "children",
|
|
78923
|
-
"declarations": [
|
|
78924
|
-
{
|
|
78925
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
78926
|
-
"name": "TypeLiteral"
|
|
78927
|
-
}
|
|
78928
|
-
],
|
|
78929
|
-
"required": false,
|
|
78930
|
-
"type": {
|
|
78931
|
-
"name": "ReactNode"
|
|
78932
|
-
}
|
|
78933
|
-
},
|
|
78934
|
-
"wrapWith": {
|
|
78935
|
-
"defaultValue": null,
|
|
78936
|
-
"description": "",
|
|
78937
|
-
"name": "wrapWith",
|
|
78938
|
-
"parent": {
|
|
78939
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
78940
|
-
"name": "FlowComponentProps"
|
|
78941
|
-
},
|
|
78942
|
-
"declarations": [
|
|
78943
|
-
{
|
|
78944
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
78945
|
-
"name": "FlowComponentProps"
|
|
78946
|
-
}
|
|
78947
|
-
],
|
|
78948
|
-
"required": false,
|
|
78949
|
-
"type": {
|
|
78950
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
78951
|
-
}
|
|
78952
|
-
},
|
|
78953
|
-
"tunnelId": {
|
|
78954
|
-
"defaultValue": null,
|
|
78955
|
-
"description": "@internal",
|
|
78956
|
-
"name": "tunnelId",
|
|
78957
|
-
"parent": {
|
|
78958
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
78959
|
-
"name": "PropsWithTunnel"
|
|
78960
|
-
},
|
|
78961
|
-
"declarations": [
|
|
78962
|
-
{
|
|
78963
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
78964
|
-
"name": "PropsWithTunnel"
|
|
78965
|
-
}
|
|
78966
|
-
],
|
|
78967
|
-
"required": false,
|
|
78968
|
-
"type": {
|
|
78969
|
-
"name": "string | null"
|
|
78970
|
-
}
|
|
78971
|
-
},
|
|
78972
|
-
"ref": {
|
|
78973
|
-
"defaultValue": null,
|
|
78974
|
-
"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}",
|
|
78975
|
-
"name": "ref",
|
|
78976
|
-
"parent": {
|
|
78977
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
78978
|
-
"name": "RefAttributes"
|
|
78979
|
-
},
|
|
78980
|
-
"declarations": [
|
|
78981
|
-
{
|
|
78982
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
78983
|
-
"name": "RefAttributes"
|
|
78984
|
-
}
|
|
78985
|
-
],
|
|
78986
|
-
"required": false,
|
|
78987
|
-
"type": {
|
|
78988
|
-
"name": "Ref<HTMLInputElement>"
|
|
78989
|
-
}
|
|
78990
|
-
},
|
|
78991
|
-
"key": {
|
|
78992
|
-
"defaultValue": null,
|
|
78993
|
-
"description": "",
|
|
78994
|
-
"name": "key",
|
|
78995
|
-
"parent": {
|
|
78996
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
78997
|
-
"name": "Attributes"
|
|
78998
|
-
},
|
|
78999
|
-
"declarations": [
|
|
79000
|
-
{
|
|
79001
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
79002
|
-
"name": "Attributes"
|
|
79003
|
-
}
|
|
79004
|
-
],
|
|
79005
|
-
"required": false,
|
|
79006
|
-
"type": {
|
|
79007
|
-
"name": "Key | null"
|
|
79008
|
-
}
|
|
79009
|
-
},
|
|
79010
|
-
"className": {
|
|
79011
|
-
"defaultValue": null,
|
|
79012
|
-
"description": "The elements class name.",
|
|
79013
|
-
"name": "className",
|
|
79014
|
-
"parent": {
|
|
79015
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
79016
|
-
"name": "PropsWithClassName"
|
|
79017
|
-
},
|
|
79018
|
-
"declarations": [
|
|
79019
|
-
{
|
|
79020
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
79021
|
-
"name": "PropsWithClassName"
|
|
79022
|
-
}
|
|
79023
|
-
],
|
|
79024
|
-
"required": false,
|
|
79025
|
-
"type": {
|
|
79026
|
-
"name": "string"
|
|
79027
|
-
}
|
|
79028
|
-
}
|
|
79029
|
-
}
|
|
79030
|
-
},
|
|
79031
78992
|
{
|
|
79032
78993
|
"tags": {
|
|
79033
78994
|
"flr-generate": "all"
|
|
@@ -249492,6 +249453,125 @@
|
|
|
249492
249453
|
}
|
|
249493
249454
|
}
|
|
249494
249455
|
},
|
|
249456
|
+
{
|
|
249457
|
+
"tags": {},
|
|
249458
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/components/OverlaySuspenseFallback.tsx",
|
|
249459
|
+
"description": "",
|
|
249460
|
+
"displayName": "OverlaySuspenseFallback",
|
|
249461
|
+
"methods": [],
|
|
249462
|
+
"props": {
|
|
249463
|
+
"ref": {
|
|
249464
|
+
"defaultValue": null,
|
|
249465
|
+
"description": "",
|
|
249466
|
+
"name": "ref",
|
|
249467
|
+
"parent": {
|
|
249468
|
+
"fileName": "components/src/components/Overlay/components/OverlayContent.tsx",
|
|
249469
|
+
"name": "OverlayContentProps"
|
|
249470
|
+
},
|
|
249471
|
+
"declarations": [
|
|
249472
|
+
{
|
|
249473
|
+
"fileName": "components/src/components/Overlay/components/OverlayContent.tsx",
|
|
249474
|
+
"name": "OverlayContentProps"
|
|
249475
|
+
}
|
|
249476
|
+
],
|
|
249477
|
+
"required": false,
|
|
249478
|
+
"type": {
|
|
249479
|
+
"name": "Ref<HTMLDivElement>"
|
|
249480
|
+
}
|
|
249481
|
+
},
|
|
249482
|
+
"onOpenChange": {
|
|
249483
|
+
"defaultValue": null,
|
|
249484
|
+
"description": "",
|
|
249485
|
+
"name": "onOpenChange",
|
|
249486
|
+
"parent": {
|
|
249487
|
+
"fileName": "components/src/components/Overlay/components/OverlayContent.tsx",
|
|
249488
|
+
"name": "OverlayContentProps"
|
|
249489
|
+
},
|
|
249490
|
+
"declarations": [
|
|
249491
|
+
{
|
|
249492
|
+
"fileName": "components/src/components/Overlay/components/OverlayContent.tsx",
|
|
249493
|
+
"name": "OverlayContentProps"
|
|
249494
|
+
}
|
|
249495
|
+
],
|
|
249496
|
+
"required": true,
|
|
249497
|
+
"type": {
|
|
249498
|
+
"name": "(isOpen: boolean) => void"
|
|
249499
|
+
}
|
|
249500
|
+
},
|
|
249501
|
+
"isDismissable": {
|
|
249502
|
+
"defaultValue": null,
|
|
249503
|
+
"description": "",
|
|
249504
|
+
"name": "isDismissable",
|
|
249505
|
+
"parent": {
|
|
249506
|
+
"fileName": "components/src/components/Overlay/components/OverlayContent.tsx",
|
|
249507
|
+
"name": "OverlayContentProps"
|
|
249508
|
+
},
|
|
249509
|
+
"declarations": [
|
|
249510
|
+
{
|
|
249511
|
+
"fileName": "components/src/components/Overlay/components/OverlayContent.tsx",
|
|
249512
|
+
"name": "OverlayContentProps"
|
|
249513
|
+
}
|
|
249514
|
+
],
|
|
249515
|
+
"required": false,
|
|
249516
|
+
"type": {
|
|
249517
|
+
"name": "boolean"
|
|
249518
|
+
}
|
|
249519
|
+
},
|
|
249520
|
+
"isOpen": {
|
|
249521
|
+
"defaultValue": null,
|
|
249522
|
+
"description": "",
|
|
249523
|
+
"name": "isOpen",
|
|
249524
|
+
"parent": {
|
|
249525
|
+
"fileName": "components/src/components/Overlay/components/OverlayContent.tsx",
|
|
249526
|
+
"name": "OverlayContentProps"
|
|
249527
|
+
},
|
|
249528
|
+
"declarations": [
|
|
249529
|
+
{
|
|
249530
|
+
"fileName": "components/src/components/Overlay/components/OverlayContent.tsx",
|
|
249531
|
+
"name": "OverlayContentProps"
|
|
249532
|
+
}
|
|
249533
|
+
],
|
|
249534
|
+
"required": false,
|
|
249535
|
+
"type": {
|
|
249536
|
+
"name": "boolean"
|
|
249537
|
+
}
|
|
249538
|
+
},
|
|
249539
|
+
"children": {
|
|
249540
|
+
"defaultValue": null,
|
|
249541
|
+
"description": "",
|
|
249542
|
+
"name": "children",
|
|
249543
|
+
"declarations": [
|
|
249544
|
+
{
|
|
249545
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
249546
|
+
"name": "TypeLiteral"
|
|
249547
|
+
}
|
|
249548
|
+
],
|
|
249549
|
+
"required": false,
|
|
249550
|
+
"type": {
|
|
249551
|
+
"name": "ReactNode"
|
|
249552
|
+
}
|
|
249553
|
+
},
|
|
249554
|
+
"className": {
|
|
249555
|
+
"defaultValue": null,
|
|
249556
|
+
"description": "The elements class name.",
|
|
249557
|
+
"name": "className",
|
|
249558
|
+
"parent": {
|
|
249559
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
249560
|
+
"name": "PropsWithClassName"
|
|
249561
|
+
},
|
|
249562
|
+
"declarations": [
|
|
249563
|
+
{
|
|
249564
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
249565
|
+
"name": "PropsWithClassName"
|
|
249566
|
+
}
|
|
249567
|
+
],
|
|
249568
|
+
"required": false,
|
|
249569
|
+
"type": {
|
|
249570
|
+
"name": "string"
|
|
249571
|
+
}
|
|
249572
|
+
}
|
|
249573
|
+
}
|
|
249574
|
+
},
|
|
249495
249575
|
{
|
|
249496
249576
|
"tags": {
|
|
249497
249577
|
"flr-generate": "all"
|
|
@@ -256422,10 +256502,10 @@
|
|
|
256422
256502
|
"name": "() => ArrayIterator<any>"
|
|
256423
256503
|
}
|
|
256424
256504
|
},
|
|
256425
|
-
"__@unscopables@
|
|
256505
|
+
"__@unscopables@3161": {
|
|
256426
256506
|
"defaultValue": null,
|
|
256427
256507
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
256428
|
-
"name": "__@unscopables@
|
|
256508
|
+
"name": "__@unscopables@3161",
|
|
256429
256509
|
"parent": {
|
|
256430
256510
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
256431
256511
|
"name": "Array"
|
|
@@ -257258,10 +257338,10 @@
|
|
|
257258
257338
|
"name": "() => ArrayIterator<any>"
|
|
257259
257339
|
}
|
|
257260
257340
|
},
|
|
257261
|
-
"__@unscopables@
|
|
257341
|
+
"__@unscopables@3161": {
|
|
257262
257342
|
"defaultValue": null,
|
|
257263
257343
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
257264
|
-
"name": "__@unscopables@
|
|
257344
|
+
"name": "__@unscopables@3161",
|
|
257265
257345
|
"parent": {
|
|
257266
257346
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
257267
257347
|
"name": "Array"
|
|
@@ -258094,10 +258174,10 @@
|
|
|
258094
258174
|
"name": "() => ArrayIterator<any>"
|
|
258095
258175
|
}
|
|
258096
258176
|
},
|
|
258097
|
-
"__@unscopables@
|
|
258177
|
+
"__@unscopables@3161": {
|
|
258098
258178
|
"defaultValue": null,
|
|
258099
258179
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258100
|
-
"name": "__@unscopables@
|
|
258180
|
+
"name": "__@unscopables@3161",
|
|
258101
258181
|
"parent": {
|
|
258102
258182
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258103
258183
|
"name": "Array"
|
|
@@ -280217,93 +280297,239 @@
|
|
|
280217
280297
|
"type": {
|
|
280218
280298
|
"name": "Key | null"
|
|
280219
280299
|
}
|
|
280220
|
-
}
|
|
280221
|
-
}
|
|
280222
|
-
},
|
|
280223
|
-
{
|
|
280224
|
-
"tags": {
|
|
280225
|
-
"flr-generate": "all"
|
|
280226
|
-
},
|
|
280227
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
280228
|
-
"description": "",
|
|
280229
|
-
"displayName": "DialogTrigger",
|
|
280230
|
-
"methods": [],
|
|
280231
|
-
"props": {
|
|
280300
|
+
}
|
|
280301
|
+
}
|
|
280302
|
+
},
|
|
280303
|
+
{
|
|
280304
|
+
"tags": {
|
|
280305
|
+
"flr-generate": "all"
|
|
280306
|
+
},
|
|
280307
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
280308
|
+
"description": "",
|
|
280309
|
+
"displayName": "DialogTrigger",
|
|
280310
|
+
"methods": [],
|
|
280311
|
+
"props": {
|
|
280312
|
+
"children": {
|
|
280313
|
+
"defaultValue": null,
|
|
280314
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
280315
|
+
"name": "children",
|
|
280316
|
+
"parent": {
|
|
280317
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
280318
|
+
"name": "TableProps"
|
|
280319
|
+
},
|
|
280320
|
+
"declarations": [
|
|
280321
|
+
{
|
|
280322
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
280323
|
+
"name": "TableProps"
|
|
280324
|
+
}
|
|
280325
|
+
],
|
|
280326
|
+
"required": false,
|
|
280327
|
+
"type": {
|
|
280328
|
+
"name": "ReactNode"
|
|
280329
|
+
}
|
|
280330
|
+
},
|
|
280331
|
+
"isOpen": {
|
|
280332
|
+
"defaultValue": null,
|
|
280333
|
+
"description": "Whether the element is rendered.",
|
|
280334
|
+
"name": "isOpen",
|
|
280335
|
+
"parent": {
|
|
280336
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280337
|
+
"name": "PositionProps"
|
|
280338
|
+
},
|
|
280339
|
+
"declarations": [
|
|
280340
|
+
{
|
|
280341
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280342
|
+
"name": "PositionProps"
|
|
280343
|
+
}
|
|
280344
|
+
],
|
|
280345
|
+
"required": false,
|
|
280346
|
+
"type": {
|
|
280347
|
+
"name": "boolean"
|
|
280348
|
+
}
|
|
280349
|
+
},
|
|
280350
|
+
"defaultOpen": {
|
|
280351
|
+
"defaultValue": null,
|
|
280352
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
280353
|
+
"name": "defaultOpen",
|
|
280354
|
+
"parent": {
|
|
280355
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280356
|
+
"name": "OverlayTriggerProps"
|
|
280357
|
+
},
|
|
280358
|
+
"declarations": [
|
|
280359
|
+
{
|
|
280360
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280361
|
+
"name": "OverlayTriggerProps"
|
|
280362
|
+
}
|
|
280363
|
+
],
|
|
280364
|
+
"required": false,
|
|
280365
|
+
"type": {
|
|
280366
|
+
"name": "boolean"
|
|
280367
|
+
}
|
|
280368
|
+
},
|
|
280369
|
+
"onOpenChange": {
|
|
280370
|
+
"defaultValue": null,
|
|
280371
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
280372
|
+
"name": "onOpenChange",
|
|
280373
|
+
"parent": {
|
|
280374
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280375
|
+
"name": "OverlayTriggerProps"
|
|
280376
|
+
},
|
|
280377
|
+
"declarations": [
|
|
280378
|
+
{
|
|
280379
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280380
|
+
"name": "OverlayTriggerProps"
|
|
280381
|
+
}
|
|
280382
|
+
],
|
|
280383
|
+
"required": false,
|
|
280384
|
+
"type": {
|
|
280385
|
+
"name": "((isOpen: boolean) => void)"
|
|
280386
|
+
}
|
|
280387
|
+
}
|
|
280388
|
+
}
|
|
280389
|
+
},
|
|
280390
|
+
{
|
|
280391
|
+
"tags": {},
|
|
280392
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.tsx",
|
|
280393
|
+
"description": "",
|
|
280394
|
+
"displayName": "OffCanvasSuspenseFallback",
|
|
280395
|
+
"methods": [],
|
|
280396
|
+
"props": {}
|
|
280397
|
+
},
|
|
280398
|
+
{
|
|
280399
|
+
"tags": {},
|
|
280400
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
280401
|
+
"description": "",
|
|
280402
|
+
"displayName": "ModalTrigger",
|
|
280403
|
+
"methods": [],
|
|
280404
|
+
"props": {
|
|
280405
|
+
"isDefaultOpen": {
|
|
280406
|
+
"defaultValue": null,
|
|
280407
|
+
"description": "Whether the overlay should be open initially.",
|
|
280408
|
+
"name": "isDefaultOpen",
|
|
280409
|
+
"parent": {
|
|
280410
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
280411
|
+
"name": "OverlayTriggerProps"
|
|
280412
|
+
},
|
|
280413
|
+
"declarations": [
|
|
280414
|
+
{
|
|
280415
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
280416
|
+
"name": "OverlayTriggerProps"
|
|
280417
|
+
}
|
|
280418
|
+
],
|
|
280419
|
+
"required": false,
|
|
280420
|
+
"type": {
|
|
280421
|
+
"name": "boolean"
|
|
280422
|
+
}
|
|
280423
|
+
},
|
|
280424
|
+
"controller": {
|
|
280425
|
+
"defaultValue": null,
|
|
280426
|
+
"description": "A controller to control the state of the overlay.",
|
|
280427
|
+
"name": "controller",
|
|
280428
|
+
"parent": {
|
|
280429
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
280430
|
+
"name": "OverlayTriggerProps"
|
|
280431
|
+
},
|
|
280432
|
+
"declarations": [
|
|
280433
|
+
{
|
|
280434
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
280435
|
+
"name": "OverlayTriggerProps"
|
|
280436
|
+
}
|
|
280437
|
+
],
|
|
280438
|
+
"required": false,
|
|
280439
|
+
"type": {
|
|
280440
|
+
"name": "OverlayController"
|
|
280441
|
+
}
|
|
280442
|
+
},
|
|
280443
|
+
"wrapWith": {
|
|
280444
|
+
"defaultValue": null,
|
|
280445
|
+
"description": "",
|
|
280446
|
+
"name": "wrapWith",
|
|
280447
|
+
"parent": {
|
|
280448
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
280449
|
+
"name": "FlowComponentProps"
|
|
280450
|
+
},
|
|
280451
|
+
"declarations": [
|
|
280452
|
+
{
|
|
280453
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
280454
|
+
"name": "FlowComponentProps"
|
|
280455
|
+
}
|
|
280456
|
+
],
|
|
280457
|
+
"required": false,
|
|
280458
|
+
"type": {
|
|
280459
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
280460
|
+
}
|
|
280461
|
+
},
|
|
280462
|
+
"tunnelId": {
|
|
280463
|
+
"defaultValue": null,
|
|
280464
|
+
"description": "@internal",
|
|
280465
|
+
"name": "tunnelId",
|
|
280466
|
+
"parent": {
|
|
280467
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
280468
|
+
"name": "PropsWithTunnel"
|
|
280469
|
+
},
|
|
280470
|
+
"declarations": [
|
|
280471
|
+
{
|
|
280472
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
280473
|
+
"name": "PropsWithTunnel"
|
|
280474
|
+
}
|
|
280475
|
+
],
|
|
280476
|
+
"required": false,
|
|
280477
|
+
"type": {
|
|
280478
|
+
"name": "string | null"
|
|
280479
|
+
}
|
|
280480
|
+
},
|
|
280481
|
+
"ref": {
|
|
280482
|
+
"defaultValue": null,
|
|
280483
|
+
"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}",
|
|
280484
|
+
"name": "ref",
|
|
280485
|
+
"parent": {
|
|
280486
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
280487
|
+
"name": "RefAttributes"
|
|
280488
|
+
},
|
|
280489
|
+
"declarations": [
|
|
280490
|
+
{
|
|
280491
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
280492
|
+
"name": "RefAttributes"
|
|
280493
|
+
}
|
|
280494
|
+
],
|
|
280495
|
+
"required": false,
|
|
280496
|
+
"type": {
|
|
280497
|
+
"name": "Ref<HTMLInputElement>"
|
|
280498
|
+
}
|
|
280499
|
+
},
|
|
280500
|
+
"key": {
|
|
280501
|
+
"defaultValue": null,
|
|
280502
|
+
"description": "",
|
|
280503
|
+
"name": "key",
|
|
280504
|
+
"parent": {
|
|
280505
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
280506
|
+
"name": "Attributes"
|
|
280507
|
+
},
|
|
280508
|
+
"declarations": [
|
|
280509
|
+
{
|
|
280510
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
280511
|
+
"name": "Attributes"
|
|
280512
|
+
}
|
|
280513
|
+
],
|
|
280514
|
+
"required": false,
|
|
280515
|
+
"type": {
|
|
280516
|
+
"name": "Key | null"
|
|
280517
|
+
}
|
|
280518
|
+
},
|
|
280232
280519
|
"children": {
|
|
280233
280520
|
"defaultValue": null,
|
|
280234
|
-
"description": "
|
|
280521
|
+
"description": "",
|
|
280235
280522
|
"name": "children",
|
|
280236
|
-
"parent": {
|
|
280237
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/react-aria-components/dist/types.d.ts",
|
|
280238
|
-
"name": "TableProps"
|
|
280239
|
-
},
|
|
280240
280523
|
"declarations": [
|
|
280241
280524
|
{
|
|
280242
|
-
"fileName": "flow/node_modules/.pnpm
|
|
280243
|
-
"name": "
|
|
280525
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
280526
|
+
"name": "TypeLiteral"
|
|
280244
280527
|
}
|
|
280245
280528
|
],
|
|
280246
280529
|
"required": false,
|
|
280247
280530
|
"type": {
|
|
280248
280531
|
"name": "ReactNode"
|
|
280249
280532
|
}
|
|
280250
|
-
},
|
|
280251
|
-
"isOpen": {
|
|
280252
|
-
"defaultValue": null,
|
|
280253
|
-
"description": "Whether the element is rendered.",
|
|
280254
|
-
"name": "isOpen",
|
|
280255
|
-
"parent": {
|
|
280256
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280257
|
-
"name": "PositionProps"
|
|
280258
|
-
},
|
|
280259
|
-
"declarations": [
|
|
280260
|
-
{
|
|
280261
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280262
|
-
"name": "PositionProps"
|
|
280263
|
-
}
|
|
280264
|
-
],
|
|
280265
|
-
"required": false,
|
|
280266
|
-
"type": {
|
|
280267
|
-
"name": "boolean"
|
|
280268
|
-
}
|
|
280269
|
-
},
|
|
280270
|
-
"defaultOpen": {
|
|
280271
|
-
"defaultValue": null,
|
|
280272
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
280273
|
-
"name": "defaultOpen",
|
|
280274
|
-
"parent": {
|
|
280275
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280276
|
-
"name": "OverlayTriggerProps"
|
|
280277
|
-
},
|
|
280278
|
-
"declarations": [
|
|
280279
|
-
{
|
|
280280
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280281
|
-
"name": "OverlayTriggerProps"
|
|
280282
|
-
}
|
|
280283
|
-
],
|
|
280284
|
-
"required": false,
|
|
280285
|
-
"type": {
|
|
280286
|
-
"name": "boolean"
|
|
280287
|
-
}
|
|
280288
|
-
},
|
|
280289
|
-
"onOpenChange": {
|
|
280290
|
-
"defaultValue": null,
|
|
280291
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
280292
|
-
"name": "onOpenChange",
|
|
280293
|
-
"parent": {
|
|
280294
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280295
|
-
"name": "OverlayTriggerProps"
|
|
280296
|
-
},
|
|
280297
|
-
"declarations": [
|
|
280298
|
-
{
|
|
280299
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.0/node_modules/@react-types/overlays/src/index.d.ts",
|
|
280300
|
-
"name": "OverlayTriggerProps"
|
|
280301
|
-
}
|
|
280302
|
-
],
|
|
280303
|
-
"required": false,
|
|
280304
|
-
"type": {
|
|
280305
|
-
"name": "((isOpen: boolean) => void)"
|
|
280306
|
-
}
|
|
280307
280533
|
}
|
|
280308
280534
|
}
|
|
280309
280535
|
},
|
|
@@ -285695,144 +285921,6 @@
|
|
|
285695
285921
|
}
|
|
285696
285922
|
}
|
|
285697
285923
|
},
|
|
285698
|
-
{
|
|
285699
|
-
"tags": {},
|
|
285700
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
285701
|
-
"description": "",
|
|
285702
|
-
"displayName": "ModalTrigger",
|
|
285703
|
-
"methods": [],
|
|
285704
|
-
"props": {
|
|
285705
|
-
"isDefaultOpen": {
|
|
285706
|
-
"defaultValue": null,
|
|
285707
|
-
"description": "Whether the overlay should be open initially.",
|
|
285708
|
-
"name": "isDefaultOpen",
|
|
285709
|
-
"parent": {
|
|
285710
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
285711
|
-
"name": "OverlayTriggerProps"
|
|
285712
|
-
},
|
|
285713
|
-
"declarations": [
|
|
285714
|
-
{
|
|
285715
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
285716
|
-
"name": "OverlayTriggerProps"
|
|
285717
|
-
}
|
|
285718
|
-
],
|
|
285719
|
-
"required": false,
|
|
285720
|
-
"type": {
|
|
285721
|
-
"name": "boolean"
|
|
285722
|
-
}
|
|
285723
|
-
},
|
|
285724
|
-
"controller": {
|
|
285725
|
-
"defaultValue": null,
|
|
285726
|
-
"description": "A controller to control the state of the overlay.",
|
|
285727
|
-
"name": "controller",
|
|
285728
|
-
"parent": {
|
|
285729
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
285730
|
-
"name": "OverlayTriggerProps"
|
|
285731
|
-
},
|
|
285732
|
-
"declarations": [
|
|
285733
|
-
{
|
|
285734
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
285735
|
-
"name": "OverlayTriggerProps"
|
|
285736
|
-
}
|
|
285737
|
-
],
|
|
285738
|
-
"required": false,
|
|
285739
|
-
"type": {
|
|
285740
|
-
"name": "OverlayController"
|
|
285741
|
-
}
|
|
285742
|
-
},
|
|
285743
|
-
"wrapWith": {
|
|
285744
|
-
"defaultValue": null,
|
|
285745
|
-
"description": "",
|
|
285746
|
-
"name": "wrapWith",
|
|
285747
|
-
"parent": {
|
|
285748
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
285749
|
-
"name": "FlowComponentProps"
|
|
285750
|
-
},
|
|
285751
|
-
"declarations": [
|
|
285752
|
-
{
|
|
285753
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
285754
|
-
"name": "FlowComponentProps"
|
|
285755
|
-
}
|
|
285756
|
-
],
|
|
285757
|
-
"required": false,
|
|
285758
|
-
"type": {
|
|
285759
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
285760
|
-
}
|
|
285761
|
-
},
|
|
285762
|
-
"tunnelId": {
|
|
285763
|
-
"defaultValue": null,
|
|
285764
|
-
"description": "@internal",
|
|
285765
|
-
"name": "tunnelId",
|
|
285766
|
-
"parent": {
|
|
285767
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
285768
|
-
"name": "PropsWithTunnel"
|
|
285769
|
-
},
|
|
285770
|
-
"declarations": [
|
|
285771
|
-
{
|
|
285772
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
285773
|
-
"name": "PropsWithTunnel"
|
|
285774
|
-
}
|
|
285775
|
-
],
|
|
285776
|
-
"required": false,
|
|
285777
|
-
"type": {
|
|
285778
|
-
"name": "string | null"
|
|
285779
|
-
}
|
|
285780
|
-
},
|
|
285781
|
-
"ref": {
|
|
285782
|
-
"defaultValue": null,
|
|
285783
|
-
"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}",
|
|
285784
|
-
"name": "ref",
|
|
285785
|
-
"parent": {
|
|
285786
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
285787
|
-
"name": "RefAttributes"
|
|
285788
|
-
},
|
|
285789
|
-
"declarations": [
|
|
285790
|
-
{
|
|
285791
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
285792
|
-
"name": "RefAttributes"
|
|
285793
|
-
}
|
|
285794
|
-
],
|
|
285795
|
-
"required": false,
|
|
285796
|
-
"type": {
|
|
285797
|
-
"name": "Ref<HTMLInputElement>"
|
|
285798
|
-
}
|
|
285799
|
-
},
|
|
285800
|
-
"key": {
|
|
285801
|
-
"defaultValue": null,
|
|
285802
|
-
"description": "",
|
|
285803
|
-
"name": "key",
|
|
285804
|
-
"parent": {
|
|
285805
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
285806
|
-
"name": "Attributes"
|
|
285807
|
-
},
|
|
285808
|
-
"declarations": [
|
|
285809
|
-
{
|
|
285810
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
285811
|
-
"name": "Attributes"
|
|
285812
|
-
}
|
|
285813
|
-
],
|
|
285814
|
-
"required": false,
|
|
285815
|
-
"type": {
|
|
285816
|
-
"name": "Key | null"
|
|
285817
|
-
}
|
|
285818
|
-
},
|
|
285819
|
-
"children": {
|
|
285820
|
-
"defaultValue": null,
|
|
285821
|
-
"description": "",
|
|
285822
|
-
"name": "children",
|
|
285823
|
-
"declarations": [
|
|
285824
|
-
{
|
|
285825
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
285826
|
-
"name": "TypeLiteral"
|
|
285827
|
-
}
|
|
285828
|
-
],
|
|
285829
|
-
"required": false,
|
|
285830
|
-
"type": {
|
|
285831
|
-
"name": "ReactNode"
|
|
285832
|
-
}
|
|
285833
|
-
}
|
|
285834
|
-
}
|
|
285835
|
-
},
|
|
285836
285924
|
{
|
|
285837
285925
|
"tags": {
|
|
285838
285926
|
"flr-generate": "all"
|