@mittwald/flow-react-components 0.2.0-alpha.555 → 0.2.0-alpha.556
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 +6 -0
- package/dist/assets/doc-properties.json +343 -403
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs +0 -1
- package/dist/js/components/src/components/CartesianChart/CartesianChart.mjs.map +1 -1
- package/dist/js/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs +98 -1
- package/dist/js/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.mjs.map +1 -1
- package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs +0 -1
- package/dist/js/components/src/components/List/hooks/useAriaAnnounceSearchState.mjs.map +1 -1
- package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs +0 -1
- package/dist/js/components/src/components/Modal/components/OffCanvasSuspenseFallback/OffCanvasSuspenseFallback.mjs.map +1 -1
- package/dist/js/components/src/components/Overlay/Overlay.mjs +103 -2
- package/dist/js/components/src/components/Overlay/Overlay.mjs.map +1 -1
- package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs +0 -1
- package/dist/js/components/src/components/Overlay/components/OverlaySuspenseFallback.mjs.map +1 -1
- package/dist/js/components/src/components/Popover/Popover.mjs +103 -2
- package/dist/js/components/src/components/Popover/Popover.mjs.map +1 -1
- package/dist/js/components/src/components/Tooltip/Tooltip.mjs +106 -2
- package/dist/js/components/src/components/Tooltip/Tooltip.mjs.map +1 -1
- package/dist/js/components/src/lib/hooks/useFieldError.mjs +0 -1
- package/dist/js/components/src/lib/hooks/useFieldError.mjs.map +1 -1
- package/dist/js/components/src/lib/propsContext/components/ClearPropsContext.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -2
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/ClearPropsContext/index.d.ts +0 -1
- package/dist/types/components/ClearPropsContext/index.d.ts.map +1 -1
- package/dist/types/lib/propsContext/components/ClearPropsContext.d.ts +0 -1
- package/dist/types/lib/propsContext/components/ClearPropsContext.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/js/components/src/views/ClearPropsContextView.mjs +0 -15
- package/dist/js/components/src/views/ClearPropsContextView.mjs.map +0 -1
- package/dist/types/components/ClearPropsContext/view.d.ts +0 -8
- package/dist/types/components/ClearPropsContext/view.d.ts.map +0 -1
- package/dist/types/views/ClearPropsContextView.d.ts +0 -5
- package/dist/types/views/ClearPropsContextView.d.ts.map +0 -1
|
@@ -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": {},
|
|
@@ -212129,9 +212071,7 @@
|
|
|
212129
212071
|
}
|
|
212130
212072
|
},
|
|
212131
212073
|
{
|
|
212132
|
-
"tags": {
|
|
212133
|
-
"flr-generate": "all"
|
|
212134
|
-
},
|
|
212074
|
+
"tags": {},
|
|
212135
212075
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
|
|
212136
212076
|
"description": "",
|
|
212137
212077
|
"displayName": "ClearPropsContext",
|
|
@@ -218432,70 +218372,6 @@
|
|
|
218432
218372
|
}
|
|
218433
218373
|
}
|
|
218434
218374
|
},
|
|
218435
|
-
{
|
|
218436
|
-
"tags": {
|
|
218437
|
-
"flr-generate": "all"
|
|
218438
|
-
},
|
|
218439
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
218440
|
-
"description": "",
|
|
218441
|
-
"displayName": "Chat",
|
|
218442
|
-
"methods": [],
|
|
218443
|
-
"props": {
|
|
218444
|
-
"height": {
|
|
218445
|
-
"defaultValue": null,
|
|
218446
|
-
"description": "",
|
|
218447
|
-
"name": "height",
|
|
218448
|
-
"parent": {
|
|
218449
|
-
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
218450
|
-
"name": "ChatProps"
|
|
218451
|
-
},
|
|
218452
|
-
"declarations": [
|
|
218453
|
-
{
|
|
218454
|
-
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
218455
|
-
"name": "ChatProps"
|
|
218456
|
-
}
|
|
218457
|
-
],
|
|
218458
|
-
"required": false,
|
|
218459
|
-
"type": {
|
|
218460
|
-
"name": "Height<string | number>"
|
|
218461
|
-
}
|
|
218462
|
-
},
|
|
218463
|
-
"children": {
|
|
218464
|
-
"defaultValue": null,
|
|
218465
|
-
"description": "",
|
|
218466
|
-
"name": "children",
|
|
218467
|
-
"declarations": [
|
|
218468
|
-
{
|
|
218469
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
218470
|
-
"name": "TypeLiteral"
|
|
218471
|
-
}
|
|
218472
|
-
],
|
|
218473
|
-
"required": false,
|
|
218474
|
-
"type": {
|
|
218475
|
-
"name": "ReactNode"
|
|
218476
|
-
}
|
|
218477
|
-
},
|
|
218478
|
-
"className": {
|
|
218479
|
-
"defaultValue": null,
|
|
218480
|
-
"description": "The elements class name.",
|
|
218481
|
-
"name": "className",
|
|
218482
|
-
"parent": {
|
|
218483
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
218484
|
-
"name": "PropsWithClassName"
|
|
218485
|
-
},
|
|
218486
|
-
"declarations": [
|
|
218487
|
-
{
|
|
218488
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
218489
|
-
"name": "PropsWithClassName"
|
|
218490
|
-
}
|
|
218491
|
-
],
|
|
218492
|
-
"required": false,
|
|
218493
|
-
"type": {
|
|
218494
|
-
"name": "string"
|
|
218495
|
-
}
|
|
218496
|
-
}
|
|
218497
|
-
}
|
|
218498
|
-
},
|
|
218499
218375
|
{
|
|
218500
218376
|
"tags": {
|
|
218501
218377
|
"flr-generate": "all"
|
|
@@ -222637,6 +222513,70 @@
|
|
|
222637
222513
|
}
|
|
222638
222514
|
}
|
|
222639
222515
|
},
|
|
222516
|
+
{
|
|
222517
|
+
"tags": {
|
|
222518
|
+
"flr-generate": "all"
|
|
222519
|
+
},
|
|
222520
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Chat/Chat.tsx",
|
|
222521
|
+
"description": "",
|
|
222522
|
+
"displayName": "Chat",
|
|
222523
|
+
"methods": [],
|
|
222524
|
+
"props": {
|
|
222525
|
+
"height": {
|
|
222526
|
+
"defaultValue": null,
|
|
222527
|
+
"description": "",
|
|
222528
|
+
"name": "height",
|
|
222529
|
+
"parent": {
|
|
222530
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
222531
|
+
"name": "ChatProps"
|
|
222532
|
+
},
|
|
222533
|
+
"declarations": [
|
|
222534
|
+
{
|
|
222535
|
+
"fileName": "components/src/components/Chat/Chat.tsx",
|
|
222536
|
+
"name": "ChatProps"
|
|
222537
|
+
}
|
|
222538
|
+
],
|
|
222539
|
+
"required": false,
|
|
222540
|
+
"type": {
|
|
222541
|
+
"name": "Height<string | number>"
|
|
222542
|
+
}
|
|
222543
|
+
},
|
|
222544
|
+
"children": {
|
|
222545
|
+
"defaultValue": null,
|
|
222546
|
+
"description": "",
|
|
222547
|
+
"name": "children",
|
|
222548
|
+
"declarations": [
|
|
222549
|
+
{
|
|
222550
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
222551
|
+
"name": "TypeLiteral"
|
|
222552
|
+
}
|
|
222553
|
+
],
|
|
222554
|
+
"required": false,
|
|
222555
|
+
"type": {
|
|
222556
|
+
"name": "ReactNode"
|
|
222557
|
+
}
|
|
222558
|
+
},
|
|
222559
|
+
"className": {
|
|
222560
|
+
"defaultValue": null,
|
|
222561
|
+
"description": "The elements class name.",
|
|
222562
|
+
"name": "className",
|
|
222563
|
+
"parent": {
|
|
222564
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222565
|
+
"name": "PropsWithClassName"
|
|
222566
|
+
},
|
|
222567
|
+
"declarations": [
|
|
222568
|
+
{
|
|
222569
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222570
|
+
"name": "PropsWithClassName"
|
|
222571
|
+
}
|
|
222572
|
+
],
|
|
222573
|
+
"required": false,
|
|
222574
|
+
"type": {
|
|
222575
|
+
"name": "string"
|
|
222576
|
+
}
|
|
222577
|
+
}
|
|
222578
|
+
}
|
|
222579
|
+
},
|
|
222640
222580
|
{
|
|
222641
222581
|
"tags": {
|
|
222642
222582
|
"flr-generate": "all"
|
|
@@ -238530,6 +238470,277 @@
|
|
|
238530
238470
|
}
|
|
238531
238471
|
}
|
|
238532
238472
|
},
|
|
238473
|
+
{
|
|
238474
|
+
"tags": {},
|
|
238475
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
238476
|
+
"description": "",
|
|
238477
|
+
"displayName": "Action",
|
|
238478
|
+
"methods": [],
|
|
238479
|
+
"props": {
|
|
238480
|
+
"action": {
|
|
238481
|
+
"defaultValue": null,
|
|
238482
|
+
"description": "",
|
|
238483
|
+
"name": "action",
|
|
238484
|
+
"parent": {
|
|
238485
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238486
|
+
"name": "ActionProps"
|
|
238487
|
+
},
|
|
238488
|
+
"declarations": [
|
|
238489
|
+
{
|
|
238490
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238491
|
+
"name": "ActionProps"
|
|
238492
|
+
}
|
|
238493
|
+
],
|
|
238494
|
+
"required": false,
|
|
238495
|
+
"type": {
|
|
238496
|
+
"name": "ActionFn"
|
|
238497
|
+
}
|
|
238498
|
+
},
|
|
238499
|
+
"onAction": {
|
|
238500
|
+
"defaultValue": null,
|
|
238501
|
+
"description": "",
|
|
238502
|
+
"name": "onAction",
|
|
238503
|
+
"parent": {
|
|
238504
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238505
|
+
"name": "ActionProps"
|
|
238506
|
+
},
|
|
238507
|
+
"declarations": [
|
|
238508
|
+
{
|
|
238509
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238510
|
+
"name": "ActionProps"
|
|
238511
|
+
}
|
|
238512
|
+
],
|
|
238513
|
+
"required": false,
|
|
238514
|
+
"type": {
|
|
238515
|
+
"name": "ActionFn"
|
|
238516
|
+
}
|
|
238517
|
+
},
|
|
238518
|
+
"actionModel": {
|
|
238519
|
+
"defaultValue": null,
|
|
238520
|
+
"description": "",
|
|
238521
|
+
"name": "actionModel",
|
|
238522
|
+
"parent": {
|
|
238523
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238524
|
+
"name": "ActionProps"
|
|
238525
|
+
},
|
|
238526
|
+
"declarations": [
|
|
238527
|
+
{
|
|
238528
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238529
|
+
"name": "ActionProps"
|
|
238530
|
+
}
|
|
238531
|
+
],
|
|
238532
|
+
"required": false,
|
|
238533
|
+
"type": {
|
|
238534
|
+
"name": "ActionModel"
|
|
238535
|
+
}
|
|
238536
|
+
},
|
|
238537
|
+
"closeOverlay": {
|
|
238538
|
+
"defaultValue": null,
|
|
238539
|
+
"description": "",
|
|
238540
|
+
"name": "closeOverlay",
|
|
238541
|
+
"parent": {
|
|
238542
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238543
|
+
"name": "ActionProps"
|
|
238544
|
+
},
|
|
238545
|
+
"declarations": [
|
|
238546
|
+
{
|
|
238547
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238548
|
+
"name": "ActionProps"
|
|
238549
|
+
}
|
|
238550
|
+
],
|
|
238551
|
+
"required": false,
|
|
238552
|
+
"type": {
|
|
238553
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
238554
|
+
}
|
|
238555
|
+
},
|
|
238556
|
+
"openOverlay": {
|
|
238557
|
+
"defaultValue": null,
|
|
238558
|
+
"description": "",
|
|
238559
|
+
"name": "openOverlay",
|
|
238560
|
+
"parent": {
|
|
238561
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238562
|
+
"name": "ActionProps"
|
|
238563
|
+
},
|
|
238564
|
+
"declarations": [
|
|
238565
|
+
{
|
|
238566
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238567
|
+
"name": "ActionProps"
|
|
238568
|
+
}
|
|
238569
|
+
],
|
|
238570
|
+
"required": false,
|
|
238571
|
+
"type": {
|
|
238572
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
238573
|
+
}
|
|
238574
|
+
},
|
|
238575
|
+
"toggleOverlay": {
|
|
238576
|
+
"defaultValue": null,
|
|
238577
|
+
"description": "",
|
|
238578
|
+
"name": "toggleOverlay",
|
|
238579
|
+
"parent": {
|
|
238580
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238581
|
+
"name": "ActionProps"
|
|
238582
|
+
},
|
|
238583
|
+
"declarations": [
|
|
238584
|
+
{
|
|
238585
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238586
|
+
"name": "ActionProps"
|
|
238587
|
+
}
|
|
238588
|
+
],
|
|
238589
|
+
"required": false,
|
|
238590
|
+
"type": {
|
|
238591
|
+
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
238592
|
+
}
|
|
238593
|
+
},
|
|
238594
|
+
"break": {
|
|
238595
|
+
"defaultValue": null,
|
|
238596
|
+
"description": "",
|
|
238597
|
+
"name": "break",
|
|
238598
|
+
"parent": {
|
|
238599
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238600
|
+
"name": "ActionProps"
|
|
238601
|
+
},
|
|
238602
|
+
"declarations": [
|
|
238603
|
+
{
|
|
238604
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238605
|
+
"name": "ActionProps"
|
|
238606
|
+
}
|
|
238607
|
+
],
|
|
238608
|
+
"required": false,
|
|
238609
|
+
"type": {
|
|
238610
|
+
"name": "boolean"
|
|
238611
|
+
}
|
|
238612
|
+
},
|
|
238613
|
+
"skip": {
|
|
238614
|
+
"defaultValue": null,
|
|
238615
|
+
"description": "",
|
|
238616
|
+
"name": "skip",
|
|
238617
|
+
"parent": {
|
|
238618
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238619
|
+
"name": "ActionProps"
|
|
238620
|
+
},
|
|
238621
|
+
"declarations": [
|
|
238622
|
+
{
|
|
238623
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238624
|
+
"name": "ActionProps"
|
|
238625
|
+
}
|
|
238626
|
+
],
|
|
238627
|
+
"required": false,
|
|
238628
|
+
"type": {
|
|
238629
|
+
"name": "number | boolean"
|
|
238630
|
+
}
|
|
238631
|
+
},
|
|
238632
|
+
"showFeedback": {
|
|
238633
|
+
"defaultValue": null,
|
|
238634
|
+
"description": "",
|
|
238635
|
+
"name": "showFeedback",
|
|
238636
|
+
"parent": {
|
|
238637
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238638
|
+
"name": "ActionProps"
|
|
238639
|
+
},
|
|
238640
|
+
"declarations": [
|
|
238641
|
+
{
|
|
238642
|
+
"fileName": "components/src/components/Action/types.ts",
|
|
238643
|
+
"name": "ActionProps"
|
|
238644
|
+
}
|
|
238645
|
+
],
|
|
238646
|
+
"required": false,
|
|
238647
|
+
"type": {
|
|
238648
|
+
"name": "boolean"
|
|
238649
|
+
}
|
|
238650
|
+
},
|
|
238651
|
+
"children": {
|
|
238652
|
+
"defaultValue": null,
|
|
238653
|
+
"description": "",
|
|
238654
|
+
"name": "children",
|
|
238655
|
+
"declarations": [
|
|
238656
|
+
{
|
|
238657
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238658
|
+
"name": "TypeLiteral"
|
|
238659
|
+
}
|
|
238660
|
+
],
|
|
238661
|
+
"required": false,
|
|
238662
|
+
"type": {
|
|
238663
|
+
"name": "ReactNode"
|
|
238664
|
+
}
|
|
238665
|
+
},
|
|
238666
|
+
"wrapWith": {
|
|
238667
|
+
"defaultValue": null,
|
|
238668
|
+
"description": "",
|
|
238669
|
+
"name": "wrapWith",
|
|
238670
|
+
"parent": {
|
|
238671
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
238672
|
+
"name": "FlowComponentProps"
|
|
238673
|
+
},
|
|
238674
|
+
"declarations": [
|
|
238675
|
+
{
|
|
238676
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
238677
|
+
"name": "FlowComponentProps"
|
|
238678
|
+
}
|
|
238679
|
+
],
|
|
238680
|
+
"required": false,
|
|
238681
|
+
"type": {
|
|
238682
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
238683
|
+
}
|
|
238684
|
+
},
|
|
238685
|
+
"tunnelId": {
|
|
238686
|
+
"defaultValue": null,
|
|
238687
|
+
"description": "@internal",
|
|
238688
|
+
"name": "tunnelId",
|
|
238689
|
+
"parent": {
|
|
238690
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
238691
|
+
"name": "PropsWithTunnel"
|
|
238692
|
+
},
|
|
238693
|
+
"declarations": [
|
|
238694
|
+
{
|
|
238695
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
238696
|
+
"name": "PropsWithTunnel"
|
|
238697
|
+
}
|
|
238698
|
+
],
|
|
238699
|
+
"required": false,
|
|
238700
|
+
"type": {
|
|
238701
|
+
"name": "string | null"
|
|
238702
|
+
}
|
|
238703
|
+
},
|
|
238704
|
+
"ref": {
|
|
238705
|
+
"defaultValue": null,
|
|
238706
|
+
"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}",
|
|
238707
|
+
"name": "ref",
|
|
238708
|
+
"parent": {
|
|
238709
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238710
|
+
"name": "RefAttributes"
|
|
238711
|
+
},
|
|
238712
|
+
"declarations": [
|
|
238713
|
+
{
|
|
238714
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238715
|
+
"name": "RefAttributes"
|
|
238716
|
+
}
|
|
238717
|
+
],
|
|
238718
|
+
"required": false,
|
|
238719
|
+
"type": {
|
|
238720
|
+
"name": "Ref<HTMLInputElement>"
|
|
238721
|
+
}
|
|
238722
|
+
},
|
|
238723
|
+
"key": {
|
|
238724
|
+
"defaultValue": null,
|
|
238725
|
+
"description": "",
|
|
238726
|
+
"name": "key",
|
|
238727
|
+
"parent": {
|
|
238728
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238729
|
+
"name": "Attributes"
|
|
238730
|
+
},
|
|
238731
|
+
"declarations": [
|
|
238732
|
+
{
|
|
238733
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
238734
|
+
"name": "Attributes"
|
|
238735
|
+
}
|
|
238736
|
+
],
|
|
238737
|
+
"required": false,
|
|
238738
|
+
"type": {
|
|
238739
|
+
"name": "Key | null"
|
|
238740
|
+
}
|
|
238741
|
+
}
|
|
238742
|
+
}
|
|
238743
|
+
},
|
|
238533
238744
|
{
|
|
238534
238745
|
"tags": {
|
|
238535
238746
|
"flr-generate": "all"
|
|
@@ -243901,277 +244112,6 @@
|
|
|
243901
244112
|
}
|
|
243902
244113
|
}
|
|
243903
244114
|
},
|
|
243904
|
-
{
|
|
243905
|
-
"tags": {},
|
|
243906
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
|
|
243907
|
-
"description": "",
|
|
243908
|
-
"displayName": "Action",
|
|
243909
|
-
"methods": [],
|
|
243910
|
-
"props": {
|
|
243911
|
-
"action": {
|
|
243912
|
-
"defaultValue": null,
|
|
243913
|
-
"description": "",
|
|
243914
|
-
"name": "action",
|
|
243915
|
-
"parent": {
|
|
243916
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243917
|
-
"name": "ActionProps"
|
|
243918
|
-
},
|
|
243919
|
-
"declarations": [
|
|
243920
|
-
{
|
|
243921
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243922
|
-
"name": "ActionProps"
|
|
243923
|
-
}
|
|
243924
|
-
],
|
|
243925
|
-
"required": false,
|
|
243926
|
-
"type": {
|
|
243927
|
-
"name": "ActionFn"
|
|
243928
|
-
}
|
|
243929
|
-
},
|
|
243930
|
-
"onAction": {
|
|
243931
|
-
"defaultValue": null,
|
|
243932
|
-
"description": "",
|
|
243933
|
-
"name": "onAction",
|
|
243934
|
-
"parent": {
|
|
243935
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243936
|
-
"name": "ActionProps"
|
|
243937
|
-
},
|
|
243938
|
-
"declarations": [
|
|
243939
|
-
{
|
|
243940
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243941
|
-
"name": "ActionProps"
|
|
243942
|
-
}
|
|
243943
|
-
],
|
|
243944
|
-
"required": false,
|
|
243945
|
-
"type": {
|
|
243946
|
-
"name": "ActionFn"
|
|
243947
|
-
}
|
|
243948
|
-
},
|
|
243949
|
-
"actionModel": {
|
|
243950
|
-
"defaultValue": null,
|
|
243951
|
-
"description": "",
|
|
243952
|
-
"name": "actionModel",
|
|
243953
|
-
"parent": {
|
|
243954
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243955
|
-
"name": "ActionProps"
|
|
243956
|
-
},
|
|
243957
|
-
"declarations": [
|
|
243958
|
-
{
|
|
243959
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243960
|
-
"name": "ActionProps"
|
|
243961
|
-
}
|
|
243962
|
-
],
|
|
243963
|
-
"required": false,
|
|
243964
|
-
"type": {
|
|
243965
|
-
"name": "ActionModel"
|
|
243966
|
-
}
|
|
243967
|
-
},
|
|
243968
|
-
"closeOverlay": {
|
|
243969
|
-
"defaultValue": null,
|
|
243970
|
-
"description": "",
|
|
243971
|
-
"name": "closeOverlay",
|
|
243972
|
-
"parent": {
|
|
243973
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243974
|
-
"name": "ActionProps"
|
|
243975
|
-
},
|
|
243976
|
-
"declarations": [
|
|
243977
|
-
{
|
|
243978
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243979
|
-
"name": "ActionProps"
|
|
243980
|
-
}
|
|
243981
|
-
],
|
|
243982
|
-
"required": false,
|
|
243983
|
-
"type": {
|
|
243984
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
243985
|
-
}
|
|
243986
|
-
},
|
|
243987
|
-
"openOverlay": {
|
|
243988
|
-
"defaultValue": null,
|
|
243989
|
-
"description": "",
|
|
243990
|
-
"name": "openOverlay",
|
|
243991
|
-
"parent": {
|
|
243992
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243993
|
-
"name": "ActionProps"
|
|
243994
|
-
},
|
|
243995
|
-
"declarations": [
|
|
243996
|
-
{
|
|
243997
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
243998
|
-
"name": "ActionProps"
|
|
243999
|
-
}
|
|
244000
|
-
],
|
|
244001
|
-
"required": false,
|
|
244002
|
-
"type": {
|
|
244003
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
244004
|
-
}
|
|
244005
|
-
},
|
|
244006
|
-
"toggleOverlay": {
|
|
244007
|
-
"defaultValue": null,
|
|
244008
|
-
"description": "",
|
|
244009
|
-
"name": "toggleOverlay",
|
|
244010
|
-
"parent": {
|
|
244011
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
244012
|
-
"name": "ActionProps"
|
|
244013
|
-
},
|
|
244014
|
-
"declarations": [
|
|
244015
|
-
{
|
|
244016
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
244017
|
-
"name": "ActionProps"
|
|
244018
|
-
}
|
|
244019
|
-
],
|
|
244020
|
-
"required": false,
|
|
244021
|
-
"type": {
|
|
244022
|
-
"name": "keyof FlowComponentPropsTypes | OverlayController"
|
|
244023
|
-
}
|
|
244024
|
-
},
|
|
244025
|
-
"break": {
|
|
244026
|
-
"defaultValue": null,
|
|
244027
|
-
"description": "",
|
|
244028
|
-
"name": "break",
|
|
244029
|
-
"parent": {
|
|
244030
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
244031
|
-
"name": "ActionProps"
|
|
244032
|
-
},
|
|
244033
|
-
"declarations": [
|
|
244034
|
-
{
|
|
244035
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
244036
|
-
"name": "ActionProps"
|
|
244037
|
-
}
|
|
244038
|
-
],
|
|
244039
|
-
"required": false,
|
|
244040
|
-
"type": {
|
|
244041
|
-
"name": "boolean"
|
|
244042
|
-
}
|
|
244043
|
-
},
|
|
244044
|
-
"skip": {
|
|
244045
|
-
"defaultValue": null,
|
|
244046
|
-
"description": "",
|
|
244047
|
-
"name": "skip",
|
|
244048
|
-
"parent": {
|
|
244049
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
244050
|
-
"name": "ActionProps"
|
|
244051
|
-
},
|
|
244052
|
-
"declarations": [
|
|
244053
|
-
{
|
|
244054
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
244055
|
-
"name": "ActionProps"
|
|
244056
|
-
}
|
|
244057
|
-
],
|
|
244058
|
-
"required": false,
|
|
244059
|
-
"type": {
|
|
244060
|
-
"name": "number | boolean"
|
|
244061
|
-
}
|
|
244062
|
-
},
|
|
244063
|
-
"showFeedback": {
|
|
244064
|
-
"defaultValue": null,
|
|
244065
|
-
"description": "",
|
|
244066
|
-
"name": "showFeedback",
|
|
244067
|
-
"parent": {
|
|
244068
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
244069
|
-
"name": "ActionProps"
|
|
244070
|
-
},
|
|
244071
|
-
"declarations": [
|
|
244072
|
-
{
|
|
244073
|
-
"fileName": "components/src/components/Action/types.ts",
|
|
244074
|
-
"name": "ActionProps"
|
|
244075
|
-
}
|
|
244076
|
-
],
|
|
244077
|
-
"required": false,
|
|
244078
|
-
"type": {
|
|
244079
|
-
"name": "boolean"
|
|
244080
|
-
}
|
|
244081
|
-
},
|
|
244082
|
-
"children": {
|
|
244083
|
-
"defaultValue": null,
|
|
244084
|
-
"description": "",
|
|
244085
|
-
"name": "children",
|
|
244086
|
-
"declarations": [
|
|
244087
|
-
{
|
|
244088
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244089
|
-
"name": "TypeLiteral"
|
|
244090
|
-
}
|
|
244091
|
-
],
|
|
244092
|
-
"required": false,
|
|
244093
|
-
"type": {
|
|
244094
|
-
"name": "ReactNode"
|
|
244095
|
-
}
|
|
244096
|
-
},
|
|
244097
|
-
"wrapWith": {
|
|
244098
|
-
"defaultValue": null,
|
|
244099
|
-
"description": "",
|
|
244100
|
-
"name": "wrapWith",
|
|
244101
|
-
"parent": {
|
|
244102
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
244103
|
-
"name": "FlowComponentProps"
|
|
244104
|
-
},
|
|
244105
|
-
"declarations": [
|
|
244106
|
-
{
|
|
244107
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
244108
|
-
"name": "FlowComponentProps"
|
|
244109
|
-
}
|
|
244110
|
-
],
|
|
244111
|
-
"required": false,
|
|
244112
|
-
"type": {
|
|
244113
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
244114
|
-
}
|
|
244115
|
-
},
|
|
244116
|
-
"tunnelId": {
|
|
244117
|
-
"defaultValue": null,
|
|
244118
|
-
"description": "@internal",
|
|
244119
|
-
"name": "tunnelId",
|
|
244120
|
-
"parent": {
|
|
244121
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
244122
|
-
"name": "PropsWithTunnel"
|
|
244123
|
-
},
|
|
244124
|
-
"declarations": [
|
|
244125
|
-
{
|
|
244126
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
244127
|
-
"name": "PropsWithTunnel"
|
|
244128
|
-
}
|
|
244129
|
-
],
|
|
244130
|
-
"required": false,
|
|
244131
|
-
"type": {
|
|
244132
|
-
"name": "string | null"
|
|
244133
|
-
}
|
|
244134
|
-
},
|
|
244135
|
-
"ref": {
|
|
244136
|
-
"defaultValue": null,
|
|
244137
|
-
"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}",
|
|
244138
|
-
"name": "ref",
|
|
244139
|
-
"parent": {
|
|
244140
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244141
|
-
"name": "RefAttributes"
|
|
244142
|
-
},
|
|
244143
|
-
"declarations": [
|
|
244144
|
-
{
|
|
244145
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244146
|
-
"name": "RefAttributes"
|
|
244147
|
-
}
|
|
244148
|
-
],
|
|
244149
|
-
"required": false,
|
|
244150
|
-
"type": {
|
|
244151
|
-
"name": "Ref<HTMLInputElement>"
|
|
244152
|
-
}
|
|
244153
|
-
},
|
|
244154
|
-
"key": {
|
|
244155
|
-
"defaultValue": null,
|
|
244156
|
-
"description": "",
|
|
244157
|
-
"name": "key",
|
|
244158
|
-
"parent": {
|
|
244159
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244160
|
-
"name": "Attributes"
|
|
244161
|
-
},
|
|
244162
|
-
"declarations": [
|
|
244163
|
-
{
|
|
244164
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react/index.d.ts",
|
|
244165
|
-
"name": "Attributes"
|
|
244166
|
-
}
|
|
244167
|
-
],
|
|
244168
|
-
"required": false,
|
|
244169
|
-
"type": {
|
|
244170
|
-
"name": "Key | null"
|
|
244171
|
-
}
|
|
244172
|
-
}
|
|
244173
|
-
}
|
|
244174
|
-
},
|
|
244175
244115
|
{
|
|
244176
244116
|
"tags": {
|
|
244177
244117
|
"flr-generate": "all"
|
|
@@ -256845,10 +256785,10 @@
|
|
|
256845
256785
|
"name": "() => ArrayIterator<any>"
|
|
256846
256786
|
}
|
|
256847
256787
|
},
|
|
256848
|
-
"__@unscopables@
|
|
256788
|
+
"__@unscopables@3177": {
|
|
256849
256789
|
"defaultValue": null,
|
|
256850
256790
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
256851
|
-
"name": "__@unscopables@
|
|
256791
|
+
"name": "__@unscopables@3177",
|
|
256852
256792
|
"parent": {
|
|
256853
256793
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
256854
256794
|
"name": "Array"
|
|
@@ -257681,10 +257621,10 @@
|
|
|
257681
257621
|
"name": "() => ArrayIterator<any>"
|
|
257682
257622
|
}
|
|
257683
257623
|
},
|
|
257684
|
-
"__@unscopables@
|
|
257624
|
+
"__@unscopables@3177": {
|
|
257685
257625
|
"defaultValue": null,
|
|
257686
257626
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
257687
|
-
"name": "__@unscopables@
|
|
257627
|
+
"name": "__@unscopables@3177",
|
|
257688
257628
|
"parent": {
|
|
257689
257629
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
257690
257630
|
"name": "Array"
|
|
@@ -258517,10 +258457,10 @@
|
|
|
258517
258457
|
"name": "() => ArrayIterator<any>"
|
|
258518
258458
|
}
|
|
258519
258459
|
},
|
|
258520
|
-
"__@unscopables@
|
|
258460
|
+
"__@unscopables@3177": {
|
|
258521
258461
|
"defaultValue": null,
|
|
258522
258462
|
"description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
|
|
258523
|
-
"name": "__@unscopables@
|
|
258463
|
+
"name": "__@unscopables@3177",
|
|
258524
258464
|
"parent": {
|
|
258525
258465
|
"fileName": "flow/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
|
|
258526
258466
|
"name": "Array"
|