@mittwald/flow-react-components 0.2.0-alpha.473 → 0.2.0-alpha.475
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 +10 -0
- package/dist/assets/doc-properties.json +645 -645
- package/dist/js/_virtual/_.locale.json@72ba2ce40f190df671686fec50c04ddf.mjs +10 -0
- package/dist/js/_virtual/_.locale.json@72ba2ce40f190df671686fec50c04ddf.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconInvite.mjs +14 -0
- package/dist/js/components/src/components/Icon/components/icons/IconInvite.mjs.map +1 -0
- package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs +21 -1
- package/dist/js/components/src/integrations/react-hook-form/components/Field/Field.mjs.map +1 -1
- package/dist/js/default.mjs +1 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/Icon/components/icons/IconInvite.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconInvite.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +1 -0
- package/dist/types/components/Icon/components/icons/index.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/Field.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/Field/stories/TextField.stories.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -56093,6 +56093,125 @@
|
|
|
56093
56093
|
}
|
|
56094
56094
|
}
|
|
56095
56095
|
},
|
|
56096
|
+
{
|
|
56097
|
+
"tags": {},
|
|
56098
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
56099
|
+
"description": "",
|
|
56100
|
+
"displayName": "Overlay",
|
|
56101
|
+
"methods": [],
|
|
56102
|
+
"props": {
|
|
56103
|
+
"ref": {
|
|
56104
|
+
"defaultValue": null,
|
|
56105
|
+
"description": "",
|
|
56106
|
+
"name": "ref",
|
|
56107
|
+
"parent": {
|
|
56108
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56109
|
+
"name": "OverlayProps"
|
|
56110
|
+
},
|
|
56111
|
+
"declarations": [
|
|
56112
|
+
{
|
|
56113
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56114
|
+
"name": "OverlayProps"
|
|
56115
|
+
}
|
|
56116
|
+
],
|
|
56117
|
+
"required": false,
|
|
56118
|
+
"type": {
|
|
56119
|
+
"name": "Ref<HTMLDivElement>"
|
|
56120
|
+
}
|
|
56121
|
+
},
|
|
56122
|
+
"controller": {
|
|
56123
|
+
"defaultValue": null,
|
|
56124
|
+
"description": "The controller to control the overlay state.",
|
|
56125
|
+
"name": "controller",
|
|
56126
|
+
"parent": {
|
|
56127
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56128
|
+
"name": "OverlayProps"
|
|
56129
|
+
},
|
|
56130
|
+
"declarations": [
|
|
56131
|
+
{
|
|
56132
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56133
|
+
"name": "OverlayProps"
|
|
56134
|
+
}
|
|
56135
|
+
],
|
|
56136
|
+
"required": false,
|
|
56137
|
+
"type": {
|
|
56138
|
+
"name": "OverlayController"
|
|
56139
|
+
}
|
|
56140
|
+
},
|
|
56141
|
+
"isDismissable": {
|
|
56142
|
+
"defaultValue": null,
|
|
56143
|
+
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
56144
|
+
"name": "isDismissable",
|
|
56145
|
+
"parent": {
|
|
56146
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56147
|
+
"name": "OverlayProps"
|
|
56148
|
+
},
|
|
56149
|
+
"declarations": [
|
|
56150
|
+
{
|
|
56151
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56152
|
+
"name": "OverlayProps"
|
|
56153
|
+
}
|
|
56154
|
+
],
|
|
56155
|
+
"required": false,
|
|
56156
|
+
"type": {
|
|
56157
|
+
"name": "boolean"
|
|
56158
|
+
}
|
|
56159
|
+
},
|
|
56160
|
+
"overlayType": {
|
|
56161
|
+
"defaultValue": null,
|
|
56162
|
+
"description": "Whether the overlay is a modal or a light box.",
|
|
56163
|
+
"name": "overlayType",
|
|
56164
|
+
"parent": {
|
|
56165
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56166
|
+
"name": "OverlayProps"
|
|
56167
|
+
},
|
|
56168
|
+
"declarations": [
|
|
56169
|
+
{
|
|
56170
|
+
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56171
|
+
"name": "OverlayProps"
|
|
56172
|
+
}
|
|
56173
|
+
],
|
|
56174
|
+
"required": false,
|
|
56175
|
+
"type": {
|
|
56176
|
+
"name": "\"LightBox\" | \"Modal\""
|
|
56177
|
+
}
|
|
56178
|
+
},
|
|
56179
|
+
"children": {
|
|
56180
|
+
"defaultValue": null,
|
|
56181
|
+
"description": "",
|
|
56182
|
+
"name": "children",
|
|
56183
|
+
"declarations": [
|
|
56184
|
+
{
|
|
56185
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
56186
|
+
"name": "TypeLiteral"
|
|
56187
|
+
}
|
|
56188
|
+
],
|
|
56189
|
+
"required": false,
|
|
56190
|
+
"type": {
|
|
56191
|
+
"name": "ReactNode"
|
|
56192
|
+
}
|
|
56193
|
+
},
|
|
56194
|
+
"className": {
|
|
56195
|
+
"defaultValue": null,
|
|
56196
|
+
"description": "The elements class name.",
|
|
56197
|
+
"name": "className",
|
|
56198
|
+
"parent": {
|
|
56199
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
56200
|
+
"name": "PropsWithClassName"
|
|
56201
|
+
},
|
|
56202
|
+
"declarations": [
|
|
56203
|
+
{
|
|
56204
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
56205
|
+
"name": "PropsWithClassName"
|
|
56206
|
+
}
|
|
56207
|
+
],
|
|
56208
|
+
"required": false,
|
|
56209
|
+
"type": {
|
|
56210
|
+
"name": "string"
|
|
56211
|
+
}
|
|
56212
|
+
}
|
|
56213
|
+
}
|
|
56214
|
+
},
|
|
56096
56215
|
{
|
|
56097
56216
|
"tags": {},
|
|
56098
56217
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
@@ -56269,125 +56388,6 @@
|
|
|
56269
56388
|
}
|
|
56270
56389
|
}
|
|
56271
56390
|
},
|
|
56272
|
-
{
|
|
56273
|
-
"tags": {},
|
|
56274
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
|
|
56275
|
-
"description": "",
|
|
56276
|
-
"displayName": "Overlay",
|
|
56277
|
-
"methods": [],
|
|
56278
|
-
"props": {
|
|
56279
|
-
"ref": {
|
|
56280
|
-
"defaultValue": null,
|
|
56281
|
-
"description": "",
|
|
56282
|
-
"name": "ref",
|
|
56283
|
-
"parent": {
|
|
56284
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56285
|
-
"name": "OverlayProps"
|
|
56286
|
-
},
|
|
56287
|
-
"declarations": [
|
|
56288
|
-
{
|
|
56289
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56290
|
-
"name": "OverlayProps"
|
|
56291
|
-
}
|
|
56292
|
-
],
|
|
56293
|
-
"required": false,
|
|
56294
|
-
"type": {
|
|
56295
|
-
"name": "Ref<HTMLDivElement>"
|
|
56296
|
-
}
|
|
56297
|
-
},
|
|
56298
|
-
"controller": {
|
|
56299
|
-
"defaultValue": null,
|
|
56300
|
-
"description": "The controller to control the overlay state.",
|
|
56301
|
-
"name": "controller",
|
|
56302
|
-
"parent": {
|
|
56303
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56304
|
-
"name": "OverlayProps"
|
|
56305
|
-
},
|
|
56306
|
-
"declarations": [
|
|
56307
|
-
{
|
|
56308
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56309
|
-
"name": "OverlayProps"
|
|
56310
|
-
}
|
|
56311
|
-
],
|
|
56312
|
-
"required": false,
|
|
56313
|
-
"type": {
|
|
56314
|
-
"name": "OverlayController"
|
|
56315
|
-
}
|
|
56316
|
-
},
|
|
56317
|
-
"isDismissable": {
|
|
56318
|
-
"defaultValue": null,
|
|
56319
|
-
"description": "Whether the overlay can be closed by clicking outside of it.",
|
|
56320
|
-
"name": "isDismissable",
|
|
56321
|
-
"parent": {
|
|
56322
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56323
|
-
"name": "OverlayProps"
|
|
56324
|
-
},
|
|
56325
|
-
"declarations": [
|
|
56326
|
-
{
|
|
56327
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56328
|
-
"name": "OverlayProps"
|
|
56329
|
-
}
|
|
56330
|
-
],
|
|
56331
|
-
"required": false,
|
|
56332
|
-
"type": {
|
|
56333
|
-
"name": "boolean"
|
|
56334
|
-
}
|
|
56335
|
-
},
|
|
56336
|
-
"overlayType": {
|
|
56337
|
-
"defaultValue": null,
|
|
56338
|
-
"description": "Whether the overlay is a modal or a light box.",
|
|
56339
|
-
"name": "overlayType",
|
|
56340
|
-
"parent": {
|
|
56341
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56342
|
-
"name": "OverlayProps"
|
|
56343
|
-
},
|
|
56344
|
-
"declarations": [
|
|
56345
|
-
{
|
|
56346
|
-
"fileName": "components/src/components/Overlay/Overlay.tsx",
|
|
56347
|
-
"name": "OverlayProps"
|
|
56348
|
-
}
|
|
56349
|
-
],
|
|
56350
|
-
"required": false,
|
|
56351
|
-
"type": {
|
|
56352
|
-
"name": "\"LightBox\" | \"Modal\""
|
|
56353
|
-
}
|
|
56354
|
-
},
|
|
56355
|
-
"children": {
|
|
56356
|
-
"defaultValue": null,
|
|
56357
|
-
"description": "",
|
|
56358
|
-
"name": "children",
|
|
56359
|
-
"declarations": [
|
|
56360
|
-
{
|
|
56361
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
56362
|
-
"name": "TypeLiteral"
|
|
56363
|
-
}
|
|
56364
|
-
],
|
|
56365
|
-
"required": false,
|
|
56366
|
-
"type": {
|
|
56367
|
-
"name": "ReactNode"
|
|
56368
|
-
}
|
|
56369
|
-
},
|
|
56370
|
-
"className": {
|
|
56371
|
-
"defaultValue": null,
|
|
56372
|
-
"description": "The elements class name.",
|
|
56373
|
-
"name": "className",
|
|
56374
|
-
"parent": {
|
|
56375
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
56376
|
-
"name": "PropsWithClassName"
|
|
56377
|
-
},
|
|
56378
|
-
"declarations": [
|
|
56379
|
-
{
|
|
56380
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
56381
|
-
"name": "PropsWithClassName"
|
|
56382
|
-
}
|
|
56383
|
-
],
|
|
56384
|
-
"required": false,
|
|
56385
|
-
"type": {
|
|
56386
|
-
"name": "string"
|
|
56387
|
-
}
|
|
56388
|
-
}
|
|
56389
|
-
}
|
|
56390
|
-
},
|
|
56391
56391
|
{
|
|
56392
56392
|
"tags": {},
|
|
56393
56393
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
|
|
@@ -93439,165 +93439,6 @@
|
|
|
93439
93439
|
}
|
|
93440
93440
|
}
|
|
93441
93441
|
},
|
|
93442
|
-
{
|
|
93443
|
-
"tags": {},
|
|
93444
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
93445
|
-
"description": "",
|
|
93446
|
-
"displayName": "LightBox",
|
|
93447
|
-
"methods": [],
|
|
93448
|
-
"props": {
|
|
93449
|
-
"controller": {
|
|
93450
|
-
"defaultValue": null,
|
|
93451
|
-
"description": "An overlay controller to control the light box state.",
|
|
93452
|
-
"name": "controller",
|
|
93453
|
-
"parent": {
|
|
93454
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93455
|
-
"name": "LightBoxProps"
|
|
93456
|
-
},
|
|
93457
|
-
"declarations": [
|
|
93458
|
-
{
|
|
93459
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93460
|
-
"name": "LightBoxProps"
|
|
93461
|
-
}
|
|
93462
|
-
],
|
|
93463
|
-
"required": false,
|
|
93464
|
-
"type": {
|
|
93465
|
-
"name": "OverlayController"
|
|
93466
|
-
}
|
|
93467
|
-
},
|
|
93468
|
-
"fitScreen": {
|
|
93469
|
-
"defaultValue": {
|
|
93470
|
-
"value": "true"
|
|
93471
|
-
},
|
|
93472
|
-
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
93473
|
-
"name": "fitScreen",
|
|
93474
|
-
"parent": {
|
|
93475
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93476
|
-
"name": "LightBoxProps"
|
|
93477
|
-
},
|
|
93478
|
-
"declarations": [
|
|
93479
|
-
{
|
|
93480
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
93481
|
-
"name": "LightBoxProps"
|
|
93482
|
-
}
|
|
93483
|
-
],
|
|
93484
|
-
"required": false,
|
|
93485
|
-
"type": {
|
|
93486
|
-
"name": "boolean"
|
|
93487
|
-
}
|
|
93488
|
-
},
|
|
93489
|
-
"children": {
|
|
93490
|
-
"defaultValue": null,
|
|
93491
|
-
"description": "",
|
|
93492
|
-
"name": "children",
|
|
93493
|
-
"declarations": [
|
|
93494
|
-
{
|
|
93495
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93496
|
-
"name": "TypeLiteral"
|
|
93497
|
-
}
|
|
93498
|
-
],
|
|
93499
|
-
"required": false,
|
|
93500
|
-
"type": {
|
|
93501
|
-
"name": "ReactNode"
|
|
93502
|
-
}
|
|
93503
|
-
},
|
|
93504
|
-
"wrapWith": {
|
|
93505
|
-
"defaultValue": null,
|
|
93506
|
-
"description": "",
|
|
93507
|
-
"name": "wrapWith",
|
|
93508
|
-
"parent": {
|
|
93509
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
93510
|
-
"name": "FlowComponentProps"
|
|
93511
|
-
},
|
|
93512
|
-
"declarations": [
|
|
93513
|
-
{
|
|
93514
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
93515
|
-
"name": "FlowComponentProps"
|
|
93516
|
-
}
|
|
93517
|
-
],
|
|
93518
|
-
"required": false,
|
|
93519
|
-
"type": {
|
|
93520
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
93521
|
-
}
|
|
93522
|
-
},
|
|
93523
|
-
"tunnelId": {
|
|
93524
|
-
"defaultValue": null,
|
|
93525
|
-
"description": "@internal",
|
|
93526
|
-
"name": "tunnelId",
|
|
93527
|
-
"parent": {
|
|
93528
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93529
|
-
"name": "PropsWithTunnel"
|
|
93530
|
-
},
|
|
93531
|
-
"declarations": [
|
|
93532
|
-
{
|
|
93533
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93534
|
-
"name": "PropsWithTunnel"
|
|
93535
|
-
}
|
|
93536
|
-
],
|
|
93537
|
-
"required": false,
|
|
93538
|
-
"type": {
|
|
93539
|
-
"name": "string | null"
|
|
93540
|
-
}
|
|
93541
|
-
},
|
|
93542
|
-
"ref": {
|
|
93543
|
-
"defaultValue": null,
|
|
93544
|
-
"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}",
|
|
93545
|
-
"name": "ref",
|
|
93546
|
-
"parent": {
|
|
93547
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93548
|
-
"name": "RefAttributes"
|
|
93549
|
-
},
|
|
93550
|
-
"declarations": [
|
|
93551
|
-
{
|
|
93552
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93553
|
-
"name": "RefAttributes"
|
|
93554
|
-
}
|
|
93555
|
-
],
|
|
93556
|
-
"required": false,
|
|
93557
|
-
"type": {
|
|
93558
|
-
"name": "Ref<HTMLInputElement>"
|
|
93559
|
-
}
|
|
93560
|
-
},
|
|
93561
|
-
"key": {
|
|
93562
|
-
"defaultValue": null,
|
|
93563
|
-
"description": "",
|
|
93564
|
-
"name": "key",
|
|
93565
|
-
"parent": {
|
|
93566
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93567
|
-
"name": "Attributes"
|
|
93568
|
-
},
|
|
93569
|
-
"declarations": [
|
|
93570
|
-
{
|
|
93571
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
93572
|
-
"name": "Attributes"
|
|
93573
|
-
}
|
|
93574
|
-
],
|
|
93575
|
-
"required": false,
|
|
93576
|
-
"type": {
|
|
93577
|
-
"name": "Key | null"
|
|
93578
|
-
}
|
|
93579
|
-
},
|
|
93580
|
-
"className": {
|
|
93581
|
-
"defaultValue": null,
|
|
93582
|
-
"description": "The elements class name.",
|
|
93583
|
-
"name": "className",
|
|
93584
|
-
"parent": {
|
|
93585
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93586
|
-
"name": "PropsWithClassName"
|
|
93587
|
-
},
|
|
93588
|
-
"declarations": [
|
|
93589
|
-
{
|
|
93590
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
93591
|
-
"name": "PropsWithClassName"
|
|
93592
|
-
}
|
|
93593
|
-
],
|
|
93594
|
-
"required": false,
|
|
93595
|
-
"type": {
|
|
93596
|
-
"name": "string"
|
|
93597
|
-
}
|
|
93598
|
-
}
|
|
93599
|
-
}
|
|
93600
|
-
},
|
|
93601
93442
|
{
|
|
93602
93443
|
"tags": {
|
|
93603
93444
|
"flr-generate": "all",
|
|
@@ -95698,6 +95539,165 @@
|
|
|
95698
95539
|
}
|
|
95699
95540
|
}
|
|
95700
95541
|
},
|
|
95542
|
+
{
|
|
95543
|
+
"tags": {},
|
|
95544
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
95545
|
+
"description": "",
|
|
95546
|
+
"displayName": "LightBox",
|
|
95547
|
+
"methods": [],
|
|
95548
|
+
"props": {
|
|
95549
|
+
"controller": {
|
|
95550
|
+
"defaultValue": null,
|
|
95551
|
+
"description": "An overlay controller to control the light box state.",
|
|
95552
|
+
"name": "controller",
|
|
95553
|
+
"parent": {
|
|
95554
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95555
|
+
"name": "LightBoxProps"
|
|
95556
|
+
},
|
|
95557
|
+
"declarations": [
|
|
95558
|
+
{
|
|
95559
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95560
|
+
"name": "LightBoxProps"
|
|
95561
|
+
}
|
|
95562
|
+
],
|
|
95563
|
+
"required": false,
|
|
95564
|
+
"type": {
|
|
95565
|
+
"name": "OverlayController"
|
|
95566
|
+
}
|
|
95567
|
+
},
|
|
95568
|
+
"fitScreen": {
|
|
95569
|
+
"defaultValue": {
|
|
95570
|
+
"value": "true"
|
|
95571
|
+
},
|
|
95572
|
+
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
95573
|
+
"name": "fitScreen",
|
|
95574
|
+
"parent": {
|
|
95575
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95576
|
+
"name": "LightBoxProps"
|
|
95577
|
+
},
|
|
95578
|
+
"declarations": [
|
|
95579
|
+
{
|
|
95580
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
95581
|
+
"name": "LightBoxProps"
|
|
95582
|
+
}
|
|
95583
|
+
],
|
|
95584
|
+
"required": false,
|
|
95585
|
+
"type": {
|
|
95586
|
+
"name": "boolean"
|
|
95587
|
+
}
|
|
95588
|
+
},
|
|
95589
|
+
"children": {
|
|
95590
|
+
"defaultValue": null,
|
|
95591
|
+
"description": "",
|
|
95592
|
+
"name": "children",
|
|
95593
|
+
"declarations": [
|
|
95594
|
+
{
|
|
95595
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95596
|
+
"name": "TypeLiteral"
|
|
95597
|
+
}
|
|
95598
|
+
],
|
|
95599
|
+
"required": false,
|
|
95600
|
+
"type": {
|
|
95601
|
+
"name": "ReactNode"
|
|
95602
|
+
}
|
|
95603
|
+
},
|
|
95604
|
+
"wrapWith": {
|
|
95605
|
+
"defaultValue": null,
|
|
95606
|
+
"description": "",
|
|
95607
|
+
"name": "wrapWith",
|
|
95608
|
+
"parent": {
|
|
95609
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
95610
|
+
"name": "FlowComponentProps"
|
|
95611
|
+
},
|
|
95612
|
+
"declarations": [
|
|
95613
|
+
{
|
|
95614
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
95615
|
+
"name": "FlowComponentProps"
|
|
95616
|
+
}
|
|
95617
|
+
],
|
|
95618
|
+
"required": false,
|
|
95619
|
+
"type": {
|
|
95620
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
95621
|
+
}
|
|
95622
|
+
},
|
|
95623
|
+
"tunnelId": {
|
|
95624
|
+
"defaultValue": null,
|
|
95625
|
+
"description": "@internal",
|
|
95626
|
+
"name": "tunnelId",
|
|
95627
|
+
"parent": {
|
|
95628
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95629
|
+
"name": "PropsWithTunnel"
|
|
95630
|
+
},
|
|
95631
|
+
"declarations": [
|
|
95632
|
+
{
|
|
95633
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95634
|
+
"name": "PropsWithTunnel"
|
|
95635
|
+
}
|
|
95636
|
+
],
|
|
95637
|
+
"required": false,
|
|
95638
|
+
"type": {
|
|
95639
|
+
"name": "string | null"
|
|
95640
|
+
}
|
|
95641
|
+
},
|
|
95642
|
+
"ref": {
|
|
95643
|
+
"defaultValue": null,
|
|
95644
|
+
"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}",
|
|
95645
|
+
"name": "ref",
|
|
95646
|
+
"parent": {
|
|
95647
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95648
|
+
"name": "RefAttributes"
|
|
95649
|
+
},
|
|
95650
|
+
"declarations": [
|
|
95651
|
+
{
|
|
95652
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95653
|
+
"name": "RefAttributes"
|
|
95654
|
+
}
|
|
95655
|
+
],
|
|
95656
|
+
"required": false,
|
|
95657
|
+
"type": {
|
|
95658
|
+
"name": "Ref<HTMLInputElement>"
|
|
95659
|
+
}
|
|
95660
|
+
},
|
|
95661
|
+
"key": {
|
|
95662
|
+
"defaultValue": null,
|
|
95663
|
+
"description": "",
|
|
95664
|
+
"name": "key",
|
|
95665
|
+
"parent": {
|
|
95666
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95667
|
+
"name": "Attributes"
|
|
95668
|
+
},
|
|
95669
|
+
"declarations": [
|
|
95670
|
+
{
|
|
95671
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
95672
|
+
"name": "Attributes"
|
|
95673
|
+
}
|
|
95674
|
+
],
|
|
95675
|
+
"required": false,
|
|
95676
|
+
"type": {
|
|
95677
|
+
"name": "Key | null"
|
|
95678
|
+
}
|
|
95679
|
+
},
|
|
95680
|
+
"className": {
|
|
95681
|
+
"defaultValue": null,
|
|
95682
|
+
"description": "The elements class name.",
|
|
95683
|
+
"name": "className",
|
|
95684
|
+
"parent": {
|
|
95685
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95686
|
+
"name": "PropsWithClassName"
|
|
95687
|
+
},
|
|
95688
|
+
"declarations": [
|
|
95689
|
+
{
|
|
95690
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
95691
|
+
"name": "PropsWithClassName"
|
|
95692
|
+
}
|
|
95693
|
+
],
|
|
95694
|
+
"required": false,
|
|
95695
|
+
"type": {
|
|
95696
|
+
"name": "string"
|
|
95697
|
+
}
|
|
95698
|
+
}
|
|
95699
|
+
}
|
|
95700
|
+
},
|
|
95701
95701
|
{
|
|
95702
95702
|
"tags": {
|
|
95703
95703
|
"flr-generate": "all"
|
|
@@ -222430,110 +222430,6 @@
|
|
|
222430
222430
|
}
|
|
222431
222431
|
}
|
|
222432
222432
|
},
|
|
222433
|
-
{
|
|
222434
|
-
"tags": {
|
|
222435
|
-
"flr-generate": "all"
|
|
222436
|
-
},
|
|
222437
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222438
|
-
"description": "",
|
|
222439
|
-
"displayName": "AvatarStack",
|
|
222440
|
-
"methods": [],
|
|
222441
|
-
"props": {
|
|
222442
|
-
"totalCount": {
|
|
222443
|
-
"defaultValue": null,
|
|
222444
|
-
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
222445
|
-
"name": "totalCount",
|
|
222446
|
-
"parent": {
|
|
222447
|
-
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222448
|
-
"name": "AvatarStackProps"
|
|
222449
|
-
},
|
|
222450
|
-
"declarations": [
|
|
222451
|
-
{
|
|
222452
|
-
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222453
|
-
"name": "AvatarStackProps"
|
|
222454
|
-
}
|
|
222455
|
-
],
|
|
222456
|
-
"required": false,
|
|
222457
|
-
"type": {
|
|
222458
|
-
"name": "number"
|
|
222459
|
-
}
|
|
222460
|
-
},
|
|
222461
|
-
"onCountPress": {
|
|
222462
|
-
"defaultValue": null,
|
|
222463
|
-
"description": "The onPress action of the additional items count element",
|
|
222464
|
-
"name": "onCountPress",
|
|
222465
|
-
"parent": {
|
|
222466
|
-
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222467
|
-
"name": "AvatarStackProps"
|
|
222468
|
-
},
|
|
222469
|
-
"declarations": [
|
|
222470
|
-
{
|
|
222471
|
-
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222472
|
-
"name": "AvatarStackProps"
|
|
222473
|
-
}
|
|
222474
|
-
],
|
|
222475
|
-
"required": false,
|
|
222476
|
-
"type": {
|
|
222477
|
-
"name": "(() => void)"
|
|
222478
|
-
}
|
|
222479
|
-
},
|
|
222480
|
-
"size": {
|
|
222481
|
-
"defaultValue": {
|
|
222482
|
-
"value": "\"m\""
|
|
222483
|
-
},
|
|
222484
|
-
"description": "The size of the avatars inside the stack.",
|
|
222485
|
-
"name": "size",
|
|
222486
|
-
"parent": {
|
|
222487
|
-
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222488
|
-
"name": "AvatarStackProps"
|
|
222489
|
-
},
|
|
222490
|
-
"declarations": [
|
|
222491
|
-
{
|
|
222492
|
-
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222493
|
-
"name": "AvatarStackProps"
|
|
222494
|
-
}
|
|
222495
|
-
],
|
|
222496
|
-
"required": false,
|
|
222497
|
-
"type": {
|
|
222498
|
-
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
222499
|
-
}
|
|
222500
|
-
},
|
|
222501
|
-
"className": {
|
|
222502
|
-
"defaultValue": null,
|
|
222503
|
-
"description": "The elements class name.",
|
|
222504
|
-
"name": "className",
|
|
222505
|
-
"parent": {
|
|
222506
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
222507
|
-
"name": "PropsWithClassName"
|
|
222508
|
-
},
|
|
222509
|
-
"declarations": [
|
|
222510
|
-
{
|
|
222511
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
222512
|
-
"name": "PropsWithClassName"
|
|
222513
|
-
}
|
|
222514
|
-
],
|
|
222515
|
-
"required": false,
|
|
222516
|
-
"type": {
|
|
222517
|
-
"name": "string"
|
|
222518
|
-
}
|
|
222519
|
-
},
|
|
222520
|
-
"children": {
|
|
222521
|
-
"defaultValue": null,
|
|
222522
|
-
"description": "",
|
|
222523
|
-
"name": "children",
|
|
222524
|
-
"declarations": [
|
|
222525
|
-
{
|
|
222526
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
222527
|
-
"name": "TypeLiteral"
|
|
222528
|
-
}
|
|
222529
|
-
],
|
|
222530
|
-
"required": false,
|
|
222531
|
-
"type": {
|
|
222532
|
-
"name": "ReactNode"
|
|
222533
|
-
}
|
|
222534
|
-
}
|
|
222535
|
-
}
|
|
222536
|
-
},
|
|
222537
222433
|
{
|
|
222538
222434
|
"tags": {
|
|
222539
222435
|
"flr-generate": "all",
|
|
@@ -222715,6 +222611,110 @@
|
|
|
222715
222611
|
}
|
|
222716
222612
|
}
|
|
222717
222613
|
},
|
|
222614
|
+
{
|
|
222615
|
+
"tags": {
|
|
222616
|
+
"flr-generate": "all"
|
|
222617
|
+
},
|
|
222618
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222619
|
+
"description": "",
|
|
222620
|
+
"displayName": "AvatarStack",
|
|
222621
|
+
"methods": [],
|
|
222622
|
+
"props": {
|
|
222623
|
+
"totalCount": {
|
|
222624
|
+
"defaultValue": null,
|
|
222625
|
+
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
222626
|
+
"name": "totalCount",
|
|
222627
|
+
"parent": {
|
|
222628
|
+
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222629
|
+
"name": "AvatarStackProps"
|
|
222630
|
+
},
|
|
222631
|
+
"declarations": [
|
|
222632
|
+
{
|
|
222633
|
+
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222634
|
+
"name": "AvatarStackProps"
|
|
222635
|
+
}
|
|
222636
|
+
],
|
|
222637
|
+
"required": false,
|
|
222638
|
+
"type": {
|
|
222639
|
+
"name": "number"
|
|
222640
|
+
}
|
|
222641
|
+
},
|
|
222642
|
+
"onCountPress": {
|
|
222643
|
+
"defaultValue": null,
|
|
222644
|
+
"description": "The onPress action of the additional items count element",
|
|
222645
|
+
"name": "onCountPress",
|
|
222646
|
+
"parent": {
|
|
222647
|
+
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222648
|
+
"name": "AvatarStackProps"
|
|
222649
|
+
},
|
|
222650
|
+
"declarations": [
|
|
222651
|
+
{
|
|
222652
|
+
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222653
|
+
"name": "AvatarStackProps"
|
|
222654
|
+
}
|
|
222655
|
+
],
|
|
222656
|
+
"required": false,
|
|
222657
|
+
"type": {
|
|
222658
|
+
"name": "(() => void)"
|
|
222659
|
+
}
|
|
222660
|
+
},
|
|
222661
|
+
"size": {
|
|
222662
|
+
"defaultValue": {
|
|
222663
|
+
"value": "\"m\""
|
|
222664
|
+
},
|
|
222665
|
+
"description": "The size of the avatars inside the stack.",
|
|
222666
|
+
"name": "size",
|
|
222667
|
+
"parent": {
|
|
222668
|
+
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222669
|
+
"name": "AvatarStackProps"
|
|
222670
|
+
},
|
|
222671
|
+
"declarations": [
|
|
222672
|
+
{
|
|
222673
|
+
"fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
|
|
222674
|
+
"name": "AvatarStackProps"
|
|
222675
|
+
}
|
|
222676
|
+
],
|
|
222677
|
+
"required": false,
|
|
222678
|
+
"type": {
|
|
222679
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
222680
|
+
}
|
|
222681
|
+
},
|
|
222682
|
+
"className": {
|
|
222683
|
+
"defaultValue": null,
|
|
222684
|
+
"description": "The elements class name.",
|
|
222685
|
+
"name": "className",
|
|
222686
|
+
"parent": {
|
|
222687
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222688
|
+
"name": "PropsWithClassName"
|
|
222689
|
+
},
|
|
222690
|
+
"declarations": [
|
|
222691
|
+
{
|
|
222692
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
222693
|
+
"name": "PropsWithClassName"
|
|
222694
|
+
}
|
|
222695
|
+
],
|
|
222696
|
+
"required": false,
|
|
222697
|
+
"type": {
|
|
222698
|
+
"name": "string"
|
|
222699
|
+
}
|
|
222700
|
+
},
|
|
222701
|
+
"children": {
|
|
222702
|
+
"defaultValue": null,
|
|
222703
|
+
"description": "",
|
|
222704
|
+
"name": "children",
|
|
222705
|
+
"declarations": [
|
|
222706
|
+
{
|
|
222707
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
222708
|
+
"name": "TypeLiteral"
|
|
222709
|
+
}
|
|
222710
|
+
],
|
|
222711
|
+
"required": false,
|
|
222712
|
+
"type": {
|
|
222713
|
+
"name": "ReactNode"
|
|
222714
|
+
}
|
|
222715
|
+
}
|
|
222716
|
+
}
|
|
222717
|
+
},
|
|
222718
222718
|
{
|
|
222719
222719
|
"tags": {
|
|
222720
222720
|
"flr-generate": "all"
|
|
@@ -298277,269 +298277,131 @@
|
|
|
298277
298277
|
},
|
|
298278
298278
|
{
|
|
298279
298279
|
"tags": {},
|
|
298280
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
298281
|
-
"description": "",
|
|
298282
|
-
"displayName": "ListItemView",
|
|
298283
|
-
"methods": [],
|
|
298284
|
-
"props": {
|
|
298285
|
-
"children": {
|
|
298286
|
-
"defaultValue": null,
|
|
298287
|
-
"description": "",
|
|
298288
|
-
"name": "children",
|
|
298289
|
-
"declarations": [
|
|
298290
|
-
{
|
|
298291
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298292
|
-
"name": "TypeLiteral"
|
|
298293
|
-
}
|
|
298294
|
-
],
|
|
298295
|
-
"required": false,
|
|
298296
|
-
"type": {
|
|
298297
|
-
"name": "ReactNode"
|
|
298298
|
-
}
|
|
298299
|
-
},
|
|
298300
|
-
"s": {
|
|
298301
|
-
"defaultValue": null,
|
|
298302
|
-
"description": "Column layout for container size s.",
|
|
298303
|
-
"name": "s",
|
|
298304
|
-
"parent": {
|
|
298305
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298306
|
-
"name": "ColumnLayoutProps"
|
|
298307
|
-
},
|
|
298308
|
-
"declarations": [
|
|
298309
|
-
{
|
|
298310
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298311
|
-
"name": "ColumnLayoutProps"
|
|
298312
|
-
}
|
|
298313
|
-
],
|
|
298314
|
-
"required": false,
|
|
298315
|
-
"type": {
|
|
298316
|
-
"name": "(number | null)[]"
|
|
298317
|
-
}
|
|
298318
|
-
},
|
|
298319
|
-
"m": {
|
|
298320
|
-
"defaultValue": null,
|
|
298321
|
-
"description": "Column layout for container size m.",
|
|
298322
|
-
"name": "m",
|
|
298323
|
-
"parent": {
|
|
298324
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298325
|
-
"name": "ColumnLayoutProps"
|
|
298326
|
-
},
|
|
298327
|
-
"declarations": [
|
|
298328
|
-
{
|
|
298329
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298330
|
-
"name": "ColumnLayoutProps"
|
|
298331
|
-
}
|
|
298332
|
-
],
|
|
298333
|
-
"required": false,
|
|
298334
|
-
"type": {
|
|
298335
|
-
"name": "(number | null)[]"
|
|
298336
|
-
}
|
|
298337
|
-
},
|
|
298338
|
-
"l": {
|
|
298339
|
-
"defaultValue": null,
|
|
298340
|
-
"description": "Column layout for container size l.",
|
|
298341
|
-
"name": "l",
|
|
298342
|
-
"parent": {
|
|
298343
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298344
|
-
"name": "ColumnLayoutProps"
|
|
298345
|
-
},
|
|
298346
|
-
"declarations": [
|
|
298347
|
-
{
|
|
298348
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298349
|
-
"name": "ColumnLayoutProps"
|
|
298350
|
-
}
|
|
298351
|
-
],
|
|
298352
|
-
"required": false,
|
|
298353
|
-
"type": {
|
|
298354
|
-
"name": "(number | null)[]"
|
|
298355
|
-
}
|
|
298356
|
-
}
|
|
298357
|
-
}
|
|
298358
|
-
},
|
|
298359
|
-
{
|
|
298360
|
-
"tags": {},
|
|
298361
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
298362
|
-
"description": "",
|
|
298363
|
-
"displayName": "Items",
|
|
298364
|
-
"methods": [],
|
|
298365
|
-
"props": {}
|
|
298366
|
-
},
|
|
298367
|
-
{
|
|
298368
|
-
"tags": {},
|
|
298369
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
298370
|
-
"description": "",
|
|
298371
|
-
"displayName": "Header",
|
|
298372
|
-
"methods": [],
|
|
298373
|
-
"props": {
|
|
298374
|
-
"className": {
|
|
298375
|
-
"defaultValue": null,
|
|
298376
|
-
"description": "The elements class name.",
|
|
298377
|
-
"name": "className",
|
|
298378
|
-
"parent": {
|
|
298379
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298380
|
-
"name": "PropsWithClassName"
|
|
298381
|
-
},
|
|
298382
|
-
"declarations": [
|
|
298383
|
-
{
|
|
298384
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298385
|
-
"name": "PropsWithClassName"
|
|
298386
|
-
}
|
|
298387
|
-
],
|
|
298388
|
-
"required": false,
|
|
298389
|
-
"type": {
|
|
298390
|
-
"name": "string"
|
|
298391
|
-
}
|
|
298392
|
-
}
|
|
298393
|
-
}
|
|
298394
|
-
},
|
|
298395
|
-
{
|
|
298396
|
-
"tags": {},
|
|
298397
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
298398
|
-
"description": "",
|
|
298399
|
-
"displayName": "Footer",
|
|
298400
|
-
"methods": [],
|
|
298401
|
-
"props": {}
|
|
298402
|
-
},
|
|
298403
|
-
{
|
|
298404
|
-
"tags": {},
|
|
298405
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
298406
|
-
"description": "",
|
|
298407
|
-
"displayName": "LightBoxTrigger",
|
|
298408
|
-
"methods": [],
|
|
298409
|
-
"props": {
|
|
298410
|
-
"isDefaultOpen": {
|
|
298411
|
-
"defaultValue": null,
|
|
298412
|
-
"description": "Whether the overlay should be open initially.",
|
|
298413
|
-
"name": "isDefaultOpen",
|
|
298414
|
-
"parent": {
|
|
298415
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298416
|
-
"name": "OverlayTriggerProps"
|
|
298417
|
-
},
|
|
298418
|
-
"declarations": [
|
|
298419
|
-
{
|
|
298420
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298421
|
-
"name": "OverlayTriggerProps"
|
|
298422
|
-
}
|
|
298423
|
-
],
|
|
298424
|
-
"required": false,
|
|
298425
|
-
"type": {
|
|
298426
|
-
"name": "boolean"
|
|
298427
|
-
}
|
|
298428
|
-
},
|
|
298429
|
-
"controller": {
|
|
298430
|
-
"defaultValue": null,
|
|
298431
|
-
"description": "A controller to control the state of the overlay.",
|
|
298432
|
-
"name": "controller",
|
|
298433
|
-
"parent": {
|
|
298434
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298435
|
-
"name": "OverlayTriggerProps"
|
|
298436
|
-
},
|
|
298437
|
-
"declarations": [
|
|
298438
|
-
{
|
|
298439
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
298440
|
-
"name": "OverlayTriggerProps"
|
|
298441
|
-
}
|
|
298442
|
-
],
|
|
298443
|
-
"required": false,
|
|
298444
|
-
"type": {
|
|
298445
|
-
"name": "OverlayController"
|
|
298446
|
-
}
|
|
298447
|
-
},
|
|
298448
|
-
"wrapWith": {
|
|
298449
|
-
"defaultValue": null,
|
|
298450
|
-
"description": "",
|
|
298451
|
-
"name": "wrapWith",
|
|
298452
|
-
"parent": {
|
|
298453
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298454
|
-
"name": "FlowComponentProps"
|
|
298455
|
-
},
|
|
298456
|
-
"declarations": [
|
|
298457
|
-
{
|
|
298458
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
298459
|
-
"name": "FlowComponentProps"
|
|
298460
|
-
}
|
|
298461
|
-
],
|
|
298462
|
-
"required": false,
|
|
298463
|
-
"type": {
|
|
298464
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
298465
|
-
}
|
|
298466
|
-
},
|
|
298467
|
-
"tunnelId": {
|
|
298468
|
-
"defaultValue": null,
|
|
298469
|
-
"description": "@internal",
|
|
298470
|
-
"name": "tunnelId",
|
|
298471
|
-
"parent": {
|
|
298472
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298473
|
-
"name": "PropsWithTunnel"
|
|
298474
|
-
},
|
|
298475
|
-
"declarations": [
|
|
298476
|
-
{
|
|
298477
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
298478
|
-
"name": "PropsWithTunnel"
|
|
298479
|
-
}
|
|
298480
|
-
],
|
|
298481
|
-
"required": false,
|
|
298482
|
-
"type": {
|
|
298483
|
-
"name": "string | null"
|
|
298484
|
-
}
|
|
298485
|
-
},
|
|
298486
|
-
"ref": {
|
|
298487
|
-
"defaultValue": null,
|
|
298488
|
-
"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}",
|
|
298489
|
-
"name": "ref",
|
|
298490
|
-
"parent": {
|
|
298491
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298492
|
-
"name": "RefAttributes"
|
|
298493
|
-
},
|
|
298494
|
-
"declarations": [
|
|
298495
|
-
{
|
|
298496
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298497
|
-
"name": "RefAttributes"
|
|
298498
|
-
}
|
|
298499
|
-
],
|
|
298500
|
-
"required": false,
|
|
298501
|
-
"type": {
|
|
298502
|
-
"name": "Ref<HTMLInputElement>"
|
|
298503
|
-
}
|
|
298504
|
-
},
|
|
298505
|
-
"key": {
|
|
298506
|
-
"defaultValue": null,
|
|
298507
|
-
"description": "",
|
|
298508
|
-
"name": "key",
|
|
298509
|
-
"parent": {
|
|
298510
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298511
|
-
"name": "Attributes"
|
|
298512
|
-
},
|
|
298513
|
-
"declarations": [
|
|
298514
|
-
{
|
|
298515
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298516
|
-
"name": "Attributes"
|
|
298517
|
-
}
|
|
298518
|
-
],
|
|
298519
|
-
"required": false,
|
|
298520
|
-
"type": {
|
|
298521
|
-
"name": "Key | null"
|
|
298522
|
-
}
|
|
298523
|
-
},
|
|
298524
|
-
"children": {
|
|
298525
|
-
"defaultValue": null,
|
|
298526
|
-
"description": "",
|
|
298527
|
-
"name": "children",
|
|
298528
|
-
"declarations": [
|
|
298529
|
-
{
|
|
298530
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298531
|
-
"name": "TypeLiteral"
|
|
298532
|
-
}
|
|
298533
|
-
],
|
|
298534
|
-
"required": false,
|
|
298535
|
-
"type": {
|
|
298536
|
-
"name": "ReactNode"
|
|
298537
|
-
}
|
|
298538
|
-
}
|
|
298539
|
-
}
|
|
298540
|
-
},
|
|
298541
|
-
{
|
|
298542
|
-
"tags": {},
|
|
298280
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
298281
|
+
"description": "",
|
|
298282
|
+
"displayName": "ListItemView",
|
|
298283
|
+
"methods": [],
|
|
298284
|
+
"props": {
|
|
298285
|
+
"children": {
|
|
298286
|
+
"defaultValue": null,
|
|
298287
|
+
"description": "",
|
|
298288
|
+
"name": "children",
|
|
298289
|
+
"declarations": [
|
|
298290
|
+
{
|
|
298291
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
298292
|
+
"name": "TypeLiteral"
|
|
298293
|
+
}
|
|
298294
|
+
],
|
|
298295
|
+
"required": false,
|
|
298296
|
+
"type": {
|
|
298297
|
+
"name": "ReactNode"
|
|
298298
|
+
}
|
|
298299
|
+
},
|
|
298300
|
+
"s": {
|
|
298301
|
+
"defaultValue": null,
|
|
298302
|
+
"description": "Column layout for container size s.",
|
|
298303
|
+
"name": "s",
|
|
298304
|
+
"parent": {
|
|
298305
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298306
|
+
"name": "ColumnLayoutProps"
|
|
298307
|
+
},
|
|
298308
|
+
"declarations": [
|
|
298309
|
+
{
|
|
298310
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298311
|
+
"name": "ColumnLayoutProps"
|
|
298312
|
+
}
|
|
298313
|
+
],
|
|
298314
|
+
"required": false,
|
|
298315
|
+
"type": {
|
|
298316
|
+
"name": "(number | null)[]"
|
|
298317
|
+
}
|
|
298318
|
+
},
|
|
298319
|
+
"m": {
|
|
298320
|
+
"defaultValue": null,
|
|
298321
|
+
"description": "Column layout for container size m.",
|
|
298322
|
+
"name": "m",
|
|
298323
|
+
"parent": {
|
|
298324
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298325
|
+
"name": "ColumnLayoutProps"
|
|
298326
|
+
},
|
|
298327
|
+
"declarations": [
|
|
298328
|
+
{
|
|
298329
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298330
|
+
"name": "ColumnLayoutProps"
|
|
298331
|
+
}
|
|
298332
|
+
],
|
|
298333
|
+
"required": false,
|
|
298334
|
+
"type": {
|
|
298335
|
+
"name": "(number | null)[]"
|
|
298336
|
+
}
|
|
298337
|
+
},
|
|
298338
|
+
"l": {
|
|
298339
|
+
"defaultValue": null,
|
|
298340
|
+
"description": "Column layout for container size l.",
|
|
298341
|
+
"name": "l",
|
|
298342
|
+
"parent": {
|
|
298343
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298344
|
+
"name": "ColumnLayoutProps"
|
|
298345
|
+
},
|
|
298346
|
+
"declarations": [
|
|
298347
|
+
{
|
|
298348
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
298349
|
+
"name": "ColumnLayoutProps"
|
|
298350
|
+
}
|
|
298351
|
+
],
|
|
298352
|
+
"required": false,
|
|
298353
|
+
"type": {
|
|
298354
|
+
"name": "(number | null)[]"
|
|
298355
|
+
}
|
|
298356
|
+
}
|
|
298357
|
+
}
|
|
298358
|
+
},
|
|
298359
|
+
{
|
|
298360
|
+
"tags": {},
|
|
298361
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
298362
|
+
"description": "",
|
|
298363
|
+
"displayName": "Items",
|
|
298364
|
+
"methods": [],
|
|
298365
|
+
"props": {}
|
|
298366
|
+
},
|
|
298367
|
+
{
|
|
298368
|
+
"tags": {},
|
|
298369
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
298370
|
+
"description": "",
|
|
298371
|
+
"displayName": "Header",
|
|
298372
|
+
"methods": [],
|
|
298373
|
+
"props": {
|
|
298374
|
+
"className": {
|
|
298375
|
+
"defaultValue": null,
|
|
298376
|
+
"description": "The elements class name.",
|
|
298377
|
+
"name": "className",
|
|
298378
|
+
"parent": {
|
|
298379
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
298380
|
+
"name": "PropsWithClassName"
|
|
298381
|
+
},
|
|
298382
|
+
"declarations": [
|
|
298383
|
+
{
|
|
298384
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
298385
|
+
"name": "PropsWithClassName"
|
|
298386
|
+
}
|
|
298387
|
+
],
|
|
298388
|
+
"required": false,
|
|
298389
|
+
"type": {
|
|
298390
|
+
"name": "string"
|
|
298391
|
+
}
|
|
298392
|
+
}
|
|
298393
|
+
}
|
|
298394
|
+
},
|
|
298395
|
+
{
|
|
298396
|
+
"tags": {},
|
|
298397
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
298398
|
+
"description": "",
|
|
298399
|
+
"displayName": "Footer",
|
|
298400
|
+
"methods": [],
|
|
298401
|
+
"props": {}
|
|
298402
|
+
},
|
|
298403
|
+
{
|
|
298404
|
+
"tags": {},
|
|
298543
298405
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
|
298544
298406
|
"description": "",
|
|
298545
298407
|
"displayName": "LinkIcon",
|
|
@@ -300635,6 +300497,144 @@
|
|
|
300635
300497
|
}
|
|
300636
300498
|
}
|
|
300637
300499
|
},
|
|
300500
|
+
{
|
|
300501
|
+
"tags": {},
|
|
300502
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
300503
|
+
"description": "",
|
|
300504
|
+
"displayName": "LightBoxTrigger",
|
|
300505
|
+
"methods": [],
|
|
300506
|
+
"props": {
|
|
300507
|
+
"isDefaultOpen": {
|
|
300508
|
+
"defaultValue": null,
|
|
300509
|
+
"description": "Whether the overlay should be open initially.",
|
|
300510
|
+
"name": "isDefaultOpen",
|
|
300511
|
+
"parent": {
|
|
300512
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300513
|
+
"name": "OverlayTriggerProps"
|
|
300514
|
+
},
|
|
300515
|
+
"declarations": [
|
|
300516
|
+
{
|
|
300517
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300518
|
+
"name": "OverlayTriggerProps"
|
|
300519
|
+
}
|
|
300520
|
+
],
|
|
300521
|
+
"required": false,
|
|
300522
|
+
"type": {
|
|
300523
|
+
"name": "boolean"
|
|
300524
|
+
}
|
|
300525
|
+
},
|
|
300526
|
+
"controller": {
|
|
300527
|
+
"defaultValue": null,
|
|
300528
|
+
"description": "A controller to control the state of the overlay.",
|
|
300529
|
+
"name": "controller",
|
|
300530
|
+
"parent": {
|
|
300531
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300532
|
+
"name": "OverlayTriggerProps"
|
|
300533
|
+
},
|
|
300534
|
+
"declarations": [
|
|
300535
|
+
{
|
|
300536
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
300537
|
+
"name": "OverlayTriggerProps"
|
|
300538
|
+
}
|
|
300539
|
+
],
|
|
300540
|
+
"required": false,
|
|
300541
|
+
"type": {
|
|
300542
|
+
"name": "OverlayController"
|
|
300543
|
+
}
|
|
300544
|
+
},
|
|
300545
|
+
"wrapWith": {
|
|
300546
|
+
"defaultValue": null,
|
|
300547
|
+
"description": "",
|
|
300548
|
+
"name": "wrapWith",
|
|
300549
|
+
"parent": {
|
|
300550
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
300551
|
+
"name": "FlowComponentProps"
|
|
300552
|
+
},
|
|
300553
|
+
"declarations": [
|
|
300554
|
+
{
|
|
300555
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
300556
|
+
"name": "FlowComponentProps"
|
|
300557
|
+
}
|
|
300558
|
+
],
|
|
300559
|
+
"required": false,
|
|
300560
|
+
"type": {
|
|
300561
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
300562
|
+
}
|
|
300563
|
+
},
|
|
300564
|
+
"tunnelId": {
|
|
300565
|
+
"defaultValue": null,
|
|
300566
|
+
"description": "@internal",
|
|
300567
|
+
"name": "tunnelId",
|
|
300568
|
+
"parent": {
|
|
300569
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
300570
|
+
"name": "PropsWithTunnel"
|
|
300571
|
+
},
|
|
300572
|
+
"declarations": [
|
|
300573
|
+
{
|
|
300574
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
300575
|
+
"name": "PropsWithTunnel"
|
|
300576
|
+
}
|
|
300577
|
+
],
|
|
300578
|
+
"required": false,
|
|
300579
|
+
"type": {
|
|
300580
|
+
"name": "string | null"
|
|
300581
|
+
}
|
|
300582
|
+
},
|
|
300583
|
+
"ref": {
|
|
300584
|
+
"defaultValue": null,
|
|
300585
|
+
"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}",
|
|
300586
|
+
"name": "ref",
|
|
300587
|
+
"parent": {
|
|
300588
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300589
|
+
"name": "RefAttributes"
|
|
300590
|
+
},
|
|
300591
|
+
"declarations": [
|
|
300592
|
+
{
|
|
300593
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300594
|
+
"name": "RefAttributes"
|
|
300595
|
+
}
|
|
300596
|
+
],
|
|
300597
|
+
"required": false,
|
|
300598
|
+
"type": {
|
|
300599
|
+
"name": "Ref<HTMLInputElement>"
|
|
300600
|
+
}
|
|
300601
|
+
},
|
|
300602
|
+
"key": {
|
|
300603
|
+
"defaultValue": null,
|
|
300604
|
+
"description": "",
|
|
300605
|
+
"name": "key",
|
|
300606
|
+
"parent": {
|
|
300607
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300608
|
+
"name": "Attributes"
|
|
300609
|
+
},
|
|
300610
|
+
"declarations": [
|
|
300611
|
+
{
|
|
300612
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300613
|
+
"name": "Attributes"
|
|
300614
|
+
}
|
|
300615
|
+
],
|
|
300616
|
+
"required": false,
|
|
300617
|
+
"type": {
|
|
300618
|
+
"name": "Key | null"
|
|
300619
|
+
}
|
|
300620
|
+
},
|
|
300621
|
+
"children": {
|
|
300622
|
+
"defaultValue": null,
|
|
300623
|
+
"description": "",
|
|
300624
|
+
"name": "children",
|
|
300625
|
+
"declarations": [
|
|
300626
|
+
{
|
|
300627
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300628
|
+
"name": "TypeLiteral"
|
|
300629
|
+
}
|
|
300630
|
+
],
|
|
300631
|
+
"required": false,
|
|
300632
|
+
"type": {
|
|
300633
|
+
"name": "ReactNode"
|
|
300634
|
+
}
|
|
300635
|
+
}
|
|
300636
|
+
}
|
|
300637
|
+
},
|
|
300638
300638
|
{
|
|
300639
300639
|
"tags": {},
|
|
300640
300640
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|